
:root {
    /*-- mooda --*/
    --md-blue: #009edb;
    --md-orange: #f28a22;
    --md-gray: #cecece;
    --md-primary: #096f96;
    --md-primary-active: #0f8cbd;
    --md-primary-disabled: #3aaad6;
    --md-primary-rgb: 9, 111, 150;
    --md-danger: #cc3a35;
    --md-danger-rgb: 204, 58, 53;
    --md-success: #27a849;
    --md-success-rgb: 39, 168, 73;
    /*--bootstrap--*/
    --bs-primary: #009edb;
    --bs-primary-rgb: 0, 158, 219;
    --bs-primary-bg-subtle: #17aee8;
    --bs-primary-border-subtle: #119cd1;
    --bs-primary-text-emphasis: #096f96;
}

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

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

*::-webkit-scrollbar:horizontal {
    height: 10px;
}

.text-mooda-blue {
    color: var(--md-primary);
}


