/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,700&display=swap");

:root {
  --color-black: 0, 0, 0;
  --color-default: 38, 38, 38;
  --color-grey: 123, 123, 123;
  --color-grey-400: 157, 157, 157;
  --color-bg-grey: 245, 245, 245;
  --color-orange-default: 250, 186, 40;
  --color-dark-orange: 249, 171, 0;
}

html {
  color: rgb(var(--color-default));
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

a {
  color: rgb(var(--color-orange-default));
  text-decoration: none;
}

a:hover,
a:focus {
  color: rgb(var(--color-dark-orange));
}

/* ==========================================================================
      Author's custom styles
      ========================================================================== */
body {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  padding-top: 73px;
  color: rgb(var(--color-default));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 20px 0;
  background: rgb(var(--color-default));
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 200px;
}

.header-center {
  width: calc(100% - 370px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.menu {
  display: flex;
  align-items: center;
}

.menu-right {
  display: flex;
  align-items: center;
}

.box-expand-search {
  width: auto;
}

.btn-search {
  background: #434343;
  border-radius: 80px;
  color: #fff;
  padding: 5px 25px 5px 15px;
  display: flex;
  align-items: center;
}

.expand-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  background-color: rgb(var(--color-default));
  transition: all 0.3s ease-in-out;
}

.expand-search.show {
  width: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 100000000;
}

.form-expand {
  width: 100%;
  position: relative;
}

.form-control.search-header {
  background: #434343;
  border-radius: 80px;
  border-color: #434343;
  padding-left: 30px;
  color: #fff;
}

.form-control.search-header:focus {
  box-shadow: none;
}

.form-control.search-header::-webkit-input-placeholder {
  color: #9d9d9d;
}

.form-control.search-header::-ms-input-placeholder {
  color: #9d9d9d;
}

.form-control.search-header::placeholder {
  color: #9d9d9d;
}

.indicator-search .form-control::-webkit-input-placeholder,
.search-regional .form-control::-webkit-input-placeholder {
  color: #9d9d9d;
}

.indicator-search .form-control::-ms-input-placeholder,
.search-regional .form-control::-ms-input-placeholder {
  color: #9d9d9d;
}

.indicator-search .form-control::placeholder,
.search-regional .form-control::placeholder {
  color: #9d9d9d;
}

.search-top {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  color: #fff;
}

.btn-close-form {
  width: 33px;
  height: 35px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(var(--color-default));
  color: #fff;
  border-radius: 0;
}

.btn-close-form:hover,
.btn-close-form:focus {
  color: #fff;
  box-shadow: none;
}

.btn-search:hover,
.btn-search:focus {
  color: #fff;
  border-color: #434343;
  box-shadow: none;
}

.header-right {
  width: 370px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

/* Mega Menu */
span.ruby-dropdown-toggle {
  transition: transform 0.25s ease;
}

span.ruby-dropdown-toggle:after {
  transition: transform 0.25s ease;
}

ul.ruby-menu > li > a:after {
  transition: all 0.25s ease;
}

ul.ruby-menu > li > ul > li > a:after,
ul.ruby-menu > li > ul > li > ul > li > a:after,
ul.ruby-menu > li > ul > li > ul > li > ul > li > a:after {
  transition: all 0.25s ease;
}

ul.ruby-menu > li > ul,
ul.ruby-menu > li > div {
  transform: translateY(25px);
  transition: all 0.25s ease;
}

ul.ruby-menu > li:hover > ul,
ul.ruby-menu > li:hover > div {
  transform: translateY(0);
}

ul.ruby-menu > li > ul > li > ul,
ul.ruby-menu > li > ul > li > ul > li > ul,
ul.ruby-menu > li > ul > li > ul > li > ul > li > ul {
  transform: translateX(25px);
  transition: all 0.25s ease;
}

ul.ruby-menu > li > ul > li:hover > ul,
ul.ruby-menu > li > ul > li > ul > li:hover > ul,
ul.ruby-menu > li > ul > li > ul > li > ul > li:hover > ul {
  transform: translateX(0);
}

ul.ruby-menu > li > ul > li.ruby-open-to-left > ul,
ul.ruby-menu > li > ul > li > ul > li.ruby-open-to-left > ul,
ul.ruby-menu > li > ul > li > ul > li > ul > li.ruby-open-to-left > ul {
  transform: translateX(-25px);
  transition: all 0.25s ease;
}

ul.ruby-menu > li > ul > li.ruby-open-to-left:hover > ul,
ul.ruby-menu > li > ul > li > ul > li.ruby-open-to-left:hover > ul,
ul.ruby-menu > li > ul > li > ul > li > ul > li.ruby-open-to-left:hover > ul {
  transform: translateX(0);
}

.ruby-menu {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

ul.ruby-menu > li {
  position: relative;
  padding: 0 17px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

ul.ruby-menu > li > a {
  display: block;
  list-style: none;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 37px;
}

ul.ruby-menu > li > a:hover,
ul.ruby-menu > li:hover > a,
ul.ruby-menu > li.ruby-active-menu-item > a:hover,
ul.ruby-menu > li.ruby-active-menu-item:hover > a {
  color: rgb(var(--color-orange-default));
}

ul.ruby-menu > li > a:only-child:after,
ul.ruby-menu > li:hover > a:only-child:after {
  content: "";
}

ul.ruby-menu > li:nth-last-child(2) {
  padding-right: 0 !important;
}

ul.ruby-menu > li.ruby-active-menu-item > a {
  color: rgb(var(--color-orange-default));
}

ul.ruby-menu > li > ul {
  position: absolute;
  border: 1px solid #e9e9e9;
  top: 110%;
  left: 15px;
  filter: drop-shadow(0px 1px 16px rgba(67, 67, 67, 0.06));
  border-radius: 4px;
  list-style: none;
  padding-left: 0;
  background-color: #fff;
}

.scroll {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #d9d9d9;
  scrollbar-width: thin !important;
}

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

.scroll::-webkit-scrollbar-track {
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 80px;
  margin: 5px;
}

.scroll::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 80px;
}

ul.ruby-menu > li > ul > li > ul {
  left: 225px;
  max-width: 350px !important;
  z-index: 100;
  list-style: none;
  position: absolute;
  padding-left: 0;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  top: 0;
  border-radius: 4px;
  filter: drop-shadow(0px 1px 16px rgba(67, 67, 67, 0.06));
}

ul.ruby-menu > li > ul > li,
ul.ruby-menu > li > ul > li > ul > li {
  position: relative;
}

ul.ruby-menu > li > ul > li {
  display: block;
  width: 220px;
  background: #fff;
  border-radius: 4px;
}

ul.ruby-menu > li > ul > li > ul > li {
  position: relative;
  display: block;
  width: 350px;
  background: #fff;
  border-radius: 4px;
}

ul.ruby-menu > li > ul > li > a,
ul.ruby-menu > li > ul > li > ul > li > a {
  color: rgb(var(--color-default));
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  display: block;
  padding: 12px 15px;
  border-radius: 4px;
}

ul.ruby-menu > li > ul > li:hover > a,
ul.ruby-menu > li > ul > li > a:hover,
ul.ruby-menu > li > ul > li > ul > li:hover > a,
ul.ruby-menu > li > ul > li > ul > li > a:hover,
ul.ruby-menu > li > ul > li > a.active {
  background: #fef4dc;
  color: rgb(var(--color-orange-default));
}

ul.ruby-menu > li > ul,
ul.ruby-menu > li > ul > li > ul,
ul.ruby-menu > li > ul > li > ul > li > ul {
  visibility: hidden;
  opacity: 0;
}

ul.ruby-menu > li:hover > ul,
ul.ruby-menu > li > ul > li:hover > ul,
ul.ruby-menu > li > ul > li > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}

ul.ruby-menu > li > a:after {
  font-family: "icomoon";
  text-decoration: none;
  content: "\e902";
  position: absolute;
  margin-left: 5px;
  margin-right: 10px;
}

ul.ruby-menu > li:hover > a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.logo-right {
  max-width: 125px;
}

.lang {
  margin-right: 0px;
}

.dropdown-lang {
  border-right: 1px solid #9d9d9d;
  margin-right: 15px;
}

.languange li {
  width: 155px !important;
}

/* Mobile Menu */
.menu-mobile {
  background-color: rgb(var(--color-default));
  max-width: 450px;
  width: 100%;
  z-index: 500;
  position: fixed;
  left: -450px;
  top: 0;
  bottom: 0;
  transition: all 150ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.menu-mobile.show {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.menu-mobile::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 450px);
  height: 100%;
  transition: all 2s ease-in-out;
}

.nm-header {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-close-mobile-menu {
  padding: 0;
  font-size: 20px;
  color: rgb(var(--color-orange-default));
}

.btn-close-mobile-menu:hover,
.btn-close-mobile-menu:focus {
  box-shadow: none;
  color: rgb(var(--color-orange-default));
}

.nm-content {
  padding: 0 30px;
  max-height: 80vh;
  overflow-y: auto;
  scrollbar-color: #d9d9d9;
  scrollbar-width: thin !important;
  overflow-x: hidden;
}

.nm-content::-webkit-scrollbar {
  width: 7px;
}

.nm-content::-webkit-scrollbar-track {
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 80px;
  margin: 5px;
}

.nm-content::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 80px;
}

.btn-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  color: #fff;
  font-weight: 600;
}

.btn-menu:hover,
.btn-menu:focus,
.btn-menu.active {
  color: rgb(var(--color-dark-orange));
  box-shadow: none;
}

.menu-item {
  border-bottom: 1px solid #303030;
}

.card-menu {
  background-color: #323232;
  padding: 0 15px;
}

.accordion-item {
  background-color: transparent;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #585858;
  border-radius: 0;
}

.accordion .accordion-item:last-child {
  border: 0;
}

.list-sub {
  padding-left: 15px;
  list-style: none;
}

.list-sub li {
  padding: 5px 0;
}

.list-sub li::before {
  content: "\2022";
  color: rgb(var(--color-orange-default));
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.list-sub li a {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.list-sub li a:hover {
  color: rgb(var(--color-orange-default));
}

.btn-toggle {
  padding: 10px;
}

.btn-toggle:focus {
  box-shadow: none;
}

.search-indicator {
  background-color: rgb(var(--color-bg-grey));
  padding: 30px 0;
  border-bottom: 1px solid #e9e9e9;
}

.box-search {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 1px 16px rgba(67, 67, 67, 0.06);
  border-radius: 4px;
  padding: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.indicator select {
  padding-right: 35px;
  border: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgb(var(--color-default));
}

.selectric-indicator-form .selectric .button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 2px;
  width: 30px;
  height: 30px;
  background: none;
}

.selectric-indicator-form .selectric .button::after {
  content: "\e902";
  font-family: "icomoon";
  color: rgb(var(--color-orange-default));
  font-size: 15px;
}

.indicator select:focus {
  box-shadow: none;
}

.box-indicator {
  border-right: 1px solid #f5f5f5;
  padding-right: 10px;
}

.indicator-search input {
  border: 0;
  padding-left: 20px;
  padding-right: 38px;
}

.indicator-search input:focus {
  box-shadow: none;
}

.btn-seaarch-indicator {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  width: 33px;
  height: 33px;
  background-color: rgb(var(--color-orange-default));
  color: #fff;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-indicator-item {
  position: relative;
  padding: 30px 0;
}

.indicator-item {
  background: #ffffff;
  border: 2px solid #f5f5f5;
  box-shadow: 0px 1px 16px rgba(67, 67, 67, 0.06);
  border-radius: 4px;
  padding: 24px 24px 24px 28px;
  position: relative;
}

.indicator-item::before {
  content: "";
  background: rgb(var(--color-orange-default));
  width: 8px;
  height: 100%;
  left: 0;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: absolute;
}

.download-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  background-color: rgb(var(--color-orange-default));
}

.download-btn {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  border: 0;
}

.download-btn span {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(var(--color-dark-orange));
  border: 1px solid rgb(var(--color-dark-orange));
}

.direct-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid rgb(var(--color-dark-orange));
}

.direct-btn {
  display: flex;
  align-items: center;
  color: rgb(var(--color-dark-orange));
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  border: 0;
  background: #fff;
}

.direct-btn span {
  width: 156px;
  height: 32px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid rgb(var(--color-dark-orange));
}

.direct-btn:hover,
.direct-btn:focus {
  /* background-color: rgb(var(--color-dark-orange)); */
  color: rgb(var(--color-dark-orange));
  box-shadow: none;
}

.download-btn:hover,
.download-btn:focus {
  background-color: rgb(var(--color-dark-orange));
  color: #fff;
  box-shadow: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: rgb(var(--color-orange-default));
  text-decoration: none;
  background-color: #e9ecef;
}

.btn-download-arrow {
  color: #fff;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-download-arrow:focus {
  box-shadow: none;
}

.dropdown-menu {
  min-width: 120px;
}

.dropdown-item {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: rgb(var(--color-default));
}

.dropdown-item:focus {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: rgb(var(--color-default));
}

.desc {
  margin-left: 10px;
  border-radius: 5px;
  padding: 5px 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
}

.desc.png {
  background: #f99c00;
}

.desc.svg {
  background: #ed6e00;
}

.desc.csv {
  background: #fef4dc;
  color: #f68f00;
}

.footer {
  background-color: rgb(var(--color-bg-grey));
  padding: 24px 0;
  /* position: fixed;
  left: 0;
  right: 0;
  bottom: 0 */
}

.contanier-footer {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
}

.supported-by {
  width: 110px;
  margin-right: 25px;
}

.logo-supported {
  width: calc(100% - 130px);
}

.supported {
  max-width: 120px;
}

.supported img {
  background-blend-mode: overlay;
}

.about {
  padding: 70px 0;
}

.sections {
  margin-bottom: 40px;
}

.box-nav {
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}

.side-nav {
  list-style: none;
  position: relative;
}

.side-nav::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 12px;
  background-color: #e9e9e9;
}

.side-nav li {
  margin: 15px 0;
  padding-left: 10px;
  position: relative;
}

.side-nav li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: rgb(var(--color-grey-400));
  transition: all 100ms ease-in-out;
  position: relative;
}

