@charset "UTF-8";
body {
  color: #FFFFFF;
  background-color: #000000;
  padding: 0 !important;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  color: #FFFFFF;
}

.hidden {
  display: none !important;
}

.border-line {
  background-color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.0588235294);
}

body.page-template-default {
  padding-top: 64px !important;
  min-height: 100vh;
}

.cl_list-right .chat-unread-messages {
  animation: pulse-red 2s ease-in-out infinite;
}

.hse-base-template * {
  font-family: "Open Sans", sans-serif;
}

footer.hse-footer-short {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.hse-base-template {
  position: relative;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  margin-right: 10px;
}

::-webkit-scrollbar-track {
  background: #303030;
  border-radius: 10px;
  margin: 8px 0;
}

::-webkit-scrollbar-thumb {
  background: #838383;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #929292;
}

.hse-base-container {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 64px;
  bottom: 24px;
  left: 0;
  right: 0;
  overflow: hidden;
  height: auto;
  padding: 10px 25px;
  background-color: #0D0D0D;
}
.hse-base-container .hse-base-container-inner {
  width: 100%;
  height: 100%;
  max-width: 1680px;
  margin: 0 auto;
}

.hse-base-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #141414;
  border: 1px solid #262626;
  border-radius: 6px;
}
.hse-base-content._after-title:not(._after-breadcrumbs) {
  height: calc(100% - 70px);
}
.hse-base-content._after-breadcrumbs:not(._after-title) {
  height: calc(100% - 50px);
}
.hse-base-content._after-title._after-breadcrumbs {
  height: calc(100% - 115px);
}

