:root {
  --primaryred: #D9302E;
  --secondaryred: #A32527;
  --tertiaryred: #661618;
  --accentlightgrey: #2D2D2D;
  --accentdarkgrey: #151515;

  --compositeblue: #2660A4;
  --compositeyellow: #F5E663;
  --compositegreen: #40C9A2;
  --compositepurple: #AB92BF;


}

*, ::before, ::after {
  box-sizing: inherit;
}

html, body {
  font-family: Verdana,sans-serif;
  font-size: 15px;
  line-height: 1.5;
  box-sizing: border-box;
  background-color: #000;
}

body, h1, h2, h3, h4, h5, h6 {

  font-family: "Montserrat", sans-serif;

}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 36px;
}

body, p {

  color: #fff !important;
}

.indexmainpage {
  width:100%; 
  height: 100%
}

.indexloadingscreen {
  opacity: 1;
  z-index: 100;
  position: fixed; 
  width:100%; 
  height: 100%; 
  background: black;
  text-align: center;
  padding-top: 15%
}

.indexloadingscreen.deactivate {
  animation: loadingscreenfade-out 0.5s ease-in-out forwards;
}

@keyframes loadingscreenfade-out {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

.productviewscreen {
  background-color:rgba(0,0,0,0.9);
  z-index: 200;
  position: fixed; 
  width:100%; 
  height: 100%; 
  text-align: center;

}

.productviewheader {
  text-align: right;
  padding: 20px;

}

.productviewmain {
  flex: 1;
  
}



.primarystylebutton {
    width: 100%;
    padding: 10px 0;
    margin: 10px auto;
    border-radius: 5px;
    border: none;
    background: var(--primaryred);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    
  }

  .primarystylebuttonsized {
    width: 100%;

    border-radius: 5px;
    border: none;
    background: var(--primaryred);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    
  }

  .mainmenu a {
    text-decoration: none;
  }

.sidemenuitem {
border: none;
text-decoration: none;
cursor: pointer;
padding: 12px 0 24px 0 !important;
font-size: 12px !important;
color: #fff !important;
display: flex;
}

.sidemenuitemtext
{
  padding-left: 90px;
  position: fixed;
  padding-top:10px;
  white-space: nowrap;
}




.sidemenuitemicon {
  color: white;
  position: relative;
  padding-left: 30px;
  font-size: 36px;
}

.sidemenubarsicon {
  width: 100%;
padding-top: 10px;
padding-bottom: 20px;
padding-left: 32px;
border: none;
white-space: normal;
float: none;
outline: 0;
text-decoration: none;
cursor: pointer;

font-size: 12px !important;
color: #fff !important;


}
.sidemenuitem:hover {
  background-color: #000 !important;
}

img {
  vertical-align: middle;
  border-style: none;
}



.MyMarquee div {
  display: inline-block;
  vertical-align: middle;
}

.up-arrow {
 height: 25px;
 width: 25px;
}

.minus {
  height: 25px;
  width: 25px;
 }



  button:hover {
    background: var(--accentlightgrey);
}

  input {
    margin: 0;
    outline: none;
  }

  h3 {
    margin: 12px 0;
}

form {
  width: 100%;

  padding-left: 20px;
  padding-right: 20px;

}
fieldset {
  border: none;
  border-top: 1px solid var(--accentlightgrey);
}

a:hover {
  color: #4a4c49;
}

.errortext {
  color: var(--secondaryred);
  font-size: 15px;
}

a {
  color: #d51010;
}

.checkbox {
  padding-right: 10px
}

.standardtable1 {
  background: #fff;
  color: black;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  
}

.paparams {
  background: rgb(61, 61, 67);
  display: flex;
}


.paparamsleft {
  flex: 1
  }

.paparamsright {
flex: 1
}

.apimessage {
  background: rgb(61, 61, 67);

}
.apimessageleft {
  flex: 1
  }

.apimessageright {
flex: 1
}

.subscribebox {
  background: rgb(61, 61, 67);

}
.subscribeboxleft {
  flex: 1
  }

.subscribeboxright {
flex: 1
}

.addproduct {
  background: rgb(61, 61, 67);

}

.shareproduct {
  background: rgb(61, 61, 67);

}


.subscribetoproduct {
  background: rgb(61, 61, 67);

}


.jobclass {
  background: rgb(61, 61, 67);

}

.addjob {
  background: rgb(61, 61, 67);

}


.addproductleft {
  flex: 1
  }

.addproductright {
flex: 1
}

.shareproductleft {
  flex: 1
  }

.shareproductright {
flex: 1
}


.subproductleft {
  flex: 1
  }

.subeproductright {
flex: 1
}


.addjobleft {
  flex: 1
  }

.addjobright {
flex: 1
}

.shareproductdialog {
  background: rgb(61, 61, 67);

}
.shareproductleft {
  flex: 1
  }

.shareproductright {
flex: 1
}

.standardtable1 tr {
  height: 50px;

}

.standardtable1 tr:nth-child(even) {
  background-color: rgb(221, 217, 210);
}

.standardtable1 td,
.standardtable1 th
{
  padding-left: 50px;
  position: sticky;
}

.standardtable1head th {
  background: rgb(61, 61, 67);
  color: #fff;
  text-align: left;
  position: sticky;
  top: 0px;


}

.standardtable1 tbody {
  overflow-y: auto; 

}

button, input, select, textarea, optgroup {
  font: inherit;
    font-weight: inherit;
    font-size: inherit;
  margin: 0;
}




h3 {
  font-size: 24px;
}

.container {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0px 0px;
  }
.pages {
  display: flex;
  width: 400%;
  box-sizing: border-box;

  }
.page {
  width: 100%;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 10px;
  transition: all 0.7s;
  color: white;
  padding: 0px 40px;
  }

.formlabeldiv
{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
text-align: center;

}

#progress {
  position: relative;
  margin-bottom: 30px;   
}