.side-nav li a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  left: -30px;
  top: 6px;
}

.side-nav li a.active::before {
  background-color: rgb(var(--color-orange-default));
}

.side-nav li a.active,
.side-nav li a:hover {
  color: rgb(var(--color-orange-default));
}

.accordion-button:not(.collapsed) {
  color: rgb(var(--color-default));
  background-color: #fff;
  box-shadow: none;
}

.accordion-button {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.02em;
}

.accordion-button:focus {
  box-shadow: none;
}

.faq-item {
  border-bottom: 1px solid #e9e9e9;
}

.accordion-button::after {
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "\e907";
  font-size: 20px;
  color: rgb(var(--color-orange-default));
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "icomoon";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  font-weight: 400;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
  content: "\e906";
  font-family: "icomoon";
  color: rgb(var(--color-orange-default));
}

.accordion-collapse {
  padding: 20px 0;
}

.selectric-indicator-form .selectric {
  border: 2px solid #fff;
  border-radius: 4px;
  background: #fff;
  position: relative;
}

/* .selectric-indicator-form .selectric b {
} */

.category {
  padding: 2.5rem 0 8rem 0;
  min-height: calc(100vh - 163px);
}

.main-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.box-white {
  border: 2px solid #f5f5f5;
  box-shadow: 0px 1px 16px rgba(67, 67, 67, 0.06);
  border-radius: 4px;
}

