@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Barcode+128+Text&display=swap');

html {
    scroll-behavior: smooth;
}

body * {
    outline: none;
}

body {
    font-family: 'Inter', sans-serif;

    background: -webkit-linear-gradient(90deg, #fff 3%, hsla(0, 0%, 100%, 0)), -webkit-linear-gradient(347deg, #d1fff4, #c4f5f9 50%, #ddecfd);
    background: linear-gradient(90deg, #fff 3%, hsla(0, 0%, 100%, 0)), -webkit-linear-gradient(347deg, #d1fff4, #c4f5f9 50%, #ddecfd);
    font-size: 17px;
    color: #0E101A;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}

a {
    text-decoration: none;
    color: #10217d;
}

a:hover {
    color: inherit;
}

.h1,
h1 {
    font-size: calc(1.32813rem + .9375vw)
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 2.03125rem
    }
}

.h2,
h2 {
    font-size: calc(1.2875rem + .45vw)
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 1.625rem
    }
}

.h3,
h3 {
    font-size: calc(1.26719rem + .20625vw)
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 1.42188rem
    }
}

.h4,
h4 {
    font-size: 1.21875rem
}

.h5,
h5 {
    font-size: 1.01563rem
}

@media (min-width:1200px) {

    .h5,
    h5 {
        font-size: 1.01562rem
    }
}

.h6,
h6 {
    font-size: .8125rem
}

table {
    border: 1px solid #eceff1;
    border-radius: 8px;
    overflow: hidden;
}

#page-topbar {
    background-color: #fff;
    box-shadow: rgb(18 38 63 / 3%) 0px 0.75rem 1.5rem;
    left: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 1002;
}

.text-primary {
    color: #10217d !important;
}

.navbar-header {
    align-items: center;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    

    justify-content: space-between;
    margin: 0px auto;
    padding: 0px 12px 0px 0px;
}

.p_name {
    text-transform: uppercase;
}

.navbar-brand-box {
    padding: 12px 0;
    text-align: center;

    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    margin-left: 20px;
    align-items: center;
}

.logo {
    font-family: 'Abril Fatface', cursive;
    font-size: 20px;
    color: rgb(17, 166, 131);
}

.navbar-brand-box {
    background: #fff;
}



[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

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

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-24 {
    font-size: 24px !important;
}




.w-xs {
    min-width: 80px;
}

.w-sm {
    min-width: 95px;
}

.w-md {
    min-width: 110px;
}

.w-lg {
    min-width: 140px;
}

.w-xl {
    min-width: 160px;
}


.app-search {
    padding: 16px 0;
    margin: 0;
}

.app-search .form-control {
    background-color: #f3f3f9;
    font-size: 12px;
    border: none;
    border-radius: 30px;
    box-shadow: none;
    height: 38px;
    padding-left: 40px;
    padding-right: 20px;
}

.app-search span {
    color: #74788d;
    font-size: 16px;
    left: 13px;
    line-height: 38px;
    position: absolute;
    top: 0;
    z-index: 10;
}


.header-item {
    border: 0;
    border-radius: 0;
    box-shadow: none !important;

}

.header-item,
.header-item:hover {
    color: #555b6d;

}

.noti-icon i {
    color: #555b6d;

    font-size: 22px;
}

.noti-icon .badge {
    position: absolute;
    right: 4px;
    top: 12px;
}

.dropdown-menu-end[style] {
    left: auto !important;
    right: 0 !important;
}

.dropdown-menu.show {
    top: 100% !important;
    border-color: transparent;
}

.btn {
    font-size: .8125rem;
}

@media (min-width: 600px) {
    .dropdown-menu-lg {
        width: 320px;
    }
}

.dropdown-menu {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
    margin: 0;
    position: absolute;
    z-index: 1000;
}

@keyframes DropDownSlide {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

[data-simplebar] {
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
}

.simplebar-wrapper {
    height: inherit;
    max-height: inherit;
    max-width: inherit;
    overflow: hidden;
    width: inherit;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    flex-basis: 0;
    flex-grow: inherit;
    flex-shrink: 0;
    float: left;
    height: 100%;
    margin: 0;
    max-height: 1px;
    max-width: 1px;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: -1;
}

.simplebar-height-auto-observer,
.simplebar-track {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    height: 1000%;
    left: 0;
    min-height: 1px;
    min-width: 1px;
    opacity: 0;
    top: 0;
    width: 1000%;
    z-index: -1;
}

.simplebar-mask,
.simplebar-offset {
    bottom: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}

.simplebar-mask {
    direction: inherit;
    height: auto !important;
    left: 0;
    overflow: hidden;
    right: 0;
    width: auto !important;
    z-index: 0;
}

.simplebar-offset {
    -webkit-overflow-scrolling: touch;
    box-sizing: inherit !important;
    direction: inherit !important;
    left: 0 !important;
    resize: none !important;
    right: 0 !important;
}

.simplebar-content-wrapper {
    box-sizing: border-box !important;
    direction: inherit;
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden scroll;
    padding: 0 !important;
    position: relative;
    scrollbar-width: none;
    visibility: visible;
    width: auto;
}

.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table;
}

.notification-item .d-flex {
    padding: 0.75rem 1rem;
}

.avatar-xs {
    height: 2rem;
    width: 2rem;
}

.avatar-title {
    align-items: center;
    background-color: #556ee6;
    color: #fff;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    font-weight: 500;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.small,
small {
    font-size: 80%;
}

.simplebar-content-wrapper::-webkit-scrollbar {
    width: 2px;
}



.simplebar-content-wrapper::-webkit-scrollbar-thumb {
    background: #a2adb7;
    border-radius: 7px;
}

.notification-item .d-flex:hover {
    background-color: #f6f6f6;

}

.btn-link {
    text-decoration: none !important;
}

.btn-link:hover {
    color: #00f;
}

.header-profile-user {
    background-color: #f6f6f6;

    height: 36px;
    padding: 3px;
    width: 36px;
}






/** vertical menu ***/
.vertical-menu {
    background: #fff;
    bottom: 0;
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    margin-top: 0;
    padding-top: 85px;
    position: fixed;
    top: 0;
    width: 250px;
    z-index: 1001;
}

.vertical-menu {
    background: #fff;
}

#sidebar-menu {
    padding: 10px 0 30px;
}

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

.metismenu li {
    display: block;
    width: 100%;
    padding: 0 12px;
}

#sidebar-menu ul li a {
    color: #0E101A;
    display: block;
    font-size: 14px;
    padding: 8px 15px;
    position: relative;
    transition: all .4s;
    border-radius: 50px;
}



