 .model-your-deferrals input.form-text:read-only {
  border-width: 0!important;
  box-shadow: none!important;
  background-color: #FBFBFB!important;
  cursor: no-drop;
}
/*Start - Modal*/
/*Start - loader*/
/* When the body has the loading class, we turn
 the scrollbar off with overflow:hidden */
body.loading {
  overflow: hidden;   
}
.modal .loader {
    border-bottom-color: transparent!important;
    }
 @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
  } 
/*End - Modal*/

.select2-container--open .select2-search--dropdown {
  display: none;
}

.select2-container--open .select2-results .select2-results__option{
  font-family: 'Fidelity Sans', Arial, sans-serif;
    color: rgb(25, 25, 25) !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08px;
    padding: 10px;
}

.select2-container--open .select2-results .select2-results__option:hover{
  background: #307057 !important;
  color: #fff !important
}

.select2-container--open .select2-results .select2-results__option--highlighted {
  background: #307057 !important;
  color: #fff !important
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 250px!important;
}

.select2-container--open .select2-results .select2-results__option:hover{
  background: #307057 !important;
  color: #fff !important
}

.select2-container--open .select2-results .select2-results__option--highlighted {
  background: #307057 !important;
  color: #fff !important
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 250px!important;
}
.select2-radio {
  accent-color: #307057;
  margin-right: 8px;
  position: relative;
}
.select2-radio-hover {
  accent-color: #7F7F7F;
  cursor: pointer;
  position: relative;
}

.select2-radio:before {
    transform: scale(0, 0);
    content: "";
    position: absolute;
    top: 2px;
    left: 4px;
    z-index: 1;
    width: 10px;
    height: 10px;
    background: #307057;
    border-radius: 50%;
}
.select2-radio:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 2px solid #7F7F7F;
    border-radius: 50%;
}

li[aria-selected=true] .select2-radio:before {
    transform: scale(1, 1);
    background: #307057 !important;
}
li[aria-selected=true] .select2-radio:after {
    transform: scale(1, 1);
    border: 2px solid #307057;
}

.select2-radio-hover:before {
    background: #fff;
    transform: scale(1, 1);
    border: 2px solid #307057;
    top: 0;
    left: 2px;
}
.select2-radio-hover:after {
    border: 2px solid #fff;
}
.display-none {
  display: none!important;
}