.client-page .client-tabs .nav-link {
  padding: 0.25rem 0.5rem;
}

body.front {
  background: #f3f6f9;
}

body.front .quiz-box {
  box-shadow: 0 24px 24px -18px rgba(69, 104, 129, 0.33), 0 9px 45px 0 rgba(114, 119, 160, 0.12);
}

body:not(.front) {
  background: #fff;
}

.bg-gray {
  background: rgb(244, 245, 247);
}

.cursor-pointer {
  cursor: pointer;
}

.modal-header .close {
  float: left;
  margin-left: 0;
}

.meeting-items-list {
  list-style: none;
  padding-right: 10px;
}

.meeting-items-list p {
  display: inline-block;
}

.h-full {
  min-height: 65vh;
}

.input-transparent {
  border: none;
  display: block;
  width: 100%;
}

.box {
  background: #fff;
  box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 20px -6px !important;
  border-radius: 10px;
}

.box-shadow-0,
.box-shadow-0 .box,
.box-shadow-0 .box-color {
  box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 20px -6px !important;
}

.breadcrumb {
  background: #f1f1f1;
  font-size: 13px;
}

.breadcrumb a,
.breadcrumb span {
  font-size: 13px;
}

.text-underline {
  text-decoration: underline !important;
}

.table-responsive {
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0px;
  }
}

.icon-delete {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ea2e49;
  color: #fff;
  text-align: center;
  line-height: 20px;
}

.relative {
  position: relative;
}

.list-item {
  border-radius: 10px;
}

.list-item.client-item {
  min-height: 100px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  table td,
  table th {
    padding: 0.5rem !important;
    font-size: 13px;
  }
}

.icon-bg {
  background-image: url(/img/icon.svg);
  background-size: contain;
  width: 300px;
  height: 300px;
  opacity: 0.1;
  position: absolute;
  bottom: 20px;
  right: 0px;
  /* transform: translateY(-50%); */
  z-index: -1;
}

.text-md {
  font-size: 0.9rem;
}

.axis-container {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  height: 100%;
}

.x-axis {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.x-axis ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  width: 100%;
}

.x-axis li {
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}

.y-axis {
  width: 50px;
  border-right: 1px solid #ccc;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.y-axis ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.y-axis li {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  display: flex;
  align-items: center;
}

.meeting-number {
  margin-right: 10px;
}

.meeting-title {
  margin-left: 10px;
}

.axis-body {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 10px;
}

.grid-item {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  position: relative;
}

.date-column {
  position: relative;
}

.grid-item .meeting-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sidenav .nav li {
  margin-bottom: 5px;
}

.sidenav .nav-text {
  color: #fff;
}

.nav-icon i {
  font-size: 20px;
}

.quiz-page {
  padding: 0px;
  background-image: url("/img/bg.jpg");
  background-size: cover;
  min-height: 100vh;
}

.quiz-page .quiz-overlay {
  min-height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0px;
}

.quiz-page .container {
  position: relative;
  z-index: 2;
}

.quiz-box {
  background: #fff;
  border-radius: 25px;
}

