:root {
  --Openblue: rgba(13, 16, 44, 0.9);
  --white: #ffffff;
}
#BTNsearchOPEN {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.OpenFilterThuva {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1500;
  top: 0;
  right: 0;

  background-color: var(--Openblue);
  overflow-x: hidden;
  transition: 0.5s;
}
.OpenFilterLookup {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1500;
  top: 0;
  right: 0;

  background-color: var(--Openblue);
  overflow-x: hidden;
  transition: 0.5s;
  padding: 10px;
}
.OpenFilterLookup-content {
  position: relative;
  top: 2%;
  width: 100%;
  text-align: center;
  margin-top: 0px;
}
.OpenFilterRpt {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1800;
  top: 0;
  right:0;

  background-color: var(--Openblue);
  overflow-x: hidden;
  transition: 0.5s;
  border-right: 1px dotted;
}
.OpenFilterRpt-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 0px;
}
.OpenFilterThuva-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.OpenFilterThuva a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.OpenFilterThuva a:hover,
.OpenFilterThuva a:focus {
  color: #f1f1f1;
}

.OpenFilterThuva .closebtn {
  position: absolute;
  top: 20px;
  right: 15px;
  /* font-size: 14px; */
  width: 30px;
  height: 30px;
  border-color: white !important;
    color: white !important;
    padding:0px !important;
}

@media screen and (max-height: 450px) {
  .OpenFilterThuva a {
    font-size: 20px;
  }
  .OpenFilterThuva .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
