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

.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;
}
input,
select,
.custom-dropdown,
.or-div {
    width: 100%;
    padding: 24px 27px;
    margin: 0 10px;
    border: none;
    outline: none;
    color: #1D1A1B;
    font: normal normal bold 23px/31px Axiforma;
    border-radius: 43px;
}
.custom-dropdown{
    padding: 24px 37px;
    margin: 0;  
}
.upload-file{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 37px;
    align-items: center;
    font-weight: 900;
    color: #D5D5D5;
    font-size: 23px;
}
.upload-file label{
    color: white;
    background: black;
    padding: 24px 27px;
    border-radius: 43px;
    cursor: pointer;
}
textarea {
    width: 100%;
    padding: 14px 37px;
    margin: 0;
    border: none;
    outline: none;
    color: #1D1A1B;
    font: normal normal bold 23px/31px Axiforma;
    border-radius: 43px;
    resize: unset;
    height: 246px;
    margin: 0px !important;
}


select,
.custom-dropdown,
.custom-dropdown-header {
    opacity: 1;
    color: #1D1A1B;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    border-radius: 43px;
}
.dropdown-icon {
    position: absolute;
    right: 0;
}
.custom-select-option .dropdown-icon,
span.dropdown-left-img {
    top: -10px;
}
.input-container img {
    position: relative;
    top: 6px;
}
.textarea-container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 1px 6px #f3f3f3, 0px 10px 10px #e7e7e7;
    border-radius: 43px;
    position: relative;
    padding: 10px;
}
.textarea-container .max-char {
    color: #D5D5D5;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    right: 50px;
}

@media (max-width:1600px) {
    input,
    select,
    textarea,
    .custom-dropdown ,
    .or-div{

        padding: 10px 20px;
        margin: 0 10px;
        width: 100%;
        font: normal normal bold 16px/25px Axiforma;

    }
    .upload-file{
       
        padding-left: 20px;
        font-size: 16px;
    }
    .upload-file label{
        padding: 14px 20px;
        border-radius: 43px;
    }
    .custom-dropdown{
        padding: 10px 30px;
        margin: 0; 
    }
    textarea {
        padding-top: 10px;
        height: 180px;
      
    }
    .input-container {
        height: 55px;
    }
    .custom-dropdown {
        min-height: 55px;
    }

    .custom-select-option .custom-dropdown {
        padding: unset;
    }

    .custom-select-option .custom-dropdown .custom-dropdown-header {
        padding: 10px 20px;
        margin-top: 5px;
    }

    .input-container img {
        max-width: 80px;
    }

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

    .textarea-container .max-char {

        font-size: 10px;
        bottom: 20px;
        right: 50px;
    }
    
}
@media (max-width:1399px) {
    .custom-dropdown {
        /* border-radius: 43px; */
        padding-top: 26px;
        padding-left: 47px;
        padding-right: 47px;
    }
}
@media (max-width:991px) {
   
    .input-container {
        height: 50px;

    }

    .custom-dropdown {
        border-radius: 25px;
        padding-top: 15px;
        min-height: 50px;
    }

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

    .textarea-container,
    .input-container {
        border-radius: 25px;
    }

    .custom-select-option .custom-dropdown .custom-dropdown-header {
        padding: 14px 16px;
        height: 40px;
        border-radius: 25px;
    }


    .input-container input {
        border-radius: 20px;
    }

    .textarea-container textarea {
        height: 226px;
        border-radius: 20px;
        font: normal normal bold 14px/19px Axiforma;
    }


    input,
    select,
    .custom-dropdown,
    .or-div {
        font: normal normal bold 14px/19px Axiforma;
        padding: 14px 16px;
        margin: 0 10px;
        /* border-radius: 20px; */
    }

    .upload-file{
       
        padding-left: 16px;
        font-size: 14px;
    }
    .upload-file label{
        padding: 12px 16px;
        /* border-radius: 20px; */
    }
    .custom-dropdown{
        padding: 14px 26px;
        margin: 0; 
    }
    .input-container img {
        top: 3px;
        width: 50px;
    }

}