.filter-select{
    width:122px !important;
    font-size: 0.875rem !important;
}
.text-light-gray{
    color: #6f6f6f;
}
.text-dark-gray{
    color: #404040;
}
.text-dark-black{
    color: #212121;
}
.bg-dark-gray{
    background: #212121 !important;
}
.form-check.onrent-checkbox input {
    box-shadow: inset -1px 1px 3px rgba(0,0,0,0.1);
    background-color: #F1F1F1;
    width: 1.3125rem;
    height: 1.3125rem;
    border-radius: 2px;
}
.form-check.onrent-checkbox input:checked{
    background-color: #06C;
    box-shadow: none;
}
.cursor-pointer{
    cursor: pointer !important;
}
.bg-blue{
    background:#0066CC;
}
.bg-blue:hover{
    background:#0944AB;
}
.blue-link{
    color: #0066CC !important;
}

.showselect .modal-dialog {
    min-height: calc(100% - var(--bs-modal-margin) * 2);
    /* max-width: 90% !important; */
    max-width: 930px !important;
}
.bg-light{
    background: rgba(239, 247, 255, 1);
}
.dropdown-toggle::after{
    display: none !important;
}
.modal-active { display: flex !important; }

.card-buttons button { padding: 2px 16px; }
.card-buttons button[disabled], .card-buttons button.disable {  color: #AEAEAE!important; border-color: #AEAEAE !important; }

@media screen and (max-width:991px){
    .font-md-12{
        font-size: 12px !important;
    }
    .font-md-14{
        font-size: 14px !important;
    }
    .showselect .modal-dialog {
        max-width: 476px !important;
    }
    .showselect .modal-dialog .modal-body .d-flex {
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .showselect .modal-dialog .modal-body .d-flex p.text-white {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }   
}
@media screen and (max-width:567px){
    .showselect .modal-dialog {
        min-height: calc(100% - var(--bs-modal-margin) * 0);
        max-width: 100% !important;
        margin: 0;
    }
    .showselect .modal-dialog .modal-body .d-flex {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 0px !important;
    }
    .showselect .modal-dialog .modal-body .d-flex p {
        font-size: 14px;
    }
    .showselect .modal-dialog .modal-body .d-flex .btn {
        font-size: 15px;
    }
    .showselect .modal-dialog .modal-body .d-flex p.text-white {
        text-align: center;
        width: 100%;
        margin-bottom: 5px;
    }
    .showselect .modal-dialog .modal-body .d-flex .blue-link {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .showselect .modal-dialog .modal-content{
        border: 0;
        border-radius: 0;
    }
    
}