﻿:root {
    --bs-primary: #E10054;
    --bs-primary-rgb: 200,1,75;
    --bs-success: #E10054;
}

.dzreq::after {
    font-family: FontAwesome;
    content: " ";
    color: #e10054;
    align-self: flex-start;
    font-size: .6em;
    margin-left: 3px;
    vertical-align: super;
}

.nav-item a {
    height: 1.9rem !important;
}

.nav-item .fa-solid {
    font-size: 1.0rem;
    margin-right: 15px;
}

.nav-item img {
    font-size: 1.0rem;
    margin-right: 15px;
}

/*.navbar-toggler{
    margin-right: 8px;
}*/

a, .btn-link {
    color: #0071c1;
    color: black;
    text-decoration: none;
    font-weight: 500;
}

.btn {
    margin: 0 5px 0 5px;
}

    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
        box-shadow: none;
    }

.btn-primary {
    background-color: #e10054;
    border-color: #dee2e6;
    border: none;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        color: #fff;
        background-color: #E10054;
        border-color: #E10054;
        border: none;
    }

.top-row {
    border-bottom: none !important;
    z-index: 3 !important;
}

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }


.page {
    background-color: #dee2e6;
}

.container {
    padding: 0;
}

.container-fluid {
    padding: 0;
}

.live-clock {
    font-size: 9px;
    margin-right: 5px;
}

.RandomColor {
    width: 25px;
    height: 25px;
    float: left;
}

@keyframes rotateIcon {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

.rotate-animation {
    animation: rotateIcon 0.3s forwards;
}

.rotate-right-animation {
    animation: rotateRight 0.3s forwards;
}

.rotate-left-animation {
    animation: rotateLeft 0.3s forwards;
}

.submenu {
    margin-left: 10px;
    padding: 5px;
}

.admin .submenu {
    padding: 0;
}

    .admin .submenu a {
        height: 1.3rem !important;
    }

.nav-link {
}

    .nav-link .navlinktoggleicon {
        margin-left: auto;
    }

.nav-item a {
    line-height: normal !important;
}

pre{
    background-color: #3d513d;
    color: white;
    padding:5px;
    border-radius: 5px;
    text-align: center;
}

.section-heading {
    margin-bottom: 50px;
    text-align: center;
}
    .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
        position: relative;
        padding-bottom: 10px;
        font-weight: 600;
        margin-bottom: 10px;
        position: relative;
        line-height: 140%;
    }
.section-heading h1:after, .section-heading h2:after, .section-heading h3:after, .section-heading h4:after, .section-heading h5:after, .section-heading h6:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #e10054;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}