.Success_popup .modal-header {
    text-align: center;
    background: #86c989;
    font-size: 18px;
    border-bottom: 1px solid #e8ebe8;
    justify-content: center;
}

.Success_popup .modal-title {
    font-weight: bold;
    color: #fff;
}

.Success_popup .modal-content {
    border-radius: 3px;
    border: 1px solid #86c989;
}

.success_popup_body {
    background: #ffffff;
    color: #000;
    text-align: center;
    padding: 20px 10px;
}
.dropdown.bootstrap-select.form-control button.btn-light {
    background: none;
    border: none;
    padding: 10px 0;
}
.dropdown.bootstrap-select.form-control {
    padding-top:0.625rem;
}
.dropdown-menu.show {
    display: block;
    left: -12px !important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    font-size: 13px;
    color: #525368;
    font-weight: normal;
}
.form-floating>.form-control:-webkit-autofill ~ label{bottom: -38px;}
.dropdown.bootstrap-select.form-control label.error {
    bottom: 1px;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted #333!important;
    outline: 5px auto -webkit-focus-ring-color!important;
    outline-offset: -2px;
    outline: none !important;
    outline-offset: 0px;
    box-shadow: none !important;
}
.dropdown-menu{
    font-size: 0.8rem;}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3b3b99;
}
.error_popup .modal-header {
    text-align: center;
    background: #dd3e0e;
    font-size: 18px;
    border-bottom: 1px solid #e8ebe8;
    justify-content: center;
}

.error_popup .modal-title {
    font-weight: bold;
    color: #fff;
}

.error_popup .modal-content {
    border-radius: 3px;
    border: 1px solid #df4414;
}

.error_popup_body {
    background: #ffffff;
    color: #000;
    text-align: center;
    padding: 20px 10px;
}

sup.star-red {
    color: red;
    line-height: 0;
    top: -0.2em;
}

.form-group {
    position: relative;
    margin-bottom: 1.2rem;
}

.form-check label {
    margin-bottom: 0;
    padding-bottom: 0;
}

.form-check {
    position: relative;
    margin-bottom: 0rem;
    padding-left: 1em;
}

.form-control {
    font-size: 14px;
    padding: 9px;
    border-radius: 4px;
    letter-spacing: 0px;
}



.form-control:disabled,
.form-control:read-only {
    background-color: #fff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

label.error {
    color: #e50000;
    font-size: 11px;
    position: absolute;
    bottom: -25px;
    top: auto;
    font-weight: normal;
    line-height: 14px;
}

.loader {
    width: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

/* LOADER 2 */

#loader-2 span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #091E3E;
    margin: 35px 5px;
}

#loader-2 span:nth-child(1) {
    animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2) {
    animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3) {
    animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce {

    0%,
    75%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@media screen and (max-width: 1199px) {

   
}

@media screen and (max-width: 991px) {

    
}

@media screen and (max-width: 767px) {
   


    .form-check {
        width: 100%;
    }

   
}
