@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --bs-primary: #2c7cfd;
    --bs-secondary: #94989b;
    --bs-success: #47b164;
    --bs-indigo: #6610f2;
    --bs-info: #4dd8fc;
    --bs-warning: #fbbd04;
    --bs-danger: #ed5449;
    --bs-light: #f8f9fa;
    --bs-dark: #4a4e51;
    --bs-primary-rgb: 44,124,253;
    --bs-secondary-rgb: 148,152,155;
    --bs-success-rgb: 71,177,100;
    --bs-info-rgb: 77,216,252;
    --bs-warning-rgb: 251,189,4;
    --bs-danger-rgb: 237,84,73;
    --transition: 0.15s;
    --border-radius: 0.5rem;
    --background: #1078ff;
    --box-shadow: #1078ff;
    --bs-gutter-y: 0;
    --bs-gutter-x: 1.5rem;
}
body {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    color: #212121;
    line-height: 18px;
    font-size: 14px;
    background: #f5f5f5;
     overflow-x: hidden;

}
a {
    text-decoration: initial;
    cursor: pointer;
}
a:hover {
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
strong {
    font-weight: 500;
}
.fw-bold {
    font-weight: 700!important;
}
.login {
    padding: 50px 0;
    background-color:#FFF;
}
.login .logo {
    width: 100px;
    margin-bottom: 50px;
}
.login .card {
    box-shadow: 0px 0px 80px 0px rgb(77 84 124 / 9%);
    border:none;
}
.login .form-control {
    background-color: #EBEDF3;
    border-color: #EBEDF3;
    color: #3F4254;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.page .header-top {
    height: 60px;
    background: #fff;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0px 5px 10px 0px rgb(54 74 99 / 5%);
    z-index: 1010;
    position: fixed;
    top: 0
}
.page .header-top .logo {
    width: 80px;
}
.page .header-top .accounts .dropdown-menu{
    box-shadow: 0px 0px 80px 0px rgb(77 84 124 / 9%);
    border:none;
    border-radius: 10px;
}

.page .header-top .accounts .dropdown-menu .accounts-info {
    background: #f5f8fa;
    border-radius: 10px;
}
.page .header-top .accounts .dropdown-menu .dropdown-inner {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.page .header-top .accounts .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    font-size:13px;
    color: #7b7d91;
}
.page .header-top .accounts .dropdown-menu .dropdown-item:hover{
    background:#fafafa;
}
.page .header-top .accounts .dropdown-menu .dropdown-divider {
    border: 0;
    background: rgb(0 0 0 / 30%);
}
/* notification */
.page .header-top .notification {
    position: relative;
}
.page .header-top .notification .notification-count i{
    font-size: 25px;
}
.page .header-top .notification .notification-count .notification-count-number{
    padding: 2px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    font-size: 10px;
    top: -10px;
    right: -10px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* nav menu */
.page .nav-menu * {
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.page .nav-menu {
    background: #fff;
    position: fixed;
    top:60px;
    left:0;
    width: 280px;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    /*border-right: 1px solid #ebeef2;*/
    box-shadow: 0 0 28px 0 rgb(82 63 105 / 5%);
    z-index: 1000;
    height: 100%;
    overflow: hidden;
    position: fixed;
}
.page .nav-menu .nav-menu-items {
    padding: 20px 0;
}
.page .nav-menu .nav-menu-items .menu-section {
    padding: 20px 0;
    margin-bottom: 10px;
    position: relative;
}
.page .nav-menu .nav-menu-items .nav-menu-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    float: none;
    padding: 0;
    color: #fff;
}
.page .nav-menu .nav-menu-items .accordion {
    list-style: none;
    padding: 0;
    max-height: calc(100vh - 5rem);
    overflow-y: auto;
    overflow-x: hidden;
}
.page .nav-menu .nav-menu-items .menu-section .menu-text {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #7E8299;
    padding: 0 20px;
    white-space: nowrap;
    margin: 0;
    height: 20px;
    position: absolute;
}
.page .nav-menu .nav-menu-items .menu-section i {
    opacity: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #dcdcdc;
    padding: 0 20px;
    text-align: center;
    margin: 0;
    height: 20px;
    position: absolute;
}
.page .nav-menu .nav-menu-items .nav-menu-link {
    padding: 10px 20px;
    cursor: pointer;
    min-height: 40px;
    display: flex;
    flex-grow: 1;
    align-items: stretch;
    text-decoration: none;
    position: relative;
    outline: none;
}
/*.page .nav-menu .nav-menu-items .nav-menu-item:hover .nav-menu-link,*/
.page .nav-menu .nav-menu-items .nav-menu-link.active {
    background-color: rgba(208,213,221,.1);
}
/*.page .nav-menu .nav-menu-items .nav-menu-item:hover .nav-menu-link span,*/
.page .nav-menu .nav-menu-items .nav-menu-link.active span {
    color: #fff;
}
/*.page .nav-menu .nav-menu-items .nav-menu-item:hover .nav-menu-link i,*/
.page .nav-menu .nav-menu-items .nav-menu-link.active i {
    color: #fff;
}
.page .nav-menu .nav-menu-items .nav-menu-link span {
    color: #7790b6;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 0;
}
.page .nav-menu .nav-menu-items .nav-menu-link i{
    flex: 0 0 35px;
    font-size: 16px;
    color: #e3e4ea;
}
.page .nav-menu .nav-menu-items .nav-menu-link .nav-menu-arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 0;
}
.page .nav-menu .nav-menu-items .nav-menu-items-sub {
    list-style: none;
    padding: 0;
}
.page .nav-menu .nav-menu-items .nav-menu-items-sub {
    padding: 10px 0
}
.page .nav-menu .nav-menu-items .nav-menu-items-sub .nav-menu-sub-link{
    padding: 10px 25px;
    padding-left: 60px;
    cursor: pointer;
    min-height: 40px;
    display: block;
    flex-grow: 1;
    align-items: stretch;
    text-decoration: none;
    position: relative;
    outline: none;
}
.page .nav-menu .nav-menu-items .nav-menu-items-sub .nav-menu-sub-link span {
    color: #7790b6;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
}
.page .nav-menu .nav-menu-items .nav-menu-items-sub .nav-menu-sub-link:hover span,
.page .nav-menu .nav-menu-items .nav-menu-items-sub .nav-menu-sub-link:hover i,
.page .nav-menu .nav-menu-items .nav-menu-items-sub .nav-menu-sub-link.active  span,
.page .nav-menu .nav-menu-items .nav-menu-items-sub .nav-menu-sub-link.active  i{
    color: #fff;
}
.page .nav-menu .nav-menu-items .nav-menu-items-sub .nav-menu-sub-link i {
    font-size: 14px;
    color: #e3e4ea;
    margin-right: 10px;
}
.page .nav-menu .nav-menu-items .nav-menu-items-sub .nav-menu-sub-link+ ul{
    display: none;
}
.page .nav-menu .nav-menu-items .nav-menu-items-sub .nav-menu-sub-link.active+ ul{
    display: block;
    padding-left:80px;
}
.page .nav-menu .nav-menu-items .nav-menu-items-sub .nav-menu-sub-link+ ul li {
    list-style: none;
    padding: 10px;
}
.page .nav-menu .nav-menu-items .nav-menu-items-sub .nav-menu-sub-link+ ul li a{
    color: #7790b6;
    font-size: 13px;
    text-transform: initial;
    font-weight: 400;
    display: flex;
    align-items: center;
    align-content: center;
}
.page .nav-menu .nav-menu-items .nav-menu-items-sub .nav-menu-sub-link+ ul li a:hover,.page .nav-menu .nav-menu-items .nav-menu-items-sub .nav-menu-sub-link+ ul li a.active {
    color: #fff;
}
/* content*/
.page .eclo-content {
    margin-top: 60px;
    margin-left: 280px;
    /*margin-bottom: 100px;*/
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/* small menu */
.page.nav-menu-small .nav-menu {
    width: 60px;
}
.page.nav-menu-small .nav-menu:hover {
    width: 280px;
}
.page.nav-menu-small .nav-menu .nav-menu-items .nav-menu-link span{
    display: none;
}

.page.nav-menu-small .nav-menu .nav-menu-items .nav-menu-item .accordion-collapse.show {
   display: none
}
.page.nav-menu-small .nav-menu .nav-menu-items .menu-section .menu-text ,
.page.nav-menu-small .nav-menu:hover .nav-menu-items .menu-section i {
    opacity: 0;
}
.page.nav-menu-small .nav-menu .nav-menu-items .menu-section i,
.page.nav-menu-small .nav-menu:hover .nav-menu-items .menu-section .menu-text  {
    opacity: 1;
}
.page.nav-menu-small .nav-menu:hover .nav-menu-items .nav-menu-link span,
.page.nav-menu-small .nav-menu:hover .nav-menu-items .menu-section .menu-text  {
    display: initial;
}
.page.nav-menu-small .nav-menu:hover .nav-menu-items .nav-menu-item .accordion-collapse.show{
    display: block !important;
}
.page.nav-menu-small .eclo-content {
    margin-left: 60px;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.btn {
    font-weight: 500;
    font-size: 0.9rem;
    border-radius: 6px;
}
.btn-light {
    color: #6a6e83;
    background-color: #f5f8fa;
    border-color: #f5f8fa;
}
.btn-primary {
    color: #fff;
    border-color: #009ef7;
    background-color: #009ef7;
}
.btn-primary:hover {
    color: #fff;
    border-color: #0095e8;
    background-color: #0095e8;
}
.btn-indigo {
    color: #fff;
    border-color: #6610f2;
    background-color: #6610f2;
}
.btn-indigo:hover {
    color: #fff;
    border-color: #590dd4;
    background-color: #590dd4;
}
/* color */
/*.btn-primary {
    color: #fff;
    background-color: #2c7cfd;
    border-color: #2c7cfd;
}
.btn-danger {
    color: #fff;
    background-color: #ed5449;
    border-color: #ed5449;
}
.btn-info {
    color: #fff;
    background-color: #4dd8fc;
    border-color: #4dd8fc;
}
.btn-warning {
    color: #fff;
    background-color: #fbbd04;
    border-color: #fbbd04;
}
.btn-success {
    color: #fff;
    background-color: #47b164;
    border-color: #47b164;
}
.btn-secondary {
    color: #fff;
    background-color: #94989b;
    border-color: #94989b;
}
.btn-dark {
    color: #fff;
    background-color: #4a4e51;
    border-color: #4a4e51;
}
.btn-light {
    color: #333;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}
.btn-primary:hover,.btn-primary:focus,.btn-outline-primary:hover,.btn-outline-primary:focus,.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #276ee0;
    border-color: #276ee0;
}
.btn-danger:hover,.btn-danger:focus,.btn-outline-danger:hover,.btn-outline-danger:focus,.btn-check:active+.btn-outline-danger, .btn-check:checked+.btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
    color: #fff;
    background-color: #dc4d42;
    border-color: #dc4d42;
}
.btn-info:hover,.btn-info:focus,.btn-outline-info:hover,.btn-outline-info:focus,.btn-check:active+.btn-outline-info, .btn-check:checked+.btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
    color: #fff;
    background-color: #4bc8e8;
    border-color: #4bc8e8;
}
.btn-warning:hover,.btn-warning:focus,.btn-outline-warning:hover,.btn-outline-warning:focus,.btn-check:active+.btn-outline-warning, .btn-check:checked+.btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
    color: #fff;
    background-color: #eab104;
    border-color: #eab104;
}
.btn-success:hover,.btn-success:focus,.btn-outline-success:hover,.btn-outline-success:focus,.btn-check:active+.btn-outline-success, .btn-check:checked+.btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
    color: #fff;
    background-color: #42a25c;
    border-color: #42a25c;
}
.btn-secondary:hover,.btn-secondary:focus,.btn-outline-secondary:hover,.btn-outline-secondary:focus,.btn-check:active+.btn-outline-secondary, .btn-check:checked+.btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
    color: #fff;
    background-color: #76797b;
    border-color: #76797b;
}
.btn-dark:hover,.btn-dark:focus,.btn-outline-dark:hover,.btn-outline-dark:focus,.btn-check:active+.btn-outline-dark, .btn-check:checked+.btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active{
    color: #fff;
    background-color: #313335;
    border-color: #313335;
}
.btn-light:hover,.btn-light:focus,.btn-outline-light:hover,.btn-outline-light:focus,.btn-check:active+.btn-outline-light, .btn-check:checked+.btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active{
    color: #333;
    background-color: #e4e2e2;
    border-color: #e4e2e2;
}
.bg-primary {
    background-color: #2c7cfd !important;
}
.bg-danger {
    background-color: #ed5449 !important;
}
.bg-info {
    background-color: #4dd8fc !important;
}
.bg-warning {
    background-color: #fbbd04 !important;
}
.bg-success {
    background-color: #47b164 !important;
}
.bg-secondary {
    background-color: #94989b !important;
}
.bg-dark {
    background-color: #4a4e51 !important;
}
.alert-primary {
    color: #fff;
    background-color: #2c7cfd;
    border-color: #2c7cfd;
}
.alert-danger {
    color: #fff;
    background-color: #ed5449;
    border-color: #ed5449;
}
.alert-info {
    color: #fff;
    background-color: #4dd8fc;
    border-color: #4dd8fc;
}
.alert-warning {
    color: #fff;
    background-color: #fbbd04;
    border-color: #fbbd04;
}
.alert-success {
    color: #fff;
    background-color: #47b164;
    border-color: #47b164;
}
.alert-secondary {
    color: #fff;
    background-color: #94989b;
    border-color: #94989b;
}
.alert-dark {
    color: #fff;
    background-color: #4a4e51;
    border-color: #4a4e51;
}
.alert-light {
    color: #333;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}
.text-primary {
    color: #2c7cfd !important;
}
.text-danger {
    color: #ed5449 !important;
}
.text-info {
    color: #4dd8fc !important;
}
.text-warning {
    color: #fbbd04 !important;
}
.text-success {
    color: #47b164 !important;
}
.text-secondary {
    color: #94989b !important;
}
.text-dark {
    color: #4a4e51 !important;
}
.border-primary {
    border-color: #2c7cfd !important;
}
.border-danger {
    border-color: #ed5449 !important;
}
.border-info {
    border-color: #4dd8fc !important;
}
.border-warning {
    border-color: #fbbd04 !important;
}
.border-success {
    border-color: #47b164 !important;
}
.border-secondary {
    border-color: #94989b !important;
}
.border-dark {
    border-color: #4a4e51 !important;
}
.btn-outline-primary {
    color: #2c7cfd;
    border-color: #2c7cfd;
}
.btn-outline-danger {
    color: #ed5449;
    border-color: #ed5449;
}
.btn-outline-info {
    color: #4dd8fc;
    border-color: #4dd8fc;
}
.btn-outline-warning {
    color: #fbbd04;
    border-color: #fbbd04;
}
.btn-outline-success {
    color: #47b164;
    border-color: #47b164;
}
.btn-outline-secondary {
    color: #94989b;
    border-color: #94989b;
}
.btn-outline-dark {
    color: #4a4e51;
    border-color: #4a4e51;
}
.btn-outline-light {
    color: #333;
    border-color: #f1f1f1;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle{
    color: #fff;
    background-color: #276ee0;
    border-color: #276ee0;
}
.btn-check:active+.btn-danger, .btn-check:checked+.btn-danger, .btn-danger.active, .btn-danger:active, .show>.btn-danger.dropdown-toggle{
    color: #fff;
    background-color: #dc4d42;
    border-color: #dc4d42;
}
.btn-check:active+.btn-info, .btn-check:checked+.btn-info, .btn-info.active, .btn-info:active, .show>.btn-info.dropdown-toggle{
    color: #fff;
    background-color: #4bc8e8;
    border-color: #4bc8e8;
}
.btn-check:active+.btn-warning, .btn-check:checked+.btn-warning, .btn-warning.active, .btn-warning:active, .show>.btn-warning.dropdown-toggle{
    color: #fff;
    background-color: #eab104;
    border-color: #eab104;
}
.btn-check:active+.btn-success, .btn-check:checked+.btn-success, .btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle{
    color: #fff;
    background-color: #42a25c;
    border-color: #42a25c;
}
.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle{
    color: #fff;
    background-color: #76797b;
    border-color: #76797b;
}
.btn-check:active+.btn-dark, .btn-check:checked+.btn-dark, .btn-dark.active, .btn-dark:active, .show>.btn-dark.dropdown-toggle{
    color: #fff;
    background-color: #313335;
    border-color: #313335;
}
.btn-check:active+.btn-light, .btn-check:checked+.btn-light, .btn-light.active, .btn-light:active, .show>.btn-light.dropdown-toggle{
    color: #333;
    background-color: #e4e2e2;
    border-color: #e4e2e2;
}*/
.js-Pjax { position: relative } /* parent element where switch will be made */

.js-Pjax-child { width: 100% }

/* position for the elements that will be removed */
.js-Pjax-remove {
  position: absolute;
  left: 50%;
  /* transform: translateX(-50%) */
  /* transform can't be used since we already use generic translate for the remove effect (eg animate.css) */
  /* margin-left: -width/2; // made with js */
  /* you can totally drop the margin-left thing from switchesOptions if you use custom animations */
}
.card {
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 6px;
    box-shadow: 0 0 20px 0 rgb(76 87 125 / 2%);
}
.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgb(255 255 255 / 0%);
    border-bottom: 1px solid rgba(0,0,0,.07);
}
.card.card-custom {
    border: 0;
    box-shadow: 0 0 20px 0 rgb(76 87 125 / 2%);
    border-radius: 6px;
}
.table th {
   /*text-transform: uppercase;*/
   /* letter-spacing: 1px;*/
    font-size: 12px;
    color: #111827;
    line-height: 19px;
    font-weight: 500;
   /* white-space: nowrap;*/
}
.form-check {
    display: block;
    min-height: 0;
    padding-left: 1.5em;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;  
}
.form-check-input:checked {
    background-color: #009ef7;
    border-color: #009ef7;
}
.form-check-input {
    border: 2px solid #d1d5d9;
    background-color: #d1d5d9;
    width: 1.4em;
    height: 1.4em;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;  
}
.table>:not(caption)>*>* {
    padding: 10px 5px;
}
tbody, td, tfoot, th, thead, tr {
    border-color: rgba(0,0,0,.07);
    color: #212121;
    font-size: 14px;
   
}
th {
     border-bottom: 1px solid hsla(0,0%,80%,.35);
}
.table>:not(:last-child)>:last-child>* {
    border-color: rgba(0,0,0,.07);
}
.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(245 248 250 / 50%);
}
.table-bordered>:not(caption)>*>* {
    border-width: 0 0.5px;
}

.form-switch .form-check-input {
    margin-left: -1.5em;
    width: 3.5em;
    height: 2.2em;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;    
}
.form-switch .form-check-input:hover {
    /*border-color: #fff;*/
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: rgb(234 241 247 / 42%);
}
/* CSS animations */
.Animated {
  animation-fill-mode: both;
  animation-duration: 1s;
}

.Animated--reverse { animation-direction: reverse }

.Animate--fast { animation-duration: .5s }
.Animate--noDelay { animation-delay: 0s !important;  }

.Animate--slideInRight { animation-name: Animation-slideInRight }

@keyframes Animation-slideInRight {
  0% {
    opacity: 0;
    transform: translateX(100rem);
  }

  100% {
    transform: translateX(0);
  }
}

.Animate--slideInLeft { animation-name: Animation-slideInLeft }

@keyframes Animation-slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100rem);
  }

  100% {
    transform: translateX(0);
  }
}
.loadding-spinners {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #ffffff94;
    z-index: 999;
    justify-items: center;
    padding: 10%;
    overflow-y: hidden;
}
.filler {
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 8.5px 11px;
   /* color: #7b7d91;*/
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    transition: all .3s;
}
.form-control {
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 8.5px 11px;
    color: #455560;
    line-height: 1.5;
    background-color: #f5f8fa;
    background-image: none;
    border: 1px solid rgb(0 0 0 / 7%)!important;
    border-radius: 6px;
    transition: all .3s;
    font-size: 14px;
}
.form-select {
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 8.5px 11px;
    color: #455560;
    line-height: 1.5;
    background-color: #f5f8fa;
    background-image: none;
    border: 1px solid #f5f8fa;
    border-radius: 5px;
    transition: all .3s;
    font-size: 13px;
}
.input-group-text {
    border-radius: .625rem;
    background-color: #e6ebf1;
    border: 1px solid #e6ebf1;
    font-size: inherit;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 2.5px 11px;
    color: #455560;
    line-height: 1.5;
    background-color: #f5f8fa;
    background-image: none;
    border: 1px solid #f5f8fa;
    border-radius: 5px;
    transition: all .3s;
    min-height: 38px;
    font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f1f1f1;
    border: 1px solid #eef1f5;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    margin: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
     margin-top: 5px; 
     margin-left: 5px; 
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 25px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border:  solid #e6ebf1;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding:0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}
.select2-container--open .select2-dropdown--below {
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 20px 20px 0px rgb(82 63 105 / 15%);
    border: 1px solid #e6ebf1;
}
.select2-container--open .select2-dropdown--above {
    border-radius: 10px 10px 0 0;
    box-shadow: 0px -5px 20px 0px rgb(82 63 105 / 15%);
    border: 1px solid #e6ebf1;
}
.select2-container--default .select2-results__option--selected {
    background-color: #eaf1f7;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3699FF;
    color: white;
}
.select2-container--default .select2-dropdown--below .select2-results__option--highlighted.select2-results__option--selectable:last-child {
    background-color: #3699FF;
    color: white;
    border-radius: 0 0 10px 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 8.5px 11px;
    color: #455560;
    font-size: 13px;
    line-height: 1.5;
    background-color: #f5f8fa;
    background-image: none;
    border: 1px solid #f5f8fa;
    border-radius: 6px;
    transition: all .3s;
}
.select2-results__option--selectable {
    cursor: pointer;
    padding: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: none;
}
.fixed-action-btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 998;
  padding: 0 0 0 15px;
}
.fixed-action-btn .btn {
    display: flex;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    border-radius: 50%;
    transition: .5s;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}
