body {
  transition: all 0.2s;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body .main-content {
  margin-left: 55px;
  margin-top: 105px;
  /* mobile with sidebar closed */
}
@media (max-width: 750px) {
  body .main-content {
    width: calc(100% - 60px);
  }
}
body.sidebar-open .main-content {
  margin-left: 60px;
}
body.sidebar-open .main-content .container {
  max-width: 98%;
}
body.sidebar-open footer {
  padding-left: 194px;
}

@media (max-width: 992px) {
  .footer-logo-container {
    margin: auto;
  }
}
@media (min-width: 992px) {
  .container {
    width: 920px;
  }
}
@media (min-width: 1075px) {
  .container {
    width: 1075px;
  }
}
/* adding vh to main so that the footer is at the bottom on large screens */
@media (min-width: 1024px) {
  main {
    min-height: 60vh;
  }
}
/* if sidebar open on mobile, calculate for footer and main-content */
@media (max-width: 750px) {
  .sidebar-open footer {
    max-width: calc(100% - 140px);
  }
  .sidebar-open .main-content {
    margin-left: 139px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Kallisto, sans-serif;
  font-weight: 400;
  text-transform: lowercase;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: #ff9016;
  text-decoration: none;
}

.text-right {
  text-align: right;
}

.flex {
  display: flex;
}

.float-right {
  float: right;
}

.inline-menu li {
  display: inline-block;
}

.btn-primary:hover {
  background-color: #009846;
}

.btn,
.button,
button {
  background-color: #92d500;
  color: white;
  border: none;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
  text-align: center;
}
.btn.add-button,
.button.add-button,
button.add-button {
  display: inline-block;
  min-height: 35px;
  width: 200px;
  border-radius: 30px;
}
.btn.add-button:hover,
.button.add-button:hover,
button.add-button:hover {
  color: white;
}
.btn.add-button span,
.button.add-button span,
button.add-button span {
  top: -5%;
}
.btn.submit,
.button.submit,
button.submit {
  background: #009846 linear-gradient(87.87deg, #009846 28.76%, #92d500 142.64%);
}
.btn.submit:hover, .btn.submit:focus,
.button.submit:hover,
.button.submit:focus,
button.submit:hover,
button.submit:focus {
  color: white;
}
.btn.filled:before, .btn.filled:after,
.button.filled:before,
.button.filled:after,
button.filled:before,
button.filled:after {
  content: "";
  position: absolute;
  top: -10px;
  height: 150%;
  filter: blur(15px);
  transform: translateX(100%);
}
.btn.filled:after,
.button.filled:after,
button.filled:after {
  left: 50%;
  width: 100%;
  background: linear-gradient(90deg, rgba(144, 148, 182, 0) 0%, #30a4d5 36.75%, #ff9016 63.41%, #ffd100 83.82%, #9f1d65 100%);
  z-index: 1;
}
.btn.filled:hover:after,
.button.filled:hover:after,
button.filled:hover:after {
  transform: translateX(-170%);
  transition: 1.5s ease transform;
}
.btn span,
.button span,
button span {
  z-index: 2;
  position: absolute;
  top: 4%;
  transform: translateY(50%);
  left: 0;
  right: 0;
}

/* Header */
header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  position: fixed;
  background: white;
  z-index: 5;
  /* mobile and sidebar closed */
}
header .logo-wrapper {
  max-width: 200px;
}
header .logo-wrapper img {
  max-width: 100%;
}
header .login-button {
  color: #ff9016;
}
header .logout-button {
  color: rgb(51, 51, 51);
}
header ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
header ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  padding: 35px 20px;
  font-weight: 600;
}
header ul li a {
  color: black;
  text-decoration: none;
  font-weight: 600;
}
header button.menu-toggle {
  display: none;
}
header .contact-us-btn {
  background-color: #30a4d5;
  border: 1px solid #30a4d5;
  border-radius: 20px;
  color: #fff;
  fill: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  transition: background-color 0.2s ease;
  cursor: pointer;
  text-align: center;
  white-space: normal;
}
@media (max-width: 1064px) {
  header button.menu-toggle {
    display: block !important;
    color: #30a4d5;
  }
  header .menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 220px;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    background: white;
  }
  header button {
    background: none;
    border: none;
  }
  header .menu.active {
    transform: translateX(0);
  }
}
header .logout-button {
  border: none;
  background: none;
}

