/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
color scheme:
https://coolors.co/palettes/popular/turquoise
color palette generator: https://jsfiddle.net/8ZFMJ/2/
https://techbrij.com/css-selector-adjacent-child-sibling
https://dzone.com/articles/pure-css-slide-down-animation-1
https://chriscoyier.net/2022/12/21/things-css-could-still-use-heading-into-2023/#animate-to-auto
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css
https://fonts.google.com/icons?query=mukta&selected=Material+Symbols+Outlined:share:FILL@0;wght@400;GRAD@0;opsz@24&icon.query=share&icon.size=24&icon.color=undefined
[data-theme='dark'] .form-control {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6);
    color: var(--text-color) !important;

    https://www.svgrepo.com/
}
    https://vecta.io/nano
    20241204
https://redketchup.io/icon-converter
https://codepen.io/josetxu/pen/wvZzPQg

https://www.freepik.com/free-vector/dark-lines-texture_761781.htm#fromView=keyword&page=1&position=18&uuid=0d1c3a27-6e45-4d45-a94f-3ada6d4b6d96&query=Black+Wood+Texture+Seamless
    */

.colorSetForInstantPreview {
  color: #353535;
  color: #080808;
  color: #d9d9d9;
  color: #086375;
  color: #f8ffe5;
  color: #75dddd;
  color: #aaf66e;
  color: #07aaa4;
  color: #4b1d3f;
  color: #022b3a;
  color: #022135;
  color: #007ea7;
}

/*--reset--*/
:root {
  color-scheme: light dark;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
  

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
  border-bottom: 1px;
  border-style: solid;
  padding: 0.4em;
}

/*--start editing from here--*/

a {
  text-decoration: none;
}

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

/* text align right */

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

/* text align left */

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

/* text align center */

.float-rt {
  float: right;
}

/* float right */

.float-lt {
  float: left;
}

/* float left */

.clearfix {
  clear: both;
}

/* clear float */

.pos-relative {
  position: relative;
}

/* Position Relative */

.pos-absolute {
  position: absolute;
}

/* Position Absolute */

.vertical-base {
  vertical-align: baseline;
}

/* vertical align baseline */

.vertical-top {
  vertical-align: top;
}

/* vertical align top */

nav.vertical ul li {
  display: block;
}

/* vertical menu */

nav.horizontal ul li {
  display: inline-block;
}

/* horizontal menu */

img {
  max-width: 100%;
}

/*--end reset--*/
body a:hover {
  text-decoration: none;
  color: #f8ffe5;
}

body a {
  text-decoration: none;
  color: #d9d9d9;
}

.clearfix {
  clear: both;
}

/* content */

/*
  Responsive form elements
  Flexbox layout
*/

/*/////////////// GLOBAL STYLES ////////////////////*/

body {
  font-family: "Mukta", sans-serif;
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;

}

.main {
  background: url("https://reservoprix.storage.googleapis.com/stat/bg.jpg")
    no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  min-height: 100vh;
}

.layer {
  padding: 1.5em 0;
}

.addSpaceBottom {
  min-height: 15vh;
}

body.reduced .addSpaceBottom {
  display: none;
}

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

/*/////////////// FONT STYLES ////////////////////*/

.content-w3ls {
  max-width: 500px;
  background: #353535;
  padding: 1em;
  color: #f8ffe5;
}

span.stepInstruction {
  font-size: 1.3em;
  text-transform: uppercase;
}

.pageTitle {
  background-color: #aaf66e;
  color: #080808;
  border-top-left-radius: 0.8em;
  border-top-right-radius: 0.8em;
  padding: 0.5em;
  margin-top: 0.5em;
}

