@font-face{font-family:Studio-Feixen-Sans;src:url('https://waffles.datacamp.com/fonts/StudioFeixenSans-Regular.woff2') format('woff2'),url('https://waffles.datacamp.com/fonts/StudioFeixenSans-Regular.woff') format('woff'),url('https://waffles.datacamp.com/fonts/StudioFeixenSans-Regular.ttf') format('truetype');font-weight:400;font-display:swap;}
@font-face{font-family:Studio-Feixen-Sans;src:url('https://waffles.datacamp.com/fonts/StudioFeixenSans-Bold.woff2') format('woff2'),url('https://waffles.datacamp.com/fonts/StudioFeixenSans-Bold.woff') format('woff'),url('https://waffles.datacamp.com/fonts/StudioFeixenSans-Bold.ttf') format('truetype');font-weight:800;font-display:swap;}@font-face{font-family:Studio-Feixen-Sans;src:url('https://waffles.datacamp.com/fonts/StudioFeixenSans-Book.woff2') format('woff2'),url('https://waffles.datacamp.com/fonts/StudioFeixenSans-Book.woff') format('woff'),url('https://waffles.datacamp.com/fonts/StudioFeixenSans-Book.ttf') format('truetype');font-weight:100;font-display:swap;}




@font-face {
    font-family: "Product Sans";
    src: url("../fonts/ProductSans-Thin.ttf");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Product Sans";
    src: url("../fonts/ProductSans-Light.ttf");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Product Sans";
    src: url("../fonts/ProductSans-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Product Sans";
    src: url("../fonts/ProductSans-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Product Sans";
    src: url("../fonts/ProductSans-Bold.ttf");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Product Sans";
    src: url("../fonts/ProductSans-Black.ttf");
    font-weight: 700;
    font-style: normal;
}

:root {
    /* --primary: rgb(13 80 162); 
    --primary-soft: rgb(217 234 255); */
    --primary: #002147;
    --primary-soft: #c7e1ff;
    
    --secondary: #ff6730;
    --secondary: #00BDF4;
    --secondary: #00C9A8;
    
    --secondary-light: #fb9069;
    --secondary-soft: #ffebe3;
    
    --text: rgba(97, 113, 146);
    --text-1: #565365;
    --text-light: #b8b8b8;
    
    --dark: #0e0a23;
    
    --gray: #f0f3f8;
    --gray-0: #f9f9fbcc;
    --gray-1: #efefef;
    --gray-2: #e8e8e8;
    --gray-3: #c4c4c4;
    --gray-4: #8a8a8a;
    
    --gray-5: #f6f5f8;
    
    --blue: #3a62ff;
    --blue-light: #bbc9ff;
    --blue-soft: #e5ebff;
    
    --orange: #ff6730;
    --orange-light: #fb9069;
    --orange-soft: #ffebe3;
    
    --green: rgb(0 150 136);
    --green-light: #9bfbc0;
    --green-soft: #dcffe9;
    
    --red: #eb3a3a;
    --red-light: #fecaca;
    --red-soft: #fef2f2;
    
    --purple: #a559ff;
    --purple-light: #cda7fa;
    --purple-soft: #ebdaff;
    
    --yellow: #facc15;
    --yellow-light: #fde047;
    --yellow-soft: #fef9c3;
    
    /* --border: 1px solid #cbcbcb; */
    --border: 1px solid #e2e8f0;
    
    --shadow: 0 0 8px -3px #00000021;
    
    --radius: 12px;
    --radius-btn: 8px;
    
    --font: 'Studio-Feixen-Sans', sans-serif;
    
    --slate-5: #f9f9fb;
    --slate-50: #f8fafc;
    --slate-100: #f1f5f9;
    --slate-150: #eff1f7;
    --slate-200: #e2e8f0;
    --slate-300: #cbd5e1;
    --slate-400: #94a3b8;
    --slate-500: #64748b;
    --slate-600: #475569;
    --slate-700: #334155;
    --slate-800: #1e293b;
    --slate-900: #0f172a;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
    height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #8080808c;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--slate-400);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--slate-600);
}
::selection{
    background: var(--slate-200);
    color: var(--dark);
}

body {
    font-family: 'Product Sans', sans-serif;
    /*     font-family: var(--font);
    */    font-size: 16px;
    line-height: 1.5;
    color: var(--text-1);
    background-color: #fff;
}
a {
    color: var(--dark);
    text-decoration: none;
}
a:hover {
    color: var(--primary);
}
p {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    color: var(--text-1);
}
img, svg {
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--dark);
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.2);
    margin-left: calc(var(--bs-gutter-x) * -.2);
}
.row>* {
    padding-right: calc(var(--bs-gutter-x) * .2);
    padding-left: calc(var(--bs-gutter-x) * .2);
}
/* ----- Font weight ------ */
.fw-100{
    font-weight: 100;
}
.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fw-800{
    font-weight: 800;
}
.fw-900{
    font-weight: 900;
}
/* ----- Font weight ------ */

