﻿.carousel-caption {
    top: 10% !important;
    width: 93%;
}

    .carousel-caption p {
        position: absolute;
        top: 0;
        vertical-align: top;
        padding-bottom: 10px;
        background-color: #00000063;
        padding: 10px;
        border-radius: 8px;
    }

.btn-close {
    color: black !important;
    opacity: 1 !important;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px rgb(15, 69, 122) solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
}

.loader {
    display: none;
    width: 200px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-left: -50px;
    margin-top: -100px;
    z-index: 2;
    overflow: auto;
}

.bg-primary1 {
    background-color: #dbcd09 !important;
}

.btn-primary {
    background-image: none !important;
    background: rgb(15, 69, 122) !important;
    white-space: normal !important;
    word-wrap: initial !important;
}

    .btn-primary:hover {
        background-color: #f4ba44 !important;
        border-color: #f4ba44 !important;
        white-space: normal !important word-wrap: initial !important;
    }

.paginate_button {
    border-radius: 50% !important;
    padding: 0em 0.5em !important;
    text-decoration: underline;
    text-decoration-color: rgb(15, 69, 122) !important;
    cursor: pointer;
}

.bg-gradient-primary {
    background-image: none;
    background: rgb(15, 69, 122);
    white-space: normal;
    word-wrap: initial;
}

.btn-primary:hover, .btn.bg-gradient-primary:hover {
    background-color: #f4ba44;
    border-color: #f4ba44;
    white-space: normal !important;
    word-wrap: initial !important;
}

.btn-primary, .btn.bg-gradient-primary {
    background-image: none;
    background: rgb(15, 69, 122);
    white-space: normal !important;
    word-wrap: initial !important;
}

.asterisk_input {
    color: red;
}

.card-header {
    display: flex;
}

.login-box {
    /* padding: 0.5rem 1.5rem;*/
}

.rc-anchor-light {
    transform: scale(0.77) !important;
    transform-origin: 0 0 !important;
}

@media (min-width: 992px)  {
    .modal-lg, .modal-xl {
        --bs-modal-width: 720px;
    }
}
