.side-nav .side-nav-inner .side-nav-menu>li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: scaleY(0.0001);
  -webkit-transform: scaleY(0.0001);
  -moz-transform: scaleY(0.0001);
  -o-transform: scaleY(0.0001);
  -ms-transform: scaleY(0.0001);
  transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  border-right: 4px solid;
  border-color: #24205c;
}

.side-nav .side-nav-inner .side-nav-menu>li.active {
  background-color: rgba(63, 135, 245, 0.15);
}

.side-nav .side-nav-inner .side-nav-menu>li.active a {
  background-color: rgba(36, 32, 92, 0.4);
  color: black;
}

.side-nav .side-nav-inner .side-nav-menu>li.active:after {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  opacity: 1;
}

.side-nav .side-nav-inner .side-nav-menu>li {
  margin-bottom: 7px;
}

.iconMenus {
  border-radius: 50%;
  color: white;
  padding: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-size: 14px;
}

.side-nav .side-nav-inner .side-nav-menu>li.active a .iconMenus {
  background-color: rgba(36, 32, 92, 0.3) !important;
  color: black;
  font-weight: bold;
}

.header-sub-title .breadcrumb .breadcrumb-dash .breadcrumb-item .anticon-home:hover {
  font-size: 20pt !important;
}

.select2-container--default .select2-selection--single {
  padding: .50rem 1rem !important;
  height: 31pt !important;
  color: #53535f !important;
  border: 1px solid #d1d1d1 !important;
  font-size: .875rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 9px !important;
  top: 80% !important;
  left: 10% !important;
}

.swal2-popup {
  font-size: 10pt !important;
  font-family: Georgia, serif;
}

table.dataTable td {
  font-size: 9pt !important;
}

div.dataTables_wrapper div.dataTables_length label {
  font-size: 9pt;
}

div.dataTables_wrapper div.dataTables_info {
  font-size: 9pt;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  font-size: 9pt;
}

div.dataTables_wrapper div.dataTables_length select {
  font-size: 9pt;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-size: 9pt !important;
}

div.dataTables_wrapper div.dataTables_filter input {
  font-size: 9pt !important;
}

.styled-select select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

.icons {
  color: #007bff !important;
  font-weight: bolder;
}

.icons:hover {
  transform: scale(1.2);
  cursor: pointer;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 70px !important;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #002E5D;
  color: white;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 50%;
}

#myBtn:hover {
  background-color: #283c92;
}

.hCard {
  height: 300px !important;
}

.field-error {
  color: red;
  font-size: 8pt;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  color: #b1b1b1;
  /* opacity: 0.6 !important; */
}

#loading {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fafbfc;
  margin: 0;
  overflow: hidden !important;
  z-index: 999999
}

#loading::before {
  content: ' ';
  display: block;
  background: url(../../assets/favicon.webp) no-repeat scroll 50% 48%;
  background-size: 120px;
  width: 100%;
  height: 100%;
  position: relative
}

.btn.loading .loader {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 24px;
  height: 24px;
  font-family: 'Font Awesome 5 Duotone';
  animation: fa-spin 1.4s linear infinite
}

.btn.loading .loader:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
  content: '\f3f4'
}

.btn.loading .loader:after {
  color: var(--fa-secondary-color, inherit);
  opacity: .4;
  opacity: var(--fa-secondary-opacity, 0.4);
  content: '\10f3f4'
}

.table.dataTable td {
  padding: .75rem;
  vertical-align: top;
  border: 1px solid #e5e5e5 !important;
}

.table.dataTable thead th,
.table.dataTable thead {
  border-bottom: 0px !important;
  vertical-align: top;
  border: 1px solid #e5e5e5 !important;
}

.checkbox input[type=checkbox]+label:before {
  border: 2px solid #b2b2b2 !important;
}

/*! Toastr v2.1.4 */
.toast-title {
  font-weight: 700
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

.toast-message a,
.toast-message label {
  color: #FFF
}

.toast-message a:hover {
  color: #CCC;
  text-decoration: none
}

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1
}

.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40)
}

.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%
}

.toast-top-left {
  top: 24px;
  left: 24px
}

.toast-top-right {
  top: 24px;
  right: 24px
}

