.txt-blue {
  color: #264a9f !important;
}

.dynamic_data {
  display: block;
}

.col-10.col-md-6.calender_schedule {
  height: auto !important;
}

.modal-content {
  padding: 0px !important;
}

.modal-body {
  padding: 0rem !important;
}

button.tab {
  width: 175px;
  height: 46px;
  background: #EFF0F3;
  color: #264a9f;
}





#connectMeNowSubmit {
    background: linear-gradient(45deg, rgba(53, 211, 225, 1), rgba(13, 53, 148, 1)) !important;
    width: 158px;
    height: 40px;
    color: white;
    border: none !important;
    border-radius: 90px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    text-align: center;
    font-family: "poppins";
}

.submit_button_schedule {
  background: transparent
    /* linear-gradient(276deg, rgba(13, 53, 148, 0.898), #35d3e1) 0 0 !important;
     */
    linear-gradient(45deg, rgba(53, 211, 225, 1), rgba(13, 53, 148, 1)) !important;
  width: 158px;
  height: 40px;
  color: white;
  border: none !important;
  border-radius: 90px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  font-family: "poppins";
}

button.tab.selected-tab {
  border: 2px solid #264a9f;
  box-shadow: none !important;
}

.dateElement-info {
  display: none;
}

/* p.agent-info {
  position: relative;
  left: 13px;
  top: 5px;
} */

.calender_schedule_part {
  border: 1px solid #bac0cf;
  background: #f5f5f5;
  padding: 10px 40px 31px 40px;
  border-radius: 15px;
  margin-left: 30px;
  margin-right: 30px;
}

.slot {
  border: 1px solid #EFF0F3 !important;
  display: inline-flex;
  flex-wrap: wrap;
  width: 175px;
  height: 46px;
  /* Adjust this width to fit 5 items per row */
  margin-top: 10px;
  border: 1px solid #ddd;
  /* padding: 10px; */
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  background: #EFF0F3;
  margin-right: 17px !important;
  /* Adds pointer cursor on hover */
}

/* Add border and background color when selected */

/* Hover effect */
.slot.selected {
  border: 2px solid #264a9f !important;
  box-shadow: none !important;
}

.slots-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  background-color: #e0f7fa;
}

button.tab {
  margin-top: 10px;
}

#tabsDiv {
  display: contents;
  margin-bottom: 10px;
}

.tab {
  /* padding: 10px; */
  margin-right: 17px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 3px 3px 6px 0px rgba(191, 195, 207, 1);
}

.tab:hover {
  background-color: #f0f0f0;
}

.slot {
  /* margin-bottom: 10px;
            padding: 10px; */
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 3px 3px 6px 0px rgba(191, 195, 207, 1);
}

.slot {
  /* margin-bottom: 15px;
            padding: 10px; */
  border: 1px solid #f1f1f1;
}

.slot h3 {
  margin: 0;
  font-size: 16px;
}

.slot p {
  /* margin: 5px 0; */
  margin: auto;
  margin-right: 0px;
  color: #264a9f;
}

.time {
  border: 1px solid #ccc;
  cursor: pointer;
  text-align: center;
  width: 110px;
  height: 53px;
  margin-left: 10px;
  margin-top: 11px;
  display: inline-block;
  background: #f0f0f0;
  border-radius: 5px;
  position: relative;
}

/* Active time slot style (Border & Tick) */
.time.active {
  border: 2px solid #007bff;
  background: #e6f2ff;
  position: relative;
}

/* Tick mark (Hidden by default) */
.time .tick-mark {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
  color: #007bff;
  display: none;
}

/* Show tick when active */
.time.active .tick-mark {
  display: block;
}

strong {
  position: relative;
  top: 14px;
}

.calender_schedule {
  width: 333px;
  height: 54px;
  border-radius: 15px;
  background: white;
}

.schedule_image {
  width: 134.08px;
  height: 118.67px;
}

.error {
  position: relative;
  left: 64px;
  top: 6px;
}

