﻿html,body{
	    overflow-x: inherit!IMPORTANT;
}
#mapid {
    height: 580px;
}
textarea.select2-search__field {
    position: relative;
}

.reset-btn button.btn {
    background: #2fab99;
    min-width: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}
.reset-btn button.btn svg{
    color:#fff;
}
.SearchForName #myUL li::before {
    content: ""!important;
}
.SearchForName #myUL li {
    padding-right: 0px;
}
.SearchForName #search {
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    transform: none!important;
    position: relative;
    background: #fff!important;
    opacity: 1;
    height: inherit;
}
#myUL {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
label.form-label {
    font-size: 18px;
}
    #myUL li a {
    border: 1px solid #ddd;
    margin-top: -1px;
    background-color: #f6f6f6;
    padding: 8px 10px;
    text-decoration: none;
    font-size: 16px;
    color: black;
    display: block;
    border-radius: 3px;    }

        #myUL li a:hover:not(.header) {
            background-color: #eee;
        }

.select2-container--default .select2-search--inline .select2-search__field {
    height: 30px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid rgb(216, 216, 216);
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px!important;
    margin-left: 0px!important;
    }
.select2-hidden-accessible {
    position: inherit!important;
}
#page-content ul li::before {
    content: ""!important;
}
.multiselect ul#select2-region-container li button {
    background: #2fab99!important;
    color: #fff!important;
    border: 0!important;
}
.multiselect ul#select2-region-container li{
    border: 0!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    min-width: auto;
}

@media (max-width: 768px) {
main#educationinksa {
    padding: 0 15px;
}
span.select2.select2-container.select2-container--default {
    max-width: 100%!important;
}

}