:root {
    --black-dark: #1D2733;
    --black-light: #3A4756;

    --gray-dark: #9A9FA6;
    --gray-light: #E7E7E7;

    --white-dark: #F5F5F5;
    --white-light: #FFFFFF;

    --blue-dark: #E3ECF3;
    --blue-light: #4DA8EF;

    --purple: #987BE9;
    --red: #FE2C2D;
    --yellow: #F5DA49;
    --green: #66E25C;
}
.btn-login {
    font-family: Prompt;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    background: var(--blue-light);
    color: var(--white-light);
}
.btn-login:hover {
    font-family: Prompt;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    background: #3d8fce;
    color: var(--white-light);
}
 body {
     font-family: 'Prompt', sans-serif;
     color: #fff;
 }

a {
    cursor: pointer;
}

ul {
    list-style: none;
}

.wrapper {
    display: flex;
    min-height: 100vh;
    background-color: #fff;
}

.con-nav {
    border-bottom: 1px solid rgba(128, 128, 128, 0.5);
    color: #fff;
    background: var(--black-dark);
    min-height: 48px;
    width: 100%;
}

.con-nav i {
    color: #fff;
}
.con-nav .noti-no {
    color: #fff;
    font-size: 12px;
    margin-left: -2px;
}

.dropdown-user a {
    color: #918FC9;
}
.dropdown-user a:hover {
    color: #918FC9;
}

footer {
    display: flex;
    justify-content: end;
    font-family: Prompt;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    color: #9A9FA6;
    padding: 0 2rem 1rem 0;

}

main {
    flex: 1;
    background: #F5F5F5;
}
main .main-content {
    color: var(--black-dark);
    min-height: calc(100vh);
}
.logo {
    padding: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.side-menu {
    color: #fff;
    background: var(--black-dark);
    min-height: 100vh;
    width: 199px;
}

.bg-login {
    /* background: linear-gradient(251.79deg, #262938 -0.49%, #32364D 58.66%, #272B43 99.07%); */
    background-color: var(--white-dark);
    min-height: calc(100vh);
}
.card-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}

.card-form i {
    color: var(--black-dark);
}

.card-form .title {
    font-family: Prompt;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: var(--black-dark);
}
.sub-title {
    font-family: Prompt;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #1D2733;
}

.login-card {
    margin: 1rem;
    background: var(--white-light);
    border-radius: 5px;
    min-width: 576px;
}
.form-card .title {
    font-family: Prompt;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #918FC9;
}
.title-forgot:hover {
    text-decoration: underline;
    cursor: pointer;
}
.title-forgot {
   font-family: Prompt;
   font-style: normal;
   font-weight: normal;
   font-size: 14px;
   line-height: 21px;
   text-align: center;

   /* Theme - Bright/2.8 */

   color: #9A9FA6;
}

.outline {
    background: #fff;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 5px;
    color: var(--black-dark);
    font-weight: 300;
    font-family: Prompt;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
}

.outline::placeholder {
    opacity: 0.5;
    font-family: Prompt;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #9A9FA6;
}

.btn-cancel {
    background: #F5F5F5;
    border: 1px solid #9A9FA6;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Prompt;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #9A9FA6;
}

/* Config Input on focus */
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
label:focus,
.btn:active,
.btn.active {
    background-color: unset !important;
    color: var(--black-dark) !important;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

select option:focus {
    background-color: unset !important;
    box-shadow: none !important;
    color: #1D2733 !important;
    }
select option {
    background-color: unset !important;
    box-shadow: none !important;
    color: #1D2733 !important;
    }
    select {
        color: #1D2733;
    }

/* Font */
.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}
.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}
.font-19 {
    font-size: 19px;
}

.font-20 {
    font-size: 20px;
}
.font-21 {
    font-size: 21px;
}
.font-22 {
    font-size: 22px;
}
.font-23 {
    font-size: 23px;
}
.font-24 {
    font-size: 24px;
}
.font-25 {
    font-size: 25px;
}
.font-26 {
    font-size: 26px;
}
.font-27 {
    font-size: 27px;
}
.font-28 {
    font-size: 28px;
}
.font-29 {
    font-size: 29px;
}
.font-30 {
    font-size: 30px;
}

a {
    text-decoration: none !important;
    color: unset !important;
}

.search-form .input-group-text {
    padding: 0px;
    background: #fff;
    border: 1px solid #E7E7E7;
    color: #fff;
    font-weight: 300;
    font-family: Prompt;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
}
.btn-add {
    color: #fff;
    border: 0px;
    background-color: #66E25C !important;
    border-radius: 20px;
    width: 32px;
    height: 32px
}
.btn-cancel:hover {
    background-color: #5e608456;
}
 .btn-icon {
     border: 0px;
     background-color: unset !important;
     border-radius: 20px;
     padding: 0;
     margin: 0;
 }
 .btn-edit {
     color: #fff;
     background: #5E6084 !important;
 }
 .btn-create {
     color: #fff !important;
     background: #1D2733 !important;
     box-sizing: border-box !important;
     border-radius: 5px !important;
     font-family: Prompt;
     font-style: normal;
     font-weight: 500;
     font-size: 12px;
     line-height: 18px;
     color: #FFFFFF;
 }

