body {
  font-family: "DM Sans", sans-serif;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1080px;
  }
}

#wrapper {
  overflow-x: hidden;
}

#sidebar-wrapper {
  /* width: 10%; */
  min-width: 260px;
  /* max-width: 260px; */
  min-height: 100vh;
  z-index: 9;
  background-color: #007ff1;
  -webkit-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#page-content-wrapper {
  min-width: 0;
  width: 100%;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: -260px;
}

@media (max-width: 767px) {
  #sidebar-wrapper {
    /* position: fixed; */
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
    left: -260px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.sidebar-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

.sidebar-header .logo {
  font-size: 28px;
  font-weight: 700;
  color: #212229;
  letter-spacing: -1.8px;
}

.sidebar-header img {
  /* height: 28px */
  max-width: 50px;
}

.sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav ul.metismenu {
  margin-top: 50px;
}

.sidebar-nav ul li {
  position: relative;
  white-space: nowrap;
}

.sidebar-nav ul li a {
  font-size: 16px;
  color: #fff;
  padding: 12px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-left: 5px solid transparent;
  margin-bottom: 10px;
  text-decoration: none;
}

.sidebar-nav ul li.mm-active a {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.sidebar-nav ul li .nav-second-level li {
  padding: 0;
}

.sidebar-nav ul li .nav-second-level li a {
  padding-left: 60px;
  padding-top: 7px;
  font-weight: 400;
  border-left: 0;
  margin-bottom: 0;
  font-size: 15px;
}

.sidebar-nav ul .mm-active .nav-second-level {
  background-color: #3272d9;
}

.sidebar-nav ul li.mm-active ul li.mm-active a {
  color: #00c222;
  font-weight: 500;
}

.sidebar-nav ul li a i {
  font-size: 23px;
  line-height: 1;
}

.overlay {
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 767px) {
  .overlay.active {
    display: block;
    opacity: 1;
  }
}

.navbar-custom {
  padding: 0.688rem 1.875rem;
  /* border-bottom: 1px solid #e9e9e9 */
}

@media (max-width: 575px) {
  .navbar-custom {
    padding: 0.625rem 1rem;
  }
}

.topnav-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-custom .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-custom .dropdown-menu {
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.navbar-custom .dropdown-toggle::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-style: solid;
  border-width: 0.094rem 0 0 0.094rem;
  border-color: initial;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  -ms-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-left: 6px;
}

@media (max-width: 575px) {
  .navbar-custom .dropdown-toggle::after {
    display: none;
  }
}

.btn.toggler-btn {
  padding: 0;
  height: 40px;
  width: 40px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 576px) {
  .btn.toggler-btn {
    margin-right: 13px;
  }
}

.img-profile {
  height: 2rem;
  width: 2rem;
}

@media (min-width: 576px) {
  .img-profile {
    margin-right: 6px;
  }
}

.nav-user_name {
  font-size: 14px;
  color: #232c33;
  font-weight: 500;
}

.header-content {
  background: #007ff1;
  padding: 75px 0;
}

@media (min-width: 1200px) {
  .header-content .container {
    max-width: 1170px;
  }
}

.header-title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 7px;
}

@media (max-width: 767px) {
  .header-title {
    font-size: 36px;
  }
}

.header-sub {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
}

.header-bottom {
  margin-top: 59px;
}

@media (max-width: 767px) {
  .header-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.header-title-two {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.header-sub-two {
  color: rgba(255, 255, 255, 0.70103383);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 18px;
}

.header-link a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 29px;
  text-decoration: underline;
  display: inline-block;
  margin-right: 7px;
}

.header-search .input-group-append {
  margin-left: 10px;
}

.header-search .header-search-btn {
  width: 180px;
  height: 48px;
  border-radius: 6px !important;
  background: #00c222;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
}

@media (max-width: 575px) {
  .header-search .has-search {
    width: 100%;
  }

  .header-search .input-group-append {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
  }

  .header-content .header-search .has-search .form-control,
  .header-search .header-search-btn {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-search .has-search {
    width: 100%;
  }

  .header-search .input-group-append {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
  }

  .header-content .header-search .has-search .form-control,
  .header-search .header-search-btn {
    width: 100%;
  }
}

.video-content {
  border-radius: 8px;
  overflow: hidden;
  margin-left: 25px;
}

@media (max-width: 767px) {
  .video-content {
    margin-left: 0;
  }
}

.video-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.63);
}

.video-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}

.reports-content {
  padding: 53px 0;
}

.reports-heading {
  margin-bottom: 27px;
}

.reports-heading_title {
  color: #232c33;
  font-size: 25px;
  margin-bottom: 5px;
}

