:root {
  --bs-font-sans-serif: 'Poppins';
  --bs-font-monospace: 'Roboto';
  --bs-body-color: #6c757d;
  --bs-primary: #47647c;
  --bs-primary-hover: #667e92;
  --bs-primary-light: #97b8d3;
  --bs-primary-super-light: #f0f3f5;
  --bs-secondary: #6c757d;
  --bs-secondary-light: #a5acb3;
  --bs-dark: #3b4954;
  --bs-primary-rgb: 71, 100, 124;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-link: #97b8d3;
  --bs-link-hover: #65839b;
  --bs-text: #919fab;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../fonts/glyphicons-halflings-regular.eot');
  src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
    url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular')
      format('svg');
}

body {
  font-family: var(--bs-font-sans-serif);
}

.primary {
  color: var(--bs-primary);
}

.primary-light {
  color: var(--bs-primary-light);
}

.secondary {
  color: var(--bs-secondary);
}

.secondary-light {
  color: var(--bs-secondary-light);
}

.public .navbar {
  z-index: 9;
}

.page {
  max-width: 100%;
  overflow: hidden;
  background-color: #f8f9fb;
}

.public .page {
  margin-top: -70px;
}

.public .register {
  margin-top: 70px;
}

/* .mdi::before {
  font-size: 24px;
  line-height: 14px;
} */

.mdi-12px.mdi-set,
.mdi-12px.mdi:before {
  font-size: 12px;
}

.btn .mdi::before {
  position: relative;
}

.btn-xs .mdi::before {
  font-size: 12px;
}

.btn-sm .mdi::before {
  font-size: 14px;
}

.button-restrict {

    pointer-events: none;
    opacity: .65;
}

.dropdown-menu .mdi {
  width: 18px;
}

.dropdown-menu .mdi::before {
  position: relative;
  top: 4px;
  left: -8px;
}

.nav .mdi::before {
  position: relative;
  top: 4px;
}

.navbar {
  background-color: transparent !important;
}

.page nav.vis-navbar {
    background-color: #fff !important;
}

.navbar .navbar-toggle .mdi::before {
  position: relative;
  top: 4px;
  color: #fff;
}

.breadcrumb .mdi::before {
  position: relative;
  top: 4px;
}

.breadcrumb a:hover {
  text-decoration: none;
}

.breadcrumb a:hover span {
  text-decoration: underline;
}

.alert .mdi::before {
  position: relative;
  margin-right: 2px;
}

.input-group-addon .mdi::before {
  position: relative;
  top: 3px;
}

.navbar-brand .mdi::before {
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.list-group-item .mdi::before {
  position: relative;
  top: 3px;
  left: -3px;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}

.dropdown-menu {
  box-shadow: 0 0 1rem 0 rgb(0 0 0 / 10%);
  width: 100%;
  border: none;
}

.dropdown-menu[data-bs-popper] {
  margin-top: 0.5rem;
}

.fs-7 {
  font-size: 0.875rem !important;
}

.fs-8 {
  font-size: 0.75rem !important;
}

.fs-9 {
  font-size: 0.625rem !important;
}

.vis-subnavbar {
  background-color: #97b8d3 !important;
  color: #fff;
}

.card {
  border: none;
  box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 5%);
}

.vis-card .card-title {
  font-family: var(--bs-font-sans-serif);
  padding-top: 10px;
  color: var(--bs-dark);
  font-size: 16px;
  font-weight: 600;
}

.material-icons {
  color: var(--bs-primary-light);
  vertical-align: middle;
}

.bg-primary-light {
  background-color: var(--bs-primary-light);
}

.badge-top-right {
  position: absolute;
  top: 0;
  right: 0;
}

.color-white {
  color: #fff;
}

