.input-container {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

.input-style {
    background-color: #F8FAFC !important;
    /* Light background color */
    color: #6B7280 !important;
    /* Gray text color */
    border: none !important;
    border-radius: 12px;
    /* Rounded corners */
    padding: 12px 16px 12px 48px;
    /* Adjust padding to make space for the icon */
    height: 58px;
    /* Fixed height */
    font-size: 16px;
    /* Text size */
    outline: none;
    /* Remove focus outline */
    box-shadow: inset 0 0 0 1px #E5E7EB;
    /* Subtle inner border */
    width: 100%;
    /* Full width */
}.input-style .iti { 
    margin-top: -5px;
}
.input-style input {
    border: none !important;box-shadow:unset !important;outline: none!important;
}
.input-style:focus {
    box-shadow: inset 0 0 0 2px #3B82F6;
    /* Highlight border on focus */
}#ListingUsers_services_offering {
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.input-container .errorMessage {

    position: absolute;
}

.input-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    /* Space from the left */
    transform: translateY(-50%);
    color: #6B7280;
    /* Icon color matches text color */
    font-size: 20px;
    /* Icon size */
    pointer-events: none;
    /* Prevent interaction with the icon */
}

.row-container {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.toggle-password {
    position: absolute;
    right: 19px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #6B7280;
    outline: none;
    z-index: 11;
    top: 18px;
}

.toggle-password:hover {
    color: #012E5B;
    /* Optional hover effect */
}

#user_signup .container_check {
    font-weight: 400 !important;
}

#professional-info h2 {
    font-size: 23px;
    margin-top: 36px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.abs-newew {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-width: 1px !important;
    border-style: solid !important;
    font-size: 16px !important;
    padding: 16px !important;
    outline: none;
    /* font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
    font-weight: 400;
    color: #353535 !important;
    border-color: #D3D3D3 !important;
    border-radius: 4px !important;
    width: 100%;
    height: 56px;
    background-color: #fff !important;
}
html .btn-primary#bb {
    border-radius: 10px !important;
    height: 58px !important;
    color: #fff;
    padding: 0 40px;
    display: flex !important;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
}

html .container_check .checkmark::after {

    border-color: var(--logo-color) !important;

}

html .checkboxes label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;

}

html .container_check .checkmark {

    border: 1px solid vaR(--logo-color);
}

html .container_check input:checked~.checkmark {
    background-color: #fff;
    border: 1px solid var(--logo-color);
}

html #user_signup .container_check {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
    line-height: 21px;
    color: #2f2f2f;
    /* font-weight: 600 !important; */
}

html .dicuments ,ul#nav-tabs-setting{
    
    width: 645px;
    max-width: 100%;
}ul#nav-tabs-setting {
    margin: auto;
    justify-content: flex-start;
    align-items: center;
    gap:20px;
}ul#nav-tabs-setting {
 
    padding: 20px;
}ul#nav-tabs-setting.nav-tabs>li>a {
 
    padding: 0;
}
html .dicuments label {
    color: rgb(53, 53, 53) !important;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 8px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
}html .dicuments .input-style {
    border-width: 1px !important;
    border-style: solid !important;
    font-size: 16px !important;
    padding: 16px !important;
    outline: none;
    /* font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
    font-weight: 400;
    color: #353535 !important;
    border-color: #D3D3D3 !important;
    border-radius: 4px !important;
    width: 100%;
    height: 56px;
    background-color: #fff !important;
} .position-relative {
    position: relative;
}.with-right-con .input-icon {
   
    left: unset; 
    right: 16px;
}html .dicuments fieldset.brwse {
    border: 0; 
    padding: 0;
}html .dicuments fieldset .upload-btn-wrapper {
    background: #fff;
    height: 40px;
    border: 0px !important;
    box-shadow: unset !important;
    border-width: 1px !important;
    border-style: solid !important;
    font-size: 16px !important;
    padding: 16px !important;
    outline: none;
    /* font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
    font-weight: 400;
    color: #353535 !important;
    border-color: #D3D3D3 !important;
    border-radius: 4px !important;
    width: 100%;
    height: 56px;
    background-color: #fff !important;
}

html .dicuments fieldset .dropzone .dz-preview,
html .dicuments fieldset .dropzone-previews .dz-preview {
    padding: 0;
    margin: 0;
    box-shadow: unset !important;
    border: 0 !important;
    margin-top: 3px;
    margin-left: 16px;
}