#sidebar-menu ul li a i {
    color: #0E101A;
    display: inline-block;
    font-size: 18px;
    line-height: 1.40625rem;
    min-width: 1.75rem;
    padding-bottom: 0.125em;
    transition: all .4s;
    vertical-align: middle;
}

#sidebar-menu ul li a i {
    color: #6a7187;
}

#sidebar-menu ul li a i {
    min-width: 2rem;
}


#sidebar-menu .mm-active>.has-arrow:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sidebar-menu .has-arrow:after {
    content: "\F0140";
    display: block;
    float: right;
    font-family: Material Design Icons;
    font-size: 1rem;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.vertical-collpsed #vertical-menu-btn {}

#sidebar-menu ul li.mm-active i,
#sidebar-menu ul li.mm-active a,
#sidebar-menu ul li a:hover,
#sidebar-menu ul li a:hover i {
    color: #000;
    background-color: rgba(244, 244, 244, 0.69);
}

.vertical-collpsed #sidebar-menu ul li.mm-active i,
.vertical-collpsed #sidebar-menu ul li.mm-active a,
.vertical-collpsed#sidebar-menu ul li a:hover,
.vertical-collpsed #sidebar-menu ul li a:hover i {
    color: #fff;
}

.page-dashboard .menu-dashboard a,
.page-lab-tests .menu-tests a,
.page-patients .menu-patients a,
.page-orders .menu-orders a,
.page-reports .menu-reports a,
.page-statitics .menu-statitics a,
.page-dashboard .menu-dashboard i,
.page-patients .menu-patients i,
.page-orders .menu-orders i,
.page-lab-tests .menu-tests i,
.page-reports .menu-reports i,
.page-statitics .menu-statitics i {
    color: #fff !important;
    background-color: rgb(17, 166, 131) !important;
    font-weight: 700;
}

.page-dashboard .menu-dashboard a:hover,
.page-lab-tests .menu-tests a:hover,
.page-patients .menu-patients a:hover,
.page-orders .menu-orders a:hover,
.page-reports .menu-reports a:hover,
.page-statitics .menu-statitics a:hover {
    color: #fff !important;
    background-color: rgb(17, 166, 131) !important;
}

.page-dashboard .menu-dashboard a:hover i,
.page-patients .menu-patients a:hover i,
.page-orders .menu-orders a:hover i,
.page-lab-tests .menu-tests a:hover i,
.page-reports .menu-reports i:hover,
.page-statitics .menu-statitics i:hover {
    color: #fff !important;
}

