:root {
    --bs-blue: #41959C;
    --bs-indigo: #5800e8;
    --bs-purple: #6900c7;
    --bs-pink: #e30059;
    --bs-red: #e81500;
    --bs-orange: #f76400;
    --bs-yellow: #f4a100;
    --bs-green: #00ac69;
    --bs-teal: #00ba94;
    --bs-cyan: #00cfd5;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #69707a;
    --bs-gray-dark: #363d47;
    --bs-gray-100: #f2f6fc;
    --bs-gray-200: #e0e5ec;
    --bs-gray-300: #d4dae3;
    --bs-gray-400: #c5ccd6;
    --bs-gray-500: #a7aeb8;
    --bs-gray-600: #69707a;
    --bs-gray-700: #4a515b;
    --bs-gray-800: #363d47;
    --bs-gray-900: #212832;
    --bs-primary: #41959C;
    --bs-secondary: #6900c7;
    --bs-success: #00ac69;
    --bs-info: #00cfd5;
    --bs-warning: #f4a100;
    --bs-danger: #e81500;
    --bs-light: #f2f6fc;
    --bs-dark: #212832;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-red: #e81500;
    --bs-orange: #f76400;
    --bs-yellow: #f4a100;
    --bs-green: #00ac69;
    --bs-teal: #00ba94;
    --bs-cyan: #00cfd5;
    --bs-blue: #41959C;
    --bs-indigo: #5800e8;
    --bs-purple: #6900c7;
    --bs-pink: #e30059;
    --bs-red-soft: #f1e0e3;
    --bs-orange-soft: #f3e7e3;
    --bs-yellow-soft: #f2eee3;
    --bs-green-soft: #daefed;
    --bs-teal-soft: #daf0f2;
    --bs-cyan-soft: #daf2f8;
    --bs-blue-soft: #dae7fb;
    --bs-indigo-soft: #e3ddfa;
    --bs-purple-soft: #e4ddf7;
    --bs-pink-soft: #f1ddec;
    --bs-primary-soft: #dae7fb;
    --bs-secondary-soft: #e4ddf7;
    --bs-success-soft: #daefed;
    --bs-info-soft: #daf2f8;
    --bs-warning-soft: #f2eee3;
    --bs-danger-soft: #f1e0e3;
    --bs-primary-rgb: 65, 149, 156;
    --bs-secondary-rgb: 105, 0, 199;
    --bs-success-rgb: 0, 172, 105;
    --bs-info-rgb: 0, 207, 213;
    --bs-warning-rgb: 244, 161, 0;
    --bs-danger-rgb: 232, 21, 0;
    --bs-light-rgb: 242, 246, 252;
    --bs-dark-rgb: 33, 40, 50;
    --bs-black-rgb: 0, 0, 0;
    --bs-white-rgb: 255, 255, 255;
    --bs-red-rgb: 232, 21, 0;
    --bs-orange-rgb: 247, 100, 0;
    --bs-yellow-rgb: 244, 161, 0;
    --bs-green-rgb: 0, 172, 105;
    --bs-teal-rgb: 0, 186, 148;
    --bs-cyan-rgb: 0, 207, 213;
    --bs-blue-rgb: 0, 97, 242;
    --bs-indigo-rgb: 88, 0, 232;
    --bs-purple-rgb: 105, 0, 199;
    --bs-pink-rgb: 227, 0, 89;
    --bs-red-soft-rgb: 241, 224, 227;
    --bs-orange-soft-rgb: 243, 231, 227;
    --bs-yellow-soft-rgb: 242, 238, 227;
    --bs-green-soft-rgb: 218, 239, 237;
    --bs-teal-soft-rgb: 218, 240, 242;
    --bs-cyan-soft-rgb: 218, 242, 248;
    --bs-blue-soft-rgb: 218, 231, 251;
    --bs-indigo-soft-rgb: 227, 221, 250;
    --bs-purple-soft-rgb: 228, 221, 247;
    --bs-pink-soft-rgb: 241, 221, 236;
    --bs-primary-soft-rgb: 218, 231, 251;
    --bs-secondary-soft-rgb: 228, 221, 247;
    --bs-success-soft-rgb: 218, 239, 237;
    --bs-info-soft-rgb: 218, 242, 248;
    --bs-warning-soft-rgb: 242, 238, 227;
    --bs-danger-soft-rgb: 241, 224, 227;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 105, 112, 122;
    --bs-body-bg-rgb: 242, 246, 252;
    --bs-font-sans-serif: "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Metropolis, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #69707a;
    --bs-body-bg: #f2f6fc;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #e0e5ec;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.35rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #41959C;
    --bs-link-hover-color: #39848A;
    --bs-code-color: #e30059;
    --bs-highlight-bg: #fdeccc;
    --appointment-primary-color: #41959C; /* para funcionamento do loader */
}