@media (max-width: 1064px) {
  header {
    padding: 20px !important;
  }
  .hubspot-form {
    display: flex;
    text-align: center;
    justify-content: center;
  }
}
/* Footer */
footer {
  margin-top: 60px;
  padding: 20px 40px;
  padding-left: 80px;
  background-image: url("https://45486220.fs1.hubspotusercontent-na1.net/hubfs/45486220/hex_wave_blue-1.jpg") !important;
  background-size: cover !important;
  /* mobile with sidebar closed */
}
@media (max-width: 750px) {
  footer {
    width: calc(100% - 55px);
    margin-left: 57px;
  }
}
footer a {
  font-size: 14px;
  padding: 5px 0;
}
footer .footer-logo-container {
  max-width: 200px;
  margin-bottom: 20px;
}
footer .footer-logo-container img {
  max-width: 100%;
}
footer ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
footer ul.menu li a {
  display: inline-block;
  font-size: 14px;
  padding: 5px 0;
}
footer .inline-menu {
  margin-bottom: 0;
}
footer .inline-menu li {
  display: inline-block;
  margin-right: 10px;
}
footer .social-media li {
  display: inline-block;
  margin-right: 5px;
}
footer .social-media a {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin: 0 0.35rem;
  position: relative;
  width: 40px;
  color: #30a4d5;
  background: white;
  font-size: 16px;
}
footer h2,
footer a {
  color: white;
}
footer h3 {
  color: #92d500;
  margin-bottom: 24px;
}
footer .span4 {
  width: 31.623931624%;
  display: inline-block;
}
footer .span8 {
  width: 65.811965812%;
  display: flex;
  justify-content: flex-end;
}
footer .span6 {
  width: 47%;
  display: inline-block;
}
footer .span12 {
  width: 100%;
  display: block;
  padding: 20px 0px;
  margin-top: 80px;
  max-width: 1024px;
}
footer .newsletter-subscribe {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
footer .newsletter-paragraph {
  color: white;
}
footer .hubspot-form form {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-top: 20px;
}
footer .hubspot-form form label {
  display: none;
}
footer .hubspot-form form input {
  border: none;
  border-radius: 20px;
  padding: 8px 12px;
}
footer .hubspot-form form .hs-button {
  background: #92d500;
  color: white;
  margin-left: 20px;
  font-weight: 600;
}
footer .hubspot-form .hs_email {
  max-width: 70%;
}
footer .hubspot-form .hs_submit {
  width: 20%;
}
@media (max-width: 1080px) {
  footer {
    text-align: center;
  }
  footer .flex {
    display: block;
  }
  footer .float-right {
    float: none;
  }
  footer .text-right {
    text-align: center;
  }
  footer .span4,
  footer .span8,
  footer .span6 {
    width: 100%;
    display: block;
  }
  footer h3,
  footer .social-media {
    margin-top: 20px;
  }
  footer img,
  footer .social-media li {
    margin-bottom: 20px;
  }
}

/* login page */
.login-wrapper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 70px;
  min-height: 60vh;
}
.login-wrapper-wrapper .login-wrapper {
  min-width: 350px;
}

@media (max-width: 750px) {
  .login-wrapper-wrapper {
    margin-left: 60px;
  }
  .login-wrapper-wrapper .login-wrapper {
    min-width: 250px;
  }
  footer .hubspot-form form {
    display: block;
  }
  footer .hubspot-form form .hs_submit {
    width: 100%;
    margin-top: 15px;
  }
  footer .hubspot-form form .hs_submit .hs-button {
    width: 100%;
    margin-left: 0;
  }
}
/* open sidebar footer */
.sidebar-open footer {
  width: 100%;
  padding-left: 0;
}

/* Sidebar */
.sidebar {
  margin-top: 45px;
}
.sidebar i {
  font-size: 24px;
}

