#main {
    margin-top: 40px;
    margin-bottom: 40px;
}
.card-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-cont P {
    color: #3a4861;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.card-wrap span {
    color: #aaa;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}
a.edit--button {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    /* background-color: #6c71f8; */
    padding: 10px 22px;
    border-radius: 10px;
    text-decoration: none !important;
}
/* new css */
.parent-col--a {
    display: inline-block;
}
.custom--accordion {
    width: 70%;
    /* margin: 0 auto; */
    border-radius: 8px;
    background-color: #fff;
    padding: 20px;
    box-shadow: -5px 28px 25px 10px #f0f0f0;
}
.custom--accordion .card-header {
    background-color: #fff;
    padding-bottom: 25px;
}
.custom--accordion .card {
    border: none;
}
.custom--accordion .form-group label {
    color: #aaa;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.custom--accordion .form-group input, select {
    font-family: "Poppins", Sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 7%);
    border-radius: 8px !important;
    padding: 0.5rem 1rem !important;
    background-color: white !important;
    border-width: 1px;
    border-style: solid;
}
.checkbox--flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 50px;
}
.checkbox--flex span {
    color: #3a4861;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.checkbox--flex label {
    color: #3a4861;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.avaliable--flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 50px;
}
.avaliable--flex span {
    color: #3a4861;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}
.avaliable--flex label {
    color: #3a4861;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.unavaliable--flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 50px;
}
.unavaliable--flex span.pricing--box {
    color: #3a4861;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    background-color: #f5f5f5;
    padding: 4px 10px;
}
.unavaliable--flex label {
    color: #3a4861;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    text-decoration: line-through 2px #f75b5b;
}
.disable--flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 50px;
}
.disable--flex span {
    color: #aaa !important;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    background-color: #f5f5f5;
    padding: 4px 10px;
}
.disable--flex label {
    color: #aaa;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

/* Hide the browser's default radio button */
/* .container input[type="radio"] {
    position: absolute !important;
    opacity: 0;
    cursor: pointer;
    top: 7px;
    left: 32px;
    height: 25px;
    width: 25px;
    z-index: 9;
} */
.container input[type="radio"] {
    position: absolute !important;
    opacity: 0;
    cursor: pointer;
    top: -5px;
    left: 22px;
    height: 100%;
    width: 100%;
    z-index: 9;
    display: block;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 15px;
    left: 18px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #ccc;
}

/* On mouse-over, add a grey background color */
.container-input:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-input input:checked ~ .checkmark {
    background-color: #fff;
    /* border: 1px solid #6669f3; */
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-input input:checked ~ .checkmark:after {
    display: block;
}
.color--active[disabled] {
    background-color: #eee !important;
    border: #eee;
}
.hover--col:hover {
    background-color: #fff !important;
    color: #686cf7;
}
/* Style the indicator (dot/circle) */
.container-input .checkmark:after {
    top: 2.5px;
    left: 2.5px;
    width: 8px;
    height: 7px;
    border-radius: 50%;
    background-color: #6b73f2;
}
.color--active::after {
    background-color: #6b73f2;
}
.container-input .checkmark .color--active:after {
    background-color: #6b73f2;
}
.form-check.container-input {
    /* border: 1px solid #686cf7; */
    border-radius: 10px;
    padding: 12px;
    margin-top: 25px;
}
.color--border {
    border: 1px solid #686cf7;
}
.date-month {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.date-month p {
    color: #3a4861;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.carousel-control-prev-icon {
    margin-left: -40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    margin-right: -40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.custom--align {
    width: 12px;
    height: 12px;
}
.calendar--wrap {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 7%);
    border-radius: 8px !important;
    padding: 35px;
}
.custom--cal p {
    display: inline-block;
    background-color: #f1f3f8;
    padding: 8px 0px;
    border-radius: 100px;
    color: #3a4861;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    width: 50px;
    text-align: center;
}
.parent--col span {
    color: #3a4861 !important;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-align: center;
}
.parent--col {
    display: inline-block;
    padding: 15px;
    margin: 3px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 7%);
    border-radius: 50px !important;
    transition: all 0.3s;
    cursor: pointer;
    margin-top: 10px;
}
.parent--col span bdi {
    display: flex;
    margin-top: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.parent--col:hover > span bdi {
    color: #fff !important;
}
.parent--col:hover > span bdi span.woocommerce-Price-currencySymbol {
    color: #fff !important;
}
.custom--cal {
    display: flex;
    overflow: hidden;
}
#CalendarCarousel .carousel-control-prev {
    left: -30px;
}
#CalendarCarousel .carousel-control-next {
    right: -30px;
}
.parent--col:hover {
    background-color: #6d71f9;
}
.parent--col:hover > .custom--cal p {
    background-color: #fff;
}
.parent--col:hover > span {
    color: #fff !important;
}
.col--active > .custom--cal p {
    background-color: #fff;
}
.col--active > span {
    color: #fff;
}
.col--active {
    background-color: #6d71f9;
}
.col--active span {
    color: #fff !important;
}
#CalendarCarousel {
    margin-top: 25px;
    display: flex;
    align-items: center;
}
.color--red {
    background-color: #f75b5b !important;
}
.color--active {
    /* background-color: #6c71f8; */
   
}
.pricing--box {
    color: #fff !important;
    padding: 4px 10px;
    border-radius: 10px;
}
.radio--red {
    top: 18px;
    background-color: #fff;
    border: 2px solid #f75b5b;
}
.slot--wrap {
    border-radius: 8px !important;
    margin-top: 25px !important;
}
p.no-slots {
    margin-top: 20px;
}
.slot--wrap:hover {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 7%);
}
.avaliable-radio {
    top: 19px;
}
.radio-disable {
    border: 2px solid #aaaaaa7a;
}
.op-light {
    opacity: 0.7;
    pointer-events: none;
}
.Reserve--button {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 30px;
    border: 1px solid #6c71f8;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s;
}
.Reserve--button:hover {
    background-color: #fff;
    color: #6c71f8;
}
.col-img {
    width: 8%;
}
.col-img img {
    width: 100%;
}
.col-address {
    width: 65%;
}
.input-text--form input {
    position: relative !important;
    opacity: 1;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}
