h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    color: #566a7f;
}
.table{
    color: #566a7f;
}
.fw-bold{
    font-weight: 700;
}

th , td{
    font-size: 16px;
    border-bottom: 1px  solid #dde5f0;
    text-align: center;
    padding: 10px;
    color: #566a7f;
    width: 500px;
}
.hidden-scroll::-webkit-scrollbar {
    width: 0 !important;
}
th{
    background-color: white !important;
}

.custom-striped tr:nth-child(odd){
    background-color: #fafafa;
}
.search-container{
    width: 100%;
    height: auto;
    position: relative;
}
.search-result{
    width: 100%;
    max-height: 170px;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: -5px;
    transform: translateY(100%);
    padding: 12px 0;
    border: 1px solid #00bf73;
    border-radius: 0 0 8px 8px;
    z-index: 10;
    overflow: hidden;
}
.search-result ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.search-result li{
    margin-bottom: 6px;
}
.search-result li a{
    font-size: 16px;
    color: #566a7f;
    padding: 0 20px;
}
.search-result li a:focus{
    color: #00bf73;
}

/************ Colors **************/
.text-secondary{
    color: #59697a !important;
}
.text-success{
    color: #21da5c !important;
}
.text-danger{
    color: #ff4848 !important;
}
.badge-success{
    background-color: #21da5c !important;
}
.badge-danger{
    background-color: #ff4949 !important;
}
/************ End Colors *********/



/********* form errors *************/
.form-label{
    font-size: 14px;
}
.error{
    display: block;
    width: 100%;
    height: 20px;
    color: #ff4848 !important;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    margin-top: 0 !important;
}
.is-invalid{
    border-color: #ff4848 !important;
}
/********* end form errors **********/


/********** Buttons ***********/
.custom-btn{
    padding: 0 !important;
    height: 40px !important;
    line-height: 40px !important;
    width: 130px;
    background-color: #007bff;
    color: white;
    font-weight: 500;
    border: 0;
    border-radius: 5px;
    letter-spacing: 0.5px;
}
.btn-pagination{
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #6c8299 !important;
    color: white;
    border: 0;
    padding: 0;
}
.w-200{
    width: 200px;
}
.w-250{
    width: 250px;
}
.spinner{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 3px solid white;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spinnerRotate 0.8s linear infinite;
    margin-top: 9px;
}

@keyframes spinnerRotate{
    from{
        transform: rotate(0);
    }
    to{
        transform: rotate(360deg);
    }
}

.form-control , .form-select{
    border: 1px solid #c6c6c6;
}
.form-control::placeholder{
    color: #a3a8ae;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff !important;
    opacity: 1;
}
.btn-primary:focus{
    background-color: #00ad68 !important;
}
.btn-primary:disabled{
    background-color: #00ad68 !important;
    opacity: 0.7 !important;
    border: 1px solid #00ad68 !important;
}

/************ End Button ************/


