@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
}

body {
    font-family: "Rubik", sans-serif;
    background: #d9d9d929;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
    font-family: "Rubik", sans-serif;
    margin-bottom: 0;
}

.form-control {
    appearance: auto;
}

/* =============================
          Default Css
============================== */
a {
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

.section-content {
    margin-top: 40px;
}

/*Custom scrollbar*/
body {
    scrollbar-color: #541394;
    scrollbar-width: 8px;
}

::-webkit-scrollbar {
    width: 8px;
    transform: translate(5px, 5px);
    padding-right: 10px;
}

::-webkit-scrollbar-track {
    background-color: #e9f6ef;
    border-radius: 2px;
}

::-webkit-scrollbar-track:hover {
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background-color: #541394;
    border-radius: 2px;
    height: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #e9f6ef;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}

/* text selection color */
::-moz-selection {
    /* Code for Firefox */
    color: rgb(255, 255, 255);
    background: #6418c3;
}

::selection {
    color: rgb(255, 255, 255);
    background: #6418c3;
}

/* =============================
          Table Design
================================*/
.table th,
.table td {
    border-top: 0;
}

.table thead th {
    border-bottom: 0;
    font-weight: 500;
}

.adminbio_table tbody tr {
    border-bottom: 10px #fff solid;
    background: #fafafa;
}

p.table-con {
    color: #818181;
    font-size: 13px;
}

.actionbox i {
    color: #9d9d9d;
}

.apllication_body {
    padding: 10px 16px;
}

.compay_con h6 {
    font-size: 14px;
    color: #818181;
}

.compay_con p.table-con {
    font-size: 12px;
}

/* =============================
          Modal Design
================================*/
.modal-header,
.modal-footer {
    background: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 9;
}

/* =============================
        Button
================================*/
.btn-primary {
    background-color: #541394;
    border-color: #541394;
    text-transform: uppercase;
}

.btn-primary:hover {
    color: #fff;
    background-color: #8636d5;
    border-color: #8636d5;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0 #8636d579;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #8636d5;
    border-color: hsl(270, 65%, 52%);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #8636d5;
    border-color: #8636d5;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 #8636d579;
}

.btn_white {
    background: #ffffff;
    border: 1px solid #f8e986;
    border-radius: 20px;
    font-size: 13px;
    padding: 0.4rem 1rem;
}

.btn-book {
    display: inline-block;
    font-weight: 400;
    color: #495057;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    border-radius: 0.25rem;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s,
        box-shadow 0.15s;
    background-color: #f8b807;
    border-color: #f8b807;
    color: #fff;
    height: 35px;
}

.btn-book:hover {
    color: #fff;
    background-color: #d99f00;
    border-color: #d99f00;
}

.btn-effect {
    display: inline-block;
    font-weight: 400;
    color: #495057;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 2;
    border-radius: 0.25rem;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s,
        box-shadow 0.15s;
    background-color: #ffdd00;
    border-color: #ffdd00;
    color: #000000;
    width: 100%;
    height: 40px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
}

.btn-effect:hover {
    color: #000000;
    background-color: #e5ca1b;
    border-color: #e5ca1b;
}

.btn-cancle {
    display: inline-block;
    font-weight: 400;
    color: #495057;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s,
        box-shadow 0.15s;
    background-color: transparent;
    border-color: #9d9d9d;
    color: #9d9d9d;
    min-width: 210px;
    height: 40px;
}

.btn-cancle:hover {
    color: #fff;
    background-color: #9d9d9d;
    border-color: #9d9d9d;
}

.btn-step {
    color: #fff;
    background-color: #541394;
    border-color: #541394;
    min-width: 125px;
    border-radius: 10px;
    height: 35px;
}
.btn-step:hover {
    color: #541394;
    background-color: transparent;
    border-color: #541394;
}

.btn_submit {
    background: #6418c3;
    width: 140px;
    height: 44px;
    color: #fff;
    border-color: #6418c3;
}

.btn_submit:hover {
    background: transparent;
    color: #6418c3;
}
/* =============================
        Preloader
================================*/
#preloader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 9999;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-bubblingG {
    text-align: center;
    width: 78px;
    height: 49px;
    margin: auto;
}
.preloader-bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 24px auto;
    background: black;
    border-radius: 49px;
    -o-border-radius: 49px;
    -ms-border-radius: 49px;
    -webkit-border-radius: 49px;
    -moz-border-radius: 49px;
    animation: bubblingG 1s infinite alternate;
    -o-animation: bubblingG 1s infinite alternate;
    -ms-animation: bubblingG 1s infinite alternate;
    -webkit-animation: bubblingG 1s infinite alternate;
    -moz-animation: bubblingG 1s infinite alternate;
}
.preloader-bubblingG #bubblingG_1 {
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
}
.preloader-bubblingG #bubblingG_2 {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}
.preloader-bubblingG #bubblingG_3 {
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

@keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: black;
        transform: translateY(0);
    }
    100% {
        width: 23px;
        height: 23px;
        background-color: white;
        transform: translateY(-20px);
    }
}
@-webkit-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: black;
        -webkit-transform: translateY(0);
    }
    100% {
        width: 23px;
        height: 23px;
        background-color: white;
        -webkit-transform: translateY(-20px);
    }
}

/*==================================
        Table Design
===================================*/
.table-bordered th,
.table-bordered td {
    border: 2px solid #ffffff;
    font-size: 13px;
}

.table thead th {
    background: #541394;
    color: #fff;
    font-weight: 300;
}

.table-bordered td {
    background: #9a9a9a3d;
    vertical-align: middle;
}

/*==================================
        Text Color
===================================*/

/*----------------dropdown on hover--------------------*/
.dropdown-action {
    position: relative;
    display: inline-block;
}

.dropdown-action:hover .dropbtn-action {
    background-color: #3e8e4100;
}

.dropdown-action-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 131px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    right: 19px;
    top: 0px;
}

.dropdown-action-content a {
    color: rgb(0, 0, 0);
    padding: 4px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-action:hover .dropdown-action-content {
    display: block;
}

.dropbtn-action {
    background-color: #04aa6d00;
    color: #020202;
    padding: 0px 16px;
    font-size: 16px;
    border: none;
}

/*-------------------------- switch box ---------------------------------*/
.switch_cbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-check-input:checked {
    background-color: #00c007;
    border-color: #00c007;
}

.form-switch .form-check-input {
    width: 2.7em;
    height: 1.4em;
}

.form-control:focus {
    border-color: #088bcc;
}

/* =============================
        Form Design
================================*/
input.form-control[type="checkbox"] {
    width: 15px;
    height: 15px;
}
/* =============================
        Login Page
================================*/
section.login-sec {
    height: 100vh;
    overflow: hidden;
    background: url("../images/login-bg.png") no-repeat;
    background-size: cover;
    position: relative;
}

.login-sec::before {
    position: absolute;
    content: "";
    background: #531394b0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.login-secleft {
    background: #fff;
    padding: 10%;
    height: 100vh;
}

.login-secright {
    height: 100vh;
    display: flex;
}

.login-rightbox {
    border-radius: 10px;
    color: #fff;
    background: rgb(255 255 255 / 25%);
    padding: 25px;
    width: 450px;
    box-shadow: rgb(42 42 44 / 31%) 2px 4px 12px 2px;
    position: relative;
    margin: auto;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    backdrop-filter: blur(40px);
}

.login-rightbox h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
}

.login-rightbox p {
    font-size: 14px;
}

.checkbox-inlines label {
    font-size: 12px;
}

.checkbox-inlines {
    display: flex;
    gap: 4px;
    align-items: center;
}

.single-login {
    margin-top: 20px;
    position: relative;
}

