/* .step {
    margin-bottom: 20px;
}
input {
    display: block;
    margin: 10px 0;
    padding: 8px;
    width: 100%;
}
button {
    padding: 10px 20px;
}
.success { color: green; }
.error { color: red; } */
.vm-form .form-input-wrap{
    margin: 30px 0 0 !important;
}
.vm-form .row{
    display: flex;
}
.vm-form .row .form-input-wrap{
    width: 100%;
}

.vm-form .row .half-width{
    width: 50%;
}

.vm-form input{
    border: 0 !important;
    border-bottom: 1px solid #777 !important;
    border-radius: 0 !important;
    outline: none !important;
}
.vm-form input:focus{
    outline: none !important;
    border: none !important;
    border-bottom: 1px solid #777 !important;
    box-shadow: none !important;

}

.vm-form .form-input-wrap label{
    font-size: 15px;
    font-weight: 600;
    color: #777;
}

.vm-form .field-btn-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.vm-form .field-btn-wrap input{
    width: 85%;
}

.vm-form .radio-options-horizontal{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
}
.vm-form .radio-options-horizontal label{
    width: auto;
}

.vm-form button.vm-btn{
    border-radius: 0;
    background-color: #005569 !important;
    color: #fff !important;
    padding: 0 35px;
}
.vm-form .vm-form-btns{
    margin: 50px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.vm-form .vm-error {
    color: #ff1800;
    font-size: 13px;
    font-weight: 600;
    display: none;
    margin-top: 4px;
    /* margin-bottom: 10px; */
}
.vm-form .select2 .select2-selection{
    border: none !important;
    border-bottom: 1px solid #777 !important;
    border-radius: 0 !important;
    height: auto;
}
.vm-form .select2 .select2-selection .select2-selection__rendered{
    padding: 0 !important;
}

#vm-step-progress {
    margin-bottom: 20px;
}

.vm-step-tracker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
    font-family: sans-serif;
}

.vm-step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    flex: 1;
}

.vm-step-circle {
    width: 30px;
    height: 30px;
    background-color: #ccc;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.vm-step-label {
    font-size: 12px;
    text-align: center;
    max-width: 80px;
}

.vm-step-line {
    flex: 1;
    height: 2px;
    background-color: #ccc;
    z-index: 1;
    margin: 0 5px;
    position: relative;
}

/* Active styling */
.vm-step-item.active .vm-step-circle,
.vm-step-item.completed .vm-step-circle {
    background-color: #00AEEF;
}

.vm-step-item.active .vm-step-label,
.vm-step-item.completed .vm-step-label {
    font-weight: bold;
    color: #00AEEF;
}

/* Filled lines */
.vm-step-line.active {
    background-color: #00AEEF;
}


.no-spinner::-webkit-inner-spin-button, 
.no-spinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spinner {
    -moz-appearance: textfield;
}

.image-upload-preview-wrap {
    position: relative;
}

.preview-container,
.bank_file_preview-container,
.pan_file_preview-container {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.preview-container img,
.bank_file_preview-container img, 
.pan_file_preview-container img {
    width: 40px;
    height: 50px;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.remove-preview,
.bank_file_remove-preview,
.pan_file_remove-preview {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #f00;
    color: #fff;
    border-radius: 50%;
    padding: 0 6px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    line-height: 18px;
}
.vm-form input[type="file"],
.vm-form input[type="checkbox"] {
    border: none !important;
}

.vm-form .form-input-wrap .checkbox-vertical label{
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.vm-form .form-input-wrap .checkbox-vertical label input{
    padding-top: 10px;
}
.vm-form .form-input-wrap .checkbox-vertical label input::after{
    border-radius: 0;
    border: 2px solid #005569 !important;
}
.vm-form .form-input-wrap .checkbox-vertical{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.vm-form p{
    font-weight: 400;
}
.vm-form p a{
    text-decoration: underline;
}
/* .vendor-dashboard-form .select2-selection--multiple{
    height: auto !important;
}
.vendor-dashboard-form .select2-selection--multiple textarea{
    min-height: 10px !important;
} */
/* New styles for country code and phone input alignment */
.vm-form .field-btn-wrap {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust gap between country code and input */
}

.vm-form .field-btn-wrap .country-code {
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 40px; /* Adjust as needed to match input height */
    border-bottom: 1px solid #777;
    font-weight: 600;
    color: #555;
}

.vm-form .field-btn-wrap input[type="tel"] {
    flex-grow: 1; /* Allow the input to take remaining space */
    width: auto; /* Override previous width for input in this wrap */
}