.search-regional .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 15px;
  border-radius: 0;
}

.search-regional .form-control:focus {
  box-shadow: none;
}

.ico-search {
  position: absolute;
  top: 5px;
  right: 10px;
}

.box-selected {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 1px 6px rgba(67, 67, 67, 0.12);
  border-bottom: 1px solid #f5f5f5;
  padding: 5px;
  z-index: 10;
}

.item-selected {
  background: #fef4dc;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgb(var(--color-orange-default));
  padding: 5px 10px;
  font-weight: 500;
}

.btn-close-selected {
  padding: 0;
  font-size: 18px;
  color: rgb(var(--color-orange-default));
  line-height: 18px;
}

.btn-close-selected:focus {
  box-shadow: none;
}

.box-list {
  max-height: 40vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #d9d9d9;
  scrollbar-width: thin !important;
}

.box-list::-webkit-scrollbar {
  width: 12px;
  padding: 2px;
  border-radius: 80px;
}

.box-list::-webkit-scrollbar-track {
  background: #ffffff;
  border: 2px solid #ffff;
  border-radius: 80px;
  margin: 5px;
}

.box-list::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 80px;
  height: 50px;
}

.regional-list label {
  position: relative;
  background: #fafbfd;
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 100ms ease-in-out;
}

.regional-list label span {
  padding-left: 10px;
  display: inline-block;
}

