body {
    color: #333;
    color: #fff;
    background-color: #00042C;
}
.header_middle {
    background-color: #0e2044d4;
    color: #fff;
}
  /* LIVE STATISIKA css */
.uptime-bar .uptime-block {
    position: relative;
    cursor: pointer;
}
.uptime-bar .uptime-block[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    white-space: pre-line;
    background: #222;
    color: #fff;
    padding: 10px 15px;
    border-radius: 7px;
    font-size: 14px;
    font-family: inherit;
    position: absolute;
    z-index: 10;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 24px rgba(0,0,0,0.23);
    min-width: 180px;
    max-width: 300px;
    pointer-events: none;
    opacity: 1;
}
.uptime-bar .uptime-block[data-tooltip]:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom: 6px solid #222;
    z-index: 11;
}
.uptime-bar {
    display: flex;
    gap: 2px;
    margin-bottom: 12px;
    align-items: flex-end;
}
.uptime-bar .uptime-block {
    width: 8px;
    height: 28px;
    background: #00ffc3;
    border-radius: 1px;
    transition: background 0.2s, border 0.2s;
    position: relative;
    cursor: pointer;
}
.uptime-bar .uptime-block.error {
    background: #ff2345;
}
.uptime-bar .uptime-block.today {
    border: 1.5px solid #fff;
    box-sizing: border-box;
}

/* Uptime bar etiketės */
.uptime-labels {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 2px;
    color: #b0b5be;
}
.live-statusas {
    border: 2px solid #6a6f7a;
    border-radius: 10px;
    padding: 7px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-top: 5px;
    margin-bottom: 10px;
}
/* Tooltipas */
.uptime-tooltip {
    position: fixed;
    z-index: 10000;
    background: #181c3b;
    color: #fff;
    padding: 12px 18px 12px 16px;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    min-width: 220px;
    max-width: 340px;
    box-shadow: 0 6px 22px rgb(29 47 117 / 28%);
    pointer-events: none;
    line-height: 1.45;
    animation: tooltip-fadein 0.16s;
}
@keyframes tooltip-fadein {
    from { opacity: 0; transform: translateY(12px);}
    to   { opacity: 1; transform: translateY(0);}
}

