p:empty { display: none }

#no_appointment_msg .bottomdiv-new {
  position: absolute;
  z-index: 11;
  right: 10px;
  left: 10px;
}

.ftco-section {
  padding: 1em 0;
}

.ftco-no-pt {
  padding-top: 0;
}

.ftco-no-pb {
  padding-bottom: 0;
}

.topnewheading h2 {
  margin-bottom: 20px;
}

/*.topnewheading h2 {
text-align: center;
color: #1A4095;
font-weight: 600;
font-size: 26px;
border-bottom: 1px solid #ececec;
padding-bottom: 14px;
}*/
.heading-section {
  font-size: 28px;
  color: #000;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.content_scheduler {
  overflow: none;
  max-width: 100%;
  padding: 0px 0;
  height: 500px;
  position: relative; 
}

/*  Events display */
.events-container {
  overflow-y: scroll;
  height: 100%;
  width: 50%;
  float: right;
  margin: 0px auto;
  display: inline-block;
  padding: 0px;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;


}


.events-container:after {
  clear: both;
}

.event-card {
  padding: 20px 0;
  max-width: 100%;
  display: block;
  background: #fff;
  border: none !important;
  margin: 20px;
  margin-left: 12px;
}

.event-count,
.event-name,
.event-cancelled {
  display: inline;
  padding: 0 10px;
  font-size: 1rem;
}

.event-count {
  color: #7e0cf5;
  text-align: right;
}

.event-name {
  padding-right: 0;
  text-align: left;
}

.event-cancelled {
  color: #cd4dcc;
  text-align: right;
}

/*  Calendar wrapper */
.calendar-container {
  position: relative;
  margin: 0 auto;
  height: 100%;
  width: 50%;
  background: #fff;
  font: 13px Helvetica, Arial, san-serif;
  display: inline-block;
  padding: 20px;
  float: left;
  border: 1px solid #cccc;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-radius: 0.25rem;
}


.calendar-container:after {
  clear: both;
}

.calendar {
  width: 100%;
  padding: 0;
}

/* Calendar Header */
.year-header {
  background: #fff;
  height: 40px;
  text-align: center;
  position: relative;
  color: #fff;
  border-top-left-radius: 3px;
  margin-top: 0px;
}

.year-header span {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  color: #9b853e;
  font-weight: 600;
  opacity: 0.8;
}

.left-button,
.right-button {
  cursor: pointer;
  width: 28px;
  text-align: center;
  position: absolute;
  color: #cccccc !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px !important;
}

@media (prefers-reduced-motion: reduce) {

  .left-button,
  .right-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.left-button:hover,
.right-button:hover {
  color: #7e0cf5 !important;
}

.left-button {
  left: 0;
}

.right-button {
  right: 0;
  top: 0;
}

/* Buttons */
.button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 1rem;
  border-radius: 25px;
  padding: 0.65rem 1.9rem;
  -webkit-transition: .2s ease all;
  -o-transition: .2s ease all;
  transition: .2s ease all;
  color: white;
  border: none;
  background: #5e0a6d;
}

.button.button-white {
  background: #fff;
  color: #000;
  padding: 4px 29px;
}

.button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

#cancel-button {
  background: #cd4dcc;
  padding: 6px 32px;
}

#add-button {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: transparent linear-gradient(270deg, #AC0A97 0%, #2C1444 100%) 0% 0% no-repeat padding-box;
}

#add-button:active,
#ok-button:active,
#cancel-button:active {
  -webkit-transform: translateY(3px) scale(0.97);
  -ms-transform: translateY(3px) scale(0.97);
  transform: translateY(3px) scale(0.97);
}

/* Days/months tables */
.days-table,
.dates-table,
.months-table {
  border-collapse: separate;
  text-align: center;
}

td.day {
  height: 26px;
  width: 26px;
  padding: 0 10px;
  line-height: 26px;
  border: 2px solid transparent;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
  font-weight: 700;
}

td.month {
  cursor: pointer;
  height: 26px;
  width: 26px;
  padding: 0 2px;
  padding-top: 10px;
  line-height: 26px;
  text-transform: uppercase;
  font-size: 11px;
  color: #acacac;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  font-weight: 600;
}


.active-month {
  font-weight: 700;
  color: #9b853e !important;
}

.month:hover {
  color: #cd4dcc;
}

/*  Dates table */
.table-date {
  cursor: pointer;
  color: #2b2b2b;
  height: auto;
  width: auto;
  font-size: 15px;
  padding: 10px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  position: relative;
}

.table-date:not(.nil):hover {
  border-color: #e6dec3
}

.event-date {
  border-color: #7e0cf5;
  background: #7e0cf5;
  color: #fff;
}

.event-date:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background: #28a745;
}

.active-date {
  background: #e6dec3;
  font-weight: 600;
}

.oldactive-date {
  pointer-events: none;
  opacity: .35;
  font-weight: 600;
}

.event-date.active-date {
  background: #204fbf;
}

/* input dialog */
.dialog {
  z-index: 5;
  background: #ab975c;
  position: absolute;
  width: 50%;
  height: 500px;
  top: 0;
  right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-radius: 0.25rem;
}


.dialog-header h2 {
  margin: 0;
  color: #000000;
  text-align: left;
  font-size: 21px;    
  padding: 4px 0px 0px;
  letter-spacing: 0.5px;
  font-family: Roboto;
  font-weight: 600;
}