.fixed-action-btn .btn.btn-large {
  width: 70px;
  height: 70px;
} 
.fixed-action-btn .btn:hover {
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
.fixed-action-btn .btn i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 45px;
}
.fixed-action-btn .btn.btn-large i {
  line-height: 70px;
  font-size: 25px;
}
.fixed-action-btn ul {
  text-align: right;
  right: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
  list-style: none;
}
.fixed-action-btn ul li {
    display: inline-block;
    margin: 15px 15px 0 0;
}
.fixed-action-btn:hover ul{
  visibility: visible;
}
.fixed-action-btn ul li a {
  transform: scaleY(1) scaleX(1) translateY(0px) translateX(0px);
  opacity: 0;
}
.fixed-action-btn:hover ul li a {
  transform: scaleY(1) scaleX(1) translateY(0px) translateX(0px);
  opacity: 1;
}
.paginations .pagination {
    margin-top:10px;
}
.paginations .pagination .page-item {
    margin:5px;
}
.paginations .pagination .page-item .page-link {
    color: #333;
    background-color: #eaf1f7;
    border-color: transparent;
    border-radius: 10px;
}
.paginations .pagination .page-item .page-link-hide {
    background-color: transparent
}
.paginations .pagination .page-item .page-link:hover {
    background-color: #d0dde8;
}
.paginations .pagination .page-item.active .page-link {
    color: #FFFFFF;
    background-color: #3699FF;
}
.paginations .dropdown .dropdown-menu {
    min-width: 50px;
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
    border: none;
    padding:0;
    border-radius: 10px;
}
.paginations .dropdown .dropdown-menu li .dropdown-item {
    font-size: 13px;
    padding:10px;
    border-bottom: 1px solid #f1f1f1;
}
.paginations .dropdown .dropdown-menu li .dropdown-item:hover {
    background-color: #3699ff;
    color: #fff;
}
.paginations .dropdown .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}
.paginations .dropdown .dropdown-menu li:last-child .dropdown-item:hover {
    border-radius:  0 0 10px 10px;
}
.paginations .dropdown .dropdown-menu li:first-child .dropdown-item:hover {
    border-radius: 10px 10px 0 0;
}
.notification .notification-list {
    width: 350px;
    border-radius:10px;
    border-color:#f1f1f1;
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
}
.notification .notification-list .notification-header {
    border-radius: 10px 10px 0 0
}
.notification .notification-list .list-group{
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.notification .notification-list .list-group .list-group-item {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
}
.notification .notification-list .list-group .list-group-item a {
    width: 100%
}
.notification .notification-list .list-group .list-group-item p {
    font-size: 14px;
}
.notification .notification-list .list-group .list-group-item small {
    font-size: 12px;
}
.notification .notification-list .notification-footer {
    border-radius: 0 0 10px 10px
}
.notification .notification-list .list-group .list-group-item:hover {
    background-color: #f1f1f1;
}
@media (max-width: 767px){
    .page .nav-menu,.page.nav-menu-small .nav-menu {
        width: 0px;
    }
   
    .page .eclo-content,.page.nav-menu-small .eclo-content {
        margin-left: 0px;
    }
    .page.nav-menu-mobile .nav-menu {
        width: 100%
    }
    .page.nav-menu-mobile .nav-menu:hover {
        width: 100%;
    }
    .page.nav-menu-small .nav-menu .nav-menu-items .nav-menu-link span{
        display: none;
    }
    .page.nav-menu-small .nav-menu .nav-menu-items .nav-menu-item .accordion-collapse.show {
       display: none
    }
    .page.nav-menu-mobile .nav-menu .nav-menu-items .menu-section i {
        opacity: 0;
    }
    .page.nav-menu-small .nav-menu .nav-menu-items .menu-section .menu-text  {
        opacity: 1;
    }
    .page.nav-menu-mobile .nav-menu .nav-menu-items .nav-menu-link span,
    .page.nav-menu-mobile .nav-menu .nav-menu-items .menu-section .menu-text  {
        display: initial;
    }
    .page.nav-menu-mobile .nav-menu .nav-menu-items .nav-menu-item .accordion-collapse.show{
        display: block !important;
    }
    .btn-fixed,.page.nav-menu-small .btn-fixed{
        padding-left: 0 !important;
    }
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}
.input-group .select2-container--default .select2-selection--single, .input-group .select2-container--default .select2-selection--multiple {
    border-radius:.500rem 0  0 .500rem;
}
.input-group .btn {
    line-height: 28px;
    border-radius: 0  .625rem .625rem 0;
}
.input-group:not(.has-validation)>.select2-container--default .select2-selection--single, .input-group .select2-container--default .select2-selection--multiple {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group .input-group-button .select2-container--default .select2-selection--single, .input-group .select2-container--default .select2-selection--multiple {
    border-radius:7px;
}
.btn-fixed {
    position: fixed;
    left: 0;
    bottom: 0px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 998;
    width: 100%;
    background: #fff;
    text-align: right;
    padding: 10px 20px 10px 290px;
    border-top: 1px solid #f1f1f1;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.page.nav-menu-small .btn-fixed {
    padding-left: 70px;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.rounded-10 {
    border-radius: 10px;
}
.rounded-10 .card-header:first-child {
    border-radius: 10px;
}
.modal-content {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
    border: 0;
    border-radius: 1px;
}
.modal-backdrop.show {
    opacity: .3;
}
.daterangepicker {
    font-family: inherit;
}
/* dark */
.eclo-dark {
    background-color: #192039!important;
    color: #eee;
}
.eclo-dark .logo{
    fill: #fff !important;
}
.eclo-dark .card {
    background: #121a35 !important;
}
.eclo-dark .form-control {
    background-color: #07102e;
    border-color: #07102e;
    color: #eee;
}
.eclo-dark .text-dark,.eclo-dark .link-dark {
    color: #eee !important;
}
.page.eclo-dark .nav-menu {
    background: #121a35 !important;
    border-color: #121a35 !important;
}
.page.eclo-dark .header-top {
    background: #101830 !important;
}
.page.eclo-dark .nav-menu .nav-menu-items .nav-menu-item:hover .nav-menu-link, .page.eclo-dark .nav-menu .nav-menu-items .nav-menu-link.active {
    background-color: #07102e;
}
.page.eclo-dark .nav-menu .nav-menu-items .nav-menu-items-sub .nav-menu-sub-link span ,.page.eclo-dark .nav-menu .nav-menu-items .nav-menu-link span {
    color: #888b9b;
}
.page.eclo-dark .select2-container--default .select2-selection--single {
    background-color: #07102e !important;
    border-color: #07102e !important;
}
.eclo-dark .select2-dropdown {
    background-color: #07102e;
}
.eclo-dark .select2-container--open .select2-dropdown--below {
    border-color:#0f162c;
}
.eclo-dark .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #192039;
    border-color:#192039;
}
.eclo-dark .select2-container--default .select2-results__option--selected {
    background-color: #0f162c;
}
.eclo-dark .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #eee;
}
.eclo-dark tbody, .eclo-dark td, .eclo-dark tfoot, .eclo-dark th, .eclo-dark thead, .eclo-dark tr {
    border-color: #07102e;
}
.eclo-dark .table{
    color: #eee !important;
}
.eclo-dark .table-striped>tbody>tr:nth-of-type(odd) {
    color: #eee !important;
    background: #0f162d !important;
}
.eclo-dark .table-hover>tbody>tr:hover {
    --bs-table-accent-bg: rgb(7 16 46) !important;
    color: #eee;
}
.eclo-dark .table>:not(:last-child)>:last-child>* {
    border-color: #192039;
}
.eclo-dark .btn-light {
    color: #eee;
    background-color: #020d31;
    border-color: #020d31;
}
.eclo-dark .btn-light:hover {
    color: #eee;
    background-color: #000514;
    border-color: #000514;
}
.eclo-dark .form-switch .form-check-input {
    border-color: #0f162c;
}
.eclo-dark .form-check .form-check-input {
    border-color: #3b3b3b;
    background-color: #07102e;
}
.eclo-dark .modal-content {
    background-color: #192039;
}
.eclo-dark .modal-header ,.eclo-dark .modal-footer {
    border-color: #07102e;
}
.eclo-dark .bg-light {
    background-color: #020d31!important;
}
.eclo-dark .dropdown-menu {
    background: #07102e !important;
}
.eclo-dark .paginations .dropdown .dropdown-menu li .dropdown-item {
    border-color: #192039;
    color: #eee;
}
.eclo-dark .dropdown-item {
    color: #eee;
}
.eclo-dark .header-top .accounts .dropdown-menu .accounts-info {
    background: #0f162c;
    color: #eee;
}
.eclo-dark .header-top .accounts .dropdown-menu .dropdown-item:hover {
    background: #2c7cfd !important;
}
.eclo-dark .notification .notification-list {
    border-color: transparent;
}
.eclo-dark .notification .notification-list .list-group .list-group-item:hover {
    background-color: #192039;
}
.eclo-dark .notification .notification-list .list-group .list-group-item {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #0f162c;
}
.eclo-dark .list-group-item {
    background-color: #121a35;
}
.eclo-dark .bg-white {
    background-color: #121a35!important;
}
.eclo-dark .daterangepicker {
    background-color: #07102e;
    border-color: #101830;
}
.eclo-dark .daterangepicker .calendar-table {
    border: 1px solid #07102e;
    border-radius: 6px;
    background-color: #07102e;
}
.eclo-dark .daterangepicker td.off,
.eclo-dark  .daterangepicker td.off.in-range,
.eclo-dark  .daterangepicker td.off.start-date,
.eclo-dark  .daterangepicker td.off.end-date {
    background-color: #0f162c;
    border-color: transparent;
    color: #999;
}
.eclo-dark .daterangepicker td.in-range {
    background-color: #1a2139;
    border-color: transparent;
    color: #eee;
}
.eclo-dark .daterangepicker.show-ranges.ltr .drp-calendar.left ,.eclo-dark .daterangepicker .drp-buttons {
    border-color: #383838;
}
.eclo-dark .daterangepicker .drp-buttons .btn {
    color: #fff;
}
.eclo-dark .paginations .pagination .page-item .page-link {
    color: #eee;
    background-color: #07102e;
}
.eclo-dark .paginations .pagination .page-item .page-link:hover {
    color: #eee;
    background-color: #3699FF;
}
.eclo-dark .paginations .pagination .page-item.active .page-link {
    color: #FFFFFF;
    background-color: #3699FF !important;
}
.eclo-dark .swal2-popup {
    background: #050810;
}
.eclo-dark .input-group-text {
    border-radius: .625rem;
    background-color: #090d1b;
    border: 1px solid #121a35;
    font-size: inherit;
}
.eclo-dark .input-group-text {
    color: #eee;
}
.filler-details {
    width: 300px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0 28px 0 rgb(0 0 0 / 18%);
}
.eclo-dark .filler {
    background-color: #07102e;
    border-color:#07102e ;
}
.eclo-dark .border {
    border: 1px solid #343539!important;
}
.search-form {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}
.search-form .filler{
    padding: 7.2px 11px;
    border-radius: 6px;
}
.search-form .filer-item {
    margin-bottom: 10px;
}
.search-form .form-control {
    border-radius: 6px;
   /* height: 50px;*/
    border-left: 0;
    padding: 7.2px 11px;
}
.search-form label {
    font-size: 14px;
}
.search-cus {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.search-cus .filler{
    padding: 14.2px 11px;
    border-radius: 10px;
}
.search-cus .filer-item {
    margin-bottom: 10px;
}
.search-cus .search-control {
    border-radius: 10px;
    height: 50px;
    border-left: 0;
}
.search-cus label {
    font-size: 12px;
}
body.swal2-height-auto {
    height: 100vh;
}
.eclo-dark .filler-details.dropdown-menu {
    background: #101830!important;    
    color: #9292a3;
    box-shadow: 0px 0px 20px #050c23;
}
.eclo-dark .filler.border {
    border: 1px solid #07102e!important;
}
.nav-pills .nav-link {
    background-color: #f1f1f1;
    color: #cd192a;
}
.eclo-dark .nav-pills .nav-link {
    background-color: #07102e;
}
.eclo-dark .nav-pills .nav-link.active, .eclo-dark .nav-pills .show>.nav-link, .nav-pills .nav-link.active {
    color: #fff;
    background-color: #cd192a;
}
.eclo-dark .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(245 248 250 / 0%);
}
.eclo-dark .nav-menu .nav-menu-items .nav-menu-item:hover .nav-menu-link span, .eclo-dark .nav-menu .nav-menu-items .nav-menu-link.active span {
    color: #009ef7;
}
.eclo-dark .nav-menu .nav-menu-items .nav-menu-items-sub .nav-menu-sub-link:hover span, 
.eclo-dark .nav-menu .nav-menu-items .nav-menu-items-sub .nav-menu-sub-link:hover i, 
.eclo-dark .nav-menu .nav-menu-items .nav-menu-items-sub .nav-menu-sub-link.active span, 
.eclo-dark .nav-menu .nav-menu-items .nav-menu-items-sub .nav-menu-sub-link.active i {
    color: #009ef7;
}
.eclo-dark .search-form label {
    color: #7b7f90;
}
.chat-list {
    height: calc(100vh - 8.5rem);
    overflow-y: scroll;
}
.chat-content-main {
    height: calc(100vh);
}
.message-chat {
    height: 100vh;
    top: 1px;
    left: 1px;
}
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 57px;
    overflow-y: hidden;
} 
.nav-scroller .nav  {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: hidden;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.projects-bar .nav-link {

    padding: 14px 20px  !important;
    margin-right: 10px;
    color: #6c6c6c;
}
.ntt-bar {
   max-height: 100px;
}
.projects-bar .nav-link.active, .projects-bar .nav-link:hover {
    border-bottom: 3px solid #0b3d88;
    color: #0b3d88;
}
.svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #a1a5b7;
}
.border {
    border: 1px solid rgb(0 0 0 / 7%)!important;
    border-radius: 6px;
    padding: 7.2px 11px;

}
.border-bottom {
    border-bottom: 1px solid rgb(0 0 0 / 7%)!important;
}
.border-top {
    border-top: 1px solid rgb(0 0 0 / 7%)!important;
}
.rounded-10 {
    border-radius: 10px;
}
.table-font-10 td, .table-font-10 th {
    font-size: 10px;
}
.bg-indigo {
    background-color: var(--bs-indigo);
}
.timecode-plan {
    cursor:pointer;
}
.font-size-10 {
    font-size: 10px;
}
.table .dropdown-menu {
    font-size: inherit;
    box-shadow: 0px 6px 16px 0px rgb(0 0 0 / 16%);
    padding: 0;
}
.table .dropdown-menu li {
    border-bottom: 1px dashed #ccc;
}
.table .dropdown-menu li:last-child{
    border: none;
}
.table .dropdown-menu li .dropdown-item {
    padding: 10px;
}
.sales-pos {
    position: absolute;
    height: 93vh;
    width: 100%;
    left: 0;
    top: 0;
    /*background: #fff;*/
    /*padding: 20px;*/
}

