@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com");
@import url("https://fonts.gstatic.com");
:root {
  --bs-blue: #1c6bb8;
  --bs-blue-hover: #14589b;
}

body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  background-color: #f8f9fa !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-navigation {
  position: absolute;
  right: 0;
  top: 25px;
  border: 0 !important;
  padding: 5px;
  margin-right: 10px;
}

.home {
  background-image: url(../img/background.png);
  background-position: top center;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

header {
  margin-bottom: 34px;
}

h1 {
  font-weight: 700;
  margin-bottom: 34px;
  font-size: 32px;
}

.content-menu {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 3px;
  padding: 18px;
  text-align: center;
}

.actions {
  background: #ffffff;
  background-position: left top;
  background-size: cover;
  /* padding: 70px 44px 44px 44px; */
  padding: 44px;
  margin-top: 44px;
  border-radius: 3px;
}

.actions img {
  margin-bottom: 62px;
}

.medium-btn {
  --bs-btn-padding-x: 12px;
  --bs-btn-padding-y: 12px;
}

.btn {
  --bs-btn-border-radius: 8px;
}

.btn:hover,
.btn:disabled {
  border-color: transparent;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border-color: transparent;
}

.btn-primary {
  background-color: transparent;
  border-color: transparent;
}

.map-btn:hover {
  opacity: 0.8;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  opacity: 0.6 !important;
}

.btn-light {
  --bs-btn-font-weight: 500;

  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.02) !important;
}

.step-non-selected {
  background: transparent !important;
  border: 2px solid #8f8f8f !important;
  color: #000 !important;
}

.field-error {
  color: red !important;
}

.code-block {
  width: 38px;
  height: 45px;
  margin-right: 17px;
  float: left;
  font-weight: 700;
}

.code-block-check {
  border: 2px solid #1d8316;
}

.form-label-check {
  color: #1d8316;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 1;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: white !important;
  background: #f5f6f8;
  border-radius: 8px;
}

.nav-link {
  padding: 10px 16px !important;
  color: #000000;
  font-weight: 500;
}

.separator-nav {
  width: 1px;
  background-color: #d1d1d1;
  height: 50px;
  margin-left: 8px;
  margin-right: 20px;
}

.language-container span {
  font-size: 12px;
  color: #757575;
  display: block;
  font-weight: 500;
}

.language-container .btn-secondary {
  padding: 0;
  color: #1a1d1f;
  background: transparent;
  border: none;
  font-weight: 500;
}

.language-container .btn-secondary:active {
  padding: 0;
  color: #1a1d1f;
  background: transparent;
  border: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #f8f9fa;
  color: #000;
}

.card-general {
  background: #ffffff;
  border-radius: 8px;
  padding: 30px 32px;
  margin-bottom: 35px;
}

.card-general.non-selected .stepper-step {
  margin-bottom: 0;
}

.stepper-step {
  margin-bottom: 35px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: white !important;
  border-radius: 8px !important;
}

.stepper-step span.step-check {
  background-color: #238556 !important;
  border: 2px solid #238556 !important;
}

.stepper-step span {
  background: #1b1d1f;
  font-weight: 500;
  font-size: 20px;
  width: 44px;
  height: 44px;
  color: #fff;
  border-radius: 100px;
  margin-right: 21px;
}

.card-general.non-selected .stepper-step span {
  background: #fff;
  font-weight: 500;
  font-size: 20px;
  width: 44px;
  height: 44px;
  color: #000000;
  border-radius: 100px;
  margin-right: 21px;
  border: 2px solid #8f8f8f;
}

.stepper-step .step-title h2 {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}

.selectable-item {
  width: 100%;
  background: #f5f6f8;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 13px;
  cursor: pointer;
}

.selectable-item:last-child {
  margin-bottom: 0;
}

.icon-item {
  background: #ffffff;
  padding: 6px;
  border-radius: 100%;
  width: 37px;
  height: 37px;
  margin-right: 13px;
}

