@font-face {
  font-family: "NotoSans", sans-serif;
  src: url("NotoSans-VariableFont_wdth,wght.ttf");
}

body {
  overflow-x: hidden;
  font-family: "NotoSans", sans-serif !important;
    overflow-y: hidden;
}



.btn-floating, .btn:focus.elevated, .btn:focus, .btn:active, .btn:active.elevated, .btn-small:focus.elevated, .btn-large:focus.elevated {
  background-color: rgba(255, 88, 0, 1) !important;
}


span.switchtext{
  color: rgba(51, 51, 51, 1);
  font-size: medium;
  font-weight: 600;
  margin: 5px;
  position: absolute;
  display: inline;
  width: 100px;
  right: 55px;
  bottom: -2px;
}




.videobutton.tooltipped.pulse.btn-floating {
  width: 100%;
  height: 100%;
  max-width: 25px;

  max-height: 25px;

  border-radius: 50%;
  background-color: rgba(255, 88, 0, 1) !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 8px;
}

.videobutton.tooltipped.pulse.btn-floating:hover {

  background-color: rgba(51, 51, 51, 0.8) !important;
  background-color: rgba(255, 88, 0, 0.7) !important;

}




.videobutton.tooltipped.pulse.btn-floating.tech {
  width: 100%;
  height: 100%;
  max-width: 25px;

  max-height: 25px;

  border-radius: 50%;
  background-color: rgba(0, 157, 165, 1) !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 8px;
}

.videobutton.tooltipped.pulse.btn-floating.tech:hover {

  background-color: rgba(51, 51, 51, 0.8) !important;
  background-color: rgba(0, 157, 165, 1)!important;

}









.videowrap {
  position: absolute;
  z-index: 9999999999;
}

.logowrap {
  position: absolute;
  z-index: 99;
  width: 10%;
  right: 30px;
  top: 20px;
}

.btn-small {
  width: 30px !important;
  height: 30px !important;
  background-color: rgba(0, 23, 75,  0.0) !important;
  color: rgba(255, 136, 189,  0.0) !important;
  box-shadow: none;
 /* border-radius: 50% !important;
  border-color:  rgba(255, 136, 189,  0.0) !important;
  color:  rgba(0, 23, 75,  0) !important;
  
  background-color: rgba(255, 136, 189,  0) !important;
  font-size: 24px;*/
}
div.video-container:hover > .btn-small {
  color: rgba(255, 88, 0, 1) !important;
  background-color: rgba(255, 255, 255, 0) !important;
  border: 2px solid  rgba(255, 88, 0, 1); 

 box-shadow: 0 0px 0px 0 rgba(255, 88, 0, 1); 
}






.material-tooltip {
  padding: 8px 8px;
  border-radius: 0px;
  color: rgba(255, 255, 255, 1);
  background-color: var(--md-sys-color-inverse-surface);
  background-color: rgba(255, 88, 0, 1);
  font-family: var(--md-sys-typescale-body-medium-font-family-name);
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: var(--md-sys-typescale-body-medium-font-size);
  line-height: var(--md-sys-typescale-body-medium-line-height);
  font-weight: var(--md-sys-typescale-body-medium-font-weight);
  min-height: 24px;
  opacity: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400 !important;
  letter-spacing: .4px;
  position: absolute;
  max-width: 300px;
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  z-index: 2000;
}



.tooltip-tech {
  background-color: rgba(0, 157, 165, 1)!important;
}






.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: var(--track-width);
  height: var(--track-height);
  border-style: none !important;
  border-width: 2px;
  border-color: rgba(255, 88, 0, 1) !important;
 background-color: rgba(255, 88, 0, 1) !important;
  border-radius: 15px;
  border-width: 0px;
  margin-right: 10px;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  vertical-align: middle;
  margin: 0 16px;
}


.switch label input {
border: 0px !important;
}

.switch label input[type=checkbox]:checked + .lever {
  border-color: rgba(255, 88, 0, 1) !important;
  background-color: rgba(200, 200, 200, 1) !important;
  border: none !important;
}

.switch label .lever:before:hover {

  background-color: rgba(200, 200, 200, 1) !important;
  border: none !important;
}

.switch label .lever:after {

  background-color: rgba(51, 51, 51, 1) !important;
  border: none !important;
}



.switch {
  --track-height: 25px;
  --track-width: 45px;
  --border-width: 0px;
  --size-off: 16px;
  --size-on: 16px;
  --icon-size: 16px;
  --gap-on: calc(((var(--track-height) - var(--size-on)) / 2) - var(--border-width));
  --gap-off: calc(((var(--track-height) - var(--size-off)) / 2) - var(--border-width));
}


.container {

  max-width: 1920px;
}