.sales-pos .sales-payment{
    height: calc(100vh - 5.5rem);
    display: grid;
    grid-template-rows: auto 1fr auto;
}
.sales-pos .sales-products{
    height: calc(115vh - 25rem);
    display: grid;
    grid-template-rows: auto 1fr auto;
}
.sales-pos .sales-icon{
    height: calc(115vh - 10rem);
    display: grid;
    grid-template-rows: auto 1fr auto;
}
.search-autocomplete-list {
    width: 100%;
    background: #fff;
    height: 200px;
    z-index: 99;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 12px;
}
.search-autocomplete-list-item {
    padding: 10px;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
}
.search-autocomplete-list-item:last-child{
    border: none;
}
.search-autocomplete-list-item:hover {
    background-color: #f5f8fa;
}
.search-autocomplete-list-item .item-images img{
    border-radius: 6px;
    border: 1px solid #ccc;
    width: 50px;
    margin-right: 10px;
}
.search-autocomplete-list-item .item-name {
    font-weight: bold;
}
.search-autocomplete-list-item .item-price {
    font-weight: bold;
}
.search-autocomplete-list-item .item-categorys {
    /*font-weight: bold;*/
    font-size: 10px;
    font-style: italic;
}
.dropdown-autocomplete .dropdown-menu {
    padding: 0;
    border-radius: none;
}
@media print {
    body {
        width: 100%;
        height: 100%;
        color: #000;
        overflow: hidden;
    }
    tbody, td, tfoot, th, thead, tr {
        color: #000;
    }
   .modal-content {
        box-shadow: none;
        color: #000;
        max-width: 100% !important;
   }
   .modal-dialog {
        margin: 0;
        padding: 0;
        max-width: 100% !important;
   }
   .modal-body {
        padding: 0;
        margin: 0;
        max-width: 100% !important;
   }
   .table {
        max-width: 100% !important;
   }
   .table td, .table th {
        border: 1px solid #000 !important;
        padding: 1px;
   }
   .modal {
        position: relative;
        max-width: 100% !important;
        display: block;
   }
   .modal-backdrop.show {
    background-color: #fff;
    opacity: 1;
   }
   .invoices-print {
    color: #000;
   }
   .invoices-print .table-invoices-print th {
    /*background-color: #000;*/
    color: #000;
   }
   .page {
    padding-right: 0 !important;
   }
}
.page .bg-ntt {
    background-color: #0d3064;
    color: #7790b6;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    z-index: 1003;
   }
   .border {
     border-bottom: 1px solid #ebebeb;
   }
   .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    color: #000;
}
.hover :hover{
    color: #2962ff !important;
}
.cont-checkbox {
  width: 50px;
  height: 50px;
  line-height:50px;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background: #dee2e6;
  transition: transform var(--transition);
  position:relative;
}
.cont-checkbox input {
  display: none;
}
.cont-checkbox input:checked + label .cover-checkbox {
  opacity: 1;
  transform: scale(1);
}

