/*
    Copyright (c) 2022 iRobot Corporation. All rights reserved.
*/

/* General */

@font-face {
  font-family: "Muli-Regular";
  src: url("assets/fonts/muli_regular.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Muli-Regular";
  src: url("assets/fonts/muli_bold.ttf") format("truetype");
  font-weight: bold;
}

/* Examples menu */

.dirEntry::before {
  content: url("assets/images/folder_open.png");
  margin-right: 10px;
  display: inline-block;
}

.dirEntryClosed::before {
  content: url("assets/images/folder_closed.png");
}

.fileEntryShown {
  display: none;
}

.fileEntry::before {
  content: url("assets/images/python_icon.png");
  margin-right: 8px;
  display: inline-block;
}

.fileEntry:hover {
  color: #109c49;
}

label {
  font-family: "Muli-Regular";
  color: #35444c;
  font-size: 14px;
}

/* Buttons */

button {
  font-family: "Muli-Regular";
  font-weight: bold;
  font-size: 14px;
  color: #35444c;
  fill: #35444c;
  text-align: center;
  background-color: #ffffff;
  border: solid, #35444c;
  border-style: solid;
  border-radius: 16px;
  border-width: 1px;
  padding: 5px 10px;
  margin: 0px 6px 0px 0px;
}

button:disabled {
  background-color: #ffffff;
  color: #c1c1c1;
  fill: #c1c1c1;
  box-shadow: none;
}

button:hover:enabled {
  background-color: #ced7db;
}

button[disabled]>img {
  opacity: 0.5;
}

.controlButtonImage {
  width: 11px;
  height: 12px;
}

.controlButton {
  min-width: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
}

.fileButtonImage {
  height: 12px;
}

.toggleButton {
  background-color: #ebedef;
  border: none;
}

.toggleButtonImage {
  width: 10px;
  height: 10px;
}

/* Separators */

.horizontalSep {
  width: 20px;
}

.buttonImageSep {
  width: 6px;
}

/* Analytics */

#consent_blackbar {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
}

#truste-consent-content {
  background: #fff !important;
  border: none;
  border-top-left-radius: 102px;
  border-top-right-radius: 102px;
  margin: 0px auto;
  max-width: 900px !important;
  position: absolute !important;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 37px;
  width: 84%;
  z-index: 1000001;
}

#truste-consent-content:before {
  content: url(assets/images/square_wave.svg);
  float: left;
  left: 62px;
  top: 62px;
}

#truste-consent-content:after {
  content: url("assets/images/gdpr_corner.png");
  position: absolute;
  bottom: -4px;
  left: 0px;
  z-index: -1;
}

#truste-consent-content #truste-consent-buttons #privacy-policy-area {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  text-align: left;
  width: 45%;
}

#truste-consent-content #truste-consent-buttons #privacy-policy-area #truste-cookie-button {
  color: #707070;
  display: inline;
  font-family: "Harmonia Sans Pro Cyr", sans-serif;
  margin: 0 0 0 4px;
  padding: 0;
  width: auto;
}

#truste-consent-content #truste-consent-buttons #privacy-policy-area #truste-cookie-button:before {
  content: none;
}

#truste-consent-text {
  color: #404040;
  font-family: "Harmonia Sans Pro Cyr", sans-serif;
  font-size: 15px;
  float: right;
  line-height: 1.4;
  margin: 24px auto 22px;
  padding-right: 45px;
  text-align: left;
  width: 82%;
}

#truste-consent-text #truste-show-consent {
  color: #f09920;
  font-family: "Harmonia Sans Pro Cyr", sans-serif;
  font-size: 15px;
  padding: 0;
}

#truste-consent-buttons {
  float: right;
  margin: 24px auto 22px;
  padding-right: 45px;
  width: 82%;
}

#truste-consent-buttons #truste-consent-required {
  display: none;
}

#truste-consent-buttons #truste-consent-button {
  background: #f09920;
  border: none;
  border-radius: 50px;
  float: right;
  font-size: 17px;
  font-family: "Harmonia Sans Pro Cyr", sans-serif;
  padding: 24px 74px;
  width: 50%;
}

#truste-consent-buttons #truste-consent-button:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

#truste-consent-buttons #truste-cookie-button {
  color: #707070;
  font-family: "Harmonia Sans Pro Cyr", sans-serif;
  margin-top: 12px;
  padding: 0;
  width: 42%;
}

#truste-consent-buttons #truste-cookie-button:before {
  content: "Click here to read our ";
}

#truste-consent-buttons #truste-show-consent {
  -ms-flex-align: center;
  align-items: center;
  background: white;
  border: none;
  color: #1a1a1a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  float: left;
  font-family: "Harmonia Sans Pro Cyr", sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 42%;
}

#truste-consent-buttons #truste-show-consent:before {
  content: url(assets/images/icon_gear.svg);
  margin-right: 8px;
}

@media screen and (max-width: 1024px) {
  #truste-consent-content:before {
    left: 36px;
    top: 62px;
  }
}

@media screen and (max-width: 768px) {
  #truste-consent-content {
    width: 92%;
  }

  #truste-consent-content #truste-consent-buttons #privacy-policy-area {
    display: inherit;
  }

  #truste-consent-text {
    margin: 10px auto 12px;
    padding-right: 24px;
    width: 60%;
  }

  #truste-consent-buttons {
    margin: 10px auto 12px;
    padding-right: 0;
    width: 77%;
  }

  #truste-consent-buttons #truste-consent-button {
    float: right;
    font-size: 14px;
    padding: 18px 24px;
    width: 42%;
  }

  #truste-consent-buttons #truste-show-consent {
    width: 50%;
  }

  #truste-consent-buttons #truste-cookie-button {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  #truste-consent-content {
    padding: 137px 37px 37px;
  }

  #truste-consent-content:before {
    left: 0;
    right: 0;
    top: 24px;
    text-align: center;
  }

  #truste-consent-content #truste-consent-buttons #truste-consent-button {
    -ms-flex-order: 1;
    order: 1;
  }

  #truste-consent-content #truste-consent-buttons #truste-show-consent {
    background: none;
    -ms-flex-order: 2;
    order: 2;
  }

  #truste-consent-content #truste-consent-buttons #privacy-policy-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 8px;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }

  #truste-consent-text {
    padding-right: 0px;
    width: 100%;
  }

  #truste-consent-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
  }

  #truste-consent-buttons #truste-consent-button {
    font-size: 17px;
    width: 100%;
  }

  #truste-consent-buttons #truste-show-consent {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
    text-align: center;
    width: 100%;
  }

  #truste-consent-buttons #truste-cookie-button {
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
    width: 100%;
  }
}