.en-number {
  font-family: monospace, var(--theme-font-family) !important;
}

.ltr-text {
  font-family: monospace, var(--theme-font-family) !important;
  direction: ltr;
  text-align: left;
}

.imgCard {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.imgCard2 {
  width: 100px;
  height: 100px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 3pt;
  opacity: 1;
  -webkit-transition: opacity 5s ease;
  transition: opacity 5s ease;
  will-change: auto;
}

.imgCard3 {
  width: 100%;
  height: 536px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 3pt;
}

.detailCard {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.headerCard {
  padding: 0.875rem 1.5rem;
  margin-bottom: 0;
  margin: 7pt;
  color: #f50;
  border-bottom: 2px solid #f50;
  font-size: 18pt;
}

.ad-card-title {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.card2 {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #f2f4f9;
  border-radius: 0.25rem;
}

.card2-dark {
  background-color: #181818;
  background-clip: border-box;
  border: 1px solid #181818;
  border-radius: 0.25rem;
}

.card3 {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #f2f4f9;
  border-radius: 42px;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  border-radius: 7px;
}

::-webkit-scrollbar-thumb {
  background: var(--gray-lightest);
  border-radius: 14px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--gray-light);
}

.card4 {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #f2f4f9;
  border-radius: 21px;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  border: 1px #e31a1c24 solid;
}

.card3-dark {
  background-color: #181818;
  background-clip: border-box;
  border: 1px solid #181818;
  border-radius: 42px;
}

.card-shadow {
  box-shadow: 3px 0 10px 0 rgb(183 192 206 / 20%);
  transition: width 0.1s ease, left 0.1s ease;
}

.card-shadow2 {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.card-dark-shadow {
  box-shadow: 3px 0 10px 0 #060b15;
  -webkit-box-shadow: 3px 0 10px 0 #060b15;
  -moz-box-shadow: 3px 0 10px 0 #060b15;
  -ms-box-shadow: 3px 0 10px 0 #060b15;
}

.bg1 {
  background-image: linear-gradient(
    to right top,
    #112b53,
    #004770,
    #006489,
    #00839b,
    #00a1a8
  );
}

.bg2 {
  background-image: linear-gradient(
    to right top,
    #009814,
    #07a41c,
    #0fb123,
    #16be2b,
    #1bcb32
  );
}

.bg_banner {
  border-radius: 7pt;
  width: 100%;
  height: 300pt;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.img_cgs_thmb {
  width: 75pt;
  height: 53.125pt;
}

.img_div_upload {
  width: 72pt;
  height: 72pt;
  border-radius: 7pt;
  margin: 2pt 0 7pt 2pt;
  background-image: url(../img/svg/picture.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.img_div_first_load {
  width: 100%;
  height: 152px;
  background-size: cover;
  background-repeat: no-repeat;
}

.img_div_ad_dt {
  width: 100%;
  height: 450px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.img_bg_glide_div {
  width: 60px;
  height: 60px;
  border-radius: 5pt;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}

.input_no_show {
  width: 1px;
  height: 0;
  border: transparent 0 solid;
}

.input_txt_trans {
  background-color: transparent;
  color: transparent;
}

.my_nav {
  position: relative;
  width: 100%;
  z-index: 99;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background, box-shadow;
  -moz-transition-property: background, box-shadow;
  -o-transition-property: background, box-shadow;
  transition-property: background, box-shadow;
}

.my_li {
  border-bottom: 1px #f2f4f9 solid;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #fff, #fff);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2f55d4;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.hr-ad-detail {
  height: 1px;
  width: 100%;
  margin: 0;
  border: none;
  background-color: #f2f4f9;
  margin: 0.5rem 0 0.5rem 0;
}

.text-ad-detail-key {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.text-ad-detail-value {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  float: left;
}

.icon-ad-detail-field {
  height: 28px;
}

.input-search-light {
  font-weight: normal !important;
  font-size: 16px !important;

  border-radius: unset !important;

  border-top: unset !important;
  border-right: unset !important;
  border-left: unset !important;
  border-bottom: 1px #fff solid !important;
  background: transparent !important;
  background-color: #fff !important;
  padding: 0 0.8rem;
  color: #181818 !important;
}

.input-search-dark {
  font-weight: normal !important;
  font-size: 16px !important;

  border-radius: unset !important;

  border-top: unset !important;
  border-right: unset !important;
  border-left: unset !important;
  border-bottom: 1px #fff solid !important;
  background: transparent !important;
  background-color: #181818 !important;
  padding: 0 0.8rem;
  color: #fff !important;
}

.input-search-dark:focus {
  border-bottom: 1px #f50 solid !important;
}

.input-search-light:focus {
  border-bottom: 1px #f50 solid !important;
}

.logo_loading_img {
  background-image: url(../img/logo/c/faveicon.svg);
  width: 100%;
  height: 42px;
  background-size: contain;
  background-position: center;
  text-align: center;
  background-repeat: no-repeat;
}

.anim_rotate_start {
  animation: rotation 1s infinite cubic-bezier(0.65, 0.26, 0.17, 0.74);
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.noselect_text {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

.map_check {
  display: block !important;
  width: fit-content;
  margin-top: 7px;
}

.h-item-list-side {
  width: 100%;
  font-family: var(--theme-font-family);
  font-weight: 900 !important;
  margin-right: -14px;
  text-align: right !important;
  color: #181818 !important;
  margin-bottom: 14px !important;
  border-radius: 42px;
}

.div-item-list {
  background-color: var(--primary);
  display: inline-flex;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  /*
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    */
  filter: drop-shadow(rgb(0 0 0 / 28%) 0px 6px 7px);
}

.div-item-list-img {
  width: 21px;
  height: 21px;
  padding: 2px;
}

.div-item-list-box-side {
  font-family: var(--theme-font-family);
  font-weight: 900 !important;
  direction: rtl !important;
  font-size: 21px !important;
  margin-bottom: unset !important;
  margin-right: 7px !important;
  cursor: pointer !important;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px transparent solid;
  transition: all 0.3s linear;
}

.div-item-list-box {
  font-family: var(--theme-font-family);
  font-weight: 600 !important;
  direction: rtl !important;
  font-size: 11px !important;
  margin-bottom: unset !important;
  margin-right: 7px !important;
  cursor: pointer !important;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px transparent solid;
  transition: all 0.3s linear;
}

.div-item-list-box-select {
  background-color: rgba(241, 116, 37, 0.1) !important;
  border: 1px solid rgba(241, 116, 37, 0.1) !important;
  padding: 7px !important;
  border-radius: 42px;
  transition: background-color 0.5s linear;
  transition: border-radius 0.2s linear;
}

.bbb {
  margin-right: unset !important;
  transition: margin-right 0.3s cubic-bezier(0.88, 0.61, 0, 0.68);
}

.bbb:hover {
  margin-right: 14px !important;
  transition: margin-right 0.3s cubic-bezier(0.88, 0.61, 0, 0.68);
}

.div-gr {
  display: none;
}

.div-select-province-open-modal {
  cursor: pointer;
  display: inline-flex;
  width: 85%;
  background-color: rgba(241, 116, 37, 0.1) !important;
  border: 1px solid rgba(241, 116, 37, 0.1) !important;
  padding: 7px;
  border-radius: 42px;
  text-align: center;
  margin: unset;
}

.div-select-province-open-modal:hover {
}

.label-select-province {
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin: unset !important;
  padding: unset !important;
  direction: rtl;
}

.div-img-data-ana {
  width: 100%;
  height: 140px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-right-radius: 21px;
  border-top-left-radius: 21px;
}

.span-report-item {
  font-size: 12px;
  font-weight: 500;
}

.name-province {
  font-weight: 500 !important;
}

.div-home-search {
  z-index: 1000;
  top: 28px;
  position: relative;
  width: 100%;
  padding: 0 28px 0 28px;
}

.sub-groupe-scroll {
}

/* width */
.sub-groupe-scroll::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.sub-groupe-scroll::-webkit-scrollbar-track {
  border-radius: 7px;
}

/* Handle */
.sub-groupe-scroll::-webkit-scrollbar-thumb {
  background: var(--gray-lightest);
  border-radius: 14px;
}

/* Handle on hover */
.sub-groupe-scroll::-webkit-scrollbar-thumb:hover {
  background: var(--gray-light);
}

.list::-webkit-scrollbar {
  width: 7px;
}

.list::-webkit-scrollbar-track {
  border-radius: 7px;
}

.list::-webkit-scrollbar-thumb {
  background: var(--gray-lightest);
  border-radius: 14px;
}

.list::-webkit-scrollbar-thumb:hover {
  background: var(--gray-light);
}

.li-list-sidebar-item {
  border-right: 1px #dfdfdf solid;
  padding-right: 7px;
  color: #0000008f;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.li-list-sidebar-item-selected {
  border-right: 1px #a62626 solid;
  color: #a62626;
}

.li-list-sub-item {
  border-top: 1px #dfdfdf solid;
  padding-right: 7px;
  color: #0000008f;
  cursor: pointer;
  transition: all 0.2s ease-out;
  padding: 0 7px 0 7px;
}

.li-list-sub-item-selected {
  border-top: 1px #a62626 solid;
  color: #a62626;
  padding: 0 7px 0 7px;
}

.footer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98;
  background-color: rgba(249, 249, 249, 0.98);
  /*box-shadow: 0 -5px 10px 0 rgb(0 0 0 / 6%);*/
  border-top: 1px var(--gray-lighter) solid;
  min-height: 60px;
  display: flex;
  text-align: center;
  transition: all 350ms ease;
  padding-bottom: 10px;
}

.footer-bar-a {
  color: var(--gray) !important;
  padding-top: 12px;
  position: relative;
  flex: 1 1 auto;
}

.footer-bar-span {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 10px;
  font-weight: 500 !important;
  margin-top: -3px;
  opacity: 0.7;
  font-family: var(--theme-font-family);
  font-weight: bold;
}

.footer-bar-i {
  font-size: 18px;
  position: relative;
  z-index: 2;
}

.badge-white {
  font-size: 14px;
  color: var(--black);
  background-color: #fff;
  border-radius: 14px;
}

.badge-dark {
  color: #fff;
  background-color: #282f3a;
}
