.footer{
    display: none !important;
}

#content{
    padding-bottom: 100px;
}

.top-btn-holder{
    display: flex;
    align-items: center;
    margin-bottom: 4%;
    height: 30px;
    line-height: 30px;
}

.back-btn{
    height: 100%;
    width: 18px;
    padding: 0 10px;
    border-radius: 50px;
    background-color: rgba(209, 212, 217, 0.28);
    margin-right: 8px;
    cursor: pointer;
    transition-duration: 0.3s;
}

.example-profile-btn{
    height: 100%;
    width: fit-content;
    font-size: 85%;
    padding: 0 12px;
    border-radius: 50px;
    background-color: rgba(209, 212, 217, 0.28);
    font-weight: 500;
    cursor: pointer;
    transition-duration: 0.3s;
}

.skip-btn {
    width: 100%;
    background: white;
    border: 1px solid #D6D6D6 !important;
    padding: 15px 0;
    height: 49.5px;
}

.top-btn-holder .step-holder{
    margin-left: auto;
    font-size: 85%;
    padding: 0 12px;
    border-radius: 50px;
    background-color: var(--green);
    font-weight: 500;
    color: green;
}

.onboard-step-holder{
    width: 100%;
    height: 10px;
    background-color: rgba(209, 212, 217, 0.28);
    border-radius: 30px;
    margin: -40px auto 35px auto;
    max-width: 525px;
}

.onboard-step-progress{
    height: 100%;
    background-color: var(--collabstrDark);
    border-radius: 30px;
}

.back-btn:hover, .example-profile-btn:hover{
    opacity: 0.8;
}

.form-holder{
    display: none;
    margin: 3% auto;
    min-width: 380px;
    width: 35%;
}

.form-holder-wide{
    width: 70%;
}

.form-title{
    font-size: 180%;
    margin: 0 auto 5% auto;
    font-weight: 600;
}

.form-title-wide{
    margin: 0 auto 4% auto;
}

.form-subtitle{
    color: gray;
    font-size: 90%;
    margin: -2% 0 4% 0;
}

.top-btn-holder-wide{
    margin-bottom: 2%;
}