#progress-num {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

#progress-num::before {
  content: "";
  background-color: lightgray;
  position: absolute;
  top: 50%;
  left: 0;
  height: 5px;
  width: 100%;
  z-index: -1;
}

#progress-num .step {
  border: 3px solid var(--accentlightgrey);
  border-radius: 100%;
  width: 10px;
  height: 10px;
  line-height: 25px;
  text-align: center;
  background-color: var(--accentlightgrey);
  font-family: sans-serif;
  font-size: 14px;    
  position: relative;
  z-index: 1;
}

#progress-num .step.active {
  border-color: var(--secondaryred);
  background-color: var(--secondaryred);
  color: #fff;
}


.standardtable2 {
  width:100%;
  table-layout: fixed;
}



.standardtable2 tbody {
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
}

.standardtable2 th {
  padding: 20px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.standardtable2 td {
  padding: 15px;
  text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  border-bottom: solid 1px rgba(255,255,255,0.1);
  text-overflow: ellipsis;
  overflow: clip;
}

.vpparamsbutton {
  height: 30px;
  width: 30px;
  cursor:pointer;

}

product-tag {
  background-color: red;
  border: 2px solid red;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0.3em;
  padding: 0em 0.3em;
  font-size: 12px;
  display: inline-block;
}

.addproduct input, .simpleForm input, .simpleForm span {
  padding: 5px;
  vertical-align: middle;


}

.genFormelement {
  padding-bottom: 10px;
}

.simpleForm input {
    width: 400pt;
}
.addproduct label, .simpleForm label {
    text-align: right;
    vertical-align: middle;
    width: 10%;
}

.addjob label, .simpleForm label {
  padding: 0 5px;
  text-align: right;
  vertical-align: middle;
  width: 10%;
}

.addproductform, .simpleForm .addjobform {
  width: 100%;
}

.container input  {
  width: auto;
  margin: -2px 10px 0 0;
}

.addproductform>div  {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
    
        
        }

        .addjobform>div  {
          display: flex;
          align-items: center;
          margin-bottom: 10px;
  
      
      }

.tags-input-wrapper {
  background: #f9f9f9;
  padding: 10px;
  border-radius: 4px;
  width: 95%;
  height: 80px;
  display: block;
  border: 1px solid #ccc
}

.tags-input-wrapper input {
  border: none;
  background: transparent;
  outline: none;
}

.tags-input-wrapper .tag {
  display: inline-block;
  background-color: var(--primaryred);
  color: white;
  border-radius: 40px;
  padding: 0px 3px 0px 7px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.tag a {
  color: white;
}

.tag a:hover {
  color: var(--accentlightgrey);
}
.tags-input-wrapper .tag a {
  margin: 0 7px 3px;
  display: inline-block;
  cursor: pointer;
}

.confirmationdec {
  border-radius: 10px;
  background: var(--tertiaryred);
  border: 2px solid;
  border-color: var(--secondaryred);
  padding: 5px;
  margin-bottom: 10px;

}

.marquee {
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  animation: scroll 40s linear infinite;
}

.marqueeControls {
  display: inline;
  width: 30pt;  
}

.marquee__content_paused {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  animation: scroll 40s linear infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}


@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.marquee:hover .marquee__content {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.atoolbox {
  background: rgb(61, 61, 67);
  display: flex;
  text-align: center;
}

.atoolicon {
  height: 100px;
  width: 100px;
}

.prodsubmenu {
  background: rgb(61, 61, 67);
  display: flex;
  border-radius: 10px 10px 0 0;
}

.tismitem:hover,.tismitem_first:hover,.tismitem_last:hover {
  background-color: #595959;
}

.prdmitem, .prdmitem_first, .prdmitem_last  {
  font-size: 15px;
  flex: 1;
  padding-top: 10px;
  text-align: center;
  border-right-color: #404040;
  border-right-style: groove;
  border-radius: 0 10px 0 0;
}

.prdmitem_first {
  border-right-color: #404040;
  border-right-style: groove;
  border-radius: 10px 10px 0 0;
  border-collapse: collapse;
}

.prdmitem_last {
  border-right-style: none;
  border-radius: 0 10px 0 0;
  border-collapse: collapse;
}



.tisubmenu {
  background: rgb(61, 61, 67);
  display: flex;
  border-radius: 10px 10px 0 0;
}

.tismitem:hover,.tismitem_first:hover,.tismitem_last:hover {
  background-color: #595959;
}

.tismitem, .tismitem_first, .tismitem_last  {
  font-size: 15px;
  flex: 1;
  padding-top: 10px;
  text-align: center;
  border-right-color: #404040;
  border-right-style: groove;
  border-radius: 0 10px 0 0;
}

.tismitem_first {
  border-right-color: #404040;
  border-right-style: groove;
  border-radius: 10px 10px 0 0;
  border-collapse: collapse;
}

.tismitem_last {
  border-right-style: none;
  border-radius: 0 10px 0 0;
  border-collapse: collapse;
}




.boursetable {
  text-align:center;
  width: 100%;
  table-layout: fixed;
}

.boursetable tbody {
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
  background-color: #232324;
}

.boursetable th {
  background: rgb(61, 61, 67);
  padding-left: 8px;
  height: 30px;
  padding-right: 10px;
  font-size: 10px;
  text-transform: uppercase;
  position: sticky;
  top: 0px;
}

.boursetable td {

  padding: 5px;
  font-weight: 300;
  font-size: 12px;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}

.boursetable .positive {
  color: #69ff02;
}

.boursetable .negative {
  color: #ff3939;
}


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

.loadingspin {
  animation: circlespin 2s linear infinite;
  width: 30px;
  height: 30px;
}

/*Chat Widget*/

#chat-widget-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  flex-direction: column;
}
#chat-popup {
  height: 70vh;
  max-height: 70vh;
  transition: all 0.3s;
  overflow: hidden;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  font-size: .875rem;
    line-height: 1.25rem;
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34,var(--tw-bg-opacity));
    border-radius: .375rem;
    flex-direction: column;
    width: 24rem;
    display: none;
    bottom: 5rem;
    right: 0;
    position: absolute;
}


