/*BOOTSTRAP*/

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #1f2535;
	background-clip: padding-box;
	border: 1px solid #272b40;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #fff;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #171c28;
    opacity: 1;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.text-right{
	text-align: right;
}

.text-left{
	text-align: left;
}

.text-center{
	text-align: center;
}


.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}


/*END BOOTSTRAP*/

body{
	color: #fff;
}

input[type="checkbox"]{
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	-ms-appearance: checkbox;
	appearance: checkbox;
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

.cover-thumb{
	width: 135px;
	margin-bottom: 20px;
}

.imgCover{
	width: 35%;	
}

.imgCoverDetail{
	width: 50%;	
}

.rowGame, .rowConsole{
	color: #fff;
	position: relative;
	display: block;
	border: 1px solid rgba(167,130,233,0.06);
	border-radius: 6px;
	overflow: hidden;
	background-color: #1b222e;
	padding: 20px;
	width: 100%;
}

.tabs{
	text-align: center;
}

.gameInfoTabs, .consoleInfoTabs{
	display: inline-block;
}

.left-arrow, .right-arrow{
	color: #a782e9;
	cursor: pointer;
}

.noOpacity{
	opacity: 0.6;
}

.totalGames{
	color: #fff;
}

.goToGame{
	cursor: pointer;
}

.mask {
    display: none;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 9;
}

.popUp{
	display: none;
	width: 70%;
	height: 68%;
	position: fixed;
	margin: auto;
	top: 8%;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1b222e;
	z-index: 1;
	overflow-x: hidden;
	overflow-y: auto;
	color: #fff;
	padding: 60px;
	z-index: 99;
}
.EditInfoCol{
	min-height: 100px;
}
.checkboxes label {
  display: inline-block;
  padding-right: 10px;
  white-space: nowrap;
}
.checkboxes input {
  vertical-align: middle;
  margin-right: 10px;
}
.checkboxes label span {
  vertical-align: middle;
}

#alertGame, #alertConsole{
	width: 100%;
}

.gameName, .consoleName{
	width: 100%;
	text-align: center;
}

.goToGame, .goToConsole{
	cursor: pointer;
}

.cover-thumb{
	width: 135px;
	margin-bottom: 20px;
}

.imgCover{
	width: 35%;	
}

.imgCoverDetail{
	width: 50%;	
}

.exportExcel{
	color: #29b474;
	text-decoration:none;
	top: 0;
}

.exportExcel:hover{
	color: #29b474;
	text-decoration:none;
}

.changeBtnSize{
	width: 100% !important;
}

.avatar{
	max-width: 200px;
	border-radius: 50%;
}

.goToUser{
	cursor: pointer;
}

.white{
	color: #fff;
}

#EditGame{
	color: #fff;
}

.header__select option {
	background: #1b222e;
}

.font-size-up{
	font-size: 20px !important;
}

.cardWithoutBorder{
 border: none;	
}

.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    max-height: 250px !important;
    min-height: 250px !important;
}

.profile-box{
	width: 90%;
    margin: auto;
    border: 1px solid #a782e9;
    padding: 20px;
    padding-top: 50px;
    border-radius: 10px;
}

.hrProfile{
	border: 1px solid #a782e9;
}

.country i, .birthday i, .password i, .hide i{
	font-size: 15px;
    position: relative;
    top: -1px;
    left: 5px;
	cursor: pointer;
}

.changePassword{
	cursor: pointer;
}

#changePassDiv input{
	width: 50%;
	position: absolute;
	right:0;
}

#savePassword, #cancelPassword{
	display: inline-block;
}

.CountrySpanEdit, .BirthdaySpanEdit{
	width: 50%;
    position: relative;
    display: inline-block;
    margin: auto;
}
.changeAvatar{
    background-color: rgb(0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}
#changeAvatar{
	font-size: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    height: 41px;
    z-index: 3;
}

.changeAvatar:hover{
	opacity: 0.5;
}

.hidden{
	display: none;
}

#cke_text{
	margin-bottom: 20px;
}

.seeUserGames, .seeUserAmiibos, .seeUserTotakus{
	display: inline-block;
}

.detail ul{
	margin-bottom: 1rem;
    padding-left: 40px;
    list-style: disc;
}

.directs-body{
	margin: auto;
    position: relative;
    left: 0;
    right: 0;
    width: 90%;
}

.card-direct {
	min-height: 200px;
	margin-right: 20px;
	margin-left: 10px;
	padding: 20px;
	font-size: 1rem;
	line-height: 1.5;
	color: #fff;
	background-color: #1f2535;
	border: 1px solid #272b40;
	border-radius: .5rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: center;
	font-weight: 700;
	width: 175px;
	position: relative;
	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.card-direct:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 15px rgba(0,0,0,0.5);
	background-color: #2b3249;
	cursor: pointer;
}

.direct-link {
	text-decoration: none;
}

.directs-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.year-separator {
	width: 100%;
	margin: 40px 0 20px 0;
	text-align: center;
}

.year-separator h2 {
	color: #a782e9;
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 5px;
}

.year-separator hr {
	border: 0;
	height: 2px;
	background: linear-gradient(to right, #a782e9, #a782e9);
	width: 60%;
	margin: auto;
}

.card-title {
	font-size: 1.1rem;
	font-weight: bold;
	width: 100%;
	margin-bottom: 20px;
}

.card-direct span{
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	margin: auto;
}	

.video-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.video-container {
	position: relative;
	width: 100%;
	max-width: 800px; /* largura máxima */
	padding-bottom: 56.25%; /* proporção 16:9 */
	height: 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


@media screen and (min-width: 992px) and (max-width: 1323px){
	.CountrySpanEdit, .BirthdaySpanEdit{
		width: 75%;
	}
}

@media screen and (max-width: 992px){
	.CountrySpanEdit, .BirthdaySpanEdit{
		width: 100%;
	}
	.header__form{
		width: 100%;
	}
	.header__input{
		width: 70%;
	}
	.header__select{
		width: 50%;
	}
}