.reports-heading_des {
  opacity: 0.70103383;
  color: #232c33;
  font-size: 18px;
  font-weight: 400;
}

.reports-content .table td {
  color: #232c33;
  font-weight: 400;
}

.reports-content .table td .t-date {
  color: rgba(35, 44, 51, 0.70103383);
}

.section-header {
  margin-bottom: 30px;
}

.section-title {
  color: #232c33;
  font-size: 32px;
  font-weight: 700;
}

.section-des {
  opacity: 0.70103383;
  color: #232c33;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
}

.table {
  background-color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #f6f8fb;
}

.table thead th {
  color: #232c33;
  font-size: 15px;
  font-weight: 500;
}

.table td {
  color: rgba(35, 44, 51, 0.70014095);
  font-weight: 500;
}

.table td:first-child,
.table th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.table td:last-child,
.table th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.content-one {
  padding: 74px 0 79px;
}

.content-one .section-header {
  margin-bottom: 49px;
}

.t-link {
  color: #007ff1;
  text-decoration: underline;
}

.t-text {
  color: rgb(35, 44, 51, 0.70103383);
  font-weight: 400;
  line-height: 21px;
  margin-top: 6px;
}

.content-one .table td,
.content-one .table th {
  padding: 0.84rem 1.3rem;
}

.see-link {
  width: 150px;
  height: 34px;
  padding: 0px 10px 0px 10px;
  background: #72bb53;
  color: #ffffff;
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px 3px 3px 3px;
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  margin-top: 15px;
}

.content-one .see-link {
  margin-top: 35px;
}

.content-two {
  background: #f6f8fb;
  padding: 70px 0 80px;
}

.progress-box,
.table-box {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
}

.progress-box h4,
.table-box h4 {
  color: #232c33;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}

.table-box .table td {
  font-weight: 400;
  color: rgba(35, 44, 51, 0.802164);
  padding: 0.94rem 1.3rem;
}

.progress-wrap {
  margin-bottom: 10px;
}

.progress {
  height: 7px !important;
  background-color: #76f5d1 !important;
}

.progress-bar {
  border-radius: 0.25rem;
}

.keywords-name {
  color: #232c33;
  font-size: 18px;
  margin-bottom: 9px;
  font-weight: bold;
  white-space: normal !important;
}

.keywords-count {
  opacity: 0.6976384;
  color: #027ff1;
  font-size: 17px;
  font-weight: bolder;
}

.content-three {
  padding: 72px 0 78px;
}

.content-three .table td {
  font-weight: 400;
}

.content-three .table td:first-child,
.content-three .table th:first-child {
  padding-left: 0;
}

.content-four {
  padding: 73px 0 60px;
  background: #f6f8fb;
}

.content-four .table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.content-four .table-striped tbody tr:nth-of-type(even) {
  background-color: #f6f8fb;
}

.content-bottom {
  margin-top: 16px;
  padding-top: 19px;
  border-top: solid 1px #ececec;
}

.content-five {
  padding: 74px 0 80px;
}

.content-five .section-header,
.content-four .section-header,
.content-two .section-header {
  margin-bottom: 63px;
}

.content-three .section-header {
  margin-bottom: 45px;
}

.content-five .table td,
.content-four .table td {
  color: #232c33;
  font-size: 16px;
  font-weight: 500;
  padding: 1rem;
}

.page-header {
  background: #007ff1;
  padding: 15px 0;
}

.page-header_title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}

.page-header_two {
  background: #f6f8fb;
  padding: 85px 0;
}

@media (max-width: 575px) {
  .page-header_two {
    padding: 50px 0;
  }
}

.page-header_two--title {
  color: #232c33;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 14px;
}

.page-header_two--des {
  color: #62696f;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 37px;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .page-header_two--title {
    font-size: 32px;
  }

  .page-header_two--des {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .counter-content {
    margin-bottom: 20px;
  }
}

@media (min-width: 578px) {
  .counter-content {
    margin-right: 111px;
  }
}

.counter {
  color: #007ff1;
  font-size: 32px;
  font-weight: 700;
}

.counter-text {
  color: #9a9fa4;
  font-size: 18px;
  font-weight: 500;
  margin-top: 6px;
}

.top-navs {
  border-bottom: 1px solid #ececec;
}

.top-navs .nav-link {
  color: #232c33;
  font-size: 18px;
  font-weight: 500;
  padding: 16px;
  border-bottom: 3px solid transparent;
}

.top-navs .nav-link:hover {
  color: #007ff1;
}

.top-navs .nav-link.active {
  color: #007ff1;
  border-color: #007ff1;
}

