.fi-layout {
    background-color: #e2e9ee !important;
}

.px-6 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.border-circle {
    border: 3px dashed #0284c7;
}

.bt-circle {
    border-bottom: 10px solid #0284c7;
}

aside {
    background-color: #fff !important;
}

/*
.fi-wi-stats-overview-stats-ctn {
    display: flex!important;
}
.fi-wi-stats-overview-stat {
    width: 50%!important;
}
*/

.fi-wi-stats-overview-stats-ctn>div:nth-child(1) {
    background-color: #9341d4;
}

.fi-wi-stats-overview-stats-ctn>div:nth-child(2) {
    background-color: #ffb16b;
}

.fi-wi-stats-overview-stats-ctn>div:nth-child(3) {
    background-color: #19a5a1;
}

.fi-wi-stats-overview-stats-ctn>div:nth-child(4) {
    background-color: #4caf50;
}

.fi-wi-stats-overview-stats-ctn>div:nth-child(5) {
    background-color: #2980b9;
}

.fi-wi-stats-overview-stats-ctn>div:nth-child(6) {
    background-color: #2c3e50;
}

.fi-wi-stats-overview-stats-ctn>div:nth-child(7) {
    background-color: #d35400;
}

.fi-wi-stats-overview-stats-ctn>div:nth-child(8) {
    background-color: #7f8c8d;
}

.fi-wi-stats-overview-stats-ctn>div>div>div>span {
    color: #fff !important;
}

.fi-wi-stats-overview-stats-ctn>div>div>div>svg {
    color: #fff !important;
}

.fi-wi-stats-overview-stats-ctn>div>div>div {
    color: #fff !important;
}

.fi-wi-stats-overview-stat-description {
    color: #fff !important;
}

.fi-layout {
    background-color: #e5e7eb !important;
}

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.py-8 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

/*
.min-h-screen {
    background-color: #fff !important;
}

.fi-sidebar-group {
    padding-top: 5px;
    border-top: 1px solid #e5e5e5;
}

.fi-sidebar-nav>ul>li:first-child {
    border-top: none;
}

.fi-main {
    padding: 15px !important;
}

.fi-main section {
    padding-top: 5px !important;
}

.fi-topbar {
    background-color: white;
}

.fi-topbar nav {
    background-color: transparent !important;
    box-shadow: none !important;
}

.fi-topbar nav {
    padding-left: 15px;
}

.fi-layout aside {
    border-radius: 15px;
    padding: 15px;
}

.fi-sidebar-header {
    box-shadow: 0 8px 10px -5px #0000001a, 0 8px 10px -6px #0000001a !important;
    background-color: #fff !important;
    border-radius: 15px 15px 0 0;
}

.fi-sidebar-nav {
    box-shadow: 0 8px 15px -5px #00000045, 0 8px 10px -6px #00000070 !important;
    background-color: #fff !important;
}

.fi-section {
    box-shadow: 0 8px 10px -5px #0000001a, 0 8px 10px -6px #0000001a !important;
    z-index: 1;
}

.fi-ta {
    z-index: 1;
}

.fi-fo-component-ctn {
    z-index: 1;
}

.fi-ta-ctn {
    box-shadow: 0 8px 10px -5px #0000001a, 0 8px 10px -6px #0000001a !important;
    z-index: 1;
}

.fi-header {
    background-color: white;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 8px 10px -5px #0000001a, 0 8px 10px -6px #0000001a !important;
    z-index: 0;
}

.fi-header-heading {
    color: #fff !important;
}

.fi-section-content-ctn {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-radius: 12px;
}

.fi-modal-header {
    border-radius: 10px 10px 0 0;
    background-color: aliceblue;
    padding-bottom: 1vh;
}

.fi-modal-heading {
    position: relative;
    top: -0.5vh;
    float: left;
}

.fi-main-ctn {
    background-image: linear-gradient(#008181, #aedada);
    height: 25vh !important;
    z-index: 2;
}

.fi-breadcrumbs>ol>li>a {
    color: white;
}

*/

.items-scroll-40 {
    margin-top: 10px;
    height: 40vh;
}

.items-scroll-133 {
    margin-top: 10px;
    overflow-y: scroll;
    height: 82vh;
}

.blur-5px {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
}

.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
}

.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
}

.fi-simple-main {
    z-index: 1;
    box-shadow: 0 8px 10px 2px #0000001a, 0 8px 10px -6px #0000001a !important;
}

.w-25 {
    width: 25%;
}

.w-50 {
    width: 50%;
}

.w-20 {
    width: 20%;
}

.w-60 {
    width: 60%;
}

.w-30 {
    width: 30%;
}

.w-75 {
    width: 75%;
}

.h-25 {
    height: 25%;
}

.h-50 {
    height: 50%;
}

.h-75 {
    height: 75%;
}

.gap-y-7 {
    row-gap: 0.75rem !important;
}

.bg-sp-green {
    background-color: #00a192;
}

.bg-group {
    background-color: #f99d1c;
}

.orders {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.orders td, .orders th {
  border: 1px solid #ddd;
  padding: 8px;
}

.orders tr:nth-child(even){background-color: #f2f2f2;}

.orders tr:hover {background-color: #ddd;}

.orders th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: right;
  background-color: #04AA6D;
  color: white;
}

.notify-payment-method,.notify-full-name,.notify-phone {
  background-color: #009688; 
  color: #fff; 
  padding: 5px; 
  border-radius: 5px;
}

.fi-sidebar-group-items {
    flex-wrap: wrap!important;
    flex-direction: unset !important;
    row-gap: 1rem!important;
}

.fi-sidebar-group-items>li{
    width: 50%;
    text-align: center;
    display: block;
}

.fi-sidebar-group-items>li>a{
    display: inline-table;
    width: 90%;
    /*border: 1px solid #d5d5d5;*/
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.fi-sidebar-group-items>li>a>svg{
    margin:auto;
}

.w-6 {
    width: 2rem!important;
}

.h-6 {
    height: 2rem!important;
}

.fi-icon-btn-icon {
    background-color: #0389a3;
    color: #fff;
    border-radius: 3px;
}

.text-2xl {
    font-size: 1rem!important;
    line-height: 0rem;
}

.gap-y-8 {
    row-gap: 0.5rem!important;
}

.gap-4 {
    gap: 0.8rem!important;
}

@media (min-width: 640px) {
    .sm\:text-3xl {
        font-size: 1rem!important;
        line-height: 2rem;
    }
}

@media (max-width: 640px) {
    .gap-y-8 {
        row-gap: 1rem!important;
    }
    
    .gap-4 {
        gap: 0rem!important;
    }
}

.fi-header {
    flex-direction: row!important;
    justify-content: space-between;
}

.fi-main {
    margin-bottom: 70px!important;
}

span.fi-wi-stats-overview-stat-label {
    font-size: 9pt!important;
}

.fi-wi-stats-overview-stat-value {
    font-size: 15pt!important;
}

.fi-dropdown-header {
    display: none!important;
}

.fi-wi-stats-overview.grid {
    overflow: scroll;
}