html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

.geral_offline {
	margin: 0;
	padding: 0;
	height: 100%;
    background-image: url("../img/fogdes.jpg");
    background-color: white
	/*background: #60a3bc !important;*/
}

.geral_online {
	margin: 0;
	padding: 0;
	height: 100%; 
    background-color: white;
	z-index: -10;
	/*background: #60a3bc !important;*/
}
.usuario_div {
	height: 320px;
	width: 300px;
	margin-top: auto;
	margin-bottom: auto;
	background: #f2f2f2;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 20px;
}
.brand_logo_div {
	position: absolute;
	height: 200px;
	width: 200px;
	top: -105px;
	border-radius: 50%;
	/*background: #60a3bc;*/
	padding: 10px;
	text-align: center;
}
.brand_logo {
	height: 180px;
	width: 180px;
	border-radius: 50%;
	border: 2px solid white;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
.form_container {
	margin-top: 70px;
}
.login_btn {
	width: 100%;
	background: #F5AB00 !important;
	color: white !important;
	font-weight: 700;
}
.login_btn:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.login_container {
	padding: 0 0rem;
}
.input-group-text {
	background: #F5AB00 !important;
	color: white !important;
	border: 0 !important;
	border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.msg_erro{
	text-align: center;
	font-size: 12px;
	color: red;
}

/* Menu */
.custom-toggler.navbar-toggler {
  border-color: rgb(252,160,13);
}

.navbar-light .navbar-toggler-icon{
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(252,160,13)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.btn_menu_disabled{
	background: #8F8F8F !important;
	color: white !important;
    font-weight: 700;
    border-radius: 10px;
}

.btn_menu{
	background: #9419fc !important;
	color: white !important;
    font-weight: 700;
    border-radius: 10px;
}

.btn_menu_grande{
	width: 200px;
    padding-top: 10px;
	padding-bottom: 10px;
	font-size: 30px;
	padding-left: 25px; 
	padding-right: 25px;
	border-radius: 15px;
}
.btn_menu_exit{
	background: #f016d7 !important;
	color: white !important;
    font-weight: 700;
    border-radius: 10px;
	
}
.btn_menu:hover, .btn_menu:focus, .btn_menu:active, .btn_menu.active, .open>.dropdown-toggle.btn_menu {
    color: #FFF !important;
    background-color: #1992fc !important;
}

/* Páginas */
.page_div{
	margin-top: auto;
	margin-bottom: auto;
	background: #ffffff;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.div_page {
    height: 100vh;
	background: #ffffff;
    padding-top: 70px;
    
}
.footer_edit {
	z-index: 1;
    padding-top: 65px;
}
.index_page{
	z-index: -3;
}
.index_nav{
	z-index: 2;
}
.question_edit{
	padding-top: 70px;
}
.page1 {
    text-align: center;
}
.centralizar{
    align-items: center;
}

/* Página de Templates */
.btn_template{
	width: 105px;
}
.card-body{
    background: #f2f2f2;
}

/* Game Create Page
.game_create_input{	
    font-size: 20px;
    background-color: #f2f2f2 !important ;
    line-height: 2;
    padding: 0 28px;
	border-color: #f2f2f2;
	border-radius: 10px;
}

.input_error{
	border-color: red !important;
}

 Botões
.btn_medio{
	width: auto;
    padding-top: 5px;
	padding-bottom: 5px;
	font-size: 25px;
	padding-left: 20px; 
	padding-right: 20px;
	border-radius: 10px;
} */

/* Campo de inputs */
.game_create_input{	
    font-size: 20px;
    background-color: #f2f2f2 !important ;
    line-height: 2;
    padding: 0 28px;
    border-radius: 10px;
    border-color: #f2f2f2;
}
.input_login{
    font-size: 20px;
    background-color: white !important ;
    line-height: 2;
    padding: 0 10px;
    border-radius: 10px;
    border: 0 !important;
}
.input_icon_border{
    background-color: #F5AB00 !important ;
    border-radius: 10px;
    border: 0 !important;    
}
.btn_medio{
	width: auto;
    padding-top: 5px;
	padding-bottom: 5px;
	font-size: 25px;
	padding-left: 20px; 
	padding-right: 20px;
	border-radius: 10px;
}

/* Footer */
.footer_disable{
    color: #b1b1b1;
}
.footer_active{
    color: #1992fc;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* CSS Perguntas */
.container_question{
    width: 100%;
    background-color: #F2F2F2;
    padding-top: 5px;
	padding-bottom: 5px;
	font-size: 25px;
    border-radius: 10px;
}
.settings_font{
    font-size: 15px;
}

.btn_menu_question{
	background: #9419fc !important;
	color: white !important;
    font-weight: 700;
    border-radius: 10px;
}
.btn_menu_question_del{
	background: #f016d7 !important;
	color: white !important;
    font-weight: 700;
    border-radius: 10px;
}
.btn_menu_question:hover, .btn_menu_question:focus, .btn_menu_question:active, .btn_menu_question.active, .open>.dropdown-toggle.btn_menu_question {
    color: #FFF !important;
    background-color: #1992fc !important;
}
.btn_menu_question_del:hover, .btn_menu_question_del:focus, .btn_menu_question_del:active, .btn_menu_question_del.active, .open>.dropdown-toggle.btn_menu_question_del {
    color: #FFF !important;
    background-color: #1992fc !important;
}

.container_answer{
    width: 70%;
    background-color: #F2F2F2;
    padding-top: 5px;
	padding-bottom: 5px;
	font-size: 25px;
    border-radius: 10px;
}

.btn_menu_answer{
    padding: 1px 10px 3px 10px;
	background: #9419fc !important;
    font-size: 15px;
	color: white !important;
    font-weight: 700;
    border-radius: 10px;
}
.btn_menu_answer_del{
	padding: 1px 10px 3px 10px;
    background: #f016d7 !important;
    font-size: 15px;
	color: white !important;
    font-weight: 700;
    border-radius: 10px;
}
.btn_menu_answer:hover, .btn_menu_answer:focus, .btn_menu_answer:active, .btn_menu_answer.active, .open>.dropdown-toggle.btn_menu_answer {
    color: #FFF !important;
    background-color: #1992fc !important;
}
.btn_menu_answer_del:hover, .btn_menu_answer_del:focus, .btn_menu_answer_del:active, .btn_menu_answer_del.active, .open>.dropdown-toggle.btn_menu_answer_del {
    color: #FFF !important;
    background-color: #1992fc !important;
}
.settings_answer_font{
    font-size: 12px;
}
.btn_answer_correct{
    padding: 1px 10px 3px 10px;
	background: #9419fc !important;
    font-size: 15px;
	color: white !important;
    font-weight: 700;
    border-radius: 10px;
}
.btn_answer_correct:focus, .btn_answer_correct:active, .btn_answer_correct.active, .open>.dropdown-toggle.btn_answer_correct {
    color: #FFF !important;
    background-color: #5cb85c !important;
}

/* Acorddion */
.container_page{
    margin-top: 70px;
}
.div_accordion_header{
    padding: 0px 15px 0px 15px;
	background: #F2F2F2 !important;
    border-radius: 10px 10px 0px 0px;
}
.accordion_header{
    font-size: 25px;
    font-weight: 500;
}
.div_accordion_body{
    padding: 0px 15px 10px 15px;
	background: #F2F2F2 !important;
    /*border-radius: 0px 0px 10px 10px;*/
}
.btn_font{
    font-size: 13px;
}
.td_row_size{
    width: 170px;
}
.td_row_answer{
    padding: 0px 15px 0px 15px;
}

/* Modal */
.modal_question{
    width: 100%;
    border: 0px;
    background-color: #F2F2F2;
    padding-top: 5px;
	padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
	font-size: 15px;
}
.question_value{
    
}


/* SLIDER */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 19px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  top: 2px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 50px;
}

.slider.round:before {
  border-radius: 50%;
}


/* Modal CSS */
.modal_container{
    width: 100%;
    height: auto;
	background-color: #f2f2f2;
    margin: 10px 0px 0px 0px;
}
.modal_textarea{
    width: 80%;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    background-color: #fff;
    border-color: #fff;
    outline: none;
}
.modal_input{
    width: 80%;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    background-color: #fff;
    border-color: #f2f2f2;
    outline: none;
	border: 1px;    
}
.modal_footer{
	background-color: #f2f2f2;
	width: 100%;
    height: auto;
}

/* Div de mensagem */
.div_mensagem{
	height: auto;
	background-color: #2196F3;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 600;
}

/* Color Edit */
.color_picker{
    width: 130px;
    height: 43px;    
}
.color_picker_font{
    font-weight: 600;
}

.color_picker_mini{
	border: none;
	width: 43px;
    height: 43px;   
}
.upload_image{
    font-size: 20px;
}

/* Página de resultados */
.div_input_result{
    border-radius: 10px 10px 10px 10px !important;
}
.input_result{
    height: auto;
    border-radius: 0px 10px 10px 0px !important;
    padding: 10px 10px 10px 10px;
    background: #F2F2F2 !important;
    border-color: #F2F2F2;
}
.input_result_number {
    width: 51px;
    height: auto;
	background: #9419fc !important;
    border-color: #9419fc;
	color: white !important;
	border-radius: 10px 0px 0px 10px !important;
    padding: 11px 5px 10px 5px;
    font-weight: 700;
    text-align: end;
}

input[type=range] {
    -webkit-appearance: none;
    margin: 20px 0;
    width: 100%;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    background: #1992fc;
    border-radius: 25px;
}
input[type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #9419fc;
    box-shadow: 0 0 3px 0 rgba(0,0,0, 1);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #1992fc;
}
.range-wrap{
    width: auto;
    position: relative;
}
.range-value{
    position: absolute;
    top: -60%;
}
.range-value span{
    width: 80px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #1992fc;
    color: #fff;
    font-weight: 700;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 6px;
}
.range-value span:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #03a9f4;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}

/* Progression Bar Footer */
.div_progression{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    bottom: 0px;
    width: 100%;
    height: auto;
    background-color: #f8f9fa;
}
.progress_change{
    height: 25px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
	background-color: #FFF;
}
.progress-bar_change{
    background-color: #1992fc;
}

.row_footer{
	background-color: #FFF;
	flex-basis:  | auto;
}
.footer_active{
	color: #FFF;
	background-color: #1992fc;
	border-radius: 10px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
}
.footer_disable{
	color: #1992fc;
	background-color: #FFF;
	border-radius: 10px;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	
}

/* Last page */
.btn_grande{
	width: 250px;
    padding-top: 10px;
	padding-bottom: 10px;
	font-size: 35px;
	padding-left: 25px; 
	padding-right: 25px;
	border-radius: 15px;
} 

.arrow_big_l{
	position: relative;
	width: 162px;
	height:  243px;
	background-image: url("../img/arrow_big_l.png");
}

.bg_game_content{
	width: 400px;
	height: 300px;
	position: relative;
}

.img_menu_edit{
	width: 400px;
	height: 50px;
	position: absolute;
	bottom: 0px; 
}
.build_image {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%);  
    opacity: 0.5;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
	border-radius: 30px;
			box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.19);
	   -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.19);
}
.build_image:hover {
  
    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
         -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
            filter: grayscale(0%);
    opacity: 1;
			box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.19);
	   -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.19);
}

