/*
STARXBOY EXACT SHORTCUT MENU TRANSPLANT
Source copied from panelmember_sitransfer.zip:
- m/index.php -> <!--Shorcut Menu -->
- css/ugsports/theme-20/m/style.css -> .scroll-wrapper[_home]
- fonts/ugsports/icomoon/style.min.css -> exact icon codepoints
Only source background #304fd0 was changed to #71565b for STARXBOY.
*/
@font-face {
    font-family: icomoon;
    src: url('/fonts/ugsports/icomoon/fonts/icomoon.woff2?fx18yi') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.scroll-wrapper[_home] i[class^="icon-"],
.scroll-wrapper[_home] i[class*=" icon-"] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-slot:before {
    content: "\e95e"
}

.icon-soccer:before {
    content: "\e917"
}

.icon-casino:before {
    content: "\e95d"
}

.icon-fish_hunter:before {
    content: "\e923"
}

.icon-others:before {
    content: "\e940"
}

.scroll-wrapper[_home] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.scroll-wrapper[_home] .btn-box {
    color: inherit;
    display: block;
    font-weight: 100;
    height: 80px;
    min-width: 80px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100%
}

.scroll-wrapper[_home] .btn-box .hot {
    background-color: red;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 1px 2px;
    position: absolute;
    right: 0;
    top: 5px
}

.scroll-wrapper[_home] .btn-box .hot.new {
    background: linear-gradient(1deg, #fbd629, #ff0);
    color: #000
}

.scroll-wrapper[_home] .btn-box.enlarge i {
    font-size: 40px
}

.scroll-wrapper[_home] .btn-box div {
    text-transform: uppercase
}

.scroll-wrapper[_home] .col {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%
}

.scroll-wrapper[_home] .slider-content {
    background: #71565b; /* only color adapted to STARXBOY */
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-wrap: nowrap !important;
    overflow: auto;
    white-space: nowrap;
    width: 100%
}

.scroll-wrapper[_home] .slider-content i {
    display: inline-block;
    font-size: 28px;
    height: 1.2em;
    margin-top: 5px;
    position: relative
}

.scroll-wrapper[_home] .slider-content i~h4 {
    margin-bottom: 0
}

.scroll-wrapper[_home] .slider-content i.icon-km_gaming_dark {
    color: #ffe024
}

.scroll-wrapper[_home] .next-btn,
.scroll-wrapper[_home] .prev-btn {
    background-color: #0f1d86;
    border-radius: 0;
    color: #fff;
    height: 80px;
    padding: 0;
    width: 100%
}

.scroll-wrapper[_home] .left {
    -webkit-flex-basis: 15px;
    flex-basis: 15px
}

.scroll-wrapper[_home] .scroller {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    overflow: hidden
}

.scroll-wrapper[_home] .right {
    -webkit-flex-basis: 15px;
    flex-basis: 15px
}
/* Isolation only: preserve copied reference layout inside STARXBOY. */
.scroll-wrapper[_home], .scroll-wrapper[_home] * { box-sizing: border-box; }
.scroll-wrapper[_home] a { text-decoration: none; }
.scroll-wrapper[_home] .slider-content { scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.scroll-wrapper[_home] .slider-content::-webkit-scrollbar { display:none; }
.scroll-wrapper[_home] .btn-box img { display:inline-block; object-fit:contain; vertical-align:middle; }
