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

body {
    background: #000;
}

.balao_p {
    background: #141419;
    color: #ddd;
    font-size: 0.8em;
    font-family: poppins;
    position: absolute;
    width: 50%;
    box-sizing: border-box;
    padding: 8px;
    right: 10px;
    bottom: 65px;
    border-radius: 4px;
    /*display: none;*/
}

#g_erro {
    padding: 0;
    margin: 0;
    color: #ff1d1e;
    font-family: poppins;
    font-size: 0.8em;
    padding: 0px 8px;
}

#okay_box,
#box_notificar_falha {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    position: fixed;
    /*z-index: 99;*/
    top: 0;
}

.box_box_notificar {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 81;
    top: 0;
    left: 0px;
}

#box_notificar_falha {
    z-index: 81;
}

#okay_box {
    z-index: 99;
}

.content_notificar_falha {
    width: 40%;
    box-sizing: border-box;
    margin: auto;
    margin-top: 80px;
    border-radius: 8px;
    background: #ddd;
    height: 62vh;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow-y: auto;
}


.content_notificar_falha textarea {
    max-width: 99%;
    min-width: 99%;
    min-height: 80px;
    border: none;
    max-height: 80px;
    box-sizing: border-box;
    padding: 8px;
    font-family: poppins;
    font-size: 0.8em;
    color: #333;
}

.content_notificar_falha input {
    width: 50%;
    box-sizing: border-box;
    border-radius: 2px;
    border: none;
    padding: 4px;
    font-family: poppins;
    font-size: 0.8em;
    text-transform: uppercase;

}

.low_desc {
    padding: 0;
    margin: 0;
    font-family: poppins;
    font-stretch: 0.9em;
    margin-top: 4px;
    color: #2b3444;
}

.title_notify {
    width: 100%;
    box-sizing: border-box;
    background: #005eb8;
    padding: 8px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.title_notify h2,
.title_notify p {
    padding: 0;
    margin: 0;
    font-family: poppins;
    text-align: center;
    color: #fff;
}

.title_notify h2 {
    font-size: 1.1em;
}

.title_notify p {
    font-size: 0.85em;
}

.content_okay_box {
    width: 30%;
    margin: auto;
    box-sizing: border-box;
    margin-top: 80px;
    height: 40vh;
    border-radius: 8px;
    background: #fff;
    padding: 10px 2px;
    text-align: center;
}

.content_okay_box img {
    width: 16%;
    margin: auto;
    margin-top: 20px;
}

.content_okay_box button {
    background: transparent;
    border: none;
    font-family: poppins;
    color: #3b87eb;
    cursor: pointer;
    font-weight: 600;
    margin-top: 50px;
}

.content_okay_box h2 {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: poppins;
    color: #333;
    font-weight: 500;
    font-size: 1.3em;
    margin-top: 15px;
}

.content_okay_box p {
    padding: 0;
    margin: 0;
    font-family: poppins medium;
    font-size: 0.9em;
    color: #444;
}

#box_seeThisPromotor {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 80;
    top: 0;
}

.defaut_box_info {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 80;
    top: 0;
    left: 0px;
}

.content_defaut_box_info {
    width: 60%;
    margin: auto;
    margin-top: 20px;
    background: #fff;
    border-radius: 8px;
}

.option_bottom {
    border-top: solid 1px #828282;
    margin-top: 10px;
    padding: 4px 0px;
}

#content_seeThisPromotor {
    width: 60%;
    box-sizing: border-box;
    margin: auto;
    background: #fff;
    position: relative;
    border-radius: 7px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-top: 50px;
    height: 90vh;
}

.title_see {
    background: #32333f;
    color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    text-align: center;
    box-sizing: border-box;
    font-size: 1em;
    font-family: poppins;
    padding: 7px 0px;
}

.scroll_seeThisPromotor {
    width: 98%;
    background: #fff;
    margin: auto;
    padding: 3px 0px;
    height: 70vh;
    margin-top: 20px;
}

.scroll_defaut_box_info {
    width: 98%;
    background: #fff;
    margin: auto;
    padding: 3px 0px;
    height: 60vh;
    overflow-y: auto;
    margin-top: 20px;
}

.line_table {
    box-sizing: border-box;
    padding: 2px;
}

.line_table td {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.zb {
    background: #ddd;
}

.element_textzebra {
    color: #162542;
    font-family: poppins;
    font-size: 0.8em;
}

.docs {
    margin-top: 10px;
}

#box_message {
    width: 83%;
    height: 100vh;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 10;
    display: none;
}

