@charset "UTF-8";
.tooltip p {
  margin-bottom: 0px;
  color: #fff !important;
}
.tooltip p:first-child {
  font-weight: 700;
}
.tooltip p:nth-child(3) {
  margin-bottom: 10px;
}
.tooltip .reservation-label {
  display: inline-block;
  padding: 0 5px;
  line-height: 24px;
  border-radius: 2px;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 3px;
}

.mc-icon path,
.mc-icon rect {
  fill: var(--primary-color);
}

.tooltip-status-label {
  display: inline-block;
  padding: 2px 4px;
  border-radius: 3px;
  margin: 5px 0;
}

#patientEditModal .modal-body {
  display: block;
  padding: 20px;
}
#patientEditModal .row {
  margin-top: 20px;
}

#appointmentExtendedModal .patient-in-patients .window {
  border: 2px solid #bbb;
  border-radius: 8px;
  padding: 10px;
}
#appointmentExtendedModal .patient-in-patients .window .top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#appointmentExtendedModal .patient-in-patients .window .top-row .name-and-birth-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#appointmentExtendedModal .patient-in-patients .window .top-row .name-and-birth-date .modal-row {
  margin-bottom: 0;
}
#appointmentExtendedModal .patient-in-patients .window .top-row .name-and-birth-date .user-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  margin-right: 10px;
}
#appointmentExtendedModal .patient-in-patients .window .top-row .name-and-birth-date i {
  color: var(--primary-color);
  font-size: 30px;
}
#appointmentExtendedModal .patient-in-patients .window .top-row .status {
  font-size: 18px;
  font-weight: 700;
}
#appointmentExtendedModal .patient-in-patients .window .top-row .status img {
  margin-right: 10px;
  margin-top: -5px;
  width: 30px;
  height: 30px;
}
#appointmentExtendedModal .patient-in-patients .edit-row {
  margin-bottom: 10px;
}
#appointmentExtendedModal .patient-in-patients .edit-row .modal-sub-header {
  margin-bottom: 0;
}
#appointmentExtendedModal .patient-in-patients .edit-row i {
  color: var(--primary-color);
}
#appointmentExtendedModal .patient-in-patients .edit-row i:hover {
  cursor: pointer;
}
#appointmentExtendedModal .reservation-labels {
  margin-bottom: 10px;
}
#appointmentExtendedModal .reservation-label {
  display: inline-block;
  padding: 0 5px;
  line-height: 24px;
  border-radius: 2px;
  color: #fff;
  transition: all 0.1s ease;
  margin-right: 10px;
  margin-bottom: 10px;
}
#appointmentExtendedModal .reservation-label:hover {
  transform: scale(1.15);
  cursor: pointer;
}
#appointmentExtendedModal .buttons {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
}
#appointmentExtendedModal .buttons .custom-button {
  width: 210px;
  margin: 0;
  border-radius: 4px;
}
#appointmentExtendedModal .patient-status-icon {
  width: 20px;
  height: 20px;
}
#appointmentExtendedModal .modal-body {
  text-align: left;
  padding: 20px 30px;
}
#appointmentExtendedModal .modal-body .modal-custom-header {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 15px;
}
#appointmentExtendedModal .modal-body .modal-sub-header {
  font-weight: 700;
  color: var(--primary-color);
}
#appointmentExtendedModal .modal-body .container-fluid .row:first-child .col:first-child {
  border-right: 2px solid #ccc;
}
#appointmentExtendedModal .modal-body .modal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#appointmentExtendedModal .modal-body .modal-row .edit-comment,
#appointmentExtendedModal .modal-body .modal-row .save-comment {
  margin-top: 10px;
}
#appointmentExtendedModal .modal-body .modal-row .label {
  margin-right: 10px;
}
#appointmentExtendedModal .modal-body .modal-row .label.with-edit {
  display: inline-flex;
  flex-direction: column;
}
#appointmentExtendedModal .modal-body .modal-row .data {
  font-weight: 700;
}
#appointmentExtendedModal .modal-body textarea {
  margin-top: 20px;
}
#appointmentExtendedModal .modal-body .vip-select-container {
  background-color: #eee;
  padding: 10px 5px;
  margin-top: 10px;
  border: 2px solid #4444bd;
  border-radius: 4px;
}
#appointmentExtendedModal .modal-body .vip-select-container p {
  font-weight: 700;
  text-align: center;
}
#appointmentExtendedModal .user-datas-filled-icon {
  width: 25px;
  margin-right: 10px;
}
#appointmentExtendedModal .user-datas-filled-icon.ok {
  fill: green;
}
#appointmentExtendedModal .user-datas-filled-icon.missing {
  fill: orange;
}
#appointmentExtendedModal .modal-footer {
  justify-content: space-between;
}
#appointmentExtendedModal .modal-footer .custom-button {
  width: 170px;
}
#appointmentExtendedModal .modal-footer .action-buttons {
  display: flex;
}
#appointmentExtendedModal .modal-footer .action-buttons .custom-button:first-child {
  margin-right: 15px;
}
#appointmentExtendedModal .modal-footer .action-buttons #extended-cancel-appointment {
  background: #dc3545;
}
#appointmentExtendedModal .modal-footer .action-buttons #extended-modify-appointment {
  background: #ffc107;
  margin-right: 15px;
}
#appointmentExtendedModal .modal-footer .action-buttons #vip-reservation-start {
  background: #4444bd;
}

