/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



.educational-resource-category {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
   color: #000;
}

.sf-field-taxonomy-educational_resources_cat .sf-input-select:focus {
    outline: none !important;
	background-color: #fff !important;
}

.searchandfilter select.sf-input-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    align-items: center !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 .731.75 0 10 9.014 19.25 0l.75.731-10 9.745L0 .731Z' fill='%23BF982B'/%3E%3C/svg%3E") !important;
    background-position: right 10px center !important;
    background-repeat: no-repeat !important;
	border: 0 !important;
    border-bottom: 1px solid #d0d0d0 !important;
    color: #6e6e6e !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    height: 50px !important;
    position: relative !important;
    box-shadow: none !important;
    line-height: 50px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    width: 300px;
	background-color: #fff !important;
	padding-left: 5px !important;
}
#search-filter-form-7397 select.sf-input-select option:checked,
#search-filter-form-7397 select.sf-input-select option:hover {
    background-color: #d0d0d0 !important;
}

/* Custom Select Start */
select#ae-display-toggle-dropdown {
  background: #007FC6;
  font-size: 1.125rem;
  color: #ffffff;
  max-width: 150px;
  width: 150px;
  border: 0;
  border-radius: 0;
  appearance: none;
}

.elementor-widget-html:has(#ae-display-toggle-dropdown),
.elementor-widget-container:has(#ae-display-toggle-dropdown) {
  width: fit-content;

}

.elementor-widget-container:has(select#ae-display-toggle-dropdown)::after {
  content: "";
  background-image: url('/wp-content/uploads/2025/10/ui-icons_ffffff_256x240.png');
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translatey(-50%);
  width: 1rem;
  height: 1rem;
  background-position: -65px -16px;;
}

#ae-class-i iframe,
#ae-class-s iframe {
    height: 100vh;
}
/* Custom Select End */