.menu-title {
    color: #7f8387;
    cursor: default;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .05em;
    padding: 12px 20px !important;
    pointer-events: none;
    text-transform: uppercase;
}

.menu-title {
    color: #6a7187;
}

.logo-header:hover {
    color: #4c2164;
}

.vertical-collpsed .logo-header span {}

.vertical-collpsed .navbar-brand-box {}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li {
    position: relative;
    white-space: nowrap;
}


.vertical-collpsed .vertical-menu {
    position: fixed;
    width: 70px !important;
    z-index: 5;
}

.vertical-collpsed .vertical-menu #sidebar-menu .menu-title {
    display: none !important;
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 0;
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a {
    min-height: auto;
    padding: 8px;
    transition: none;
    background-color: transparent !important;
    text-align: center;
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a i {
    margin-left: 0;
    min-width: auto;
    padding: 8px 15px;
    border-radius: 20px;
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a span {
    display: block;
    font-size: 10px;
    color: #0E101A;
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a,
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul {
    background-color: #f5f5f5;
    color: #556ee6;
    position: relative;
    transition: none;
    width: auto;
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a,
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a>i {
    color: #4d7b71 !important;
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a span {}

.vertical-collpsed .main-content {
    margin-left: 70px;
}


.menu-ads {
    padding: 0.625rem 1.5rem;
    list-style: none;
    position: fixed;
    bottom: 50px;
}

.ad-menu {
    background-color: #5c11a6;
    padding: 8px 15px;
    color: #fff;
    border-radius: 25px;
}


.ad-menu:hover {
    background-color: #4c0f8a;
    color: #fff;
}

.ad-banner-wrap {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.ad-banner_1 {
    width: 30%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;

}

.ad-banner_1 img {
    width: 100%;
}

.options {
    opacity: 0;
    background-color: #000000a0;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    justify-content: center;
    align-items: center;
    visibility: hidden;
    transition: 0.4s ease-in;

}

.options i {

    color: #fff;

}

.options .only-icon:hover i {
    color: #000;
}

.ad-banner_1:hover .options {
    opacity: 1;
    visibility: visible;
}

/** main-content*/
.main-content {
    margin-left: 250px;
    overflow: hidden;
}

.page-content {
    padding: 94px 18px 60px;
}


/* cards */
.card {
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    margin-bottom: 24px;
    border: 0;
}

.card-body {

    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 7px;
}

.fw-medium {
    font-weight: 500;
}

.mini-stats-wid .mini-stat-icon {
    overflow: hidden;
    position: relative;
}

.avatar-sm {
    height: 3rem;
    width: 3rem !important;
}

.mini-stats-wid .mini-stat-icon:after,
.mini-stats-wid .mini-stat-icon:before {
    background-color: hsla(0, 0%, 100%, .1);
    content: "";
    height: 54px;
    left: 16px;
    position: absolute;
    top: -5px;
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    transition: all .4s;
    width: 8px;
}

.mini-stats-wid .mini-stat-icon:after {
    left: -12px;
    transition: all .2s;
    width: 12px;
}

table {
    font-size: 17px;
}

.table {
    overflow: auto;
}

.table th {
    font-weight: 600;

}

.fw-bold {
    font-weight: 600 !important;
}

.table>:not(caption)>*>* {

    padding: 0.75rem;
}

.badge-soft-warning {
    background-color: rgba(241, 180, 76, .18) !important;
    color: #f1b44c;
}

.badge-soft-success {
    background-color: rgba(52, 195, 143, .18) !important;
    color: #34c38f;
}

.badge-soft-danger {
    background-color: hsla(0, 86%, 69%, .18) !important;
    color: #f46a6a;
}

.btn-rounded {
    border-radius: 30px;
}

table .btn {
    font-size: 12px;
}

.form-control,
.form-select,
.form-check-input {

    font-size: 14px;
    box-shadow: none !important;
}

.dataTables_filter .form-control {


    box-shadow: none;
    margin-bottom: 10px;
}

.badge-pill {

    font-weight: 500;
    border-radius: 8px;
    padding: 0 8px;
    height: 17px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    align-items: center;
    width: max-content;

}

.btn-primary {
    border-color: rgb(17, 166, 131) !important;

    background-color: rgb(17, 166, 131) !important;


}

.table-responsive {
    scrollbar-width: none;
}

.table-responsive::-webkit-scrollbar {
    width: 2px;
    display: none;
}



a.page-link {
    border: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 10px;
    margin: 5px;
}

.dataTables_info,
.dataTables_paginate {
    margin: 20px 0 0 !important;
}


/** footer **/
.footer {
    background-color: transparent;

    bottom: 0;


    height: 60px;
    left: 250px;
    padding: 20px 18px;
    position: absolute;
    right: 0;
}

.vertical-collpsed .footer {
    left: 60px;
}


/** login page **/

.auth-wrap {
    padding: 0 32px;
    max-width: 400px;
    margin: 0 auto;
}
.auth-wrap {
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 20px;
    box-shadow: 0 0 20px -9px #b1b1b1;
}
.bg-soft {

    color: #0E101A;
    text-align: center;
}

.bg-soft .logo {
    color: #0E101A;
}

.img-fluid,
.img-thumbnail {
    height: auto;
    max-width: 100%;
}

.auth-logo-light {
    font-family: 'Abril Fatface', cursive;
    font-size: 32px;
    color: #0E101A;
}

form.form-horizontal input {
    font-size: 13px;
}

.account-pages button {
    font-size: 14px;
}

.social-list-item {
    border: 2px solid #adb5bd;
    border-radius: 50%;
    color: #adb5bd;
    display: block;
    height: 2rem;
    line-height: calc(2rem - 4px);
    text-align: center;
    transition: all .4s;
    width: 2rem;
}


/** activity  **/

.verti-timeline {
    border-left: 3px dashed #f6f6f6;
    margin: 0 10px;
}

.verti-timeline .event-list {
    padding: 0 0 20px 30px;
    position: relative;
}

.verti-timeline li:last-child {
    padding-bottom: 0;
}

.verti-timeline .event-list .event-timeline-dot {
    font-size: 16px;
    left: -9px;
    position: absolute;
    top: 0;
    z-index: 9;
}

.verti-timeline .event-list.active .event-timeline-dot {
    color: red;
}

.test-count ul {
    margin: 0;
}

.test-count ul li:not(:last-child) {
    padding-bottom: 20px;
}



.main-label {
    font-size: 14px;
    font-weight: 600;
    min-width: 120px;
    margin-right: 10px;
}

.inner-page {
    border-radius: 10px;
    box-shadow: 0 0 15px 14px #0000000f;
    margin-bottom: 20px;
    min-height: 550px;
}

.inner-page-h,
.inner-page-h a {
    color: #0E101A;
}

.form-h {
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    width: max-content;
}

.form-h::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #2c2d77;
    position: absolute;
    left: 0;
    bottom: 0;
}

.form-check-input[type=radio] {
    border-radius: 3px;
}

.form-control,
.form-select {
    padding: 8px 12px;
    font-size: 14px;
}

.form-select {
    min-width: 80px;
}

form .col-12 {
    margin-bottom: 20px;
}

.form-control.no-edit {
    background-color: #efefef;
    border-color: #efefef;
    opacity: 0.7;
}

.total-price {
    margin: 50px 0;
    font-size: 22px;
    font-weight: 700;
    text-align: right;
}


/** patient page */
.patient-details-item {
    text-transform: capitalize;
}

.patient-details {
    background-color: #f3f3f9;
    padding: 20px;
    margin: 50px 0;
}


.account-pages .um-form-field {
    border: 3px solid #0E101A;
    border-radius: 5px;
    height: 50px;
    line-height: normal;
    padding: 0 12px;
    font-size: 16px;
    display: block;
    width: 100%;
}

.um-form-field:focus {
    border: 3px solid #5551ff;
}


.um-field-area {
    margin-bottom: 18px;
}

.um-field-label {
    color: rgba(0, 0, 0, .6);
    font-size: 16px;
    margin-bottom: 8px;
}

.um_request_name {
    display: none;
}

.um-field.um-field-c {
    display: none;
}

.um-button {
    background-color: #0E101A;
    border: 1px solid #0E101A;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    height: 48px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.um-right.um-half {
    display: none;
}

.um-col-alt-b {
    text-align: center;
    font-size: 16px;
    margin-top: 16px;
}

.err {
    color: #f24822;
    font-size: 16px;
}

.um-field-error {
    display: none;
}

.from-wrap {
    margin-top: 80px;
}

.um-field-block {
    font-size: 16px;
    margin-bottom: 20px;
}

#fullName {
    text-transform: uppercase;
}

#date-selector .form-select {

    width: 153px;

}

#test-tables_filter {
    display: none;
}

.btn-primary-order {
    background-color: #556ee6;
    color: #fff;
}

.btn-primary-order:hover {
    background-color: #1e41e8 !important;
    color: #fff !important;
}

#full-table tr td:last-child,
#test-tables tr td:last-child {
    width: 1%;
    white-space: nowrap;
    padding-right: 13px !important;
}


.dataTables_filter .form-control {
    padding: 8px 12px;
}

.p-er {
    color: rgb(255, 0, 0);
}


td,
th {
    border: 0 !important;
    padding: 10px 0 !important;
}

td:first-child,
th:first-child {
    padding-left: 15px !important;
}

tr {
    padding: 10px 0;
    -webkit-box-shadow: inset 0 -1px 0 0 rgb(100 121 143 / 12%);
    box-shadow: inset 0 -1px 0 0 rgb(100 121 143 / 12%);
}

tr:last-child {

    box-shadow: none;
}


tbody tr:hover {

    background-color: rgba(245, 251, 255, 0.6) !important;
    z-index: 2;

}

.ui-autocomplete-input {
    width: 100% !important;
}

.ui-icon-close {
    margin-left: 5px;
    background-color: transparent;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    justify-content: center;
    align-items: center;
}

.ui-icon-close:hover {

    background-color: #076952;
}

#ui-id-1 {
    z-index: 99999;
}

