

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    background-color: #252837;
}





.fullpage {
    display: flex;
    flex-flow: column;
    overflow: auto;
    background-color: #252837;
}

p {
    font-family: 'Roboto';
    color: #C6CEDD;
}

i {
    font-family: 'Roboto';
    color: #C6CEDD;
    font-size: 14;
}

h1 {
    font-family: 'Roboto';
    color: #fff;
}

h2 {
    font-family: 'Roboto';
    color: #fff;
}

h3 {
    font-family: 'Roboto';
    color: #fff;
}

h4 {
    font-family: 'Roboto';
    color: #fff;
}

h5 {
    font-family: 'Roboto';
    color: #fff;
}









.navbar {
    height: 60px;
    display: flex;
    background-color: #252837;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index: 60;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid #5D5893;
}

.navbar__container {
    display: flex;
    justify-content: space-between;
    height: 50px;
    z-index: 60;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
}

.left_portion {
    display: flex;
    height: 50px;
    z-index: 1;
    width: 50%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 50px;
}
.Right_portion {
    display: flex;
    height: 50px;
    z-index: 1;
    width: 50%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 50px;
}

#navbar__logo {
    min-width: 60px;
    height: 50px;
    display: absolute;
    align-items: center;
    cursor: pointer;
    
}

.LeftLogo {
    height: 100%;
    width: 100%;
}

#navbar__logo_centered {
    /*
    background-image: url('Images/TCI_SponsoredBy.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    */
    min-width: 130px;
    height: 50px;
    align-items: center;
    cursor: pointer;
}

.CenterLogo {
    height: 100%;
    width: 100%;
}

.navbar__menu_1 {
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
    white-space: nowrap;
    padding-left: 5%;
}

.navbar__menu_2 {
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
    white-space: nowrap;
}

.navbar__links {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
    cursor: pointer;
}

#navbar__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 5px 20px;
    height: 30px;
    width: 100px;
    border: none;
    outline: none;
    border-radius: 10px;
    background: #5345B0;
    color: #fff;
    cursor: pointer;
}

.button:hover {
    background: #6757D6;
    transition: all 0.6s ease; 
}

.navbar__links:hover {
    color: #797676;
    transition: all 0.3s ease;
}




/*
.buttonMobile {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 5px 20px;
    height: 30px;
    width: 100px;
    border: none;
    outline: none;
    border-radius: 10px;
    background: #5345B0;
    color: #fff;
    cursor: pointer;
}

.buttonMobile:hover {
    background: #6757D6;
    transition: all 0.6s ease; 
}
*/




#navbar_Acount {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
}

#AccountCard {
    height: 50px;
    width: 200px;
    margin-top: 0;
    display: flex;
    align-items: center;
    border-radius: 5px;
    flex-direction: column;
}

.TopProfile_card {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    cursor: pointer;
}

#OpenProfileOption {
    height: 0px;
    width: 90%;
    display: flex;
    border-radius: 5px;
    flex-direction: column;
    transition: all 0.6s ease;
    overflow: hidden;
}

.options {
    height: 100%;
    width: 100%;
    /*margin-left: 20%;*/
    display: flex;
    align-items: center;
    justify-content: right;
    background-color: #393b47;
}

.LogOutform {
    height: 100%;
    width: 100%;
}

.LogOutBtn {
    height: 100%;
    width: 100%;   
    /*background-repeat: no-repeat;*/
    background-color: #393b47;
    cursor: pointer;
    border: none;
    padding: 0;
    font: inherit;
    color: #fff;
    transition: all 0.5s ease;
    border-top:1px solid #4a4d5a;

    /*
	color: inherit;
	outline: inherit;
    */
}

.LogOutBtn:hover {
    background-color:#45435a;
    transition: all 0.5s ease;
}

.ProfileButtons {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease;
    text-decoration: none;
}

.ProfileButtons:hover {
    background-color:#45435a;
    transition: all 0.5s ease;
}

