
@font-face {
    font-family: Nunito;
    src: url("/fonts/Nunito-SemiBold.ttf");
}

@font-face {
    font-family: Nunito-Bold;
    src: url("/fonts/Nunito-Bold.ttf");
}

@font-face {
    font-family: Nunito-Black;
    src: url("/fonts/Nunito-Black.ttf");
}

@font-face {
    font-family: Nunito-Light;
    src: url("/fonts/Nunito-Light.ttf");
}

@font-face{font-family:TT Norms;src:url(/fonts/TTNorms-Regular.woff2) format("woff2");font-display:block}@font-face{font-family:TT Norms Bold;src:url(/fonts/TTNorms-Bold.woff2) format("woff2");font-display:block}@font-face{font-family:TT Norms Medium;src:url(/fonts/TTNorms-Medium.woff2) format("woff2");font-display:block}


@font-face {
    font-family: TT-Norms-Bold;
    src: url("/fonts/TTNorms-Bold.woff2");
}


    

    #toprow {
        display: flex;
        flex-direction: row;
        padding: 50px;
        justify-content: space-evenly;
    }

    #profilecard {

        height: 250px;
        width: 40%;
        box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.075);
        display: flex;
        flex-direction: column;
        border-radius: 20px;

    }
    
    #wizphoto {
        width: 80px;
        height: 80px;
        margin-top: 25px;
        margin-left: 30px;
        border-radius: 50%;
        box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
        border: 2px solid rgba(100, 65, 165, 0.75);
    }

    #unametxt {
        margin-left: 30px;
        font-family: TT Norms Medium;
        opacity: 0.6;
    }

    #msince {
        margin-left: 30px;
        font-family: TT Norms Medium;
        font-size: 14px; 
        opacity: 0.4;
        margin-top: 15px;
    }

    #scorecir {
        border-bottom: 3px solid rgba(138, 148, 213, 0.6);
        width: fit-content;
        padding-left: 10px;
        padding-right: 10px;
        height: 50px;
        border-radius: 50%;
        margin-top: -200px;
        /* margin-left: 400px; */
        margin-left: auto;
        margin-right: 30px;

        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    #hitem {
        color: rgba(0,0,0,0.3);
        font-size: 26px;
        font-family: Nunito-Light;
    }

    #play {

        background-color: rgba(134, 96, 204, 0.9); 
        color: white;
        font-family: Nunito;
        padding: 20px;

        text-align: center;
        border-radius: 10px;

        margin-top: 20px;
        cursor: pointer;
        box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
    }

    #makeagame {
        width: 32.5%;
        margin-left: 60px;
    }

    #gengame {
        width: 100%;
        height: 100px;
        box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.05);
        margin-top: 50px;
        border-radius: 15px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;



    }

    #gear {
        width: 28.5px;
        height: 28.5px;
        /* position: absolute; */
        /* margin-left: -122.5px; */
        cursor: pointer; 
        margin-right: -42px;
        z-index: 100;

    }


    #ipt {
        outline: none; 
        border: 0px;
        box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.05);
        height: 50px;
        color: rgba(0,0,0,0.2);
        font-size: 17.5px;
        width: 80%;
        padding-left: 52px;
        border-radius: 2.5px;
    }

    #bottomitem {
        width: 100%;
        height: 150px;
        box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
        margin-top: auto;
        float: bottom;
        position: fixed;
        bottom: 0;


        background: rgb(255,255,255);
        /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(100,65,165,1) 100%); */
        border-top: 2px solid rgba(100, 65, 165, 0.2);
        display: flex;
        flex-direction: row;
        align-items: center;
        /* justify-content: center; */
        
    }

    .ld {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        /* background-color: red; */
        transition: 0.2s all;
    }

    .dibg {
        background-color: #5865F2;
        opacity: 0.9;
        display: flex;
        justify-content: center;
        width: 210px;
        border-radius: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 10px;
    }

    .disc-txt {
        font-family: 'Nunito';
        opacity: 0.35;
        font-size: 15px;
    }

    .disc-img {
    width: calc(2473px/18);
    height: calc(469px/18);
    }

    .disc {
    margin-left: auto;
    left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 50px;
    cursor: pointer;
    }

    .loader {
        border: 16px solid #f3f3f3; /* Light grey */
        border-top: 16px solid rgba(100,65,165,0.7); /* Blue */
        border-radius: 50%;
        width: 60px;
        min-width: 60px;
        height: 60px;
        animation: spin 2s linear infinite;
        margin-left: 50px;
    }

    @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
    }

    #loadtxt {
        font-family: Nunito;
        color: rgba(0,0,0,0.3); 
        margin-left: 50px;
    }

    .sng {
        color: rgba(100, 65, 165, 1);
        text-decoration: underline;
        cursor: pointer;
    }


    .igp {
        color: rgba(0, 191, 250, 0.74);
      }
    

