﻿@media (min-width: 576px) and (max-width: 1200px) {
    .about-nozom {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 960px) {
    .tickets {
        display: none;
    }
}
#myToast {
    position: fixed;
    top: 80px;
    left: 20px;
    background-color: #ff0000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    z-index: 9999;
    font-size: 16px;
}
#emaheader {
    background-color: #16222D;
    position: relative;
    z-index: 1;
}

#brand {
    font-size: 1.8rem;
    font-weight: bolder;
    color: #FFF;
}

    #brand:hover {
        color: lightgray;
    }

.nav-items {
    list-style: none;
    display: flex;
}

.nav-item {
    position: relative;
    color: white;
    cursor: pointer;
    white-space: nowrap;
}

    .nav-item:hover .phones-dropdown {
        display: block;
    }

.nav-link:hover{
    color:white!important;
}
.nav-link.text-light:hover {
    color: darkgray!important;
}


.activate {
    background-color: white;
    border-radius: 10px 10px 0px 0px !important;
    box-shadow: 0 0px 0 10px #fff
}
.activate .nav-link{
    color: black!important;
}
.activate:hover .nav-link{
    color: darkslategray!important;
}

.activate2 {
    background-color: white;
    color: black !important;
    border-radius: 10px 10px 0px 0px !important;
}

    .activate2:hover {
        color: darkgray !important;
    }

.profilePic {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.profile-img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 2px solid #000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.cam {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
}

.username {
    font-family: 'Ruqaa';
    text-decoration: underline;
    overflow: hidden;
    max-height: 2rem;
}

.phones-dropdown {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    background-color: #16222D;
    list-style: none;
    border-radius: 5px;
    overflow: hidden;
    z-index: 2;
}

    .phones-dropdown li {
        padding: 10px 0px;
        color: white;
        cursor: pointer;
    }

        .phones-dropdown li:hover {
            color: #ff9800
        }


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #16222D;
}

.footerText {
    color: white;
    margin: 0;
    padding: 15px 0;
    font-weight: bold;
}

.arrow {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #c8102e;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    color: white;
    font-size: 24px;
    font-weight: bolder;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    padding-top: 3px;
    cursor: pointer;
}

    .arrow p {
        user-select: none;
    }

.ppicture{
    width: 300px;
    height: 300px;
}

.Shifted-Header {
    text-align: center;
    margin-top: 20px;
    font-weight: bolder;
}

.form-group{
    margin-bottom: 20px;
    margin-right: 20px;
}
.top-left {
    text-align: left;
    margin-left: 20px;
}