#chat-bubble {
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgba(217, 48, 46,var(--tw-bg-opacity));
    border-radius: 9999px;
    align-items: center;
    font-size: 1.875rem;
    line-height: 2.25rem;
cursor: pointer;
}

#chat-message-user {
    color: rgba(255,255,255,var(--tw-text-opacity));
    padding-top: .5rem;
padding-bottom: .5rem;
padding-left: 1rem;
padding-right: 1rem;
background-color: rgba(102, 22, 24,var(--tw-bg-opacity));
border-radius: .5rem;

}

#chat-message-server {
    color: rgba(255,255,255,var(--tw-text-opacity));
    padding-top: .5rem;
padding-bottom: .5rem;
padding-left: 1rem;
padding-right: 1rem;
background-color: rgba(61, 61, 67,var(--tw-bg-opacity));
border-radius: .5rem;

}

#chat-header {
    --tw-text-opacity: 1;
color: rgba(255,255,255,var(--tw-text-opacity));
padding: 1rem;
--tw-bg-opacity: 1;
background-color: rgba(217, 48, 46,var(--tw-bg-opacity));
border-top-left-radius: .375rem;
border-top-right-radius: .375rem;
justify-content: space-between;
align-items: center;
display: flex;
}

#close-popup {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    border-style: none;
    padding: 0;
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity));
    background-color: transparent;
    border-style: none;
    cursor: pointer;

}