#leaderboard {
    display: flex;
    flex-direction: column;
    overflow-y: scroll !important;

    width: 90%;
    margin-left: 5%;
    margin-top: 50px;
    padding-bottom: 30px;
}

.swal-title, .swal-text {
    font-family: Nunito-Light;
    }

.lb-row {
    display: inline-flex;
    width: 100%;
    align-items: center;
    margin-top: 10px;
    padding-top: 22.5px;
    padding-bottom: 22.5px;

    transition: 0.2s all;
    cursor: pointer;
}

.lb-row:hover {
    background-color: rgba(0,0,0,0.025);
}

.lb-image {
    width: 35px;
    height: 35px;
    margin-left: 30px;
    border-radius: 50%;
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
    border: 2px solid rgba(100, 65, 165, 0.75);
    margin-left: 30px;
}

.lb-item {
    margin-left: 45px;
    font-size: 20px;
    font-family: Nunito;
    margin-top: -5px;
    margin-bottom: 0px;
    color: rgba(0,0,0,0.75);
}

#wlchart {
    /* width: 200px; */

    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.05);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0.9;

}

.tcopt {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border: 2px solid rgba(0,0,0,0.1);
    width: 100%;
    height: calc(200px/2.5);
    text-align: center;
    border-radius: 5px;
    color: rgba(0,0,0,0.3);
    opacity: 0.5;
    font-family: Nunito;
    cursor: pointer;
    transition: 0.5s all;

}

.tcselect {
    color: rgba(100, 65, 165, 0.75);
    border: 2px solid rgba(100, 65, 165, 0.4);
    opacity: 1;
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
    font-family: Nunito-Black;

}

#deckholder {
    width: 90%;
    margin-left: 5%;
    height: 300px;
    background-color: rgba(0,0,0,0.035);
    /* border: 2.5px solid rgba(100, 65, 165, 0.1); */
    border-radius: 10px;
    margin-top: 30px;
    padding-top: 20px;
    overflow-y: scroll;
}



.card-display-control {
    display: flex;
    flex-direction: column;
    align-items: center;
  }



  .eitem {
      border: 2px solid rgba(100, 65, 165, 0.25);
      background-color: white;
      width: 50px;
      height: 50px;
      padding: 14.5px;
      border-radius: 50%;
      opacity: 0.2;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-left: 30px;
      margin-bottom: 30px;
      float: left;
      margin: 20;
    

      filter: grayscale(100%);


    cursor: pointer;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
      -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
      outline: none;



    transition: 0.25s all;
  }


  [owned] {
      opacity: 0.7;
      filter: grayscale(0%);
      box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
      
  }
  
  [equipped] {
        border: 4px solid rgb(100, 65, 165); 
        padding: 12.5px;
  }

  .ione {

    font-size: 10px !important;
    font-family: Nunito;
    color: rgba(0,0,0,0.7);
    text-align: center;
    margin: 0px;
    margin-top: -3px;
    font-weight: 200;


  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
      -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
    outline: none;

  }


  .image-active {
    width: 35px !important;
    height: 35px !important;
    margin-bottom: 5px;
    /* padding: 5px !important; */
  }


  .cardcontent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .tip-text {
    font-family: Nunito;
    font-size: 10px;
  }

  .tdesc {
  font-size: 14px;
  text-align: center;
  }

  .tprice {
      color: rgba(100, 65, 165, 1);
      text-align: center;
      font-size: 14px;
      margin-top: 0px;
      font-family: Nunito-Black;

  }

  #spellcounter {
        background-color: white;
        width: 75px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        margin-top: 220px;
        margin-bottom: 30px;
        position: absolute;
        right: 90px;
  }

  #sctext {
    font-family: Nunito-Black;
    color: rgba(100, 65, 165, 0.6);
    font-size: 20px;
  }

  #xpspend {
    font-family: Nunito;
    color: rgba(100, 65, 165, 0.3);
    font-size: 14px;
    position: absolute;
    margin-top: 172.5px;
    margin-left: 30px;
  }

  .tsis {
    font-family: Nunito-Black;
    color: rgba(100, 65, 165, 0.6);
  }

  .pw, .pb { 
    font-family: Nunito-Black;
    opacity: 0.9;
    padding-left: 12px;
    padding-right: 12px;
  }


  .vs {
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .tago {
      font-size: 17px;
      opacity: 0.1;
      font-family: Nunito-Bold;
  }

  .tctrl {
      font-family: Nunito-Black; 
      opacity: 0.3;
  }

  .vsimg {
      width: 40px;
      height: 40px;
  }

  .lbname {
    display: flex;
    flex-direction: row;   
    align-items: center;
    width: auto;
    justify-content: space-evenly;
  }