@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700;800;900&display=swap");
/*---define value prameter---*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  box-shadow: none;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none !important;
}

body {
  background-color: #E5E5E5 !important;
  font-family: "Red Hat Display", sans-serif !important;
}

/*---card-header--*/
.card_header {
  display: flex;
  padding: 0px 24px 0px 24px;
  width: 100%;
  height: 67px;
  justify-content: space-between;
  background-color: #fff;
}
.card_header .content-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.card_header .content-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

/*-----tabel cell-----*/
.card-wraper {
  background-color: #fff;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
  border-radius: 8px;
  overflow: hidden;
}

.table {
  margin-bottom: 0px !important;
}

.stop-stretching {
  width: 1px !important;
  white-space: nowrap;
}

.table thead tr {
  height: 44px;
  border-top: 1px solid #EAECF0;
  border-bottom: 1px solid #EAECF0;
  background: #F9FAFB;
}

.table thead tr th {
  border: none;
}

.tb-data {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #101828;
  vertical-align: middle;
  padding-left: 24px !important;
  padding-top: 7px !important;
}

.error-chart {
  vertical-align: middle;
  margin-right: 20px;
}
.error-chart img {
  max-width: 120px;
  height: 50px;
  margin-right: 19px;
  margin-left: auto;
  display: block;
}

.num-light, .number {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  display: block;
  text-align: center;
}

.table tr th,
.table tr td {
  padding: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cell-num {
  text-align: center;
  padding-top: 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  margin: auto;
  width: fit-content;
}

.table-header-cell {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  height: 44px;
  border-radius: 0px;
  padding: 12px 24px 12px 24px;
  color: #475467;
  text-transform: capitalize;
}

.cr-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #101828;
}

/*=====card-footer======*/
.card_footer {
  display: flex;
  padding: 13px 24px 16px 24px;
  min-height: 63px;
  background-color: #fff;
}
.card_footer .footer-content-left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  display: flex;
}
.card_footer .footer-content-center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  align-self: center;
}
.card_footer .footer-content-right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: flex;
  gap: 12px;
  align-items: center;
}

/*--btn--*/
.btn_primary {
  background-color: #0073B6 !important;
  color: #fff !important;
}
.btn_primary:hover {
  color: #fff;
}

.btn_secondary {
  background: #fff !important;
  border: 1px solid #D0D5DD !important;
  color: #344054;
}
.btn_secondary:hover {
  color: #fff;
}

.btn_secondary2 {
  background: #F4FBFF !important;
  color: #0073B6 !important;
}
.btn_secondary2:hover {
  color: #0073B6;
}

.btn {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-radius: 100px !important;
  font-weight: 700 !important;
  letter-spacing: 0em;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  text-align: left;
  text-decoration: none;
  outline: none;
  border: none;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  box-shadow: none;
  text-transform: capitalize;
}

