
.pl-10px{
    padding-left: 10px!important;
}
.bg-black{
    background-color: black!important;
}
.custom--top-bar {
    padding: 8px 0;
    background-color: white;
    border-bottom: 1px solid #dee2e6 !important;
}

.custom-social-icons {
    color: white !important;
    background-color: black;
    padding: 6px 12px;
    border-radius: 50%;
    transition: 0.5s linear;
}

.custom-social-icons:hover {
    opacity: 0.75;
}

.custom--navbar {
    background-color: white;
    padding: 25px 0;
    color: black;
}

.custom--navbar a {
    color: black;
}

.custom--navbar-logo {
    height: 50px;
    width: auto;
}

.custom--navbar--rightSide {
    float: right;
    padding-right: 120px;
}

.custom-top-padding-10px {
    padding-top: 10px;
}

.custom-top-padding-12px {
    padding-top: 12px;
}

.custom-top-padding-16px {
    padding-top: 16px;
}

.custom--bottom-bar a {
    color: white !important;
}

.custom--bottom-bar .container table tr td a {
    margin-right: 40px;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--fontfamily-roboto);
}

.custom--bottom-bar-special {
    position: absolute;
    background-color: #d90000;
    height: 64px;
    width: 64px;
    top: -20px;
    rotate: 0deg;
    z-index: 999;
    animation: special-control 5s infinite forwards;
    animation-delay: 2s;
}

.custom--bottom-bar-special a i {
    animation: special-control-rev 5s infinite forwards;
    animation-delay: 2s;
}

.custom--bottom-bar-special:hover {
    animation: none;
}

.custom--bottom-bar-special:hover a i {
    animation: none;
}

.custom--mobile-navbar {
    position: absolute;
    height: 100%;
    width: 60%;
    background-color: white;
    top: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 0 2px 0 black;
    display: none;
}

.custom--mobile-navbar table {
    width: 100%;
}

.custom--mobile-navbar td {
    padding: 20px 30px;
    text-align: center;
}

.custom--mobile-navbar a {
    color: black;
    font-size: 14px;
}

.custom--mobile-navbar a:hover {
    color: #d90000;
}

@media only screen and (min-width: 768px) {
    .custom--mobile-navbar {
        width: 40%;
    }
}

.custom--mobile-sidebar-enter {
    display: block;
    animation: sidebar-case 0.25s linear;
}

@keyframes special-control {
    0% {
        rotate: 0deg;
    }

    20% {
        rotate: -5deg;
    }

    30% {
        rotate: 5deg;
    }

    35% {
        rotate: -3deg;
    }

    40% {
        rotate: 2deg;
    }

    45% {
        rotate: 0deg;
    }
}

@keyframes special-control-rev {
    0% {
        rotate: 0deg;
    }

    20% {
        rotate: 5deg;
    }

    30% {
        rotate: -5deg;
    }

    35% {
        rotate: 3deg;
    }

    40% {
        rotate: -2deg;
    }

    45% {
        rotate: 0deg;
    }
}

@keyframes sidebar-case {
    from {
        opacity: 0;
        right: -400px;
    }

    to {
        opacity: 1;
        right: 0;
    }
}

.custom-navbar-avatar-dropdown {
    position: relative;
    min-width: 150px;
}

.custom-navbar-avatar-dropdown a {
    padding-left: 20px;
}

.custom-navbar-avatar-dropdown a img {
    border: 1px solid #dee2e6;
    border-radius: 50%;
    transition: 0.5s linear;
}

.custom-navbar-avatar-dropdown a img:hover {
    box-shadow: 0 0 2px 0;
}

.custom-navbar-avatar-dropdown-menu {
    position: absolute;
    bottom: -45px;
    left: -50px;
    display: none;
    background-color: white;
    border-radius: 5px;
    min-width: 150px;
    min-height: 200px;
    box-shadow: 0 0 2px 0 white;
}

.custom-navbar-avatar-dropdown-menu ul li {
    list-style: none;
}

.custom-navbar-avatar-dropdown-menu:hover {
    display: block;
}

.custom-navbar-avatar-dropdown:hover .custom-navbar-avatar-dropdown-menu {
    display: block;
}