.content_message {
    width: 400px;
    height: 0vh;
    align-items: center;
    justify-content: center;
    padding: 25px;
    padding-bottom: 175px;
    margin: 10% auto 0px auto;
    background: #fff;
    border-radius: 7px;
    font-family: open sans;
    font-size: 0.8em;
    color: #333;
}

.message_error {
    color: #333;
}

#box_aprovacao {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    height: 100vh;
    width: 83%;
    right: 0;
    z-index: 10;
    display: none;
}

.whitecontent {
    background: white;
    width: 40%;
    margin: 10% auto 0px auto;
    border-radius: 8px;
}

.title_aprovacao {
    background: #00c784;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    font-family: open sans;
    padding: 10px 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.content_aprovacao {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    height: 190px;
    padding-top: 0px;
}

.action_aprovacao {
    border-top: solid 1px #bbbbbb;
    width: 100%;
    box-sizing: border-box;
    padding: 9px;
    display: flex;
}

.content_aprovacao h2 {
    font-size: 1.4em;
    color: #333;
    text-align: center;
    font-weight: normal;
    font-family: montserrat;
}

.content_aprovacao p {
    font-size: 0.8em;
    color: #333;
    margin: 5px 0;
    font-family: open sans;
    /*height: 300px;*/
}

.small_information {
    margin: 0;
    padding: 0;
    color: #666666;
    font-family: poppins;
    font-size: 0.8em;
}

#box_avaliacao {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    position: fixed;
    height: 100vh;
    padding-left: 17%;
    padding-top: 58px;
    display: none;
}

.top_avalicao {
    width: 100%;
    box-sizing: border-box;
    background: #e5e6ea;
    padding: 20px 10px 8px 10px;
    margin-top: -30px;
    box-shadow: 0 0.5px 15px #0000006e
}

.content_avaliacao {
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    height: 68vh;
    padding: 10px;
    overflow-y: auto;
}

h3,
h4,
h5,
p.informations {
    color: #333;
    font-family: poppins;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.element p.informations {
    text-indent: 5px;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 1em;
    padding: 10px 0px 5px 0px;
}

p.informations {
    font-size: 0.85em;
}

.element {
    margin: 10px 0;
}



h1 {
    color: #aaa;
    font-family: open sans;
    font-size: 1.3em;
}

#group_vendas {
    width: 100%;
    display: none;
}


.item_finance {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 4px;
    cursor: pointer;
    transition: 0.2s;
    background: #fff;
    border-bottom: solid 1px #ccc;
}

.item_finance td p.title {
    color: #2b3444;
}

.item_finance:hover {
    background: #ddd;
}

.aba_conta td:first-child {
    background: #ff5722;
}

.aba_conta td:last-child {
    background: transparent;
}

.aba_conta {
    /*width: 4*/
    border: solid 1px #828282;
    margin-bottom: 10px;
    border-radius: 2px;
    cursor: pointer;
}

.aba_conta td {
    font-family: poppins;
    font-size: 0.85em;
    box-sizing: border-box;
    padding: 4px 17px;
    color: #fff;
    text-align: center;
}


.content {
    width: 100%;
}

.content .lateral_content {
    width: 22%;
}

.view_content {
    float: right;
}

.abas {
    width: 100%;
    margin-bottom: 18px;
}

.abas td {
    width: 20%;
    box-sizing: border-box;
}

.item_aba {
    background: #151517;
    margin: 0px 5px;
    text-align: center;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.2s;
}

.item_aba:first-child {
    margin-left: 0;
}

.item_aba:last-child {
    margin-right: 0;
}

.item_aba:hover {
    background: #282a31;
}

.title,
.number {
    margin: 0;
    padding: 0;
    font-family: poppins;
    font-size: 0.85em;
    letter-spacing: 0.2px;
}

.title {
    color: #fff;
    size: 1.3em;
    margin: 4px 0;
}

.number {
    font-size: 2em;
    color: #00b9ff;
    font-family: montserrat;
}

.box_list_events {
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    height: 70vh;
    background: #151517;
}

.topo_list {
    background: #282a31;
    padding: 6px 10px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.events_box {
    width: 100%;
    box-sizing: border-box;
    /*padding: 4px 10px;*/
    background: #151517;
    transition: 0.2s;
    height: 58vh;
    overflow-y: auto;
}

#users_online_box {
    background: #151517;
    width: 100%;
    box-sizing: border-box;
    height: 70vh;
    border-radius: 2px;
}

.list_users {
    width: 100%;
    background: #151517;
    height: 61vh;
    overflow-y: auto;
}

