﻿:root {
  --primary-color: #148362;
  --secondary-color: #5FB86F;
  --hover-color: #007855;
  --text-color: #7d828b;
  --background-color: #EFEFEF;
  --font-lato: 'Lato', sans-serif;
  --font-oswald: 'Oswald', sans-serif;
}

.opb .full-button,
.opb .select-product,
.proctor-details,
.product-short-messages,
.popup p,
.email-button,
.call-button,
.opb .miniProductDetailsView .product-name {
  font-size: 16px;
  font-weight: 600;
}

.opb span.tick::before,
.proctor-card,
.associated-product-card,
.proctor-card-group,
.associated-product-card-group,
.opb #proctor-price,
.opb #product-price,
.popup-title,
.popup .popup-subtitle,
.call-us,
.opb .ajaxCart .productAddedToCartWindowCheckout,
.opb .productAddedToCartWindowSummary a {
  font-weight: 600;
}

.opb .opb-product-title,
.opb span.tick::before,
.opb span.opb-tooltip::before,
.opb .group-item-2,
.opb .group-item-3,
.popup-content {
  text-align: center;
}

.opb .list-title {
  margin-bottom: 10px;
  font-size: 16px;
}

.opb .opb-product-title {
  font-size: 20px;
  color: var(--primary-color);
  margin: 15px 0;
}

.opb .video-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 10px;
}

  .opb .video-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

.opb .product-card {
  font-family: var(--font-oswald);
  width: 680px;
  max-width: 95%;
  margin: auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.opb .product-container {
  width: 92%;
  margin: auto;
}

.opb .select2-container .select2-selection--single {
  height: initial;
  padding: 5px;
  box-shadow: none;
  background-color: darkorange;
}

  .opb .select2-container .select2-selection--single .select2-selection__rendered {
    background-color: darkorange;
    color: black;
  }

.opb .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.opb .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  border-left: none;
}

.opb .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::before {
  content: "\e905";
}

.opb .select2-container--default .select2-selection--single .select2-selection__arrow::before {
  content: "\e904";
  font-family: ncco-icon;
  font-size: 20px;
  border: none;
  position: absolute;
  right: 5px;
  color: black;
  top: 50%;
  transform: translateY(-50%);
}

.opb .select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
}

.opb .select2-results__option {
  padding: 6px 20px;
  font-family: var(--font-lato);
}

.opb .select2-container--default .select2-search--dropdown .select2-search__field {
  font-family: var(--font-lato);
  font-size: 12px;
  margin: 5px;
  width: calc(100% - 10px);
}

  .opb .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible,
  .opb .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
  }

.opb .select2-container--open .select2-dropdown--above,
.opb .select2-container--open .select2-dropdown--below {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #d3d6de;
  box-shadow: none;
}

.opb .select2-results__option::after {
  content: "";
  width: 99%;
  display: block;
  height: 1px;
  background: #d3d6de;
  position: relative;
  top: 6px;
}

.opb span.tick::before {
  content: "\2713";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 8px;
  font-style: normal;
}

.opb span.opb-tooltip::before {
  content: "\003F";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #3c8dbc;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  margin-left: 8px;
  cursor: pointer;
  font-style: normal;
}

.opb .product-summary ul,
.proctor-summary {
  max-height: 120px;
  overflow-y: auto;
}

  .opb .product-summary ul::-webkit-scrollbar,
  .proctor-summary::-webkit-scrollbar {
    width: 8px;
  }

  .opb .product-summary ul::-webkit-scrollbar-track,
  .proctor-summary::-webkit-scrollbar-track {
    background: #d6ff9c;
  }

  .opb .product-summary ul::-webkit-scrollbar-thumb,
  .proctor-summary::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: 10px;
    border: 2px solid var(--secondary-color);
  }

    .opb .product-summary ul::-webkit-scrollbar-thumb:hover,
    .proctor-summary::-webkit-scrollbar-thumb:hover {
      background-color: var(--primary-color);
    }

.opb .full-button {
  width: 100%;
  background: var(--primary-color);
  color: #fff;
  text-transform: none;
  font-family: var(--font-lato);
  opacity: 1;
}

  .opb .full-button:hover {
    background: var(--primary);
  }

.opb a#refresh-button {
  text-decoration: underline;
  display: block;
  margin: -15px 0 10px;
}

.opb .select-product {
  font-family: var(--font-lato);
  margin-bottom: 6px;
}

.opb .group-item-2,
.opb .group-item-3 {
  width: 33.53%;
  min-height: 80px;
  border-left: 3px solid rgba(131, 131, 131, 0.8);
}

.opb .group-item-2 {
  width: 50%;
  min-height: 60px;
}

  .opb .group-item-2:first-child,
  .opb .group-item-3:first-child {
    border-left: none;
  }

.proctor-card,
.associated-product-card {
  color: var(--secondary-color);
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 0;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-size: 14px;
}

  .proctor-card.selected,
  .associated-product-card.selected {
    border-color: #9c9c9c;
    background-color: var(--secondary-color);
    color: #fff;
  }

.proctor-card-group,
.associated-product-card-group {
  border: 3px solid rgba(131, 131, 131, 0.8);
  font-family: var(--font-lato);
}

.proctor-details,
.product-short-messages {
  width: 100%;
  border: 3px solid rgba(131, 131, 131, 0.8);
  color: #fff;
  background-color: var(--secondary-color);
  margin-top: -3px;
  font-family: var(--font-lato);
  padding: 10px;
}

  .product-short-messages h3 {
    font-size: 1.75rem;
  }

  .product-short-messages p {
    font-size: 1.25rem;
  }

  .product-short-messages h4 {
    font-size: 1.5rem;
    color: #28a745;
  }

.opb #proctor-price,
.opb #product-price {
  font-size: 20px;
  font-family: var(--font-lato);
}

.proctor-details h3 {
  font-size: 1.75rem;
}

.proctor-details p {
  font-size: 1.25rem;
}

.proctor-details h4 {
  font-size: 1.5rem;
  color: #28a745;
}

.product-card {
  padding-bottom: 48px;
  width: 75%;
}

.opb .product-summary {
  margin: 0px auto 20px;
}

.topic-popup {
  display: none;
  position: fixed;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #ccc;
  z-index: 1000;
}

.attributes {
  display: none;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup-content {
  background-color: white;
  max-width: 400px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Lato";
}

.close {
  position: absolute;
  top: 4px;
  right: 8px;
  font-size: 26px;
  cursor: pointer;
  color: #1a1616;
}

.popup-title {
  padding: 5px 20px;
  background: var(--background-color);
  color: var(--primary-color);
  font-size: 18px;
}

.popup-details {
  padding: 20px;
}

.popup .popup-subtitle {
  font-size: 18px;
  margin-bottom: 12px;
  color: #000;
}

.popup p {
  margin-bottom: 30px;
  color: #000;
}

.email-button, .call-button {
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  width: 45%;
  margin: 0 5px;
}

.email-button {
  background: #69B771;
}

.call-button {
  background: var(--hover-color);
}


.email-button:hover {
  background: #69B771;
  color: #FFF;
}

.call-button:hover {
  background: var(--hover-color);
  color: #FFF;
}

.call-us {
  font-size: 20px;
  color: var(--primary-darker);
}

.opb.group-product-details-page .product-name::after {
  content: none;
}

.opb .ajaxCart .k-window-titlebar.k-header {
  padding: 22px 26px 20px 14px;
  background: var(--background-color);
}

.opb .miniProductDetailsView .product-name {
  color: var(--primary-color);
  margin-bottom: 0;
}

.opb .ajaxCart .productAddedToCartWindowCheckout {
  border-radius: 10px;
  border: 1px solid #000;
  font-family: var(--font-lato);
}

.opb .productAddedToCartWindowSummary a {
  margin-right: 8px;
  border-radius: 10px;
  border: 1px solid #000;
  font-family: var(--font-lato);
}


.select-proctor {
  font-family: var(--font-lato);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

#back-button {
  cursor: pointer;
  text-decoration: underline;
  display: block;
  margin: -15px 0 10px;
  color: var(--primary);
}

#fpm-btn {
  position: absolute;
  z-index: 11;
  cursor: pointer;
  opacity: 0;
  left: calc(50% - 26px);
  top: calc(50% - 15px);
  background: rgba(0, 0, 0, .9);
  border-radius: 4px;
  transition: opacity 0.2s ease-in;
}

#fpm-play,
#fpm-pause {
  width: 55px;
  padding: 8px 20px;
  transition: opacity 0.2s ease-in;
}

#fpm-btn:hover {
  background: #00adefff;
}

.fpm-video-container:hover #fpm-btn {
  opacity: 1;
}

#fpm-tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  color: #fff;
  background: rgba(0, 0, 0, .9);
  font-size: 12px;
  letter-spacing: 0;
  bottom: 1.65em;
  padding: .66667em 1em;
  height: 2.66667em;
  line-height: 1.25em;
  border-radius: 4px;
  transition: opacity .15s ease-out;
  position: absolute;
  font-weight: 700;
  white-space: pre;
  opacity: 0;
  transform: translateX(-50%);
  cursor: default;
  font-family: sans-serif;
}

#fpm-btn:hover #fpm-tooltip {
  opacity: 1;
}

@media only screen and (max-width: 700px) {
  .opb .product-card {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.copy-icon {
    background: url(../img/copy-icon.svg) no-repeat center;
    background-size: 75%;
    transition: transform 0.2s, color 0.2s;
    margin: 0 -10px -6px 10px;
    height: 25px;
    width: 25px;
    display: inline-block;
    cursor: pointer;
}

.copy-icon:hover {
    transform: scale(1.1);
}

.email-us-container-div {
    display: none;
    margin-top: 10px;
}

.email-us-container-text {
    font-size: 18px;
}