﻿#kbb-modal {
    background-color: #FAFBFC;
    max-width: 100vw;
    margin: -1px;
}

    #kbb-modal .modal-header {
        width: 100%;
    }

    #kbb-modal .modal-title {
        color: white !important;
    }

    #kbb-modal .close {
        color: white !important;
        opacity: 1 !important;
    }

    #kbb-modal .modal-body {
        padding-bottom: 16px;
        overflow-y: scroll;
        max-height: calc( 100vh - 210px );
    }

    #kbb-modal legend {
        border: none;
    }


#third-party-modal > div {
    width: 700px;
}

    #third-party-modal > div > div {
        border-radius: 0;
        border: none;
        box-shadow: none;
    }

        #third-party-modal > div > div .modal-header {
            color: #FFFFFF;
        }

            #third-party-modal > div > div .modal-header > button {
                color: #FFFFFF;
                opacity: 1;
            }

        #third-party-modal > div > div .modal-body {
            height: 710px;
        }

            #third-party-modal > div > div .modal-body iframe {
                width: 100%;
                height: 100%;
                border: none;
            }

@media(max-width:768px) {
    #third-party-modal > div {
        width: 100%;
    }
}
