.cursor-pointer {
    cursor: pointer;
}

h4,
.h4 {
    font-size: 20px;
    font-family: "Gotham Rounded Book";
}

.h-input {
    width: 100%;
    border: 1px solid #e1e2e9 !important;
    border-radius: 6px;
    padding: 0.5rem;
}
.h-form-control {
    margin-bottom: 0.3rem;
}

.div-flex > div {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    width: 100%;
}

.h-card {
    border-radius: 8px;
    border-color: #e1e2e9;
    border-style: solid;
    border-width: 1px;
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-icon-container {
    height: 54px;
    width: 54px;
}

.text-sm {
    font-size: 14px;
    font-family: "Gotham Rounded Book";
    color: #1f1333;
}

.text-xs {
    font-size: 12px;
    font-family: "Gotham Rounded Book";
    color: #1f1333;
}

.h-link {
    color: #0029ff;
    font-family: "Gotham Rounded Book";
    cursor: pointer;
}

.h-link:hover {
    text-decoration: underline;
    color: #0029ff;
}

.h-button {
    background: #9a81b8;
    border: 1px solid #e1e2e9 !important;
    border-radius: 50px;
    color: white;
    font-family: "Gotham Rounded Book";
    padding: 0.5rem;
    width: 100%;
    cursor: pointer;
}

.h-button:hover {
    background: #684294;
}

.h-disabled-button {
    background: #e1e2e9;
    border: none;
    border-radius: 50px;
    color: #625a70;
    font-family: "Gotham Rounded Book";
    padding: 0.5rem;
    width: 100%;
    cursor: not-allowed;
}

.confirm-phone-modal {
    padding: 4rem 4rem 2rem 4rem;
}

.text-primary {
    color: #572d88 !important;
}

.font-semibold {
    font-family: "Gotham Rounded";
    font-weight: 350;
}

.menu-wrapper {
    position: relative;
}

.menu-toggle {
    padding: 10px 20px;
    border: 1px solid #e1e2e9;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

.menu-options {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
    display: none;
    width: 100%;
}

.menu-option {
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.menu-option:hover {
    background-color: #f5f5f5;
}

.menu-wrapper.open .menu-options {
    display: block;
}

.radio-button-wrapper {
    border: 1px solid #684294;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-block;
    cursor: pointer;
}

.radio-button {
    border-radius: 50%;
    background-color: #684294;
    width: 14px;
    height: 14px;
    display: none;
    margin: auto;
}

.gap-1 {
    gap: 0.8rem;
}

.radio-button-large {
    width: 30px;
    height: 30px;
}

.hour-select {
    padding: 10px 20px;
    border: 1px solid #e1e2e9;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

.spacer-horizontal {
    margin: 2rem 0;
}

.margin-top-large {
    margin-top: 4rem;
}

.button-sticky {
    position: sticky;
    z-index: 100;
    bottom: 1rem;
    width: 100%;
}

@media (width >= 768px) {
    .button-sticky {
        position: unset;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .h-button-md {
        width: 30%;
    }

    .grid-wrapper-options {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 2rem;
        row-gap: 1rem;
    }
    .hidden-md {
        display: none !important;
    }
}

@media (width < 768px) {
    .hidden-sm {
        display: none !important;
    }
}

.custom-badge {
    background-color: #ddd5e7;
    padding: 5px 8px;
    border-radius: 20px;
}