#showtest {
    /* background-color: #d7fbf3;
    padding: 10px 10px 5px;
    border-radius: 20px;*/
    margin-left: 130px;
    margin-top: 10px;
}

.ui-autocomplete-multiselect-item {
    border: 1px solid #11a683;
    padding: 2px 4px 2px 14px;
    border-radius: 30px;
    width: max-content;
    display: inline-flex;
    align-items: center;
    background-color: #11a683;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 5px;
}

#select-test thead {
    display: none;
}

#select-test tr {
    display: -webkit-flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    position: relative;
    flex-wrap: wrap;
    padding: 0;
    box-shadow: none;
}

.select-test:hover {
    box-shadow: none;
    z-index: 2;
    cursor: unset;
}

.unshow {
    opacity: 0;
    visibility: hidden;
}

#select-test tbody {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    flex-wrap: wrap;
}

#select-test .bold {
    width: 100%;
}


.testlist-wrap {
    position: relative;
    width: max-content;
}

.test-list-popup {
    position: absolute;
    top: 0;
    left: -280px;
    width: 280px;
    background-color: #fff;
    text-align: left;
    color: #0E101A;
    padding: 0;
    border-radius: 10px;
    opacity: 0;
    box-shadow: 0 0.125rem 2rem 0px rgb(218 218 218 / 63%);
    visibility: hidden;
    display: none;
    z-index: 9999;
}

