@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500&display=swap');

body {
    font-size: 1.1em;
    font-family: 'Inter', sans-serif;
    background-color: #F3F7FD;
}

a
{
    color: #134991;
}

body.compact .container {
    /* max-width: 1200px; */
    padding: 0px;
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}

header {
    background: linear-gradient(242.07deg, #49077C 4.9%, #07397C 67.32%);
}

header.home {
    min-height: 400px;
}

img.logo {
    height: 36px;
    width: auto;
    /* filter: brightness(0) invert(1); */
}

ul.navbar-nav {
    font-weight: 500;
}

button.navbar-toggler {
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 1.8em;
}

.navbar-nav .nav-link {
    color: #fff !important;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:active {
    color: #ddd !important;
}

.btn-success {
    --bs-btn-bg: #27AE60;
    --bs-btn-active-bg: #27AE60;
    --bs-btn-active-border-color: #27AE60;
    font-size: 0.9em;
    font-weight: 400;
}


.btn-group-sm>.btn, .btn-sm {
    --bs-btn-font-size: 1em;
}

#basket
{
    --bs-offcanvas-width:500px;
    height:80vh;
    margin-top:15px;
    margin-right: 15px;
    overflow-y:auto;
}

div.basket-count a {
    font-size: 2em;
    padding: 0px;
    margin-top: -7px; /* -3px */
    margin-left: -1px;
    color: #fff !important;
}

div.basket-count a i {

    position: relative;
}

div.basket-count a i span {
    font-size: 0.3em;
    position: absolute;
    color: #49077C;
    top: 46%;
    left: 52%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    font-style: normal;
    font-family: inherit;
}

div.basket-item img
{
    height: 80px;
    width: 80px;
    object-fit: contain;
}

div.basket-item .quantity
{
    border: 1px solid #eee;
    border-radius: 14px;
    right: 30px;
    bottom: 6px;
    width: 120px;
    position: absolute;
}

div.basket-item .delete
{
    position: absolute;
    right: 0px;
    bottom: 12px;
}

div.basket-item .quantity input
{
    font-size: 0.8em !important;
}

div.basket-item .quantity button, div.basket-item .quantity input
{
    outline: none;
    box-shadow: none;
    background-color: transparent;
    border: none;
    text-align: center;
    padding: 4px 14px;
}

div.basket-item .quantity button:hover
{
    color: #000;
}

header div.video img {
    object-fit: cover;
    width: 100%;
    height: 14rem;
    border-radius: 50px;
    transform: rotate(2.47deg);
    box-shadow: -7px 11px 21px 9px rgba(0, 0, 0, 0.18);
}

header div.video a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-family: "bootstrap-icons";
    content: "\F4F3";
    font-size: 60px;
    color: #fff;
    opacity: 0.7;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    z-index: 3;
}


/* header div.video img, header div.video video {

    object-fit: fill;
    width: 24rem;
    border-radius: 50px;
    transform: rotate(2.47deg);
}
 */

header .banner
{
    color: #fff;
}


section
{
    margin: 2em 0px;
}

div.products div.text-box
{
    position: absolute;
    z-index: 10;
    bottom: 0;
    color: #fff;
    padding: 20px;
}

div.products ul
{
    margin-left: -6px;
}

div.products ul.nav li a
{
    color: #000;
    padding: 4px;
}

div.products ul.nav li a:hover
{
    text-decoration: underline;
}

.img-gradient
{
    position: relative;
    padding: 0px;
    z-index: 1;
}