.content {
  display: none;
  margin-top: 10px;
  padding: 10px;
  /* border: 1px solid #ccc; */
}

.content.active {
  display: block;
}

.text_color {
  color: #264a9f;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 28px;
  font-size: 24px;
}

.label_name {
  font-family: Poppins;
  font-weight: 500;
  line-height: 16px;
  font-size: 15px;
  position: relative;
  /* left: 67px; */
  /* margin-bottom: 10px; */
}

/* .form-control {
  border-radius: 1.25rem !important;
  opacity: 0.8 !important;
  width: 100% !important;
  background: transparent !important;
  padding: 0.5rem 1.5rem;
  border: none !important;
  font-weight: 500 !important;
  box-shadow: inset 3px 3px 6px #bfc3cf, inset -3px -3px 6px #fff !important;
  color: #071e54 !important;
  font-size: 14px !important;
  padding: 13.3px 63px 14px 24px !important;
  border-radius: 50px;
  width: 391px !important;
  border: none !important;
  margin-left: auto;
  margin-right: auto;
} */

.form-control {
  padding: 13.3px 63px 14px 24px !important;
  border-radius: 50px;
  background: transparent !important;
  width: 391px !important;
  border: none !important;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  box-shadow: inset 3px 3px 6px #bfc3cf, inset -3px -3px 6px #fff !important;
  color: #071e54;
  height: 40px;
  border-radius: 93px !important;
  height: 40px;
  font-size: 1.1928387673vw;
  font-weight: 600;
  line-height: 1.5;
  padding: 21px 21px 21px 50px;
  margin: auto;
  opacity: 0.8;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #071e54 !important;
  box-shadow: inset 3.5px 3.5px 6px rgba(7, 30, 84, 0.4),
    inset -3.5px -3.5px 6px #fff !important;
  background: transparent !important;
  outline: none !important;
}

::placeholder {
  color: #bac0cf;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 500;
}

.submit_button {
  background: linear-gradient(45deg,
      rgba(53, 211, 225, 1),
      rgba(13, 53, 148, 1)) !important;
  width: 158px;
  height: 40px;
  color: white;
  border: none !important;
  border-radius: 90px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  font-family: "poppins";
}

.submit_button1 {
  /* background: transparent
    linear-gradient(276deg, rgba(13, 53, 148, 0.898), #35d3e1) 0 0 !important; */
  background: linear-gradient(45deg,
      rgba(53, 211, 225, 1),
      rgba(13, 53, 148, 1)) !important;
  width: 158px;
  height: 40px;
  color: white;
  border: none !important;
  border-radius: 90px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  font-family: "poppins";
}

@media only screen and (min-device-width: 320px) and (max-device-width: 500px) {
  .col-12.calender_part_style1 {
    width: 100% !important;
  }

  .close_button {
    right: 36px !important;
  }

  /* 
  h3.text_color.text-center.schedule_txt {
    text-align: justify !important;
  } */

  .calender_model {
    width: 100% !important;
    left: 0 !important;
    height: 100% !important;
  }

  .modal-body {
    width: 100% !important;
    left: 0 !important;
    height: 100% !important;
  }

  .form_part_style {
    width: 100% !important;
    height: 450px !important;
    position: relative !important;
    /* top: 314px !important; */
  }

  .form-control {
    width: 343px !important;
    height: 40px !important;
  }

  .label_name {
    left: 87px;
  }

  .submit_button {
    width: 270px !important;
    height: 50px !important;
    /* border-radius: 90px !important; */
  }

  .error {
    position: relative;
    left: -50px !important;
  }

  .error_2 {
    left: -84px !important;
  }

  .calenderRow {
    text-align: center !important;
  }

  .tabs_container {
    text-align: center !important;
  }

  .hide_last {
    display: none;
  }

  .calender_part_style {
    background: #eff0f3 !important;
  }

  .hide_text {
    display: block !important;
  }

  .show_text {
    display: none;
  }
}

.hide_text {
  display: none;
}

