@font-face {
    font-family: "Inter";
    src: url("../webfonts/Inter-Bold.eot");
    src: url("../webfonts/Inter-Bold.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/Inter-Bold.woff") format("woff"),
        url("../webfonts/Inter-Bold.ttf") format("truetype"),
        url("../webfonts/Inter-Bold.svg#Inter-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../webfonts/Inter-Medium.eot");
    src: url("../webfonts/Inter-Medium.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/Inter-Medium.woff") format("woff"),
        url("../webfonts/Inter-Medium.ttf") format("truetype"),
        url("../webfonts/Inter-Medium.svg#Inter-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../webfonts/Inter-ExtraBold.eot");
    src: url("../webfonts/Inter-ExtraBold.eot?#iefix")
            format("embedded-opentype"),
        url("../webfonts/Inter-ExtraBold.woff") format("woff"),
        url("../webfonts/Inter-ExtraBold.ttf") format("truetype"),
        url("../webfonts/Inter-ExtraBold.svg#Inter-ExtraBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../webfonts/Inter-Regular.eot");
    src: url("../webfonts/Inter-Regular.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/Inter-Regular.woff") format("woff"),
        url("../webfonts/Inter-Regular.ttf") format("truetype"),
        url("../webfonts/Inter-Regular.svg#Inter-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../webfonts/Inter-SemiBold.eot");
    src: url("../webfonts/Inter-SemiBold.eot?#iefix")
            format("embedded-opentype"),
        url("../webfonts/Inter-SemiBold.woff") format("woff"),
        url("../webfonts/Inter-SemiBold.ttf") format("truetype"),
        url("../webfonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../webfonts/Inter-Black.eot");
    src: url("../webfonts/Inter-Black.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/Inter-Black.woff") format("woff"),
        url("../webfonts/Inter-Black.ttf") format("truetype"),
        url("../webfonts/Inter-Black.svg#Inter-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../webfonts/Inter-Thin.eot");
    src: url("../webfonts/Inter-Thin.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/Inter-Thin.woff2") format("woff2"),
        url("../webfonts/Inter-Thin.woff") format("woff"),
        url("../webfonts/Inter-Thin.ttf") format("truetype"),
        url("../webfonts/Inter-Thin.svg#Inter-Thin") format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../webfonts/Inter-ExtraLight.eot");
    src: url("../webfonts/Inter-ExtraLight.eot?#iefix")
            format("embedded-opentype"),
        url("../webfonts/Inter-ExtraLight.woff") format("woff"),
        url("../webfonts/Inter-ExtraLight.ttf") format("truetype"),
        url("../webfonts/Inter-ExtraLight.svg#Inter-ExtraLight") format("svg");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Instrument Serif";
    src: url("../webfonts/InstrumentSerif-Italic.eot");
    src: url("../webfonts/InstrumentSerif-Italic.eot?#iefix")
            format("embedded-opentype"),
        url("../webfonts/InstrumentSerif-Italic.woff") format("woff"),
        url("../webfonts/InstrumentSerif-Italic.ttf") format("truetype"),
        url("../webfonts/InstrumentSerif-Italic.svg#InstrumentSerif-Italic")
            format("svg");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #ffffff;
    color: #000000;
    font-family: "Inter";
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
}

:after,
:before {
    box-sizing: border-box;
}

a,
input,
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
button,
select,
textarea,
.owl-prev,
.owl-next,
.nav-menu,
li,
img {
    transition: all 0.3s;
}

a,
button,
input,
textarea {
    outline: none !important;
}

a {
    color: #068fff;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #0d75cb;
}