.img-gradient::before {

    background: linear-gradient(359.29deg, #07397C -11.01%, rgba(7, 57, 124, 0) 63.52%);
    border-radius: 8px;
    content:'';
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    position: absolute;
}

.img-gradient.cover::before {

    border-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.img-gradient img
{
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.fs-default
{
    font-size: 1em;
}

.fs-normal
{
    font-size: .95em;
}

.fs-small
{
    font-size: .875em;
}

.fs-smaller
{
    font-size: .75em;
}

.fs-smallest
{
    font-size: .65em;
}

.fs-medium
{
    font-size: 1.10em;
}

.fs-large
{
    font-size: 1.2em;
}

.fs-larger
{
    font-size: 1.3em;
}

.fs-largest
{
    font-size: 1.4em;
}


.text-color-primary
{
    color: #2F80ED;
}

.text-color-primary-dark
{
    color: #134991;
}

.text-color-secondary
{
    color: #2C1D7C;
}

div.essentials img
{
    height: 40px;
}

div.partners img
{
    /* filter: grayscale(100%); */
    scale: 0.8;
}

section.testimony
{
    min-height: 200px;
    background-color: #2C1D7C;
    color: #fff;
}

section.testimony .item
{
    min-height: 285px; /* 236px; */
}

section.testimony div.person
{
    position: absolute;
    bottom: 0;
}

section.testimony div.person img
{
    margin-right: 0.7rem !important;
    margin-top: -5px;
}


footer
{
    min-height: 300px;
    background-color: #162E7C;
}

footer ul li
{
    margin-bottom: 10px;
}

footer a
{
    color: #ccc;
    text-decoration: none;
}

footer a:hover
{
    color: #fff;
}

label.form-label
{
    font-size: 0.85em;
    color: #666;
    font-weight: 300 !important;
}

.form-control, .form-select
{
    font-size: 0.9em !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-control:focus, .form-select:focus
{
    outline: none;
    box-shadow: none;
    border-color: #eee;
    border-bottom: solid 1px #27AE60;
}

.form-select
{
    border-bottom: solid 1px #eee !important;
    height: 48px;
}

.form-check-input
{
    border: solid 1px #999;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bbb;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bbb;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #bbb;
}

div.input-group .dropdown-toggle
{
    border: 1px solid #dedede;
}

div.filter .dropdown-menu a {
    border-radius: 0px;
}

img.cover
{
    object-fit: cover;
    width: auto;
    height: 100%;
}

img.icon
{
    height: 24px;
    width: auto;
    margin-right: 4px;
}

input.search-
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2FsZW5kYXItZGF0ZSIgdmlld0JveD0iMCAwIDE2IDE2Ij4NCiAgPHBhdGggZD0iTTYuNDQ1IDExLjY4OFY2LjM1NGgtLjYzM0ExMi42IDEyLjYgMCAwIDAgNC41IDcuMTZ2LjY5NWMuMzc1LS4yNTcuOTY5LS42MiAxLjI1OC0uNzc3aC4wMTJ2NC42MWguNjc1em0xLjE4OC0xLjMwNWMuMDQ3LjY0LjU5NCAxLjQwNiAxLjcwMyAxLjQwNiAxLjI1OCAwIDItMS4wNjYgMi0yLjg3MSAwLTEuOTM0LS43ODEtMi42NjgtMS45NTMtMi42NjgtLjkyNiAwLTEuNzk3LjY3Mi0xLjc5NyAxLjgwOSAwIDEuMTYuODI0IDEuNzcgMS42NzYgMS43Ny43NDYgMCAxLjIzLS4zNzYgMS4zODMtLjc5aC4wMjdjLS4wMDQgMS4zMTYtLjQ2MSAyLjE2NC0xLjMwNSAyLjE2NC0uNjY0IDAtMS4wMDgtLjQ1LTEuMDUtLjgyaC0uNjg0em0yLjk1My0yLjMxN2MwIC42OTYtLjU1OSAxLjE4LTEuMTg0IDEuMTgtLjYwMSAwLTEuMTQ0LS4zODMtMS4xNDQtMS4yIDAtLjgyMy41ODItMS4yMSAxLjE2OC0xLjIxLjYzMyAwIDEuMTYuMzk4IDEuMTYgMS4yM3oiLz4NCiAgPHBhdGggZD0iTTMuNSAwYS41LjUgMCAwIDEgLjUuNVYxaDhWLjVhLjUuNSAwIDAgMSAxIDBWMWgxYTIgMiAwIDAgMSAyIDJ2MTFhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWM2EyIDIgMCAwIDEgMi0yaDFWLjVhLjUuNSAwIDAgMSAuNS0uNXpNMSA0djEwYTEgMSAwIDAgMCAxIDFoMTJhMSAxIDAgMCAwIDEtMVY0SDF6Ii8+DQo8L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: right 8px center;
}

span.input-search input
{
    text-indent:22px;
}

span.input-search
{
    position: relative;
}

span.input-search::before
{
    font-family: bootstrap-icons !important;
    content: "\F52A";
    font-size: 14px;
    position: absolute;
    -ms-transform: translateY(-50%);
    top: 50%;
    transform: translateY(-50%);
    padding-left: 12px;
}

button.input-search
{
    border-color: #eee;
    background-color: #fff;
}

button.input-search:hover
{
    border-color: transparent;
    background-color: #27AE60;
}

div.filter a
{
    border-color: #bbb;
    border-radius: 18px;
}

div.filter a:hover, div.filter a.active
{
    background-color: white !important;
    color: inherit !important;
}

div.filter a.active
{
    border-color: #134991 !important;
    border-width: 2px;
    background-color: #134991 !important;
    color: #fff !important;
}

/* img.brand-50
{
    height: auto;
    width: 50%;
    object-fit: contain;
} */

img.brand-50 {
    max-height: 20px;
    max-width: 50%;
    object-fit: contain;
}

img.brand
{
    height: 64px;
    width: 64px;
    object-fit: contain;
}

img.photo
{
    height: 128px;
    width: auto;
    object-fit: contain;
}

img.brand-group
{
    height: 20px;
    width: auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 4px;
}

img.grocery
{
    width: 100%;
    height: 200px;
    object-fit: contain;
    background-color: #fff;
}

img.utility
{
    width: 64px;
    height: 64px;
    object-fit: cover;
    background-color: #fff;
}

a.linkable
{
    color: inherit;
    text-decoration: none;
}

a.linkable:hover
{
    text-decoration:underline;
}

ul.pagination li
{
    padding: 0px 4px;
}

ul.pagination .active >.page-link {
    background-color: #134991;
    border-color: transparent;
    color: white;
}
ul.pagination .page-link {
    color: #999;
    padding: 3px 12px;
    font-size: 0.8em;
}

ul.pagination .disabled > .page-link {
    background-color: #f0f0f1;
}

ul.pagination .total {
   font-size: 0.9em !important;
}

div.button-period > div {

    width: auto;
    background-color: white;
    border-radius: 2rem;
    padding: 0.3rem 0px;
}

div.button-period a {

    color: #134991;
    padding: 8px 30px;
    font-size: 0.9em;
    text-decoration: none;
    font-weight: 500;
    background-color: white;
    border-radius: 2rem;
    text-align: center;
}

div.button-period a.active {

    color: #fff;
    padding: 10px 30px;
    background-color: #134991;
    border-color: #0570B9;
}

@media(max-width: 576px){ 

    div.button-period > div {
        background: none;
    }
    div.button-period a {
        display: block;
        margin-bottom: 14px;
    }
 }

 a.modal-close-btn .bi-x-circle-fill::before {
    content: "\f622";
    color: #134991;
}

.modal-close-btn
{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    padding: 0px;
}

.telemedicine____ .count-info .col img
{
    height: 140px;
    width: auto;
}

.telemedicine .faq-box
{
    border-bottom: solid 1px #548BD6;
}


.dashboard-icon
{
    width: 60px;
    height: 60px;
    background-color: #134991;
    border-radius: 10px;
}

.dashboard-icon-sm
{
    width: 35px;
    height: 35px;
    background-color: #134991;
    border-radius: 10px;
}


.dashboard-icon img
{
    width: 32px;
    height: auto;
    text-align: center;
}

.dashboard-icon i.bi
{
    font-size: 2em;
    color: #fff;
    text-align: center;
    line-height: 4rem;
}

.dashboard-icon-sm i.bi
{
    font-size: 1em;
    color: #fff;
    text-align: center;
    line-height: 2.2rem;
}

div.image-input-select a
{
    height: 62px;
    width: 62px;
}

div.image-input-select img.img-thumbnail
{
    object-fit: contain;
    height: 100%;
}

div.image-input-select a.active img.img-thumbnail
{
    border: solid 3px #0570B9;
}

.form-check-input:checked {
    background-color: #0570B9;
    border-color: #0570B9;
}

div.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    width: 100px;
    height: 100px;
    background-color: #ccc;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-light {
    --bs-btn-bg: #eaeaea;
}

.text-bg-primary {
    background-color: #134991 !important;
}

.hidden
{
    display:none;
}

i.required
{
    color: red;
    font-weight: 100;
    padding-right: 4px;
}

i.unit
{
    font-weight: 300;
    font-size: 0.9em;
    font-style: normal;
    padding: 0 6px;
}

.logo.container {
    overflow: hidden;
    .slider {
      animation: slidein 30s linear infinite;
      white-space: nowrap;
      .logos {
        width: 100%;
        display: inline-block;
        margin: 0px 0;
        .fab {
          /* width: calc(100% / 5); */
          animation: fade-in 0.5s 
            cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
        }
      }
    }
  }
  
  @keyframes slidein {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
  }
  
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

input.date, input.datetime, input.birthday, input.daterange  {
    background-image: url(../img/datetime.png);
    background-repeat: no-repeat;
    background-position: 98%;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #08397C !important;
    color: #fff;
}

.daterangepicker select {

    border: none;
}

div.modal-dialog.modal-lg textarea
{
    height: 200px;

}


#privacy-modal .modal-content
{
    background-color: #162E7C;
    color: #eee;
}

#privacy
{
    min-height: 140px;
    background-color: #162E7C;
    color: #eee;
    padding-left: 50px;
    padding-right: 50px;
}

#privacy a
{
    color: #eee !important;
}

.date-button
{
    width: 250px;
    margin-top: 10px;
}
.date-button input, .date-button input:focus
{
    font-size: 0.8em !important;
    border: none;
    margin-right: 1px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: #fff;
}
.fw-light {
    font-weight: 300 !important;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}
a {
    color: #134991;
}
a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}
*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
user agent stylesheet
li {
    text-align: -webkit-match-parent;
}
.fs-small {
    font-size: .875em;
}

.bg-site-light
{
    background-color: #F3F7FD;
}
.dropdown-menu {
    --bs-dropdown-link-active-bg: #08397C;
}

.dropdown-menu.scroll-menu
{
    height: 240px;
    overflow: scroll;
}

.product-menu
{
    transform: translate3d(0px, -40px, 0px) !important;
    height: auto !important;
    max-height: 160px !important;
    width: 100%;
    border-left: 8px solid #eee;
}

.product-menu li a
{
    color: #333;
}

.product-menu li:hover a
{
    color: #000;
}

.scroll-menu {
    height: 200px;
    overflow: scroll;
}

.scroll-menu::-webkit-scrollbar-thumb:vertical, .scroll-menu::-webkit-scrollbar-thumb:horizontal{
    background-color:#0d8740 
}

::-webkit-scrollbar {
    width:6px;
    height:2px;
 }
 
 ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal{
   background-color:#162E7C;
   height: 50px;
 }



/* Custom Table design (v2) */

 .table-responsive {
    height: 500px;
    background-color: #fff;
}

 .table-responsive a {
    color: #333;
}

 .table-responsive table {
    font-size: 0.85em;
    font-weight: 200;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: rgb(156 156 156 / 5%);
    color: var(--bs-table-striped-color);
}

 .table-responsive tr th {
    text-align: center;
    font-size: 0.9em;
    padding: 0.9rem;
}

 .table-responsive thead tr th {
    background-color: #134991;
    color: #eee;
    font-weight: 500;
}

 .table-responsive tbody tr td {
    padding: 0.9rem;
    max-width: 400px;          /* Limit cell width */
    white-space: nowrap;       /* Prevent wrapping */
    overflow: hidden;          /* Hide overflow */
    text-overflow: ellipsis;   /* Add "..." */
}

 .table-responsive tbody tr th
 {
   background-color: #f8f8f8;
   color: #333;
   font-weight: 300;
 }

 .table-responsive tr td:nth-child(8)
{
    white-space: wrap;       /* Wrap w/ min. width */
    min-width: 200px; 
}

input[name="filter"]
{
    height: 40px;
    font-weight: 300 !important;
}

ul.pagination .total
{
    font-size: 0.8em !important;
    font-weight: 200;
}