/* ----- Padding ------ */
.py-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.px-25{
    padding-right: 25px;
    padding-left: 25px;
}
.pb-30{
    padding-bottom: 30px;
}
.p-20  {
    padding: 20px;
}
.p-25  {
    padding: 25px;
}
.p-10  {
    padding: 10px;
}
.p-0 {
    padding: 0;
}
.pt-80 {
    padding-top: 80px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-10 {
    padding-top: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pt-120 {
    padding-top: 120px;
}
.px-25 {
    padding-right: 25px;
    padding-left: 25px;
}
/* ----- Padding ------ */

/* ----- Flex------ */
.flex-1{
    flex: 1;
}
.flex-2{
    flex: 2;
}
.flex-3{
    flex: 3;
}
.flex-4{
    flex: 4;
}
.flex-5{
    flex: 5;
}
.flex-100{
    flex: 0 0 100%;
}
/* ----- Flex------ */

/* ----- Grid ------ */
.grid1 {
    display: grid;
    grid-template-columns: repeat(1, minmax(100px, 1000px));
    grid-gap: 15px 15px;
    justify-content: center;
}
.grid2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 750px));
    grid-gap: 15px 15px;
    justify-content: center;
}
.grid3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 550px));
    grid-gap: 15px 15px;
    justify-content: center;
}
.grid4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(100px, 550px));
    grid-gap: 15px 15px;
    justify-content: center;
}
.grid5 {
    display: grid;
    grid-template-columns: repeat(5, minmax(100px, 550px));
    grid-gap: 15px 15px;
    justify-content: center;
}
.grid6 {
    display: grid;
    grid-template-columns: repeat(6, minmax(100px, 550px));
    grid-gap: 15px 15px;
    justify-content: center;
}
.grid7 {
    display: grid;
    grid-template-columns: repeat(7, minmax(75px, 550px));
    grid-gap: 15px 15px;
    justify-content: center;
}
.grid8 {
    display: grid;
    grid-template-columns: repeat(8, minmax(50px, 550px));
    grid-gap: 15px 15px;
    justify-content: center;
}
/* ----- Grid ------ */