.msg_alert{
	position:absolute;
	top: 0px;
	left: 15px;
	font-size: 11px;
	width:  30px;
	height: 30px;
	color: white;
}

.msg_alert_content{
	width: 30px;
	height: 30px;
	position: relative;
}

.game_type{
	position:absolute;
	top: 0px;
	left: 0px;
	font-size: 11px;
	width:  80px;
	height: 80px;
	color: white;
}

/* CSS HOME */
/* Geral */
/* Menu */
.nav{
    background-color: #FFF;
    z-index: 1000;
}
.menu-itens{
	background-color: transparent;
    color: #000000;
    text-align: center;
	border-radius: 15px;
    margin: 0px 10px;
    padding: 13px 15px 10px 15px;
}
.menu-itens:hover, .menu-itens:focus, .menu-itens:active, .menu-itens.active, .open>.dropdown-toggle.menu-itens {
    background-color: #f4aa00;
    color: #FFFFFF;
	text-shadow: 3px 3px 10px #888888;
    border-radius: 15px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.19);
	   -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.19);
    margin: 0px 10px;
    padding: 13px 15px 10px 15px;
}
.menu-logo{
    position: absolute;
    left: 30px;
    top: 10px;
}
.menu-msg_alert_content{
	width: 30px;
	height: 30px;
	position: relative;
}
.menu-msg_alert{
	position:absolute;
	top: 0px;
	left: 16px;
	font-size: 11px;
	width:  30px;
	height: 30px;
	color: white;
}
.dropdown-menu{
	border-radius: 15px;
    border: 2px !important;
	border-color: #f4aa00 !important;
}
.dropdown-toggle{
	color: #f4aa00;
}
.dropdown-toggle:hover, .dropdown-toggle:focus, .dropdown-toggle:active, .dropdown-toggle.active{
	color: #f016d7;
}