.toast-bottom-right {
  right: 24px;
  bottom: 24px
}

.toast-bottom-left {
  bottom: 24px;
  left: 24px
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#toast-container>div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 10px 10px 10px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 4px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80)
}

#toast-container>div.rtl {
  direction: rtl;
  padding: 10px 50px 10px 10px;
  background-position: right 15px center
}

#toast-container>div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer
}

#toast-container>.toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
}

#toast-container>.toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
}

#toast-container>.toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
}

#toast-container>.toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
  width: 500px;
  margin-left: auto;
  margin-right: auto
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
  width: 96%;
  margin-left: auto;
  margin-right: auto
}

.toast {
  background-color: #030303
}

.toast-success {
  background-color: #00c9A7
}

.toast-error {
  background-color: #BD362F
}

.toast-info {
  background-color: #292562
}

.toast-warning {
  background-color: #F89406
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #283c92;
  opacity: .9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40)
}

@media all and (max-width:240px) {
  #toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 11em
  }

  #toast-container>div.rtl {
    padding: 8px 50px 8px 8px
  }

  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em
  }

  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em
  }
}

@media all and (min-width:241px) and (max-width:480px) {
  #toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 18em
  }

  #toast-container>div.rtl {
    padding: 8px 50px 8px 8px
  }

  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em
  }

  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em
  }
}

@media all and (min-width:481px) and (max-width:768px) {
  #toast-container>div {
    padding: 10px 10px 10px 50px;
    width: 25em
  }

  #toast-container>div.rtl {
    padding: 15px 50px 15px 15px
  }
}

.select2-search {
  padding: 0px !important;
}

.select2-container--default .select2-selection--multiple {
  padding: .55rem 1rem !important;
  color: #53535f !important;
  border: 1px solid #e1e1e1 !important;
  font-size: .875rem !important;
  line-height: 1.5 !important;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0px !important;
  margin-left: 0px !important;
  height: 20px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-right: 30px !important;
  margin-top: 0px !important;
}

div.dataTables_wrapper div.dataTables_processing {
  top: 0% !important;
  margin-top: 50px !important;
  background-color: #e6f3ff !important;
  font-weight: 500 !important;
}

.img-avatar {
  vertical-align: middle;
  height: 140px;
  margin-bottom: 10px;
}

.table.dataTable {
  width: 100%;
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none
  }
}

.img-signature {
  height: 140px !important;
  margin-top: 10px;
}

.error {
  color: red;
  font-size: 8pt;
}