.borders {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.border-line {
  position: absolute;
  background: #404040;
}

.button-common {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 17px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: #000000;
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
}
.button-common svg {
  fill: #ffffff;
}
.button-common:hover {
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.button-common.wide-padding {
  padding-left: 18px;
  padding-right: 18px;
}
.button-common[disabled] {
  border: 1px solid rgba(255, 255, 255, 0.0588235294);
  background-color: #333333;
  background: #333333;
  color: #858585;
  cursor: default;
  pointer-events: none;
}
.button-common[disabled] svg {
  opacity: 0.4;
}

.button-left-icon {
  padding-left: 10px;
}

.button-right-icon {
  padding-right: 10px;
}

.button-open-ai {
  padding-left: 8px;
  padding-right: 8px;
}

.button-red-gradient {
  background: linear-gradient(96.46deg, #EF5600 0%, #FD2348 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.button-red-gradient svg path {
  fill: #FFFFFF;
}
.button-red-gradient.disabled {
  background: linear-gradient(96.46deg, #333333 0%, #3F3F3F 100%);
  background-color: #333333;
  border: 1px solid #3F3F3F;
  color: #858585;
  cursor: default;
  position: inherit;
}
.button-red-gradient.disabled svg path {
  fill: #858585;
}
.button-red-gradient.disabled:hover {
  background-color: #333333;
  border: 1px solid #3F3F3F;
  color: #858585;
}
.button-red-gradient:hover:not(.disabled) {
  background: linear-gradient(96.46deg, #FD2348 0%, #EF5600 100%);
  border: 1px solid rgba(255, 255, 255, 0.3215686275);
  box-shadow: 0 0 16px 0 #FD2348;
  transition: all 0.4s ease-out;
  box-sizing: border-box;
}

.button-red {
  background-color: #FD2348;
  border: 1px solid rgba(255, 255, 255, 0.0274509804);
}
.button-red:hover {
  border: 1px solid rgba(255, 255, 255, 0.0588235294);
  background-color: #ce0022;
}

.button-white-orange {
  background-color: #FFFFFF;
  color: #EF5600;
  border: 1px solid rgba(255, 255, 255, 0.0588235294);
}
.button-white-orange:hover {
  color: #EF5600;
  background-color: rgba(255, 255, 255, 0.8431372549);
  border: 1px solid rgba(255, 255, 255, 0.0588235294);
}

a.button-white-orange:hover {
  color: #EF5600;
}

.button-green-border {
  border: 1px solid #8AE290;
}
.button-green-border:hover {
  border: 1px solid #cef3d1;
}

.button-red-border {
  border: 1px solid #FD2348;
}
.button-red-border:hover {
  border: 1px solid #fd8199;
}

.button-report-session {
  border: 1px solid #FD2348;
  color: #FD2348;
}
.button-report-session:hover {
  color: #fd8199;
  border: 1px solid #fd8199;
}
.button-report-session.report-button-border-top {
  border-top: 1px solid #2B2B2B;
}

.button-enter-room .button-enter-room-tooltip {
  display: none;
  position: relative;
}
.button-enter-room .button-enter-room-tooltip::before {
  position: absolute;
  bottom: 35px;
  right: -2px;
  width: -moz-max-content;
  width: max-content;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 11.7px;
  line-height: 18px;
  font-weight: 400;
  padding: 2px 10px;
  border: 0.5px solid #212121;
  border-radius: 4px;
}
.button-enter-room .button-enter-room-tooltip.msg-5mins::before {
  content: "Join Session button activates 5 mins before session";
}
.button-enter-room:hover .button-enter-room-tooltip {
  display: contents;
}

.button-slide-white-black {
  color: #ef5600;
  border: 1px solid rgba(255, 255, 255, 0.0588235294);
  background-color: #ffffff;
  padding: 0;
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out;
  height: 32px;
  border-radius: 8px;
  padding: 0 16px;
}
.button-slide-white-black .button-slide-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.button-slide-white-black .button-slide-wrap .button-slide-inner {
  display: flex;
  height: 60px;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  transition: all 0.2s ease-in-out;
}
.button-slide-white-black:hover {
  border: 1px solid #ef5600;
  background-color: #000000;
  color: #ef5600;
}
.button-slide-white-black:hover .button-slide-wrap .button-slide-inner {
  transform: translateY(-30px);
}

@keyframes pulse-red {
  0% {
    opacity: 0.4;
    box-shadow: none;
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 8px #FD2348;
  }
  100% {
    opacity: 0.4;
    box-shadow: none;
  }
}
a.cl_list-message {
  position: relative;
}
a.cl_list-message .chat-unread-messages {
  width: 6px;
  height: 6px;
  background-color: #FD2348;
  border-radius: 3px;
  position: absolute;
  top: 5px;
  right: 5px;
  animation: pulse-red 2.5s ease-in-out infinite;
}

.modal-wrapper {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: -moz-max-content;
  height: max-content;
  z-index: 995;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s linear;
}
.modal-wrapper.modal-wrapper-500 {
  width: 500px;
}
.modal-wrapper .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  background-color: #000000;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  padding: 25px;
  width: 100%;
  opacity: 0;
  transition: all 0.3s linear;
  overflow: hidden;
}
.modal-wrapper .modal-content .modal-content-inner {
  width: 100%;
  height: 100%;
}
.modal-wrapper .modal-content .modal-content-inner .modal-content-title {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  width: calc(100% - 70px);
  margin: 7px 0 13px;
  display: flex;
  align-items: center;
}
.modal-wrapper .modal-content .modal-content-inner .modal-content-title-full-width {
  width: 100%;
}
.modal-wrapper .modal-content .modal-content-inner .modal-content-body {
  font-size: 13.5px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 10px;
  line-height: 22.5px;
}
.modal-wrapper .modal-content .modal-content-inner .modal-content-body p {
  margin-bottom: 8px;
}
.modal-wrapper .modal-content .modal-content-inner .modal-content-body .common-input-label {
  margin-top: 5px;
}
.modal-wrapper .modal-content .modal-content-inner .modal-content-body .common-input-label .common-input-label-text {
  z-index: 3;
}
.modal-wrapper .modal-content .modal-content-inner .modal-content-body .common-input-label input, .modal-wrapper .modal-content .modal-content-inner .modal-content-body .common-input-label textarea, .modal-wrapper .modal-content .modal-content-inner .modal-content-body .common-input-label select {
  z-index: 4;
  position: relative;
}
.modal-wrapper .modal-content .modal-content-inner .modal-content-body .comment-form-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 15px 0;
}
.modal-wrapper .modal-content .modal-content-inner .modal-content-body .comment-form-rating a.review-rating-button {
  cursor: pointer;
  padding-right: 10px;
}
.modal-wrapper .modal-content .modal-content-inner .modal-content-body .comment-form-rating a.review-rating-button:last-child {
  padding-right: 0;
}
.modal-wrapper .modal-content .modal-content-inner .modal-content-body .comment-form-rating a.review-rating-button .rating-full-star {
  display: block;
}
.modal-wrapper .modal-content .modal-content-inner .modal-content-body .comment-form-rating a.review-rating-button .rating-empty-star {
  display: none;
}
.modal-wrapper .modal-content .modal-content-inner .modal-content-body .comment-form-rating a.review-rating-button.active ~ a.review-rating-button .rating-full-star {
  display: none;
}
.modal-wrapper .modal-content .modal-content-inner .modal-content-body .comment-form-rating a.review-rating-button.active ~ a.review-rating-button .rating-empty-star {
  display: block;
}
.modal-wrapper .modal-content .modal-content-inner .modal-content-body .comment-form-rating a.review-rating-button:hover ~ a.review-rating-button .rating-full-star {
  display: none;
}
.modal-wrapper .modal-content .modal-content-inner .modal-content-body .comment-form-rating a.review-rating-button:hover ~ a.review-rating-button .rating-empty-star {
  display: block;
}
.modal-wrapper .modal-content .modal-content-inner .modal-content-body ul {
  padding-left: 22px;
}
.modal-wrapper .modal-content .modal-content-inner .modal-content-body li:not(:last-child) {
  margin-bottom: 8px;
}
.modal-wrapper .modal-content .modal-content-inner .modal-content-actions {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-end;
}
.modal-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.modal-wrapper.active .modal-overlay {
  opacity: 1;
}
.modal-wrapper.active .modal-content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.modal-content-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #676767;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
}
.modal-content-close svg {
  width: 10px;
  height: 10px;
}
.modal-content-close:hover {
  border-color: #a8a8a8;
}

.modal-note {
  font-size: 11.7px;
  font-weight: 400;
  opacity: 0.6;
  line-height: 18px;
  margin-top: 7px;
}

.hse-base-template .hse-base-container {
  transition: filter 0.3s ease;
}

.hse-base-template .hse-base-container .breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 6px 0 12px;
  display: flex;
  align-items: baseline;
}
.hse-base-template .hse-base-container .breadcrumbs .breadcrumbs-page {
  white-space: nowrap;
  color: #EF5600;
}
.hse-base-template .hse-base-container .breadcrumbs .breadcrumbs-page.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 38px;
}
.hse-base-template .hse-base-container .breadcrumbs .breadcrumbs-page a {
  font-size: 13.5px;
  font-weight: 400;
  color: #EF5600;
}
.hse-base-template .hse-base-container .breadcrumbs .breadcrumbs-page a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.hse-base-template .hse-base-container .breadcrumbs .breadcrumbs-page:last-child {
  color: #FFFFFF;
}
.hse-base-template .hse-base-container .breadcrumbs .breadcrumbs-page:last-child span {
  color: #FFFFFF;
  font-size: 13.5px;
  font-weight: 400;
}

