:root
{
    --asn-nav-pdg:2rem;
    --container-width:87%;
}

::selection
{
    background: #013475;

    color: white;
}

.txtinvalid
{
    border-color: #dc3545 !important;
    box-shadow: 0px 0px 0px .23rem #dc35452b !important;
    color: #dc3545 !important;
}

.row
{
    column-gap: 1rem;
}
nav
{
padding:--asn-nav-pdg;
box-shadow: 0px 0px 5px 4px #00000057;
}

.navbar-light
{
--toggleMenuColor : black;
}

.fevcard
{
    position: relative;
    border: 1px solid;
    width: 100%;
    height: 590px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border: 1px solid #0134756b;
}



.fevcardimg
{
    position: relative;
    width: 100%;
    height: 65%;
    overflow: hidden;
}


.fevcardimg::before
{
    content: " ";
    position: absolute;
    width: 12%;
    height: 100%;
    background: #013475;
    top: calc(47%);
    left: 0;
    z-index: 1;
    transform: rotate(-50deg);
}

.fevcardimg::after
{
    content: " ";
    position: absolute;
    top: -61px;
    left: calc(100% - 100px);
    width: 100px;
    height: 40%;
    background: #a90000;
    transform: rotate(-37deg);
}

.fevcardimg img
{
    width: 100%;
    height: 100%;
    transition: 0.25s;
}

.fevcard img:hover
{
    transform: scale(1.5);
}

.fevcardhead
{
    height: 10%;
    background: #013475;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fevcardbody
{
    height: 25%;
    position: relative;
    word-spacing: normal;
    font-size: 1.1em;
   
    overflow: scroll;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #e5e5e5;
}

.fevcardbody * {
    height: fit-content;
    /* padding: 1rem; */
    word-break: auto-phrase;
    width: 98%;
    margin-top: 1rem;
    left: 1%;
}

.fev-alert
{
    background: #01347536;
    color: #00285b;
    padding: 1rem;
    width: calc(100% - 2rem - 10px);
    border-left: 10px solid #0065e5;
}