/*font Variables*/
:root {
  --brand_color: #4c4cf1;
  --secondary_color: #1d2746;
  --p_color: #425466;
  --gradient_bg_color1: var(--gradient_bg_color-from, #fffbf2);
  --gradient_bg_color2: var(--gradient_bg_color-to, #edfffd);
  --border_on_white: #e6edf0;
  --border_on_highlight: #e6edf0;
  --bs-white: #fff;
  --black_25: #f9f9f9;
  --black_50: #ebebeb;
  --black_100: #d6d9dc;
  --black_150: #c8ccd0;
  --black_200: #bbc0c4;
  --black_300: #9fa6ad;
  --black_350: #9199a1;
  --black_400: #848d95;
  --black_500: #6a737c;
  --black_600: #535a60;
  --black_700: #3c4146;
  --black_750: #2f3337;
  --black_800: #242729;
  --black_900: #0c0d0e;
  --bs_sm: 0 1px 2px rgb(0 0 0 / 5%), 0 1px 4px rgb(0 0 0 / 5%), 0 2px 8px rgb(0 0 0 / 5%);
  --bs_md: 0 1px 3px rgb(0 0 0 / 6%), 0 2px 6px rgb(0 0 0 / 6%), 0 3px 8px rgb(0 0 0 / 9%);
  --bs_lg: 0 1px 4px rgb(0 0 0 / 9%), 0 3px 8px rgb(0 0 0 / 9%), 0 4px 13px rgb(0 0 0 / 13%);
  --body_bg: #ffffff;
}

body.body_dark {
  --brand_color: #3577f1 !important;
  --bs-white: #2c303a !important;
  --p_color: #c3c3c3 !important;
  --black_900: #f8f8f8 !important;
  --black_800: #f1f1f1 !important;
  --black_700: #e1e1e1 !important;
  --black_600: #bebebe !important;
  --black_500: #b9b9b9 !important;
  --black_400: #a2a2a2 !important;
  --black_150: rgba(255, 255, 255, 0.3) !important;
  --black_100: #d6d9dc !important;
  --black_50: #494949 !important;
  --black_25: #383838 !important;
  --border_on_highlight: #393e4b !important;
  --border_on_white: #2c303a !important;
  --body_bg: #131417 !important;
  color: #f6f6f6 !important;
  color: var(--black_150);
  /*--===== Header Logo--=====*/
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

#btn-question {
  position: fixed;
  bottom: 60px;
  right: 15px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #ffff00;
  color: #f5f5f5;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 50%;
  z-index: 1000;
}


#btn-question:hover {
  background-color: #e6e600;
}

.blinks {
  animation: blink-animation 1s infinite;
}

@keyframes blink-animation {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.btn-floating {
  position: fixed;
  right: 15px;
  bottom: 62px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.btn-floating-sub {
  position: fixed;
  right: 18px;
  bottom: 62px;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, opacity 0.3s;
  z-index: 10;
}

.btn-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}

.btn-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}


/* for Knowledge */
/*=============  doc_banner_area css  =============*/
.doc_banner_area {
  background: #1276bc;
  text-align: center;
  padding: 50px 0 120px;
  position: relative;
}

.banner_shap_img li {
  position: absolute;
  z-index: 0;
}

.banner_shap_img li:nth-child(1),
.banner_shap_img li:nth-child(2) {
  top: 0;
  left: 0;
}

.banner_shap_img li:nth-child(3),
.banner_shap_img li:nth-child(4) {
  bottom: 0;
  right: 0;
}

/* .banner_shap_img li:nth-child(5) {
  left: 145px;
  top: 44%;
}

.banner_shap_img li:nth-child(6) {
  top: 50%;
  right: 375px;
} */

/* .banner_shap_img li:nth-child(7),
.banner_shap_img li:nth-child(8),
.banner_shap_img li:nth-child(9) {
  border-radius: 50%;
  background: #fff;
  opacity: 0.14;
} */

.banner_creative1 .doc_banner_content h2 {
  color: #fff;
}

.doc_banner_content {
  position: relative;
}

.doc_banner_content h2 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
}

@media all and (min-width:241px) and (max-width:480px) {
  .doc_banner_content h2 {
    font-size: 38px;
  }

  .doc_banner_content p {
    font-size: 15px;
  }
}

.doc_banner_content p {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

.header_search_form {
  max-width: 720px;
  margin: 57px auto 0;
}

.header_search_form .form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.header_search_form .input-wrapper {
  position: relative;
  flex: 1;
  max-width: 670px;
  margin-right: 10px;
}

.header_search_form .input-wrapper i {
  position: absolute;
  left: 25px;
  font-size: 16px;
  color: #b6bac3;
  top: 50%;
}

.header_search_form .input-wrapper input {
  background: #fff;
  border: 0;
  height: 60px;
  font-size: 16px;
  padding-left: 52px;
  width: 100%;
  border-radius: 45px;
  padding-right: 175px;
}

@media only screen and (max-width: 750px){
  .header_search_form .input-wrapper input {
    font-size: 14px;
  }
}

.header_search_form .input-wrapper input.placeholder {
  color: #848996;
}

.header_search_form .input-wrapper input:-moz-placeholder {
  color: #848996;
}

.header_search_form .input-wrapper input::-moz-placeholder {
  color: #848996;
}

.header_search_form .input-wrapper input::-webkit-input-placeholder {
  color: #848996;
}

.header_search_form .custom-select {
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  color: var(--black_800);
  padding: 0 65px 0 25px;
  background: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat right .75rem center;
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}

.header_search_form .custom-select:after {
  border-bottom: 1px solid var(--black_800);
  border-right: 1px solid var(--black_800);
}

.header_search_form .custom-select li {
  font-size: 14px;
  color: #1d2746;
  line-height: 40px;
}

.header_search_form .custom-select:focus {
  box-shadow: none;
}

.header_search_form .header_form_submit {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #0d0d75;
  padding: 10px 48px;
  border-radius: 45px;
  border: 0;
  box-shadow: 0 10px 20px 0 rgba(2, 2, 59, 0.2);
  transition: all 0.2s linear;
}

.header_search_form .header_form_submit:hover {
  background: #fff;
  color: #0d0d75;
}

.header_search_form_info {
  position: relative;
}

.header_search_form_info .header_search_form_panel {
  border: 1px solid var(--black_50);
  box-shadow: 0 3px 4px 0 rgba(4, 73, 89, 0.06);
  background-color: var(--bs-white);
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 115%;
  left: 0;
  width: 100%;
  text-align: left;
  z-index: 99;
  padding: 30px;
}

.header_search_form_info .header_search_form_panel:before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--bs-white);
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  left: 40px;
  border-left: 1px solid var(--black_50);
  border-top: 1px solid var(--black_50);
}