@keyframes pulse-pending-actions {
  0% {
    background: rgba(253, 35, 72, 0.1215686275);
    box-shadow: none;
  }
  50% {
    background: rgba(253, 35, 72, 0.3215686275);
    box-shadow: 0px 0px 24px 0px rgba(253, 35, 72, 0.6392156863);
  }
  100% {
    background: rgba(253, 35, 72, 0.1215686275);
    box-shadow: none;
  }
}
.hse-base-page-title {
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.hse-base-page-title .hse-base-page-title-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.hse-base-page-title .hse-base-page-title-content {
  margin: 0;
  font-size: 36px;
  line-height: 49.5px;
  font-weight: 700;
  color: #FFFFFF;
}
.hse-base-page-title .pending-actions {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(253, 35, 72, 0.4);
  margin-top: 5px;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  background-color: rgba(253, 35, 72, 0.1215686275);
  transition: all 0.3s linear;
  animation: pulse-pending-actions 2.5s ease-in-out infinite;
}
.hse-base-page-title .pending-actions.active {
  opacity: 1;
  visibility: visible;
}
.hse-base-page-title .pending-actions.active .button-common {
  width: 100%;
  height: 100%;
  padding: 0;
}
.hse-base-page-title .pending-actions .pending-actions-hover-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FD2348;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s linear;
  z-index: 3;
}
.hse-base-page-title .pending-actions svg {
  z-index: 5;
}
.hse-base-page-title .pending-actions svg path {
  transition: fill 0.3s linear;
}
.hse-base-page-title .pending-actions:hover {
  animation: none;
  box-shadow: none;
}
.hse-base-page-title .pending-actions:hover svg path {
  fill: #FFFFFF;
}
.hse-base-page-title .pending-actions:hover .pending-actions-hover-background {
  opacity: 1;
}
.hse-base-page-title .pending-actions button {
  background: none;
  border: none;
  line-height: 0;
  justify-content: center;
}
.hse-base-page-title .open-right-part-btn {
  display: none;
  position: relative;
  top: 3px;
}

.radio {
  position: relative;
  padding-left: 30px;
  font-size: 13.5px;
  line-height: 22.5px;
  font-weight: 400;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
}
.radio input[type=radio] {
  display: none;
}
.radio .custom-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #808080;
  background-color: rgba(255, 255, 255, 0.0784313725);
}
.radio input[type=radio]:checked + .custom-checkmark {
  border: 2px solid #EF5600;
}
.radio input[type=radio]:checked + .custom-checkmark::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #EF5600;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radio input[type=radio]:disabled + .custom-checkmark {
  border-color: #333333;
  background-color: #191919;
}
.radio input[type=radio]:disabled:checked + .custom-checkmark {
  border-color: #333333;
  background-color: #191919;
}
.radio input[type=radio]:disabled:checked + .custom-checkmark::after {
  background-color: #333333;
}
.radio:hover .custom-checkmark {
  border-color: #EF5600;
  background-color: rgba(255, 255, 255, 0.1607843137);
}
.radio:hover input[type=radio]:checked + .custom-checkmark {
  border-color: #BD4400;
}
.radio:hover input[type=radio]:checked + .custom-checkmark::after {
  background-color: #BD4400;
}
.radio.radio-extended {
  padding: 16px 16px 16px 54px;
  background-color: #0D0D0D;
  border-radius: 8px;
  border: 1px solid #262626;
  width: 100%;
}
.radio.radio-extended .custom-checkmark {
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.radio.radio-extended:has(input[type=radio]:checked) {
  background-color: rgba(239, 86, 0, 0.1607843137);
  border-color: #EF5600;
}

.outer-link {
  color: #EF5600;
  text-decoration: none;
}
.outer-link span {
  color: #EF5600;
  border-bottom: 1px dashed #EF5600;
}
.outer-link::after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cmask id='mask0_506_52987' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='10' height='10'%3E%3Crect y='2' width='10' height='10' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_506_52987)'%3E%3Cpath d='M2.125 10.6562C1.91014 10.6562 1.72622 10.5798 1.57323 10.4268C1.42024 10.2738 1.34375 10.0899 1.34375 9.875V4.125C1.34375 3.91014 1.42024 3.72622 1.57323 3.57323C1.72622 3.42024 1.91014 3.34375 2.125 3.34375H4.57812C4.68576 3.34375 4.77778 3.38194 4.85417 3.45833C4.93056 3.53472 4.96875 3.62674 4.96875 3.73438C4.96875 3.84201 4.93056 3.93403 4.85417 4.01042C4.77778 4.08681 4.68576 4.125 4.57812 4.125H2.125V9.875H7.875V7.42188C7.875 7.31424 7.91319 7.22222 7.98958 7.14583C8.06597 7.06944 8.15799 7.03125 8.26562 7.03125C8.37326 7.03125 8.46528 7.06944 8.54167 7.14583C8.61806 7.22222 8.65625 7.31424 8.65625 7.42188V9.875C8.65625 10.0899 8.57976 10.2738 8.42677 10.4268C8.27378 10.5798 8.08986 10.6562 7.875 10.6562H2.125ZM7.875 4.67188L4.32812 8.21875C4.25521 8.29167 4.1658 8.32812 4.0599 8.32812C3.95399 8.32812 3.86285 8.28993 3.78646 8.21354C3.71007 8.13715 3.67188 8.04601 3.67188 7.9401C3.67188 7.8342 3.70965 7.74347 3.78521 7.66792L7.32812 4.125H6.14062C6.03299 4.125 5.94097 4.08681 5.86458 4.01042C5.78819 3.93403 5.75 3.84201 5.75 3.73438C5.75 3.62674 5.78819 3.53472 5.86458 3.45833C5.94097 3.38194 6.03299 3.34375 6.14062 3.34375H8.26562C8.37326 3.34375 8.46528 3.38194 8.54167 3.45833C8.61806 3.53472 8.65625 3.62674 8.65625 3.73438V5.85938C8.65625 5.96701 8.61806 6.05903 8.54167 6.13542C8.46528 6.21181 8.37326 6.25 8.26562 6.25C8.15799 6.25 8.06597 6.21181 7.98958 6.13542C7.91319 6.05903 7.875 5.96701 7.875 5.85938V4.67188Z' fill='%23EF5600'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  margin-left: 3px;
}
.outer-link:hover {
  color: #FFFFFF;
}
.outer-link:hover span {
  color: #FFFFFF;
  border-bottom: 1px dashed #FFFFFF;
}
.outer-link:hover::after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cmask id='mask0_506_52987' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='10' height='10'%3E%3Crect y='2' width='10' height='10' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_506_52987)'%3E%3Cpath d='M2.125 10.6562C1.91014 10.6562 1.72622 10.5798 1.57323 10.4268C1.42024 10.2738 1.34375 10.0899 1.34375 9.875V4.125C1.34375 3.91014 1.42024 3.72622 1.57323 3.57323C1.72622 3.42024 1.91014 3.34375 2.125 3.34375H4.57812C4.68576 3.34375 4.77778 3.38194 4.85417 3.45833C4.93056 3.53472 4.96875 3.62674 4.96875 3.73438C4.96875 3.84201 4.93056 3.93403 4.85417 4.01042C4.77778 4.08681 4.68576 4.125 4.57812 4.125H2.125V9.875H7.875V7.42188C7.875 7.31424 7.91319 7.22222 7.98958 7.14583C8.06597 7.06944 8.15799 7.03125 8.26562 7.03125C8.37326 7.03125 8.46528 7.06944 8.54167 7.14583C8.61806 7.22222 8.65625 7.31424 8.65625 7.42188V9.875C8.65625 10.0899 8.57976 10.2738 8.42677 10.4268C8.27378 10.5798 8.08986 10.6562 7.875 10.6562H2.125ZM7.875 4.67188L4.32812 8.21875C4.25521 8.29167 4.1658 8.32812 4.0599 8.32812C3.95399 8.32812 3.86285 8.28993 3.78646 8.21354C3.71007 8.13715 3.67188 8.04601 3.67188 7.9401C3.67188 7.8342 3.70965 7.74347 3.78521 7.66792L7.32812 4.125H6.14062C6.03299 4.125 5.94097 4.08681 5.86458 4.01042C5.78819 3.93403 5.75 3.84201 5.75 3.73438C5.75 3.62674 5.78819 3.53472 5.86458 3.45833C5.94097 3.38194 6.03299 3.34375 6.14062 3.34375H8.26562C8.37326 3.34375 8.46528 3.38194 8.54167 3.45833C8.61806 3.53472 8.65625 3.62674 8.65625 3.73438V5.85938C8.65625 5.96701 8.61806 6.05903 8.54167 6.13542C8.46528 6.21181 8.37326 6.25 8.26562 6.25C8.15799 6.25 8.06597 6.21181 7.98958 6.13542C7.91319 6.05903 7.875 5.96701 7.875 5.85938V4.67188Z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

