﻿@charset "utf-8";


@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Poppins-Regular.ttf");
    src: url("../fonts/Poppins-Regular.ttf") format("ttf")
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Poppins-SemiBold.ttf");
    src: url("../fonts/Poppins-SemiBold.ttf") format("ttf")
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Poppins-Bold.ttf");
    src: url("../fonts/Poppins-Bold.ttf") format("ttf")
}

/* Layout - Optional */

@media (min-width: 1540px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1500px !important;
    }
}


/* Global */

body {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 15px !important;
    top: 0;
    background-color: #F5F7FB !important;
}

.medium {
    font-family: 'WorkSans', sans-serif;
    font-weight: 600;
}

.bold {
    font-family: 'WorkSans', sans-serif;
    font-weight: 700;
}

a {
    text-decoration: none !important;
    color: inherit !important
}

.cursor {
    cursor: pointer !important;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #ced4da !important;
}

.box-shadow {
    box-shadow: 0px 3px 6px #00000029;
}

/* spacing */
.p-64 {
    padding: 64px !important;
}

@media (max-width:576px) {
    .p-64 {
        padding: 32px !important;
    }
}

.text-color1 {
    color: #707070 !important;
}

.text-color2 {
    color: #474747 !important;
}

.text-color3 {
    color: #127200 !important;
}

.text-color4 {
    color: #2d2f31 !important;
}

.text-color5 {
    color: #495057 !important;
}

.bg-color1 {
    background-color: #F5F7FB !important;
}
.bg-color2 {
    background-color: #F1F3F5 !important;
}

.bg-color3 {
    background-color: #707070 !important;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}


/* login */
.form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full height of the viewport */
    background-color: #fff !important;
}

    .form-wrapper label.form-label {
        font-size: 14px;
        color: #474747;
    }

    .form-wrapper input, .form-wrapper input::placeholder, .form-wrapper .form-select {
        font-size: 15px;
    }

.btn-green {
    color: #fff !important;
    background-color: #127200 !important;
}

    .btn-green:hover {
        background-color: #116602 !important;
    }

.validation-message {
    color: red;
}

.has-icon .form-control {
    padding-left: 2.375rem;
}

.has-icon .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    pointer-events: none;
}


/* loader */
.modal-backdrop {
    opacity: 0.9 !important;
    background-color: rgb(242 242 239 / 90%);
    overflow-y: hidden !important;
    background-color: lightgray !important;
}
.modal-backdrop-plist {
    background-color: rgb(242 242 239 / 90%);
    overflow-y: hidden !important;
    background-color: rgba(19, 33, 68, 0.5) !important;
}
.mdl-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto !important;
}



/* Header */

.logo {
    width: 130px;
}

/* hamburger */
.navbar-toggle.collapsed .toggler-icon {
    background-color: #777777;
}

.navbar-toggle {
    border: 0 !important;
    background-color: transparent;
}

    .navbar-toggle:focus,
    .navbar-toggle:active,
    .navbar-toggle-icon:focus {
        outline: none !important;
        box-shadow: none !important;
        border: 0 !important;
    }

