
/* 
--------------------------------------------- --------------------------------------------- 
                          Main PAGE HOME🏡
--------------------------------------------- --------------------------------------------- 
*/

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-image: url(../images/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  min-height: 380px;
  border-radius: 23px;
  padding: 1% 6%;
}

.main-banner h6 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
}

.main-banner h4 {
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.main-banner h4 em {
  font-style: normal;
  color: #2C8CE7;
}

.rapidSearch{
  color: #fff;
  background-color: #27292ac7;
  border : solid #2C8CE7;
  padding: 10px 10px;
  border-radius: 23px;
  margin-top: 40px;

}
.rapidSearch:focus{
  background-color: #27292a;
  border : solid #fff;
  outline: none;
}

/* 
---------------------------------------------
Slider Style
--------------------------------------------- 
*/


.slider{
  display:flex;
  
}

.slider-container{
  
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  display:flex;
  flex-direction: row;          
}
.slider-item{
  padding-left: 20px;
}
.slider-item:first-child{
  padding-left: 5px;
}

.slider-content{
  width: 150px;
  margin-bottom: 20px;
}
.slider-content img{
  max-width: 100%;
  height: 200px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 23px;
}
.slider-content h4{
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden; 
  white-space: nowrap;
  width: 140px; 
}
.slider-content span {
  font-size: 12px;
  color: #818181;
  text-transform: capitalize;
}

.slider-content .img-info {
  position: relative;
  top: 90px;
  color: #fff;
  font-weight: 800;
  background-color: #1f2122c9;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
  width: 100px;
}
.slider-content h5 {
  padding: 4px;
  font-size: 15px;
}






.slider-trigger{
width: 5%;
margin-top: 52px;
}

.slider-button-right{
  height: 280px;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
  background-color: #ffffff28;
  font-size: 30px;
}

.slider-button-left{
  height: 270px;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  background-color: #ffffff28;
  font-size: 30px;
 
}
.slider-button-left:hover, .slider-button-right:hover{
  background-color: #fffffff3;
  color:#2C8CE7;
}



@media (min-width:480px) {
  .slider-container{
   width: 90%;
  }
    

  .slider-content img{
    max-width: 100%;
    height: 280px;
  }

  .slider-content h4{
    font-size: 17px;
    width: 180px; 
  }
  .slider-content span {
    font-size: 15px;
  
  }
  .slider-content{
    width: 200px;
    margin-bottom: 20px;
  }

}

@media (pointer:coarse) {
  .slider-trigger{display: none;}
  .slider-container{width: 100%;}
}





/* 
---------------------------------------------
Listing
--------------------------------------------- 
*/
.listing{
  background-color: #1f2122;
  padding: 3%;
  border-radius: 23px;
}


.listing-place{
 width: 10%;

 margin-top: auto;
 margin-bottom: auto;
 font-size: 16px;

 color: #2C8CE7;
 border-right: solid #FFF;
 margin-right: 5px;

}

.listing-line{
  border-bottom: solid #353637;
  border-width: 1px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}


.listing-line img{
  width: 60px;
  height: 80px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 18px;
  padding: 5px;

}

.listing-line-title{
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;

}
.listing-line-title h4{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  margin-bottom: 3px;
}
.listing-line-title h5{
  color: #666;
  font-weight: 400;
}

.listing-line-info{
  display: none;
  color: #2C8CE7;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 2%;
 
  }


@media (min-width:480px) {
  .listing-place{
    font-size: 20px;
   }
   .listing-line img{
    width: 70px;
    height: 90px;
  }

}

@media (min-width:992px) {
  .listing-place{
    font-size: 30px;
   }
  .listing-line-info{
    display:block;
  }
    .listing-line-title{
      width: 60%;
    }
   
    .listing-line-title h4{
      font-size: 25px;
    }

    .listing-line img{
      width: 80px;
      height: 100px;
    }
}




/* 
---------------------------------------------
widget
--------------------------------------------- 
*/
.widget{
  width: 90%;
  
  max-height: 730px;
  margin: 5%;
  padding:5%;
  border-radius: 23px;

  background-color: #1f2122;

  display: flex;
  flex-wrap: wrap;
}

.half{
  width: 100%;
}
.widget .full{
  width: 100%;
}

.widget button{
  width: 100%;
  height: 30px;
  border-radius: 23px;
  background-color: #2C8CE7;
  color: #FFF;
}
.widget button:hover{
  background-color: #FFF;
  color: #2C8CE7;
}


.widget h1{
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden; 
  white-space: nowrap;
  font-size: 30px;
  
}


.widget h2{
  font-size: 20px;
  margin-left: 10%;
}

.widget h3{
  font-size: 25px;
 
}
.widget h4{
  font-size: 20px;
 
}

.widget span{
  font-size: 25px;
  color: #2C8CE7;
}


.widget .liste{
  display: flex;
  flex-wrap: wrap;
}

.widget .round{
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #Fff;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1%;
}



.widget p{
  margin-left: 2%;
  color: #Fff;
  font-size: 15px;
  height: 208px;
  text-overflow: ellipsis;
  overflow: hidden; 
  
}

.widget img {
  max-width: 100%;
  height: 280px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 23px;
}


.widget .friends-list {
  border: solid #ffffff28;
  border-width: 2px;
  border-radius: 23px;
  margin-top:10%;
  
}
.widget .friends-list img  {
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 10px;
}


@media (min-width:480px) {
  .widget{
    width: 80%;
    margin: 10%;
    padding:10%;
    
  }
  

}

@media (min-width:992px) {
  .widget{
    width: 45%;
    margin: 2%;
    padding:2%;
    height: 440px;
  }
  .half{
    width: 50%;
  }

}


.progressBar {
  margin-top: 20px;
  height: 30px;
  width: 100%;
  display: inline-flex;
}

.progressBar .itemProgress{
  height: 24px;
  margin: 0.3%;
  min-width: 2px;
  border-radius: 1px;
}
.progressBar .itemProgress:first-child{
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
}
.progressBar .itemProgress:last-child{
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
}


/* 
---------------------------------------------
nav pop
--------------------------------------------- 
*/
.navpop{
	
	display:flex;
	flex-wrap:wrap;
	padding-left:0;margin-bottom:0;
	list-style:none;
	justify-content: center;
	font-size: 22px;
	}

.navpop a:hover{
	color:#2C8CE7!important;
	background-color: #fff;
}	
.navpop li{
	padding: 0px;
}
.navpop a.active {
    color: #2C8CE7 !important
}
.navpop a{
	color: #CCC;
    text-decoration: none !important;
	background-color: #27292a;
    border-radius: 5px;
	padding: 8px;
	margin: 2px;
}



/* 
---------------------------------------------
filter
--------------------------------------------- 
*/
.filter h2 {
	font-size: 30px;
  color: #fff;
 
}

.filter  .hide{
  text-decoration : underline;
  color: #2C8CE7;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 10px;
  overflow: visible;
}
.filter .hide:hover{
  color: #fff;
}



.filter .reset{

  text-align: center;
  height: 52px;
  margin-left: 5px;
  padding: 14px;

}

.filter .reset a{
  color: #fff;
  background-color:#9a1616;
  border-radius: 23px;
  padding: 15px;
 
}

.filter .reset a:hover{
  color: #9a1616;;
  background-color:#fff;
}




.filter-button select {
  font-size: 14px;
  color: #2C8CE7;
  background-color: #fff;
}


.filter input{
color: #fff;
background-color: #27292a;
padding: 5px 5px;
border-radius: 23px;
margin-bottom: 8px;
}


.filter-button{
	margin-top: 10px;
}


.filter-select{
  flex-wrap: wrap;
  display: flex;
  
}
.filter-item{
  width: 100%;
  margin: 0px;
}
.filter input[type=text]{
  width: 100%;
  height: 52px;
}

.filter input[type=submit]{
  padding: 10px;
  color: #2C8CE7;
  border: solid;
  width: 100%;

}
.filter input[type=submit]:hover{
  color: #fff;
  background-color:#2C8CE7;
}



@media (min-width:360px) {
  .filter-item{
    width: 100%;
    margin: 0px;
  }
  .filter input[type=text]{
    width: 100%;
  }
}
@media (min-width:760px) {
  .filter-item{
    width: 47%;
    margin: 3px;
  }
  .filter input[type=text]{
    width: 80%;
  }
  .filter input[type=submit]{
    width: 100%;
  }
}
@media (min-width:960px) {
  .filter-item{
    width: 24%;
    margin: 2px;
  }
  .filter input[type=text]{
    width: 70%;
  }
  .filter input[type=submit]{
    width: 28%;
  }
}




/* 
---------------------------------------------
last update
--------------------------------------------- 
*/

	
	
.most-popular {
  margin-top: 10px;
  padding: 30px;
  background-color: #1f2122;
  border-radius: 23px;
}

.most-popular .item {
  background-color: #27292a;
  padding: 30px 15px;
  border-radius: 23px;
  margin-bottom: 30px;
}

.most-popular .item .item {
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  margin-bottom: 0px;
}

.most-popular .item img {
  max-width: 100%;

  aspect-ratio: 180 / 270;
  overflow: hidden;
  object-fit: cover;
  border-radius: 23px;
}

.most-popular .item h4 {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 0px;
  display: inline-block;
}

.most-popular .item span {
  color: #666;
  display: block;
  margin-top: 7px;
  font-weight: 400;
}

.most-popular .item ul {
  /* float: right; */
  margin-top: 20px;
}

.most-popular .item ul li {
  text-align: right;
  color: #fff;
  font-size: 14px;
}

.most-popular .item ul li:first-child i {
  color: yellow;
}

.most-popular .item ul li:last-child i {
  color: #2C8CE7;
}

.most-popular .main-button {
  text-align: center;
  margin-bottom: -53px;
}
.green{
  width: 100%;
  text-align: center;
  
}
.green input{
  width: 50%;
  border-radius: 23px;
  padding: 10px;
  color: #fff;
  background-color: #3b9125;
}
.green input:hover{
  color: #3b9125;
  background-color: #fff;
}
.most-popular .validate{
  border: solid #fff;
  border-radius: 23px;
  padding: 10px;
}





/* 
---------------------------------------------
login page in most popular
--------------------------------------------- 
*/
  .login {
    background-image: url(../images/banner-bg.jpg);
    background-position: center center;
    background-size: cover;
    margin-top: 10px;
    background-color:transparent;
    border-radius: 23px;
    display: flex;
    justify-content: center;
  }


  .login .login-content{
    box-shadow: inset 0px 0px 60px #000;
    margin-top: 10%;
    width: 100%;
    margin-bottom: 5%;
    padding: 10%;
    background-color: #1f2122e5;
    border-radius: 23px;

  }


  @media (min-width:480px) {/*===================================== change value to change from regular to altNav */
    .login .login-content{
      width: 60%;
    }
  }




  .login h1{
    font-size: 35px;
    color: #2C8CE7;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .login h2{
    font-size: 20px;
    margin-bottom: 5px;
  }

  .login button{
    font-size: 18px;
    color: #fff;
    background-color: #2C8CE7;
    padding: 12px 30px;
    transition: all .3s;
    text-align: center;
    border-radius: 23px;
  }
  .login button:hover{
    color: #2C8CE7;
    background-color: #fff;
  }



 .login  input[type=text], .login  input[type=password]{
  width: 100%;
  border: none;
  background-color: #1f2122e5;
  padding: 20px 15px;
  border-radius: 23px;
  margin-bottom: 50px;
  }

  .login  input[type=checkbox]{
    width: 20px;
    height: 20px;
    margin: 10px;
  }


  .login .loginBT {
    width: 100%;
  }



  .login .warn {
    color: red;
    font-size: larger;
  }
  .login .register {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }






/* 
---------------------------------------------
popup
--------------------------------------------- 
*/


body.dialog-open {
  overflow: hidden; 
}
.popup-window{
  display : none;
  position: absolute;
  width: 100%;
  
  top : 0;
  bottom: 0;
  }

  .popup-background{
  width: 100%;
  height: 120%;
  z-index: 99999;
  background-color: hsla(0, 0%, 0%, 0.34);
  }
  .popup-content{
  background-color: #1f2122;
  border: solid #2C8CE7;
  border-width: 1px;
  width: 700px;
  min-height: 200px;
  border-radius: 23px;
  position: absolute;
  color : #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  padding: 2%;
  
  
  }



.popup-listItem{
  width: 100%;
  display: flex;
 
}
.popup-title{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}


.popup-listItem h4 {
  min-width: fit-content;
  text-align: center;
  margin: auto;
  margin-right: 10px;
}
.popup-title h1 {
 font-size: 40px !important;
 margin: auto !important;
 
 text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

}
.popup-title label {
  margin: auto !important;
  width: 100%;
  font-size: 20px !important;
 }


 @media (max-width:770px) {/*===================================== change value to change from regular to altNav */
  .popup-content{
    width : 95%;
  }
}

/* 
---------------------------------------------
profil page in most popular
--------------------------------------------- 
*/
.user-profil {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.user-profil .profilPic{

aspect-ratio: 1 / 1 !important;

}

.most-popular .user-profil .item ul li {
  text-align: left;
  color:#CCC;
  margin-left: 5px;
  font-size: smaller;
}
.user-profil .item {
  padding: 5px 5px;
  margin-bottom: 10px;
}
.user-profil .item h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.user-profil .item p {
  color: #F7F7F7;
  margin: 10px 10px 25px 10px;
  text-align: left;
}
.user-profil .item h5 {
  text-transform: capitalize;
}

.user-profil .edit-button {
  position: absolute;
  width: 0%;
  margin-top: 10px;
  margin-left: 5px;
}
.user-profil .edit-button a {
  padding: 10px 10px;
  font-size: 30px;
  color: #fff;
  background-color: #ffffff1e;
  border-radius: 10px;
  transition: all .3s;
}
.user-profil .edit-button a:hover {
  background-color: #fff;
}



.user-profil .label-file {
  cursor: pointer;
  color: #2C8CE7;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 20px;
}
.user-profil .label-file:hover {
  color: #fff;
}



.user-profil .input-file{
  display: none;
}

.main-button-large{
  padding: 2px 100px;
  font-size: 20px;
}
.user-profil .div-container{
  display: flex;
  flex-wrap: wrap;
  position: relative;

}


.user-profil .div-container h1 {
  color: #1e1e1e;
  position: relative;
  background-color: #ffffff88;
  width: 100%;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;

}
.user-profil .div-container a:hover h1 {
  background-color: #2C8CE7;
  color: #CCC;
}


.user-profil .div-container a{
  background-color: #27292a;
  border-radius: 23px;
  border: solid #fff;
  width: 96%;
  margin: 2%;
}




.user-profil .div-container a.active{
  border: solid #3b9125;
}

.user-profil .div-container a:hover {
  background-color: #444749;
  border: solid #2C8CE7;
}

.user-profil .div-container a.inactive{
  border: solid #9a1616;
  background-color: transparent;
}


@media (min-width:360px) {
  .user-profil .div-container a {
    width: 96%;
    margin: 2%;
  }
}
@media (min-width:992px) {
  .user-profil .div-container a {
    width: 45%;
    margin: 2.5%;
  }
}
.user-profil .profil-tiles{
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

.most-popular .user-profil .profil-tiles .item{
  background-color: transparent;
  padding: 2px;
  width: 25%;
}
.most-popular .user-profil .profil-tiles .item img{
  border-radius: 10px;
}


/* 
---------------------------------------------
anime entry list
--------------------------------------------- 
*/


@media (min-width:300px) {
  .anime-entry {
    flex: 0 0 auto;
    width: 50%;
    color: #fff;
    font-size: 12px;
    padding-right: calc(var(--bs-gutter-x) * .1);
    padding-left: calc(var(--bs-gutter-x) * .1);
  }
}
@media (min-width:760px) {
  .anime-entry {
   
    width: 30%;
    
    
  }
}
@media (min-width:1000px) {
  .anime-entry {
   
    width: 20%;
   
  }
}
@media (min-width:1300px) {
  .anime-entry {
    
    width: 16%;
    
  }
}


.anime-entry .item {
  background-color: #27292a;
  margin: 1%;
  padding: 0px;
  border-radius: 23px;
  margin-bottom: 10px;

}

.anime-entry .boxInfo{
  padding: 3px;

}
.anime-entry-container{
  
  padding: 30px;
  background-color: #1f2122;
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
  display: flex;
  flex-wrap: wrap;


}
.separator {
  text-align: left;
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
  width: 100%;
  padding: 20px;
  background-color: #1f2122;
  margin-top: 15px;
}



.anime-entry .item  h4 {
  margin: 0;
  font-size: 16px;
  padding:10px 5px 10px 5px;
  
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  
  color: #fff;

  background-color: #101111c9;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  width: 100%;
}




.anime-entry .item .boxInfo ul {
  margin: 0;
}
.anime-entry .item .boxInfo li {
  text-align: left; 
  padding-left: 5px;
}

.anime-entry .item img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
  aspect-ratio: 180 / 270;
  overflow: hidden;
  object-fit: cover;

}
.anime-entry .item:hover img {
  border: solid transparent;
  border-bottom: none;
  transition: 100ms;
}


.anime-entry .visual {
  position: relative;
}

.anime-entry .edit-drawer {
  position: absolute;
  top : 0;
  width: 0px;
  height: 0px;
  
  background-color: #1f2122c9;
  border-top-left-radius: 23px;
  border-bottom-right-radius: 23px;
}

.anime-entry .item .visual .edit-drawer  a{
  display: none;
  font-size: 50px;
  
}


.anime-entry .item .visual:hover .edit-drawer  a{
  display: block;
}
.anime-entry .item .visual:hover .edit-drawer  a:hover{
  font-size: 55px;
}

.anime-entry .item .visual:hover .edit-drawer  {
  border-left: solid #fff;
  border-top: solid #fff;
  border-right: solid transparent;
  border-bottom: solid transparent;
  border-width: 2px;
  width:70%;
  height:fit-content;
  background-color: #1f2122c9;
  transition: 100ms;
  text-align: center;
  
}



.anime-entry .item .show-more {
  border-top-right-radius: 22px;
  border-top-left-radius: 22px;
  aspect-ratio: 180 / 270;
  background-color: #ffffff28;
  font-size: 160px;
  text-align: center;
  color: #fff;
  margin: auto;
  border: solid #2C8CE7;
  border-bottom: none;
}
.anime-entry .item:hover .show-more {
  background-color: #fff;
  color: #2C8CE7;
}

.anime-entry .item  h5 {
  margin: 0;
  font-size: 16px;
  padding:10px 5px 10px 5px;
  color: #fff;
  background-color: #101111c9;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  width: 100%;
  border-bottom: solid #2C8CE7;
  border-left: solid #2C8CE7;
  border-right: solid #2C8CE7;
}
.anime-entry .item:hover h5 {

  color: #2C8CE7;
  background-color: #ffffff28;


}


/* 
---------------------------------------------
Edit list page
--------------------------------------------- 
*/


.most-popular .editListInfo table{
  padding: 0px 10px;
}

.most-popular .editListInfo td{
  max-width:50px;
  align-items: center;

}

.most-popular .editListInfo h1{
  font-size: 20px;
  margin-top: 10px;
}
.most-popular .editListInfo h2{
  margin-bottom: 20px;
}
.most-popular .editListInfo .item h4{
  padding-left: 10px;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.most-popular .editListInfo .item h5{
  font-size: 15px;
  color: #2C8CE7;
  margin-top: 0px;
  margin-bottom: 20px;
}


.most-popular .editListInfo input {
  background-color: #444;
  border-radius: 23px;
  margin-bottom: 10px;
  padding: 15px;

}

.most-popular .editListInfo input[type=date]{
  font-size: 12px;
}

.most-popular .editListInfo textarea {
  background-color: #444;
  border-radius: 23px;
  width: 90%;
  margin-top: 10px;
  margin-left: 5%;
}




.most-popular .editListInfo label {
  margin-top: 50px;
  font-size: 30px;
  color: #F7F7F7;
  margin-bottom: 10px;
  cursor: pointer;
}

.most-popular .editListInfo .main-button button{
  margin-top: 60px;
  background-color: #9a1616;
  text-transform: none;
  padding: 10px;
  border-radius: 23px;
  width: 50%;
}
.most-popular .editListInfo .main-button button:hover{
  font-size: larger;
  color: #9a1616;
  background-color: #CCC;
}
.most-popular .editListInfo input[type=checkbox]{
  display: none;
 }

#favCH ~ label::before {
  content: 'Favoris : 🤍'; 
  border: solid #fff;
  border-radius: 23px;
  padding: 5px;
  background-color: #353637;

}


#favCH:checked ~ label::before {
  content: 'Favoris : 💙'; 
  border: solid #2C8CE7;
  border-radius: 23px;
  background-color: #1f2122;
}


.most-popular .editListInfo select{
  background-color: #444;
}

.editListInfo input[type=submit] {
  background-color: #2C8CE7;
  color: #fff;
}
.editListInfo input[type=submit]:hover {
  background-color: #fff;
  color: #2C8CE7;
}


@media (max-width:991px) {
  .most-popular .editListInfo label {
    font-size: 40px;
  }
  
}





/* 
---------------------------------------------
list anime 
--------------------------------------------- 
*/

.aniList input[type=checkbox]{
  display: none;
 }
.aniList {
  margin-left: 20px;
  margin-top: auto;
  margin-bottom: auto;
}

.aniList #favCH ~ label::before {
  color: #Fff;
  content: 'Tout voir : 🤍'; 
  border: solid #fff;
  border-radius: 23px;
  padding: 5px;
  background-color: #353637;

}


