::first-letter {
    text-transform: uppercase;
}
.navbar-brand {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
    color: #e12454;
    line-height: 2rem;
}
.navbar-brand span {
    display: block;
    font-size: 1rem;
    margin: 0;
    line-height: 1rem;
    color: #6F8BA4;
    font-weight: 600;
    text-transform: lowercase;
    font-style: italic;
}
.btn-soft-grey{
    background-color: #e6ebee;
    color: #223a66;
}
.btn-dark-blue, .btn-soft-grey:hover{
    background-color: #4D6591;
    color: #fff;
}
.game-links{
    width: 65%;
    justify-content: space-between;
}
.game-links .btn{
    padding: .375rem .75rem;
}
.text-content {
    text-align: justify;
}
.text-content img {
    max-width: 80%;
}
.text-content figure {
    text-align: center;
}
.btn-orange {
    background-color: #fd7e14;
    border-color: #fd7e14;
    color: #fff;
}
.btn-orange:hover {
    background-color: #e24e06;
    border-color: #e24e06;
    color: #fff;
}
.btn-soft-success {
    color: #fff;
    background-color: #51d06e;
    border-color: #51d06e;
}
.btn-soft-warning {
    color: #212529;
    background-color: #ffdc22;
    border-color: #ffdc22;
}
.btn-soft-orange {
    background-color: #ff9b31;
    border-color: #ff9b31;
    color: #fff;
}
.btn-soft-danger {
    color: #fff;
    background-color: #f75060;
    border-color: #f75060;
}
.form-group {
    position: relative;
}
select.form-control {
    box-shadow: none;
    height: 45px;
    outline: none;
    font-size: 14px;
}
.alert .feather {
    width: 16px;
    height: 16px;
}
.invalid-feedback {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
}
.form-group .form-control:not(.is-invalid):not(.is-valid) {
    border: 1px solid #EEF2F6;
    box-shadow: none;
    width: 100%;
    background: #f4f9fc;
}
.list-group.user-menu .list-group-item{
    font-family: "Exo 2", sans-serif;
}
.list-group.user-menu .list-group-item.active {
    background-color: #223a66;
    border: #223a66;
    font-weight: bold;
    color: #fff;
}
.list-group.user-menu .list-group-item.active a{
    color: #fff;
}
.avatar {
    position: relative;
    overflow: hidden;
}
.leaderboard .avatar {
    min-width: 3rem;
}
.avatar img {
    width: 100%;
    height: auto;
}
.avatar:hover button {
    transform: translateY(0);
}
.avatar button {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #6F8BA4;
    border: none;
    padding: .5rem;
    cursor: pointer;
    left: 0;
    color: #fff;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    transform: translateY(100%);
    transition: all .2s;
}
.avatar button:hover {
    background: #4D6591;
}
.avatar svg {
    width: 1.25rem;
    height: 1.25rem;
}
.btn-main-3 {
    background: #ffffff;
    color: #223a66;
    border-color: #ffffff;
}
.btn-main-3:hover {
     background: #e12454;
     color: #fff;
     border-color: #e12454;
 }
