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

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

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

  .topnewheading h2 {
    text-align: center;
    color: #339B84;
    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;
  width: 100%;
  max-width: 800px;
  padding: 0px 0;
  height: 500px;
  position: relative;
  margin: 20px auto;
  background: #7e0cf5; }

/*  Events display */
.events-container {
  overflow-y: scroll;
  height: 100%;
  width: 50%;
  float: right;
  margin: 0px auto;
  display: inline-block;
  padding: 0px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  padding: 0;
  background: #297c6a;
   }
  @media (max-width: 767.98px) {
    .events-container {
      width: 100%;
      height: auto; } }

.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; }
  @media (max-width: 991.98px) {
    .event-card {
      margin: 10px; } }
  @media (max-width: 767.98px) {
    .event-card {
      margin: 0;
      background: #e6e6e6; } }

.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: #339B84;
  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 #339B84; }
  @media (max-width: 991.98px) {
    .calendar-container {
      padding: 0; } }
  @media (max-width: 767.98px) {
    .calendar-container {
      padding: 0;
      width: 100%; } }

.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: 20px; }

.year-header span {
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    color: #297c6a !important;
    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: #10ae8c;
    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;
}
  @media (max-width: 991.98px) {
    td.month {
      font-size: 8px; } }
  @media (max-width: 767.98px) {
    td.month {
      font-size: 10.5px; } }

.active-month {
  font-weight: 700;
  color: #297c6a !important; }

.month:hover {
  color: #10ae8c; }

/*  Dates table */
.table-date {
  cursor: pointer;
  color: #2b2b2b;
  height: 26px;
  width: 26px;
  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: #10ae8c; }

.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: #297c6a;
  color: #fff; }

.event-date.active-date {
  background: #339B84; }

/* input dialog */
.dialog {
  z-index: 5;
  background: #339B84;
  position: absolute;
  width: 50%;
  height: 500px;
  top: 0;
  right: 0;
  display: none; }
  @media (max-width: 767.98px) {
    .dialog {
      width: 100%; } }

.dialog-header h2 {
    margin: 0px 0px 0px 0px;
    color: #d6d6d6;
    text-align: left;
    font-size: 21px;
    padding-bottom: 11px;
    padding: 29px 0px 0px;
    letter-spacing: 0.5px;
    font-family: Roboto;
    font-weight: 300;
}

.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: 12px;
}

.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: #10ae8c; 
}
.InputGroup {
    display: flex;
    height: 45px;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
}
/**
 * 1. Hides the input from view
 * 2. Ensures the element does not consume any space
 */

.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;
  /* background-color: var(--color-gray); */
  color: #666666;
  padding: 5px 3px;
  border-radius: 6px;
  transition: color --transition-fast ease-out, background-color --transition-fast ease-in;
  user-select: none;
  margin-right: 8px;
  background: #9cdacd;
  width: 88px !important;
}

label:last-of-type {
 margin-right: 0;
}

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

.InputGroup input[type="radio"]:hover:not(:checked) + label {
     background-color: #ffffff;
 color: var(--color-black);
}
.alltimes {
    padding: 6px 12px;
}
.dialog-log img {
    width: 100%;
    padding: 5px;
    margin: 25px 0px 0px 3px;
}
.dialog-log {
    padding: 0;
    border: 1px solid #6a6a6a;
    margin-bottom: 16px;
}
img.img-fluid.clock1 {
    position: absolute;
    height: 58%;
    width: 20%;
    right: 0;
    top: 8px;
}
.bottomdiv-new {
    background: white;
    padding: 18px 11px;
    border-radius: 11px;
    margin-top: 15px;
}
.bottomdiv-new h2 {
    color: #d3d3d3;
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    line-height: 46px;
    font-family: Roboto;
}
.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;
}


::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 100%);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  border-radius: 10px;
}
::-webkit-scrollbar {
  width: 12px;
}

.alltimes{
  height: 330px;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .dialog{
    position: unset;
    height: unset;
    padding: 5%;
  }

  .content_scheduler{
    height: unset;
  }

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

  label.schedulerlabel{
    width: 95px !important;
  }

}

.table-date.nil{
  cursor: none;
  pointer-events: none;
}
.trust-logo-footer{
    position: relative;
    text-align: center;
   }
@media(min-width: 992px){
     .trust-logo-footer{
    position: absolute;
    right: 0;

   }       
}