﻿
/*HEADER STYLE ALL*/

.master-header {
    grid-area: header;
    background-color: #f2f2f2;
}
.master-header-menu-linksair {
    display: flex;
    height: 40px;
    padding: 0px;
}


/*                       LIKE                  */

.master-header-imglike{
    background-image:url('../Image/like-transparente-.png');
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    width:25px;
    height:25px;
}
.master-header-imglike-azul {
    background-image: url('../Image/like-azul.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
}

@media only screen and (min-width: 768px) {
    .master-header {
        width: 100%;
        padding: 0px 65px 0px 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .master-header-p {
        line-height: 1.1;
        margin-right: 35px;
    }

    .master-header-div {
        width: 100%;
    }

    .master-header-table {
        width: 100%;
    }

    .master-header-table-td {
        padding: 5px 0px 0px 40px;
        text-align: left;
    }

    .master-header-table-td-user {
        display: flex;
        float: right;
        padding: 20px 5px 0px 0px;
        text-align: left;
    }

    .master-header-table-td-icone {
        padding: 0px 5px 0px 0px;
        text-align: center;
        vertical-align: middle;
    }

    .master-header-div-avatar {
        
        margin-right: 10px;
        
        background-color: #00ffc4;
        border-radius: 50%;
    }

    .master-header-img-logotipo {
        width: 145px;
        height: auto;
    }

    .master-header-img-icone {
        width: 24px;
        height: auto;
    }
}

/*                                        PARTE DO SINO DE NOTIFICAÇÕES                                     */


/*CLASSE PADRÃO COM DISPLAY NONE, PARA USO NO JS*/

.ocultar-notificacoes {
    display: none;
}

/*
                                     SINO DE NOTIFICAÇÕES - TODOS OS STYLES
    TELA 1:

    PRIMEIRO: CONTAINERS QUE ACOPLAM O POPUP DE NOTIFICAÇÕES,
    SEGUNDO: STYLE DO CONTENT DO POPUP,
    TERCEIRO: TELAS DE FUNDO E ANIMAÇÕES,

    TELA 2:

    PRIMEIRO: CONTAINERS QUE ACOPLAM A TELA GRANDE DE NOTIFICAÇÕES,
    SEGUNDO: STYLE DO CONTENT DA TELA,
    TERCEIRO: TELAS DE FUNDO E ANIMAÇÕES,

*/


.master-header-container-acoplarnot {
    border-radius: 12px;
    background-color: white;
    z-index: 100;
    padding: 15px;
    width: 300px;
    height: 400px;
    position: fixed;
    top: 60px;
    right: 180px;
    display: block;
    box-shadow: 2px 1px 17px -7px #000000;
}

.master-header-notificacoes-invisivel {
    width: 30px;
    height: 30px;
    position: fixed;
    margin-left: 0px;
    cursor: pointer;
    
}

.master-header-notificacoes-flexacoplar {
    display: flex;
}

.master-header-container-vertodasnot {
    margin-top: 10px;
    color: white;
    background-color: #0094ff;
    color: white;
    width: 100%;
    height: 35px;
    cursor: pointer;
    border: none;
}

.master-header-container-vertodasnot:focus {
    outline: none;
}

.master-header-container-vertodasnot:hover {
    background-color: #127fe8;
}

.master-header-notificacao-div {
    display: flex;
    background-color: rgba(19, 108, 251, 0.1);
    flex-direction: column;
    justify-content: center;
    padding: 20px 10px;
    margin-bottom: 5px;
    border-left: 0.4em solid #0094ff;
    margin-right: 5px;
    cursor: pointer !important;
}

.master-header-notificacao-div:hover {
    transition: 0.2s linear;
    background-color: rgba(19, 108, 251, 0.3);
}

.master-header-container-acoplarnotificacoes {
    width: 98%;
    height: 320px;
    overflow-y: auto;
}
.master-header-container-acoplarnotificacoes::-webkit-scrollbar {
    width: 8px;
}

.master-header-container-acoplarnotificacoes-telanotgrande {
    width: 100%;
    height: 70vh;
    overflow-y: auto;
}

.master-header-notificacoes-btnfechar-div { /* DIV DO BOTAO FECHAR NOTIFICACOES */
    width: 20px;
    margin-left: 10px;
    height: 20px;
    display: flex;
    justify-content: flex-end;
}

.master-header-notificacoes-btnfechar { /* BOTAO FECHAR NOTIFICACOES */
    width: 20px;
    cursor: pointer;
    height: 20px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 5px 8px;
    color: #8C8C8F;
    background-color: #FFF;
    border: 1px solid #DCDCE0;
    position: fixed;
}

.btn-filtro-11 {
    background-color: #0094ff;
    color: white;
}

.master-header-notificacoes-btnfechar:focus {
    outline: none;
}

.master-header-notificacoes-btnfechar:hover {
    background-color: #F0F0F5;
}

.master-header-telafundo {
    z-index: 10000;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #0094ff;
    transition: 0.5s;
}

.master-header-notificacoes-telainteira {
    z-index: 10001;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: white;
    padding: 40px;
}

.master-header-notificacoes-telainteira.animar {
    animation-name: slide;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.master-header-telafundo.animarfundo {
    animation-name: slidefechar;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes slide {
    from {
    }

    to {
        transform: translateY(-1000px);
    }
}

@keyframes slidefechar {
    from {
    }

    to {
        transform: translateY(1000px);
    }
}

.active-sino {
    animation-name: sino;
    animation: sino 0.5s linear infinite;
}

@keyframes sino {
    0% {
        transform: rotate(-15deg);
    }

    25% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(-15deg);
    }
}

.qtd-notificacoes {
    padding: 0px 5px;
    border-radius: 50%;
    background-color: #0094ff;
    z-index: 1;
    position: fixed;
    margin-left: 13px;
}

.ocultar-notificacoes-div-grande {
    display: none;
    position: fixed;
    height: 0px !important;
    transition-property: height;
    transition-duration: 1s;
    transition-timing-function: ease;
    transition: 500ms linear;
}




/*                                             TELA NOTIFICACOES   2                                        */

/*
    TELA 2:

    PRIMEIRO: CONTAINERS QUE ACOPLAM A TELA GRANDE DE NOTIFICAÇÕES,
    SEGUNDO: STYLE DO CONTENT DA TELA,
    TERCEIRO: TELAS DE FUNDO E ANIMAÇÕES,

*/

.master-header-container-tela-notgrande {
    padding: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.master-header-tela-notgrande {
    background-color: white;
    padding: 10px;
    width: 98%;
    display: flex;
}

.master-header-btnfechar-notgrande {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 3px;
    width: 90%;
}

.master-header-notificacoes-telagg-btnfechar {
    padding: 2.5px 8px 4px 8px;
    border-radius: 50%;
    width: 35px;
    text-align: center;
    cursor: pointer;
    color: #8C8C8F;
    background-color: #FFF;
    border: 1px solid #DCDCE0;
}

.master-header-notificacoes-telagg-btnfechar:focus {
    outline: none;
}

.master-header-notificacoes-telagg-btnfechar:hover {
    background-color: #F0F0F5;
}

.btn-style-notificacoes {
    background-color: #00ffc4;
    color: gray;
}

.master-header-notificacao-div2 {
    display: flex;
    background-color: rgba(19, 108, 251, 0.1);
    flex-direction: column;
    justify-content: center;
    padding: 20px 10px;
    border-bottom: 0.05em solid #0094ff;
    border-left: 0.4em solid #0094ff;
    margin-right: 5px;
    cursor: pointer;
    transition: all 200ms linear;
}

.master-header-notificacoes-desc {
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    will-change: opacity, max-height;
    transition-property: max-height;
    transition-duration: 100ms;
    transition-timing-function: ease;
    background-color: #f2f2f2;
    margin-left:10px;
    padding: 10px;
    width: 98%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.accordion-my .item.active .master-header-notificacoes-desc {
    opacity: 1;
    max-height: 500px;
    transition: all 200ms linear;
    margin-bottom: 10px;
}



.accordion-my .item.active .icon {
    transform: rotate(-180deg);
}

@keyframes animation {
    from {
    }

    to {
    }
}