/* Custom Stylesheets
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-content {
  background: #f8f8f8 !important;
}
.nitro {
  font-size: 16px !important;
}

.iframe-container {
    position: relative;
    border-radius: 0.25rem;
    overflow: hidden;
}

  .iframe-container-small {
    height: 336px;
  }

  .iframe-container-medium {
    height: 450px;
  }

  iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
  }

.nitro .tooltip {
  position: absolute;
  top: -30px;
  left: -15px;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 12px;
  word-wrap: break-word;
  opacity: 0;
}

.nitro .tooltip-inner {
  max-width: 230px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;

  bottom: 0;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.nitro .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

  .nitro .btn:hover .tooltip {
    opacity: 0.9;
  }

.nitro .btn {
  position: relative;
}

/** START SWITCH CSS - https://www.w3schools.com/howto/howto_css_switch.asp **/

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  min-width: 60px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

input:disabled + .slider {
  background-color: #ccc;
  cursor: not-allowed;
}

.nitro-cache-warmup input:disabled + .slider {
  background-color: #343a40;
  cursor: not-allowed;
}

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

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

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

/** END SWITCH CSS **/

#nitropack-notification {
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    z-index: 1000;
}

#nitropack-notification-message {
    padding: 10px 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 300px;
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    cursor: default;
}

#button-configure-warmup {
    margin-top: 5px;
    margin-right: 20px;
}

.modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