.selected-tab {
  position: relative;
}

.selected-tab::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 16px;
  height: 16px;
  background-image: url("./images/check.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.slot.selected {
  position: relative;
}

.slot.selected::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 16px;
  height: 16px;
  background-image: url("./images/check.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.modal-body.calender_model {
  height: auto !important;
}

.form_part_style {
  width: 599px;
  height: auto;
  background: #eff0f3;
  border-radius: 16px;
  padding-bottom: 32px;
}

.custom-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.loader-content {
  background: #333;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.loader-text {
  animation: blink 1s infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

/* .calender_part {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

@media only screen and (min-device-width: 940px) and (max-device-width: 1024px) {
  .col-12.calender_part_style1 {
    width: 934px !important;
  }

  .close_button {
    right: -210px !important;
  }
}

@media only screen and (min-device-width: 750px) and (max-device-width: 939px) {
  .col-12.calender_part_style1 {
    width: 742px !important;
  }

  .close_button {
    right: -116px !important;
  }
}

@media only screen and (min-device-width: 560px) and (max-device-width: 749px) {
  .col-12.calender_part_style1 {
    width: 550px !important;
  }

  .close_button {
    right: -2px !important;
  }
}

@media only screen and (min-device-width: 499px) and (max-device-width: 559px) {
  .col-12.calender_part_style1 {
    width: 100% !important;
  }

  .close_button {
    right: -3px !important;
  }
}

.submit_button_reshudule {
  background: transparent
    /* linear-gradient(276deg, rgba(13, 53, 148, 0.898), #35d3e1) 0 0 !important;
   */
    linear-gradient(45deg, rgba(53, 211, 225, 1), rgba(13, 53, 148, 1)) !important;
  width: 158px;
  height: 40px;
  color: white;
  border: none !important;
  border-radius: 90px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  font-family: "poppins";
}

.cancel_reshudule_button {
  /* background: transparent */
  /* linear-gradient(276deg, rgba(13, 53, 148, 0.898), #35d3e1) 0 0 !important;
   */
  /* linear-gradient(45deg, rgba(53, 211, 225, 1), rgba(13, 53, 148, 1)) !important; */
  width: 158px;
  height: 40px;
  color: #264a9f;
  border: 1px solid #264a9f !important;
  border-radius: 90px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  font-family: "poppins";
}

.submit_button_reschedule {
  background: transparent
    /* linear-gradient(276deg, rgba(13, 53, 148, 0.898), #35d3e1) 0 0 !important;
 */
    linear-gradient(45deg, rgba(53, 211, 225, 1), rgba(13, 53, 148, 1)) !important;
  width: 158px;
  height: 40px;
  color: white;
  border: none !important;
  border-radius: 90px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  font-family: "poppins";
}

.submit_button_reschedule1 {
  background: transparent
    /* linear-gradient(276deg, rgba(13, 53, 148, 0.898), #35d3e1) 0 0 !important;
*/
    linear-gradient(45deg, rgba(53, 211, 225, 1), rgba(13, 53, 148, 1)) !important;
  width: 158px;
  height: 40px;
  color: white;
  border: none !important;
  border-radius: 90px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  font-family: "poppins";
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background: linear-gradient(45deg,
      rgba(53, 211, 225, 1),
      rgba(13, 53, 148, 1)) !important;
  /* width: 158px; */
  height: 40px;
  color: white;
  border: none !important;
  border-radius: 90px !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  font-family: "poppins";
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  background: linear-gradient(45deg,
      rgba(53, 211, 225, 1),
      rgba(13, 53, 148, 1)) !important;
  /* width: 158px; */
  height: 40px;
  color: white;
  border: none !important;
  border-radius: 90px !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  font-family: "poppins";
}

body {
  background: #EFF0F3 !important;
}

.logo_image {
  position: absolute;
  top: 10px; 
  left: 140px; 
  width: 60px; 
  height: 60px;
}

.logo_image img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Image stretch na ho */
}