.navbar-nav {
  max-width: 60px;
}
.navbar-nav a {
  padding: 6px 16px 6px 16px !important;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.navbar-nav a:hover {
  color: white;
}
.navbar-nav a i {
  font-size: 24px;
}
.navbar-nav .nav-item.active {
  margin-bottom: 16px;
  background: white;
  border-radius: 20px 0 0 20px;
  min-height: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 70px;
}
.navbar-nav .nav-item.active i {
  color: #30a4d5;
}
.navbar-nav .nav-item.active span {
  color: #30a4d5;
  margin-top: 5px;
}
.navbar-nav .nav-item.active .img-container {
  position: relative;
  margin-bottom: 0px;
}
.navbar-nav .nav-item.active .img-container .white {
  display: none;
}
.navbar-nav .nav-item.active .img-container .blue {
  display: block;
}
.navbar-nav .nav-item.active a {
  padding: 0 !important;
}
.navbar-nav .nav-item img {
  max-width: 24px;
  margin-bottom: 10px;
}
.navbar-nav .nav-item .img-container {
  position: relative;
  margin-bottom: 10px;
}
.navbar-nav .nav-item .img-container img {
  margin-bottom: 0;
}
.navbar-nav .nav-item .img-container .blue {
  display: none;
}

.sidebar-open .navbar-nav {
  max-width: 100%;
}
.sidebar-open .navbar-nav .nav-item.active {
  min-width: 140px;
}

aside {
  height: 100%;
  position: fixed;
  width: 60px;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #30a4d5;
  overflow-x: hidden;
  padding-top: 20px;
  transition: all 0.3s;
}
aside.active {
  width: 140px;
}
aside li {
  margin-bottom: 16px;
}
aside a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: flex;
  align-items: center;
  transition: all 5s;
}
aside a:hover {
  color: white;
}
aside a i {
  font-size: 18px;
}
aside a span {
  text-decoration: none;
  font-size: 14px;
  color: white;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 0s 1s;
}
aside a span:hover {
  color: white;
}
aside .navbar-nav {
  margin-left: 0;
  background: transparent;
}
aside .sidebar-toggle-container {
  min-height: 40px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.sidebar.active {
  transform: translateX(0);
}
.sidebar.active i {
  margin-bottom: 10px;
}

.sidebar button {
  background-color: transparent;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 1.5rem;
  padding: 6px 8px 6px 20px;
}

.profile-picture {
  max-width: 120px !important;
  display: block;
  padding-left: 20px;
}

.profile-name {
  color: white;
  padding-left: 20px;
}

.sidebar .sidebarOpen {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.01s, visibility 0s 0.01s, height 0.01s;
  height: 0;
}

.sidebar.active .sidebarOpen {
  opacity: 1;
  visibility: visible;
  transition: opacity 4s, visibility 4s, height 0.01s;
  height: auto;
}

.sidebar.active .sidebarClose {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s, visibility 0s 0.1s;
}

.hidden {
  display: none;
}

/* request form */
.audio-tabs {
  display: inline-block;
  list-style-type: none;
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
}
.audio-tabs li {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  border: 2px solid transparent;
  border-bottom: none;
  margin-right: 2px;
  background-color: #eee;
  border-radius: 20px 20px 0 0;
  transition: all 0.1s;
  font-family: Kallisto, sans-serif;
}
.audio-tabs li:nth-child(1) {
  background-color: #ff9016;
  color: white;
}
.audio-tabs li:nth-child(2) {
  background-color: #ffd100;
  color: white;
}
.audio-tabs li:nth-child(3) {
  background-color: #30a4d5;
  color: white;
}
.audio-tabs li:nth-child(4) {
  background-color: #92d500;
  color: white;
}
.audio-tabs li:nth-child(5) {
  background-color: #009846;
  color: white;
}
.audio-tabs li:nth-child(6) {
  background-color: #8331a7;
  color: white;
}
.audio-tabs li.active {
  background-color: white;
  font-weight: bold;
  border-top: 2px solid #30a4d5;
  border-left: 2px solid #30a4d5;
  border-right: 2px solid #30a4d5;
  color: #30a4d5;
}
@media (max-width: 768px) {
  .audio-tabs {
    display: block;
  }
  .audio-tabs li {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .audio-tabs li:last-child {
    margin-bottom: 0;
  }
}

#requests {
  padding: 20px 0;
}

.tab-content {
  border-top: none;
  background-color: white;
  border-radius: 0 0 20px 20px;
}
.tab-content .approve {
  background: #92d500;
  color: white;
  padding: 15px;
  border-radius: 20px;
  margin-right: 15px;
  min-width: 140px;
}
.tab-content .deny,
.tab-content .delete {
  background: #9f1d65;
  color: white;
  padding: 15px;
  border-radius: 20px;
  min-width: 140px;
}
.tab-content .deny:hover, .tab-content .deny:focus,
.tab-content .delete:hover,
.tab-content .delete:focus {
  color: white !important;
}
.tab-content audio {
  display: block;
  margin-top: 10px;
}

.tab-pane {
  display: none;
  transition: all 0.3s;
  padding: 10px 0;
}
.tab-pane.active {
  display: block;
}
.tab-pane img {
  display: block;
}

/* audio management */
.heading-container {
  background-image: url("https://www.ephex.com/hubfs/hex_wave_green-opt.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  margin-bottom: 40px;
  background-position: center;
  border-radius: 20px;
}
.heading-container h1 {
  color: white;
  margin-top: 0;
}
@media (max-width: 768px) {
  .heading-container h1 {
    font-size: 25px;
  }
}

audio {
  min-width: 405px;
}
@media (max-width: 758px) {
  audio {
    min-width: 208px;
    max-width: 208px;
  }
}

#requestForm i {
  color: #30a4d5;
  cursor: pointer;
}
#requestForm select,
#requestForm textarea,
#requestForm input {
  margin-bottom: 20px;
  min-height: 40px;
  border-radius: 20px;
  padding-left: 10px;
  display: block;
  border: 1px solid #ddd;
}
#requestForm select,
#requestForm input,
#requestForm textarea {
  min-width: 405px;
}
@media (max-width: 758px) {
  #requestForm select,
  #requestForm input,
  #requestForm textarea {
    min-width: 208px;
    max-width: 208px;
  }
}
#requestForm button {
  margin-bottom: 20px;
  min-height: 40px;
  border-radius: 20px;
  padding-left: 10px;
  display: block;
}
#requestForm .remove-section {
  padding-right: 15px;
  background: white;
  color: #9f1d65;
  border: 1px solid #9f1d65;
}
#requestForm .remove-section .fa-x {
  padding-right: 5px;
  color: #9f1d65;
}
#requestForm .select {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 300px;
  gap: 1px;
  margin-bottom: 20px;
}
#requestForm .select__item {
  padding: 10px;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  background: #eee;
  transition: background 0.1s;
}
#requestForm .select__item--selected {
  background: #92d500;
  color: white;
}
#requestForm #add-another-request {
  background: none;
  font-weight: bold;
  color: #30a4d5;
  text-align: left;
  border: 1px solid #30a4d5;
  border-radius: 20px;
  display: inline-block;
  padding: 15px;
}
#requestForm #add-another-request .fa-plus {
  padding-left: 10px;
}
#requestForm #request-submit {
  max-width: 405px;
  min-width: 405px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #8331a7;
}
@media (max-width: 758px) {
  #requestForm #request-submit {
    min-width: 208px;
    max-width: 208px;
  }
}
#requestForm .additionalFields {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 10px;
}
#requestForm .additionalFields:first-of-type {
  border-top: none;
  padding-top: 0;
}
#requestForm .storeTable {
  margin-bottom: 20px;
}
#requestForm .storeTable thead {
  border-radius: 5px;
  background: #30a4d5;
  color: white;
}
#requestForm .storeTable thead th {
  padding: 5px;
}
#requestForm .storeTable tbody tr {
  cursor: pointer;
}
#requestForm .storeTable tbody tr:nth-child(even) {
  background: #eee;
}
#requestForm .storeTable tbody tr td {
  padding: 5px;
}
#requestForm .selected {
  background: #92d500 !important;
  color: white;
}