a.simple-link {
  color: #EF5600;
  text-decoration: none;
  border-bottom: 1px dashed #EF5600;
}
a.simple-link:hover {
  color: #FFFFFF;
  border-bottom: 1px dashed #FFFFFF;
}

.right-sidebar-overlay {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
  width: 100%;
  height: 100%;
  background-color: #0D0D0D;
  opacity: 0.9;
  z-index: 90;
  left: 0;
  top: 0;
}

.right-sidebar {
  position: fixed;
  top: 0;
  right: -360px;
  height: 100%;
  width: 360px;
  padding: 64px 0 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden auto;
  background-color: #000000;
  border-left: 1px solid #333333;
  z-index: 125;
  transition: 0.2s ease;
}
.right-sidebar.no-transition {
  transition: none;
}
.right-sidebar.over-global-overlay {
  z-index: 330;
}
.right-sidebar .right-sidebar-overlay-local {
  z-index: 126;
  background: #000000;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.right-sidebar .right-sidebar-overlay-local .hse-loader {
  z-index: -1;
  position: relative;
}
.right-sidebar .right-sidebar-overlay-local .hse-loader .inner-logo {
  width: 45px;
}
.right-sidebar .right-sidebar-overlay-local .hse-loader .inner-circle {
  width: 100px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
}
.right-sidebar .right-sidebar-overlay-local .hse-loader .outer-text {
  top: calc(50% + 85px);
}
.right-sidebar .right-sidebar-overlay-local .hse-loader .outer-text div {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1.8px;
}
.right-sidebar .right-sidebar-overlay-local.active {
  visibility: visible;
  opacity: 0.99;
}
.right-sidebar .right-sidebar-overlay-local.active .hse-loader {
  visibility: visible;
  opacity: 1;
  z-index: unset;
  position: unset;
}
.right-sidebar.active {
  right: 0;
}
.right-sidebar.active + .right-sidebar-overlay {
  opacity: 0.9;
  visibility: visible;
  background: #0D0D0D;
  z-index: 98;
}
.right-sidebar .modal-title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px 5px;
  position: relative;
  width: 100%;
}
.right-sidebar .modal-title-wrapper h5 {
  font-size: 20.25px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 33.75px;
  margin: 0;
}
.right-sidebar .modal-title-wrapper .modal-content-close {
  top: 15px;
  right: 15px;
}
.right-sidebar .modal-title-content-wrapper {
  padding: 15px;
  height: calc(100% - px);
}
.right-sidebar .right-sidebar-content-wrapper {
  height: calc(100% - 54px);
  overflow-y: auto;
  width: 100%;
}
.right-sidebar .right-sidebar-content {
  position: relative;
  padding: 2px 15px 15px;
}
.right-sidebar p {
  font-size: 13.5px;
  line-height: 22.5px;
  font-weight: 400;
  color: #FFFFFF;
}
.right-sidebar .content-header {
  border-bottom: 1px solid #333333;
  margin-bottom: 15px;
}
.right-sidebar .content-header .title-buttons {
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.right-sidebar .comment-box {
  margin-bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  border-radius: 8px;
  padding: 15px;
  background-color: #0F0F0F;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
.right-sidebar .comment-box h5 {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-top: 0;
}
.right-sidebar .comment-box .about-company-client {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1215686275);
}
.right-sidebar .comment-box .about-company-client img {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  margin: 0;
}
.right-sidebar .comment-box .about-company-client .about-company-client-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 0;
}
.right-sidebar .comment-box .about-company-client h6 {
  font-size: 15.75px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 33.75px;
  margin: 0;
}
.right-sidebar .comment-box .btn-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.right-sidebar .comment-box .btn-group .btn-sub-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.right-sidebar .comment-box .btn-group a.cl_list-message {
  padding-left: 10px;
}
.right-sidebar .comment-box .btn-group.btn-group-confirm-invite a.cl_list-message {
  margin-right: 10px;
  padding-right: 13px;
  gap: 8px;
}
.right-sidebar .comment-box .btn-group.btn-group-confirm-invite .cl_list-accept, .right-sidebar .comment-box .btn-group.btn-group-confirm-invite .cl_list-reject {
  padding-left: 10px;
  padding-right: 13px;
  gap: 8px;
}
.right-sidebar .comment-box .comment-box-overlay {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 10;
  transition: all 0.3s linear;
}
.right-sidebar .comment-box .comment-box-overlay.active {
  opacity: 1;
  visibility: visible;
}
.right-sidebar .comment-box .comment-box-overlay .comment-box-overlay-loader {
  position: absolute;
  top: calc(50% - 19px);
  left: calc(50% - 19px);
  width: 38px;
  height: 38px;
  border: 4px solid #404040;
  border-bottom-color: #EF5600;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}
.right-sidebar .help-block-article {
  position: fixed;
  top: 0;
  right: -560px;
  width: 560px;
  height: 100%;
  background-color: #000000;
  z-index: 100;
}
.right-sidebar .help-block-link-wrapper {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.right-sidebar .help-block-link-wrapper:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}
.right-sidebar .help-block-link {
  font-size: 13.5px;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s linear;
}
.right-sidebar .help-block-link svg path {
  transition: fill 0.3s linear;
}
.right-sidebar .help-block-link:hover {
  color: #EF5600;
  gap: 10px;
}
.right-sidebar .help-block-link:hover svg path {
  fill: #EF5600;
}
.right-sidebar .help-block-article {
  transition: all 0.3s linear;
}
.right-sidebar .help-block-article .modal-title-wrapper {
  padding: 15px 15px 0;
}
.right-sidebar .help-block-article .modal-title-wrapper .modal-title-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
  width: 100%;
}
.right-sidebar .help-block-article h5 {
  font-size: 20.25px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-top: 0;
}
.right-sidebar .help-block-article .article-content-wrapper h6 {
  margin: 0;
  padding: 5px 0 0;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 31.5px;
}
.right-sidebar .help-block-article .article-content-wrapper p, .right-sidebar .help-block-article .article-content-wrapper li {
  font-size: 15.75px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 27px;
}
.right-sidebar .help-block-article .article-content-wrapper p, .right-sidebar .help-block-article .article-content-wrapper ul, .right-sidebar .help-block-article .article-content-wrapper ol {
  margin: 14px 0;
}
.right-sidebar .help-block-article .article-content-wrapper ol {
  padding-left: 22px;
}
.right-sidebar .help-block-article .article-content-wrapper ul {
  padding-left: 9px;
}
.right-sidebar .help-block-article .article-content-wrapper ul li {
  list-style: none;
  position: relative;
  padding-left: 14px;
}
.right-sidebar .help-block-article .article-content-wrapper ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 20px;
  color: #FFFFFF;
}
.right-sidebar .help-block-article .article-content-wrapper img {
  margin: 15px 0;
}
.right-sidebar .help-block-article.active {
  right: 0;
}