.header_search_form_info .header_search_form_panel ul {
  margin-bottom: 0;
}

.header_search_form_info .header_search_form_panel ul>li {
  font-size: 16px;
  color: var(--black_800);
}

.header_search_form_info .header_search_form_panel ul>li .search_item {
  border-top: 1px solid var(--black_50);
  padding: 10px 0 5px;
  margin-top: 8px;
}

.header_search_form_info .header_search_form_panel ul>li .search_item li {
  color: var(--black_600);
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 0;
}

.header_search_form_info .header_search_form_panel ul>li .search_item li span {
  width: 165px;
  text-align: right;
  border-right: 1px solid var(--black_50);
  line-height: 32px;
  padding-right: 15px;
}

.header_search_form_info .header_search_form_panel ul>li .search_item li>a {
  line-height: 26px;
  font-weight: 400;
  color: var(--black_400);
  padding: 3px 22px;
  flex: 1;
  display: block;
  position: relative;
}

.header_search_form_info .header_search_form_panel ul>li .search_item li>a::before {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  left: -1px;
  top: 0;
  background: #4a4ad2;
  opacity: 0;
  transition: all 0.2s linear;
}

.header_search_form_info .header_search_form_panel ul>li .search_item li>a:hover {
  background: var(--black_25);
}

.header_search_form_info .header_search_form_panel ul>li .search_item li>a:hover:before {
  opacity: 1;
  height: 100%;
}

.header_search_form_info .custom-select ul li:hover,
.header_search_form_info .custom-select ul li.selected {
  color: var(--brand_color);
}

.header_search_form_info .custom-select ul li:before {
  background: var(--brand_color);
}

.header_search_keyword {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.header_search_keyword span {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}

.header_search_keyword ul {
  margin-bottom: 0;
}

.header_search_keyword ul li {
  display: inline-block;
  margin-right: 7px;
}

.header_search_keyword ul li a {
  display: block;
  font-size: 13px;
  padding: 0 19px;
  border-radius: 45px;
  background: #746ecc;
  color: #fff;
}


/*============== doc_features_area css  ===========*/
.doc_features_area {
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  background: #fbfbfc;
}

.doc_features_area .doc_features_shap {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-size: contain;
  opacity: 0.7;
}

.doc_features_inner {
  overflow: hidden;
  box-shadow: 0 30px 60px 0 rgba(2, 2, 48, 0.08);
  border-radius: 10px;
  background: var(--bs-white);
  top: -60px;
  position: relative;
}

.see_btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--brand_color);
  display: inline-block;
  margin: 16px 50px 12px;
}

.see_btn i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
  display: inline-block;
}

.doc_features_item {
  padding: 35px 30px;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}

.doc_features_item h4 {
  font-size: 16px;
  line-height: 26px;
  color: var(--black_800);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 2px;
}

.doc_features_item h4:hover {
  color: var(--brand_color);
}

.doc_features_item p {
  margin-bottom: 0;
  font-size: 14px;
  color: #425466;
}

/* Forum Banner Area css
============================================================================================ */
.doc_banner_area.search-banner-light {
  background-color: var(--black_25);
  padding-top: 145px;
  padding-bottom: 100px;
  background-image: url('assets2/images/knowledge/banner_shap4.png');
  background-position: bottom;
  background-repeat: no-repeat;
}

