html {
    font-size: 14px;
}

@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%;
}

body {
    margin-bottom: 60px;
    background-image: url(../Images/background.png);
    background-size: cover;
    background-attachment: fixed;
}

.body1 {
    background: linear-gradient(to right, white, #61bf1a);
}




.bth {
    background-color: lightblue;
    border: 1px solid black;
    padding: 10px;
}

.btable {
    border: 1px solid black;

    width: 100%;


}

.btd {
    border: 1px solid black;
    padding: 10px;
}

.bul {
    border: 1px solid black;
}

#container {
    width: 100%;
}

#leftbox {
    float: left;
    width: 30%;
}

#rightbox {
    float: right;
    width: 60%;
    border: solid 1px #000000;
    height: 200px;
    overflow: scroll;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.highlight {
    background-color: #61bf1a;
    cursor: pointer;
}

.hide {
    visibility: hidden;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

    .overlay img {
        display: block;
        margin: 0 auto;
        max-width: 80%;
        max-height: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.close {
    font-size: 50px;
    cursor: pointer;
}

.container1 .hex1 .last {
    transform: translateY(-55px);
}

.vfirst {
    transform: translateY(55px);
}

.container1 .hex1 {
    display: flex;
}

.container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

    .container1 .hex1 .hex {
        position: relative;
        width: 200px;
        height: 220px;
        background: #61bf1a;
        margin: 10px;
        clip-path: polygon(0 25%, 50% 0, 100% 25%,100% 75%,50% 100%,0 75%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
        transition: .5s;
    }

        .container1 .hex1 .hex:hover {
            background: deepskyblue;
            transform: scale(0.8);
        }

.summary-link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.nav-item:hover {
    background: #36578c;
    text-shadow: none;
    border-radius: 5px;
    transition: background 0.5s ease-in-out;
}

.text-dark:hover {
    color: white !important;
    transition: color 0.5s ease-in-out;
}

.form-window {
    width: fit-content;
    background-color: rgb(255, 255, 255, 0.8);
    padding: 30px;
    overflow: auto;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 auto;
}

.form-table {
    width: fit-content;
    background-color: rgb(255, 255, 255, 0.8);
    padding: 30px;
    overflow: auto;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}


* {
    font-family: Arial, sans-serif;
}

.large-screen {
    display: block;
}

.small-screen {
    display: block;
}



.footer {
    background: linear-gradient(to right, white, #61bf1a);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}



.pointer-cursor {
    cursor: pointer;
}

progress[value] {
    width: 100%;
    height: 20px;
    -webkit-appearance: none;
    appearance: none;
}

    progress[value]::-webkit-progress-bar {
        background-color: #eee;
        border-radius: 2px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    }

    progress[value]::-webkit-progress-value {
        background-color: #61bf1a;
        border-radius: 2px;
    }
input {
    height: 20px;
}

.nofilter .dataTables_filter {
    display: none;
}

.divider {
    width: 2px;
    background-color: black;
    margin: 0 10px;
}