#heading {
    text-transform: uppercase;
     color: #1f2937;
    font-weight: normal;
    font-size: 30px;
}
.dark #heading {
    color: #d3d3d3;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 10px
}
#msform p{
   color: #1f2937; 
}
.dark #msform p{
  color: #d3d3d3;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative;
          padding: 0px 50px 0px;
    height: 520px;
        overflow-y: auto;
    overflow-x: hidden;
  
}
.table-layout-date{
    display: flex;
       flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}
.dark .table-layout-date{
        color: #d3d3d3;
}
.powered-by-reseve {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
}


.dark #msform fieldset {
    background: #111827;
}
.dark .fs-title {
    color: #d3d3d3;
}
.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .form-control {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform form-control:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
     color: #1f2937;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: center;
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    margin-top: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: rgb(var(--color-base));
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #people:before {
    font-family: FontAwesome;
    content: "\f0c0"
}

#progressbar #date:before {
    font-family: FontAwesome;
    content: "\f133"
}

#progressbar #time:before {
    font-family: FontAwesome;
    content: "\f017"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}
#progressbar li:last-child:after{
display: none;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    top: 25px;
    z-index: -1;
        right: -75px;
}

#progressbar li.active:before,
#progressbar li.active:after {
background: rgb(var(--color-base));
}

.progress {
    height: 10px;
}

.fit-image {
    width: 100%;
    object-fit: cover
}
.progress-bar {
 background-color: rgba(var(--color-base), var(--tw-bg-opacity));
}
@keyframes progress-bar-stripes {
   0% {
    background-position: 1rem 0;
}
100% {
    background-position: 0 0;
}
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease;
}
.progress {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    margin: 0 45px;
}
.select-people-outer {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    box-sizing: border-box;
    gap: 14px;
    justify-items: center;
    padding: 0px 24px;
}
.select-people {
    width: 72px;
    height: 72px;
    font-size: 20px;
    margin-top: 0;
    border-radius: 50%;
    margin-bottom: 0;
    background-color: rgb(242, 242, 242);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.select-people-outer .select-people[data-value="10"] {
    grid-column: 2;
}
.select-people.active {
    background-color: rgb(var(--color-base));
    color: white;
}


.dark .select-people {
   color: #d3d3d3;
    background-color: rgb(17 24 39);
    border: 1px gray solid;
}
.calendar-container {
    background: #fff;
    width: 450px;
    border-radius: 10px;
    box-shadow: 0 3px 40px rgba(0, 0, 0, 0.12);
    margin: 0 auto;
}
.dark .calendar-container {
    background: #111827;
}
.calendar-container header {
    display: flex;
    align-items: center;
    padding: 15px 30px 10px;
    justify-content: space-between;
}

header .calendar-navigation {
    display: flex;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.modal-terms-privacy{
   max-height: 500px;
    overflow: auto;
    min-height: 150px;
}

header .calendar-navigation span {
    height: 38px;
    width: 38px;
    margin: 0 1px;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    user-select: none;
    color: #aeabab;
        display: flex;
    align-items: center;
    justify-content: center;
}
.modal-terms-privacy .terms-mar{
    padding: 3rem 0px !important;
}

.modal-terms-privacy .terms-mar .terms-mar-privacy{
    display: none;
}
.calendar-navigation span:last-child {
    margin-right: -10px;
}
.modal-terms-privacy{
    padding-top: 0px !important;
}
.header-top-modal {
position: sticky;
    top: 0px;
    left: 0;
    width: 100%;
    border-bottom: 1px #e9e6e6 solid;
    background: #fff;
    display: flex;
    padding: 1rem;
    z-index: 10;
}
header .calendar-navigation span:hover {
    background: #f2f2f2;
}
.submit-button:disabled {
    cursor: not-allowed; 
    opacity: 0.4;
}

.submit-button:disabled:hover {
   background-color: rgba(var(--color-base), var(--tw-bg-opacity));
}

header .calendar-current-date {
    font-weight: 500;
    font-size: 1.2rem;
}

.calendar-body {
    padding: 15px;
}

.calendar-body ul {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
}

.calendar-body .calendar-dates {
    margin-bottom: 20px;
}

.calendar-body li {
    width: calc(100% / 7);
    font-size: 1rem;
    color: #414141;
}

.dark .calendar-body li {
   color: #d3d3d3;
}
.calendar-body .calendar-weekdays li {
    cursor: default;
    font-weight: 500;
}

.calendar-body .calendar-dates li {
    margin-top: 25px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.calendar-dates li.inactive {
    color: #aaa;
}

.dark .calendar-dates li.inactive{
    color:#535050;
}

.calendar-dates li.active {
    color: #fff;
}
.dark .calendar-dates li.active{
 color: #d3d3d3;
}
.calendar-dates li::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.calendar-dates li.active::before {
   background: rgb(var(--color-base));
}

.calendar-dates li:not(.active):hover::before {
    background: #e4e1e1;
}
.dark .calendar-dates li:not(.active):hover::before {
    background: #374151;
}
.dark  header .calendar-navigation span:hover {
    background: #374151;
}

@media  (max-width:767px) {
  .calendar-container {
  width: auto;
} 

}
@media  (max-width:521px) {
 #heading {
    font-size: 25px;
}
 .fs-title {
    font-size: 20px;
}
#progressbar li::before {
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 16px;
}
#progressbar li {
    font-size: 13px;
}
#progressbar li::after {
    top: 20px;
    right: -67px;
}
.progress {
    margin: 0 15px;
}
#progressbar #time::before {
    font-size: 20px;
}
.select-people-outer {
    padding: 0px;
}
.select-people {
    width: 64px;
    height: 64px;
    font-size: 18px;
}

.select-people-outer .select-people[data-value="10"] {
    grid-column: 2;
}
#msform fieldset {
    padding: 0px 20px 0px;
   
}

#msform fieldset.mobile-div-time{
    padding: 0px 0px;
}
.calendar-container {
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.12);
}

}

.terms-button-p {
    position: sticky;
    bottom: 0;
    z-index: 10;
    background: #fff;
    padding-top: 12px;
    padding-bottom: 8px;
    border-top: 1px solid #e5e7eb;
}

.dark .terms-button-p {
    background: #111827;
    border-top-color: #374151;
}
