/* captcha styling */
.cpatch_para
{
    display: flex;
    margin-top: 2rem;
}
.cpatch_para button
{
    margin-left: 5px;
    border: 1px solid #d5d5d8;
    padding-left: 10px;
    padding-right: 10px;
}
.cpatch_para button .fa-refresh
{
    font-size: 30px;
}

.red-error{
    border: 2px solid #f30000 !important;
} 
.error-text 
{
    color: #ff5959 !important;
    font-size: 13px;           
}
.page-item{
    cursor: pointer;
}
.pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown-menu-end li{
    cursor: pointer;
}
.page-link{
    border: none;
    border-radius: 10px !important;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.modal .close{
    cursor: pointer;
    right: 11px;
    position: absolute;
    font-size: 30px;
}
.selectize-input{
    border: none;
    box-shadow: none;
}
.selectized{
    padding: .375rem 2.25rem .375rem .75rem !important;
}
.selectize-input.focus {
    box-shadow: none !important;
}
.selectize-control{
    background-image: none !important;
    padding-top: 7px !important;
    padding-bottom: 8px !important;
    border-radius: 8px;
}
.logout-dropddown .dropdown-menu{
    left: auto !important;
}
#search-select #sub-jobs{
    padding: 0 !important;
    width: inherit;
    border: none;
}
#search-select #sub-jobs option{
    padding: 10px;
    border-bottom: 1px solid rgb(255, 255, 255);
    background: #fef7ff;
}
#search-select .selectize-control.single .selectize-input
{
    box-shadow: none !important;
    background-image: none !important;
    background-color: transparent;
    padding-left: 20px;
}
#search-select .selectize-dropdown{
    width: inherit !important;
    top: 51px !important;
    left: 0 !important;
    padding: 0;
    border: none;
}
#search-select .selectize-input.dropdown-active::before {
    height: 0px !important;
}
#search-select .selectize-dropdown .selected {
    background-color: gray;
    color: #fff;
}
#search-select .selectize-dropdown [data-selectable].option {
    opacity: 1;
    cursor: pointer;
    background: #fef7ff;
    color: #000;
    padding: 10px;
    border-bottom: 1px solid #fff;
}
#search-select .selectize-dropdown [data-selectable].option:hover, #search-select .selectize-dropdown [data-selectable].active{
    background-color: #f0f0f0 !important;
}
.btn-bbr{
    border: 2px solid #000;
    font-size: 14px;
}
.notification_box{
    height: fit-content !important;
}
.unread-notfi{
    border: 1px solid #808080 !important;
    border-radius: 8px;
    background-color: #7f6c6c1c;
}
.dash-currency-symbol-bold{
    font-size: 27px;
    font-weight: 700;
}
#broadcast-modal .modal-dialog{
    max-width: 600px !important;
}
.brd-heading{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.brd-text{
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.lgin-sign-txt{
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.lgin-sign-txt a{
    color: #0d6efd !important;
    cursor: pointer;
}
.pt-200{
    padding-top: 200px !important;
}

#animation-div{
    background-image: url('../../loader/Animation1739520731363.gif');
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00000042;
    display: none;
    z-index: 1000;
}

#obd-notification-popup .modal-content-dash{
    width: 70%;
    margin: auto;
    background-image: url('../images/obd-banner-popup.png');
    padding: 32px 62px;
    border: none;
    border-radius: 7px;
    outline: none;
    background-repeat: no-repeat;
    background-size: cover;
}
.obd-img{
    max-width: 100%;
    height: 360px;
}
.content-block {
    margin: 30px auto;
}
@media (max-width: 599px){
    #obd-notification-popup .modal-content-dash{
        padding: 32px 26px;
    }
}
@media (min-width: 600px) and (max-width: 1024px) {
    #obd-notification-popup .modal-content-dash{
        width: 78% !important;
        padding: 27px 35px;
    }
    .content-block {
        margin: 0px auto;
    }
}
.no-notification-list{
    width: 250px !important;
    right: 15% !important;
    left: unset !important;
}
.rejected-description{
    width: 100%;
    border: 1px solid #80808017;
    padding: 10px;
    border-radius: 6px;
    background-color: #8080802e;
    display: flex;
    justify-content: center;
}
.rejected-description div{
    width: 80%;
}
.reject-message{
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.filterbtn{
    border: 1px solid black !important;
    padding: 11px !important;
}
.btn-active{
    background-color: rgb(0, 0, 0);
    color: #fff;
}
.btn-active:hover
{
    color: #fff;
}
.mand-text{
    color: red;
}