.UserProfileBox {
    height: 100%;
    width: 25%;
    border-radius: 5px;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.UserProfileImg_Link {
    height: 100%;
    width: 100%;
    border:1px solid rgb(99, 95, 95);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#UserProfileImg {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.UserInfoBox {
    height: 100%;
    width: 55%;
    border-radius: 5px;
    padding: 1px 4px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ProfileInfo {
    height: 33%;
    width: 50%;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ProfileInfo_User {
    height: 67%;
    width: 100%;
    border-radius: 5px;
    
    display: flex;
    justify-content: space-between;
    text-align: center;
    overflow: hidden;
}

#ProfileLink {
    text-decoration: none;
}

.ProfileAdminLinks {
    height: 100%;
    width: 20%;
    border-radius: 5px;
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.MenuExpand {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#ExpandProfile {
    height: 20px;
    width: 20px;
}


.ProfileUser {
    font-size: 18;
    font-weight: bold;
}

.ProfileCardText{
    font-size: 12;
}



/*Mobile navbar*/

.Mobile_navbar {
    display: none;
    background-color: #252837;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: sticky;
    border-bottom: 2px solid #5D5893;
    top: 0;
    z-index: 60;
}

.navbar_MobileContainer{
    display: flex;
    justify-content: space-between;
    height: 50px;
    width: 100%;
    padding-left: 5px;
    overflow: hidden; 
    background-color: #252837;
}


.navbar_MobileContainer a.icon {
    background: black;
    display: block;
}

.Mobile_navbar #mobile_nav_Links {
    height: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #252837;
    transition: all 0.5s ease;
    overflow: hidden;
}


.Mobile_navbar a.icon {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
    cursor: pointer;
    transition: all 0.5s ease;
}

.MobileAnchor {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
    cursor: pointer;
    transition: all 0.5s ease;
    
}

.Mobile_navbar a.icon:hover {
    background-color: #ddd;
    color: black;
    transition: all 0.5s ease;
}

#mobile_nav_Links a:hover {
    background-color: #ddd;
    color: black;
    transition: all 0.5s ease;
}

#AccountCardMobile {
    position: relative;
    height: 50px;
    width: 200px;
    margin-top: 0;
    display: flex;
    align-items: center;
    border-radius: 5px;
    flex-direction: column;
}

.Profile_cardMobile {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    cursor: pointer;
}

#ProfileLinkMobile {
    padding: 0;
    text-decoration: none;
}

#UserProfileImgMobile {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

#ExpandProfileMobile {
    height: 20px;
    width: 20px;
}

#OpenProfileOptionMobile {
    position: absolute;
    top: 40px;
    height: 0px;
    width: 90%;
    display: flex;
    border-radius: 5px;
    flex-direction: column;
    transition: all 0.6s ease;
    overflow: hidden;
    z-index: 100;
}

/*-----------------------------------------------*/
/*manual change here*/

.Gamebanner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 25vh;
    border-radius: 10px;
    background-color: #252837;
    transition: all 0.6s ease;
}



/*-------------------------------------------*/

/*content information*/
.content_box {
    height: 90%;
    border-radius: 10px;
    /*background-color:aqua;*/
    display: flex;
    flex-direction: row;
    overflow-y: auto;
}

/*-------------------------------------------*/

/*by changing individual height, we can overflow downward (add a scrollable bar)*/
.LeftContent {
    /*background-color: #6a718f;*/
    width: 15%;
    height: 100%;
}



/*-------------------------------------------*/

/* Main Menu */
.MainContent {
    /*background-color: #2e334b;*/
    width: 70%;
    height: 100%;
}

.RightContent {
    /*background-color: #7e91e6;*/
    width: 15%;
    height: 100%;
}





/*-------------------------------------------*/
/*Login and Register panel*/
#LoginFocus {
    position: fixed;
    height: 100%;
    width: 100%;
    inset: 0;
    margin: auto;    
    backdrop-filter: blur(5px);   
    z-index: 30;


    /*change to work on it*/
    display: none;
    align-items: center;
    justify-content: center;
}