/* ----- Button ------ */
.btn {
    padding: 0.455rem 1.25rem;
    border-radius: var(--radius-btn);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: fit-content;
}
.btn:focus, .btn:active, .btn:hover, .btn:active:focus, button:hover {
    box-shadow: none !important;
}
.btn .iconify {
    font-size: 14px;
}
.btn-primary {
    color: #fff !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.btn-secondary {
    color: #fff !important;
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}
.btn-outline-primary {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.btn-gray {
    background: var(--gray-5);
    border-color: var(--gray-5);
    color: #000 !important;
}
.btn-outline-gray {
    border: 1px solid;
    border-color: var(--slate-200) !important;
    box-shadow: inset 0 0 0 1px #e2e8f0;
}
.btn.btn-outline-gray .iconify {
    color: var(--primary);
}
.btn-outline-green {
    border: 1px solid;
    border-color: var(--green) !important;
    color: var(--green) !important;
    box-shadow: inset 0 0 0 1px #14da60;
}
.btn-green {
    border: 1px solid;
    border-color: var(--green) !important;
    background: var(--green) !important;
    color: #fff !important;
}
.btn.sm {
    padding: 0.315rem 0.955rem;
    font-size: 12px;
    box-shadow: none !important;
}
.btn.lg {
    padding: 0.785rem 1.95rem;
    font-weight: 400;
    letter-spacing: .39px;
    border-radius: var(--radius-btn);
}
.btn-outline-lightgray {
    border: 1px solid;
    color: var(--slate-500) !important;
    border-color: var(--slate-300) !important;
    box-shadow: inset 0 0 0 1px #cbd5e1;
}
.btn-back::before {
    content: url(https://api.iconify.design/mdi/undo.svg?width=20);
    display: inline-block;
    line-height: 0.6;
}
.btn-delete {
    background-color: var(--orange-soft) !important;
    color: var(--red);
    color: var(--orange) !important;
}
.btn-delete::before, .icon-delete::before {
    content: url('https://api.iconify.design/mdi/delete.svg?color=%23ff6730&width=20');
    display: inline-block;
    line-height: 0.6;
}
.icon-cancel::before {
    content: url('https://api.iconify.design/zondicons/close-solid.svg?color=%23ff6730&width=20');
    display: inline-block;
    line-height: 0.6;
}

.btn-save::before, .btn.save::before {
    content: url('https://api.iconify.design/ic/baseline-save.svg?color=%23663854&width=20');
    display: inline-block;
    line-height: 0.6;
}
.btn:hover, .btn:focus, .btn:active, .btn.active {
    background-image: linear-gradient(rgb(81 90 100 / 10%),rgb(142 170 205 / 16%));
    background-image: linear-gradient(rgb(15 23 42 / 7%),rgb(15 23 42 / 7%));
    background-color: inherit;
    color: inherit;
}
/* ----- Button ------ */


/* ----- Gap ------ */
.gap-25 {
    grid-gap: 25px;
    gap: 25px;
}
.gap-20 {
    grid-gap: 20px;
    gap: 20px;
}
.gap-15 {
    grid-gap: 15px;
    gap: 15px;
}
.gap-10 {
    grid-gap: 10px;
    gap: 10px;
}
.gap-5 {
    grid-gap: 5px !important;
    gap: 5px !important;
}
/* ----- Gap ------ */

/* ----- Tooltip ------ */
[tooltip] {
    position: relative; 
}

[tooltip]::before,
[tooltip]::after {
    text-transform: none; 
    font-size: .9em; 
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}
[tooltip]::before {
    content: '';
    border: 5px solid transparent; 
    z-index: 1001; 
}
[tooltip]::after {
    content: attr(tooltip);
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: 0.3ch;
    box-shadow: 0 1em 2em -0.5em rgb(0 0 0 / 35%);
    color: #fff;
    z-index: 1000;
    font-weight: 400;
    letter-spacing: .345px;
    background: rgb(0 0 0 / 80%);
    background: var(--dark);
    font-family: var(--font);
    font-weight: 200;
    font-size: 12px;
    border-radius: var(--radius);
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="bottom"]::after {
    top: calc(100% + 10px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="bottom"]::before,
[tooltip][flow^="bottom"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

[tooltip][flow^="top"]::after {
    bottom: calc(100% + 5px);
}
[tooltip][flow^="top"]::before,
[tooltip][flow^="top"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="top"]:hover::before,
[tooltip][flow^="top"]:hover::after,
[tooltip][flow^="bottom"]:hover::before,
[tooltip][flow^="bottom"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

/* ----- Tooltip ------ */

/* ----- Form ------ */
.input-form {
    margin-top: 6px;
    margin-bottom: 6px;
    position: relative;
}
.form-control {
    padding: 0.775rem 0.75rem;
    border-color: var(--slate-200);
    border-radius: var(--radius-btn);
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font);
}
.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 1px var(--primary);
    border-color: #64748b5e;
    box-shadow: 0px 2px 3px 0px #00000021;
}

.input-group-text {
    background-color: #ffffff;
    border: var(--border);
    border-radius: var(--radius);
    border-right: none;
}

.input-group .form-control {
    border-right: none !important;
    border-left: none !important;
}

.input-group .form-control:focus {
    box-shadow: none !important;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
}
.form-check-input {
    width: 18px;
    height: 18px;
    border: var(--border);
}
.form-check-input[type=checkbox] {
    border-radius: var(--radius);
}
label.form-check-label {
    margin-left: 5px;
    font-family: var(--font);
    line-height: 1.8;
    letter-spacing: .28px;
}
.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}
.form-check-input:focus {
    border-color: var(--primary);
    outline: 0;
    box-shadow: 0 0 0 0.25rem var(--primary-soft);
}
.form-check-input:checked[type=radio] {
    background-image: url(https://api.iconify.design/mdi/check-bold.svg?color=white);
    background-size: 12px;
}
.form-check-input:checked[type=checkbox] {
    background-image: url(https://api.iconify.design/mdi/check-bold.svg?color=white);
    background-size: 12px;
}
.form-label {
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: 500;
    color: var(--slate-500);
    font-family: var(--font);
    letter-spacing: .3px;
    transform: scale(.95);
}
.form-select {
    padding: 0.775rem 2.25rem 0.775rem 0.75rem;
    border-color: var(--slate-200);
    border-radius: var(--radius-btn);
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font);
}
.form-control[type="time"] {
    background-color: #e9ecef;
    opacity: 1;
}
/* ----- Form ------ */

/* ----- Footer ------ */
footer {
    padding-top: 60px;
    border-top: 2px solid #eee;
}
footer .item img {
    height: 35px;
    width: auto;
    object-fit: contain;
    margin-bottom: 15px;
}
footer .item p {
    color: var(--text);
    font-size: 14px;
    line-height: 1.52;
}
footer .item h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
footer .item ul {
    padding: 0;
    list-style: none;
}
footer .item ul li a {
    color: var(--text);
    line-height: 1.72;
}
footer .item ul li a:hover {
    color: #000;
}
.c-right-field {
    margin-top: 15px;
    padding: 10px 0;
}
.c-right p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 13px;
}
/* ----- Footer ------ */

/* ----- Navbar ------ */
.sidebar li .submenu{ 
    list-style: none; 
    margin: 0; 
    padding: 0; 
    padding-left: 2rem; 
    padding-right: 1rem;
}
.sidebar .nav {
    flex-direction: column;
    padding: 15px 0;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}
nav.sidebar {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 20px 0;
    width: 250px;
    /* border-right: 1px solid #edf0f3; */
    box-shadow: 5px -1px 6px -7px #d9e0e7;
    z-index: 100;
}
.navbar-logo {
    padding: 3px 1.5rem 15px;
    width: 100%;
    display: inline-flex;
}
.navbar-logo img {
    height: 90px;
    width: auto;
    object-fit: contain;
    display: block;
}
.nav-link {
    display: flex;
    padding: 0.5rem 1rem;
    padding: 0.79rem 1.5rem;
    color: var(--menu-color);
    align-items: center;
    gap: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #8b9199;
    color: #0b264891;
    font-weight: 500;
}
.nav-link .iconify {
    font-size: 20px;
}
.nav-link:focus, .nav-link:hover {
    color: var(--primary);
}
.h-menu.main {
    min-height: fit-content;
    padding: 10px 25px;
}
header .h-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}
.has-submenu > .nav-link::after {
    content: url('https://api.iconify.design/bx/chevron-down.svg?color=%238b9199&width=20');
    display: flex;
    margin-left: auto;
    align-items: center;
    line-height: 0;
    transition: .2s ease-in-out;
    /* transform: rotate(0.5turn); */
}
.menu-toggle {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--slate-200);
    border: 4px solid;
    border-color: var(--slate-5);
    font-size: 18px;
    margin-left: -40px;
    z-index: 101;
    margin-right: 15px;
    transition: .8s;
}
.pageName h5 {
    margin: 0;
    font-size: 16px;
}
.h-menu .dropdown .iconify {
    color: var(--gray-3);
    font-size: 18px;
}
.h-menu .dropdown .dropdown-item .iconify {
    flex: 0 0 20px;
    font-size: 20px;
}
.submenu.collapse {
    position: relative;;
}
.submenu.collapse::before {
    content: '';
    display: flex;
    align-items: center;
    transition: .2s ease-in-out;
    height: 100%;
    width: 2px;
    background: #dde0e5;
    position: absolute;
    left: 32px;
}
.submenu.collapse .nav-link {
    padding-left: 2rem;
    position: relative;
}
.nav-link.active {
    color: var(--primary);
    background: var(--slate-50);
}
.menu-open .nav-link span {
    display: none;
}
.menu-open nav.sidebar {
    width: 70px;
}
.menu-open .has-submenu > .nav-link::after {
    display: none;
}
.menu-open a.menu-toggle {
    transform: rotate(0.5turn);
}
.navbar-logo img.favicon {
    display: none;
}
.menu-open .navbar-logo img.favicon {
    display: block;
    margin: auto;
}
.menu-open .navbar-logo img.logo {
    display: none;
}
.submenu.collapse .nav-link.active {
    background: #fff;
    box-shadow: inset 2px 0 0 var(--primary);
    background: inherit;
}
.menu-toggle-mobile{
    display: none;
}
/* ----- Navbar ------ */
.main {
    min-height: 100vh;
    background: var(--slate-5);
    width: calc(100% - 250px);
    margin-left: auto;
    padding-top: 50px;
    position: relative;
}
.menu-open .main {
    width: calc(100% - 70px);
}

