/*
  * 2023 Danzai Software
  *
  * NOTICE OF LICENSE
  *
  * This source file is subject to the Commercial License
  * you can't distribute, modify or sell this code
  *
  * DISCLAIMER
  *
  * Do not edit or add to this file
  * If you need help please contact contacto@danzai.es
  *
  *  @author    Danzai Software <contacto@danzai.es>
  *  @copyright 2023 Danzai Software
  *  @license   https://danzai.es  Commercial license
  */

.tspopup-modal-style {
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
}
.tspopup-content-style {
  background-color: white;
  margin: 10% auto;
  font-weight: bolder;
  max-width: 100%;
  position: relative;
}
.tspopup-close {
  top: 3px;
  right: 3px;
  color: #292929;
  opacity: 1;
  border: none;
  font-size: 25px;
  background-color: transparent;
  cursor: pointer;
  z-index: 1001;
  position: absolute;
}
.tspopup-content-style p {
  margin: 0;
}
.tspopup-content-style p img {
  max-width: 100%;
}
.tspopup-content-style div p img {
  max-width: 80%;
}
.tspopup-content-style div p {
  margin: 0;
  word-break: break-all;
}
.tspopup-input-text {
  border-bottom: 1px solid #C7C7C7; 
  margin-bottom: 1rem;
}
.tspopup-input-text input{
  max-width: 100%; 
  margin-bottom: 1rem;
  width: 100%;
  font-weight: normal;
}
.tspopup-input-checkbox {
  margin-bottom: 1rem;
}
.tspopup-form-submit button{
  color: #FFF;
  background-color: #EA3D3D;
  border: none;
  padding: 4px 10px 4px 10px;
}
.tspopup-form {
  display: flex;
  align-items: center;
}
.tspopup-alerts {
padding: 1px;
margin-bottom: 1px;
}
