.enableddisabledbottom {
    cursor: pointer;
    color: var(--azul-primario, #505C9D);
    margin-left: 1.44%;
    padding: 7px;
    font-size: 25px;
    border-radius: 50%;
}

.enableddisabledbottom:hover {
    cursor: pointer;
    background: #cecece;
    padding: 10px;
    border-radius: 50%;
    align-items: center;
    text-align: center;
}

.ac-show {
    cursor: pointer;
}

.btnuser {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* width: 40px;
    height: 40px; */

    width: 60px;
    height: 60px;
    /* margin-right: 1.2%;  */
    margin-top: 3.24%;
    margin-right: 16px;
    /* margin-top: 30px; */
    border-radius: 50%;
    border: 1px solid rgba(86, 97, 158, 0.288);
    transition: background-color 0.5s;
}

.btnbell {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* width: 40px;
    height: 40px; */

    width: 40px;
    height: 40px;
    /* margin-right: 1.2%;  */
    margin-top: 3.24%;
    margin-right: 16px;
    /* margin-top: 30px; */
    border-radius: 50%;
    border: 1px solid rgba(86, 97, 158, 0.288);
    transition: background-color 0.5s;
}

.btnbell:hover {
    border: 1px solid #c2c0c0;
    background-color: #c2c0c0;
}

.btnuser:hover {
    border: 1px solid #c2c0c0;
    background-color: #c2c0c0;
}

.labelTitleNotif {
    text-decoration: none; 
    font-family: Inter; 
    font-style: normal; 
    font-size: 17px; 
    color: #000; 
    font-weight: 700;
}

.labelMessageNotif {
    margin-top: -5px;
    font-family: Inter; 
    font-size: 13px; 
    font-weight: 400; 
    color: #666;
}

.labelDateNotif {
    margin-left: 10px;
    margin-top: -5px;
    font-family: Inter; 
    font-size: 10px; 
    font-weight: 300; 
    color: #888;

}

.notificationTitle {
    display: block;
    padding: 10px;
    padding-bottom: 0px;
    text-decoration: none;
    color: #333;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
}

.blocknotification:hover {
    /* border: 1px solid #c2c0c0; */
    background-color: #c2c0c0;
}

.menublock {
    /* overflow-X: scroll; */
    overflow-Y: auto;
    flex: 1;
    max-width: 16.52%;
    width: 16.52%;
    background: var(--azul-primario, #505C9D);
    height: 100%;
    max-height: 100%;
    direction: rtl;
}

.menublock::-webkit-scrollbar {
    width: 10px; 
    height: 10px; 
    background-color: #f2f2f2; 
    overflow-y: scroll; 
    overflow-x: hidden; 
    writing-mode: vertical-lr; 
    transform: rotate(-180deg); 
    transform-origin: top right; 
}

.menublock::-webkit-scrollbar-thumb {
    background-color: #aaa; 
    
}

.menublock::-webkit-scrollbar-thumb:hover {
    cursor: pointer; 
}

.pageblock {
    flex: 1;
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
    height: 100%;
    max-height: 100%;
    overflow-x: auto;
    overflow-y: auto;
    height:92vh; 
}

.standardingsearch {
    margin-top: 7%; 
    margin-right: 2.27%;
}

.labelmenu {
    /* font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    align-items: center;
    color: #FFF;
    transition: background-color 0.5s; */


    margin-left: 5px;

    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    width: auto;
    /* display: flex; */
    align-items: center;
    color: #FFF;
    transition: background-color 0.5s;
}

.labelmenu:hover {
    color: rgba(255, 255, 255, 0.30);;
}

.labeldescmenu {
    margin-left: 5px;

    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    width: auto;
    transition: background-color 0.5s;
}

.labelmenuselected {
    margin-left: 5px;

    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    width: auto;
    display: flex;
    align-items: center;
    /* align-items: center; */
    /* color: #FFF; */
    color: var(--azul-primario, #505C9D);
    transition: background-color 0.5s;
}

.btnmenuselected {
    text-align: center;
    overflow-X: hidden;
    overflow-Y: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center; 
    /* align-items: center; */
    margin-top: 20px;
    margin-left: 5px;
    /* margin-right: 12px; */
    margin-right: 0px;
    width: auto;
    height: 40px;
    background: #F5F5F5;
    /* border-radius: 8px; */
    border-radius: 8px 0 0 8px;
    transition: background-color 0.5s;
}

.btnmenuselected:hover {
    background: rgba(229, 229, 229, 0.3);
    color: #FFF;
    cursor: pointer;
}

.btnmenunotselected {
    overflow-X: hidden;
    overflow-Y: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center; 
    margin-top: 20px;
    margin-left: 10px;
    transition: background-color 0.5s;



    /* text-align: center;
    overflow-X: hidden;
    overflow-Y: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center; 
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 0px;
    width: auto;
    height: 40px;
    border-radius: 8px 0 0 8px;
    transition: background-color 0.5s; */
}

.avatar-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu, .dropdown-menu2 {
    z-index: 99;
    display: none;
    position: absolute;
    top: 100%;
    margin-left: auto;
    margin-right: 0px;
    right: -05px;
    left: auto;
    width: 350px;
    background-color: #fff;
    box-shadow: 20px 20px 20px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    white-space: nowrap; /* Impede que o menu quebre para a próxima linha */
    overflow-x: hidden; /* Impede que o menu ultrapasse a largura máxima */
    overflow-y: auto;
}

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

.labeloptionsuser {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.labeloptionsuser:hover {
    text-decoration: none;
}

.optionsuser:hover {
    background-color: #f1f1f1;
}


.notificacao-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}














@media (max-width: 900px) {
    .standardingsearch {
        display: none;
    }
}

@media (max-width: 1000px) {
    .labelmenu {
        font-size: 10px;
    }

    .labelmenuselected {
        font-size: 10px;
    }
}

@media (max-width: 700px) {
    .labelmenu {
        font-size: 6px;
    }

    .labelmenuselected {
        font-size: 6px;
    }

    .btnmenuselected {
        margin-left: 0px;
    }

    .btnmenunotselected {
        margin-left: 0px;
    }
}






















  
  
  