.medio-calendar-5 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}
.medio-calendar-5 .bootstrap-select .dropdown-item {
  white-space: normal;
}
.medio-calendar-5.has-partner .mc-calendar-card {
  border: 4px solid rgb(255, 180, 31);
}
.medio-calendar-5 .dropdown-menu.show {
  max-width: 600px;
  width: 450px;
  left: auto !important;
  right: 0;
}
.medio-calendar-5 .custom-switch {
  margin-left: auto;
}
.medio-calendar-5 .custom-switch .custom-control-label {
  width: auto;
}
.medio-calendar-5 .switch-col .jump-to-first-free {
  margin-top: 10px;
  font-size: 14px;
  color: var(--primary-color);
}
.medio-calendar-5 .switch-col .jump-to-first-free:hover {
  cursor: pointer;
  text-decoration: underline;
}
.medio-calendar-5 .mc-calendar-icon {
  margin-left: 10px;
}
.medio-calendar-5 .mc-calendar-icon:hover {
  cursor: pointer;
}
.medio-calendar-5 body * {
  color: var(--text-color);
}
.medio-calendar-5 .mc-flex-break {
  width: 100%;
}
.medio-calendar-5 .mc-calendar-card {
  width: 100%;
  padding: 13px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
.medio-calendar-5 .mc-mobile-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.medio-calendar-5 .name-datas {
  text-align: center;
}
.medio-calendar-5 .mc-h3[data-explained=qualification] {
  margin-bottom: 10px;
}
.medio-calendar-5 .mc-h3[data-explained=free-times] {
  color: var(--primary-color);
  text-decoration: underline;
  font-weight: 700;
}
.medio-calendar-5 .mc-h3[data-explained=free-times]:hover {
  cursor: pointer;
}
.medio-calendar-5 .mc-calendar-col {
  margin-top: 10px;
}
.medio-calendar-5 .mc-icon-row {
  display: flex;
  align-items: center;
}
.medio-calendar-5 .mc-icon-row svg {
  margin-right: 10px;
}
.medio-calendar-5 .mc-icon-row .patient-min-age {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
  background-color: var(--primary-color);
  color: white;
  padding: 2px 4px;
  font-size: 14px;
  border-radius: 4px;
}
.medio-calendar-5 .mc-image-container {
  width: 100px;
  height: 100px;
}
.medio-calendar-5 .mc-profile-image {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
}
.medio-calendar-5 .mc-rating-container {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 2;
}
.medio-calendar-5 .mc-rating-star {
  width: 15px;
  margin-left: 5px;
}
.medio-calendar-5 .mc-doctor-name {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--primary-color);
}
.medio-calendar-5 .mc-doctor-name:hover {
  cursor: pointer;
  text-decoration: underline;
}
.medio-calendar-5 .mc-link {
  font-size: 0.7rem;
  line-height: 0.8rem;
  color: var(--primary-color);
}
.medio-calendar-5 .mc-link:last-child {
  margin-bottom: 0;
}
.medio-calendar-5 .mc-h2 {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--primary-color);
}
.medio-calendar-5 .mc-h3 {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.medio-calendar-5 .languages {
  margin-top: 10px;
}
.medio-calendar-5 .languages .flag {
  height: 25px;
  margin-right: 5px;
}
.medio-calendar-5 .languages .language {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 8px;
}
.medio-calendar-5 .mc-h4 {
  font-size: 0.8rem;
}
.medio-calendar-5 .mc-h4.mc-institutiton-distance {
  margin-top: -15px;
}
.medio-calendar-5 .mc-calendar-outer {
  border: 1px solid #d1d1d1;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.medio-calendar-5 .mc-calendar-header {
  height: 40px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.medio-calendar-5 .mc-calendar-header span {
  font-weight: bold;
}
.medio-calendar-5 .mc-calendar-header .mc-calendar-header-container .mc-week-datas:hover,
.medio-calendar-5 .mc-calendar-header .mc-calendar-header-container .jump-today:hover {
  cursor: pointer;
  text-decoration: underline;
}
.medio-calendar-5 .mc-calendar-header .mc-calendar-header-container .jump-today {
  color: var(--primary-color);
}
.medio-calendar-5 .mc-calendar-header .mc-calendar-header-container:hover {
  cursor: pointer;
  text-decoration: underline;
}
.medio-calendar-5 .mc-calendar-inner {
  width: 100%;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}
.medio-calendar-5 .mc-week {
  width: 100%;
  position: absolute;
  top: 0;
  margin: auto;
  opacity: 0;
  z-index: 100;
  transition: transform 0.5s, opacity 0.5s, z-index 0.5s;
}
.medio-calendar-5 .mc-week.instant {
  transition: none;
}
.medio-calendar-5 .mc-week.initial,
.medio-calendar-5 .mc-week.active {
  position: relative;
  opacity: 1;
  z-index: 900;
}
.medio-calendar-5 .mc-week.prev,
.medio-calendar-5 .mc-week.next {
  z-index: 800;
}
.medio-calendar-5 .mc-week.prev {
  transform: translateX(-100%);
}
.medio-calendar-5 .mc-week.next {
  transform: translateX(100%);
}
.medio-calendar-5 .mc-calendar-navigation {
  width: 30px;
  height: 30px;
  padding: 5px;
}
.medio-calendar-5 .mc-calendar-navigation path {
  fill: var(--primary-color);
}
.medio-calendar-5 .mc-calendar-navigation:hover {
  cursor: pointer;
}
.medio-calendar-5 .mc-week-inner {
  width: 100%;
  display: flex;
}
.medio-calendar-5 .mc-institutions-container {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.medio-calendar-5 .mc-institution-element-container {
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-top: 20px;
}
.medio-calendar-5 .mc-institution-element-container:hover {
  cursor: pointer;
}
.medio-calendar-5 .mc-institution-element-circle {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.medio-calendar-5 .mc-institution-element-container:not(.selected) .mc-institution-element-circle {
  background: transparent !important;
}
.medio-calendar-5 .mc-day-col {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  flex-grow: 1;
  width: 14.2857142857%;
}
.medio-calendar-5 .mc-day-col .mc-day-appointments {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  padding: 5px 7px;
}
.medio-calendar-5 .mc-day-col.today {
  border: 2px solid var(--primary-color);
  box-sizing: border-box;
  background-color: rgba(47, 158, 248, 0.1294117647) !important;
}
.medio-calendar-5 .mc-day-col.today .mc-day-header {
  height: 48px;
  font-weight: 700;
}
.medio-calendar-5 .mc-day-col:nth-child(2n) {
  background-color: #f1f1f1;
}
.medio-calendar-5 .mc-day-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid #d1d1d1;
  height: 50px;
}
.medio-calendar-5 .mc-day-am,
.medio-calendar-5 .mc-day-pm {
  height: 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 7px;
}
.medio-calendar-5 .mc-day-am {
  border-bottom: 1px solid #d7d7d7;
  overflow: hidden;
}
.medio-calendar-5 .mc-appointment-button:hover {
  cursor: pointer;
  color: white;
}
.medio-calendar-5 .mc-appointment-button {
  color: #fff;
  background-color: rgba(13, 183, 6, 0.8196078431);
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2px 0;
  margin-bottom: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.medio-calendar-5 .mc-appointment-button.occupied {
  background-color: rgba(253, 111, 111, 0.5803921569) !important;
}
.medio-calendar-5 .mc-appointment-button.occupied[data-has-status=true] {
  padding: 5px 0 10px;
}
.medio-calendar-5 .mc-appointment-button.pending {
  background-color: #838383 !important;
}
.medio-calendar-5 .mc-appointment-button.pending[data-has-status=true] {
  padding: 5px 0 10px;
}
.medio-calendar-5 .mc-appointment-button.interval-button {
  font-size: 0.75rem;
}
.medio-calendar-5 .mc-appointment-button.closed-off {
  cursor: default;
  background: rgb(81, 81, 81);
}
.medio-calendar-5 .mc-appointment-button.kifoglalva {
  background: #bbb;
}
.medio-calendar-5 .mc-appointment-button.selected {
  background-color: var(--primary-color);
}
.medio-calendar-5 .mc-appointment-button .mc-appointment-inner-data {
  z-index: 1;
}
.medio-calendar-5 .mc-appointment-button .mc-appointment-button-institution-marker {
  height: 12px;
  position: absolute;
  right: -15px;
  top: -15px;
  /* width: 12px; */
  border: 15px solid transparent;
  transform: rotateZ(45deg);
}
.medio-calendar-5 .mc-appointment-button .status-marker {
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
}
.medio-calendar-5 .mc-appointment-button:not(.occupied):not(.selected):not(.closed-off):not(.kifoglalva):hover {
  background-color: rgb(17, 143, 13);
  color: white;
}
.medio-calendar-5 .mc-more-appointment-button {
  background-color: #fff;
  color: #33d02d;
  margin-top: 10px;
  border: 1px solid #33d02d;
  padding: 2px 5px;
}
.medio-calendar-5 .mc-more-appointment-button:not(.mc-less-appointment-button) {
  margin-top: auto;
}
.medio-calendar-5 .mc-icon {
  width: 30px;
  height: 30px;
}
.medio-calendar-5 .mc-d-hidden {
  display: none;
}
.medio-calendar-5 .mc-mobile-link {
  display: none;
}
.medio-calendar-5 .mc-empty-day-text {
  text-align: center;
  font-size: 0.8rem;
  color: #999;
}
.medio-calendar-5 .mc-custom-button {
  padding: 3px 5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  border: 1px solid var(--primary-color);
  color: #fff;
  background: var(--primary-color);
  border-radius: 4px;
}
.medio-calendar-5 .mc-custom-button:hover,
.medio-calendar-5 .mc-offline-button:hover {
  cursor: pointer;
}
.medio-calendar-5 .mc-empty-week {
  width: 100%;
  height: 270px;
  background-color: #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.medio-calendar-5 .mc-empty-week .mc-custom-button {
  padding: 5px 25px;
  width: auto;
  background: var(--primary-color);
  color: #fff;
}
.medio-calendar-5 .mc-empty-week-text {
  color: #444;
  font-style: italic;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: bold;
}
.medio-calendar-5 .mc-help-container {
  margin-top: 10px;
  padding: 10px 20px;
  border: 1px solid #555;
  border-radius: 8px;
}
.medio-calendar-5 .mc-help-container p {
  margin-bottom: 0;
}
.medio-calendar-5 .mc-help-header {
  font-weight: 700;
}
.medio-calendar-5 .mc-calendar-extra-text {
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .medio-calendar-5 .mc-day-am,
  .medio-calendar-5 .mc-day-pm {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1300px) {
  .medio-calendar-5 .mc-calendar-card {
    padding: 15px;
  }
  .medio-calendar-5 .mc-day-am,
  .medio-calendar-5 .mc-day-pm {
    padding: 5px 5px;
  }
}
@media screen and (max-width: 767px) {
  .medio-calendar-5 .mc-empty-week-text {
    font-size: 12px;
    font-weight: normal;
  }
  .medio-calendar-5 .mc-empty-week {
    height: 150px;
  }
  .medio-calendar-5 .mc-institution-address {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .medio-calendar-5 .mc-data-col p {
    text-align: left;
  }
  .medio-calendar-5 .mc-data-col p.mc-mobile-link {
    text-align: center;
  }
  .medio-calendar-5 .mc-calendar-card {
    flex-wrap: wrap;
    padding: 10px 0px;
  }
  .medio-calendar-5 .mc-data-col {
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .medio-calendar-5 .mc-data-col .mc-earliest-free-date {
    text-align: left;
  }
  .medio-calendar-5 .mc-data-col .mc-earliest-free-date strong {
    text-decoration: underline;
  }
  .medio-calendar-5 .mc-data-col .mc-doctor-datas {
    width: 80%;
    padding-left: 20px;
    align-items: flex-start;
  }
  .medio-calendar-5 .mc-calendar-col {
    width: 100%;
  }
  .medio-calendar-5 .mc-image-container {
    width: 70px;
    margin-right: auto;
    margin-left: auto;
  }
  .medio-calendar-5 .mc-profile-image {
    height: 70px;
  }
  .medio-calendar-5 .mc-h2,
  .medio-calendar-5 .mc-h4 {
    display: none;
  }
  .medio-calendar-5 .mc-doctor-datas .mc-link {
    display: none;
  }
  .medio-calendar-5 .mc-mobile-row {
    flex-direction: row;
    align-items: center;
  }
  .medio-calendar-5 .mc-mobile-row.mc-earliest-free-date-row {
    justify-content: center;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 10px;
  }
  .medio-calendar-5 .mc-icon {
    margin-right: 10px;
    margin-top: 0;
    width: 20px;
    height: 20px;
  }
  .medio-calendar-5 .mc-mobile-link {
    display: block;
    margin-top: 10px;
  }
  .medio-calendar-5 .mc-week-inner {
    flex-direction: column;
  }
  .medio-calendar-5 .mc-day-col {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .medio-calendar-5 .mc-day-header {
    width: 100%;
    height: 35px;
    flex-direction: row;
    justify-content: center;
  }
  .medio-calendar-5 .mc-day-header span {
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 700;
  }
  .medio-calendar-5 .mc-appointment-button {
    width: 65px;
    margin-right: 5px;
    height: 25px;
  }
  .medio-calendar-5 .mc-more-appointment-button {
    margin-top: 0;
  }
  .medio-calendar-5 .mc-day-pm::before {
    content: "Délután";
  }
  .medio-calendar-5 .mc-day-pm::after {
    background-image: url("../images/sun.svg");
  }
  .medio-calendar-5 .mc-empty-day-text {
    margin-top: 10px;
    width: 100%;
  }
  .medio-calendar-5 .mc-day-am {
    border-bottom: 1px solid #d7d7d7;
  }
}
@media screen and (max-width: 767px) and (max-width: 390px) {
  .medio-calendar-5 .mc-image-container {
    width: 50px;
  }
  .medio-calendar-5 .mc-profile-image {
    height: 50px;
  }
}
.medio-calendar-5 .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.medio-calendar-5 .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--primary-color);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.medio-calendar-5 .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.medio-calendar-5 .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.medio-calendar-5 .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.medio-calendar-5 .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.medio-calendar-5 .mc-loader-container {
  background-color: #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
.medio-calendar-5 .mc-commission {
  font-size: 12px;
}
.medio-calendar-5 .mc-commission .custom-tooltip {
  color: var(--primary-color);
  margin-right: 5px;
  margin-left: 0px;
  font-size: 12px;
}
.medio-calendar-5 .mc-commission span {
  font-weight: 700;
  color: var(--primary-color);
}
.medio-calendar-5 .mc-payment-type {
  text-align: center;
  margin-top: 20px;
}
.medio-calendar-5 .mc-payment-type span {
  color: var(--primary-color);
  margin-right: 10px;
}
.medio-calendar-5 .mc-payment-icon {
  width: 20px;
  height: 20px;
  fill: var(--primary-color);
}

.caret-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.caret-container .caret {
  width: 20px;
  height: 32px;
}

/*# sourceMappingURL=style.css.map */