.single-login label.login-label {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 15px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.single-login input.form-control {
    padding: 0.375rem 2.1rem 0.375rem 0.75rem;
    height: 50px;
    font-size: 13px;
    border-radius: 10px;
    background: #e9f6ef;
    border: 1px solid #541394ab;
    color: #000000;
    font-weight: 500;
}

.single-login .eye-icon {
    position: absolute;
    top: 60%;
    right: 2%;
    color: #541394;
}

.signup-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.signup-checkbox .forgot-btn .forgot-pass {
    transition: all 0.3s;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}

.forgot-btn a {
    color: #c10505;
    text-decoration: underline;
    font-size: 14px;
}
/* =============================
      Forgot Password Page
================================*/
.forgetpass_box {
    width: 40%;
    height: 290px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    border-radius: 10px;
}

.forgetpass_form .single-login label.login-label {
    color: #1f393f;
    font-size: 14px;
}

.pass_btn {
    text-align: right;
}
/*======================================
    Dashboard design
========================================*/
.fixed-header .app-header {
    height: 60px;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 10px 0px 6px #4ba5ff1a;
}

.top_barhead h3 {
    color: #1f393f;
    font-size: 20px;
    font-weight: 600;
}
.app-header-right {
    min-width: 20%;
}

.dashboard_mainsec {
    padding: 0 15px;
}

.closed-sidebar .app-header__logo {
    width: 100px;
    padding: 0 8px;
    gap: 6px;
    align-items: center;
}

.closed-sidebar .menuitem_name {
    font-size: 0;
    line-height: 0.2rem;
}

.collaspe_logo {
    display: none;
}

.closed-sidebar .app-header__logo .collaspe_logo {
    display: block;
}

.closed-sidebar .app-header__logo .logo-src {
    display: none;
}

.closed-sidebar .header__pane.ml-auto {
    margin-left: 0 !important;
}

.closed-sidebar .hamburger-inner,
.closed-sidebar .hamburger-inner::before,
.closed-sidebar .hamburger-inner::after {
    width: 18px;
}

/* .closed-sidebar .hamburger--elastic .hamburger-inner::after {
    top: 12px;
} */

.closed-sidebar .app-sidebar .app-sidebar__inner ul li a {
    text-indent: 0.51rem;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.closed-sidebar .app-sidebar .app-sidebar__inner ul li a span {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.closed-sidebar .app-sidebar__inner ul > li > a {
    line-height: 0.6rem;
}

.closed-sidebar .profileImage {
    width: 50px;
    height: 50px;
    font-size: 22px;
}

.closed-sidebar .adminb_title {
    display: none;
    margin-bottom: 30px;
}

.widget-content-left.widget_profile .btn-group img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.widget_profile ul {
    list-style: none;
    padding: 0 20px;
    margin: 0;
}

.widget_profile ul li {
    margin-bottom: 10px;
}

.widget_profile ul li a {
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    z-index: 6;
    position: relative;
    color: #333;
}

.card-body {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
        0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
        0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05),
        0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all 0.2s;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 1.25rem 0;
    margin-bottom: 25px;
}

span.sub_drop {
    transform: rotate(270deg);
}

.menuitem_name span {
    padding-right: 5px;
}

.vertical-nav-menu li.mm-active .menuitem_name {
    font-weight: 600;
    color: #6418c3;
}

.vertical-nav-menu li.mm-active {
    position: relative;
    cursor: pointer;
}

.vertical-nav-menu li.mm-active::after {
    position: absolute;
    content: "";
    background: #6418c3;
    width: 3px;
    height: 100%;
    right: 0;
    top: 0;
}

.app-sidebar__inner ul {
    padding-right: 0;
}

.menuitem_name {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    line-height: 2.2rem;
}

p.menuitem_name span img {
    width: 20px;
}

.vertical-nav-menu li.mm-active > a {
    padding: 0 10px;
}

.vertical-nav-menu li.mm-active > ul.mm-collapse.mm-show > .menuitem_name {
    font-weight: 300;
}

li.app-sidebar__heading.mm-active span.sub_drop {
    color: #000;
    transform: rotate(0deg);
}

.topbar_icon {
    width: 26px;
    height: 26px;
    position: relative;
}

.noti_count {
    position: absolute;
    top: -10px;
    right: -5px;
    background: #f8b807;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}
.noti_count p {
    font-size: 10px;
    color: #fff;
}

.setting_dropdown {
    width: 28rem;
    padding: 25px;
    height: 270px;
    overflow-y: scroll;
}

.dropdown-menu.setting_dropdown.show {
    transform: translate3d(-100%, 42px, 0px);
    top: 0px;
    left: 100%;
}

.noti_dropdown {
    max-height: 270px;
    overflow-y: auto;
}

.noti_dropdown .viewall_btn {
    bottom: 0;
}

a.dropdown_item_setting {
    color: #541394;
    font-size: 13px;
}

.setting_head ul li {
    position: relative;
    transition: all ease-in-out 1s;
    padding: 6px 20px;
    list-style: none;
}
/* menu box */
.menuitem_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profileImage {
    width: 35px !important;
    height: 35px !important;
    border-radius: 8px;
    background: #541394;
    font-size: 15px !important;
    color: #fff;
    text-align: center;
    line-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widprofile_dropdown {
    display: flex;
    align-items: center;
    gap: 6px;
}

.adminb_title p.designation_txt {
    color: #a3b5b9;
    font-size: 12px;
    font-weight: 300;
}

.adminname_box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

.closed-sidebar .stats_box {
    display: grid;
    grid-template-columns: repeat(5, 210px);
}

.app-sidebar__heading {
    color: #000;
}
.dashboard_wrapper {
    background: #ffffff;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgb(149 157 165 / 19%) 0px 8px 24px;
}
.dashboardw_single {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #dadada;
    margin-bottom: 10px;
}

.dashboardw_single:last-child {
    border-bottom: 0;
}

.dashbrdw_left h5.text_blue {
    color: #6418c3;
}
.dashbrdw_left h5.text_blue span {
    color: #6418c3;
    font-weight: 600;
}

.dashbrdw_left h5 {
    font-size: 13px;
    color: #666666;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 20px;
}

.dashbrdw_left h5 span {
    color: #000;
}

.dashbrdw_left h6 {
    color: #666666;
    font-size: 12px;
    margin: 10px 0 8px;
}

.text_violet {
    color: #541394;
}

.dashbrdw_left h5 span.text_violet {
    color: #541394;
}

.dashboard_btn {
    text-align: right;
}

.dashboard_btn .btn {
    min-width: 125px;
    border-radius: 8px;
    height: 40px;
    margin-right: 10px;
    letter-spacing: 1px;
}

.dashwrap_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 18px;
}

.dashwrap_head h4 {
    color: #202020;
    font-size: 18px;
    font-weight: 600;
}

.dashwrap_head h5 {
    font-size: 17px;
    font-weight: 600;
}

.dashreturn_item button.accordion-button {
    color: #541394;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    box-shadow: rgb(81 85 88 / 19%) -1px -1px 5px 1px;
    margin-bottom: 16px;
    border-radius: 5px;
}

.dashreturn_item button.accordion-button:focus {
    box-shadow: rgb(81 85 88 / 19%) -1px -1px 5px 1px !important;
}
.dashreturn_item .accordion-button:not(.collapsed) {
    background: transparent;
}

.dashreturn_item .accordion-body {
    padding: 10px;
}

.dashreturn_item .btn_action .dropdown-toggle i {
    color: #9a9a9a;
}

.dashreturn_item .accordion-item {
    border: 0;
}

.dashreturn_item .accordion-button:not(.collapsed) {
    color: #541394;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    box-shadow: rgb(81 85 88 / 19%) -1px -1px 5px 1px;
    margin-bottom: 16px;
    border-radius: 5px;
}

.dashmodal .modal-title {
    color: #202020;
    font-size: 18px;
    font-weight: 600;
}

.dashmodal .modal-footer {
    justify-content: center;
}

.dashmodal .modal-body.dashmodal_body label {
    color: #6418c3;
    font-weight: 600;
    margin-bottom: 12px;
}

.amnt_box h6 {
    color: #676767;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

.amnt_box p {
    color: #676767;
    font-size: 13px;
    font-weight: 400;
}

.amnt_box h4 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.amnt_box h5.text_violet {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 10px;
}

.dashboard_reason h5 {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}

.dashboard_reason h6 {
    color: #9a9a9a;
    font-size: 13px;
}

.dashbrdw_right {
    text-align: right;
}

h6.text_success {
    color: #16ce1c;
    font-size: 15px;
}

.dashbrdw_right p {
    color: #666666;
    font-size: 12px;
}
/*=================================
          Return request
==================================*/
.dashboardmain_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    gap: 13px;
    flex-wrap: wrap;
}

.btn_action {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_action .dropdown-toggle {
    background: transparent;
    border: none;
}

.btn_action .dropdown-toggle i {
    color: #eed21c;
    font-weight: 600;
}

.btn_action .dropdown-item {
    font-size: 13px;
}

.btn_action .dropdown-item span {
    padding-right: 10px;
}

.btn_action .dropdown-toggle::after {
    display: none;
}

.dashmh_right {
    display: flex;
    align-items: center;
    gap: 8px;
}
.coupon_dashmh_right {
    display: flex;
    align-items: center;
    gap: 58px;
}

.dashmh_left {
    white-space: nowrap;
}

.adminb_title {
    text-align: left;
}

/* search box */
.search_box {
    position: relative;
    width: 340px;
}

.search_box .form-control {
    padding-left: 9%;
    background: #fafafa;
    border: 1px solid #f8e986;
    border-radius: 20px;
    height: 42px;
    font-size: 13px;
}

button.search_btn i {
    color: #6418c3;
    transform: rotate(90deg);
    font-weight: 700;
}

button.search_btn {
    position: absolute;
    left: 10px;
    top: 0;
    border: none;
    background: transparent;
    height: 100%;
    color: #9d9d9d;
}

.widget-content-wrapper .widget-content-left {
    position: relative;
    padding-right: 10px;
}
.widget-content-wrapper .widget-content-left::before {
    position: absolute;
    content: "";
    background: #f6f6f6;
    width: 2px;
    height: 40px;
    right: 0;
    top: 0px;
}

.widget-content-wrapper .widget-content-left.widget_noti::before {
    top: -10px;
}

.widget-content-wrapper .widget-content-left:last-child::before {
    display: none;
}
.return_tabbox .nav-pills .nav-link.active {
    background-color: transparent;
    color: #000000 !important;
}
.return_tabbox .nav-pills .nav-link.active::before {
    position: absolute;
    content: "";
    background: #07cbd9;
    width: 100%;
    height: 2px;
    bottom: 0;
}
.return_tabbox .nav-item .nav-link {
    font-weight: 600;
    color: #000;
    padding: 0 0 10px;
}

.return_tabbox .nav {
    gap: 20px;
}
.return_tabbox .nav-pills .nav-link {
    position: relative;
}
.return_tabbox .nav-pills .nav-link:hover {
    color: #f8b807 !important;
}
.return_tabbox .nav-pills .nav-link:hover::before {
    position: absolute;
    content: "";
    background: #07cbd9;
    width: 100%;
    height: 2px;
    bottom: 0;
}

.adminb_title p span.firstName {
    font-weight: 600;
}

.dashmh_left h5 {
    color: #202020;
    font-size: 20px;
    font-weight: 600;
    word-break: break-all;
}
.dashmhri_input input {
    background: #ffffff;
    border: 1px solid #f8e986;
    border-radius: 20px;
    font-size: 13px;
    padding: 0.9rem 1.2rem;
}

.dashmh_left p {
    color: #f8b807;
    font-size: 13px;
}
.pagination_box ul.pagination {
    justify-content: center;
}
.pagination_box .pagination li a[aria-label="Previous"],
.pagination_box .pagination li a[aria-label="Next"] {
    background: #541394;
    color: #fff;
}
.pagination_box .pagination li a {
    background: transparent;
    color: #333;
    border: 0;
}

/*=================================
          Purchase Order
===================================*/
.text_success {
    color: #16ce1c;
}
.dashmhri_input select {
    background: #ffffff;
    border: 1px solid #f8e986;
    border-radius: 20px;
    font-size: 13px;
    padding: 0.5rem 1.2rem;
}

.reportsing_box {
    background: #fff;
    color: #202020;
    text-align: center;
    padding: 16px;
    border-radius: 8px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(127 127 127 / 18%) -1px 3px 6px 2px;
    position: relative;
    overflow: hidden;
    transition: all ease-in 0.8s;
}

.reportsing_box:hover {
    box-shadow: 0px 7px 5px 0px rgb(0 0 0 / 19%);
    transform: translateY(-10px);
}

.report_box {
    margin: 2% 0px 0;
}

.reportsing_box h4 {
    font-size: 15px;
    color: #202020;
    font-weight: 500;
}

.faq_sec.dashreturn_item button.accordion-button {
    color: #202020;
}

.faqaccor_body {
    padding: 3px 10px 20px;
}

.faqaccor_body p {
    color: #9a9a9a;
    font-size: 13px;
}

.faq_sec.dashreturn_item .accordion-item {
    margin-bottom: 1.5rem;
    border-radius: 0 0 10px 10px;
    display: block;
}

.dashbrdr_status {
    text-align: left;
}

.dashbrdr_status h6 {
    font-size: 13px;
    font-weight: 500;
}
.text_yellow {
    color: #f8b807;
    padding-right: 15px;
}

.dashboardmain_box {
    background: #ffffff;
    padding: 20px 15px;
    border-radius: 8px;
}

.production_box canvas {
    display: block;
    box-sizing: border-box;
    height: 360px;
    width: 100% !important;
}

.dashboardmain_box p {
    color: #000;
    font-size: 14px;
}

.dashboardmain_box p span {
    padding-right: 6px;
    color: #f8b807;
}

.production_box {
    background: #ffffff;
    padding: 30px 15px;
    border-radius: 8px;
    margin: 30px 0;
    border: 1px solid #0000002e;
}

.probt_left h3 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

.probt_left p {
    color: #939393;
    font-size: 13px;
}

.download_btn {
    border: 1px solid #541394;
    color: #541394;
    border-radius: 6px;
    font-weight: 500;
    padding: 8px 12px;
    font-size: 15px;
}

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

.ylw.filter {
    background: #e9e9e9;
    color: #541394;
    font-weight: 500;
}

.filter span{
    padding-right: 10px;
}
.probox_top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

/* diksha-css-20dec */
.top-hdr-hdng {
    font: normal normal bold 23px/36px Rubik;
    letter-spacing: 0px;
    color: #202020;
    padding: 0px 20px 0px 35px;
    position: relative;
    display: block;
}
.dashboard_table .table thead th span {
    font: normal normal normal 11px/14px Rubik;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
}
.dashboard_table .table thead th {
    vertical-align: top;
}
.dashboard_table .table tbody tr td span {
    font: normal normal normal 12px/17px Rubik;
    letter-spacing: 0px;
    color: #000000;
    display: block;
}
.rvw {
    color: #16ce1c;
}
.notfcn-s {
    background-color: #f8b807;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font: normal normal bold 12px/12px Rubik;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 300;
}
.dashmhri_select .form-select {
    border: 1px solid #f8e986;
    border-radius: 20px;
    font-size: 13px;
    min-width: 160px;
    padding: 0.52rem 1.2rem;
}
.text-blck {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 20px;
}
.tree-view ul {
    position: relative;
    margin: 40px 0px;
    padding: 0px 0px 0px 45px;
    list-style: none;
    flex-flow: wrap;
    display: flex;
}
.tree-view ul li {
    position: relative;
    font: normal 12px/18px Rubik;
    letter-spacing: 0px;
    color: #9a9a9a;
    font-style: italic;
    padding-left: 12px;
    border-left: 2px solid #fedc00;
    padding-bottom: 20px;
    width: 100%;
}
.tree-view ul li:after {
    position: absolute;
    content: "";
    top: 5px;
    left: -45px;
    background-color: #ffdd00;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.tree-view ul li:before {
    content: "";
    counter-increment: item;
    position: absolute;
    top: -6px;
    left: -27px;
    border-bottom: 2px solid #fd0;
    width: 27px;
    height: 27px;
}
.tree-view ul li span {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 20px;
    display: block;
}
.disptch-btn a {
    background: #541394 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff;
    border-radius: 10px;
    font: normal normal normal 14px/15px Rubik;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 13px 30px;
    font-weight: 300;
}
.text_violet span {
    color: #666666;
}
.dashreturn_item .accordion-button span {
    color: #f8b807;
    padding-left: 8px;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
    filter: invert(12%) sepia(84%) saturate(5389%) hue-rotate(271deg)
        brightness(67%) contrast(98%);
}
.dashboard_table table tbody tr td .fa-check {
    color: #16ce1c;
    font-weight: bold;
}

/*================================
       Roster Page
================================*/
.roster_head {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.roster_head .rosterh_single {
    width: auto;
}

.roster_head .rosterh_single:nth-child(1) {
    width: auto;
}

.roster_head .rosterh_single:nth-child(5) {
    width: 25%;
}

.rosterh_date {
    display: flex;
    align-items: center;
    font-size: 13px;
    gap: 5px;
}

.rosterh_datebox {
    display: flex;
    align-items: center;
}

.rosterh_single select {
    background: #4ba5ff 0% 0% no-repeat padding-box;
    box-shadow: 4px 3px 7px 0px #00000038;
    border-radius: 8px;
    border: 0;
    padding: 10px;
    color: #fff;
    width: 135px;
    text-align: center;
}

.form_rgroup input {
    border: 0;
    border-bottom: 1px solid #666666;
    border-radius: 0;
    background: transparent;
    font-size: 13px;
    color: #666666;
}

.form_rgroup input:focus {
    background: transparent;
}

.roster_head label {
    margin: 0;
    font-size: 13px;
}

.rosterh_date p {
    margin: 0;
    font-size: 12px;
}

.roster_head input,
.roster_head button,
.roster_head select {
    font-size: 13px;
}

.rosterh_single input[type="checkbox"] {
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #4ba5ff !important;
    width: 20px;
    height: 20px;
}

.rosterh_status {
    display: flex;
    gap: 5px;
}

.shift_stbtn {
    background: #fffdfd 0% 0% no-repeat padding-box;
    border-radius: 4px;
    border: 0;
    width: 100%;
    padding: 10px;
    width: 200px;
    color: #666666;
    display: flex;
    border: 1px solid #e2e2ea;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
}
.accroster_box {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.rosterh_date .rosterh_datebox {
    display: flex;
    align-items: center;
    font-size: 13px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #ceced3;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    box-shadow: 4px 3px 6px 2px #0000000d;
    color: #666666;
    gap: 10px;
    justify-content: center;
}

.rosterh_datebox .rosth_dtboxl {
    border-right: 1px solid #ceced3;
}

.rosterh_datebox .rosth_dtboxr {
    border-left: 1px solid #ceced3;
}

.rosterh_datebox .rosth_dtboxl,
.rosterh_datebox .rosth_dtboxr {
    height: 40px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #93939e;
    font-size: 12px;
}

.roster_day {
    display: grid;
    grid-template-columns: repeat(7, 14%);
    gap: 3px;
    margin-top: 25px;
    place-content: center;
}

.rostr_singday h5 {
    text-align: center;
    letter-spacing: 1px;
    color: #12c912;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.rostr_singday h6 {
    text-align: center;
    letter-spacing: 1px;
    color: #4ba5ff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.roster-list .accordion-body {
    display: grid;
    grid-template-columns: repeat(7, 14%);
    gap: 4px;
    padding: 0.5rem 0.4rem;
}

.roster-list .accorost-head {
    margin: 0;
}

.rost_conimg {
    /* position: relative; */
    display: flex;
}

.rost_conimg img {
    height: 30px;
    width: 30px;
    margin-left: -10%;
}

.rost_conimg img:first-child {
    margin-left: 0;
}

.rost_lsingle {
    border-radius: 0px 6px 6px 0px;
    padding: 6px;
    min-height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
}

.rost_lshead h5 {
    text-align: left;
    margin: 0;
    font: normal normal 600 12px/12px Rubik;
    letter-spacing: 0.1px;
    color: #000000;
}
.rost_lshead h6.rost-hours {
    color: #362fd9;
    font: normal normal 600 12px/12px Poppins;
    margin: 0;
}

.rost_lsinred {
    background: #ffafbd66;
    border-left: 4px solid #ff3b5e;
}

.rost_lsinyellow {
    background: rgb(249 249 0 / 20%) 0% 0% no-repeat padding-box;
    border-left: 4px solid #f9f900;
}

.rost_lsingreen {
    background: rgb(49 194 53 / 20%) 0% 0% no-repeat padding-box;
    border-left: 4px solid #31c235;
}

.rost_lsingrey {
    background: rgb(102 102 102 / 20%) 0% 0% no-repeat padding-box;
    border-left: 4px solid #666666;
}

.rost_lsinblue {
    background: rgb(54 47 217 / 20%) 0% 0% no-repeat padding-box;
    border-left: 4px solid #362fd9;
}

.rost_lshead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rost_coname {
    margin-top: 5px;
}

.rost_coname p {
    color: #666666;
    font-size: 10px;
    margin: 0;
}

.rost_coname h6 {
    color: #000;
    font-size: 11px;
    white-space: nowrap;
    font-weight: 600;
}

.rost_lsinadd {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e9e9;
    border-radius: 0;
}

.rost_lsinadd .rost_lsaddbox {
    color: #60b0ff;
    width: 30px;
    height: 30px;
}

.rost_lsinadd .rost_lsaddbox {
    color: #60b0ff;
    width: 26px;
    height: 26px;
    font-size: 13px;
    border: 2px solid #60b0ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.rost_lsinadd .rost_lsaddbox i {
    color: #60b0ff;
    font-weight: 500;
}

.roster-list .accordion-button {
    font-size: 16px;
    font-weight: 600;
    color: #4ba5ff;
}

.roster-list .accordion-button:not(.collapsed) {
    color: #4ba5ff;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.rost_lsadd {
    color: #ff8197;
    width: 26px;
    height: 26px;
    font-size: 13px;
    border: 2px solid#FF8197;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
}
.rost_lsadd a {
    color: #ff8197;
}

.rosterh_single ul.dropdown-menu {
    z-index: 9;
}

.rosterh_single ul.dropdown-menu li {
    position: relative;
    padding: 0 0 0 15px;
}

.rosterh_single ul.dropdown-menu li span {
    position: absolute;
    left: 0;
}

.rosterh_single ul.dropdown-menu li span.text_danger {
    color: #b80000;
}

.rosterh_single ul.dropdown-menu li span.text_yellow {
    color: #ffa900;
}

.rosterh_single ul.dropdown-menu li span.text_green {
    color: #31c235;
}

.rosterh_single ul.dropdown-menu li span.text_silver {
    color: #cccccc;
}

.rosterh_single ul.dropdown-menu li span.text_blue {
    color: #362fd9;
}

.rosterh_single ul.dropdown-menu li span.text_pink {
    color: #bb0aaf;
}

.rosterh_single ul.dropdown-menu li span.text_graident {
    background: -webkit-linear-gradient(#b80000, #fff);
    /* -webkit-background-clip: text; */
    -webkit-text-fill-color: transparent;
}

.rosterh_single ul.dropdown-menu li span.text_transpar {
    color: #000;
}

.rost_conbrod {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rost_brodicon img {
    width: 25px;
    height: 20px;
    animation: rosterbrod 1.5s alternate infinite ease-in;
}

@keyframes rosterbrod {
    0% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1.3);
    }
}

/* roster add setion design */
.adroster-body {
    padding: 0;
}

.addroster_footer {
    background: #eeeeee;
    justify-content: flex-end;
    gap: 5px;
}

.invite_stboxright a img {
    filter: invert(100%) sepia(0%) saturate(7447%) hue-rotate(22deg)
        brightness(185%) contrast(97%);
}

.shiftid_box {
    background: #4ba5ff1a;
    margin: -15px -15px 10px;
    padding: 10px 15px;
}

.shiftid_box {
    background: #4ba5ff1a;
    margin: -15px -15px 10px;
    padding: 5px 15px;
}

.shiftdt_box i {
    color: #362fd9;
    padding-right: 6px;
}

.shiftdt_box p {
    margin-bottom: 5px;
    font-size: 12px;
}

.shiftdt_box p span {
    font-size: 14px;
}

.shiftdt_box h6 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin: 0;
}

.shiftdt_box {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 13px;
    width: 100%;
}

.shiftdt_fullbox {
    display: flex;
    width: 100%;
    gap: 15px;
    justify-content: space-between;
}

.invite_staffbox h5 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin: 10px 0 15px;
}

.task_required {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 13px;
}

.adshift-body .addroster_footer {
    margin: 24px -15px -15px;
    padding-bottom: 14px;
}

.invite_stblcon {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    margin-bottom: 5px;
}

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

.invite_stboxcov {
    margin: 3px;
}

.invite_stblconleft img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.note_box h6 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.blcon_details p,
.blcon_details h6 {
    margin: 0;
}

.shiftid_box p {
    margin: 0;
    padding: 8px 0;
    font-weight: 600;
    font-size: 12px;
    color: #000;
}

ul.task_com {
    list-style: none;
    padding: 0;
}

ul.task_com li {
    color: #666666;
    font-size: 12px;
    padding: 10px 0 0;
}

.reported_box img {
    width: 25px;
}

.reported_box h6 {
    color: #4ba5ff;
}

.reported_box {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ade4db;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

ul.task_com li span i {
    color: #08db24;
}

.invite_stboxleft {
    background: #eeeeee;
    overflow-y: scroll;
    height: 135px;
    border-radius: 10px;
}

.btn.btn_bordcast {
    background: #ffa90080;
    color: #000 !important;
    transition: all 0.2s linear 0s;
    border-radius: 40px;
    width: 175px;
}

.btn.btn_stopbordcst {
    background: #b80000bf;
    transition: all 0.2s linear 0s;
    border-radius: 40px;
    width: 175px;
}

.invite_stboxright .btn {
    font-size: 10px;
    padding: 10px 24px;
    margin-bottom: 5px;
}

.task_required p {
    margin-bottom: 5px;
    font-size: 12px;
}

.task_required p span i {
    color: #362fd9;
    padding-right: 6px;
}

.task_required p span {
    font-size: 14px;
}

.note_box p {
    margin-bottom: 5px;
    font-size: 12px;
}

.note_box p span i {
    color: #362fd9;
    padding-right: 6px;
}

.note_box p span {
    font-size: 14px;
}

.task_required ul {
    list-style: none;
}

.task_required ul li {
    font-size: 13px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 5px;
}

.task_required ul li i {
    color: #ffa900;
    font-size: 10px;
    padding-right: 5px;
}

.invite_stboxright .btn.btn_dashboard {
    background: linear-gradient(0deg, #49a1ff 0%, #1a29ff 100%);
}

.invite_stboxright .btn.btn_dashboard:hover {
    background: linear-gradient(180deg, #49a1ff 0%, #1a29ff 100%);
}

.blcon_details p {
    color: #666666;
    font-size: 12px;
}

.blcon_details h6 {
    font-weight: 700;
    font-size: 14px;
    color: #000;
}

.invite_stboxright .btn span {
    padding-right: 5px;
}
.accor_roster {
    display: grid;
    grid-template-columns: repeat(7, 14%);
    gap: 0px;
    padding: 0.5rem 0.4rem;
}
.app-sidebar .scrollbar-sidebar {
    overflow-y: scroll;
}
.scrollbar-sidebar::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

/* .app-sidebar__inner ul {
    padding-bottom: 80px;
} */
.right-s {
    display: flex;
    align-items: center;
    gap: 35px;
}
.road-h h4 {
    color: #202020;
    font-size: 20px;
    font-weight: 600;
}
.roster_head {
    background: #ffffff;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 10px;
    /* box-shadow: rgb(149 157 165 / 19%) 0px 8px 24px; */
}
.rost_lsinblue {
    background: #1e75ff2e;
    border-left: 4px solid #1e75ff;
}
.cal-head {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 10px;
    width: 100%;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cal-head p {
    display: flex;
    align-items: center;
    gap: 8px;
}
.rost_coname p.blue-p {
    font: normal normal 600 10px/10px Rubik;
    letter-spacing: 0.1px;
    color: #1e75ff;
}
.rost_coname p.grn-p {
    font: normal normal normal 10px/15px Rubik;
    letter-spacing: 0px;
    color: #12c912;
}
.rost_coname a {
    text-decoration: underline;
    font: italic normal 10px/12px Rubik;
    letter-spacing: 0.07px;
    color: #6418c3;
}
.date-box h6 {
    text-align: left;
    margin: 0;
    font: normal normal 600 12px/12px Rubik;
    letter-spacing: 0.1px;
    color: #000000;
    padding: 10px 0px 10px 15px;
}
.accroster_box:nth-of-type(1) {
    border-right: 1px solid #e4e4e4;
}
.accroster_box:nth-of-type(8) {
    border-left: 1px solid #e4e4e4;
}

.accroster_box:nth-of-type(15) {
    border-left: 1px solid #e4e4e4;
}

.accroster_box:nth-of-type(22) {
    border-left: 1px solid #e4e4e4;
}
.accroster_box:nth-of-type(29) {
    border-left: 1px solid #e4e4e4;
}
.accroster_box:nth-child(1) {
    border-left: 1px solid #e4e4e4;
    border-bottom: 0px;
}
.meeting-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-control {
    background: #fffffffa 0% 0% no-repeat padding-box;
    border: 1px solid #9a9a9a40;
    border-radius: 12px;
    display: block;
    width: 100%;
    height: calc(2.25rem + 10px);
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-select {
    border: 1px solid #9a9a9a40;
    border-radius: 12px;
    display: block;
    width: 100%;
    height: calc(2.25rem + 10px);
}
.meeting-mdl .modal-title {
    text-align: left;
    font: normal normal 600 18px/18px Rubik;
    letter-spacing: 0.17px;
    color: #000000;
}
.meeting-mdl input[type="time"] {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #c5c5c5;
    border-radius: 10px;
    padding: 11px 35px;
}
.meeting-mdl .modal-footer {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 9;
    display: flex;
    justify-content: center;
    gap: 15px;
}
.meeting-mdl .modal-footer button {
    background: #9a9a9a 0% 0% no-repeat padding-box;
    border-radius: 14px;
    border: 0px;
    padding: 15px 60px;
    font: normal normal normal 16px/19px Rubik;
    letter-spacing: 0.44px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
    min-width: 205px;
}
.meeting-mdl .modal-footer .prpl-btn {
    background-color: #6418c3;
}
.meeting-mdl .form-label {
    margin-bottom: 0.5rem;
    font: normal normal normal 15px/15px Rubik;
    letter-spacing: 0.36px;
    color: #676767;
    font-weight: 500;
}
.meeting-mdl .form-control::placeholder {
    color: rgb(0, 0, 0);
}
.meeting-mdl h6 {
    text-align: left;
    font: normal normal 600 18px/18px Rubik;
    letter-spacing: 0.17px;
    color: #000000;
}
.meeting-schdl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #0000000f;
    border-radius: 15px;
    padding: 10px 15px;
    border: 1px solid #16ce1c00;
    margin-bottom: 40px;
}
.meeting-schdl:hover {
    box-shadow: 0px 0px 20px #0000000f;
    border: 1px solid #16ce1c;
}
.meeting-details-sec {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 420px;
}
.meeting-timing h6 {
    font: normal normal normal 15px/20px Rubik;
    letter-spacing: 0.16px;
    color: #060606;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.meeting-timing .fa-calendar-days {
    color: #6418c3;
}
.meeting-timing .fa-clock {
    color: #f8b807;
}
.meeting-place h5 {
    font: normal normal 17px/19px Rubik;
    letter-spacing: 0.12px;
    color: #1e75ff;
    margin-bottom: 12px;
    font-weight: 500;
}
.meeting-schdl p {
    font: normal normal normal 13px/18px Rubik;
    letter-spacing: 0.36px;
    color: #000000;
    max-width: 100%;
    padding-bottom: 2px;
}
.meeting-schdl p span {
    color: #676767;
}
.meeting-schdl .btn_action .dropdown-toggle i {
    color: #c6bcbc;
    font-weight: 600;
}
.cal-head .purpl-btn {
    background: #6418c3 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 10px 0px;
    font: normal normal 500 14px/20px Rubik;
    letter-spacing: 0.16px;
    color: #ffffff;
    padding: 15px 25px;
}
.cal-head .fa-calendar {
    color: #f8b807;
}
.note-btn {
    background: #f8b807 0% 0% no-repeat padding-box;
    border: 1px solid #e4e4e4;
    border-radius: 15px;
    font: normal normal normal 15px/20px Rubik;
    letter-spacing: 0.48px;
    color: #000000;
    padding: 20px 30px;
    width: 100%;
}
.dashmh_left h6 {
    font: normal normal normal 18px/28px Rubik;
    letter-spacing: 0.48px;
    color: #000000;
    font-weight: 700;
}
.dashmhri_select .form-select {
    border: 1px solid #9a9a9a40;
    border-radius: 12px;
    font-size: 13px;
    min-width: 160px;
    padding: 0.52rem 1.2rem;
    min-width: 175px;
}
.dashboardmain_head .prpl-btn {
    background-color: #6418c3;
    border-radius: 14px;
    border: 0px;
    padding: 13px 46px;
    font: normal normal normal 16px/19px Rubik;
    letter-spacing: 0.44px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
}
.dashmhri_select option {
    min-height: 20px;
}
.prpl-clr {
    color: #6418c3 !important;
}
.meeting-timing {
    position: relative;
}
.meeting-timing::before {
    content: "";
    width: 2px;
    height: 59px;
    background-color: #eeeeee;
    position: absolute;
    right: -45px;
    top: -2px;
}
.meeting-place {
    position: relative;
}
.meeting-place::before {
    content: "";
    width: 2px;
    height: 59px;
    background-color: #eeeeee;
    position: absolute;
    right: -45px;
    top: -2px;
}

.pick-date input[type="date"]::before {
    color: #999;
    content: "Select Date";
    padding-right: 109px;
}
.pick-date input[type="date"]:focus::before {
    content: "" !important;
    display: none;
}

.pick-date input[type="date"]::-webkit-calendar-picker-indicator {
    background: url("../images/Icon\ awesome-calendar-alt.svg") no-repeat;
    width: 15px;
    height: 15px;

    max-height: fit-content;
    background-size: contain;
    background-repeat: no-repeat;
}

.pick-date input[type="date"],
.pick-time input[type="time"] {
    border: 0px;
    width: 100%;
    height: -webkit-fill-available;
}
.reschedule-meeting {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}
.reschedule-meeting p {
    min-width: 145px;
}
.pick-date {
    max-width: 240px;
}
.pick-time {
    max-width: 240px;
}
.pick-time input[type="time"]::-webkit-calendar-picker-indicator {
    background: url("../images/Icon\ feather-clock.png") no-repeat;
    width: 15px;
    height: 15px;
    max-height: fit-content;
    background-size: contain;
    background-repeat: no-repeat;
}

.pick-time input[type="time"]::before {
    color: #999;
    content: "Select  Time";
    min-width: 120px;
    padding-right: 97px;
}
.pick-time input[type="time"]:focus::before {
    content: "" !important;
    display: none;
}
.grn-txt {
    color: #16ce1c !important;
}
.catalog-sec .nav-item .nav-link {
    font: normal normal 15px/24px Rubik;
    letter-spacing: 0.13px;
    color: #676767;
    font-weight: 400;
    text-transform: uppercase;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 10px;
    margin-right: 18px;
    min-width: 170px;
    text-align: center;
    justify-content: center;
}
.catalog-sec .nav-pills .nav-link.active,
.catalog-sec .nav-pills .nav-link.active:hover {
    color: #6418c3;
    border-color: #6418c3;
    position: relative;
}
.catalog-sec .nav-pills .nav-link.active::before {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    right: -6px;
    bottom: -6px;
    border: 5px solid #d5c2ed;
    border-radius: 15px;
}
.catalog-box {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #e4e4e4;
    border-radius: 15px;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 30px;
}
.img-catalog {
    min-width: 115px;
}
.product-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-name h6 {
    font: normal normal 16px/16px Rubik;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 600;
}
.content-catalog span {
    font: normal normal normal 12px/12px Rubik;
    letter-spacing: 0px;
    color: #9a9a9a;
}
.content-catalog h3 {
    font: normal normal 600 24px/32px Rubik;
    letter-spacing: 0px;
    color: #541394;
}
.content-catalog p {
    font: normal normal normal 13px/18px Rubik;
    letter-spacing: 0px;
    color: #676767;
    width: 100%;
}
.product-name img {
    width: 15px;
}
#exampleModaldetails .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}
#exampleModaldetails .img-catalog {
    min-width: 190px;
}
#exampleModaldetails .catalog-box {
    border: 0px;
}
#exampleModaldetails .modal-title {
    text-align: left;
    font: normal normal 600 18px/18px Rubik;
    letter-spacing: 0.17px;
    color: #000000;
}
#exampleModaldetails .modal-header,
.modal-footer {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 9;
}

.catalog-sec .dropdown button {
    font: normal normal 15px/24px Rubik;
    letter-spacing: 0.13px;
    color: #676767;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 400;
    text-transform: uppercase;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    min-width: 177px;
    border-radius: 10px;
    padding: 8px 0px;
}
.catalog-sec .dropdown-menu {
    min-width: 12.9rem;
}
.catalog-sec .dropdown-toggle::after {
    position: relative;
    top: 2px;
    opacity: 0;
    margin-left: 5px;
}

.catalog-sec .dropdown button:hover {
    color: #6418c3;
    border-color: #6418c3;
    position: relative;
    background-color: white !important;
}
.catalog-sec .nav-pills .nav-link.active::before {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    right: -6px;
    bottom: -6px;
    border: 5px solid #d5c2ed;
    border-radius: 15px;
}
.cpn-mdl .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}
.cpn-mdl .modal-title {
    text-align: left;
    font: normal normal 600 18px/18px Rubik;
    letter-spacing: 0.17px;
    color: #000000;
}
.valid-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    position: relative;
}
.valid-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.valid-list img {
    max-width: 310px;
    min-height: 180px;
    width: fit-content;
}
.valid-list ul li {
    margin-bottom: 10px;
    font: normal normal normal 13px/18px Rubik;
    letter-spacing: 0.36px;
    color: #676767;
    max-width: 100%;
    padding-bottom: 0px;
}
.cpn-mdl p {
    font: normal normal normal 13px/18px Rubik;
    letter-spacing: 0.36px;
    color: #676767;
    max-width: 100%;
    padding-bottom: 2px;
}
.valid-box h6 {
    text-align: left;
    font: normal normal 600 18px/18px Rubik;
    letter-spacing: 0.17px;
    color: #000000;
}
.p-txt {
    color: #6418c3 !important;
}
.vld-date {
    color: #676767 !important;
}
.valid-list ul li::marker {
    font-size: 30px;
    line-height: 0px;
}
.cal-head .fa-plus {
    border: 1px solid white;
    padding: 5px;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 5px;
}
.franchise-left .dashmhri_select .form-select {
    border: 1px solid #ffdd00;
}
.franchise-left {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 15px 20px;
}
.franchise-right {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 15px 20px;
}

/*.dashbrdw_left {
  border-top: 1px solid #dadada;
  padding: 10px 0px 0px 0px;
  margin-top: 20px;
}*/
.franchise-right h6 {
    color: #202020;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.franchise-right form p {
    margin-bottom: 10px;
}
.franchise-right .form-check-label {
    margin-bottom: 0;
    color: black;
}
.franchise-right [type="submit"] {
    text-transform: uppercase;
    background: #541394 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff;
    border-radius: 10px;
    font: normal normal normal 14px/15px Rubik;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 13px 50px;
    font-weight: 400;
}
.sub-btn-secc {
    float: right;
}
/* end diksha-css-20dec */

/* pallavi css 29dec */
.counter-box {
    padding: 10px 15px 10px 15px;
    box-shadow: 0px 0px 30px #00000005;
    border-radius: 5px;
    width: 90%;
    min-height: 110px;
}

.conter-top-sec {
    display: flex;
    align-items: center;
    gap: 15px;
}

.conter-top-sec .counter-box:nth-child(1) {
    background-color: #e8f4ff;
}
.conter-top-sec .counter-box:nth-child(2) {
    background-color: #deffdf;
}
.conter-top-sec .counter-box:nth-child(3) {
    background-color: #ffe6ea;
}
.conter-top-sec .counter-box:nth-child(4) {
    background-color: #f4ebff;
}

.counter-box h5 {
    font: normal normal bold 18px/26px Rubik;
    letter-spacing: 0px;
    color: #202020;
}
p.order {
    font: normal normal 600 13px/24px Rubik;
    letter-spacing: 0px;
    color: #f8b807;
}
.coco {
    display: flex;
    gap: 20px;
}
.coco p {
    font-family: Rubik;
    letter-spacing: 0px;
    color: #030303;
    font-size: 12px;
    font-weight: 500;
}
.coco p:nth-child(1) {
    position: relative;
}
.coco p:nth-child(1)::before {
    position: absolute;
    content: "";
    height: 14px;
    width: 2px;
    top: 3px;
    right: -12px;
    background-color: #0000003b;
}

.dashboard_mainsec.purchase .dashmhri_select .form-select {
    border: 1px solid #ffdd0059;
}

.dashboard_mainsec.purchase .dashmhri_select.purchase .form-select {
    border: unset;
    height: 38px;
    width: 80px;
    max-width: 100%;
}
.purchase-tr.active {
    background-color: #ffe6e6;
    border: 1px solid #ffffff;
}

.dashmhri_select.spcl-ordr-dtls {
    display: flex;
    gap: 10px;
    align-items: center;
}
.dashmhri_select.spcl-ordr-dtls label {
    font: normal normal normal 13px/1px Rubik;
    letter-spacing: 0px;
    color: #f8b807;
}
.dashmhri_select.spcl-ordr-dtls .form-select {
    font-size: 13px;
    min-width: 160px;
    padding: 5px 10px 5px 10px;
    min-width: 115px;
    height: 31px;
    font-weight: 500;
}
.orderdt_conhead h4 {
    letter-spacing: 0px;
    color: #000000;
    font-family: "Rubik";
    font-size: 24px;
    font-weight: 500;
}
.size-box-all {
    display: flex;
    gap: 8px;
    align-items: center;

    border-radius: 10px;
}
.size_box h5,
.sizeb_amt p {
    letter-spacing: 0px;
    color: #000000;
    font-family: "Rubik";
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
}
.sizeb_amt p {
    background: #ffdd00 0% 0% no-repeat padding-box;
    border: 2px solid #ffdd00;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    height: 30px;
    width: 100px;
    font-size: 13px;
}
.size_box {
    width: 32%;
    max-width: 100%;
}
.delivery_box h4 {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000;
}
.deliveryb_input .date-1,
.deliveryb_input .time-1 {
    width: 50%;
}
.deliveryb_input {
    display: flex;
    gap: 10px;
}

.wrapper {
    max-width: 18rem;
    padding: 0 0.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 9px;
}
.size-box-all label {
    font-size: 12px;
    display: block;
    color: #b0bec5;
    padding: 10px 10px 0px 10px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #9a9a9a40;
    border-radius: 10px;
}
.size-box-all input {
    border: none;
    border-radius: 0.25rem;

    color: #607d8b;
    width: 100%;
}
.size-box-all input:focus {
    outline: none;
}
#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}

.size-box-all table {
    border-collapse: collapse;
    border-spacing: 0;
}
.size-box-all .ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909c;
}
.size-box-all .ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

.size-box-all .ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546e7a;
    font-size: 0.875rem;
    text-decoration: none;
}
.size-box-all .ui-datepicker-calendar tbody td a:hover {
    background-color: #e0f2f1;
}
.size-box-all .ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #009688;
    color: white;
}
.size-box-all .ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}
.size-box-all .ui-datepicker-header a.ui-corner-all:hover {
    background-color: #eceff1;
}
.size-box-all .ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}
.size-box-all .ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}
.size-box-all .ui-datepicker-header a > span {
    display: none;
}
.size-box-all .ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}
.size-box-all .ui-datepicker-week-col {
    color: #78909c;
    font-weight: 400;
    font-size: 0.75rem;
}
input#cake {
    border: unset;
    padding: 10px 1px 10px 15px;
    width: 138px !important;
    border-radius: 10px;
}
.deliimage_box img {
    border-radius: 10px;
    height: 83px;
    width: 83px;
}
.deliveryb_input {
    width: 50%;
}

