:root {
    --vs-border-color: rgba(231, 234, 243, 0.7) !important;
    --vs-border-width: 0.0625rem !important;
}

table {
    min-height: 10rem !important;
}

.table tr {
    text-align: center !important;
    vertical-align: middle;
}

.table tr th {
    background: #f8fafd !important;
}

.vs__selected {
    margin: 0 0.5rem 0 0 !important;
    padding: 0 0.5rem !important;
    font-size: 0.8175rem !important;
}

.vs__search {
    margin: 0 0 0 0 !important;
    padding: 0 0 !important;
}

.vs__selected-options {
    padding: 0 !important;
}

.vs__dropdown-toggle {
    padding: 0.4632rem !important;
    font-size: 0.8175rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

input,
input::placeholder {
    font-size: 0.8175rem !important;
}

input::placeholder {
    color: #8c98a4 !important;
}

::placeholder {
    overflow: visible;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.4921rem 1rem !important;
    font-size: 0.8175rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.btn {
    font-size: 0.8175rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.badge {
    color: #1e2022;
}

.pagination {
    justify-content: end !important;
}

ul[name="Pagination"] {
    justify-content: end !important;
    margin-right: 1rem;
}

div[name="datatable"] > .row .col-sm-6 {
    padding: 0 3rem !important;
    margin: 0;
}

.min-width {
    min-width: 160px;
}

.min-width-sm {
    min-width: 90px;
}

.max-width {
    max-width: 160px !important;
}

.table {
    --bs-table-striped-bg: transparent !important;
}

.vs__selected {
    text-transform: capitalize;
}

thead {
    border-bottom: 0.0625rem solid #e7eaf3b3 !important;
    border-top: 0.0625rem solid #e7eaf3b3 !important;
}

thead tr {
    border-top: 0 !important;
    color: #677788 !important;
}

tbody {
    border-top: 0 !important;
}

th {
    box-shadow: none !important;
    min-width: 100px !important;
}

.container-fluid {
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
}

@media screen and (max-width: 950px) {
    .table thead > tr > th:first-child,
    .table tr th:first-child {
        display: table-cell !important;
        min-width: 100px !important;
    }

    .table tr td:first-child {
        display: table-cell !important;
    }
}

.chat-list li.active a {
    background-color: rgba(var(--bs-success-rgb), 0.8);
    color: rgb(255 255 255);
    border-radius: 4px;
}

/*.modal-header-colored .modal-header {*/
/*    background-color: #ffffff !important;*/
/*    margin: 0 -1px -1px -1px;*/
/*}*/
.modal-header {
    padding-bottom: 2rem;
}

.vue-btn {
    border: 0.0625rem solid rgb(231 234 243 / 70%);
    font-size: 0.817em;
    border-radius: 0.3125rem !important;
    box-shadow: 0 0.375rem 0.75rem rgb(140 152 164 / 8%);
}

.csv-import-file {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    border-radius: 10px;
    border: 2px dashed #555;
    color: #444;
    cursor: pointer;
    transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}

.csv-import-file:hover {
    background: #eee;
    border-color: #111;
}

.csv-import-file:hover .drop-title {
    color: #222;
}

.drop-title {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: color 0.2s ease-in-out;
}

.form-control-file {
    width: 350px;
    max-width: 100%;
    color: #444;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #555;
}

.form-control-file::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #084cdf;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    transition: background 0.2s ease-in-out;
}

.form-control-file::file-selector-button:hover {
    background: #0d45a5;
}

.flatpickr-calendar .flatpickr-day.today {
    background-color: rgba(155, 164, 185, 0.83) !important;
}

.fc-daygrid-event-harness {
    background-color: #cbdeff;
    margin-bottom: 1px;
    cursor: pointer;
}

.v-toast .notify-title-a {
    color: #fff !important;
}
.fa-sort::before {
    content: "\f575" !important;
      display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-sort-down::before {
    content: "\f575";
      display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-sort-up::before {
    content: "\F57B";
      display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* .fa::before, [class^="fa-"]::before, [class*=" fa-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */