@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    font-family: 'Inter', sans-serif;
}

.fw-600{
    font-weight: 600;
}

.fs-24{
    font-size: 24px;
}

.fs-14{
    font-size: 14px;
}

.light-gray{
    color: #afafaf;
}

.bg-dark-black{
    background-color: #1C1C1C;
}

.btn-primary {
    color: #fff;
    background-color: #41af49;
    border-color: #41af49;
}

.error{
	color: #ff0000 !important;
}

.text-value-lg {
    font-size: 2.3125rem;
}

img.product-img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
}

.bg-login {
    background-color: #fff;
    max-width: 560px;
    width: 100%;
    border-radius: 20px;
    padding: 40px 25px;
    box-shadow: 0px 27px 29px -14px rgba(100, 100, 100, 0.08);
    border: 1px solid #e9e9e9;
}
.bg-login-inner {
    width: 380px;
    margin: auto;
}
.dark-text{
    color: #1C1C1C;
}
.custom-input {
    border-radius: 8px;
    height: 40px;
    border-color: #E3E3E3 !important;
    color: #1c1c1c !important;
    font-weight: 500;
}

.custom-input:focus{
    box-shadow: none;
    border-color: #a3a3a3 !important;
}

select.custom-input {
    appearance: none;
    background-image: url('../img/down-arrow.png');
    background-repeat: no-repeat;
    background-position: calc( 100% - 10px ) center;
}

.submit-btn {
    background: #1C1C1C;
    border-radius: 12px;
    border: none;
    font-size: 15px;
    color: #fff;
    height: 40px;
    text-align: center;
}
.submit-btn:hover{
    background-color: #000000;
}

.login-bg-container {
    position: absolute;
    left: 0;
    right: 0;
    top: -40px  ;
    z-index: -1;
}

.login-bg-container img{
    width: 100%;
}

.c-sidebar{
    background-color: #fff !important;
}
.c-sidebar .c-sidebar-nav-link {
    color: #1C1C1C !important;
    font-size: 14px !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.c-sidebar {
    background-color: #fff !important;
    flex: 0 0 212px;
    width: 212px;
}
.c-sidebar .c-sidebar-brand, .c-sidebar .c-sidebar-header {
    background: rgb(255 255 255 / 20%);
}

html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper, html:not([dir="rtl"])
  .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed ~ .c-wrapper {
    margin-left: 212px;
}
.c-sidebar-brand img {
    width: 170px;
}

.flex-none{
    flex: none;
}
ul.c-sidebar-nav {
    padding: 0 12px !important;
    margin-top: 35px !important;
}
.c-sidebar .c-sidebar-minimizer {
    background-color: #ffff;
}

.c-sidebar .c-sidebar-nav-link:hover, .c-sidebar .c-sidebar-nav-dropdown-toggle:hover,
.c-sidebar .c-sidebar-nav-link.c-active {
    color: #fff;
    background: #1C1C1C0D;
}
.c-sidebar .c-sidebar-brand {
    padding-top: 20px;
}
.c-sidebar-minimizer::before {
    width: 32px;
    height: 32px;
    background: #f3f3f3;
    background-repeat: no-repeat;
    background-size: 15px;
    position: relative;
    right: 10px;
    background-position: center;
    border-radius: 8px;
}
.c-sidebar .c-sidebar-minimizer:hover {
    background-color: transparent;
}
.c-sidebar .c-sidebar-minimizer {
    background-color: #ffff;
    width: 32px;
    height: 32px;
    margin-left: auto;
    position: relative;
}
.c-app {
    background-color: white !important;
}
.c-sidebar {
    border-right: 1px solid #1C1C1C1A;
}

.c-header {
    border-bottom: none;
}
.c-subheader {
    padding-top: 20px;
}
.breadcrumb-item a {
    color: #1C1C1C !important;
}
.c-sidebar .c-sidebar-nav-dropdown.c-show {
    background: transparent;
}
.c-sidebar .c-sidebar-nav-dropdown.c-show ul.c-sidebar-nav-dropdown-items {
    background-color: #f3f3f3;
    border-radius: 6px;
}
.c-sidebar .c-sidebar-nav-dropdown.c-show ul.c-sidebar-nav-dropdown-items .c-sidebar-nav-item a,
.c-sidebar .c-sidebar-nav-dropdown.c-show ul.c-sidebar-nav-dropdown-items a {
    padding-left: 25px !important;
}
.c-sidebar .c-sidebar-nav-dropdown.c-show ul.c-sidebar-nav-dropdown-items .c-sidebar-nav-item a.c-active,
.c-sidebar .c-sidebar-nav-dropdown.c-show ul.c-sidebar-nav-dropdown-items .c-sidebar-nav-item a:hover,
.c-sidebar .c-sidebar-nav-dropdown.c-show ul.c-sidebar-nav-dropdown-items a:hover,
.c-sidebar .c-sidebar-nav-dropdown.c-show ul.c-sidebar-nav-dropdown-items a.c-active {
    background-color: transparent;
    color: black !important;
    /* font-weight: 500; */
}

.c-main {
    padding-top: 0 !important;
}

.page-header h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1C1C1C !important;
}

