/* admin dashboard css start */

/* 
body {
    background-color: var(--background-dark);
}

.aside-content-wrapper {
    width: calc(100% - 280px);
    margin-left: 280px;
    padding: 24px;
}

.aside-tiles-item {
    background: rgba(38, 203, 255, 0.1);
    border-radius: 8px;
    padding: 24px 20px;
    position: relative;
}

.aside-tiles-item .tile-icon {
    height: 48px;
    width: 48px;
}

.aside-tiles-item .tile-caption {
    width: calc(100% - 48px);
    margin-left: 16px;
}

.tile-title p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--text-light);
    margin-bottom: 2px;
    opacity: 0.8;
}

.tile-value h4 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: var(--text-light);
}

.aside-title-area {
    margin: 0 0 16px 0;
}

.aside-title-area .title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: var(--color-light);
    margin: 10px 0;
}

.shadow-shape svg {
    position: absolute;
    left: -30px;
    top: 20px;
}

.shadow-shape:after {
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    height: 48px;
    width: 2px;
    background: var(--color-success);
}

.full_section .aside-content-wrapper {
    width: 100%;
    margin: 0;
    transition: ease all 0.5s;
} */
.w-300 {
  width: 300px !important;
}
.show-avg-time {
  background-color: #008dac !important;
  width: 20% !important;
  border-radius: 10px !important;
}
.awesome-btn {
  background-color: #9369c8 !important;
}
.z-index-100 {
  z-index: 100 !important;
}
.form_notification.new_notification {
  max-width: 100% !important;
}
.add-notification {
  color: #b559ff;
  margin: 0 20px !important;
}
.add-notification:hover {
  color: #b559ff;
}
.btn-add-notification {
  background-color: #9369c8;
  width: 100% !important;
}
.required_field::after {
  content: " *";
  color: red;
}
.bg-transparent {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: #7B7C8A;
}
.text-wrap {
  text-wrap: pretty;
}
.uploadStudentResponse {
  max-height: 400px !important;
}
.view-more {
  color: #9369c8;
  cursor: pointer;
}
.view-more:hover {
  color: #9369c8;
}
.border-bottom {
  border-bottom: 1px solid !important;
  border-color: #fff !important;
  height: 2px;
}
/* admin dashboard css end */
