*{
    margin: 0;
    padding: 0;
    font-family: 'Comfortaa', cursive;
    user-select: none;
    /* cursor: none; */
}
.disabled-button {
    pointer-events: none;
    opacity: 0.4;
    cursor: not-allowed;

}

.disabled-button button {
    cursor: not-allowed;
}





.xtr_links_1{
    text-decoration: none;
}


body{
    background-color: whitesmoke;
}
.menuBar_area{
    position: sticky;
    width: 100%;
    box-shadow: 0 4px 8px -2px rgb(192, 192, 192);
    background-color: #1387fc;
    padding: 20px 0px;
}
.site_logo{
    /* padding: 1rem; */
    text-align: left;
    padding-left: 6%;
    padding-right: 7rem;
    font-size: 2rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
    background-color: transparent;
}
.site_logo a{
    color: rgb(255, 255, 255);
}
.site_logo span{
    /* padding: 1rem; */
    font-size: 1.5rem;
    font-weight: 300;
    color: rgb(255, 255, 255);
    background-color: transparent;
}
#menu_btn{
    /* background-color:var(--clr5); */
    background: transparent;
    color:var(--clr5);
    padding: 7px 7px;
    border-radius: 10px;
    border: 2px solid #1387fc;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 5%;
    cursor: pointer;
    transition: 0.4s;
}
#menu_icn{
    font-size:1.2rem;
    color: rgb(255, 255, 255);
    }
/* #menu_btn:hover{
        border: 2px solid rgb(226, 226, 226);
        box-shadow:  1px 1px 8px 1px rgb(255, 255, 255),
                    -1px -1px 8px 1px rgb(255, 255, 255);
    } */















.main_area,
#msg_text,
button,
/* .item_list li , */
.item_list li a{
    font-family: monospace;
}


.main_area{
    width: 90%;
    max-width: 85rem;
    min-height: 60vh;
    display: flex;
    align-self: center;
    justify-self: center;
    margin: auto;
    margin-top: 3rem;
    font-family: monospace;
}

#msg_text{
    font-family: monospace;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 10vh;
    margin-left: 10vw;
}

.item_list_area{
    /* margin-left: 2vw; */
    width: 100%;

}

.list_caption{
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    /* margin-left: 5vw; */

}
.item_list{
    margin-left: 10vw;
}

.item_list > li{
    padding-left: 1rem;
    font-size: 1rem;
    color: black;
    font-weight: bold;
    margin-bottom: 1rem;
    word-spacing: normal;
    line-height: 2rem;

}
/* .item_list li a{
} */


/* .table_wrapper{
    display: flex;
    width: 90%;
    max-width: 1200px;
    justify-content: center;

    
} */

.table_component {
    overflow:auto;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    border-collapse: collapse;
    font-family: monospace;

}

.table_component table {
    border: 1px solid #dededf;
    width: 100%;
    margin: 0 auto;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
}

.table_component th {
    border: 1px solid #282847;
    background-color: #8fd4ff;
    color: #000000;
    padding: 15px 5px; 
    /* font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-family: monospace;
    font-size: 1.2rem;
    text-align: center;
}

.table_component td {
    border: 1px solid #000000;
    padding: 10px 5px;
    font-size: 1rem;
    text-align: center;
    /* font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-family: monospace;
}
/* .table_component td:nth-child(1){
    min-width: 5%;
} */
.table_component td:nth-child(2){
    width: 50%;
    text-align: left;
    padding: 5px 2%;
}
.table_component td i{
    font-size: 1.7rem;
    color: rgb(0, 136, 226);
}
.table_component td div{
    margin: 0 auto;
    text-align: center;
}
.table_component tr:nth-child(even) td {
    background-color: #f1f1f1;
    color: #000000;
}

.table_component tr:nth-child(odd) td {
    background-color: #ffffff;
    color: #000000;
}
.table_component a button{
    padding: 1px 3px;
    margin: 1px 5px;
}
.table_component a button:hover{
    cursor: pointer;
}






























.credit{
    max-width: 70vw;
    /* height: ; */
    margin: auto;
    margin-top: 10vh;
    margin-bottom: 2rem;
    text-align: center;
    text-decoration: none ;
}
.p2{
    font-family: var(--sm_font_3);
    font-size:1rem ;
    font-weight: normal ;
    margin-top: 0.2rem ;
    color: #234f79;
    }
.p2 span{
    /* font-size:.88rem ; */
    font-family: var(--sm_font_3);
}