/* Submitted tab */
#submitted .submitted-item {
  list-style: none;
  margin-left: 0;
  border: 1px solid #30a4d5;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
}
#submitted .submitted-item li {
  margin-bottom: 20px;
}
#submitted .submitted-item li:last-of-type {
  margin-bottom: 0;
}
#submitted .submitted-item .submitted-item-title {
  padding-right: 5px;
  font-weight: bold;
}

/* Pending tab */
#pending .pending-item {
  list-style: none;
  margin-left: 0;
  border: 1px solid #30a4d5;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
}
#pending .pending-item li {
  margin-bottom: 20px;
}
#pending .pending-item li:last-of-type {
  margin-bottom: 0;
  display: flex;
}
#pending .pending-item .pending-item-title {
  padding-right: 5px;
  font-weight: bold;
}

/* Approved tab */
#approved .approved-item {
  list-style: none;
  margin-left: 0;
  border: 1px solid #30a4d5;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
}
#approved .approved-item li {
  margin-bottom: 20px;
}
#approved .approved-item li:last-of-type {
  margin-bottom: 0;
}
#approved .approved-item .approved-item-title {
  padding-right: 5px;
  font-weight: bold;
}

/* History tab **/
#history .history-item {
  list-style: none;
  margin-left: 0;
  border: 1px solid #30a4d5;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
}
#history .history-item li {
  margin-bottom: 20px;
}
#history .history-item li:last-of-type {
  margin-bottom: 0;
}
#history .history-item .history-item-title {
  padding-right: 5px;
  font-weight: bold;
}

.submitted-item-title {
  font-weight: bold;
  padding-right: 5px;
}

/* history filter */
#history-filter {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#history-filter label {
  margin-bottom: 0;
  margin-right: 10px;
}
#history-filter input {
  margin-right: 10px;
  border-radius: 20px;
  padding: 5px;
  border: 1px solid #009846;
}
#history-filter button {
  background: #8331a7;
  padding: 5px 30px;
  border-radius: 20px;
  margin-left: 5px;
}

.history-message-type-filter {
  margin-bottom: 15px;
}
.history-message-type-filter #messageTypeFilter {
  margin-right: 10px;
  border-radius: 20px;
  padding: 5px;
  border: 1px solid #009846;
}

.history-item.show {
  display: block;
}

.history-item.hide {
  display: none;
}

/* file upload */
.upload-text {
  font-size: 12px;
  color: #aaa;
  margin-top: 0;
  margin-bottom: 20px;
}

.file-upload-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 200px;
}
.file-upload-wrapper input[type=file] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.file-upload-wrapper .custom-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #30a4d5;
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
}
.file-upload-wrapper .custom-button:hover {
  background-color: #92d500;
}

#customerDropdownSubmitted,
#customerDropdownPending,
#customerDropdownApproved {
  min-height: 40px;
  border-radius: 20px;
  padding-left: 10px;
  display: block;
  border: 1px solid #ddd;
  min-width: 405px;
}
@media (max-width: 600px) {
  #customerDropdownSubmitted,
  #customerDropdownPending,
  #customerDropdownApproved {
    min-width: 208px;
  }
}

.choices {
  margin-bottom: 20px !important;
}

.choices__list--multiple .choices__item {
  display: flex !important;
  max-width: 150px !important;
  max-height: 50px;
  align-items: center;
  justify-content: center;
}

.choices__list--multiple .choices__item.is-highlighted,
.choices__list--multiple .choices__item {
  background-color: #92d500 !important;
  border: 1px solid #92d500 !important;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  margin-bottom: 0 !important;
  border-left: none !important;
}

.btn,
#SearchBox {
  border-radius: 20px;
}

.company-td,
.store-td,
.contact-td {
  padding-top: 12px !important;
}

.btn-danger {
  background-color: #9f1d65;
}

.homepage {
  margin-top: 150px;
}

.homepage-hello {
  text-align: center;
  margin-left: 80px;
}
.homepage-hello a {
  color: #ff9016;
}