.form-check-input:checked {
    background-color: #41959C;
    border-color: #41959C;
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #41959C;
    border-color: #41959C;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #41959C;
    border-color: #41959C;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #41959C;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #41959C;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #41959C;
    --bs-btn-border-color: #41959C;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #39848A;
    --bs-btn-hover-border-color: #39848A;
    --bs-btn-focus-shadow-rgb: 38, 121, 244;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #39848A;
    --bs-btn-active-border-color: #39848A;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #41959C;
    --bs-btn-disabled-border-color: #41959C;
}

.btn-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #41959C;
    --bs-btn-border-color: #41959C;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #39848A;
    --bs-btn-hover-border-color: #39848A;
    --bs-btn-focus-shadow-rgb: 38, 121, 244;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #39848A;
    --bs-btn-active-border-color: #39848A;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #41959C;
    --bs-btn-disabled-border-color: #41959C;
}

.btn-outline-primary {
    --bs-btn-color: #41959C;
    --bs-btn-border-color: #41959C;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #41959C;
    --bs-btn-hover-border-color: #41959C;
    --bs-btn-focus-shadow-rgb: 0, 97, 242;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #41959C;
    --bs-btn-active-border-color: #41959C;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #41959C;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #41959C;
    --bs-gradient: none;
}

.btn-outline-blue {
    --bs-btn-color: #41959C;
    --bs-btn-border-color: #41959C;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #41959C;
    --bs-btn-hover-border-color: #41959C;
    --bs-btn-focus-shadow-rgb: 0, 97, 242;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #41959C;
    --bs-btn-active-border-color: #41959C;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #41959C;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #41959C;
    --bs-gradient: none;
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #69707a;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: #e0e5ec;
    --bs-dropdown-border-radius: 0.35rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.35rem - 1px);
    --bs-dropdown-divider-bg: #e0e5ec;
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
    --bs-dropdown-link-color: #212832;
    --bs-dropdown-link-hover-color: #1e242d;
    --bs-dropdown-link-hover-bg: #e0e5ec;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #41959C;
    --bs-dropdown-link-disabled-color: #a7aeb8;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #69707a;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu-dark {
    --bs-dropdown-color: #d4dae3;
    --bs-dropdown-bg: #363d47;
    --bs-dropdown-border-color: #e0e5ec;
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #d4dae3;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: #e0e5ec;
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #41959C;
    --bs-dropdown-link-disabled-color: #a7aeb8;
    --bs-dropdown-header-color: #a7aeb8;
}

.nav-pills {
    --bs-nav-pills-border-radius: 0.35rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #41959C;
}