a {
  color: var(--bs-link);
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

footer li a {
  font-weight: normal;
}

a:hover {
  color: var(--bs-link-hover);
}

.btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn-secondary {
    color: var(--bs-primary);
    background-color: transparent;
    border-color: var(--bs-primary);
    border-width: 2px;
}

.btn-secondary:hover {
    color: var(--bs-primary-hover);
    background-color: transparent;
    border-color: var(--bs-primary-hover);
}

.btn-secondary:hover .material-icons {
    color: var(--bs-primary-hover);
}

.btn-secondary .material-icons {
    color: var(--bs-primary);
}

.btn-secondary {
    color: var(--bs-primary);
}

.btn .color-white:hover {
  color: white;
  opacity: 0.8;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: var(--bs-primary-hover);
  border-color: var(--bs-primary-hover);
  box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}

.btn-primary:hover {
  background-color: var(--bs-primary-hover);
  border-color: var(--bs-primary-hover);
  box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
}

.btn-primary-outline {
  background-color: transparent;
  color: var(--bs-primary) !important;
  border-width: 2px;
  border-color: var(--bs-primary);
}

.btn-primary-outline .material-icons {
  color: var(--bs-primary);
}

.btn-primary-outline:hover {
  background-color: transparent;
  color: var(--bs-primary);
  border-color: var(--bs-primary-hover);
}

.card-actions {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
}

.text-uppercase {
  text-transform: uppercase;
}

.mdi.mdiHigh:before {
  font-size: 56px;
  line-height: 1em;
}

h1,
h2 {
  color: var(--bs-primary);
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: #fff;
}


.container-disclaimer {
  max-width: 780px;
}

.scroll-text-restrict {
  max-height: 300px;
}

/* tbody,
td,
tfoot,
th,
thead,
tr {
  border-style: none;
}

table.dataTable tbody tr {
  background-color: #fff !important;
}

table.dataTable tbody tr.even {
  background-color: #fafafa !important;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #f0f0f0;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #f0f0f0;
} */

/* #view_report_table_acciones_filter,
#view_report_table_acciones_length {
  display: none;
} */

/* .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: none;
  background-color: white;
  background: var(--bs-primary);
}

.dataTable td {
  vertical-align: middle;
} */

div.dataTables_wrapper label {
  text-transform: none;
}

div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_length select {
  border-radius: 0;
  border: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #ced4da !important;
}



div.dataTables_wrapper div.dataTables_filter input:focus, div.dataTables_wrapper div.dataTables_length select:focus {
    
  outline: none !important;
  border-bottom: 1px solid #768a9e !important;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
   
    background-position: center left;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-left: 30px;
}

.table-cont  {
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
}


table.dataTable thead th, table.dataTable tfoot th {
  font-weight: 600 !important;
  color: var(--bs-secondary) !important;
  font-size: 14px !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

table.dataTable thead th, table.dataTable tfoot th {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
}

table.dataTable td a.btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 14px !important;
}

table.dataTable.display tbody tr td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

table.dataTable.display tbody tr td a {
  font-weight: 500;
  font-size: 16px;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: transparent !important;
}

table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even {
    background-color: transparent !important;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: transparent !important;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    border: none;
    background: none;
    background-color: var(--bs-primary-light) !important;
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%); */
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 0.5rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    color: var(--bs-primary-hover) !important;
    border: 1px solid transparent;
    background-color: transparent;
    background: none;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    
    color: var(--bs-secondary-light) !important;
    font-size: 14px;
    font-weight: 500;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    
    color: var(--bs-primary) !important;
    font-size: 14px;
    font-weight: 500;
}


div.dataTables_wrapper div.dataTables_info {
  color: var(--bs-secondary) !important;
  font-size: 12px;

}


.card-disabled {
  background-color: #e9ecef;
}

.button-card-disabled {
  font-family: var(--bs-font-monospace);
  color: var(--bs-secondary);
  font-weight: 500;
}

.ninja-link {
  text-decoration: none;
}

.h1,
h1 {
  font-size: 2rem;
}

.block {
  width: 100%;
}

