* {
    font-family: "DM Sans", sans-serif;
    letter-spacing: 0.1px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400 !important;
}
html, body {
    padding: 0;
    margin: 0;
}

.loader-overlay {
    background-color: rgba(255, 255, 255, 0.50);
    z-index: 10;
    display: none;
}

a {
    text-decoration: none;
}

.wizard>.steps {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.wizard ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard>.steps>ul>li {
    width: 20%;
}

.wizard>.steps>ul>li,
.wizard>.actions>ul>li {
    float: left;
}

.headerName {
    color: #282C56;
    position: relative;
    top: 8px;
    /* left: -30px; */
    display: grid;
}

.wizard>.steps .number svg {
    transform: scale(0.5);
}

.wizard>.steps {
    text-align: -webkit-center;
}

.wizard>.actions>ul {
    margin-bottom: -4px;
}

.wizard>.actions {
    margin-top: 10px;
}

.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active {
    border-radius: 2px;
}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    /* background:var(--theamColor) !important; */
    background: #E1EFDF !important;
    border: 2.5px solid #69AD5E;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    /* padding: 13px; */

}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    background: #E1EFDF !important;
    border: 2.5px solid #69AD5E;
}

.wizard>.steps .current-info {
    position: absolute;
    left: -999em;
}

.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active {
    display: block;
    background-color: #B5A787;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 0px;
    /* margin-left: 50px; */
}

.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active {
    background: #B5A787;
    padding: 2px 38px;
    box-shadow: 0px 0px 7px 0px #8a8282;
    font-weight: 800;
    margin-top: 30px;
}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    color: #69AD5E;
    fill: #69AD5E;

}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    color: #69AD5E;
    fill: #69AD5E;
    cursor: default;
}

.wizard>.steps .disabled a,
.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
    background: #eee;
    color: #282C56;
    cursor: default;
    border: 1px solid #cccccc;
}

.wizard>.steps ul:before {
    background: #cccccc;
    bottom: 0;
    content: "";
    height: 1px;
    left: 10%;
    position: absolute;
    top: 25px;
    width: 81%;
    z-index: -1;
}

.wizard>.steps ul li {
    position: relative;
}

.wizard>.steps ul li.done:not(:first-child):after {
    background: #69AD5E;
    bottom: 0;
    content: "";
    height: 3px;
    right: 50%;
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: -1;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.wizard-content {
    margin-top: 4rem;
}

.wizard-content h2 {
    margin-bottom: 2rem;
}

.wizard-action li{
    /* margin-top: 4rem; */
    list-style: none;
}

.btn-primary, .btn-primary:hover {
    color: white;
    font-size: 1.05rem;
}

.btn-light, .btn-light:hover {
    font-size: 1.4rem;
}

.form-check-input {
    width: 1.25em;
    height: 1.25em;
    margin-top: 0.42em;
}

.consultant-list {
    /* width: 200px; */
    background-color: white;
    border: 1px solid #dedede;
    border-radius: 6px;
    /* padding: 8px 6px; */
    cursor: pointer;
}

.consultant-list:has(input[type=radio]:checked) {
    background-color: #E1EFDF;
    border-color: #69AD5E;
}

.consultant-list img {
    margin-bottom: 0.5rem;
}

.consultant-list h6,
.consultant-list label {
    margin-bottom: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.calendar {
    padding: 18px;
    background-color: #F4F4F4;
}

.calendar .xdsoft_datetimepicker {
    height: auto;
    width: 100%;
    border: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 100% !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {

    border-radius: 50% !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    border-radius: 50% !important;
    background: #b6a688 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current:not(.not-available-date) {
    background: #b6a688 !important;
    box-shadow: #b6a688 0 1px 3px 0 inset !important;   
}

.xdsoft_datetimepicker .xdsoft_calendar td {
    width: 0px;
    background: none;
    border: 0px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 75px;
}

td.xdsoft_date.xdsoft_disabled.xdsoft_current {
    background-color: transparent;
    box-shadow: none;
    color: #666;
    font-weight: 400;
}

.available-date:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 7.5px;
    background-color: #52c41a;
}

.slots-container {
    /* margin-top: 2rem;
    padding: 12px;
    border: 1px solid #F4F4F4; */
}
.slot {
    width: 100px;
    margin: 3px;
}

.btn-check:disabled+.btn, .btn-check[disabled]+.btn {
    opacity: 0.3 !important;
}

@media (max-width: 768px) {
    .wizard-content {
        margin-top: 3rem;
    }
    .jq-toast-wrap {
        width: 80% !important;
    }
}

.preview-window {
    background-color: #FFFBF2;
    padding: 1.5rem;
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid #f8eaca;
}

@media (min-width: 769px) {
    .wizard-action-container {
        background-color: #f6f6f6;
        padding: 2rem;
        border-radius: 6px;
        font-size: 14px;
        border: 1px solid #dedede;
        margin-bottom: 8rem;
    }
}

@media (max-width: 768px) {
    .preview-window {
        margin-bottom: 6rem;
    }
}

.step-badge {
    background-color: #E1EFDF;
    color: #69ad5e;
    font-size: 18px;
    padding: 0.4rem 0.6rem;
    border-radius: 6px;
}

.preview-window > .row
{
    margin-bottom: 4px;
}

.middle-border {
    height: 3px;
    width: 50px;
    bottom: -15px;
    background: rgb(255, 190, 7);
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.header {
    border-bottom: 1px solid #cccccc;
    padding: 22px 0;
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: white;
}
.footer {
    border-top: 1px solid #cccccc;
    padding: 22px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 5;
    background-color: white;
}
.px-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.date-strip {
    overflow-x: hidden;
}
.timeslots-container {
    background-color: white;
    border: 1px solid #cccccc;
    border-radius: 6px;
}
.single-date {
    flex-basis: 100%;
}

.single-date a {
    display: inline-block;
    padding: 0.65rem 1.5rem 0.5rem;
    color: #5F6D7E;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 62px;
}
.available {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #69AD5E;
    display: inline-block;
    left: 50%;
    top: 5%;
}
.single-date a.selected {
    background-color: #f6f6f6;
    color: #282C56;
    border-bottom: 2px solid #282C56;
}
.single-date a:hover {
    background-color: #f6f6f6;
}
.single-date a .date{
    white-space: nowrap;
}
.timeslots-container-header .prev-arrow, .timeslots-container-header .next-arrow {
    padding: 12px 13px;
    border-radius: 50%;
    cursor: pointer;
    padding-top: 1rem;
    padding-bottom: 1rem;

}
.timeslots-container-header .prev-arrow:hover, .timeslots-container-header .next-arrow:hover {
    background-color: #eaeaea;
}
.language-selector {
    top: 10px;
    right: 0;
}
.language-selector button {
        display: block;
        text-align: center;
        border: none;
        border-radius: 5px;
        -webkitborder-radius: 5px;
        outline: none;
        background-color: transparent;
}
.language-selector button .icon {
    width: 1em;
    display: inline;
    position: relative;
}
.language-selector svg{
    /* transform: scale(0.5); */
}