.login-page, .register-page{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background:rgb(32 118 177);
    overflow: auto;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
}

.login-logo a {
    font-weight: bold;
}

span.bg-inscrito {
    background: #48a968;
    color: #fff;
    padding: 2px 7px;
}

span.bg-register {
    background: #ff9800;
    color: #fff;
    padding: 2px 7px;
}

/* styels page inscripciones */
.input-persona_adicional{
    display:none
}
.hide{
    display:none
}
#recibo{
    display:none
}
.popup h2 {
    color: #297FCA;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 50px;
}
#popup-pago.active,#popup-escarapela.active {
    display: flex;
    padding-top: 70px;
}
.popup {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    border-radius: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 1;
    display:none
}

.cortina-popup {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 1;
}

.popup-content {
    max-width: 570px;
    padding-top: 30px;
    background-color: #ffff;
    color: #4d4d4d;
    border-radius: 20px;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 30px 40px 50px 30px;
    margin:auto
}

.pro-p {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center; 
align-items: center;
color: #4e4e4e;
position: relative;
}
/* end styles page inscripciones */


.error{
    color:rgb(223, 86, 86);
}


tr.fila-apoderado {
    border-top: 2px #000 solid !important;
}

.popup-registro-asamblea {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #0000003d;
    z-index: 9999;
    display:none
}

.popup-registro-asamblea .content {
    background: #fff;
    width:900px;
    margin:auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position:absolute;
    height:820px;
    max-height: 90%;
    border-radius: 20px;
    overflow: hidden
}

.popup-registro-asamblea .content .body {
    padding: 20px 30px 30px 20px;
    overflow-y: auto;
    max-height: 85%;
}
.popup-registro-asamblea .body b {
    font-size: 13px;
}

.head {
    display: block;
    background: #005e94;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.showing{
    display: block;
}

i.fa.fa-times-circle {
    position: absolute;
    right: 20px;
    top: 14px;
    color: #fff;
}

.point-success{
    color:green;
}

.point-danger{
    color:red
}

.popup-registro-asamblea {
    z-index: 1050;
}

.input-group-append i{
    pointer-events: none
}

a.btn.btn-export-excel {
    background: #777;
    color: #fff;
}

.hide{
    display:none
}


/* popup pagos coincripciones */
#popup-pago .popup-content {
    max-width: 570px;
    padding-top: 30px;
    background-color: #ffff;
    color: #4d4d4d;
    border-radius: 20px;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 0;
    margin: auto;
    /* max-height: 67%; */
}

#popup-pago .popup-content {
    max-height: 84%;
    overflow: auto;
}

#popup-pago .cabecera {
    position: sticky;
    z-index: 2;
    margin-bottom:120px
}

#popup-pago form{
    padding:0 20px
}

#popup-pago  h2 {
    margin-top: 0 !important;
}

.pro-p {
    padding-bottom: 66px;
}

@media(max-height:800px){
#popup-pago form {
    padding: 166px 20px 0 20px;
}
}

@media(max-height:800px){
#popup-pago form {
    padding: 220px 20px 0 20px;
}
}
/* @media (min-width: 768px) {
    body:not(.sidebar-mini-md) .content-wrapper,
    body:not(.sidebar-mini-md) .main-footer,
    body:not(.sidebar-mini-md) .main-header {
      transition: margin-left .3s ease-in-out;
      margin-left: 300px !important;
    }
  }
  .main-sidebar,
  .main-sidebar::before {
    transition: margin-left .3s ease-in-out, width .3s ease-in-out;
    width: 289px !important;
  } */
  .modal .cabecera {
    background: #297FCA;
    text-align: center;
    padding: 10px;
    color: #fff;
}

@media print {
	body {
		margin: 0 !important;
	}
}

.main-container {
	font-family: 'Lato';
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.ck-content {
	font-family: 'Lato';
	line-height: 1.6;
	word-break: break-word;
}

.editor-container_classic-editor .editor-container__editor {
	min-width: 795px;
	max-width: 795px;
}

.ck-content h3.category {
	font-family: 'Oswald';
	font-size: 20px;
	font-weight: bold;
	color: #555;
	letter-spacing: 10px;
	margin: 0;
	padding: 0;
}

.ck-content h2.document-title {
	font-family: 'Oswald';
	font-size: 50px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: 0;
}

.ck-content h3.document-subtitle {
	font-family: 'Oswald';
	font-size: 20px;
	color: #555;
	margin: 0 0 1em;
	font-weight: bold;
	padding: 0;
}

.ck-content p.info-box {
	--background-size: 30px;
	--background-color: #e91e63;
	padding: 1.2em 2em;
	border: 1px solid var(--background-color);
	background: linear-gradient(
			135deg,
			var(--background-color) 0%,
			var(--background-color) var(--background-size),
			transparent var(--background-size)
		),
		linear-gradient(
			135deg,
			transparent calc(100% - var(--background-size)),
			var(--background-color) calc(100% - var(--background-size)),
			var(--background-color)
		);
	border-radius: 10px;
	margin: 1.5em 2em;
	box-shadow: 5px 5px 0 #ffe6ef;
}

.ck-content blockquote.side-quote {
	font-family: 'Oswald';
	font-style: normal;
	float: right;
	width: 35%;
	position: relative;
	border: 0;
	overflow: visible;
	z-index: 1;
	margin-left: 1em;
}

.ck-content blockquote.side-quote::before {
	content: '“';
	position: absolute;
	top: -37px;
	left: -10px;
	display: block;
	font-size: 200px;
	color: #e7e7e7;
	z-index: -1;
	line-height: 1;
}

.ck-content blockquote.side-quote p {
	font-size: 2em;
	line-height: 1;
}

.ck-content blockquote.side-quote p:last-child:not(:first-child) {
	font-size: 1.3em;
	text-align: right;
	color: #555;
}

.ck-content span.marker {
	background: yellow;
}

.ck-content span.spoiler {
	background: #000;
	color: #000;
}

.ck-content span.spoiler:hover {
	background: #000;
	color: #fff;
}

.ck-content pre.fancy-code {
	border: 0;
	margin-left: 2em;
	margin-right: 2em;
	border-radius: 10px;
}

.ck-content pre.fancy-code::before {
	content: '';
	display: block;
	height: 13px;
	background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NCAxMyI+CiAgPGNpcmNsZSBjeD0iNi41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiNGMzZCNUMiLz4KICA8Y2lyY2xlIGN4PSIyNi41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiNGOUJFNEQiLz4KICA8Y2lyY2xlIGN4PSI0Ny41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiM1NkM0NTMiLz4KPC9zdmc+Cg==);
	margin-bottom: 8px;
	background-repeat: no-repeat;
}

.ck-content pre.fancy-code-dark {
	background: #272822;
	color: #fff;
	box-shadow: 5px 5px 0 #0000001f;
}

.ck-content pre.fancy-code-bright {
	background: #dddfe0;
	color: #000;
	box-shadow: 5px 5px 0 #b3b3b3;
}