.page-header_three {
  background: #f6f8fb;
  padding: 83px 0 99px;
}

@media (min-width: 1200px) {
  .page-header_three .container,
  .top-navs .container {
    max-width: 1170px;
  }
}

.page-header_three--title {
  color: #232c33;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0px;
}

.page-header_three--des {
  opacity: 0.69969976;
  color: #232c33;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
}

.header-box-content {
  margin-top: 88px;
}

.page-header_box:first-child {
  padding-left: 0;
}

.page-header_box:last-child {
  border-right: 0;
}

@media (min-width: 768px) {
  .page-header_box {
    padding: 0 26px;
    border-right: solid 1px #e5e5e5;
  }
}

@media (min-width: 992px) {
  .page-header_box {
    padding: 0 60px;
  }
}

.page-header_box h5 {
  color: rgba(35, 44, 51, 0.69969976);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  height: 50px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
}

.widget-content {
  margin-top: 25px;
}

.widget-content h4 {
  color: #232c33;
  font-size: 30px;
  margin-right: 24px;
}

.has-search {
  margin-bottom: 18px;
}

.has-search .form-control {
  padding-left: 2.375rem;
  height: 36px;
  border-radius: 4px;
  border-color: #dbe0e4;
  color: rgba(5, 15, 24, 0.701153);
  font-size: 14px;
  font-weight: 400;
}

.has-search .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #007ff1;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.header-content .has-search .form-control {
  width: 300px;
  height: 48px;
  border-radius: 6px;
  background: #fff;
  color: rgba(35, 44, 51, 0.51);
  font-size: 16px;
  border: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-content .has-search .form-control {
    width: 260px;
  }
}

.header-content .has-search .form-control-feedback {
  height: 48px;
  line-height: 48px;
}

.keywords {
  margin-bottom: 38px;
}

.keywords span {
  color: #232c33;
  font-weight: 700;
}

.keywords a {
  color: #007ff1;
  font-weight: 400;
  text-decoration: underline;
}

.custom-control-label::before {
  border-radius: 3px;
  border: #dbe0e4 solid 1px;
}

.custom-control-label::after,
.custom-control-label::before {
  width: 20px;
  height: 20px;
}

.btn {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 18px;
  padding: 0.406rem 1.219rem;
}

.btn-light {
  color: #232c33;
  border-color: #f8f9fa;
  border-color: #dce3e7;
}

.btn-light:hover {
  color: #fff;
  border-color: #007ff1;
  background-color: #007ff1;
}

.btn-primary {
  color: #fff;
  background-color: #007ff1;
  border-color: #007ff1;
}

.btn-success {
  color: #fff;
  background-color: #00dd91;
  border-color: #00dd91;
}

.btn-success:hover {
  color: #fff;
  background-color: #00b577;
  border-color: #00b577;
}

.nowrap {
  white-space: nowrap;
}

.add-btn,
.remove-btn {
  border-radius: 4px;
  background: #007ff1;
  padding: 0.4375rem 0.856rem;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.add-btn svg,
.remove-btn svg {
  margin-right: 5px;
}

.table-content {
  padding: 109px 0;
}

.table-content .table td {
  font-weight: 400;
  color: rgb(35, 44, 51, 0.70103383);
}

.table-content .table td:first-child,
.table-content .table th:first-child {
  /* padding-left: 0 */
}

.paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #ececec;
  margin-top: 13px;
  padding-top: 10px;
  color: rgba(5, 15, 24, 0.70103383);
}

.paginator-label {
  margin: 0 15px 0;
}

.icon-button {
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
}

.mat-paginator-icon {
  width: 28px;
  fill: currentColor;
}

.paginator-navigation-next:not([disabled]) {
  color: #3272d9;
}

.ro-select-wrapper {
  display: inline-block;
  position: relative;
  min-width: 46px;
}

.ro-select-text {
  border: none;
  display: block;
  max-height: 48px;
  padding: 0 10px 0 0;
  cursor: pointer;
  color: #007ff1;
}

.ro-select-text::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.ro-select-text.ro-select-text-empty {
  color: #007ff1;
}

.ro-select-caret {
  position: absolute;
  right: 8px;
  top: 20px;
  color: #888;
}

.ro-select-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px #adadad;
  box-shadow: 0 3px 10px #adadad;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}

.ro-select-list > .ro-select-item {
  padding: 0 10px;
  line-height: 32px;
  cursor: pointer;
}

.ro-select-list > .ro-select-item:hover {
  background-color: #eaeaea;
}

.ro-select-list > .ro-select-item.ro-select-item-active {
  background: #007ff1;
  color: #fff;
}