.test-list-popup li {
    text-transform: uppercase;
    font-size: 15px;

    padding: 5px 15px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.757);
}

.test-list-popup li:last-child {
    border: 0;
    padding-bottom: 10px;
}

.test-list-popup li:first-child {
    padding-top: 10px;
}


#test-btn:hover .test-list-popup {
    opacity: 1;
    visibility: visible;
    display: block;
}

.indv-test {
    padding: 15px;
    background-color: #ccc;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #0E101A;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    justify-content: space-between;
    align-items: center;

}

.indv-test.multi {
    background-color: #ffaa83;
}

.indv-test a {
    color: #0E101A;
}

.indv-test:hover {

    background-color: #ffd0bb;
}



.btn-new-order i {
    font-size: 20px;
    color: #4c2164;
}




.btn-view i {
    font-size: 9px;

    color: #000;
}

.btn-view {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    align-items: baseline;
    color: #10217d;
}

.btn-view:hover {
    text-decoration: underline;
}

.btn-d-test i {
    font-size: 26px;
    color: red;
    cursor: pointer;
}

.test-pill {
    height: 25px;
    width: 25px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    justify-content: center;
    align-items: center;
    background-color: #11a683;
    color: #fff;
    margin-right: 5px;
    font-size: 10px;
}

#test-btn {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    align-items: center;
}


