:root {
    --text: #fff !important;
    --text-variant: #000 !important;
    --primary-lighter: #b2c749 !important;
    --primary: #9daf41 !important;
    --primary-darker: rgb(107, 119, 45) !important;
    --secondary-lighter: white !important;
    --secondary: white !important;
    --secondary-darker: rgb(212, 212, 212) !important;

    --error-lighter: #ce392e !important;
    --error: #bd5d57 !important;
    --error-darker: #9a2a22 !important;
    --success-lighter: #3cb95c !important;
    --success: #62bd7a !important;
    --success-darker: #29803f !important;

    --background: white !important;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #dedede;
}

.ckt-header-userinfo {
    display: flex;
    align-items: center;
    justify-content: center;
}