.title-item {
  font-weight: 500;
  font-size: 16px;
  width: 258px;
  margin-right: 19px;
}

.item-content {
  color: #757575;
  margin-right: 13px;
}

.item-content svg {
  margin-right: 3px;
  transform: translateY(-2px);
}

.card-sidebar {
  background: #ffffff;
  border-radius: 8px;
  padding: 28px 16px;
  margin-bottom: 35px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
}

.card-sidebar h2 {
  font-size: 20px;
  margin: 0;
  font-weight: 700;
}

.card-sidebar .item-sidebar {
  padding: 20px 0;
  color: #1a1d1f;
  font-weight: 500;
  font-size: 16px;
}

.card-sidebar .step.text-end {
  font-weight: normal;
  color: #4f4f4f;
  margin-left: 0px;
  min-width: 87px;
}

.card-sidebar .item-sidebar.border-top {
  border-top: 1px dashed #c6c6c6;
}

.summary svg {
  color: #8f8f8f;
  width: 14px;
  margin-right: 5px;
  transform: translateY(-1px);
}

.icon-inside {
  position: relative;
}

.icon-inside .search-icon {
  position: absolute;
  margin: 5px 12px;
}

.icon-inside .form-control {
  padding-left: 43px;
}

.form-control {
  border-radius: 8px;
  border-color: #8f8f8f;
}

.tab-nav .nav-link {
  padding: 7px 14px !important;
  border-radius: 8px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  /* color: var(--bs-nav-pills-link-active-color) !important;
  background-color: var(--bs-blue); */
  color: white !important;
  background: #f5f6f8;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--bs-blue);
}

.selection {
  font-weight: 500;
  font-size: 14px;
  color: #757575;
}

.content-class {
  display: flex;
  justify-content: space-between;
}

.selection div span + button svg {
  transform: translateY(-2px);
}

.selection .text-selection svg {
  transform: translateY(-2px);
}

.margin-bottom {
  margin-bottom: 22px;
}

.empty-btn {
  font-size: 16px;
  background-color: transparent;
  border: none;
  padding: 0;
  color: #1a1d1f;
}

.map-view {
  width: 100%;
  border-radius: 8px;
}

.googleMaps {
  width: 100%;
  position: relative;
  height: 400px;
}

.box-popover {
  padding: 20px;
  width: 310px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25), 0px 4px 2px rgba(0, 0, 0, 0.02);
}

.box-popover .arrow-box-popover {
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 14px);
  transform: translateY(10px) rotate(45deg);
  border-bottom: 14px solid #fff;
  border-right: 14px solid #fff;
  box-shadow: 7px 8px 8px rgba(0, 0, 0, 0.14);
}

.popover-title {
  font-weight: 700;
  font-size: 18px;
}

.popover-content {
  color: #757575;
  font-size: 16px;
  margin-bottom: 17px;
}

.btn-primary:hover {
  background-color: var(--bs-blue-hover);
  border-color: var(--bs-blue-hover);
}

.example-position {
  /* position: absolute; */
  left: 176px;
  top: 19px;
}

.form-check-input:checked {
  background-color: var(--bs-blue);
  border-color: var(--bs-blue);
}

.form-check-input {
  border: 1px solid #8f8f8f;
}

.check-input {
  border: 2px solid #1d8316 !important;
  padding-right: 35px;
}

.input-check-icon {
  position: absolute;
  right: 10px;
  top: 10px;
}

.input-group-fields {
  position: relative;
}

.confirm-title {
  margin-top: 107px;
}

.confirm-sub-heading {
  color: #757575;
  margin-bottom: 24px;
}

.bubble-item {
  background-image: url(../img/bubble.svg);
  background-repeat: no-repeat;
  width: 56px;
  height: 35px;
  margin-bottom: 8px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  padding-top: 5px;
}

.item-person {
  margin: 0 10px;
}

.btn-whatsapp,
.btn-whatsapp:hover,
.btn-whatsapp:active {
  color: #20a71d !important;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
  margin-right: 15px;
}