.orderdt_img img {
    border-radius: 10px;
}

.delovery-1 {
    background-color: #e4e4e4;
    padding: 10px;
    margin-top: 30px;
    border-radius: 7px;
}
.delovery-1.cake {
    padding: 17px 10px 18px 10px;
}
.orderdt_con {
    position: relative;
}
.dot-image {
    position: absolute;
    top: 0;
    right: 0;
}
.dot-image img {
    width: 18px;
}
.app-main__outer.details-inr {
    width: 65%;
    margin: 0 auto;
}
.reset-img img {
    width: 78px;
}
.reset-img {
    margin: 22px 0 20px 0;
}
.login-rightbox a.reset-link {
    margin: 10px 0;
    display: flex;
    gap: 10px;
    color: #ffdd00;
    font: normal normal 600 15px/27px Rubik;
    align-items: center;
}
.login-rightbox a.reset-link img {
    width: 15px;
}

.coco.report p:nth-child(1)::before {
    content: unset;
}
.coco.report p a {
    color: #541394;
    font: normal normal 600 16px/33px Rubik;
    position: unset;
    text-decoration: underline;
}

/* settings */
.user-box {
    background-color: #ffffff;
    text-align: center;
    padding: 24px 0 20px 0;
    border-radius: 15px;
    max-width: 100%;
}
.user-box-all {
    display: grid;
    gap: 26px;
    padding: 20px;
    grid-template-columns: repeat(5, 18%);
}