.homepage-wrapper {
  margin-top: 50px;
  margin-left: 70px;
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.homepage-wrapper .item {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 145px;
  min-width: 300px;
  display: block;
  max-width: 300px;
  padding: 20px 40px;
  position: relative;
  text-align: left;
  z-index: 3;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.homepage-wrapper .item:nth-child(1) {
  background: #92d500;
  border-bottom: 7px solid #009846;
}
.homepage-wrapper .item:nth-child(2) {
  background: #ffd100;
  border-bottom: 7px solid #ff9016;
}
.homepage-wrapper .item:nth-child(3) {
  background: #9f1d65;
  border-bottom: 7px solid rgb(115.8670212766, 21.1329787234, 73.6010638298);
}
.homepage-wrapper .item:nth-child(4) {
  background: #ff9016;
  border-bottom: 7px solid rgb(226, 118.3347639485, 0);
}
.homepage-wrapper .item:nth-child(5) {
  background: #8331a7;
  border-bottom: 7px solid rgb(100.0694444444, 37.4305555556, 127.5694444444);
}
.homepage-wrapper .item:nth-child(6) {
  background: #009846;
  border-bottom: 7px solid rgb(0, 101, 46.5131578947);
}
.homepage-wrapper .item:hover {
  transform: scale(1.03);
}
.homepage-wrapper .item h2 {
  color: white;
}
.homepage-wrapper .item .icon i {
  position: absolute;
  font-size: 110px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
  visibility: visible;
  opacity: 0.2;
  right: -25px;
  bottom: -30px;
}
.homepage-wrapper .item .icon img {
  position: absolute;
  height: 110px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
  visibility: visible;
  opacity: 0.2;
  right: -25px;
  bottom: -30px;
}

/* admin management tables */
.table-responsive {
  border-radius: 10px;
}
.table-responsive .table {
  border: 1px solid #8331a7;
}
.table-responsive thead {
  border-radius: 5px;
  background: linear-gradient(to bottom, rgb(169.4097222222, 86.8402777778, 205.6597222222), #8331a7);
  color: white;
}
.table-responsive thead tr {
  background: linear-gradient(to bottom, rgb(169.4097222222, 86.8402777778, 205.6597222222), #8331a7);
  color: white;
}
.table-responsive thead th {
  padding: 5px;
}
.table-responsive tbody tr:nth-child(even) {
  background: rgb(255, 250.4, 229.5);
}
.table-responsive tbody tr td {
  padding: 5px;
  vertical-align: middle;
}

@media (max-width: 750px) {
  .table-responsive {
    overflow-x: auto;
  }
  .table-responsive .table th,
  .table-responsive .table td {
    display: block;
    text-align: left;
  }
  .table-responsive .table thead {
    display: none;
  }
  .table-responsive .table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
  .table-responsive .table td[data-label] {
    text-align: left;
  }
}
#messageContainer {
  background: #ffd100;
  border: 3px solid #ff9016;
  border-radius: 20px;
  color: white;
  padding: 10px 20px;
  margin-bottom: 30px;
  margin-top: -30px;
  font-size: 14px;
  font-weight: bold;
}

.sentToStream {
  display: inline-block;
}

.empty-tab {
  background: #ff9016;
  padding: 40px;
  border-radius: 20px;
  color: white;
  text-align: center;
}
.empty-tab i {
  font-size: 40px;
  border-radius: 100%;
  border: 3px solid white;
  padding: 10px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

#account {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.13);
  padding: 40px;
  border-radius: 30px;
}
#account input {
  min-height: 50px;
}

.checkbox {
  margin-bottom: 20px !important;
}

.position-relative {
  position: relative;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #6c757d;
}

.toggle-password:hover {
  color: #495057;
}

.forgot-password-container {
  text-align: right;
  margin-bottom: 10px;
}
.forgot-password-container a {
  color: #ff9016;
}

/* stylized checkbox */
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #8331a7;
}
.styled-checkbox:hover + label:before {
  background: #8331a7;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #8331a7;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

/* Toast Container */
.toast-container {
  position: fixed;
  bottom: 20px;
  /* Distance from the bottom */
  right: 20px;
  /* Distance from the right */
  z-index: 9999;
  /* Ensure it appears above other elements */
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* Space between toasts */
}

/* Individual Toast */
.toast {
  min-width: 250px;
  max-width: 350px;
  padding: 15px 20px;
  background-color: #28a745;
  /* Green background for success */
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toast span {
  font-size: 16px;
}

/* Show Toast */
.toast.show {
  opacity: 1;
  transform: translateY(0);
}

/* Close Button */
.toast .close-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  margin-left: 15px;
}

.sound-effect {
  display: none;
}

/* admin dashboard */
.admin-wrapper-container {
  padding: 20px;
  margin-top: 90px;
  margin-left: 60px;
}
.admin-wrapper-container h1 {
  font-size: 72px;
  background: -webkit-linear-gradient(#30a4d5, #92d500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 750) {
  .admin-wrapper-container h1 {
    font-size: 35px;
  }
}
.admin-wrapper-container .admin-project-section,
.admin-wrapper-container .admin-tasks-section {
  margin-bottom: 50px;
}
.admin-wrapper-container h2 {
  background: white;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
@media (max-width: 750) {
  .admin-wrapper-container h2 {
    font-size: 20px;
  }
}
.admin-wrapper-container h2:before {
  border-top: 2px solid #ff9016;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
.admin-wrapper-container h2 span {
  background: #fff;
  padding: 0 15px;
}
.admin-wrapper-container .products-grid {
  display: flex;
  flex-wrap: wrap;
}
.admin-wrapper-container .products-grid .product-item {
  padding: 20px;
  margin-left: 15px;
  margin-bottom: 15px;
  width: 31%;
  border-radius: 20px;
}
.admin-wrapper-container .products-grid .product-item.admin {
  width: 48%;
}
.admin-wrapper-container .products-grid .product-item:hover, .admin-wrapper-container .products-grid .product-item:focus {
  text-decoration: none;
}
@media (max-width: 750px) {
  .admin-wrapper-container .products-grid .product-item {
    width: 100%;
    margin-right: 15px;
  }
}
.admin-wrapper-container .products-grid .product-item:nth-child(1) {
  background-color: #9f1d65;
  color: white;
}
.admin-wrapper-container .products-grid .product-item:nth-child(2) {
  background-color: #ffd100;
  color: white;
}
.admin-wrapper-container .products-grid .product-item:nth-child(3) {
  background-color: #30a4d5;
  color: white;
}
.admin-wrapper-container .products-grid .product-item:nth-child(4) {
  background-color: #009846;
  color: white;
}
.admin-wrapper-container .products-grid .product-item:nth-child(5) {
  background-color: #8331a7;
  color: white;
}
.admin-wrapper-container .products-grid .product-item:nth-child(6) {
  background-color: #ff9016;
  color: white;
}
.admin-wrapper-container .products-grid .product-item:nth-child(7) {
  background-color: #92d500;
  color: white;
}
.admin-wrapper-container .products-grid .product-item a {
  color: white;
}
.admin-wrapper-container .admin-tasks-section .items-container {
  display: flex;
  flex-wrap: wrap;
}
.admin-wrapper-container .admin-tasks-section .items-container .item {
  padding: 20px;
  margin-left: 15px;
  margin-bottom: 15px;
  width: 31%;
  border-radius: 20px;
}
@media (max-width: 750px) {
  .admin-wrapper-container .admin-tasks-section .items-container .item {
    width: 100%;
    margin-right: 15px;
  }
}
.admin-wrapper-container .admin-tasks-section .items-container .item a {
  color: white;
}
.admin-wrapper-container .admin-tasks-section .items-container .item:nth-child(1) {
  background-color: #92d500;
  color: white;
}
.admin-wrapper-container .admin-tasks-section .items-container .item:nth-child(2) {
  background-color: #009846;
  color: white;
}
.admin-wrapper-container .admin-tasks-section .items-container .item:nth-child(3) {
  background-color: #8331a7;
  color: white;
}
.admin-wrapper-container .admin-tasks-section .items-container .item:nth-child(4) {
  background-color: #ff9016;
  color: white;
}
.admin-wrapper-container .admin-tasks-section .items-container .item:nth-child(5) {
  background-color: #92d500;
  color: white;
}
.admin-wrapper-container .admin-tasks-section .items-container .item:nth-child(6) {
  background-color: #009846;
  color: white;
}
.admin-wrapper-container .admin-tasks-section .items-container .item:nth-child(7) {
  background-color: #8331a7;
  color: white;
}
.admin-wrapper-container .admin-tasks-section .items-container .item:nth-child(8) {
  background-color: #ff9016;
  color: white;
}

.total-items-status {
  display: flex;
  flex-wrap: wrap;
}
.total-items-status .tile-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.3s;
  width: 32%;
}
@media (max-width: 700px) {
  .total-items-status .tile-link {
    min-width: 100%;
  }
}
.total-items-status .tile-link:hover .item {
  transform: scale(1.05);
}
.total-items-status .approved {
  background-color: #92d500;
}
.total-items-status .denied {
  background-color: #9f1d65;
}
.total-items-status .pending {
  background-color: #8331a7;
}
.total-items-status .submitted {
  background-color: #9f1d65;
}
.total-items-status .item {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 20px 30px;
  margin-left: 5px;
  margin-right: 5px;
  color: white;
  min-width: 32%;
  margin-bottom: 20px;
  justify-content: space-between;
  transition: all 0.3s;
}
@media (max-width: 700px) {
  .total-items-status .item {
    min-width: 100%;
  }
}
.total-items-status .item p {
  margin-bottom: 0;
}
.total-items-status .item .number {
  font-size: 22px;
  margin-bottom: 5px;
}
.total-items-status .item .title {
  font-size: 14px;
  opacity: 0.7;
}
.total-items-status .item i {
  font-size: 30px;
  opacity: 0.7;
}

.pending-clients-container {
  display: flex;
  flex-wrap: wrap;
}
.pending-clients-container .item {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  background-color: #8331a7;
  color: white;
  border-radius: 10px;
  min-width: 250px;
  padding: 20px;
}
.pending-clients-container .item h3 {
  margin-top: 0;
  font-size: 20px;
}

.approved-clients-container {
  display: flex;
  flex-wrap: wrap;
}
.approved-clients-container .item {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  background-color: #92d500;
  color: white;
  border-radius: 10px;
  min-width: 250px;
  padding: 20px;
}
.approved-clients-container .item h3 {
  margin-top: 0;
  font-size: 20px;
}
.approved-clients-container .item .btn {
  background: #009846;
}

.denied-clients-container {
  display: flex;
  flex-wrap: wrap;
}
.denied-clients-container .item {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  background-color: #9f1d65;
  color: white;
  border-radius: 10px;
  min-width: 250px;
  padding: 20px;
}
.denied-clients-container .item h3 {
  margin-top: 0;
  font-size: 20px;
}

.client-devices-container {
  display: flex;
  flex-wrap: wrap;
}
.client-devices-container .item {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 20px 30px;
  margin-left: 5px;
  margin-right: 5px;
  color: white;
  background: #30a4d5;
  min-width: 32%;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .client-devices-container .item {
    min-width: 100%;
  }
}
.client-devices-container .item h2 {
  font-size: 20px;
  margin-top: 0;
}
.client-devices-container .item .store {
  font-size: 16px;
  opacity: 0.8;
}
.client-devices-container .item .serial {
  font-size: 14px;
  opacity: 0.7;
}

.client-item thead tr {
  height: 40px;
}
.client-item tbody tr {
  height: 55px;
}
.client-item .status-td span {
  padding: 5px 10px;
  border-radius: 18px;
}
.client-item .status-td span.active {
  background: rgb(217.5903614458, 238.5542168675, 247.4096385542);
  color: #30a4d5;
}
.client-item .status-td span.inactive {
  background: rgb(236.7978723404, 155.2021276596, 200.3936170213);
  color: #9f1d65;
}

.clients-container {
  display: flex;
  flex-wrap: wrap;
}
.clients-container .item {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 20px 30px;
  margin-left: 5px;
  margin-right: 5px;
  color: white;
  background: #30a4d5;
  min-width: 32%;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .clients-container .item {
    min-width: 100%;
  }
}
.clients-container .item h2 {
  font-size: 22px;
  margin-top: 0;
}
.clients-container .item .contact {
  font-size: 16px;
  opacity: 0.8;
}
.clients-container .item .device {
  font-size: 14px;
  opacity: 0.7;
}

#excel-upload-form label {
  display: none;
}
#excel-upload-form input[type=file]::file-selector-button {
  background-color: #8331a7;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
}
#excel-upload-form .btn.submit {
  margin-bottom: 30px;
}

#download-template {
  background: #ff9016 linear-gradient(87.87deg, #ff9016 28.76%, #ffd100 142.64%);
}

