:root {
    --mainFocusColor: #4CAF50;
    --mainHoverColor: #4CAF50;
    --mainBorderColor: #7aa1b3;
    --defaultBackgroundColor: #e9dbdb33;
    --navigationheight: 35px;
}

html
body {
    /*height: 100vh;*/
    background-attachment: fixed;
    background-image: linear-gradient(23deg, #cbcbcba6 0%, #a5eaef9e 50%, #ebc8c896 75%);
}

button {
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid var(--mainBorderColor);
    border-radius: 5px;
    transition: background-color 0.1s;
    margin: 2px;
}

    button:hover {
        background-color: var(--mainHoverColor);
    }

/* width */
.dk-scroll::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}

/* Track */
.dk-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

/* Handle */
.dk-scroll::-webkit-scrollbar-thumb {
    background: #3ff6ff;
    border-radius: 5px;
}

    /* Handle on hover */
    .dk-scroll::-webkit-scrollbar-thumb:hover {
        background-color: red;
    }

.dk-fullbox {
    width: 100%;
    height: 100%;
}

.dk-boxitem {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.dk-item {
    margin: 10px;
    background-color: var(--defaultBackgroundColor);
    border: 1px solid #ffffff9e;
    border-radius: 10px;
    /*backdrop-filter: blur(5px);*/
    box-shadow: 0 0 10px 5px #00ffff2e;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0px;
}

.dk-item-image {
    width: 100%;
    height: 300px;
}

.dk-item-header {
}

.dk-item-body {
    text-align: center;
}

    .dk-item-body span {
        font-size: 20px;
        font-family: initial;
        font-weight: 900;
    }
/*DESKTOP*/
@media only screen and (min-width: 768px) {
    .dk-body {
    }

    .dk-item {
        width: 300px;
    }
}

/*MOBILE*/

@media only screen and (max-width: 767px) {
    .dk-body {
        width: 100%;
    }

    .dk-item {
        width: 40%;
        max-width: 250px;
        min-width: 200px;
    }

    .dk-item-image {
        width: 80%;
        height: 200px;
    }

    .dk-ibutton {
        padding: 5px !important;
    }
}

/*[class^='dkcol-']:before {*/

/* class name starts with dkcol- */

/*position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}*/

/*[class$='col-lgx']:before {*/

/* class name ends with col-lg */

/*content: "Column-div2";
    color: beige;
}

[class*='col-lgx']:before {*/

/* contains col-lg in class name */

/*background: chocolate;
}*/

.dknavbar {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
    overflow: hidden;
    z-index: 99;
    width: inherit;
    background-color: var(--defaultBackgroundColor);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    /*height: var(--navigationheight);*/
    box-shadow: 1px 10px 6px 0px rgb(0 0 0 / 47%);
    flex-wrap: wrap;
    height: auto;
}

    .dknavbar button {
        margin: 0 2px 0 2px;
        padding: 5px;
        height: 100%;
    }

    .dknavbar .dknavbar-right {
        float: right;
    }

    .dknavbar li {
        float: left;
        height: 100%;
        cursor: pointer;
    }

        .dknavbar li a {
            display: block;
            color: white;
            text-align: center;
            padding: 0px 10px;
            text-decoration: none;
            border-radius: 5px;
            margin: 3px;
        }

            .dknavbar li a:hover:not(.active) {
                background-color: var(--mainFocusColor);
            }

.dknavbarafter {
    padding-top: var(--navigationheight );
}

.dropdown {
    position: relative;
    display: inline-block;
}

    .dropdown:hover .noidung_dropdown {
        display: block;
    }

    .dropdown:hover .nut_dropdown {
        background-color: var(--mainFocusColor);
    }

.noidung_dropdown {
    display: none;
    position: absolute;
    background-color: rgb(255 255 255 / 85%);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border: 1px solid #ffffff45;
    border-radius: 10px;
    overflow: hidden;
}

    .noidung_dropdown a {
        color: black;
        padding: 5px 15px;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid rgb(255 255 255 / 90%);
        background-color: var(--defaultBackgroundColor);
    }

        .noidung_dropdown a:hover {
            background-color: var(--mainFocusColor);
        }

.active {
    /*release feature*/
    background-color: #3aad45;
}

.dk-button-a {
    border: 1px solid #118925;
    border-radius: 6px;
    background-color: #0b5818;
}

.dk-input {
    display: inline-flex;
    align-items: center;
    padding: 5px;
}

    .dk-input label {
        width: max-content;
        margin: 2px 5px 2px 2px;
    }

    .dk-input input {
        width: 300px;
        background-color: rgba(255, 255, 255, 0.3);
        border: 1px solid var(--mainBorderColor);
        border-radius: 5px;
    }

.dk-list {
    display: flex;
    padding: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.dk-ibutton {
    color: #00a1ff;
    font-size: 15px;
    cursor: pointer;
    margin: 0 5px 0 5px;
    border-radius: 3px;
    border: 0px solid;
    transition: all 0.1s;
    padding: 2px;
}

    .dk-ibutton:hover {
        background-color: var(--mainHoverColor);
    }

    .dk-ibutton:active {
        background-color: darkslategrey;
    }
