﻿*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: var(--fontGNP);
}


.tooltip-inner {
    color: #fff;
    background: #FF6B0B;
}

:root {
    --rojo:#E50914;
    --fondo:#6c9866;
    --negro:#141414;
    --FondoGNP: #F5F5F5;
    --fontGNP: 'Open Sans', sans-serif;
}

form{
    margin-bottom: 70px;
}

@keyframes spinIT {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  } 

#loading-screen {
    background-color: #002E71;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0;
    top: 0;
    text-align: center;
  }
  #loading-screen img {
    width: 100px;
    height: 100px;
    position: relative;
    margin-top: -50px;
    margin-left: -50px;
    top: 50%;
    animation: spinIT 0.8s linear infinite;
  }

.visible-impresion{
    display: none;
}
@media print{
	@page { 
	margin: 0;
	}
	body {
    	margin: 0;
    	padding: 0;
  	}
.contenedorregion,
  .contenedorestado{
    display: inline-block;
margin: 0;
    	padding: 0;
  }
.container {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
table {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
    table-layout: inherit;
  }

  th, td {
    text-align: left;
  }

  .table-responsive {
    overflow: visible !important;
  }

    .oculto-impresion, .oculto-impresion *{
      display: none !important;
    }
    .divtitulo1 *{
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .visible-impresion{
        display: block;
    }
    *{
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .descripcion1{
        margin-bottom: 0px;
    }
    /* .saltopagina{
        display:block;
        page-break-before:always;
        break-after: page;
     } */
  }

.bgred{
    background-color: var(--rojo);
}
body{
    position: relative;
    font-family: var(--fontGNP);
    background-color: var(--FondoGNP);
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}
header{
    height: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
}
.hr{
    border-top: 1px solid #002E71;
    width: 100%;
}

.container-fluid{
padding: 24px;
}

footer{
    /* position: absolute;
    background-color: #F6F9FD;
    padding-left: 32px;
    font-size: 12px;
    height: 80px;
    color: #567099;
    width: 100%;
    position: fixed;
    bottom: 0; */
    position: absolute;
    bottom: 0; 
    background-color: #F6F9FD;
    padding-left: 32px;
    font-size: 12px;
    margin-top: auto;
    display: table;
    width: 100%;
    height: 80px;
    color:#567099;
    
    
}

h1{
    font-size: 32px;
    color: #002E71;
}
h2{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    letter-spacing: 0.4px;
    color: #002E71;
    padding: 0px;
    margin: 0px;
    margin-bottom: 7px;
}
.descripcion1{
    margin-bottom: 28px;
}
.hr-orange{
    border-top: 1px solid #FF9E0A;
    width: 100%;
}

.bannerimg{
    margin-top: 24px;
    margin-bottom: 24px;
}

.alert-text{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    letter-spacing: 0.4px;
    padding: 0px;
    margin: 0px;
    /* Funcional / Textos / Texto error */

    color: #9A4443;
}
.parrafo1{
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    color: #33486C;
}
.parrafo2{
    /* Desktop/Subtítulos/1 */

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    text-align: center;
    letter-spacing: 0.15px;
    color: #33486C;
}
.parrafo3{
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */

    display: flex;
    align-items: center;
    letter-spacing: 0.25px;
}
.ABack{
    text-decoration: none;
}

.ABack:link { text-decoration: none; }


.ABack:visited { text-decoration: none; }


.ABack:hover { text-decoration: none; }


.ABack:active { text-decoration: none; }

.Pbackhome{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    
    text-align: center;
    letter-spacing: 1.25px;
    
    /* Funcional / Textos / Enlaces */
    
    color: #FF6B0B;
}
.columna{
    margin-bottom: 14px;
}

.submit{
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    gap: 8px;
    width: 91px;
    height: 40px;
    left: 24px;
    top: 545px;

    /* Marca / Primarios / Naranja GNP */

    background: #FF6B0B;
    border-radius: 4px;
    border: none;
    color: #FFF;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    letter-spacing: 1.25px;

}

.downloadpdf{
    width: 160px;
    height: 48px;

    /* Marca / Primarios / Naranja GNP */

    background: #FF6B0B;
    border: none;
    border-radius: 4px;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */

    text-align: center;
    letter-spacing: 1.25px;

    /* Marca / Primarios / Blanco */

    color: #FFFFFF;

}

.selectlist{
    margin-top: 16px;
    position: relative;
    
}

.limiteTexto{
    
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 20px;
}


.dropdownGNP::after{
    display: none;
    
}
.dropdownGNP{
    
    text-align: left;
    box-sizing: border-box;

    /* Auto layout */
    background-color: #fff;
    font-family: 'Open Sans';
    font-style: normal;
    padding: 4px 12px 4px 16px;
    gap: 16px;

    width: 100%;
    height: 48px;
    padding-top: 20px;

    /* Marca / Primarios / Blanco */

    /* background: #FFFFFF; */
    /* Marca / Tintas / Azul GNP 200 */

    border: 1px solid #AAC3EE;
    border-radius: 4px;

    background-image:
    linear-gradient(45deg, transparent 50%, black 50%),
    linear-gradient(135deg, black 50%, transparent 50%),
    linear-gradient(to right, white, white);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

.dropdownGNP:hover{
    background-color: #fff;
    color: #567099;
    border: 1px solid #FF6B0B;
    
}
.dropdownGNP:hover .label{
    color: #FF6B0B;
}

.dropdownGNP:focus .label{
    color: #FF6B0B;
}

.dropdownGNP:focus{
    color: #567099;
    background-color: #fff;
    border: 1px solid #FF6B0B;
}
.labelOrange{
    font-family: 'Open Sans';
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    letter-spacing: 0.4px;
    /* Funcional / Textos / Enlaces */
    color: #FF6B0B; 
}

.alert{
    
    color: #9A4443;
    background-color: #fff;
    border: 1px solid #9A4443;
}

.label{
    font-family: 'Open Sans';
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height, or 133% */

    letter-spacing: 0.4px;

    /* Funcional / Textos / Enlaces */
     color: #567099; 
     /* color: #FF6B0B; */ 
     position: absolute;
     left: 16px;
     top: 30%;
     -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.labelalert{
    font-family: 'Open Sans';
    font-style: normal;
    /* font-size: 12px; */
    font-size: 20px;
    line-height: 16px;
    /* identical to box height, or 133% */

    letter-spacing: 0.4px;
    color: #9A4443;
    position: absolute;
     left: 38%;
     top: 30%;
    
}
@media screen and (max-width: 700px) {
    .labelalert{
        font-family: 'Open Sans';
        font-style: normal;
        /* font-size: 12px; */
        font-size: 20px;
        line-height: 16px;
        /* identical to box height, or 133% */
    
        letter-spacing: 0.4px;
        color: #9A4443;
        position: absolute;
         left: 10%;
         top: 30%;
    }
}

/* Backend  */
.label:hover{
    color: #FF6B0B;
    
}
/* 
.selectlist label.label, .selectlist label.labelOrange, .selectlist label.labelalert{
 position: absolute;
 top: 4px;
 left: 16px;
} */
.selectlist label.inup {
    font-size: 12px;
    top: 4px;
    left: 16px;
   }

.selectlist option:checked { 
    background: #FFF8E2;
    color: #FF6B0B;
}

.SelectedRegionTittle, .SelectedEstadoTittle, .SelectedInstitucionTittle{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    
    flex: none;
    order: 1;
    flex-grow: 1;
}

.dropdown-menu{
    width: 100%;
    padding: 0px;
    margin: 0px;
        height:200px;
        overflow-y:auto;
}

.dropdown-menu .dropdown-item{
    padding-top: 10px;
    vertical-align: middle;
    height: 48px;
    color: #33445F;
    border-radius: 4px;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}


.dropdown-menu .dropdown-item:hover{
    background: #FFF8E2;
    color: #FF6B0B;
}
/* estados */
.container2 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  
  /* Hide the browser's default checkbox */
  .container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    outline: 2px solid #0C2040;
  }
  

  /* On mouse-over, add a grey background color */
  .container2:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container2 input:checked ~ .checkmark {
    background-color: #FF6B0B;
    outline: 2px solid #FF6B0B;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container2 input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container2 .checkmark:after {
    left: 4px;
    top: -2px;
    width: 11px;
    height: 15px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(40deg);
  }

.divtitulo1{
    margin-top: 24px;
    margin-bottom: 12px;
}

.icono, p,.titulo1{
    margin-left: 20px;
    display:inline;
}

.cartas{
    margin: 24px;
}

.push{
    background-color: var(--FondoGNP);
    height: 150px;
}
.box{
    position: relative;
    box-sizing: border-box;
    margin: 0px;
    padding: 16px;
    width: 335.67px;
    height: 404px;
    /* height: 404px; */
    /* Funcional / Fondos / Lightest */
    background: #F6F9FD;
    /* Funcional / Fondos / Light */
    border: 1px solid #CED8E8;
}
.TituloBox{
    margin-top: 4px;
    margin-bottom: 4px;
    height: 16px;
    /* Desktop/Apoyo/Caption Semibold */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    letter-spacing: 0.4px;
    /* Funcional / Textos / Encabezados */
    color: #002E71;
}

.TituloBox p{
    padding: 0px;
    margin: 0px;
}

.ContentLineBox{
    height: 16px;
    margin-top: 9px;

}

.ContentLineBox p{
    /* Desktop / Apoyo / Caption Regular */
    
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */

    letter-spacing: 0.4px;

    /* Funcional / Textos / Body */

    color: #0C2040;
}

.textright{
    text-align: right;
}

.footerBox{
    position: absolute;
    bottom: 16px;
}
.footerBox p{
    padding: 0px;
    margin: 0px;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /* or 133% */

    display: flex;
    align-items: center;
    letter-spacing: 0.4px;

    /* Funcional / Textos / Body */

    color: #0C2040;
}

.box2{
    position: relative;
    box-sizing: border-box;
    margin: 0px;
    padding: 16px;
    width: 350px;
    /*width: 335.67px;*/
    height: 404px;
    
    /* Marca / Primarios / Blanco */

    background: #FFFFFF;
    /* Funcional / Fondos / Light */

    border: 1px solid #CED8E8;
}
.box2 p{
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.TituloBox2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    text-align: center;
    letter-spacing: 0.15px;

    /* Marca/Primarios/Azul GNP */

    color: #002E71;
}

.TituloBox2 p{
    
    padding: 0px;
    margin: 0px;
}
.AvaladoAnuies{
    position: absolute;
    margin-top: 8px;
    padding: 0px 8px;
    height: 24px;
    width: 150px;
    /* Marca / Tintas / Azul GNP 500 */

    background: #2A6AD5;
    border-radius: 4px;
}
.AvaladoAnuies p{
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    background: #2A6AD5;
    letter-spacing: 0.4px;

    /* Funcional / Fondos / White */

    color: #FFFFFF;
}
.contentLineHeaderEstado{
    margin-top: 48px;
    
}
.contentLineHeaderEstado p{
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */

    display: flex;
    align-items: center;
    letter-spacing: 0.4px;

    /* Funcional / Textos / Encabezados */

    color: #002E71;
}
.resultEstado p{
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */

    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.25px;

    /* Funcional / Textos / Encabezados */

    color: #002E71;

}
.contentLineHeaderModalidad p{
    padding: 0px;
    margin: 0px;
    margin-top: 4px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */

    display: flex;
    align-items: center;
    letter-spacing: 0.4px;

    /* Funcional / Textos / Encabezados */

    color: #002E71;
}
.resultModalidad p{
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */

    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.25px;

    /* Funcional / Textos / Encabezados */

    color: #002E71;
}

.inscripcion{
    margin-top: 6px;
    height: 32px;

    /* Funcional / Fondos / Lightest */

    background: #F6F9FD;
    border-radius: 4px;
}
.inscripcion .inscripcionvalue{
    padding: 0px;
    margin: 0px;
    letter-spacing: 0.25px;
    /* Funcional / Textos / Encabezados */
    color: #002E71;
}
.inscripcion .inscripcionlabel{
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */

    display: flex;
    align-items: center;
    letter-spacing: 0.4px;

    /* Funcional / Textos / Encabezados */

    color: #002E71;

}
.contentLineHeadermensual p{
    padding-top: 8px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */

    display: flex;
    align-items: center;
    letter-spacing: 0.4px;

    /* Funcional / Textos / Encabezados */

    color: #002E71;
}
.desdehastarow{
    padding-top: 8px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */

    display: flex;
    align-items: center;
    letter-spacing: 0.4px;

    /* Funcional / Textos / Encabezados */

    color: #002E71;

}
.desdehastaresultrow{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    letter-spacing: 0.25px;
    /* Funcional / Textos / Encabezados */
    color: #002E71;
}

.totalcarrera{
    margin-top: 6px;
    height: 32px;

    /* Funcional / Fondos / Lightest */

    background: #F6F9FD;
    border-radius: 4px;
}
.totalcarrera .totalcarreravalue{
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    letter-spacing: 0.15px;

    /* Funcional / Textos / Encabezados */

    color: #002E71;

}
.totalcarrera .totalcarreralabel{
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */

    display: flex;
    align-items: center;
    letter-spacing: 0.4px;

    /* Funcional / Textos / Encabezados */

    color: #002E71;

}
.footerBox2{
    position: absolute;
    bottom: 16px;
    margin-left: 16px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /* or 133% */

    display: flex;
    align-items: center;
    letter-spacing: 0.4px;

    /* Funcional / Textos / Body */

    color: #0C2040;

}

.contenedorregion{
    position: relative;
    width: 418px;
    height: 48px;
    padding-top: 20px;
    /* Marca / Primarios / Blanco */

  
    /* Marca / Tintas / Azul GNP 50 */

    border-bottom: 2px solid #EAF0FB;
    border-radius: 4px 4px 0px 0px;
}

.contenedorestado{
    position: relative;
    width: 418px;
    height: 48px;
    padding-top: 20px;
    /* Marca / Primarios / Blanco */

  
    /* Marca / Tintas / Azul GNP 50 */

    border-bottom: 2px solid #EAF0FB;
    border-radius: 4px 4px 0px 0px;
}

.labelresutltabla{
    position: absolute;
    top: 4px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */

    letter-spacing: 0.4px;

    /* Funcional / Textos / Texto inactivo */

    color: #ACB4C0;
}
.regiones{
    padding: 0px;
    margin: 0px;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* identical to box height, or 150% */

letter-spacing: 0.5px;

/* Funcional / Textos / Texto sistema 1 */

color: #33486C;
}

.descripcionresultado{
    margin-top: 40px;
    margin-bottom: 25px;
}
/* .selectlist option{
    height: 48px;
    border-radius: 4px;
}


.selectlist option:focus { 
    background: #FFF8E2;
    color: #FF6B0B;
    box-shadow: 0 0 3pt 2pt #FFF8E2;
}

.selectlist option:active { 
    background: #FFF8E2;
    color: #FF6B0B;
    box-shadow: 0 0 3pt 2pt #FFF8E2;
} */
/* #cssOptions{ 
    height: 48px;
    border-radius: 4px;
    background-color: #E50914;
}

#cssOptions:focus{ 
    height: 48px;
    border-radius: 4px;
    background-color: greenyellow;
} */
/* 
.selectlist option {
    font-size: 14px;
    height: 300px;
    margin: 30px;
    padding: 5px;
   
} */

/* table, th {
    border: 1px solid #F6F9FD;
  }
td{
    border: none;
}
th{
    border: none;
} */
/* table thead tr th{
    border-bottom: none;
} */
tbody{
    border-bottom: 2pt solid #F6F9FD;
}

thead{
    background-color: #F6F9FD;
    font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 12px; 
line-height: 16px;
border-bottom: 2pt solid #F6F9FD;
/* identical to box height, or 133% */


align-items: center;
letter-spacing: 0.4px;

/* Funcional / Textos / Encabezados */

color: #002E71;

}
tbody{
    background-color: #FFF;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;    
    align-items: center;
    letter-spacing: 0.25px;
    color: #33486C;
    border-bottom: 2pt solid #F6F9FD;
}
tbody tr{
    background-color: #FFF;
    border-bottom: 2pt solid #F6F9FD;
    
}

tbody tr:hover {
    background: #FFF8E2;
    color: #FF6B0B;
}
/* .bgtable{
    background-color: #FFF;
    
}
td{
    background-color: #FFF;
    
} */
/* 
table.dataTable tr.odd { background-color: #FFF; }
table.dataTable tr.even { background-color: #FFF; }

table.dataTable tr.odd .sorting_1 { background-color: rgb(250, 250, 250); }
table.dataTable tr.even .sorting_1 { background-color: white; } */

a .paginate_button{
    color: #002E71;
    
}

/* a .paginate_button:hover{
    color: #FF6B0B;
} */

select{
    border: 1px solid #33486C;
    color: #002E71;
}
/* select:hover{
    border: 1px solid #33486C;
    color: #002E71;
} */

/* option:hover{
    background-color: #FFF;
} */
.oculto{
    display: none;
}

.visible{
    display: block;
}

p .alert-text{
    margin: 0px;
    padding: 0px;
}