.excel-upload-page h2 {
  background: white;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
@media (max-width: 750) {
  .excel-upload-page h2 {
    font-size: 20px;
  }
}
.excel-upload-page h2:before {
  border-top: 2px solid #ff9016;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
.excel-upload-page h2 span {
  background: #fff;
  padding: 0 15px;
}

.back-to-dashboard-btn {
  background: #ff9016 linear-gradient(87.87deg, #ff9016 28.76%, #ffd100 142.64%);
  padding-left: 17px;
  padding-right: 17px;
  margin-bottom: 30px;
}
.back-to-dashboard-btn:hover, .back-to-dashboard-btn:focus {
  color: white;
}

.add-customer-form input,
.add-customer-form select,
.add-parent-company input,
.add-parent-company select,
.add-corporation input,
.add-corporation select,
.add-banner input,
.add-banner select,
.add-group input,
.add-group select {
  margin-bottom: 20px;
  min-height: 40px;
  border-radius: 20px;
  padding-left: 10px;
  display: block;
  border: 1px solid #ddd;
}
.add-customer-form input[type=checkbox],
.add-parent-company input[type=checkbox],
.add-corporation input[type=checkbox],
.add-banner input[type=checkbox],
.add-group input[type=checkbox] {
  min-height: auto;
  display: inline-block;
}
.add-customer-form h2,
.add-parent-company h2,
.add-corporation h2,
.add-banner h2,
.add-group h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #009846;
}

.deny,
.delete {
  background: #9f1d65;
  color: white;
  border-radius: 20px;
}
.deny:hover, .deny:focus,
.delete:hover,
.delete:focus {
  color: white !important;
}

.button-container {
  display: flex;
}
.button-container .submit {
  margin-right: 10px;
}

.ephex-admin-page input,
.ephex-admin-page select {
  margin-bottom: 20px;
  min-height: 40px;
  border-radius: 20px;
  padding-left: 10px;
  display: block;
  border: 1px solid #ddd;
}
.ephex-admin-page input[type=checkbox] {
  min-height: auto;
  display: inline-block;
}

.choices__inner {
  border: 1px solid #ddd !important;
  min-height: 40px !important;
  border-radius: 20px !important;
  max-width: 405px !important;
}

/* border radius on admin edit pages select buttons */
#corporationDropdown {
  margin-bottom: 20px;
  min-height: 40px;
  border-radius: 20px;
  padding-left: 10px;
  display: block;
  border: 1px solid #ddd;
}