a,
button {
    cursor: pointer;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

/* / / Chrome, Safari, Edge, Opera / / */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* / / Firefox / / */
input[type="number"] {
    -moz-appearance: textfield;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Inter";
    color: #171717;
    font-weight: 600;
}

h1,
h2 {
    font-size: 26px;
    line-height: 34px;
}

h3 {
    font-size: 22px;
    line-height: 28px;
}

h4,
h5 {
    font-size: 18px;
    line-height: 24px;
}

p {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #737373;
    font-family: "Inter";
}

::-webkit-scrollbar {
    width: 0.4rem;
    height: 1rem;
}

::-webkit-scrollbar-thumb {
    background-color: #dfe2e5;
}

::-webkit-scrollbar-track {
    background-color: #eff2f5;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

input,
textarea {
    width: 100%;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
    overflow: hidden;
    background: transparent;
    color: #171717;
    border-image: initial;
    padding: 8px 12px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    font-family: "Inter";
    display: block;
    resize: none;
}

input:hover,
textarea:hover {
    border: 1px solid #000000;
}

input:focus,
textarea:focus {
    border: 1px solid #525252;
    --tw-shadow: 0px 0px 0px 4px #e5e5e5;
    --tw-shadow-colored: 0px 0px 0px 4px #e5e5e5;
    box-shadow: 0 0 #0000, 0 0 #000, 0 0 #0000, 0 0 #0000,
        0px 0px 0px 4px #e5e5e5;
}

.alert-input:focus,
.alert-input:focus {
    border: 1px solid #ff3b30;
    --tw-shadow: 0px 0px 0px 4px #ff3b3026;
    --tw-shadow-colored: 0px 0px 0px 4px #ff3b3026;
    box-shadow: 0 0 #0000, 0 0 #000, 0 0 #0000, 0 0 #0000,
        0px 0px 0px 4px #ff3b3026;
}

::placeholder {
    color: #737373;
}

img {
    max-width: 100%;
}

.btn {
    display: block;
    width: 100%;
    padding: 8px 14px;
    font-size: 14px;
    color: #262626;
    font-weight: 500;
    font-family: "Inter";
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #ededed;
    text-align: center;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-duration: 75ms;
}

.btn:hover {
    color: #ffffff;
    border-color: #ededed;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

.primary-btn {
    background: #1b8a8a;
    border-color: #1b8a8a;
    color: #ffffff;
}

.primary-btn:hover,
.primary-btn.active,
.primary-btn:first-child:active {
    border-color: rgb(21 152 152);
    background-color: rgb(21 152 152 / 1);
    color: #ffffff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

.secondary-btn {
    color: #262626;
    background-color: #ffffff;
    border-color: #e5e5e5;
}

.secondary-btn:hover {
    color: #262626;
    background-color: #ffffff;
    border-color: #e5e5e5;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

.w-2px {
    width: 2px !important;
}

.w-3px {
    width: 3px !important;
}

.w-4px {
    width: 4px !important;
}

.w-5px {
    width: 5px !important;
}

.w-6px {
    width: 6px !important;
}

.w-7px {
    width: 7px !important;
}

.w-8px {
    width: 8px !important;
}

.w-9px {
    width: 9px !important;
}

.w-10px {
    width: 10px !important;
}

.w-15px {
    width: 15px !important;
}

.w-20px {
    width: 20px !important;
}

.w-25px {
    width: 25px !important;
}

.w-30px {
    width: 30px !important;
}

.w-35px {
    width: 35px !important;
}

.w-40px {
    width: 40px !important;
}

.w-45px {
    width: 45px !important;
}

.w-50px {
    width: 50px !important;
}

.w-55px {
    width: 55px !important;
}

.w-60px {
    width: 60px !important;
}

.w-65px {
    width: 65px !important;
}

.w-70px {
    width: 70px !important;
}

.w-75px {
    width: 75px !important;
}

.w-80px {
    width: 80px !important;
}

.w-85px {
    width: 85px !important;
}

.w-90px {
    width: 90px !important;
}

.w-95px {
    width: 95px !important;
}

.w-100px {
    width: 100px !important;
}

.w-125px {
    width: 125px !important;
}
.w-130px {
    width: 130px !important;
}
.w-150px {
    width: 150px !important;
}

.w-175px {
    width: 175px !important;
}

.w-200px {
    width: 200px !important;
}

.w-225px {
    width: 225px !important;
}

.w-250px {
    width: 250px !important;
}

.w-275px {
    width: 275px !important;
}

.w-300px {
    width: 300px !important;
}

.w-325px {
    width: 325px !important;
}

.w-350px {
    width: 350px !important;
}

.w-375px {
    width: 375px !important;
}

.w-400px {
    width: 400px !important;
}

.w-425px {
    width: 425px !important;
}

.w-450px {
    width: 450px !important;
}

.w-475px {
    width: 475px !important;
}

.w-500px {
    width: 500px !important;
}

.w-550px {
    width: 550px !important;
}

.w-600px {
    width: 600px !important;
}

.w-650px {
    width: 650px !important;
}

.w-700px {
    width: 700px !important;
}

.w-750px {
    width: 750px !important;
}

.w-800px {
    width: 800px !important;
}

.w-850px {
    width: 850px !important;
}

.w-900px {
    width: 900px !important;
}

.w-950px {
    width: 950px !important;
}

.card {
    border: 1px solid #e5e5e5;
    background: #ffffff;
    border-radius: 4px;
    transition: all 300ms;
}

.card-body {
    padding: 0px;
}

.card-header {
    padding: 20px;
    background: #ffffff;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.card-header + .card-body {
    padding-top: 0;
}

.card-header .card-title {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.card-header .card-title h3 {
    color: #1b8a8a;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
}

.card-header .card-title .card-title-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9f3f3;
    border-radius: 22px;
    height: 30px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    color: #1b8a8a;
    width: 120px;
    padding: 10px;
}

.card + .card {
    margin-top: 20px;
}

.auth-wrapper {
    height: 100vh;
}

.auth-wrapper-inner {
    height: 100%;
}

.auth-flex {
    display: flex;
    height: 100%;
}

.auth-flex-40 {
    width: 40%;
    height: 100%;
}

.auth-flex-60 {
    width: 60%;
    height: 100%;
}

.auth-discrption {
    background: #1b8a8a;
    height: 100%;
    padding: 30px;
    overflow-y: auto;
    /* display: flex; */
    /* flex-direction: column;
  justify-content: center; */
}

.auth-discrption-inner {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.auth-discrption-main {
    width: 100%;
}
.auth-logo {
    margin-bottom: 10px;
}

.auth-discription-image {
    text-align: center;
}

.auth-main {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 30px 0;
}

.card.auth-card {
    width: 100%;
    max-height: calc(100% - 30px);
}

.auth-card-body {
    overflow-y: auto;
    max-height: 100%;
}

.auth-card-body-inner {
    padding: 30px;
}

.login-innerheading {
    margin-bottom: 15px;
}

.login-innerheading h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    color: #1b8a8a;
}

.login-innerheading p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.login-innerheading h3 + p {
    margin-top: 2px;
}

.frgot-btn {
    text-align: right;
    margin-top: 5px;
}

.frgot-btn a {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #007aff;
}

.frgot-btn a:hover {
    color: #479dfb;
}

.donthave-account {
    text-align: center;
    margin-top: 15px;
}
.donthave-account p {
    color: #a3a3a3;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.donthave-account p a {
    color: #1b8a8a;
}

.donthave-account p a:hover {
    color: #10b7b7;
}

.single-input label {
    color: #171717;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    font-family: "Inter";
    margin-bottom: 5px;
}

.single-input + .single-input {
    margin-top: 15px;
}

.auth-btn {
    margin-top: 20px;
}

.password-inputs {
    position: relative;
}

.password-inputs input {
    padding-right: 50px;
}

.password-inputs .pwd-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.password-inputs .pwd-icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    font-size: 16px;
    color: #676767;
    cursor: pointer;
}

.rmembr-btn {
    margin-top: 15px;
}

.auth-backbtn span,
.auth-backbtn a {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    transition: all 300ms;
    cursor: pointer;
}

.auth-backbtn span:hover,
.auth-backbtn a:hover {
    box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
    background-color: rgb(27 138 138 / 10%);
}

.auth-backbtn span:hover svg path,
.auth-backbtn a:hover svg path {
    fill: #1b8a8a;
}

.auth-backbtn {
    margin-bottom: 15px;
}

.otp-flex {
    display: flex;
    gap: 15px;
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
}

.otp-flex-inner {
    width: 25%;
}

.otp-flex input {
    text-align: center;
}

.resnd-code {
    text-align: center;
    margin-top: 15px;
}

.resnd-code a {
    color: #007aff;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    display: inline-block;
    cursor: pointer;
}

.resnd-code a:hover {
    color: #479dfb;
}

.chkbx-main label {
    position: relative;
    margin-bottom: 0;
}

.chkbx-main label input[type="checkbox"] {
    position: absolute;
    display: none;
}

.chkbx-main label span {
    padding-left: 28px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    cursor: pointer;
}

.chkbx-main label span em {
    border: 1px solid #d4d4d4;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    transition: all 300ms;
}

.chkbx-main label input[type="checkbox"] ~ span em:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transition: all 300ms;
}

.chkbx-main label input[type="checkbox"]:checked ~ span em {
    border-color: #1b8a8a;
}

.chkbx-main label input[type="checkbox"]:checked ~ span em:after {
    border-color: #1b8a8a;
}

.radiobox-main label {
    position: relative;
    margin-bottom: 0;
}

.radiobox-main label input[type="radio"] {
    position: absolute;
    display: none;
}

.radiobox-main label span {
    padding-left: 28px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    cursor: pointer;
}

.radiobox-main label span em {
    border: 1px solid #d4d4d4;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    transition: all 300ms;
}

.radiobox-main label input[type="radio"] ~ span em:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
    background:  #ffffff;
    transition: all 300ms;
}

.radiobox-main label input[type="radio"]:checked ~ span em {
    border-color: #1b8a8a;
}

.radiobox-main label input[type="radio"]:checked ~ span em:after {
    background-color: #1b8a8a;
}



.form-flex {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.form-flex-inner {
    width: 100%;
}

.form-flex-inner-50 {
    flex: 47%;
}

.form-flex-inner-33 {
    width: 32%;
}

.grid-container {
    display: grid;
    grid-template-columns: 240px 1fr;
    grid-template-rows: 68px 1fr 68px;
    grid-template-areas:
        "sidenav header"
        "sidenav main"
        "sidenav main";
    height: 100vh;
    transition: all 300ms;
}

.header {
    grid-area: header;
    background-color: #ffffff;
    box-shadow: 0 2px 4px #0f223a08;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding: 13px 20px;
}

.aside-navbar {
    grid-area: sidenav;
    background-color: #ffffff;
    /* box-shadow: 0 2px 4px #0f223a1f; */
    position: relative;
    border-right: 1px solid #e5e5e5;
    padding-top: 68px;
}

.main-wrapper {
    grid-area: main;
    background-color: #ffffff;
    padding: 25px 20px;
    height: 100%;
    overflow: auto;
}

.footer {
    grid-area: footer;
    background-color: #ffffff;
    box-shadow: 0 0 4px #0f223a1f;
    position: relative;
    border-top: 1px solid #e5e5e5;
}

.sidebar-open .grid-container {
    grid-template-columns: 0px 1fr;
    transition: all 300ms;
}
.sidebar-open .sidebar-top {
    padding: 0 0px;
}

.sidebar-open .navbar-inner {
    padding: 0;
}
/* .sidebar-open .logo {
  display: none;
} */

body:not(.sidebar-open) .logo-xs {
    display: none;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-title h3 {
    font-size: 24px;
    font-weight: 200;
    color: #404040;
    letter-spacing: 0.2px;
}

.header-title h3 span {
    font-family: "Instrument Serif";
    color: #1b8a8a;
    letter-spacing: 0.7px;
}

.navbar-icon {
    width: 24px;
    height: 35px;
    padding: 16px 0;
    background: transparent;
    border-radius: 4px;
    cursor: pointer;
}

.navbar-icon span {
    display: block;
    height: 2px;
    background: #404040;
    position: relative;
}

.navbar-icon span:after,
.navbar-icon span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #404040;
}

.navbar-icon span:before {
    top: -7px;
}

.navbar-icon span:after {
    bottom: -7px;
}

.sidebar-top {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 68px;
    border-bottom: 1px solid #e5e5e5;
}

.navbar-inner {
    overflow: auto;
    height: 100%;
    padding: 20px 15px;
}

.navbar-inner ul li + li {
    margin-top: 8px;
}

.menu-link {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0.8rem 10px 0.8rem 1.188rem;
    color: #525252;
    transition-duration: 0.45s;
    transition-property: color;
    -webkit-transition-property: color;
    height: 46px;
    position: relative;
    background: transparent;
    border-radius: 4px;
    cursor: pointer;
}

.menu-icon {
    margin-right: 0.5rem;
    font-size: 0.8125rem;
    line-height: 1;
    width: 31px;
    height: 31px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #525252;
}

.menu-title {
    display: block;
}
.menu-link.active,
.menu-link:hover {
    color: #fff;
    background: #1b8a8a;
}
.menu-link.active .menu-title,
.menu-link:hover .menu-title,
.menu-link.active .menu-icon,
.menu-link:hover .menu-icon {
    color: #fff;
}

.menu-link.active .menu-icon svg path,
.menu-link:hover .menu-icon svg path {
    stroke: #ffffff;
}

.menu-link.active .menu-icon svg ellipse,
.menu-link:hover .menu-icon svg ellipse {
    stroke: #ffffff;
}

.menu-link.active .menu-icon svg circle,
.menu-link:hover .menu-icon svg circle {
    stroke: #ffffff;
}

.navbar-inner ul li:nth-child(4) .menu-link.active .menu-icon svg path,
.navbar-inner ul li:nth-child(4) .menu-link:hover .menu-icon svg path {
    stroke: #ffffff;
    fill: unset;
}
.menu-arrow {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms;
}
.menu-link.active .menu-arrow,
.menu-link:hover .menu-arrow {
    transform: translateY(-50%) rotate(90deg);
}
.menu-link.active .menu-arrow svg path,
.menu-link:hover .menu-arrow svg path {
    stroke: #fff;
}
.menu-sub .menu-link {
    padding: 0.6rem 10px 0.6rem 1.188rem;
    padding-left: 60px;
    height: 38px;
}
.menu-link + .menu-sub {
    margin-top: 6px;
}
.menu-sub .menu-link.active,
.menu-sub .menu-link:hover {
    background: transparent;
    color: #1b8a8a;
}

.menu-sub .menu-link.active .menu-title,
.menu-sub .menu-link:hover .menu-title,
.menu-sub .menu-link.active .menu-icon,
.menu-sub .menu-link:hover .menu-icon {
    color: #1b8a8a;
}
.menu-sub .menu-link.active,
.menu-sub .menu-link:hover {
    background: rgb(27 138 138 / 12%);
    color: #000000;
}
.menu-item.parent .menu-sub-accordion .menu-item + .menu-item {
    margin-top: 7px;
}
.menu-sub {
    display: none;
}

.menu-item.parent.open .menu-sub {
    display: block;
}

.header-inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
/* 
.prflicon-main .dropdown-toggle {
  display: block;
  width: 44px;
  height: 44px;
  background: #d8ffff;
  border-radius: 50%;
  border: 1px solid #f5f5f5;
  cursor: pointer;
  overflow: hidden;
}

.dropdown-toggle::after {
  display: none;
}
.prflicon-main .dropdown-toggle em {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  display: block;
}
.prflicon-main .dropdown-menu {
  border: 1px solid rgb(255 255 255 / 15%);
  box-shadow: 0 2px 8px rgb(0 0 0 / 11%);
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  top: 100% !important;
  right: 0px !important;
  width: 180px;
  left: unset !important;
  height: auto;
  transform: translate(0, 0) !important;
  margin-top: 11px !important;
}
.prflicon-main .dropdown-menu:after {
  content: "";
  position: absolute;
  right: 10px;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  filter: drop-shadow(0px -1px 1px rgba(0, 0, 0, 0.15));
}

.prflicon-main .dropdown-menu li .dropdown-item {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #737373;
  background: transparent;
  padding: 8px 15px;
  transition: all 300ms;
}

.prflicon-main .dropdown-menu li .dropdown-item em {
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #737373;
  font-size: 15px;
}

.prflicon-main .dropdown-menu li:hover .dropdown-item {
  background: transparent;
  color: #1b8a8a;
}
.prflicon-main .dropdown-menu li:hover .dropdown-item em svg path {
  stroke: #1b8a8a;
}
.prflicon-main .dropdown-menu li:hover .dropdown-item em svg circle {
  stroke: #1b8a8a;
} */

.prfl-image {
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 50%;
    position: relative;
    border: 1px solid #f5f5f5;
}
.prfl-image:before {
    content: "";
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 7px;
    height: 7px;
    background-color: #34c759;
    border-radius: 50%;
}
.prflicon-main ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.prfl-image a em {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.prfl-icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border-radius: 50%;
}

.breadcrumb-main {
    /* padding: 15px; */
    padding: 10px 0;
    /* background: #ffffff; */
    /* box-shadow: 0px 4px 10px 0px #00000005; */
    border-radius: 8px;
    margin-bottom: 20px;
}
.breadcrumb-main .breadcrumb-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.page-title h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #1b8a8a;
}
.btns-evnts {
    display: flex;
    gap: 10px;
    align-items: center;
}
.dashcrd-bdy .dash-btm {
    position: relative;
}
.incrsing-params {
    position: absolute;
    bottom: 0;
    right: 0;
}
.dashcrd-bdy {
    background-color: #f2f8f8;
    border: 1px solid #f2f8f8;
}

.dashcrd-bdy .card-body {
    padding: 20px;
}

.dashborad-details ul {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(3, 32.5%);
    gap: 25px 20px;
}
.incrsing-params span {
    background: #c9e3e3;
    border-radius: 4px;
    padding: 2px 5px;
    color: #1b8a8a;
    font-size: 12px;
    font-weight: 500;
}
.incrsing-params span i {
    margin-right: 3px;
}
.dashcrd-bdy .dash-top span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 55px;
    height: 55px;
    border-radius: 12px;
    background-color: #1b8a8a;
    margin: 0 auto;
}

.dashcrd-bdy .dash-top + .dash-btm {
    margin-top: 20px;
}

.dashcrd-bdy .dash-btm h3 {
    color: #1b8a8a;
    font-size: 34px;
    line-height: 40px;
}

.dashcrd-bdy .dash-btm p {
    font-size: 16px;
    font-weight: 500;
    color: #1b8a8a;
}

.dashcrd-bdy .dash-top span svg path {
    fill: #ffffff;
}

.dashborad-details ul li:last-child .dashcrd-bdy .dash-top span svg path {
    fill: unset;
    stroke: #ffffff;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
    width: 100%;
    vertical-align: top;
    font-family: "Inter";
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit;
}

.table > :not(caption) > * > * {
    padding: 0.75rem 0.75rem;
    background-color: transparent;
    border-bottom-width: 0;
    box-shadow: unset;
}
.table td,
.table th {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: inherit;
}
/* .table td:first-child,
  .table th:first-child {
    padding-left: 0;
  }
  .table td:last-child,
  .table th:last-child {
    padding-right: 0;
  } */
.table.table-row-dashed tr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e5e5e5;
}
.table.table-row-dashed tfoot tr {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e5e5e5;
}
.table tbody tr:last-child {
    border-bottom: 0;
}
.table.table-row-dashed thead tr {
    background: #fafafa;
}
.table th {
    font-size: 14px;
    font-weight: 500;
    color: #525252;
}
.table th {
    white-space: nowrap;
}
.table td {
    font-size: 14px;
    font-weight: normal;
    color: #525252;
    vertical-align: middle;
    /* white-space: nowrap; */
}