.sm-light {
    font-size: 13px;
    color: var(--text);
}
.bold {
    font-weight: 600;
}
.sm-text {
    font-size: 12px;
}
.transparent-header .main {
    padding: 0;
}
.s-title {
    line-height: 1.6;
    color: var(--dark);
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
}

/* -----color----- */
.is-primary {
    color: var(--primary) !important;
}
.is-blue {
    color: var(--blue) !important;
}
.is-dark {
    color: var(--dark) !important;
}
.is-black {
    color: #000 !important;
}
.is-white {
    color: #fff !important;
}
.is-yellow {
    color: var(--yellow) !important;
}
.is-green {
    color: var(--green) !important;
}
.is-red {
    color: var(--red) !important;
}

/* -----color----- */

/* ----- Background ------ */
.bg-gray {
    background: var(--gray) !important;
}
/* ----- Background ------ */

/* ----- Margin ------ */
.mt-0 {
    margin-top: 0;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.mb-15 {
    margin-bottom: 15px;
}
.ml-auto {
    margin-left: auto;
}
.mr-15 {
    margin-right: 15px;
}
.mt-sm-3, .mt-sm-2 {
    margin-top: 0rem!important;
}
/* ----- Margin ------ */

/* ----- Flex ------ */
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-center-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-start-between {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.flex-end-between {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.flex-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.flex-column {
    display: flex;
    flex-direction: column;
}
.flex-column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex-column-end {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-end {
    align-items: flex-end;
}
/* ----- Flex ------ */

/* ----- section ------ */
section {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* ----- section ------ */

.gallery {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 500px;
    overflow: hidden;
    gap: 10px;
    position: relative;
}
.gallery .item {
    flex: 1;
    width: calc(25% - 5px);
    object-fit: cover;
    position: relative;
}
.gallery .item img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.gallery .item:first-child {
    flex: 100%;
    width: 50%;
}
.gallery .album {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #000000c7;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.gallery .album .iconify {
    font-size: 20px;
}
.gallery .album span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.gallery .item a:hover {
    box-shadow: none !important;
}
.lg-toolbar .lg-download:after {
    content: url('https://api.iconify.design/mdi/download.svg?color=white&width=24&height=24');
}
.lg-toolbar .lg-close:after {
    content: url(https://api.iconify.design/mdi/close.svg?color=white&width=24&height=24);
}
.lg-actions .lg-prev:after {
    content: url(https://api.iconify.design/mdi/arrow-left.svg?color=white&width=24&height=24);
}
.lg-actions .lg-next:before {
    content: url(https://api.iconify.design/mdi/arrow-right.svg?color=white&width=24&height=24);
}
.group-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.items-center {
    align-items: center;
}
.border-bottom {
    border-bottom: var(--border);
}

ul.checklist {
    padding: 0;
    list-style: none;
}
ul.checklist.grid4 {
    grid-gap: 10px 30px;
}
ul.checklist li::before {
    content: url('https://api.iconify.design/ri/check-line.svg?color=%23c53f3f&width=18');
    vertical-align: middle;
    margin-right: 5px;
}
ul.checklist li {
    color: #000;
    font-weight: 500;
}
.w-fit {
    width: fit-content;
}
.f-right {
    float: right;
}
.card {
    border: var(--border);
    border-radius: var(--radius);
    box-shadow: 0 0 8px -3px #00000021;
    border: none;
}

.border-none {
    border: none !important;
}
.dropdown-menu {
    border-radius: var(--radius-btn);
    box-shadow: -1px 2px 11px #00000021;
    padding: 0;
    min-width: max-content;
    border: none;
    overflow: hidden;
}
.dropdown-item {
    display: flex;
    width: 100%;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    gap: 10px;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    color: #1e2125;
    background-color: var(--slate-100);
    box-shadow: none;
}

section.slider {
    height: 100vh;
}
.carousel, .carousel-item, .carousel-inner {
    height: 100%;
}
.carousel.slide .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.icon-field {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-soft);
    color: var(--primary);
}
.column-list .item .icon-field {
    margin-bottom: 15px;
}
.column-list h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.icon-field .iconify {
    font-size: 24px;
}
.line {
    width: 60px;
    height: 4px;
    background-color: var(--primary);
    margin-bottom: 30px;
}
.imgs-3 {
    position: relative;
    margin-top: -50px;
    height: 240px;
}
.imgs-3 .img-field {
    padding: 20px;
    width: fit-content;
    border-radius: 25px;
    display: flex;
    background: #fff !important;
    box-shadow: -10px 10px 20px -4px #00000021;
    box-shadow: -10px 10px 20px -4px #7da1de3d;
    position: relative;
}
.imgs-3 .img-field img {
    height: 200px;
    width: auto;
    object-fit: contain;
    transition: .2s ease-in-out;
}
.imgs-3 .img-field:nth-child(2) {
    position: absolute;
    top: 58%;
    left: 37%;
}
.imgs-3 .img-field:nth-child(3) {
    position: absolute;
    top: 15%;
    left: 59%;
}
.imgs-3 .img-field:nth-child(2) img {
    height: 165px;
}
.imgs-3 .img-field:nth-child(3) img {
    height: 100px;
}
.imgs-3 .img-field:hover {
    z-index: 5;
}
.imgs-3 .img-field:hover img {
    height: 250px;
}
.s-title + p {
    margin-top: 25px;
}
.slick-track {
    display: flex;
    gap: 30px;
}
.slick-list {
    margin: 0 -15px;
}
.slick-btn-group button {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #00000021;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-btn-group {
    display: flex;
    gap: 10px;
}
.slick-btn-group button:hover {
    border-color: var(--primary);
    box-shadow: 0 0 0 1px #eb6036;
}
.text-right {
    text-align: right;
}
.underline {
    text-decoration: underline;
}
.is-relative {
    position: relative;
}
.gradient-dark {
    background: linear-gradient(135deg, #232428, #040404, #040404);
}
.accordion-item {
    background-color: #fff;
    border: none;
    border-bottom: var(--border);
    border-color: var(--slate-50);
}
.accordion-button:not(.collapsed) {
    color: var(--dark);
    background-color: var(--slate-50);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    box-shadow: none;
}
.accordion-collapse.show {
    background: var(--slate-50);
}
.accordion-button:not(.collapsed) {
    color: var(--dark);
    background-color: var(--slate-50);
    box-shadow: none;
}
.accordion-button:focus {
    z-index: 3;
    border-color: var(--slate-50);
    outline: 0;
    box-shadow: none;
}
.accordion-body p {
    color: var(--dark);
    font-size: 14px;
    line-height: 24px;
}
.accordion-button::after {
    background-image: none;
    content: url(https://api.iconify.design/emojione-monotone/heavy-plus-sign.svg?width=10);
    content: url(https://api.iconify.design/emojione-monotone/heavy-plus-sign.svg?color=%23333&width=10);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 1.35rem;
    height: 1.35rem;
    background: #ffffff;
    border-radius: 50%;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: url(https://api.iconify.design/emojione-monotone/heavy-plus-sign.svg?width=10);
    transform: rotate(135deg);
    box-shadow: 0 0 7px -3px #00000042;
}
.breadcrumb .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.breadcrumb h1 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.breadcrumb {
    background: var(--slate-50);
    padding: 15px 0;
}
.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.circle-marker li {
    position: relative;
    padding-left: 15px;
}
ul.circle-marker li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--primary);
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;  
}
ul.flex-center.circle-marker li:first-child:before {
    display: none;
}
.breadcrumb ul a {
    font-size: 12px;
    font-weight: 500;
    color: var(--text);
}
.breadcrumb ul a:hover {
    color: var(--dark);
}
.xorder-list .item {
    display: flex;
    gap: 100px;
}
.xorder-list .item:nth-child(2n) {
    flex-direction: row-reverse;
}
.xorder-list .img-field {
    flex: 4;
    position: relative;
    overflow: hidden;
    height: 380px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 30%);
}
.xorder-list .item img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    z-index: 2;
    position: relative;
    transition: .2s ease-in-out;
    transform: translate3d(0px, 0px, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.xorder-list .after-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* background: #ffffff42; */
    height: calc(100% + 45px);
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.xorder-list .after-bg span {
    height: 60px;
    background: #fff;
    width: 100%;
    padding-left: 35px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
}
.xorder-list .item .text {
    flex: 3;
}
.xorder-list.grid1 {
    grid-gap: 150px 30px;
    grid-template-columns: repeat(1, minmax(100px, 1100px));
}
.xorder-list .s-title {
    margin-top: 30px;
}
.xorder-list .btn {
    width: fit-content;
    margin-top: 30px;
}
.xorder-list .item:hover img {
    margin-top: -60px;
    transform: none;
}

.maps iframe {
    width: 100%;
    border-radius: var(--radius);
}
.item{
    position: relative;
}
.fs-30 {
    font-size: 30px;
}
.grid5.dash-card {
    grid-gap: 15px 15px;
}
.dash-card .item {
    padding: 25px;
    border-radius: var(--radius);
    background: #ffffff;
    box-shadow: 0 0 8px -3px #00000021;
    overflow: hidden;
}
.dash-card .item .chart {
    position: absolute;
    bottom: 0;
    right: 0;
}
.dash-card .icon-field {
    width: 40px;
    height: 40px;
    background: var(--gray-5) !important;
    color: var(--dark) !important;
}
.dash-card .icon-field .iconify {
    font-size: 20px;
}
.dash-card p {
    /* font-weight: 400; */
    margin-bottom: 0;
    font-family: var(--font);
    letter-spacing: .4px;
}
.dash-card h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 500;
}
.card .head .title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.2;
}
.card .head .title + p {
    font-size: 14px;
    color: var(--text);
    color: var(--slate-500);
    margin-bottom: 0;
    margin-top: 0.5rem;
    font-family: var(--font);
}
.card .head {
    padding: 25px;
    border-bottom: 1px solid;
    border-color: var(--slate-200);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head .action {
    display: flex;
    align-items: center;
    gap: 5px;
}
.card .body, .card .foot {
    padding: 10px 25px 25px 25px;
}
.table-list .item {
    display: flex;
    align-items: center;
    padding: 8px 25px;
    gap: 15px;
}
.table-list .item:hover {
    background: var(--slate-50);
}
.table-list .avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gray-5);
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: 4px;
    left: 4px;
}
.table-list .item:hover .avatar {
    background: #fff;
}
.table-list .item .meta span {
    display: block;
}
.table-list .item .meta span:first-child {
    font-weight: 500;
}
.table-list .item .meta span:last-child {
    font-size: 12px;
    color: var(--text-light);
}
.table-list .item .meta:last-child {
    text-align: right;
    margin-left: auto;
}
.mh-350 {
    max-height: 350px;
}
.oy-auto {
    overflow-y: auto;
}
.ox-auto {
    overflow-x: auto;
}
table th {
    color: var(--dark);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .25px;
    text-transform: uppercase;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: var(--slate-200);
}
.table>:not(caption)>*>* {
    padding: 12px 15px;
    vertical-align: middle;
}
table td {
    padding: 12px 15px !important;
}
table {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: var(--slate-200);
}
table .icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
    background: var(--gray-5);
    font-size: 16px;
    color: var(--slate-600);
    color: #000;
}
table .icon:hover {
    background: #dfdfdf;
}
.tag {
    padding: 7px 12px;
    /* background: var(--gray-5) !important; */
    font-size: 11px;
    border-radius: var(--radius);
    font-weight: 400;
    letter-spacing: .25px;
    font-family: var(--font);
}
.color-tag .status-1 {
    background: #ff67301f;
    color: #ff6730;
}
.color-tag .status-2 {
    background: #ffd0171f;
    color: #ebb322;
}
.color-tag .status-3 {
    background: #3a62ff1f;
    color: #3a62ff;
}
.color-tag .status-4 {
    background: #a559ff1f;
    color: #a559ff;
}
.color-tag .status-5 {
    background: #6c757d1f;
    color: #6c757d;
}
.color-tag .status-6 {
    background: #14da601f;
    color: #04cf52;
}
.color-tag .status-7 {
    background: #00af5e1f;
    color: #00af5e;
} 
table .tag::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.status-1.tag::before {
    background: #ff6730;
}
.status-2.tag::before {
    background: #ffd017;
}
.status-3.tag::before {
    background: #3a62ff;
}
.status-4.tag::before {
    background: #a559ff;
}
.status-5.tag::before {
    background: #6c757d;
}
.status-6.tag::before {
    background: #14da60;
}
.status-7.tag::before {
    background: #00af5e;
}
.pagination {
    justify-content: flex-end;
    gap: 5px;
    margin: 0;
}
.page-link {
    color: var(--text);
    border: none;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    line-height: 1.4;
    border-radius: var(--radius-btn);
}
.page-link:hover {
    background-color: var(--gray-5);
    border-color: var(--gray-5);
    color: #000;
}
.page-link {
    border-radius: var(--radius-btn);
}
.page-item.active .page-link {
    background-color: var(--primary);
    border: none;
}
.page-link:focus {
    z-index: 3;
    color: var(--primary);
    background-color: var(--primary-soft);
    outline: 0;
    box-shadow: 0 0 0 1px var(--primary);
}
.filter-text {
    color: var(--text);
    color: #bfc0d7;
    letter-spacing: .9px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}
.filter-button {
    width: 34px;
    height: 34px;
    font-size: 16px;
    border: 1px solid;
    border-radius: var(--radius);
    background: var(--primary-soft);
    color: var(--primary);
    border-color: var(--primary-soft);
}
.filter-button:hover {
    background: var(--primary);
    color: #fff;
}
.filter-thead .form-select {
    font-size: 12px;
    letter-spacing: 0.29px;
}
.filter-thead .form-select option {
    font-size: 14px;
}
.form-select:focus {
    outline: 0;
    border-color: #64748b5e;
    box-shadow: 0px 2px 3px 0px #00000021;
}
.max-content p {
    width: max-content;
}
.filter-thead {
    background: var(--gray-0);
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    border-bottom: var(--border);
    padding: 10px 25px;
    gap: 15px;
}
.filter-thead input {
    font-size: 12px;
    letter-spacing: 0.29px;
}
.dcalendarpicker .dudp__wrapper {
    bottom: 50%;
}
.dcalendarpicker.dp__open .dudp__wrapper {
    transform: translateX(-50%) translateY(50%) scale(1);
}
.dudp__wrapper section {
    padding: inherit;
}
.per-page span {
    font-weight: 600;
    color: #000000d6;
}
.per-page {
    color: var(--text);
}
.titleField {
    position: relative;
    width: 100%;
}
.titleField .title {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px 10px 0;
    background: #fff;
    width: fit-content;
    z-index: 1;
    color: var(--secondary);
    position: relative;
}
.titleField::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--slate-150);
    left: 0;
    top: 50%;
    z-index: 0;
}
.top-info .action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-info.main {
    min-height: auto;
    padding: 25px;
    width: 100%;
}
.action .item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.pie-number {
    position: relative;
}
.pie-number .avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gray-5);
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: 4px;
    left: 4px;
}

.top-info.main {
    min-height: auto;
    padding: 10px 10px;
    width: 100%;
    position: sticky;
    top: 58px;
    z-index: 9;
    background: #fff;
    box-shadow: var(--shadow);
    margin-bottom: 15px;
    border-radius: var(--radius);
}
.form-list span {
    display: block;
    letter-spacing: .3px;
}
.form-list span:first-child {
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 500;
    color: var(--slate-500);
    font-family: var(--font);
}
.form-list span:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    color: var(--dark);
}
.modal-content {
    border: none;
    border-radius: var(--radius);
}
.modal-header {
    border-bottom: none;
}
.modal-title {
    font-size: 16px;
    font-family: var(--font);
}
.btn-close {
    background-size: 0.7em;
    border-radius: 50%;
    opacity: 1;
    background-color: var(--gray-5);
}
.delete-modal .icon-field {
    width: 60px;
    height: 60px;
}
.delete-modal .icon-field.btn-delete::before {
    content: url(https://api.iconify.design/mdi/delete.svg?color=%23ff6730&width=30);
}
.delete-modal h4 {
    font-size: 18px;
    font-family: var(--font);
    font-weight: 500;
    line-height: 1.4;
}
.delete-modal .modal-body {
    padding-top: 0;
}
.delete-modal .modal-footer {
    justify-content: center;
}
.modal-footer {
    border-top: none;
}
.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: 0 0 0 auto;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    top:50px;
    right: 50px;
}


