:root
{
    --sec_cor: rgba(74, 89, 145, 1);
    --mini: rgba(197, 175.9, 175.9, 0.5);     
}

html, body
{
	font-family: "Roboto";
	font-size: 17px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-left: 0px;
	margin-top: 0px;
	color: white;
}

.div_content
{
    margin-left: 10%;
    width: 80%;
}

.div_content textarea
{
    width: 80%;
    height: 300px;
}

.content_column
{
    /* margin-top: 25px; */
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    /* background-color: yellow; */

    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.color_trans_white
{
    background-color: rgb(228, 208, 208);
}

p
{
    width: 90%;
    text-align: justify;
}

#pop
{
	display: none;
	background-color: rgba(0, 0, 0, 0.0);
	position: fixed;
	width: 100%;
    height: 100%;
	z-index: 15;
	transition: all 0.5s;
    overflow: auto;
}

#div_upload, .div_titulo
{
    width: 50%;
    margin-left: 25%;
    margin-top: 100px;
    height: auto;
    overflow: hidden;
    /*background-color: white;*/
    background-color: #171821;
    opacity: 0;
    transition: all 0.5s;
    /*color: black;*/
    color: white;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 15px;
}

#div_upload p
{
    margin-left: 5%;
    width: 90%;
    font-size: 17px;
    font-weight: 900;
}

#div_upload p span
{
    color: red;
    cursor: pointer;
}    

#dashbord
{
	width: 30%;
	height:  100%;
	overflow: auto;
	background-color: var(--sec_cor);
	display: inline;
	float: left;
	padding-bottom: 50px;
    padding-left: 10px;
}

.div_hidden
{
    background-color: var(--sec_cor);
    margin-left: 5%;
    width: 90%;
    height: 45px;
    color: white;
}

#div_cli, #div_site, #div_descri
{
    margin-left: 5%;
    width: 90%;
    height: auto;
    overflow: hidden;
    transition: .3s all;
    background-color: #344275;
}

#div_cli_opa, #div_site_opa, #div_descri_opa
{
    height: auto;
    overflow: hidden;
    display: none;
    opacity: 0;
    transition: .3s all;
}

#div_descri_opa table
{
    width: 100%;
    /* min-height: 40px; */
}

#div_descri_opa table tr th
{
    text-align: center;
}


#dashbord h3, #dashbord h4
{
    text-align: center;
    margin-top: 25px;
    display: block;
    width: 100%;
}

#dashbord button
{
    margin-left: 5%; 
    width: 90%; 
    margin-top: 15px;
}

table
{
    margin-top: 15px;
    margin-left: 0.5%;
    width: 95%;
    background-color: rgba(14, 26, 69, 0.5);
    color: white;
    font-size: 17px;
}

table th
{
    text-align: left;
}    

table td
{
    text-align: center;
}    

table th, table td
{
    border: 1px white groove;
    
}   

.aviso
{
    float: right; 
    background-color: #f94a4a; 
    border-top-left-radius: 150px; 
    border-bottom-left-radius: 150px; 
    width: 80%; 
    font-size: 15px; 
    padding-top: 15px; 
    padding-bottom: 15px; 
    color: white; 
    font-weight: 900;
    display: block;
}    

#novas_builds
{
    margin-left: 5%;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #344275;
    display: block;
    transition: 0.5s all;
    opacity: 1;
}

#novas_builds button
{
    display: block;
    transition: 0.5s all;
    opacity: 1;
}    

#visualizador
{
	width: 70%;
	height:  100%;
	display: inline;
	float: right;
	color: black;
    background-color: yellow;
	text-align: center;
    /* overflow: auto; */
}

.input_text_1
{
    margin-top: 10px;
    margin-left: 2%; 
    width: 90%; 
    height: 30px; 
    border-radius: 15px; 
    padding-left: 15px;
    padding-bottom: 15px;
}

.div_msg_main
{
    height: 1000px;
    overflow: auto;
}

.div_msg
{
    height: 500px;
    overflow: auto;
}

.area_files
{
    width: 70%;
    /* width: 200px; */
    height:  100%;
    display: inline;
    /* display: block; */
    float: right;
    text-align: center;
    overflow: auto;
    background-color: #363434;
}

.div_file
{
    display: inline;
    float: left;
    width: 175px;
    height: 225px;
    margin: 25px;

    cursor: pointer;
}

.div_file_ima
{
    width: 100%;
    height: 175px;
}

.div_file_ima img
{
    width: 80%;
    margin-left: 10%;
    margin-top: 15px;
}

.div_file_nome
{
    width: 100%;
    height: 30px;
    color: white;
    font-size: 15px;
    text-align: center;
}

.div_file_nome input
{
    /* color: black; */
    background-color: transparent;
    display: none;
}

.div_links
{
    margin-top: 25px; 
    padding-top: 7px; 
    padding-bottom: 7px; 
    background-color: rgba(0, 0, 0, 0.2); 
    margin-left: 10%;
    width: 80%; 
    height: 300px; 
    overflow: auto; 
    border-radius: 10px; 
    
    display: flex; 
    flex-direction: column; 
    justify-content: start; 
    align-items: center
}


.menu, .menu_1, .menu_2
{
    width: 150px; 
    /* height: 200px;  */
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    /* background-color: white;  */
    background-color: black; 
    color: white;
    display: none; 
    position: absolute; 
    /* z-index: 50; */
}

.menu .conte, .menu_1 .conte, .menu_2 .conte
{
    width: 100%; 
    height: 100%; 
    
    display: flex; 
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding-left: 10px;
    /* padding-top: 10px; */

    list-style-type: none;
    cursor: pointer;
}
