
body {
    overflow-x: hidden;
    background-color: rgb(249, 250, 251);
}

input:focus {
    outline: none !important;
    border: none;
}

ul {
    list-style: none;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

.firstSection {
    background-color: var(--config_color_1);
    background-image: url(/doctoreto/images/bg-pattern.webp);
}

.custom-border-right {
    border-right: 1px dashed white;
}

.custom-border-top {
    border-top: 1px dashed grey;
}

.blue-card {
    background-color: var(--config_color_1);
    background-image: url(/doctoreto/images/bg.png);
}

.half-circle::before {
    width: 11px;
    height: 22px;
    display: block;
    margin-top: -11px;
    top: 0px;
    right: -16px;
    position: absolute;
    content: "";
    background-color: var(--config_color_1);
    border-radius: 22px 0px 0px 22px;
}

.half-circle::after {
    width: 11px;
    height: 22px;
    display: block;
    margin-top: -11px;
    top: 0px;
    right: unset !important;
    left: -16px !important;
    position: absolute;
    content: "";
    background-color: var(--config_color_1);
    border-radius: 0px 22px 22px 0px !important;
}

.image-badge {
    width: 23px;
    height: 23px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    position: absolute;
    bottom: -3px;
    right: 120px;
}

.image-badge svg{
    width: 16px;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
}

.dropdown-menu-1 {
    display: none;
}

.dropdown-toggle-1:hover .dropdown-menu-1 {
    display: block;
}

.dropdown-menu-2 {
    display: none;
}

.dropdown-toggle-2:hover .dropdown-menu-2 {
    display: block;
}

/*.active {*/
/*    border-color: rgb(65, 135, 255) !important;*/
/*    color: rgb(65, 135, 255);*/
/*    background-color: rgb(245, 250, 255);*/
/*}*/

.date-card:hover {
    cursor: pointer;
    background-color: #e1d9c936;
}

.mainSecH {
    font-size: 28px;
}

.fs-custom {
    font-size: 1.25rem;
}

@media (max-width: 768px) {
    .mainSecH {
        font-size: 16px !important;
    }
    .belwMainImg {
        width: 60px !important;
        height: 60px !important;
    }
    .fs-custom {
        font-size: 0.9rem !important;
    }
    ::-webkit-scrollbar {
        display: none;
    }
    .clip-text {
        max-width: 170px;
    }
    .modal-content {
        min-width: 100% !important;
        border-radius: 0% !important;
    }
    .nextFreeAppointment-BTN {
        width: 100% !important;
    }
    .modal-dialog {
        height: 100%;
    }
    .blue-swiper-slide {
        min-width: unset !important;
    }
    .medall4-img {
        width: 5rem !important; 
        height: 5rem !important;
    }
}

.active {
    color: var(--config_color_1) !important;
    border-bottom: 1px solid var(--config_color_1) !important;
}

.text-custom-blue {
    color: var(--config_color_1) !important;
}

.modal-content {
    min-width: 700px;
    border-radius: 1rem !important;
}

.date-card {
    min-width: 82px;
    min-height: 92px;
}

.nextFreeAppointment-BTN {
    width: 50%;
    background-color: rgb(18, 183, 106) !important;
}

.blue-swiper-slide {
    min-width: 520px;
}

.links a {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.navbar li:hover {
    color: rgb(103, 159, 255);
}

.date-card-wrapper::-webkit-scrollbar  {
    display: none;
}


.backg-white {
    background-color: white;
}

.custom-bg-1 {
   background-color: rgb(245, 250, 255);
}

.custom-bg-2 {
    background-color: rgb(236, 243, 255);
}

.active-2 {
    background-color: var(--config_color_1) !important;
    color: white;
}

.active-2 .bi-chevron-down {
    transform: rotate(180deg);
}

.clinic:hover {
    cursor: pointer;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}


.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}


.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: rgb(65, 135, 255);
}

input:focus + .slider {
  box-shadow: 0 0 1px rgb(65, 135, 255);
}

input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.custom-radio {
    height: 1rem;
    width: 1rem;
}

.articles {
    color: rgb(65, 135, 255);
}

.border-primary-2 {
    border: 1px solid var(--config_color_1);
    color: var(--config_color_2) !important;
}

.bg-primary-1 {
    background-color: var(--config_color_1);
}

.medall4-img {
    width: 10rem; 
    height: 10rem;
}