.LoginorRegister {
    height: 50%;
    width: 50%;
    max-width: 450px;
    inset: 0;
    margin: auto;    
    background: #252837;
    border:1px solid rgb(99, 95, 95);
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    padding: 5px;
}


/*Login section*/

#Loginblurr {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(5px);   
    z-index: 40;
}


#PwdForgot {
    cursor: pointer;
}

#RegisterLink {
    cursor: pointer;
}


/*------------------------------------------------------------------------------*/
/*Register section*/

 /* From Uiverse.io by ammarsaa */ 
.form {
  display: none;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
  min-width: 400px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  background-color: #1a1a1a;
  color: #fff;
  border: 1px solid #333;
}

.title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #22dd6a;
}

.title::before {
  width: 18px;
  height: 18px;
}

.title::after {
  width: 18px;
  height: 18px;
  animation: pulse 1s linear infinite;
}

.title::before,
.title::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0px;
  background-color: #22dd6a;
}

.message, 
.signin {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.7);
}

.note {
    font-size: 10px;
}

.signin {
  text-align: center;
}

.signin a:hover {
  text-decoration: underline #22dd6a;
}

.signin a {
  color: #22dd6a;
}

.flex {
  display: flex;
  width: 100%;
  gap: 6px;
}

.form label {
  position: relative;
}

.form label .input,
.form label .inputPhone {
  background-color: #333;
  color: #fff;
  width: 100%;
  padding: 20px 05px 05px 10px;
  outline: 0;
  border: 1px solid rgba(105, 105, 105, 0.397);
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.form label .input + span,
.form label .inputPhone + span {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 0.9em;
  cursor: text;
  transition: 0.3s ease;
}

.form label .input:placeholder-shown + span,
.form label .inputPhone:placeholder-shown + span {
  top: 12.5px;
  font-size: 0.9em;
}

.form label .input:focus + span,
.form label .inputPhone:focus + span,
.form label .input:valid + span {
  color: #22dd6a;
  top: 0px;
  font-size: 0.7em;
  font-weight: 600;
}

.input {
  font-size: medium;
}

.submit {
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transform: .3s ease;
  background-color: #5345B0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit:hover {
  background-color: #6757D6;
  transition: all 0.3s ease;
}

@keyframes pulse {
  from {
    transform: scale(0.9);
    opacity: 1;
  }

  to {
    transform: scale(1.8);
    opacity: 0;
  }
}

#signinLink {
    cursor: pointer;
}



.CloseBtn {
    position: absolute;
    height: 25px;
    width: 25px;
    top: 20px;
    right: 20px;
    display: inline-block;
    /*padding: 12px 28px;*/
    /*margin: 10px;*/
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-image: linear-gradient(to bottom right, #22dd6a, #117036);
    border: none;
    border-radius: 40px;
    box-shadow: 0px 4px 5px #22dd6a;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    z-index: 35;
    transition: all 0.3s ease;
  }
  
  .CloseBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 5px #22dd6a;
    transition: all 0.3s ease;
  }
  
  .CloseBtn:active {
    transform: translateY(0px);
    box-shadow: none;
    background-image: linear-gradient(to bottom right, #22dd6a, #117036);
    transition: all 0.3s ease;
  }
  
  .CloseBtn:before,
  .CloseBtn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
  }
  
  .CloseBtn:before {
    top: -3px;
    left: -3px;
    border-radius: 40px;
    /*
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    */
  }
  
  .CloseBtn:after {
    bottom: -3px;
    right: -3px;
    border-radius: 40px;
    /*
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    */
  }
  





/*------------------------------------------------------------------------------*/


/*Hover button section*/

#submitCreds:hover, #submitCredsReset:hover {
    background-color:#6757D6;
    border-radius: 10px;
    transition: all 0.3s ease;
}

