 /* CSS for input field with 'oem' prefix */
 .oem .oem-form-control {
    /* Bootstrap form control styles */
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Example of styling the placeholder text */
.oem .oem-form-control::placeholder {
    color: #6c757d;
}

/* Example of styling the input field when it's focused */
.oem .oem-form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

/* CSS for form group with 'oem' prefix */
.oem .oem-form-group {
    margin-bottom: 1rem; /* Adjust margin bottom as needed */
    margin-right: 5px;
    margin-bottom: 10px;

}
.col-sm-6.form-group {
    margin-bottom: 15px;
}

/* Example of styling form group labels */
.oem .oem-form-group label {
    display: inline-block;
    margin-bottom: .5rem; /* Adjust margin bottom as needed */
}

/* Example of styling form group inputs */
.oem .oem-form-group input[type="text"],
.oem .oem-form-group input[type="email"],
.oem .oem-form-group input[type="password"],
.oem .oem-form-group input[type="number"],
.oem .oem-form-group textarea,
.oem .oem-form-group select {
    /* Apply styles to form inputs */
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Example of styling form group inputs when focused */
.oem .oem-form-group input[type="text"]:focus,
.oem .oem-form-group input[type="email"]:focus,
.oem .oem-form-group input[type="password"]:focus,
.oem .oem-form-group input[type="number"]:focus,
.oem .oem-form-group textarea:focus,
.oem .oem-form-group select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
/* CSS for button with 'oem' prefix */
.oem .oem-button {
    /* Apply general button styles */
    padding: 5px 7px 7px 9px;
    font-size: 16px; /* Adjust font size as needed */
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
button.Zebra_DatePicker_Icon {
    margin: -9px 0px 0px 0px;
}

/* Example of button hover effect */
.oem .oem-button:hover {
    background-color: #0056b3; /* Change color on hover */
}

/* Example of button focus effect */
.oem .oem-button:focus {
    outline: none; /* Remove default focus outline */
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); /* Add focus shadow */
}

/* Example of button disabled state */
.oem .oem-button:disabled {
    opacity: 0.5; /* Reduce opacity for disabled state */
    cursor: not-allowed; /* Change cursor for disabled state */
}
/* CSS for oem-w-md-50 class */
.oem .oem-w-md-50 {
    width: 50%; /* Set width to 50% */
}

/* Example of adjusting width for larger screens */
@media (min-width: 768px) {
    .oem .oem-w-md-50 {
        width: 50%; /* Adjust width for medium-sized screens and larger */
    }
}
/* CSS for login form with 'oem' prefix */
.oem .login-username,
.oem .login-password,
.oem .login-remember,
.oem .login-submit {
    margin-bottom: 20px; /* Add margin between form elements */
    width: 100px;
}

.oem .login-username label,
.oem .login-password label {
    display: block; /* Ensure labels appear on their own line */
    font-weight: bold; /* Make labels bold */
}

.oem .login-username input,
.oem .login-password input {
    width: 100%; /* Make input fields fill their container width */
    padding: 10px; /* Add padding to input fields */
    border: 1px solid #ccc; /* Add a border to input fields */
    border-radius: 5px; /* Add border radius to input fields */
}

.oem .login-submit input[type="submit"] {
    display: inline-block; /* Ensure submit button stays inline with other elements */
    padding: 10px 20px; /* Add padding to submit button */
    font-size: 16px; /* Set font size for submit button */
    color: #fff; /* Text color of submit button */
    background-color: #007bff; /* Background color of submit button */
    border: none; /* Remove border from submit button */
    border-radius: 5px; /* Add border radius to submit button */
    cursor: pointer; /* Change cursor to pointer on hover */
}

.oem .login-submit input[type="submit"]:hover {
    background-color: #0056b3; /* Change background color on hover */
}

.oem .login-remember label {
    font-size: 14px; /* Set font size for remember me label */
    font-weight: normal; /* Remove bold from remember me label */
}
/* CSS for oem_photo file input */
.oem #oem_photo.custom-file-input {
    /* Apply your custom styles here */
    /* Example styles: */
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: #fff;
    color: #495057;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Example of hover effect */
.oem #oem_photo.custom-file-input:hover {
    border-color: #6c757d;
}

/* Example of focus effect */
.oem #oem_photo.custom-file-input:focus {
    border-color: #80bdff;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
textarea#oem_address {
    width: 100%;
    height: 100px;
    padding: 10px;
    /* font-size: 16px; */
    border-color: #6c757d;
    border-radius: 6px;
}
.form-control{
    height: 46px;
}
.oem .oem-register-box label {
    font-size: 1rem;
    font-weight: 60px;
    padding-bottom: 3px;
}