.pagination,
.datatable-pagination ul {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #d4dae3;
    --bs-pagination-border-radius: 0.35rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e0e5ec;
    --bs-pagination-hover-border-color: #d4dae3;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e0e5ec;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 97, 242, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #41959C;
    --bs-pagination-active-border-color: #41959C;
    --bs-pagination-disabled-color: #69707a;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #d4dae3;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e0e5ec;
    --bs-progress-border-radius: 0.35rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #41959C;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}

.list-group {
    --bs-list-group-color: #212832;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.35rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #4a515b;
    --bs-list-group-action-hover-color: #4a515b;
    --bs-list-group-action-hover-bg: #f2f6fc;
    --bs-list-group-action-active-color: #69707a;
    --bs-list-group-action-active-bg: #e0e5ec;
    --bs-list-group-disabled-color: #69707a;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #41959C;
    --bs-list-group-active-border-color: #41959C;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}

.link-primary {
    color: #41959C !important;
}

.link-primary:hover,
.link-primary:focus {
    color: #39848A !important;
}

.link-blue {
    color: #41959C !important;
}

.link-blue:hover,
.link-blue:focus {
    color: #39848A !important;
}

.bg-gradient-primary-to-secondary {
    background-color: #41959C !important;
    background-image: linear-gradient(135deg, #41959C 0%, rgba(105, 0, 199, 0.8) 100%) !important;
}

.overlay-primary:before {
    background-color: #41959C !important;
}

.overlay-blue:before {
    background-color: #41959C !important;
}

.border-primary {
    border-color: #41959C !important;
}

.border-blue {
    border-color: #41959C !important;
}

.border-start-primary {
    border-left-color: #41959C !important;
}

.border-start-blue {
    border-left-color: #41959C !important;
}

.border-end-primary {
    border-right-color: #41959C !important;
}

.border-end-blue {
    border-right-color: #41959C !important;
}

.border-top-primary {
    border-top-color: #41959C !important;
}

.border-top-blue {
    border-top-color: #41959C !important;
}

.border-bottom-primary {
    border-bottom-color: #41959C !important;
}

.border-bottom-blue {
    border-bottom-color: #41959C !important;
}

.alert-primary.alert-solid {
    --bs-alert-color: #fff;
    --bs-alert-bg: #41959C;
    --bs-alert-border-color: #41959C;
}

.alert-blue.alert-solid {
    --bs-alert-color: #fff;
    --bs-alert-bg: #41959C;
    --bs-alert-border-color: #41959C;
}

.card:not([class*=bg-]) .card-header {
    color: #41959C;
}

.step-primary .step-item:not(:first-child)::before {
    background-color: #41959C;
}

.step-primary .step-item .step-item-link {
    color: #41959C;
}

.step-primary .step-item .step-item-link::before {
    background-color: #41959C;
}

.step-primary .step-item.active a::before {
    border-color: #41959C;
}

.step-blue .step-item:not(:first-child)::before {
    background-color: #41959C;
}

.step-blue .step-item .step-item-link {
    color: #41959C;
}

.step-blue .step-item .step-item-link::before {
    background-color: #41959C;
}

.step-blue .step-item.active a::before {
    border-color: #41959C;
}

.form-check.form-check-solid .form-check-input:checked {
    background-color: #41959C;
}

.dropdown-notifications .dropdown-menu .dropdown-notifications-header {
    background-color: #41959C;
    color: #fff !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1;
}

.dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-icon {
    background-color: #41959C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-borders .nav-link.active {
    color: #41959C;
    border-bottom-color: #41959C;
}

.sidenav .sidenav-menu .nav .nav-link{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.sidenav .sidenav-menu .nav .nav-link .nav-link-icon{
    font-size: 0.8rem;
}

.sidenav .sidenav-menu .nav .nav-link.active .nav-icon {
    color: #41959C;
}

.sidenav-light .sidenav-menu .nav-link:hover {
    color: #41959C;
}

.sidenav-light .sidenav-menu .nav-link.active {
    color: #41959C;
}

.sidenav-light .sidenav-menu .nav-link.active .nav-link-icon {
    color: #41959C;
}

.page-header.page-header-light .breadcrumb .breadcrumb-item a {
    color: #41959C;
}

.icons-org-create .icon-users circle,
.icons-org-create .icon-users path:first-of-type {
    color: #41959C;
}

.icons-org-create .icon-plus {
    color: #41959C;
    position: absolute;
    font-size: 1.5rem;
    top: -0.5rem;
    right: -0.75rem;
}

.nav-wizard .nav-link .wizard-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    flex-shrink: 0;
    margin-right: 1rem;
    border-radius: 0.35rem;
    background-color: #41959C;
    color: white;
}

.nav-wizard .nav-link .wizard-step-text .wizard-step-text-name {
    font-size: 1rem;
    margin-bottom: 0.25rem;
    color: #41959C;
}

.nav-wizard .nav-link.active .wizard-step-icon {
    background-color: #fff;
    color: #41959C;
}

.nav-wizard .nav-link.active .wizard-step-icon i,
.nav-wizard .nav-link.active .wizard-step-icon svg,
.nav-wizard .nav-link.active .wizard-step-icon .feather {
    color: #41959C;
}

.datatable-pagination .datatable-active a,
.datatable-pagination .datatable-active a:focus,
.datatable-pagination .datatable-active a:hover {
    background-color: #41959C;
}

.bg-primary {
    background-color: #41959C !important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.topnav .navbar-brand img {
    height: 45px;
}

.page-header.page-header-light.page-header .breadcrumb {
    background: none;
    margin: 0;
    font-size: 0.75rem;
}

.page-header.page-header-light .breadcrumb .breadcrumb-item a,
.page-header.page-header-light .breadcrumb .breadcrumb-item a:hover {
    text-decoration: none;
}

.select2-container--bootstrap-5 .select2-selection {
    padding: 0.7rem 1.125rem 0.6rem 1.125rem !important;
    font-size: 0.875rem !important;
}

.select2-container--bootstrap-5 .select2-selection.select2-selection--single {
    min-height: calc(1.5em + .75rem + 13.8px);
}

.js-cookie-consent {
    background-color: #ececec;
    width: 100%;
    opacity: 1;
}

.js-cookie-consent.fixed {
    position: fixed;
    bottom: 0;
}

span.required {
    color: var(--bs-danger);
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #41959C !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:hover {
    background-color: #39848A !important;
}

.accordion-arrow-white {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.read-message {
    color: black;
    cursor: pointer;
}

tr.read-message td i {
    color: #41959C !important;
    cursor: pointer;
}

.read-message:hover {
    color: #41959C;
    font-weight: bold;
}

.custom-accordion-button-icon {
    color: white !important;
}

.circular-image {
    max-width: 10%;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
}

/* --------------------------------------------------
    DatePìcker
-------------------------------------------------- */

:root {
    --litepicker-month-header-color: #4a515b;
    --litepicker-button-prev-month-color: #69707a;
    --litepicker-button-next-month-color: #69707a;
    --litepicker-button-prev-month-color-hover: #212832;
    --litepicker-button-next-month-color-hover: #212832;
    --litepicker-month-weekday-color: #69707a;
    --litepicker-month-week-number-color: #69707a;
    --litepicker-day-width: 34px;
    --litepicker-day-color: #363d47;
    --litepicker-day-color-hover: #41959C;
    --litepicker-is-today-color: #69707a;
    --litepicker-is-in-range-color: rgba(0, 97, 242, 0.15);
    --litepicker-is-start-color: #fff;
    --litepicker-is-start-color-bg: #41959C;
    --litepicker-is-end-color: #fff;
    --litepicker-is-end-color-bg: #41959C;
    --litepicker-button-apply-color-bg: #41959C;
    --litepicker-button-reset-color-hover: #41959C;
    --litepicker-highlighted-day-color: #363d47;
    --litepicker-highlighted-day-color-bg: rgba(0, 97, 242, 0.15);
}

.datepicker {
    font-size: 16px;
    padding: 0.5rem;
    border: 1px solid #41959C;
    font-weight: bold;
}

.datepicker table tr td,
.datepicker table tr th {
    padding: 13px;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled-date {
    opacity: 0.4;
}

/* --------------------------------------------------
    Spinner
-------------------------------------------------- */
:root {
    --sk-size: 40px;
    --sk-color: var(--appointment-primary-color);
}

.spinner-background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sk-chase {
    width: var(--sk-size);
    height: var(--sk-size);
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
    opacity: 1;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: var(--sk-color);
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {

    80%,
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%,
    0% {
        transform: scale(1.0);
    }
}

.language-switch{
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 1rem;
}
.language-switch .btn-lang{
    --bs-btn-border-color: #fff;
    --bs-btn-hover-border-color: #fff;
}
.language-switch .dropdown-menu{
    min-width: 100%;
}
.language-switch .dropdown-menu li a img{
    width: 30px;
    margin: 0 auto;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link{
    border: 1px solid var(--bs-nav-pills-link-active-bg);
}

.footer-logo {
    width: 300px !important;
}

header{
    background-color: #41959C;
    color: #FFFFFF;
}
header .brand{
    width: 100px;
}
header nav.navbar-light .navbar-nav .nav-link,
header nav.navbar-light .navbar-nav .nav-link:hover,
header nav.navbar-light .navbar-nav .nav-link:visited,
header nav.navbar-light .navbar-nav .nav-link:active {
    color: #FFFFFF;
    font-weight: bold;
}
.navbar-light .navbar-toggler{
    color:#FFFFFF;
    border-color:#FFFFFF;
}
.section-green{
    background-color: #41959C;
    color: #FFFFFF;
}
.section-white{
    color: #41959C;
}
.section-light-green{
    background-color: #0F97AA0F;
}
footer .brand{
    width: 80px;
}
footer .h3{
    color: #FFFFFF;
}
footer a,
footer a:hover,
footer a:visited,
footer a:active{
    color: #FFFFFF;
    text-decoration: none;
}
footer .useful-links{
    list-style: none;
    padding: 0;
}
footer .useful-links li{
    margin-top: 0.75rem;
}
footer .social{
    list-style: none;
    padding: 0;
}
footer .social a{
    font-size: 2rem;
}
footer .social li{
    display: inline;
    margin: 0 0.5rem;
}

.dropzone {
    border: 2px solid #41959C !important;
    border-radius: 8px;
    font-size: 16px;
    color: #41959C;
    padding: 20px;
    text-align: center;
}

.dropzone:hover {
    background-color: #e6f0ff;
    cursor: pointer;
}

.dropzone .dz-preview .dz-image img {
    width: auto;
    height: 100%;
    object-fit: fill;
    max-width: 100%;
}

.dropzone .dz-preview:hover {
    background-color: #e6f0ff;
    cursor: pointer;
}

.vh-50 {
    height: 50vh !important;
}

.btn-message-dropdown.unread{
    border: 1px solid #d00000;
    background: #ffe8e8;
}
.btn-message-dropdown.unread .badge{
    position: absolute;
    left: -20px;
    background: #d00000 !important;
    color: #FFF !important;
    font-size: 0.75rem;
    display: block !important;
}

#appointment-reports-content-list td {
    white-space: nowrap;
}

.appointment-reports-table .dt-scroll-head, .appointment-reports-table .dt-scroll-foot {
	display: none;
}

#appointment-reports-card-table {
	background-color: #00b5c9;
    cursor: pointer;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 70px;
    min-height: 100px;
}

.dropzone {
    min-height: auto;
    height: auto !important;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 120px;
    padding: 10px;
}

.dropzone-item {
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 5px;
}

#dropzone-attachments {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 300px;
}

.dz-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    position: relative;
}

.dz-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.dz-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.dropzone .dz-preview .dz-progress {
    display: none !important;
}

.dropzone .dz-preview .dz-processing {
    opacity: 1 !important;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    display: none !important;
}

.dz-details {
    justify-content: center;
    align-items: center;
}

:root {
    --appointment-primary-color: #41959C;
    --appointment-input-required: #ef4444;
    --appointment-v-nav-color-disabled: #a7d8e0;
    --appointment-v-nav-background: #dcf4f7;
    --appointment-v-nav-border: #dcf4f7;
    --appointment-h-nav-background: #dcf4f7;
    --appointment-h-nav-border: #7bc6d1;
    --appointment-card-background: #fafbfc;

    --appointment-default-bg: #FFF;
    --appointment-default-color: #626f81;

    --iti-arrow-padding: 12px;
    --iti-spacer-horizontal: 16px;
}

.appointment{
    margin: 2rem 0;
    color: var(--appointment-primary-color);
}
.appointment .h2, .appointment .h3{
    color: var(--appointment-primary-color);
    font-weight: 600;
    display: block;
}
.appointment .h2{
    font-size: 20px;
    margin-bottom: 0;
}
.appointment .h3{
    font-size: 18px;
}
.appointment label{
    font-size: 16px;
    font-weight: 600;
}
.appointment label .description{
    display: block;
    font-weight: initial;
    font-size: 14px;
}
.appointment .form-control{
    border: 1px solid var(--appointment-h-nav-border);
    background-color: var(--appointment-default-bg);
    color: var(--appointment-default-color);
}
.appointment .required{
    color: var(--appointment-input-required);
}

.appointment #v-pills-tab.nav-pills{
    border: 1px solid var(--appointment-primary-color);
    border-radius: 0.35rem;
}
.appointment #v-pills-tab.nav-pills .nav-link{
    border-radius: 0;
}
.appointment #v-pills-tab.nav-pills .nav-link.active{
    background-color: var(--appointment-v-nav-background);
    color: var(--appointment-primary-color);
}
.appointment #v-pills-tab.nav-pills .nav-link:disabled{
    color: var(--appointment-v-nav-color-disabled);
}
.appointment #v-pills-tab.nav-pills button{
    padding: 1rem;
    font-weight: bold;
}
.appointment #v-pills-tab.nav-pills .steps{
    padding: 1rem;
    font-weight: bold;
}
.appointment #v-pills-tabContent.tab-content .tab-pane .btn-prev{
    background-color: transparent;
    border: 1px solid var(--appointment-v-nav-color-disabled);
    border-radius: 0.75rem;
}
.appointment #v-pills-tabContent.tab-content #step-1 span.h2{
    margin-top: 10px;
    margin-bottom: 10px;
}

