@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

/* Default */
:root[data-menu-color=light] {
    --bs-menu-bg: #fff;
    --bs-menu-item-color: #3b3b3b;
    --bs-menu-item-hover-color: #6c5ffc;
    --bs-menu-item-hover-bg: rgb(108 95 252 / 8%);
    --bs-menu-item-active-color: #6c5ffc;
    --bs-menu-item-active-bg: rgb(108 95 252 / 8%);
}
:root, [data-bs-theme=light] {
    --bs-blue: #6c5ffc;
    --bs-indigo: #564ab1;
    --bs-purple: #aa81f3;
    --bs-pink: #ff8acc;
    --bs-red: #d57171;
    --bs-orange: #f1734f;
    --bs-yellow: #e2ab3b;
    --bs-green: #4fc55b;
    --bs-teal: #23b195;
    --bs-cyan: #3db9dc;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f5f5f5;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #7a7d84;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #626773;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #6c5ffc;
    --bs-secondary: #6c757d;
    --bs-success: #4fc55b;
    --bs-info: #3db9dc;
    --bs-warning: #e2ab3b;
    --bs-teal: #23b195;
    --bs-danger: #d57171;
    --bs-light: #f5f5f5;
    --bs-dark: #626773;
    --bs-purple: #aa81f3;
    --bs-pink: #ff8acc;
    --bs-primary-rgb: 108, 95, 252;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 79,197,91;
    --bs-info-rgb: 61,185,220;
    --bs-warning-rgb: 226,171,59;
    --bs-teal-rgb: 35,177,149;
    --bs-danger-rgb: 213,113,113;
    --bs-light-rgb: 245,245,245;
    --bs-dark-rgb: 98,103,115;
    --bs-purple-rgb: 170,129,243;
    --bs-pink-rgb: 255,138,204;
    --bs-primary-text-emphasis: #3b76a7;
    --bs-secondary-text-emphasis: #5c636a;
    --bs-success-text-emphasis: #43a74d;
    --bs-info-text-emphasis: #349dbb;
    --bs-warning-text-emphasis: #c09132;
    --bs-danger-text-emphasis: #b56060;
    --bs-light-text-emphasis: #6c757d;
    --bs-dark-text-emphasis: #343a40;
    --bs-primary-bg-subtle: #e3eef6;
    --bs-secondary-bg-subtle: #e9eaec;
    --bs-success-bg-subtle: #e5f6e6;
    --bs-info-bg-subtle: #e2f5fa;
    --bs-warning-bg-subtle: #fbf2e2;
    --bs-danger-bg-subtle: #f9eaea;
    --bs-light-bg-subtle: #fafafa;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #b5d1e7;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #b9e8bd;
    --bs-info-border-subtle: #b1e3f1;
    --bs-warning-border-subtle: #f3ddb1;
    --bs-danger-border-subtle: #eec6c6;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #7a7d84;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: "Noto Sans",sans-serif;
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.9rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #4b4b4b;
    --bs-body-color-rgb: 98,103,115;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: rgba(98, 103, 115, 0.75);
    --bs-emphasis-color-rgb: 98,103,115;
    --bs-secondary-color: #9ba6b7;
    --bs-secondary-color-rgb: 155,166,183;
    --bs-secondary-bg: #fff;
    --bs-secondary-bg-rgb: 255,255,255;
    --bs-tertiary-color: rgba(98, 103, 115, 0.5);
    --bs-tertiary-color-rgb: 98,103,115;
    --bs-tertiary-bg: #f5f5f5;
    --bs-tertiary-bg-rgb: 245,245,245;
    --bs-heading-color: #3b3b3b;
    --bs-link-color: #6c5ffc;
    --bs-link-color-rgb: 69,139,196;
    --bs-link-decoration: none;
    --bs-link-hover-color: #6c5ffc;
    --bs-link-hover-color-rgb: 59,118,167;
    --bs-code-color: #ff8acc;
    --bs-highlight-color: #626773;
    --bs-highlight-bg: #f9eed8;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #e9ecef;
    --bs-border-color-translucent: #e9ecef;
    --bs-border-radius: 0.25rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.4rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0 35px 0 rgba(73, 80, 87, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.15);
    --bs-box-shadow-lg: 0 0 45px 0 rgba(var(--bs-body-color-rgb), 0.2);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
    --bs-focus-ring-width: 0;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(69, 139, 196, 0.25);
    --bs-form-valid-color: #4fc55b;
    --bs-form-valid-border-color: #4fc55b;
    --bs-form-invalid-color: #d57171;
    --bs-form-invalid-border-color: #d57171;
}
.btn {
    color: var(--bs-btn-color);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-border-radius-lg);

}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c5ffc;
    --bs-btn-border-color: #6c5ffc;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(108 95 252 / 90%);
    --bs-btn-hover-border-color: rgb(108 95 252 / 90%);
    --bs-btn-focus-shadow-rgb: 97,156,205;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(108 95 252 / 90%);
    --bs-btn-active-border-color: rgb(108 95 252 / 90%);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c5ffc;
    --bs-btn-disabled-border-color: #6c5ffc;
}
.btn-outline-primary {
    --bs-btn-color: #6c5ffc;
    --bs-btn-border-color: #6c5ffc;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c5ffc;
    --bs-btn-hover-border-color: #6c5ffc;
    --bs-btn-focus-shadow-rgb: 69,139,196;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c5ffc;
    --bs-btn-active-border-color: #6c5ffc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c5ffc;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c5ffc;
    --bs-gradient: none;
}
.bg-light1 {
    background-color: #f7f9fb !important;
}
.progress, .progress-stacked {
    --bs-progress-bar-bg: #6c5ffc;
}
.card-header h5.card-title {
    margin-bottom: 0;
}