.btn_sm {
  min-height: 36px !important;
  padding: 8px 14px 8px 14px !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.btn_md {
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 10px 16px !important;
}

.btn_lg {
  font-size: 16px !important;
  line-height: 24px !important;
  padding: 10px 18px !important;
}

.btn_xl {
  font-size: 16px !important;
  line-height: 24px !important;
  padding: 12px 20px !important;
}

.btn_2xl {
  font-size: 18px !important;
  line-height: 28px !important;
  padding: 16px 28px !important;
}

/*=======labels========*/
.label {
  font-style: normal;
  font-weight: 500;
  border-radius: 16px;
  text-align: center;
  text-transform: capitalize;
}

.label-sm {
  font-size: 12px;
  padding: 2px 8px;
  line-height: 18px;
}

.label-md {
  font-size: 14px;
  padding: 2px 10px;
  line-height: 20px;
}

.label-lg {
  font-size: 14px;
  padding: 4px 12px;
  line-height: 20px;
}

.error1-bg {
  background: #FEF3F2;
}

.error1 {
  color: #B42318;
}

.error2-bg {
  background: #FEF3F2;
}

.error2 {
  color: #F04438;
}

.warning1-bg {
  background: #FFFAEB;
}

.warning1 {
  color: #F79009;
}

.warning2-bg {
  background: #FFFAEB;
}

.warning2 {
  color: #FDB022;
}

.success-bg {
  background-color: #ECFDF3;
}

.success {
  color: #039855;
}

.primary-bg {
  background-color: #F4FBFF;
}

.primary {
  color: #0073B6;
}

.secondary-bg {
  background-color: #F2F4F7;
}

.secondary {
  color: #344054;
}

.anuval-pagination {
  display: flex;
  margin: 0px;
  padding: 0px;
}

.pagi-left {
  border-radius: 20px 0px 0px 20px;
}

.pagi-right {
  border-radius: 0px 20px 20px 0px;
}

.anpagi, .pagi-left, .pagi-center, .pagi-right {
  text-align: center;
  color: #344054;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  height: 40px;
  border: 1px solid #D0D5DD;
  padding: 9px 16px;
  background-color: #fff;
  margin: 0px -1px;
}
.anpagi.active, .active.pagi-left, .active.pagi-center, .active.pagi-right {
  color: #0073B6;
  background: #F2F4F7;
  border-color: #B0E3F9;
  z-index: 1;
}

/*------number-padination------*/
.num-padination {
  display: flex;
}

.num-pagi {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 42px;
  border: none;
  color: #667085;
}
.num-pagi.active, .num-pagi:hover {
  color: #0097DD;
  background-color: #F4FBFF;
}

.pagi-divider {
  color: #667085;
  width: 40px;
  border-radius: 20px;
  font-size: 14px;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
}

.arw-next {
  margin-left: 12px;
  margin-top: -2px;
}

.arw-prev {
  margin-right: 12px;
  margin-top: -2px;
}

.page-pagi-count {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  align-self: center;
  color: #344054;
}
.page-pagi-count span,
.page-pagi-count #num-start {
  display: block;
  margin: 0px 3px;
}

.viev-more {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: #667085;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  white-space: nowrap;
}
.viev-more img {
  margin-left: 15px;
}

/*========avatar=======*/
.avatar-right-col {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  align-self: center;
}

.avatar-label-group {
  padding: 12px 24px;
  display: flex;
  gap: 12px;
  max-width: 418px;
  width: 100%;
}

.avatar-label {
  color: #101828;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
}

.avatar-para {
  color: #667085;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}

.avatar-img, .avatar-2xl, .avatar-xl, .avatar-lg, .avatar-md, .avatar-sm, .avatar-xs {
  border-radius: 200px;
  overflow: hidden;
}
.avatar-img img, .avatar-2xl img, .avatar-xl img, .avatar-lg img, .avatar-md img, .avatar-sm img, .avatar-xs img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar-xs {
  width: 24px;
  height: 24px;
}

.avatar-sm {
  width: 32px;
  height: 32px;
}

.avatar-md {
  width: 40px;
  height: 40px;
}

.avatar-lg {
  width: 48px;
  height: 48px;
}

.avatar-xl {
  width: 56px;
  height: 56px;
}

.avatar-2xl {
  width: 64px;
  height: 64px;
}

/*--*/
/*===shadows===*/
.shadow_xs {
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.shadow_sm {
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.06), 0px 1px 3px rgba(16, 24, 40, 0.1);
}

.shadow_md {
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.1), 0px 4px 8px rgba(16, 24, 40, 0.1);
}