.responsive-table {
    overflow-x: auto;
}
.responsive-table::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}
.text-center {
    text-align: center !important;
}
.text-end {
    text-align: right !important;
}
.text-start {
    text-align: left !important;
}

.action-main {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-end;
}
.action-main .action-inner .svcrd-togl {
    margin-right: 5px;
}

.action-buttons span,
.action-buttons a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: 1px solid rgb(3 3 3 / 11%);
    border-radius: 5px;
}

.action-buttons span:hover,
.action-buttons a:hover {
    border-color: rgb(27 138 138 / 2%);
    box-shadow: 0 2px 8px rgb(120 120 120 / 8%);
    background-color: rgb(27 138 138 / 10%);
}

.action-buttons span:hover svg path,
.action-buttons a:hover svg path {
    fill: #1b8a8a;
}

.action-buttons span.trash-action:hover svg path,
.action-buttons a.trash-action:hover svg path {
    fill: unset;
    stroke: #1b8a8a;
}

.svcrd-togl .tgl-sld {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.svcrd-togl .tgl-sld label {
    position: relative;
}

.svcrd-togl .tgl-sld input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.svcrd-togl .tgl-sld input[type="checkbox"] ~ span {
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    padding: 10px;
    background: #cbcbcb;
    width: 40px;
    position: relative;
}

.svcrd-togl .tgl-sld input[type="checkbox"] ~ span i {
    font-style: normal;
    display: block;
    background: #6a6a6a;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    transition: all 300ms;
}

.svcrd-togl .tgl-sld input[type="checkbox"]:checked ~ span {
    background: #ffc8c8;
}

.svcrd-togl .tgl-sld input[type="checkbox"]:checked ~ span i {
    background: #e20101;
    left: 21px;
}

.fltrsrch-input label {
    position: relative;
    width: 320px;
}

.fltrsrch-input label input {
    padding-left: 35px;
}

.fltrsrch-input label span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
}

.popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 55;
    height: 100%;
    padding: 40px 60px;
    opacity: 0;
    visibility: hidden;
}

.open-logoutpop .popup-modal.logout-modal,
.open-doctorpop .popup-modal.doctor-modal,
.open-edit-doctorpop .popup-modal.edit-doctor-modal,
.open-remove-recordpop .popup-modal.remove-modal,
.open-introduction-pop .popup-modal.introduction-modal,
.open-paymentpop .popup-modal.payment-modal {
    opacity: 1;
    visibility: visible;
}

.popup-outer {
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    overflow: auto;
}

.popup-inner {
    display: table-cell;
    vertical-align: middle;
}

.popup-card {
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    z-index: 5;
    position: relative;
    box-shadow: 0 16px 26px rgb(0 0 0 / 10%);
    overflow: hidden;
    max-width: 400px;
    overflow-y: auto;
    height: auto;
    width: 100%;
    animation: bounce-open 0.3s;
}
.popup-card-inner {
    overflow: auto;
    max-height: calc(100vh - 80px);
    padding-top: 47px;
    padding-bottom: 70px;
}

.popup-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: #ffff;
    border-bottom: 1px solid #ededed;
    z-index: 9;
}

.popup-heading h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    color: #262626;
}

.popup-close-modal {
    position: absolute;
    right: 10px;
    top: 6px;
    bottom: 0;
}

.popup-close-modal span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    cursor: pointer;
}
.popup-close-modal span:hover svg path {
    stroke: red;
}
.popup-body {
    padding: 25px;
}

.popup-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: #ffff;
    border-top: 1px solid #ededed;
}

.popup-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.popup-btn-inner {
    flex: 47%;
}
.popup-modal .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 0;
    /*backdrop-filter: blur(4px);*/
    opacity: 0;
    visibility: hidden;
}
body.open-logoutpop .logout-modal .overlay,
body.open-doctorpop .doctor-modal .overlay,
body.open-edit-doctorpop .edit-doctor-modal .overlay,
body.open-remove-recordpop .remove-modal .overlay,
body.open-introduction-pop .introduction-modal .overlay,
body.open-paymentpop .payment-modal .overlay {
    opacity: 1;
    visibility: visible;
}

.logout-modal .popup-card,
.remove-modal .popup-card {
    max-width: 316px;
    border-radius: 8px;
}

.logout-modal .popup-card .logout-popup-inner,
.remove-modal .popup-card .remove-popup-inner {
    padding: 25px;
}

.logout-icon em,
.remove-trash-icon em {
    background: #1b8a8a;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 22px;
    margin: 0 auto;
    border: 5px solid #c9e3e3;
}

.logout-icon,
.remove-trash-icon {
    margin-bottom: 15px;
}

