/*** LAYOUT SKELETON
* { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
* * * * * * * { background-color: rgba(255,0,0,.2); }
* * * * * * * * { background-color: rgba(0,255,0,.2); }
* * * * * * * * * { background-color: rgba(0,0,255,.2); }


/*** Fonts ***/
@font-face {
  font-family: "geo-m";
  src: url("geo-m.eot");
  src: url("geo-m.eot?#iefix") format("embedded-opentype"), url("geo-m.woff2") format("woff2"),
    url("geo-m.woff") format("woff"), url("geo-m.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "geo-b";
  src: url("geo-b.eot");
  src: url("geo-b.eot?#iefix") format("embedded-opentype"), url("geo-b.woff2") format("woff2"),
    url("geo-b.woff") format("woff"), url("geo-b.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
  padding: 1rem;
}

@media only screen and (min-width: 576px) {
  .container {
    width: 94%;
    max-width: unset;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: unset;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    max-width: unset;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1280px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", arial, sans-serif;
  color: #404040;

  /*margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: #fff;
    */
}

html,
body {
  font-size: 15px;
}

@media only screen and (min-width: 576px) {
  html,
  body {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
  html,
  body {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  html,
  body {
    font-size: 17px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "geo-m", arial, sans-serif;
}

h1.bm-text-lighter,
h2.bm-text-lighter,
h3.bm-text-lighter,
h4.bm-text-lighter,
h5.bm-text-lighter,
h6.bm-text-lighter {
  font-family: "geo-b", arial, sans-serif;
}

a {
  color: #3598db;
}
a:hover {
  color: #2385c6;
}

@media (max-width: 575px) {
  h2 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.375rem;
  }
}

/** Texts **/
.text-muted {
  color: rgba(64, 64, 64, 0.5) !important;
}

.text-primary {
  color: #3598db !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1e6fa6 !important;
}
.text-success {
  color: #68cac0 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #3caa9f !important;
}
.text-danger {
  color: #da4242 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ae2222 !important;
}
/** Buttons **/
.btn {
  font-family: "geo-m", arial, sans-serif;
}

.btn.btn-multiple-select {
  border-radius: 200px;
}

.btn-sm {
  font-size: 0.875rem;
  letter-spacing: 0.5px;
}

.btn-xsm {
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

.btn-group-split .btn {
  border-radius: 0.25rem !important;
  margin-right: 12px;
}

.btn-group-split .custom-select {
  margin-right: 12px;
}

/* Primary */
.btn-primary {
  color: #fff;
  background-color: #3598db;
  border-color: #3598db;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2385c6;
  border-color: #217dbc;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #2385c6;
  border-color: #217dbc;
  box-shadow: 0 0 0 0.2rem rgba(83, 167, 224, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #3598db;
  border-color: #3598db;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #217dbc;
  border-color: #2076b1;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 167, 224, 0.5);
}

/* Outline-Primary */
.btn-outline-primary {
  color: #3598db;
  background-color: #ffffff;
  border-color: #3598db;
  border-width: 2px;
}
.btn-outline-primary.btn-transparent {
  background-color: transparent;
}
.btn-outline-primary.faded {
  border-color: #d4e9f7;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3598db;
  border-color: #3598db;
}
.btn-outline-primary.btn-transparent:hover {
  color: #fff;
  background-color: #2385c6;
  border-color: #2385c6;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  color: #fff;
  background-color: #3598db;
  border-color: #3598db;
  box-shadow: none;
}
.btn-outline-primary.btn-transparent:focus,
.btn-outline-primary.btn-transparent.focus {
  color: #fff;
  background-color: #2385c6;
  border-color: #2385c6;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #fff;
  background-color: #3598db;
  border-color: #3598db;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #3598db;
  border-color: #3598db;
}
.btn-outline-primary.btn-transparent:not(:disabled):not(.disabled):active,
.btn-outline-primary.btn-transparent:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #2385c6;
  border-color: #2385c6;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 167, 224, 0.5);
}

/* Faded-Primary */
.btn-faded-primary {
  color: #3598db;
  background-color: rgba(212, 233, 247, 0.4);
  border-color: rgba(212, 233, 247, 0.4);
  background-color: #eef6fc;
  border-color: #eef6fc;
}

.btn-faded-primary:hover,
.btn-faded-primary:focus,
.btn-faded-primary.focus {
  color: #3598db;
  background-color: rgba(212, 233, 247, 0.8);
  border-color: rgba(212, 233, 247, 0.8);
  background-color: #ddedf9;
  border-color: #ddedf9;
}

label.btn-faded-primary:hover,
label.btn-faded-primary:focus,
label.btn-faded-primary.focus {
  color: #3598db;
  background-color: rgba(212, 233, 247, 0.4);
  border-color: rgba(212, 233, 247, 0.4);
  background-color: #eef6fc;
  border-color: #eef6fc;
}

.btn-faded-primary:focus,
.btn-faded-primary.focus {
  /*
  color: #fff;
  background-color: #3598db;
  border-color: #3598db;
  box-shadow: 0 0 0 0.2rem rgba(83, 167, 224, 0.5);
  */
  box-shadow: none;
}
.btn-faded-primary.disabled,
.btn-faded-primary:disabled {
  color: #fff;
  background-color: #3598db;
  border-color: #3598db;
}
/*.btn-faded-primary:not(:disabled):not(.disabled):active,*/
.btn-faded-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3598db;
  border-color: #3598db;
}
/*.btn-faded-primary:not(:disabled):not(.disabled):active:focus,*/
.btn-faded-primary:not(:disabled):not(.disabled).active:focus,
.show > .faded-primary-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 167, 224, 0.5);
}

/* Btn light */

.btn-light {
  /* efefef */
  color: #404040;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-light:hover {
  color: #404040;
  background-color: #e2e6ea;
  border-color: #e2e6ea;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

label.btn-light:hover,
label.btn-light:focus {
  color: #404040;
  background-color: #efefef;
  border-color: #efefef;
  box-shadow: none;
}

.btn-light.disabled,
.btn-light:disabled {
  color: #404040;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #404040;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #68cac0;
  border-color: #68cac0;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #4cc0b4;
  border-color: #42bdb0;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #4cc0b4;
  border-color: #42bdb0;
  box-shadow: 0 0 0 0.2rem rgba(93, 177, 169, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #68cac0;
  border-color: #68cac0;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #42bdb0;
  border-color: #3fb3a7;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 177, 169, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #da4242;
  border-color: #da4242;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ce2828;
  border-color: #c32626;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ce2828;
  border-color: #c32626;
  box-shadow: 0 0 0 0.2rem rgba(224, 94, 94, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #da4242;
  border-color: #da4242;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c32626;
  border-color: #b82424;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 94, 94, 0.5);
}

.btn-link {
  line-height: 1;
  font-weight: 400;
  color: #404040;
  text-decoration: none;
}
.btn-link:hover {
  color: #3598db;
  text-decoration: none;
}
.btn-link.focus,
.btn-link:focus {
  color: #3598db;
  text-decoration: none;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

/** Additional btn classes **/

.btn-outline-transparent {
  background-color: transparent;
}

.copy-nplid-btn {
  transition: all 0.2s linear;
}

.copy-nplid-btn:hover {
  color: #3598db;
}

.copy-nplid-btn.nplid-copied {
  color: #3598db;
  background-color: transparent;
  border-color: transparent;
  animation: nplid-copied-pop 0.4s linear 1;
}

@keyframes nplid-copied-pop {
  50% {
    transform: scale(1.4);
  }
}

.bm-btn-has-inner-label {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.bm-btn-has-inner-label .bm-label {
  display: block;
  position: absolute;
  max-width: 0px;
  white-space: nowrap;
  opacity: 0;
  transition: none;
}

.bm-btn-has-inner-label:hover .bm-label {
  position: relative;
  max-width: 200px;
  opacity: 0.8;
  transition: all 0.5s ease-out;
}

.bm-btn-has-icon {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
}

.bm-btn-has-icon:hover {
  text-decoration: none;
}

.bm-btn-has-icon i.big-icon {
  font-size: 125%;
}

.bm-btn-has-icon i.big-icon.prepend-icon {
  margin-right: 0.125rem;
}

.bm-btn-has-icon i.append-icon {
  margin-left: 0.125rem;
}

.bm-btn-has-icon i.big-icon.append-icon {
  margin-left: 0.25rem;
}

/** Badge **/
.badge-primary {
  color: #ffffff;
  background-color: #3598db;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #ffffff;
  background-color: #217dbc;
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(53, 152, 219, 0.5);
}
.badge-success {
  color: #ffffff;
  background-color: #68cac0;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #ffffff;
  background-color: #42bdb0;
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(104, 202, 192, 0.5);
}
.badge-danger {
  color: #ffffff;
  background-color: #da4242;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #ffffff;
  background-color: #c32626;
}
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(218, 66, 66, 0.5);
}

.form-control {
  border-color: rgba(27, 99, 147, 0.6);
}

.catalog-page .form-control {
  border-color: rgba(27, 99, 147, 0.4);
}

.catalog-page .input-group .form-control {
  height: calc(1.5em + 0.875rem + 2px);
}

.catalog-page #ModalAdvSearch label.btn {
  cursor: pointer;
}

.catalog-page #ModalAdvSearch .input-group .form-control {
  font-size: 15px;
  border-radius: 0;
  padding: 0.375rem 0.5rem;
}

/*** Inputs **/

.input-group-text {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.5;
  color: #3598db;
  background-color: #eef6fc;
  border: 1px solid rgba(27, 99, 147, 0.6);
}

.input-group-prepend .input-group-text {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.25rem;
}
/*
.input-group input {
  border: 0;
  border-top: 1px solid #3598dc;
  border-bottom: 1px solid #3598dc;
}
*/

.input-group-append .custom-select {
  height: auto;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.5;
  background-color: #3598db;
  color: #ffffff;

  border-color: #3598db;
  border-top-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/*** Table ***/
/* Main table */
/*
.footable.table>thead>tr>td, .footable.table>thead>tr>th
{
    font-family: 'HelveticaNeue-Medium';
    font-size: 1.25rem;
    padding: 1rem 1.75rem 1rem 1.125rem !important;
    line-height: 167% !important;
    color: #262626;
    background-color: #EAE2D4;
    border-bottom: none !important;
}

.footable.table>tbody>tr>td, .footable.table>tbody>tr>th, .footable.table>tfoot>tr>td, .footable.table>tfoot>tr>th {
    font-size: 1.125rem;
    padding: 1.125rem !important;
    line-height: 167% !important;
    color: #262626;
    background-color: #FCF9F7;
    background-color: rgba(157,123,54,0.05);
    border-top: none !important;
    border-bottom: 1px solid #F0E9DE;
}
*/

/* Sub table */
/*
tr.footable-detail-row > td { background-color: rgba(157,123,54,0.02) !important; }

.footable-details.table>thead>tr>td
{
    border-top: none !important;
}

.footable-details.table>tbody>tr>td, .footable-details.table>tbody>tr>th, .footable-details.table>tfoot>tr>td, .footable-details.table>tfoot>tr>th, .footable-details.table>thead>tr>th
{
    border-top: none !important;
}
*/

/* Element */
/*
table#objects_table .base-btn + .base-btn { margin-left: 1rem; }
span.object-area:before { content: " ("; }
span.object-area:after { content: ")"; }
 */

/*
@media only screen and (max-width: 1200px){
    .footable.table>thead>tr>td, .footable.table>thead>tr>th
    {
        font-size: 1.125rem;
        padding: 0.875rem 1.5rem .875rem .875rem !important;
        line-height: 150% !important;
    }

    .footable.table>tbody>tr>td, .footable.table>tbody>tr>th, .footable.table>tfoot>tr>td, .footable.table>tfoot>tr>th {
        font-size: 1rem;
        padding: .875rem !important;
        line-height: 150% !important;
    }
}


@media only screen and (max-width: 1024px){
    span.object-area {display: block; opacity: 0.7; }
    span.object-area:before { content: ""; }
    span.object-area:after { content: ""; }
}


@media only screen and (max-width: 640px){
    .footable-details.table>thead>tr>td
    {
        font-size: 1.125rem;
        padding: 0.875rem 1.5rem .875rem .875rem !important;
        line-height: 120% !important;
    }

    .footable-details.table>tbody>tr>td, .footable-details.table>tbody>tr>th, .footable-details.table>tfoot>tr>td, .footable-details.table>tfoot>tr>th, .footable-details.table>thead>tr>th
    {
        font-size: 1rem;
        padding: 0.5rem !important;
        line-height: 120% !important;
    }

    table#objects_table .base-btn { display: block;}
    table#objects_table .base-btn + .base-btn { margin-top: 0.5rem; margin-left: 0rem; }
}
*/

/*** Footable ***/

/* Table */
.footable.table > thead > tr > th,
.footable.table > tbody > tr > td {
  padding: 1rem 0;
  line-height: 1;
  vertical-align: top;
  border-top: none;
}

.footable.table > thead > tr > th {
  border-bottom: 1px solid rgba(27, 99, 147, 0.2);
}
.footable.table > tbody > tr > td {
  border-bottom: 1px solid rgba(27, 99, 147, 0.1);
}

/* Sub-table */
.footable.table > tbody > tr.footable-detail-row > td {
  padding-top: 0.5rem;
  padding-bottom: 0;
}

tr.footable-detail-row > td > .footable-details.table {
  margin-bottom: 0.5rem;
}

tr.footable-detail-row > td {
  background-color: rgba(27, 99, 147, 0.05);
  border-bottom: none;
}

.footable-details.table > tbody > tr > th,
.footable-details.table > tbody > tr > td {
  border: none;
}

table.footable-details > tbody > tr > th:nth-child(1) {
  width: 150px;
}

table.footable > tbody > tr.footable-empty > td {
  margin-bottom: 0.5rem;
  padding: 3rem;
  font-family: "geo-m", arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}

/* Toggle */

span.footable-toggle.fooicon {
  color: #3598db;
  opacity: 0.7;
}

td.footable-sortable > span.fooicon,
th.footable-sortable > span.fooicon {
  /*opacity: 0.7;*/
}

span.fooicon.fooicon-sort,
span.fooicon.fooicon-sort-asc,
span.fooicon.fooicon-sort-desc {
  color: #3598db;
}

/** Daterange picker **/

.daterangepicker {
  z-index: 930;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  /*background-color: #66D297;*/
  background-color: #3598db;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  background: rgba(53, 152, 219, 0.08);
  color: #000;
  color: #3598db;
  border-radius: 0;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: rgba(53, 152, 219, 0.24);
  color: #3598db;
}

.daterangepicker .ranges li:hover {
  background: rgba(53, 152, 219, 0.08);
  color: #3598db;
}

.daterangepicker .ranges li.active {
  /*background-color: #66D297;*/
  background-color: #3598db;
  color: #fff;
}

.daterangepicker .drp-buttons .btn {
  font-size: 14px;
  font-weight: 400;
  padding: 4px 10px;
}

/*** Dropdowns ***/
.dropdown-item {
  color: #404040;
  font-size: 0.9375rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #404040;
  text-decoration: none;
  background-color: #f8f9fa;
  background: rgba(27, 99, 147, 0.06);
}

.dropdown-item:active {
  color: #ffffff;
  background-color: #3598db;
}

.dropdown-scrolling {
  overflow-y: scroll;
  max-height: 20rem;
  height: 50vh;
  position: relative;
}

@media screen and (max-height: 800px) {
  .dropdown-scrolling {
    height: 45vh;
  }
}

/*** Divider styling ***/
.dropdown-divider {
  border-color: rgba(27, 99, 147, 0.2);
}

/*** Modal styling ***/
.modal-header,
.modal-footer {
  border-color: rgba(27, 99, 147, 0.2);
}

.modal-backdrop.show {
  opacity: 0.8;
}
.modal-backdrop {
  background-color: #aed6f1;
}

.in-iframe .modal-backdrop {
  background-color: #ffffff;
}

.modal-content {
  border-radius: 10px;
  border: none;
  box-shadow: 10px 10px 40px rgba(53, 152, 219, 0.15);
}

.in-iframe .modal-dialog > .modal-content {
  box-shadow: 10px 10px 40px rgba(53, 152, 219, 0.3);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}

.modal-header {
  padding: 1rem 1.5rem;
}

.modal-body,
.modal-footer {
  padding: 1.5rem;
}

@media (min-width: 576px) {
  .modal-dialog.modal-xl {
    max-width: 90%;
  }
}

/** Custom alerts **/
.alert-ean {
  color: #404040;
  font-family: "geo-m", arial, sans-serif;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.similar-products-scroller .alert-ean {
  border-color: #d3e8f8;
  color: #2283c3;
  background-color: #d3e8f8;
}

/*** Custom select ***/
.custom-select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCA1Ij48ZGVmcy8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTUgNWw1LTVIMHoiLz48L3N2Zz4=");
  background-size: 0.625rem 0.3125rem;
}

/*** Tooltip - For future use ***/
/*
.tooltip-inner {
  background-color: rgba(212, 233, 247, 1) !important;
  background-color: #161719 !important;
  background-color: #212529 !important;
  color: #3598db !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: rgba(212, 233, 247, 1) !important;
  border-top-color: #212529 !important;
}
*/