#refillAmount {
  padding-left: 28px;
}
#refillAmount ~ .dol-before::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 16px;
  color: #808080;
  font-weight: 400;
}
#refillAmount:not(:-moz-placeholder-shown) ~ .dol-before::before {
  content: "$";
}
#refillAmount:focus ~ .dol-before::before, #refillAmount:not(:placeholder-shown) ~ .dol-before::before {
  content: "$";
}

.common-input-label {
  width: 100%;
  position: relative;
}
.common-input-label .common-input-label-text {
  font-size: 15.75px;
  font-weight: 400;
  color: #808080;
  position: absolute;
  top: 16px;
  left: 18px;
}
.common-input-label .common-input-label-text .required {
  color: #FD2348;
  margin-left: 5px;
}
.common-input-label textarea, .common-input-label input, .common-input-label select {
  border: 1px solid #808080;
  border-radius: 16px;
  padding: 10px 18px;
  width: 100%;
  transition: all 0.3s linear;
}
.common-input-label textarea.has-error, .common-input-label input.has-error, .common-input-label select.has-error {
  border-color: #FD2348;
}
.common-input-label input, .common-input-label select {
  height: 48px;
}
.common-input-label textarea {
  height: 80px;
}

.hse-input-group {
  position: relative;
  margin: 16px 0 0;
  min-height: 48px;
}
.hse-input-group label.input-label {
  position: absolute;
  left: 16px;
  top: 13px;
  color: #808080;
  transition: all 0.2s ease;
  font-size: 15.75px;
  font-weight: 400;
  pointer-events: none;
  padding: 0;
}
.hse-input-group .input-field {
  background: transparent;
  border: 1px solid #808080;
  border-radius: 16px;
  height: 48px;
  padding: 0 12px;
  color: #fff;
  width: 100%;
  font-size: 15.75px;
  background: transparent;
  padding: 16px 16px 0;
  position: relative;
}
.hse-input-group .input-field:hover {
  border-color: #FFFFFF;
  outline: none;
}
.hse-input-group .input-field:focus {
  border-color: #EF5600;
  outline: none;
}
.hse-input-group .input-field.error {
  border-color: #FD2348;
}
.hse-input-group .input-field.error + label {
  color: #FD2348;
}
.hse-input-group .input-field:disabled, .hse-input-group .input-field[readonly]:not(.not-exactly-readonly) {
  opacity: 0.5;
  cursor: default;
}
.hse-input-group .input-field:not(:-moz-placeholder-shown) + label {
  font-size: 13.5px;
  top: 3px;
  transform: translate(0);
}
.hse-input-group .input-field:not(:placeholder-shown) + label {
  font-size: 13.5px;
  top: 3px;
  transform: translate(0);
}
.hse-input-group .input-field:not(.notfillable-field):focus + label {
  font-size: 13.5px;
  top: 3px;
  transform: translate(0);
}
.hse-input-group .input-field:-webkit-autofill, .hse-input-group .input-field:-webkit-autofill:hover, .hse-input-group .input-field:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #141414 inset !important;
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.hse-input-group .input-field[readonly]:not(.not-exactly-readonly) {
  background: #1A1A1A;
  cursor: default;
  border: none;
  padding-right: 42px;
  opacity: 1;
  color: #808080;
}
.hse-input-group .input-field[readonly]:not(.not-exactly-readonly) + label {
  color: #4D4D4D;
}
.hse-input-group .input-field[type=password] {
  padding-right: 42px;
}
.hse-input-group .input-field.found_email {
  padding: 0 16px;
  color: #FFFFFF;
}
.hse-input-group:has(.edit-email[style*="display: block"],
.edit-role[style*="display: block"],
.edit-name[style*="display: block"],
.password-toggle[style*="display: block"]) input {
  padding-right: 48px;
}
.hse-input-group .edit-email, .hse-input-group .edit-role, .hse-input-group .edit-name, .hse-input-group .password-toggle {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
  z-index: 5;
}
.hse-input-group .edit-email svg, .hse-input-group .edit-role svg, .hse-input-group .edit-name svg, .hse-input-group .password-toggle svg {
  width: 100%;
  height: 100%;
}
.hse-input-group .edit-email:hover svg path, .hse-input-group .edit-role:hover svg path, .hse-input-group .edit-name:hover svg path, .hse-input-group .password-toggle:hover svg path {
  fill: #fff;
}
.hse-input-group .password-toggle div, .hse-input-group .password-toggle span {
  margin-top: -1px;
  display: none;
}
.hse-input-group .password-toggle div.show, .hse-input-group .password-toggle span.show {
  display: block;
}
.hse-input-group .input-icons {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hse-input-group .validation-error {
  color: #FD2348;
  font-size: 13.5px;
  font-weight: 400;
  margin-left: 16px;
  height: 0;
  margin: 0;
  overflow: hidden;
  transform-origin: top left;
  transition: all 0.2s ease-out;
}
.hse-input-group .validation-error.show {
  opacity: 1;
  height: 20px;
  margin-top: 4px;
}
.hse-input-group.has-error .validation-error {
  opacity: 1;
  height: -moz-max-content;
  height: max-content;
  margin-top: 4px;
}
.hse-input-group.has-error .input-field {
  border-color: #FD2348 !important;
}
.hse-input-group.has-error label.input-label {
  color: #FD2348 !important;
}
.hse-input-group.datepicker-field .input-field {
  cursor: pointer;
}
.hse-input-group.datepicker-field .input-field:focus {
  border-color: #EF5600 !important;
}
.hse-input-group.select-options {
  position: relative;
  z-index: 15;
}
.hse-input-group.select-options .input-field {
  cursor: pointer;
}
.hse-input-group.select-options .input-field:disabled {
  border-color: #4D4D4D !important;
}
.hse-input-group.select-options .input-field-select-options {
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s linear;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  overflow: hidden;
  background: #0D0D0D;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  padding: 6px 0;
}
.hse-input-group.select-options .input-field-select-options .select-option {
  cursor: pointer;
  position: relative;
  padding: 16px;
  font-size: 15.75px;
  font-weight: 400;
  color: #FFFFFF;
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
}
.hse-input-group.select-options .input-field-select-options .select-option.selected {
  background: rgba(239, 86, 0, 0.16);
}
.hse-input-group.select-options .input-field-select-options .select-option.selected::after {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_399_47854' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_399_47854)'%3E%3Cpath d='M10.0016 13.6871L15.9516 7.73711C16.1266 7.56211 16.3411 7.47461 16.5953 7.47461C16.8495 7.47461 17.0682 7.56628 17.2516 7.74961C17.4349 7.93294 17.5266 8.14961 17.5266 8.39961C17.5266 8.64961 17.4349 8.86628 17.2516 9.04961L10.6641 15.6496C10.4724 15.8413 10.2516 15.9371 10.0016 15.9371C9.75156 15.9371 9.53073 15.8413 9.33906 15.6496L6.73906 13.0496C6.56406 12.8746 6.47656 12.66 6.47656 12.4059C6.47656 12.1517 6.56823 11.9329 6.75156 11.7496C6.9349 11.5663 7.15156 11.4746 7.40156 11.4746C7.65156 11.4746 7.86823 11.5663 8.05156 11.7496L10.0016 13.6871Z' fill='%23EF5600'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.hse-input-group.select-options .input-field-select-options .select-option:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #FFFFFF;
}
.hse-input-group.select-options .input-field-select-options .select-option .text-note {
  margin-top: 3px;
}
.hse-input-group.select-options .input-field-select-options .select-option.hse-checkbox {
  padding: 0;
}
.hse-input-group.select-options .input-field-select-options .select-option.hse-checkbox label {
  padding: 16px;
  width: 100%;
}
.hse-input-group.select-options .select-dropdown-collapsed {
  display: block;
}
.hse-input-group.select-options .select-dropdown-expanded {
  display: none;
}
.hse-input-group.select-options.active .input-field.input-select-options {
  border: 1px solid #EF5600;
}
.hse-input-group.select-options.active .input-field-select-options {
  opacity: 1;
  visibility: visible;
}
.hse-input-group.select-options.active .select-dropdown-collapsed {
  display: none;
}
.hse-input-group.select-options.active .select-dropdown-expanded {
  display: block;
}

.hse-profile-page .hse-input-group .input-field {
  z-index: 3;
}
.hse-profile-page .hse-input-group .input-icons {
  z-index: 2;
}

.hse-checkbox label {
  font-size: 13.5px;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
}
.hse-checkbox label input {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 4px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.0784313725);
  border: 1px solid #808080;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.hse-checkbox label input:hover {
  border-color: #EF5600;
}
.hse-checkbox label input:disabled {
  cursor: default;
  background: rgba(49, 49, 49, 0.3019607843);
  border: 1px solid #212121;
}
.hse-checkbox label input:checked {
  background-color: #EF5600;
  border-color: #EF5600;
}
.hse-checkbox label input:checked:hover {
  background-color: #BD4400;
  border-color: #BD4400;
}
.hse-checkbox label input:checked::after {
  content: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.457938 7.25606L2.70831 9.50846C3.35842 10.1592 4.41785 10.1645 5.07461 9.52039C5.12789 9.46813 5.17756 9.41239 5.2233 9.35353L11.6007 1.14657C11.8429 0.834945 11.7842 0.387821 11.4697 0.147895C11.1552 -0.0920306 10.7039 -0.0339028 10.4617 0.277727L4.08427 8.48468C3.97079 8.59895 3.82153 8.59819 3.72993 8.50651L1.47956 6.25411C1.2003 5.9746 0.74522 5.97231 0.463108 6.24899C0.180995 6.52567 0.178681 6.97655 0.457938 7.25606Z' fill='black'/%3E%3C/svg%3E");
  position: absolute;
  left: 3px;
}
.hse-checkbox label input:checked:disabled {
  background: #333333;
  border: none;
}
.hse-checkbox label input:checked:disabled::after {
  content: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.457938 7.25606L2.70831 9.50846C3.35842 10.1592 4.41785 10.1645 5.07461 9.52039C5.12789 9.46813 5.17756 9.41239 5.2233 9.35353L11.6007 1.14657C11.8429 0.834945 11.7842 0.387821 11.4697 0.147895C11.1552 -0.0920306 10.7039 -0.0339028 10.4617 0.277727L4.08427 8.48468C3.97079 8.59895 3.82153 8.59819 3.72993 8.50651L1.47956 6.25411C1.2003 5.9746 0.74522 5.97231 0.463108 6.24899C0.180995 6.52567 0.178681 6.97655 0.457938 7.25606Z' fill='%23808080'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 4px;
  top: 1px;
}
.hse-checkbox label:has(input:disabled) {
  cursor: default;
}
.hse-checkbox label:has(input:disabled):hover input {
  background: rgba(255, 255, 255, 0.0784313725);
}
.hse-checkbox label:has(input:disabled):hover input:checked {
  background-color: #333333;
}
.hse-checkbox label .checkbox-inner-main {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hse-checkbox label[for=terms_agree] {
  cursor: default;
}
.hse-checkbox .tooltip-trigger {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.hse-checkbox .tooltip-trigger .tooltip-text {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  position: absolute;
  border-radius: 4px;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
  border: 0.5px solid rgba(255, 255, 255, 0.1215686275);
  left: -15px;
  top: -15px;
  padding: 2px 5px;
}
.hse-checkbox .tooltip-trigger .tooltip-text .tooltip-background {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3215686275);
}
.hse-checkbox .tooltip-trigger .tooltip-text span {
  position: relative;
  z-index: 1;
  font-size: 12px;
}
.hse-checkbox .tooltip-trigger:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}
.hse-checkbox.hse-checkbox-slider label input {
  width: 40px;
  min-width: 40px;
  height: 22px;
  border-radius: 10px;
  position: relative;
  transition: all 0.2s ease;
  background: #222222;
}
.hse-checkbox.hse-checkbox-slider label input:after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #333333;
  border: 1px solid #808080;
  position: absolute;
  left: -1px;
  top: -1px;
  transition: all 0.2s ease;
}
.hse-checkbox.hse-checkbox-slider label input:checked {
  background: #EF5600;
  border-color: #EF5600;
}
.hse-checkbox.hse-checkbox-slider label input:checked:after {
  width: 20px;
  height: 20px;
  left: 18px;
  top: 0;
  background: #FFFFFF;
  border: none;
  border: 1px solid #EF5600;
}
.hse-checkbox.hse-checkbox-slider label input:checked:hover {
  background: #BD4400;
  border-color: #BD4400;
}
.hse-checkbox.hse-checkbox-slider label input:checked:hover:after {
  border-color: #BD4400;
  background: #FFFFFF;
}
.hse-checkbox.hse-checkbox-slider label input:hover {
  background: #191919;
  border-color: #808080;
}
.hse-checkbox.hse-checkbox-slider label input:hover:after {
  border-color: #FFFFFF;
  background: #505050;
}
.hse-checkbox.hse-checkbox-slider label input:disabled {
  background: #191919;
  border-color: #333333;
}
.hse-checkbox.hse-checkbox-slider label input:disabled:after {
  background: #222222;
  border-color: #333333;
}