/***************** Modal *************************/
.modal-title{
    font-size: 20px;
    letter-spacing: 0.5px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.modal p{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.modal table{
    font-size: 15px;
}
.modal i{
    font-size: 50px;
}
.modal i.fa-pen-to-square{
    font-size: 40px;
}
.modal-body{
    overflow-x: auto;
}
.modal .modal-header{
    background-color: transparent;
}
/************** End Modal ****************/


/**************** Toast ***************/
.toast-message{
    width: 340px;
    height: 80px;
    padding: 0;
    box-shadow: 1px 1px 5px rgba(0,0,0, 0.2);
    top: 3%;
    right: 1.5%;
    z-index: 99999;
    display: none;
    justify-content: flex-start;
    align-items: center;
    transition: top 250ms ease-in-out;
}
.toast-message.success{
    border-left: 6px solid #21da5c;
    background-color: #fbfffc;
}
.toast-message.failed{
    border-left: 6px solid #ff4848;
    background-color: rgb(255, 250, 250);
}
.toast-icon{
    width: 70px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.toast-icon i{
    display: block;
    font-size: 45px;
}
.toast-message p{
    color: black;
    margin-bottom: 0;
    font-size: 16px;
}
/******************** End Toast *******************/


/**************** Form wizard ******************/
.form-wizard{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch ;
    flex-wrap: wrap;
    align-content: stretch;
}
.form-wizard-header{
    width: 220px;
    border-right: 1px solid #d7d7d7;
    overflow: hidden;
}
.form-wizard-header-box{
    width: 100%;
    height: 50px;
    margin-right: 15px;
    cursor: pointer;
}
.form-wizard-header-box:last-of-type{
    margin-bottom: 0;
}
.form-wizard-header-box .step{
    width: 45px;
    height: 45px;
    background-color: #ececec;
    color: rgb(70, 70, 70);
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    border-radius: 7px;
    display: inline-block;
    margin-right: 10px;
}
.form-wizard-header-box .title{
    font-size: 18px;
    font-weight: 600;
    color: rgb(134, 137, 144);
    letter-spacing: 0.5px;
    display: inline-block;
}
.form-wizard-header-box.active .step{
    background-color: #007bff;
    color: white;
}
.form-wizard-header-box.active .title{
    color: #007bff;
}
.form-wizard-body-container{
    width: calc(100% - 240px);
    position: relative;
}
.form-wizard-body{
    width: 100%;
}
.form-wizard-body.active{
    display: block;
}
.form-wizard-pagination{
    position: absolute;
    left: 0;
    bottom: 15px;
    padding: 0;
}

@media (max-width:700px)
{
    .form-wizard{
        justify-content: flex-start;
    }
    .form-wizard-header{
        width: 60px;
        margin-right: 25px;
    }
    .form-wizard-header-box .title{
        display: none;
    }
}
/***************** End Form Wizard **************/


/********** Tables **********/
.custom-table th , td{
    width: 100px;
}
.custom-table th{
    font-size: 15px;
}
.custom-table td{
    font-size: 15px;
}
/*********** End tables *********/


/********* filters form *********/
.filters{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; 
}
.filters .filter{
    width: 160px;
    margin-bottom: 15px;
    margin-right: 25px;
}
.filters .filter:last-of-type{
    margin-right: 0;
}
/********* End filters form **********/


/************ Navbar Search **************/
.navbar-search-container{
    position: relative;
    background-color: red;
}
.navbar-search-results{
    width: calc(100% + 30px);
    height: 100px;
    background-color: white;
    position: absolute;
    left: -22px;
    bottom: -115px;
    z-index: 5;
}
/*********** End Navbar Search *************/




/*************** Btn Primary ***************/

.btn-primary{
    color: white !important;
    background-color: #00bf73 !important;
    border: 1px solid #00bf73 !important;
    box-shadow: none !important;
}
.btn-primary:hover{
    background-color: #00ad68 !important;
    border: 1px solid #00bf73 !important;
}
.form-control:focus{
    border-color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.form-select:focus{
    border-color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.btn-outline-primary{
    border: 1px solid #00bf73 !important;
    color: #00bf73;
}
.btn-outline-primary:hover{
    background-color: #00bf73 !important;
    box-shadow: none !important;
}
.btn-outline-primary:focus{
    background-color: #00bf73 !important;
    border: 1px solid #00bf73 !important;
    color: white;
}

/********** Checkbox *************/

.form-check-input:checked{
    background-color: #0077ff !important;
    border: 1px solid #0077ff !important;
    box-shadow: 1px 1px 4px rgba(0, 119, 255, 0.2) !important;
}
.form-check-input:focus{
    border: 1px solid #0077ff !important;
    box-shadow: 1px 1px 4px rgba(0, 119, 255, 0.2) !important;
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2300bf73'/%3e%3c/svg%3e") !important;
}

.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.form-switch .form-check-input{
    width: 2.15rem !important;
}


/************ Upload File ************/
.upload-file{
    width: 100%;
    height: 200px;
    background-color: transparent;
    border: 3px dashed #75818f;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
}
.upload-file i{
    color: #647283;
}
.upload-file .h5{
    color: #647283;
}
#importer-excel .upload-file.disabled{
    opacity: 0.75;
    pointer-events: none;
}
#importer-excel .custom-progress{
    height: 26px;
    width: 100%;
    background-color: #e1e1e1;
    border-radius: 5px;
    overflow: hidden;
}
#importer-excel .custom-progress .progress-bar{
    height: 26px;
    width: 0;
    background-color: #00bf73;
    transition: width 0.5s linear;
}

/****** Link ***********/
a:hover{
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
/****** End Link **********/


/*********** Custom scrollbar *************/
.custom-scrollbar::-webkit-scrollbar {
    width: 0;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/********** end Custom scrollbar *********/


/******* tag *********/
.tag{
    font-size: 14px;
    padding: 2px 12px;
    border-radius: 12px;
    font-weight: bold;
}
.tag-danger{
    background-color: rgb(255, 220, 220);
}
.tag-success{
    background-color: rgb(207, 255, 233);
}
/******** end tag********/

.logo-text{
    font-size: 23px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: black;
}
.logo-text-small{
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: black;
}


/*********** Landing page *************/
.lp-container{
    width: 100%;
    min-height: 100vh;
    background-color: white;
}