.block-01 {
  background-image: url('../../../media/home/glasses-controllers.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 930px;
}

.block-02 {
  background-image: url('../../../media/home/hearts.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 530px;
}

.block-03 {
  background-color: #fff;
}

.block-03 .block-in {
  width: 900px;
  max-width: 100%;
}

.title {
  font-size: 64px;
  font-family: var(--bs-font-sans-serif);
  line-height: 1.2em;
  color: var(--bs-dark);
  text-align: center;
}

h3.title {
  font-size: 48px;
}

.banner_claim {
  text-align: right;
}

.banner_claim .title {
  font-size: 40px;
  text-align: right;
  padding-top: 36px !important;
}

.block-04 .title {
  font-size: 48px;
  padding-top: 64px;
}

.subtitle {
  font-size: 24px;
  font-family: var(--bs-font-sans-serif);
  line-height: 1.2em;
  color: var(--bs-text);
  text-align: center;
  position: relative;
}

.color-text {
  color: var(--bs-text);
}

.vis-product-img {
}

.block-01 .claim-text {
  font-family: var(--bs-font-sans-serif);
  font-size: 40px;
  position: relative;
  padding-bottom: 100px;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2em;
  color: var(--bs-dark);
  font-weight: 500;
}

.block-02 .claim-text {
  font-family: var(--bs-font-sans-serif);
  font-size: 64px;
  position: relative;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2em;
  color: var(--bs-dark);
  font-weight: 500;
}

.title.vis-detail {
  padding-bottom: 75px !important;
}

.vis-detail {
  position: relative;
  padding-bottom: 75px;
  max-width: 500px;
}

.vis-detail::after {
  content: '';
  position: absolute;
  width: 749px;
  max-width: 100%;
  height: 52px;
  background-image: url(../../../media/home/detail-01.png);
  bottom: 0;
  left: 0;
}

.block-03 {
  font-size: 24px;
}

.block-03 .vis-detail::after {
  width: 400px;
  max-width: 100%;
  left: calc(50% - 200px);
}

.block-03 img {
  max-width: 120px;
  height: auto;
}

.banner_home {
  background-image: url(../../../media/home/heart.jpg);
  background-size: contain;
  height: 100vh;
  min-height: 600px;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
  background-position: left top;
  background-repeat: no-repeat;
}

.banner_home .bg-light {
  background-color: transparent !important;
}

.block-04 {
  text-align: left;
  background-color: #f8f9fb;
  min-height: 700px;
}

.block-04 .content {
  font-size: 24px;
}

.block-03 .col {
  position: relative;
}

.vis-detail-left {
  text-align: left;
}

.vis-detail-right {
  text-align: right;
}

.vis-detail-left::after {
  content: '';
  position: absolute;
  width: 60px;
  max-width: 100%;
  height: 30px;
  background-image: url(../../../media/home/vis.svg);
  top: 0;
  left: -75px;
  background-size: contain;
  background-repeat: no-repeat;
}

.vis-detail-right::after {
  content: '';
  position: absolute;
  width: 60px;
  max-width: 100%;
  height: 30px;
  background-image: url(../../../media/home/vis.svg);
  top: 0;
  right: -75px;
  background-size: contain;
  background-repeat: no-repeat;
}

footer {
  background-color: #47647c;
  color: #fff;
}

.img-fill-height {
  height: 100%;
  width: auto;
}

a.mdi {
  cursor: pointer;
}

a.mdi.color-white:hover {
  color: white;
}

footer {
  padding-top: 36px;
  padding-bottom: 36px;
}

footer li {
  list-style: none;
  margin: 12px 0;
  position: relative;
}

footer ul {
  padding-left: 0;
}

footer h4 {
  font-family: var(--bs-font-monospace);
  font-size: 20px;
  margin-bottom: 24px;
  position: relative;
}

footer h4::before {
  content: '';
  position: absolute;
  width: 60px;
  max-width: 100%;
  height: 30px;
  background-image: url(../../../media/home/visw.svg);
  top: 0;
  left: -75px;
  background-size: contain;
  background-repeat: no-repeat;
}

footer .footer-contact .mdi,
footer .footer-contact .label {
  color: rgba(255, 255, 255, 0.5);
}

footer .footer-contact .mdi {
  font-size: 14px;
}

footer .footer-contact .label {
  font-size: 12px;
  margin-bottom: 5px;
}

.footer-bot {
  font-size: 12px;
}

.fw-bold {
  font-weight: 600 !important;
}

.private footer {
  margin-top: 36px;
}

.icon-checked {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #6dbe75;
  border-radius: 10px;
  width: 18px;
  height: 18px;
}

.icon-checked span {
  position: absolute;
  left: 1px;
  top: 1px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: var(--bs-primary-hover);
  font-weight: 600;
  border-bottom: 2px solid var(--bs-primary-hover);
}

.color-primary-light {
  color: var(--bs-primary-light);
}

.card-subtitle {
  color: var(--bs-text);
  font-weight: 400;
}

.dropdown-navbar .dropdown-toggle:after {
  content: none;
}

.dropdown-navbar .btn-check:focus + .btn,
.dropdown-navbar .btn:focus {
  outline: 0;
  box-shadow: none;
}

.dropZone {
  text-align: center;
  background-color: #f8f9fb;
  border-radius: 10px;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropzone {
  width: 100% !important;
}

label {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
}

.case_media {
  font-size: 0.8em;
  color: #fff;
  background-color: var(--bs-primary);
  border-radius: 10px;
  padding: 2px 15px;
  max-width: 100%;
  display: inline-block;

  margin-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: calc(var(--bs-gutter-x) * 0.5);
}

.case_media:hover {
  color: #fff;
  background-color: var(--bs-primary-hover);
}

#header_index_msgs {
  position: fixed;
  width: auto;
  height: auto;
  bottom: 20px;
  left: 0;
  z-index: 99999;
  margin: 0 auto;
  width: 100%;
  display: flex;
}

.alert {
  width: auto;
  display: inline-block;
  margin: 0 auto;
}

select {
  background-color: transparent;
}

.form-floating > .form-select[multiple] ~ label {
  transform: scale(0.85) translateY(-4rem) translateX(0.15rem);
}

.form-floating > .form-select[multiple] {
  margin-top: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  height: calc(4rem + 2px);
}

.form-floating-select {
  position: relative;
}

.form-floating-select > label {
  display: block;
}

.form-control {
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
}

.form-floating > label {
  padding: 2.2rem 0.75rem;
  color: var(--extra-color);
}

.form-floating input:focus ~ label {
  padding: 2rem 0.75rem;
  color: var(--primary-color);
  font-weight: 500;
}

.form-floating .form-control:focus,
.form-floating .form-select:focus,
.form-floating #search:focus {
  border: none;
  border-bottom: 1px solid #ced4da;
  box-shadow: none;
}


.form-floating .form-control,
.form-floating .form-select,
.form-floating-select .select2 .select2-selection {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ced4da;
  box-shadow: none;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-color);
  width: 100%;
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_des:after {
  content: '';
}

.form-floating > .form-control:focus,
.form-floating > .form-select:focus,
.form-floating > .form-select,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-bottom: 0rem;
  padding-top: 2rem;
}

