iframe#modal-frame {
    border-radius: 0 0 15px 15px;
    margin-top: -40px;
}

.sparkling-modal-overlay {
    background: rgba(0, 0, 0, 0.3);
}

.sparkling-modal-frame {
    opacity: 1;
    z-index: 10000;
    position: fixed;
    display: inline-block;
    /* left: 15%; */
    top: 3% !important;
    height: 98%;
    margin-left: 10px;
    margin-right: 10px;

}

.sparkling-modal-title span {
    font-size: 20px;
    padding: 20px;
    float: left;
    line-height: 20px;
}

.sparkling-modal-close {
    cursor: pointer;
    height: 100%;
    width: 75px;
    position: absolute;
    right: 0px;

    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.sparkling-modal-close:hover {

}

.i-close {
    width: 100%;
    height: 100%;
    position: relative;
    transform: rotate(45deg);
}

.i-close-h {
    position: relative;
    height: 1px;
    width: 19px;
    background: #000000;
    top: 50%;
    left: 50%;
    margin-left: -9px;
}


.i-close-v {
    position: relative;
    height: 19px;
    width: 1px;
    background: #000000;
    top: 50%;
    margin-top: -10px;
    left: 50%;
}

.sparkling-modal-container {
    z-index: 99999;
}

#main-header {
    z-index: 999 !important;
}

.book-embed-nav.with-padding {
    padding: 12px;
    /* margin-top: -42px; */
    z-index: 999999;
}

.sparkling-modal-content {
    padding: 0px;
    height: 100% !important;
    z-index: 2000;
    max-width: 980px;
    padding-top: 40px;
    width: 100% !important;
}

.sparkling-modal-title {
    background: #FFF !important;
    position: relative;
    border-radius: 18px 18px 0 0;
    height: 30px;
}


