#dvComplianceDeposit {
  .filters {
    &__body {
      border: 1px solid black;
      border-radius: 5px;
      
    }
    &__tittle {
      text-align: center;
      color: white;
      background-color: gray;
      padding: 5px;
      font-weight: bold;
    }
    &__contentBody {
      padding: 10px;
    }
    &__hideFilter {
      display: none;
      transition: display 2s;
    }
    &__transitionCol {
      transition: max-width 2s;
      margin-bottom: 25px;
      margin-top: 10px;
    }
    & .rmp-popup {
      color: #666 !important;
      background-color: rgb(255, 255, 255) !important;
    }

    & .rmp-btn:hover {
      background-color: #f0f8ff !important;
      color: #666 !important;
    }
    & li.active {
      background-color: #4a90e2 !important;
      color: white !important;
    }
    & .rmp-pad li {
      font-size: 1rem !important;
    }
    &__btn-padding {
      padding-top: 6%;
    }
    &__form-select {
      background-image: url('../assets/images/icons/arrow-orange.svg');
      background-repeat: no-repeat;
      background-position: center right;
      font-size: medium;
    }
    &__form-control-inValid {
      border: 0;
      border-bottom: 1px solid #c0222d;
      appearance: none;
      font-size: 16px;
      line-height: 24px;
      border-radius: 0;
      height: auto;
      padding: 0;
      padding-bottom: 5px;
      margin-bottom: 12px;
      background-color: transparent;
      width: 100%;

      &:focus {
        background-color: transparent;
        box-shadow: none;
        border-color: inherit;
      }
    }
    &__form-control-valid {
      border: 0;
      border-bottom: 1px solid #b1b1b1;
      appearance: none;
      font-size: 16px;
      line-height: 24px;
      border-radius: 0;
      height: auto;
      padding: 0;
      padding-bottom: 5px;
      margin-bottom: 12px;
      background-color: transparent;
      width: 100%;

      &:focus {
        background-color: transparent !important;
        box-shadow: none !important;
        border-color: 0px !important;
        border: none !important;
      }
      &:disabled {
        color: #b1b1b1 !important;
      }
    }
  }
}