.appointment #h-tab-pills.nav-pills{
    border-bottom: none;
}
.appointment #h-tab-pills.nav-pills .nav-item{
    padding: 0 0.5rem;
}
.appointment #h-tab-pills.nav-pills .nav-item .nav-link{
    border: 1px solid var(--appointment-h-nav-border);
    padding: 0.75rem;
    font-weight: bold;
    opacity: 0.5;
}
.appointment #h-tab-pills.nav-pills .nav-item .nav-link.active{
    background-color: var(--appointment-primary-color);
    color: white;
    opacity: 1;
}

.appointment .card-service{
    box-shadow: none;
    border:none;
    background-color: var(--appointment-card-background);
}
.appointment .card-service .card-header{
    border: none;
    background: transparent;
}
.appointment .card-service .card-header .form-check .form-check-label span:last-child{
    width: 100px;
    text-align: right;
}
.appointment .card-service .card-body{
    padding-top: 0;
    padding-left: 3rem;
}
.appointment .input-custom-counter button.btn-minus-extra,
.appointment .input-custom-counter button.btn-plus-extra,
.appointment .input-custom-counter input{
    border: 1px solid var(--appointment-h-nav-border);
    background-color: var(--appointment-default-bg);
}
.appointment .input-custom-counter button.btn-minus-extra,
.appointment .input-custom-counter button.btn-plus-extra{
    color: var(--appointment-primary-color);
}
.appointment .input-custom-counter button:hover{
    background-color: var(--appointment-primary-color);
    color: var(--appointment-default-bg);
}
.appointment .input-custom-counter button.btn-minus-extra{
    border-right: none;
    color: var(--appointment-v-nav-color-disabled);
}.appointment .input-custom-counter button.btn-plus-extra{
    border-left: none;
}
.appointment .input-custom-counter button.btn-minus,
.appointment .input-custom-counter button.btn-plus,
.appointment .input-custom-counter input{
    border: 1px solid var(--appointment-h-nav-border);
    background-color: var(--appointment-default-bg);
}
.appointment .input-custom-counter button.btn-minus,
.appointment .input-custom-counter button.btn-plus{
    color: var(--appointment-primary-color);
}
.appointment .input-custom-counter button:hover{
    background-color: var(--appointment-primary-color);
    color: var(--appointment-default-bg);
}
.appointment .input-custom-counter button.btn-minus{
    border-right: none;
    color: var(--appointment-v-nav-color-disabled);
}
.appointment .input-custom-counter button.btn-plus{
    border-left: none;
}
.appointment .input-custom-counter input{
    border-left: none;
    border-right: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
}