.user-box-all.user_rolebox {
    grid-template-columns: repeat(4, 23%);
}

.user-box p {
    text-align: center;
    font-family: "Rubik";
    font-size: 14px;
    font-weight: 500;
    line-height: 116%;
    letter-spacing: 0px;
    color: #541394;
    padding-top: 16px;
}
.dashboardmain_head .prpl-btn.ylw {
    justify-content: center;
    padding: 0;
    height: 43px;
    width: 182px;
    max-width: 100%;
    border-radius: 30px;
    background-color: #ffdd00;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000 !important;
    font-size: 12px;
}

.user-box.inr {
    position: relative;
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 30px 0 !important;
    height: 90px;
    max-width: 100%;
}
.user-img a {
    font-size: 22px;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #afffac;
    border-radius: 50%;
    color: #fff;
}
.user-box.inr a p {
    color: #000;
    text-align: start;
    padding-top: 0;
}
.three-dot a {
    position: absolute;
    top: 7px;
    right: 15px;
    color: #ffdd00;
    font-size: 18px;
}
.modal-header.prmsn h5 {
    font-size: 15px;
}

/*

.modal .notification-sec .nav-tabs .nav-link {
	margin: 0px 0px 20px 0px;
}

.modal {
	--bs-modal-width: 900px;
}

.error-msg {
	background: #F6E6E6 0% 0% no-repeat padding-box;
	margin: 60px 0px 20px 0px;
}

.error-msg p {
	font: normal normal normal 18px/30px Nunito;
	letter-spacing: 0px;
	color: #043521;
	padding: 10px 20px;
	font-weight: 500;
}
.error-msg p a{
color:#E22222;
} */

