.popup{
    padding-right: 0 !important;
}
.modal{
    padding-right: 0 !important;
}
body{
    padding-right: 0 !important;
}
.modal-dialog{
    z-index: 9999;
}
#loading_spinner{
    z-index: 99999999999;
}
.loading_spinner {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-top: 45%;
}
.change .loading_spinner{
    margin-top: 0px !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.modal-backdrop{
    z-index: 10;
}

#popup_notyfy .close_popup {
    color: #fff;
}
#popup_notyfy .content_popup .top_title_popup{
    background: #57ae31;
    color: #fff;
}
#popup_notyfy .content_popup .top_title_popup h3{
    color: #fff !important;
}
#popup_notyfy .modal-header{
    background: #28a800;
}

#popup_notyfy .modal-title{
    color: white;
}

/* css login */
.submit{
    width: 100%;
    height: 100%;
}
.btn_search{
    color: #fff;
    padding: 0px;
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 400;
    font-size: 20px;
    background: #6bb946;
}
@media (min-width: 360px){
    .in_login{
        float: left;
        margin: 4px 0px 0px 15px;
    }
}
@media (max-width: 360px){
    .in_login{
        float: left;
        margin: 4px 0px 0px 0px;
    }
}
.in_login span{
    padding: 5px 15px 5px 13px;
    color: #fff;
    position: relative;
    display: table;
    font-size: 14px;
    border: 1px solid #a1de5d;
    background: rgba(255, 255, 255, 0.2);
}
.in_login span::before{         
    content: "\f007";
    font: normal normal normal 14px/1 FontAwesome;
    margin: 0px 10px 0px 0px;
}
@media (min-width: 420px){
    #captcha{
        width: 60%;
        float: left;
    }
}
@media (max-width: 420px){
    #captcha{
        width: 45%;
        float: left;
    }
}
@media (max-width: 767px){
    .popup .list_group {
        padding: 0px !important;
    }
}
#popup_notyfy .content_popup{
    margin: 100px auto;
}
.close_popup_123:hover{
    color: #fff;
}
.close_popup_123:link{
    color: #fff;
}
.close_popup_123:active{
    color: #fff;
}
.close_popup_123:visited{
    color: #fff;
}