.form-floating .mdi {
  position: absolute;
  left: 0;
  bottom: 0;
}

.form-floating .mdi + select {
  padding-left: 36px;
}

.form-floating .mdi + select + label {
  padding-left: 36px;
}

.form-floating .mdi + input {
  padding-left: 36px;
}

.form-floating .mdi + input + label {
  padding-left: 36px;
}

.form-select {
  background-position: right 0.75rem bottom 0.5rem;
  background-color: transparent;
}

.select-2-cont label {
    padding: 2.2rem 0.75rem;
    color: var(--extra-color);
    opacity: .65;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    padding-top: 1rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 3px 5px 3px 20px;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.select2-results__option--highlighted {
  background-color: var(--bs-primary-light);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.mdi.fs-7:before {
  font-size: 0.875rem;
}

.mdi.fs-8:before {
  font-size: 0.75rem !important;
}

.mdi.fs-9:before {
  font-size: 0.625rem !important;
}

.drop-upload {
  border-radius: 5px;
  border: 1px dashed #fff;
  padding: 0px;
}
strong {
  font-weight: 600;
}

.drop-upload .btn-drop {
  background-color: var(--bs-primary-super-light);
  text-align: center;
  color: var(--bs-secondary);
  font-weight: 500;
}

.drop-upload.highlight {
  background-color: var(--bs-primary-super-light);
  border: 1px dashed #ccc;
  border-color: purple;
}

.excluded.blocked {
  opacity: 0.3;
}

progress {
  display: none;
}

p {
  margin-top: 0;
}

.my-form {
  margin-bottom: 10px;
}

.form-select:disabled,
.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  opacity: 0.4;
  font-style: italic;
}

.gallery img {
  width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

.drop-upload-input {
  display: none;
}

.progress-bar-upload {
  width: 100%;
}

.c6, .c3 {
  font-weight: 600;
}

.c3 {
    padding-top: 3rem;
    display: block;
}

.c12 {
  display: block;
  padding-top: 3rem;
  text-align: right;
}

.c6s {
  text-decoration: underline;
}

.c7p {
  padding-top: 2rem;
}

.styled-table {

    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #47647c;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #47647c;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.select-wrapper {
  margin: auto;
  max-width: 600px;
  width: calc(100% - 40px);
}
.select-pure__select {
    align-items: center;
    /* background: #f9f9f8; */
    /* border-radius: 4px; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgb(0 0 0 / 4%);
    box-sizing: border-box;
    color: #363b3e;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: left;
    min-height: 44px;
    padding: 5px 10px;
    position: relative;
    transition: 0.2s;
    width: 100%;
}
.select-pure__options {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #363b3e;
  display: none;
  left: 0;
  max-height: 221px;
  overflow-y: scroll;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 5;
}
.select-pure__select--opened .select-pure__options {
  display: block;
}
.select-pure__option {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  height: 44px;
  line-height: 25px;
  padding: 10px;
}
.select-pure__option--selected {
  color: #e4e4e4;
  cursor: initial;
  pointer-events: none;
}
.select-pure__option--hidden {
  display: none;
}
.select-pure__selected-label {
 
    background: var(--bs-primary-light);
    border-radius: 4px;
    color: #fff;
    cursor: initial;
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 3px 7px;
    font-size: 12px;
}
.select-pure__selected-label:last-of-type {
  margin-right: 0;
}


.form-floating .select-pure__selected-label i {
  cursor: pointer;
  display: inline-block;
  margin-left: 7px;
  position: relative;

}

.select-pure__selected-label i {
  cursor: pointer;
  display: inline-block;
  margin-left: 7px;
}
.select-pure__selected-label i:hover {
  color: #e4e4e4;
}
.select-pure__autocomplete {
  background: #f9f9f8;
  border-bottom: 1px solid #e4e4e4;
  border-left: none;
  border-right: none;
  border-top: none;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  padding: 10px;
  width: 100%;
}

.select-pure__placeholder {
  
    color: var(--bs-body-color);
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 500;
}

.select-pure__placeholder--hidden{
display: none !important;
}