.logout-descrp,
.remove-record-descrp {
    text-align: center;
    /* max-width: 200px; */
    margin: 0 auto;
    margin-bottom: 20px;
}

.logout-descrp h3,
.remove-record-descrp h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.logoutflx-btn,
.removeflx-btn {
    text-align: center;
}

.logoutflx-btn .btn,
.removeflx-btn .btn {
    display: inline-block;
    max-width: 104px;
    width: 100%;
}

.logoutflx-btn .btn + .btn,
.removeflx-btn .btn + .btn {
    margin-left: 10px;
}

.reorder-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 4px;
    padding: 6px 10px;
    border: 1px solid #1b8a8a;
    color: #1b8a8a;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    cursor: pointer;
    transition: all 300ms;
}

.reorder-btn:hover {
    background-color: #1b8a8a;
    color: #ffffff;
    box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
}

.tab-content .card-body {
    padding: 20px;
}

.tab-list {
    margin-bottom: 20px;
}

.tab-list ul {
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #d4d4d4;
}

.tab-list ul li .tab-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    cursor: pointer;
    position: relative;
    transition: all 300ms;
}

.tab-list ul li .tab-btn h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #171717;
}

.tab-list ul li .tab-btn:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: transparent;
}

.tab-list ul li .tab-btn.active:before,
.tab-list ul li .tab-btn:hover:before {
    background: #1b8a8a;
}

.tab-list ul li .tab-btn.active span svg path,
.tab-list ul li .tab-btn:hover span svg path {
    stroke: #1b8a8a;
}

.tab-list ul li .tab-btn.active h3,
.tab-list ul li .tab-btn:hover h3 {
    color: #1b8a8a;
}

.tab-list ul li:last-child .tab-btn.active span svg path:nth-child(3),
.tab-list ul li:last-child .tab-btn:hover span svg path:nth-child(3) {
    fill: #1b8a8a;
    stroke: unset;
}

.form-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 20px;
}

.form-btns .btn {
    width: 150px;
}
.note-msg {
    font-size: 14px;
    color: #414141;
    line-height: 1.4;
    margin-top: 7px;
}
.note-msg span {
    color: #171717;
    font-weight: 500;
    margin-right: 3px;
}

