nav {
    box-shadow: unset;
}

header {
    position: unset;
}

main {
    margin-top: unset;
}

h1.title {
    font-size: 53px;
    font-weight: 900;
    margin-bottom: 60px;
}

#influencer-signup {
    z-index: 1;
    position: relative;
}

#influencer-signup::after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    background-image: url("../assets/influencer-signup.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* width: 62%; */
    width: 1192px;
    height: 100%;
    min-height: 1655px;
}

form {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 40px;
}

.input-container {
    display: flex;
    align-items: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 1px 6px #f3f3f3, 0px 10px 10px #e7e7e7;
    height: 85px;
    border-radius: 43px;
    padding: 0 5% 0 0;
}

.custom-dropdown {
    min-height: 85px;
}

.custom-select-option .dropdown-icon,
span.dropdown-left-img {
    top: -10px;
}

.icon {
    padding: 10px;
    color: #555;
}

input,
select,
.custom-dropdown {
    width: 100%;
    padding: 10px;
    margin: 0;
    border: none;
    outline: none;
    color: #1D1A1B;
    font: normal normal bold 23px/31px Axiforma;
}

select,
.custom-dropdown {
    opacity: 1;
    color: #D5D5D5;
}

input[type="date"] {
    padding: 8px;
}

.input-container img {
    position: relative;
    top: 6px;
}

.input-container {
    position: relative;
}

.dropdown-icon {
    position: absolute;
    right: 0;
}

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* background: url('../assets/icons/arrow\ \(3\).png') no-repeat right center; */
    padding-right: 20px;
    /* Adjust as needed to make space for your custom icon */
    cursor: pointer;
    /* Add a pointer cursor to indicate interactivity */
}

.custom-select select,
.custom-dropdown {
    background: #FFFFFF;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.white-btn,
.pink-btn {
    padding: 24px 140px 30px 140px;
    text-align: center;
}

.checkbox-conatiner {
    display: flex;
    flex-direction: column;
    gap: 37px;
    padding-top: 50px;
    padding-bottom: 70px;
}

.checkbox-label {
    font-size: 24px;
}

footer {
    margin-top: 100px;
}

#emailVerificationModal .modal-content {
    border-top-left-radius: 45px;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius:0;
    border-top-right-radius:0;
}

.save-next-conatiner {
    display: flex;
    /* flex-direction: ; */
    gap: 37px;
    padding-top: 50px;
    padding-bottom: 70px;
}

.next-icon img {
    width: 27px;
    position: relative;
    bottom: 4px;
}

.custom-dropdown {
    border-radius: 43px;
    padding-top: 25px;
    padding-left: 105px;
    padding-right: 105px;
}
.checkbox-label a.pink-text{
    text-decoration: underline;
}
#influencer-signup{
    min-height: 1655px;
}
@media (max-width:1600px) {
    .input-container {
        height: 55px;
        font-size: 55px;
    }

    input,
    select,
    .custom-dropdown {
        font-size: 16px;
        padding-left: 0;
    }

    .input-container img {

        max-width: 80px;
        top: -2px;
    }

    .custom-select-option .custom-dropdown-header {
        padding-left: 70px;
        padding-top: 15px;
        background: transparent !important;
    }

    .custom-select-option .dropdown-list {
        padding-left: 80px;
        padding-right: 80px;
    }

    .custom-dropdown {
        min-height: 61px;
        padding: 0;
    }
    .white-btn, .pink-btn{
        padding: 15px 80px;
        font-size: 16px;
    }
    .checkbox-conatiner{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    form{
        gap: 25px;
    }

    .checkbox-label {
    font-size: 16px !important;
    line-height: 1.5;
    }
    .custom-checkbox {
        width: 20px;
    min-width: 20px;
    height: 20px;
    }
    #influencer-signup{
        min-height: 1255px;
    }
    #influencer-signup::after{
        width: 950px;
        height: 93%;
        min-height: 1255px;
    }
    h1.title {
        font-size: 38px;
    }
    .custom-select-option .dropdown-icon, span.dropdown-left-img{
        top: 0;
    }
}

@media (max-width:1600px) {
    
    #influencer-signup::after{
        width: 815px;
        height: 86%;
        min-height: 1085px;
    }
   
}
@media (max-width:1399px) {
    .checkbox-label {
        font-size: 14px !important;
    }
    .custom-checkbox {
        width: 15px;
        min-width: 15px;
        height: 15px;
    }
}
@media (max-width:1199px) {
    #influencer-signup::after {
        display: none;
    }

    form {

        width: 100%;
    }

    .custom-checkbox {
        width: 18px;
        min-width: 18px;
        height: 18px;
        position: relative;
        top: 2px;
    }
    .checkbox-label{
        align-items: start;
    }
}

@media (max-width:991px) {
    .checkbox-label {
        font-size: 20px !important;
    }

    form {
        gap: 25px;
    }

    .input-container {
        height: 50px;

    }

    .custom-dropdown {
        min-height: 50px;
    }

    .custom-dropdown {
        border-radius: 25px;
        padding-top: 15px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .custom-select-option .dropdown-icon,
    span.dropdown-left-img {
        top: 8px;
    }
    .custom-select-option .custom-dropdown-header{
        padding: 0;
    }
    .custom-select-option .dropdown-list{
        padding-left: 0;
        padding-right: 0;
    }
    input,
    select,
    .custom-dropdown {
        font: normal normal bold 14px/19px Axiforma;

    }

    .input-container img {
        top: -4px;
        width: 50px;
    }

    h1.title {
        font-size: 27px;
        /* font-weight: 900; */
        margin-bottom: 40px;
    }

    .white-btn,
    .pink-btn {
        padding: 14px 60px 16px 60px;

    }

    .checkbox-conatiner {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    footer {
        margin-top: 46px;
    }
}

@media (max-width:767px) {

    .checkbox-conatiner,
    .save-next-conatiner {
        gap: 15px;
    }
}

@media (max-width:480px) {
    .checkbox-label {
        font-size: 17px !important;
    }

    .white-btn,
    .pink-btn {
        padding: 14px 45px 16px 45px;
    }
    input, select, .custom-dropdown {
    font-size: 12px;
    }
}

.input-container.custom-select-option {
    padding: unset;
    position: relative;
    box-shadow: unset;
    background: unset;
}

.custom-dropdown {
    display: inline-block;
    cursor: pointer;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 1px 6px #f3f3f3, 0px 10px 10px #e7e7e7;
    position: absolute;
    top: 0;
    /* z-index: 1; */
}

.custom-dropdown-header {
    padding: 10px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0
}

.dropdown-list {
    display: none;
    border-top: none;
    list-style: none;
    padding: 20px 0px;
    margin: 0;
    width: 100%;

}

.dropdown-list li {
    padding: 10px 0;
    cursor: pointer;
    color: #1D1A1B;
    border-bottom: 1px solid #FB0F5A;
}

/* .dropdown-list li:hover {
    background-color: #f0f0f0;
} */

span.dropdown-left-img {
    position: absolute;
    left: 0;
}

.dropdown-list li:last-child {
    border: unset;
}