svg.bi.bi-chevron-compact-right, svg.bi.bi-chevron-compact-left {
    color: grey;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    .custom--accordion {
        width: 100%;
    }
    #main {
        margin-top: 50px;
    }
}

@media screen and (max-width: 500px) {
    .col-address {
        width: 60%;
    }
    .col-img {
        width: 10%;
    }
    .card-cont P {
        font-size: 16px;
    }
    .unavaliable--flex {
        display: block;
        margin-left: 40px;
    }
    .unavaliable--flex label {
        display: block;
        text-align: center;
    }
    .unavaliable--flex span {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .avaliable--flex {
        display: block;
        margin-left: 40px;
    }
    .avaliable--flex label {
        display: block;
        text-align: center;
    }
    .avaliable--flex span {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .disable--flex {
        display: block;
        margin-left: 40px;
    }
    .disable--flex label {
        display: block;
        text-align: center;
    }
    .disable--flex span {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
}

/* .form-control {
    border: 1px solid #ced4da !important;
} */

.form-control:focus {
    outline: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
select.form-control.reservation-months {
    width: 50%;
	max-width: 125px;
    height: 30px !important;
    font-size: 13px !important;
    padding: 0 !important;
    padding-left: 3px !important;
}

#dsfw-reservation-states-text, #timeslots, #CalendarCarousel {
    display: none;
}

button.Reserve--button.color--puple:focus {
    background-color: #6c71f8 !important;
    outline: none !important;
}

.dsfw-block-overlay {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
  
.dsfw-block-overlay span {
    display: block;
    width: 50px;
    height: 50px;
    border: 5px solid transparent;
    border-radius: 50%;
    border-right-color: white;
    animation: dsfwBlock 0.8s linear infinite;
}
  
@keyframes dsfwBlock {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
}

.dsfw.blockOverlay {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #302a2ade;
    opacity: 0.6;
    position: absolute;
    border-radius: 8px;
}

.dsfw.blockOverlay.show {
    display: block !important;
}

.dsfw.blockOverlay.hide {
    display: none !important;
}
.dsfwBlockAccordion {
    position: relative; 
    zoom: 1;
}

.btn--continue {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 30px;
    border: 1px solid #6c71f8;
    color: #fff !important;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s;
    cursor: pointer;
    text-decoration: none !important;
}
/* .btn--continue:hover {
    background-color: #fff;
    color: #6c71f8 !important;
} */
[type=button]:focus, [type=button]:focus-within, [type=button]:hover, button:focus, button:hover {
    color: #6c71f8 !important;
    background-color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
}

.dsfw-field-error {
    border: 2px solid #f68080 !important;
}

a.btn--continue[disabled], a.Reserve--button[disabled] {
    cursor: not-allowed;
    background: #868ae9;
    border-color: #868ae9;
    color: white !important;
    pointer-events: none;
    color: grey !important;
}

.date-day-name {
    margin-top: 5px;
}
span.color--active.pricing--box span {
    color: white !important;
}

.loader-line-dsfw {
    display: none;
    width: 200px;
    height: 3px;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    margin: 100px auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.loader-line-dsfw:before {
    content: "";
    position: absolute;
    left: -50%;
    height: 3px;
    width: 40%;
    -webkit-animation: lineAnim 1s linear infinite;
    -moz-animation: lineAnim 1s linear infinite;
    animation: lineAnim 1s linear infinite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

@keyframes lineAnim {
    0% {
        left: -40%;
    }
    50% {
        left: 20%;
        width: 80%;
    }
    100% {
        left: 100%;
        width: 100%;
    }
}

.disabled-slot {
    background: #c2bfbfe6 !important;
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
}

.disabled-dateslot {
    border: 1px solid grey !important;
}