@import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;400;500;600&display=swap");

.update-message {
  color: #007597;
  font-size: 16px;
  margin-bottom: 20px
}

.service-details {
  background: #F9F9F9 !important;
  ;
}

.service-details img,
.dashboard img {
  max-width: 100%;
}

service-details hr,
.dashboard hr {
  height: 2px;
  border: none;
  margin: 20px 10px;
  background-color: #4abfdb;
}

.services {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}

.services .items {
  flex: 1 1 calc(33.33% - 40px);
  margin: 0;
  /* background: #3d96b0; */
  text-align: center;
  border-radius: 20px;
  /* border: 1px solid #007597; */
  color: #fff;
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  max-height: 200px;
  min-width: 270px;
}

@media (min-width: 992px) {
  .services .items {
    max-width: calc(33.33% - 13px);
  }
}

.services .items:hover {
  background: #327e95;
}

.services .items h2 {
  margin: 0;
  padding: 35px 10px;
  font-weight: 400;
  font-size: 32px;
}

.service-details a,
.dashboard a,
.services a {
  color: inherit;
  text-decoration: none;
}

.dashboard a:hover,
.services a:hover {
  color: white;
}

.dashboard .fake-form .js-form-wrapper.form-wrapper,
.dashboard-search-form .js-form-wrapper.form-wrapper {
  height: 0;
  visibility: hidden;
}

/* services details */
.services-details-container {
  overflow-x: auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.services-details-container .services-details {
  width: 1075px;
}

.services-details .details-item:last-of-type+hr {
  display: none;
}

.services-details .details-item .item-title h3 {
  background: #3391ac;
  color: #fff;
  font-weight: 400;
  padding: 40px 10px;
  font-size: 29px;
  border-radius: 10px;
}

.services-details .details-item .item-title .updates {
  font-weight: 400;
  font-size: 15px;
  color: #007597;
}

.services-details .details-item .dir-arrow {
  color: #3391ac;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-details .details-item .dir-arrow img {
  width: 45%;
}

.services-details .details-item .full-details .details-col {
  margin: 0 10px;
  flex: 1;
  max-width: 180px;
}

.services-details .details-item .full-details h4 {
  font-size: 16px;
  background: #007597;
  color: #fff;
  font-weight: 300;
  margin-bottom: 30px;
  padding: 8px 5px;
  min-height: 55px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.services-details .details-item .full-details .total {
  background-color: #E7E7E7;
  font-weight: 400;
  font-size: 35px;
  border: 1px solid #FFFFFF;
  padding: 0 0;
  height: 60px;
  line-height: 64px;
  border-radius: 5px;
  color: #00AFDB;
}

#service-details-wrapper p {
  font-weight: 400;
  font-size: 13px;
  color: #007597;
  margin: 0;
}

/* services performance */
.performance-table-filter .filter-col {
  padding: 5px 10px;
}

@media (max-width: 550px) {
  .performance-table-filter .filter-col {
    width: 100%;
    flex: auto;
  }
}

.performance-table-filter .filter-col select,
.performance-table-filter .filter-col .title {
  color: #007597;
}

.select2-results__option--selected {
  display: none;
}


.services-performance {
  /* width: 70%; */
  /* margin: auto; */
}

.services-performance-table {
  padding: 5px;
  border: 1px solid #4abfdb;
  margin-top: 2px;
}

.services-performance table {
  border-collapse: collapse;
  width: 100%;
  margin: auto;
}

.services-performance table thead {
  color: #fff;
  padding: 10px 5px;
  background-color: #007597;
}

.services-performance td,
.services-performance th {
  border: 1px solid #eeeded;
  text-align: left;
  padding: 8px;
  text-align: center;
  width: 50%;
}

.services-performance th {
  padding: 15px 5px;
}

.services-performance td {
  font-weight: 300;
  color: #000;
  border: none;
}

.services-performance tr:nth-child(even) {
  background-color: #eeeded;
}

.services-performance tbody tr:hover {
  background-color: #ccc;
}

.no-data {
  text-align: center;
  display: none;
}

/* override on select  */
.bootstrap-select>.dropdown-toggle {
  padding: 0;
  background: transparent;
}

.bootstrap-select .dropdown-toggle .filter-option {
  text-align: right;
}

.bootstrap-select .dropdown-menu li a {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.bootstrap-select.show-tick .dropdown-menu span.check-mark {
  display: block;
  position: static !important;
  width: 27px;
  height: 27px;
  border: 1px solid #ccc;
  margin-right: 10px;
}

.bootstrap-select .dropdown-menu li a span.check-mark:after {
  height: 0.9em;
  border-width: 0 0.15em 0.15em 0;
  display: none;
  -webkit-transform: translate(-8px, 2px) rotate(45deg);
  -ms-transform: translate(-8px, 2px) rotate(45deg);
  -o-transform: translate(-8px, 2px) rotate(45deg);
  transform: translate(-8px, 2px) rotate(45deg);
}

.bootstrap-select .dropdown-menu li a.selected span.check-mark:after {
  display: block;
}

.table-details-container {
  overflow-x: auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.table-details {
  width: 1075px;
}

.table-details .table-title .title {
  background: #3391ac;
  color: #fff;
  font-weight: 400;
  padding: 40px 10px;
  font-size: 29px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-details .col {
  max-width: 215px;
}

.table-details .white-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.table-details .percentage {
  align-items: center;
}

.table-details .col .card-title {
  font-size: 20px;
  color: #3084b2;
  margin-bottom: 20px;
}

.table-details .col .card-total {
  font-size: 40px;
  color: #788995;
}

.table-details .img-card {
  margin-bottom: 20px;
}

.table-details .img-card:last-of-type {
  margin-bottom: 0;
}

.table-details .img-card .img-card-title {
  font-size: 14px;
  color: #8c8c8c;
}

.table-details .img-card .img-card-total {
  font-size: 16px;
  color: #222222;
}

#dashboard-services-table tr th {
  width: 180px;
  height: 34px;
}

#dashboard-services-table thead {
  line-height: initial;
}

/* #dashboard-services-table tr th:first-of-type {
  width: 500px;
} */
/* Start interactive-dashboard */
.interactive-dashboard .update-message {
  color: #212529;
  display: flex;
  align-items: center;
  direction: rtl;
}

.interactive-dashboard .update-message .total {
  color: #007597;
  margin-right: 15px;
  font-size: 21px;
}

.interactive-dashboard .performance-table-filter .filter-col select,
.interactive-dashboard .performance-table-filter .filter-col .title {
  color: #899396;
  text-transform: capitalize;
}

.interactive-dashboard .performance-table-filter .filter-col.filter-submit {
  max-width: max-content;
}

.filter-submit .arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.filter-submit .arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-right: 10px;
}

.interactive-dashboard .performance-table-filter .filter-col.filter-submit .btn-primary {
  min-width: max-content;
}

.interactive-dashboard tr:nth-child(even),
.interactive-dashboard tbody tr:hover {
  background-color: transparent;
}

.interactive-dashboard table th,
.interactive-dashboard table td {
  width: auto;
  border: 1px solid #e5f1f4;
}

.services-performance.interactive-dashboard td {
  color: #899396;
}

.services-performance.interactive-dashboard td a {
  color: #007597;
  text-decoration: underline !important;
}

.services-performance.interactive-dashboard td a:hover,
.services-performance.interactive-dashboard td a:focus {
  color: #000;
}

.interactive-dashboard .services-performance-table {
  padding: 0;
  border: 0;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  overflow-x: auto;
  margin-top: 15px;
}

.interactive-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #dde1e5;
  border-radius: 6px;
  min-height: 100px;
  text-align: center;
}

