.devise {
  background: #f5f5f5;
  text-align: center;
}
.devise * {
  font-family: "custom-font" !important;
}
.devise .link {
  margin-top: 5px;
  font-size: 0.8em;
}
.devise .card {
  margin: 0 auto;
  margin-top: 10%;
  max-width: 300px;
  padding: 20px;
  border-radius: 2em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.devise .field {
  margin-bottom: 10px;
}
.devise .field label {
  display: block;
  margin-bottom: 5px;
}
.devise .field input {
  display: inline-block;
  border-radius: 2em;
  border: 1px solid #ccc;
  padding: 0.5em;
}
.devise .ui.positive.button {
  background-color: #ff4438 !important;
  color: #fff !important;
  border: 1px solid #ff4438 !important;
  border-radius: 2em !important;
  padding: 0.5em 1em !important;
  font-weight: 400 !important;
}

body {
  margin: 0;
  min-width: 300px;
}

@font-face {
  font-family: "custom-font";
  src: url("/assets/PlusJakartaSans-VariableFont_wght-9cfe2318.ttf");
}
.slot-stripped {
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0.5) 10px, rgba(255, 255, 255, 0.5) 20px);
}

.phone-input {
  height: 24px;
}
.phone-input input.form-control {
  border-color: #d9d9d9;
  height: 100%;
  border-radius: 8px;
  width: 197px;
  padding: 0;
  padding-left: 48px;
}

.phone-large-input {
  height: 32px;
}
.phone-large-input input.form-control {
  border-color: #d9d9d9;
  height: 100%;
  border-radius: 16px;
  width: 100%;
  padding: 0;
  padding-left: 48px;
}
.phone-large-input .flag-dropdown {
  border-radius: 16px 0 0 16px !important;
}

.ant-modal-body {
  padding-top: 1em;
}

.admin-menu li {
  padding-top: 14px;
}

.map-popup {
  padding: 0;
}
.map-popup .leaflet-popup-content-wrapper {
  border-radius: 0;
  padding: 0px;
}
.map-popup .leaflet-popup-content {
  margin: 0;
}

button {
  font-weight: bold !important;
}

.show-md {
  display: none;
}

.slotPageContainer {
  margin: 0 2em;
}

.LayoutSentence {
  margin-left: 2em;
}

.header {
  margin-bottom: 0;
}

.resultSentence {
  margin-bottom: 1.5em;
  max-width: 30%;
  font-size: 1.8em;
}

#SlotForm div.ant-form-item label {
  font-size: 1.2em;
  font-weight: bold;
}

.specialistAvailabilities a {
  color: #000000;
}
.specialistAvailabilities .fc-popover {
  height: 200px;
  overflow: scroll;
}

