/* Target the flatpickr input */


.appointmentEditDatePicker
{
}

.startDatePickerClass
{
}

.startDatePickerClassTmp
{
}

.endDatePickerClass
{  
}

.specialHoursDatePickerClass
{  
}

.apptEditClass
{  
}

.apptEditModalClass
{

}

.midnightCSS
{
  margin-left: -14px;
  margin-top: -15px !important;
}


.ison24_flatpickr_input {
  background-color: #EEF8FE !important; /* Light blue background */
  color: #333; /* Text color */
  border-radius: 4px; /* Optional: Add rounded corners */
  padding: 8px; /* Optional: Add padding */
}
.ison24_flatpickr_input:focus, 
.ison24_flatpickr_input:hover {

  border: 1px solid #107EBF; 
}

.hourCSS
{
  margin-left: -14px;
}

.flatpickrHidden {
  visibility: hidden; /* Hide the input but keep its position for correct Flatpickr placement */
  position: absolute; /* Ensures the input doesn't disrupt layout */
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1; /* Keeps it out of view */
}

.flatpickr-hidden {
  visibility: hidden; /* Hide the input but keep its position for correct Flatpickr placement */
  position: absolute; /* Ensures the input doesn't disrupt layout */
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1; /* Keeps it out of view */
}

.flatpickr-calendar {
  z-index: 9999; /* Ensure it appears above other elements */
  position: absolute; /* Position it relatively to the button */
  top: 100%; /* Position below the button */
  left: 0; /* Align left to the button */
}