.appointment .datepicker{
    border: none;
    width: 100%;
}
.appointment .datepicker table{
    margin: 0 auto;
}
.appointment .input-icon{
    position: relative;
}
.appointment .input-icon .fa-calendar{
    position: absolute;
    padding: 0.9rem 0 0 1.125rem;
    z-index: 100;
    color: var(--appointment-h-nav-border);
}
.appointment .input-icon .trip-date{
    padding-left: 2.5rem;
}

.appointment .time-button-list{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.appointment .time-button-list::after {
    content: '';
    flex: 1 1 calc(50% - 0.5rem);
}
.btn-time{
    flex: 1 1 calc(50% - 0.5rem);
    box-sizing: border-box;
    border: 1px solid var(--appointment-h-nav-border);
    background-color: var(--appointment-default-bg);
    color: var(--bs-btn-bg);
    font-weight: bold;
}

.appointment .iti{
    display: block;
}
.appointment .iti__selected-country{
    background-color: var(--appointment-v-nav-background);
    border-radius: 0.35rem 0 0 0.35rem;
}
.appointment .iti__selected-country-primary{
    padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}
.appointment .iti--allow-dropdown input.iti__tel-input,
.appointment .iti--allow-dropdown input.iti__tel-input[type="text"],
.appointment .iti--allow-dropdown input.iti__tel-input[type="tel"]{
    padding-left: 5.375rem;
}

.appointment .related-products .card-product{
    box-shadow: none;
}
.appointment .related-products .card-product .card-text{
    font-size: 14px;
}
.appointment .related-products .card-product .card-text.price{
    font-weight: bold;
}
.appointment .related-products .card-product .card-text.price .full-price{
    font-size: 12px;
    color: gray;
    font-weight: normal;
    text-decoration: line-through;
}
.appointment .cart-summary{
    border: 1px solid var(--appointment-h-nav-border);
    box-shadow: none;
    background-color: transparent;
}
.appointment .cart-summary .card-header,
.appointment .cart-summary .card-body{
    background-color: transparent;
}
.appointment .cart-summary .card-header{
    border-bottom: 1px solid #c8d7d9;
}
.appointment .cart-summary .card-header .h3{
    margin-bottom: 0;
}
.appointment .cart-summary ul{
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.appointment .cart-summary ul li{
    list-style: none;
    display: flex;
}
.appointment .cart-summary ul li span{
    white-space: nowrap;
}
.appointment .cart-summary ul li span.product{
    white-space: initial;
}
.appointment .cart-summary ul li span.separator{
    padding: 0 1rem;
    flex-grow: 1;
}
.appointment .cart-summary ul li span.price{
    font-weight: bold;
    text-align: right;
}
.appointment .cart-summary ul li span.price.large{
    font-size: 2rem;
}
.appointment .coupon-link,
.appointment .coupon-link:hover{
    text-decoration: none;
    font-weight: bold;
}
.appointment .terms{
    font-size: 14px;
    color: var(--appointment-default-color);
}
.appointment .terms a{
    text-decoration: underline;
}
.appointment .terms label{
    font-weight: normal;
    font-size: 14px;
}
.appointment .error-message-placement{
    padding: 1rem;
    border-radius: 0.25rem;
    font-size: 1rem;
    text-align: center;
    margin: 0 1rem 1rem 1rem;
}
.appointment .forminputerror{
    border-color: red;
}
.appointment .forminputerror{
    color: red;
    display: block;
}
.highlight {
    background-color: var(--bs-btn-hover-bg);
    color: #fff;
}
.custom-switch {
    display: flex;
    align-items: center;
}

.custom-switch .form-check-input {
    appearance: none;
    -webkit-appearance: none;
    width: 60px;
    height: 34px;
    background-color: #ddd;
    border-radius: 17px;
    position: relative;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease;
    border: none;
}

.custom-switch .form-check-input:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: transform 0.3s ease;
}

.custom-switch .form-check-input:checked {
    background-color: var(--appointment-primary-color);
}

.custom-switch .form-check-input:checked:before {
    transform: translateX(26px);
}

.custom-switch .form-check-label {
    font-size: 1.25rem;
    margin-left: 10px;
}

.checkout-button {
    background-color: #245777;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.25rem;
    cursor: pointer;
    min-height: 60px;
}
.checkout-button:hover {
    background-color: #245777;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.25rem;
    cursor: pointer;
    min-height: 60px;
}

.payment-method {
    color: #245777;
}

.appointment .card-service-primary{
    box-shadow: none;
    border:none;
    background-color: var(--appointment-primary-color);
    color: white;
}
.appointment .card-service-primary .card-header{
    border: none;
    background: transparent;
    color: white;
}
.appointment .card-service-primary .card-header .form-check .form-check-label span:last-child{
    width: 100px;
    text-align: right;
    color: white;
}
.appointment .card-service-primary .card-body{
    padding-top: 0;
    padding-left: 3rem;
    color: white;
}
.form-check-input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #245777;
    border-radius: 50%;
    position: relative;
    outline: none;
    cursor: pointer;
    transform: translateY(-2.5px);
    vertical-align: middle;
}