#toast-container>div {
    position: relative;
    width: auto;
    padding: 12px 30px;
    margin: 0 0 6px;
    overflow: hidden;
    filter: alpha(opacity=95);
    background-repeat: no-repeat;
    background-position: 15px center;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    opacity: .99;
    border-radius: 6px;
}
.md-toast-message {
    word-wrap: break-word;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: var(--font);
    color: var(--dark);
    letter-spacing: .35px;
}
.md-toast {
    background-color: var(--dark);
}

.md-toast-success {
    background-color: #41c747;
    background-image: none !important
}

.md-toast-error {
    background-color: #f7392b;
    background-image: none !important
}
.md-toast-error, .md-toast-message {
    color: #fff;
    font-weight: 300;
}

.md-toast-info {
    background-color: #33b5e5;
    background-image: none !important
}

.md-toast-warning {
    background-color: #fb3;
    background-image: none !important
}

.md-toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #000;
    filter: alpha(opacity=40);
    opacity: .4
}

.md-toast-message a:hover {
    color: #ccc;
    text-decoration: none
}
.input-field {
    height: 67.59px;
    display: flex;
    align-items: flex-end;
}

table .icon.icon-delete {
    color: #ff6730;
}

.listItems ul {
    text-align: left;
    margin-top: 20px;
    display: flex;
    gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
}