.interactive-card_title {
  color: #899396;
  font-size: 17px;
  border-bottom: 1px solid #dde1e5cc;
  width: 100%;
  padding-bottom: 5px;
}

.interactive-card_num {
  color: #007597;
  font-size: 19px;
  padding-top: 5px;
}

@media (min-width: 992px) {
  .mt-lg-12 {
    margin-top: 4rem !important;
  }
}

/* Pagination */
.interactive-dashboard .pagination {
  margin-top: 1.5rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.interactive-dashboard .pagination button {
  color: #c8cdd2;
  padding: .4rem;
  margin: 0 5px;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  font-size: 20px;
}

.interactive-dashboard .pagination button.prev-button::before,
.interactive-dashboard .pagination button.next-button::before {
  color: #fff;
  position: absolute;
  top: calc(50% - 13px);
  right: 0;
  left: 0;
  margin: 0 auto;
}

.interactive-dashboard .pagination button.prev-button,
.interactive-dashboard .pagination button.next-button {
  color: transparent !important;
  background-color: #7790a7;
  border-radius: 50%;
  padding: 0;
  width: 36px;
  height: 36px;
  position: relative;
}

.interactive-dashboard .pagination button.active {
  color: #007597;
}

.interactive-dashboard .pagination button:hover {
  color: #7790a7;
}

.interactive-dashboard .pagination button.prev-button.active,
.interactive-dashboard .pagination button.next-button.active,
.interactive-dashboard .pagination button.prev-button:not([disabled]),
.interactive-dashboard .pagination button.next-button:not([disabled]) {
  background-color: #007597;
}

.interactive-dashboard .pagination button.prev-button.active::before,
.interactive-dashboard .pagination button.next-button.active::before,
.interactive-dashboard .pagination button.prev-button:not([disabled])::before,
.interactive-dashboard .pagination button.next-button:not([disabled])::before {
  color: #fff;
}

.interactive-dashboard .pagination button.prev-button {
  margin-left: 1rem;
}

.interactive-dashboard .pagination button.next-button {
  margin-right: 1rem;
}

.interactive-dashboard .pagination button.prev-button::before {
  content: '\2192';
}

.interactive-dashboard .pagination button.next-button::before {
  content: '\2190';
}

.interactive-dashboard li.select2-results__option.select2-results__option--disabled {
  color: #aeaeae;
}

.interactive-dashboard .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 2px;
  padding-left: 4px;
  padding-right: 23px;
  border-radius: 15px;
  background-color: #007597;
  color: #fff;
}

