@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&amp;family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&amp;family=Livvic:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");


body {
  margin: 0px;
  padding: 0px;
  font-family: 'Poppins', 'sans-serif' !important;
}



a {
  text-decoration: none !important;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #dcdcdc !important;
}

.form-select:focus{
  box-shadow: none !important;
  border: 1px solid #dcdcdc !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    height: 32px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D4D4D4;
    color: #656565;
    font-size: 12px;
}
 .select2-results__option[aria-selected] {
    cursor: pointer;
    height: 32px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D4D4D4;
    color: #656565;
    font-size: 12px;
}
 .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    color: red;
    background-color:  #E2EDFF;
}
.select2-dropdown {
 
  z-index: 1 !important;
}
