  .hidden_body{
    visibility: hidden !important;
	max-height:100vh;
	overflow:hidden;
  }

  .preview_img{
    position: absolute;
    inset: 0;
    background-color: aliceblue;
    width: 100%;
    height: 100%;
    visibility: visible !important;
    z-index: 100001 !important;
    display: flex;
    align-items: center;
    justify-content: center ;
  }


  .close-preview {
    position: absolute;
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 100px;
    height: 30px;
    width: 30px;
  }
  
  

.close-preview:before,
.close-preview:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
    width: 30px;
  border-right: 5px solid black;
}

.close-preview:before {
  transform: rotate(45deg);
}

.close-preview:after {
  transform: rotate(-45deg);
}


 .layers-list-item.active{
  display: block !important;
 }

 .layers-list-item{
  display: none !important;
 }
 
.layer_choices {
  display: block !important;
}
.layer-item{
  pointer-events: none !important;
}

/* Button Hide & Show css */

.btn-hide{
  visibility: hidden !important;
  opacity: 0.5;
  pointer-events: none;
}



.btn-show{
  visibility: visible ;
  opacity: 1;
  pointer-events: all;
  transition: cubic-bezier(0.19, 1, 0.22, 1) .3s;
}
.preview_img > img{
	position:absolute;
	max-height: 100%;
}

.custom-header{
  background-color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  position: absolute;
  width: 100%;
  padding: 20px;
  z-index: 999999;
  top: 0;
  left: 0;
}
.container-ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: white;
}

#custom-header{
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #989898;
}
.cancel.close-mkl-pc{
  background-color: transparent;
  font-size: 16px;
  cursor: pointer;
  border: 0;
  padding: 0;
  -webkit-transition:all 0.3s ease-in;
  -moz-transition:all 0.3s ease-in;
  -o-transition:all 0.3s ease-in;
  transition:all 0.3s ease-in;
}
#reset-btn{
  background-color: transparent;
  font-size: 16px;
  cursor: pointer;
  border: 0;
  text-transform: uppercase;
  padding: 0;
  -webkit-transition:all 0.3s ease-in;
  -moz-transition:all 0.3s ease-in;
  -o-transition:all 0.3s ease-in;
  transition:all 0.3s ease-in;
  position: absolute;
  right: 88px;
}
#reset-btn.hide {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.cancel.close-mkl-pc:hover, #reset-btn:hover {
  color: #989898;
}
#custom-header .layer-item{
  pointer-events: all !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  opacity: .3;
  position: relative;
  padding: 0;
  margin-right: 48px;
  -webkit-transition:all 0.3s ease-in;
  -moz-transition:all 0.3s ease-in;
  -o-transition:all 0.3s ease-in;
  transition:all 0.3s ease-in;
}
#custom-header .layer-item .layer-name{
  margin-left: 8px;
}
#custom-header .layer-item:last-child{
  margin-right: 0;
}
#custom-header .layer-item::before{
  content: "";
  position: absolute;
  bottom: -26px;
  width: 0;
  left: 0;
  height: 3px;
  background-color: #000000;
  -webkit-transition:all 0.3s ease-in;
  -moz-transition:all 0.3s ease-in;
  -o-transition:all 0.3s ease-in;
  transition:all 0.3s ease-in;
}
#custom-header > div{
  display: flex;
  align-items: center;
  justify-content: center;

}
#custom-header .layer-item:hover, #custom-header .layer-item.active{
  opacity: 1;
}
#custom-header .layer-item:hover::before, #custom-header .layer-item.active::before{
  width: 100%;
}
.mkl_pc .mkl_pc_container {
  top: 105px !important;
}

@media only screen and (max-width: 991px) {
  #custom-header {
    padding: 16px 20px;
  }
  #custom-header .layer-item {
    margin-right: 16px;
  }
  #custom-header .layer-item::before {
    bottom: -18px;
  }
  #custom-header .layer-item i {
    width: 40px;
    height: 40px;
  }
  .mkl_pc .mkl_pc_container {
	top: 73px !important;	
  }
  #reset-btn {
    right: 70px;
  }
}
@media only screen and (max-width: 660px) {
  #custom-header .layer-item {
    margin: 0 4px;
  }
  #custom-header .layer-item .layer-name {
    display: none;
  }
}
@media only screen and (max-width: 412px) {
  .cancel.close-mkl-pc {
    font-size: 12px;
  }
  #reset-btn {
    font-size: 12px;
    max-width: 40px;
    right: 60px;
  }
  #custom-header .layer-item {
    margin: 0 2px;
  }
}




