﻿/*Colors */

.sysColors {
    color: #6482AD;
    color: #7FA1C3;
    color: #E2DAD6;
    color: #F5EDED;
    color: #B8001F;
}

nav {
    padding: 0 !important;
}

.logo-img {
    width: 50px;
    height: 50px;
}

.custom-input {
    border-radius: 25px;
    color: dimgray !important;
    background-color: lightgray !important;
}

a span {
    color: black;
    font-size: small;
    font-weight: bolder;
    text-decoration: none;
}

.icon-img {
    width: 100%;
    height: auto;
    max-width: 40px;
}

.profile-icon {
    width: 100%;
    height: auto;
    max-width: 50px;
}

li {
    margin: 2px 3px;
}

.nav {
    padding-top: 0.0rem;
    margin-bottom: 0.5rem;
}

.main-nav {
    background-color: white;
    border-bottom: 1px solid #F5EDED;
}

.nav-hover {
    text-align: center;
    transition: all 0.5s ease;
}

    .nav-hover:hover {
        transform: scale(1.4);
    }
/* Search */
.group {
    width: 100%;
    display: flex;
    line-height: 28px;
    position: relative;
    align-items: center;
}

.input {
    width: 100%;
    height: 40px;
    outline: none;
    color: #0d0c22;
    line-height: 2rem;
    padding: 0 0.5rem;
    border-radius: 50px;
    padding-left: 2.5rem;
    transition: .3s ease;
    background-color: #f3f3f4;
    border: 2px solid transparent;
}

    .input::placeholder {
        color: #9e9ea7;
    }

    .input:focus, input:hover {
        outline: none;
        border-color: #6482AD;
        background-color: #fff;
        box-shadow: 0 0 0px 1px #6482AD;
    }

.icon {
    left: 0.8rem;
    fill: #000000;
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
}

.navbar-toggler-icon {
    filter: invert(0%);
}

.collapse {
    transition: height 0.3s ease-in-out;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.nav-item {
    text-align: center;
}


a[b-ff2igky99p] {
    color: black;
}
}

.notification-dot {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background: red;
    border-radius: 50%;
}