.flatpickr-timepicker {
  width: 150px;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.flatpickr {
  background-color: #EEF8FE !important; /* Light blue background */
  color: #333; /* Text color */
  border-radius: 4px; /* Optional: Add rounded corners */
  padding: 8px; /* Optional: Add padding */
}
.flatpickr:focus, 
.flatpickr:hover {

  border: 1px solid #107EBF; 
}
/* Target the alternative input (if altInput is enabled) */
.flatpickr-input {
  background-color: #EEF8FE !important; /* Light gray background */
  color: #000; /* Text color */
  border: 1px solid #ccc; 
  
}

/* Target the time picker dropdown */
.flatpickr-time {
  background-color: #f8f8f8; /* Light blue */
  /* border: 2px solid #107EBF; */
}

/* On focus or hover, apply the same color */
.flatpickr-time input:focus, 
.flatpickr-time .flatpickr-time .flatpickr-time:hover {
  background-color: #ffffff;
  outline: none; /* Remove default outline */
  border: 1px solid #107EBF; 
}

/* Change background color of the selected date */
.flatpickr-day.selected {
  background-color: #107EBF !important; /* Set selected date background to blue */
  border-color: #107EBF !important; /* Match border color to background */
  color: #ffffff !important; /* Ensure text color is white for contrast */
}

/* Add hover effect for the selected date */
.flatpickr-day.selected:hover {
  background-color: #0A5E8A !important; /* Slightly darker blue on hover */
}

/* Customize the up/down arrow buttons */
/* .flatpickr-time .arrowUp,
.flatpickr-time .arrowDown {
  background-color: #EEF8FE;
  color: #333;
  border-radius: 50%;
} */

/* .flatpickr styles end */

.blocked-event {
  background: repeating-linear-gradient(
    45deg,
    rgba(255, 0, 0, 0.03), /* Slightly transparent red */
    rgba(255, 0, 0, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
  margin-right: 10px;
  margin-left: 10px;
  margin-top: -5px;
  position: relative;
}

.ison24_block_btn 
{
  background-color: #EEF8FE;
  border: 1px solid rgba(14, 87, 160, 0.2);    
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 1px;
  border-radius: 5px;
  cursor: pointer;
}

.text-black
{
  color: black;
}

.no-bullets {
  list-style-type: none;
  padding-left: 0;
}

.gallery-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.gallery-img {
  width: 250px;
  height: auto;
  cursor: pointer;  /* Shows a pointer to indicate it's clickable */
  transition: transform 0.2s;
  border: 1px solid rgba(14, 87, 160, 0.2);
  border-radius: 5px;
}

.gallery-img:hover {
  transform: scale(1.05); /* Slightly enlarge on hover */
}

@media (max-width: 768px) {
  .gallery-img {
      width: 100px;
  }
}

.img-modal-content img {
  max-width: 100%;
  height: auto;
  background-color: #F4D35E;
}

.center_v {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.ison24_card_lg_xs {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;

  background-color: #EEF8FE;
  padding-bottom: 2em;
  padding-top: 1em;
  margin-top: 1em;

  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
}


.ison24_setting_ctrlbar {
  margin-top: 10px;
  background-color: #EEF8FE;
  border-top: 1px solid #107EBF;
  border-bottom: 1px solid #107EBF;

  border-right: 1px solid #107EBF;
  border-left: 8px solid #107EBF;
  padding-top: 6px;
  padding-bottom: 4px;
}

.ison24_setting_ctrlbar_inactive {
  margin-top: 10px;
  background-color: #F4F6F9;
  border-top: 1px solid #A8A8A8;
  border-bottom: 1px solid #A8A8A8;

  border-right: 1px solid #A8A8A8;
  border-left: 8px solid #A8A8A8;
  padding-top: 6px;
  padding-bottom: 4px;
}


.ison24_setting_ln_sec {
  background-color: white;
  border-bottom: 1px solid #107EBF;
  border-right: 1px solid #107EBF;
  border-left: 8px solid #107EBF;
  padding-bottom: 10px;
  padding-top: 10px;
}

.ison24_setting_ln_sec_inactive {
  background-color: F4F6F9;
  border-bottom: 1px solid #A8A8A8;
  border-right: 1px solid #A8A8A8;
  border-left: 8px solid #A8A8A8;
  padding-bottom: 10px;
  padding-top: 10px;
}


.ison24_setting_value_lg {
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 20px;
  color: #474448 !important;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.ison24_setting_value_md {
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 17px;
  color: #474448 !important;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.smvd_message_container {
  max-width: 400px;
}

.smvd_btn_blue_nx {

  background-color: #107EBF;
  border-color: #107EBF;
}

.smvd_btn_blue_nx:hover,
.smvd_btn_blue_nx:focus,
.smvd_btn_blue_nx:active {
  background-color: #0E57A0;
  border-color: #0E57A0;
}

.smvd_btn_gray_tsp_nx {
  background-color: transparent;
  border-color: #373737;
}

.smvd_btn_gray_tsp_nx:hover,
.smvd_btn_gray_tsp_nx:focus,
.smvd_btn_gray_tsp_nx:active {
  background-color: #F2F2F2;
}

.smvd_btn_red_nx {
  background-color: transparent;
  border-color: #D6292B;
}

.smvd_btn_red_nx:hover,
.smvd_btn_red_nx:focus,
.smvd_btn_red_nx:active {
  background-color: #F2F2F2;
}

.smvdBtntextWhite {
  color: white !important;
  font-size: 1.3em;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  letter-spacing: 1.5px;
}

.smvdBtnTextBlack {
  color: black !important;
  font-size: 1.3em;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  letter-spacing: 1.5px;
}

.smvdBtnTextRed {
  color: #D6292B !important;
  font-size: 1.3em;
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  letter-spacing: 1.5px;
}

/*--------------------------------------------------------------
# Integration Services Section
--------------------------------------------------------------*/
.integration_services .service_item {
  padding: 30px;
  margin: 30px;
  transition: all ease-in-out 0.4s;
  background: white;
  border-radius: 10px;
  border: 2px solid #F4D35E;

  /* height: 100%; */
}

.integration_services .service_item .icon {
  margin-bottom: 10px;
}

.integration_services .service_item .icon i {
  color: #107EBF;
  font-size: 36px;
  transition: 0.3s;
}

.integration_services .service_item h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px;
}

.integration_services .service_item h4 a {
  color: #EEF8FE;
  transition: ease-in-out 0.3s;
}

.integration_services .service_item h5 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 18px;
}

.integration_services .service_item h5 a {
  color: #EEF8FE;
  transition: ease-in-out 0.3s;
}

.integration_services .service_item p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.integration_services .service_item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0 60px 0 rgba(255, 40, 78, 0.1);
}

.integration_services .service_item:hover h4 a {
  color: #107EBF;
}

.smvd_int_card_connected {
  background-color: white;
  border: 8px solid #EEF8FE;

  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  min-height: 180px;
}

.smvd_int_card_connected:hover,
.smvd_int_card_connected:focus,
.smvd_int_card_connected:active {

  /* transform: translateY(-10px); */
  box-shadow: 0px 0 10px 0 rgba(14, 87, 160, 0.2);
  cursor: pointer;
}

.smvd_int_card_available {
  padding: 30px;
  margin: 30px;
  transition: all ease-in-out 0.4s;
  background: white;
  border-radius: 10px;
  border: 2px solid #107EBF;
}

.smvd_int_card_available:hover,
.smvd_int_card_available:focus,
.smvd_int_card_available:active {
  transform: translateY(-10px);
  box-shadow: 0px 0 60px 0 rgba(255, 40, 78, 0.1);
  cursor: pointer;
}

.smvd_int_card_coming {
  padding: 30px;
  margin: 30px;
  transition: all ease-in-out 0.4s;
  background: white;
  border-radius: 10px;
  /* border: 2px solid #F4D35E; */
}

.smvd_int_card_coming:hover,
.smvd_int_card_coming:focus,
.smvd_int_card_coming:active {
  transform: translateY(-10px);
  box-shadow: 0px 0 60px 0 rgba(255, 40, 78, 0.1);
  cursor: pointer;
}

.smvd_int_title_g {
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 2em;
  color: #30881c !important;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.smvd_int_title_b {
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 2em;
  color: #107EBF !important;
  letter-spacing: 1.5px;
  font-weight: 600;
}


.smvd_int_title_y {
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 2em;
  color: #2b272b !important;

  letter-spacing: 1.5px;
  font-weight: 600;
}

.smvd_card_yellow {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;

  background-color: #FFDD59;
  padding: 15px;
  padding-bottom: 20px;
}

.smvd_card_wh {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;

  background-color: white;
  padding: 15px;
  padding-bottom: 20px;
}


.smvd_card_lb {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;

  background-color: #EEF8FE;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-top: 5px;

}

.smvd_int_subtitle {
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 20px;
  color: #474448 !important;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.smvd_int_desc {
  text-decoration: none !important;
  font-family: 'Quicksand',  sans-serif;
  font-size: 14px;
  color: black !important;
}


/* XS size */
@media (max-width: 767px) {

  .ison24_card_lg_xs {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;

    background-color: white;
    padding-bottom: 2em;
    padding-top: 1em;
    margin-top: 1em;

    -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  }

}


/* SM size */
@media (min-width: 768px) and (max-width: 991px) {
  .ison24_card_lg_xs {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;

    background-color: white;
    padding-bottom: 2em;
    padding-top: 1em;
    margin-top: 1em;

    -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
  }
}

/* MD size */
@media (min-width: 992px) and (max-width: 1199px) {}


/* Sub LG size */
@media (min-width: 1200px) and (max-width: 1400px) {}