.username {
    font-size: 0.9em;
}

.event {
    width: 100%;
    padding: 8px 10px;
    cursor: pointer;
    background: #fff;
}

.event:hover {
    background: #ddd;
}

.dado_list_event {
    color: #fff;
    font-family: open sans;
    font-size: 0.9em;
    width: 20%;
}

input[type='search'] {
    outline: none;
    width: 94%;
    background: #151517;
    color: #fff;
    border: none;
    box-sizing: border-box;
    padding: 6px 9px;
    border-radius: 2px;
    font-size: 0.9em;
    font-weight: 300;
}




.box_vendas {
    width: 100%;
    height: 60vh;
    box-sizing: border-box;
    overflow: hidden;
    background: #151517;
    border-radius: 4px;
}

.top_vendas {
    width: 100%;
    box-sizing: border-box;
    background: #282a31;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 5px 4px;

}

.content_vendas {
    width: 100%;
    box-sizing: border-box;
    height: 48vh;
    overflow-y: auto;
}

.list_vendas {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 5px 4px;
    transition: 0.2s;
    cursor: pointer;
}

.list_vendas:hover {
    background: #ddd;
}

.preco {
    color: #078c60;
}















table.top_promotor {
    width: 100%;
    background: #24262d;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 25;
    padding-top: 2px;
    padding-bottom: 2px;
}

.fixed_promotor {
    background: #212228;
    width: 100%;
}

.table_events {
    width: 100%;
    background: #282a31;
    border: none;
}

.item_event {
    color: #fff;
    font-size: 0.9em;
}

.item_event img {
    width: 50%;
}

.title_event {
    background: #282a31;
}

.title_event td {
    font-size: 1.0em;
    font-family: open sans;
    color: #fff;
    margin: 0;
}

.table_list {
    transition: 0.3s;
    cursor: pointer;
    font-family: open sans;
    font-size: 1.em;
    color: #fff;
}

.table_list:hover {
    background: #001c30;
}

.table_list:hover .nome_evento {
    color: #00b4fe;
}

.ii {
    width: 22px;
    cursor: pointer;
    border-radius: 15px;
}

.listitem {
    width: 100%;
    height: 80vh;
    overflow-y: auto;
}

.item_submenu {
    width: 100%;
    box-sizing: border-box;
    background: #171717;
    margin-bottom: 2px;
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 0.9em;
}

.item_submenu:first-child {
    margin-top: 5px;
}

.menu_admin {
    background: #151517;
    padding: 0 0 50% 0;
    position: fixed;
    left: 0;
    height: 95vh;
    top: 54px;
    width: 17%;
    z-index: 21;
    box-sizing: border-box;
    padding: 20px 0px 0px 0px;
}

.item_menu .item_submenu {
    display: none;
}

.item_submenu:hover {
    color: #00b4fe;
}

.item_menu:hover .item_submenu {
    display: block;
}

.item_menu {
    font-size: 0.9em;
    font-family: open sans;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px;
    cursor: pointer;
    border-bottom: solid 2px #0d0d0d;
}

.item_menu:hover {
    background: #282a31;
}


.sub_menu_promotor {
    width: 300px;
    background: transparent;
    position: fixed;
    top: 50px;
    left: 297px;
    padding: 0 0 50% 0;
    z-index: 18;
    transition: 0.3s;
}

.mm {
    margin-right: 10px;
    transition: 0.3s;
}

.sub_item {
    width: 100%;
    padding: 10px 0;
    font-size: 1em;
    text-align: center;
    color: white;
    background: #141417;
    margin-bottom: 1px;
}

.firts_element {
    width: 100%;
}

.box_l li {
    list-style: none;
    margin: 0;
    font-family: montserrat;
    font-size: 0.8em;
    margin-bottom: 5px;
}

li.l_tt {
    font-family: open sans semibold;
    margin-bottom: 5px;
    font-size: 1em;
}

.menu_promotor .itens_menu {
    /*margin: 0 0 5px 0;*/
    background: #1a1a1e;
    margin-right: 50px !important;
    padding: 3px 0;

}




.align_elements {
    display: flex;
    margin-bottom: 6px;
}

.geral_table td.tree {
    width: 25% !important;
}

.dd {
    width: 30% !important;
}

.sub_menu_promotor td {
    background: #141417 !important;
}

.sub_menu_promotor itens_menu {
    background: #141417 !important;
}

#submenu_elements_meus_eventos,
#submenu_elements_ingressos,
#submenu_elements_carteira,
#submenu_elements_vendas,
#submenu_elements_participantes {
    position: absolute;
    width: 100%;
}