.hintTitle {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.hint {
  background-color: #080808;
  color: #cccccc;
  border-radius: 0.8em;
  padding: 0.8em;
  font-size: 0.8em;
  opacity: 0.8;
  text-align: justify;
  margin-top: 0.5em;
}

.bottomClosingPageTitle {
  border-bottom-left-radius: 0.8em;
  border-bottom-right-radius: 0.8em;
  background-color: #353535 !important;
}



span.stepError {
  font-size: 1em;

}

span.messageItem {
  font-size: 1em;
}

span.smallInPlaceFunction a {
  font-size: 1em;
  font-weight: normal;
  color: #aaf66e;
}

div.chapterTitle {
  margin: 0 auto;
  color: #f8ffe5;
  font-size: 1.1em;
  padding-left: 1em;
  padding-top: 1.3em;
  background-color: #353535;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;


}

div.auctionDataChapters {
  background-color: #353535;
  border-bottom-left-radius: 0.8em;
  border-bottom-right-radius: 0.8em;
  max-width: 500px;
  margin: auto;
}

div.chapterBox {
  margin: 0 auto;
  max-width: 500px;
  background: transparent;
}

div.contractParagraph {
  margin-top: 2em;
}

* {
  box-sizing: border-box;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
}

input {
  text-align: center;
  color: #f8ffe5;
  opacity: 1;
}



button {
  text-align: center;
  vertical-align: middle;
  font-weight: 900;
  color: #aaf66e;
  opacity: 1;
  background: #040404;
  border: none;
  font-size: 1em;
  padding: 0.4em 0.4em;
  /*  text-transform: uppercase;*/
  font-family: "Mukta", sans-serif;
  cursor: pointer;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.linkButtonContainer {
  margin: 0 !important;
  padding-right: 0;
  background-color: #353535;
}

button.copyShareLink {
  padding: 0.5em;
  border-top-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  background: #aaf66e;
  color: #040404;
  transition: width 2s;
}

button.copyShareLinkMiddle {
  padding: 0.8em;
  font-size: 1.3em;
  text-align: center;
  border-radius: 0.3em;
  border-radius: 0.3em;
}

a.externalLink {
  color: #aaf66e;
}

input.price {
  width: 85px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='16px' width='85px'><text x='2' y='13' fill='grey' font-size='12' font-family='arial'>$</text></svg>");
  padding-left: 12px;
}

nav.navbar {
  background-color: #040404;
}

span.menuItemHighlight {
  padding: 0.4em 0.3em 0.5em 0.3em;
  background-color: #007ea7;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
  -o-border-radius: 0.3em;
}

a.nav-link {
  color: #aaf66e;
}

span.menuItemNoHighlight {
  background-color: transparent;
  padding: 0.3em;
  color: #aaf66e;
}

span.menuItemNoHighlight:hover {
  background-color: #404040;
  padding: 0.4em 0.3em 0.5em 0.3em;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
  -o-border-radius: 0.3em;
}

footer {
  clear: both;

  position: fixed;
  padding-top: 0.5em;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #080808;
}

ul.links-unordered-list li.active a {
  background: rgba(255, 255, 255, 0.05);
  padding: 5px 20px;
  color: #fff;
}

div.links li span a.aItemHighlight {
  color: #fff;
}

.icon span.fa {
  font-size: 60px;
  color: #ddd;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.icon {
  margin-bottom: 3em;
}

div.contractItem {
  text-indent: 0.5em;
}

ul.contractItemList {
  list-style: square !important;
  list-style-position: inside !important;
  padding-inline-start: 40px;
}

ul.contractItemList li {
  display: list-item !important;
}

.content-bottom {
  padding: 1em;
  margin: 0 1em;
  position: relative;
  z-index: 1;
}

.logo h1 a {
  font-size: 2em;
  color: #fff;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 1px;
}

.subTextLogo {
  font-size: 1.2em;
  color: #dddddd;
}

.loggedInUser {
  padding-left: 1px;
  color: #dddddd;
  text-transform: lowercase;
}

.loggedInUserName {
  color: #dddddd;
  font-weight: bold;
}

.content-w3ls ul li {
  display: inline-block;
}

.faqA ul {
  list-style: square;
  list-style-type: square; 
  line-height: 1.6;
  padding-left: 2em;
}

.faqA ul li {
  display: list-item;
  margin-bottom: 0.7em;

}

.formFieldSpace {
  padding-top: 0.5em;
}

li.switch-agileits {
  float: left;
}

ul.list-login li:nth-child(2) {
  float: right;
}

ul.list-login-bottom li:nth-child(2) {
  float: right;
}

.field-group label {
  font-size: 15px;
}

.check {
  margin: 0.5em 0;
}

.checkbox input,
.radio input {
  position: absolute;
  left: -9999px;
}

.checkbox i {
  position: absolute;
  bottom: 5px;
  left: 2px;
  display: block;
  width: 14px;
  height: 14px;
  outline: none;
  border: none;
  background: #fff;
}

.check label {
  margin: 0;
  font-size: 1em;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 300;
}

.checkbox {
  position: relative;
  padding-left: 28px !important;
  cursor: pointer;
}

.checkbox input:checked + i:after,
.radio input:checked + i:after {
  opacity: 1;
}

.checkbox input + i:after,
.radio input + i:after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}

/*/////////////// FORM STYLES ////////////////////*/

form .field-group {
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  margin-bottom: 20px;
  padding: 2px 10px 2px 0;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}

form .field-group span {
  flex: 1;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  width: 20%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  color: #fff;
  background: transparent;
  line-height: 49px;
  text-align: right;
}

ul.list-login {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

form .field-group .wthree-field {
  flex: 4 50%;
  -webkit-box-flex: 4 50%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 4 50%;
  /* OLD - Firefox 19- */
  -webkit-flex: 4 50%;
  /* Chrome */
  -ms-flex: 4 50%;
  /* IE 10 */
  z-index: 1;
}

.wthree-field input {
  padding: 11px 15px;
  font-size: 16px;
  font-weight: 300;
  color: #ddd;
  letter-spacing: 1px;
  border: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "Mukta", sans-serif;
  width: 100%;
  outline: none;
}

.wthree-field select {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 300;
  color: #ddd;
  letter-spacing: 1px;
  border: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "Mukta", sans-serif;
  width: 100%;
  outline: none;
}

.wthree-field button.btn,
input.btn {
  background: #07aaa4;
  border: none;
  color: #fff;
  padding: 11px 15px;
  /*  text-transform: uppercase;*/
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  width: 100%;
  margin-top: 10px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}

.wthree-field button.infobtn,
select.infobtn,
input.infobtn {
  border-radius: 0.4em;

  background: #07aaa4;
  border: none;
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  width: 100%;
  letter-spacing: 2px;
  cursor: none;
  margin-bottom: 0.4em;
}

.wthree-field button.action-btn {
  text-transform: uppercase;
  background: linear-gradient(#00b2ca 0%, #007ea7 100%);
  /*text-shadow: rgba(0, 0, 0, 0.65) 0px 0px 2px, rgb(0, 0, 0) 1px 1px 1px;*/
  box-shadow: rgba(0, 0, 0, 0.32) 0px 0px 2px, rgba(0, 0, 0, 0.24) 0px 0px 1px,
    rgba(0, 0, 0, 0.16) 0px 0px 5px;
  border: none;
  color: #fff;
  padding: 11px 15px;
  /*  text-transform: uppercase;*/
  font-family: "Mukta", sans-serif;
  font-size: 1em;
  font-weight: 600;
  width: 80%;
  margin: 1em auto 3em auto;
  letter-spacing: 2px;
  cursor: pointer;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}

.wthree-field button.action-btn:hover {
  background: linear-gradient(#fff 100%,#00b2ca 0%);
  color: #007ea7;
  transition: 0.5s all;

}

.bottom-grid,
.bottom-grid1 {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  margin: 0em 10em;
}

ul.links-unordered-list li {
  display: inline-block;
  margin-right: 10px;
}

ul.links-unordered-list li a {
  font-size: 16px;
  color: #daffef;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 0 5px;
  text-transform: capitalize;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccdbdc;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccdbdc;
}

::-ms-input-placeholder {
  /* IE 10+ */
  color: #ccdbdc;
}

::-moz-placeholder {
  /* Firefox 18- */
  color: #ccdbdc;
}

ul.list-login-bottom li:nth-child(1) a,
ul.list-login-bottom li:nth-child(2) a {
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff !important;
}

li:nth-child(2) a,
li:nth-child(1) a {
  color: #fff;
}

.switch input {
  display: none;
}

.wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease-out;
}

.wrapper.is-open {
  grid-template-rows: 1fr;
}

.inner {
  overflow: hidden;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 21%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

input:checked + .slider {
  background-color: #086375;
}

input:focus + .slider {
  box-shadow: 0 0 1px #fcf4e1;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* //switch */
.copyright p {
  color: #ccc;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 300;
  word-spacing: 1px;
  /* text-transform: capitalize;*/
}

.copyright p a {
  color: #fff;
}

/* -- Responsive code -- */
@media screen and (max-width: 1280px) {
  .content-w3ls {
    /*margin: 1em auto;*/
    background: #353535;
    overflow: hidden;
  }
}

@media screen and (max-width: 1080px) {
  #subtextPrefix {
    display: none;
  }

  h1 {
    line-height: 0.8em;
  }

  #loggedInData {
    margin-top: 1em;
    margin-bottom: 0.7em;
  }

  .bottom-grid {
    flex-direction: column;
    text-align: center;
    margin: 0em 2em;
  }

  .logo {
    margin: 0em 0em 1em 0em;
  }

  .icon span.fa {
    font-size: 50px;
  }
}

@media screen and (max-width: 900px) {
  .bottom-grid {
    margin: 0em 0em 1em 0em;
  }

  .logo {
    margin: 0em 0em 1em 0em;
  }
}

@media screen and (max-width: 800px) {
  .logo h1 span.subTextLogo {
    display: block;
    margin-top: 0.7em;
    margin-bottom: 1em;
    font-size: 0.9em;
    color: #dddddd;
  }

  .bottom-grid1 {
    flex-direction: column;
    text-align: center;
  }

  .copyright {
    margin-top: 1em;
  }
}

@media screen and (max-width: 768px) {
  .logo h1 a {
    font-size: 22px;
  }
}

@media screen and (max-width: 668px) {
  .content-w3ls {
    /*margin: 1em auto;*/
    background: #353535;
    overflow: hidden;
  }

  ul.links-unordered-list li a,
  .copyright p {
    font-size: 15px;
  }

  ul.links-unordered-list li {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  ul.list-login {
    margin-bottom: 0.5em;
  }

  .icon {
    margin-bottom: 2em;
  }

  .icon span.fa {
    font-size: 40px;
  }

  ul.list-login-bottom li:nth-child(1) a,
  ul.list-login-bottom li:nth-child(2) a {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .copyright p {
    color: #fff;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 568px) {
  .content-bottom {
    padding: 1em 2.5em;
  }

  nav.navbar {
    background-color: #003249;
  }

  .content-w3ls {
    /*margin: 1em auto;*/
    max-width: 450px;
    background: #353535;
    overflow: hidden;
  }
}

@media screen and (max-width: 480px) {
  .logo h1 a {
    font-size: 20px;
  }
}

@media screen and (max-width: 415px) {
  .bottom-grid {
    flex-direction: column;
    text-align: center;
  }

  .logo {
    margin-bottom: 1em;
  }

  form .field-group {
    padding: 0px 10px 0px 0;
  }

  .wthree-field button.btn {
    font-size: 15px;
  }

  ul.list-login-bottom li:nth-child(1) a,
  ul.list-login-bottom li:nth-child(2) a {
    font-size: 13px;
  }

  .bottom-grid,
  .bottom-grid1 {
    margin: 0em 0em 1em 0em;
  }
}

@media screen and (max-width: 384px) {
  .content-bottom {
    padding: 1em 1em;
  }

  .layer {
    padding: 1em 0;
  }

  label.switch {
    padding-left: 2.5em;
  }
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {
}

/* sliding content parts only css */

.sliding {
  background: transparent;
  display: grid;
  grid-template-rows: 0fr;
  transition: all 1s ease-in-out;
  transform-origin: left top;
  overflow: hidden;
}

.sliding .inside {
  min-height: 0;
}

.sliding.expanded {
  grid-template-rows: 1fr;
}

.sliding:target {
  grid-template-rows: 1fr;
}

.sliderHeader {
  padding: 0.3em;
  background-color: #086375;
  padding-bottom: 0.5em;

}

.triangle_down {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #2f2f2f;
  font-size: 0;
  line-height: 0;
  float: left;
}

.triangle_down1 {
  position: relative;
  top: -5px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 0.2em solid black;
  border-top: 0.2em solid black;
  transform: rotate(135deg);
  margin-right: 0.5em;
  margin-left: 1em;
}

.triangle_up1 {
  position: relative;
  top: -5px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 0.2em solid black;
  border-top: 0.2em solid black;
  transform: rotate(-45deg);
  margin-right: 0.5em;
  margin-left: 1em;
}

span.subfunctionLabel {
  text-transform: uppercase;
  font-size: 1.1em;
  color: #fff;
}

/* sliding content parts only css */

::placeholder {
  color: grey;
  opacity: 1;
  /* Firefox */
}

.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 330px;
  height: auto;
  background-color: #aaf66e;
  color: #080808;
  text-align: left;
  padding: 1em;
  border-radius: 0.4em;
  font-size: 0.8em;
  position: absolute;
  z-index: 999;
  top: 10px;
  left: 40%;
  margin-left: -180px;
  display: block;
}

.tooltip .tooltiptextRight {
  top: 100%;
  left: 105%;
  margin-left: -110px;
  height: auto;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.introText {
  width: 100%;
  margin-bottom: 1em;
}

.bubbleSet {
  counter-reset: stepNumber;
}

.bubbleInner {
  width: 100%;
  text-align: center;
  padding: 0.7em 0.7em 0.7em 0.7em;
  margin: 0 auto 0.5em auto;
  background-color: #fff;
  border-width: 1px;
  border-color: #040404;
  border-style: solid;
  opacity: 0.8;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  color: #040404;
}

.bubbleInner:hover {
  background-color: #fff;
  border-style: solid;
  color: #040404;
  border-color: #aaf66e;
  border-width: 1px;
  opacity: 1;
}

.auctionItemBackground {
  background-color: #07aaa4;
  width: 100%;
  margin: 0.5em 0em;
  vertical-align: middle;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
}



.auctionItem {
  font-weight: 900;
  font-size: 1.1em;
  width: 95%;
  background-color: #161a1d;
  border-bottom-color: #7c807d;
  border-bottom-width: 0em;
  border-bottom-style: solid;
  color: #fff;
  margin-bottom: 0.5em;
  margin-top: 0.4em;
  margin-left: 7%;
  padding: 0.5em;
  padding-left: 1em;
  border-radius: 0.5em;
  text-align: left;

}

.auctionItem:hover {
  color: #353535;
  background-color: #75dddd;
}



.auctionItemBackgroundEvaluate {
  background-color: #07aaa4!important;
}

.auctionItemBackgroundExpired {
  background-color: #C0C0C0!important;
}

.auctionItemBackgroundRunning {
 background-color: #aaf66e!important;

}



.bubbleText {
  width: 100%;
  font-size: 1.1em;
  padding-left: 0.5em;
  font-family: Mukta;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
}

.bubbleText a {
  color: #040404;
}

.faqQ {
  background: transparent;
  color: #fff;
  font-size: 1.3em;
  font-family: Mukta;
  text-align: left;
}

.faqA {
  text-align: justify;
  font-size: 1em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

span.numberingHighlight::before {
  counter-increment: stepNumber;
  content: counter(stepNumber);
}

span.numberingHighlight {
  display: block;
  width: 20%;
  font-size: 1.3em;
  text-align: center;
  padding: 0em;
  background-color: #161a1d;
  color: #f8ffe5;
  margin: auto;
  border-radius: 0.2em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
  -o-border-radius: 0.3em;
}

span.financialNumber,
span.quantityNumber {
  display: block;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  padding: 0.2em;
  background-color: #aaf66e;
  color: #040404;
  margin: 0.3em;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
}

span.quantityNumber {
  background-color: #75dddd;
}

i.iconGoogle {
  display: inline-block;
  top: 23px;
  width: 28px;
  height: 28px;
  background-image: url("https://reservoprix.spocont.com/google.svg");
  background-repeat: no-repeat;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

@keyframes pulse {
  0% {
    opacity: 0.5;
    transform: translate(-50%, -100%) scale(0.5);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -100%) scale(1.2);
  }

  100% {
    transform: translate(-50%, -100%) scale(1);
  }
}

.tooltip2 span {
  text-decoration: none;
  transform: translate(-50%, -100%) scale(0.5);
  position: absolute;
  background-color: #aaf66e;
  color: #080808;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: 400;
  text-align: center;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  width: max-content;
  max-width: 200px;
  top: 0;
  left: 50%;
  margin-top: -18px;
  visibility: hidden;
  opacity: 0;
}

.tooltip2:hover {
  position: relative;
}

.tooltip2:hover span {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -100%) scale(1);
  animation: pulse 1s;
}

.tooltip2:hover span::after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top: 8px solid #292929;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-width: 10px;
}

/*reduced screen - widget screen settings */
body.reduced button.copyShareLink,
body.reduced div.linkButtonContainer,
body.reduced div#makeNewBidLabel,
body.reduced div#productID,
body.reduced div.hint,
body.reduced div.chapterTitle {
  display: none;
}

body.reduced #shortname, body.reduced #quantity, body.reduced #labelPay, body.reduced #labelBidStatus {
  display: none;
}

body.reduced section.main {
  background: transparent;
}

body.reduced .wthree-field button.action-btn {
  margin: 0.5em auto 0.5em auto;
}

body.reduced div.auctionDataChapters {
  background-color: #040404 !important;
}

body.reduced .chapterBox .content-w3ls {
  background-color: #040404;
}

body.reduced .bottomClosingPageTitle {
  background-color: #040404 !important;
}

.notification {
  background-color: #4b1d3f !important;
  text-align: left;
  font-weight: 500;
  border-left-width: 0.5em;
  border-left-style: solid;
  border-left-color: #040404;
  padding-left: 0.5em;
  margin-left: 0em;


}

i.icon-question-circle::before {
  content: "\e823";
}

.notifbg{
  background-color: #4b1d3f !important;

}



ul.hintList{
  list-style: square;
}

ul.hintList > li {
  margin-bottom: 1.5em;
}

label {
font-size: 0.9em;
}

.loginBottomClosing{
  background: #aaf66e !important;
}

.loginPageTitle{
  background: #007ea7 !important;
  color: #fff;
  margin-bottom: 0em;
}


/*
  body {
    background-color: light-dark(white,black);
    color: light-dark(black,white);
  }

  input:user-invalid{
    border-color: red;
  }

  panel {
    interpolate-size: height 0.5s ease
  }
  panel.open{
    height: auto;
  }

  my-element {
    align-content: center;
  }

  @starting-style {
    .modal{
    opacity: 0;
    visibility: hidden;
    }
  }

  .modal{
      opacity: 1;
      visibility: visibility;
      transition: opacity 0.3s, visibility 0.3s ease;
  }

  .box{
    margin: round(1em);
  }

  .circle {
    width: rem(10px,3px);
  }

*/


.checkbox.style-b {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.style-b input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.style-b input:checked ~ .checkbox__checkmark {
  background-color: #fff;
}
.checkbox.style-b input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}
.checkbox.style-b:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}
.checkbox.style-b:hover input:checked ~ .checkbox__checkmark {
  background-color: #fff;
}
.checkbox.style-b .checkbox__checkmark {
  position: absolute;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #333;
  transition: background-color 0.25s ease;
  border-radius: 4px;
}
.checkbox.style-b .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.checkbox.style-b .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
}


