/* src/styles.scss */
* {
  font-family: "Poppins", sans-serif;
}
.attend-card {
  padding: 5px 5px;
  text-align: center;
  justify-content: center;
  width: 60px;
  display: flex;
  flex-direction: row;
  border-radius: 14px;
  background-color: rgba(37, 73, 126, 0.09);
}
.livesvg {
  padding: 5px 8px;
  height: 30px;
  align-items: center;
  display: flex;
  flex-direction: row;
  border-radius: 14px;
  background-color: rgba(37, 73, 126, 0.09);
}
.text-red-glow {
  color: rgb(196, 55, 27);
}
.text-orange-glow {
  color: rgb(255, 165, 0);
}
.text-green-glow {
  color: rgb(34, 139, 34);
}
.text-danger-glow {
  color: #088022;
}
.blink {
  animation: blinker 1s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.header {
  padding: 18px 40px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.card-value {
  color: rgb(27, 32, 40);
  font-weight: 600;
  font-size: 23px;
}
.header-title {
  font-weight: 600;
  font-size: 25px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 4px;
}
.sec-title {
  font-size: 19px;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 500;
}
.content-sec {
  padding: 12px 40px;
}
.cus-card {
  background-color: rgba(37, 73, 126, 0.09);
  display: flex;
  margin-top: 10px;
  border-radius: 8px;
  flex-direction: column;
  padding: 20px 13px;
}
.card-title {
  color: #1b2028;
  font-size: 15px;
  font-weight: 600;
}
.table {
  border-color: rgba(73, 88, 110, 0.2);
}
.nav-tabs .nav-link {
  border: none;
  margin-bottom: 0px;
  color: rgba(20, 31, 46, 0.62);
}
.nav-link.active {
  border-bottom: 1px solid rgb(0, 86, 210) !important;
  color: rgb(0, 86, 210) !important;
}
.new-btn {
  outline: none !important;
  border: none;
  appearance: none !important;
  justify-content: right;
  background-color: rgb(0, 86, 210);
  color: white;
}
.new-btn:focus {
  box-shadow: none;
  outline: none !important;
  border: none;
  appearance: none !important;
  background-color: rgb(0, 86, 210);
  color: white;
}
.showonsmall {
  display: none !important;
}
th {
  white-space: nowrap;
}
.arrow-svg {
  margin-top: 8px;
}
.footer {
  bottom: 0;
  left: 40%;
  font-style: italic;
  font-size: 8px;
  text-align: center;
  margin-top: 12px;
}
.loader {
  margin-top: 1px;
  margin-right: 2px;
}
.card-value {
  margin-top: 6px;
}
@media (max-width: 686px) {
  .home-svg {
    width: 22px;
    height: 27px;
  }
  .seccard {
    padding-left: 0px;
  }
  .loader {
    width: 16px;
    height: 16px;
    margin-top: 1px;
    margin-right: 2px;
  }
  .header-title {
    font-size: 13px;
    margin-top: 12px;
  }
  .sec-title {
    font-size: 10px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .xde-logo {
    width: 60px;
  }
  .another-logo {
    width: 90px;
    height: 40px;
    object-fit: cover;
  }
  .hideonsmall {
    display: none;
  }
  .showonsmall {
    display: block !important;
  }
  .card-title,
  .card-value {
    font-size: 10px;
  }
  .card-value {
    font-size: 14px;
  }
  .nav-link {
    font-size: 11px !important;
  }
  th {
    font-size: 11px;
    white-space: nowrap;
  }
  td {
    font-size: 11px;
  }
  .arrow-svg {
    margin-top: 4px;
  }
}
@media (max-width: 430px) {
  .content-sec {
    padding: 12px 10px;
  }
  .header {
    padding: 12px 10px;
  }
}
.table-responsive {
  max-height: 406px !important;
  overflow-y: scroll;
}
thead {
  top: 0;
  position: sticky;
}
.no-data {
  justify-content: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}
.cuscard {
  border-radius: 7px;
  border: 0.86px solid rgb(93, 93, 93);
  background-color: white;
  display: flex;
  flex-direction: column;
}
.cuscard-footer {
  margin-top: auto;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-left-radius: none;
  border-top-right-radius: none;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  color: white;
  background-color: rgb(44, 44, 111);
}
.cuscard-img {
  margin: auto;
  justify-content: center;
}
.cuscard-event {
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 3px;
  font-weight: 600;
}
.pointer {
  cursor: pointer;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
