﻿

.register-section-Popup {
    position: fixed;
    top: -1000px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    transition: 0.3s all;
}

    .register-section-Popup.active {
        top: 0;
        transition: 0.3s all;
    }

.overlay-mod-Popup {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.67) !important;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
}

.register-inner-Popup {
    width: 500px;
    background: white;
    height: auto;
    padding: 40px;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 3px 2px 11px 1px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 3px 2px 11px 1px rgba(0, 0, 0, 0.42);
    margin: auto;
    position: relative;
}

.register--box-Popup {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.register-inner-Popup h2 {
    margin-top: 0;
}

.register-btn-Popup {
    background: #1874bf;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    margin: 15px 0;
}

    .register-btn-Popup:hover {
        background: #0d5590;
    }

.register-inner-Popup p a {
    color: #1874bf;
    font-weight: 600;
}

.register-inner-Popup p {
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
}

.close-div-Popup {
    position: absolute;
    top: 4px;
    right: 10px;
    color: red;
    font-weight: 700;
    cursor: pointer;
    opacity: 1;
    transition: 0.2s all;
    font-size: 19px;
}

    .close-div-Popup:hover {
        opacity: 1;
        transition: 0.2s all;
    }

.bodytxt-Popup {
    margin: 20px 0;
}

    .bodytxt-Popup p strong {
        margin-bottom: 10px;
        display: block;
        color: #000;
        font-size: 16px;
    }

.register-inner-Popup .msg-txt.bodytxt-Popup p {
    color: red;
    font-size: 16px;
    font-weight: 700;
    text-align:center;
}
.bodytxt-Popup.msg-txt {
    margin: 15px 0;
}
.alert-pop .register-inner-Popup {
    padding: 0 10px;
}
@media(max-width: 767px) {
    .register-inner-Popup {
        width: 95%;
    }


    /*.video-content:hover + .v-icon, .v-icon:hover {
        display: none !important;
    }*/

    /*.video-content:hover + .v-icon, .v-icon:hover {
        display: none !important;
        transition: 0.5s all;
    }*/
}