@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Manrope&display=swap');

:root {
    --mtbcp-ff-manrope: "Manrope", sans-serif;
    --mtbcp-ff-cal-sans: "Cal Sans", sans-serif;
}

[v-cloak] {
    display: none;
}

.mtbcp-header {
    display: flex;
    align-items: center;
    gap: 64px;
    padding: 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.mtbcp-header-logo {}


.mtbcp-header-cancel-icon {}

.mtbcp-progress-bar {
    border-radius: 7px;
    height: 14px;
    width: 100%;
    background-color: #E5E5E5;
}

.mtbcp-progress-bar-done {
    border-radius: 7px;
    height: 14px;
    background-color: #58CC02;
}

.mtbcp-step-title {
    margin: 0;
    font-family: var(--mtbcp-ff-cal-sans);
    font-weight: 400;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    color: #0D0C16;
}

.mtbcp-step-desc {
    font-family: var(--mtbcp-ff-manrope);
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}

.mtbcp-location-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 52px;
}

.mtbcp-location-card {
    border-radius: 16px;
    border: 1px solid #00000014;
    box-shadow: 0px 4px 6px -4px #0000001A !important;
    box-shadow: 0px 2px 15px -3px #0000001A !important;
    box-shadow: 0px 0px 0px 4px #EC4699 !important;
    box-shadow: 0px 0px 0px 2px #FFFFFF !important;
    width: 194px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.mtbcp-location-card-active {
    outline: 3px solid #EC4699;
    outline-offset: 2px;
}

.mtbcp-location-card-active-check {
    position: absolute;
    height: 26px;
    width: 26px;
    top: 12px;
    right: 12px;
}

.mtbcp-location-image {
    height: 145px;
    width: 100%;
}

.mtbcp-location-name {
    margin: 0;
    font-family: var(--mtbcp-ff-cal-sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.45px;
    text-align: center;
    margin: 16px 0;
}

.mtbcp-footer {
    margin-top: 50px;
    text-align: center;
}

.mtbcp-footer-button {
    font-family: var(--mtbcp-ff-cal-sans);
    background: linear-gradient(90deg, #833AB4 -11.49%, #FD1D2C 63.82%, #FCB045 139.13%);
    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 150%;
    letter-spacing: 0;
    padding: 8px 85px !important;
    box-shadow: 0 0 0 8px rgba(163, 171, 193, 0.2);
    border-radius: 999px !important;
    border: none !important;
    color: #ffffff !important;
    box-sizing: border-box;
    cursor: pointer !important;
}

.mtbcp-footer-text {
    font-family: var(--mtbcp-ff-manrope);
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 10px;
    letter-spacing: 0;
    margin: 22px 0 42px;
}

.mtbcp-package-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 32px;
}

.mtbcp-package-card {
    padding: 10px;
    box-sizing: border-box;
    border-radius: 12px;
    width: 308px;
    position: relative;
    background-color: #ffffff;
    cursor: pointer;
}

.mtbcp-package-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(131, 58, 180, 0.2), rgba(253, 29, 44, 0.2), rgba(252, 176, 69, 0.2));
    pointer-events: none;
    top: -2px;
    left: -2px;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    z-index: -1;
}

.mtbcp-package-image {
    width: 100%;
    height: 150px;
    border-radius: 8px;
    object-fit: cover;
}

.mtbcp-package-title {
    font-family: var(--mtbcp-ff-cal-sans);
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    color: rgba(42, 43, 50, 1);
    margin-top: 26px;
}

.mtbcp-package-details {
    font-family: var(--mtbcp-ff-manrope);
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    color: rgba(75, 75, 80, 1);
    margin-top: 8px;
}

.mtbcp-package-card-active-check {
    position: absolute;
    height: 26px;
    width: 26px;
    top: 16px;
    right: 16px;
}

.mtbcp-package-card-active.mtbcp-package-card::before {
    background: #EC4699;
}

/* date selection container */
.mtbcp-date-selection-container {
    max-width: 784px;
    margin: 46px auto 0;
    width: 94%;
}

.mtbcp-selected-container {
    border-radius: 12px;
    background-color: rgba(254, 241, 247, 1);
    padding: 25px 22px;
    box-sizing: border-box;
}

.mtbcp-selected-cards {
    display: flex;
    gap: 15px;
}