.aniList #favCH:checked ~ label::before {
  content: 'Favoris  : 💙 '; 
  border: solid #2C8CE7;
  background-color: #353637;
}

.aniList input[type=text]{
  color: #Fff;
  border-radius: 23px;
  padding: 5px;
  background-color: #353637;
  width: 350px;
  
 }


@media (max-width:766px) {
  .aniList input[type=text]{
    width: 100%;
  } 
  .aniList {
    
    margin-top: 20px;
   
  }
}



/* 
---------------------------------------------
Edit anime Info (admin)
--------------------------------------------- 
*/
.most-popular .editAnimeInfo h3{
  color: #2C8CE7;
  font-size: 20px;
  margin: 0px;
  text-decoration: underline;
  margin-top: 10px;
  margin-bottom: 2px;

}
.most-popular .editAnimeInfo h4{
  color: #F7F7F7;
  font-size: 20px;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 2px;

}

.most-popular .editAnimeInfo a{
  margin-top: 20px;
  border: solid;
  padding: 10px;
  border-radius: 23px;
}


.most-popular .editAnimeInfo a.warnPlus {
  color: #9a1616;
  background-color:#fff;
}

.most-popular .editAnimeInfo a.warnPlus:hover{
  color: #fff;
  background-color:#9a1616;
}
.most-popular .editAnimeInfo a.warn {
  color: rgb(230, 146, 69);
  background-color:#fff;
}