.btn-ref {
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

.ctn {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    transition: all 0.2s ease-in;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: -.022em;
    min-width: 28px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 980px;

    color: #fff;
}

.btn-result {

    background: #000;

}

.btn-edit {
    background: #0071e3;

}

.btn-result:hover {
    background-color: #323232;
    color: #fff;
}

.btn-edit:hover {
    background-color: #985305;
    color: #fff;
    ;
}

.patient-details-wrap {
    position: relative;
    width: max-content;
}

.patient-details-wrap i {
    cursor: pointer;
}

.patient-wrap {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
    font-size: 14px;
    padding: 15px;
    background-color: antiquewhite;
    border-radius: 8px;
    z-index: 9;
    width: 250px;
}

.patient-details-wrap:hover .patient-wrap {
    position: absolute;
    opacity: 1;
    visibility: visible;
}

.only-icon {
    cursor: pointer;
    color: #0E101A;
}

.only-icon,
.only-icon i {
    position: relative;
    z-index: 9;
    font-size: 18px;
}

.only-icon::before {
    content: "";
    position: absolute;
    top: -9px;
    left: -9px;
    width: 36px;
    height: 36px;
    transform: scale(0);
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.1s ease-in;
    background-color: #efefef;
}

.only-icon:hover::before {
    transform: scale(1);
}

.bi-arrow-down-circle {
    font-size: 12px;
}

.bi-info-circle {
    font-size: 14px;
}

.result-input {
    width: auto;
    padding: 8px 10px;
}

.resulttable,
.display-result-table {
    width: 100%;
}

.resulttable th {
    width: 33.33%;
}

.display-result-table th {
    width: 30%;
}

.error {
    color: rgb(255, 88, 88);
    font-size: 12px;
}

.tbody tr:not(:first-child) td:last-child a {
    display: none;
}

.total-wrap {
    text-align: right;

}

.total {
    font-size: 20px;
    font-weight: bold;
}

.print {
    display: none;
}



.bill-print .p-details-wrap {
    padding: 15px 20px 5px;
    border: 1px solid rgba(149, 149, 149, 0);

    color: #0E101A;
    border-radius: 8px;

    background-color: #f3fff8;
}

.bill-print .p-details-wrap ul {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    flex-wrap: wrap;

    margin: 0;
    padding: 0;
}

.bill-print .title {
    text-transform: capitalize;

    min-width: 170px;

}

.bill-print .gen .title {

    min-width: 120px;
}

.bill-print .p-details {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    margin-bottom: 10px;
    text-align: left;
    align-items: center;
    width: 33.33%;
}

.bill-print .det {
    margin-left: 5px;
}



.p-details.name,
.p-details.orderno {
    display: none;
}

.print-table {
    border: 0;
    border-radius: 0;
    overflow: visible;
    width: 100%;
}

.print-td {
    padding: 0 !important;
}

.print-td:first-child {
    padding-left: 0 !important;
}

.page-header {
    /*   background-image: url('https://german.poornah.in/wp-content/uploads/2022/10/header.jpg');
   background-repeat: no-repeat;
   background-size: 100%;*/
}

.page-header,
.page-footer {
    display: none;
}

.print-table .print-thead,
.print-table .print-tfoot {
    display: none;
}

.print-tr:hover {
    background-color: #f000 !important;

}

.status-btn {
    background-color: aqua;
    width: max-content;
    padding: 4px 12px;
    font-size: 10px;
    border-radius: 30px;
    color: #fff;
}

.status-btn.prescribed {
    background-color: #cc3232;
}

.status-btn.inprocess {
    background-color: #e7b416;

}

.status-btn.completed {
    background-color: #2dc937;
}

.toast {
    position: absolute;
    z-index: 9999;
    background-color: #202124;
    color: #fff;
    right: 3%;
    top: 95px;

    font-size: 0.84rem;
    padding: 5px 15px 5px 12px;
}

.btn-toast {
    background: none;
    color: #fff;
    border: 0;
    font-size: 1.5rem;
}

.btn-toast:hover {
    color: #ccc;
}

.preloader {
    display: none;
}

.preloader.show {
    display: block;
    background-color: #00000017;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.pre-text {
    background-color: #ffd88f;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 4px;
    margin: 70px auto 0;
    border: 2px solid #ffa700;
}


.nav-item {

    margin-right: 10px;
}

.nav-link {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    padding: 5px 15px;
    color: #000;
    opacity: 0.6;
    border-radius: 50px !important;
    background-color: #fff !important;
    border: 2px solid rgb(207, 207, 207) !important;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    justify-content: space-between;
    align-items: center;
    transition: 0.2s linear;

}

.nav-link i {
    margin: 0 10px;
}

.nav-link.active {
    border: 1px solid #be6400 !important;
    background-color: #be6400 !important;
    position: relative;
    box-shadow: 0 0 2px 0px #be6400;
    color: #fff !important;
    opacity: 1;


}

.nav-tabs {
    border: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    background-color: #ddd;
    color: #be6400;
    opacity: 1;
}

.nav-link img {
    width: 13px;
    margin-right: 5px;
}

.nav-link.active img {
    filter: invert();
}

.stati-submenu {


    width: max-content;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
    padding: 0;
    z-index: -1;
    position: absolute !important;
    top: -100%;

}

.stati-submenu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    padding: 0;
    position: relative !important;
    z-index: 9;
}

