@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 10px;
    font-family: "Comfortaa", cursive;
    color: white;
}

a {
    color: inherit;
}
a:hover {
    color: inherit;
}

button {
    border: none;
    color: inherit;
    background-color: transparent;
    transition: all 0.3s ease-in;
    padding: 0;
}

button:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.trl-bg-с {
    background-color: #303843;
}
.trl-bg {
    background-color: #303843;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.trl-bg-light {
    background-color: #46505d;
}
.trl-bg-dark {
    background-color: #1d2733;
}
.trl-bg-white {
    background-color: #6d7c8b;
}
.trl-bg-light-2 {
    background-color: #424c58;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.trl-separator {
    width: 1px;
    height: 24px;
}

.rounded-5 {
    border-radius: 15px;
}

.trl-avatar {
    overflow: hidden;
}

/*.trl-bg-green-blue {*/
/*    background-color: #48a1af;*/
/*}*/

.trl-color {
    color: #798998;
}

.trl-jack-pot {
    border: 2px solid #28a142;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 1.1;
}

.trl-montserrat {
    font-family: "Montserrat", sans-serif;
}

.trl-jack-pot__name {
    color: #327ae8;
}

.trl-jack-pot__amount {
    color: #fee300;
}

.trl-roll__list {
    display: flex;
    justify-content: space-between;
    -ms-overflow-style: none;
    overscroll-behavior: contain;
    scrollbar-width: none;
    overflow: auto;
}

.trl-roll__el {
    height: 40px;
    width: 40px;
}
@media screen and (min-width: 375px) {
    .trl-roll__el {
        height: 60px;
        width: 60px;
    }
}
.trl-roll__el-wrap:not(:last-child) {
    margin-right: 11px;
}
.trl-roll__el-history-wrap:not(:last-child) {
    margin-right: 9px;
}
.trl-roll__el-history {
    height: 10px;
    width: 36px;
}
.trl-color-blue {
    color: #3277e7;
}
.trl-color-green {
    color: #269840;
}
.trl-color-red {
    color: #ff3b3f;
}
.trl-color-yellow {
    color: rgb(245, 172, 0);
}

