﻿@media (min-width: 1280px) {
    .cc-toast-container:has(.cc-toast-full-width) {
        width: 50%;
        transform: translateX(-50%);
        left: 50%;
    }
}


.c-pointer {
    cursor: pointer;
}

.cc-tab-nav-item-active {
    color: white;
}


@media (min-width: 1280px) and (max-width: 1920px) {
    :root {
        --scale: .9
    }
}