.sidebar-outer{
  width: 38.4rem;
  margin-right: 4.8rem;
  flex-shrink: 0;
}
.sidebar-top{
  border-bottom: 1px solid rgba(var(--black-hex),0.1);
  padding-bottom: 4.8rem;
  margin-bottom: 4.8rem;
}
.sidebar-top:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sidebar-link{
  font-size: 1.6rem;
  line-height: 180%;
  margin-bottom: 0.8rem;
}
.sidebar-link:last-child{
  margin-bottom: 0;
}
.sidebar-top .sidebar-link {
  flex-wrap: nowrap;
}
.sidebar-link img{
  margin-right: 1rem;
}
.sidebar-link span{
  margin-left: 0.4rem;
  color: var(--gray);
}
.sidebar-link:hover{
  text-decoration: underline !important;
}
.sidebar-item:last-child{
  margin-bottom: 0;
}
.chk-item{
  padding: 0.45rem 0;
  margin-bottom: 0.6rem;
}
.chk-item:last-child{
  margin-bottom: 0;
}
.chk-item:nth-child(n + 6){
  display: none;
}
.chk-item.active{
  display: block;
}
.btn-chk-more{
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: bold;
}
.btn-chk-more:hover{
  text-decoration: underline !important;
}
#closeFilter {
  position: absolute;
  top: -0.5rem;
  right: 0;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--black-hex),0.1);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.sidebar-btn {
  display: none;
  justify-content: space-between;
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.6rem 2.4rem;
  background: var(--white);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-btn .btn{
  width: calc(50% - 0.6rem);
  margin: 0;
}
@media(min-width:1560px) and (max-width:1579.98px){
  .sidebar-outer {
    width: 36.4rem;
  }
}
@media(min-width:1460px) and (max-width:1559.98px){
  .sidebar-outer {
    width: 35rem;
    margin-right: 4rem;
  }
  .sidebar-top {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
  .chk-item {
    margin-bottom: 0.2rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px){
  .sidebar-outer {
    width: 35rem;
    margin-right: 4rem;
  }
  .sidebar-top {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
  .chk-item {
    margin-bottom: 0.2rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .sidebar-outer {
    width: 32rem;
    margin-right: 2.4rem;
  }
  .sidebar-top {
    padding-bottom: 3.2rem;
    margin-bottom: 3.2rem;
  }
  .chk-item {
    margin-bottom: 0.2rem;
  }
  .chk-item .chk {
    font-size: 1.5rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .sidebar-outer {
    width: 32rem;
    margin-right: 2.4rem;
  }
  .sidebar-top {
    padding-bottom: 3.2rem;
    margin-bottom: 3.2rem;
  }
  .chk-item {
    margin-bottom: 0.2rem;
  }
  .chk-item .chk {
    font-size: 1.5rem;
  }
}
@media(max-width:991.98px){
  body.showFilter{
   overflow: hidden; 
  }
  .sidebar-outer {
    position: fixed !important;
    top: 0;
    left: -100%;
    width: 100%;
    margin-right: 0;
    background: var(--white);
    height: 100vh !important;
    height: 100dvh !important;
    padding: 3.2rem 2.4rem 5.6rem;
    z-index: 99;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  body.showFilter .sidebar-outer{
    left: 0;
  }
  .sidebar-outer .inner-wrapper-sticky{
    position: relative !important;
    top: initial !important;
    left: 0 !important;
    width: 100% !important;
    bottom: initial !important;
    transform: none !important;
  }
  #closeFilter{
    display: flex;
  }
  .sidebar-outer .mb-32 {
    margin-bottom: 2.8rem;
  }
  .sidebar-top {
    padding-bottom: 3.2rem;
    margin-bottom: 3.2rem;
  }
  .chk-item {
    margin-bottom: 0.2rem;
  }
  .chk-item .chk{
    font-size: 1.5rem;
  }
  .sidebar-btn{
    display: flex;
    left: -100%;
  }
  body.showFilter .sidebar-btn{
    left: 0;
  }
}