body, html {
    /*background-color: #21344A;*/
    background-color: #13191E;
    width: 100%;
    padding: 0px;
    color: #fff;
    font-family: Poppins;
    font-size: 15px;
}

@media (max-width: 576px) {
    .article-banner {
        height: 250px !important;
    }

    .article-banner > .hero-banner-overlay {
        min-height: 100px !important;
    }

    .article-banner > .hero-banner-overlay > h1 {
        font-size: 19px;
    }

    .article-banner > .hero-banner-overlay > h2 {
        font-size: 15px;
        line-height: 20px;
        display: none;
    }

    .navbar-nav {
        margin-left: 0px !important;
    }
}

@media (max-width: 992px) {
    .navbar-nav {
        margin-left: 0px !important;
    }

    .responsive-card {
        width: calc(20% - 6px) !important;
    }
}


@keyframes page-load {
    from {
        width:0;
        background-color: #4AC9F4;
    }
    to {
        width:100%;
        background-color: #4AC9F4;
    }
}
.page-loading::before {
    content: " ";
    display: block;
    position: fixed;
    z-index: 10000;
    height: 3px;
    width: 100%;
    top: 0px;
    left: 0px;
    animation: page-load ease-out 1.5s;
}

.navbar {
    text-align: center;
    background-color: #000000;
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    margin-top: 0px;
    z-index: 999;
    top: 0px;
}

.navbar-shadow {
    /*box-shadow: 0px 0px 33px rgba(0,0,0,0.08);
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #fff;
    top: 0px;*/
}

a.nav-link.active {
    color: #ffffff !important;
    border-bottom: 3px solid #4AC9F4;
    height: 100%;
}

a.nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 31px !important;
    padding-bottom: 27px !important;
}

.navbar-brand, .nav-item, a {
    color: #AEB0B4 !important;
    font-weight: 600;
}

.navbar-brand {
    font-weight: 700 !important;
    font-size: 24px;
    padding-top: 27px !important;
    padding-bottom: 27px !important;
}

.navbar-toggler {
    border: 0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.hero-image {
    /*border-bottom: 4px solid #F3B412;*/
    margin-top: 70px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-position: center;
    color: #fff !important;
}

.hero-text {
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
    text-align: center;
}

.hero-text-inner {
    max-width: 1200px;
    padding: 52px 20px;
    text-align: left;
}

.katsu {
    background-image: url("../images/heroes/katsu.jpg");
    background-size: cover;
}

.viserai {
    background-image: url("../images/heroes/viserai.jpg");
    background-size: cover;
}

.ira {
    background-image: url("../images/heroes/ira.jpg");
    background-size: cover;
}

.dorinthea {
    background-image: url("../images/heroes/dorinthea.jpg");
    background-size: cover;
}

.title-19 {
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
}

.title-22 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}

.title-28 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
}

.title-32 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
}

