/**
 * Custom styles 
 * @author Archie M
 * 
 */

#modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

#translationDisclaimer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.modal-content {
    position: relative;
    width: 90%;
    max-width: 500px;
    margin: 5% auto;
    background: #fff;
    padding: 20px;
    z-index: 1001;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.modal-content p.header {
    font-family: "Helvetica Neue", Sans-serif;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: 0.3px;
}

.modal-content p {
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
}

.modal-content label {
    font-family: "Helvetica", Sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin-top: 10px;
}

.modal-content #acceptTranslation {
    margin-right: 5px;
}

.modal-content button {
    margin-top: 10px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

.modal-content button#proceedTranslation {
    background-color: #0073aa;
    color: #fff;
    border: none;
}

.modal-content button#proceedTranslation:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.modal-content button#cancelTranslation {
    background-color: #dc3545;
    color: #fff;
    border: none;
    margin-left: 10px;
}



/** Manage translation buttons layout **/
@media screen and (max-width:540px) {

    .glink.nturl.notranslate {
        display: inline-block;
        margin: 5px 0;
        min-width: 80px;
        padding: 10px 10px !important;
        text-align: center;
    }

}

/** Hide old disclaimer **/
.elementor-264314 .elementor-element.elementor-element-8c36dd1 {
    display: none !important;
}