/* Lines of the Toggler */
.toggler-icon {
    width: 30px;
    height: 3px;
    background-color: #106936;
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar {
    margin: 5px auto;
}

/* State when navbar is collapsed (START) */
.navbar-toggle.collapsed .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
/* State when navbar is collapsed (END) */

/* State when navbar is open (START) */
.navbar-toggle .top-bar {
    transform: rotate(0);
}

.navbar-toggle .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggle .bottom-bar {
    transform: rotate(0);
}
/* State when navbar is open (END) */

/* Color of Toggler when open */
.navbar-toggle .toggler-icon {
    background-color: #777777;
}


/* Sidebar */

.sidebar-head {
    display: inline-block;
    padding-left: 5px;
}

.ad-sidebar {
    width: 240px;
    position: fixed;
    left: 0;
    top: 75px;
    bottom: 0px;
    overflow-y: auto;
    padding: 2px 1.5rem 1.5rem;
    background-color: #fff;
}

@media (max-width: 992px) {
    .ad-sidebar {
        display: none;
    }

        .ad-sidebar.active {
            display: block;
            z-index: 1;
            top: 62px !important;
        }
}

.ad-sidemenu, .ad-sidemenu ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

    .ad-sidemenu ul {
        padding: 0 0 0 0.8rem
    }

    .ad-sidemenu li a {
        display: block;
        line-height: 2.4rem;
        height: 2.4rem;
        border-radius: .25rem;
        white-space: nowrap;
    }

.sidemenu-head {
    font-size: .9rem;
    margin: 1.5rem 0;
    color: #000 !important;
    white-space: nowrap;
    position: relative;
}

.ad-sidemenu i.fa-icon {
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.submenu li a {
    display: block;
    line-height: 2.4rem;
    height: 2.4rem;
    padding: 0 1.5rem 0 20px;
    position: relative;
    border-radius: .25rem;
    color: #343a40;
    white-space: nowrap;
    margin: .1rem 0 0 1rem;
}

    .submenu li a:hover {
        background-color: #e0f3ff !important;
        text-decoration: none;
    }

/* blue line */
.ad-sidemenu ul:before {
    content: '';
    height: 100%;
    opacity: 1;
    width: 3px;
    background: #e0f3ff;
    position: absolute;
    left: 20px;
    top: 0;
    border-radius: 15px
}


/* Main content */

.ad-main {
    padding-top: 73px;
    padding-left: 240px;
}

@media (max-width:992px) {
    .ad-main {
        padding-top: 70px;
        padding-left: 0;
    }
}

.greet-card {
    background-color: #F7F9FA;
}

/* table */
.th-head {
    font-weight: normal;
    color: #495057 !important;
    font-weight: 600;
}

.dashb .table > :not(caption) > * > * {
    padding: 0.75rem !important;
}

.dashb td, .dashb th {
    white-space: nowrap;
    padding: 0.8rem 0.5rem !important;
    font-size: 15px;
    vertical-align: middle; /*added*/
}

.dashb tr td:first-child, .dashb tr th:first-child {
    padding-left: 1.2rem !important;
}

.dashb .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}

.badge-success-ad, a.badge-success-ad {
    background-color: rgba(28, 187, 140, .15) !important;
    color: #1cbb8c !important;
    font-weight: 600 !important;
}

.badge-warning-ad, a.badge-warning-ad {
    background-color: rgba(252, 185, 44, .15) !important;
    color: #fcb92c !important;
    font-weight: 600 !important;
}

.badge-danger-ad, a.badge-danger-ad {
    background-color: rgba(220, 53, 69, .15) !important;
    color: #dc3545 !important;
    font-weight: 600 !important;
}

    .badge-success-ad::before,
    .badge-warning-ad::before,
    .badge-danger-ad::before {
        content: '•';
        font-size: 1rem;
        margin-right: 0.2rem;
        vertical-align: middle;
    }

.badge-success-ad::before {
    color: #1cbb8c;
}

.badge-warning-ad::before {
    color: #fcb92c;
}

.badge-danger-ad::before {
    color: #dc3545;
}

.card-number .email-id {
    display: inline-block;
    position: relative !important;
    font-family: monospace;
}

.tooltip-inner {
    background-color: rgba(28, 187, 140, .15) !important;
    box-shadow: 0px 0px 4px #fff !important;
    opacity: 1 !important;
    margin: 8px !important;
    color: #000 !important
}

.sort-icons {
    display: flex;
    flex-direction: column; /* Stack icons vertically */
    margin-left: 5px; /* Space between text and icons */
}

.sort-icon {
    line-height: 0.1 !important;
    align-items: center !important;
}
.blur-main-content {
    filter: blur(12px);
    transition: filter 0.3s ease;
}

/* order */
.search-input {
    background-color: transparent !important;
    border: none !important;
    width: 300px !important;
}

    .search-input input::placeholder {
        font-size: 14px;
    }

.form-control-box {
    border-right: none !important;
    font-size: 14px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    background-color: #fff !important;
    height: 35px !important;
}

    .form-control-box:focus, .btn-check:focus + .btn, .btn:focus {
        box-shadow: none !important;
    }

.searchbar {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #ced4da !important;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-left: none !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    height: 35px !important;
    z-index: 3 !important;
}
.table-border {
    border-bottom: 1px solid #dee2e6;
}

.dashb tr td:last-child,
.dashb tr th:last-child {
    padding-right: 1.2rem !important;
}
.dashb .page-item.active .page-link {
    background-color: #dae2f1 !important;
    border-color: #dae2f1 !important;
}
/* 22.11 */
.submenu li a.active {
    background-color: #F5F7FB !important;
    text-decoration: none;
}

.p-t-30 {
    padding-top: 30px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-b-40 {
    margin-bottom: 40px !important
}


.drop-profile {
    right: 0 !important;
    left: auto !important;
    border: none !important;
    border-radius: 0.5rem !important;
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2) !important;
}

    .drop-profile .dropdown-item:active {
        color: #000 !important;
        background-color: #e9ecef !important;
    }

@media (max-width:992px) {
    .drop-profile {
        position: absolute !important;
        margin-top: 0.6rem !important;
        width: auto !important;
        padding: 1rem !important;
    }

    .user-id {
        display: none;
    }
}

.drop-menu {
    padding: 0.5rem;
    box-shadow: 0 .6125rem 2.5rem .6125rem rgba(140, 152, 164, .175) !important;
    border: none !important
}

.top-border {
    border-top: 1px solid #dee2e6;
}

.fa-icon {
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.legend-indicator {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-color: #bdc5d1;
    border-radius: 50%;
    margin-right: .4375rem;
}

/* stepper */
.step {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

    .step .step-item {
        display: flex;
        flex: 0 0 100%;
        margin-bottom: 2.25rem
    }

        .step .step-item:last-child {
            margin-bottom: 0rem;
        }

    .step .step-content-wrapper {
        position: relative;
        display: flex;
    }

.step-divider {
    align-items: center;
    text-transform: uppercase;
    height: 1rem;
    font-size: .7109375rem;
    font-weight: 600
}

    .step-divider::after {
        position: absolute;
        top: 1.75rem;
        left: 1.3rem;
        height: calc(100% - .25rem);
        border-left: .125rem solid rgba(231,234,243,.7);
        content: ""
    }

.step .step-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}

    .step .step-icon::after {
        position: absolute;
        top: 3.375rem;
        left: 1.3125rem;
        height: calc(100% - 1.875rem);
        border-left: .125rem solid rgba(231,234,243,.7);
        content: ""
    }

.step .step-icon-pseudo::before {
    display: block;
    width: .25rem;
    height: .25rem;
    background-color: #97a4af;
    border-radius: 50%;
    content: ""
}

.step-icon-xs .step-icon, .step-icon-xs.step-icon {
    font-size: .65625rem;
    width: 1.53125rem;
    height: 1.53125rem;
    border-radius: 50% !important;
}

    .step-icon-xs .step-icon::after, .step-icon-xs.step-icon::after {
        top: 2.28125rem;
        left: .703125rem;
        width: 1.625rem;
        height: calc(100% - .78125rem)
    }

.step-icon-xs .step-divider::after {
    left: .765625rem
}

.ad-form-select {
    max-width: 12rem !important;
    border: none !important;
    background-color: #F5F7FB !important;
    border-bottom: 1px solid #dee2e6 !important;
}

    .ad-form-select:focus {
        box-shadow: none !important
    }
.td-1 {
    width: 80% !important
}

.td-2 {
    width: 15% !important
}

.td-3 {
    width: 5% !important
}
.card-round {
    border-radius: 0.75rem !important;
}

.img-sm {
    position: relative;
    display: inline-block;
    width: 60px;
    height: auto;
}

.table-borders {
    border-bottom: .0625rem solid rgba(231, 234, 243, .7);
    border-top: .0625rem solid rgba(231, 234, 243, .7);
}

.table-border {
    border-bottom: .0625rem solid rgba(231, 234, 243, .7); /*existing*/
}

.table-border-top {
    border-top: .0625rem solid rgba(231, 234, 243, .7);
}

.t-fs-14 td {
    font-size: 14px;
}

.bg-color4 {
    background-color: #F5F7FB !important;
}

.bg-color5 {
    background-color: #127200 !important;
}

/* for horizontal cards */
.col-lg-divider > :not(:first-child) {
    position: relative
}

@media (min-width: 1201px) {

    .col-lg-divider > :not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 0;
        width: .0625rem;
        height: 100%;
        background-color: rgba(231,234,243,.7);
        content: ""
    }
}

@media (max-width: 1200px) {
    .col-lg-divider > :not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 50%;
        width: calc(100% - 1.5rem);
        height: .0625rem;
        background-color: rgba(231, 234, 243, .7);
        content: "";
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .col-lg-divider > * {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .col-lg-divider > :first-child {
        padding-top: 0
    }

    .col-lg-divider > :last-child {
        padding-bottom: 0
    }
}

.circle {
    border-radius: 50%;
}

.icon {
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
    width: 2.625rem;
    height: 2.625rem;
}

/* products */

.dashb .form-check-input:checked {
    background-color: #126F00 !important;
    border-color: #126F00 !important;
}

.btn-blue {
    color: #fff !important;
    background-color: #326abc !important;
    border-color: #326abc !important;
}

    .btn-blue:hover {
        background-color: #325d9f !important;
    }

.btn-red {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

    .btn-red:hover {
        background-color: #BB2D3B !important;
    }

.span-text, .span-text:focus {
    border: .0625rem solid rgba(231, 234, 243, .7) !important;
    border-right: none !important;
    background-color: #fff !important;
}

.borders {
    border: .0625rem solid rgba(231, 234, 243, .7) !important;
}

.form-control-border {
    border: .0625rem solid rgba(231, 234, 243, .7) !important;
}

    .form-control-border:focus {
        box-shadow: 0 0 1rem 0 rgba(140, 152, 164, .25) !important;
    }

.drop-card {
    width: 100%;
    background-color: #f8fafd;
    border: .125rem dashed rgba(231,234,243,.7);
    border-radius: .5rem;
    padding: 3rem 3rem;
}

.btn-white {
    background-color: #fff !important
}

    .btn-white:focus, .btn-white:hover {
        border-color: rgba(231, 234, 243, .7);
        box-shadow: 0 3px 6px -2px rgba(140, 152, 164, .25);
    }

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        filter: alpha(opacity=0);
        opacity: 0;
    }
.bbadge {
    display: inline-block;
    padding: .35em .65em;
    /* font-size: .75em; */
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
@media (min-width: 576px) {
    .max-w-10 {
        min-width: 20rem !important;
    }
}

.text-color6 {
    color: #BB2D3B !important;
}

/* dashboard */
.bg-color6 {
    background-color: #eef0f8 !important;
}

.bg-color7 {
    background-color: #f8f0e7 !important;
}

.bg-color8 {
    background-color: #f9e8e8 !important;
}

.bg-color9 {
    background-color: #e6f2e2 !important;
}

.bg-color10 {
    background-color: #768aee !important;
}

.bg-color11 {
    background-color: #E7AB69 !important;
}

.bg-color12 {
    background-color: #DC7C7C !important;
}

.bg-color13 {
    background-color: #ade487 !important;
}

.bg-color14 {
    background-color: #cdd4cb !important;
}

.card-icon {
    width: 80px;
    height: 60px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    border-radius: 0.75rem !important;
}

.box-shadow1 {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.border-blue {
    border: 1px solid #ff7a5e !important;
}

.bg-color15 {
    background-color: #ff7a5e !important;
}

.text-color7 {
    color: #ff7a5e !important;
}
.cu-form-select {
    max-width: 12rem !important;
    border: none !important;
    border-bottom: 1px solid #dee2e6 !important;
}

    .cu-form-select:focus {
        box-shadow: none !important
    }

.w-set {
    max-width: 75% !important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ffff!important;
    opacity: 1;
}
/* 22/01/2025 */
.input-wrapper {
    position: relative;
}

    .input-wrapper input {
        border: 1px solid gray;
        border-radius: 6px;
        position: relative;
        margin: 10px;
        line-height: 3rem;
    }

    .input-wrapper label {
        position: absolute;
        top: 0ex;
        z-index: 1;
        left: 2em;
        background-color: white;
        padding: 0 5px;
        font-weight: bold;
    }

.wd-200 {
    width: 200px;
}

.coupon .nav-pills .nav-link.active, .coupon .nav-pills .show > .nav-link {
    color: #212529 !important;
    background-color: #eef0f8 !important
}

.coupon .nav-link {
    color: #212529 !important;
}
.blazored-typeahead {
    border-bottom: 1px solid #bfbfbf !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius:0px !important;
}
    .blazored-typeahead__input-icon:focus, .blazored-typeahead:focus-within {
        box-shadow: none !important;
    }