.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;
}

.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%;
}

.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;
}

.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%;
}

@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%;
    }
}