:root {
    --layout-bg-color: linear-gradient(180deg, #FFF3E4 0%, #FFEAE1 48.96%, #EAF9FF 100%);
}
#wrapper-login{
    height: 100%;
    padding: 20px 17px;
    width: 100%;
    background: var(--layout-bg-color);
    min-height: 515px;
}
#wrapper-login .alert {
    width: 402px;
}
#wrapper{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #caeff8;
    overflow-y: scroll;
}

.login__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 80%;
}
.login-form{
    background-color: #ffffffa1;
    border-radius: 8px;
    padding: 30px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #007FC7;
    min-width: 540px;
    margin-bottom: 30px;
}
.login-form .login-form__title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 28px;
    color: #909090;
}
.login-form .login-form__group{
    width: 402px;
    position: relative;
}
.login-form .form-toggle__password{
    position: absolute;
    display: block;
    right: 15px;
    top: 10px
}
.login-form .form-toggle__password:hover{
    cursor: pointer;
}
.login-form .login-form__group .form-input{
    border: 1px solid #dedddd;
    outline: none;
    background-color: #F2F5F5;
    font-size: 16px;
    padding: 13px 23px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.form__submit{
    background: linear-gradient(90deg, #FFCA8D -6.16%, #FFA24B 51.18%, #FF9191 105.04%);
    color: #FFFFFF;
    padding: 12px 72px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 20px;
    min-width: 402px;
}
.form__submit:disabled,
.form__submit[disabled]{
    background: #cccccc;
    color: #666666;
}
.login-form .alert.alert-danger{
    text-align: center;
    width: 100%;
}

.content-form__desc{
    text-align: center;
    color: #000000;
    font-size: 16px;
    margin-bottom: 34px;
    font-weight: 400;
}
.app_header {
    padding: 13px 13px 13px 16px;
    background: linear-gradient(178deg, #FFCD94 0%, #FFA6A6 100%);
    height: 66px;
    display: flex;
    align-items: center;
}
.app_header .title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
#layoutSidenav{
    min-height: calc(100vh - 66px);
    height: fit-content;
    align-items: start;
    background: var(--layout-bg-color);
}
.main_body.admin #layoutSidenav #layoutSidenav_nav {
    background: none;
}
.app-view-content {
    margin: 0px !important;
    height: 100%;
    min-height: calc(100vh - 148px);
    padding-left: 30px;
}
.app-menu {
    @media (min-width: 992px) {
        margin: 0 !important;
    }
    border-radius: 10px;
}
.app-menu.show {
    margin-left: 5px !important;
    margin-right: 0;
}
.is_active .menu-icon {
    color: #FFFFFF;
}
.screen_title {
    height: 51px;
    font-weight: 700;
    font-size: 32px;
    line-height: 51px;
    display: flex;
    align-items: center;
    color: #000000;
    padding: 0px;
    margin: 28px 37px 19px 0px;
}
.admin-container-fluid {
    width: 100%;
    padding: 0px 20px 50px 0px;
}
.admin-container-fluid .wrapper-table{
    overflow-x: scroll;
}
#layoutSidenav #layoutSidenav_nav {
    flex-basis:280px;
    min-width: 280px;
    border-right: unset;
    min-height: unset;
}

#layoutSidenav_nav {
    @media (max-width: 1279px) {
        position: absolute;
        height: 553px;
        width: 200px!important;
        max-width: 200px!important;
        -webkit-transform: translateX(-280px)!important;
        -ms-transform: translateX(-280px)!important;
        transform: translateX(-280px)!important;
        margin-left: 0px;
    }
}
.btn_sidebar.show {
    @media (max-width: 1279px) {
        left: 230px;
    }
}
.btn_sidebar {
    @media (max-width: 1279px) {
        display: block;
        margin-left: 20px;
        width: 50px;
        height: 41px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        background-color: #000 !important;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        z-index: 3;
        left: 0;
        top: 0;
    }
}
a.nav-link {
    color: #000 !important;
    width: 280px;
    height: 60px;
}

#layoutSidenav .sb-sidenav a.nav-link:hover {
    background-color: #b3e3ff;
}
#layoutSidenav .sb-sidenav a:nth-child(1).nav-link:hover {
    border-radius: 10px 10px 0px 0px;
}

#layoutSidenav .sb-sidenav a:nth-last-child(1).nav-link:hover {
    border-radius: 0px 0px 10px 10px;
}

a.nav-link img {
    margin-right: 18px !important;
    height: 30px;
    margin-left: 8px;
}
.nav {
    margin-top: 0px !important;
}
a.border-bt {
    border-bottom: 1px solid #e0e0e0 !important;
}
a.is_active {
    background: #FFCD94;
    color: #FFFFFF !important;
}
a:nth-child(1).is_active {
    border-radius: 10px 10px 0px 0px;
}