.modal-header.prmsn {
    background-color: #541394;
    color: #fff;
}

.btn-close.btn-prmsn-hdr {
    filter: invert(100%) !important;
    width: 20px;
}

h5.prmsn {
    font: normal normal normal 16px/19px Rubik;
    letter-spacing: 0.32px;
    color: #000000;
    padding-bottom: 10px;
}
.permission {
    border: 1px solid #9a9a9a40;
    border-radius: 15px;
}
.permission .dashboard_wrapper {
    background: #fafafa;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgb(149 157 165 / 19%) 0px 8px 24px;
}

.modal-content.bgrnd {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 44%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: 6px;
    box-shadow: 0px 3px 41px #00000038;
    outline: 0;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: scroll;
    z-index: var(--bs-modal-zindex);
}

/*.modal-backdrop.show {
  opacity: .5;
  position: relative;
  z-index: 999 !important;
}*/
button.assgn-user.prpl-btn.ylw img {
    width: 19px;
}

.modal-inner-part label,
h5.prmsn,
.dashmhri_select label,
.frechise-heading h5 {
    font-weight: 400;
    color: #000000;
    font-size: 15px;
}
.frechise-heading h5 {
    position: relative;
    font-weight: 600;
}
.frechise-heading h5::before {
    position: absolute;
    content: "";
    background-color: #70707047;
    right: 0;
    top: 9px;
    width: 76%;
    max-width: 100%;
    height: 1px;
}
.form-check.user {
    display: flex;
    align-items: center;
    gap: 10px;
}
.form-check.user .form-check-label {
    margin-bottom: -6px;
}
.form-check.user .form-check-input:checked {
    background-color: #ff8888;
    border-color: #ff8888;
    height: 15px;
    width: 15px;
}
.form-check.user .form-check-input:focus {
    border-color: #ff8888 !important;
    height: 15px;
    width: 15px;
}
.app-main .app-main__inner.setteing {
    padding: 30px 20px 0 20px;
    flex: 1;
    background: unset;
}
.all-function {
    display: flex;
    gap: 51px;
}
.dashboard_wrapper.user .accordion {
    border: 1px solid #9a9a9a40;
    border-radius: 12px;
    margin-bottom: 20px;
}
/* .dashboard_wrapper.user .dashreturn_item button.accordion-button.new {
  margin-bottom: 0;
} */
.accordion-header.new {
    margin-bottom: 16px !important;
}
.form-check.user input#flexCheckChecked {
    border: 1px solid #ff8888;
}

