@use './components/fonts';
@use 'components/style';
@use './components/variables';

.bg-background {
  background-color: variables.$body-bg;
}

#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100% !important;
}
#dvComplianceDeposit {
  $primary: #f36421;
  .lato-font {
    font-family: 'Arial' !important;
  }

  .text-blue {
    color: variables.$secondary;
  }

  .container {
    max-width: 100% !important;
  }

  body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
  }

  a,
  a:hover,
  a:focus {
    color: inherit;
    text-decoration: none;
  }

  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
  }

  .btn-close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 0.8;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
  }
  .btn-close::before {
    content: '×';
  }
}

#frmFiltersCompliance {
  #DayPickerInputCaptionMonth,
  #DayPickerInputCaptionYear {
    border: 1px solid gray !important;
    border-radius: 4px !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #6e747a !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  }
}