.listItems li {
    list-style: none;
    padding: 10px 20px;
    color: var(--dark);
    text-transform: capitalize;
    font-weight: 600;
    border: 2px solid;
    border-color: var(--slate-150);
    border-radius: var(--radius);
    background: var(--slate-100);
    transition: all 0.75s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5 ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.listItems li:hover {
    background: var(--slate-200);
    border-color: var(--slate-200);
}

.listItems li > button {
    width: 20px;
    height: 20px;
    background: #fff;
    outline: none;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    color: var(--lightgray2);
}
.listItems li > button:hover {
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
    color: var(--dark);
}

.listItems .delete {
    display: none;
}
ul.tagList.grid4 {
    display: grid;
    grid-template-columns: repeat(4,minmax(100px,750px));
    grid-gap: 10px 10px;
    justify-content: center;
} 
.input-groupBtn .form-control {
    padding-right: 80px;
}
.input-groupBtn {
    position: relative;
}
.input-groupBtn .btn {
    position: absolute;
    top: calc(50% - 18.5px);
    right: 3px;
}
ul.tagList {
    padding: 0;
}
.login-card {
    width: 100%;
    max-width: 500px;
    padding: 4rem 6rem;
    background: #fff;
    box-shadow: 0 0.75rem 2rem 0 rgb(0 0 0 / 10%);
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.125);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

section.login-page {
    min-height: 100vh;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    position: relative;
    font-family: var(--font);
    background: linear-gradient(5deg, rgb(255 255 255) 0%, rgb(242 242 253) 35%, rgb(255 255 255) 100%);
}
section.login-page::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25vw;
    height: 25vw;
    border-radius: 258px 184px 365px 552px;
    box-shadow: -120px -118px 0px #08429882, -60px -218px 0px #084298d1, -220px -50px 0px #ff6730, -220px -195px 0px #ff6730;
    box-shadow: -120px -118px 0px #e2dfff, -60px -218px 0px #ffc1079c, -220px -50px 0px #ff6730e0, -220px -195px 0px #30b5ff;
    filter: blur(76px);
    filter: blur(100px);
    z-index: 0;
    background: linear-gradient(326deg, #084298 0%, #72a4ef 35%, #ff7b4c 100%);
    background: linear-gradient(326deg, #084298b3 0%, #72a4ef9e 35%, #ff7b4c 100%);
    /* box-shadow: -125px -46px 0px #e2dfff, -60px -218px 0px #ffc1079c, -367px -50px 0px #ff6730e0, -220px -359px 0px #30b5ff;
    filter: blur(88px);
    background: linear-gradient(326deg, #084298 0%, #aac9f7 35%, #ff7b4c 100%);
    box-shadow: -125px -46px 0px #ffffff, -60px -218px 0px #ff7b4c, -279px -50px 0px #ff6730cf, -220px -359px 0px #1a5fc5; */
    opacity: .5;
}
.login-card h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 25px;
}
.login-page .limonagaci img {
    height: 15px;
    width: auto;
    object-fit: contain;
    margin-bottom: 6px;
}
p.c-right {
    font-size: 12px;
    margin: 0;
}
.op-28 {
    opacity: 0.28;
}
.op-28:hover {
    opacity: 1;
}
.login-page .comp {
    display: flex;
    gap: 5px;
    align-items: center;
}
.login-page .comp img {
    height: 23px;
    object-fit: contain;
    width: auto;
    padding: 5px;
    border-right: 1px solid #ffffff36;
    padding-left: 0;
}
.login-page .comp h5 {
    font-size: 15px;
    margin: 0;
    font-weight: 300;
}
span.status {
    width: 13px;
    height: 13px;
    background: var(--slate-300);
    border-radius: 50%;
    display: inline-block;
}
span.status.success, span.status.sent {
    background: var(--green);
}
span.status.danger, span.status.canceled {
    background: var(--red);
}
span.status.warning {
    background: var(--yellow);
}
.status-info {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    padding: 10px 25px;
    border-bottom: var(--border);
    background: var(--slate-100);
}
.status-info .item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font);
    font-size: 12px;
    color: var(--text);
}
.dash-card h2 span.sm {
    font-size: 14px;
}
.clients-card p {
    font-weight: 500;
    /* font-family: var(--font); */
    /* font-size: 13px; */
}
.clients-card span.sm {
    font-size: 14px;
}
.offcanvas-header h5 {
    margin-bottom: 0;
    margin-left: 31px;
    font-size: 18px;
}
.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 1rem;
}
.offcanvas-body {
    padding: 1rem 3rem;
}
.offcanvas.lg {
    width: 45vw;
}
.offcanvas.lg .offcanvas-body {
    padding: 2.8125em 5em;
}
.md-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.input-addons {
    position: relative;
}
.input-form.input-addons input {
    padding-right: 2.9rem;
}
.input-addons .addons-text {
    position: absolute;
    background: #fff;
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    right: 1px;
    bottom: 2px;
    padding: 0.675rem 0.75rem;
    border-radius: var(--radius-btn);
}
table tfoot {
    background: var(--gray-0);
}
tfoot td {
    font-weight: 600;
}
table .balance {
    color: var(--green);
    font-weight: 500;
}
.modal {
    backdrop-filter: blur(1px);
}
.modal-backdrop.show {
    opacity: 0.25;
}
.modal-content {
    box-shadow: 0 0 11px #0000002b;
}
.offcanvas-end {
    border-left: none;
}
.currency {
    font-size: 60% !important;
}
.form-list span span {
    display: inline-block;
}
.balance {
    font-weight: 500;
}
.modal h4 {
    font-size: 18px;
    font-family: var(--font);
    font-weight: 500;
    line-height: 1.4;
}
.modal.sm .modal-footer {
    justify-content: center;
}
.report-list .item {
    padding: 15px 20px;
    border-radius: var(--radius);
    box-shadow: -3px 4px 5px -5px #00000029;
    background: var(--gray-0);
}
.report-list h4 {
    font-size: 24px;
}
.report-list p {
    margin-bottom: 0;
    font-family: var(--font);
    letter-spacing: .4px;
    font-size: 14px;
}
.icon-password {
    display: flex;
    height: 44px;
    width: 44px;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: transparent;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.icon-password::after {
    content: url('https://api.iconify.design/uim/lock.svg?color=%23a2abb9&width=20&height=20');
    display: block;
    line-height: 0;
}
.t-user {
    padding: 2px 5px;
    background: #0d6efd30;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
    color: #0d6efd;
}
.t-user:empty {
    display: none;
}
label.f-label {
    font-weight: 500;
    font-size: 18px;
    margin-top: 1.5rem;
}
.radio-area {
    border: 1px solid #f2f5f8;
    border-radius: 7px;
    margin-top: 0.35rem;
    overflow: hidden;
    margin-bottom: 1rem;
}
.radio-area .form-check {
    margin: 0;
    padding-left: 2.5rem;
    display: flex;
    align-items: center;
}
.radio-area .form-check:nth-child(2n) {
    background: #f2f5f8;
}
.radio-area .form-check label.form-check-label {
    width: -webkit-fill-available;
    width: 100%;
    cursor: pointer;
    padding: 0.5rem;
}
.table-form td, .table-form th {
    text-align: center;
}
.table-form tr th:first-child {
    text-align: left;
}
.p-table td, .p-table th {
    text-align: center;
    padding: 5px !important;
}
.p-table tr *:first-child {
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
}
.fs-16 {
    font-size: 16px;
}
table.basic {
    border: none;
    min-width: 55%;
}
table.basic td {
    padding: 5px 5px !important;
}
.border-card {
    border: 2px solid #000;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 600;
    color: #000;
}
.border-card .item {
    padding: .5rem;
    font-size: 13px;
}
.border-card .item.lg {
    font-size: 20px;
    border-top: 1px solid #000;
}
nav.f-navbar {
    display: flex;
    justify-content: center;
    padding: 1rem;
    position: absolute;
    width: 100%;
}
nav.f-navbar img.logo {
    height: 98px;
    width: auto;
    object-fit: contain;
}
.f-main {
    background: var(--slate-5);
    min-height: 100vh;
    padding-top: 150px;
}
.form-card {
    background: #fff;
    padding: 4rem;
    border-radius: 20px;
    box-shadow: -4px 4px 20px -10px #0000001f;
}
.btn.big {
    font-size: 18px;
    font-weight: 300;
    font-family: Studio-Feixen-Sans;
    max-width: 200px;
    width: 100%;
    padding: 10px;
}
.form-card .form-label, .form-card .form-control, .form-card .form-select   {
    font-size: 16px;
}
.print-page h5 {
    text-align: center;
}
.btn.print {
    background: var(--primary-soft) !important;
    border-color: var(--primary-soft) !important;
    color: var(--primary) !important;
    font-size: 16px;
    font-family: 'Studio-Feixen-Sans';
}
.btn.print .iconify {
    font-size: 18px;
}
.form-list p {
    font-size: 18px;
    font-weight: 400;
}
.form-list h4 {
    font-size: 15px;
    text-transform: uppercase;
}
.login-page img.logo {
    height: 90px;
    width: 100%;
    object-fit: contain;
}