#collapsepestry {
    margin-bottom: 16px;
}

.request-button {
    float: right;
    display: flex;
    gap: 18px;
}
.request-button button,
.request-button a {
    background-color: #9a9a9a;
    font: normal normal medium 22px/25px Nunito;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    width: 161px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: unset;
    border-radius: 14px;
}
.request-button button:last-child {
    background-color: #ffdd00;
    color: #000000 !important;
}
.request-button a:last-child {
    background-color: #ffdd00;
    color: #000000 !important;
}

.dashboard_table.table-responsive.user {
    padding: 20px;
}

.dashmhri_select .form-select.user {
    border: 1px solid #f8e986;
    border-radius: 20px;
}

.coupon-mngmnt tr td img {
    width: 50px;
}

.user-file {
    background: #9a9a9a1a 0% 0% no-repeat padding-box;
    position: relative;
    border: 2px solid #70707040;
    border-radius: 8px;
}
.user-file label {
    position: absolute;
    top: 23px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
}
.user-file label img {
    width: 30px;
}
.user-file input {
    height: 103px;
    border: 1px solid #70707040;
    border-radius: 8px;
    opacity: 0;
}

.check-dot {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.performance-statistics table tbody tr .succ-sent {
    color: #269844 !important;
}
.check-dot {
    padding-left: 19px !important;
}

.return_tabbox.frechise .nav-pills .nav-link.active {
    background-color: transparent;
    color: #541394 !important;
}
.return_tabbox.frechise .nav-pills .nav-link:hover {
    color: #541394 !important;
}
.return_tabbox.frechise .nav-pills .nav-link.active::before {
    background: #f8b807;
}
.return_tabbox .nav-pills .nav-link:hover::before {
    background: #f8b807;
}

/*.coupon-mngmnt tr td:nth-child(5) {
  color: #217ffb;
  text-decoration: underline;
}
.coupon-mngmnt tr td:nth-child(6) {
  color: #217ffb;
  text-decoration: underline;
}*/

.modal-body-new textarea {
    width: 100%;
    background: #fffffffa 0% 0% no-repeat padding-box;
    border: 1px solid #9a9a9a40;
    border-radius: 12px;
    padding: 10px 20px;
}

.dashmhri_select.upload {
    border: 1px solid #f8e986;
    border-radius: 20px;
    position: relative;
    background: #fff;
    display: flex;
    max-width: 100%;
    width: 125px;
    height: 47px;
}
.dashmhri_select.upload label {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}
.dashmhri_select.upload input {
    opacity: 0;
}
.dashmhri_select.upload label img {
    width: 15px;
}

.rupee {
    position: relative;
}
.rupee h5 {
    position: absolute;
    padding: 12px 13px 10px 13px;
    border-right: 1px solid #70707040;
}
.rupee input {
    padding: 9px 10px 10px 44px;
}
.upload-img {
    position: relative;
}
.upload-img label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    font: normal normal normal 12px/5px Rubik;
    letter-spacing: 0px;
    color: #ffffff;
}
.upload-img label img {
    width: 15px;
    filter: invert(100%);
}
.upload-img input {
    opacity: 0;
}

.upload-img {
    background: #fffffffa 0% 0% no-repeat padding-box;
    border: 1px solid #9a9a9a40;
    border-radius: 12px;
    display: block;
    width: 100%;
    height: calc(2.25rem + 10px);
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff !important;
    background-color: #541394;
    display: flex;
    width: 217px;
    max-width: 100%;
    float: right;
}
.upld-img.no-gutters {
    padding: 10px 15px 10px 15px;
    background: #5413941a;
    border-radius: 10px;
}
.upld-img-btn button {
    border: unset;
}
.upld-img-btn button img {
    width: 35px;
}
.uploaded-img {
    position: relative;
    background: #541394;
    border-radius: 10px;
}
.cross {
    position: absolute;
    top: 3px;
    right: 7px;
}
.uploaded-img label {
    position: absolute;
    font: normal normal normal 13px/1px Rubik;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    top: 23px;
    left: 23px;
}
.uploaded-img input {
    opacity: 0;
}
.cross a {
    color: #fff;
}

.dashmh_left span {
    font: normal normal normal 13px/15px Rubik;
    letter-spacing: 0px;
    color: #f8b807;
}
.stock-edit {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin: 0 !important;
}
.stock-edit .btn_action .dropdown-toggle i {
    color: #541394 !important;
    font-weight: 600;
    font-size: 14px;
}

.dashboard_table.table-responsive.stock
    table.table.table-bordered.border-white
    tr:nth-child(2) {
    background-color: #ff8888;
}

