/* CSS Document */
* {
    user-select: none;
    scroll-behavior: smooth;
    font-family: 'Noto Serif', serif;
}

body {
    background-color: var(--bg);
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.nav-color {
    background-color: var(--bg-nav);
}

div.dropdown-menu.mega-menu {
    background-color: var(--bg);
}

button.btn.btn-info {
    background-color: var(--hover-btn);
    border-color: var(--hover-btn);
    color: var(--t-md);
}

a {
    text-decoration: none !important;
    color: black;
}

.dis-none {
    display: none !important;
}

.dis-no {
    display: none;
}

.mr-tb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mr-lr-dec {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.mr-b-0 {
    margin-bottom: 0px !important;
}

.pd-t-10 {
    padding-top: 10px;
}

.pd-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.delay-1s {
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
}

.nav-logo {
    margin-top: -5px;
    width: 20px;
    height: 20px;
}

.mr-tp-56 {
    margin-top: 56px;
}

ul {
    list-style-type: none;
}

.dis-blk {
    display: block;
}

.mr-t-2 {
    margin-top: 2px !important;
}

.mr-lr-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mr-tb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.pd-5 {
    padding: 5px;
}

.mr-r-30p {
    margin-right: 30%;
}

.abs-v-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mr-lr-10 {
    margin-left: 10px;
    margin-right: 10px;
}

div > a > img[alt="www.000webhost.com"] {
    position: fixed;
    z-index: -9999;
}