.regional-list label::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  display: inline-block;
}

.regional-list label::after {
  content: "\e901";
  font-family: "icomoon";
  position: absolute;
  left: 15px;
  right: 0;
  color: transparent;
}

.regional-list input:checked + label {
  background: #fff;
}

.regional-list input:disabled + label {
  background: #e9e9e9;
  cursor: not-allowed;
}

.regional-list input:checked + label::before {
  background: rgb(var(--color-orange-default));
  border: 1px solid rgb(var(--color-orange-default));
}

.regional-list input:checked + label::after {
  color: #fff;
}

.regional-list input:disabled + label::after,
.regional-list input:disabled + label::before {
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.nav-pills .nav-link {
  background: #fafbfd;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #262626;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: rgb(var(--color-orange-default));
}

.map-legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.map-legend-item {
  font-size: 9px;
  font-weight: 600;
  color: #fff;
  line-height: 14px;
  padding: 4px;
  text-align: center;
  width: 100%;
  background-color: #d9d9d9;
  white-space: nowrap;
}

.map-legend-item:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.map-legend-item:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.tab-pane {
  min-height: 400px;
}

.form-ranged {
  display: inline-block;
  border: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1px;
  color: #9d9d9d;
  text-align: center;
  padding: 0;
  width: 130px;
  outline: 0;
}

.form-ranged {
  height: 25px;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-ranged:focus {
  border: 0;
  outline: 0;
}

.border-range {
  border-top: 1px solid #f5f5f5;
}

.ui-widget.ui-widget-content {
  border: 1px solid #fff;
}

.ui-widget-content {
  border: 1px solid #fff;
  background: #f5f5f5;
  color: #222222;
}

.ui-slider-horizontal {
  height: 8px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -6px;
  margin-left: -0.6em;
}

.ui-widget-header {
  border: 1px solid rgb(var(--color-orange-default));
  background: rgb(var(--color-orange-default));
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 2px solid rgb(var(--color-orange-default));
  background: #fff url(../img/line.svg) 50% 50% no-repeat;
  font-weight: normal;
  color: #555555;
  filter: drop-shadow(0px 1px 4px rgba(67, 67, 67, 0.16));
}

.table > thead {
  vertical-align: middle;
}

.btn-sort-down,
.btn-sort-up {
  padding: 0;
  line-height: 8px;
  font-size: 8px;
  margin: 0 5px;
}

.btn-sort-up {
  transform: rotate(-180deg);
}

.btn-sort-down:focus,
.btn-sort-up:focus {
  box-shadow: none;
}

tbody {
  display: block;
  height: calc(100vh - 54vh);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #d9d9d9;
  scrollbar-width: thin !important;
}

thead,
tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

tbody::-webkit-scrollbar {
  width: 12px;
  padding: 2px;
  border-radius: 80px;
}

tbody::-webkit-scrollbar-track {
  background: #ffffff;
  border: 2px solid #ffff;
  border-radius: 80px;
  margin: 5px;
}

tbody::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 80px;
  height: 50px;
  border: 2px solid #f5f5f5;
}

.table thead th {
  border-bottom: 0;
}

.table thead th {
  font-weight: 600;
  background: #fafbfd;
  padding: 10px 15px;
}

.table > :not(:first-child) {
  border-top: 1px solid #f5f5f5;
}

.table tbody td {
  padding: 10px 15px;
}

.subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #262626;
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 0;
}

