/*
 Theme Name:   Edubin Child
 Theme URI:    https://themeforest.net/item/edubin-education-lms-wordpress-theme/24037792
 Description:  Education LMS WordPress Theme Edubin Child Theme
 Author:       ThePixelcurve
 Author URI:   https://themeforest.net/user/pixelcurve
 Template:     edubin
 Version:      1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Tags:          custom-header, custom-logo, blog, theme-options
 Text Domain:  edubin-child

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
*/


/* Apply styles specifically to the submit button in the form */
form input[type="submit"] {
    background-color: #21406B !important; /* Set your desired background color */
    color: #ffffff !important; /* Set the text color to white */
    border: 2px solid #54595F !important; /* Set the border color and width */
    border-radius: 5px; /* Optional: Add rounded corners */
    padding: 10px 20px; /* Optional: Add padding for a better appearance */
    cursor: pointer; /* Optional: Change cursor to pointer */
    transition: background-color 0.3s ease; /* Optional: Smooth transition on hover */
}

/* Change background color on hover */
form input[type="submit"]:hover {
    background-color: #61CE70 !important; /* Set the background color on hover */
    border-color: #21406B !important; /* Set the border color on hover */
}


/* Inter migration global override */
body,
button,
input,
textarea,
select,
optgroup,
h1,
h2,
h3,
h4,
h5,
h6,
nav,
nav a,
.menu a,
.main-navigation a,
.elementor-button,
.site-footer,
footer {
  font-family: "Inter", "Noto Sans", "Noto Sans JP", "Noto Sans Arabic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

button,
input,
textarea,
select,
optgroup {
  font: inherit;
}


/* Preserve icon fonts broken by broad Inter overrides */
.fa,
.fas,
.far,
.fab,
.fal,
.fad,
.fa-solid,
.fa-regular,
.fa-brands,
[class^="fa-"],
[class*=" fa-"] {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
}

.eicon,
[class^="eicon"],
[class*=" eicon"] {
  font-family: eicons !important;
}

[class^="flaticon"],
[class*=" flaticon"],
.edubin-icon {
  font-family: flaticon_edubin, flaticon, sans-serif !important;
}
