.navbar {
  border-bottom : 1px solid #1a1e1e;
}

.text-bg-dark {
  border-bottom : 1px solid #1a1e1e;
}

.card {
  background-color: #111313;
  border-color: #2e2f2f;
}

footer {
  border-top : 1px solid #1a1e1e;
}

.alert-danger {
  width : auto;
  background : linear-gradient(45deg, #2673B1, #a100b1);
  font-size : 25px;
  border-radius: 15px;
  padding : 2px 15px;
  text-align : center;
  text-shadow : 3px 2px 3px #000, -1px -1px 1px #1817177a, 1px 1px 1px #1817177a;
  color : #FFF;
}

.alert-danger small {
  font-size: 18px;
  color : #c7c7c7;
}

.intro {
  border-top : 1px solid #1a1e1e;
  border-bottom: 1px solid #1a1e1e;
}

.form-control {
  background-color: #0003;
}

.form-select {
  background-color: #0003;
}

.accordion-button {
  background-color: #070909;
}

.accordion-body {
  background-color: #121515;
}

.table-svenar td {
  background-color: #050707;
}

.table-dashboard tr:nth-of-type(2n+1) th,
.table-dashboard tr:nth-of-type(2n+1) td {
  background-color: #090b0b;
}

.table-dashboard tr th,
.table-dashboard tr td {
  background-color: #0d1010;
}

.navbar-button-offset {
  display : inline-block !important;
  min-height : 40px !important;
  text-decoration: none;
  transform : translateY(2px);
}

.btn-svenar {
  background : transparent;
  color : #FFF;
  font-weight : bold;
  text-shadow : 3px 2px 3px #000, -1px -1px 1px #1817177a, 1px 1px 1px #1817177a;
  border : 0px;
  border-image-source: linear-gradient(135deg, #2294F0, #cd13df);
  border-image-slice : 1;
  border-top : 1px solid;
  border-bottom : 1px solid;
}

.btn-svenar-selected {
  background : linear-gradient(135deg, #2294F0, #cd13df);
  border : 0px;
  border-radius: 0;
  color : #FFF;
  font-weight : bold;
  text-shadow : 3px 2px 3px #000, -1px -1px 1px #1817177a, 1px 1px 1px #1817177a;
}

.btn-danger {
  background-color: #992832 !important;
  border-color: #992832 !important;
}

.btn-outline {
  border: 1px solid #DEE2E6;
}

/* .btn-svenar:hover {
     background : linear-gradient(135deg, #2294F0, #cd13df);
     border : 0px;
     color : #FFF;
     font-weight: bold;
     text-shadow: 3px 2px 3px #000, -1px -1px 1px #1817177a, 1px 1px 1px #1817177a;
}

 */
.full-width {
  width: 100% !important;
}

.d-flex-right {
  display : flex;
  justify-content: end;
}

.fit-height {
  height: fit-content;
}

.text-bold {
  font-weight: bold;
}

.text-strike {
  text-decoration: line-through;
  opacity: 0.5;
}

.ta-left {
  text-align: left;
}

.ml-1 {
  margin-left: .25rem;
}

.ml-2 {
  margin-left: .5rem;
}

.ml-3 {
  margin-left: .75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mr-1 {
  margin-right: .25rem;
}

.mr-2 {
  margin-right: .5rem;
}

.mr-3 {
  margin-right: .75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius : 12px;
}

.f-left {
  float: left;
}

.flex-col {
  flex-direction: column;
}

.flex-grow {
  flex-grow: inherit;
}

.img-cart {
  height: 100px;
  float : left;
}

.card-cart {
  min-height: 175px;
}

.mr-m5px {
  margin-right: -5px;
}

.card-cart-flex table {
  height: fit-content;
}

@media (max-width: 800px) {
  .responsive-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: var(--bs-gutter-x, 15px) !important;
    padding-left: var(--bs-gutter-x, 15px) !important;
  }

}

@media (max-width: 1000px) {
  .card-cart-flex {
    flex-direction: column;
    width: 70%;
  }

}

.card-cart-flex img {
  object-fit: contain;
}

:root {
  --table-checkout-border-color: #424649;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

hr {
  border-color: rgb(173, 181, 189);
}

h2,
h3 {
  color: rgb(173, 181, 189);
}

small {
  color: rgb(173, 181, 189);
}

th,
td {
  color: rgb(173, 181, 189) !important;
}

.accordion-item {
  border-color: #495057;
}

.accordion-button:not(.collapsed) {
  background-color: rgb(3, 22, 51) !important;
  border-bottom-color: rgb(110, 168, 254) !important;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }

}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-bg: #2c99f9;
  --bd-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-bg);
  --bs-btn-border-color: var(--bd-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #732cdb;
  --bs-btn-hover-border-color: #732cdb;
  --bs-btn-focus-shadow-rgb: var(--bd-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #e028d5;
  --bs-btn-active-border-color: #e028d5;
}

.btn-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.bd-mode-toggle {
  z-index: 1500;
}

.no-bg {
  background-color: transparent !important;
}

.showcase {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-color: unset;
  filter: blur(4px) brightness(50%);
}

.text-body-primary {
  color: rgb(232, 232, 232) !important;
  text-shadow: 0px 0px 4px #000;
}

.text-body-secondary {
  color: rgb(232, 232, 232) !important;
  text-shadow: 0px 0px 4px #000;
}

.card-title {
  font-size: 26px !important;
  font-weight: bold !important;
}

.card-text {
  color: rgb(173, 181, 189);
}

.card-badge {
  display: inline-block;
  margin-bottom: 10px;
  border: 2px solid #adb5bd;
  padding: 2px 8px;
  width: fit-content;
  border-radius: 20px;
  opacity: 0.65;
  background-color: #adb5bd1f;
}

.m-h-50 {
  min-height: 50px;
}

.text-muted {
  opacity: 0.6;
}

.line-height-small {
  margin-top: -15px;
    /* line-height: 5px;
     */
}

.showcase-title {
  border: 1px solid;
  border-radius: 12px;
  width: fit-content;
  margin-left: 50%;
  margin-right: 50%;
  transform: translateX(-50%);
  background-color: #847d8a47;
  font-weight: inherit !important;
}

.navbar-button {
  padding: 7px var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
  display: inline-block !important;
  min-height: 40px !important;
  text-decoration: none;
}

.table-checkout {
  width: 100%;
}

.table-checkout tr {
  border-left: 1px solid var(--table-checkout-border-color);
  border-right: 1px solid var(--table-checkout-border-color);
  border-bottom: 1px solid var(--table-checkout-border-color);
}

.table-checkout tr:nth-child(1) {
  border-top: 1px solid var(--table-checkout-border-color);
}

.table-checkout tr td {
  padding: 5px;
}

.table-checkout tr td:nth-child(1) {
  border-right: 1px solid var(--table-checkout-border-color);
}

.table-cart {
  width: 100%;
}

.table-cart tr {
  border-left: 1px solid var(--table-checkout-border-color);
  border-right: 1px solid var(--table-checkout-border-color);
  border-bottom: 1px solid var(--table-checkout-border-color);
}

.table-v tr:nth-child(1),
.table-cart tr th {
  border-top: 1px solid var(--table-checkout-border-color);
}

.table-cart tr td,
.table-cart tr th {
  padding: 5px;
  border-right: 1px solid var(--table-checkout-border-color);
}

.notification {
  position: absolute;
  z-index: 100000;
  right: 0px;
  margin: 15px;
}

.entry1 {
  top: 0px;
}

.entry2 {
  top: 65px;
}

.shopping-cart-button:hover .items-in-cart-button-text {
  opacity: 0;
  transform: translateX(-16px) translateY(-8px);
}

.items-in-cart-button-text {
  position: absolute;
  transform: translateX(-16px) translateY(-4px);
  color: #212529;
  text-shadow: -2px -2px 0px #9a9c9e, 2px 2px 0px #9a9c9e, 2px -2px 0px #9a9c9e, -2px 2px 0px #9a9c9e;
  opacity: 0.8;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}

.cart-image {
  height: 50px;
}

.w-80 {
  width: 80%;
}

.min-w-80 {
  min-width: 80px;
}

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

.min-w-125 {
  min-width: 125px;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
  text-align: right;
}

.d-inlineblock {
  display: inline-block !important;
}

.m-min-top-20 {
  margin-top: -20px !important;
}

.border-generic {
  border: 1px solid #424649;
  border-radius: 5px;
  padding: 15px;
}

.faq-link {
  position: absolute;
  margin-top: -30px;
  margin-right: 5px;
  color: #63696f;
  font-weight: bold;
  border: 1px solid #495057;
  padding: 2px 5px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  z-index: 1000;
}

.justify-content-left {
  justify-content: left !important;
  text-align: left;
}

.margin-top-min-50 {
  margin-top: -50px;
}

.carousel-caption {
  color: #fff !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  color: #fff !important;
  filter: none !important;
}

.thumbnail-scroll {
  max-width: 100%;
  overflow-x: auto;
  margin-top: 8px;
}

.thumbnail-scroll .img-thumbnail {
  margin-right: 8px;
  height: 80px;
  max-width: unset !important;
  background-color: rgb(33, 37, 41);
  border-color: #495057;
}

.btn-thumbnail {
  border: 0;
  background-color: transparent;
}

.carousel .carousel-indicators [data-bs-target] {
  background-color: #fff !important;
}

.form-control,
.form-select,
.col-form-label {
  color: rgb(173, 181, 189);
  border-color: #495057;
}

::placeholder {
  color: rgb(173, 181, 189) !important;
  opacity: 0.6 !important;
}

/* General page styling */
:root {
  --table-checkout-border-color: #424649;
}

body {
  background-color: #121212;
  font-family: Arial, sans-serif;
}

.card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-title {
  font-size: 26px !important;
  font-weight: bold !important;
  text-align: left;
}

.text-body-secondary {
  color: rgb(232, 232, 232) !important;
  text-shadow: 0px 0px 4px #000;
  text-align: left;
}

.card-text {
  color: rgb(173, 181, 189);
  text-align: left;
}

div:has(> .card-badge) {
  text-align: left;
}

.card-badge {
  display: inline-block;
  margin-bottom: 10px;
  border: 2px solid #adb5bd;
  padding: 2px 8px;
  width: fit-content;
  border-radius: 20px;
  opacity: 0.65;
  background-color: #adb5bd1f;
  text-align: left;
}

.line-height-small {
  margin-top: -15px;
  line-height: 15px;
}

h2 {
  margin-bottom: 20px;
}

header {
  z-index: 1000;
}

.navbar-brand {
  font-weight: bold;
}

/* Custom spacing for the top header */
.main {
  margin-top: 60px;
}

/* Additional styles */
h1,
p {
  margin-bottom: 20px;
}

.toast-container {
  z-index: 1050;
    /* Ensure it appears above other elements */
}

.toast {
  opacity: 0.9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.toast .toast-body {
  font-size: 0.9rem;
}

.nav-text {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
}

@media (max-width: 767px) {
  .nav-text {
    display: none;
  }

}

@media (min-width: 768px) {
  .nav-text {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

}

.popup-form-container {
  margin-top: 75px;
  margin-bottom: 75px;
  align-items: baseline !important;
}

.popup-form {
  border: 0;
  border-top: solid 6px #286fcc !important;
  background-color: #0000005e !important;
}

.popup-form input[type="text"],
.popup-form input[type="email"],
.popup-form input[type="password"] {
  border: 0;
  background-color: transparent;
  border-bottom: solid 4px #286fcc;
}

.popup-form .center {
  text-align: center;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 12px;
  color: #fff !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  color: #fff !important;
  filter: none !important;
}

.fs-16 {
  font-size: 16px;
}

.left {
  text-align: left;
}

.sepatator-bottom {
  border-bottom: 1px solid #1a1e1e;
}

.fw-light {
  font-weight: 300 !important;
}

.bg-body-tertiary {
  background-color: #090b0b !important;
}

.text-bg-dark {
  background-color: #050707 !important;
  border-bottom : 1px solid #1a1e1e;
}

.card {
  background-color: #111313;
  border-color: #2e2f2f;
}

.alert-danger {
  width : auto;
  background : linear-gradient(45deg, #2673B1, #a100b1);
  font-size : 25px;
  border-radius: 15px;
  padding : 2px 15px;
  text-align : center;
  text-shadow : 3px 2px 3px #000, -1px -1px 1px #1817177a, 1px 1px 1px #1817177a;
  color : #FFF;
}

.alert-danger small {
  font-size: 18px;
  color : #c7c7c7;
}

.intro {
  border-top : 1px solid #1a1e1e;
  border-bottom: 1px solid #1a1e1e;
}

.form-control {
  background-color: #0003;
}

.form-select {
  background-color: #0003;
}

.accordion-button {
  background-color: #070909;
}

.accordion-body {
  background-color: #121515;
}

.table-svenar td {
  background-color: #050707;
}

.table-dashboard tr:nth-of-type(2n+1) th,
.table-dashboard tr:nth-of-type(2n+1) td {
  background-color: #090b0b;
}

.table-dashboard tr th,
.table-dashboard tr td {
  background-color: #0d1010;
}

.navbar-button-offset {
  display : inline-block !important;
  min-height : 40px !important;
  text-decoration: none;
  transform : translateY(2px);
}

.btn-svenar {
  background : transparent;
  color : #FFF;
  font-weight : bold;
  text-shadow : 3px 2px 3px #000, -1px -1px 1px #1817177a, 1px 1px 1px #1817177a;
  border : 0px;
  border-image-source: linear-gradient(135deg, #2294F0, #cd13df);
  border-image-slice : 1;
  border-top : 1px solid;
  border-bottom : 1px solid;
}

.btn-svenar-selected {
  background : linear-gradient(135deg, #2294F0, #cd13df);
  border : 0px;
  border-radius: 0;
  font-weight : bold;
  text-shadow : 3px 2px 3px #000, -1px -1px 1px #1817177a, 1px 1px 1px #1817177a;
  color: #fff;
}

.btn-danger {
  background-color: #992832 !important;
  border-color: #992832 !important;
}

.full-width {
  width: 100% !important;
}

.d-flex-right {
  display : flex;
  justify-content: end;
}

.fit-height {
  height: fit-content;
}

.text-bold {
  font-weight: bold;
}

.text-strike {
  text-decoration: line-through;
  opacity: 0.5;
}

.ta-left {
  text-align: left;
}

.ml-1 {
  margin-left: .25rem;
}

.ml-2 {
  margin-left: .5rem;
}

.ml-3 {
  margin-left: .75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mr-1 {
  margin-right: .25rem;
}

.mr-2 {
  margin-right: .5rem;
}

.mr-3 {
  margin-right: .75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius : 12px;
}

.f-left {
  float: left;
}

.flex-col {
  flex-direction: column;
}

.flex-grow {
  flex-grow: inherit;
}

.ta-left {
  text-align: left;
}

.img-cart {
  height: 100px;
  float : left;
}

.card-cart {
  min-height: 175px;
}

.mr-m5px {
  margin-right: -5px;
}

.card-cart-flex table {
  height: fit-content;
}

@media (max-width: 800px) {
  .responsive-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: var(--bs-gutter-x, 15px) !important;
    padding-left: var(--bs-gutter-x, 15px) !important;
  }

}

@media (max-width: 1000px) {
  .card-cart-flex {
    flex-direction: column;
    width: 70%;
  }

  .card-cart-flex img {
    object-fit: contain;
  }

}

.br-1 {
  border-radius: 1px;
}

.br-2 {
  border-radius: 2px;
}

.br-3 {
  border-radius: 3px;
}

.br-4 {
  border-radius: 4px;
}

.br-5 {
  border-radius: 5px;
}

.br-6 {
  border-radius: 6px;
}

.br-7 {
  border-radius: 7px;
}

.br-8 {
  border-radius: 8px;
}

.br-9 {
  border-radius: 9px;
}

.br-10 {
  border-radius: 10px;
}

.br-12 {
  border-radius: 12px;
}

.br-15 {
  border-radius: 15px;
}

.br-20 {
  border-radius: 20px;
}

.br-25 {
  border-radius: 25px;
}

.br-30 {
  border-radius: 30px;
}

.op-10 {
  opacity: 0.1;
}

.op-20 {
  opacity: 0.2;
}

.op-30 {
  opacity: 0.3;
}

.op-40 {
  opacity: 0.4;
}

.op-50 {
  opacity: 0.5;
}

.op-60 {
  opacity: 0.6;
}

.op-70 {
  opacity: 0.7;
}

.op-80 {
  opacity: 0.8;
}

.op-90 {
  opacity: 0.9;
}

.op-100 {
  opacity: 1.0;
}