.dialog-header h3 {
  color: #e4e4e4;
  text-align: left;
  font-size: 19px;
  padding-bottom: 11px;
  padding: 0px 0px 0px;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: Roboto;
  margin-bottom: 4px;
}

.form-container {
  margin-top: 4%;
}

.form-label {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.9);
}

.input {
  border: none;
  background: none;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
  display: block;
  margin-bottom: 50px;
  width: 300px;
  height: 20px;
  text-align: center;
  -webkit-transition: border-color 250ms;
  -o-transition: border-color 250ms;
  transition: border-color 250ms;
  color: #fff;
}

.input:focus {
  outline: none;
  border-color: #fff;
}

.error-input {
  border-color: #cd4dcc;
}

.InputGroup {
    display: flex;
    width: 100%;
    font-size: 13px;
    font-weight: 600;  
}


.InputGroup input[type="radio"] {
  visibility: hidden;
  /* 1 */
  height: 0;
  /* 2 */
  width: 0;
  /* 2 */
}

label.schedulerlabel {
  display: flex;
  flex: inherit;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #000 !important;
  padding: 5px 3px;
  border-radius: 6px;
  transition: color --transition-fast ease-out, background-color --transition-fast ease-in;
  user-select: none;
  margin: 4px;
  background: #fff;
  width: 60px !important;
}


label.schedulerlabel:hover {
  background: white;
  color: #0a2768;
}


label.schedulerlabel:active {
  background: #fff;
  color: #0a2768;
}

.InputGroup input[type="radio"]:checked+label {
  background-color: #000;
  color: #fff;
}

.InputGroup input[type="radio"]:checked+label {
  background-color: #000;
  color: #fff !important;
}

.InputGroup input[type="radio"]:hover:not(:checked)+label {
  background-color: #000;
  color: #fff !important;
}










.alltimes {
  padding: 6px 12px;
}

.dialog-log img {
  width: 100%;
  padding: 5px;
  margin: 4px 0px 0px 0px;
}

.dialog-log {
  padding: 0;
  border-bottom: 1px solid #e6dec3;
  margin-bottom: 16px;
}

img.img-fluid.clock1 {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    right: 0;
    top: auto;
    left: 0;
    bottom: auto;
    width: 100%;
    z-index: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.bottomdiv-new {
  background: white;
  padding: 18px 11px;
  border-radius: 11px;
  margin: 0 15px;
}

.bottomdiv-new h2 {
  color: #b3b3b3;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 36px;
  font-family: Roboto;
  letter-spacing: 0;
  margin: 0;
}

.bottomdiv-new::before {
  content: '';
  width: 0px;
  height: 0px;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid white;
  z-index: -111;
  top: -17px;
  left: 51px;
}

.schedule_columns,
.no_slot {
  display: none;
}

.display-none {
  display: none;
}
.alltimes {
    max-height: 305px;
    overflow-y: auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}


.schedule-form {
  border: #ccc solid 1px;
  border-radius: 0.25rem;
}
.schedule-form .card-header, .schedule-form .card-footer {
  background: rgb(247 247 247);
}
.schedule-form, .schedule-description {
  margin: 50px 0;
}
.schedule-form p {
  line-height: 24px;
}

.schedule-description {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 0.25rem;
  width: 90%;
}


.table-date.nil {
  cursor: none;
  pointer-events: none;
}





@media (max-width: 1200px) {

  .calendar-container {
   padding: 9px;
 }
 .table-date {
  padding: 6px;
}

td.month {
  font-size: 9px;
}

.topnewheading h2 {
  font-size: 20px;
}
.schedule-description {
  width: 100%;
}

}

@media (max-width: 991px) {
 .calendar-container {
  padding: 0;
}

td.month {
  font-size: 8px;
}
.event-card {
  margin: 10px;
}
.schedule-description {
  margin-bottom: 0px;
}

}

@media (max-width: 767px) {
  .schedule-form, .schedule-description {
    margin: 20px 0;
  }
  .dialog {
    position: unset;
    height: unset;
    padding: 5%;
    float: left;
    min-height: 350px;
  }

  .content_scheduler {
    height: unset;
  }

  .dialog-log {
    border: 0px;
    border-bottom: 1px solid #6a6a6a;
  }

  label.schedulerlabel {
    /* width: 95px !important; */
  }
  td.month {
    font-size: 10.5px;
  }
  .dialog {
    width: 100%;
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .calendar-container {
    padding: 0;
    width: 100%;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
  }
  .events-container {
    width: 100%;
    height: auto;
  }

  .scheduler_div_class td.month {
    font-size: 8px;
  }

  .scheduler_div_class .bottomdiv-new h2 {
    font-size: 17px;
    line-height: 1.2;
  }

  .scheduler_div_class .dialog-header h3 {
    font-size: 14px;
  }

  .scheduler_div_class .dialog-header h2 {
    font-size: 15px;
  }

  .scheduler_div_class img.img-fluid.clock1 {
    height: 45%;
    width: 15%;
  }

  .table-date {
    line-height: initial;
  }

  .event-card {
    margin: 0;
    background: #e6e6e6;
  }
}
@media (max-width: 374px) {
  td.month {
    padding: 0;
  }
}