body {
    margin: 0;
    color: rgb(235, 236, 240);
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 25px;
    background-color: #0e1015;
}

.container {
    max-width: 1040px;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: rgb(235, 236, 240);
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

div#logo {
    max-width: 200px;
}

.header {
    border-bottom: 1px solid #ff8d08;
    margin-bottom: 65px;
    background: #111;
}

.masthead {
    height: 100%;
    min-height: calc(100vh - 200px);
    background-image: radial-gradient(100% 150% at 50% -35%, rgba(14, 16, 21, 0) 0%, rgb(14, 16, 21, 0.75) 100%), linear-gradient(180deg, rgba(14, 16, 21, 0) -35%, rgba(14, 16, 21, 0.375) 100%), linear-gradient(180deg, rgba(14, 16, 21, 0.375) -35%, rgba(14, 16, 21, 0) 100%), url('./image/bg-masthead.webp');
    background-position: center;
    background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.footer {
    background: #13151b;
    margin-top: 30px;
}

.copyright {
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
    color: #fff;
}

.btn-primary {
    background: #b94699;
    border: 1px solid #b94699;
    color: #fff;
}

.btn-primary:hover {
    background: #00b9e9;
    border: 1px solid #00b9e9;
    color: #fff;
}

.article-item {
    box-shadow: 0px 2px 6px #ccc;
}


.article-item,
.font-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
}

.article-text {
    padding: 10px;
}

.article-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: #222
}

.article-text:hover h4 {
    color: #111
}