.toast-message {
  position: fixed;
  bottom: -120px;
  right: 16px;
  width: 350px;
  height: -moz-max-content;
  height: max-content;
  min-height: 98px;
  background: #191919;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  border-radius: 8px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.toast-message .toast-message-close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  padding: 0;
  opacity: 0.64;
}
.toast-message .toast-message-close:hover {
  opacity: 1;
}
.toast-message .toast-message-title-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.toast-message .toast-message-error-icon {
  display: none;
}
.toast-message h6 {
  font-size: 15.75px;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 0;
}
.toast-message p {
  font-size: 13.5px;
  font-weight: 400;
  color: #FFFFFF;
}
.toast-message.active {
  bottom: 32px;
  z-index: 335;
}
.toast-message.error .toast-message-error-icon {
  display: block;
}

#modalViewVideo {
  width: 100%;
  max-width: 1100px;
}
#modalViewVideo .modal-content {
  background: transparent;
  border: none;
  padding: 0 48px;
  border-radius: 0;
  overflow: visible;
}
#modalViewVideo .modal-content-title {
  display: none;
}
#modalViewVideo .modal-content-close {
  top: 68px;
  right: 8px;
  z-index: 20;
}
#modalViewVideo .modal-content-inner {
  margin: 108px 0 70px;
}
#modalViewVideo .modal-content-body {
  width: 100%;
  height: calc(100vh - 178px);
  max-height: 565px;
  position: relative;
}
#modalViewVideo .modal-content-body video, #modalViewVideo .modal-content-body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}