.margin-top-130 {
    margin-top: 130px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-64 {
    margin-top: 64px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-32 {
    margin-top: 32px;
}

.margin-top-24 {
    margin-top: 24px;
}

.margin-top-16 {
    margin-top: 16px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-4 {
    margin-top: 4px;
}

.primary-long-button {
    /*background-color: #F3B412;*/
    /*background: rgb(156,131,255);*/
    background: #fff;
    border: 1px solid #ddd;
    /*background: linear-gradient(90deg, rgba(156,131,255,1) -25%, rgba(255,100,249,1) 125%);*/
    border-radius: 8px;
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    padding: 20px;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
}

.secondary-long-button {
    /*background-color: #4A5C71;*/
    background-color: #CCC;
    border-radius: 8px;
    color: #000 !important;
    font-size: 17px;
    font-weight: 700;
    padding: 20px;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
}

.secondary-backgroundless-button {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-weight: 500;
    display: block;
    color: #4AC9F4 !important;
    text-decoration: none;
    font-size: 13px;
}

.btn {
    font-size: 15px;
    font-weight: 600 !important;
    /*background-color: #F3B412;*/
    background: #fff;
    border: 1px solid #ddd;
    color: #222;
}

.btn:hover {
    background: #eee;
}

.deck-thumbnail-container {
    display: inline-block;
    width: 100%;
    height: 100px;
    background-color: #fff;
    border-radius: 8px;
    text-decoration: none;
    color: #000 !important;
    display: flex;
    margin-top: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.deck-thumbnail-image {
    width: 100px;
    height: 100px;
    background-color: #ddd;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.deck-thumbnail-details {
    padding: 23px 0px 0px 25px;
    width: calc(100%-25px);
    display: flex;
    flex-direction: column;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}

.deck-thumbnail-title {
    font-size: 17px;
    font-weight: 700;
}

.deck-thumbnail-subtitle {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
}

.deck-card-wrapper {
    overflow: hidden;
    border-radius: 8px;
}

.deck-card-container {
    background-color: #F7F7F7;
    border-radius: 0px;
    padding: 0px 0px 0px 15px;
    min-height: 40px;
    line-height: 40px;
}

.deck-card-container-2 {
    background-color: #eee;
    border-radius: 0px;
    padding: 0px 0px 0px 15px;
    min-height: 40px;
    line-height: 40px;
}

.deck-card-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.deck-card-pitch-0 {
    width: 10px;
    height: 10px;
    border-radius: 99px;
    background-color: #eee;
    border: 0.5px solid #333;
    display: inline-block;
    margin-right: 10px;
}

.deck-card-pitch-1 {
    width: 10px;
    height: 10px;
    border-radius: 99px;
    background-color: #FF0000;
    display: inline-block;
    margin-right: 10px;
}

.deck-card-pitch-2 {
    width: 10px;
    height: 10px;
    border-radius: 99px;
    background-color: #FFB800;
    display: inline-block;
    margin-right: 10px;
}

.deck-card-pitch-3 {
    width: 10px;
    height: 10px;
    border-radius: 99px;
    background-color: #0085FF;
    display: inline-block;
    margin-right: 10px;
}

.deck-card-title {
    font-weight: 500;
    color: #555;
}

.deck-card-amount {
    background-color: #555555;
    width: 40px;
    text-align: center;
    color: #fff;
}

.deck-card-amount-2 {
    background-color: #444444;
    width: 40px;
    text-align: center;
    color: #fff;
}

.tooltip, .tooltip-inner, .tooltip-arrow {
    padding: 0px;
    background-color: rgba(0,0,0,0.0) !important;
    margin-right: 0px;
    position: absolute !important;
        left: 10px !important;
        top: 10px !important;
}

.tooltip {
    left: 10px !important;
    top: 10px !important;
}

.tooltip-image {
    width: 300px;
}

.footer-wrapper {
    color: #747A8B !important;
    margin-top: 150px;
    width: 100%;
    background-color: #000000;
    padding-top: 22px;
    padding-bottom: 22px;
    text-align: left;
    font-size: 11;
    font-weight: 500;
}

.footer {
    max-width: 1300px;
    text-align: left;
}

.collapse2:not(.show) {
    display: block;
    height: 160px;
    overflow: hidden;
}

.collapse-button-expand {
    background: linear-gradient(rgba(33, 52, 74, 0), #FFF, #FFF, #FFF) !important;
    border: none;
    border-radius: 0px;
    color: #222 !important;
    padding: 15px;
    padding-top: 45px;
    margin-top: -30px;
    outline: 0px !important;
}

.deck-name {
    color: #fff !important;
    font-size: 36px;
    font-weight: 700;
    text-decoration: none;
}

/* COOKIES */
.cookienote {
    /*transition: all 1s ease;*/
    background-color: #000;
    width: 100%;
    padding: 15px;
    color: #fff;
    font-size: 15px;
}

.cookieaccept {
    display: inline-block;
    float: right;
    border: none;
    outline: 0;
    background-color: rgba(0,0,0,0);
    color: #fff;
}

.cookieaccept:hover {
    color: #999;
}

.new-badge {
    background-color: #4bc966;
    border-radius: 3px;
    padding: 3px 6px;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    display: inline-block;
    margin-left: 10px;
}

.date-badge {
    background-color: #f0f1f5;
    border-radius: 3px;
    padding: 3px 6px;
    color: #222;
    font-weight: 600;
    font-size: 11px;
    display: inline-block;
    margin-left: 10px;
}

.meta-badge {
    background-color: #db3232;
    border-radius: 3px;
    padding: 3px 6px;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    display: inline-block;
    margin-left: 10px;
    box-shadow: 0px 0px 6px #db3232;
}

.tts-badge {
    background-color: #ebc034;
    border-radius: 3px;
    padding: 3px 6px;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    display: inline-block;
    margin-left: 10px;
}

.hero-banner:hover {
    box-shadow: 0px 4px 20px rgba(0,0,0,0.3);
}

.hero-banner {
    transition: 300ms;
    margin-top: 22px;
    width: 100%;
    height: 320px;
    background-color: white;
    border-radius: 8px;
    background-image: url('/web_data/images/heroes/wide_avatar/chane.png');
    background-size: cover;
    background-position: top;
    position: relative;
    display: block;
}

.hero-banner-blur {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0px;
    background: rgb(0,0,0);
    -webkit-mask: linear-gradient(to bottom, transparent 0%, black 80%);
    background: rgba(0,0,0,0.01);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.hero-banner-overlay {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 19px;
    font-weight: 600;
    text-shadow: 0px 4px 5px rgba(0,0,0,0.7);
    color: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    padding-bottom: 15px;
}

.hero-banner-stats-container {
    margin-top: 0px;
}

.hero-banner-stats {
    color: #AEB0B4;
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
    display: inline-block;
}

.user-big {
    display: block;
    width: 88px;
    min-width: 88px;
    height: 88px;
    background-color: #00FFE1;
    color: #13191E !important;
    font-weight: 600;
    font-size: 32px;
    line-height: 88px;
    text-align: center;
    border-radius: 999px;
    text-decoration: none;
}

.user-small {
    min-width: 36px;
    height: 36px;
    background-color: #00FFE1;
    color: #13191E;
    font-weight: 600;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    border-radius: 999px;
}

.deck-banner {
    transition: 300ms;
    margin-top: 22px;
    width: 100%;
    height: 128px;
    background-color: white;
    border-radius: 8px;
    background-image: url('/web_data/images/heroes/wide_avatar/chane.png');
    background-size: cover;
    background-position: top;
    position: relative;
    display: block;
    background-size: cover;
    background-position: top center;
}

.deck-name {
    color: #fff !important;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
}

.deck-info {
    color: #AEB0B4 !important;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 13px;
}


/*Article*/

.article-banner:hover {
    box-shadow: 0px 4px 20px rgba(0,0,0,0.3);
}

.article-banner {
    transition: 300ms;
    width: 100%;
    background-color: white;
    background-image: url('/web_data/images/heroes/chane.jpg');
    background-size: cover;
    position: relative;
    display: block;
    border-radius: 10px;
    height: 400px;
    background-position: center;
}

h1 {
    font-size: 32px;
    font-weight: 600;
    text-shadow: 0px 4px 5px rgba(0,0,0,0.3) !important;
}

.article-text {
    font-size: 19px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 5px;
    line-height: 30px;
    text-shadow: 0px 4px 5px rgba(0,0,0,0.3) !important;
}

.article-small-text {
    font-size: 15px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 26px;
    color: #fff;
}

.article-title {
    font-size: 48px;
    text-shadow: none !important;
}

.article-content {
    font-size: 20px;
}

.side-article-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-decoration: none !important;
    margin-bottom: 24px;
}

.side-article-image {
    max-width: 200px;
    min-width: 200px;
    height: 120px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
}

.side-article-title-wrapper {
    margin-left: 24px;
    display: flex;
    flex-direction: column;
}

.side-article-title {
    /*color: #747A8B;*/
    color: #AEB0B4;
    font-size: 13px;
    font-weight: 600;
}

.side-article-peek {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 80px;
}

.country-flag {
    width: 24px;
    height: 24px;
    /*outline: 2px solid #eee;*/
    /*box-shadow: 0 0 0px 2px #eee;*/
    background-color: #000;
    background-size: cover;
    background-position: center;
    border-radius: 99px;
}

.small-button {
    background-color: #4bc966;
    border-radius: 4px;
    padding: 3px 8px 3px 8px;
    color: #fff !important;
    font-weight: 600;
    font-size: 13px;
    display: inline;
    text-decoration: none;
    transition: 300ms;
}

.small-button:hover {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.progress {
    background-color: #fff !important;
}

.about_us_banner {
    width: 100%;
    min-height: 400px;
    background-color: #000000;
    background-image: url("../images/web/glow_background_1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 64px 20px 64px 20px;
    color: #ffffff;
}

.responsive-card {
    width: calc(10% - 5px);
    height: auto;
    margin-right: 4px;
    margin-bottom: 4px;
    border-radius: 3px;
}

table {
    border: 1px solid #fff;
}

td, th {
    border: 1px solid #999;
    padding: 10px !important;
}

p {
    font-size: 15px;
    line-height: 23px;
    margin-top: 16px;
    margin-bottom: 16px;
}

h2 {
    margin-top: 64px;
}

.info-card {
    background-color: #0E1215;
    border-radius: 10px;
    padding: 16px 24px;
    color: #fff;
}
