/**
    Colors
 --------------------------------------------------------------- */
body, html {
    --color-blue: #00B7ED;
    --color-blue-dark: #003F82;
    --color-red-dark: #B30101;
    --color-orange-dark: #FD7E14;



    font-family:Quicksand,Poppins,Helvetica,sans-serif;
}



/**
    Styles
 --------------------------------------------------------------- */
.ui-h2 {font-size: 20px; line-height: 24px; color: var(--color-blue-dark); font-weight: 700;}
.ui-h3 {font-size: 16px; line-height: 24px; color: var(--color-blue-dark); font-weight: 700;}
.ui-h4 {font-size: 14px; line-height: 21px; color: #444; font-weight: 700;}

.font-weight-700 {font-weight: 700;}

.ws-pre {white-space: pre-wrap;}

.ui-p1 {font-size: 14px;}
.ui-p1-blue {font-weight: 700; color: var(--color-blue-dark);}

.nav-item .ui-p1 {font-weight: 700; color: #777;}
.nav-item .ui-p1.active {font-weight: 700; color: var(--color-blue-dark);}

.text-blue {color: var(--color-blue) !important;}
.text-blue-dark {color: var(--color-blue-dark) !important;}
.text-red-dark {color: var(--color-red-dark) !important;}
.text-orange-dark {color: var(--color-orange-dark) !important;}

.ui-link-underline-blue {color: var(--color-blue) !important; text-decoration: underline; font-weight: bold; font-size: 14px;}

.btn.btn-primary {background: var(--color-blue);}
.btn-form-order {font-size: 20px; font-weight: bold; line-height: 22px; border-radius: 8px; background-color: var(--color-blue) !important;}
.btn-form-order-small {font-size: 16px; font-weight: bold; line-height: 22px; border-radius: 8px; background-color: var(--color-blue) !important;}
.btn-primary-reverse {background: transparent !important; color: var(--color-blue) !important;; border: 1px solid var(--color-blue) !important;;}
.btn-primary-reverse.bg-white {background: #fff !important;}
.btn-primary-reverse:hover {color: #fff !important;}
.btn.btn-primary-reverse:active:not(.btn-active), .btn.btn-primary-reverse:focus:not(.btn-active) {background: transparent !important;}
.btn.btn-primary-reverse.bg-white:hover, .btn.btn-primary-reverse.bg-white:active, .btn.btn-primary-reverse.bg-white:focus {background: #fff !important; color: #0095e8 !important; border-color: #0095e8 !important;}

.btn.btn-supplier-select {background: #fff !important; color: #000 !important; font-weight: 600; border: 1px dashed var(--color-blue-dark) !important;}
.btn.btn-supplier-select.active {background: var(--color-blue-dark) !important; color: #fff !important; border-style: solid;}
.btn.btn-supplier-select-none {color: #777 !important; border-color: #777 !important;}

.btn.btn-badge-color:hover {color: #fff;}


.table-responsive.loading-overlay:after {display: block; position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.5);}
.bg-free-price {background: #eee; padding: 0 20px; border-radius: 5px;}

.month-status-paid {color: #198754;}
.month-status-overdue {color: var(--color-red-dark);}

/**
    Icon
--------------------------------------------------------------- */
.ui-icon {}
.ui-icon-patient {width: 33px; min-width: 33px; height: 33px;}
.ui-icon-dentist {width: 43px; height: 54px;}
.ui-icon-dentist-small {width: 27px; height: 33px;}
.ui-icon-tint-addable {width: 108px; height: 162px;}
.ui-icon-stl {width: 43px;}
.ui-icon-stl-small {width: 24px;}
.ui-icon-signup-dentist {width: 64px; height: 64px;}
.ui-icon-signup-assistant {width: 64px; height: 64px;}
.ui-icon-signup-executive {width: 65px; height: 65px;}
.ui-icon-signup-status-1 {width: 64px; height: 64px;}
.ui-icon-signup-status-2 {width: 64px; height: 64px;}
.ui-icon-qrcode {width: 14px; height: 14px; stroke: #00B7ED;}

.ui-icon-patient, .ui-icon-dentist, .ui-icon-dentist-small {fill: #003F82;}


.mc-icon-remove svg {width: 11px; height: 11px; fill: #B30101;}
.mc-icon-remove-20px svg {width: 20px; height: 20px;}
.mc-icon-edit svg {width: 12px; height: 12px; fill: #00b7ed;}

.mc-btn-next-previous {display: inline-block; height: 40px; width: 40px; line-height: 40px; border-radius: 50%; background: #fff; text-align: center; font-weight: 500; border: 1px solid #eee;}
.mc-btn-next-previous i {color: #999;}
.mc-btn-next-previous:hover {box-shadow: 0 0 10px #f5f5f5; border-color: #ddd;}
.mc-btn-next-previous:hover i {color: #000;}

.mc-btn-next-order {right: -50px; top: 35%; position: absolute;}
.mc-btn-previous-order {left: -50px; top: 35%; position: absolute;}

.p-10px {padding: 10px !important;}
.p-20px {padding: 20px !important;}
.pt-20px {padding-top: 20px !important;}


.bi-exclamation-red {margin-left: 5px; color: #B30101; font-size: 15px;}
.bi-exclamation-orange {margin-left: 5px; color: var(--color-orange-dark); font-size: 15px;}

.row-clickable:hover {background: #fafafa; cursor: pointer;}

/**
Modal
 */
#modal-select-teeth .module-teeth-dental-arch-options {padding-bottom: 20px;}

/**
    Bullet
*/
.bullet-order-type-1 {background: #f5f5f5;}
.bullet-order-type-2 {background: red;}
.bullet-order-type-3 {background: green;}


/**
    Form
 --------------------------------------------------------------- */

.form-check.form-check-custom .form-check-label + .form-check-input {margin-left: 20px;}
.form-check-input:checked {background-color: var(--color-blue-dark) !important;}

.form-label-mycarena {font-size: 14px; line-height: 24px; color: var(--color-blue-dark); font-weight: 700;}
.col-form-label-mycarena {font-size: 14px; line-height: 24px; color: var(--color-blue-dark); font-weight: 700;}

input.form-control:read-only {background: #f1f1f1;}

.form-control-mycarena {border:none; border-radius: 10px; background: #f1f1f1; color: #010101; font-size: 14px; font-weight: 400; line-height: 24px;}
.form-control-mycarena:focus {background: #f1f1f1; color: #010101;}
.form-control-mycarena[readonly] {background: #f1f1f1;}

textarea.form-control {border:none; border-radius: 10px; background: #f1f1f1; color: rgba(1,1,1,0.5); font-size: 14px; font-weight: 400; line-height: 24px; resize: none; height: 130px; padding: 14px 24px;}
textarea.form-control:focus {background: #f1f1f1; color: #010101;}

.admin-textarea textarea.form-control {background: #fff; border: 1px solid #e4e6ef;}
.admin-textarea textarea.form-control:focus{border-color: #b5b5c3;}

.input-group.input-group-money .form-control[type="text"] {padding: 3px 8px;}
.input-group.input-group-money .form-control[type="text"] + .input-group-text {padding: 3px 8px;}
.input-group .form-control[type="number"] {padding: 3px 8px;}
.input-group .form-control[type="number"] + .input-group-text {padding: 3px 8px;}

.input-error-border-red {border: 1px solid var(--color-red-dark) !important;}


/**
    Options
 --------------------------------------------------------------- */
.product-option-radio-with-image label {padding: 7px; border: 1px dashed #003F82; border-radius: 6px;}
.product-option-radio-with-image label img {width: auto; cursor: pointer;}
.product-option-radio-with-image input:checked + label {border-style: solid;}



/**
    Components
 --------------------------------------------------------------- */
.component-teeth {}
.component-teeth-listing {background: #f5f5f5; border-radius: 10px; padding: 25px 25px; overflow: auto;}
.component-teeth-listing .legend-order-line {height: 20px;}
.component-teeth-listing .legend-order-line .bullet-line {width: 100%;}
.component-teeth-legend {padding: 20px 0;}
.component-teeth-legend > div {padding-bottom: 5px;}
.component-teeth-legend .bullet.bullet-dot {width: 10px; height: 10px;}
.component-teeth-legend .bullet.bullet-line {width: 10px !important;}
.component-teeth-legend .teeth {height: auto !important; padding: 0 !important;}
.component-teeth-legend .teeth svg {width: 11px !important; height: 17px !important;}
.component-teeth-legend label {margin-left: 18px; margin-top: 1px; line-height: 24px;}

.component-teeth .teeth .teeth-18 {width: 26px; height: 29px;}
.component-teeth .teeth .teeth-17 {width: 29px; height: 34px;}
.component-teeth .teeth .teeth-16 {width: 32px; height: 38px;}

.component-teeth .teeth .teeth-15 {width: 19px; height: 35px;}
.component-teeth .teeth .teeth-14 {width: 20px; height: 37px;}
.component-teeth .teeth .teeth-13 {width: 22px; height: 41px;}
.component-teeth .teeth .teeth-12 {width: 23px; height: 34px;}
.component-teeth .teeth .teeth-11 {width: 26px; height: 39px;}

.component-teeth .teeth .teeth-21 {width: 25px; height: 39px;}
.component-teeth .teeth .teeth-22 {width: 20px; height: 31px;}
.component-teeth .teeth .teeth-23 {width: 22px; height: 41px;}
.component-teeth .teeth .teeth-24 {width: 20px; height: 37px;}
.component-teeth .teeth .teeth-25 {width: 18px; height: 35px;}

.component-teeth .teeth .teeth-26 {width: 32px; height: 38px;}
.component-teeth .teeth .teeth-27 {width: 29px; height: 34px;}
.component-teeth .teeth .teeth-28 {width: 26px; height: 29px;}


.component-teeth .teeth .teeth-48 {width: 26px; height: 30px;}
.component-teeth .teeth .teeth-47 {width: 29px; height: 34px;}
.component-teeth .teeth .teeth-46 {width: 32px; height: 37px;}

.component-teeth .teeth .teeth-45 {width: 19px; height: 34px;}
.component-teeth .teeth .teeth-44 {width: 20px; height: 38px;}
.component-teeth .teeth .teeth-43 {width: 22px; height: 42px;}
.component-teeth .teeth .teeth-42 {width: 17px; height: 36px;}
.component-teeth .teeth .teeth-41 {width: 17px; height: 38px;}

.component-teeth .teeth .teeth-31 {width: 17px; height: 38px;}
.component-teeth .teeth .teeth-32 {width: 17px; height: 36px;}
.component-teeth .teeth .teeth-33 {width: 22px; height: 42px;}
.component-teeth .teeth .teeth-34 {width: 20px; height: 38px;}
.component-teeth .teeth .teeth-35 {width: 19px; height: 34px;}

.component-teeth .teeth .teeth-36 {width: 32px; height: 37px;}
.component-teeth .teeth .teeth-37 {width: 29px; height: 34px;}
.component-teeth .teeth .teeth-38 {width: 26px; height: 30px;}

.component-teeth .teeth {padding: 0 5px; height: 50px;}
.component-teeth .teeth svg {fill: #fff; stroke: var(--color-blue-dark); cursor: pointer; float:left;}
.component-teeth.component-teeth--active .teeth svg:hover {fill: rgba(0, 63, 130, 0.8); stroke: rgba(0, 63, 130, 0.8);}
.component-teeth.component-teeth--active .teeth svg.hover {fill: rgba(0, 63, 130, 0.8); stroke: rgba(0, 63, 130, 0.8);}
.component-teeth .teeth svg.active {fill: var(--color-blue-dark); stroke: var(--color-blue-dark);}
.component-teeth .teeth svg.in-progress {fill: rgba(0, 63, 130, 0.5); stroke: rgba(0, 63, 130, 1); stroke-dasharray: 2;}
.component-teeth .teeth.teeth-double svg {float: left;}

.component-teeth .teeth svg.disabled {fill: #e0e6ee; stroke: rgba(0, 63, 130, 0.2); cursor: default;}
.component-teeth .teeth svg.disabled:hover {fill: #e0e6ee; stroke: rgba(0, 63, 130, 0.2); cursor: default;}

.component-teeth .row-top-teeth-position {cursor: pointer; padding-bottom: 5px; padding-top: 5px; margin-bottom: 10px; margin-top: 5px; line-height: 20px; width: 30px;}
.component-teeth.component-teeth--active .row-top-teeth-position:hover {background: #fff; border-radius: 50%;}
.component-teeth .row-bottom-teeth-position {cursor: pointer; padding-bottom: 5px; padding-top: 5px; margin-bottom: 10px; margin-top: 5px; line-height: 20px; width: 30px;}
.component-teeth.component-teeth--active .row-bottom-teeth-position:hover {background: #fff; border-radius: 50%;}
/*.component-teeth .row-bottom-teeth-listing {padding-top: 15px;}*/

.component-teeth .row-bottom-teeth-position.disabled {cursor: default; }
.component-teeth .row-top-teeth-position.disabled {cursor: default; }
.component-teeth.component-teeth--active .row-bottom-teeth-position.disabled:hover {background: transparent;}
.component-teeth.component-teeth--active .row-top-teeth-position.disabled:hover {background: transparent;}

/**
    Modules
 --------------------------------------------------------------- */
.module-purchase-order .category-image {border: 1px dashed #003F82; border-radius: 10px; background: #f5f5f5; cursor: pointer;}

.module-purchase-order .category-image .category-image-favorite {width: 100%; aspect-ratio: 1; margin-bottom: 9px; object-fit: scale-down;}
.module-purchase-order .category:hover .category-image .category-image-favorite {margin-bottom: 0;}
.module-purchase-order .category.active .category-image .category-image-favorite {margin-bottom: 0;}

.module-purchase-order .category {padding-bottom: 16px;}
.module-purchase-order .hide-category-not-urgent {display: none;}
.module-purchase-order .category img {width: 100%; aspect-ratio: 1; margin-bottom: 9px; object-fit: scale-down;}
.module-purchase-order .category-name {text-align: center; padding-top: 18px; font-size: 14px;}
.module-purchase-order .category:hover .category-image {border: 1px solid #003F82; border-bottom-width: 10px;}
.module-purchase-order .category:hover .category-image img {margin-bottom: 0;}
.module-purchase-order .category.active .category-image {border: 1px solid #003F82; border-bottom-width: 10px;}
.module-purchase-order .category.active .category-image img {margin-bottom: 0;}
.module-purchase-order .category.active .category-name {font-weight: bold; color: var(--color-blue-dark);}

.module-purchase-order .category-products {display: none;}
.module-purchase-order .category-products.active {display: block;}

.module-purchase-order .category-product {position: relative; border: 1px dashed #003F82; border-radius: 10px; padding: 10px 5px; text-align: center; margin-bottom: 15px; cursor: pointer;}
.module-purchase-order .category-product label {cursor: pointer;}
.module-purchase-order .category-product:hover {border: 1px solid #003F82;}
.module-purchase-order .category-product.active {border: 1px solid #003F82; color: #fff; background: #003F82;}

.module-purchase-order .category-product.category-product-with-favorite label {padding-right: 30px;}
.module-purchase-order .category-product.category-product-with-favorite .fa-star {position: absolute; right: 10px; z-index: 2; top: 50%;cursor: pointer; transform: translate(0, -50%);}
.module-purchase-order .category-product.category-product-with-favorite .fa-star:hover {color: #d5d5d5;}


.module-purchase-order .product-variants {display: none;}
.module-purchase-order .product-variants.active {display: block;}

.module-purchase-order .product-variant {border: 1px dashed #003F82; border-radius: 10px; padding: 10px 5px; text-align: center; margin-bottom: 15px; cursor: pointer;}
.module-purchase-order .product-variant:hover {border: 1px solid #003F82;}
.module-purchase-order .product-variant.active {border: 1px solid #003F82; color: #fff; background: #003F82;}


.module-purchase-order .module-product-options {display: none;}
.module-purchase-order .module-product-options.active {display: block;}

.module-purchase-order .module-product-options ul {list-style: none; padding: 0;}
.module-purchase-order .module-product-options .form-label {font-size: 14px; font-weight: 700; line-height: 20px; color: var(--color-blue-dark)}
.module-purchase-order .module-product-options .form-check-label {margin-left: 0;}
.module-purchase-order .module-product-options .col {padding: 0 40px;}
.module-purchase-order .module-product-options .col:first-child {padding-left: calc(var(--bs-gutter-x) * .5);}
.module-purchase-order .module-product-options .col:last-child {padding-right: calc(var(--bs-gutter-x) * .5);}

.module-purchase-order .steps {display: none;}
.module-purchase-order .steps.active {display: block;}

.card-patient .ui-icon-patient {margin-right: 20px;}
.card-dentist .ui-icon-dentist {margin-right: 20px;}
.card-dentist .ui-icon-dentist-small {margin-right: 20px;}


.card-product-options .card .card-body{padding: 0;}

.card-recap.card .card-body {padding: 0;}
.card-recap.card .card-body .card-body-content {padding-bottom: 10px;}
.card-recap .card-body .recap-product-details {padding: 20px 10px;}
.card-recap .card-body .recap-product-details.active {background: #f5f5f5; border-radius: 10px;}
.card-recap .card-body .recap-product-details p {margin: 0;}
.card-recap .card-body .recap-product-details .product-number {padding-bottom: 5px;}
.card-recap .card-body .recap-product-details .product-name {padding-bottom: 10px;}
.card-recap .card-body .recap-product-details .product-options {font-size: 14px; padding-left: 20px;}
.card-recap .card-body .recap-product-details .product-options ul {list-style-type: disc; padding-left: 20px;}
.card-recap .card-body .recap-product-details .bullet {margin-right: 10px;}
.card-recap .card-body .recap-product-details .bullet.bullet-dot {width: 10px; height: 10px;}
.card-recap .card-body .recap-product-details .bullet.bullet-line {width: 10px;}
.card-recap .card-body .recap-product-details .order-line-no-display {width: 10px; margin-right: 10px;}

.card-recap .card-body .recap-product-details .product-options-recap-more-less {color: rgba(0, 0, 0, 0.5); font-size: 14px; text-decoration: underline; font-weight: 700;}

#kt_search_product {position: relative;}
#kt_search_product input[type="text"] {border-radius: 8px; border: 1px solid var(--color-blue-dark); background: transparent;}
#kt_search_product .search-results{position: absolute; background: #fff; width: 100%; box-shadow: 10px 10px 10px #eee; z-index: 2;}
#kt_search_product .search-empty{position: absolute; background: #fff; width: 100%; box-shadow: 10px 10px 10px #eee; z-index: 2;}


.image-input .image-input-wrapper {background-position: center; border: 1px solid #f6f6f6;}

.badge-order-status-0 {color: #fff; background-color: #6c757d;}
.badge-order-status-1 {color: #fff; background-color: #007bff;}
.badge-order-status-2 {color: #fff; background-color: #17a2b8;}
.badge-order-status-3 {color: #fff; background-color: #28a745;}
.badge-order-status-4 {color: #f1416c; background-color: #fff5f8;}
.badge-order-status-5 {color: #fff; background-color: #ac9e00;}
.badge-order-status-6 {color: #fff; background-color: #ffc107;}
.badge-order-status-7 {color: #fff5f8; background-color: #f1416c;}
.badge-order-status-8 {color: #fff; background-color: #17a2b8;}
.badge-order-status-9 {color: #fff; background-color: #007bff;}

.badge-order-supplier-status-0 {color: #fff; background-color: #6c757d;}
.badge-order-supplier-status-1 {color: #fff; background-color: #007bff;}
.badge-order-supplier-status-2 {color: #fff; background-color: #17a2b8;}
.badge-order-supplier-status-3 {color: #fff; background-color: #17a2b8;}
.badge-order-supplier-status-4 {color: #f1416c; background-color: #fff5f8;}
.badge-order-supplier-status-5 {color: #fff; background-color: #17a2b8;}
.badge-order-supplier-status-6 {color: #fff; background-color: #ffc107;}
.badge-order-supplier-status-7 {color: #fff5f8; background-color: #f1416c;}
.badge-order-supplier-status-8 {color: #fff; background-color: #17a2b8;}
.badge-order-supplier-status-9 {color: #fff; background-color: #007bff;}

.badge-order-dentist-status-0 {color: #fff; background-color: #6c757d;}
.badge-order-dentist-status-1 {color: #fff; background-color: #007bff;}
.badge-order-dentist-status-2 {color: #fff; background-color: #17a2b8;}
.badge-order-dentist-status-4 {color: #f1416c; background-color: #fff5f8;}
.badge-order-dentist-status-6 {color: #fff; background-color: #ffc107;}
.badge-order-dentist-status-7 {color: #fff5f8; background-color: #f1416c;}
.badge-order-dentist-status-9 {color: #fff; background-color: #007bff;}

.badge-order-dentist-status-3 {color: #fff; background-color: #17a2b8;}
.badge-order-dentist-status-5 {color: #fff; background-color: #17a2b8;}
.badge-order-dentist-status-8 {color: #fff; background-color: #17a2b8;}


/* Step dentist */
.module-purchase-order-step-dentist .ui-h3 {padding-bottom: 18px;}
.module-purchase-order-step-dentist .card .card-body {padding: 55px 40px;}
.module-purchase-order-step-dentist .card .card-body .btn.btn-primary {padding: 15px 73px !important;}

/* Step patient */
.module-purchase-order-step-dentist .search-results-listing {box-shadow: 0 10px 20px #eee;}

.module-purchase-order-step-patient .card {background: url('/assets/img/form-order-step-patient.png') #fff no-repeat center center;}
.module-purchase-order-step-patient .card .card-body {padding: 55px 40px;}

.module-purchase-order-step-patient .card .card-body form {margin-bottom: 120px;}
.module-purchase-order-step-patient .card .card-body form .form-check {margin-right: 20px;}
.module-purchase-order-step-patient .card .card-body form .fv-row {margin-bottom: 20px !important;}
.module-purchase-order-step-patient .card .card-body .btn.btn-primary {padding: 15px 73px !important;}

.card-dentist-step-client .ui-h3 {padding-top: 20px;}
.card-dentist-step-client .card-body {padding: 25px 40px;}

.default-empty-purchase-order {padding: 95px 0; border: 1px dashed #010101; border-radius: 8px;}

#quill-message-text {height: 120px;}
#quill-dentist-message-text {height: 120px;}

/**
    Tables
 --------------------------------------------------------------- */
.table-variant-list td:nth-child(1) {width: 5%; text-align: center; cursor: move;}
.table-variant-list td:nth-child(2) {width: 25%;}
.table-variant-list td:nth-child(3) {width: 35%;}
.table-variant-list td:nth-child(4) {width: 15%;}
.table-variant-list td:nth-child(5) {width: 15%;}
.table-variant-list td:nth-child(6) {width: 15%;}
.table-variant-list td:nth-child(7) {width: 5%;}
.table-variant-list .ui-sortable-helper {background: #fff;}
.table-variant-list .ui-sortable-helper td {float:left; display: inline-block;}


.table-product-list td:nth-child(1) {width: 5%; text-align: center; cursor: move;}
.table-product-list td:nth-child(2) {width: 65%;}
.table-product-list td:nth-child(3), .table-product-list th:nth-child(4) {width: 10%; text-align: center;}
.table-product-list .ui-sortable-helper {background: #fff;}
.table-product-list .ui-sortable-helper td {float:left; display: inline-block;}

th[data-column-id="column_is_invalid"], td[data-column-id="column_is_invalid"], th[data-column-id="column_is_favorite"], td[data-column-id="column_is_favorite"] {width: 30px !important; padding-left: 0;}
td[data-column-id="column_status"] {width: 50px !important;}

#kt_table_orders th[data-column-id="column_patient"] {text-align: center;}
#kt_table_orders td[data-column-id="column_patient"] {width: 15%; text-align: center;}

#kt_table_orders th[data-column-id="column_wished_delivery_date"] {text-align: center;}
#kt_table_orders td[data-column-id="column_wished_delivery_date"] {text-align: center;}
#kt_table_orders th[data-column-id="column_dentist"] {text-align: center;}
#kt_table_orders td[data-column-id="column_dentist"] {text-align: center;}
#kt_table_orders th[data-column-id="column_messaging"] {text-align: center;}
#kt_table_orders td[data-column-id="column_messaging"] {text-align: center;}
#kt_table_orders th[data-column-id="column_dentist_messaging"] {text-align: center;}
#kt_table_orders td[data-column-id="column_dentist_messaging"] {text-align: center;}
#kt_table_orders th[data-column-id="column_status"] {padding-left: 30px;}

#kt_table_orders_suppliers th:nth-child(5) {text-align: center;}
#kt_table_orders_suppliers td:nth-child(5) {text-align: center;}
#kt_table_orders_suppliers th:nth-child(6) {text-align: center;}
#kt_table_orders_suppliers td:nth-child(6) {text-align: center;}
#kt_table_orders_suppliers th:nth-child(7) {text-align: center;}
#kt_table_orders_suppliers td:nth-child(7) {text-align: center;}
#kt_table_orders_suppliers th:nth-child(8) {text-align: center;}
#kt_table_orders_suppliers td:nth-child(8) {text-align: center;}
#kt_table_orders_suppliers th:nth-child(9) {text-align: center;}
#kt_table_orders_suppliers td:nth-child(9) {text-align: center;}
#kt_table_orders_suppliers th:nth-child(10) {padding-left: 30px;}

#kt_table_dentist td:nth-child(2) {width: 20%;}
#kt_table_dentist td:nth-child(4) {width: 10%;}
#kt_table_dentist td:nth-child(5) {width: 30%;}
#kt_table_dentist td:nth-child(6) {width: 10%;}

#kt_table_categories .ui-sortable-handle {cursor: move;}
#kt_table_categories .ui-sortable-helper {background: #fff; display: table;}
#kt_table_categories .ui-sortable-placeholder td {background: #fafafa; height: 70px; visibility: visible !important;}

.order-line-row-product {border-bottom: none !important;}
.order-line-row-product-option {border-bottom: none !important;}
.order-line-row-option {border-bottom:1px solid #f9f9f9 !important;}
.order-line-row-option td {padding: 5px 0 !important;}
.order-line-row-show-more-less td {padding: 0 0 !important;}
.order-line-row-show-more-less td a{color: rgba(0, 0, 0, 0.5); font-size: 14px; text-decoration: underline; font-weight: 700;}


.button-listing-order-favorite {cursor: pointer;}
.button-listing-order-favorite:hover {color: #ddd;}
.table-tr-is-favorite {background: rgba(194, 219, 255, 0.2);}

@media (max-width: 576px) {
    .text-xs-nowrap {white-space: nowrap;}
}



/**
    Admin Order view
 --------------------------------------------------------------- */
.order-line-before-discount {color: #777; margin-right: 10px;}
.order-view-messages-listing {max-height: 450px; overflow: auto;}
.order-view-messages-listing img {cursor: pointer; max-height: 200px;}
.order-view-messages-listing img.disable-preview {cursor: default}
#modal-message-preview-image .modal-body {text-align: center;}
#modal-message-preview-image .modal-body img {max-width: 100%;}



.select-locale {padding-top: 20px;}
.select-locale a {color: #777;}
.select-locale a + a {margin-left: 7px;}
.select-locale a.active {color: var(--color-blue-dark); font-weight: 600; border:1px solid var(--color-blue-dark); border-radius: 50%; padding: 3px;}





.mc-card-choices {padding: 20px 40px; border: 1px solid #f5f5f5; border-radius: 5px;}

.column-cpv-scrollable {height: 1000px; overflow: scroll;}


/**
    Custom Calendar
 */
.fc .fc-timegrid-event .fc-event-main {padding: 12px;}


/**
    Menu Listing Table
 */
.menu-item .menu-link {text-align: left;}


.order-products-listing-col-product {min-width: 280px;}


.before-body .btn + .btn{margin-left: 10px;}
.card-before-content {display: none !important;}
.card-before-content.active {display: block !important;}

.card-filters-content {display: none !important;}
.card-filters-content.active {display: flex !important;}

.card-header-not-min-height {min-height: 0 !important;}


.login-show-password {height: 100%; border: none; cursor: pointer;}


table.dataTable>thead .sorting_asc, table.dataTable>thead .sorting_desc {vertical-align: bottom;}


/**
    Admin Products Options
 --------------------------------------------------------------- */
#kt_table_options_values .ui-sortable-handle {cursor: move;}
#kt_table_options_values .ui-sortable-helper {background: #fff; display: table;}
#kt_table_options_values .ui-sortable-placeholder td {background: #fafafa; height: 70px; visibility: visible !important;}

.link-select-default-dental-clinic {border:1px solid transparent; padding: 25px 15px;}
.link-select-default-dental-clinic .radio {cursor: pointer;}
.link-select-default-dental-clinic:hover {background: #fafafa; border: 1px solid #f5f5f5; cursor: pointer; border-radius: 5px;}
.link-select-default-dental-clinic:hover .text-gray-700 {color: #000 !important;}
.link-select-default-dental-clinic.active {background: #fafafa; border: 1px solid #f5f5f5; cursor: pointer; border-radius: 5px;}
.link-select-default-dental-clinic.active .text-gray-700 {color: #009ef7 !important; font-weight: 600;}


/**
    Signup
 --------------------------------------------------------------- */
.signup .container-menu-left-fixed {position: fixed; width: 473px; height: 100%; background-image: url('../img/background-signup.png'); background-repeat: no-repeat; background-size: cover;}
.signup .container-menu-left-fixed .signup-menu {padding-top: 108px;}
.signup .container-menu-left-fixed .signup-menu .signup-menu-elem {display: flex;}
.signup .container-menu-left-fixed .signup-menu .signup-menu-elem .menu-step {width: 56px; height: 56px; border: 1px dashed #fff; border-radius: 10px; display: flex; color: white; align-items: center; justify-content: center; font-size: 24px; font-weight: 600;}
.signup .container-menu-left-fixed .signup-menu .signup-menu-elem.active .menu-step {background: var(--color-blue); border: 1px solid var(--color-blue);}
.signup .container-menu-left-fixed .signup-menu .signup-menu-elem .menu-elem-image-done {display: none;}
.signup .container-menu-left-fixed .signup-menu .signup-menu-elem.done .menu-elem-image-done {display: block;}
.signup .container-menu-left-fixed .signup-menu .signup-menu-elem.done .menu-elem-num {display: none;}
.signup .container-menu-left-fixed .signup-menu .signup-menu-elem .menu-elem-description {padding-left: 24px;}
.signup .container-menu-left-fixed .signup-menu .signup-menu-elem .menu-elem-title {font-size: 24px; color: #fff; font-weight: 600; padding-bottom: 8px; line-height: 29px;}
.signup .container-menu-left-fixed .signup-menu .signup-menu-elem .menu-elem-subtitle {font-size: 16px; color: #fff; line-height: 19px;}


.signup .container-menu-left-fixed .signup-menu .signup-menu-elem-separator {height: 64px; width: 1px; border-right: 1px dashed #fff; padding-left: 28px;}


.signup .container-form-right {margin-left: 473px; padding: 20px; height: 100%;}
.signup .container-form-right .container-form-step {display: none; width: 690px;}
.signup .container-form-right .container-form-step.active {display: block;}
.signup .container-form-right .form-right-title {font-size: 32px; color: var(--color-blue-dark); font-weight: 700; padding-bottom: 64px; text-align: left; width: 100%;}
.signup .container-form-right .form-selector-radio {padding-bottom: 40px;}
.signup .container-form-right .form-selector-radio .selector-radio-elem {border: 1px dashed var(--color-blue-dark); padding: 24px; border-radius: 10px; flex: 1 1 0; cursor: pointer;}
.signup .container-form-right .form-selector-radio .selector-radio-elem:hover {background: var(--color-blue-dark);}
.signup .container-form-right .form-selector-radio .selector-radio-elem:hover .selector-radio-title {color: #fff;}
.signup .container-form-right .form-selector-radio .selector-radio-elem:hover .selector-radio-image svg {fill: #fff; stroke: #fff;}
.signup .container-form-right .form-selector-radio .selector-radio-elem .selector-radio-image {padding-bottom: 24px;}
.signup .container-form-right .form-selector-radio .selector-radio-elem .selector-radio-image svg {fill: var(--color-blue-dark); stroke: var(--color-blue-dark);}
.signup .container-form-right .form-selector-radio .selector-radio-elem .selector-radio-title {font-size: 16px; font-weight: 600; color: var(--color-blue-dark);}
.signup .container-form-right .form-selector-radio .selector-radio-elem + .selector-radio-elem {margin-left: 21px;}
.signup .container-form-right .form-selector-radio .selector-radio-elem.active {background: var(--color-blue-dark);}
.signup .container-form-right .form-selector-radio .selector-radio-elem.active .selector-radio-title {color: #fff;}
.signup .container-form-right .form-selector-radio .selector-radio-elem.active .selector-radio-image svg {fill: #fff; stroke: #fff;}

.signup .container-form-right .form-textarea {padding-bottom: 40px;}
.signup .container-form-right .form-textarea label {font-size: 19px; font-weight: 600; color: var(--color-blue-dark); padding-bottom: 8px;}
.signup .container-form-right .form-textarea textarea {height: 120px; background: #F2F5F9; border: none; border-radius: 10px; padding: 16px; font-size: 16px;}

.signup .container-form-right .form-selector-ctas .button-cta + .button-cta {margin-left: 20px;}
.signup .container-form-right .button-cta {background: transparent; border: 1px solid var(--color-blue); color: var(--color-blue); border-radius: 10px; width: 217px; font-size: 16px; font-weight: 600; text-align: center; padding: 16px;}
.signup .container-form-right .button-cta-inverse {background: var(--color-blue); border: 1px solid var(--color-blue); color: #fff;}
.signup .container-form-right label.label-legend-mandatory {color: #B20101;}

.signup .form-infos {padding-bottom: 64px;}
.signup .form-infos .form-group {padding-bottom: 16px;}
.legend-mandatory-fields {font-size: 14px;}


.signup .form-confirmation {}
.signup .form-confirmation img {width: auto; padding-bottom: 64px;}
.signup .form-confirmation .form-right-title {text-align: center; padding-bottom: 32px;}

.signup .form-confirmation .form-confirmation-description {font-size: 16px; letter-spacing: 0.1px; text-align: center;}
.signup .form-confirmation .form-confirmation-description a {font-weight: 600;}

.aside-dark .menu .menu-item .menu-section {color: #a1a5b7 !important;}

.badge-primary-inactive {background: rgba(0, 158, 247, 0.2); color: #ddd; display: none !important;}
.column-messages-comment svg{color: #a1a5b7;}
.column-messages-comment:hover svg{color: inherit;}
.column-messages-comment {cursor: pointer;}
.column-messages-comment.active svg {color: #28a745;}


.communication-popup-modals .modal-body {height: 450px; overflow: hidden; padding: 30px;}
.communication-popup-modals .list-popups {height: 380px;}
.communication-popup-modals .list-popups .slick-slide {height: 380px; overflow-x: scroll;}
.communication-popup-modals .list-popups .slick-slide img{max-width: 100%;}

.slick-prev:before, .slick-next:before {color: #000;}

.order-history {color: #999;}
.order-history .text-blue-dark, .order-history .text-red-dark, .order-history .ui-h2, .order-history .ui-p1-blue {color: #444 !important;}
.order-history svg {fill: #444;}
.order-history a{color: #999;}
.order-history a:hover{color: #000;}
.order-history .table th {color: #444;}
.order-history .table td {color: #999;}
.order-history .badge {background: #000 !important;}

.nav-initial-products-listing {background: #f5f5f5; padding: 20px 20px 30px; border-radius: 10px;}

@media (min-width: 1800px) {  .col-xxxl {flex: 1 0 0%}  .row-cols-xxxl-auto > * {flex: 0 0 auto;width: auto}  .row-cols-xxxl-1 > * {flex: 0 0 auto;width: 100%}  .row-cols-xxxl-2 > * {flex: 0 0 auto;width: 50%}  .row-cols-xxxl-3 > * {flex: 0 0 auto;width: 33.3333333333%}  .row-cols-xxxl-4 > * {flex: 0 0 auto;width: 25%}  .row-cols-xxxl-5 > * {flex: 0 0 auto;width: 20%}  .row-cols-xxxl-6 > * {flex: 0 0 auto;width: 16.6666666667%}  .col-xxxl-auto {flex: 0 0 auto;width: auto}  .col-xxxl-1 {flex: 0 0 auto;width: 8.33333333%}  .col-xxxl-2 {flex: 0 0 auto;width: 16.66666667%}  .col-xxxl-3 {flex: 0 0 auto;width: 25%}  .col-xxxl-4 {flex: 0 0 auto;width: 33.33333333%}  .col-xxxl-5 {flex: 0 0 auto;width: 41.66666667%}  .col-xxxl-6 {flex: 0 0 auto;width: 50%}  .col-xxxl-7 {flex: 0 0 auto;width: 58.33333333%}  .col-xxxl-8 {flex: 0 0 auto;width: 66.66666667%}  .col-xxxl-9 {flex: 0 0 auto;width: 75%}  .col-xxxl-10 {flex: 0 0 auto;width: 83.33333333%}  .col-xxxl-11 {flex: 0 0 auto;width: 91.66666667%}  .col-xxxl-12 {flex: 0 0 auto;width: 100%}  }

/**
    Modal Onboarding
 --------------------------------------------------------------- */
.modal-onboarding .btn-close-modal {position: absolute; right: 12px; top: 12px; z-index: 1;}
.modal-onboarding .btn-close-modal svg {fill: var(--color-blue-dark); width: 20px; height: 20px;}

.modal-onboarding .modal-dialog {width: 650px;}
.modal-onboarding .modal-dialog .modal-content {border-radius: 20px; height: 760px;}
.modal-onboarding .modal-dialog .modal-content .modal-body {padding: 0;}

.modal-onboarding .modal-onboarding-step {display: none;}
.modal-onboarding .modal-onboarding-step.active {display: block;}
.modal-onboarding .modal-onboarding-step .step-image {width: auto;}
.modal-onboarding .modal-onboarding-step .step-video {position: relative; overflow: hidden;}
#onboarding-main-modal .modal-onboarding-step .step-video {height: 370px;}
#onboarding-purchase-order-modal .modal-onboarding-step .step-video {height: 440px;}

.modal-onboarding .modal-onboarding-step .step-video video {width: 100%; height: auto; border-top-left-radius: 20px; border-top-right-radius: 20px;}
.modal-onboarding .modal-onboarding-step .step-video img {position: absolute; left: 0; bottom: 0;}
.modal-onboarding .modal-onboarding-step .step-content {padding: 40px 56px 16px;}
.modal-onboarding .modal-onboarding-step .step-content .step-title {font-size: 32px; padding-bottom: 24px;}
.modal-onboarding .modal-onboarding-step .step-content .step-description {font-size: 14px; line-height: 17px;}
.modal-onboarding .modal-footer {padding: 16px 56px 40px; border-top: none; justify-content: space-between;}
.modal-onboarding .modal-footer .btn + .btn {margin-left: 16px;}

.modal-onboarding .step-indicators {list-style: none; display: flex; justify-content: center; padding: 0; position: relative; margin: 0;}
.modal-onboarding .step {width: 8px; height: 8px; margin: 0 4px; background-color: #F2F5F9; border-radius: 50%; position: relative; z-index: 1;}
.modal-onboarding .step.active {}
.modal-onboarding .container-step-indicators {position: relative; padding: 20px 0;}
.modal-onboarding .container-step-indicators .step-indicator {position: absolute; left: 4px; top: 50%; width: 24px; height: 8px; background-color: var(--color-blue-dark); border-radius: 50px; transform: translateY(-50%); transition: transform 0.3s ease, left 0.3s ease; z-index: 1;}

@media (max-width: 991px) {
    .modal-onboarding .modal-onboarding-step .step-content .step-title {line-height: 32px;}
    .modal-onboarding .modal-onboarding-step .step-image img {width: 100%;}
    #onboarding-main-modal .modal-onboarding-step .step-video {height: 330px;}
    #onboarding-purchase-order-modal .modal-onboarding-step .step-video {height: 380px;}
    .modal-onboarding .modal-onboarding-step .step-video img {width: 100%;}
}


/**
    Modal Urgent order
 --------------------------------------------------------------- */
.modal-urgent-order .modal-dialog {width: 649px;}
.modal-urgent-order .modal-dialog .modal-header {padding: 40px 64px 32px; border: none;}
.modal-urgent-order .modal-dialog .alert {padding: 0 64px 64px !important;}

.modal-urgent-order .modal-dialog .ui-h3 {font-size: 32px; padding-top: 16px; padding-bottom: 32px;}
.modal-urgent-order .modal-dialog .urgent-order-lists {padding: 16px 24px 24px; background: #F2F5F9; border-radius: 15px;}
.modal-urgent-order .modal-dialog .urgent-order-lists .urgent-order-lists-elem {padding: 20px 16px; border-bottom: 1px dashed #ddd;}
.modal-urgent-order .modal-dialog .urgent-order-lists .urgent-order-lists-elem .elem-numero {width: 40px; height: 40px; margin-right: 16px; aspect-ratio: 1; padding: 8px; background: #fff; border-radius: 50%; font-size: 24px; font-weight: 500; color: var(--color-blue); text-align: center; line-height: 24px;}
.modal-urgent-order .modal-dialog .urgent-order-lists .urgent-order-lists-elem .elem-description {text-align: left; font-size: 14px; letter-spacing: 0.1px;}
.modal-urgent-order .modal-dialog .urgent-order-lists .urgent-order-lists-elem .elem-description b {color: var(--color-blue-dark);}
.modal-urgent-order .description-start {font-size: 14px; letter-spacing: 0.1px;}
.modal-urgent-order .description-team {font-size: 14px; padding: 32px 0; letter-spacing: 0.1px;}

.search-elem-container:focus-visible {outline: 0; background: #eff2f5;}
.search-elem-container:focus-visible {outline: 0; background: #eff2f5;}


.ui-button-previous {border: 1px solid transparent; padding: 3px 8px; border-radius: 10px;}
.ui-button-previous:hover {border: 1px solid #f2f2f2; background: #f5f5f5;}

.button-my-carena-edit-hover-gray {cursor: pointer; border: 1px solid transparent; padding: 3px 8px; border-radius: 10px;}
.button-my-carena-edit-hover-gray:hover {border: 1px solid #f2f2f2; background: #f5f5f5;}


.container-credit-note-filters {padding: 30px 40px; background: #fcfcfc; border-radius: 10px; margin-bottom: 20px;}


/**
    Page Scan QR Code
 --------------------------------------------------------------- */
.page-scan {}
.page-scan .scan-header {height: 500px; padding-bottom: 40px; margin-bottom: 100px; background: url('../img/scan/bg-header.png') no-repeat bottom center; background-size: cover;}
.page-scan .scan-content {max-width: 570px; text-align:center; margin: 0 auto;}
.page-scan .scan-content .logo-image {width: 200px;}
.page-scan .scan-content h1 {font-size: 28px; line-height: 41px; font-weight: 700; color: var(--color-blue-dark); padding-top: 64px;}
.page-scan .scan-content p {padding-top: 16px; }
.page-scan .scan-content a {display: inline-block; padding: 16px 32px; background: var(--color-blue); color: #fff; font-size: 16px; font-weight: 700; border-radius: 16px; margin: 64px auto 0; max-width: max-content;}
.page-scan .scan-content a .container-icon-qr-code {width: 44px; height: 44px; background: #fff; border-radius: 50%; margin-right: 16px;}

.page-scan.page-scan-camera {padding-top: 40px;}

#html5-qrcode-anchor-scan-type-change {display: block; margin-top: 15px; color: var(--color-blue-dark);}
#html5-qrcode-button-camera-permission {padding: 15px 40px; background: var(--color-blue-dark); border: 1px solid #444; border-radius: 10px; color: #fff;}
#html5-qrcode-button-camera-stop {padding: 15px 40px; background: var(--color-blue-dark); border: 1px solid #444; border-radius: 10px; color: #fff;}
#html5-qrcode-button-camera-start {padding: 15px 40px; background: var(--color-blue-dark); border: 1px solid #444; border-radius: 10px; color: #fff;}
#html5-qrcode-button-file-selection {padding: 15px 40px; background: var(--color-blue-dark); border: 1px solid #444; border-radius: 10px; color: #fff;}

.page-scan.page-scan-camera #reader {padding: 40px !important; border: 1px solid #fafafa !important; margin: 40px auto 0; border-radius: 15px; background: #fff; max-width: 600px;}
.page-scan.page-scan-camera #reader div:first-child img {display: none !important;}
.page-scan.page-scan-camera #reader-scan {padding: 40px !important; border: 1px solid #fafafa !important; margin: 40px auto 0; border-radius: 15px; background: #fff; max-width: 600px;}
.page-scan.page-scan-camera #reader-scan input {width: 100%;}


/**
    Page Order scan view
 --------------------------------------------------------------- */
.page-order-scan-view {margin-bottom: 100px;}
.page-order-scan-view #order_view_navigation {display: none !important;}

.page-order-scan-view .container-logo img {height: 48px;}

.module-scan-qrcode-bottom {position: fixed; bottom: 0; width: 100%; background: #fff; left: 0; height: 100px;}
.module-scan-qrcode-bottom .container-icon-qr-code {padding: 24px; background: var(--color-blue); border-radius: 50%;}
.module-scan-qrcode-bottom .container-icon-qr-code .ui-icon-qrcode {height: 24px; width: 24px; stroke: #fff;}


/**
    Modal place order production
 --------------------------------------------------------------- */
#modal-place-order-production .modal-dialog {max-width: 572px;}
#modal-place-order-production .modal-body {padding: 32px 64px 64px;}
#modal-place-order-production .modal-body img {width: 96px; margin-bottom: 16px; }
#modal-place-order-production .modal-body h1 {}
#modal-place-order-production .modal-body p {padding: 32px 0;}

@media (min-width: 991px) {
    .text-lg-wrap {white-space: normal !important;}
}

/* xl */
@media (max-width: 1200px) {
    .signup .container-menu-left-fixed {width: 400px;}
    .signup .container-form-right {margin-left: 400px;}
    .signup .container-form-right .container-form-step {width: auto;}
}

/* lg */
@media (max-width: 992px) {
    .signup .container-menu-left-fixed {width: 300px;}
    .signup .container-form-right {margin-left: 300px;}
    .signup .container-menu-left-fixed .signup-menu .signup-menu-elem .menu-elem-title {font-size: 20px;}
    .signup .container-menu-left-fixed .signup-menu .signup-menu-elem .menu-elem-subtitle {font-size: 13px;}

    .signup .container-form-right .container-form-step {width: auto;}
    .signup .container-form-right .container-form-step .selector-radio-elem {text-align: center;}
    .signup .container-form-right .form-selector-radio .selector-radio-elem + .selector-radio-elem {margin-left: 0;}
}

/* md */
@media (max-width: 768px) {
    .menu-header-shortcuts-mobile {padding: 0 20px;}
    .menu-header-shortcuts-mobile a {width: 100%; margin-left: 0 !important; margin-top: 10px;}

    .before-body input[type="search"] {width: 100% !important;}

    .non-grouped-filter[data-type="card-filters-content"] {width: 50% !important;}

    .signup .container-menu-left-fixed {display: none !important;}
    .signup .container-form-right {margin-left: 0;}

}

.menu-dropdown.show .menu-arrow-down {transform: rotate(270deg);}

.menu-arrow-down {transform: rotate(90deg);}

body::before {content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); z-index: 999; display: none; pointer-events: none;}
.my-carena-highlight-container {padding-bottom: 0 !important; padding-top: 0 !important;}
.card-categories-listing.my-carena-highlight-container {overflow: auto;}
.card-product-search.my-carena-highlight-container {z-index: 1001;}
.my-carena-highlight-container .card {border-radius: 0;}
.my-carena-highlight {position: relative; z-index: 1000; background-color: white; padding: 10px; border-radius: 5px;}
body.highlight-mode::before {display: block;}


/**
    Template : login
 --------------------------------------------------------------- */
.page-login .login-cover {position: relative; width: 50%; background: linear-gradient(to bottom, #00B7ED 0%, #01B1EB 20%, #05A0E8 40%, #0B85E3 60%, #1360DB 80%, #1753D9 100%);}
.page-login .login-cover .login-cover-motif {position: absolute;}
.page-login .login-cover .login-cover-motif-top {top: 0; right: 0;}
.page-login .login-cover .login-cover-motif-bottom {bottom: 0; left: 0;}
.page-login .login-cover .login-cover-main img{max-width: 100%; padding: 20px;}

@media (max-width: 1200px) {
    .page-login .login-cover {width: 40%;}
}

@media (max-width: 768px) {
    .page-login .login-cover {display: none !important;}
}


.menu-accordion-bg-yellow .menu-item.here>.menu-link {
    background-color: rgba(246, 192, 0, 0.30);
}


.ui-strength-bar {
    height: 7px;
    width: 100%;
    background-color: #e0e0e0;
    margin-top: 0;
}

.ui-strength-fill.strength {
    height: 100%;
    width: 0%;
    transition: width 0.3s;
}

.ui-strength-fill.weak {
    width: 33%;
    background-color: red;
}

.ui-strength-fill.medium {
    width: 66%;
    background-color: orange;
}

.ui-strength-fill.strong {
    width: 100%;
    background-color: green;
}

.ui-strength-text {
    margin-top: 5px;
    font-weight: bold;
}
