*, ::after, ::before
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:focus-visible
{
  outline-style: solid;
  outline-width: 3px;
  outline-color: #8f2e8f;
  outline-offset: 1px;
  border-color: transparent;
}

.btn--previous-image:focus,
.btn--next-image:focus
{
  background-color: white;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6
{
  margin: 0;
}

.h1{font-size: 1.5rem;}
.h2{font-size: 1.375rem;}
.h3{font-size: 1.250rem;}
.h4{font-size: 1.125rem;}
.h5{font-size: 1rem;}
.h6{font-size: 0.875rem;}

li
{
  list-style: none;
  list-style-position: inside;
  margin:0;
  padding:0;
}

ol,
ul
{
  padding: 0;
  margin: 0;
}

a
{
  text-decoration: none;
  color: black;
}

.background-color--light-gray--odd-child > *:nth-child(odd),
.background-color--light-grey--odd-child > *:nth-child(odd)
{
  background-color: #f4f4f4;
}

.background-color--light-gray--even-child > *:nth-child(even),
.background-color--light-grey--even-child > *:nth-child(even)
{
  background-color: #f4f4f4;
}

.noscroll
{
  overflow: hidden;
}

.development-overlay
{
  position: fixed;
  left: 0;
  top: 0;
  height: 100svh;
  width: 100%;
  background-color: transparent;
  z-index: 999;
  pointer-events: none;
}

.tag-edit--select--overlay
{
    position: absolute;
    z-index: 1000; 
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}
.tag-edit--select--overlay[size="1"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
}

.float--left,
.float-start
{
  float:left;
}

.float--right,
.float-end
{
  float:right;
}

.color--dealicash-violet
{
    color: #8f2e8f!important;
}

.color--dealicash-green
{
    color: #86cb3a!important;
}

.color--white
{
    color: white!important;
}

.color--red
{
    color: red!important;
}

.color--light-red
{
    color: #da646e!important;
}

.color--gray,
.color--grey
{
    color: #6c757d!important;
}

.color--light-gray,
.color--light-grey
{
    color: #6b6b6b5d!important;
}

.color--black
{
    color: black!important;
}

.color--blue
{
    color: #007bff !important;
}

.color--lightblue
{
    color: lightblue!important;
}

.boder-color--red
{
  border-color: red!important;
}

.border-color--black
{
  border-color: black!important;
}

.background-color--dealicash-violet /*Dark Magenta*/
{
  background-color: #8f2e8f!important;
}

.background-color--dealicash-green /*Yellow Green*/
{
  background-color: #86cb3a!important;
}

.background-color--white
{
  background-color: white!important;
}

.background-color--dark
{
  background-color: #212529!important;
}

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

.background-color--lightblue
{
  background-color: lightblue!important;
}

.background-color--red
{
  background-color: red!important;
}

.background-color--green
{
  background-color: green!important;
}

.background-color--blue
{
  background-color: #007bff!important;
}
.background-color--gray
{
  background-color: #6b6b6b5d!important;
}

.background-color--light-red
{
  background-color: #ecbfc3!important;
}

.background-color--light-green
{
  background-color: #96dbbc!important;
}
.background-color--light-gray
{
  background-color: #f4f4f4!important;
}
.background-color--light-orange
{
  background-color: #ffe5b4!important;
}
.background-color--mid-grey
{
  background-color: #d3d3d3!important;
}

.background-color--gray,
.background-color--grey
{
  background-color: #6c757d!important;
}

.background-color--light-gray,
.background-color--light-grey
{
  background-color: #f5f5f5!important;
}

.color--dealicash-violet
{
  color: #8f2e8f!important;
}

.color--dealicash-green
{
  color: #86cb3a!important;
}

.color--white
{
  color: white!important;
}

.color--red
{
  color: red!important;
}

.color--green
{
  color: green!important;
}

.color--grey
{
  color: #6c757d!important;
}

.color--black
{
  color: black!important;
}

.color--lightblue
{
  color: lightblue!important;
}

.color--blue
{
  color: #007bff!important;
}

.line-break--anywhere
{
  line-break: anywhere;
}

.text-uppercase
{
  text-transform: uppercase;
}

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

.text-block
{
  display: block;
}

.text-align--center
{
  text-align: center!important;
}

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

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

.text-underline
{
  border-bottom: 1px solid currentColor;
}

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

.font-weight--900,
.text--boldest
{
  font-weight: 900;
}

.font-style--italic
{
  font-style: italic;
}
/* NOTE : opacity < 1 creates new stacking context 
   and can cause z-index issues */

.opacity-5
{
  opacity: 0.05!important;
}

.opacity-10
{
  opacity: 0.10!important;
}

.opacity-15
{
  opacity: 0.15!important;
}

.opacity-25
{
  opacity: 0.25!important;
}

.opacity-50
{
  opacity: 0.5!important;
}

.opacity-75
{
  opacity: 0.75!important;
}

.width-5
{
  width: 5%!important;
}

.width-25
{
  width: 25%!important;
}

.width-40
{
  width: 40%!important;
}

.width-45
{
  width: 45%!important;
}

.width-50
{
  width: 50%!important;
}

.width-75
{
  width: 75%!important;
}

.width-90
{
  width: 90%!important;
}

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

.margin--auto
{
  margin: auto!important;
}

.width--pixel-600
{
  width: 600px!important;
}

.width--pixel-800
{
  width: 800px!important;
}

.width--pixel-1000
{
  width: 1000px!important;
}

.width--pixel-1200
{
  width: 1200px!important;
}

.width--pixel-1400
{
  width: 1400px!important;
}

.width--pixel-1600
{
  width: 1600px!important;
}

.min-width--pixel-100
{
  min-width: max(100px, 100%)!important;
}

.min-width--pixel-200
{
  min-width: max(200px, 100%)!important;
}

.min-width--pixel-300
{
  min-width: max(300px, 100%)!important;
}

.min-width--pixel-400
{
  min-width: max(400px, 100%)!important;
}

.min-width--pixel-600
{
  min-width: max(600px, 100%)!important;
}

.min-width--pixel-800
{
  min-width: max(800px, 100%)!important;
}

.min-width--pixel-1000
{
  min-width: max(1000px, 100%)!important;
}

.min-width--pixel-1200
{
  min-width: max(1200px, 100%)!important;
}

.min-width--pixel-1400
{
  min-width: max(1400px, 100%)!important;
}

.min-width--pixel-1600
{
  min-width: max(1600px, 100%)!important;
}

.max-width--pixel-100
{
  max-width: min(100px, 100%)!important;
}

.max-width--pixel-200
{
  max-width: min(200px, 100%)!important;
}

.max-width--pixel-300
{
  max-width: min(300px, 100%)!important;
}

.max-width--pixel-400
{
  max-width: min(400px, 100%)!important;
}

.max-width--pixel-600
{
  max-width: min(600px, 100%)!important;
}

.max-width--pixel-800
{
  max-width: min(800px, 100%)!important;
}

.max-width--pixel-1000
{
  max-width: min(1000px, 100%)!important;
}

.max-width--pixel-1200
{
  max-width: min(1200px, 100%)!important;
}

.max-width--pixel-1400
{
  max-width: min(1400px, 100%)!important;
}

.max-width--pixel-1600
{
  max-width: min(1600px, 100%)!important;
}

.p-0,
.pt-0,
.py-0
{
  padding-top: 0;
}


.p-1,
.pt-1,
.py-1
{
  padding-top: 0.5rem;
}

.p-2,
.pt-2,
.py-2
{
  padding-top: 1rem;
}

.p-3,
.pt-3,
.py-3
{
  padding-top: 1.5rem;
}

.p-4,
.pt-4,
.py-4
{
  padding-top: 2rem;
}

.p-5,
.pt-5,
.py-5
{
  padding-top: 2.5rem;
}

.p-0,
.pr-0,
.px-0
{
  padding-right: 0;
}

.p-1,
.pr-1,
.px-1
{
  padding-right: 0.5rem;
}

.p-2,
.pr-2,
.px-2
{
  padding-right: 1rem;
}

.p-3,
.pr-3,
.px-3
{
  padding-right: 1.5rem;
}

.p-4,
.pr-4,
.px-4
{
  padding-right: 2rem;
}

.p-5,
.pr-5,
.px-5
{
  padding-right: 2.5rem;
}

.p-0,
.pb-0,
.py-0
{
  padding-bottom: 0;
}

.p-1,
.pb-1,
.py-1
{
  padding-bottom: 0.5rem;
}

.p-2,
.pb-2,
.py-2
{
  padding-bottom: 1rem;
}

.p-3,
.pb-3,
.py-3
{
  padding-bottom: 1.5rem;
}

.p-4,
.pb-4,
.py-4
{
  padding-bottom: 2rem;
}

.p-5,
.pb-5,
.py-5
{
  padding-bottom: 2.5rem;
}

.p-0,
.pl-0,
.px-0
{
  padding-left: 0;
}

.p-1,
.pl-1,
.px-1
{
  padding-left: 0.5rem;
}

.p-2,
.pl-2,
.px-2
{
  padding-left: 1rem;
}

.p-3,
.pl-3,
.px-3
{
  padding-left: 1.5rem;
}

.p-4,
.pl-4,
.px-4
{
  padding-left: 2rem;
}

.p-5,
.pl-5,
.px-5
{
  padding-left: 2.5rem;
}

.m-1,
.mt-1,
.my-1
{
  margin-top: 0.5rem;
}

.m-2,
.mt-2,
.my-2
{
  margin-top: 1rem;
}

.m-3,
.mt-3,
.my-3
{
  margin-top: 1.5rem;
}

.m-4,
.mt-4,
.my-4
{
  margin-top: 2rem;
}

.m-5,
.mt-5,
.my-5
{
  margin-top: 2.5rem;
}

.m-1,
.mr-1,
.mx-1
{
  margin-right: 0.5rem;
}

.m-2,
.mr-2,
.mx-2
{
  margin-right: 1rem;
}

.m-3,
.mr-3,
.mx-3
{
  margin-right: 1.5rem;
}

.m-4,
.mr-4,
.mx-4
{
  margin-right: 2rem;
}

.m-5,
.mr-5,
.mx-5
{
  margin-right: 2.5rem;
}

.m-1,
.mb-1,
.my-1
{
  margin-bottom: 0.5rem;
}

.m-2,
.mb-2,
.my-2
{
  margin-bottom: 1rem;
}

.m-3,
.mb-3,
.my-3
{
  margin-bottom: 1.5rem;
}

.m-4,
.mb-4,
.my-4
{
  margin-bottom: 2rem;
}

.m-5,
.mb-5,
.my-5
{
  margin-bottom: 2.5rem;
}

.mb-10
{
  margin-bottom: 10rem;
}

.m-1,
.ml-1,
.mx-1
{
  margin-left: 0.5rem;
}

.m-2,
.ml-2,
.mx-2
{
  margin-left: 1rem;
}

.m-3,
.ml-3,
.mx-3
{
  margin-left: 1.5rem;
}

.m-4,
.ml-4,
.mx-4
{
  margin-left: 2rem;
}

.m-5,
.ml-5,
.mx-5
{
  margin-left: 2.5rem;
}

.click-through,
.pointer-events--none
{
  pointer-events: none!important;
}

.hidden
{
  display: none!important;
}

.visibility-hidden
{
  visibility: hidden!important;
}

.border--none
{
  border: none!important;
}

.border
{
  border: 1px solid #dee2e6!important;
}

.border--rounded
{
  border-radius: 0.25rem;
}

.border--rounded--top
{
  border-radius: 0.25rem 0.25rem 0 0;
}

.border--rounded--bottom
{
  border-radius: 0 0 0.25rem 0.25rem;
}

.bordered-cell {
  border-bottom: 2px solid black;
  padding: 8px; 
}

.overflow-shadow--top
{
  position: fixed;
  height: 30px;
  background-image: linear-gradient(180deg, #86cb3a, transparent);
}

.overflow-shadow--bottom
{
  position: fixed;
  height: 30px;
  background-image: linear-gradient(0deg, #86cb3a, transparent);
}

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

.shadow-bottom-black
{
  box-shadow: 0 1rem 1rem -1rem black;

}

.shadow-top-black
{
  box-shadow: 0 -1rem 1rem -1rem black;

}

.z-index-1
{
  z-index: 1;
}

.z-index-2
{
  z-index: 2;
}

.z-index-3
{
  z-index: 3;
}

.z-index-4
{
  z-index: 4;
}

.z-index-5
{
  z-index: 5;
}

.z-index-1000
{
  z-index: 1000;
}

svg
{
  vertical-align: middle;
}

img
{
  position: relative;
  overflow: hidden;
  color: #6c757d;
}

img:after
{
  content: attr(alt);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e5e1de;
  background-image: url("../404_image_not_found.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 100%;
}

.input-text,
.input-number,
.input-text--small,
.input-datetime
{
  display: inline-block;
  line-height: 1.5rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}

.input-text--small
{
  line-height: 1rem;
  padding: 0.25rem 0.25rem;
  font-size: 0.75rem;
}

.input-textarea
{
  display: inline-block;
  text-decoration: none;
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}

.input-select
{
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 4 5%22%3E%3Cpath fill%3D%22%238f2e8f%22 d%3D%22M2 0L0 2h4zM2 5L0 3h4z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 8px 10px;
}

.input-text--discreet
{
  background-color: #efefef;
  border-radius: 0.5rem;
}

.input-text--discreet:focus
{
  background-color: white;
}

.cursor--pointer
{
  cursor: pointer!important;
}

.cursor--pointer:hover
{
  outline-style: solid;
  outline-width: 3px;
  outline-color: #8f2e8f;
  outline-offset: 1px;
  border-color: transparent;
}

.btn
{
  cursor: pointer;
  display: inline-block;
  line-height: 1.5rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  background-color: transparent;
}

.btn-small
{
  cursor: pointer;
  display: inline-block;
  line-height: 1rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.25rem 0.25rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  background-color: transparent;
}

.btn-tiny
{
  cursor: pointer;
  display: inline-block;
  line-height: 1rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid grey;
  padding: 0.25rem 0.25rem;
  font-size: 0.5rem;
  border-radius: 0.25rem;
  background-color: transparent;
}

.btn-dealicash
{
  background-color: #8f2e8f;
  color: #ffffff;
}

.btn-dealicash-grey
{
  background-color: #6c757d;
  color: #ffffff;
}

.btn-dealicash-alt
{
  background-color: #86cb3a;
  color: #ffffff;
}

.btn-dealicash-light-alt
{
  border: 1px solid #8f2e8f;
  color: #86cb3a;
}

.btn-dealicash-light-danger
{
  color: red;
}

.btn-dealicash-danger
{
  background-color: red;
  color: #ffffff;
}

.btn:disabled,
.btn-small:disabled,
.btn-tiny:disabled,
.disabled-link
{
  pointer-events: none;  /* Note: Ensure that `tabindex="-1"` and `aria-disabled="true"` are added in the HTML or JavaScript to prevent keyboard focus and improve accessibility. */
  background-color: rgba(108, 117, 125, 0.4);
  color: black;
}

.btn:active
{
  box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.2), inset 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.row
{
  margin-right: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.row>*
{
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
}

.col-1
{
  flex: 0 0 auto;
  width: 8.333333%;
}

.col-2
{
  flex: 0 0 auto;
  width: 16.666667%;
}

.col-3
{
  flex: 0 0 auto;
  width: 25%;
}

.col-4
{
  flex: 0 0 auto;
  width: 33.333333%;
}

.col-5
{
  flex: 0 0 auto;
  width: 41.666667%;
}

.col-6
{
  flex: 0 0 auto;
  width: 50%;
}

.col-7
{
  flex: 0 0 auto;
  width: 58.333333%;
}

.col-8
{
  flex: 0 0 auto;
  width: 66.666667%;
}

.col-9
{
  flex: 0 0 auto;
  width: 75%;
}

.col-10
{
  flex: 0 0 auto;
  width: 83.333333%;
}

.col-11
{
  flex: 0 0 auto;
  width: 91.666667%;
}

.col-12
{
  flex: 0 0 auto;
  width: 100%;
}

.align-content--start
{
  align-content: flex-start!important;
}

.align-content--center
{
  align-content: center!important;
}

.align-content--end
{
  align-content: flex-end!important;
}

.align-items--center
{
  align-items: center!important;
}

.align-items--start
{
  align-items: flex-start!important;
}

.align-items--end
{
  align-items: flex-end!important;
}

.align-items--stretch
{
  align-items: stretch!important;
}

.align-items--baseline
{
  align-items: baseline!important;
}

.align-self--start
{
  align-self: flex-start!important;
}

.align-self--center
{
  align-self: center!important;
}

.align-self--end
{
  align-self: flex-end!important;
}

.row-flex
{
  display: flex;
  flex-direction: row;
}

.row-flex--start
{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.row-flex--between
{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.row-flex--center
{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.row-flex--evenly
{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.row-flex--around
{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.row-flex--end
{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.flex--wrap
{
  flex-wrap: wrap!important;
}

.flex--wrap > *
{
  flex-grow: 0;
}

.column-flex
{
  display: flex;
  flex-direction: column;
  margin: auto;
}

.column-flex--start
{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.column-flex--end
{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}


.column-flex--between
{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.column-flex--around
{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.column-flex--evenly
{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.flex--child--fill-space
{
  flex: 1;
}

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

.display--block
{
  display: block!important;
}

.ellipsis--one-line
{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis--multi-lines
{
  text-overflow: ellipsis;
  overflow: hidden;
}

.form-control
{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
}

.form-control::file-selector-button
{
  padding:.375rem .75rem;
  margin:-.375rem -.75rem;
  -webkit-margin-end:.75rem;
  margin-inline-end:.75rem;
  color:#212529;
  background-color:#e9ecef;
  pointer-events:none;
  border-color:inherit;
  border-style:solid;
  border-width:0;
  border-inline-end-width:1px;
  border-radius:0;
}

.form-line--compact
{
  position: relative;
}

.form-line--compact > label,
.compact--top-left
{
  position: absolute;
  top: -0.625rem;
  font-size: 0.65rem;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0.125rem 0.25rem;
  line-height: 0.65rem;
  border-radius: 0.5rem;
}

.single-input-form--label
{
  position: absolute;
  font-size: 0.65rem;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0.125rem 0.25rem;
  line-height: 0.65rem;
  border-radius: 0.5rem;
}

.top--minus-0625
{
  top: -0.625rem;
}

.top--minus-1
{
  top: -1rem;
}

.form-select,
.form-select--small
{
  display: block;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M7.41%2C8.58L12%2C13.17L16.59%2C8.58L18%2C10L12%2C16L6%2C10L7.41%2C8.58Z%22%20%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: right 0.25rem center;
  background-size: 1.5rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select--small
{
  padding: 0.25rem 1.25rem 0.25rem 0.5rem;
  font-size: 0.75rem;
}

.flash-message
{
  width: 100%;
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
  text-align: center;
  padding: 1rem 40px;
  z-index: 999;
}

.input-error--notification
{
  width: 100%;
  text-align: left;
  color: #C13515;
}

.flash--form-notification
{
  width: 100%;
  text-align: center;
  padding: 0.25rem;
  border-radius: 0.25rem;
}

.flash-message--error
{
  color: black;
  font-weight: bold;
  background-color: #ecbfc3;
}

.flash-message--warning
{
  color: black;
  font-weight: bold;
  background-color: #f5e1a4;
}

.flash-message--success
{
  color: black;
  font-weight: bold;
  background-color: #96dbbc;
}

.flash-message > button
{
  position: absolute;
  right: 6px;
  top: 6px;
}

.tracking--container > a
{
  color: black;
  text-decoration: underline;
}

.cursor--pointer,
.action-text
{
  cursor: pointer!important;
}

.cursor--help
{
  cursor: help!important;
}

.cursor--not-allowed
{
  cursor: not-allowed!important;
}

.cursor--copy
{
  cursor: copy!important;
}

.text-decoration--none
{
  text-decoration: none!important;
}

.text-decoration--underline
{
  text-decoration: underline!important;
}

.text-decoration--line-through
{
  text-decoration: line-through!important;
}

.text-decoration--overline
{
  text-decoration: overline!important;
}

.text-decoration--underline-overline
{
  text-decoration: underline overline!important;
}

.text-size--xl
{
  font-size: 2rem;
}

.text-size--l
{
  font-size: 1.5rem;
}

.text-size--m
{
  font-size: 1rem;
}

.text-size--s
{
  font-size: 0.75rem;
}

.text-size--xs
{
  font-size: 0.5rem;
}

.line-height--1
{
  line-height: 1!important;
}

.line-height--1-1
{
  line-height: 1.1!important;
}

.line-height--1-2
{
  line-height: 1.2!important;
}

.image--container--xs
{
  position: relative;
  display: block;
}

a.image--container--xs
{
  border: solid transparent 1px;
}

.image--container--xs > img
{
  display: block;
  height: 3.5rem;
  max-width: 100%;
  object-fit: contain;
  margin: auto;
}

.image--container--s
{
  position: relative;
  display: block;
}

a.image--container--s
{
  border: solid transparent 1px;
}

.image--container--s > img
{
  display: block;
  height: 7rem;
  max-width: 100%;
  object-fit: contain;
  margin: auto;
}

.image--container--m
{
  position: relative;
  display: block;
}

a.image--container--m
{
  border: solid transparent 1px;
}

.image--container--m > img
{
  display: block;
  height: 8rem;
  max-width: 100%;
  object-fit: contain;
  margin: auto;
}

.image--container--l
{
  position: relative;
  display: block;
}

a.image--container--l
{
  border: solid transparent 1px;
}

.image--container--l > img
{
  display: block;
  height: 15rem;
  max-width: 100%;
  object-fit: contain;
  margin: auto;
}

#filter-menu-row--container
{
  position: -webkit-sticky;
  position: sticky;
  top: 9rem;
  background-color: white;
}

#filter-menu-row--container > div > div > select
{
  line-height: 1;
}

.full-screen-overlay,
.full-screen-overlay--dark,
.full-screen-overlay--black
{
  position: fixed;
  left: 0;
  top: 0;
  height: 100svh;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.loading-overlay
{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.loading-overlay.loading-overlay--fixed
{
  position: fixed;
  left: 0;
  top: 0;
  height: 100svh;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.full-screen-overlay--dark
{
  background-color: rgba(0, 0, 0, 0.2);
}

.full-screen-overlay--black
{
  background-color: rgba(0, 0, 0, 1);
}

#overlay--page--content-container,
#overlay--content-container
{
  max-height: 100svh;
  background-color: white;
  border-radius: 0.25rem;
  overflow-y: auto;
  position: relative;
}

.overlay--inner-content-container--padding
{
  padding: 3rem 0.5rem 4rem 0.5rem;
}

.position-relative
{
  position: relative!important;
}

.position-absolute
{
  position: absolute!important;
}

.position-fixed
{
  position: fixed!important;
}

.shadow
{
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}

.full-image
{
  width: 100vw;
  height: 100svh;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.full-image > img
{
  max-width: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}


.extra-large-image
{
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
}

.extra-large-image > img
{
  display: block;
  object-fit: contain;
  margin: auto;
  height: 100svh;
  border-radius: 0.25rem;
  max-width: 100%;
}

.full-screen-overlay--close
{
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background-color: white;
}

.full-screen-overlay--fixed--close
{
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  background-color: white;
}

.main-content--container
{
  position: relative;
  padding: 0.5rem 0 0 0;
  margin-bottom: 1rem;
}

input[type="radio"]:checked+label{
  font-weight: bold;
}

input[type="color"]
{
  inline-size: 2rem;
  block-size: 2rem;
}

.input-subscribe
{
  background-color: #aaaaaa;
}

.btn-subscribe
{
  background-color: #8f2e8f;
}

.error-message
{
  text-align: center;
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-color: #ffc107;
}

.card--green-glass
{
  position: relative;
  background-color: rgba(134, 203, 58, 0.30);
  color: black;
  border-radius: 0.5rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(134, 203, 58, 0.15);
}

.card--violet-glass
{
  position: relative;
  background: rgba(143, 46, 143, 0.05);
  border-radius: 0.5rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(143, 46, 143, 0.15);
}

.card--white-glass
{
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.card--grey-glass
{
  position: relative;
  background: rgba(0, 0, 0, 0.10);
  border-radius: 0.5rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.card--yellow-glass
{
  position: relative;
  background: rgba(255, 255, 0, 0.10);
  color: black;
  border-radius: 0.5rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.btn--previous-image,
.btn--next-image
{
  position: fixed;
  top: 50%;
}

.btn--previous-image
{
  left: 1rem;
}

.btn--next-image
{
  right: 1rem;
}

.tab--header
{
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.tab--button
{
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.tab--button.active
{
  background-color: #ccc;
}

.tab--content
{
  padding: 1rem;
}

.tab--content--row
{
  background-color: #f2f5f7;
}

.tab--content--row:nth-of-type(odd)
{
  background-color: #e9eff5;
}

.absolute-top-left
{
  position:absolute;
  top:0;
  left:0;
}

.absolute-bottom-left
{
  position:absolute;
  bottom:0;
  left:0;
}

.absolute-top-right
{
  position:absolute;
  top:0;
  right:0;
}

.absolute-bottom-right
{
  position:absolute;
  bottom:0;
  right:0;
}

.generic-autocomplete-select-list-dropdown
{
  position: absolute;
  z-index: 1000;
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
}
.generic-autocomplete-select-list-field-container
{
  position: relative;
}
.generic-autocomplete-select-list-item
{
  padding: 0.375rem 0.75rem;
  cursor: pointer;
}


@media screen and (min-width: 576px) {
  :root
  {
    --bs-gutter-x: 1.5rem;
  }
  .h1{font-size: 2.25rem;}
  .h2{font-size: 2rem;}
  .h3{font-size: 1.75rem;}
  .h4{font-size: 1.5rem;}
  .h5{font-size: 1.25rem;}
  .h6{font-size: 1.125rem;}
  .col-sm-1 {width: 8.333333%;}
  .col-sm-2 {width: 16.666666%;}
  .col-sm-3 {width: 25%;}
  .col-sm-4 {width: 33.333333%;}
  .col-sm-5 {width: 41.666666%;}
  .col-sm-6 {width: 50%;}
  .col-sm-7 {width: 58.333333%;}
  .col-sm-8 {width: 66.666666%;}
  .col-sm-9 {width: 75%;}
  .col-sm-10 {width: 83.333333%;}
  .col-sm-11 {width: 91.666666%;}
  .col-sm-12 {width: 100%;}

  .product-card--price-container
  {
    font-size: 1em;
  }

  .no-search-results--container
  {
    margin: 3rem 0;
  }

  .full-screen-overlay,
  .full-screen-overlay--black
  {
    align-items: center;
  }
  .content-card > h2,
  .content-card > div > h2,
  .content-card-alt > h2,
  .content-card-alt > div > h2
  {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {width: 8.333333%;}
  .col-md-2 {width: 16.666666%;}
  .col-md-3 {width: 25%;}
  .col-md-4 {width: 33.333333%;}
  .col-md-5 {width: 41.666666%;}
  .col-md-6 {width: 50%;}
  .col-md-7 {width: 58.333333%;}
  .col-md-8 {width: 66.666666%;}
  .col-md-9 {width: 75%;}
  .col-md-10 {width: 83.333333%;}
  .col-md-11 {width: 91.666666%;}
  .col-md-12 {width: 100%;}

  .no-search-results--container
  {
    margin: 7rem 0;
  }

  .image--container--m > img
  {
    height: 15rem;
  }

  .image--container--l > img
  {
    height: 25rem;
  }

  .extra-large-image
  {
    min-width: 700px;
  }

  .btn--previous-image
  {
    left: 5rem;
  }

  .btn--next-image
  {
    right: 5rem;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {width: 8.333333%;}
  .col-lg-2 {width: 16.666666%;}
  .col-lg-3 {width: 25%;}
  .col-lg-4 {width: 33.333333%;}
  .col-lg-5 {width: 41.666666%;}
  .col-lg-6 {width: 50%;}
  .col-lg-7 {width: 58.333333%;}
  .col-lg-8 {width: 66.666666%;}
  .col-lg-9 {width: 75%;}
  .col-lg-10 {width: 83.333333%;}
  .col-lg-11 {width: 91.666666%;}
  .col-lg-12 {width: 100%;}

  .main-content--container
  {
    border: 1px solid #86cb3a;
    border-radius: 0.25rem;
  }
 
  .header--mobile-top
  {
    display: none;
  }

  .btn--previous-image
  {
    left: 15rem;
  }

  .btn--next-image
  {
    right: 15rem;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {width: 8.333333%;}
  .col-xl-2 {width: 16.666666%;}
  .col-xl-3 {width: 25%;}
  .col-xl-4 {width: 33.333333%;}
  .col-xl-5 {width: 41.666666%;}
  .col-xl-6 {width: 50%;}
  .col-xl-7 {width: 58.333333%;}
  .col-xl-8 {width: 66.666666%;}
  .col-xl-9 {width: 75%;}
  .col-xl-10 {width: 83.333333%;}
  .col-xl-11 {width: 91.666666%;}
  .col-xl-12 {width: 100%;}
}

@media screen and (min-width: 1400px) {
  .col-xxl-1 {width: 8.333333%;}
  .col-xxl-2 {width: 16.666666%;}
  .col-xxl-3 {width: 25%;}
  .col-xxl-4 {width: 33.333333%;}
  .col-xxl-5 {width: 41.666666%;}
  .col-xxl-6 {width: 50%;}
  .col-xxl-7 {width: 58.333333%;}
  .col-xxl-8 {width: 66.666666%;}
  .col-xxl-9 {width: 75%;}
  .col-xxl-10 {width: 83.333333%;}
  .col-xxl-11 {width: 91.666666%;}
  .col-xxl-12 {width: 100%;}

  .carousel--container
  {
    height: 400px;
  }
}

@media screen and (min-width: 1600px) {
  .carousel--container
  {
    height: 500px;
  }
}

/* animations */

.position-index--change--item  /* used to animate the change of item position in a list */
{
  transition: transform 300ms ease-in-out;
  will-change: transform;
}

.position-index-change--animating
{
  box-shadow: 0 0 0 3px #8e2f93;
}

.faded
{
  opacity: 0;
}

.transition-03s
{
  transition: all 0.3s;
}

.transition-05s
{
  transition: all 0.5s;
}

@keyframes rotate
{
  to{ transform: rotate(360deg); }
}

.rotate--clockwise
{
  animation-duration: 1s;
  animation-name: rotate;
  animation-iteration-count: infinite;
}

.color-transition--dealicash
{
  animation: color-transition--dealicash 2s linear infinite alternate;
}

@keyframes color-transition--dealicash
{
  from {color: #86cb3a;}
  to {color: #8f2e8f;}
}

.delimiter
{
  width: 100%; 
  height: 3px; 
  background-color: 
  grey; margin: 0.5rem 0;
}

.loading-animation-spinner-container
{
  animation: color-transition--dealicash 1.5s linear infinite alternate, rotate 1s linear infinite;
}

@media(prefers-reduced-motion)
{
  .transition-03s,
  .transition-05s
  {
    transition: none;
  }
}

@media (hover: hover) {
  .btn:hover,
  .btn-small:hover,
  .btn-tiny:hover
  {
    border: 1px solid grey;
    opacity: 100%;
    color: black;
  }

  tr:hover
  {
    background-color: rgba(0, 0, 0, 0.075);
  }

  .carousel--previous-slide:hover,
  .carousel--next-slide:hover,
  .btn--previous-image:hover,
  .btn--next-image:hover
  {
    background-color: white;
  }

  .tooltip--container:hover .tooltip--text
  {
    visibility: visible;
    pointer-events: none;
  }

  a.image--container--xs:hover
  {
    border: solid grey 1px;
  }

  a.image--container--s:hover
  {
    border: solid grey 1px;
  }

  a.image--container--m:hover
  {
    border: solid grey 1px;
  }

  a.image--container--l:hover
  {
    border: solid grey 1px;
  }

  .product--container:hover
  {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    color: black;
  }

  .product--delete:hover
  {
    cursor: pointer;
  }

  .product--small-image:hover
  {
    box-shadow: 1px 1px 5px black;
  }

  .account-menu--card:hover
  {
    border: 1px solid #86cb3a;
  }

  .tab--button:hover
  {
    background-color: #ddd;
  }
}

.form-group {
  margin-bottom: 1rem;
}

.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #495057;
}

.form-control {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.5;
}

.form-control:focus {
  border-color: #6F42C1;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.25);
}

.form-action-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.input--checkbox--toggle
{
    appearance: none;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    background-color: red;
    position: relative;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.input--checkbox--toggle:checked
{
    background-color: #86cb3a;
}

.input--checkbox--toggle:checked::before
{
    left: 22px;
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" style="width:16px;height:16px;" viewBox="0 0 24 24"><path fill="currentColor" d="M9,20.42L2.79,14.21L5.62,11.38L9,14.77L18.88,4.88L21.71,7.71L9,20.42Z"></path></svg>');
}

.input--checkbox--toggle::before
{
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" style="width:16px;height:16px;" viewBox="0 0 24 24"><path fill="currentColor" d="M20 6.91L17.09 4L12 9.09L6.91 4L4 6.91L9.09 12L4 17.09L6.91 20L12 14.91L17.09 20L20 17.09L14.91 12L20 6.91Z"></path></svg>');
    position: absolute;
    display: inline-block;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: white;
    color: #ccc;
    transition: left 0.2s ease;
}

.background-color--light-green {
  background-color: #d4edda !important;
  border-color: #c3e6cb !important;
}

.background-color--light-red {
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
}

.background-color--light-gray {
  background-color: #f8f9fa !important;
}

.background-color--light-blue {
  background-color: #e3f2fd;
}

.background-color--light-yellow {
  background-color: #fff9c4;
}