/* Style the inner circle */
.form-check-input[type="radio"]:checked::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #245777;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-check-input[type="radio"]:checked {
    background-color: white;
}


.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.custom-pagination .pagination {
    display: flex;
    list-style: none;
    padding: 0;
}

.custom-pagination .pagination li {
    margin: 0 5px;
}

.custom-pagination .pagination li a,
.custom-pagination .pagination li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-color: #f8f9fa;
    text-decoration: none;
    color: var(--appointment-primary-color);
    font-weight: bold;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.custom-pagination .pagination li a:hover {
    background-color: var(--appointment-primary-color);
    color: white;
}

.custom-pagination .pagination .active span {
    background-color: var(--appointment-primary-color);
    color: white;
    border: 1px solid var(--appointment-primary-color);
}
#table-patients {
    table-layout: fixed;
    width: 100%;
}
#table-patients.table > :not(caption) > * > *,
#table-patients.datatable-table > :not(caption) > * > *{
    padding: 0.25rem;
}
#table-patients.table > thead > * > *,
#table-patients.datatable-table > thead > * > * {
    padding: 0.75rem 0.75rem;
    border-bottom: 1px solid #000;
}
#table-patients.table td:nth-child(n+1):nth-child(-n+12),
#table-patients.table th:nth-child(n+1):nth-child(-n+12) {
    background-color: #E6E6FA;
}
#table-patients.table td:nth-child(n+13):nth-child(-n+15),
#table-patients.table th:nth-child(n+13):nth-child(-n+15) {
    background-color: #ADD8E6;
}
#table-patients.table td:nth-child(n+16):nth-child(-n+16),
#table-patients.table th:nth-child(n+16):nth-child(-n+16) {
    background-color: #FADADD;
}
#table-patients.table td:nth-child(n+17):nth-child(-n+17),
#table-patients.table th:nth-child(n+17):nth-child(-n+17) {
    background-color: #BDFCC9;
}
#table-patients th {
  text-align: center;
  vertical-align: middle;
}
#table-patients td{
    vertical-align: middle;
    text-align: center;
}
#table-patients td input,
#table-patients td select{
    text-align: center;
}
#table-patients td:nth-child(2) input,
#table-patients td:nth-child(9) input{
    text-align: left;
}
#table-patients input,
#table-patients textarea,
#table-patients select{
    background-color: transparent;
    color: #000;
    border: none;
    border-radius: 0;
}
#table-patients input,
#table-patients textarea{
    padding: 0.75rem 0.75rem;
}
#table-patients select{

}
#table-patients .wt-50{
    width: 50px;
}
#table-patients .wt-100{
    width: 100px;
}
#table-patients .wt-130{
    width: 130px;
}
#table-patients .wt-125{
    width: 125px;
}
#table-patients .wt-150{
    width: 150px;
}
#table-patients .wt-175{
    width: 175px;
}
#table-patients .wt-250{
    width: 250px;
}
#table-patients .wt-300{
    width: 300px;
}
#table-patients .wt-400{
    width: 400px;
}
#table-patients .wt-800{
    width: 800px;
}
.table-wrapper.overflow-mac-fix{
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.table-wrapper.overflow-mac-fix::-webkit-scrollbar {
    width: 12px; /* Largura da barra de rolagem no macOS */
}
.table-wrapper.overflow-mac-fix::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5); /* Cor do "polegar" da barra */
    border-radius: 10px;
}
.table-wrapper.overflow-mac-fix::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1); /* Cor do fundo da barra */
}
#patient-result{
    background: #dadaed;
    color: #000;
    z-index: 9999;
    list-style: none;
    padding: 0;
}
#patient-result li:nth-child(odd) {
    background-color: #dadaed;
}
#patient-result li:nth-child(even) {
    background-color: #e6e6fa;
}
#patient-result li{
    padding: 0.5rem 1rem;
    font-weight: bold;
}
#patient-result li:hover{
    background-color: #FFF !important;
}
#patient-result li .name{

}
#patient-result li .email{
    color: #e81500;
}
#patient-result li .utente{
    color: #00ac69;
}

