﻿

[data-ml-modal] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
    width: 0;
    height: 0;
    opacity: 0
}

    [data-ml-modal]:target {
        width: auto;
        height: auto;
        opacity: 1;
        -webkit-transition: opacity 1s ease;
        transition: opacity 1s ease
    }

        [data-ml-modal]:target .modal-overlay {
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            cursor: pointer;
            background-color: #000;
            background-color: rgba(0, 0, 0, .7);
            z-index: 1;
            visibility: visible;
            opacity: 1;
        }

    [data-ml-modal] .modal-dialog {
        border-radius: 8px;
        box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
        position: relative;
        width: 90%;
        max-width: 500px;
        max-height: 100%;
        top: 50%;
        left: 50%;
        background: #fff;
        padding: 0 0 1em;
        transform: translate(-50%, -50%);
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 2
    }

.modal-dialog-lg {
    max-width: 600px !important
}

[data-ml-modal] .modal-dialog > h3 {
    background-color: #eee;
    color: #4cae35;
    border-bottom: 1px solid #e2e2e2;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: .8em 56px .8em 27px
}

[data-ml-modal] .modal-content {
    background: #fff;
    padding: 23px 27px
}

[data-ml-modal] .modal-close {
    position: absolute;
    top: 13px;
    right: 13px;
    color: #4cae35;
    background-color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    [data-ml-modal] .modal-close:hover {
        background-color: #4cae35;
        color: #fff;
        cursor: pointer
    }

[data-ml-modal] p:first-child,
[data-ml-modal] p:last-child {
    margin: 0
}

@media (max-width:767px) {
    [data-ml-modal] .modal-dialog {
        margin: 20% auto
    }
}

.mainModalPopup {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(305deg, #96ca3b 0, #05a650 100%);
    border-radius: 0 0 70px 0;
    width: 50%;
    -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px 1px rgba(255, 255, 255, .3)
}

.modalContent {
    padding: 3em 2em;
    color: #fff;
    display: flex;
    align-items: center
}

a.popup_remove {
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(305deg, #96ca3b 0, #05a650 100%);
    box-shadow: -1px -1px 5px rgba(0, 0, 0, .4);
    border-radius: 0 0 0 10px;
    padding: 5px 10px 10px
}

.page-header_2 {
    top: 76px
}

.alert--success {
    position: absolute
}

.alert:not(:last-of-type) {
    margin-bottom: 0
}

.page-header_2.page-header--fixed .page-header__top {
    display: none
}

.button-effect:hover a {
    cursor: text;
    opacity: 1 !important;
}

.animated-button_div.header_btn-div .button-effect .btn-effect {
    color: #333;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
}

.animated-button_div.header_btn-div .button-effect {
    margin: 0 25px 0 0;
}

.fa-search {
    color: #fff;
}

.page-header--fixed .fa-search {
    color: #333;
}

#CountryFlag {
    color: #333;
}

.horizontal-tabs .r-tabs-state-active a:hover {
    color: white;
}
@media only screen and (max-width: 767px) {
    .page-header_2 {
        top: 95px;
    }

    .page-footer__copyright {
        margin-top: 0px;
    }
}