/* font family */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font family */
:root, [data-bs-theme=light] {
    --bs-blue: #3b7ddd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #28a745;
    --bs-teal: #20c997;
    --bs-cyan: #17a2b8;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #3b7ddd;
    --bs-secondary: #6f42c1;
    --bs-tertiary: #669ae5;
    --bs-success: #28a745;
    --bs-info: #20c997;
    --bs-warning: #fd7e14;
    --bs-danger: #dc3545;
    --bs-light: #e9ecef;
    /* --bs-dark: #153d77; */
    --bs-dark: #05374C;
    --bs-primary-rgb: 59,125,221;
    --bs-secondary-rgb: 111,66,193;
    --bs-tertiary-rgb: 102,154,229;
    --bs-success-rgb: 40,167,69;
    --bs-info-rgb: 32,201,151;
    --bs-warning-rgb: 253,126,20;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 233,236,239;
    --bs-dark-rgb: 21,61,119;
    --bs-primary-text-emphasis: #183258;
    --bs-secondary-text-emphasis: #2c1a4d;
    --bs-success-text-emphasis: #10431c;
    --bs-info-text-emphasis: #0d503c;
    --bs-warning-text-emphasis: #653208;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #d8e5f8;
    --bs-secondary-bg-subtle: #e2d9f3;
    --bs-success-bg-subtle: #d4edda;
    --bs-info-bg-subtle: #d2f4ea;
    --bs-warning-bg-subtle: #ffe5d0;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #b1cbf1;
    --bs-secondary-border-subtle: #c5b3e6;
    --bs-success-border-subtle: #a9dcb5;
    --bs-info-border-subtle: #a6e9d5;
    --bs-warning-border-subtle: #fecba1;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: "Hind Vadodara",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.9375rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #3e4676;
    --bs-body-color-rgb: 62,70,118;
    --bs-body-bg: #f4f7fc;
    --bs-body-bg-rgb: 244,247,252;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(62,70,118,.75);
    --bs-secondary-color-rgb: 62,70,118;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(62,70,118,.5);
    --bs-tertiary-color-rgb: 62,70,118;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: #203a45;
    --bs-link-color: #3b7ddd;
    --bs-link-color-rgb: 59,125,221;
    --bs-link-decoration: none;
    --bs-link-hover-color: #2f64b1;
    --bs-link-hover-color-rgb: 47,100,177;
    --bs-link-hover-decoration: underline;
    --bs-code-color: #e83e8c;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0,0,0,.175);
    --bs-border-radius: 0.2rem;
    --bs-border-radius-sm: 0.1rem;
    --bs-border-radius-lg: 0.3rem;
    --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 2rem 0 rgba(0,0,0,.05);
    --bs-box-shadow-sm: 0 0 1rem 0 rgba(0,0,0,.05);
    --bs-box-shadow-lg: 0 0 4rem 0 rgba(0,0,0,.05);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0,0,0,.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(59,125,221,.25);
    --bs-form-valid-color: #28a745;
    --bs-form-valid-border-color: #28a745;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}
/* variables */
*:focus {
    outline: none !important;
}
body {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
}
.form-control {
    font-size: 15px;
}
.form-control:focus {
    box-shadow: none;
    border-color: inherit;
}

a {
    text-decoration: none !important;
}

.v-center {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    bottom: initial;
    z-index: 4;
}
.bg-login-image,
.bg-password-image {
    background-image: url(../img/bg-login-image.jpg);
}

.text-red {
    color: red!important;
}

.card-header h6 {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.card-body iframe {
    width: 300px;
    height: 200px;
}

.card-body iframe.w_500 {
    width: 500px;
    height: 350px;
}

.card-body label {
    font-weight: 700;
    font-size: 15px;
}

.w_50 {width: 50px!important;}
.w_100 {width: 100px!important;}
.w_150 {width: 150px!important;}
.w_200 {width: 200px!important;}
.w_300 {width: 300px!important;}
.w_100_p {width: 100%!important;}

.h_70 {height: 70px!important;}
.h_80 {height: 80px!important;}
.h_100 {height: 100px!important;}
.h_150 {height: 150px!important;}
.h_200 {height: 200px!important;}

.bg_f3f3f3 {background: #f3f3f3!important;}

form.user .form-control-user,
form.user .btn-user {
    border-radius: .35rem;
}

.sidebar .nav-item .nav-link {
    padding-top: 0.6rem!important;
    padding-bottom: 0.6rem!important;
}
.sidebar .nav-item .nav-link i {
    width: 18px!important;
}

.dashboard-page .h4 {
    font-size: 16px!important;
}

.dashboard-page .h5 {
    font-size: 30px!important;
}

.t-left .nav-pills .nav-link {
    background-color: #e6e6e6;
    margin-bottom: 5px;
}

.nav-pills .nav-link.active {
    color: #fff!important;
    background-color: #4e73df!important;
}

.iframe-container-300 iframe {
    width: 300px;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active {
    background: #eaecf4;
}

.sidebar .nav-item.active .nav-link {
    font-weight: 500!important;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item {
    white-space: normal!important;
}

body,
.table {
    color: #6f6f6f!important;
}



.invoice-area img {height: 90px;}
.invoice-area .company-info {font-size: 16px;}
.invoice-head {margin-bottom: 30px;border-bottom: 1px solid #efebeb;padding-bottom: 20px;}
.invoice-head .iv-left span {color: #444;}
.invoice-head span {font-size: 21px;font-weight: 700;color: #777;}
.invoice-address h3 {font-size: 24px;text-transform: uppercase;font-weight: 600;color: #333;margin-bottom: 15px;}
.invoice-address h5 {font-size: 17px;margin-bottom: 10px;}
.invoice-address p {font-size: 13px;color: #555;margin-bottom: 3px;}
.invoice-date li {font-size: 15px;color: #555;font-weight: 700;margin-bottom: 5px;}
.invoice-table .table-bordered td,
.invoice-table .table-bordered th {border: 1px solid rgba(120, 130, 140, 0.13) !important;border-left: none!important;border-right: none!important;font-size: 13px!important;}
.invoice-table tr td {color: #666;}
.invoice-table tfoot tr td {text-transform: uppercase;font-weight: 600;color: #444;}
.invoice-buttons a {display: inline-block;font-size: 15px;color: #fff;background: #815ef6;padding: 12px 19px;border-radius: 3px;text-transform: capitalize;font-family: 'Sen', sans-serif;font-weight: 600;letter-spacing: 0.03em;margin-left: 6px;}
.invoice-buttons a:hover {background: #574494;}

@media print {
    .invoice-heading,
    .sidebar,
    .card-header,
    .print-invoice-button {display:none!important;}
}

/* custom style */
body.bg-gradient-primary.login-bg-white {
    background: #f4f7fc;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #203a45;
    font-family: Jost,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.v-center{
    transform: translateY(0%);
    position: unset;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    box-shadow: 0 2px 4px rgba(126,142,177,.12) !important;
}
form.user .form-control-user, form.user .btn-user {
    border-radius: 0.35rem;
    border-radius: 0.3rem;
    font-size: 1.125rem;
    min-height: calc(2.3875rem + 2px);
    padding: 0.35rem 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #495057;
    display: block;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.25rem 0.7rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}
html body div .btn,
html body div form.user .btn-user .btn.btn-primary,
html body div .btn.btn-primary {
    --bs-btn-padding-x: 0.7rem;
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 0.9375rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-btn-focus-shadow-rgb),.5);
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    margin: 0 auto;
    transition: 0.3s;
}
html body div form.user .btn-user.btn.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3b7ddd;
    --bs-btn-border-color: #3b7ddd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #5891e2;
    --bs-btn-hover-border-color: #4f8ae0;
    --bs-btn-focus-shadow-rgb: 50,106,188;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #6297e4;
    --bs-btn-active-border-color: #4f8ae0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #3b7ddd;
    --bs-btn-disabled-border-color: #3b7ddd;
}
form.user .btn-user {
    font-size: .8rem;
    border-radius: 10rem;
    padding: 0.75rem 1rem;
    font-size: 1.125rem;
    width: auto;
    margin: 0 auto;
}
html body div .btn:hover{
    opacity: 0.8;
}
.card-body label {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0;
}

/* dashboard header */
div#content-wrapper:before {
    background: #05374C;
    content: " ";
    height: 264px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.topbar {
    position: relative;
    z-index: 99;
    background: transparent !important;
}
.sidebar {
    position: relative;
    z-index: 9;
    transition: 0.5s;
}
.sidebar-dark .sidebar-brand {
    color: #fff;
    background: var(--bs-dark);
    color: #fff;
    display: block;
    font-size: 1.175rem;
    font-weight: 500;
    padding: 1rem;
    text-decoration: none;
    width: 100%;
}
.sidebar {
    position: relative;
    z-index: 9;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.sidebar .nav-item .nav-link {
    padding-top: 0.6rem!important;
    padding-bottom: 0.6rem!important;
    background: transparent;
    border-radius: 0.2rem;
    color: #6c757d;
    cursor: pointer;
    display: block;
    font-weight: 400;
    margin: 0 0.5rem;
    padding: 0.65rem 0.75rem;
    position: relative;
    text-decoration: none;
    transition: background .1s ease-in-out;
    position: relative;
}
.sidebar .nav-item .nav-link{
    width: 100%;
    margin-left: 0 !important;
}
.sidebar-dark .nav-item .nav-link i,
.sidebar-dark .nav-item.active .nav-link i,
.sidebar-dark .nav-item .nav-link:active i,
.sidebar-dark .nav-item .nav-link:focus i,
.sidebar-dark .nav-item .nav-link:hover i {
    color: var(--bs-dark);
}
.sidebar .nav-item.active .nav-link{
    background: #e9ecef;
    color: #212529;
}
.sidebar .nav-item .nav-link:hover,
.sidebar-dark .nav-item .nav-link:active,
.sidebar-dark .nav-item .nav-link:focus,
.sidebar-dark .nav-item .nav-link:hover{
    color: #212529;
}
.sidebar-dark .nav-item .nav-link[data-toggle=collapse]::after{
    color: #212529;
}
html body .text-white{
    color: #fff !important;
}
.logo-wrap img{
    max-width: 100%;
}
img.profile-img{
    max-width: 60px;
    padding-top: 15px;
    transition: 0.3s;
}
html body .sidebar .sidebar-brand{
    height: auto;
}
/* .sidebar.toggled {
    margin-left: -230px;
    width: 230px!important;
} */
.sidebar.toggled img.profile-img{
    max-width: 30px;
}
.sidebar.toggled .sidebar-brand .sidebar-brand-text {
    display: inline;
}
.sidebar.toggled .nav-item span {
    opacity: 0;
    visibility: hidden;
    height: 0;
}   
.sidebar.toggled .profile-wrap-main h6 {
    font-size: 0.7rem;
}
.sidebar.toggled .profile-wrap-main p{
    font-size: 12px;
}
.topbar #sidebarToggleTop:hover {
    background-color: transparent;
}
.t-left .nav-pills .nav-link {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 5px;
    padding: 0.75rem;
    color: #000;
    background: transparent;
}
.nav-pills .nav-link.active {
    color: #fff!important;
    background-color: var(--bs-dark)!important;
}
.top-head{
    position: relative;
    z-index: 999;
}
html body button.btn.btn-success {
    color: #05374C;
    border: 1px solid #05374C;
}
html body button.btn.btn-success:hover,
html body button.btn.btn-success.focus,
html body button.btn.btn-success:focus {
    color: #fff;
    background-color: #05374c;
    border-color: #05374c;
    outline: none;
    box-shadow: none;
}
html body .sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
html body .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active{
    color: #05374c;
}
html body .text-primary {
    color: #05374c!important;
}
.notice-backend{
    position: relative;
    z-index: 9;
    color: #fff;;
}
.notice-hr{
    position: relative;
    z-index: 9;
    border-color: #fff;
}
.detail-img-wrap h6{
    font-size: 11px;
    font-weight: 400;
}
.form-group .d-inline-flex{
    vertical-align: middle;
}
/* dashboard header */