.mtbcp-selected-title {
    margin: 0;
    font-family: var(--mtbcp-ff-cal-sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: rgba(23, 23, 23, 1);
    text-align: center;
    margin-bottom: 24px;
}

.mtbcp-selected-card {
    padding: 8px 15px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 10px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mtbcp-selected-details {
    display: flex;
    gap: 12px;
}

.mtbcp-selected-label {
    font-family: var(--mtbcp-ff-cal-sans);
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(23, 23, 23, 1);
}

.mtbcp-selected-value {
    font-family: var(--mtbcp-ff-manrope);
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: rgba(115, 115, 115, 1);
}

.mtbcp-selected-action {
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: rgba(23, 23, 23, 1);
    cursor: pointer;
}

.mtbcp-calendar-container {
    border: 1px solid rgba(230, 230, 230, 1);
    padding: 25px;
    box-sizing: border-box;
    border-radius: 12px;
    margin-top: 26px;
}

.mtbcp-selection-title {
    font-family: var(--mtbcp-ff-cal-sans);
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: rgba(23, 23, 23, 1);
}

.mtbcp-calendar {
    margin-top: 10px;
}

.mtbcp-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mtbcp-calendar-nav-button {
    background-color: transparent;
    border: none;
    color: rgba(236, 70, 153, 1);
    font-family: var(--mtbcp-ff-manrope);
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    cursor: pointer;
}

.mtbcp-calendar-current-month {
    font-family: var(--mtbcp-ff-manrope);
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    background: linear-gradient(90deg, #833AB4 -11.49%, #FD1D2C 63.82%, #FCB045 139.13%);
    background-clip: text;
    color: transparent;
}

.mtbcp-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.mtbcp-calendar-weekday {
    font-family: var(--mtbcp-ff-manrope);
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: rgba(115, 115, 115, 1);
    padding: 8px 0;
}

.mtbcp-calendar-day {
    font-family: var(--mtbcp-ff-manrope);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    color: rgba(23, 23, 23, 1);
    padding: 12px 0;
    cursor: pointer;
}

.mtbcp-calendar-other-day {
    color: rgba(115, 115, 115, 1);
}

.mtbcp-calendar-disabled-day {
    cursor: not-allowed;
    text-decoration: line-through;
    color: rgba(115, 115, 115, 1);
}

.mtbcp-calendar-selected-day {
    position: relative;
    color: #ffffff;
}

.mtbcp-calendar-selected-day::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 28px;
    width: 28px;
    background: linear-gradient(90deg, #833AB4 -11.49%, #FD1D2C 63.82%, #FCB045 139.13%);
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.mtbcp-time-slot-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.mtbcp-time-slot {
    font-family: var(--mtbcp-ff-manrope);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    color: rgba(23, 23, 23, 1);
    padding: 10px 0;
    border-radius: 10px;
    border: 1px solid rgba(230, 230, 230, 1);
    cursor: pointer;
}

.mtbcp-selected-time-slot {
    color: #ffffff;
    background: linear-gradient(90deg, #833AB4 -11.49%, #FD1D2C 63.82%, #FCB045 139.13%);
}

.mtbcp-selected-date-time-container {
    background-color: rgba(245, 245, 245, 1);
    border-radius: 12px;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 16px;

    font-family: var(--mtbcp-ff-manrope);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: rgba(23, 23, 23, 1);
}

.mtbcp-form-selected-date-time-details-container {
    display: flex;
    gap: 8px;
    align-items: center;
}

.mtbcp-form-selected-date-time-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mtbcp-form-title {
    margin-bottom: 16px;
}

.mtbcp-form-control {
    font-family: var(--mtbcp-ff-manrope);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: rgba(23, 23, 23, 1);
    border-radius: 10px !important;
    border: 1px solid rgba(230, 230, 230, 1) !important;
    padding: 16px !important;
    box-sizing: border-box;
    width: 100% !important;
}

.mtbcp-form-row {
    display: flex;
    gap: 16px;
    margin: 16px 0;
}

.mtbcp-form-col {
    width: 100%;
}

.mtbcp-modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.mtbcp-modal-content {
    border-radius: 16px;
    background-color: #ffffff;
    width: 442px;
    padding: 57px 47px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.mtbcp-modal-title {
    margin: 0;
    font-family: var(--mtbcp-ff-cal-sans);
    font-weight: 400;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0;
    color: rgba(13, 12, 22, 1);
    margin-top: 20px;
}

.mtbcp-modal-desc {
    margin: 0;
    font-family: var(--mtbcp-ff-manrope);
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0;
}

.mtbcp-modal-cancel-icon {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

.mtbcp-error-text {
    font-family: var(--mtbcp-ff-manrope);
    color: #ff0000;
    margin: 0;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
}

.mtbcp-form-error {
    font-family: var(--mtbcp-ff-manrope);
    margin: 0;
    color: #ff0000;
    font-weight: 400;
    font-size: 12px;
    margin-top: 3px;
}

@media only screen and (max-width: 600px) {

    .mtbcp-selected-cards,
    .mtbcp-form-row {
        flex-direction: column;
    }

    .mtbcp-footer-button {
        padding: 8px 12px !important;
    }
}

.mtbcp-loader {
    border: 4px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    border-top: 4px solid #ffffff;
    width: 24px;
    height: 24px;
    -webkit-animation: mtbcp-spin 1.5s linear infinite;
    animation: mtbcp-spin 1.5s linear infinite;
}

@-webkit-keyframes mtbcp-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes mtbcp-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.mtbcp-slots-title {
    font-family: var(--mtbcp-ff-manrope);
    font-size: 14px;
    margin: 20px 0 10px;
    font-weight: 600;
}
.mtbcp-time-selected-card {
    margin-top: 15px;
}