.most-popular .editAnimeInfo a.warn:hover{
  color: #fff;
  background-color:rgb(230, 146, 69);
}

.editAnimeInfo .multi-oneLine {
  margin-top: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.editAnimeInfo .color-select{
  width: 40px;
  height: 40px;
  margin: 10px;
  border-radius: 10px;
  transition: 50ms;
}
.editAnimeInfo .color-select:hover{
  border-radius: 15px;
  
}

.most-popular .editAnimeInfo input{
  background-color: #27292a;
  border-radius: 23px;
  margin: 0px;
  padding: 10px 5px;
}

.most-popular .editAnimeInfo input[type=checkbox]{
  width: 20px;
  height: 20px;

}

.most-popular .editAnimeInfo input[type=submit]{
 
  background-color: #2C8CE7;
  border: solid;
  border-radius: 23px;
  margin-top: 20px;
  padding: 10px 5px;
}
.most-popular .editAnimeInfo input[type=submit]:hover{
  background-color: #fff;
  border: solid #2C8CE7;
  color: #1e1e1e;

}

.most-popular .editAnimeInfo select{
  background-color: #27292a;
  border-radius: 23px;
  margin: 0px;
  padding: 10px 5px;
}

.most-popular .editAnimeInfo textarea{
  background-color: #27292a;
  border-radius: 23px;
  margin: 0px;
  padding: 10px 5px;
}
.most-popular .editAnimeInfo img{
 max-width: 200px;
 margin-top: 5px;
 border-radius: 23px;
}

.most-popular .editAnimeInfo .dyn {
  display: flex;
  flex-wrap: wrap;
 }

 @media (min-width:800px) {
  .editAnimeInfo .dyn .col-double{
    width: 100%;
    padding: 10px;
  }
}
@media (min-width:1000px) {
  .editAnimeInfo .dyn .col-double{
    width: 50%;
    padding: 10px;
  }
}


.editAnimeInfo .dyn .col-tri h4{
  color: #2C8CE7;
  text-transform: capitalize;
  margin: auto;
}
.editAnimeInfo .dyn .col-tri h3{
  color: #818181;
  text-transform: capitalize;
  margin: auto;
}
.editAnimeInfo .dyn .col-tri h1{
  font-size: 20px;
  margin: auto;
}

.editAnimeInfo .dyn .col-tri{
  width: 100%;
  padding: 10px;
}
.editAnimeInfo .dyn .col-tri:first-child{
  width: 100%;
  padding: 0px;
}
.basic-line{
  border-bottom: solid #fff;
  border-width: 1px;
  width: 100%;
  margin-bottom: 10px;
}


@media (min-width:800px) {
  .editAnimeInfo .dyn .col-tri{
    width: 50%;
    padding: 10px;
  }
  .editAnimeInfo .dyn .col-tri:first-child{
    width: 100%;
    padding: 10px;
  }
}


@media (min-width:1200px) {
  .editAnimeInfo .dyn .col-tri{
    width: 20%;
    padding: 10px;
  }
  .editAnimeInfo .dyn .col-tri:first-child{
    width: 60%;
    padding: 10px;
  }
}





.dyn-editAnimeInfo {
  display: flex;
  flex-wrap: wrap;

}


@media (min-width:760px) {
  .dyn-editAnimeInfo .largeFieldItem{
    width: 100%;
    padding: 10px;
  }
}
@media (min-width:1000px) {
  .dyn-editAnimeInfo .largeFieldItem{
    width: 50%;
    padding: 10px;
  }
}


@media (min-width:760px) {
  .dyn-editAnimeInfo .fieldItem{
    width: 100%;
    padding: 10px;
  }
}
@media (min-width:860px) {
  .dyn-editAnimeInfo .fieldItem{
    width: 50%;
    padding: 10px;
  }
}
@media (min-width:1000px) {
  .dyn-editAnimeInfo .fieldItem{
    width: 33%;
    padding: 10px;
  }
}

/* 
---------------------------------------------
--------------------------------------------- 
*/
.head {
  background-color:#1f2122;
  border: solid;
  border-color: #2C8CE7;
  padding: 20px 20px;
  border-radius: 25px;
}
.head img {
  max-width: 45px;
  border-radius: 50%;
  margin-left: 5px;

}

.head a {
  color : #2C8CE7;
  
}
.head a:hover {
  color : #666;
}

.head h3  {
  text-decoration: underline;
}



.list-item h3{
  cursor: pointer;
  color:#CCC;
  margin-bottom: 10px;
  border-bottom: solid #2C8CE7;
}
.list-item h3:hover{
  color:#2C8CE7;
}

.list-item sym {
  margin-left: 10px;
  border: transparent;
  border-radius: 25%;
}





.showMoreElm {

  width: 100%;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
  background-color: #ffffff28;
  
}
.showMoreElm:hover{
  cursor: pointer;
  background-color: #fff;
  
}
.showMoreElm h1{
  width: 100%;
  font-size: 30px;
  text-align: center;
  padding: 5px;
  color: #2C8CE7;
}



.edit-profil input{
  color:#CCC;
  background-color: #27292a;
  padding: 15px 5px;
  border-radius: 23px;
  margin-bottom: 10px;
}
.edit-profil input[type=file] {
font-size:medium;
padding: 15px 5px;
background-color: #444;
}
.edit-profil textarea{
  background-color: #444;
  padding: 15px 15px;
  margin: 20px 6px;
  border-radius: 23px;
}
.edit-profil .item img{
  margin-bottom: 10px;
}

.edit-profil input[type=checkbox]{
  margin: 0px 10px 30px -10px;
  width: 20px;
  height: 20px;
  border: none;
}
.edit-profil button{
  margin-top: 25px;
  color: #2C8CE7;
  background-color:#fff;
  border: solid;
  width: 50%;
  margin-left: auto;
  display: block;
  margin-right: auto;
  padding: 10px;
  border-radius: 23px;
}
.edit-profil button:hover{
  color: #fff;
  background-color:#2C8CE7;
}



.admin-list  {
  padding-bottom: 10px ;
}
.admin-list a  {
 color: #2C8CE7;
}
.admin-list a:hover  {
  color: #9a1616;
 }

.admin-list input{
  color: #CCC;
  background-color: #27292a;
  padding: 15px 5px;
  border-radius: 23px;
  margin-bottom: 10px;
}
.admin-list input[type=submit]{
  color: #fff;
}
.admin-list input[type=submit]:hover{
  color: #2C8CE7;
  background-color:#fff;
}


 select {
 
  color: #CCC;
  background-color: #27292a;
  padding: 15px 5px;
  border-radius: 23px;
  margin-bottom: 10px;
}

.other-games .admin-list .item {
  
  background-color: #27292a;
  border-radius: 23px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 10px;
}

.admin-list tr {
  border-bottom: 1px solid #333;
}
.admin-list td {
  height: 50px;
  width: 500px;
  overflow: hidden;
}

.admin-list h1 {
  color: #2C8CE7;
  font-size: 17px;
}
.admin-list h2 {
  font-size: 15px;
  text-transform: capitalize ;
}
.admin-list h3 {
  font-size: 15px;
  color: #F7F7F7;
}

.admin-list h4 {
  font-size: 15px;
  color: #9a1616;
}
.admin-list h5 {
  font-size: 15px;
  color: #CCC;
}
.admin-list h6 {
  font-size: 15px;
  color: rgb(230, 146, 69);
}





.heading-info{
  font-size: 15px;
  color: #fff;
  background-color: rgb(216, 124, 38);
  border-radius: 23px;
  margin-top: -40px;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}
.heading-info:hover{
  color: rgb(230, 146, 69);
  background-color: #fff;
}



/* 
---------------------------------------------
Featured Games Style
--------------------------------------------- 
*/

.featured-games {
  border-radius: 23px;
  background-color: #1f2122;
  padding: 30px;
}

.featured-games .item .thumb {
  position: relative;
  overflow: hidden;
}

.featured-games .item .thumb .hover-effect {
  position: absolute;
  bottom: -100px;
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.featured-games .item .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
  bottom: 15px;
}

.featured-games .item .thumb .hover-effect h6 {
  background-color: rgba(31,33,34,0.95);
  display: inline-block;
  color: #2C8CE7;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 25px;
}

.featured-games .item img {
  border-radius: 23px;
}

.featured-games .item h4 {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 0px;
  display: inline-block;
}

.featured-games .item span {
  color: #666;
  display: block;
  margin-top: 7px;
  font-weight: 400;
}

.featured-games .item ul {
  float: right;
  margin-top: 20px;
}

.featured-games .item ul li {
  text-align: right;
  color: #fff;
  font-size: 14px;
}

.featured-games .item ul li:first-child i {
  color: yellow;
}

.featured-games .item ul li:last-child i {
  color: #2C8CE7;
}

.featured-games .owl-nav {
  position: absolute;
  margin: 0 auto;
  top: -70px;
  right: 0;
}

.featured-games .owl-nav .owl-prev {
  margin-right: 2.5px;
}

.featured-games .owl-nav .owl-next {
  margin-left: 2.5px;
}

.featured-games .owl-nav .owl-prev span,
.featured-games .owl-nav .owl-next span  {
  font-size: 36px;
  display: inline-block;
  color: #666;
  opacity: 1;
  transition: all .3s;
}

.featured-games .owl-nav .owl-prev span:hover,
.featured-games .owl-nav .owl-next span:hover {
  opacity: 1;
  color: #2C8CE7;
}




/* 
---------------------------------------------
Featured Banner Style
--------------------------------------------- 
*/

.feature-banner .thumb {
  position: relative;
  max-height: 305px;
  overflow: hidden;
  border-radius: 23px;;
}

.feature-banner .thumb a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-23px, -23px);
  width: 46px;
  height: 46px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  color: #2C8CE7;
}
/* 
---------------------------------------------
Game Details Style
--------------------------------------------- 
*/  
.list-mod{
  text-align: center;
  margin-top: 20px;
 
}
.list-mod a{
  background-color: #3b9125;
  color: #Fff;
  font-size: 15px;
  border-radius: 23px;
  height: 30px;
  padding : 10px;
}
.list-mod a:hover{
  background-color: #fff;
  color: #3b9125;
  
}