a.is_active:hover {
    background: #FFCD94 !important;
    color: #FFFFFF !important;
}
.large-text {
    font-size: 30px !important;
    color: #000;
}
.content-form__forgot--password {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #b4b4b4;
    margin-top: 20px;
}
.cus-table {
    border-radius: 8px;
    border-collapse: collapse;
    border-spacing: 0;
    overflow-x: hidden;
    overflow-y: inherit;
}
.cus-table thead th {
    font-weight: 700;
}
.cus-table .th-search {
    padding: 8px 11px 7px 9px !important;
}
.cus-table .form-search {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    height: 36px !important; 
    border-radius: 8px 0px 0px 8px !important;
}
.cus-table .form-search::-webkit-input-placeholder {
    color: #898989 !important;
    font-family: 'Yu Gothic';
    font-size: 15px;
    font-weight: 700;
    line-height: 29px;
}
.cus-table .btn-search {
    width: 57px;
    font-size: 15px;
    height: 36px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e59c4b;
    color: #e59c4b;
    margin-left: -20px;
}
.cus-table td {
  padding: 0px !important;
  .text {
      margin: 15px 23px;
  }
}
.cus-table td > div {
  font-size: 15px;
  line-height: 1.4rem;
}
.cus-table>tbody>tr>td> a {
  line-height: 30px !important;
}
.cus-table>tbody>tr>td>button {
  line-height: 26px !important;
  text-align: center;
}
.cus-table>tbody>tr>td>span {
  line-height: 30px !important;
}

.custom-button-size {
  width: 102px;
  height: 37px;
  border-radius: 8px;
  font-size: 16px !important;
}
.cus-table .custom-button-size {
  width: 85px;
  padding: 3px 10px;
  font-size: 15px !important;
}

/* css border */
.cus-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.cus-table, .cus-table thead th, .cus-table td {
    border-width: .5px !important;
}
/* required css to make rounded table (below) */
.cus-table tr:first-child th:first-child {
  border-top-left-radius: 8px !important;
}
.cus-table tr:first-child th:last-child {
  border-top-right-radius: 8px !important;
}
.cus-table tr:last-child td:first-child {
  border-bottom-left-radius: 8px !important;
}
.cus-table tr:last-child td:last-child {
  border-bottom-right-radius: 8px !important;
}

/* style circle spinner */
.modal-spinner {
    display: none;
    background: rgb(178 178 178 / 40%);
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    top: 30%;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle::before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 4px;
    height: 12px;
    background-color: #006ce4;
    border-radius: 1.5px;
    animation: sk-circleFadeDelay 994ms infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
    transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2::before {
    animation-delay: -911ms; 
}
.sk-fading-circle .sk-circle3::before {
    animation-delay: -828ms; 
}
.sk-fading-circle .sk-circle4::before {
    animation-delay: -745ms; 
}
.sk-fading-circle .sk-circle5::before {
    animation-delay: -662ms; 
}
.sk-fading-circle .sk-circle6::before {
    animation-delay: -579ms; 
}
.sk-fading-circle .sk-circle7::before {
    animation-delay: -496ms; 
}
.sk-fading-circle .sk-circle8::before {
    animation-delay: -413ms; 
}
.sk-fading-circle .sk-circle9::before {
    animation-delay: -330ms;
}
.sk-fading-circle .sk-circle10::before {
    animation-delay: -247ms;
}
.sk-fading-circle .sk-circle11::before {
    animation-delay: -164ms;
}
.sk-fading-circle .sk-circle12::before {
    animation-delay: -83ms;
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0.15; }
    40% { opacity: 0.5; } 
}

#modal{
    background: rgba(0, 0, 0, 0.38);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
#modal .modal-content,
.modal .modal-content{
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 31px 89px 42px 89px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.modal-content-confirm {
    width: 440px;
}
.modal-content.modal-content__company{
    padding: 31px 33px 42px 33px;
}
.close-modal{
    position: absolute;
    top: 18px;
    right: 18px;
}
.close-modal:hover{
    cursor: pointer;
}
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer{
    padding: 0;
}
.modal-content.modal-content__company .modal-footer{
    padding: 0px 55px;
}
.modal .modal-title{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 23px;
}
.modal .modal-body p{
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 31px!important;
}
.modal .modal-footer button{
    padding: 5px 21px 6px 21px;
    font-weight: 700;
    font-size: 16px;
}
.dropdown-menu {
    max-width: 7.5rem;
    text-align: center;
}
#status_label {
    font-size: 15px;
    font-weight: 700;
}
#errorModal .modal-body {
    width: 100%;
}
.error-ml {
    text-align: center;
    width: max-content;
}
#mes-error {
    font-size: 16px;
    color: #000000;
}
.modal-open:after {
    position: fixed;
}