*,
*::after,
*::before {
  box-sizing: border-box;
  outline: none !important;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

html,
.header {
  overflow: scroll;
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.header::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.header::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #fff;
}

.header .title,
.header .sub-title {
  padding: 0 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif;
}

select:invalid {
  color: gray;
}

.hide {
  display: none;
}

.error {
  color: #ed1c24;
}

.hidden {
  display: none !important;
}

a,
a:hover {
  text-decoration: none;
}

.text-white-80 {
  color: rgba(255, 255, 255, .8);
}

.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../img/bg-img-5.jpg');
  background-size: cover;
  background-position: center center;
}

.logo a,
.logo a:hover {
  color: #000000;
  text-decoration: none;
}

.form-control-cust-padding {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.filter-items a {
  display: block;
  background-color: rgba(255, 255, 255, 0.56);
  color: black;
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
  height: 45px;
  transition: all .2s;
  margin-bottom: 10px;
}

.txt-trc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}

.filter-items a:hover {
  box-shadow: rgb(17 17 26 / 10%) 0px 4px 16px, rgb(17 17 26 / 5%) 0px 8px 32px;
}

.search-block input {
  background-color: rgba(255, 255, 255, 0.56);
  margin-left: 10px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
  border-radius: 5px;
  padding: 5px 10px;
  height: 42px;
  display: inline-block;
  width: 350px;
}

.country-info-block p {
  font-size: 0.9rem;
}

.font-weight-500 {
  font-weight: 500;
}

.filter-list h2 a {
  color: #000;
  margin: 15px 0;
}

.not-available {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.2s ease-out;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: none;
}

.not-available h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  background-color: #ffffff;
  border-radius: 10px;
}