@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}


/* ==================================== */

/* ==== hidden arrow on input type number ==== */
/* 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;
}

/* ==================================== */
svg {
    fill: #FFFFFF;
    height: 20px;
}
.svg-10{
    height: 10px !important;
}
.svg-14{
    height: 14px !important;
}
.svg-15{
    height: 15px !important;
}
.svg-20{
    height: 20px !important;
}
.svg-24{
    height: 24px !important;
}
.svg-a {
    cursor: pointer;
}
.svg-a:hover {
    cursor: pointer;
    fill: #0F9E5E;
    color: #0F9E5E;
}


.text-red {
    color: red;
}
.text-blue {
    color: blue;
}
.text-green {
    color: green;
}
.-bg-black {
    background-color: #000000 !important;
}
.-bg-orange {
    background-color: #febd01 !important;
}


.loading-state {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid #ddd;
    border-top-color: orange;
    animation: loading 1s linear infinite;
}
@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}

.btn-no-radius {
    border-radius: 0px !important;
}

a, a:hover {
    text-decoration: none;
}

/* ========================================================= */

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #DEDEDE;
    background-color: #8d0105 !important;
}

.bg-dotted {
    background: url("/assets/images/bg.webp") center center !important;
}

.landing-login {
    font-size: 12px;
}
.form-row {
    justify-content: flex-end;
}

/* ========== sidebar nav ==============*/
.sidebarnav {
    height: 100%;
    width: 320px;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #151819;
    overflow-x: hidden;
    transition: 0.5s;

}
.sidebar-user-block {
    background-color: #8d0105
}
.sidebar-user-block-viplevel {
    width: 60px;
    height: 60px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    background-color: #1d1e1e;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
}
.sidebar-user-block-name {
    font-weight: bolder;
    font-size: 1.25em;
    color: #eeeeee;
}
.sidebar-user-block-smalldatetime {
    font-size: 0.7em;
}

.sidebar-nav ul.nav li.nav-item a.nav-link {
    border-bottom: 1px dotted #febd01 !important;
    color: #eeeeee;
}
.sidebar-nav ul.nav li.nav-item a.nav-link:hover {
    color: #eeeeee;
    background-color: #0b2e13;
}

#desktoplogo {
    width: 100%;
}

.header-menu {
    background-color: #030C30;
    color: #eeeeee;
    text-align: center;
}
.header-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
}
.header-menu ul li {
    list-style: none;
}
.header-menu-link .header-menu-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.header-menu-link{
    margin: 0 auto;
    color: #eeeeee;
    font-size: 0.9em;
    font-weight: bolder;
}
@media (max-width: 991px) {
    .header-menu ul {
        gap: 20px;
    }

}

#btn-logout {
    position: fixed;
    bottom: 0;
    border-radius: 0;
}

/* ======== slider ========== */
.banner-slider-image {
    
}

.register-mobile-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.game-list {
    text-align: center;
    /*background-color:#151819;*/
    border-radius: 5px;
}
.game-list img {
    margin: 5px;
    width: 90%;
    /*background-color: #8d0105;*/
}
.game-list img:hover {
    /*background-color: #1d1e1e;*/
}
.game-list .game-list-name {
    color: #eeeeee;
    font-size: 0.85em;
    padding-bottom: 5px;
}
.game-list .game-list-name:hover {
    color: #5cb730;
    font-weight: bolder;

}

.provider-gamelist {
    background-color: #202326;
    padding: 5px;
    border-radius: 5px;
}

.provider-gamelist img {
    width: 100%;
    border-radius: 5px;
}
.provider-gamelist .provider-gamelist-name {
    color: #eeeeee;
    font-size: 0.85em;
    text-align: center;
    text-transform: uppercase;
}

.vip_level {
    height: 32px;
}