.payment-card {
    display: flex;
    align-items: center;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 15px;
    gap: 10px;
}
.payment-main ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.payment-main ul li {
    width: 32%;
}
.payment-card-details h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.select-box {
    width: 100%;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b:before {
    content: "\f107";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    font-family: "FontAwesome";
    color: #666666;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    transform: translateY(-50%);
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b:before {
    transform: rotate(180deg);
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #d4d4d4;
}

.select2-container--default
    .select2-search--dropdown
    .select2-search__field:focus {
    --tw-shadow: unset;
    --tw-shadow-colored: unset;
    box-shadow: unset;
    border: 1px solid #525252;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    display: none;
}

.select2-container--default .select2-results__option--highlighted {
    position: relative;
    padding-right: 28px;
}
.select2-container--default
    .select2-results__option[aria-selected="true"]::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background-image: url('data:image/svg+xml,<svg width="16" height="11" viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.6668 1L5.50016 10.1667L1.3335 6" stroke="%231B8A8A" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: 16px 11px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 16px;
    width: 11px;
    pointer-events: none;
}

.filter-main {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 25px;
}
.filter-inner {
    width: 27%;
}

.filter-inner:last-child {
    width: calc(100% - 86%);
}

.product-listing .prodcut-accordian + .prodcut-accordian {
    margin-top: 15px;
}

.prodcut-accordian {
    transition: all 300ms;
}

.prodcut-accordian-head {
    cursor: pointer;
    padding: 15px;
    background-color: #f5f5f5;
    border: 1px solid #d4d4d4;
    display: flex;
    align-items: center;
    gap: 10px 20px;
    border-radius: 4px;
    position: relative;
    padding-right: 50px;
}

/* .prodcut-accordian-head:before {
  content: "\f107";
  font-family: fontAwesome;
  position: absolute;
  right: 15px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  transform: translateY(-50%);
  transition: all 300ms;
} */
/* .prodcut-accordian.active .prodcut-accordian-head:before {
  content: "\f106";
} */

/* .prodcut-accordian-head:hover {
  background-color: #ddd;
} */

.prodcut-accordian.active .prodcut-accordian-head {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.prodcut-accordian-head-details {
    display: flex;
    align-items: center;
    gap: 10px;
}

.prodcut-accordian-head-details h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #737373;
}

.prodcut-accordian-head-details h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #262626;
}

.prodcut-accordian-body {
    /* display: none; */
    padding: 15px;
    border: 1px solid #d4d4d4;
    border-top: unset;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.product-card {
    display: flex;
    gap: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 15px;
}

.product-card-bg {
    width: 186px;
    height: 180px;
    background: rgb(0 0 0 / 5%);
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.product-bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}

.product-card-details {
    width: calc(100% - 206px);
}
.product-card-details .product-title {
    position: relative;
    padding-right: 120px;
}

.priscription-box {
    position: absolute;
    right: 0;
    top: 0;
}

.quantity-main {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-btm-dtls {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
}

.prodct-filter {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.prodct-filter-inner {
    width: 130px;
}

.perunit-cost-input {
    height: 37.59px;
    display: flex;
    align-items: center;
}
.perunit-cost-input h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #262626;
}

.product-card-details .product-title h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #262626;
}

.product-card-details .product-title h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #737373;
}

.quantity-main h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #232323;
}
.add-quantity {
    padding: 0 0px;
    position: relative;
    border: 1px solid #d4d4d4;
    overflow: hidden;
    border-radius: 3px;
    height: 37.59px;
    max-width: 106px;
}

.add-quantity input[type="number"] {
    padding: 8px 32px;
    font-size: 16px;
    text-align: center;
    border: 0;
    display: block;
    width: 100%;
    height: 37.59px;
    line-height: 24px;
    font-weight: 500;
    outline: none;
}

.add-quantity button {
    position: absolute;
    top: 0;
    height: 37.59px;
    border: 0;
    background: #fff;
    font-size: 14px;
    line-height: 6px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add-quantity button:hover {
    background: #faffff;
    color: #1b8a8a;
}
.add-quantity .add {
    right: 0;
    border-left: 1px solid #d4d4d4;
}

.add-quantity .sub {
    left: 0;
    border-right: 1px solid #d4d4d4;
}

.product-sngl-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
}

.refile-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.refile-margin .chkbx-main {
    height: 38px;
    display: flex;
    align-items: center;
}

.product-price-description {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.grand-total-amnt {
    display: flex;
    gap: 10px;
    align-items: center;
}

.grand-total-amnt h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
    color: #1b8a8a;
}

.grand-total-amnt + .order-btn {
    margin-top: 10px;
}

.cart-btn label {
    position: relative;
    margin-bottom: 0;
}
.cart-btn label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    inset: 0;
    padding: 0;
    margin: 0;
}

.cart-btn label input[type="checkbox"] ~ span {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s;
    border: 1px solid #1b8a8a;
}

.cart-btn label input[type="checkbox"]:hover ~ span {
    background: #1b8a8a;
}

.cart-btn label input[type="checkbox"]:hover ~ span svg path,
.cart-btn label input[type="checkbox"]:hover ~ span svg ellipse {
    stroke: #ffffff;
}

.cart-btn label input[type="checkbox"]:checked ~ span {
    background: #1b8a8a;
}

.cart-btn label input[type="checkbox"]:checked ~ span svg path,
.cart-btn label input[type="checkbox"]:checked ~ span svg ellipse {
    stroke: #ffffff;
}
.product-description-box + .refile-section {
    margin-top: 10px;
}
.product-description-box {
    padding: 10px 15px;
    background: #f5f5f5;
    border-radius: 4px;
}

.product-description-box p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #1b8a8a;
}

.product-card-details .product-title + .product-btm-dtls {
    margin-top: 15px;
}

.product-card-details .product-btm-dtls + .product-description-box {
    margin-top: 15px;
}

.product-card-details .product-btm-dtls + .product-sngl-flex {
    margin-top: 15px;
}

.favrate-icon {
    position: absolute;
    top: 15px;
    right: 15px;
}

.favrate-icon .fvrtchek-bx {
    position: relative;
}

.favrate-icon .fvrtchek-bx input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    inset: 0;
    padding: 0;
    margin: 0;
}

.favrate-icon .fvrtchek-bx input[type="checkbox"] ~ .fvrticn-chk {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px #00000014;
    position: relative;
    transition: all 0.3s;
}

.favrate-icon .fvrtchek-bx input[type="checkbox"] ~ .fvrticn-chk:before {
    content: "\f08a";
    font-family: fontAwesome;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d91c22;
    font-size: 16px;
    padding-top: 2px;
}
.favrate-icon .fvrtchek-bx input[type="checkbox"] ~ .fvrticn-chk:hover {
    background: rgb(254, 230, 240);
    box-shadow: 0 2px 10px #0000001a;
}

.favrate-icon .fvrtchek-bx input[type="checkbox"]:checked ~ .fvrticn-chk {
    background: rgb(254, 230, 240);
    box-shadow: 0 2px 10px #0000001a;
}