/* Pagination */
.pagination {
    --bs-pagination-active-bg: #6c5ffc;
    --bs-pagination-active-border-color: #6c5ffc;
}
.pagination-boxed .page-link {
    height: calc(.75rem + 1.5em + 0px);
    width: calc(.75rem + 1.5em + 0px);
}

/* Forms */
.form-control {
    border-radius: var(--bs-border-radius-lg);
}
.form-check-input:checked {
    background-color: #6c5ffc;
    border-color: #6c5ffc;
}
.row input, .row select, .row textarea {
    margin-bottom: 10px;
}
.row table input, .row table select, .row table textarea {
    margin-bottom: 0;
}
.tox.tox-tinymce {
    max-height: 300px;
}
/* ---------------- */
body {
    font-size: 13px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
    /* color: #3b3b3b; */
}
.thumb-xl {
    height: 60px;
    width: 60px;
    font-size: 24px;
    font-weight: 700;
}
.card {
    -webkit-box-shadow: 0 3px 16px rgba(142,134,171,.05);
    box-shadow: 0 3px 16px rgba(142,134,171,.05);
    border: none;
    margin-bottom: 1.5rem;
}
.card .card-header {
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #e9edf4;
}

/* --------- Table -------- */
th {
    text-wrap-mode: nowrap;
}
td:has(.form-switch) .form-switch {
    display: flex;
    justify-content: center;
}
.table .btn.btn-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.button-list {
    display: inline-flex;
    gap: 8px;
}
.button-list .btn {
    margin: 0;
}
.btn-info-transparent {
    background-color: rgb(17 112 228 / 10%);
    border-color: rgb(17 112 228 / 10%);
    color: #1170e4;
}
td img {
    object-fit: cover;
}
/* Navbars */
.nav-tabs.post_navs .nav-link:focus, .nav-tabs.post_navs .nav-link:hover {
    border-bottom: 1px solid var(--bs-blue);
}

/* widget */
.widget-inline-box:last-child {
    border-right: none;
}

