.name-company{
    color: #ffffff !important;
}
.name-company::placeholder{
    color: #ffffff !important;
    padding-left: 3%;
}
.label-text{
    color: #ffffff !important;
    font-weight: 200 !important;
}
.import_email{
    color:#FF0000;
}
.form_business{
    overflow-y: scroll !important;
    scrollbar-width: none; 
   -ms-overflow-style: none;
}

.add_image_add {
    background: #331616 0% 0% no-repeat padding-box;
    border: 1px dashed #FF5D5D;
    border-radius: 10px;
    opacity: 1;
}
.date i{
    color: #ffffff;
}
.check-me{
    width: 28px;
    height: 28px;
    background-color: #FF0000 !important;
}
.features{
    width: 100%;
    height: 49px;
    background: #0E0E0E 0% 0% no-repeat padding-box;
    border: 1px solid #9E9E9E;
    border-radius: 13px;
    opacity: 0.8;
    color: #ffffff;
}
.send_me{
    font-size: 20px;
    font-weight: 400;
    color: #E1E1E1;
}


.submit_button button{
    background: #FF0000 0% 0% no-repeat padding-box !important;
    border-radius: 7px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff !important;
    width: 100%;
}
.form-logo{
    object-fit: contain;
}

.upload_img{
    width: 39px;
    height: 39px;
}

/* Hide the default calendar icon */
.date_pic::-webkit-calendar-picker-indicator {
    opacity: 0;
}

/* Container for positioning the custom icon */

.date_pic{
    background-color: #0E0E0E !important;
    border: none ;
    color: #ffffff !important;
}

/* Add padding to input for custom icon space */


/* Custom calendar icon */
.date-picker-container::after {
    content: '\f073'; /* Font Awesome calendar icon unicode */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Allows clicks through the icon */
    color: #ffffff; /* Custom color for the icon */
}

/* Style the select box and add custom chevron via background SVG */
.form-select.features {
    appearance: none; /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23ffffff" d="M310.6 246.6l-127.1 128c-9.375 9.375-24.56 9.375-33.94 0l-127.1-128c-9.375-9.375-9.375-24.56 0-33.94s24.56-9.375 33.94 0L160 310.1l110.6-110.6c9.375-9.375 24.56-9.375 33.94 0S320 237.2 310.6 246.6z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px; /* Size of the chevron */
   
}

@media (max-width:600px){
    .send_me{
        font-size: 15px;
    }
}
  



  
  