.headDT h2 {
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    margin: 60px 0px;
}
.headDT p {
    font-size: 17px;
    color: #fff;
    
    border-radius: 23px;
    padding: 30px;
    background-color: #1f2122;
}

.game-details{
    margin-top: 20px;
    
}

.game-details h2 {
  font-size: 45px;
  text-transform: uppercase;
  text-align: center;
  margin: 60px 0px;
}

.game-details .content {
  border-radius: 23px;
  padding: 30px;
  background-color: #1f2122;
}

.game-details .content .left-info {
  background-color: #27292a;
  border-radius: 23px;
  padding: 30px;
  margin-bottom: 30px;
}

.game-details .content .left-info .left {
  float: left;
}

.game-details .content .left-info h4 {
  font-size: 15px;
  display: block;
}

.game-details .content .left-info span {
  color: #666;
  display: block;
  margin-top: 7px;
  font-weight: 400;
}

.game-details .content .left-info ul {
  text-align: right;
}

.game-details .content .left-info ul li {
  color: #fff;
  font-size: 14px;
  margin-bottom: 3px;
}

.game-details .content .left-info ul li:first-child i {
  color: yellow;
}

.game-details .content .left-info ul li:last-child i {
  color: #2C8CE7;
}

.game-details .content .right-info {
  background-color: #27292a;
  border-radius: 23px;
  padding: 30px;
  margin-bottom: 30px;

}