/* -------- Login page --------- */
.account-pages {
    background: rgb(108 95 252 / 3%);
    display: flex;
    min-height: 100vh;
    color: #565656;
}
.account-pages .login-aside {
    background: #fff;
    padding-top: 5rem;
    max-width: 35rem;
    width: 100%;
    gap: 20px;
    z-index: 1;
    position: relative;
}
.account-pages .login-aside .aside-image {
    min-height: 22.125rem;
    margin: auto 0;
    min-width: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.authincation .login-aside:after {
    content: "";
    clip-path: polygon(0% 100%,100% 0%,0% 0%);
    width: 8.75rem;
    height: 100%;
    position: absolute;
    right: -8.75rem;
    z-index: -1;
    top: 0;
    background: #fff;
    box-shadow: .125rem 0 1.875rem #00000026;
}

.authincation-content {
    background: transparent;
    box-shadow: none;
    max-width: 33.125rem;
    width: 100%;
}
.auth-form {
    padding: 3.125rem;
}
.authincation-content .form-control {
    border: 0;
    border-radius: .3125rem;
    height: 42px;
    box-shadow: 0 0 .9375rem #00000014;
}

.account-pages .logo img {
    width: 150px;
    height: 150px;
}
.account-pages h4, .account-pages h5 {
  color: #3b3b3b;
  text-transform: capitalize;
}
.ts__quote span {
    font-size: 12px;
    color: #565656;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.account-pages button.btn {
    background: #6c5ffc;
    border-color: #6c5ffc;
}
.account-pages button.btn:hover {
    background: rgb(108 95 252 / 90%);
}

.authincation input:-webkit-autofill {
  background-color: white !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
}
.authincation .alert-danger {
    font-size: 11px;
    padding: 6px 8px;
    margin-top: 7px;
}

@media only screen and (max-width: 87.5rem) {
    .authincation .login-aside {
        max-width: 22.5rem;
    }
}
@media only screen and (max-width: 61.9375rem) {
    .authincation .login-aside {
        max-width: 100%;
        padding-top: 0;
    }
}
@media (max-width: 575.98px) {
    .authincation-content .auth-form {
        padding: 1.875rem 0rem;
    }
}

/* Select 2 default */
.select2-container--default .select2-selection--single {
    height: 37px;
    border-color: #e9ecef;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
}

/* ----------------------- Dashboard ------------------------ */
.logo .logo-lg {
    font-weight: 700;
    font-size: 16px;
}
.logo-lg img {
    height: 50px;
}
.logo-sm img {
    height: 40px;
}
/* sidebar */
.sidenav-menu {
    width: 270px;
}
.logo {
    display: flex;
    min-height: 90px;
    align-items: center;
    justify-content: center;
}
.side-nav {
  padding-right: 0;
  padding-bottom: 40px;
}
.side-nav .side-nav-item .side-nav-link {
  font-size: 13px;
  border-radius: 0;
  padding: 8px 20px;
}
.side-nav .side-nav-item .side-nav-link .menu-icon i {
    font-size: 14px;
    width: 15px;
}
.side-nav .sub-menu .side-nav-item .side-nav-link {
    font-size: 13px;
    padding: 6px 16px 6px 45px;
}
.side-nav .side-nav-item .side-nav-link:active, .side-nav .side-nav-item .side-nav-link:focus, .side-nav .side-nav-item .side-nav-link:hover {
    background: none;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .sidenav-menu .side-nav>.side-nav-item:hover>.side-nav-link {
    background-color: #6c5ffc;
}
.side-nav .sub-menu .side-nav-item .side-nav-item .side-nav-link {
    padding-left: 60px;
    position: relative;
}
.side-nav .sub-menu .side-nav-item .side-nav-item .side-nav-link:before {
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 5px;
}

/* Topbar */
.app-topbar {
    margin-left: 270px;
    background: #f7f9fb;
    border: none;
}
.app-topbar .topbar-menu {
    min-height: 90px;
}
.sidenav-toggle-button {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 3px 16px #00000026;
}
.app-search-box .input-group {
  border-radius: 25px;
  border: 1px solid #eee;
  min-width: 250px;
}
.app-search-box .input-group .form-control {
    background: #fff;
}
.app-topbar .app-search .btn {
  background: #fff;
}

/* page content */
.page-content {
  margin-left: 270px;
  background: #f7f9fb;
}


/*dropify*/
.dropify-wrapper {
    height: 200px !important;
}
.dropify-wrapper .dropify-message span.file-icon {
    font-size: 30px !important;
}
.dropify-wrapper .dropify-message span {
    display: flex;
    justify-content: center;
}
.dropify-wrapper .dropify-message p {
    font-size: 20px;
}
/*form-wizard*/
.form-wizard {
    margin: 1rem auto 0;
}
.step {
    display: none;
}
.step.active {
    display: block;
}
.progress {
    height: 1.5rem;
    margin-bottom: 1.5rem;
}
.progress-bar {
    transition: width 0.3s ease-in-out;
}
.wizard-nav {
    display: flex;
    justify-content: space-between;
}

/*  Billing - Invoice */
.item__amount {
    border-left: 1px solid;
    min-width: 180px;
    text-align: right;
    height: 45px;
    line-height: 45px;
}
.invoice-billing, .invoice-billing * {
    border-color: #e1e1e1 !important;   
}
.inv-price-title {
    min-width: 100px;
    display: inline-flex;
}

/* Notification blade */
.ntf-detail-modal .table th, .ntf-detail-modal table td {
    padding: 6px 12px;
}
#company_detail_div .select2-container .select2-search--inline .select2-search__field {
    margin-bottom: 4px;
}