:root {
    --scrollbarBG: transparent;
    --thumbBG: #e4e4e4;
    --thumbBG-hover: #90a4ae;

    --bg-main: #fff;
    --bg-sidebar: linear-gradient(180deg, #e3ffe7 0%, #d9e7ff 100%);
    --color-main: #6682a1;
    --color-main-50: rgba(102, 130, 161, 0.5);
    --color-main-two: #1d5987;
    --color-main-two-50: rgba(29, 89, 135, 0.5);
    --color-main-two-80: rgba(29, 89, 135, 0.8);
    --color-grey: #f5f5f7;
    --color-grey-80: rgba(209, 209, 209, 0.8);
    --color-grey-50: rgba(5, 5, 7, 0.5);
    --color-soft-grey: rgb(134, 134, 134);
    --color-black: #202020;
    --color-black-50: rgba(0, 0, 0, 0.5);
    --color-white: #ffffff;
    --color-white-50: rgba(255, 255, 255, 0.5);

    --color-mobile-menu-logo: #6682a1;
    --color-mobile-menu-toggler-border:#6682a1;
    --color-mobile-menu-toggler-bg:transparent;
    --color-mobile-menu-icon: #6682a1;
    --color-mobile-menu-text: #6682a1;
    --color-mobile-menu-dropdown-bg: #fff;
    --color-widescreen-menu-dropdown-text: #6682a1;
    --color-mobile-top-border: #6682a1;

    --color-widescreen-menu-logo: #1d5987;
    --color-widescreen-menu-icon: #1d5987;
    --color-widescreen-menu-icon-80: rgba(29, 89, 135, 0.8);
    --color-widescreen-menu-dropdown-bg: #fff;
    --color-widescreen-menu-copyright: rgba(134, 134, 134, 1);
    --color-widescreen-menu-copyright-50: rgba(134, 134, 134, .5);

    --category-color-main: #fff;
    --category-color-black: rgb(44, 44, 44);

    --category-bg-main: #f5f5f7;
    --category-bg-games: #d65658;
    --category-bg-songs: #7d6da1;
    --category-bg-lets-learn: #F29F05;
    --category-bg-worksheets: #0f8aa6;
    --category-bg-interactives: #6ec64d;
    --category-bg-book-presentations: #69a1ec;
    --category-bg-materials: #d99b66;
    --category-bg-teaching-tips: #8c5946;
    --category-bg-crafts: #4ad9d9;
    --category-bg-flashcards: #f18e1c;

    --color-sidebar-border: #d9e7ff;
    --color-loading-bar: #6682a1;
}

/* button color */
.btn-bg-main {
    background: var(--color-main);
}
.btn-bg-orange {
    background: #ff6d00;
}
.btn-bg-soft-orange {
    background: #ef9021;
}
.btn-bg-blue {
    background: #3081a3;
}
.btn-bg-soft-blue {
    background: #6aadca;
}
.btn-bg-green {
    background: #1bb08a;
}

.home--content .content--welcome-message,
.right--sidebar .box--ataturk,
.home--content .content--announcement,
.home--content .select--your-selection,
.courses--list .courses--box,
.right--sidebar .box--random-and-statistics .box--random,
.right--sidebar .box--random-and-statistics .box--statistics,
.category--content .category--header,
.category--detail-content .category--detail-header,
.unit--content .unit--header,
.unit--content .unit--box
{
    background-image: url("../../images/banner/main/snow-bg.png") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
