._choos_method_, ._display_method_choosed{
  width: 50%;
}



.pl-p-cont .pl-p-logo {
    position: relative;
    padding: 0 20px;
    position: relative;
    top: 32px;
    /*left: 87px;*/
}

/*-----------------------------10-19-2020*/
.pl-p-cont .pl-p-logo img {
    width: 76%;
    height: auto;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    bottom: 50%;
    left: 13%;
    right: 50%;
}
/*--------------------------------------*/
.pl-p-games {
    max-width: 100%;
    width: 75%;
}


.form-group label{
  color: #fff;
}

.profile-pic{
    max-width:180px;
}
input[type=file]{
  color: #fff;
  margin-top: 5px;
  max-width: 260px;
}
.edit-box{
  top: 20%; 
}


 .timezone {
 
    width: 100%;
    border-radius: 60px;
    cursor: pointer;
    background: #020F2B;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    padding: 16px!important ;
    color: white;
    line-height: 165%;
    font-size: 0.9rem;
   
    border: 1px solid #25303E;
}

.contact-content{
    max-width: 65%;
    margin: 10% auto;
    display: flex;
}
.contact-form-div{
    width: 55%;
}
.contact-info-div{
    width: 45%;
    color: #fff;
    font-size: 20px;
}
.contact-info-div li{
    margin: 20px 0;
    padding-left: 30px;
    position: relative;
}
.contact-info-div li:first-child{
    margin-top: 0;
}
.contact-info-div li i{
    position: absolute;
    left: 0;
    top: 8px;
}
.contact-content .form-group{
    margin-bottom: 2rem
}
.contact-content .form-control{
    height: calc(1.6em + 0.75rem + 10px);
}
.contact-content .btn{
    padding: .75rem 2rem;
}
.contact-content h3{
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 0 30px;
}


.accordion-container{
  position: relative;
  height: auto;
  margin: 10px auto;
  padding: 0 10px;
}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.set > a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  background-color:#191e2c;
  color: #fff;
}
.content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

#loading {
    display: block;
    position: fixed;
    /*top: 0;
    left: 0;*/
    top: 50%;
    left: 50%;
    transform: translate(-51%, -52%);
    z-index: 100;
    width: 110vw;
    height: 110vh;
    background-color:#020F2B;
    background-repeat: no-repeat;
    background-position: center;
}
/*------------------------------------10242020*/
.pc-views{
  display: flex;
}
/*----------------------------------------------*/

@media (max-width: 500px ){
  /*.pl-p-cont .pl-p-logo {
      width: 180px;
  }*/
  .btn-group {
      display: none;
  }
  
}

/*@media (max-width: 376px ){
  .pl-p-cont .pl-p-logo {
      width: 163px;
  }
}

@media (max-width: 360px ){
  .pl-p-cont .pl-p-logo {
      width: 160px;
  }
}*/