.tutors-template-search-filter .main-content .select-skills-block .form-field-select .custom-select-options {
  position: absolute;
  top: 45px;
  height: 180px;
  padding-top: 0;
  padding-bottom: 0;
  overflow-y: auto;
}

.cl_list-cat {
  border: 0.5px solid #FD2348;
  border-radius: 8px;
  width: -moz-max-content;
  width: max-content;
  font-size: 13.5px;
  font-weight: 600;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2392156863);
  transition: all 0.1s ease;
  color: #FFFFFF;
  position: relative;
}
.cl_list-cat button {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
  color: #FFFFFF;
  transition: all 0.1s ease;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cl_list-cat button, .cl_list-cat a, .cl_list-cat div, .cl_list-cat span {
  padding: 0 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cl_list-cat .cl_list-cat-link {
  line-height: 0;
}
.cl_list-cat:hover {
  border: 0.5px solid #FD2348;
  background: rgba(253, 35, 72, 0.4);
  transition: all 0.1s ease;
}
.cl_list-cat:hover a {
  color: #FFFFFF;
}
.cl_list-cat.has-link .cl_list-cat-name {
  position: relative;
  padding-right: 5px;
  margin-right: 3px;
}
.cl_list-cat.has-link .cl_list-cat-name::after {
  content: "";
  width: 1px;
  background-color: #808080;
  height: 70%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.cl_list-cat.has-link .cl_list-cat-link {
  border-radius: 4px;
  padding: 2px;
  margin-right: 6px;
  min-width: 16px;
  transition: all 0.1s ease;
}
.cl_list-cat.has-link .cl_list-cat-link svg path {
  transition: all 0.1s ease;
}
.cl_list-cat.has-link .cl_list-cat-link:hover {
  background-color: #FFFFFF;
}
.cl_list-cat.has-link .cl_list-cat-link:hover svg path {
  fill: #FD2348;
}

.cl_list-cat-name-hover, .cl_list-cat-link-hover {
  position: absolute;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-size: 11.7px;
  line-height: 1;
  font-weight: 600;
  color: #000000;
  height: 20px;
  padding: 0 6px;
  border-radius: 6px;
  z-index: 10;
  transform: translateX(-50%);
}

.skill-mobile-actions {
  background: rgba(255, 42, 0, 0.1607843137);
  border: 1px solid rgba(255, 42, 0, 0.2392156863);
  border-radius: 16px;
  padding: 12px 16px 16px;
  position: fixed;
  bottom: -180px;
  left: 0;
  width: calc(100% - 32px);
  margin: 0 16px;
  z-index: 350;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  transition: all 0.2s ease;
}
.skill-mobile-actions.active {
  bottom: 42px;
}
.skill-mobile-actions .skill-mobile-actions-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.skill-mobile-actions .skill-mobile-actions-inner .skill-mobile-actions-name {
  font-size: 20.25px;
  line-height: 33.75px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 8px;
}
.skill-mobile-actions .skill-mobile-actions-inner .skill-mobile-actions-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.skill-mobile-actions .skill-mobile-actions-inner .button-close-skill-mobile-actions {
  padding: 0;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 12px;
}
.skill-mobile-actions .skill-mobile-actions-inner .button-close-skill-mobile-actions span {
  display: none;
}

.comment-box .comment-box-footer {
  padding-top: 16px;
}

.ai_summit_agent_popup.active .close_ai_summit_agent_popup {
  padding-bottom: 4px;
}
.ai_summit_agent_popup.active .orange_gradient_button {
  border-radius: 16px;
  border: 1px solid #FD2348;
  transition: all 0.4s ease-out;
  background: linear-gradient(96.46deg, var(--button_gradient_color1, #FF7020) 0%, var(--button_gradient_color2, #FF0051));
}
.ai_summit_agent_popup.active .orange_gradient_button:hover {
  border: 1px solid rgba(255, 255, 255, 0.3215686275);
  box-shadow: 0 0 16px 0 #FD2348;
  transition: all 0.4s ease-out;
  box-sizing: border-box;
}

@media (max-width: 1365px) {
  .hse-base-page-title .open-right-part-btn {
    display: block;
  }
}
@media (max-width: 1023px) {
  #modalViewVideo {
    width: 100%;
  }
  #modalViewVideo .modal-content {
    padding: 0 16px;
  }
  #modalViewVideo .modal-content-close {
    right: 16px;
  }
  .cl_list-cat {
    border-radius: 6px;
  }
  .cl_list-cat button, .cl_list-cat a, .cl_list-cat span {
    padding: 0px 6px;
  }
  .cl_list-cat.has-link .cl_list-cat-name {
    padding-right: 4px;
    margin-right: 2px;
  }
  .cl_list-cat.has-link .cl_list-cat-link {
    border-radius: 3px;
    padding: 2px;
    margin-right: 4px;
    min-width: 14px;
  }
}
@media (max-width: 767px) {
  .hse-base-template {
    padding: 16px;
  }
  .hse-base-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hse-base-content._after-title._after-breadcrumbs {
    height: calc(100% - 102px);
  }
  .common-input-label .common-input-label-text {
    top: 26px;
  }
}
@media (max-width: 729px) {
  .hse-base-template .hse-base-container .breadcrumbs {
    margin: 9px 0 15px;
  }
  .hse-base-template .hse-base-container .hse-base-page-title {
    padding-bottom: 20px;
  }
  .hse-base-template .hse-base-container .hse-base-page-title .hse-base-page-title-inner {
    align-items: baseline;
    gap: 16px;
  }
  .hse-base-template .hse-base-container .hse-base-page-title .hse-base-page-title-inner .hse-base-page-title-content {
    font-size: 22.5px;
    line-height: 36px;
  }
  .button-enter-room .button-enter-room-tooltip.msg-1hour::before, .button-enter-room .button-enter-room-tooltip.msg-5mins::before {
    left: -94px;
  }
  .right-sidebar .help-block-article {
    right: -100%;
    width: 100%;
  }
  .skill-mobile-actions .skill-mobile-actions-inner .skill-mobile-actions-name {
    font-size: 18px;
    line-height: 31.5px;
  }
  .skill-mobile-actions .skill-mobile-actions-inner .skill-mobile-actions-buttons {
    flex-direction: column;
  }
  .skill-mobile-actions .skill-mobile-actions-inner .button-close-skill-mobile-actions {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    top: 0;
    right: 0;
    padding: 0 17px 0 10px;
  }
  .skill-mobile-actions .skill-mobile-actions-inner .button-close-skill-mobile-actions span {
    display: block;
  }
}/*# sourceMappingURL=common-template.css.map */