.form{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

.scroll-holder{
    width: 100%;
    max-height: 350px;
    overflow-y: scroll;
}

.scroll-holder-wide{
    display: flex;
    flex-wrap: wrap;
    max-height: none;
    overflow-y: auto;
    justify-content: space-between;
}

.scroll-holder::-webkit-scrollbar {
    display: block !important;
    width: 3px !important;
    -webkit-appearance: scrollbartrack-vertical;
}

.scroll-holder::-webkit-scrollbar-track {
    border-radius: 50px !important;
    background: white !important;
}

.scroll-holder::-webkit-scrollbar-thumb {
    border-radius: 50px !important;
    background: rgba(209, 212, 217, 0.6) !important;
}

.scroll-holder::-webkit-scrollbar-thumb:hover {
    background: rgba(209, 212, 217, 0.8) !important;
}

.input{
    width: calc(100% - 10px);
    margin-bottom: 5%;
}

.input-date{
    background-image: url('data:image/svg+xml;charset=utf8,<svg style="margin-right: 22px;" width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 1.5V4.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 1.5V4.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.25 3H3.75C2.92157 3 2.25 3.67157 2.25 4.5V15C2.25 15.8284 2.92157 16.5 3.75 16.5H14.25C15.0784 16.5 15.75 15.8284 15.75 15V4.5C15.75 3.67157 15.0784 3 14.25 3Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M2.25 7.5H15.75" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: calc(100% - 6px) center; /* 10px from right edge */
    background-repeat: no-repeat;
    width: 98% !important;
}

.input-date::placeholder{
    color: #222 !important;
}

.language-list{
    width: 100%;
}

.language-dropdown{
    top: 0;
    left: 0;
    position: relative;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 1 !important;
}

.form-description {
    margin-bottom:36px;
}

.package-content-type-select, .input-row select, .platform-dropdown{
    width: 100% !important;
}

.textarea{
    min-height: 105px !important;
}

.submit{
    background-color: var(--black);
    color: white;
    width: 100%;
    padding: 15px 0;
    margin: 4% auto;
}

.under-btn{
    color: gray;
    font-size: 90%;
    cursor: pointer;
    position: relative;
}

.industry-img-holder{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 25px;
    margin-right: 8px;
    margin-left: 5px;
}

/* openai suggestion */
.suggestion-holder{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid black;
    padding: 8px 0px;
    background-color: rgba(214, 239, 226, 0.14);
}

.suggestion-title-left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.suggestion-icon{
    width: 32px;
}

.suggestion-title{
    font-weight: 600;
}

.suggestion-title-holder{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 12px;
}

.suggestion-txt-holder{
    margin: 12px 0px;
    padding: 0px 12px;
    background: white;
}

.suggestion-loader-holder{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0px;
}

.suggestion-txt{
    border: 1px solid black;
    border-radius: 8px;
    padding: 8px;
}

.suggestion-btn-use{
    padding: 8px 24px;
    background: var(--gradientText);
    color: white;
}

/* step 4 */

.gender-option, .platform-option{
    display: flex;
    align-items: center;
    width: calc(100% - 32px);
    border-radius: 8px;
    padding: 15px 0 15px 30px;
    font-weight: 500;
    border: 1px solid rgba(191,203,218,.52);
    margin-bottom: 3%;
    cursor: pointer;
}

.gender-circle{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid rgba(191,203,218,.52);
    margin-right: 10px;
    transition-duration: 0.3s;
}

.gender-selected{
    display: none;
    background-color: var(--black);
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.gender-option:hover .gender-circle{
    border: 1px solid var(--black);
}

/* step 4 end */


/* step 5 */

.platform-holder{
    width: 100%;
}

.input-row{
    display: none;
    width: 100%;
}

.input-row .input:nth-child(2){
    margin-left: 10px;
}

.platform-img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.platform-img img{
    width: 100%;
}

/* step 5 end */

/* step 6 */

.niches-holder{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 2% 0;
}

.niche-holder{
    font-size: 92%;
    padding: 14px 5px;
    margin: 8px auto;
    min-width: 45%;
    border-radius: 8px;
    font-weight: 500;
    text-align: center;
    border: 1px solid rgba(191,203,218,.6);
    transition-duration: 0.3s;
    cursor: pointer;
}

.niche-selected, .niche-holder:hover{
    background-color: var(--black) !important;
    color: white !important;
}

/* step 6 end */

/* step 7 */

.form-holder .img-row{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

/* overlay */

.upload-img-overlay{
    display: flex;
    justify-content: space-between;
    background-color: #f6f7f8;
    border: 2px dashed gray;
    border-radius: 8px;
    height: calc(27vw - 4px);
    max-height: 430px;
    width: 100%;
    position: relative;
}

.upload-img-overlay-2{
    flex: 0 0 calc(50% - 7px);
}

.upload-img-overlay-3{
    flex: 0 0 calc(33% - 5px);
}

.upload-btn-overlay{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.upload-img-btn{
    display: flex !important;
    background-color: var(--black);
    color: white;
    padding: 18px;
}

.upload-btn-img{
    filter: brightness(0) invert(1);
    width: 18px;
    max-height: 19px;
    margin-right: 10px;
}

.file-input {
    opacity: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
}

.file-portfolio-input {
    opacity: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
}

.cover-img-badge{
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: white;
    padding: 5px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 80%;
    box-shadow: var(--darkBoxShadow);
}

.more-img-holder{
    display: none;
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 95;
    cursor: pointer;
}

.more-img-badge{
    background-color: white;
    color: var(--black);
    padding: 3px 5px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 75%;
    box-shadow: var(--darkBoxShadow);
}

.more-img-dropdown-holder{
    display: none;
    position: absolute;
    border-radius: 8px;
    box-shadow: var(--darkBoxShadow);
    background-color: white;
    top: 25px;
    left: -110px;
    z-index: 96;
    width: calc(100% + 110px);
    font-size: 75%;
    font-weight: 600;
}

.more-img-dropdown-item{
    padding: 10px;
    transition-duration: 0.3s;
}

.more-img-dropdown-item:hover {
    opacity: 0.7;
}

/* overlay */

#file-area-prof-pic{
    position: relative;
    border-radius: 50%;
    width: 95px;
    height: 95px;
    margin: 0 auto 4% auto;
}

.profile-img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

#file-input{
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
}

.form-holder .file-area {
    display: none;
    position: relative;
    flex: 0 0 calc(50% - 3px);
    height: 27vw;
    max-height: 430px;
    margin: 0 3px 6px 3px;
    border-radius: 8px;
    transition-duration: 0.3s;
    background-color: #f6f7f8;
}

.form-holder-creator .file-area {
    flex: 0 0 calc(33% - 3px);
}

.form-holder .file-area:hover{
    opacity: 0.7;
}

.form-holder-campaign .file-area:nth-child(2n+1){
    margin-left: 0;
}

.form-holder-creator .file-area:nth-child(3n+1) {
    margin-left: 0;
}

.form-holder-campaign .file-area:nth-child(2n) {
    margin-right: 0;
}

.form-holder-creator .file-area:nth-child(3n) {
    margin-right: 0;
}

.img-input{
    opacity: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    position: absolute;
    cursor: pointer;
}

.form-holder .img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

/* step 7 end */

/* step 8 */

.box-scroll-holder{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.box-scroll-holder .package-holder {
    display: none;
    flex-direction: column;
}

.package-content-type-select{
    font-weight: 600;
}

.box-holder{
    border-radius: 8px;
    box-shadow: var(--lightBoxShadow);
    padding: 15px 15px 8px 15px;
    position: relative;
    border: 1px solid var(--black);
    margin: 0 0 2% 0;
}

.box-title{
    font-size: 115%;
    font-weight: 700;
    margin-bottom: 2%;
}

.empty-input{
    border: 1px solid red !important;
}

.quantity-row{
    display: flex;
}

.quantity-input{
    margin-left: 8px;
    width: 34%;
}

.duration-row{
    display: none;
}

.duration-unit{
    margin-left: 8px;
    width: 38%;
}

.price-suggestion-holder {
    padding: 11px;
    border-radius: 8px;
    background-color: var(--orange);
    margin-bottom: 15px;
}

.lower-price-sugesstion-holder {
    background-color: var(--red);
}

.price-suggestion-title {
    font-size: 70%;
    font-weight: 700;
    margin-bottom: 5px;
}

.price-suggestion-txt {
    font-size: 65%;
    font-weight: 300;
}

.price-suggestion-bold {
    font-weight: 600;
}

/* step 8 end */

.add-btn{
    font-size: 90%;
    width: fit-content;
    cursor: pointer;
}

.add-btn:hover{
    text-decoration: underline;
}

.desktop-add-btn{
    margin: 1.5% 0 0 auto;
}

.mobile-add-btn{
    margin: 6% 2% 4% auto;
}

.mobile-add-package-btn{
    display: none;
}

.package-btn-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.add-desc-btn-holder{
    display: flex;
    align-items: center;
}

.add-desc-btn{
    font-size: 70%;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
}

.add-desc-num{
    background-color: var(--green);
    color: green;
    padding: 2px 4px;
    font-size: 42%;
    border-radius: 4px;
    margin-left: 5px;
}

.delete-btn{
    color: var(--lightGray);
    font-size: 66%;
    cursor: pointer;
}

.delete-btn:hover{
    text-decoration: underline;
}

/* Step 11 */

.sms-row {
    display: flex;
    width: 100%;
}

.sms-country-dropdown {
    width: 45%;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none !important;
}

.sms-input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/* Step 11 end */

/* Step 12 */

#card-element{
    width: calc(100% - 30px);
    margin-bottom: 5%;
}

/* BYOS Cover Page */
.byos-cover-page {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

.byos-cover-page[style*="display: block"] {
    display: flex !important;
}

.byos-cover-content {
    max-width: 986px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.byos-hero-collage {
    position: relative;
    width: 365px;
    height: 200px;
}

.byos-hero-shape {
    position: absolute;
}

.byos-hero-shape-pink-square {
    width: 76px;
    height: 61px;
    background-color: var(--brand-pink-300);
    border-radius: 8px;
    left: 0;
    top: 126px;
}

.byos-hero-shape-pink-rect {
    width: 102px;
    height: 104px;
    background-color: rgba(251, 102, 157, 0.7);
    border-radius: 8px;
    left: 173px;
    top: 1px;
}

.byos-hero-shape-purple-pill {
    width: 174px;
    height: 44px;
    background-color: rgba(136, 95, 183, 0.6);
    border-radius: 88px;
    left: 190px;
    top: 153px;
}

.byos-hero-img {
    position: absolute;
    overflow: hidden;
}

.byos-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.byos-hero-img-circle {
    width: 93px;
    height: 96px;
    border-radius: 90px;
    border: 4px solid var(--brand-pink-400);
    left: 37px;
    top: 0;
}

.byos-hero-img-rect {
    width: 147px;
    height: 114px;
    border-radius: 8px;
    border: 1px solid white;
    left: 218px;
    top: 21px;
}

.byos-hero-img-square {
    width: 76px;
    height: 76px;
    border-radius: 8px;
    border: 1px solid #EB279D;
    left: 92px;
    top: 143px;
}

.byos-cover-text {
    text-align: center;
    max-width: 986px;
    width: 100%;
    padding: 0 72px;
    box-sizing: border-box;
}

.byos-cover-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #101828;
    margin-bottom: 12px;
}

.byos-cover-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--Gray-500);
}

.byos-getting-started {
    background-color: #f9f9f9;
    border: 0.645px solid white;
    border-radius: 14px;
    padding: 12px;
    width: 100%;
    max-width: 986px;
    box-sizing: border-box;
    text-align: left;
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.byos-getting-started-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #101828;
}

.byos-checklist {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.byos-checklist-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #364153;
}

.byos-checklist-circle {
    width: 16px;
    height: 16px;
    min-width: 16px;
    border-radius: 50%;
    border: 1.5px solid #222;
    background-color: transparent;
    box-sizing: border-box;
}

.byos-privacy-note {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #101828;
    width: 100%;
    max-width: 986px;
}

.byos-privacy-note svg {
    flex-shrink: 0;
}

.byos-cover-btn {
    width: 248px;
    height: 54px;
    background-color: #222;
    color: white;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8.735px;
}

/* BYOS App Download Step */
.byos-app-download {
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
    box-sizing: border-box;
}

.byos-app-download[style*="display: block"] {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.byos-app-download .example-row-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 44px auto 0 auto;
    box-sizing: border-box;
}

.byos-app-download .example-row-title {
    font-size: 190%;
    font-weight: 600;
    margin: 0 0 9% 0;
}

.byos-app-download .store-info {
    width: 58%;
}

.byos-app-download .example-step-txt {
    color: var(--black);
}

.byos-app-download .stores-img-container {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
}

.byos-app-download .store-pic {
    width: 22%;
}

.byos-app-download .store-pic img {
    width: 100%;
    height: auto;
}

.byos-app-download .store-info-txt {
    margin-top: 3%;
    margin-bottom: 6%;
}

.byos-app-download .store-app-img {
    width: 70%;
}

.byos-app-download .store-app-img img {
    width: 100%;
    /* height: auto; */
    object-fit: contain;
    height: 100%;
}

.byos-app-skip-btn {
    background: none;
    border: none;
    color: #000;
    font-size: 0.95rem;
    cursor: pointer;
    text-decoration: none;
    padding: 12px 0;
    margin-top: 24px;
}

.byos-app-skip-btn:hover {
    opacity: 0.7;
}

.byos-app-skip-desktop {
    display: block;
}

.byos-app-skip-mobile {
    display: none;
}

/* Email verification tip box */
.verify-email-tip {
    background-color: #EEF4FF;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
}

.verify-email-tip p {
    font-size: 12px;
    line-height: 18px;
    color: #535862;
    margin: 0;
}

/* Email subtitle with sniper link */
.form-subtitle-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: -2% 0 4% 0;
}

.form-subtitle-row .form-subtitle {
    flex: 1;
    min-width: 0;
    word-break: break-word;
}

.open-email-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    border: none;
    border-radius: 8.735px;
    font-size: 14px;
    background: #f5f5f5;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
    flex-shrink: 0;
}

