:root {
    --color-c-primary: #9bceef;
}

.logo {
    width: 6rem;
}

.tag-logo {
    height: 2.8rem;
}

.nav-link.active {
    font-weight: 700;
    color: var(--color-c-primary);
}

.icon {
    width: 32px;
    height: 32px;
}

.contact:hover {
    color: #fff !important;
}

.copyright {
    background-color: rgba(0, 0, 0, 0.3);
}

.notice {
    min-height: 200px;
    border: 5px solid #DDAD75;
}

.current-notice {
    background-image: url("../img/blackboard.jpeg");
    border: 5px solid #DDAD75;
}

.notices {
    list-style: decimal;
    font-size: 1.4rem;
}

nav .dropdown-menu {
    border: none !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.product {
    height: 100%;
    cursor: pointer;
}

.product:hover {
    box-shadow: 0 1rem 2rem 0px rgb(0 0 0 / 35%) !important;
    border: none;
    transition: all .3s;
}

.text-black-70 {
    color: rgba(0, 0, 0, 0.7);
}

@media all and (max-width: 412px) {
    .logo {
        width: 3.5rem;
    }

    .tag-logo {
        height: 1.8rem;
    }
}

@media all and (max-width: 303px) {
    .logo {
        width: 3rem;
    }

    .tag-logo {
        height: 1.5rem;
    }
}


@media all and (max-width: 275px) {
    .logo {
        width: 2.5rem;
    }

    .tag-logo {
        height: 1.5rem;
    }
}

@media all and (max-width: 765px) {
    .support-text {
        margin-top: 2rem;
    }
}

.nav-link {
    font-size: 1.2rem;
}

.about-logo {
    width: 100%;
}

.about p {
    text-align: justify;
}

.navbar, .rsent {
    background: rgb(255,255,255);
    background-color: #ffffff;
    background-image: linear-gradient(90deg, #ffffff 0%, #8BC6EC 50%, #9651b4 100%);
}

.navbar-dark .navbar-nav .nav-link {
    color: #191d23;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--color-c-primary) !important;
}

.btn-primary {
    background-color: var(--color-c-primary) !important;
    border: 1px solid var(--color-c-primary);
    color: #1a202c;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    border-radius: 50%;
    border: 5px solid #000000;
    background-color: rgb(0, 0, 0);
    filter: invert(100%);
}

.carousel-control-next-icon:after
{
    font-size: 55px;
    color: #fff3cd;
}

.carousel-control-prev-icon:after {
    font-size: 55px;
    color: #fff3cd;
}

.carousel-item img {
    cursor: pointer;
}
