html {
    background: #2b2a29;
}

::selection {
    background: #f3921e;
}

@media screen and (min-width: 1200px) {
    ::-webkit-scrollbar-thumb {
        background-color: #f3921e;
        border-radius: 10px;
    }
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background: #000000;
    }
}

.uc-oldpageinfo {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.t-submit:hover {
    background-color: #f3921e !important;
    color: #ffffff !important;
}

.t-submit {
    transition: all 0.2s ease-in-out;
}