/* Tooltip ikonėlės */
.uptime-tooltip-icon {
    display:inline-block;
    vertical-align:middle;
    margin-right:7px;
    font-size:16px;
}
.uptime-tooltip-x { color: #ff2345; }
.uptime-tooltip-ok { color: #00de5c; }

/* Tooltip rodyklė (burbuliuko smaigalys) */
.uptime-tooltip::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-top: 7px solid #39459a;
    z-index: 10001;
    pointer-events: none;
}
.uptime-bar .uptime-block.fixed {
    background: #ffe066;
}

/* Papildomas efektas, jei reikia hover animacijos ant blokelio */
.uptime-bar .uptime-block:hover {
    filter: brightness(1.1) drop-shadow(0 0 2px #00ffc3aa);
    z-index: 2;
}

  /* atsiliepimai css */
h3.mb-3.top {
    text-align: center;
}
h6.mb-0.top {
    font-size: 20px;
}
.container.mt-4.top {
    background: #213050;
    padding: 20px;
    border-radius: 14px;
}
.card.h-100.shadow-sm.top {
    background-color: #1f2a40;
    border-radius: 10px;
}
  /* duk css */

  /* Akordeonas */
  .accordion-item {
    border: none;
    border-radius: .8rem;
    margin-bottom: 1.2rem;
    overflow: hidden;
    box-shadow: 0 6px 14px rgba(0,0,0,.08);
    transition: transform .2s ease;
  }
  .accordion-item:hover {
    transform: translateY(-2px);
  }
.accordion-header button {
    height: 55px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    white-space: initial;
}
  .accordion-button {
    font-size: 1.15rem;
    font-weight: 600;
    padding: 1rem 1.25rem;
    border: none;
    background: linear-gradient(135deg,#485461,#28313b);
    color: #fff;
    transition: all .3s ease;
  }
  .accordion-button::after {
    filter: invert(1); /* rodyklė balta */
  }
  .accordion-button.collapsed {
    background: #f8f9fa;
    color: #28313b;
  }
  .accordion-button:focus {
    box-shadow: none;
  }

  /* Turinio dalis */
  .accordion-body {
    font-size: 1.05rem;
    line-height: 1.7;
    padding: 1.25rem 1.5rem;
    background: #fff;
    color: #333;
  }
  .accordion-body strong {
    color: #1e90ff;
  }
  .accordion-body a {
    color: #1e90ff;
    font-weight: 600;
    text-decoration: underline;
  }

/* Tikslinamas tik submeniu, nedaro įtakos visam meniu */
.main_menu ul li.has-submenu {
    position: relative;
}

.main_menu ul li.has-submenu > a:after {
    content: " ▼";
    font-size: 10px;
    margin-left: 4px;
    color: #1e90ff;
    vertical-align: middle;
    transition: transform 0.3s;
}
.main_menu ul li.has-submenu:hover > a:after {
    transform: rotate(-180deg);
}
.main_menu ul li.has-submenu > ul.submenu {
    display: block;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px) scale(0.98);
    transition: all 0.25s cubic-bezier(.42,0,.58,1);
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    background: #2e3543;
    box-shadow: 0 8px 32px #1e90ff22, 0 1.5px 5px #0002;
    border-radius: 0 0 12px 12px;
    z-index: 99;
    padding: 10px 0 10px 0;
    margin: 0;
}
.main_menu ul li.has-submenu:hover > ul.submenu,
.main_menu ul li.has-submenu:focus-within > ul.submenu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}
.main_menu ul li.has-submenu > ul.submenu li {
    width: 100%;
}
.main_menu ul li.has-submenu > ul.submenu li a {
    display: block;
    white-space: nowrap;
    padding: 10px 24px;
    color: #ffffff;
    background: none;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    font-size: 15px;
    transition: background 0.18s, color 0.18s, padding-left 0.22s;
}
.main_menu ul li.has-submenu > ul.submenu li a:hover {
    background: linear-gradient(90deg, #404d5c 0, #2e3543 100%);
    padding-left: 32px;
    font-weight: 600;
    color: #ffffff !important;
}
.stats-cards-flex {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 38px 0;
  margin-top: 24px;
}
button.btn.btn-link.btn-sm.text-infox.pdf-info-btn {
    background: #0067ff;
    color: #ffffff;
}
button.btn.btn-link.btn-sm.text-infox.pdf-info-btn  :hover {
    background: #0067ff;
    color: #f9ff00;
}
.week-head-today {
 background: #00b894; color: #fff !important; font-weight: 800;
}
th.text-center.week-head-today {
    background: #00b894;
    color: #fff !important;
    font-weight: 800;
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #26334d;
    --bs-table-border-color: #dfe0e1;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #ffffff;
    border-color: #dfe0e100;
}
h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2.5rem;
    text-align: center;
}
.accordion-body {
    font-size: 1.05rem;
    line-height: 1.7;
    padding: 1.25rem 1.5rem;
    background: #fff;
    color: #333;
}
.list-group {
    --bs-list-group-color: #212529;
    --bs-list-group-bg: #4d5d7d;
    --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.375rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #000000;
    --bs-list-group-action-active-color: #212529;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #000000;
    --bs-list-group-active-color: #271e1e;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
    color: #ffffff;
}
.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: #e5e5e5;
    text-decoration: none;
    background-color: #2e3543;
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.table-responsive table tbody tr td {
    border-right: 1px solid #f0f0f000;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    text-align: center;
    min-width: 150px;
}
.accordion-header button.accordion-button.collapsed {
    width: 100%;
    text-align: left;
    color: #ffffff;
}
.accordion-header button.accordion-button {
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    /* background: #6162b3; */
    border: 1px solid #60677a;
    background: linear-gradient(115deg, #3e4a6a 0%, #28395b 100%);
}
.up {
    text-align: center;
    background: #212a3dde;
    padding: 5px;
    color: white;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 0px 0px 0px 0px;
}
.table-responsive .table {
    border-left: 1px solid #f0f0f000;
    border-bottom: 1px solid #f0f0f000;
    border-right: 1px solid #f0f0f000;
}
.meniuc {
    border-top: 1.5px solid rgb(36 191 194);
    color: #fff;
    background: linear-gradient(to top, rgb(37 44 62) 0%, rgba(245, 245, 245, 0.92) 100%);
    padding: 3px;
    text-align: center;
    border-left: 1.5px solid rgba(12, 7, 7, 0.322);
    border-right: 1.5px solid rgba(12, 7, 7, 0.322);
    border-bottom: 1.5px solid rgba(12, 7, 7, 0.322);
    border-top: 1.5px solid rgba(12, 7, 7, 0.322);
    color: #111;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #131c2e 0;
    background: linear-gradient(90deg, #1f2a40, #131c2ed1 50%);
    /* border-radius: 14px; */
    border-radius: 0px 0px 14px 14px;
}
.card.shadow-lg.text-center.top {ite
    background: linear-gradient(135deg, #1f2a40 0%, #454e5f 100%);
    border-radius: 15px;
}
.progress {
    --bs-progress-height: 2rem;
    --bs-progress-font-size: 16px;
    --bs-progress-bg: #394b5d;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}
.visited-today-block {
    background: linear-gradient(115deg, #8b80f4 0%, #28395b 100%);
    border-radius: 14px;
    box-shadow: 0 3px 18px 0 rgba(44, 62, 80, 0.09);
    padding: 28px 25px 18px 25px;
    margin: 20px auto 30px auto;
}
.visited-today-block h4 {
    color: #ffffff;
    font-size: 1.32em;
    margin-bottom: 10px;
    font-weight: 600;
}
.visited-today-info {
    color: #c4c6ca;
    font-size: 1.07em;
    margin-bottom: 16px;
}
.product_details.vt.mt-20 {
    background: #8f84f6;
    background-clip: content-box;
    background-repeatL: revert;
    border-radius: 17px;
    background-color: #464f8a;
    background: linear-gradient(115deg, #2b2943 0%, #28395b 100%);
    border-radius: 14px;
    box-shadow: 0 3px 18px 0 rgba(44, 62, 80, 0.09);
    padding: 28px 25px 18px 25px;
    margin: 20px auto 30px auto;
}
.visited-today-list {
  background: #e7fafa;
  border-radius: 11px;
  padding: 16px 15px 12px 15px;
  font-size: 1.09em;
  color: #095872;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.04);
  line-height: 1.7;
  word-break: break-word;
}
.visited-today-empty {
    color: #b23a48;
    font-size: 1.08em;
    background: #ffeaea;
    border-radius: 8px;
    padding: 11px 14px;
    margin-top: 8px;
    display: inline-block;
}
.inv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 10px;
  margin-top: 12px;
  max-width: 700px;
}
.wa-cardz {
    background: #1f2e4dcc;
    border-radius: 15px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    padding: 20px 14px 10px 14px;
    text-align: center;
    width: 200px;
    transition: box-shadow .22s, transform .22s;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wa-cardz-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2px;
    letter-spacing: .01em;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.inventory-warehouse { display: flex; flex-wrap: wrap; gap: 24px; margin-bottom:40px; }
.wa-cardz:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.16); transform:translateY(-3px) scale(1.03);}
.wa-cardz:hover img { box-shadow:0 2px 12px #b3c3ef33;}
.wa-card-count {
  font-size: 0.96em; color: #566489; background:#f0f3fa; border-radius:8px; padding:2.5px 10px; display:inline-block; margin-top:2px;
}

.wa-empty {font-size:1.1rem;color:#8491ac;background:#f8fafc; border-radius:12px; padding:32px 0; margin:40px 0;}
.wa-info-title {font-weight:600;font-size:1.13em;margin-bottom:9px;}
.wa-info-list {list-style:none; padding:0; margin:0;}
.wa-info-list li {margin-bottom:4px;}
@media (max-width:650px) {
    .inventory-warehouse { gap: 14px;}
    .wa-card { width: 47vw; min-width:110px; padding:10px; }
    .wa-card img { width:50px; height:50px; }
    .wa-info-box {padding:10px;}
}

.wa-info-box {
    background: #2c395496;
    border-radius: 12px;
    padding: 18px 20px 10px 20px;
    margin-bottom: 28px;
    box-shadow: 0 2px 10px rgba(60, 100, 180, 0.06);
    color: #ffffff;
    font-size: 1.05em;
    max-width: 700px;
}
.wa-warehouse-headline {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: left;
}
.inv-item {
  text-align: center;
  color: #fff;
}
.wa-cardz img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 18px;
    margin-bottom: 8px;
    background: #91939a;
    border: 1.5px solid #e5e7ef;
    transition: box-shadow .18s;
}
.inv-box {
  width: 64px;
  height: 64px;
  background: #111827;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

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

.inv-name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inv-count {
  font-size: 11px;
  color: #d1d5db;
}

.call_to_action {
    color: #fff;
    background: #131c2e 0;
    background: linear-gradient(90deg, #1f2a40, #131c2ed1 50%);
    border-radius: 14px 14px 0px 0px;
}
.call_action_inner {
    padding: 38px 32px 32px 32px;
}
.call_text h3 {
    color: #fff;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-shadow: 0 1px 7px rgba(30,30,30,0.06);
}
a.btn-login-style {
    border: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 43px;
    line-height: 21px;
    transition: 0.3s;
    margin-left: 20px;
    border-radius: 20px;
    padding: 12px 20px;
    border-color: #0a4e9b;
    color: #fff !important;
    background: #ec1940;
}
a.btn-login-style:hover {
    background: #001a72; /* tamsesnė spalva hover metu */
    color: #ffffff !important;
}
input.modal-input {
    height: 50px;
    max-width: 100%;
    padding: 0 20px;
    background: none;
    font-size: 19px;
    border: 2px solid #3c9bef;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    color: bisque;
}
button.btn-modal {
    border: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 43px;
    line-height: 21px;
    transition: 0.3s;
    margin-left: 20px;
    border-radius: 20px;
    padding: 12px 20px;
    border-color: #0a4e9b;
    color: #fff !important;
    background: #ec1940;
}
button.btn-modal:hover {
    background: #001a72;
    color: #ffffff !important;
}

.call_text p {
    color: #e0e5f5;
    font-size: 1.13em;
    margin-bottom: 18px;
    letter-spacing: 0.4px;
}
.discover_now a {
    display: inline-block;
    background: linear-gradient(90deg, #fff 0%, #d1d8e8 100%);
    color: #00b894;
    font-size: 1.14em;
    font-weight: 600;
    padding: 11px 28px;
    border-radius: 8px;
    box-shadow: 0 2px 15px 0 rgba(52, 98, 255, 0.07);
    margin-bottom: 20px;
    margin-top: 7px;
    text-decoration: none;
    transition: background 0.18s, color 0.18s, transform 0.17s;
}
.discover_now a:hover {
    background: linear-gradient(90deg, #00b894 0%, #6c5ce7 100%);
    color: #fff;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 6px 24px 0 rgba(52, 98, 255, 0.13);
}
.link_follow ul {
    display: flex;
    gap: 19px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.link_follow li {
    display: flex;
}
.link_follow a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255,255,255,0.19);
    color: #fff;
    font-size: 1.85em;
    transition: background 0.19s, color 0.19s, transform 0.16s;
    box-shadow: 0 1px 6px 0 rgba(44,62,80,0.05);
}
.link_follow a:hover {
    background: #fff;
    color: #00b894;
    transform: scale(1.11) rotate(-7deg);
    box-shadow: 0 4px 18px 0 rgba(52, 98, 255, 0.15);
}

@media (max-width: 700px) {
    .call_action_inner { padding: 22px 6vw 19px 6vw; }
    .call_text h3 { font-size: 1.33em; }
    .discover_now a { font-size: 1em; padding: 10px 16px;}
    .link_follow a { width: 39px; height: 39px; font-size: 1.3em;}
}

@media (max-width: 600px){
  .visited-today-block { padding: 16px 6vw 10px 6vw; }
}
.stat-card-modern {
  flex: 1 1 200px;
  min-width: 200px;
  max-width: 250px;
  background: linear-gradient(135deg, #6c5ce7 0%, #00b894 100%);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 24px 0 rgba(52, 98, 255, 0.13);
  padding: 26px 23px 22px 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: box-shadow 0.19s, transform 0.19s;
}
.stat-card-modern:hover {
  box-shadow: 0 10px 36px 0 rgba(44,62,80,0.19);
  transform: translateY(-3px) scale(1.025);
}
.stat-icon {
  font-size: 2.4em;
  margin-bottom: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  padding: 15px 19px;
  box-shadow: 0 1px 9px 0 rgba(44,62,80,0.07);
  color: #fff;
}
.stat-title {
  font-size: 1.13em;
  letter-spacing: 0.5px;
  color: #e9e9f7;
  margin-bottom: 10px;
  font-weight: 500;
}
.stat-number {
  font-size: 2.35em;
  font-weight: 700;
  margin-top: 0;
  color: #fff;
  text-shadow: 0 1px 7px rgba(30,30,30,0.03);
}
.stat-card-modern.active    { background: linear-gradient(135deg, #00b894 0%, #00cec9 100%);}
.stat-card-modern.blocked   { background: linear-gradient(135deg, #fd5c63 0%, #fab1a0 100%);}
.stat-card-modern.today     { background: linear-gradient(135deg, #6c5ce7 0%, #a29bfe 100%);}
.stat-card-modern.total     { background: linear-gradient(135deg, #0984e3 0%, #00b894 100%);}
@media(max-width: 950px){
  .stats-cards-flex{flex-direction:column;gap:20px;}
  .stat-card-modern{max-width: none;}
}
.header_bottom.sticky-header.tg {
        background-color: #1f2a40;
    }
.main_menu nav > ul > li:hover > a {
    color: #ec1940;
}
.link_follow ul li a:hover {
    background: #b12f2f00;
}
textarea {
    color: white;
}
.single_product.tgrp {
    box-shadow: 0 0 4.438em 0 #ffffff30;
    background: #900c0c;
    background-color: #213050;
}
.single_product.tgrp {
    box-shadow: 0 0 4.438em 0 #ffffff33;
    background: #213050;
}
.call_to_action {
    color: #fff;
    background: #131c2e 0;
    background: linear-gradient(90deg, #1f2a40, #131c2ed1 50%);
    border-radius: 14px 14px 0px 0px;
}
section {
    background: #1f2a40;
}
.alert-secondary {
    --bs-alert-color: #41464b;
    --bs-alert-bg: #1f2a40;
    --bs-alert-border-color: #353961;
    color: #b0b0b0;
}
.footer_bottom {
    border-top: 1px solid #061b6000;
}
.discover_now a {
    background: #ec1940;
    color: #fff;
}
.price_box span.current_price {
    color: #00f2ff;
}
.product_d_right .product_desc {
    border-bottom: 1px solid #00cd77;
}
label:hover {
    color: #00ac96 !important;
}
.product_variant.quantity input {
    border: 1px solid #00ac96;
    color: #00ac96;
}
.section_title h2 span {
    background: #1f2a40;
}
.card {
    background-color: #1f2a40;-box;
    border: 1px solid rgb(53 57 97);
}
p.card-text.display-4 {
    color: #ffffff;
}
.hrsep.hrsep-small {
    color: #ffffff;
}
.table {
    --bs-table-color: #c7c7c7;
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #ffffff;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #ffffff;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #ffffff;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.form-control {
    color: #c7c7c7;
    background-color: #1f2a40;
    border: 1px solid #ced4da;
}
table.dataTable tbody tr {
    background-color: #3f4b5b;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    background-color: #1f2a40;
}
div.dataTables_wrapper div.dataTables_info {
    color: #9c9c9c;
}
.active>.page-link, .page-link.active {
    color: #fff;
    background-color: #ff0000;
    border-color: #00ac96;
}
a:hover {
    color: #ec1940 !important;
}
.meniuc {
    border-top: 1.5px solid rgb(236 25 64);
    color: #fff;
}
.mini_cart {
    background: #1f2a40;
}
.cart_close {
    border-bottom: 1px solid #00ac96;
}
header.py-5.bg-image-full {
    box-shadow: 0 0 4.438em 0 #ffffff33;
    background: #213050;
    border-radius: 1rem;
}
.account_form h2 {
    color: #b0b0b0;
}
.account_form input {
    border: 2px solid #3c9bef;
    color: white;
}
.modal-content {
    background-color: #1f2a40;
    --bs-modal-box-shadow: 0 7.5rem 17rem rgb(86 81 154);
    border: 1px solid #545097;
    border-radius: 10px;
    box-shadow: 0 0 4.438em 0 #222e46;
}
#img-1 {
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 4.438em 0 #ffffff33;
}
.single_product {
    border: 1px solid #3e5788;
}
.product_meta span a {
    color: #a2a2a2;
}
.container {
position:relative;
}

.left_logo {
    left: 16%;
    margin-top: -11px;
}
.ad-container {
    margin: auto;
    min-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0px;
    right: 0;
    z-index: 999;
}
.ad-holder {
    position: relative;
    background: #0e3132;
    border-radius: 4px;
    /* box-shadow: 6px 1px 15px 10px #373251; */
    max-width: 555px;
    margin: auto;
    width: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
}
.ad-holder {
    position: relative;
    background: #0e3132;
    border-radius: 4px;
    /* box-shadow: 6px 1px 15px 10px #373251; */
    max-width: 555px;
    margin: auto;
    width: 72%;
    padding: 10px 5px;
    box-sizing: border-box;
}
.reklama {
    /* margin: auto; */
    /* min-height: 42px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    position: relative;
    left: 76px;
    right: 0px;
    width: 88%;
    border-radius: 5px;
    padding: 6px;
    border: 2px dashed #213050;
    font-size: 2rem;
    box-sizing: border-box;
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 223px;
    min-width: 100%;
    min-height: 100%;
    right: 0;
    bottom: 223px;
    min-width: 100%;
    min-height: 100%;
    background-color: #00042C!important;
    object-fit: cover;
    width: 100vw;
    height: 60vh;
    top: 0;
    left: 0;
    opacity: 0.5;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    display: block;
 pointer-events: none; 
}
/* Paslepia naršyklės video valdiklius */
#myVideo::-webkit-media-controls {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

#myVideo::-webkit-media-controls-enclosure {
  display: none !important;
}

#myVideo::-internal-media-controls-overlay-cast-button,
#myVideo::-webkit-media-controls-overlay-play-button {
  display: none !important;
}

@media only screen and (max-width: 1022.40px) {
    .left_logo {
        left: 19%;
        margin-top: -11PX;
    }
}
@media only screen and (max-width: 1161.82px) {
    .left_logo {
        left: 19%;
        margin-top: -11PX;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .left_logo {
    left: 25%;
    margin-top: -12px;
    }
}
@media only screen and (max-width: 767px) {
    .left_logo {
        left: 56%;
        margin-top: -11PX;
    }
}
@media only screen and (max-width: 384px) {
    .left_logo {
        left: 57%;
        margin-top: -11PX;
    }
}
@media (width: 2560px) {
    .stat-card-modern {
        flex: 1 1 200px;
        min-width: 395px;
        max-width: 14px;
        background: linear-gradient(135deg, #6c5ce7 0%, #00b894 100%);
        color: #fff;
        border-radius: 18px;
        box-shadow: 0 6px 24px 0 rgba(52, 98, 255, 0.13);
        padding: 26px 23px 22px 23px;
        display: flex
;
        flex-direction: column;
        align-items: center;
        position: relative;
        transition: box-shadow 0.19s, transform 0.19s;
    }
}