#submitInfo:hover {
    background-color:#6757D6;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.ConnAlternateBtn:hover {
    background-color:#5b5692;
    border-radius: 15px;
    transition: all 0.3s ease;
}


/*---------------------------------------------------------------------------*/
/*2FA Panel*/
#TwoFABlurredBackground {
    position: fixed;
    height: 100%;
    width: 100%;
    inset: 0;
    margin: auto;    
    backdrop-filter: blur(5px);   
    z-index: 35;
    display: none;
    align-items: center;
    justify-content: center;
}

#TwoFAConfirmation{
    display: flex;
}

/*--------------------------------------------*/
/*footer information*/

.Footer_Info {
    background-color: #252837;
    height: 20%;
    min-height: 280px;
    border-top: 2px solid #5D5893; 
    display: flex;
    justify-content: center;
}

.FooterCenterBox {
    height: 100%;
    width: 50%;
    border-radius: 5px;
    margin-top: 20px;
}

.TopFooter {
    height: 70%;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.FooterPageLinks {
    height: 100%;
    width: 25%;
    border-radius: 5px;
}

.ContentPlacer {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    flex-direction: column;
}

.ContentPlacerSplit {
    height: 50%;
    width: 100%;
    
    border-radius: 5px;
    padding: 5px;
    display: flex;
    flex-direction: column;
}

.FooterLinksBox {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 5px;
}

.FooterLinks {
    text-decoration: none;
}

.BottomFooter {
    height: 25%;
    width: 100%;
    
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.Footerbasecontainer {
    height: 50%;
    width: 100%;
    padding-right: 10%;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.BottomDivisionLeft {
    height: 100%;
    width: 50%;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: center;
}

.BottomDivisionTR {
    height: 100%;
    width: 50%;
    
    border-radius: 5px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: right;
    text-align: right;
}

.BottomDivisionRight {
    height: 100%;
    width: 50%;
    
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: right;
}

.FooterTitle {
    margin-bottom: 5px;
}

.FooterMadeByL {
    display: none;
    font-size: 14;
    opacity: 0.7;
}

.Footertext {
    font-size: 14;
    opacity: 0.7;
}

.UKSlink {
    text-decoration: none;
}

.FooterMadeByR {
    display: inline;
    font-size: 14;
    opacity: 0.7;
}

.footerIconLink {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
    margin-inline: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerIconLink:hover {
    background-color: #50545a;
    transition: all 0.3s ease;
}

.FooterIconImg {
    height: 80%;
    width: 80%; 
}




/*screen size adjusting*/

@media only screen and (max-width: 1600px) {
    
}

@media only screen and (max-width: 1400px) {
    
}

@media only screen and (max-width: 1350px) {
    .navbar {
        display: none;
    }

    .Mobile_navbar {
        display: flex;
    }
}

@media only screen and (max-width: 1250px) {
    .FooterCenterBox {
        width: 70%;
    }
}

@media only screen and (max-width: 1200px) {
    
}

@media only screen and (max-width: 1100px) {
    

    .Gamebanner {
        height: 20vh;
        transition: all 0.6s ease;
    }
}

@media only screen and (max-width: 1000px) {
    
}

@media only screen and (max-width: 900px) {

    .form {
        max-width: 350px;
        min-width: 350px;
      }

    .Footerbasecontainer {
        padding-right: 0%;
    }

    .FooterCenterBox {
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {
    .Gamebanner {
        height: 15vh;
        transition: all 0.6s ease;
    }
}

@media only screen and (max-width: 575px) {
    .FooterMadeByL {
        display: inline;
    }
    
    .FooterMadeByR {
        display: none;
    }

    .BottomDivisionLeft {
        width: 75%;      
    }
    
    .BottomDivisionTR {
        width: 25%;
    }
}

@media only screen and (max-width: 550px) {
    .Gamebanner {
        height: 10vh;
        transition: all 0.6s ease;
    }
}



@media only screen and (max-width: 400px) {
    
}

@media only screen and (max-width: 320px) {
    
}