.trl-gr-orange {
    background: rgb(220, 147, 11);
    background: linear-gradient(57deg, #d3983b, #ffb406);
}

.trl-gr-yellow {
    background: rgb(245, 172, 0);
    background: linear-gradient(57deg, #ffbc52, #ffb400);
}
.trl-gr-blue {
    background: rgb(23, 173, 252);
    background: linear-gradient(57deg, rgba(23, 173, 252, 1), rgba(51, 117, 230, 1));
}
.trl-gr-green {
    background: rgb(50, 228, 78);
    background: linear-gradient(57deg, rgba(50, 228, 78, 1), rgba(37, 144, 62, 1));
}
.trl-gr-black {
    background: #303843;
}

.trl-gr-red {
    background: rgb(254, 101, 104);
    background: linear-gradient(57deg, rgba(254, 101, 104, 1), rgba(255, 59, 63, 1));
}
.font-14 {
    font-size: 14px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-30 {
    font-size: 30px;
}
.trl-roll__list::-webkit-scrollbar,
body::-webkit-scrollbar,
.trl-players-bets__list::-webkit-scrollbar {
    display: none;
}

.trl-progressbar {
    border: 2px solid #1b3352;
    height: 24px;
}
.trl-progressbar__filled {
    height: 100%;
}

.trl-divider {
    height: 1px;
    width: 100%;
}

.nowrap {
    white-space: nowrap;
}

.trl-player-bet__avatar {
    width: 26px;
    height: 26px;
}

.trl-player-bet__name {
    width: 75px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; /* add ... when the text overflows its container */
}
.font-18 {
    font-size: 18px;
}
.font-11 {
    font-size: 11px;
}

.font-13 {
    font-size: 13px;
}

input {
    border: none;
    outline: none;
}
input::placeholder {
    color: white;
}

.small-btn {
    width: 52px;
}

.rules {
    height: calc(100vh - 165px);
}

.btn-bet {
    white-space: nowrap;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.rounded-4 {
    border-radius: 10px;
}

.trl-menu__item {
    height: 100%;
    width: calc((100% - 4px * 4) / 5);
    background-color: rgba(0, 0, 0, 0);
    transition: background-color, 0.3s ease;
}
@media screen and (max-width: 350px) {
    .trl-menu__item {
        height: 93%;
    }
}
.trl-menu__item:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.trl-menu__item img {
    width: 24px;
    height: 24px;
}

.trl-list-none {
    list-style-type: none;
}

a {
    text-decoration: none;
}

@media screen and (min-width: 400px) {
    .trl-avatar-header-icon--wallet {
        width: 42px;
    }

    .trl-menu__item img {
        width: 26px;
        height: 26px;
    }
}

.trl-avatar img {
    height: auto;
    max-width: 100%;
    transform: scale(2);
}
.trl-avatar {
    width: 42px;
    height: 42px;
}
@media (max-width: 400px) {
    .trl-jack-pot {
        font-size: 15px;
    }

    .trl-avatar-header-icon--wallet {
        width: 42px;
    }

    .font-18 {
        font-size: 14px;
    }
    .trl-roll__el-history {
        width: 20px;
    }
    .font-14 {
        font-size: 12px;
    }
}
.trl-menu__list {
    border-radius: 15px 15px 0 0;
    gap: 4px;
}

@media (max-width: 350px) {
    .trl-players-bets__list .col-6 {
        flex-basis: 100%;
        width: 100%;
    }
    .trl-roll__el-history {
        width: 10px;
    }
    .font-20 {
        font-size: 14px;
    }
    .trl-menu__list {
        border-radius: 15px;
        max-height: 90%;
    }
}

@media (max-width: 335px) {
    .trl-avatar-header-icon {
        width: 30px;
    }
    .trl-avatar-header-icon--wallet {
        width: 27px;
    }
    .trl-avatar {
        width: 30px;
        height: 30px;
    }
    .nav-item span,
    .trl-roll__desc {
        font-size: 11px;
    }
    .rules {
        height: calc(100vh - 150px);
    }
}

.font-12 {
    font-size: 12px;
}
.nav-pills .active span {
    text-shadow: 1px 0 1px white;
}
.nav-pills .arr {
    opacity: 0;
    transition: opacity 0.1s ease-in;
}
.nav-pills .active .arr {
    opacity: 1;
}

.trl-resize {
    height: 600px;
    width: 100%;
    background-color: red;
    display: none;
}

.payments img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.payments__item {
    background-size: cover;
    height: 135px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
}

@media screen and (max-width: 420px) {
    /*.payments .col-6 {*/
    /*    flex: 0 0 auto;*/
    /*    width: 100%;*/
    /*}*/
    .payments__item {
        height: 100px;
        border-radius: 10px;
    }
}

.fix-text {
    word-break: break-word;
}
td {
    vertical-align: middle;
}

.blurred {
    filter: blur(5px);
}

/* Modal Content/Box */
.modal-content {
    font-size: 20px;
    border: none;
    position: absolute;

    height: 100%;
    max-width: 600px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;

    background: rgb(23,173,252);
    background: linear-gradient(57deg, rgb(4, 84, 187), rgb(23, 149, 252));

    overflow: hidden;
}

.modal-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
            repeating-linear-gradient(
                    0deg,
                    rgba(255, 255, 255, 0.05),
                    rgba(255, 255, 255, 0.05) 2px,
                    transparent 2px,
                    transparent 4px
            ),
            repeating-linear-gradient(
                    90deg,
                    rgba(255, 255, 255, 0.05),
                    rgba(255, 255, 255, 0.05) 2px,
                    transparent 2px,
                    transparent 4px
            );
    opacity: 0.5;
    z-index: 1;
}

.modal-content--win {
    background: rgb(50,228,78);
    background: linear-gradient(57deg, rgb(37, 144, 51), rgb(50, 228, 59));
}
.modal-content--fail {
    background: rgb(254,101,104);
    background: linear-gradient(57deg, rgb(252, 32, 64), rgb(250, 85, 105));
}


.modal-content p {
    margin: 0;
    padding: 0;
}

.scroll-animate {
    transition: scroll-left 5000ms ease-out;
}

.btn-bet:disabled {
    background: rgb(239, 239, 239);
    background: linear-gradient(57deg, rgb(204, 204, 204), rgb(150, 150, 150));
}