
.smo_image{
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
}
/* popup */

.smo-img-popup-popup{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  max-width: 1600px;
  max-width: 100%;
  max-height: 90vh;
  max-height: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(226, 230, 242, 0.9);
  background: #c7c7c7;
  border: 0px solid rgb(88, 128, 189);
  border: 0px solid rgb(129 129 129);
  border-width: 3px;
  justify-content: center;
  align-items: center;
  z-index: 99999999999;
  overflow: hidden;
  opacity: 0;
  transition: 1s;
  box-shadow: 5px 5px rgb(255 255 255);
  display: flex;
  background-image: linear-gradient(#ffffff,#31323d,#16151c);
  background-image: linear-gradient(#ffffff,#80818d,#3d3a4d);
}

.smo-img-popup-popup::after{
	/*content: "© 2022 stockmarketonline.com - ManageOne Solutions GmbH. All rights reserved.";*/
	opacity: 0.7;
	font-size: 1em;
	color: black;
	position: absolute;
	bottom: 4px;
	left: 5%;
  /*padding-bottom: -40px;
  margin-top: 10px;*/
  margin-top:150px;
  justify-content: center;
  align-items: center;

  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  /*font-size: 1.7vw;*/

 

  display: flex;
  margin: 0 auto;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

.smo-img-popup-popup.active{
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.smo-img-popup-popup.active .close-btn,
.smo-img-popup-popup.active .image-name,
.smo-img-popup-popup.active .index,
.smo-img-popup-popup.active .large-image,


.smo-img-popup-top-bar{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  
  color: #fff;
  text-align: center;
  /*line-height: 50px;*/
  font-weight: 300;
  margin-bottom:20px;
  
  
}

.smo-img-div{
  display: flex;
  margin: 0 auto;
  vertical-align: middle;
  justify-content: center;
  align-items: center;


  margin-bottom: 30px;
  /*padding-bottom: 30%;*/
  margin-top: 30px;
}

.smo-img-popup-close-btn{

  position: absolute;
  top: 5px;
  right: 20px;
  width: 120px;
  
  border-radius: 10px;
  background: #222b45;
  cursor: pointer;
  font-size: 14px;
  color: white;
  vertical-align: middle;
  text-align: center;
  box-shadow: 2px 2px rgb(20 33 72);
  margin-bottom: 20px;
  padding: 10px;
}

.smo-img-popup-large-image{
  position: relative; 
  
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 50;
  margin-bottom: 3px;
  /*margin-top: 45px;*/

  max-height: 1000px;
  border-radius: 10px;
  cursor: pointer;
  max-height: 95%;
  /*max-width: 95%;*/
}



.smo-text-popup-large-image{
  position: absolute; 
  bottom: 0;
  vertical-align: middle;
  text-align: center;
  width: 90%; 
  
  margin-bottom: 5px;
  background: white;
}

.smo_div_enumeration_img_not_clickable_not_clickable{
	object-fit: fill;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.smo_div_enumeration_img_not_clickable_not_clickable img{
	object-fit: fill;
	height: 100%;
	width: 100%;
	overflow: hidden;
}