@media (max-width: 1199px) {
    .w-mobile-100{
        width: 100% !important;
    }
    #v-pills-tab{
        margin-bottom: 1.5rem;
    }
    #h-tab-pills li{
        margin-bottom: 0.5rem;
    }
}
@media (max-width: 992px) {
    #h-tab-pills{
        display: initial;
    }
}
@media (max-width: 576px) {
    .btn-responsive {
        width: 100%;
    }
}
@media (min-width: 576px) {
    .btn-responsive {
        width: 50%;
    }
}
@media (min-width: 768px) {
    .btn-responsive {
        width: 25%;
    }
}

.payment-wrapper {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.payment-card {
    max-width: 700px;
    width: 100%;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.payment-header {
    padding-top: 40px;
    text-align: center;
}

.status-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.success-icon {
    background-color: #1cc88a;
    color: white;
}

.error-icon {
    background-color: #e74a3b;
    color: white;
}

.payment-body {
    padding: 3rem;
}

.main-title {
    color: #5a5c69;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

.step-item {
    background-color: #f8f9fc;
    border-left: 4px solid #5fb3b3;
    border-radius: 0.35rem;
    padding: 1.25rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
}

.step-number {
    width: 35px;
    height: 35px;
    background-color: #5fb3b3;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.step-content h6 {
    color: #5a5c69;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.step-content p {
    color: #6c757d;
    margin: 0;
    line-height: 1.5;
}

.email-highlight {
    background-color: rgba(95, 179, 179, 0.1);
    color: #5fb3b3;
    padding: 0.2rem 0.4rem;
    border-radius: 0.25rem;
    font-weight: 700;
}

.btn-teal {
    background-color: #5fb3b3;
    border-color: #5fb3b3;
    color: white;
}

.btn-teal:hover {
    background-color: #4da3a3;
    border-color: #4da3a3;
    color: white;
}

.contact-info {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e9ecef;
}

.error-content {
    text-align: center;
}

.error-alert {
    margin-bottom: 2rem;
}

.contact-card {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
}

@media (max-width: 768px) {
    #content-list.messages-table td .read-message:hover {
        color: inherit;
        text-decoration: none;
        cursor: default;
    }
}