.btn-google,
.btn-google:hover,
.btn-google:active {
  color: #277fe8 !important;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
  margin-right: 15px;
}

.btn-outlook,
.btn-outlook:hover,
.btn-outlook:active {
  color: #6d48d7 !important;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
  margin-right: 15px;
}

.top-ticket {
  width: 327px;
  background: url(../img/top-ticket.svg) no-repeat top;
  height: 17px;
}

.body-ticket {
  width: 327px;
  padding: 10px 18px;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  background: #fff;
}

.body-title {
  font-size: 16px;
  color: #757575;
  margin-bottom: 18px;
}

.body-title span {
  font-weight: 700;
  font-size: 47px;
  color: #1a1d1f;
}

.bottom-ticket {
  width: 327px;
  background: url(../img/bottom-ticket.svg) no-repeat top;
  height: 17px;
}

.up-icon {
  transform: translateY(-2px);
}

svg {
  margin-right: 4px;
}
.search-container {
  display: flex;
  gap: 10px;
}

.otpInputStyle {
  width: 38px;
  height: 45px;
  margin-right: 17px;
  font-size: 2rem;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.tabs-container {
  background: #ffffff;
  border-radius: 8px;
  padding: 7px;
  width: fit-content;
  margin-bottom: 13px;
  width: 100%;
}

.tabs-container .nav-item .nav-link {
  padding-left: 73px !important;
  padding-right: 73px !important;
  font-size: 20px;
}

.min-height-items {
  height: 68px !important;
}

.btn-dropdown-text {
  font-weight: 700;
  font-size: 20px;
  font-size: 20px;
  color: #1a1d1f;
  text-decoration: none;
  padding: 0;
}

.btn-dropdown-text:checked,
.btn-dropdown-text.show,
.btn-dropdown-text:first-child:active,
.btn-dropdown-text:hover {
  color: unset;
}

.date-btn {
  font-size: 16px;
  font-weight: 500;
  color: #757575;
}

.day {
  font-weight: 500;
}

.nro {
  color: #757575;
  font-weight: 500;
}

.border-card {
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 23px;
}

.border-card h2 {
  font-weight: 700;
  font-size: 30px;
  color: #1a1d1f;
}

.border-bottom-dashed {
  border-bottom: 1px dashed #c6c6c6;
}

.icon-box {
  width: 14px;
}

.code-number {
  font-weight: 700;
  font-size: 16px;
  color: #1b1d1f;
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
  background-color: #1b1d1f;
  border-color: #1b1d1f;
}

.btn-outline-primary {
  color: #1b1d1f;
  border-color: #1b1d1f;
}

.items-consultant .img-avatar-consultant {
  border-radius: 100px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

.items-consultant .title-item {
  font-weight: 500;
  font-size: 20px;
  width: auto;
  margin-right: 0;
  color: #1a1d1f;
}

.items-consultant .title-item span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}

.dropdown-sm {
  font-weight: 500;
  font-size: 16px;
}

.virtual-item {
  cursor: auto !important;
  padding: 24px !important;
}

.available-time {
  font-weight: 500;
  color: #198754;
  display: block;
}

.width-sm-field {
  width: 300px !important;
}

.container-body {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
  overflow: auto;
  width: 100%;
  padding: 32px 34px;
}

.ticket-issued {
  margin-top: 73px;
  display: flex;
  justify-content: center;
}

.stepper {
  width: 100%;
  padding: 0 16px 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dashed #cdced1;
  margin-bottom: 20px;
}

.step-active {
  width: 32px;
  height: 32px;
  background: #1a1d1f;
  color: #fff;
  text-align: center;
  padding-top: 4px;
  font-weight: 500;
  border-radius: 100px;
}

.step-next {
  width: 32px;
  height: 32px;
  border: 1px solid #1a1d1f;
  color: #1a1d1f;
  text-align: center;
  padding-top: 4px;
  font-weight: 500;
  border-radius: 100px;
}

.step-check {
  width: 32px;
  height: 32px;
  background: #238556;
  color: #fff;
  text-align: center;
  padding-top: 4px;
  font-weight: 500;
  border-radius: 100px;
}

.step-check svg {
  margin-right: 0 !important;
}

.context {
  color: #4f4f4f;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  padding-top: 12px;
}

.separator-stepper {
  width: 42px;
  height: 3px;
  background-color: #dbdfe5;
}

.container-inner {
  padding: 0 0 24px 0;
}

.icons-gray {
  color: #8f8f8f;
}

.title-service {
  margin: 0;
}

.center-container {
  text-align: center;
  padding: 24px auto 32px auto;
}

.search-close-button {
  color: #1a1d1f;
  font-size: 20px;
}

.search-close-button.btn-link:hover {
  color: #1a1d1f;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-container-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-block {
  border-radius: 8px;
  background: #f5f6f8;
  padding: 16px 16px 10px 16px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin: 1px 7px 10px 1px;
  outline: transparent solid 1px;
}

.service-block-active {
  border-radius: 8px;
  margin: 1px 7px 10px 1px !important;
}

.suplementary-text {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
  letter-spacing: -0.32px;
  display: flex;
  align-items: top;
}

.suplementary-text i {
  margin-right: 6px;
  margin-top: 2px;
}

.service-block h3 {
  color: #1a1d1f;
  font-size: 16px;
  font-weight: 500;
}

.service-block-content {
  padding-right: 0px;
}

.service-block-check {
  width: 34px;
  border-left: 1px dashed #cdced1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 4px;
  height: 78px;
}

.service-block-check {
  font-size: 20px;
  color: #a7a7a7;
}

.service-block-check .fa-circle-check {
  color: #1b1d1f;
}

a:hover {
  cursor: pointer;
}

.appointmentService {
  border: none;
}
.appointmentService:visited {
  border: 1px solid black;
}

.iconGap {
  gap: 5px;
}
.locationBranches {
  display: flex;
  gap: 5px;
}
.locationsidebar {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.titleLocation-item {
  font-weight: 500;
  font-size: 16px;
  width: 281px;
  margin-right: 19px;
}

.itemAlignment {
  display: flex;
  align-items: center;
  gap: 2px;
}

.svgGapCustom {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  float: left;
}
/* .item-person:last-child {
  margin-right: 0px;
} */
.svglastperson {
  position: relative;
  top: 25px;
}

.customCalenderMg {
  margin-top: 15px;
}
.whatsappCalender {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 500px;
  box-shadow: rgb(0 0 0 / 4%) 2px 5px 18px -1px,
    rgba(0 0 0 / 15%) 2px 2px 10px -3px;
  color: #333;
  min-width: 0;
  border-radius: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 3em;
  width: 3em;
  padding: 0;
}

.whatsappCalender:hover {
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 15%) 2px 5px 18px -1px,
    rgba(0 0 0 / 30%) 2px 2px 10px -3px;
  color: #000;
  margin: 0;
}

.overflowWrap {
  overflow-wrap: anywhere;
}
.gap-10 {
  gap: 10px;
}

.error-msg {
  color: red;
}

.error-box {
  border: 1px solid red;
  border-radius: 8px;
}

.bg-top {
  height: 225px;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.flow-heading {
  padding-top: 32px;
}

.button-summary {
  float: right;
  text-decoration: none;
  color: #ffffff;
  padding: 0;
  font-size: 14px;
  padding-top: 2px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.button-summary i {
  margin-left: 6px;
  font-size: 16px;
}

.button-summary:active,
.button-summary:hover,
.button-summary:focus,
.button-summary:visited,
.button-summary.btn-link:hover {
  color: #ffffff;
}

.heading-container {
  display: flex;
  justify-content: space-between;
}

.display-mobile {
  display: none;
}

.display-desktop {
  display: block;
}

.control-box {
  background: #212121;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
  height: 87px;
  bottom: 0;
  border-radius: 8px;
  z-index: 2;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.current-step {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.button-white {
  background: #fff;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  padding: 17px 25px;
  line-height: normal;
  display: flex;
  align-items: center;
}

.button-white i {
  color: #777;
  margin-left: 8px;
}

.button-white:disabled {
  background: #fff !important;
}

.button-white:active,
.button-white:hover,
.button-white:focus,
.button-white:visited,
.button-white.btn:hover {
  color: #212121;
  background: #fff;
}

.button-dark-gray {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  font-weight: 700;
  padding: 17px 25px;
  line-height: normal;
  display: flex;
  align-items: center;
}

.button-dark-gray i {
  color: #777;
  margin-right: 8px;
}

.button-dark-gray:active,
.button-dark-gray:hover,
.button-dark-gray:focus,
.button-dark-gray:visited,
.button-dark-gray.btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.error-line {
  color: #dc3545;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  padding-bottom: 12px;
}

input.form-control {
  background-color: #f5f6f8;
  border-color: #8f8f8f;
}

input.otp-input-number {
  width: 1.6em !important;
  padding: 0.375rem 0 !important;
}

input.form-control::placeholder {
  color: #777;
}

.extra-info {
  padding: 20px;
  text-align: center;
  margin-bottom: 24px;
  height: 130px;
}

.extra-info.flex-lines {
  display: flex;
  justify-content: center;
  align-content: space-around;
  flex-wrap: nowrap;
  flex-direction: column;
}

.extra-info .icons-alone {
  color: #757575;
  font-size: 30px;
  margin-bottom: 14px;
}

.extra-info .alert-info-icon {
  color: #757575;
  font-size: 40px;
  margin-bottom: 14px;
}

.queue-icons-box {
  padding-top: 0;
}

.extra-info p {
  font-size: 14px;
  margin: 0;
}

.queue-icons {
  transform: scale(0.6);
  justify-content: center;
  flex-direction: row-reverse;
}

.bg-top {
  width: 100%;
  background: #1a1d1f;
  height: 225px;
  position: absolute;
  left: 0;
  top: 86px;
  z-index: 0;
}

.big-content.bg-top {
  height: 499px;
}

.title-start-ticket {
  color: #fff;
  font-size: 51px;
  margin-top: 103px;
}

.title-start {
  color: #fff;
  font-size: 32px;
}

.display-mobile {
  display: none;
}

.display-desktop {
  display: block;
}

.container-body h2 {
  color: #1a1d1f;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.control-box {
  background: #212121;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
  height: 87px;
  bottom: 0;
  border-radius: 8px;
  z-index: 2;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.icon-box-steps {
  width: 16px;
  margin-right: 5px;
}

.card-sidebar .selection {
  padding-left: 21px;
  font-weight: 500;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.scollbarLine {
  border-bottom: 1px solid #dadada;
}

.scrollbarSlot {
  z-index: 2;
  overflow-y: scroll;
  /* height: 100%; */
  max-height: 280px;
}

.scrollbarSlot::-webkit-scrollbar {
  width: 0px;
  -webkit-appearance: none;
}

.scrollbarCategories {
  z-index: 2;
  overflow-y: scroll;
  height: 100%;
  max-height: 230px;
  overflow-x: hidden;
}
.scrollbarCategories::-webkit-scrollbar {
  width: 0px;
  -webkit-appearance: none;
}
.scrollbarCategories::-webkit-scrollbar {
  width: 8px;
}
.scrollbarCategories::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgb(139 139 139);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

.button-margin {
  margin-top: 10px;
}

.flag-dropdown {
  display: none;
}

.dropdown-calendar {
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate3d(0px, 34px, 0px);
  /* height: 83px;
  width: 160px; */
  border-radius: 7px;
  background-color: white;
  /* box-shadow: 0px 0px 1.5px 0px gray; */
}

.custom-dropdown-range-picker .ant-picker-dropdown {
  top: auto !important;
  bottom: 100% !important; /* Forces it to open downwards */
  /* cursor: "pointer" */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

@media (max-width: 1200px) {
  .card-sidebar .item-sidebar {
    font-size: 14px !important;
  }
}

@media (max-width: 1199px) {
  .extra-info {
    height: 155px !important;
  }
}

@media (min-width: 900px) and (max-width: 1400px) {
  .date-btn {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .card-sidebar .item-sidebar {
    font-size: 14px !important;
  }

  .card-sidebar .item-sidebar .summary.d-flex.justify-content-between {
    justify-content: left !important;
  }

  .card-sidebar .item-sidebar .step.text-end {
    padding-left: 21px;
    min-width: 98px;
  }

  .ticket-container .justify-content-lg-center {
    justify-content: left !important;
  }

  .ticket-container .col-ticket {
    flex: 0 0 auto;
    width: 50%;
  }

  .ticket-container .col-ticket {
    flex: 1 0 0%;
  }

  .extra-info {
    height: 180px !important;
  }

  .extra-info.queue-icons-box {
    padding-top: 0 !important;
  }
}

@media (max-width: 1023px) {
  .social-share {
    margin-top: 200px;
    margin-bottom: 30px;
  }

  .card-sidebar {
    padding: 23px 10px;
  }

  .title-start-ticket {
    font-size: 30px;
    margin-top: 70px;
  }

  .col-sm {
    width: 100%;
  }

  .big-content.bg-top {
    height: 540px;
  }

  .container-body {
    padding: 18px !important;
  }
}

@media (max-width: 991px) {
  .loader-appointment-container {
    padding-top: 5rem;
  }
  .tabs-container .nav-item .nav-link {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .stepper-step span {
    margin-right: 10px;
  }

  .navbar-collapse {
    transform: translateY(10px);
  }

  .separator-nav {
    display: none;
  }

  .language-container {
    padding-left: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }

  .container-body {
    padding: 17px 18px;
  }
}

@media (max-width: 767px) {
  .scrollbarCategories {
    max-height: 375px;
  }
  .ant-picker-panels {
    flex-direction: column !important;
    flex-wrap: wrap !important;
  }
  .nav.nav-pills.tab-nav.mb-3.mt-sm-4,
  .d-lg-flex.justify-content-between.mt-sm-5 {
    margin-top: 20px;
  }

  .tabs-container .nav-item .nav-link {
    font-size: 14px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .tabs-container li.nav-item {
    width: auto !important;
  }

  .social-share {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
  }

  .btn.btn-link.btn-icon-light,
  .btn.btn-link.btn-icon-light:hover,
  .btn.btn-link.btn-icon-light:active {
    color: #fff;
    font-size: 22px;
  }

  .control-box {
    background: #212121;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
    height: 87px;
    position: fixed;
    bottom: 0;
    border-radius: 0;
    width: 100%;
    z-index: 2;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  body {
    position: relative;
  }

  header {
    width: 100%;
    z-index: 2;
    position: fixed;
    top: 0;
    margin-bottom: 24px;
  }

  .main {
    padding-top: 110px;
    padding-bottom: 120px;
  }

  h1 {
    font-size: 20px;
  }

  header {
    margin-bottom: 24px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title-start-ticket {
    text-align: center;
    color: #ffffff;
    margin-bottom: 24px;
    font-size: 20px !important;
    margin-top: 0 !important;
  }

  .steps-control .button-back-control {
    float: left;
    text-decoration: none;
    color: #ffffff;
    padding: 0;
    font-size: 22px;
    padding-top: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
  }

  .steps-control .button-back-control i {
    margin-right: 10px;
  }

  .steps-control .button-back-control:active,
  .steps-control .button-back-control:hover,
  .steps-control .button-back-control:focus,
  .steps-control .button-back-control:visited,
  .steps-control .button-back-control.btn-link:hover {
    color: #ffffff;
  }

  .bg-top {
    width: 100%;
    background: #1a1d1f;
    height: 157px !important;
    position: absolute !important;
    left: 0;
    top: px !important;
    z-index: 0;
  }

  .card-sidebar {
    border-radius: 8px;
    padding: 0 !important;
    margin-bottom: 0;
    border-top: none;
    box-shadow: none;
    margin: 0;
  }

  .card-sidebar .item-sidebar {
    padding: 10px 0;
  }

  .ticket-issued {
    margin-top: 0;
  }

  .tabs-container .nav.nav-pills .nav-item {
    width: 100%;
    text-align: center;
  }

  .selectable-item {
  }

  .icon-item {
    margin-bottom: 0;
  }

  .title-item {
    margin-bottom: 0;
  }

  .ticket-call-mobileview {
    flex: unset !important;
  }
  .summary-item {
    display: block !important;
  }

  .item-content {
    margin-bottom: 10px;
  }

  .box-popover {
    width: 100%;
  }

  .example-position {
    left: 10px;
  }

  .top-ticket {
    margin-top: 0;
  }

  .confirm-title {
    margin-top: 0;
  }

  .ticket-container .col-ticket {
    flex: 1 0 0%;
  }

  .display-mobile {
    display: block !important;
  }

  .display-desktop {
    display: none !important;
  }

  .button-summary {
    float: right;
    text-decoration: none;
    color: #ffffff;
    padding: 0;
    font-size: 14px;
    padding-top: 2px;
    font-weight: 600;
    display: flex;
    align-items: center;
  }

  .button-summary i {
    margin-left: 6px;
    font-size: 16px;
  }

  .button-summary:active,
  .button-summary:hover,
  .button-summary:focus,
  .button-summary:visited,
  .button-summary.btn-link:hover {
    color: #ffffff;
  }

  .title-start {
    float: left;
    color: #ffffff;
    margin-bottom: 24px !important;
    font-size: 20px !important;
    margin-top: 0 !important;
  }

  .extra-info {
    height: auto !important;
  }
}

/* 280px */

@media (max-width: 370px) {
  .actions {
    padding: 50px 20px !important;
  }

  .actions img {
    margin-bottom: 20px !important;
  }

  .navbar-brand .mx-auto .d-block {
    padding: 0 20px !important;
    margin-top: 6px !important;
  }

  .container-body h2 {
    font-size: 16px !important;
  }

  .service-block-check {
    margin-left: 10px !important;
    padding-left: 10px !important;
  }

  .control-box .current-step .btn-icon-light {
    padding: 6px !important;
  }

  .control-box .current-step .button-white {
    padding: 10px !important;
  }

  .top-ticket,
  .body-ticket,
  .bottom-ticket {
    width: 100% !important;
    border-left: 1px solid #e4e4e4 !important;
    border-right: 1px solid #e4e4e4 !important;
  }

  .button-summary {
    float: left !important;
    margin-bottom: 15px !important;
  }

  .title-start {
    padding-right: 10px !important;
    margin-bottom: 5px !important;
  }

  .step-active,
  .step-next,
  .step-check {
    width: 22px !important;
    height: 22px !important;
    padding-top: 2px !important;
    font-size: 12px !important;
  }

  .separator-stepper {
    width: 15px !important;
  }

  .services-block .dropdown .btn-dropdown-text {
    font-size: 12px !important;
  }

  .empty-btn {
    padding-left: 10px !important;
  }

  .border-card h2 {
    font-size: 18px !important;
  }

  .code-block {
    margin-right: 5px !important;
  }

  .tabs-container .nav-item .nav-link {
    font-size: 12px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
ul#pills-tab {
    display: none;
}

input#AM {
    display: none;
}

input#PM {
    display: none;
}
input#AM-PM {
    display: none;
}

input#btn-light note {
	display:none
}

.btn.note[type="button"] {
    display: none !important;
}
add-to-calendar-button {
    display: none !important;
}

.content-menu .actions .d-grid.gap-3 > button:nth-child(2) {
    display: none !important;
}