
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    padding: 0;
    margin :0;
    box-sizing: border-box;
}

html {
    font-size: 14px;
}

.top-header{
    display:flex;
}
.top-header .text-display{
    display: grid;
    grid-template-rows:1fr 1fr;
}

.top-header img{
    aspect-ratio: .8;
    padding: 1em;
    height: 120px;
}

.top-header h1{
    font-size: 2em;
    line-height: 1.2em;
    color: #007bff;
    text-align: left;
    padding: .2em;
    padding-left: 1em;
    margin:0;
}
.top-header h2{
    font-size: 1.5em;
    color: #007bff;
    text-align: left;
    padding: .1em;
    padding-left: 1em;
    margin:0;
}

    img.logo {
        width: 5em;
        padding :1em;
    }

.my-index{
    background: #f8f9fa;
    padding: 1em;
    margin-bottom:1.5em;
}

.my-index h1{
    font-size: 2em;
    color: #007bff;
    text-align: left;
    padding-bottom: 1em;
}

    .my-index h2 {
        font-size: 1.5em;
        color: #007bff;
        text-align: left;
        padding-bottom: 1em;
    }
.my-index p{
    font-size: 1.5em;
    color: #000;
    text-align: left;
    padding-bottom: 1em;
}

.my-index li{
    font-size: 1.2em;
    color: #000;
    text-align: left;
    padding-bottom: .8em;
    list-style-type:none;

}

.my-index ul p{
    font-size: 1.1em;
    color: #353535;
    text-align: left;
    padding-bottom: .8em;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
}




.la-modal {
    position: fixed;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 100svh;
    top: 0;
    left: 0;
    background: #1f1616ea;
}


.closed-modal {
    display: none !important;
}

.la-modal .close-button {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: #000000ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.close-button i {
    color: white;
}

.close-button:hover i {
    color: #c6c6c6;
}


.la-modal .close-button :hover {
    transform: scale(1.5);
    transition: all 0.3s ease-in-out;
}

.la-modal .close-button svg {
    width: 20px;
    height: 20px;
    color: white;
}

.la-modal-container {
    position: absolute;
    z-index: 1001;
    width: calc(100% - 100px);
    height: calc(100vh - 80px);
    position: absolute;
    top: 40px;
    left: 50px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}


    .la-modal-container .la-modal-body {
        z-index: 1002;
        overflow: auto;
    }


    .la-modal-container .la-modal-body-map {
        z-index: 1002;
        overflow: auto;
        overflow-x: scroll;
        overflow-y: scroll;
        width: 100%;
        height: 100%;
        position: relative;
    }

.la-modal-body-map button {
    position: fixed;
    bottom: 75px;
    right: 90px;
    border: none;
    outline: none;
    background: rgb(9, 5, 60);
    padding: .5em;
    border-radius: 2em;
    font-size: 1.5em;
    width: 2.5em;
    height: 2.5em;
    transition: all 100ms ease-in;
    color: white;
}

    .la-modal-body-map button:hover {
        transform: scale(1.2);
        transition: all 200ms ease-in-out;
    }

.la-modal-body-map .progress-holder {
    display: block;
    position: fixed;
    width: calc(100% - 7em);
    left: 3.5em;
    height: 15px;
    border-radius: 15px;
    top: calc(50vh - 15px);
    background: #0000006e;
    padding: 5px;
}

    .la-modal-body-map .progress-holder .pp {
        position: relative;
        border-radius: 5px;
        height: 5px;
        background: #51ff00;
        width: 0%;
    }

.la-modal-body-map span {
    position: fixed;
    bottom: 75px;
    right: 90px;
    border: none;
    outline: none;
    background: rgb(9, 5, 60);
    padding: .5em;
    border-radius: 2em;
    font-size: 1.5em;
    width: 2.5em;
    height: 2.5em;
    color: white;
    display: grid;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.la-modal-container .la-modal-body embed {
    z-index: 1003;
    width: 100%;
    height: calc(100vh - 100px);
}


.la-modal-container .la-modal-body-map .map-container {
    display: block;
}

    .la-modal-container .la-modal-body-map .map-container img {
        width: 100%;
        overflow-x: scroll;
        overflow-y: scroll;
    }


/* Navigation Css Classes */
/*=================================================================================*/
/*=================================================================================*/
/*=================================================================================*/
container {
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 100svh;
    background-color: #e2e2e2;
}

    container .my-nav {
        display: flex;
        justify-content: space-between;
        align-items: top;
        width: 200px;
        padding: 0 15px;
        padding-top:10px;
        background-color: #5da1e6;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #09388f;
    }

        container .my-nav ul {
            list-style-type: none;
        }

.navl {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    padding: 10px 0;
    align-items: center;
    justify-content: left;
    text-decoration: none;
    color: #09388f;
    font-weight: 600;
    font-size: 1.2rem;
    transition: all 0.1s;
}

    .navl:hover {
        color: #fff;
        margin-left: 10px;
        transform: scale(.9);
        transition: all 0.3s;
    }

container .my-nav ul li span {
    font-size: .85rem;
    font-weight: 600;
    color: #09388f;
}

container .my-nav ul li i {
    margin-right: 10px;
    color: #fff;
    width: 1.2rem;
}

.navl.active {
    background-color: #09388f;
    margin: 0 -5px;
    padding: 8px 5px;
    color: #fff;
}



    .navl.active span {
        color: #fff;
    }
/*=================================================================================*/
/*=================================================================================*/
/*=================================================================================*/