.favrate-icon
    .fvrtchek-bx
    input[type="checkbox"]:checked
    ~ .fvrticn-chk:before {
    content: "\f004";
}

.cart-listing ul li + li {
    margin-top: 15px;
}

.remove-cartbtn .secondary-btn {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #404040;
}

.remove-cartbtn .secondary-btn:hover {
    box-shadow: 0 2px 10px rgb(0 0 0 / 9%);
    background-color: #dedbdb;
    border-color: #dedbdb;
    color: #222222;
}

.cart-listing + .chkout-tab {
    margin-top: 15px;
}

.chkout-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 4px;
    position: sticky;
    bottom: 0;
}

.product-detail-wrapper .product-card {
    border: unset;
    padding: 0 10px;
}

.seprater {
    text-align: center;
    position: relative;
    margin: 20px 0;
}

.seprater span {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #1b8a8a;
    background: #ffffff;
    padding: 10px;
    border-radius: 4px;
    position: relative;
    z-index: 9;
}

.seprater:before,
.seprater:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    height: 1px;
    background: #d4d4d4;
}

.seprater:before {
    left: 0;
}

.seprater:after {
    right: 0;
}

.direction-section .form-flex + .chkbx-main {
    margin-top: 15px;
}

.shipping-detail-heading h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #262626;
    margin-bottom: 15px;
}

.shipping-detail .shipping-detail-inner + .shipping-detail-inner {
    margin-top: 20px;
}

.biling-mode-list ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.billing-mode label {
    position: relative;
    margin-bottom: 0;
    display: block;
}

.billing-mode label input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.billing-mode label input ~ span {
    position: relative;
    color: #262626;
    padding-left: 30px;
    transition: all 300ms;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}

.billing-mode label input ~ span em {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #d4d4d4;
    cursor: pointer;
    transition: all 300ms;
}

.billing-mode label input ~ span em:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d4d4d4;
}

.billing-mode label input:checked ~ span em {
    border-color: #1b8a8a;
}

.billing-mode label input:checked ~ span em:before {
    background-color: #1b8a8a;
}

.biling-mode-list + .payment-main {
    margin-top: 20px;
}

.payment-main ul + .change-btn {
    margin-top: 12px;
}

.change-btn {
    max-width: 200px;
    width: 100%;
}

.clculated-price-wrapper {
    border: 1px dashed #d4d4d4;
    border-radius: 4px;
    padding: 15px;
    background-color: #fafafa;
}

.clculated-price-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.clculated-price-data p {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #525252;
}

.clculated-price-data h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #262626;
}

.clculated-price-inner + .clculated-price-inner {
    border-top: 1px dashed #d4d4d4;
    padding-top: 15px;
    margin-top: 15px;
}

.clculated-price-data + .clculated-price-data {
    margin-top: 15px;
}
.grand-total-data h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}
.grand-total-data .color-text {
    color: #007aff;
}

.bar-chart {
    padding: 20px;
}

.bar-chart canvas {
    display: block !important;
    width: 100% !important;
}
.dashborad-details + .card {
    margin-top: 20px;
}

.close-menu {
    display: none;
}
.close-menu {
    position: absolute;
    top: 10px;
    left: 100%;
    width: 40px;
    background: #fff;
    padding: 20px 10px;
    box-shadow: 4px 0 5px rgb(0 0 0 / 10%);
    border-radius: 0 5px 5px 0;
}

.close-menu span {
    display: block;
    height: 2px;
    position: relative;
}

.close-menu span:after,
.close-menu span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    top: 0;
    background: #000000;
}

.close-menu span:after {
    transform: rotate(45deg);
}

.close-menu span:before {
    transform: rotate(-45deg);
}
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 20%);
    z-index: 998;
    transition: all 300ms;
    opacity: 0;
    visibility: hidden;
}
.introduction-modal .popup-card {
    max-width: 500px;
    width: 100%;
}
.introduction-modal .popup-card-inner {
    padding-bottom: 0;
}
.introduction-description h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 3px;
}

.introduction-description ul li {
    position: relative;
}

.introduction-description h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 3px;
}

.introduction-description p + h4 {
    margin-top: 15px;
}

.introduction-description ul + h4 {
    margin-top: 15px;
}

.introduction-description ul li + li {
    margin-top: 4px;
}
.introduction-description ul li p span {
    font-weight: 500;
    color: #262626;
}
.seemore-popbtn {
    color: #007aff;
    margin-left: 2px;
    font-weight: 500;
    cursor: pointer;
    transition: all 300ms;
}

.seemore-popbtn:hover {
    color: #0d67c9;
    text-decoration: underline;
}
@keyframes bounce-open {
    0% {
        transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
    }

    to {
        transform: scale(1);
    }
}

/* added by backend developer */
.invalid {
    color: red;
}

.valid {
    color: green;
}

.pwd-icon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}


.password-msg-validation p {
    position: relative;
    padding-left: 20px;
}

.password-msg-validation h3+p{
    margin-top: 10px;
}

.password-msg-validation p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    color: #666666;
    font-family: fontAwesome;
    font-size: 14px;
}
.password-msg-validation .valid:before {
    content: "\f00c";
    color: green;
    font-family: fontAwesome;
}

.password-msg-validation .invalid:before {
    content: "\f00d";
    font-family: fontAwesome;
    color: red;
}