.dashboard_table.table-responsive.stock .coupon-mngmnt tr td:nth-child(5),
.dashboard_table.table-responsive.stock .coupon-mngmnt tr td:nth-child(6) {
    color: unset;
    text-decoration: none;
}

.assgn-user.prpl-btn.ylw img {
    width: 22px;
}
.dashboard_table.oreder .table tbody tr td:nth-child(2) span {
    color: #541394;
    font-weight: 500;
}

.disptch-btn.send a {
    background-color: #ffdd00 !important;
    color: #202020;
    font-weight: 500;
    border-radius: 32px;
    border: unset;
    padding: 10px 17px;
}

.dashboard_wrapper.details .dashboardw_single {
    border-bottom: unset;
}
.dashboard_wrapper.details .dashbrdw_left {
    border: unset;
}
.text-blue {
    color: #541394;
    font-weight: 600;
    font-size: 13px;
}
.dashbrdw_right {
    text-align: start;
}
.tree-view.dtls ul li {
    padding-bottom: 0px;
}
.dashmhri_input .dropdown.ordr-rtn {
    background: #ffffff;
    border: 1px solid #f8e986;
    border-radius: 20px;
    font-size: 13px;
    padding: 6px 9px;
}

.dashboardmain_head .prpl-btn.ylw.fltr {
    width: 114px;
    background-color: #ffff;
    border: 1px solid #ffdd0059;
}

.ylw {
    background-color: #f8b807;
    display: flex;
    width: 143px;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    border: unset;
    border-radius: 10px;
    height: 40px;
    font: normal normal medium 16px/19px Rubik;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 13px;
}
.dashboardw_single.ordr-return {
    align-items: center;
}
.dashbrdw_left.dtl {
    border: unset;
}
.ylw.blue {
    background: #541394;
}
.ylw.blue:hover {
    background: #541394;
    color: #fff;
}
.user-img img {
    box-shadow: 1px 1px 1px #845f5f;
    width: 60px;
    height: 61px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}
.user-img img:hover {
    box-shadow: 1px 1px 3px 0px #544949;
    transform: translateY(-10px);
}

.orderdt_img img {
    height: 148px;
    width: 100%;
    border-radius: 10px;
}

/* .app-theme-white .app-sidebar {
  z-index: 9;
} */

.management {
    background: #00000038;
}
.dashbrdw_left.dlt {
    border-top: unset;
}
.dashboard_wrapper.new .dashbrdw_left {
    border-top: unset;
}
.dashboard_wrapper.dtls {
    padding: 0;
    margin-bottom: 0;
}
/* div#collapsepestry\ nrml{
  margin-bottom: 0;
} */
.dashboard_wrapper.dtls .accordion-collapse.collapse.show {
    margin-bottom: 0 !important;
}

/* table */

table.fold-table {
    > tbody {
        > tr.view {
            td,
            th {
                cursor: pointer;
            }
            td:first-child,
            th:first-child {
                position: relative;
                padding-left: 20px;
                &:before {
                    position: absolute;
                    top: 23%;
                    left: 5px;
                    width: 9px;
                    height: 16px;
                    margin-top: -8px;
                    font: 16px fontawesome;
                    color: #999;
                    content: "\f0d7";
                    transition: all 0.3s ease;
                }
            }
            &:nth-child(4n-1) &.open {
                background: #fff6fc;
                color: #000000;
                td:first-child,
                th:first-child {
                    &:before {
                        transform: rotate(-180deg);
                        color: #333;
                    }
                }
            }
        }

        > tr.fold {
            display: none;
            &.open {
                display: table-row;
            }
        }
    }
}

.fold-content {
    h3 {
        margin-top: 0;
    }
    > table {
        border: 1px solid #e4e4e4;
        background-color: #f8ffff !important;
    }
}

/* .fold-table {
  width: 100%;
} */

.fold-table thead th {
    vertical-align: middle;
}

table.fld-cntnt-inr {
    width: 100%;
    table-layout: fixed;
}

td.fold-nr-tbody {
    padding: 0;
}
.fld-cntnt-inr {
    background-color: #fff6fc !important;
}
/* .fold-table .table-bordered td {
  background: unset;
} */

tr.view.open {
    background-color: #fff6fc !important;
}

tr.view {
    background-color: #fff !important;
}
.table-bordered-new th,
.table-bordered-new td {
    border: 1px solid #e4e4e4;
    min-width: 165px;
    font-size: 13px;
    table-layout: fixed;
}
.fld-cntnt-inr tbody tr:nth-child(1) td:nth-child(3),
.fld-cntnt-inr tbody tr:nth-child(1) td:nth-child(4) {
    /* //background-color: #d1fdd4; */
}
.fld-cntnt-inr tbody tr:nth-child(2) td:nth-child(3),
.fld-cntnt-inr tbody tr:nth-child(2) td:nth-child(4) {
    /* //background-color: #d1fdd4; */
}
.fld-cntnt-inr tbody tr:nth-child(3) td:nth-child(3),

.fld-cntnt-inr tbody tr:nth-child(3) td:nth-child(5),
.fld-cntnt-inr tbody tr:nth-child(3) td:nth-child(6) {
    /* background-color: #c2fbff; */
}

.fld-cntnt-inr tbody tr:nth-child(3)  {
    padding: 0;
    vertical-align: middle;
}
.fld-cntnt-inr tbody tr:nth-child(3) td:nth-child(7) .dashmhri_input select {
    border-radius: 10px;
    min-width: 120px;
    font-size: 12px;
    padding: 5px 7px 5px 0px;
}
.stock-div {
    display: flex;
    gap: 20px;
}
.available .dot {
    display: flex;
    height: 15px;
    width: 15px;
    background-color: #d1fdd4;
    border-radius: 50%;
}
.available {
    display: flex;
    align-items: center;
    gap: 10px;
}
.stock-div .available:nth-child(2) .dot {
    background-color: #febebe;
}
.stock-div .available:nth-child(3) .dot {
    /* //background-color: #c2fbff; */
}
.available h6 {
    letter-spacing: 0px;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    font-family: "Rubik";
}
.orgnixation-btn {
    float: right;
    margin-top: 100px;
}
.orgnixation-btn-pomanager {
    float: right;
    margin-top: 10px;

}
.orgnixation-btn-pomanager button {
    display: flex;
    border-radius: 8px;
    height: 40px;
    margin-right: 10px;
    border: unset;
    background: #541394;
    font: normal normal normal 12px/22px Rubik;
    letter-spacing: 0px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    width: 170px;
    max-width: 100%;
}
.orgnixation-btn button {
    display: flex;
    border-radius: 8px;
    height: 40px;
    margin-right: 10px;
    border: unset;
    background: #541394;
    font: normal normal normal 12px/22px Rubik;
    letter-spacing: 0px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    width: 170px;
    max-width: 100%;
}
.text_violet {
    color: #541394 !important;
}
.dashboard_wrapper.new .dashbrdw_left {
    margin-top: 0;
}

/* new changes Ankita Css (11.01.2024) */
.dashmh_left .search_box input {
    background: #fff;
}

.btn_active {
    background: #0dde06;
    border-radius: 20px;
    color: #fff;
    border: 1px solid #0dde06;
    min-width: 90px;
    cursor: pointer;
}

.btn_active:hover {
    color: #fff;
    background: #0db908;
    border: 1px solid #0db908;
}
.btn_inactive {
    background: rgb(154 154 154 / 27%);
    border-radius: 20px;
    color: #474747;
    border: 1px solid rgb(154 154 154 / 10%);
    min-width: 90px;
    cursor: pointer;
}

.btn_inactive:hover {
    color: #fff;
    background: #9a9a9a;
    border: 1px solid #9a9a9a;
}

.tablepage_link {
    color: #212121;
}

.supportreq_box {
    background: #ffffff;
    padding: 30px 0;
    border-radius: 8px;
    margin: 30px 0;
    border: 1px solid #0000002e;
}

.supreqb_head {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    justify-content: space-between;
    padding: 0 15px;
}

.supreqb_hleft {
    display: flex;
    align-items: center;
    gap: 15px;
}

.supreqb_hright a {
    color: #f8b807;
    font-weight: 400;
    font-size: 13px;
}

.suprby_single {
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    padding: 14px 15px ;
    margin-bottom: 20px;
}

.supreqb_hleft h3 {
    color: #202020;
    font-size: 20px;
    font-weight: 700;
}

.newreq_no {
    background: #fff4af;
    padding: 5px 14px;
    border-radius: 24px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
}

.suprsingr_title h6 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.suprsingr_title h6 span {
    color: #541394;
    padding-left: 15px;
    position: relative;
    margin-left: 15px;
}

.suprsingr_title h6 span::before {
    position: absolute;
    content: "";
    background: #541394;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 6px;
}

.suprsingr_title p {
    color: #9a9a9a;
    font-size: 13px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 6px 0;
}

.suprsingr_title a {
    color: #541394;
    text-decoration: underline;
}

.suprby_single.active {
    border-left: 3px solid #6418c3;
    background: #6d21cb1f;
}

.suprby_single.active .call_text{
    font-weight: 600;
}
.suprby_single.resolved {
    border-left: 3px solid #00C08B;
    background: #0fcf9a1a;
}
.suprby_single.resolved  .text-success{
    font-weight: 600;
}
.suprby_single.unresolved {
    border-left: 3px solid #d92550 ;
    background: #c52a4f1c;
}
.suprby_single.unresolved  .text-danger{
    font-weight: 600;
}

/** BEGIN CSS NEEDED FOR SWITCH **/
.on-off-toggle {
    width: 80px;
    height: 24px;
    position: relative;
    display: inline-block;
}

.on-off-toggle__slider {
    width: 80px;
    height: 24px;
    display: block;
    border-radius: 34px;
    background-color: #b3b3b3;
    transition: all ease-in-out 0.4s;
}

.on-off-toggle__slider:before {
    content: "";
    display: block;
    background-color: #fff;
    box-shadow: 0 0 0 1px #949494;
    bottom: 3px;
    height: 18px;
    left: 3px;
    position: absolute;
    transition: 0.4s;
    width: 18px;
    z-index: 5;
    border-radius: 100%;
}

.on-off-toggle__slider:after {
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    content: "Inactive";
    color: #484848;
    padding-left: 26px;
    transition: all 0.4s;
}

.on-off-toggle__input {
    position: absolute;
    opacity: 0;
}

.on-off-toggle__input:checked + .on-off-toggle__slider {
    background-color: #0dde06;
}