.stati-has-submenu .bi-chevron-right {
    position: absolute;
    right: 6px;
    top: 13px;
    font-size: 12px !important;
    color: #000 !important;
    transform: rotate(0);
    text-align: center;
}

.stati-has-submenu.show .bi-chevron-right {
    background-color: transparent !important;
    top: 13px;
    transform: rotate(90deg);
}



.vertical-collpsed .stati-submenu.active {
    position: absolute !important;
    background-color: aquamarine !important;
    top: 0;
    left: 80px;
    padding: 10px 0;
    border-radius: 6px;
}

.vertical-collpsed .stati-has-submenu .bi.bi-chevron-right {
    display: none !important;
}

.vertical-collpsed .stati-submenu li {
    margin-left: 0;
    margin-bottom: 0;
}

.vertical-collpsed .stati-submenu.active::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid aquamarine;
    left: -10px;
    position: absolute;
    top: 23px;
}

.vertical-collpsed .stati-submenu li a {
    font-size: 12px !important;
}

.stati-submenu li {
    margin-left: 35px;
    margin-bottom: 0;
}



.add-letter-head {

    border-radius: 20px;
    border: 1px solid #000;
    position: relative;
    width: 65px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    justify-content: space-between;
    padding: 4px 8px;
    margin-left: 5px;

}

.add-letter-head span {
    width: 50%;
}

.add-letter-head span:last-child {
    text-align: right;
}

.add-letter-head::before {
    content: "";
    width: 50%;
    height: 95%;
    background: #000;
    position: absolute;
    top: 0.6px;
    border-radius: 20px;
    left: 1px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
}

.show .add-letter-head::before {
    left: 31px;
}

.lh-wrap {
    position: relative;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    align-items: center;
    margin-bottom: 20px;
    margin-left: 8px;
    font-size: 14px;
}

.lh-wrap span {
    font-size: 10px;
    color: red;
    transition: color 0.2s ease-in;
    font-weight: 600;
    transition-delay: 0.1s;
}

.lh-wrap.show span {
    color: green;
    transition-delay: 0s;
}

#add-test #showtest {
    margin-left: 0;
}

div.b128 {
    border-left: 1px black solid;
    height: 30px;
}

.barcode_wrap {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    align-items: center;
}

.btxt {
    position: absolute;
    bottom: 0;
    left: 0;
}

.barcode {
    position: relative;
    padding-bottom: 17px;
    font-size: 12px;
    width: -moz-available;
}

.test-name {
    min-width: 150px;
    margin-right: 10px;
}

.edit-order-modal {
    max-width: 1200px;

}

.totalprice {
    font-size: 20px;
}

.totaldiscount {
    font-size: 16px;
}

.price-cal .form-control {
    width: 120px;
    font-size: 12px;
}

.total-amount {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    margin-top: 20px;
}

.re-head {
    position: absolute;
    z-index: 999;

}

.btn-pill {
    border: 1px solid #000;
    padding: 4px 15px;
    border-radius: 30px;
    font-size: 14px;
    box-shadow: 0 0 2px 0px #00000073;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    align-items: center;
    color: #000;
    margin-left: 8px;
    width: max-content;
    margin-bottom: 20px;
}

.btn-pill:active {
    transform: scale(0.98);
}

.btn-pill i {
    margin-right: 5px;
}

.normal-pill {


    box-shadow: 0 0 2px 0px #11a683;
    border-color: #11a683;
}

.delete-pill {

    box-shadow: 0 0 2px 0px #f96666;
    border-color: #f96666;
}

.back-btn {}

.back-btn:hover {
    background-color: #000;
    color: #fff !important;
}

.btn-pill:hover {
    color: #000;
}

.action-btns {
    flex-wrap: wrap;
}

.price-wrap {
    background-color: aliceblue;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    text-align: right;
    height: 100%;
}

.page-footer {
    display: none;
}

.package-delete {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    align-items: center;
    background-color: #db5050;
    color: #fff;
    border-radius: 20px;
    padding: 8px 16px;
    width: max-content;
}

.package-delete i {
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}

#reload-button {
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    cursor: pointer;
}

#reload-button:active {
    transform: scale(0.98);
}

