html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

header {
    background-color: none;
    border: none;
}

body {
    margin-bottom: 60px;
}



/*.headerContainer {
    height: 10%;
    display: flex;
    justify-content: space-between;
    align-self:center;
}





    .headerContainer .heading {
        display: flex;
        flex-direction: column;
        align-self: center;
        justify-content: center;
        align-items: center;
        white-space:nowrap;
    }

        .headerContainer .heading > * {
            margin: 0;
        }


    .headerContainer .image2 {
        display: flex;
        justify-content: end;
    }
*/

.Table {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: safecenter;
    height: 50%;
    width: 100vw;
    margin-inline: auto;
    white-space: nowrap;
    
}


    .Table .Title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: center;
       
    }

        .Table .Title > * {
            margin: 1px;
        }

        .Table .Title h1 {
            color: #3a73b9;
            font-weight: bold;
            margin-block: 5px;
        }

        .Table .Title h2 {
            color: #2b3d77;
            font-weight: bold;
            margin-block: 5px;
        }

    /* .Table .table-template {
        display: flex;
        flex:1;
    }*/


    /* td:nth-child(odd), th:nth-child(odd) {
    background-color: #D6EEEE;
  } */
    /*.Footer {
    display:flex;
    justify-content:space-between;
    align-items:center;
    align-self:center;
    white-space:nowrap;
    height: 40%;
}

.Footer .First {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    ;

}
.Footer .Firs h6 {
        font-size: calc(10px + 1vw);
        max-width: 100%;
    }

    .Footer .Second {
        display: flex;
        flex-direction: column;
        justify-content: center;
       
    }
*/



    .Table .content-table {
        color: #5594c7;
        margin: 25px 0;
        font-size: 0.9em;
        width: 100%;
        text-align: center;
        white-space: nowrap;
    }


        .Table .content-table thead tr th {
            border: 1px solid #eeeeee;
            font-weight: bold;
        }

        .Table .content-table thead #UserTableHead th {
            background-color: #2b3d77;
            color: #ffffff;
        }


        .Table .content-table th,
        .Table .content-table td {
            padding: 12px 15px;
        }




        .Table .content-table tbody tr:nth-child(even) td {
            background-color: #eeeeee;
            border: 1px solid #ffffff;
        }

        .Table .content-table tbody tr:nth-child(odd) td {
            background-color: #ffffff;
            border: 1px solid #eeeeee;
        }

.content-table {
    color: #5594c7;
    font-size: 0.8rem;
    width: min-content !important;
    text-align: center !important;
}

.content-table thead tr th {
    border: 1px solid #eeeeee;
    font-weight: bold;
}

.content-table thead #UserTableHead th {
    background-color: #2b3d77;
    color: #ffffff;
}


 .content-table th,
.content-table td {
    padding: 5px 10px;
    text-align:center !important;
}


    .content-table tbody > tr:last-child > * {
        border-bottom: 1px solid #eeeeee !important;
    }



.btn-tb {
    text-decoration: none;
    color: #306db5;
}



 .content-table tbody tr:nth-child(even) td {
    background-color: #eeeeee;
    border: 1px solid #ffffff;
}

 .content-table tbody tr:nth-child(odd) td {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
}





#qrcode {
    width: 87px;
    height: 87px;
    margin-top: 15px;
}



/*
div.login-section-container .Table-wrapper {
    background-color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding:0px;
    width: min-content;
}*/

.links-wrapper {
    color: #45525f;
    list-style: none;
    align-items: stretch;
    display: flex;
    flex: 2 1;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

    .links-wrapper li {

        border-left: 1px solid;
        display: block;
        display: inline-block;
        padding: 0 15px;
        font-size: 16px;
        flex: 0 1 auto;
        
        list-style-type: none;
        text-align: start;
        width: 80%;
    }

        .links-wrapper li:last-child {
            border-left: 0 solid;
        }

.form-group {
    position:relative;
}


.password-container {
    display: flex;
    align-items: center;
   
    
}

    .password-container #password {
        flex: 1;
        border-top-left-radius:0px;
        border-bottom-left-radius: 0px;
    }

    .password-container #togglePassword {
        padding: .375rem .75rem;
        border: 1px solid #ccc;
        border-right: none; /* Remove border between input and button */
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        background-color: #f0f0f0;
        cursor: pointer;
        color: unset;
        margin-bottom: unset;
        height: 29.95px; /* Default for smaller screens */
    }

    .password-container  #togglePassword:hover {
        background-color: #e0e0e0;
    }

@media (max-width: 400px) {
    .password-container {
        max-width: 100%;
        padding: 0 10px; /* Add padding for smaller screens */
    }
}

/* Apply height 34px for medium and larger screens */
@media (min-width: 768px) { /* Medium and larger screens */
    .password-container #togglePassword {
        height: 34px;
    }
}



.fa-spin {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 2s);
    animation-duration: var(--fa-animation-duration, 2s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear);
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}


.spinner-icon {
    animation: spin 2slinear infinite;
}



@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.fa-rotate-by {
    -webkit-transform: rotate(var(--fa-rotate-angle, none));
    transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
    display: inline-block;
    vertical-align: middle;
    height: 2em;
    position: relative;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: var(--fa-stack-z-index, auto);
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1.25em;
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2.5em;
}

.fa-inverse {
    color: var(--fa-inverse, #fff);
}

.sr-only,
.fa-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.svg-inline--fa .fa-primary {
    fill: var(--fa-primary-color, currentColor);
    opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa .fa-secondary {
    fill: var(--fa-secondary-color, currentColor);
    opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-primary {
    opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
    opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
    fill: black;
}

.fad.fa-inverse,
.fa-duotone.fa-inverse {
    color: var(--fa-inverse, #fff);
    
}