.cont-checkbox input:checked + label .cover-checkbox svg {
  stroke-dashoffset: 0;
}

.cont-checkbox label {
  display: inline-block;
  cursor: pointer;
  border-radius: var(--border-radius);
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 1;
}

.cont-checkbox label img {
 position: absolute;
left: 15%;
top:10%;
width: 70%;
}

.cont-checkbox label .cover-checkbox {
  position: absolute;
  right: 5px;
  top: 3px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--box-shadow);
  border: 2px solid #1078ff;
  transition: transform var(--transition),
    opacity calc(var(--transition) * 1.2) linear;
  opacity: 0;
  transform: scale(0);
}

.cont-checkbox label .cover-checkbox svg {
  width: 13px;
  height: 11px;
  display: inline-block;
  vertical-align: top;
  fill: none;
  margin: 5px 0 0 3px;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  transition: stroke-dashoffset 0.4s ease var(--transition);
  stroke-dashoffset: 16px;
}
.report-list--detail-block {
    position: relative;
    width: 100%;
    background: rgba(227,233,237,.5);
    border-radius: 6px;
    margin-right: 10px;
    margin-bottom: 10px;
    min-height: 130px;
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    .report-list--detail-block {
        width:47%
    }
}
@media (min-width: 1400px) {
    .report-list--detail-block {
        width:32.2%
    }
}
.report-detail--name {
    color: #212121;
   
}
.report-detail--sub {
    font-size: 14px;
    color: grey;
    padding-bottom: 8px;
}
.report-list--detail {
    padding: 16px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.report-detail--link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #36a3f7;
}