.edit-parent-company select,
.edit-parent-company input,
.edit-group select,
.edit-group input,
.edit-banner select,
.edit-banner input,
.edit-customer select,
.edit-customer input,
.edit-player select,
.edit-player input,
.add-player select,
.add-player input,
.add-customers-to-group select,
.add-customers-to-group input,
.edit-group-members select,
.edit-group-members input {
  margin-bottom: 20px;
  min-height: 40px;
  border-radius: 20px;
  padding-left: 10px;
  display: block;
  border: 1px solid #ddd;
}
.edit-parent-company input[type=checkbox],
.edit-group input[type=checkbox],
.edit-banner input[type=checkbox],
.edit-customer input[type=checkbox],
.edit-player input[type=checkbox],
.add-player input[type=checkbox],
.add-customers-to-group input[type=checkbox],
.edit-group-members input[type=checkbox] {
  min-height: auto;
  display: inline-block;
}

.admin-pending-approvals h2,
.edit-parent-company h2 {
  color: #92d500;
  margin-bottom: 15px;
}

.edit-group-members label,
.edit-group-members h4 {
  font-family: Kallisto, san-serif;
  font-size: 20px;
  color: #92d500;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: normal;
}
.edit-group-members label {
  margin-top: 0;
}

.badge {
  border: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  border-radius: 30px;
  font-weight: normal;
}
.badge.bg-info, .badge.bg-primary {
  background-color: #30a4d5 !important;
}
.badge.bg-warning {
  background-color: #ffd100 !important;
}
.badge.badge-success {
  background-color: #009846;
}

