.departement-selector .component-content .selection {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.departement-selector .component-content .selection .form-group {
  text-align: left;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.departement-selector .component-content .selection .form-group:not(:last-child) {
  margin-bottom: 40px;
}

.departement-selector .component-content .selection .form-group:last-child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.departement-selector .component-content .selection .form-group:last-child a:hover {
  margin-bottom: 0px;
}

@media screen and (max-width: 767.98px) {
  .departement-selector .component-content .selection .form-group {
    width: 100%;
  }
}

@media screen and (min-width: 991.98px) {
  .departement-selector .component-content .selection .form-group .label {
    margin-bottom: 12px;
  }
}

.departement-selector .component-content .selection .form-group .custom-form-select {
  max-width: 238px;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .departement-selector .component-content .selection .form-group .custom-form-select {
    max-width: inherit;
  }
}

.departement-selector .component-content .selection .form-group .input-section {
  position: relative;
  max-width: 350px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .departement-selector .component-content .selection .form-group .input-section {
    max-width: inherit;
  }
}

.departement-selector .component-content .selection .form-group .input-section input {
  padding-right: 44px;
}

.departement-selector .component-content .selection .form-group .input-section .search-list {
  background-color: #FFF;
  position: absolute;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(51, 59, 69, 0.25);
  z-index: 20;
}

.departement-selector .component-content .selection .form-group .input-section .search-list ul {
  max-height: 180px;
  overflow: auto;
}

@media screen and (max-width: 767.98px) {
  .departement-selector .component-content .selection .form-group .input-section .search-list ul {
    max-height: 168px;
  }
}

.departement-selector .component-content .selection .form-group .input-section .search-list ul li {
  padding: 8px;
  border-bottom: 1px solid #F9F9F9;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.departement-selector .component-content .selection .form-group .input-section .search-list ul li:hover {
  cursor: pointer;
  color: #9BCF10;
}

.departement-selector .component-content .selection .form-group .input-section .search-list ul li:active {
  color: #80AD07;
}

.departement-selector .component-content .selection .form-group .input-section .search-list ul li:last-child {
  border-bottom: 0px;
}

.departement-selector .component-content .selection .form-group .input-section::after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/place-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 28px;
  width: 28px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.departement-selector .component-content .selection .form-group .input-section.success {
  position: relative;
}

.departement-selector .component-content .selection .form-group .input-section.success::after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 28px;
  width: 28px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.departement-selector .component-content .selection .form-group .input-section.error {
  position: relative;
}

.departement-selector .component-content .selection .form-group .input-section.error::after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/warning.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 28px;
  width: 28px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.departement-selector .component-content .selection .form-group .input-section::after {
  right: 10px;
}

.departement-selector.loading .selection {
  opacity: 0.2;
  pointer-events: none;
}

.departement-selector.loading .loading-ring {
  opacity: 1;
}

.departement-selector.loading .loading-ring::before {
  margin-left: -50%;
}

.departement-selector:not(.loading) .selection {
  opacity: 1;
}

.departement-selector:not(.loading) .loading-ring {
  opacity: 0;
}
