/* @import "bootstrap/dist/css/bootstrap.min.css"; */
@import "@fortawesome/fontawesome-free/css/all.min.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import './datatable.css';
@import "select2-tailwindcss-theme/dist/select2-tailwindcss-theme.min.css";
@import "simple-datatables/dist/style.css";

@tailwind base;
@tailwind components;
@tailwind utilities;

@theme {
    --font-poppins: "Poppins", sans-serif;
}

.table-responsive {
    width: 100%;
    /* margin-bottom: 15px; */
    overflow-y: hidden;
    /* border: 1px solid #ddd; */
    min-height: .01%;
    overflow-x: auto;
}
.select2-container--default .select2-selection--single {
    font-size: 14px;
    background-color: #F0F1F5 !important;
    padding: 8px 10px;
    height: unset !important;
    border-radius: 30px !important;
    margin-top: 3px;
}
table td .select2-container--default .select2-selection--single {
    background-color: #fff !important;
    margin-top: 0 !important;
    padding: 3px 10px;
}
.select2-container--default .select2-selection--single {
    border-color: #dadada;
    border: 1px solid #dadada!important;
    color: #21323c;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;top: 0 !important; right: 10px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #21323c !important;
}
.select2-dropdown {
    border-radius: 15px !important;
}
.select2-search--dropdown{
    border-radius: 20px;
    overflow: hidden;
}
.select2-results__option {
    border-radius: 15px !important;
}
.select2-search--dropdown .select2-search__field {
    border-radius: 10px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px;
}
span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.form-checkbox, .form-radio, input[type=checkbox], input[type=radio] {
    color: #000;
    border-radius: 0.25rem;
}
/* [type='checkbox']:focus, [type='radio']:focus {
    
} */

.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999;
    backdrop-filter: blur(3px);
}
.bar-wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    justify-content: center;
}
.bar {
  display: inline-block;
  width: 3px;
  height: 20px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 10px;
  animation: scale-up4 1s linear infinite;
}

.bar:nth-child(2) {
  height: 35px;
  margin: 0 5px;
  animation-delay: .25s;
}

.bar:nth-child(3) {
  animation-delay: .5s;
}

@keyframes scale-up4 {
  20% {
    background-color: #ffff;
    transform: scaleY(1.5);
  }

  40% {
    transform: scaleY(1);
  }
}
.slider:before {
    height: 14px;
    width: 14px;
    left: 5px;
    bottom: 5px;
}
.jsProduct + .select2 {
    max-width: 600px;
}

#chart {
  max-width: 760px;
  /* margin: 35px auto; */
  /* opacity: 0.9; */
}

/* #timeline-chart .apexcharts-toolbar {
  opacity: 1;
  border: 0;
} */

.financial_year_selection {
    width: 125px;
}
