.main-content-wrap {
    background: #e6e6e6;
    min-height: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.layout-sidebar-large .main-header .logo img {
    height: auto;
}

.layout-sidebar-large .main-header .notification-dropdown {
    max-height: 283px;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active {
    color: #051c3f;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .triangle {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #051c3f transparent;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .nav-item-hold {
    color: #051c3f;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-icon,
.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold .feather {
    font-size: 33px;
    width: auto;
    margin: 0 auto 10px;
    height: auto;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-text {
    font-size: 14px;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .triangle {
    border-color: transparent transparent #0cb4a8 transparent;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold.current-main {
    color: #0cb4a8 !important;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold:hover {
    color: #05776f !important;
}

.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a.current {
    background-color: #eee !important;
}

.rating {
    font-size: 24px;
    /* Adjust as needed */
}

.star {
    color: #ddd;
    /* Default color for stars */
    cursor: pointer;
    color: #f8b805;
}

.star:hover,
.star:hover~.star {
    color: #f8b805;
    /* Yellow color for hovered and all previous stars */
}

/* admin_prescription */

.admin_bodywrapper {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 40px;
    flex-direction: row;
}

.reviewbooking {
    width: 50%;
    flex: unset !important;
}

.prescription_uploadDetails {
    width: 50%;
}

.prescription_uploadDetails h2 {
    margin-top: 15px;
}

.upload_medicalWrapper {
    margin-top: 2rem;
}

@media (max-width: 575.98px) {
    .upload_medicalWrapper {
        gap: 0.5rem;
        row-gap: 1rem;
    }
}

.upload_medicalWrapper .file_upload {
    width: 100%;
    padding: 3.9rem 1.6rem 3.9rem 1.6rem;
    border-radius: 8px;
    border: 1px dashed #e6e6e6;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 8rem;
}

.upload_medicalWrapper .file_upload .upload_icon img {
    width: 1.8rem;
    height: 1.8rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.upload_medicalWrapper .file_upload .h6 {
    color: #9c9c9c;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
}

.upload_medicalWrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
    padding-left: 0;
}

.upload_medicalWrapper ul li {
    width: calc(25% - 2rem);
    list-style: none;
}

@media (max-width: 1199.98px) {
    .upload_medicalWrapper ul li {
        width: calc(33.3333333333% - 2rem);
    }
}

@media (max-width: 991.98px) {
    .upload_medicalWrapper ul li {
        width: calc(25% - 2rem);
    }
}

@media (max-width: 575.98px) {
    .upload_medicalWrapper ul li {
        width: calc(33.3333333333% - 2rem);
    }
}

.upload_medicalWrapper ul li .upload_preview {
    padding: 0;
    border: none;
}

.upload_medicalWrapper ul li .upload_preview .preview_img {
    width: 100%;
    position: relative;
    height: 100%;
}

.upload_medicalWrapper ul li .upload_preview .preview_img img {
    width: 100%;
    height: 8rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 575.98px) {
    .upload_medicalWrapper ul li .upload_preview .preview_img img {
        height: 10rem;
    }
}

.upload_medicalWrapper ul li .upload_preview .preview_img .preview_close {
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

.upload_medicalWrapper ul li .upload_preview .preview_img .preview_close img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}

#users_datatable .m-datatable__body .m-datatable__cell:last-child {
    display: flex;
}

.m-datatable__cell .btn.btn-info {
    margin: 5px;
}

.thumb {
    height: 150px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.video {
    margin-bottom: 9px;
    margin-top: 20px;
}

.video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.color-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.color-palate {
    width: 50px;
    height: 50px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    margin: 10px 10px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.color-palate__container {
    padding: 5px 5px;
    height: 100%;
}

.color-palate__close {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #ff3c3c;
    padding: 0rem 0rem;
    border: none;
    box-shadow: none;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: 0;
    right: 0;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.card-title,
.text-title {
    color: #0cb4a8;
}

.badge-primary {
    background-color: #0cb4a8;
}

.card-icon-bg .card-body i {
    color: #0cb4a8;
    font-size: 40px !important;
}

.main-content .card-icon-bg .card-body .content {
    max-width: 100%;
    margin: unset;
    margin-left: 25px;
    font-size: 19px;
}

.main-content .card-icon-bg .card-body .content .text-muted {
    color: #0cb4a8 !important;
}

.btn-raised.btn-raised-primary {
    background: #0cb4a8;
}

.btn-raised.btn-raised-primary:hover {
    color: #fff !important;
    background: #06c566;
}

.breadcrumb ul li {
    padding: 0;
}

.breadcrumb ul {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 15px;
}

.breadcrumb ul li:after {
    right: unset;
    left: calc(100% + 7.5px);
}

.gridbox {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(2rem, 1fr));
    grid-auto-rows: 6rem;
    gap: 1rem;
    margin-top: 16px;
}

.gridbox div img {
    width: 100%;
}

.color-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.color-radio label {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

/* .color-radio input[type="radio"] {
    display: none;
  }
   */

.color-radio input[type='radio']:checked+label {
    border: 2px solid #000;
}

.color-radio label.color-red {
    background-color: #ff0000;
}

.color-radio label.color-green {
    background-color: #00ff00;
}

.color-radio label.color-blue {
    background-color: #0000ff;
}

.color-radio label.color-yellow {
    background-color: #ffff00;
}

.color-radio label.color-cyan {
    background-color: #00ffff;
}

.color-radio label.color-magenta {
    background-color: #ff00ff;
}

.image-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.image-radio label {
    display: block;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
}

/* .image-radio input[type="radio"] {
    display: none;
  } */

.image-radio input[type='radio']:checked+label {
    border: 2px solid #000;
}

.image-radio label img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.delete_img {
    cursor: pointer;
}

.page-item.active .page-link {
    background-color: #0cb4a8;
    border-color: #0cb4a8;
}

.clear {
    background-color: #9d9109 !important;
}

.delete-btn:hover {
    color: #ff3c3c !important;
}

.btn-primary:hover,
.btn-outline-primary:hover {
    background-color: #051c3f !important;
    border-color: #051c3f !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #0cb4a8 !important;
}

body {
    color: #000 !important;
    background: #f9f9fc;
}

.newOrder-details .customer-details .border-right {
    border-right: 0px solid #e9e9e9 !important;
}

.prescription_tag {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 7px;
    font-weight: 400;
    line-height: normal;
    border-radius: 10px 10px 0px 0px;
    background: #00a859;
    padding: 4px;
    max-width: 100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.imgprescription {
    position: relative;
}

.add_btn {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 25px;
    padding-top: 30px;
}

.remove_btn {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: red;
    padding-top: 30px;
}

.btn-primary {
    background-color: #0cb4a8;
    border-color: #0cb4a8;
}

.preformatted-text {
    white-space: pre-wrap;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.checkbox-outline-primary .checkmark {
    border: 1px solid #0cb4a8;
}

.checkbox-outline-primary .checkmark:after {
    border-color: #0cb4a8;
}

option:checked {
    background: #ccc !important;
}

a.action-icon {
    transition: all 0.5s;
    color: #0cb4a8 !important;
}

a.action-icon:hover {
    transition: all 0.5s;
    color: #051c3f !important;
}

.download-btn {
    border: none !important;
    padding: 4px 10px;
}

.download-btn:hover {
    color: #fff !important;
}

.groups>.dropdown>button {
    padding: 0.5rem 0.75rem !important;
    border-radius: 2px !important;
}

.groups>.dropdown>button:hover {
    box-shadow: none;
}

.groups>.dropdown>button:active {
    box-shadow: none;
}

.groups>.dropdown>.dropdown-menu {
    border-radius: 2px !important;
    min-width: auto !important;
    transform: translate3d(-19px, 45px, 0px) !important;
}

.groups>.dropdown>.dropdown-menu>a:hover {
    transition: all 0.15s ease-in-out;
    background-color: #0cb4a8;
    color: #fff;
}

.badge {
    cursor: pointer;
    pointer-events: none;
    padding: 0.44em 0.64em;
    font-weight: 600 !important;
    font-size: 11.5px !important;
    color: white !important;
}

.badge-warning {
    font-weight: 690 !important;
    color: goldenrod;
}

.order-details .card table {
    width: 90%;
    border-collapse: collapse;
    /* This is important! */
}

.order-details .card table th {
    font-weight: bold;
}

.order-details .card table th,
.order-details .card table td {
    border: none;
    /* Remove default borders */
    min-width: 100px;
    /* Adjust as needed */
}

.order-details .card table th:last-child,
.order-details .card table td:last-child {
    min-width: 120px;
    /* Adjust as needed */
}

/* Style the top border for the header */
.order-details .card table thead tr {
    border-bottom: 1px solid lightgray;
    /* Adjust color as needed */
}

/* Style the borders for the footer rows */
.order-details .card table tfoot tr {
    border-top: 1px solid lightgray;
    /* Adjust color as needed */
}

.newOrder-details .order-details .card .bootom-area table tbody tr.deliver-charges td {
    padding-bottom: 20px;
}

.product-info p,
.additional-details ul li,
.payment-info p,
.shipping-info p {
    margin-bottom: 5px;
    /* Adjust spacing between lines */
}

button:disabled {
    cursor: not-allowed;
    color: #fff;
    background-color: #19a566 !important;
    border: none;
}

button:disabled:hover {
    background-color: #19a566 !important;
    border-color: #19a566 !important;
}

.datepicker>.datepicker-days>table.table-condensed>thead {
    display: none !important;
}

a {
    color: #0cb4a8;
}

.hover {
    cursor: pointer;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 8px;
    margin: 0 5px;
    transition: all 0.1s ease-in-out;
}

.hover,
.header-icon,
.dropdown-item {
    transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

.hover:hover,
.header-icon:hover,
.dropdown-item:hover {
    color: #0cb4a8;
    background-color: #f7f9fa;
}

.dropdown-item:active {
    color: #f7f9fa;
    background-color: rgb(37, 178, 112);
}

.la-2x {
    font-size: 1.3rem;
}

.la-3x {
    font-size: 1.8rem;
}

/* .table-striped tbody tr:nth-of-type(odd){
    background-color: rgba(16, 130, 76, 0.1);
} */

.attribute-value-color {
    display: inline-block;
    width: 20px;
    /* Adjust as needed */
    height: 20px;
    /* Adjust as needed */
    border: 1px solid #ccc;
    /* Optional border */
    vertical-align: middle;
    /* Align with text */
    margin-right: 5px;
    /* Add some space between color label and hex code */
}

.attribute-value-image {
    max-width: 100px;
    max-height: 100px;
    display: block;
    margin: 5px 0;
}

button.add-product-attribute {
    font-size: 1rem;
    margin-right: 1rem;
    box-shadow: none !important;
}

.btn__add-variant-product-details {
    color: #fff !important;
}

.dropdown-item:active .notification-icon i {
    color: #f7f9fa !important;
}

.dropdown-item:active .notification-details a {
    color: #f7f9fa !important;
}


.nav-item-hold:hover {
    color: #0cb4a8 !important;
}

.preview-video:hover {
    cursor: pointer;
    color: #079289 !important;
}

.text-wrap {
    white-space: normal !important;
    word-break: break-word;
}
