/* LJD Digital Styles */

:root {
    --default: #f55542;
    --default-alt: #be5641;
    --dark: #080D27;
    --dark-alt: #141932;
    --neutral: #BDBDBD;
    --white: #fff;
    --light: #F2F2F2;
    --success: #7AE582;
    --success-alt: #57cf60;
    --danger: #c83319;
    --violet: #350b2d;
    --violet-alt: #5a0e4c;
    --violet-light: #a02089;
}

*, ::after, ::before {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    background-color: var(--bs-neutral);
    color: var(--bs-dark);
    font: normal 400 16px/24px 'Inter', sans-serif;
}

.sizer {
    width: 100vw;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

main {
    max-width: 700px;
    min-height: 100vh;
    margin: 0 auto;
    color: var(--light);
}

main-cont {
    padding: 0 20px;
    min-width: 100%;
    min-height: 100vh;
}

.bg-default {
    background-color: var(--default);
}

.header {
    background-color: var(--violet-light);
    color: var(--light);
    position: sticky !important;
}

.header .nav-link {
    font-size: larger;
}

.logo {
    max-width: 150px;
    margin: 0;
}

.logo img {
    max-width: 100%;
}

nav {
    color: var(--light);
    width: 700px;
    max-width: 100vw;
    position: fixed;
    bottom: 0;
    z-index: 100;
}

.bottom-menu li a {
    font-size: smaller;
    text-align: center;
}

.bottom-menu li a i {
    display: block;
    font-size: 35px;
}

.bottom-menu .starting-nav img {
    width: 60px;
}

.bottom-menu .starting-nav {
    position: absolute;
    transform: translate(-50%, -50%);
    line-height: 1;
}

.company .quick-links {
    background: url(../images/bg/service-bg.png) no-repeat;
    background-size: 100% 100%;
}

.company svg, .company i {
    display: block;
    margin: auto;
    font-size: 30px;
}

.company svg, .company img {
    width: 30px;
    height: 30px;
}

.company a {
    font-weight: 600;
    font-size: 14px;
}

.company a:hover {
    color: var(--default)!important;
}

.text-default {
    color: var(--default)!important;
}

.vip-level {
    background: url(../images/bg/vip-bg.png) no-repeat;
    background-size: 100% 100%;
    height: 380px;
    margin-bottom: .26667rem;
    box-shadow: 0 0 .02667rem #222;
    border-radius: .4rem;
}

.levels-header {
    font-size: 20px;
    font-weight: 700;
}

.level-img img {
    width: 50px;
    height: 50px;
}

.vip-title {
    font-size: 25px;
    font-weight: 500;
}

.vip-desc {
    font-size: 13px;
    line-height: 2 !important;
}

.form-group {
    background-color: var(--bs-light);
    border-radius: 5px;
}

.form-group .input-pre-icon {
    background-color: var(--default);
    color: var(--bs-dark);
}

input, select, textarea {
    border-radius: 5px !important;
    color: var(--bs-dark) !important;
}

input[type="checkbox"]::before, input[type="checkbox"]::after {
    color: var(--bs-warning);
}

::placeholder {
    color: var(--bs-secondary)!important;
}

option {
    color: var(--bs-dark) !important;
}

input[type="checkbox"], input[type="radio"] {
    width: 30px;
    height: 20px;
}

.account-btn {
    width: 50%;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    outline: var(--bs-light) 1px solid;
    background-color: #00000033;
    color: var(--bs-light);
    padding: .8rem 1rem;
    text-align: center;
}

.account-btn.active {
    background-color: var(--default);
    outline-color: var(--default);
}

.account-btn.active:hover {
    color: var(--bs-dark);
}

.records .record-tabs a {
    color: var(--bs-dark);
}

.records .record-tabs a.active {
    color: var(--default);
}

.vip-level-card {
    background: url(../images/bg/vip-bg-alt.png) no-repeat;
    background-size: 100% 100%;
    min-height: 4rem;
    border: .02667rem solid #5c6f8d;
    box-shadow: inset 0 0 .02667rem #000;
    color: #000;
    border-radius: .4rem;
}

.visuals img {
    width: 90px;
    height: 90px;
}

.visuals .vip-name {
    text-align: center;
    font-size: 2rem;
    margin: .26667rem 0;
    font-style: italic;
    letter-spacing: 0;
    font-weight: 900;
}

.visuals .vip-amount {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
}

.text-larger {
    font-size: larger;
}

.account-cont {
    background: url(../images/bg/vip-bg.png) no-repeat;
    background-size: 100% 100%;
}

.user-details .user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.user-details .user-name {
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--bs-dark);
}