.shadow_lg {
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

.shadow_xl {
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}

.shadow_2xl {
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
}

.shadow_3xl {
  box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
}

.shadow_xs {
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

/*====focus====*/
.focus_pri:focus {
  box-shadow: 0px 0px 0px 4px #E0F4FD !important;
}

.focus_sec:focus {
  box-shadow: 0px 0px 0px 4px #F2F4F7;
}

.focus_error:focus {
  box-shadow: 0px 0px 0px 4px #FEE4E2;
}

/*=====dashboard-wraper=====*/
.dashboard-wraper {
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.board-right {
  width: 100%;
  padding: 32px 32px 0px 32px;
  overflow-y: auto;
}

.board-right::-webkit-scrollbar,
.board-right::-webkit-scrollbar-track,
.board-right::-webkit-scrollbar-thumb,
.board-right::-webkit-progress-bar {
  display: none;
  width: 0px;
}

.pg-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #101828;
  margin-bottom: 0px;
}

.rick-score-box {
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 8px;
  height: 530px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
}

.sidebar {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 312px;
  z-index: 100;
  transition: all 0.5s ease;
  background-color: aqua;
  padding: 30px 22.5px 0px 22.5px;
  border-radius: 1px solid #EAECF0;
}

.sidebar.close {
  width: 80px;
  padding: 30px 16px 32px 16px;
}

.sidebar .nav-links {
  height: 100%;
  padding: 30px 0 150px 0;
  overflow: auto;
}

.sidebar.close .nav-links {
  overflow: visible;
}

.sidebar .nav-links::-webkit-scrollbar {
  display: none;
}

.sidebar .nav-links .sidebar-link {
  align-items: center;
  justify-content: space-between;
  list-style: none;
  position: relative;
}

.sidebar.close .sub-num {
  display: none;
}

.sidebar-link .sub-num {
  height: 24px;
  width: 29px;
  border-radius: 16px;
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-left: auto;
  letter-spacing: 0em;
  text-align: center;
  margin-right: 13px;
  background-color: #F2F4F7;
}

.sidebar.close .avatar-label-group {
  padding-left: 0px;
  padding-right: 0px;
}

.sidebar .nav-links li .iocn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 100px;
  padding: 8px 17px 8px 12px;
}

.sidebar li {
  list-style: none;
}

.sidebar.close .nav-links .sidebar-link .iocn-link {
  display: block;
}

.sidebar .nav-links .sidebar-link.showMenu .arrow {
  transform: rotate(-90deg);
}

.sidebar .nav-links .sidebar-link .arrow {
  cursor: pointer;
}

.sidebar .nav-links .sidebar-link a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.sidebar .nav-links .sidebar-link a .link_name {
  color: #344054;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 14px;
  transition: all 0.4s ease;
}

.sidebar .nav-links .sidebar-link .active a .link_name {
  color: #0073B6;
  font-weight: 700;
}

.sidebar.close .nav-links .sidebar-link a .link_name {
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links .sidebar-link .sub-menu {
  padding: 6px 6px 0px 0px;
  margin-top: -10px;
  display: none;
}

.sidebar .nav-links .sidebar-link.showMenu .sub-menu {
  display: block;
}

.sub-links a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  height: 40px;
  left: 0px;
  top: 44px;
  border-radius: 100px;
  padding: 8px 12px 8px 48px;
  background-color: #fff;
  color: #475467;
}

.sidebar .nav-links .sidebar-link .sub-menu a {
  white-space: nowrap;
  transition: all 0.3s ease;
}

.sidebar .nav-links li .sub-menu a:hover {
  opacity: 1;
}

.sidebar.close .nav-links li .sub-menu {
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
  height: 280px;
  width: 279px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  background-color: #fff;
  margin-left: 39px;
}

.sidebar.close .nav-links li:hover .sub-menu {
  top: -14px;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}

.sidebar.close .logo {
  width: 20px;
  overflow: hidden;
  margin: auto;
}

.sidebar.close .nav-links li:hover .sub-menu::after {
  position: absolute;
  content: "";
  left: -12px;
  width: 24px;
  transform: matrix(-0.71, 0.71, -0.71, -0.71, 0, 0);
  height: 24px;
  top: 24px;
  z-index: -1;
  background-color: #fff;
}

.sidebar.close .nav-links li:hover .sub-menu::before {
  position: absolute;
  content: "";
  left: -40px;
  width: 62px;
  height: 100%;
  top: 0px;
  z-index: -1;
  right: 100%;
}

.sidebar .nav-links li .sub-menu.blank {
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links li:hover .sub-menu.blank {
  top: 50%;
  transform: translateY(-50%);
}

.sidebar .profile-details {
  position: fixed;
  bottom: 0;
  width: 314px;
  transition: all 0.5s ease;
}

.sidebar.close .profile-details {
  background: none;
}

.sidebar.close .profile-details {
  width: 78px;
}

.sidebar.close .profile-details img {
  padding: 0px;
}

.sidebar.close .profile-details .avatar-right-col {
  display: none;
}

.bx-menu {
  display: block;
  top: 28px;
  position: absolute;
  z-index: 99999;
  right: -19px;
}

.sidebar.close .arrow {
  display: none;
}/*# sourceMappingURL=style.css.map */