::placeholder{
    font-size: 14px;
    color: var(--charcoal-plum);
    font-weight: 500;
}

.content .container-fluid .row div > .card .card-body form .form-group,
.common-field{
    position: relative;
}

.content .container-fluid .row div > .card .card-body form .form-group label,
.common-field label{
    color: var(--oxford-blue);
    font-size: 14px;
    font-weight: 500 !important;
    margin-bottom: 5px;
}


.content .container-fluid .row div > .card .card-body form .form-group select,
.content .container-fluid .row div > .card .card-body form .form-group textarea,
.content .container-fluid .row div > .card .card-body form .form-group input,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select,
.common-field select,
.common-field textarea,
.common-field input {
    font-weight: 500;
    display: block;
    color: var(--oxford-blue) !important;
    border: 0;
    font-size: 14px;
    border: 1px solid var(--pale-periwinkle-gray-50);
    background-color: var(--ghost-white) !important;
    width: 100%;
    line-height: 20px;
    outline: none;
    padding: 10px 12px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .container-fluid .row div > .card .card-body form .form-group input[type="file"]{
    padding: 5px;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select{
    height: 30px;
    padding: 0 5px 0 8px;
    width: auto;
}

.content .container-fluid .row div > .card .card-body form .form-group select,
.common-field select{
    padding: 0 10px;
}


/* .content .container-fluid .row div > .card .card-body form .form-group select:not(:placeholder-shown),
.content .container-fluid .row div > .card .card-body form .form-group textarea:not(:placeholder-shown),
.content .container-fluid .row div > .card .card-body form .form-group input:not(:placeholder-shown), */
.content .container-fluid .row div > .card .card-body form .form-group select:focus,
.content .container-fluid .row div > .card .card-body form .form-group textarea:focus,
.content .container-fluid .row div > .card .card-body form .form-group input:focus,
.dataTables_wrapper .dataTables_filter select:focus,
.dataTables_wrapper .dataTables_filter input:focus,
/* .common-field textarea:not(:placeholder-shown), */
.common-field textarea:focus,
/* .common-field select:not(:placeholder-shown), */
.common-field select:focus,
/* .common-field input:not(:placeholder-shown), */
.common-field input:focus {
    border-color: var(--adiant-orchid);
    box-shadow: 0 0 0px 0.1px var(--adiant-orchid);
}


.content .container-fluid .row div > .card .card-body form .form-group.cfr-icon select,
.content .container-fluid .row div > .card .card-body form .form-group.cfr-icon input,
.common-field.cfr-icon select,
.common-field.cfr-icon input{
    padding-right: 42px;
}

.content .container-fluid .row div > .card .card-body form .form-group .group_right_icon,
.common-field .group_right_icon{
    color: var(--oxford-blue);
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    width: 38px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}

.content .container-fluid .row div > .card .card-body form .form-group .group_right_icon{
    right: 9px;
    top: 29px;
    height: 36px;
    background: var(--ghost-white);
    border-radius: 8px;
}

.content .container-fluid .row div > .card .card-body form .form-group .group_right_icon svg,
.common-field .group_right_icon svg{
    height: 26px;
    opacity: .7;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 26px;
}


.content .container-fluid .row div > .card .card-body form .form-group .group_right_icon.view-password.active svg,
.content .container-fluid .row div > .card .card-body form .form-group .group_right_icon.view-password:hover svg,
.common-field .group_right_icon.view-password.active svg,
.common-field .group_right_icon.view-password:hover svg{
  opacity: 1;
}

.content .container-fluid .row div > .card .card-body form .form-group .group_right_icon.view-password.active svg:nth-child(1),
.content .container-fluid .row div > .card .card-body form .form-group .group_right_icon.view-password svg:not(:nth-child(1)),
.common-field .group_right_icon.view-password.active svg:nth-child(1),
.common-field .group_right_icon.view-password svg:not(:nth-child(1)){
  display: none;
}

.content .container-fluid .row div > .card .card-body form .form-group .group_right_icon.view-password.active svg:nth-child(2),
.common-field .group_right_icon.view-password.active svg:nth-child(2){
  display: block;
}

.hide-info-icon .form-control.is-invalid, 
.hide-info-icon .was-validated .form-control:invalid{
    background-image: none !important;
}


/* --- Remember Input Checkbox --- */
.common-field-checkmark input{
    display: none;
}

.common-field-checkmark{
    padding-left: 24px;
    margin-bottom: 0px;
    position: relative;
    z-index: 3;
}

.common-field-checkmark label{
    cursor: pointer;
    font-size: 14px;
    color: var(--oxford-blue-70);
    font-weight: 600 !important;
    transition: all 0.3s ease-in-out;
}


.common-field-checkmark:not(.sgc-ci-hover-off) label:hover{
    color: var(--oxford-blue);
}

.common-field-checkmark label a{
    text-decoration: underline;
}

.common-field-checkmark label a:hover{
    color: var(--oxford-blue);
}

.common-field-checkmark label .checkmark-icon{
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 2.5px;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 4px;
    background-position: center;
    background-color: var(--ghost-white);
    border: 1px solid var(--pale-periwinkle-gray-50);
    box-shadow: 0 0 0px 4px transparent inset;
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% - 2px);
    transition: 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.common-field-checkmark.sgc-ci-18px label .checkmark-icon{
    width: 18px;
    height: 18px;
    top: 3.5px;
}

.common-field-checkmark label:hover .checkmark-icon{
    border-color: var(--adiant-orchid);
    box-shadow: 0 0 0px 0.1px var(--adiant-orchid);
}

.common-field-checkmark input:checked + label{
    color: var(--oxford-blue);
}

.common-field-checkmark input:checked + label .checkmark-icon{
    background-color: var(--adiant-orchid);
    border-color: var(--adiant-orchid);
    box-shadow: none;
    background-image: url(../img/icons/check.svg);
}


/*  */
.common-status-field{
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0px;
}

.common-status-field label{
    white-space: nowrap;
    margin-bottom: 0;
}

.common-status-field select{
    width: fit-content !important;
    padding: 0 10px !important;
}
/*  */


/* --- --- */
.input-note{
    font-size: 12px;
    margin-top: 5px;
    color: var(--oxford-blue);
    /* font-weight: 500; */
}

.input-note-2{
    font-weight: 600;
    color: var(--oxford-blue-70);
    font-size: 14px;
    margin-top: 10px;
}

.input-note-2 svg{
    width: 24px;
    height: 24px;
    position: relative;
    top: -1.5px;
}
/* --- --- */


/*  */
.common-field.common-field-date{
    width: fit-content;
}

.common-field.common-field-date input{
    padding-left: 40px;
}

.common-field.common-field-date svg{
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px;
    pointer-events: none;
}


.daterangepicker td.in-range{
    background-color: var(--oxford-blue-10) !important;
}

.daterangepicker td.start-date{
    background-color: var(--oxford-blue) !important;
}

.daterangepicker td.end-date{
    background-color: var(--oxford-blue) !important;
}


.daterangepicker td.active, 
.daterangepicker td.active:hover {
    background-color: var(--oxford-blue) !important;
}

.daterangepicker td.available:not(.active):hover, .daterangepicker th.available:not(.active):hover{
    background-color: var(--oxford-blue-10) !important;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date{
    background-color: transparent !important;
}

.daterangepicker .drp-buttons .btn-default{
    color: var(--oxford-blue);
    border-color: var(--oxford-blue-10);
    background: transparent;
    transition: all 0.3s ease-in-out;
}

.daterangepicker .drp-buttons .btn-default:hover{
    color: var(--white);
    background: var(--oxford-blue);
    border-color: var(--oxford-blue);
}

.daterangepicker .drp-buttons .btn.applyBtn{
    border-color: var(--oxford-blue);
    background: var(--oxford-blue);
    transition: all 0.3s ease-in-out;
}

.daterangepicker .drp-buttons .btn.applyBtn:hover{
    border-color: var(--adiant-orchid);
    background: var(--adiant-orchid);
}




/*  */



/*  */
.custom-file-label{
    position: relative;
    width: 100%;
    background: transparent;
    border: 1px solid var(--celeste-100);
    height: 44px;
    margin: 0;
    display: flex;
    align-items: center;
    border-radius: 4px !important;
    font-size: 14px !important;
    color: var(--white) !important;
}

.custom-file-label .cfl-span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 77px;
}

.custom-file-label .cfl-placeholder{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #93999e;
}

.custom-file-label::after{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 0 4px 4px 0;
    color: var(--white);
    background-color: #0294B5;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.custom-file-label:hover::after{
    color: white;
    background-color: #007e9b;
}

.custom-file-label + input.form-control{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
/*  */



/* --- Input Autofill Css --- */
.content .container-fluid .row div > .card .card-body form .form-group select:-webkit-autofill,
.content .container-fluid .row div > .card .card-body form .form-group select:-webkit-autofill:hover,
.content .container-fluid .row div > .card .card-body form .form-group select:-webkit-autofill:focus,
.content .container-fluid .row div > .card .card-body form .form-group select:-webkit-autofill:active,

.content .container-fluid .row div > .card .card-body form .form-group textarea:-webkit-autofill,
.content .container-fluid .row div > .card .card-body form .form-group textarea:-webkit-autofill:hover,
.content .container-fluid .row div > .card .card-body form .form-group textarea:-webkit-autofill:focus,
.content .container-fluid .row div > .card .card-body form .form-group textarea:-webkit-autofill:active,

.content .container-fluid .row div > .card .card-body form .form-group input:-webkit-autofill,
.content .container-fluid .row div > .card .card-body form .form-group input:-webkit-autofill:hover,
.content .container-fluid .row div > .card .card-body form .form-group input:-webkit-autofill:focus,
.content .container-fluid .row div > .card .card-body form .form-group input:-webkit-autofill:active,

.common-field textarea:-webkit-autofill,
.common-field textarea:-webkit-autofill:hover,
.common-field textarea:-webkit-autofill:focus,
.common-field textarea:-webkit-autofill:active,

.common-field select:-webkit-autofill,
.common-field select:-webkit-autofill:hover,
.common-field select:-webkit-autofill:focus,
.common-field select:-webkit-autofill:active,

.common-field input:-webkit-autofill,
.common-field input:-webkit-autofill:hover,
.common-field input:-webkit-autofill:focus,
.common-field input:-webkit-autofill:active {
    font-weight: 400 !important;
    font-size: 14px !important;
    caret-color: var(--oxford-blue) !important;
    color: var(--oxford-blue) !important;
    -webkit-text-fill-color: var(--oxford-blue) !important;
    -webkit-box-shadow: inset 0 0 0 100px var(--ghost-white) !important;
            box-shadow: inset 0 0 0 100px var(--ghost-white) !important;
}


/* --- login & submit btn --- */
.common-submit-btn,
.lsb-loader-btn{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 9px 15px;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    margin: 0 auto 13px;
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    color: var(--white);
    background-color: var(--oxford-blue);
    transition: all 0.3s ease-in-out;
    max-width: 450px;
    width: 100%;
    letter-spacing: 0.5px;
}

.common-submit-btn.csb-width-fit{
    max-width: fit-content;
    width: 100%;
    padding: 9px 25px;
}

.common-submit-btn[disabled]{
    opacity: 0.7;
}

.common-submit-btn:hover{
    color: var(--white);
    background-color: var(--adiant-orchid);
} 

/* --- lsb loader btn --- */
.lsb-loader-btn img{
    pointer-events: none;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    position: relative;
    margin-right: 8px;
    -webkit-animation: rotation-btn 1s infinite linear;
       -moz-animation: rotation-btn 1s infinite linear;
         -o-animation: rotation-btn 1s infinite linear;
            animation: rotation-btn 1s infinite linear;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@-webkit-keyframes rotation-btn {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@-moz-keyframes rotation-btn {
    from {
        -moz-transform: rotate(0deg);
             transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
             transform: rotate(360deg);
    }
}

@-o-keyframes rotation-btn {
    from {
        -o-transform: rotate(0deg);
           transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
           transform: rotate(360deg);
    }
}

@keyframes rotation-btn {
    from {
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}



/* --- Filter checkbox group Start --- */
.filter-checkbox-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 5px 0 25px;
}

.filter-checkbox-group .fcg-item input {
    display: none;
}

.filter-checkbox-group .fcg-item label {
    cursor: pointer;
    position: relative;
    color: var(--oxford-blue-70);
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    padding: 6px 14px 6px 8px;
    width: fit-content;
    display: flex;
    align-items: center;
    border-radius: 50px;
    background-color: #fbfbfb;
    transition:all 0.3s ease-in-out;
    border: 1px solid var(--pale-periwinkle-gray-50);
}

.filter-checkbox-group .fcg-item label span.check-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: var(--white);
    background-position: center;
    box-shadow: 0 0 0px 4px var(--white) inset;
    border: 1px solid var(--pale-periwinkle-gray-50);
    transition: 0.3s ease-in-out;
}

.filter-checkbox-group .fcg-item label:hover {
    border-color: var(--adiant-orchid);
    background-color: var(--adiant-orchid-10);
}

.filter-checkbox-group .fcg-item label:hover span.check-icon {
    border-color: var(--adiant-orchid);
}

.filter-checkbox-group .fcg-item input:checked + label {
    border-color: var(--adiant-orchid);
    background-color: var(--adiant-orchid-10);
}

.filter-checkbox-group .fcg-item input:checked + label span.check-icon {
    background-color:  var(--adiant-orchid);
    border-color:  var(--adiant-orchid);
}