.checkout_modal_background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 99000;
}

.checkout_modal_container {
    margin: auto;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    background-color: var(--color-white);
    padding: 30px;
    gap: 20px;
    height: fit-content;
    align-items: center;
    width: 450px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.cancel_sign_up_button {
    font-size: 12px;
    cursor: pointer;
    width: fit-content;
    margin: auto;
    color: white;
}

.checkout_modal_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.checkout_modal_header {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkout_modal_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--color-accent);
    font-weight: 600;
    font-size: 16px;
}

.checkout_modal_title_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.checkout_modal_title_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 36px;
    font-weight: 700;
    color: white;
}

.checkout_modal_title span {
    font-size: 64px;
    cursor: pointer;
    color: var(--color-green);
    color: white;
}

.checkout_modal_description {
    font-size: 14px;
    width: fit-content;
    color: white;
    font-weight: 200;
    text-align: center;
}

.checkout_modal_input_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
}

.checkout_modal_input_wrapper2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
}

.checkout_modal_input_wrapper2 textarea {
    border-radius: 21px;
    width: 100%;
    padding: 10px 15px;
    min-height: 200px;
    background-color: transparent;
    resize: vertical;
    max-height: 450px;
    border: 1px solid var(--color-dark);
    text-align: center;
    font-size: 14px;
}

.checkout_modal_input_wrapper2 textarea::placeholder {
    color: var(--color-dark);
    text-align: center;
    font-size: 14px;
}

.checkout_modal_input_title {
    font-size: 11px;
    font-weight: 500;
    color: white;
}

.checkout_modal_input_title2 {
    font-size: 11px;
    font-weight: 500;
    color: var(--color-dark);
    text-align: center;
}
.checkout_modal_input_wrapper input {
    background-color: transparent;
    width: 100%;
    border-radius: 30px;
    transition: ease-in-out 0.2s;
    border: 1px solid var(--color-light);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 24px;
    height: 40px;
    font-size: 14px;
    font-weight: 450;
    outline: none;
    text-align: center;
    color: white;
}

.checkout_modal_input_wrapper2 input {
    background-color: transparent;
    width: 100%;
    border-radius: 30px;
    transition: ease-in-out 0.2s;
    border: 1px solid var(--color-dark);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 24px;
    height: 40px;
    font-size: 14px;
    font-weight: 450;
    outline: none;
    text-align: center;
    color: var(--color-dark);
}

.checkout_modal_input_wrapper2 input::placeholder {
    color: var(--color-dark);
}

.checkout_modal_input_wrapper input::placeholder {
    color: white;
}

.checkout_modal_input_row {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.checkout_button {
    background-color: var(--color-accent);
    color: var(--color-white);
    font-weight: 500;
    height: 44px;
    text-align: center;
    border-radius: 6px;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
    transition: ease-in-out 0.2s;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 13px;
    border: 1px solid transparent;
}

.checkout_button:hover {
    background-color: white;
    border: 1px solid var(--color-light);
    color: var(--color-accent);
}

.checkout_modal_scrollable_container {
    display: flex;
    flex-direction: column;
    gap: 6px;
    overflow-y: auto;
    min-height: 160px;
    max-height: calc(100vh - 300px);
    box-sizing: border-box;
}

.checkout_order_summary {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    margin-top: 10px;
}

.checkout_order_summary_title {
    font-size: 11px;
    font-weight: 500;
    color: white;
}

.checkout_order_summary_card {
    width: 100%;
    border: 1px solid var(--color-light);
    padding: 10px 16px 10px 10px;
    border-radius: 60px;
}

.checkout_order_summary_layout {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.checkout_summary_title {
    font-size: 14px;
    font-weight: 600;
    color: white;
}

.checkout_summary_description {
    font-size: 12px;
    color: white;
}

.checkout_summary_right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.checkout_summary_price {
    color: white;
    font-size: 26px;
    font-weight: 600;
    margin-right: 4px;
}

.total_price_layout {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--color-light);
    padding-bottom: 30px;
}

.total_price_text {
    font-size: 14px;
    color: var(--color-gray);
}

.total_price_price {
    display: flex;
    font-size: 16px;
    color: var(--color-dark);
    font-weight: 500;
    flex-direction: column;
    align-items: flex-end;
}

.total_price_price span {
    color: var(--color-gray);
    font-size: 10px;
    margin-left: 6px;
}

.checkout_cancel {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gray);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
}

.checkout_summary_img {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 60px;
    color: rgb(31, 155, 132);
    font-size: 24px;
    margin-right: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}