/*REGISTER FORM*/

.info-btn-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .info-btn-container img {
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 25px;
  }
  
  .rightArrow, .leftArrow, .arrow {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .arrow img {
    width: 19px;
  }
  
  .rightArrow img {
    width: 19px;
    transform: rotate(90deg);
  }
  
  .leftArrow img {
    width: 19px;
    transform: rotate(-90deg);
  }
  
  .info-btn-wrapper {
    width: auto;
    background-color: var(--main);
    text-align: center;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0 ;
    
  }
  
  .gallery-btn-wrapper {
      width: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: var(--light);
      text-align: center;
      padding: 10px 15px;
  }
  
  .info-btn-wrapper p, .info-btn-wrapper a {
    text-decoration: none;
    color: var(--dark);
    font-weight: 600;
    font-size: 25px;
  }
  
  .info-btn-wrapper a:hover {
    color: var(--light);
  }
  
  .register-wrapper {
    max-width: 650px;
    padding: 15px;
  }
  
  .register-info {
    width: 100%;
    text-align: center;
    background-color: var(--dark);
    padding: 15px;
  }
  
  .register-info h1 span {
    color: var(--main);
  }
  
  .register-info h1 {
    color: var(--light);
  }
  
  
  .register-date {
    color: var(--light);
    font-size: 19px;
  }
  
  
  
  .form-register-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--dark);
    padding: 15px;
    padding-bottom: 30px;
  }
  
  .form-register-container input {
    height: 40px;
    width: 80%;
    margin: 15px 0px;
  }
  
  .form-register-container ::placeholder {
    color: var(--light);
  }
  
  /* END REGISTER FORM*/

  /* DETAILS PAGE*/

.details {
    width: 100%;
  }
  
  .details-wrapper-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 50px 0px;
  }
  
  .details-heading-container {
    width: 100%;
  }
  
  .details-heading-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .details-heading-wrapper h1 {
    width: 100%;
    color: var(--light);
    line-height: 35px;
    text-align: center;
    letter-spacing: 100%;
    margin-top: 5px;
  }
  
  .details-heading-wrapper h1 span {
    color: var(--main);
  }
  
  .league-container {
    width: 100%;
  }
  
  .league-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  
  .league-wrapper h1 {
    color: var(--light);
    font-size: 60px;
    font-weight: 400;
    text-align: center;
  }
  
  .league-wrapper h1 span {
    color: var(--main);
  }
  
  .team-container {
    width: 100%;
  }
  
  .team-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  
  .team-wrapper h1 {
    font-size: 50px;
    color: var(--light);
    border: 3px solid var(--main);
    padding: 0px 15px;
  }
  
  .team-wrapper h1 span {
    color: var(--main);
    text-align: center;
  }

  .refund {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .refund p{
    color: var(--light);
    text-align: center;
  }

  .refund span{
    color: var(--main);
  }
  
  .icon {
    width: 25px;
    height: 25px;
    margin-right: 20px;
  }
  
  .date {
    color: var(--light);
    font-weight: 200;
    margin-top: 30px;
  }
  
  .details-info-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .details-info-wrapper {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .venue {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  
  .venue h1 {
    color: var(--light);
    text-align: center;
  }
  
  .venue a {
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    background-color: var(--dark);
    border: 1px solid var(--main);
    color: var(--main);
  }
  
  .venue a:hover {
    border: 1px solid var(--light);
    color: var(--light);
  }
  
  .prize-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
  }
  
  .prize-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
  }

  .prize-info-money {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

   .prize-text{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 10px;
  }

    .prize-text-info {
      display: flex;
    }

    .prize-text-info p{
      text-align: center;
    }

  .prize-place {
    color: var(--light);
    font-size: 30px;
    font-weight: 400;
  }

  .money-amount {
    font-size: 30px;
    font-weight: 600;
    color: var(--accent);
    padding: 0 10px;
  }

  .prize-item {
    color: var(--light);
    font-size: 18px;
    font-weight: 400;
  }

  .prize-space {
    margin-left: 20px;
  }

  .prize-quota {
    color: var(--main);
    font-size: 14px;
    text-align: center;

  }

  .prize-quota-info {
    color: var(--white);
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;

  }

  .details {
    width: 100%;
    display: flex;
    padding: 25px;
  }
  
  .details-container {
    width: 50%;
    display: flex;
    align-items: top;
    justify-content: top;
  }
  
  
  .details-wrapper {
    width: 100%;
    display: flex;
    align-items: top;
    justify-content:center;
  }
  
  
  .details-register-container {
    width: 100%;
  }
  
  
  
  .details-register-wrapper h1 {
    color: var(--light);
    margin-bottom: 20px;
  }
  
  .details-register-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .details-register-btn a {
    width: 200px;
    background-color: var(--main);
    border-radius: 6px;
    color: var(--dark);
    padding: 10px 25px;
    font-weight: 600;
    text-align: center;
  }
  
  .details-register-btn a:hover{
    background-color: var(--dark);
    color: var(--light);
    border: 1px solid var(--main);
  }
  
  /* END DETAILS PAGE*/