﻿:root {
    --background: #6bbaee;
    --mainbody: #86d6ee;
}

.tabby-tab label {
    background: #aaacab;
}

    .tabby-tab label:hover {
        background: #209cf5;
    }

.btnlogin {
    background-color: #a1d7f1;
}

    .btnlogin:hover {
        background-color: #55cbe9;
    }

.tabby-content {
    background: #1e92e6;
}

.bgheader {
    background: #1e92e6;
    color: #ffff;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: aliceblue;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #b4b4b4;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #8b8b8b;
        border-radius: 10px;
    }
