@font-face {
    font-family: myRoboto;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: myBebasNeue;
    src: url('../fonts/BebasNeue-Bold.ttf');
}

@font-face {
    font-family: myGotham;
    src: url('../fonts/Metropolis-Regular.otf');
}

@font-face {
    font-family: myHeadliner;
    src: url('../fonts/Headliner.ttf');
}

@font-face {
    font-family: Segoe UI;
    src: url('../fonts/segoeui.ttf');
}

@font-face {
    font-family: Segoe UI Bold;
    src: url('../fonts/segoeuib.ttf');
}

@font-face {
    font-family: Segoe UI Semi-light;
    src: url('../fonts/segoeuisl.ttf');
}

@font-face {
    font-family: Segoe UI Light;
    src: url('../fonts/segoeuil.ttf');
}


body{
    font-family: Segoe UI;
    background: transparent linear-gradient(180deg, #727884 0%, #151B27 30%) 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    background-attachment: fixed;
}

textarea.form-control{
    height: auto;
}

a{
    color: #EB008A;
    text-decoration: none;
}

a:hover{
    text-decoration: none;
    color: #FF007D;
}

img {
    width: 100%;
}

hr {
    border-top: 1px solid #555555;
}

dl, ol, ul{
    margin-bottom: 0px;
}

.d-content{
    display:contents;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-control:disabled, .form-control[readonly]{
    background-color: #212529;
}

nav#sidebar{
    z-index: 99;
}

iframe{
    border: 0px;
}

.pagination-icon {
    width: 25px;
}

.pagination .page-link{
    margin: 0px 5px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 49px;
    min-height: 49px;
}

.pagination .page-link:first-child{
    margin-left: 0;
}
        
.pagination .page-item:first-child .page-link, .page-item:last-child .page-link{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.pagination .page-link {
    background-color: #293243;
    color: #858891;
    border: 0;
}

.pagination .page-item.active .page-link {
    color: #FFF;
    background-color: #823AFF;
    background: #EB008A;
    border: 0;
    /* background: linear-gradient(-90deg, rgba(252,1,124,1) 0%, rgba(157,58,255,1) 50%, rgba(49,27,221,1) 100%); */
    /* border-color: #823AFF; */
}

.page-item.disabled .page-link {
    color: #858891;
    pointer-events: none;
    cursor: auto;
    background-color: #293243;
    border-color: #FFF;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control{
    color: #FFF;
    background-color: #333333;
    border: 0;
    height: 50px;
}

.form-control[type=file]{
    height: 36px;
}

.form-control:focus {
    color: #000;
    background-color: #EEEEEE;
  }

.input-group-text{
    background-color: #333333;
    color: #FFF;
    border: 0;
}

.input-group-prepend.right{
    margin-left: -1px;
}

.input-group-prepend.right .input-group-text{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.badge-primary{
    background-color: #10BAA8;
    border-radius: 8px;
    padding: 5px 10px 5px 10px;
}

.custom-gutter {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: -0.5rem;
}
  
.text-color-1{
    color: #FFF;
}

.text-color-1a{
    color: #FFF;
    font-size: 16px;
}

.text-color-2{
    color: #999999;
}

.tournament-name {
    font-size: 26px;
    color: #FFFFFF;
}

.text-color-2a{
    font-size: 14px;
    color: #A2B6DE;
}

.text-color-2b{
    font-size: 12px;
    color: #A2B6DE;
}


.text-color-3{
    color: #FF007D;
}

.text-color-3a{
    color: #EB008A;
    text-decoration: underline;
}

.count {
    font-family: 16px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.join-btn {
    background: transparent linear-gradient(180deg, #A800AB 0%, #EB008A 100%) 0% 0% no-repeat padding-box;
    border-radius: 100px;
    padding: 10px 25px;
    font-size: 16px;
    font-family: Segoe UI Bold;
}

.text-color-5{
    color: #10BAA8;
}

.text-color-6{
    color: #FFE600;
}

.text-color-7{
    color: #08FF00;
}

.text-color-8{
    color: #7E838C;
}

.text-color-9{
    color: #2F4B93!important;
}

.background-1{
    background-image: url("../../image/asset/background/background_sign.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-color-1{
    background-color: #FFF;
}

.background-color-2{
    background-color: #000;
}

.background-color-3{
    background-color: #1C222B;
}

.background-color-3a{
    background-color: #293243;
}

.background-color-3b{
    background-color: #3F4A5E;
}

.background-color-4{
    background-color: #273346;
}

.background-color-5{
    background-color: #333333;
}

.background-color-6{
    background-color: #FF007D;
}

.background-color-7{
    background-color: #555555;
}

.background-color-8{
    background-color: #29336a9c;
}

.background-color-9{
    background-color: #EA005E;
}

.background-color-10{
    background-color: #29336A;
}

.background-color-11{
    background-color: #2D3765;
}

.background-color-12{
    background-color: #222B60;
}

.background-color-13{
    background-color: #323D77;
}

.background-color-14{
    background-color: #262F3D;
}

.background-color-15{
    background-color: #272F3E;
}

.background-color-16{
    background-color: #28303F;
}

.background-color-17{
    background-color: #0E131D;
}

.background-color-18{
    background-color: #28303F;
}

.background-color-19{
    background-color: #222222;
}

.border-1{
    border: 1px solid #28303F;
}

.border-2{
    border: 1px solid #4A5891;
}

.border-3{
    border: 1px solid #EA005E;
    border-radius: 100px;
}

.border-style-1{
    border: 1px solid #7E838C;
}


.border-style-2{
    border: 1px solid #343F50;
}

.header.navbar .logo{
    width: 175px;
    margin-left: 50px;
}

.header{
    background-color: #121C30;
}

.header .navbar-toggler,
.header .navbar-toggler:focus,
.header .navbar-toggler:active,
.header .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.header .nav-link {
    padding: 22px;
    margin: auto;
}

.header.navbar .nav-item{
    border-top: 1px solid #212529;
    text-align: center;
}

.header.navbar li:last-child {
    border-bottom: 1px solid #212529;
}

.header.navbar li{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header .dropdown-menu{
    background-color: #000007;
}

.header .dropdown-item{
    color: #FFF;
}

.header .dropdown-item:hover{
    color: #FFF;
    background-color: #ff007da8;
}

.header.navbar.open{
    background-color: #121C30;
}

.header .offcanvas-collapse .nav-item .btn{
    max-width: 165px;
}


.header .offcanvas-collapse.open{
    background-color: rgb(52 58 64 / 95%);
}


.loginModel .modal-content, .registerModel .modal-content, .resetPassModel .modal-content,
.joinTournamentModel .modal-content, .verifyProfileModel, .touModal .modal-content,
.announcementModel .modal-content,
.createTeamModal .modal-header, .createTeamModal .modal-footer,
.createGameIDModal .modal-header, .createGameIDModal .modal-footer,
.editGameIDModal .modal-header, .editGameIDModal .modal-footer,
.invitePlayerModal .modal-header, .invitePlayerModal .modal-footer,
.removePlayerWarningModal .modal-header, .removePlayerWarningModal .modal-footer,
.editTeamModal .modal-header, .editTeamModal .modal-footer,
.warningModal .modal-header, .warningModal .modal-footer,
.submitScoreModal .modal-header, .submitScoreModal .modal-footer,
.viewScoreModal .modal-header, .viewScoreModal .modal-footer{
    background-color: transparent;
}

.createTeamModal .modal-content, .createGameIDModal .modal-content,
.editGameIDModal .modal-content, .invitePlayerModal .modal-content,
.removePlayerWarningModal .modal-content,
.editTeamModal .modal-content, .warningModal .modal-content,
.submitScoreModal .modal-content,
.viewScoreModal .modal-content{
    background-color: #111111;
}

.modal-header, .modal-footer{
    color: #EEE;
    border: 0;
}

.modal-header .fas{
    color: #EEE;
}

.footer{
    background-color: #0E131D;
    color: #999999;
}

.modal-content h2{
    color: #FFF;
}

.modal-body .btnClose{
  position: absolute;
  right: 15px;
  top: 10px;
}

.modal-body .btnClose a{
  color: #999999;
}

.sidebar-open{
    overflow: hidden;
}

.btn, .btn:hover{
    color: #FFF;
    border: 0px;
}

.btn.btn-primary{
    background-color: #823AFF;
    background: rgb(252,1,124);
    background: linear-gradient(-90deg, rgba(252,1,124,1) 0%, rgba(157,58,255,1) 50%, rgba(49,27,221,1) 100%);
}

.btn.size-1{
    text-transform: uppercase;
    padding: 15px 0px;
    max-width: 250px;
    width: 100%;
}

.btn.btn-secondary{
    color: #FFF;
    border: 1px solid #FFFFFF;
    background-color: #00000013;
    border-radius: 100px;
    padding: 7px 17px;
    font-family: Segoe UI Bold;
    font-size: 16px;
}

.btn.btn-outline-primary{
    border: 1px solid #FF007D;
}

.btn.btn-outline-primary:hover{
    background-color: #FF007D;
}

.btn.btn-outline-secondary{
    border: 1px solid #6c757d;
}

.btn.btn-danger{
    color: #DC3A3A;
    border: 1px solid #DC3A3A;
    margin-bottom: 10px;
    background-color: #00000013;
}

.btn.btn-fb{
    width: 100%;
    color: #FFF;
    background-color: #2F4B93;
    border: 0;
}

.btn.btn-google{
    width: 100%;
    color: #6c757d;
    background-color: #FFF;
    border: 0;
}

.btn-circle {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}

.btn.btn-circle.btn-custom1{
    color: #FFF;
    background-color: #823AFF;
    background: rgb(252,1,124);
    background: linear-gradient(-90deg, rgba(252,1,124,1) 0%, rgba(157,58,255,1) 50%, rgba(49,27,221,1) 100%);
    border: 0px;
}

.btn.btn-circle.btn-custom2{
    color: #FFF;
    border-color: #FFF;
}

.btn.btn-circle.btn-custom3{
    background-color: grey;
    color: #EEE;
    border-color: grey;
}

.btn.btn-circle.btn-custom4{
    color: red;
    border: 2px solid red;
}
.btn.btn-custom5{
    background-color: #444444;
    color: #EEE;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 25px
}

.btn.btn-circle.btn-custom2:hover{
    color: #000;
    background-color: #FFF;
}

.btn-circle i {
    position: relative;
    top: -1px;
}

.btn-circle-sm {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0.9rem;
}

.btn-circle-lg {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 1.1rem;
}

.btn-circle-xl {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.3rem;
}

.btn-fade,
.btn2-fade {
  color: rgba(255,255,255,0.9);
  background: linear-gradient(-45deg,rgba(252,1,124,1), rgba(157,58,255,1), rgba(49,27,221,1), rgba(252,1,124,1));
  background-size: 600%;
  -webkit-animation: anime 5s linear infinite;
          animation: anime 5s linear infinite;
}

.btn2-fade {
  position: absolute;
  margin-top: -70px;
  z-index: -1;
  filter: blur(30px);
  opacity: 0.8;
}

@-webkit-keyframes anime {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes anime {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

.tab-bar {
    overflow-x: scroll;
}

.tab-bar .nav-tabs{
    width:100%;
    min-width: 420px;
}

.tab-1 {
    overflow: auto;
}

.tab-1 .box{
    display:table;
    width: 100%;
    border: 1px solid #444;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    margin-bottom: -5px;
}

.tab-1 nav{
    width: 100%;
    display: inline-block;
}

.tab-1 .nav-tabs{
    display: flex !important;     
    white-space: nowrap;
    display: inline-block;
    border: 0px;
}

.tab-1 .nav-tabs .nav-link{
    flex: 1;                
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    border: 0px;
    display: inline-block;
}

.tab-1 .nav-tabs .nav-item.show .nav-link, .tab-1 .nav-tabs .nav-link.active {
    background-color: inherit;
    color: #EB008A;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #EB008A;
}

.tab-1 .nav-tabs .nav-link:focus,
.tab-1 .nav-tabs .nav-link:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.tab-2 .nav-tabs, .tab-2 .nav-tabs .nav-link{
    color: #FFF;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    min-width: 150px;
    text-align: center;
}

.tab-2 .nav-item.nav-link{
    background-color: #333333;
    border-bottom: 1px solid #dee2e6;
}

.tab-2 .nav-tabs .nav-item.show .nav-link, .tab-2 .nav-tabs .nav-link.active {
    border-bottom: 1px solid #111111;
    background-color: inherit;
}

.nav-mobile .logo{
    /*width: 100px;*/
    width: 180px;
}

.nav-mobile .background{
    background-color: #0000007a;
    height: 65px;
    position: absolute;
    z-index: 30;
    width: 100%;
}

.nav-mobile{
    top: 0;
    z-index:99;
    position: -webkit-sticky; /* Safari */
    position: sticky;
}

.nav-mobile .navbar{
    padding: 0.5rem 0.2rem;
}

.nav-desktop{
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #0000007a;
    height: 55px;
    position: fixed;
}

.header a{
    color: #FFFFFF;
}

.header .nav-item.active {
    border-bottom: 3px solid #EA008A;
}

.header .navbar-nav .active a{
    color: #EA008A;
}

.nav-desktop ul li{
    padding: 0px 10px;
}

.nav-desktop .dropdown-toggle::after{
    float: right;
    top: 45%;
    right: 0px;
}

.nav-desktop .dropdown-menu{
    background-color: #0000007a;
}

.nav-desktop .logo{
    width: 280px;
    position: absolute;
    padding-top: 0;
    padding-left: 15px;
}


.header-banner{
    padding: 15px;
    background-color: #1D1D1D;
}

.header.open .fa-bars{
    display: none;
}

.header.open .fa-times{
    display: inline;
}

.header .fa-bars{
    display: inline;
}

.header .fa-times{
    display: none;
}

.leaderboard .data{
    margin: 10px 0px;
}

.leaderboard .data img{
    max-width: 48px;
}

.leaderboard .data .row{
    background-color: #EEEEEE;
    padding: 5px 0px;
}

.leaderboard .data .rank{
    padding: 12px;
    text-align: center;
}

.grid-list .description{
    padding: 10px;
    font-size: 0.8rem;
    color: #FFF;
}

.grid-list .description .title{
    font-size: 1.3rem;
}

.grid-list-2 .description{
    position: absolute;
    width: 90%;
    bottom: 0px;
    z-index: 1;
    padding: 5px;
    font-size: 0.8rem;
    color: #FFF;
}

.grid-list-2 .description .title{
    font-size: 1.3rem;
}

.grid-list-2 .mask{
    position: absolute;
    left: 0;
    bottom: 0;
}

.list {
    border-bottom: 1px solid #333333;
    padding: 10px 0px;
}

.list .description{
    font-size: 0.8rem;
    color: #FFF;
}

.list .description .title{
    font-size: 1.3rem;
}

.list .btn-arrow {
    position: absolute;
    right: 5%;
    top: 35%;
}

.trophy-1{
    color: #B38F2B;
}

.trophy-2{
    color: #999999;
}

.trophy-3{
    color: #754141;
}

.overview-sub-title {
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.info-text {
    font-size: 16px;
    color: #FFFFFF;
}

.par-title {
    font-size: 14px;
    color: #A2B6DE;
}

.par-text {
    font-size: 16px;
    color: #FFFFFF;
}

.par-text-number {
    font-size: 24px;
    color: #FFFFFF;
}

.par-text-special {
    font-size: 16px;
    color: #EB008A;
}

.communication-text {
    font-family: Segoe UI Bold;
    font-size: 16px;
    color: #FFFFFF;
}

.table {
    background-color: #293243;
    color: #999999;
}

.table td, .table th {
    border-top: 0;
    border-bottom: 0;
    padding: 15px 30px;
}

.table tr:not(:last-child) td, 
.table tr:not(:last-child) th {
    border-bottom: 5px solid #151B27;
}

.card-title{
    font-family: myRoboto;
}

.card-title .step{
    border-radius: 50%;
    border: 4px solid #222222;
    color: #fcfcfc;
    margin-right: 5px;
    background-color: #FF007D;
    font-family: Lato-Bold,sans-serif;
    font-size: 20px;
    position: absolute;
    top: -10px;
    left: 10px;
    line-height: 36px;
    width: 46px;
    height: 46px;
    text-align: center;
}

.card-title .description{
    position: absolute;
    top: 5px;
    left: 65px;
}

.box-1{
    padding: 10px;
    border-radius: 8px;
}

.banner-mask{
    background-image: url('../../image/asset/119707583_372072447149385_4303709445570648547_n.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20vh;
}

.status-indicator{
    border-radius:20px;
    padding:3px 10px;
}

.status-indicator.online{
    background-color:turquoise;
    color:white
}

.status-indicator.offline{
    background-color:red;
    color:white
}

.slick-slide.slick-current img{
    border: 2px solid #FFFFFF;
}

.slick-prev, .slick-prev:hover, .slick-next, .slick-next:hover {
    font-size: inherit;
    transform: none;
    color: inherit;
    border-radius: 100px;
    outline: 0;
    background: #3E485B;
    width: 40px;
    height: 40px;
    top: 50%;
    display: flex;
    align-items: center;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev:before, .slick-next:before {
    content: '';
}

.slick-dots li button:before {
    display: none; 
}

.slick-dots li button {
    width: 48px;
    height: 4px;
    background: #293243 0% 0% no-repeat padding-box;
    gap: 8px;
    opacity: 0.7;
    border: none;
    border-radius: 3px;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
}

.slick-dots li {
    margin: 0 18px; 
}

.slick-dots li.slick-active button {
    background: linear-gradient(90deg, #A800AB 0%, #EB008A 100%);
    opacity: 1;
}

.slick-dots {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.fa-angle-left:before {
    content: "" !important;
    display: inline-block;  /* or block, depending on layout */
    width: 45px;  /* or the size of your image */
    height: 45px;
    background-image: url('/image/asset/icon/left-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;  
}

.fa-angle-right:before {
    content: "" !important;
    display: inline-block;  /* or block, depending on layout */
    width: 45px;  /* or the size of your image */
    height: 45px;
    background-image: url('/image/asset/icon/right-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;  /* aligns with text */
}

.datetime-display {
    display: flex;
    gap: 8px;
    color: #A2B6DE;
    font-size: 14px;
}

.title {
    font-size: 20px;
    color: #FFFFFF;
}

.list-inline {
    display: flex;
    margin-top: 8px;
}

.list-inline-item {
    display: flex;
    gap: 8px;
    
    color: #A2B6DE;
    font-size: 14px;
}

.list-inline-item .icon {
    display: block;
    width: 50px;
}
/* 
.slick-dots li button:before {
    color:#FFF !important;
    font-size: 8px;
    opacity: 0.7;
} */

/* .slick-dots li.slick-active button:before {
    color:#FF007D !important;
    opacity: 1;
} */

.badge-secondary {
    background-color: #444444;
}

.badge {
    padding: 5px 10px;
    border-radius: 15px;
}

.closed{
    position: absolute;
    top: 8px;
    right: 16px;

}

.closed .badge{
    background: #FF007D;
    color: #fff;
}

/* EFFECTS */
.effect-1 {
    transition: transform .2s; /* Animation */
}

.effect-1:hover {
    transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    z-index: 99;
}

.effect-2:hover {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    animation-name: border-animation;
    animation-duration: 0.25s;
    border-left: 8px solid rgb(252,1,124);
    box-shadow: 0 2px 2px rgba(0,0,0,0.25), 0 2px 2px rgba(0,0,0,0.22);
}

.image_loading {
    text-align: center;
    padding: 10px;
    color: #6c757d;
}

.alerts-border {
    border: 1px #FF007D solid;

    animation: blink 0.3s;
    animation-iteration-count: infinite;
}

@keyframes blink { 50% { border-color:#fff ; }  }

@keyframes border-animation {
    0%   {border-left: 2px solid #ffffff;}
    25%  {border-left: 3px solid #ffe6e6;}
    50%  {border-left: 4px solid #ff8080;}
    100% {border-left: 5px solid #823AFF;}
}

::-webkit-scrollbar {
    width: 11px;
    /* height: 5px; */
 }

::-webkit-scrollbar-track {
    background-color: #222222;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #ababab;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: lightgrey;
}

@media (min-width: 575.98px) {
}

@media (min-width: 767.98px) {

    .pagination{
        justify-content: start !important;
    }

    ul.footer li{
        display: inline;
        margin: 10px 30px;
    }

    .footer .logo{
        margin-top: auto;
        margin-bottom: auto;
        width: auto;
        max-height: 80px;
    }

    .header.navbar .logo{
        margin-left: 0px;
    }

    .header.navbar .nav-item{
        border-top: 0px;
    }

    .header .offcanvas-collapse .nav-item .btn{
        max-width: 100%;
    }

    .header.navbar li:last-child{
        border-bottom: 0px;
    }

    h2{
        font-size: 50px;
    }

    .sidebar-open{
        overflow: auto;
    }

    .tab-bar {
        overflow-x: hidden;
    }

}

@media (min-width: 991.98px) {

}

@media (min-width: 1199.98px) {
 }


 .btn-link.nav-link{
    border-radius: 100px;
    border: 1px solid #ffffff;
    padding: 5px 10px 5px 20px !important;
 }    
   