.swiper {
    height: inherit !important;
    width: 100%;
}

.swiper-button-next, .swiper-button-prev {
    color: white !important;
}

.img-captcha {
    cursor: pointer;
    width: 30px;
}

span#CaptchaID {
    background: #ebebeb;
    padding: 5px 5px;
    width: 180px;
    float: left;
    position: relative;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;
    /*font-family: cursive;*/
    /*   font-family: fantasy;*/
}

.bg-danger {
    background-color: #ffeaee !important;
}

#DivMessage {
    display: none;
}

.spinner {
    position: fixed;
    top: 0%;
    left: 0%;
    text-align: center;
    overflow: auto;
    width: 100%;
    height: 100%;
    /*    background-color: #fff;*/
    z-index: 9999;
    -moz-opacity: 0.85;
    opacity: 0.85;
    filter: alpha(opacity=0.85);
    /*    background: #506ee4 url(/images/loading.gif) center no-repeat;*/
    background: #fff url(/Backend/images/loading.svg?v=1) center no-repeat;
    background-size: 250px;
}

.img-load {
    width: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
}

.textload {
    top: 46%;
    position: fixed;
    top: 56%;
    text-align: center;
    color: #000 !important;
    margin: 0 auto;
    width: 100%;
    color: white;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: bold;
}
.bg-dark {
    background-color: #2f509a !important;
}
@media only screen and (max-width: 600px) {
    .navbar-dark {
        padding-top: 1.5rem !important;
    }

    :root {
        --bs-body-font-size: 0.9rem
    }

    .hide-mobile {
        display: none;
    }

    .footer .col-6 {
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 992px) {
    .bg-primary {
        --bs-bg-opacity: 1;
        background-color: #0481c3;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
    }
}