.user-details .user-level img {
    width: 30px;
    height: 30px;
}

.user-invite .invite-code {
    font-weight: 800;
    font-size: larger;
}

.rel {
    position: relative;
}

.score-bar {
    background: linear-gradient(var(--default), var(--default-alt));
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    transform-origin: 0;
    border-radius: 5px;
}

.score-grade {
    font-size: smaller;
    background: linear-gradient(var(--default), var(--default-alt));
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    transform-origin: 0;
    padding: 0 13px;
    border-radius: 10px;
    left: 100%;
    transform: translate(-100%, -50%);
    color: var(--bs-light);
}

.account-balance .balance {
    font-weight: 700;
    font-size: larger;
}

.v-divider, .v-divider-long {
    margin: 5px 0;
    width: 3px;
    height: 30px;
    background-color: var(--bs-secondary);
    border-radius: 10px;
}

.v-divider-long {
    height: 90%;
    margin-right: 15px;
}

.user-account .desc {
    line-height: 1.5;
}

.spinner-box {
    background-image: url(../images/starting.gif), url(../images/bg/wavy-4.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 370px;
    height: 290px;
}

#spinButton {
    position: absolute;
    width: 80px;
    height: 80px;
    box-shadow: -3.828px -3.828px 6px 0px rgba(25, 20, 39, 0.4), 3px 5px 8px 0px rgba(25, 82, 1, 0.2);
    border-radius: 50%;
    cursor: pointer;
    font-weight: 600;
    font-size: smaller;
    line-height: 1.2;
}

.profile-card {
    background-color: #f6f6f6;
    color: var(--bs-dark);
    font-size: larger;
    border-radius: 10px;
}

.profile-card i.las {
    font-size: 30px;
}

.back-btn {
    font-size: xx-large;
    font-weight: bolder;
}

a:hover {
    color: var(--default);
}

.form-wrapper {
    background: url(../images/bg/wavy.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: -30px;
    border-top-right-radius: 1.7rem;
    border-top-left-radius: 1.7rem;
}

.dashboard__card {
    background-color: var(--bs-light);
    box-shadow: -3.828px -3.828px 6px 0px var(--default), 3px 5px 8px 0px var(--default-alt);
}

.dashboard__card::before {
    background: linear-gradient(0deg, var(--default) 40%, var(--default-alt) 110%);
}

.dashboard__card-icon {
    background: transparent !important;
}

.dashboard__card-icon img {
    border-radius: 5px;
    border: 1px solid var(--default-alt);
}

.table thead tr th {
    background: linear-gradient(0deg, var(--default) 40%, var(--default-alt) 110%);
}

.table tbody tr:nth-child(odd) {
    background: var(--dark);
}

.table tbody tr:nth-child(even) {
    background: var(--dark-alt);
}



/* Styles for medium screens */
@media (min-width:576px) {
    .logo {
        max-width: 170px;
    }

    .bottom-menu li a i {
        font-size: 48px;
    }

    .bottom-menu .starting-nav img {
        width: 80px;
    }

    .company svg, .company i {
        font-size: 48px;
    }

    .company svg, .company img {
        width: 48px;
        height: 48px;
    }

    .vip-desc {
        font-size: 17.5px;
        line-height: 2 !important;
    }

    .spinner-box {
        width: 560px;
        height: 390px;
    }

    #spinButton {
        width: 100px;
        height: 100px;
        font-size: large;
    }
}