.doc_banner_area.search-banner-light .banner_shap_img li:first-child {
  top: auto;
  bottom: 0;
}

.doc_banner_area.search-banner-light .banner_shap_img li:last-child {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.doc_banner_area.breadcrumb_green {
  padding-top: 188px;
  padding-bottom: 85px;
}

.doc_banner_area.breadcrumb_green .doc_banner_content h2 {
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 700;
}

.doc_banner_area.breadcrumb_green .doc_banner_content .header_search_form {
  margin-top: 30px;
}

.doc_banner_area.breadcrumb_green .doc_banner_content .header_search_form .header_search_form_info .form-group .input-wrapper i {
  color: #999;
}

.search-banner-light .header_search_form {
  max-width: 650px;
}

.search-banner-light .header_search_form .header_search_form_info .form-group {
  margin-bottom: 15px;
}

.search-banner-light .header_search_form .header_search_form_info .form-group .input-wrapper {
  max-width: 650px;
  margin-right: 0;
}

.search-banner-light .header_search_form .header_search_form_info .form-group .input-wrapper i {
  color: var(--brand_color);
}

.search-banner-light .header_search_form .header_search_form_info .form-group .input-wrapper input {
  color: var(--black_400);
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  box-shadow: 0 1px 1px rgba(11, 80, 115, 0.3), 0 1px 5px rgba(60, 64, 67, 0.1);
  padding-right: 30px;
}

.search-banner-light .header_search_form .header_search_form_info .form-group .input-wrapper input:focus,
.search-banner-light .header_search_form .header_search_form_info .form-group .input-wrapper input:hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
}

.search-banner-light .header_search_form .header_search_form_info .form-group .input-wrapper input.placeholder {
  color: #6b707f;
  font-size: 14px;
  font-weight: 400;
}

.search-banner-light .header_search_form .header_search_form_info .form-group .input-wrapper input:-moz-placeholder {
  color: #6b707f;
  font-size: 14px;
  font-weight: 400;
}

.search-banner-light .header_search_form .header_search_form_info .form-group .input-wrapper input::-moz-placeholder {
  color: #6b707f;
  font-size: 14px;
  font-weight: 400;
}

.search-banner-light .header_search_form .header_search_form_info .form-group .input-wrapper input::-webkit-input-placeholder {
  color: #6b707f;
  font-size: 14px;
  font-weight: 400;
}

.search-banner-light .header_search_keyword {
  text-align: center;
  justify-content: center;
}

.search-banner-light .header_search_keyword .header-search-form__keywords-label {
  color: #54595d;
  font-weight: 400;
}

.search-banner-light .header_search_keyword ul li {
  margin-right: 4px;
}

.search-banner-light .header_search_keyword ul li a {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid rgba(76, 76, 241, 0.2);
  transition: all 300ms linear 0s;
  border-radius: 0;
  color: #54595d;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  display: inline;
}

.search-banner-light .header_search_keyword ul li:hover a {
  border-color: rgb(76, 76, 241);
}

.breadcrumb_link {
  background: #f2f5f7;
}

.breadcrumb_link .bread_link_inner .nav li {
  margin-right: 32px;
}

.breadcrumb_link .bread_link_inner .nav li a {
  line-height: 60px;
  color: var(--p_color);
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.breadcrumb_link .bread_link_inner .nav li a:before {
  content: "5";
  font-family: "ElegantIcons";
  font-size: 14px;
  color: var(--p_color);
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumb_link .bread_link_inner .nav li a.active {
  color: var(--black_800);
}

.breadcrumb_link .bread_link_inner .nav li:last-child {
  margin-right: 0;
}

.breadcrumb_link .bread_link_inner .nav li:last-child a:before {
  display: none;
}

.breadcrumb_link .bread_link_inner p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 60px;
}

.breadcrumb_link .bread_link_inner p i {
  padding-right: 7px;
  font-size: 12px;
}

.carousel-item img {
  border-radius: 8px;
  box-shadow: 0 0 12px #999;
  max-height: 300px;
  min-height: 100px;
  object-fit: cover;
  width: 100%;
}