.country-criteria-selection-container {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .country-criteria-selection-container {
    display: none;
  }
}
.country-criteria-selection-container .sidebar:hover {
  width: 277px;
}
.country-criteria-selection-container .country-item {
  width: 226px;
}

.sidebar {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: #243508;
  transition: width 0.5s;
  overflow-x: hidden;
  z-index: 1000;
}
.sidebar .sidebar-content {
  writing-mode: vertical-lr;
  transition: opacity 0.5s ease;
  cursor: pointer;
  color: #fff;
  display: flex;
  padding-top: 135px;
}
.sidebar .sidebar-content .arrow {
  margin-bottom: 45px;
}
.sidebar .sidebar-content .vertical-text {
  color: #fff;
  font-size: 18px;
  font-family: "roobert_medium";
  margin-bottom: 15px;
  line-height: 22px;
  display: flex;
  align-self: center;
}
.sidebar .sidebar-content .counter {
  color: #bff355;
  font-size: 14px;
  font-family: "roobert_regular";
  line-height: 17px;
  display: flex;
  align-self: center;
}
@media only screen and (max-width: 1024px) {
  .sidebar .sidebar-content .counter {
    display: none;
  }
}
.sidebar:hover {
  width: 300px;
}
.sidebar:hover .arrow {
  display: flex;
  justify-content: end;
  transform: none;
}
.sidebar:hover .arrow img {
  width: 28px;
  height: 20px;
}
.sidebar .sidebarHover {
  display: none;
}
.sidebar .arrow {
  display: block;
  transition: transform 0.5s;
  transform: rotate(180deg);
  margin-bottom: 15px;
  padding: 15px 11px;
  background: #bff355;
  width: max-content;
}
.sidebar .arrow img {
  width: 28px;
  height: 20px;
}
.sidebar .country-container {
  height: 100vh;
  overflow-y: auto;
  padding-right: 16px;
  margin-right: -25px;
  overflow-x: hidden;
  /* Hide the default scrollbar */
  /* Track */
  /* Handle */
}
.sidebar .country-container::-webkit-scrollbar {
  width: 6px;
}
.sidebar .country-container::-webkit-scrollbar-track {
  background: #BFF355;
}
.sidebar .country-container::-webkit-scrollbar-thumb {
  background: #eeebe6;
}
.sidebar .country-selection {
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  line-height: 20px;
  font-family: "roobert_regular";
}
.sidebar .country-selection .re-order {
  font-family: "roobert_regular";
  line-height: 25px;
  font-size: 20px;
  margin-bottom: 8px;
  color: #BFF355;
}
@media only screen and (max-width: 1024px) {
  .sidebar .country-selection .re-order {
    font-family: "roobert_medium";
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 30px;
  }
}
.sidebar .country-selection .reorder-desktop {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .sidebar .country-selection .reorder-desktop {
    display: none;
  }
}
.sidebar .country-selection .reorder-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .sidebar .country-selection .reorder-mobile {
    display: block;
  }
}
.sidebar .country-selection .re-order-country {
  font-family: "roobert_regular";
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 1024px) {
  .sidebar .country-selection .re-order-country {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 60px;
  }
}
.sidebar .country-list {
  color: #fff;
}
.sidebar .country-list .region {
  font-size: 17px;
  font-family: "roobert_regular";
  line-height: 24px;
  margin-bottom: 15px;
}
.sidebar .country-list .country-selection-main {
  padding: 15px 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 25px;
  align-items: center;
}
.sidebar .country-list .dots {
  display: none;
}
.sidebar .country-list .country-item {
  border: 2px solid #bff355;
  margin-bottom: 13px;
  font-size: 20px;
  font-family: "roobert_regular";
  height: 55px;
}
.sidebar .country-list .country-item .remove,
.sidebar .country-list .country-item .remove-country {
  cursor: pointer;
}
.sidebar .country-list .country-item .remove img,
.sidebar .country-list .country-item .remove-country img {
  width: 13px;
  height: 13px;
}

.sidebar-container {
  padding-left: 15px;
  padding-right: 36px;
  padding-top: 135px;
  display: initial !important;
  overflow: hidden;
}