.article-text .sapo {
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

.article-image,
.font-item {
    overflow: hidden;
}

.article-image img,
.font-item img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.3s ease;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

.article-image:hover img {
    opacity: 1;
}

.article-readmore {
    text-align: right;
}

.btn-link:hover {
    color: #BD6628;
}

.pagination .hidden {
    display: none;
}

.pagination a,
.pagination span {
    background: #000 !important;
    border: 1px solid #bd6628 !important;
    margin: 0 3px;
    color: #fff;
}

.pagination {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.footer-text {
    color: #fff;
}

.profile-avatar {
    position: relative;
}

.profile-avatar img {
    border-radius: 50%;
    display: flex;
}

.profile-header {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.profile-header .profile-name {
    flex: 1;
    margin-left: 20px;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 600;
    color: rgb(235, 236, 240);
}

.profile-header .profile-name span {
    padding-left: 5px;
    color: rgba(235, 236, 240, 0.75);
    font-weight: 500;
    font-size: 1.2rem;
}

.profle-level {
    text-align: center;
    position: absolute;
    bottom: -8px;
    width: 100%;
}

.profle-level span {
    background: #000;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 25px;
    padding: 0px;
    font-size: 14px;
}

.profile-menu a {
    align-items: center;
    position: relative;
    padding: 15px;
    overflow: hidden;
    background: transparent;
    font-size: 15px;
}

.profile-menu a.active:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #d5a038;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 0);
}

.card-profile {
    margin-top: 30px;
    border: 1px solid #2e2620;
    background: rgb(19, 21, 27);
    border-radius: 8px;
}

.panel-solo h3 {
    font-weight: 600;
    font-size: 18px;
    padding: 15px;
}

.panel-rank {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.panel-rank .meta {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    font-size: 14px;
    flex: 1;
}

.panel-rank .top-line {
    display: flex;
    justify-content: space-between;
}

.progress {
    height: 8px;
    margin: 5px 0;
}

.panel-rank .bottom-line {
    display: flex;
    justify-content: space-around;
    line-height: 16px;
    color: #898d94;
    font-size: 13px;
}

.match-item {
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #333;
    position: relative;
}

.match-item .image {
    flex-basis: 60px;
    overflow: hidden;
    margin-right: 15px;
}

.match-item .stats {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.match-item .stats>* {
    display: flex;
    align-content: space-around;
    justify-content: space-between;
}

.match-item .stats .top>* {
    display: flex;
    flex: 1;
}

.match-item .top {
    display: flex;
    flex-direction: row;
}

.match-item .top .status {
    color: rgb(223, 58, 58);
    font-size: 18px;
    font-weight: 600;
}

.match-item .top .point {
    color: rgb(223, 58, 58);
    font-size: 14px;
}

.match-item .top .point.win,
.match-item .top .status.win {
    color: rgb(48, 217, 211);
}

.match-item .stats .top .point {
    margin-left: 40px;
}

.match-item .stats .top .left {
    flex-basis: 40%;
}

.match-item .stats .top .right {
    font-size: 14px;
    color: rgb(235, 236, 240);
    display: flex;
    justify-content: space-between;
    flex-basis: 60%;
}

.match-item .stats .top .right>* {
    font-size: 13px;
    color: #ccc;
}

.stats .kda b {
    color: rgb(196, 168, 137);
    font-size: 14px;
}

.match-item .stats .bottom span {
    color: rgb(137, 141, 148);
    font-size: 13px;
}

.match-item .stats .bottom>* {
    display: flex;
    flex-direction: column;
}

.match-description b {
    color: rgb(235, 236, 240);
    font-size: 14px;
}

.panel-point b {
    padding: 15px;
    font-size: 14px;
}

.match-item .placeholder {
    margin: 3px;
}

.lane svg {
    fill: #898d94;
    width: 18px;
    height: 18px;
}

.match-item:hover {
    background: #000;
}

footer {
    padding: 5em 0;
}

.footer-02 {
    background: #131719;
}

.footer-02 .footer-heading {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.footer-02 .footer-heading .logo {
    color: #fff;
    text-transform: uppercase;
}

.footer-02 a {
    color: #bba387;
}

.footer-02 p {
    color: rgba(255, 255, 255, 0.3);
}

.footer-02 .copyright {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

.footer-02 .list-unstyled li a {
    color: rgba(255, 255, 255, 0.4);
}

.footer-02 .list-unstyled li a:hover {
    color: #fff;
}

.footer-02 .list-unstyled a {
    color: rgba(255, 255, 255, 0.4);
}

.footer-02 .list-unstyled a:hover {
    color: #fff;
}

.footer-02 .partner-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1em 0;
}

.footer-02 .partner-wrap h3 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

.footer-02 .partner-wrap .partner-name a {
    margin-right: 10px;
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

.footer-02 .partner-wrap .partner-name a span {
    color: white;
}

.footer-02 .partner-wrap .btn-custom {
    font-size: 14px;
}

.footer-02 .border-left {
    border-color: rgba(255, 255, 255, 0.05) !important;
}

.champion-item {
    padding: 0 2px;
}

.champion-item h3 {
    font-size: 12px;
    text-align: center;
    padding: 5px 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 1199.98px) {
    .footer-02 .border-left {
        border: none;
    }
}

.champions {
    margin-bottom: 50px;
}

.champion-item:hover h3 {
    text-decoration: underline;
    color: #ff6c00;
}

.spells {
    display: flex;
    gap: 5px;
}

.spells-item img {
    max-width: 30px;
    border-radius: 4px;
    cursor: pointer;
}

.spells-item {
    position: relative;
}

.spells-item .key {
    position: absolute;
    bottom: 0;
    background: #202D37;
    right: 0;
    width: 15px;
    height: 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 4px;
    cursor: pointer;
}

.popover .popover-header {
    color: #ff6000 !important;
}

.popover .popover-body,
.popover .popover-header {
    background-color: #000;
    color: #ccc;
}

.champion-header {
    display: flex;
    gap: 20px;
    align-items: center;
}

.champion-header .image {
    position: relative;
    flex-basis: 250px;
}

.champion-header .image .level {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #86b7fe;
}

section.champion-detail {
    padding: 30px 0;
}

.champion-header .description {
    font-size: 12px;
    line-height: 18px;
}

.row.champion-tab {
    margin-top: 30px;
}

.champion-tab #nav-tab {
    border-bottom: 0;
}

.champion-tab #nav-tab button {
    color: #ccc;
    font-size: 15px;
    padding: 3px 15px;
}

.champion-tab #nav-tab button.active {
    background: #333;
    border: navajowhite;
    border-radius: 5px;
    color: #fff;
}

.champion-tab #nav-tab button:hover {
    border: 0;
    color: #fff;
}

.swiper {
    width: 100%;
    height: 100%;
    max-height: 500px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.champion-tab .tab-content {
    margin: 20px 0;
}

.champion-tab .card {
    background: #31313c;
    color: #ccc;
}

.champion-tab .card h3 {
    font-size: 15px;
    font-weight: bold;
}
.card-top-gammer ul {
    list-style: none;
    padding-left: 0;
}

.card-top-gammer ul a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.card-top-gammer ul .game-total {
    font-size: 14px;
    color: #9e9eb1;
}

.card-top-gammer ul .name {
    display: flex;
    align-items: center;
    gap: 5px;
}

.card-top-gammer ul .name img {
    width: 40px;
    border-radius: 50%;
}

.card-top-gammer ul .name h6 {
    margin: 0;
}

.card-top-gammer ul li {
    border-bottom: 1px solid #222;
    padding: 5px 0;
}

.card-top-gammer .card-body {
    padding: 0 10px;
}

.card-top-gammer ul li:last-child {
    border: none;
}
.card-top-gammer ul .name h6 {
    font-size: 13px;
}

.card-top-gammer ul .name h6 span {
    color: #ccc;
    padding-left:4px;
}
.card-combo .level {
    text-align: left;
    display: inline;
    font-size: 12px;
    background: rgb(83, 131, 232);
    padding: 3px 5px;
    border-radius: 3px;
    color: #fff;
}
.card-combo .level.Medium {
    background: rgb(0, 174, 10);
}

.card-combo .sapo {
    text-align: left;
}

.card-combo .name {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.champion-detail .card{
    margin-bottom: 20px;
}

ul.dropdown-menu {
    background: #000;
}

ul.dropdown-menu li:hover a {
    background: #111;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */

.table-ranking td.name a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.table-ranking td.name a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.table-ranking td.name a h5 {
    margin-bottom: 0;
    font-size: 14px;
}

.table-ranking td {
    font-size: 14px;
}
td.game-process {
    width: 200px;
}

td.rank-index {
    width: 20px;
    text-align: center;
}

.participant-item {
    display: flex;
    width: 100%;
    flex: 1;
    padding: 10px;
    border-bottom: 1px solid #2e2620;
    gap: 10px;
    font-size: 14px;
}

.participant-item  .stats {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.participant-item .image {
    width: 50px;
}
.participant-item .name {
    width: 120px;
    overflow: hidden;
}
.participant-item .name .status{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.participant-item .image img {
    border-radius: 50%;
    border: 2px solid #42a1ff;
}
.participant-item .lane {
    width: 50px;
    text-align: center;
}
.participant-item .kda {
    display: flex;
    flex-direction: column;
    width: 100px;
    text-align: center;
}
.participant-item .description {
    width: 80px;
    text-align: right;
}
.participant-item .items img {
    width: 30px;
}
.detail-match .banned {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.detail-match .banned img {
    width: 35px;
    border-radius: 10px;
}
.detail-match .card-profile {
    margin-top: 0;
}

.detail-match .team-info h3 {
    font-size: 20px;
    color: #42a1ff;
}

.detail-match .team-info.red-team h3 {
    font-size: 20px;
    color: #df3a3a;
    margin-top: 20px;
}

.detail-match .team-info.red-team .image img {
    border-color: #df3a3a;
}

.detail-match .team-info .items {
    text-align: left;
    flex: 1;
    display: flex;
    margin-left: 20px;
}
.detail-match .team-info .items img{
    border-radius: 5px;
}
.img-item {
    width: 30px;
    height: 30px;
    background: #262626;
    border-radius: 5px;
}
.participant-item .runes {
    width: 50px;
    padding: 0 10px;
}