#approvedRequestsBody .badge.badge-success {
  background-color: #009846;
  color: white;
  border: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.client-pending-approvals h2 {
  color: #92d500;
}

.admin-button-wrapper {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

.admin-button-wrapper .back-to-dashboard-btn {
  margin-bottom: 0;
}

.admin-button-wrapper .submit {
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 780px) {
  .admin-button-wrapper .back-to-dashboard-btn {
    margin-bottom: 10px;
  }
  .admin-button-wrapper .submit {
    margin-left: 0px;
  }
  .admin-wrapper-container h1 {
    font-size: 40px;
  }
  .admin-wrapper-container h2 {
    font-size: 20px;
  }
  .admin-wrapper-container .products-grid .product-item.admin {
    width: 100%;
  }
  .admin-pending-approvals h2,
  .edit-parent-company h2 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .table-responsive tbody tr td {
    font-size: 12px;
  }
}

/* request form */
.digital-tabs {
    display: inline-block;
    list-style-type: none;
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
}

    .digital-tabs li {
        display: inline-block;
        padding: 10px 20px;
        cursor: pointer;
        border: 2px solid transparent;
        border-bottom: none;
        margin-right: 2px;
        background-color: #eee;
        border-radius: 20px 20px 0 0;
        transition: all 0.1s;
        font-family: Kallisto, sans-serif;
        color: white; /* <-- ADD THIS */
        font-weight: normal; /* <-- RESET default */
    }

        .digital-tabs li:nth-child(1) {
            background-color: #ff9016;
            color: white;
        }

.digital-tabs li:nth-child(2) {
    background-color: #ffd100;
    color: white;
}

.digital-tabs li:nth-child(3) {
    background-color: #30a4d5;
    color: white;
}

.digital-tabs li:nth-child(4) {
    background-color: #92d500;
    color: white;
}

.digital-tabs li:nth-child(5) {
    background-color: #009846;
    color: white;
}

.digital-tabs li:nth-child(6) {
    background-color: #8331a7;
    color: white;
}

.digital-tabs li.active {
background-color: white;
font-weight: bold;
border-top: 2px solid #30a4d5;
border-left: 2px solid #30a4d5;
border-right: 2px solid #30a4d5;
color: #30a4d5; /* <-- BLUE TEXT */
}
.digital-tabs li:hover {
    opacity: 0.9;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .digital-tabs {
        display: block;
    }

        .digital-tabs li {
            display: block;
            width: 100%;
            margin-right: 0;
            margin-bottom: 5px;
        }

            .digital-tabs li:last-child {
                margin-bottom: 0;
            }
}

.tab-content digital {
    display: block;
    margin-top: 10px;
}

/*# sourceMappingURL=site.css.map */
.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    background-color: #92d500; /* match your green */
    color: white;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
}

    .custom-file-upload:hover {
        background-color: #7fc200;
    }

    .custom-file-upload input[type="file"] {
        display: none;
    }

.btn-green {
    background-color: #92d500;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

    .btn-green:hover {
        background-color: #7fc200;
    }

.uniform-width {
    min-width: 220px; /* Set to the wider button */
    display: inline-block;
}

.file-name {
    display: inline-block;
    margin-left: 10px;
    font-style: italic;
    color: #555;
    min-width: 140px;
}

.item-detail {
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px; /* Optional spacing between label and content */
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 700px;
    position: relative;
}

.close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .close:hover {
        color: #000;
    }

.loading-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    font-weight: bold;
    color: #555;
}

.video-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .video-detail .video-action {
        margin-top: 0.5em;
    }
.modal {
    position: fixed;
    inset: 0;
    z-index: 999999; /* higher than anything else */
    pointer-events: auto;
}

.modal-dialog {
    pointer-events: auto;
}

#toast-container {
    position: fixed;
    z-index: 900; /* below the modal */
    pointer-events: none; /* container ignores clicks */
}

    #toast-container .toast {
        pointer-events: auto;
    }
/* still clickable buttons inside the toast */
