/* Custom Css */

.error {
    color: red;
}

textarea {
    resize: none !important;
}

input::placeholder,
textarea::placeholder {
    font-family: 'Open Sans', sans-serif !important;
}

.select_bx {
    width: 160px !important;
    background: #0000;
}

.nav-item ul a.nav-link.active {
    padding: 4px 10px !important;
    margin: 7px 10px !important;
}

/***************/
#toast-container>.toast-success {
    background-color: green !important;
}

#toast-container>.toast-error {
    background-color: #BD362F !important;
}

.invalid-feedback {
    display: block !important;
}

.shadow_bx {
    padding: calc(22px + (60 - 22) * ((100vw - 320px) / (1920 - 320))) calc(16px + (40 - 16) * ((100vw - 320px) / (1920 - 320))) !important;
}

div.min-vh-45.bg.overlay {
    min-height: 31vh !important;
}

aside#sidenav-main {
    z-index: 0;
}

/*.card-header{
    background: #eeeeee !important;
}*/
div#sidenav-collapse-main img {
    opacity: 0.6;
    max-width: 21px !important;
}

nav,
label {
    text-transform: uppercase;
}

.navbar .nav-link {
    color: #595a5c !important;
}

.navbar-nav .navbar-nav .nav-link.active {
    background: #f6f9fc !important;
    color: #595a5c !important;
}

.edit_btn,
.delete_btn {
    width: 30px;
    height: 30px;
    background: #0000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #595a5c;
    border: 1px solid #595a5c;
    transition: all 0.3s ease-in-out 0.1s;
    text-decoration: none;
    opacity: 1 !important;
}

.edit_btn:hover {
    background: #595a5c;
    color: #fff;
}

.view_btn {
    width: 30px;
    height: 30px;
    background: #595a5c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #595a5c;
    transition: all 0.3s ease-in-out 0.1s;
    text-decoration: none;
    opacity: 1 !important;
}

.view_btn:hover {
    background: #0000;
    color: #595a5c;
}

.btn_design {
    background: #595a5c !important;
    color: #fff !important;
}

.container-fluid {
    padding: 24px !important;
}

div#delete_holiday .modal-dialog {
    max-width: 320px;
    text-align: center;
}

div#impersonate-user-modal .modal-dialog {
    max-width: 320px;
    text-align: center;
}

.stroke_btn {
    border: 1px solid #192030 !important;
    background: transparent !importan;
    color: #192030 !importan;
}

.stroke_btn:hover {
    background: #192030 !importan;
    color: #fff !importan;
}

/* Check box */
.switch-button {
    text-align: center;
}

.switch-button input[type="checkbox"] {
    position: relative;
    width: 60px;
    height: 28px;
    -webkit-appearance: none;
    appearance: none;
    background: #eee7e7;
    outline: none;
    border-radius: 2rem;
    cursor: pointer;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 50%);
}

.switch-button input[type="checkbox"]::before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 2px;
    left: 3px;
    transition: 0.5s;
}

.switch-button input[type="checkbox"]:checked::before {
    transform: translateX(32px);
    background: #fff;
}

.switch-button input[type="checkbox"]:checked {
    background: #fbdc72;
}

/* Main Header  */
#dropdownMenuButton1 img {
    height: 46px;
    width: 50px;
}


/* PDF Conversion */
.pdf_page {
    background: url('https://atol.developmentrecords.com/custom/pdf_image/target001.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    background-color: #fffccb;
    max-width: 864px;
    margin: 0 auto;
    padding: calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320)));
    color: #000 !important;
    font-family: 'Open Sans', sans-serif !important;
}

.pdf_page * {
    font-family: 'Open Sans', sans-serif !important;
}

