﻿body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.navbar {
    z-index: 8000;
    --bs-navbar-padding-y: 0 !important;
}

.cursorP {
    cursor: pointer;
}

.nav-title {
    display: flex;
    font-weight: 800;
    color: #432f97;
    font-size: 24px;
    align-items: center;
    text-shadow: rgb(166, 163, 163) 0.1em 0.1em 0.2em;
    margin-right: 10px;
}



.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    
    position: relative;
}

.logotext {
    color: #210f2a;
    font-weight: 900;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

a {
    text-decoration: none;
}

.main{
    position:relative;
    top:50px;
}

.dtablehead {
    border: 1px solid #989797;
    background-color: #fbf1d9;
    font-weight: 600;
    text-align: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 3px;
}

.dtablebody {
    border: 1px solid #989797;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 40px;
}