.on-off-toggle__input:checked + .on-off-toggle__slider:before {
    transform: translateX(55px);
}

.on-off-toggle__input:checked + .on-off-toggle__slider:after {
    content: "Active";
    color: #ffffff;
    padding-left: 8px;
}

/*** END CSS NEEDED FOR SWITCH **/
.table_alink {
    color: #217ffb;
    text-decoration: underline;
}

.franchise_box h5 {
    font-size: 14px;
}
.franchise_box h6 {
    font-size: 13px;
}
.franchise_box p {
    font-size: 12px;
}

/* multistep form */
#heading {
    text-transform: uppercase;
    color: #673ab7;
    font-weight: normal;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.form-card {
    text-align: left;
    padding: 20px;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673ab7;
    outline-width: 0;
}

#msform .action-button {
    width: 100px;
    font-weight: 500;
    color: black;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 20px 10px 20px;
    float: right;
    border-radius: 8px;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: 500;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px;
    float: none;
    position: absolute;
    right: 13%;
    border-radius: 8px;
}

#msform .action-button.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #ffdd00;
}

.card {
    z-index: 0;
    border: none;
    position: relative;
}

.fs-title {
    font-size: 25px;
    color: #673ab7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.purple-text {
    color: #673ab7;
    font-weight: normal;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.fieldlabels {
    color: gray;
    text-align: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    width: 100%;
}

#progressbar .active {
    color: #541394;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    text-align: left;
    font-weight: 400;
}

#progressbar li.active:before {
    /* width: 50px; */
    /* height: 50px; */
    /* line-height: 45px; */
    /* display: block; */
    font-size: 13px;
    color: #f8b807;
    /*background: lightgray;
  border-radius: 50%;*/
    margin: 0 auto 10px auto;
    padding: 2px;
    font-family: FontAwesome;
    content: "\f058";
    position: absolute;
    right: 12%;
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

#progressbar li.active:after {
    background: #f8b807;
}

.progress {
    height: 20px;
}

.progress-bar {
    background-color: #673ab7;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

.franchise_multistep .btn-primary {
    background-color: #ffdd00;
    border-color: #ffdd00;
}
.franchise_multistep .btn-primary:hover {
    background-color: #ffdd00;
    border-color: #ffdd00;
}

.feedback_form {
    margin: 20px 0;
    padding: 20px;
}

.feedback_form h3 {
    font: normal normal normal 18px/28px Rubik;
    letter-spacing: 0.48px;
    color: #000000;
    font-weight: 700;
}

.feedbf_single p {
    font: normal 12px/18px Rubik;
    letter-spacing: 0px;
    color: #9a9a9a;
    font-style: italic;
}

.feedbf_single.card.card-body {
    padding: 20px;
    margin: 15px 0 0;
}

.feedbf_single h3 {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 20px;
}

.details-inr .top-hdr-hdng {
    font: normal normal bold 20px/30px Rubik;
    padding: 0px 20px 0px 20px;
}

.details-inr .search_box {
    width: 300px;
}

.details-inr .orderdt_img img {
    height: auto;
}

.form-card .form-control {
    margin-bottom: 20px;
    font-size: 13px;
}

.extend_modal .modal-footer .btn {
    min-width: 120px;
    height: 35px;
}

.extend_modal .modal-footer .btn.btn-warning {
    background: #ffdd00;
    border-color: #ffdd00;
}

.extendm_single {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 20px;
}

.extend_modal h5 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.extendm_single > label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    width: 115px;
}

.extendm_single input {
    font-size: 13px;
}

.extendm_sinput {
    display: flex;
    align-items: center;
    gap: 12px;
}

.date_input input {
    width: 165px;
}
.extendm_sinbox {
    background: #fffffffa 0% 0% no-repeat padding-box;
    border: 1px solid #9a9a9a40;
    border-radius: 12px;
    width: 100%;
    height: calc(2.25rem + 10px);
    padding: 0.375rem 0.75rem;
    display: flex;
    min-width: 165px;
    align-items: center;
    gap: 7px;
    justify-content: space-between;
}
.extendm_sinbox label {
    font-size: 13px;
}

.extendm_sinbox input[type="radio"] {
    accent-color: #ffdd00;
}

/*.extendm_sinbox input:checked[type=radio] {
  background: url("../images/checked.svg") no-repeat;
}*/
/*=================================*/

.ck-editor__editable[role="textbox"] {
    /* Editing area */
    min-height: 200px;
}

.parent {
    width: 100%;
}
.block1 {
    width: 10%;
    float: right;
    padding-right: 10px;
}

.block2 {
    width: 10%;
    float: right;
    padding-right: 10px;
}
/* .block3 {
  width: 80%;
  float: right;
} */
.block3 {
    width: 100%;
    float: right;
}

/* new css */
.accordion-item:last-of-type .accordion-button.collapsed {
    display: inline-block;
    margin-bottom: 20px;
}
.dropdown-menu.show {
    display: inline-block;
    min-height: 84px;
}
.custom-div {
    display: flex;
    gap: 10px;
    align-items: center;
    float: right;
    position: absolute;
    right: 44px;
    top: 5px;
}
.check-box1 .form-check {
    margin-bottom: 10px;
}
.dropdown-menu.show .block3 {
    margin-bottom: 30px;
}
.faq_sec {
    display: block;
    min-height: 42px;
    margin-bottom: 20px;
}
span.astrics {
    color: red;
    padding-left: 3px;
}
/*==================================
      Data table changes
=================================*/

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before {
    content: "\f176";
    font-family: "fontawesome";
    bottom: 55%;
    /* sort-by-attributes */
}
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after {
    content: "\f175";
    font-family: "fontawesome";
    top: 55%;

    /* sort-by-attributes-alt */
}
.stockmodal .modal-header {
    padding: 8px 20px;
    background: #541394;
    color: #fff;
}

.btn_close {
    background: transparent;
    border: 0;
    color: #fff;
    margin: auto 0;
}

.datatable_box {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
        0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
        0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05),
        0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all 0.2s;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 1.25rem 0;
    margin: 25px 0;
}

.dataTables_filter {
  width: 36%;
  margin-bottom: 16px;
}

.dataTables_filter label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.dataTables_filter input {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sr_actionbox a {
    padding-right: 10px;
}

.suppotrb_sec {
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 8px;
    margin: 30px 0;
    border: 1px solid #0000002e;
}

.suptrbs_tab ul.nav-pills {
    background: #E7E7E7;
    padding: 5px;
    border-radius: 10px;
    justify-content: space-between;
    width: 35%;
}

.suptrbs_tab ul.nav-pills  .nav-link {
    color: #8E8E8E;
    font-size: 13px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.suptrbs_tab ul.nav-pills  .nav-link.active{
    background: #ffffff;
    color: #0088FF;
}

.suptrbs_tab ul.nav-pills  .nav-link:hover{
    background: #ffffff;
    color: #0088FF;
}

.edit_qty{
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000;
  }
  
  .edit_qty:hover{
    color: #333;
  }
  
  .qty_input{
    width: 100%;
  }
/* ----------------------------------------- */

.product_image{
  width: 100px;
  height: 100px;
  float: left; 
  max-width: 100px;
  max-height: 100px;
  border-radius: 20%;
  filter: drop-shadow(8px 8px 10px gray);
}
.logo-src{
    margin-left: 0px;
    text-align: center;
    padding-bottom: 20px;
}

/* diksha's css */
.login-rightbox .logo-src img {
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
    background-color: #fff;
}
table.fld-cntnt-inr td {
    min-width: 145px !important;
 }
 .light-p{
      background-color: #febebe !important;
      }
 .light-b{
        background-color:  #f8ffff !important;
      }
  .report_box .prpl-btn .reportsing_box{
    margin-bottom: 30px;
  } 
/* end diksha's css */


.widget-content-left.widget_profile .dropdown-menu.show {
    min-height: 0;
}
.dashmh_right {
    flex-wrap: wrap;
}
td.check-dot {
    gap: 10px;
}
.app-header__logo .logo-src {
    position: relative;
}
.app-sidebar__inner ul {
    padding-right: 0;
    overflow-y: scroll;
    position: fixed;
    height: -webkit-fill-available;
    z-index: 9999;
    transition: all .2s;
}

/* =============== */
.flex-none {
    display: unset;
}
.dashmh_right_new {
    display: flex;
    gap: 17px;
    align-items: center;
    margin: 30px 0;
    flex-wrap: wrap;
}
.faq_sec.dashreturn_item {
    min-height: unset;
}
.custom-div {
  
    right: 0;
    top: 5px;
}

.dataTables_filter input {
    display: block;
    width: fit-content;
}
/* PO MANAGER CSS */
.categories-tables{
    border-spacing: 0;
    border:1px solid #ccc;
    font-size: 14px;
    padding: 0;
    margin: 0;
    border-right: none;
}
.categories-tables > tbody > tr > td{
    /*border-right: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
    width: 450px;
}
.categories-tables > tbody > tr:first-child > td{
    border-right: 1px solid #ccc;
}
.categories-tables > tbody > tr:last-child > td{
    border-bottom: none;
    vertical-align: top;
}
.pro-inner-tbl{
    border-spacing: 0;
    width: 100%;
}
.pro-inner-tbl > tbody > tr > td{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0px;
}
.pro-inner-tbl > tbody > tr > td:last-child{
    border-right: none;
}
.pro-inner-tbl > tbody > tr:first-child > td{
    border-bottom: none;
}
.pro-inner-tbl > tbody > tr:nth-of-type(2) > td:first-child{
    border-right: none;
}
.pro-inner-tbl > tbody > tr:nth-of-type(2) > td:last-child{
    text-align: right;
}
.pro-inner-tbl > tbody > tr:last-child > td{
    border-bottom: none;
}
.order-qtr-table{
    border-spacing: 0;
}
.order-qtr-table > tbody > tr > td{
    border-right: 1px solid #ccc;
    padding: 10px;
    width: 135px;
}
.order-qtr-table > tbody > tr > td:last-child{
    border-right: none;
}
.order-qtr-table > tbody > tr > td input{
    height: 30px;
    border: 1px solid #ccc;
    padding: 5px;
    outline: none;
    outline: none;
    width: 100px;
}
.p-10{
    padding: 10px !important;
}

.table-pro-ttl{
    display: inline-block;
    width: 300px;
}
.table-pro-name{
    display: inline-block;
    width: 450px;
}
.fran-ttl{
    display: inline-block;
    width: 155px;
}
.po-ttl{
    display: inline-block;
    width: 100px;
}