.btn .feather {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.header-top-bar .btn{
    padding: .375rem .75rem;
}
.header-top-bar .btn {
    padding: .375rem .75rem;
    line-height: 1rem;
}
.header-top-bar .btn .avatar {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 50%;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translateX(-70%) translateY(-50%);
    overflow: hidden;
    background: #fff;
    border: 2px solid #6F8BA4;
}
.header-top-bar .btn .avatar img {
    width: 100%;
    height: auto;
}
.account-link{
    position: relative;
    padding-left: 1.2rem !important;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.profile-card {
    padding: 20px;
    font-family: "Exo 2", sans-serif;
    border-top: 5px solid #e12454;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}
.profile-card .table tr:first-child td, .profile-card .table tr:first-child th{
    border-top: 0;
}
.pagination .btn {
    padding: .75rem 1rem;
    line-height: 1rem;
}
.congratulations-wrapper{
    position: relative;
    overflow: hidden;
    min-height: 50vh;
}
#confetti-holder{
    position: absolute;
    height: 100%;
    pointer-events: none;
    width: 100%;
    top: 0;
    z-index: -1;
    text-align: center;
    vertical-align:middle;
}
#e0DQ82qcIov1 {
    height: 150vh;
    min-width: 600px;
    min-height: 600px;

}
.success-statistic-item {
    background-color: #223a66;
    color: #A2BED7;
    padding: 1rem 1.5rem;
    border-radius: .5rem;
    text-align: center;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    min-width: 15%;
}
.success-statistic-item__value {
    color: #fff;
    font-size: 150%;
    text-transform: uppercase;
}
.social-login-buttons {
    padding-top: .5rem;
}
.social-login-buttons .btn {
    padding: 0;
    border-radius: 50%;
    width: 3rem;
}
.share-link svg {
    max-width: 4rem;
}
.navbar-brand img, .logo img {
    max-width: 150px;
}
.top-bar-info .list-inline-item .feather{
    height: 1.25rem;
}
.table.leaderboard img.avatar, .table.leaderboard img.award {
    width: 3rem;
}
.table.leaderboard img.flag, .title-color img.flag {
    width: 2rem;
}
.table.leaderboard th, .table.leaderboard td {
    vertical-align: middle;
}
.cursor-pointer{
    cursor: pointer;
}

.tooltip .tooltip-inner {
    background-color: #6F8BA4;
    color: #fff;
    font-size: .9rem;
    font-family: "Exo 2", sans-serif;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #6F8BA4;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #6F8BA4;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #6F8BA4;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #6F8BA4;
}
.info-btn{
    background-color: #fff;
    border-radius: .25rem;
    transition: all .2s;
    cursor: pointer;
}
.info-btn svg {
    stroke: #6F8BA4;
    transition: all .2s;
}
.info-btn:hover{
    background-color: #6F8BA4;
}
.info-btn:hover svg {
    stroke: #fff;
}
.pe-none{
    pointer-events: none !important;
}
.table-current {
    background-color: #f4f9fc;
}
.text-content h2 {
    color: #223a66;
    font-size: 2rem;
}
.badge-main-2 {
    color: #fff;
    background-color: #e12454;
}
.achievement-icon {
    width: 4rem;
    height: 4rem;
    background-color: #e12454;
    padding: .5rem;
    border-radius: 2rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.2) !important;
    opacity: .15;
    transition: all .2s;
}
.achievement-icon:hover, .achievement-icon.active {
    opacity: 1;
}
.achievement-name {
    color: #223a66;
    font-weight: 700;
}
.achievements-list .achievement {
    scale: 1;
    transition: all .2s;
}
.achievements-list .achievement:hover {
    z-index: 1;
    scale: 1.1;
}

