/* -- Klay -- */

.logo {
    text-align: center;
    margin-bottom: 50px;
}
.logo img {
    max-width: 180px;
}

.login-default {
    background-color: #0C4CB1;
    color: #fff;
    min-height: 100vh;
    padding: 70px 0;
}
.login-default form {
    max-width: 480px;
    margin: 50px auto;
}
.login-default a {
    color: #fff;
    text-decoration: none;
}
.login-default a:hover {
    text-decoration: underline;
}
.login-default .modal {
    color: #000;
}
.login-default .modal form {
    margin: 15px 0;
}
.login-default .modal a {
    text-decoration: none;
}

.app-download img {
    max-width: 140px;
}
.app-download a:hover {
    text-decoration: none;
}

.navbar .btn {
    color: #fff;
}

.dashboard-default {
    padding: 50px 0;
}
@media screen and (max-width:767px) {
    .dashboard-default {
        padding: 25px 0;
    }
}
/* .dashboard-default .container, .navbar .container {
    max-width: 940px;
} */
.navbar-brand img {
    max-width: 90px;
    margin-top: -5px;
}
.navbar .d-flex a {
    margin-left: 10px;
    font-weight: 300;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 300;
}
.navbar .btn .badge {
    top: 3px !important;
    margin-left: -3px;
}

.dashboard-default .item {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 15px;
}
.dashboard-default .item img {
    max-width: 120px;
    margin-right: 15px;
}
.dashboard-default .item-link {
    text-decoration: none;
    color: #000;
}
.dashboard-default .item-link:hover .item {
    background-color: rgb(250, 250, 250);
}
.dashboard-default .item-detail {
    padding: 30px;
}
.dashboard-default .card-title {
    margin-bottom: 0;
}
.dashboard-default h3 {
    margin-bottom: 0;
}
.dashboard-default .alert-secondary {
    background-color: #fff;
}
.dashboard-default .product-search {
    justify-content: right;
}
.dashboard-default .row-products p.card-text {
    margin-bottom: -5px;
    margin-top: 0;
}
.dashboard-default .row-products h5 .text-muted {
    font-size: 13px;
}
.dashboard-default .products-filter {
    margin-bottom: 25px;
}
.dashboard-default .products-filter a {
    margin-left: 2px;
    margin-right: 2px;
}
.dashboard-default .col-right img {
    float: right;
    width: 100%;
    max-width: 200px;
}
.dashboard-default .row-products-details .item {
    border: 0;
}
.dashboard-default .accordion-button {
    font-weight: bold;
}
.dashboard-default .products-ads {
    margin-top: 25px;
}
.dashboard-default .accordion-button:not(.collapsed) {
    background-color: #f9f9f9;
    color: #000;
}

.item-profile p {
    margin-bottom: -5px;
    margin-top: 0;
}

.dashboard-quiz h5 {
    margin-bottom: 15px;
}

.dashboard-quiz .list-group-item:hover {
    cursor: pointer;
    background-color: #f9f9f9;
}

.brands-item .item-wrap {
    border: 1px solid #eee;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 5px;
}
.brands-item .item-wrap:hover {
    cursor: pointer;
}

.brands-item .item-wrap img {
    border-radius: 12px;
}
.dashboard-brand-details .item-head img {
    max-width: 100%;
}
.dashboard-default .title-bottom {
    margin-top: 25px;
}
.item-detail-game img {
    margin-bottom: 25px;
    max-width: 100% !important;
}
.dashboard-default .item-timmer {
    display: inherit !important;
    text-align: center;
}
.dashboard-default .item-timmer h5 {
    font-size: 32px;
    margin-bottom: -15px;
}
.dashboard-default .item-timmer p {
    font-size: 48px;
    font-weight: bold;
}
.home-banner {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}
.home-banner img {
    width: 100%;
    height: auto;
}

.home-blocks {
    text-align: center;
    margin-bottom: 25px;
}
.home-blocks a {
    text-decoration: none;
    color: #000;
    display: block;
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 15px;
}
.home-blocks img {
    width: 100%;
    max-width: 120px;
}
@media screen and (max-width:767px) {
    .mb-10.home-banner {
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .row.home-blocks {
        margin-bottom: 0px
    }
    .home-blocks {
        margin-left: -5px;
        margin-right: -5px;
    }
    .home-blocks .col {
        display: block;
        width: 33.3%;
        margin: 0;
        padding: 5px;
    }
    .home-blocks .col h5 {
        font-size: 12px;
        height: 2.2em;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .home-blocks a {
        padding: 15px;
    }
    .home-blocks .home-banner {
        margin-top: 0px;
        margin-bottom: 15px
    }
    .home-blocks .col h5+p {
        display: none;
    }
    .home-blocks img {
        max-width: 70px;
    }
}

.alert.alert-warning .alert-heading {
    text-align: center;
    margin-bottom: 0;
}

footer {
    background-color: #0C4CB1;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 15px 0;
}
footer a {
    color: #fff;
}