/* Site Content */
.site-content{
	min-height: 720px;
	margin: 0px;
	padding: 0px;
}
.img-bg{
	z-index: 1001;
	position: absolute;
	bottom: 0%;
	left: 0%;
	margin: 0px;
	margin-left: 70px;
	padding: 0px;
}
.text-content{
	position: relative;
	top: 80px;
	left: 600px;
	width: 800px;
	height: 800px;
	padding: 20px;
	text-align: center;
	background-color: #FFF !important;
	border-radius: 30px;
}
.btn-grande{
	background-color: #f4aa00 !important;
    text-shadow: 3px 3px 10px #888888;
	color: white !important;
    font-weight: 700;
    padding-top: 10px;
	padding-bottom: 10px;
	font-size: 30px;
	padding: 10px 25px 10px 25px;
	border-radius: 15px;
}
.btn-grande:hover, .btn-grande:focus, .btn-grande:active, .btn-grande.active{
	background-color: #f016d7 !important;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.19);
	   -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.19);
}

/* Template List */
.template-text{
    text-align: center
}
.btn_template{
	background: #9419fc !important;
	color: white !important;
    font-weight: 700;
    border-radius: 10px;
}
.btn_template:hover, .btn_template:focus, .btn_template:active, .btn_template.active{
	background-color: #f016d7 !important;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.19);
	   -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.19);
}