.interactive-dashboard .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  right: 2px;
  left: auto;
  color: #fff;
  border-radius: 0;
  border: 0 !important;
  top: 8px;
}

.interactive-dashboard .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 10px;
}

.interactive-dashboard .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.interactive-dashboard .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: transparent;
}

.interactive-dashboard .performance-table-filter .filter-col {
  padding: 5px 10px;
}

@media (min-width: 992px) {
  .interactive-dashboard .performance-table-filter .filter-col:not(.filter-submit) {
    padding: 5px 10px;
    max-width: 28%;
  }
}

.interactive-dashboard .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0 8px;
  box-sizing: border-box;
}

.interactive-dashboard .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
  width: 7px;
  height: 6px;
}

.interactive-dashboard .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb {
  background-color: #007597;
  border-radius: 10px;
}

.interactive-dashboard .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 10px;
}

/* For Firefox */
.interactive-dashboard .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  scrollbar-width: thin;
  scrollbar-color: #007597 #f1f1f1;
}

/* For Edge and IE */
.interactive-dashboard .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.interactive-dashboard .select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-block;
  margin-right: 5px;
  padding: 8px;
  white-space: nowrap;
  min-width: min-content;
  line-height: normal;
}

.interactive-dashboard .select2-container--default .select2-selection--multiple {
  min-height: 38px;
}

.select2-container--default .select2-results__option--disabled {
  color: #a7a7a7 !important;
}

.interactive-dashboard span.select2-search.select2-search--inline {
  width: 100%;
}

.interactive-dashboard .select2-container--default .select2-search--inline .select2-search__field {
  position: absolute;
  top: 7px;
}

.interactive-dashboard .select2-selection--multiple .select2-selection__rendered {
  padding-right: 25px;
}

.interactive-dashboard .select2-container--default .select2-selection--multiple .select2-selection__clear {
  display: none;
  line-height: normal;
  position: absolute;
  top: -5px !important;
  right: -5px !important;
  z-index: 99;
  color: #fff !important;
  background-color: #007597;
  border-radius: 50%;
  padding: 0 5px;
}

.interactive-dashboard .select2-selection--multiple .select2-selection__rendered::after {
  content: '\2304';
  font-size: 20px;
  position: absolute;
  top: calc(50% - 18px);
  right: 8px;
  line-height: normal;
  pointer-events: none;
  color: #c2c2c2;
}

.interactive-dashboard .select2-container--open .select2-selection--multiple .select2-selection__rendered::after {
  transform: rotate(180deg);
  top: calc(50% - 6px);
  color: #c2c2c2;
}

.interactive-dashboard .select2 .select2-selection {
  border-color: #a8a8a8 !important;
}

.academy-nawa-dashboard {
  margin-top: 50px;
}

.academy-nawa-dashboard .item-title {
  background: #3391ac;
  color: #fff;
  font-weight: 400;
  padding: 40px 10px;
  font-size: 29px;
  border-radius: 10px;
}

.academy-nawa-dashboard .column {
  padding: 0 8px;
  width: calc(100% / 4.8);
}

.academy-nawa-dashboard .item-data {
  height: 100%;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.academy-nawa-dashboard .item-data.percentage-item {
  align-items: center;
}

.academy-nawa-dashboard .item-data .sm-title {
  color: #3084B2;
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.academy-nawa-dashboard .item-data .lg-number {
  color: #788995;
  font-size: 3rem;
}

.academy-nawa-dashboard .item-data img {
  height: 40px;
  margin-left: 8px;
}

.academy-nawa-dashboard .item-data .gender-wrapper p {
  color: #8C8C8C;
  font-size: 1.1rem;
}

.academy-nawa-dashboard .item-data .gender-wrapper span {
  color: #222222;
  font-size: 1.1rem;
}

/* Start LTR interactive-dashboard */
html[dir=ltr] .interactive-dashboard .update-message {
  direction: ltr;
}

html[dir=ltr] .interactive-dashboard .update-message .total {
  margin-right: 0;
  margin-left: 15px;
}

html[dir=ltr] .filter-submit .arrow.left {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 10px;
  margin-right: 0;
}

html[dir=ltr] .interactive-dashboard .pagination button.next-button::before {
  content: '\2192';
}

html[dir=ltr] .interactive-dashboard .pagination button.prev-button::before {
  content: '\2190';
}

/* !!End LTR interactive-dashboard */
/* Start RTL interactive-dashboard */
html[dir=rtl] .interactive-dashboard .select2-selection--multiple .select2-selection__rendered::after {
  left: 8px;
  right: auto;
}

html[dir=rtl] .interactive-dashboard .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 4px;
  padding-left: 23px;
}

html[dir=rtl] .interactive-dashboard .select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 0;
}

html[dir=rtl] .interactive-dashboard .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  right: auto;
  left: 2px;
  top: 8px;
}

html[dir=rtl] .interactive-dashboard .select2-container--default .select2-selection--multiple .select2-selection__clear {
  left: -5px !important;
  right: auto !important;
}

html[dir=ltr] .academy-nawa-dashboard .item-data img {
  margin-left: 0;
  margin-right: 8px;
}