﻿#consentimentoCookie {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px;
    text-align: center;
    display: none;
    z-index: 1050;
}

#imgAws {
    width: 200px;
}

.btn-inverse-primary {
    color: white !important;
    background-color: #A084CD;
    border-color: #A084CD;
    text-decoration: none;
}

    .btn-inverse-primary:hover {
        color: white;
        background-color: #7426AA;
        border-color: #7426AA;
        transform: scale(1.05);
        text-decoration: none;
    }

    .btn-inverse-primary:focus, .btn-inverse-primary.focus {
        color: white;
        background-color: #7426AA;
        border-color: #7426AA;
        box-shadow: 0 0 0 0.2rem #7426AA;
        text-decoration: none;
    }


/*ICON LOGIN*/

.bg-black {
    background-color: black !important;
    color: white !important;
}

    .bg-black:hover {
        background-color: white !important;
        color: black !important;
        border: 1px solid black !important;
    }

/* Estilização personalizada para a dropdown do usuário */
.custom-dropdown-menu {
    position: absolute;
    top: 105% !important;
    right: 0;
    min-width: 180px;
    padding: 10px;
    background-color: #fff; /* Fundo branco para contraste */
    border-radius: 8px; /* Cantos arredondados */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); /* Sombra suave */

    z-index: 1050; /* Garante que fique acima de outros elementos */
}

/* Exibir dropdown ao abrir */
.dropdown.show .custom-dropdown-menu {
    transform: translateY(0);
    opacity: 1;
}

.custom-dropdown-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 12px;
    width: 12px;
    height: 12px;
    background: white;
    transform: rotate(45deg);
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.1);
}

/* Estilização dos itens do menu */
.custom-dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    font-size: 14px;
    color: #333; /* Cor do texto */
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
    border-radius: 6px;
}

    .custom-dropdown-menu .dropdown-item i {
        margin-right: 8px;
        font-size: 14px;
        color: #7426AA;
    }

    /* Efeito hover nos itens */
    .custom-dropdown-menu .dropdown-item:hover {
        background: rgba(108, 99, 255, 0.1); /* Cor suave ao passar o mouse */
        color: #7426AA;
    }

/* Ajuste para telas menores */
@media (max-width: 768px) {
    .custom-dropdown-menu {
        right: 5px; /* Ajusta melhor em telas pequenas */
        min-width: 180px;
    }
}

/*ICON LOGIN*/


/*DETALHE CURSO*/
.textSize {
    font-size: 18px !important;
}
/*DETALHE CURSO*/
/* GALERIA EVENTO */
.img-zoom {
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

    .img-zoom:hover {
        transform: scale(2) translate(5vw, 5vh);
        z-index: 10;
        box-shadow: 0 0 15px 10px rgba(150, 150, 150, 0.6);
    }

.img-zoomR {
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

    .img-zoomR:hover {
        transform: scale(2) translate(-5vw, 5vh);
        z-index: 10;
        box-shadow: 0 0 15px 10px rgba(150, 150, 150, 0.6);
    }

@media (max-width: 767px) {
    .img-zoom:hover {
        transform: none;
    }

    .img-zoomR:hover {
        transform: none;
    }
}

/* END GALERIA EVENTO */

/* Testemunhos */
.pTestemunhos {
    padding: 1rem !important;
}
/* END Testemunhos */

.modal-fullscreen {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
}

.modal-body imgPopUp {
    max-width: 90vw;
    max-height: 90vh;
}

logoEEE {
    width: 150px;
    height: 150px;
    cursor: pointer;
    text-align: center
}

.logoEEE:hover {
    background: none !important
}

    .logoEEE:hover:after {
        font-size: 1.0rem;
        content: "Substituir a foto de perfil. A nova imagem deve ter 150x150px"
    }

#tblMudaPass {
    border: 1px solid #8c8c8c;
}


@media (max-width: 992px) {
    .tourDiv {
        display: none !important;
    }
}

/*Lista Inscriçoes Registado*/

.tableHead {
    background-color: #7426AA !important;
    color: white !important;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #8A8DB2;
    background-color: white;
    border: 1px solid #dddfeb;
}

.page-item.active .page-link {
    z-index: 3;
    color: white;
    background-color: #8A8DB2;
    border-color: #8A8DB2;
}

/*Press Release Noticias*/
.badge-pressRelease {
    /*left: 8px;*/
    line-height: 19px;
    padding: 0px 8px 0px 8px;
    position: absolute;
    width: 120px !important;
    margin-top: 35px;
}