.open-email-btn:hover {
    background: #e8e8e8;
}

.open-email-btn svg {
    width: 14px;
    height: 14px;
}

@media only screen and (max-width: 800px) {
    .form-holder{
        width: 92%;
        min-width: initial;
        margin: 4% auto 0 auto;
    }

    .top-btn-holder-wide {
        margin-bottom: 5%;
    }

    .form-title{
        font-size: 160%;
    }

    .form-subtitle{
        margin: -1% 0 5% 0;
    }

    .scroll-holder{
        display: block;
        max-height: 330px;
        overflow-y: scroll;
    }

    .under-btn{
        margin-top: 2%;
    }

    .niches-holder{
        margin: 0;
    }

    .niche-holder{
        margin: 12px 8px;
    }

    .gender-option, .platform-option{
        padding: 15px 0 15px 15px;
        width: calc(100% - 17px);
    }

    /* step 9 */

    #file-area-prof-pic{
        margin: 0 auto 4% auto;
    }

    .form-holder .file-area {
        flex: 0 0 100%;
        height: 71vw;
        margin: 0 0px 6px 0px;
        max-height: none;
    }

    .upload-img-overlay {
        flex: 0 0 calc(100% - 4px);
        height: 71vw;
        max-height: none;
    }

    /* step 9 end */


    .form-holder .package-holder{
        margin: 0 0 6% 0;
    }

    .mobile-add-btn{
        display: block;
        margin: 6% 2% 7% auto;
    }

    .desktop-add-btn{
        display: none;
    }

    .top-btn-holder{
        margin-bottom: 5%;
    }

    .onboard-step-holder{
        margin: -1% 0 8% 0;
    }

    .price-suggestion-title {
        font-size: 80%;
    }

    .price-suggestion-txt {
        font-size: 75%;
    }

    /* BYOS Cover Page - Mobile */
    .byos-cover-page {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .byos-cover-content {
        gap: 32px;
    }

    .byos-hero-collage {
        width: 280px;
        height: 154px;
        transform: scale(0.77);
    }

    .byos-cover-text {
        padding: 0;
    }

    .byos-cover-title {
        font-size: 15px;
    }

    .byos-cover-subtitle {
        font-size: 13px;
    }

    .byos-getting-started {
        padding: 16px;
    }

    .byos-getting-started-title {
        font-size: 15px;
    }

    .byos-checklist-item {
        font-size: 14px;
    }

    .byos-privacy-note {
        font-size: 11px;
        text-align: left;
    }

    .byos-cover-btn {
        width: 100%;
        max-width: 280px;
    }

    /* BYOS App Download - Mobile */
    .byos-app-download {
        min-width: unset !important;
        padding: 0;
        margin: 0 auto;
    }

    .byos-app-download .example-row-holder {
        flex-direction: column-reverse;
        padding: 0 16px;
        margin-top: 32px;
        gap: 24px;
        width: 90%;
        box-sizing: border-box;
    }

    .byos-app-download .example-row-title {
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 16px;
    }

    .byos-app-download .stores-img-container {
        justify-content: center;
        gap: 16px;
        margin: 24px 0;
    }

    .byos-app-download .store-pic {
        width: 40%;
        max-width: 150px;
    }

    .byos-app-download .store-app-img {
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
    }

    .byos-app-download .store-info {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    .byos-app-download .store-info-txt {
        margin: 16px 0 24px 0;
    }

    .byos-app-skip-desktop {
        display: none;
    }

    .byos-app-skip-mobile {
        display: block;
        text-align: center;
        margin: 24px auto 0 auto;
    }

    /* Email verification mobile styles */
    .open-email-btn {
        padding: 8px 16px;
    }

    .verify-email-tip {
        padding: 12px;
    }

    .verify-email-tip p {
        font-size: 13px;
        line-height: 20px;
    }
}