#chat-input{
    flex: 1 1 0%;
    margin-right: 1rem;
    opacity: 1;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
padding-right: 1rem;
border-width: 1px;
border-radius: .375rem;
}

#chat-icon {
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity));
    width: 2.5rem;
    height: 2.5rem;
    display: block;
}

#chat-messages {
    padding: 1rem;
    overflow-y: auto;
    flex: 1 1 0%;
}

#chat-unhealthy-container {
  display: none;
  padding: 1rem;
  background-color: #292929;
  text-align: center;
}



#chat-input-container {
  padding: 1rem;
  --tw-border-opacity: 1;
  border-color: #151515;
  border-top-width: 1px;
  border-top-width: 1px;
  }

@media (max-width: 768px) {
  #chat-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
  }
}

.chat-jumping-dots span {
  position: relative;
  bottom: 0px;
  -webkit-animation: jump 1500ms infinite;
  animation: jump 2s infinite;
}
.chat-jumping-dots .dot-1{
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.chat-jumping-dots .dot-2{
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.chat-jumping-dots .dot-3{
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

@-webkit-keyframes jump {
  0%   {bottom: 0px;}
  20%  {bottom: 5px;}
  40%  {bottom: 0px;}
}

@keyframes jump {
  0%   {bottom: 0px;}
  20%  {bottom: 5px;}
  40%  {bottom: 0px;}
}



.sidemenuOpen {
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -ms-transition: 3s;
  -o-transition: 3s;
  transition: 0.3s;
  width: 285px;
}
.sidemenuOpen span {

  visibility: visible;
  opacity: 1;
  transition: visibility 0.2s, opacity 0.2s linear;
}

.sidemenuClose span {
  visibility: hidden;
  opacity: 0;

}


.sidemenuClose {
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -ms-transition: 3s;
  -o-transition: 3s;
  transition: 0.3s;
  width: 95px;
}

.fileDropZone {
  border: 3px solid rgb(156, 156, 156);
  width: 60%;
  padding: 5%;
  text-align: center;
  margin-left: 20%;
  background-color: #212121;
  border-radius: .5em;
  cursor: move;
}

.fileDropZone.over {
  border: 3px dotted;
  background-color: rgba(76, 76, 76, 0.588)
}

.genFormfield {
  display: flex;
  align-items: center
}

.genFormfield label{
  width: 10%;
  padding: 0 5px;
  text-align: right;
}

.genFormfield input{
width:95%
}

.genFormfield select{
  display: flex;
}

.genFormfield textarea{
  resize: none;
  width:95%
  
}


.pdfCanvas {
  display: block;
  text-align: center;
  align-content: center;
  padding: 0;
  margin: auto;
  padding-top: 15px;

}

.basibuttonnomaxWidth {
  border-radius: 5px;
  border: none;
  background: var(--primaryred);
  color: #fff;
}
.fileIconDiv img {
width: 45px;
}

.msiproductAction {
  color: var(--primaryred);
}

.msiproductAction:hover {
  color: #fff;
}
.rightsidemenucontainer {
  z-index: 200;
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}

.rightsidemenucontainer.open {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.rightsidemenu {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 201;
  position: fixed;
  width: 0;
  height: 100%;
  text-align: right;
  right: 0;
  overflow: hidden; 
  transition: width 0.3s ease;
}

.rightsidemenu.open {
  width: 25%;
}

.rightsidemenucontents {

  margin: 0;
  padding: 0;
  overflow: hidden;
  text-wrap: nowrap;

}


.productDetailsRSMenuTable th
{
  padding-right: 30px;
}

.rotating-spinner {
  animation: rotate 1s linear infinite;
  transform-origin: center;
}

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