@media (max-width: 3840px) {
  .boxList {
    min-width: 30em;
  }
  .body {
    padding: 0 2em 3em 1em;
  }
  .confirmSlotFromDiv {
    margin-left: 30em;
  }
  .contentPadding {
    padding: 0.5em 60px;
  }
  .specialists {
    display: flex;
    height: 95%;
  }
}
@media (max-width: 1440px) {
  .resultSentence {
    font-size: 1em;
    max-width: 450px;
  }
  .confirmSlotFromDiv {
    margin-left: 26em;
  }
  .specialists {
    display: block;
    height: 99%;
  }
  .specialists .select {
    margin: 0 22%;
  }
  .specialists .days {
    margin: 0 22%;
  }
  .specialists .slots {
    margin: 0 22%;
  }
}
@media (max-width: 1024px) {
  .boxList {
    min-width: auto;
  }
  #SlotForm label.ant-checkbox-wrapper {
    max-width: 20em;
  }
  .confirmSlotFromDiv {
    margin-left: 11em;
  }
}
@media (max-width: 1024px) {
  .confirmSlotFromDiv {
    margin-left: 16em;
  }
  .boxPageContainer,
  .slotPageContainer {
    flex-direction: column;
  }
  .LayoutSentence {
    text-align: center;
    margin-left: 0;
  }
  .cards {
    align-items: center;
  }
  .boxPageCard {
    background-color: #cccccc;
    border-radius: 50px !important;
    justify-content: space-between;
    align-items: center;
    padding: 0.8em 1em !important;
  }
  .boxPageCard .anticon {
    width: 27px !important;
  }
  .boxPageCard img {
    width: 50px;
    height: 50px;
    border-radius: 25px !important;
  }
  .boxPageCard .text {
    margin-bottom: 0 !important;
    font-size: 12px;
  }
  .boxPageCard .address {
    display: none;
  }
  .boxPageCard .content {
    flex: 1;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .boxPageCard .react-tel-input .form-control {
    background-color: #cccccc;
  }
  .slotForm {
    margin-left: 6em;
  }
  .contentPadding {
    padding: 0.5em 15px;
  }
}
@media (max-width: 1300px) {
  .hide-lower-1300 {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: inline-block;
  }
  .slotForm {
    margin-left: 0;
  }
  .confirmSlotFromDiv {
    margin-left: 4em;
  }
  .header {
    margin-bottom: 0;
  }
  .header .logo {
    width: 150px;
  }
  .ant-form .slot-checkbox .ant-form-item-label {
    min-width: 31em;
  }
}
@media (max-width: 425px) {
  .specialists {
    display: block;
    height: 99%;
  }
  .specialists .select {
    margin: 0 0;
  }
  .specialists .days {
    margin: 0 0;
  }
  .specialists .slots {
    margin: 0 0;
  }
  .ant-form .slot-checkbox .ant-form-item-control {
    flex: none;
  }
  .ant-form .slot-checkbox .ant-form-item-label {
    max-width: 0;
    flex: none;
    min-width: 28em;
  }
  .hide-s {
    display: none !important;
  }
  .slotPageContainer {
    margin: 0 0;
  }
  .slotForm {
    margin-left: 0;
  }
  .header {
    margin-bottom: 0;
  }
  .confirmSlotFromDiv {
    margin-left: 4em;
  }
}
@media (max-width: 375px) {
  .ant-form .slot-checkbox .ant-form-item-label {
    font-size: 11px;
  }
  .hide-xs {
    display: none !important;
  }
  .confirmSlotFromDiv {
    margin-left: 4em;
  }
}
@media (max-width: 320px) {
  .confirmSlotFromDiv {
    margin-left: 2em;
  }
}
.hoverable:hover {
  color: var(--hover-color) !important;
  border-color: var(--hover-border-color) !important;
}

.ant-picker-cell-selected div.custom {
  color: white !important;
  background-color: var(--background-color) !important;
}

.new-event, .new-alert {
  background-color: #fa4c4f !important;
}

.default-week-calendar-event {
  width: 70%;
}

.default-week-calendar-cell {
  --fc-today-bg-color: white;
}

.period-agenda-calendar-event {
  width: 35%;
}

.ant-modal-body button.ant-btn-primary {
  background-color: #FF4438;
}
.ant-modal-body button.ant-btn-primary:hover {
  background-color: #ff7161;
}
.ant-modal-body button.ant-btn-default:hover {
  border-color: #FF4438;
  color: #FF4438;
}

.ant-modal-body .ant-radio-checked span.ant-radio-inner {
  background-color: #FF4438;
  border-color: #FF4438;
}

ul.ant-table-pagination li.ant-pagination-item-active {
  border-radius: 9px;
}

.picture div.ant-upload-list-item {
  height: 12em !important;
  width: 17em;
}
.picture a.ant-upload-list-item-thumbnail {
  height: 10em !important;
  width: 15em !important;
}

.waiting-time div.ant-upload-list-item {
  height: 12em !important;
  width: 42em;
}
.waiting-time a.ant-upload-list-item-thumbnail {
  height: 10em !important;
  width: 40em !important;
}

.fc .small-calendar .fc-timegrid-slot {
  height: 60px;
}
.fc .small-calendar .default-week-calendar-event {
  width: 100%;
}
.fc .small-calendar .period-agenda-calendar-event {
  width: 100%;
}

.PhoneInputInput {
  border: none;
}
.PhoneInputInput:focus-visible {
  outline: none;
}

.sms-content .ant-spin-dot-item {
  background-color: #000000;
}

.xs-events .ant-table-container {
  font-size: 0.7em;
}