.hdng_xl {
    font-size: calc(18px + (65 - 18) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
}

.sub_hdng,
.sub_hdng_light {
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.sub_hdng_light {
    font-weight: 600;
    font-size: 18px;
}

.border-1 {
    border: 1px solid #000;
    padding: 0 5px;
}

.fz-14 {
    font-size: 16px !important;
    font-weight: 600;
}

.fz-12 {
    font-size: 12px !important;
}

.pdf_input {
    width: 100%;
    background: #ddddd5b5;
    border: 0;
}

.pdf_page table,
.pdf_page td {
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 600;
}

.pdf_page th {
    padding: 8px 14px;
}

.pdf_page td {
    padding: 3px 8px;
}

.pdf_page .grey {
    background: #e2e2e2a3;
    padding: 0;
}

.pdf_page .grey input {
    width: 100% !important;
}

input:focus,
textarea:focus {
    outline: 0;
}

textarea.pdf_input {
    height: 150px;
    min-width: 150px;
}

td textarea::placeholder,
td input::placeholder {
    font-size: 11px;
}

/* Login Page */


.mask.bg-gradient-primary {
    /*    background: url('https://atol.developmentrecords.com/admin/assets/img/login_img1.jpg');*/
    background: linear-gradient(75deg, rgb(0 0 0) 0%, rgb(89 90 92) 100%);
    background-position: center;
    background-size: cover;
}

.login-page .card-header {
    background: #fff !important;
}

.login-page .logo {
    max-width: 180px;
}

/*State cards*/
.stat_cards .card {
    box-shadow: 0 0 10px rgb(250 247 166 / 60%);
    border-radius: 15px;
    height: 100%;
}

.numbers h5 {
    margin-bottom: 0;
    font-size: 26px;
}

.stat_icon {
    max-width: 55px;
    max-height: 55px;
    border-radius: 50%;
    padding: 11px;
    background: #fbdc72;
    margin-left: auto;
    box-shadow: 0 0 10px rgba(0 0 0 / 12%);
}

.stat_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: invert(1);
}

/* Delete Modal */
.modal .modal-content {
    border-radius: 20px;
    padding-top: 20px;
}

.modal .modal-content .form-header {
    margin-bottom: 30px !important;
}

.modal-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.modal-btn .row {
    width: 100%;
}

.modal-btn .row button,
.modal-btn .row a {
    width: 100%;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.min-vh-70 .card {
    height: 100%;
}

/* pagination */
.pagination-wrap {
    position: relative;
    height: 30px;
    margin-top: 40px;
}

.pagination-wrap .shadow-sm {
    box-shadow: none !important;
}

.pagination-wrap nav div:nth-child(1) {
    display: none;
}

.pagination-wrap nav div:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
}

.pagination-wrap nav div:nth-child(2)>div:first-child p {
    margin: 0;
}

.pagination-wrap nav div:nth-child(2)>div:nth-child(2)>span svg {
    max-width: 20px;
}

.pagination-wrap nav div:nth-child(2)>div:nth-child(2)>span span,
.pagination-wrap nav div:nth-child(2)>div:nth-child(2)>span a {
    width: 20px;
}




.common {
    display: flex;
    gap: 20px;
    align-items: center;
}

button.applyBtn.btn.btn-sm.btn-success {
    background: #595a5c;
}

button.cancelBtn.btn.btn-sm.btn-default {
    color: : #595a5c;
}

.ranges li.active {
    background-color: #595a5c !important;
    border: 1px solid #595a5c !important;
    color: #fff !important;
}

.ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #595a5c !important;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer;
}

.ranges li:hover {
    background-color: #595a5c !important;
    border: 1px solid #595a5c !important;
    color: #fff !important;

}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #595a5c !important;
    border-color: transparent;
    color: #fff;
}

.daterangepicker td.in-range {
    background-color: #595a5c1c !important;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

td.today.active.end-date.in-range.available {
    background-color: #595a5c !important;
    color: #fff
}

.daterangepicker .input-mini.active {
    border: 1px solid #595a5c !important;
    border-radius: 4px;
}

.table-condensed thead {
    color: #595a5c;
}

#line {
    border-bottom: 0px;
    margin: auto;
}

#remove {
    border-top: 0px;
    margin: auto;
}

#space {
    padding-top: 0px;
    text-align: center;
}

#cancelled_modal .modal-dialog {
    transform: none;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.active-color {
    color: #028814;
}

.cancel-color {
    color: red;
}

.date_by {
    border-color: #616264ab !important;
}

.hr-line {
    border-bottom: 2px dashed black;
    margin: 15px 0px 15px 0px !important;
    width: 100%;
}



.srch_bx_wpr {
    flex-wrap: wrap !important;
}

.agent_dash_tbl .card-header {
    height: auto !important;
}

/* Media Query */
@media(max-width: 1800px) {
    .agent_dash_tbl .common {
        width: 70% !important;
    }
}

@media(max-width: 1681px) {

    .agent_dash_tbl .common {
        width: 100% !important;
        flex-wrap: wrap;
    }
}

@media(max-width: 767px) {

    .sub_hdng br,
    .sub_hdng_light br,
    .sub_hdng_light br {
        display: none;
    }

    .sub_hdng_light {
        font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    }
}


.CodeMirror {
    background: #0000 !important;
}

.CodeMirror-gutters,
.CodeMirror-linenumber {
    opacity: 0;
}