/*.geral_view{
  display: none;
  z-index: 27;
}*/
#ticket_avaliacao {
    width: 100%;
    display: none;
}

.data {
    color: #ff5722;
}

.d_btn {
    width: 170px;
    color: #fff;
    box-sizing: border-box;
    font-family: poppins;
    font-size: 0.85em;
    background: #828282;
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
}

.redhover:hover {
    background: red;
}

.greatHover:hover {
    background: #00c784;
}

.blueHover:hover {
    background: #005eb8;
}






#act_notificar:hover {
    background: #155a9e;
}

#act_rejeitar:hover {
    background: #ff9600;
}

#act_aprovar:hover {
    background: #00c784;
}

#fechar_avaliacao:hover {
    background: #ff1d1e;
}

.elements_loader {
    width: 30%;
    padding: 10px 0;
    margin: auto;
    text-align: center;
    font-family: open sans;
    font-family: 1.5em;
    color: white;
}

.loader {
    /* color: rgb(0, 86, 132); */
    width: 70px;
    margin: auto;
    height: 70px;
    border: solid 4px rgba(255, 255, 255, 0.095);
    border-left: red 4px solid;
    border-radius: 50%;
    animation: loader 0.6s linear infinite;
    margin-bottom: 10px;

}

@keyframes loader {
    to {
        transform: rotate(360deg);
    }
}




.justToOkay {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 99;
}

.content_justToOkay {
    width: 300px;
    margin: auto;
    margin-top: 50px;
    box-sizing: border-box;
    background: #fff;
    font-family: poppins;
    border-radius: 8px;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 25px;
}

.tech_btn {
    width: 140px;
    padding: 5px 4px;
    background: #005eb8;
    color: #fff;
    font-family: poppins;
    font-size: 0.8em;
    box-sizing: border-box;
    text-align: center;
    border-radius: 2px;
    clear: both;
    margin: 5px 0;
    cursor: pointer;
    transition: 0.2s;
}

.tech_btn:hover {
    background: #007cff;
}


/* ======================= */

.allcontent {
    width: 100%;
    height: 100vh;
    /* background-color: red; */
    display: flex;
}

.sidebararaea {
    width: 20%;
    /* background-color: green; */
}

.contentArea {
    width: 80%;
    /* background-color: blue; */
}

.notsuport {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: Montserrat;
    font-size: 1.4em;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    display: none;
}



/* ================ LOGIN ======================= */

.boxWorkLogin {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, #101423 70%, #0769a243);
}

.desclogin {
    color: #171717;
    text-align: center;
    font-size: 0.9em;
    font-family: Montserrat;
    margin-bottom: 20px;
}

.fixed_box_login,
.fixed_box_login_promotor,
.all_box_fixed {
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
    width: 80%;
    max-width: 350px;
    margin: auto;
    margin-top: 40px;
    z-index: 92;
    border: solid 1px #fff;
    border-radius: 4px;
    box-shadow: 0 40px 80px #000000c2;
}

.fixed_box_login input,
.fixed_box_login label,
.fixed_box_login_promotor label,
.all_box_fixed label {
    display: block;
    outline: none;
}

.fixed_box_login input,
.fixed_box_login_promotor input,
.all_box_fixed input {
    width: 98%;
    padding: 8px 1%;
    border: none;
    border-radius: 2px;
    margin-bottom: 20px;
    font-family: noto sans;
    font-size: 0.8em;
    font-weight: 400;
    color: #353c45;
    text-indent: 12px;
    letter-spacing: 0.2px;
    background: #6969694f;
}

.fixed_box_login input[type='submit'],
.fixed_box_login_promotor input[type='submit'] {
    width: 50%;
    margin: auto;
    transition: 0.2s;
    cursor: pointer;
}

.default_btn_send {
    background-color: #005eb8;
    color: white;
    padding: 7px;
    border-radius: 2px;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: roboto;
    text-align: center;
    font-size: 1rem;
}

.llogin {
    color: #171717;
    font-family: roboto;
    font-size: 0.9em;
}

.boxWorkLogin .fixed_box_login {
    margin-top: 0px;
    width: 95%;
    max-width: 350px;
    margin: 0px;
}



/* ========== ERROR AND SUCESS MESSAGE ========= */

.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;
}

.input {
    width: 100%;
    background-color: rgb(236, 236, 236);
    border: solid 1px #8282827e;
    padding: 5px;
    color: #171717;
    outline: none;
    border-radius: 2px;
}

.input:focus {
    font-weight: bold;
}