/* =========== footer ========== */
footer {
    color: #f1f1f1;
    font-size: 16px;
}
.bg-footer {
    color: #DEDEDE;
    position: relative;
    background: url("/assets/images/bg.webp") center center #151819 !important;
    border-top: 1px;
    width: 100%;
}
.bg-footer-tile {
    display: flex;
    padding: 0;
    padding-top: 0px;
    padding-top: 0px;
    margin-top: -39px;
    width: 100%;
    height: 50px;
    position: absolute;
    top: -10px;
    background-color: #151819;
    clip-path: polygon(
            0 23%,
            6% 72%,
            12% 47%,
            18% 70%,
            24% 51%,
            32% 80%,
            38% 47%,
            44% 80%,
            50% 49%,
            56% 70%,
            60% 86%,
            66% 42%,
            72% 65%,
            78% 38%,
            84% 64%,
            90% 17%,
            96% 20%,
            100% 1%,
            100% calc(100% + 1px),
            0 calc(100% + 1px)
    );
    -webkit-clip-path: polygon(
            0 23%,
            6% 72%,
            12% 47%,
            18% 70%,
            24% 51%,
            32% 80%,
            38% 47%,
            44% 80%,
            50% 49%,
            56% 70%,
            60% 86%,
            66% 42%,
            72% 65%,
            78% 38%,
            84% 64%,
            90% 17%,
            96% 20%,
            100% 1%,
            100% calc(100% + 1px),
            0 calc(100% + 1px)
    );
}

.footer-block-title-h4 {

}
.footer-block-title-h5 {
    color: #febd01;
    font-size: 17px;
}
.contact-block {
    border: 2px solid #febd01;
    border-radius: 10px;
    padding: 5px;
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 5px;
}
.contact-block svg {
    height: 16px;
    padding-right: 10px;
}


/* =================== -footer-bar ==================== */
.-footer-menu-fixed {
    z-index:100;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 70px;
    width: 100%;
    transition: all .3s;
    background-image: linear-gradient(90.54deg, #FFF279 .28%, #efb54e 10.86%, #fbe794 19.45%, #e58b13 52.06%, #be8007 82.39%, #eeba02 97.27%, #88673b);
    border-radius: 30px 30px 0 0;
}
.-footer-menu-fixed a {
    text-decoration: none;
}
.-footer-menu-fixed a:hover {
    color: #FF0000 !important;
}
.-fixed-footer-menu-wrap {
    position: relative;
    top: 3%;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*background: linear-gradient(180deg, #052e0f, #001606);*/
    background-color: #8d0105 !important;

    border-radius: 30px 30px 0 0;
}
.-fix-footer-menu-items {
    gap: 0.25rem;
    flex: 1 1 0%;
    z-index: 2;
    max-width: 400px;
    display: grid;
    grid-template-columns: repeat(5, minmax(7ch, 1fr));
}
.-footer-menu-icon {
    position: relative;
}
.-footer-menu-icon small {
    color: #d5d5d5;
}
.-footer-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
.-footer-item-color {
    color:#d5d5d5;
    fill:#d5d5d5;
}
.-footer-item-color-active {
    color:#c79049 !important;
    fill:#c79049 !important;
}

.-footer-bigger-item {
    top: -30px !important;
    width: 100%;
    position: absolute;
}
.-footer-bigger-item > i {
    background-color: #FF0000;
    padding: 15px;
    border-radius: 50%;
}

/* ============ custom card =================== */
.-custom-card {
    background-color: #1e2124 !important;
    color: #f1f1f1;
    border-radius: 0;
}

.-custom-card-body {
    background-color: #151819;
    color: white;
}

/* ========== game ============= */
.-game-provider-menu-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: auto;
}
.-game-provider-menu-list img {
    height: 80px;
}
.-game-list-box {

}
.-game-list-box img {
    width: 100%;
}

.pages-content {
    background-color: #f1f1f1;
    border-radius: 5px;
    color: #151819;
}
.pages-content svg {
    fill: #151819;
    padding-right: 5px;
}

.-dashboard .card-header {
    background-color: #151819;
}
.-dashboard .card-body {

}
.-dashboard ul.nav {

}
.-dashboard ul.nav li.nav-item a.nav-link {
    padding: 10px 1rem;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}
.-dashboard ul.nav li.nav-item a.nav-link i {
    width: 30px;
    font-size: 18px;
    color: #d39e00;
}
.-dashboard a.nav-link.active {
    background: #0d47a1cc;
    color: #f1f1f1;
}
a.nav-link {
    padding: 0 1rem;
    color: #f1f1f1;
}