/* Table */
table {
    border-collapse: collapse;
    border-radius: 5px;
    overflow: hidden;
    
}
.con-table table {
    --bs-table-striped-color: #fff;
    
}

.con-table table thead {
    border: 1px solid #E7E7E7 !important;
}
.con-table table tbody {
    border: 1px solid #E7E7E7 !important;
    color: #1D2733;
}
.con-table table thead tr th {
    font-family: Prompt;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}
.cursor-pointer:hover {
    cursor: pointer;
}

.con-table table tbody tr td {
    font-family: Prompt;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
}
.con-table table tbody tr:hover {
    background-color: #E3ECF3;
}

.con-table table tbody tr td {
    border: unset;
}


.con-table table tbody tr {
    background-color: #F5F5F5;
}

.con-table table tbody tr:nth-child(even) {
    background-color: #fff;
}
.con-table table tbody tr:nth-child(even):hover {
    background-color: #E3ECF3;
}

.con-table-log table thead tr th {
    font-family: Prompt;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #9a9fa6;
}

.con-table-log table thead {
    background: #E7E7E7;
    border-radius: 5px 5px 0px 0px;
    color: #9a9fa6;
}
.con-table-log table tbody tr td {
    font-family: Prompt;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
}

.con-table-log table thead tr th:last-child {
    border-top-right-radius: 5px !important;
}

.con-table-log table thead tr th:first-child {
    border-top-left-radius: 5px !important;
}

.td-first-row {
    color: #fff;
    background: #9A9FA6 !important;
}

.td-other-row {
    background: #fff !important;
    color: #1D2733;
}

.fa-edit:hover {
    cursor: pointer;
}

.fa-trash-alt:hover {
    cursor: pointer;
}



.btn-add i {
    color: #fff;
}

.modal-content {
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25) !important;
    border-radius: 5px;
    color: var(--black-dark);
}

/* Custom Pagignate กากจัดๆ 5555 */
.pagination {
    display: flex;
    justify-content: center;
}
.pagination li span {
    height: 30px !important;
    width: 30px !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    background-color: #424362 !important;
    border-color: #424362 !important;
    color: #202430 !important;
    border-color: var(--blue-light) !important;
}
.pagination li a {
    height: 30px !important;
    width: 30px !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    background-color: transparent !important;
    border: 1px solid #E7E7E7 !important;
    color: #6D79A3 !important;
    justify-content: center;
    display: flex;
    align-items: center;
}
.pagination li {
    border-radius: 5px !important;
    margin: 0 5px !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: var(--white-light) !important;
    background-color: var(--blue-light) !important;
    justify-content: center;
    display: flex;
    align-items: center;
}

.page-item.disabled .page-link {
    color: #E7E7E7 !important;
    pointer-events: none;
    background-color: #fff;
    border-color: #E7E7E7 !important;
}

.page-item:last-child .page-link {
    height: 30px !important;
    width: 30px !important;
    color: #fff !important;
    background-color: #E7E7E7 !important;
    border-color: #E7E7E7 !important;
    justify-content: center;
    display: flex;
    align-items: center;
}

.page-item:last-child .page-link i {
    font-size: 16px;
}

.page-item:first-child .page-link {
    height: 30px !important;
    width: 30px !important;
    background-color: #E7E7E7 !important;
    color: #fff !important;

    justify-content: center;
    display: flex;
    align-items: center;
}
.page-item:first-child .page-link i {
    font-size: 16px;
}


/* Custom date picker */
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    background-color: #1D2733;
}
.datepicker:focus,.datepicker:hover {
    background-color: #1D2733 !important;
}
#datepicker {
    width: unset;
    margin: unset;
    border: unset;
}
#datepicker:hover {
    width: unset;
    margin: unset;
    border: unset !important;
}

.datepicker {
   border-radius: 10px !important;
   
}
.datepicker-days {
    background-color: #fff;
}
.datepicker-months {
background-color: #fff;
}
.datepicker-years {
background-color: #fff;
}
.datepicker-decades {
background-color: #fff;
}
.datepicker-centuries {
background-color: #fff;
}
table.table-condensed {
    color: #1D2733;
}
#datepicker span {
    background-color: #fff;
    /* border: 1px solid #4DA8EF; */
    box-sizing: border-box;
}
.btn-search {
    background-color: #4DA8EF;
    color: #fff;
}
input#start_date {
    background-color: #fff;
    /* border: 1px solid #4DA8EF; */
    box-sizing: border-box;
}
input#start_date:hover {
    background-color: #fff !important;
    box-sizing: border-box;
}
input#end_date {
    background-color: #fff;
    /* border: 1px solid #4DA8EF; */
    box-sizing: border-box;
}
input#end_date:hover {
    background-color: #fff !important;
    box-sizing: border-box;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(61%) sepia(67%) saturate(215%) hue-rotate(203deg) brightness(84%) contrast(89%);
}

.form-select{
    padding: 4px 2.25rem 4px .75rem;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}