.game-details .content .right-info ul li {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.game-details .content .right-info ul li i {
  display: block;
  margin-bottom: 3px;
  margin-top: 12px;
}

.game-details .content .right-info ul li:first-child i {
  color: yellow;
} 

.game-details .content .right-info ul li i {
  color: #2C8CE7;
}

.game-details .main-border-button {
  margin-top: 35px;
}

.game-details .main-border-button a {
  text-align: center;
  width: 100%;
} 


/* 
---------------------------------------------
Other Related Style
--------------------------------------------- 
*/

.other-games {
  border-radius: 23px;
  padding: 30px 30px 0px 30px;
  background-color: #1f2122;
  margin-top: 60px;
}

.other-games .item {
  position: relative;
  border-bottom: 1px solid #27292a;
  padding-bottom: 52px;
  margin-bottom: 30px;
}

.other-games .item img {
  float: left;
  margin-right: 15px;
}

.other-games .item h4 {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 5px;
  padding-top: 15px;
}

.other-games .item span {
  color: #666;
  font-size: 14px;
  display: block;
}

.other-games ul {
  position: absolute;
  right: 0;
  top: 15px;
}

.other-games ul li {
  color: #fff;
  font-size: 14px;
  margin-bottom: 3px;
}

.other-games ul li:first-child i {
  color: yellow;
}

.other-games ul li:last-child i {
  color: #2C8CE7;
}



/* 
---------------------------------------------
Profile Style
--------------------------------------------- 
*/

.main-profile {
  border-radius: 23px;
  padding: 30px;
  background-color: #1f2122;
}

.main-profile .main-info span {
  font-size: 14px;
  color: #fff;
  background-color: #2C8CE7;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.main-profile .main-info h4 {
  margin-bottom: 20px;
}

.main-profile .main-info .main-border-button {
  margin-top: 25px;
}

.main-profile ul {
  border-radius: 23px;
  padding: 30px;
  background-color: #27292a;
}

.main-profile ul li {
  width: 100%;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
}

.main-profile ul li span {
  float: right;
  font-weight: 500;
  color: #2C8CE7;
}

.main-profile ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}