.delete-tw {
    position: absolute;
    top: 15px;
    right: 0;
    background-color: #542929;
    color: #fff;
    padding: 2px 10px;
    font-size: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.test-wrap {
    position: relative;
    margin-bottom: 45px;
   
}
.test-wrap.single-head {
    margin-top: 0;
  }

.flex-dates {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    align-items: center;

}

.flex-dates li a {
    padding: 5px 10px;
    background-color: aliceblue;
    border-radius: 10px;
    margin-left: 8px;

}

.td_active,
.yd_active,
.lw_active,
.lm_active,
.tm_active {

    background-color: #000 !important;
    color: #fff !important;

}

.flex-dates li a {
    color: inherit;
}

.list {
    margin-top: 20px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    flex-wrap: wrap;
}

.create-form {
    max-width: 500px;
}

.bd-callout {
    background-color: #fff3cd;
    padding: 5px 10px;
    margin-top: 10px;
    display: block;
    border-radius: 6px;
    color: #5d4603;
    line-height: 16px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
    align-items: baseline;
}


.links {
    background-color: #fff;
    padding: 20px;
    border-radius: 50px;
}

.links a {
    background-color: #000;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
}


.p-item {
    background-color: #ffead154;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid #faebd9;
    margin-right: 20px;
    max-width: 400px;
}

.p-item .d-flex {
    font-weight: 600;
    text-transform: uppercase;
}

.p-test {
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    width: max-content;
    border-radius: 20px;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 8px;
}

.eor {
  text-align: center;
  font-size: 12px;
  margin: 10px 0 0;
}
.headtable{
    display: none;
}

.test-category {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    background-color: #f5f6f6;
    border-radius: 6px;
  }
  .result-table{
      position: relative;
  }
.delete-td {
  position: absolute;
top: 0;
left: 0;
background-color: #d52a2a;
color: #fff;
padding: 2px 10px;
font-size: 20px;
border-radius: 10px;
cursor: pointer;
z-index: -1;
width: 50px;
height: 100%;
display: grid;
place-items: center;
}
.result-table:hover .delete-td{
    z-index: 9;
}

@media screen and (max-width: 900px) {
    /* vertical menu */

    .vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a span {
        font-size: 14px;
        margin-left: 10px;
    }

    .vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a {
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;    
        align-items: center;
    }

    .vertical-collpsed .vertical-menu {
        width: 250px !important;
    }

    .vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a {

        background-color: inherit !important;

    }


    .vertical-collpsed .stati-has-submenu .bi.bi-chevron-right {
        display: block !important;
    }

    .vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a span {
        display: initial;
    }

    .vertical-collpsed .stati-submenu.active {
        position: relative !important;
        background-color: #ccc !important;
        top: 0;
        left: 0;
        padding: 0;
        border-radius: 0;
        width: 100%;
    }
    .auth-wrap {
        padding-top: 50px;
      }
}


.price-table {
    border: 0 !important;
    width: 100%;
    padding-top: 30px;
}

.price-table thead {
    display: none;
}

.price-table .p-h {
    display: flex;
    justify-content: space-between;
}

.price-table form {
    display: flex;
    margin-top: 20px;
    
}

.price-table tbody {
    display: grid;
    grid: auto/repeat(3, 1fr);
    gap: 30px;
    border: 0 !important;
}

.price-table tr {
    width: 100%;
    display: block;
    background: rgb(255, 255, 255) !important;
    padding: 0 !important;
    border: 0 !important;
}

.price-table td {
    background: #f7f7f7;
    display: block;
    padding: 20px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 10px;
}

.price-table input {
    
    width: 135px;
}

.price-table tbody tr:hover {
    background-color: rgba(245, 251, 255, 0) !important;
    z-index: auto;
}

/* hide the arrows on number inputs */
.price-table input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.price-table input[type=number]::-webkit-inner-spin-button,
.price-table input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    /* WebKit-based browsers */
    margin: 0;
}

.price-table span {
    font-size: 13px;
    background-color: #ffedd6;
    padding: 5px 10px;
    border-radius: 7px;
    border: 1px solid #c4904e;
    font-weight: 600;
}

@media screen and (max-width: 900px) {
    .price-table tr td:first-child::after {
        content: none;
    }

    .price-table tr {
        height: auto;
        overflow: unset;

    }
}

@media screen and (max-width: 767px) {
    .price-table tbody {
        grid: auto/repeat(2, 1fr);
    }
}

@media screen and (max-width: 567px) {
    .price-table tbody {
        grid: auto/repeat(1, 1fr);
    }
}