.box-border {
  background: #ffffff;
  border: 2px solid #f5f5f5;
  border-radius: 4px;
}

.aboutsection {
  top: -165px !important;
}

.faq-item .accordion-button {
  padding: 30px 0;
}

.box-filter {
  max-height: 300px;
}

.btn-filter {
  background: #faba28;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  box-shadow: 0px 1px 16px rgb(67 67 67 / 6%);
  transition: all 100ms ease-in-out;
}

.btn-filter::before {
  content: "Show Interval and Unit";
}

.btn-filter.toggled::before {
  content: "Hide Interval and Unit";
}

.btn-filter:hover,
.btn-filter:focus {
  background: #faba28;
  color: #fff;
  box-shadow: none;
}

/* ==========================================================================
      Helper classes
      ========================================================================== */
.container-fluid {
  padding: 0 40px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1170px;
}

h3 {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.02em;
}

h4 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
}

.color-grey {
  color: rgb(var(--color-grey));
}

.color-grey-400 {
  color: rgb(var(--color-grey-400));
}

.text-xl {
  font-size: 20px;
  line-height: 28px;
}

.text-base {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
}

.text-xxs {
  font-size: 12px;
  line-height: 18px;
}

.text-xs {
  font-size: 13px;
  line-height: 20px;
}

