/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                 Copyright 2023 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                 Copyright 2023 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
.animate__delay-half-s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.color-scheme-bright {
  color: #66fcf1;
}

.color-scheme-dark {
  color: #45a29e;
}

.btn-primary-theme {
  background-color: #45a29e;
  border-color: #45a29e;
}

.btn-primary-theme:hover,
.btn-primary-theme:focus {
  background-color: #66fcf1;
  border-color: #66fcf1;
}

.company-logo-text {
  color: #fff;
}

.company-logo:hover,
.company-logo-text:hover {
  cursor: pointer;
}

.custom-dropdown {
  color: #fff;
  font-size: 1.5em;
  position: relative;
  display: inline-block;
  padding-bottom: 1.7px;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  max-width: 250px;
  transition: all 0.3s;
}

.custom-dropdown:hover {
  cursor: pointer;
}

.custom-dropdown-option {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  position: relative;
  transition: all 0.3s;
  z-index: 9999;
}

.custom-dropdown-option:hover {
  background-color: #fff;
  color: #0b0c10;
}

.custom-dropdown-options,
.custom-website-dropdown-options {
  position: absolute;
  display: none;
  min-width: 400px;
  top: 0px;
  left: 0px;
  background-color: #0b0c10;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

footer {
  position: fixed;
  width: 100vw;
  width: 100%;
  height: 75px;
  bottom: 0px;
  left: 0px;
}

.footer-text {
  padding-top: 8px;
}

.loading-text {
  font-weight: bold;
  font-size: 14pt;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 15px;
}

.modal {
  z-index: 10900;
}

#profile {
  padding: 110px 0px;
  padding-bottom: 75px;
  min-height: calc(100vh - 75px);
  background-color: #c5c6c7;
}

.profile-mobile-menu-icon {
  color: #66fcf1;
  font-size: 14pt;
}

.profile-mobile-menu-item {
  background-color: #1f2833;
  height: 40px;
  padding-top: 5px;
  text-align: center;
}

.profile-mobile-menu-item.active {
  background-color: #66fcf1;
}

.profile-mobile-menu-item.active > .profile-mobile-menu-icon {
  color: #1f2833;
}

.profile-mobile-menu-item:not(:last-child) {
  border-right: 2px solid #66fcf1;
}

.profile-section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24pt;
  text-align: center;
}

.profile-version {
  font-size: 10pt;
}

.side-menu {
  background-color: #1f2833;
  min-height: calc(100vh - 110px - 75px);
}

.side-menu-item {
  width: 100%;
  color: #fff;
  font-size: 14pt;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  padding: 35px 0px;
  border-bottom: 1px solid #66fcf1;
  transition: all 0.2s linear;
}

.side-menu-item:last-child {
  border-bottom: none;
}

.side-menu-item:hover,
.side-menu-item.active {
  background-color: #fff;
  color: #45a29e;
  font-weight: bold;
  cursor: pointer;
}

.site-latency-dropdown {
  color: #000;
  font-size: 12pt;
  max-width: unset;
}

.ticket-icon {
  font-size: 14pt;
}

.ticket-modal {
  background-color: #1f2833;
}

.ticket-pie-chart-container {
  height: 400px;
}

.tickets-table {
  overflow-x: auto;
}

.ticket-title {
  font-size: 24pt;
  font-family: "Montserrat", sans-serif;
}

.username {
  color: #fff;
}

.web-stats-wrapper {
  min-height: 300px;
}

/***** TRAFFIC LIGHT *****/
/* https://codesandbox.io/s/6h6jg?file=/index.html:263-1655 */
.trafficLight {
  background-color: black;
  height: 60px;
  width: 180px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px;
  border-radius: 10px;
  margin-left: calc((100% - 181px) / 2);
}

.trafficLight span {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: gray;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  /* animation: red 5s linear infinite */
  /* animation-fill-mode: forwards; */
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
  #add-ticket-button {
    padding: 8px;
    padding-bottom: 8px;
    line-height: 0px;
  }
  #add-ticket-icon {
    font-size: 14pt;
  }
  #profile {
    padding: 70px 0px;
  }
  .ticket-title {
    font-size: 20pt;
  }
  #ticket-type-dropdown-value {
    font-size: 12pt;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #profile {
    padding: 70px 0px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #profile {
    padding: 70px 0px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #profile {
    padding: 70px 0px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #profile {
    padding: 85px 0px;
  }
}
@media only screen and (min-width: 1500px) {
  #profile {
    padding: 110px 0px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1800px) {
  #profile {
    padding: 110px 0px;
  }
}

/*# sourceMappingURL=profile.css.map */