.custom-table.table thead th {
    border-top: 0;
    border-width: 1px !important;
    border-bottom-color: #d8dbe0 !important;
}

.custom-table.table thead th a,
.custom-table.table thead th {
    color: #636f83;
    font-weight: 400;
    font-size: 14px;
}

.btn-black {
    background-color: #1C1C1C !important;
    color: #fff !important;
}
.btn-clear {
    color: #636f83;
}
.btn-clear:hover{
    color: #1C1C1C !important;
    text-decoration: none !important;
}

.text-red{
    color: #ff0000;
}
.max-w-md {
    max-width: 767px;
    margin: 0 auto;
}
.btn-gray {
    background-color: #f4f4f4;
}

.no-data-found h3{
    font-size: 14px;
    font-weight: normal;
}
.btn-outline {
    border: 1px solid #1c1c1c;
    color: #1c1c1c;
    font-weight: 500;
}
.hasDatepicker {
    background-color: transparent !important;
}
footer.c-footer {
    background-color: transparent;
    border-color: #e8e8e8;
}
.c-footer a {
    color: #898b8f;
    font-weight: 400;
    font-size: 13px;
}
.user-type {
    background-color: #f3f3f3;
    padding: 7px 16px;
    border-radius: 12px;
}
.user-type h4 {
    font-size: 15px;
    color: #212c50 !important;
    font-weight: 600;
}

.user-type span{
    font-size: 12px;
    display: block;
}

.c-avatar {
    width: 45px;
    height: 45px;
}

.c-header .c-subheader {
    border-top: 1px solid #e8e8e8;
}

.bg-blue-lihgt{
    background-color: #E3F5FF;
}

.bg-dark-gray{
    background-color: #E5ECF6;
}

.text-dark-black {
    color: #212c50;
}

.text-dark-black:hover{
    color: #000;
}
.card-custom {
    border: none;
    padding: 25px;
    border-radius: 16px;
}

.c-sidebar .c-sidebar-minimizer::before{
    background-image: url('../img/arrow.svg') !important;
}

.c-sidebar .c-sidebar-minimizer:hover{
    color: #000000;
}

.c-sidebar-minimized.c-sidebar .c-sidebar-nav-link {
    padding-left: 4px;
    padding-right: 4px;
}
.c-sidebar-minimized.c-sidebar img.c-sidebar-brand-minimized {
    display: none;
}
.badge.badge-custom {
    background: #118bf7;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #e3f5ff;
}

.c-header .c-header-toggler svg {
    width: 32px !important;
    height: 32px !important;
    background: #f3f3f3;
    padding: 0 7px;
}