.font-bold {
  font-weight: 700;
}

.text-semiBold {
  font-weight: 600;
}

.text-medium {
  font-weight: 500;
}

.color-orange {
  color: rgb(var(--color-orange-default)) !important;
}

.text-white {
  color: #fff;
}

.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-size-small {
  font-size: 0.75em !important;
}
.ql-size-large {
  font-size: 1.5em !important;
}
.ql-size-huge {
  font-size: 2.5em !important;
}

.ql-align-center {
  text-align: center !important;
}
.ql-align-justify {
  text-align: justify !important;
}
.ql-align-right {
  text-align: right !important;
}


.search-auto {
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  width: calc(100% - 32px);
  padding-top: 10px;
  transition: all 100ms ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.delete-sa {
  position: absolute;
  right: 15px;
  top: 7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #C4C4C4;
  cursor: pointer;
  transition: all 100ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  background: #434343;
}

.delete-sa:hover {
  color: rgb(var(--color-orange-default));
}

.search-auto.show,
.delete-sa.show {
  visibility: visible;
  opacity: 1;
}

.list-as {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #E9E9E9;
  background-color: #fff;
  filter: drop-shadow(0px 1px 16px rgba(67, 67, 67, 0.06));
  border-radius: 4px;
}

.list-as::-webkit-scrollbar {
  width: 12px;
  padding: 2px;
  border-radius: 80px;
}

.list-as::-webkit-scrollbar-track {
  background: #FFFFFF;
  border: 2px solid #Ffff;
  border-radius: 80px;
  margin: 5px;
}

.list-as::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 80px;
  height: 50px;
  border: 2px solid #f5f5f5;
}

.items-as {
  padding: 7px 10px;
  border-bottom: 1px solid #F5F5F5;
  cursor: pointer;
}

.items-as:hover {
  color: rgb(var(--color-orange-default));
}
/* ==========================================================================
      Responsive Design.
      ========================================================================== */
@media only screen and (min-width: 1025px) {
  .btn-toggle {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 768px) {
  .search-menu,
  .menu-item.lang,
  .btn-filter {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .container-fluid,
  .container {
    padding: 0 20px;
  }

  .logo {
    width: 180px;
  }

  .logo img {
    width: 120px;
  }

  .header-center {
    width: calc(100% - 450px);
    justify-content: flex-end;
  }

  .main-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-pane {
    min-height: 200px;
  }

  .menu,
  #menu-right {
    display: none;
  }

  .header-right {
    width: 415px;
  }

  .expand-search {
    margin-right: 0;
  }

  .expand-search.show {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .header-center {
    justify-content: flex-end;
  }

  .logo img {
    width: 100%;
  }

  .header-center {
    width: calc(100% - 365px);
    margin-left: 30px;
  }

  .header-right {
    width: 365px;
  }

  h3 {
    font-size: 28px;
    line-height: 35px;
  }

  #list {
    position: absolute;
    width: 100%;
    z-index: 5;
    border: 2px solid #f5f5f5;
    opacity: 0;
    visibility: hidden;
    transition: all 100ms ease-in-out;
  }

  #list.show {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 767px) {
  .header-center {
    display: none;
  }

  h3 {
    font-size: 25px;
    line-height: 32px;
  }

  .dropdown-lang,
  .side-nav {
    display: none;
  }

  .header-right {
    width: 235px;
  }

  .box-indicator {
    border-right: 0;
    border-bottom: 1px solid #f5f5f5;
    padding-right: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .tab-pane {
    min-height: 200px;
  }

  .table-data tbody td:first-child,
  .table-data thead th:first-child {
    width: 150px;
  }

  .table-data tbody td,
  .table-data thead th {
    width: 100px;
  }

  .form-ranged {
    text-align: center;
    display: block;
    width: 100%;
  }

  .box-filter {
    -webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
  }

  .box-filter.show {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
  }
}

/* ==========================================================================
      Print styles.
      ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