/* Suporte */
.support{
    width: 1000px;
}
.support_input{	
    font-size: 20px;
    background-color: #f2f2f2 !important ;
    line-height: 2;
    padding: 0 28px;
    border-radius: 10px;
    border-color: #f2f2f2;
}
.btn-support{
	background-color: #f4aa00 !important;
    width: 350px;
    text-shadow: 3px 3px 10px #888888;
	color: white !important;
    font-weight: 700;
    padding-top: 10px;
	padding-bottom: 10px;
	font-size: 30px;
	padding: 10px 25px 10px 25px;
	border-radius: 15px !important;
}
.btn-support:hover, .btn-support:focus, .btn-support:active, .btn-support.active{
	background-color: #f016d7 !important;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.19);
	   -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 25px 0 rgba(0, 0, 0, 0.19);
}
.support-collapse{
    background-color: #f2f2f2 !important ;
    border: 0px;
    border-radius: 15px 15px 0px 0px;
}
.support-faq-header{
    padding: 15px 25px 5px 25px;
    border-radius: 15px;
    background-color: #F2F2F2 !important ;
}
.support-faq-title{
    color: #000000;
    text-align: left;
    outline: 0 !important;
}
.support-faq-title:hover, .support-faq-title:active, .support-faq-title.active{
    color: #f016d7 !important;
}
.support-faq-text{
    background-color: #f2f2f2 !important ;
    border-radius: 0px;
    margin: 10px 35px 25px 35px;
    text-align: justify;
    font-size: 18px;
}

/* HOME */
.tabelas{
    display: flex;

}
.table_info{
    margin-top: 50px;
    margin-bottom: 20px;
    width: 350px;
    border: 1px !important;
    border-color: #f4aa00 !important;
    border-radius: 10px 10px 0 0 !important;
}
.table_info_1{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    background-color: #f4aa00;
    border-radius: 15px 15px 0 0;
    padding-top: 5px;
}
.table_info_2{        
    padding: 15px 0;
    outline: 1px;
    outline-color: #f4aa00;
    background-color: #f0e0bb;
    border-radius: 0 0 15px 15px;
}

.classification-bar{
	background-color: #F9F9F9;
}
.classification-button{
	padding: 15px;
}

.classification-button:hover{
	background: #F9AF10;
	
}
.roundedUp{
	border-top-left-radius:.5rem;
	border-top-right-radius: .5rem;
}

.roundedDown{
	 border-bottom-left-radius: .5rem;
	 border-bottom-right-radius: .5rem;
	 border-top-right-radius: .5rem;
}