* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    display: none;
}

header {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #101423;
    justify-content: center;
    padding: 10px;
    position: fixed;
    top: 0px;
    z-index: 21;
    border-bottom: solid 1px #82828269;
}

.logo-space-top {
    width: 30%;
}


.toolsBar {
    width: 50%;
}

.listActions {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}

.listActions img {
    width: 30px;
    cursor: pointer;
}

img.imgAction {
    padding: 5px;
    border-radius: 2px;
    box-shadow: 0px 0px 5px #008aa900;
    display: none;
}

img.imgAction:hover {
    background-color: #004e60;
    box-shadow: 0px 0px 5px #008aa954;
}

.image-logo {
    width: 40%;
}

.logohome {
    width: 40%;
}

.login-space {
    width: 20%;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: right;
}

.notification-box {
    width: 27px;
    height: 27px;
    position: relative;
}

.listNotifications,
.viewThisNotification {
    width: 100%;
    min-height: 65vh;
    max-height: 90vh;
    overflow-y: auto;
}

.viewThisNotification {
    min-height: 60vh;
    max-height: 96vh;
    background-color: #f0f0f0;
    padding: 10px 20px;
}

.sended-bottom-desc {
    font-size: 0.8em;
    color: #828282;
}

.viewThisNotification ol,
.viewThisNotification ul {
    margin-left: 25px;
}

.item-notification {
    width: 100%;
}

.item-notification .signtoolitem {
    border-radius: 0px;
    background-color: transparent;
    cursor: pointer;
    margin: 0px;
    border-bottom: solid 1px #8282821e;

}

.item-notification .signtoolitem img {
    width: 30px;
    height: 30px;
}

.item-notification .signtoolitem:hover {
    background-color: #1c1f2c;
}

.qnt-notification {
    width: auto;
    height: auto;
    background-color: red;
    color: white;
    font-weight: bold;
    position: absolute;
    font-size: 0.8em;
    border-radius: 50px;
    left: -7px;
    top: 0px;
    cursor: pointer;
}

.qnt-notification p {
    padding: 2px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-icon {
    margin: 0px;
}

.inputWithSideItem {
    width: 100%;
    display: flex;
    align-items: center;
    border: solid 1px #828282;
}

.inputWithSideItem textarea {
    width: 100%;
    min-width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    min-height: 70px;
    max-height: 300px;
    padding: 10px;
    color: #ccc;
    font-family: roboto;
}

.inputSideItem {
    padding: 5px;
    width: 40px;
}

.inputSideItem {
    color: #999999;
    font-family: roboto;
    font-size: 0.8em;
}

.boxActionBarClicked {
    width: 100%;
    height: 100vh;
    background-color: #101423d9;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 21;
    display: none;
}

.contentAcionbarControl {
    margin-top: 50px;
    width: 96%;
    background-color: #101423;
    max-width: 400px;
    margin-left: calc(30%);
    padding: 10px 5px;
}

.contentAcionbarControl .actionsOfBox {
    font-size: 0.9em;
}

.inputItem {
    width: calc(100%);
    margin-left: 7px;
}

.contentAcionbarControl input {
    margin: 0px;
    border: none;
    width: 100%;
}

.login-btn {
    width: 90px;
    padding: 5px;
    text-align: center;
    font-size: 1em;
    border-radius: 2px;
    font-family: poppins;
    cursor: pointer;
    background-color: #00b4fe;
    color: white;
}

.profile-drop {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 98;
    display: none;
}

.profile-name {
    color: #aaaaaa;
    font-size: 0.9em;
    font-family: poppins;
}

.content-profile-drop {
    width: 100%;
    max-width: 300px;
    height: 100vh;
    background-color: white;
    position: absolute;
    top: 50px;
    right: 0px;
    padding: 15px;
    overflow-y: auto;
    padding-bottom: 30px;
}

.geralh2 {
    font-family: roboto;
    color: #272626;
    font-size: 1.2em;
    font-weight: normal;
}

.desc-label {
    color: #272626c0;
    font-size: 0.9em;
    font-family: poppins;
    margin-left: 10px;
}

.infoinput {
    padding: 10px;
    border-radius: 2px;
    border: none;
    background-color: #f5f5f5;
    margin-bottom: 15px;
    color: #707070;
}

.drop-menu {
    width: 100%;
    max-width: 300px;
    background-color: #232734;
    height: 100vh;
    position: fixed;
    top: 50px;
    right: -305px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.253);
    border-bottom-left-radius: 4px;
    z-index: 21;
    transition: 0.3s;
}

.drop-menu .signtoolitem {
    margin-bottom: 0px !important;
    padding: 7px 10px;
}

.drop-menu-header {
    padding: 10px;
    background-color: #1c1f2c;
    color: white;
}

.drop-menu-items {
    width: 100%;
}

.hover-item {
    width: 100%;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
}

.hover-item:hover {
    background-color: #707070;
    color: white;
}

.item-drop {
    width: 100%;
    color: #272626;
    margin-bottom: 3px;
    cursor: pointer;
    border-radius: 1px !important;
}

.item-drop:hover {
    background-color: #1c1f2c !important;
}

.end-session {
    border: solid 1px #ff1919;
    border-radius: 4px;
    padding: 7px;
    width: 70px;
    background-color: rgb(255, 167, 167);
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin-top: 30px;
}

.end-session:hover {
    background-color: rgb(255, 110, 110);
    ;
}

.box-endsession {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    z-index: 90;
    display: none;
    justify-content: center;
    align-items: center;
}

.content-endsession {
    position: relative;
    width: 100%;
    max-width: 300px;
    padding: 20px;
    background-color: white;
    box-shadow: 0px 0px 10px #00b6fe3d;
    border-radius: 2px;
}

.error-message,
.sucess-message {
    width: 100% !important;
    padding: 10px;
    border-radius: 2px;
    background-color: #ffcbcb;
    color: red;
    box-shadow: 0px 0px 20px rgba(255, 0, 0, 0.305);
    display: flex;
    align-items: center;
    font-family: roboto;
    font-size: 0.85em;
}

.error-message img,
.sucess-message img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.error-message p,
.sucess-message {
    width: calc(100% - 35px);
}

.sucess-message {
    background-color: #b1e9cb;
    color: #041f11;
    box-shadow: 0px 0px 20px #38a16950;
}