/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 29 2023 | 08:44:34 */
.imageBaseContainer1 .ff_file_upload_holder,
.imageBaseContainer1 #openModal1,
.imageBaseContainer1 .ff-uploaded-list,
.imageBaseContainer2 .ff_file_upload_holder,
.imageBaseContainer2 #openModal2,
.imageBaseContainer2 .ff-uploaded-list{
	float: left;
}

.imageBaseContainer2 #openModal2,
.imageBaseContainer1 #openModal1{
	margin-left: 20px;
}
.imageBaseContainer1 .ff-uploaded-list,
.imageBaseContainer2 .ff-uploaded-list{
	margin-top: 10px;
}

#myModalimg1{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
	bottom: 0;
	right: 0;
	height: 100vh;
	overflow: auto;
}
#myModalimg1 .modal-dialog{
	width: 100%;
	display: flex;
	justify-content: center;
}
#myModalimg1 .modal-content-image1{
	
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background: #fff;
	padding: 40px;
	height: fit-content;
	align-self: center;
	height: 100%;
}
#myModalimg1 p{
	text-align: center;
}
#myModalimg1 h4.modal-title {
	color: #ff6600;
}

#myModalimg1 .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
  }
  
#myModalimg1 .modal-content-image1 {
    background-color: #fefefe;
    margin: 35px auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    position: relative;
  }

.opneModalContainer{
	width:100%;
	height:100%;
	display:flex;
	align-items: center;
	justify-content:center;
}
#openModal1,
#openModal2{
	padding: 10px 20px;
	background: #6f757e;
	color: #fff;
	cursor: pointer
}
#myModalimg1  .close {
    /*color: #aaa;
    float: right;
    font-size: 28px;*/
    font-weight: bold;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 40px;
	color: #f56c6c;
	  cursor: pointer;
  }

  
#myModalimg1  .close:hover,
#myModalimg1  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
#myModalimg1  .contenido{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    gap: 10px;
  }
  #editor {
    width: 50%;
  }
#myModalimg1  .preview{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    width: 30%;
  }

#myModalimg1  .prev {
    width: fit-content;
	  display:flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
  }
#myModalimg1  .prev canvas {
    width: 50%;
  }

#myModalimg1  .aceptar {
    cursor: pointer;
    margin-top: 10px;
    background-color: #1C5178;
	color: #fff;
	border-radius: 10px;
	font-size: 25px;
	padding: 10px 60px;
  }

@media only screen and (max-width: 700px) {
	#myModalimg1 .contenido {
		flex-direction: column;
	}
	#editor,
	#myModalimg1 .preview{
		width: 100%;
	}
	#myModalimg1 .modal-content-image1 {
		padding: 40px 10px;
	}
}