@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

body {
    padding: 0;
    margin: 0;
    /* height: 100vh;
  overflow: hidden; */
}
.outer {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    box-sizing: border-box;
}
.register-container {
    background: #ffffff;
    width: 100%;
    max-width: 678px;
    height: calc(100vh - 100px);
    padding: 30px 25px;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.register-container form {
    overflow-y: auto;
    padding: 0px 5px;
    height: fit-content;
}
.register-container form::-webkit-scrollbar {
    width: 6px;
}

.register-container form::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 10px;
}
h1 {
    font-size: 36px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #000000;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #4b5563;
    margin-top: 12px;
    margin-bottom: 24px;
    font-family: "Lato", sans-serif;
}

.heart {
    width: 64px;
    height: 64px;
    background: linear-gradient(to right, #f43f5e, #db2777);
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px #0000001a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.heart img {
    width: 24px;
    height: 24px;
}

.section-title {
    font-size: 24px;
    color: #1f2937;
    margin-top: 14px;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    max-width: 420px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-text {
    font-size: 16px;
    font-weight: 500;
    color: #4b5563;
    margin-bottom: 32px;
    font-family: "Lato", sans-serif;
    max-width: 420px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.price {
    color: #e11d48;
}

.account-box {
    background: #eff6ff;
    border-radius: 12px;
    padding: 24px;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 14px;
    color: #4b5563;
    max-width: 466.38671875px;
    margin-left: auto;
    margin-right: auto;
}
.account-details-head {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin: 0px;
}
.account-details-head-wrapper {
    display: flex !important;
    justify-content: center !important;
    margin: 0px !important;
    margin-bottom: 14px !important;
}
.account-box strong {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
}
.account-box div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.upload-btn {
    background: #e5486a;
    border: none;
    padding: 12px 24px;
    border-radius: 12px;
    cursor: pointer;
    margin-bottom: 48px;
    display: inline-block;
    transition: all 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    max-width: 466.38671875px;
    margin-left: auto;
    margin-right: auto;
}
.upload-btn img {
    width: 24px;
    height: 24px;
}
.upload-btn:hover {
    background: #e73482;
    color: #ffffff;
    transition: all 0.5s;
}
.upload-btn p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    color: #ffffff;
}

.secure-box {
    background: #fffbeb;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.secure-box p {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    color: #0a7806;
}
.secure-box img {
    width: 24px;
    height: 24px;
}
.action-buttons {
    display: flex;
    gap: 10px;
}

.proceed-btn {
    flex: 1;
    background: #ec3767;
    color: #ffffff;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    border: none;
    padding: 12px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.4s ease;
    border: solid 1px transparent;
}
.proceed-btn:hover {
    background-color: #ffffff;
    color: #dc2875;
    border-color: #dc2875;
}

.skip-btn {
    flex: 1;
    color: #ffffff;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #000000;
    color: #374151;
    padding: 12px;
    border-radius: 12px;
    transition: all 0.4s ease;

    cursor: pointer;
}
.skip-btn:hover {
    background-color: #dc2875;
    color: white;
    border-color: #dc2875;
}
.modal {
    height: 100vh;
    padding: 10px;
}
.modal-open .modal {
    overflow-x: unset;
    overflow-y: unset;
}
.modal-dialog {
    margin: 0px;
    width: 100%;
    height: 100%;
}
.modal-content {
    width: 100%;
    background-color: transparent;
    height: 100%;
    justify-content: center;
    align-items: center;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: unset !important;
    }
}
@media screen and (max-width: 426px) {
    h1 {
        font-size: 21px;
        line-height: 25px;
    }
    .subtitle {
        font-size: 14px;
        margin: 10px 0px;
    }
    .heart {
        width: 50px;
        height: 50px;
    }
    .section-title {
        font-size: 16px;
        margin-top: 10px;
    }
    .section-text {
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .qr-box {
        width: 80px;
        height: 80px;
        margin-bottom: 0px;
        padding: 10px;
    }
    .register-container {
        padding: 20px 10px;
    }
    .scan-text {
        font-size: 13px;
        margin-top: 8px;
    }
    .account-box {
        padding: 12px;
        font-size: 13px;
    }
    .account-details-head {
        font-size: 15px;
    }
    .account-box strong {
        font-size: 14px;
    }
    .upload-btn {
        padding: 12px;
    }
    .upload-btn p {
        font-size: 14px;
    }
    .upload-btn img {
        width: 20px;
        height: 20px;
    }
    .secure-box {
        flex-direction: column;
    }
    .secure-box img {
        width: 20px;
        height: 20px;
    }
    .secure-box p {
        font-size: 13px;
    }
    .proceed-btn {
        font-size: 14px;
        padding: 10px;
    }
    .skip-btn {
        font-size: 14px;
        padding: 10px;
    }
}