.product-listing {
    position: absolute;
    bottom: 85px;
    left: 0;
    right: 0;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    padding-bottom: 5px;
    transition: .2s;
    height: 315px;
}
.btn-show-list {
    position: absolute;
    top: -105px;
    width: 340px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: none;
    border-left: none;
    padding: 5px 0;
    border-right: none;
    z-index: 1001;
}
.bg-hide {
    height: 10px;
    top: -65px;
    z-index: 1002;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
}
.icon-arrow {
    position: absolute;
    left: 50%;
    top: -85px;
    background: #fff;
    padding: 0 5px;
    z-index: 1002;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.icon{
     transform: rotate(180deg); 
}
.btn-listing {
    box-shadow: none;
  /*  bottom: 85px;*/
    border-radius: 0 0 4px 4px;
    padding-bottom: 5px;
    transition: .2s;
    height: 250px;
}
.btn-listing1 {
     position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    top: 57px ;
    

}
 .btn-listing {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #000;
}
.product-listing-dropdown {
    -webkit-transform: translateY(125%);*/
    transform: translateY(125%);
}
.bg-line-right {
    position: absolute;
    border: 1px solid transparent;
    top: -65px;
    background-color: #fff;
    z-index: 900;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 -2px 3px rgba(198,205,212,.801432);
    right: 0;
    width: 100%;
}
.pointer {
    cursor: pointer;
}

.product-listing .hrv-select {
    width: 250px;
    padding: 10px 16px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    margin-left: 16px;
    border-radius: 6px;
    color: #1078ff;
}

.product-listing .hrv-select {
    width: 250px;
    padding: 10px 16px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    margin-left: 16px;
    border-radius: 6px;
    color: #1078ff;
}
.Demo {
    width: auto!important;
    padding: 10px 0!important;
    background-color: #fff!important;
    margin-left: 16px!important;
    color: #7a869a!important;
    border: none!important;
    border-radius: 0!important;
    font-size: 14px;
}
.hrv-select, .hrv-select ol, .hrv-select ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.hrv-select {
    font-size: 14px;
    color: #212121;
    box-sizing: border-box;
    position: relative;
    outline: 0;
}
.hrv-select-selection {
    border: none!important;
}
.hrv-select-selection--single {
    position: relative;
    cursor: pointer;
}
.hrv-select-selection {
    outline: none;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.select-all-active {
    color: #1078ff!important;
}
.Demo .hrv-select-arrow {
    margin-top: -7px;
}
.hrv-select-selection__rendered {
    display: block;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
    padding: 11px 0;
     padding: 0!important;
    margin-left: 0!important;
}
.hrv-select-arrow {
    display: inline-block;
    font-style: normal;
    text-align: center;
    text-transform: none;
    line-height: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 11px;
    line-height: 1;
    margin-top: -8px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    color: rgba(33,33,33,.4);
    font-size: 12px;
}
.hrv-select-arrow {
    right: 0!important;
}
.margin-top-16 {
    margin-top: 20px!important;
}
.collection-item {
    font-size: 14px;
}
/*.product-item {
    max-width: 11.5%;
    flex: 0 0 11.5%;
    max-height: 115px;
    margin-bottom: 8px;
    box-shadow: 0 2px 6px 0 #c6cdd4;
    overflow: hidden;
    margin-right: .5%;
    margin-left: .5%;
    min-height: 109px;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .product-item {
        max-width: 11.5%;
      flex: 1 0 11.5%;  
    }
}

@media (max-width: 480px) {
   .product-item {
        max-width: 100%;
        flex: 1 0 11.5%;
    }
}*/
.product-item {
    max-width: 11.5%; /* Đảm bảo phần tử không vượt quá 11.5% chiều rộng của container */
    flex: 0 0 11.5%; /* Thiết lập flex basis để phần tử không co giãn và không thay đổi kích thước */
    max-height: 115px; /* Chiều cao tối đa là 115px */
    margin-bottom: 8px; /* Khoảng cách dưới */
    box-shadow: 0 2px 6px 0 #c6cdd4; /* Đổ bóng nhẹ */
    overflow: hidden; /* Ẩn phần dư thừa nếu có */
    margin-right: .5%; /* Khoảng cách phải */
    margin-left: .5%; /* Khoảng cách trái */
    min-height: 109px; /* Chiều cao tối thiểu */
    border-radius: 6px; /* Bo tròn các góc */
}

@media (max-width: 768px) {
    .product-item {
        max-width: 30%; /* Chiếm toàn bộ chiều rộng của container */
        flex: 1 0 100%; /* Thiết lập flex basis để phần tử chiếm toàn bộ chiều rộng */
    }
}

@media (max-width: 480px) {
    .product-item {
        max-width: 30%; /* Chiếm toàn bộ chiều rộng của container */
        flex: 1 0 100%; /* Thiết lập flex basis để phần tử chiếm toàn bộ chiều rộng */
    }
}
.product-item, .product-item--inner {
    background-color: #fff;
    position: relative;
}
.product-item--inner {
    width: 100%;
    height: 100%;
}
.product-item--img-wrapper {
    position: absolute;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.product-item .product-item--img-wrapper img {
    max-width: 100%;
    max-height: 108px;
}
.product-item-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    padding: 5px;
    width: 100%;
    font-size: 14px;
    color: #212121;
    background-color: hsla(0,0%,100%,.7);
}
.product-item-name p {
    margin-top: 0;
     margin-bottom: 1rem;
}
.product-ntt {
    height: 250px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 8px;
    overflow: hidden auto;
}
.scrollable-y {
    overflow-y: auto!important;
}
.scrollable-x {
    overflow-x: auto!important;
}
.products-ntt-item{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}



.form-control1 {
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 8.5px 11px;
    color: #455560;
    line-height: 1.5;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid rgb(0 0 0 / 7%)!important;
    border-radius: 6px;
    transition: all .3s;
    font-size: 14px;
}
.cart-input, .cart-input input  {
    padding-right: 0!important;
    padding-left: 0!important;
    width: 100%;
    border: none!important;
    border-bottom: 1px solid rgba(164,170,179,.5)!important;
    -webkit-border-radius: 6px;
}
.cart-input:focus {
    outline: none!important;
    border-bottom: 1px solid #2870e9!important;
    box-shadow: none!important;
}
.form-control1:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.text-right {
    text-align: right!important;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.pr-0, .px-0 {
    padding-right: 0!important;
    padding-left: 0!important;
}
.badge-quantity {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    background: #1078ff;
    min-width: 16px;
    height: 16px;
    border-radius: 16px;
    text-align: center;
    padding: 2px 5px;
}
.cart-products-none {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.icon-w-45 svg {
    width: 45px;
    height: 45px!important;
}
.tooltip {
    z-index: 1;
   
}
.report-table--result {
    display: block;
    width: 100%;
    overflow-x: auto;
}
.table-wrapper {
    position: relative;
    white-space: nowrap;
    background: #fff;
    /*padding: 15px;*/
    box-shadow: 0 0 0 1px rgba(63,63,68,.05), 0 1px 3px 0 rgba(63,63,68,.15);

}
.ui-table-normal-container {
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 0;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid #eee;
    margin-top: 16px;
}
.report-table--result .ui-table-normal-container .ui-table {
    table-layout: unset;
    width: 100%;
    min-width: 100%;
    white-space: nowrap;
}

.report-table--result .ui-table-normal-container .ui-table {
    table-layout: unset;
}
.ui-table-normal-container .ui-table {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
}
.report-table--result table {
    width: 100%;
    background-color: transparent;
}
.table-wrapper table {
    border: unset;
    border-spacing: unset;
    border-collapse: unset;
    width: fit-content;
  
}
.ui-table-normal-container .ui-table thead th {
    font-weight: 700;
    color: #575962;
    line-height: 18px;
    font-size: 12px;
    background: #fcfcfc;
    border-radius: 0;
    padding: 15px;
    box-sizing: border-box;


}
.ui-table-normal-container .ui-table thead {
     box-sizing: border-box;
}

.ui-table-normal-container .ui-table tbody td:first-child, .ui-table-normal-container .ui-table tfoot td:first-child, .ui-table-normal-container .ui-table thead th:first-child {
    padding-left: 20px;
    /*min-width: 130px;*/
}
.ui-table-normal-container .ui-table.ui-table-vertical-middle tbody td, .ui-table-normal-container .ui-table.ui-table-vertical-middle tfoot td {
    vertical-align: middle;
    /*min-width: 130px;*/
}
.ui-table-normal-container .ui-table tbody td, .ui-table-normal-container .ui-table tfoot td, .ui-table-normal-container .ui-table thead th {
    padding: 15px 25px;
    /*min-width: 130px;*/
}
.ui-table-normal-container .ui-table tbody td {
    background-color: #fff;
     border-bottom: 1px solid #eee;
     /*min-width: 130px;*/
}
.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    z-index: 0;
    left: 0;
    background: #fff;
}
.border-right {
       border-right: 1px solid #dee2e6!important;
       border-color: #ebeef0!important;
}
.text-left {
    text-align: left!important;
}
.hrv-popover-inner-content, .hrv-popover-message {
    color: #212121;
    position: relative;
}
#box {
    overflow-y: visible;
    overflow-x: hidden;
    white-space: nowrap;
    vertical-align: text-top;
    margin: 0;
    padding: 0;
    clear: both;
    border-spacing: 5px;

}
.item {
    display: table-cell;
    white-space: normal;
}
.ant-tabs-tab+.ant-tabs-tab {
    margin: 0 0 0 32px;
}
.ant-tabs-tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 12px 0;
    font-size: 14px;
    background: 0 0;
    border: 0;
    outline: none;
    cursor: pointer;
}
.ant-tabs-tab-btn {
    outline: none;
    transition: all .3s;
}
.ant-row {
    display: flex;
    flex-flow: row wrap;
}
.ant-col {
    position: relative;
    max-width: 100%;
    min-height: 1px;
}
.ant-col-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
}
.numberInfo___UaaEB .numberInfoTitle___1p55z {
    margin-bottom: 16px;
    color: rgba(0,0,0,.85);
    font-size: 16px;
    transition: all .3s;

}
.numberInfo___UaaEB .numberInfoSubTitle___3E3Dh {
    height: 22px;
    overflow: hidden;
    color: rgba(0,0,0,.45);
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.numberInfo___UaaEB .numberInfoValue___87JVx {
    margin-top: 4px;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.numberInfo___UaaEB .numberInfoValue___87JVx>span {
    display: inline-block;
    height: 32px;
    margin-right: 32px;
    color: rgba(0,0,0,.85);
    font-size: 24px;
    line-height: 32px
}
.ant-tabs-tab.active {
     border-bottom: 2px solid #009ef7;
}
.ant .active {
     background-color: #e4e6ef ;
     color: #009ef7;
}
.next-checkbox {
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #e2e5ec;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 6px;
}
    