.achievement-icon.swift_shot {
    background-color: #e45b56;
}
.achievement-icon.strategist {
    background-color: #bada55;
}
.achievement-icon.pedant {
    background-color: #2acaea;
}
.achievement-icon.racer {
    background-color: #8a2be2;
}
.achievement-icon.collector {
    background-color: #088da5;
}
.achievement-icon.enthusiast {
    background-color: #ffd700;
}
.achievement-icon.gamer {
    background-color: #ff7f50;
}
.achievement-icon.mega_mind {
    background-color: #20b2aa;
}
.achievement-icon.mathematician {
    background-color: #3399ff;
}
.achievement-icon.thinker {
    background-color: #ff1493;
}
.achievement-icon.telepath {
    background-color: #ff4040;
}
.achievement-icon.jock {
    background-color: #794044;
}
.achievement-icon.trickster {
    background-color: #0e2f44;
}
.achievement-icon.influencer {
    background-color: #9ec9cf;
}
.achievement-icon.banker {
    background-color: #12b263;
}
.achievement-icon.artist {
    background-color: #b21261;
}
.achievement-icon.perfectionist {
    background-color: #cca478;
}
.achievement-icon.sniper {
    background-color: #428b9d;
}
.achievement-icon.perseverance {
    background-color: #3d558d;
}
.w-20 {
    flex: 0 0 20%;
}
#append-calendar {
    display: flex;
    align-items: center;
    justify-content: center;
}
#daily-calendar {
    border-radius: .5rem;
    overflow: hidden;
    border: 1px solid #223a66;
    font-family: "Exo 2", sans-serif;
    display: inline-flex;
}
#daily-calendar .table-bordered{
    border: none !important;
}
#daily-calendar .zabuto-calendar__navigation td {
    background-color: #223a66 !important;
    color: #fff;
    border-color: #223a66 !important;
}
#daily-calendar .zabuto-calendar.table thead th {
    background-color: #6F8BA4;
    color: white;
    border-color: #94B0C9;
}
#daily-calendar .zabuto-calendar__event {
    position: relative;
    cursor: pointer;
}
#daily-calendar .zabuto-calendar__event .solved span, #daily-calendar .zabuto-calendar__event .started span , #daily-calendar .zabuto-calendar__event .not_played span {
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 1;
}
#daily-calendar .zabuto-calendar__event .solved::before, #daily-calendar .zabuto-calendar__event .started::before,
#daily-calendar .zabuto-calendar__event .started::before, #daily-calendar .zabuto-calendar__event .started::before,
#daily-calendar .zabuto-calendar__event .not_played::before, #daily-calendar .zabuto-calendar__event .not_played::before {
    content: "\2714";
    position: absolute;
    color: #fff;
    display: block;
    font-size: 22px;
    z-index: 10;
    right: 0;
    top: -9px;
}
#daily-calendar .zabuto-calendar__event .started::before, #daily-calendar .zabuto-calendar__event .started::before {
    content: "\26AC";
    font-size: 42px;
    top: -24px;
    right: -9px;
}
#daily-calendar .zabuto-calendar__event .not_played::before, #daily-calendar .zabuto-calendar__event .not_played::before{
    content: "\2718";
}
#daily-calendar .zabuto-calendar__event .solved::after, #daily-calendar .zabuto-calendar__event .started::after , #daily-calendar .zabuto-calendar__event .not_played::after {
    content: '';
    background-color: #223a66;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#daily-calendar .zabuto-calendar__event .started::after {
    background-color: #94B0C9;
}
#daily-calendar .zabuto-calendar__event .not_played::after {
    background-color: #e12454;
}
.error-title {
    color: #e12454;
    font-size: 8rem;
    line-height: 8rem;
    margin: 0;
}
.styled-ol, .styled-ul { counter-reset: item; list-style: none; }
.styled-ol li::before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #e12454;
    font-weight: 700;
    font-family: "Exo 2", sans-serif;
}
.styled-ul li::before {
    content: "\2714  ";
    color: #e12454;
    font-weight: 700;
}
.content {
    text-align: justify;
}
.content img {
    max-width: 100%;
}
.content .image{
    margin: 20px auto;
    text-align: center;
}
.content a:not(:hover){
    color: #0069c2;
    text-decoration: underline !important;
}
.comment-thumb.float-left img {
    width: 50px;
}
nav[aria-label="breadcrumb"] ol {
    list-style: none;
    padding-left: 0;
}
.page-title nav[aria-label="breadcrumb"] ol {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
nav[aria-label="breadcrumb"] ol li {
    display: inline-block;
    margin-right: .75rem;
    position: relative;
}
nav[aria-label="breadcrumb"] ol li:not(:first-child)::before {
    content: "/";
    position: absolute;
    left: -.75rem;
    color: #223a66;
}
.page-title nav[aria-label="breadcrumb"] ol li:not(:first-child)::before {
    color: #fff;
}
nav[aria-label="breadcrumb"] ol li a {
    color: #223a66;
}
.page-title nav[aria-label="breadcrumb"] ol li a {
    color: #fff;
}
.statistics .card {
    height: 100%;
    border: none !important;
    box-shadow: 0 0 30px 0 rgba(0, 42, 106, 0.1);
}
.testimonial-block{
    box-shadow: 0 0 30px 0 rgba(0, 42, 106, 0.1);
}
.card-header {
    background-color: #4D6591;
    text-transform: capitalize;
}
.card-header h5{
    color: #fff;
}
.top-banner-wrapper {
    overflow: hidden;
    position: relative;
    border-radius: .5rem;
}
.top-banner-wrapper img {
    width: 100%;
}
.top-banner-wrapper .cover {
    position: absolute;
    height: 100%;
    right: 4rem;
    top: 0;
    bottom: 0;
    width: 50%;
    text-align: right;
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: center;
}
.top-players .nav-item {
    margin: .1rem;
    flex: 1 1 calc(50% - .2rem) !important;
}
.top-players .nav-link {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: .5px;
    padding: .5rem 1rem;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    border: 2px solid transparent;
    width: 100%;
    background-color: #e6ebee !important;
    color: #223a66 !important;
}
.top-players .nav-link.active {
    background: #e12454 !important;
    color: #fff !important;
    border-color: #e12454 !important;
}
.top-game:not(:last-child) {
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #718CAC;
}
.top-game-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #223a66;
    font-family: "Exo 2", sans-serif;
}
.top-game-button .btn-main {
    padding: .5rem 1rem;
    max-width: 7rem;
}
.top-game-percent {
    width: 8rem;
    text-align: left;
}
.top-game-button .btn-main:not(:hover) {
    background: #4D6591;
    border-color: #4D6591;
}
.advantage {
    max-width: 19%;
    border-radius: .25rem;
    position: relative;
}
.advantage:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    background-color: #c7cccf;
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
}
.advantage-icon svg {
    max-width: 100px;
}
.service-item svg {
    max-width: 50px;
}
.service-item svg path {
    fill: #e12454;
}
.slider-controls-wrapper{
    position: relative;
    width: 100%;
}
.slider-controls {
    position: absolute;
    width: 104%;
    left: -2%;
    z-index: 10;
    top: 12rem;
}
.slider-controls > * {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.lcc-modal {
    border-radius: .5rem;
}
.lcc-modal__title{
    color: #223a66;
}
.lcc-text{
    color: #6F8BA4;
}
.lcc-button:not(.lcc-button--link) {
    background: #4D6591;
    padding: .5rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: .5px;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: all .35s ease;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
}
.lcc-button:not(.lcc-button--link):hover {
    background: #e12454;
    border-color: #e12454;
    color: #fff;
}
.lcc-label span, .lcc-button--link {
    color: #223a66 !important;
    font-weight: 700;
}
.top-players {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-socials li a i {
    font-size: 25px;
    line-height: 45px;
}
.footer-socials li a {
    padding: 0 !important;
}
.section {
    padding: 50px 0;
}
.section-title {
    margin-bottom: 40px;
}
.blog-thumb {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    overflow: hidden;
}
.blog-thumb img {
    min-width: 100%;
    min-height: 100%;
}
.blog-item-content h3 a {
    height: 60px;
    display: block;
    overflow: hidden;
}
.preview-wrapper{
    background-color: #f4f9fc;
}
.preview-image img {
    max-height: 400px;
    max-width: 100%;
}
.preview-counter {
    background-color: #e12454;
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 20px;
    font-weight: 700;
    font-family: "Exo 2", sans-serif;
    margin-bottom: .5rem;
    display: inline-block;
    font-size: .75rem;
}
header .navbar-nav [class*=" icofont-"]:not(.icofont-thin-down), header .navbar-nav [class^="icofont-"]:not(.icofont-thin-down) {
    font-size: 1.3rem;
    color: #e12454;
}
#navbarmain .nav-link {
    color: #223a66;
    padding: 10px 7px;
    text-wrap: nowrap !important;
}
iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}
@media (max-width: 1200px) {
    .w-20 {
        flex: 0 0 25%;
    }
}
.desktop-hidden{
    display: none;
}
input[type="number"]{
    box-shadow: none;
    height: 45px;
    outline: none;
    font-size: 14px;
}
.rpta {
    padding: 20px 0;
}
.table td, .table th{
    padding: .75rem .5rem;
    vertical-align: middle;
}
.language-switcher img {
    max-width: 2rem;
    margin-right: .5rem;
    margin-left: 1rem;
    border-radius: .3rem;
    border: 2px solid var(--game-accent);
}
.language-switcher .dropdown-menu {
    left: auto;
    right: 0;
    display: flex;
}
.language-switcher .dropdown .dropdown-item {
    padding: 8px 15px;
    display: block;
    min-width: 160px;
}
.language-switcher .dropdown .dropdown-item img {
    margin-left: 0;
}
#languageDropdown {
    display: flex;
    align-items: center;
    padding: .15rem 1.5rem .15rem .75rem;
    margin-left: .5rem;
    pointer-events: none;
}
.widget .footer-menu a, .widget-first p {
    font-size: .9rem;
}
@media (max-width: 768px) {
    .game-links{
        width: 100%;
        justify-content: space-between;
    }
    .game-links > *{
        width: 100%;
        flex: 0 0 100%;
    }
    .game-links > .dropdown > .btn{
        width: 100%;
    }
    #languageDropdown{
        pointer-events: auto;
    }
    .language-switcher .dropdown .dropdown-menu.show{
        opacity: 1;
        visibility: visible;
    }
    .language-switcher .dropdown-menu {
        flex-direction: column;
        max-height: 300px;
        overflow-y: auto;
        box-shadow: 0 10px 10px rgba(0,0,0,.3);
    }
    .leaderboard-heading {
        flex-direction: column !important;
    }
    #navbar .dropdown .dropdown-menu{
        position: relative;
        top: 0;
        visibility: visible !important;
        max-height: 0 !important;
        pointer-events: none;
        transition: all .35s ease-in-out;
    }
    #navbar .dropdown:hover .dropdown-menu{
        max-height: 1000px !important;
        pointer-events: auto;
        transition: all .35s ease-in-out;
    }
    .leaderboard-heading > * {
        width: 100%;
        margin: 10px 0;
    }
    .desktop-hidden{
        display: block;
    }
    .top-bar-info{
        display: none;
    }
    .w-20 {
        flex: 0 0 50%;
    }
    .success-statistic-item {
        padding: .75rem 1rem;
        font-size: 1rem;
        width: calc(33.33% - 1rem);
    }
    .profile-card {
        padding: 10px;
    }
    .success-statistic-item__value {
        font-size: 120%;
    }
    .banner .block {
        padding: 20px 0;
    }
    .error-wrapper{
        flex-direction: column;
    }
    .error-code {
        padding: 2rem !important;
        margin: 0 !important;
        text-align: center;
    }
    .error-action{
        margin-bottom: 2rem;
    }
}
.print-limit-reached {
    background-color: #e12454;
    color: #fff;
}
.app-block{
    max-width: 200px;
    margin: 1rem auto;
    background-color: #e6ebee;
    border-radius: .5rem;
    padding: .75rem;
    text-align: center;
    color: #223a66 !important;
    font-family: "Exo", sans-serif;
}
.app-block img{
    max-width: 100%;
}
.app-qr{
    margin-bottom: 1rem;
}
.app-link{
    display: block;
    height: 45px;
    position: relative;
    cursor: pointer;
}
.app-link:not(:last-child){
    margin-right: .5rem;
}
.app-link img{
    height: 100%;
}
.app-banner{
    margin: 1rem 0;
    width: 100%;
}
.app-banner.mobile{
    display: none;
}

@media (max-width: 768px) {
    .app-banner.desktop{
        display: none;
    }
    .app-banner.mobile{
        display: block;
    }
}

.app-banner a{
    display: block;
    width: 100%;
}
.app-banner img{
    width: 100%;
}
.tariff-item-content {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 100%;
    position: relative;
}
.tariff-item-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tariff-sticker{
    position: absolute;
    top: 0;
    right: -10%;
    rotate: 35deg;
}
