/*---------------------------------------------------------
    MAIN VISUAL
---------------------------------------------------------*/

#slot_visual {
    display: block;
    margin:0;
    border-bottom:1px solid #454462;
    position: relative;
    overflow: hidden;
    min-width: 1400px;
    height:484px;
}

#slot_visual > .visual_list {
    display: block;
    margin:0;
    min-width:1400px;
    height:484px;
    position: relative;
    overflow: hidden;
    z-index:20;
}

#slot_visual > .visual_list > .visual_item {
    display: block;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    opacity: 0;
    transition: all 600ms;
}

#slot_visual > .visual_list > .visual_item.active {
    opacity: 1;
    transition: all 600ms;
}

#slot_visual > .visual_list > .visual_item > .visual_bg {
    display: block;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    width:1600px;
    height:484px;
    object-fit: none;
    object-position: center;
}

#slot_visual > .visual_list > .visual_item > .visual_entity {
    display: block;
    position:absolute;
    left:50%;
    bottom:-364px;
    width:800px;
    height:484px;
    margin-left:0px;
    object-fit:none;
    object-position: bottom center;
    transform: translate(-50%) scale(0.5);
    opacity: 0;
} 

#slot_visual > .visual_list > .visual_item.active > .visual_entity {
    transition-delay: 300ms;
    transition-property: all;
    transition-duration: 400ms;
    transform: translate(-50%) scale(1);
    bottom:40px;
    opacity: 1;
}

#slot_visual > .visual_list > .visual_item > .visual_label {
    display: block;
    position:absolute;
    left:50%;
    top:50%;
    width:1400px;
    height:420px;
    object-fit: none;
    object-position: bottom center;
    transform: translate(-50%,-50%) scale(0.5);
    opacity: 0;
} 

#slot_visual > .visual_list > .visual_item.active > .visual_label {
    transition-delay: 400ms;
    transition-property: all;
    transition-duration: 400ms;
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}

#slot_visual > .visual_list > .visual_item > .visual_mask_left {
    display: block;
    position: absolute;
    right:50%;
    top:0px;
    bottom:0px;
    width:800px;
}

#slot_visual > .visual_list > .visual_item > .visual_mask_right {
    display: block;
    position: absolute;
    left:50%;
    top:0px;
    bottom:0px;
    width:800px;
}

#slot_visual .visual_btns {
    position:absolute;
    display: flex;
    left:50%;
    height:0px;
    top:30px;
    transform: translate(-50%, -50%);
}

#slot_visual .visual_btns > .btn_circle {
    display: block;
    flex-shrink: 0;
    width:10px;
    height:10px;
    margin:10px;
    border-radius: 10px;
    background:#42425f;
    transform: translateY(-50%);
    cursor:pointer;
    transition: all 300ms;
}

#slot_visual .visual_btns > .btn_circle.active {
    background:#ffc967;
    box-shadow: 0px 0px 20px 5px #ffc967;
    width:16px;
    height:16px;
    border-radius:10px;
    transition: all 300ms;
}

#slot_visual > .jackpot {
    display: block;
    position: absolute;
    min-width:1400px;
    height:484px;
    left:0;
    top:0;
    right:0;
    z-index:10;
}

#slot_visual > .jackpot.active {
    z-index:30;
}

#slot_visual > .jackpot > .visual_item {
    display: block;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    opacity: 0;
    transition: all 600ms;
}

#slot_visual > .jackpot.active > .visual_item {
    opacity: 1;
    transition: all 600ms;
}

#slot_visual > .jackpot > .visual_item > .visual_bg {
    display: block;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    width:1600px;
    height:484px;
    object-fit: none;
    object-position: center;
}

#slot_visual > .jackpot > .visual_item > .visual_entity {
    display: block;
    position:absolute;
    left:50%;
    bottom:-364px;
    width:1000px;
    height:484px;
    margin-left:0px;
    object-fit:none;
    object-position: bottom center;
    transform: translate(-50%) scale(0.5);
    opacity: 0;
} 

#slot_visual > .jackpot.active > .visual_item > .visual_entity {
    transition-delay: 300ms;
    transition-property: all;
    transition-duration: 400ms;
    transform: translate(-50%) scale(1);
    bottom:0px;
    opacity: 1;
}

#slot_visual > .jackpot > .visual_item > .visual_label {
    display: block;
    position:absolute;
    left:50%;
    top:50%;
    width:1400px;
    height:420px;
    object-fit: none;
    object-position: bottom center;
    transform: translate(-50%,-50%) scale(0.5);
    opacity: 0;
} 

#slot_visual > .jackpot.active > .visual_item > .visual_label {
    transition-delay: 400ms;
    transition-property: all;
    transition-duration: 400ms;
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}

#slot_visual > .jackpot > .visual_item > .visual_mask_left {
    display: block;
    position: absolute;
    right:50%;
    top:0px;
    bottom:0px;
    width:800px;
}

#slot_visual > .jackpot > .visual_item > .visual_mask_right {
    display: block;
    position: absolute;
    left:50%;
    top:0px;
    bottom:0px;
    width:800px;
}

#slot_visual > .jackpot > .visual_item > .visual_jackpot_amount {
    display: block;
    position: absolute;
    left:50%;
    bottom:80px;
    font-size:40px;
    line-height:40px;
    margin:0;
    padding:0;
    border:0;
    font-weight:600;
    color:#ffffff;
    text-shadow: 
        0px 0px 3px #ffc967,
        0px 0px 5px #ffc967,
        0px 0px 10px #ffc967,
        0px 0px 15px #ffc967;
    transform: translate(-50%, -50%) scale(0.5);
    font-family: 'Rajdhani';
    opacity: 0;
}

#slot_visual > .jackpot.active > .visual_item > .visual_jackpot_amount {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 700ms;
}

#slot_visual > .jackpot > .visual_item > .visual_jackpot_amount * {
    color:#ffffff;
}

/*---------------------------------------------------------
    SLOT_NAV
---------------------------------------------------------*/

#slot_nav {
    display: flex;
    justify-content: center;
    min-width: 1400px;
    background: #29324b;
    border-bottom: 1px solid #29324b;
}

#slot_nav > .flexbox {
    display: flex;
    min-width: 1400px;
    max-width: 2200px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

#slot_nav > .flexbox > .navitem {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: 1px;
    background: #07172d;
    font-size: 16px;
    font-weight: 600;
    color: #888888;
    cursor: pointer;
}

#slot_nav > .flexbox > .btn_toggle_jackpot {
    display: block;
    width: 200%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: 1px;
    background: #07172d;
    font-size: 16px;
    font-weight: 600;
    color: #888888;
    cursor: pointer;
}

#slot_nav > .flexbox > .btn_toggle_jackpot:hover,
#slot_nav > .flexbox > .btn_toggle_jackpot.active {
    background:#29324b;
    color:#ffffff;
    text-shadow: 
        0px 0px 5px #4873ff,
        0px 0px 10px #4873ff,
        0px 0px 15px #4873ff;
}

#slot_nav > .flexbox > .navitem.active,
#slot_nav > .flexbox > .navitem:hover {
    border-top: 2px solid #ef7c00;
    line-height: 46px;
    background: #29324b;
    color: #ffffff;
}

/*---------------------------------------------------------
    SLOT_MASTER_LIST
---------------------------------------------------------*/
#slot_master_list {
    display: flex;
    justify-content: center;
    min-width: 1400;
    padding-top:20px;
    padding-bottom:20px;
}

.casino_popup_box {
	padding:40px 0;
	text-align:center;
}

.casino_popup_close {
	margin-left:30px;
	cursor:pointer;
}

#slot_master_list > .gridbox {
    display: grid;
    min-width: 1400px;
    max-width: 2200px;
    width:100%;
    grid-template: repeat(1, 1fr) / repeat(5, 1fr);
    gap: 16px;
    padding:20px;
}

#slot_master_list.view .gridbox {
    height:390px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#slot_master_list.view .gridbox::-webkit-scrollbar {
    width:8px;
}

#slot_master_list.view .gridbox::-webkit-scrollbar-track {
    background: #141921;
}

#slot_master_list.view .gridbox::-webkit-scrollbar-thumb {
    background: #262b32;
}

@media screen and (max-width: 2000px) {
    #slot_master_list > .gridbox {
        display: grid;
        grid-template: repeat(1, 1fr) / repeat(4, 1fr);
        gap: 16px;
    }
}

@media screen and (max-width: 1800px) {
    #slot_master_list > .gridbox {
        display: grid;
        grid-template: repeat(1, 1fr) / repeat(3, 1fr);
        gap: 16px;
    }
}

@media screen and (max-width: 1500px) {
    #slot_master_list > .gridbox {
        display: grid;
        grid-template: repeat(1, 1fr) / repeat(3, 1fr);
        gap: 16px;
    }
}


#slot_master_list > .gridbox > .slot_master_item {
    display: block;
    overflow: hidden;
    position: relative;
    width:100%;
    height:168px;
    cursor: pointer;
    overflow: hidden;
    border:2px solid transparent;
    order:1;
}

#slot_master_list > .gridbox > .slot_master_item:hover{
    border:2px solid #ef7c00;
}

#slot_master_list > .gridbox > .slot_master_item.active {
    border:2px solid #ef7c00;
    /*order: 0;*/
}

#slot_master_list > .gridbox > .slot_master_item > .title {
    height:120px;
    background: #11141d;
    display: block;
    position: relative;
}

#slot_master_list > .gridbox > .slot_master_item > .title > img.bg {
    position: absolute;
    display: block;
    right:-20px;
    bottom:-2px;
    height:122px;
    filter:grayscale(0.6) brightness(0.7);
    transition: all 300ms;
}

#slot_master_list > .gridbox > .slot_master_item > .title > img.label {
    position: absolute;
    display: block;
    left:30px;
    top:50%;
    transform: translate(0,-50%);
    filter:grayscale(0.6) brightness(0.4);
}

#slot_master_list > .gridbox > .slot_master_item > .title > img.stop {
    position: absolute;
    display: block;
    right:0px;
    top:0;
	z-index:1;
}

#slot_master_list > .gridbox > .slot_master_item:hover > .title > img.bg,
#slot_master_list > .gridbox > .slot_master_item.active > .title > img.bg {
    filter:grayscale(0) brightness(1);
    transition: all 300ms;
}

#slot_master_list > .gridbox > .slot_master_item:hover > .title > img.label,
#slot_master_list > .gridbox > .slot_master_item.active > .title > img.label {
    filter:grayscale(0) brightness(1);
    transition: all 300ms;
}


#slot_master_list > .gridbox > .slot_master_item > .info {
    height:48px;
    display: flex;
    position: relative;
    background: #0d1930;
    transition: all 300ms;
}


#slot_master_list > .gridbox > .slot_master_item:hover > .info,
#slot_master_list > .gridbox > .slot_master_item.active > .info {
    height:48px;
    display: flex;
    position: relative;
    stroke: #1d2f4b;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, .02) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, .02) 50%,
        rgba(255, 255, 255, .02) 75%,
         transparent 75%, transparent), #0d1930;
    background-size: 0.5rem 0.5rem;
    transition: all 300ms;
}


#slot_master_list > .gridbox > .slot_master_item > .info > .name {
    display: block;
    width:50%;
    line-height: 48px;
    color:#c8c8c8;
    font-size:16px;
    font-weight:400;
    padding-left:30px;
    margin-right:10px;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 300ms;
}

#slot_master_list > .gridbox > .slot_master_item:hover > .info > .name,
#slot_master_list > .gridbox > .slot_master_item.active > .info > .name {
    text-shadow: 
        0 0 5px #517dce,
        0 0 10px #577ac2,
        0 0 20px rgb(194, 209, 235);
    color:#ffffff;
    transition: all 300ms;
}

#slot_master_list > .gridbox > .slot_master_item > .info > .credit {
    display: block;
    width:50%;
    line-height: 48px;
    color:#c8c8c8;
    font-size:16px;
    font-weight:400;
    padding-right:30px;
    margin-left:10px;
    white-space: nowrap;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 300ms;
}


#slot_master_list > .gridbox > .slot_master_item:hover > .info > .credit,
#slot_master_list > .gridbox > .slot_master_item.active > .info > .credit {
    color:#ffffff;
    transition: all 300ms;
}


/*---------------------------------------------------------
    SLOT WRAP
---------------------------------------------------------*/
#slot_wrap {
    display: flex;
    justify-content: center;
    min-width: 1400px;
}

#slot_wrap > .flexbox {
    display: flex;
    min-width: 1400px;
    max-width: 2200px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

#slot_wrap > .flexbox > .slotlistbox {
    display: block;
    width: 100%;
}


/*---------------------------------------------------------
    SLOT MONEY DEPOSIT
---------------------------------------------------------*/
#slot_deposit {
    display: block;
    width: 100%;
    margin-top: 20px;
}

#slot_deposit > .flexbox {
    display: flex;
}

#slot_deposit > .flexbox > .selectbox {
    display: flex;
    width: 1000%;
    height: 356px;
    margin-right: 1px;
}

#slot_deposit > .flexbox > .selectbox > .title {
    display: block;
    width: 170px;
    flex-shrink: 0;
    background: #07172d;
    margin-right: 1px;
    height: 356px;
    overflow: hidden;
    position: relative;
}

#slot_deposit > .flexbox > .selectbox.selectbox_from .title {
    background: #275fc022;
}

#slot_deposit > .flexbox > .selectbox.selectbox_to .title {
    background: #f9255222;
}

#slot_deposit > .flexbox > .selectbox > .title > .label {
    display: block;
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translate(-50%);
    font-size: 16px;
    font-weight: 600;
    color:#aaaaaa;
}

#slot_deposit > .flexbox > .selectbox > .list {
    display: block;
    width: 100%;
    height: 356px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#slot_deposit > .flexbox > .selectbox > .list::-webkit-scrollbar {
    width: 8px;
}

#slot_deposit > .flexbox > .selectbox > .list::-webkit-scrollbar-track {
    background: #141921;
}

#slot_deposit > .flexbox > .selectbox > .list::-webkit-scrollbar-thumb {
    background: #262b32;
}


#slot_deposit > .flexbox > .selectbox > .list > .item {
    display: flex;
    background: #0d1d32;
    margin-bottom: 1px;
    height: 50px;
    cursor: pointer;
    transition: all 300ms;
}

#slot_deposit > .flexbox > .selectbox > .list > .item:hover,
#slot_deposit > .flexbox > .selectbox > .list > .item.active {
    background: #29324b;
    transition: all 300ms;
}

#slot_deposit > .flexbox > .selectbox > .list > .item > .icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px;
    border-radius: 15px;
    position: relative;
}

#slot_deposit > .flexbox > .selectbox > .list > .item > .icon > span {
    position: absolute;
    left: 8.5px;
    top: -3px;
    font-size: 28px;
    display: block;
    font-weight: 600;
    margin: 0;
    padding: 0;
    border: 0;
    transform: scaleY(0.6) rotate(90deg);
}

#slot_deposit > .flexbox > .selectbox > .list > .item > .icon {
    background: #275fc0;
    opacity: 0;
    transition: all 300ms;
}

#slot_deposit > .flexbox > .selectbox > .list > .item.active > .icon {
    background: #275fc0;
    opacity: 1;
    transition: all 300ms;
}

#slot_deposit > .flexbox > .selectbox > .list > .item > .label {
    display: block;
    flex-grow: 1;
    line-height: 50px;
    font-size: 15px;
    color: #888888;
}

#slot_deposit > .flexbox > .selectbox > .list > .item:hover > .label,
#slot_deposit > .flexbox > .selectbox > .list > .item.active > .label {
    color: #efefef;
}

#slot_deposit > .flexbox > .selectbox > .list > .item > .current_money {
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
    line-height: 50px;
    font-size: 15px;
    color: #ffc96788;
}

#slot_deposit > .flexbox > .selectbox > .list > .item:hover > .current_money,
#slot_deposit > .flexbox > .selectbox > .list > .item.active > .current_money {
    color: #ffc967;
}

#slot_deposit > .flexbox > .formbox {
    display: block;
    width: 1000%;
}

#slot_deposit > .flexbox > .formbox {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

#slot_deposit > .flexbox > .formbox > .flexbox {
    display: flex;
}

#slot_deposit > .flexbox > .formbox > .gamebox {
    display: flex;
    width: 100%;
    height: 50px;
    margin-right: 1px;
}

#slot_deposit > .flexbox > .formbox > .gamebox > label {
    display: block;
    width: 170px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    flex-shrink: 0;
    background: #07172d;
    background-size: 0.5rem 0.5rem;
    margin-right: 1px;
    font-size: 16px;
    color:#aaaaaa;
    font-weight: 600;
}

#slot_deposit > .flexbox > .formbox > .gamebox > .selected_game {
    display: flex;
    background: #0d1d32;
    margin-bottom: 1px;
    height: 50px;
    cursor: pointer;
    width: 100%;
    transition: all 300ms;
}

#slot_deposit > .flexbox > .formbox > .gamebox > .selected_game:hover,
#slot_deposit > .flexbox > .formbox > .gamebox > .selected_game.active {
    background: #29324b;
    background-size: 0.5rem 0.5rem;
    transition: all 300ms;
}

#slot_deposit > .flexbox > .formbox > .gamebox > .selected_game > .icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px;
    border-radius: 15px;
    position: relative;
}

#slot_deposit > .flexbox > .formbox > .gamebox > .selected_game > .icon > span {
    position: absolute;
    left: 8.5px;
    top: -3px;
    font-size: 28px;
    display: block;
    font-weight: 600;
    margin: 0;
    padding: 0;
    border: 0;
    transform: scaleY(0.6) rotate(90deg);
}

#slot_deposit > .flexbox > .formbox > .gamebox > .selected_game > .icon {
    background: #275fc0;
    opacity: 0;
    transition: all 300ms;
}

#slot_deposit > .flexbox > .formbox > .gamebox > .selected_game.active > .icon {
    background: #275fc0;
    opacity: 1;
    transition: all 300ms;
}

#slot_deposit > .flexbox > .formbox > .gamebox > .selected_game > .label {
    display: block;
    flex-grow: 1;
    line-height: 50px;
    font-size: 15px;
    color:#aaaaaa;
}

#slot_deposit > .flexbox > .formbox > .gamebox > .selected_game:hover > .label,
#slot_deposit > .flexbox > .formbox > .gamebox > .selected_game.active > .label {
    color: #efefef;
}

#slot_deposit > .flexbox > .formbox > .gamebox > .selected_game > .current_money {
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
    line-height: 50px;
    font-size: 15px;
    color: #ffc96788;
}

#slot_deposit > .flexbox > .formbox > .gamebox > .selected_game:hover > .current_money,
#slot_deposit > .flexbox > .formbox > .gamebox > .selected_game.active > .current_money {
    color: #ffc967;
}

#slot_deposit > .flexbox > .formbox > .couponbox {
    display: flex;
    height: 50px;
    margin-top: 1px;
}

#slot_deposit > .flexbox > .formbox > .couponbox > label {
    display: block;
    width: 170px;
    flex-shrink: 0;
    text-align: center;
    background: #07172d;
    margin-right: 1px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    color:#aaaaaa;
}

#slot_deposit > .flexbox > .formbox > .couponbox > select {
    display: block;
    background: #0d1d32;
    border: 0px;
    outline: 0px;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    text-align: left;
}


#slot_deposit > .flexbox > .formbox > .amountbox {
    display: flex;
    height: 50px;
    margin-top: 1px;
}

#slot_deposit > .flexbox > .formbox > .amountbox > label {
    display: block;
    width: 170px;
    flex-shrink: 0;
    text-align: center;
    background: #07172d;
    margin-right: 1px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    color:#aaaaaa;
}

#slot_deposit > .flexbox > .formbox > .amountbox > input {
    display: block;
    background: #0d1d32;
    border: 0px;
    outline: 0px;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    text-align: right;
    margin-right: 1px;
    color: #ffc967;
}

#slot_deposit > .flexbox > .formbox > .amountbox > .btn_clear_box {
    display: block;
    width: 40px;
    height: 50px;
    flex-shrink: 0;
    background: #07172d;
}

#slot_deposit > .flexbox > .formbox > .amountbox > .btn_clear_box > .btn_clear {
    background: url('/images/1bet1/betting_cart/ico_recycle_bin.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    height: 50px;
    width: 40px;
    flex-shrink: 0;
    cursor: pointer;
    filter: invert(1) brightness(0.5);
    transition: all 300ms;
}

#slot_deposit > .flexbox > .formbox > .amountbox > .btn_clear_box > .btn_clear:hover {
    filter: invert(1) brightness(0.8);
    transition: all 300ms;
}

#slot_deposit > .flexbox > .formbox > .moneybox {
    display: grid;
    gap: 1px;
    grid-template: repeat(2, 1fr) / repeat(3, 1fr);
    margin-top: 1px;
}

#slot_deposit > .flexbox > .formbox > .moneybox > .btn_addmoney {
    height: 50px;
    color: #ffc967;
    background: #0d1d32;
    text-align: center;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    cursor: pointer;
    transition: all 300ms;
}

#slot_deposit > .flexbox > .formbox > .moneybox > .btn_addmoney:hover,
#slot_deposit > .flexbox > .formbox > .moneybox > .btn_addmoney.active {
    background: #29324b;
    transition: all 300ms;
}

#slot_deposit > .flexbox > .formbox > .btn_submit {
    display: block;
    margin: 0px;
    margin-top: 1px;
    padding: 0px;
    border: 0px;
    height: 101px;
    background: #0d1d32;
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    transition: all 300ms;
    cursor: pointer;
}

#slot_deposit > .flexbox > .formbox > .btn_submit:hover {
    background: #29324b;
    transition: all 300ms;
}


/*---------------------------------------------------------
    SLOT MONEY WITHDRAW
---------------------------------------------------------*/
#slot_withdraw {
    display: block;
    width: 100%;
    margin-top: 20px;
}

#slot_withdraw > .flexbox {
    display: flex;
}

#slot_withdraw > .flexbox > .selectbox {
    display: flex;
    width: 1000%;
    height: 306px;
    margin-right: 1px;
}

#slot_withdraw > .flexbox > .selectbox > .title {
    display: block;
    width: 170px;
    flex-shrink: 0;
    background: #07172d;
    margin-right: 1px;
    height: 306px;
    overflow: hidden;
    position: relative;
}

#slot_withdraw > .flexbox > .selectbox.selectbox_from .title {
    background: #275fc022;
}

#slot_withdraw > .flexbox > .selectbox.selectbox_to .title {
    background: #f9255222;
}

#slot_withdraw > .flexbox > .selectbox > .title > .label {
    display: block;
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translate(-50%);
    font-size: 16px;
    font-weight: 600;
    color:#aaaaaa;
}

#slot_withdraw > .flexbox > .selectbox > .list {
    display: block;
    width: 100%;
    height: 306px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#slot_withdraw > .flexbox > .selectbox > .list::-webkit-scrollbar {
    width: 8px;
}

#slot_withdraw > .flexbox > .selectbox > .list::-webkit-scrollbar-track {
    background: #141921;
}

#slot_withdraw > .flexbox > .selectbox > .list::-webkit-scrollbar-thumb {
    background: #262b32;
}


#slot_withdraw > .flexbox > .selectbox > .list > .item {
    display: flex;
    background: #0d1d32;
    margin-bottom: 1px;
    height: 50px;
    cursor: pointer;
    transition: all 300ms;
}

#slot_withdraw > .flexbox > .selectbox > .list > .item:hover,
#slot_withdraw > .flexbox > .selectbox > .list > .item.active {
    background: #29324b;
    transition: all 300ms;
}

#slot_withdraw > .flexbox > .selectbox > .list > .item > .icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px;
    border-radius: 15px;
    position: relative;
}

#slot_withdraw > .flexbox > .selectbox > .list > .item > .icon > span {
    position: absolute;
    left: 8.5px;
    top: -3px;
    font-size: 28px;
    display: block;
    font-weight: 600;
    margin: 0;
    padding: 0;
    border: 0;
    transform: scaleY(0.6) rotate(90deg);
}

#slot_withdraw > .flexbox > .selectbox > .list > .item > .icon {
    background: #f92552;
    opacity: 0;
    transition: all 300ms;
}

#slot_withdraw > .flexbox > .selectbox > .list > .item.active > .icon {
    background: #f92552;
    opacity: 1;
    transition: all 300ms;
}

#slot_withdraw > .flexbox > .selectbox > .list > .item > .label {
    display: block;
    flex-grow: 1;
    line-height: 50px;
    font-size: 15px;
    color: #888888;
}

#slot_withdraw > .flexbox > .selectbox > .list > .item:hover > .label,
#slot_withdraw > .flexbox > .selectbox > .list > .item.active > .label {
    color: #efefef;
}

#slot_withdraw > .flexbox > .selectbox > .list > .item > .current_money {
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
    line-height: 50px;
    font-size: 15px;
    color: #ffc96788;
}

#slot_withdraw > .flexbox > .selectbox > .list > .item:hover > .current_money,
#slot_withdraw > .flexbox > .selectbox > .list > .item.active > .current_money {
    color: #ffc967;
}

#slot_withdraw > .flexbox > .formbox {
    display: block;
    width: 1000%;
}

#slot_withdraw > .flexbox > .formbox {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

#slot_withdraw > .flexbox > .formbox > .flexbox {
    display: flex;
}

#slot_withdraw > .flexbox > .formbox > .gamebox {
    display: flex;
    width: 100%;
    height: 50px;
    margin-right: 1px;
}

#slot_withdraw > .flexbox > .formbox > .gamebox > label {
    display: block;
    width: 170px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    flex-shrink: 0;
    background: #07172d;
    background-size: 0.5rem 0.5rem;
    margin-right: 1px;
    font-size: 16px;
    color:#aaaaaa;
    font-weight: 600;
}

#slot_withdraw > .flexbox > .formbox > .gamebox > .selected_game {
    display: flex;
    background: #0d1d32;
    margin-bottom: 1px;
    height: 50px;
    cursor: pointer;
    width: 100%;
    transition: all 300ms;
}

#slot_withdraw > .flexbox > .formbox > .gamebox > .selected_game:hover,
#slot_withdraw > .flexbox > .formbox > .gamebox > .selected_game.active {
    background: #29324b;
    background-size: 0.5rem 0.5rem;
    transition: all 300ms;
}

#slot_withdraw > .flexbox > .formbox > .gamebox > .selected_game > .icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px;
    border-radius: 15px;
    position: relative;
}

#slot_withdraw > .flexbox > .formbox > .gamebox > .selected_game > .icon > span {
    position: absolute;
    left: 8.5px;
    top: -3px;
    font-size: 28px;
    display: block;
    font-weight: 600;
    margin: 0;
    padding: 0;
    border: 0;
    transform: scaleY(0.6) rotate(90deg);
}

#slot_withdraw > .flexbox > .formbox > .gamebox > .selected_game > .icon {
    background: #f92552;
    opacity: 0;
    transition: all 300ms;
}

#slot_withdraw > .flexbox > .formbox > .gamebox > .selected_game.active > .icon {
    background: #f92552;
    opacity: 1;
    transition: all 300ms;
}

#slot_withdraw > .flexbox > .formbox > .gamebox > .selected_game > .label {
    display: block;
    flex-grow: 1;
    line-height: 50px;
    font-size: 15px;
    color:#aaaaaa;
}

#slot_withdraw > .flexbox > .formbox > .gamebox > .selected_game:hover > .label,
#slot_withdraw > .flexbox > .formbox > .gamebox > .selected_game.active > .label {
    color: #efefef;
}

#slot_withdraw > .flexbox > .formbox > .gamebox > .selected_game > .current_money {
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
    line-height: 50px;
    font-size: 15px;
    color: #ffc96788;
}

#slot_withdraw > .flexbox > .formbox > .gamebox > .selected_game:hover > .current_money,
#slot_withdraw > .flexbox > .formbox > .gamebox > .selected_game.active > .current_money {
    color: #ffc967;
}

#slot_withdraw > .flexbox > .formbox > .gamebox > .selected_game > .empty_message {
    line-height:50px;
    padding-left:15px;
    font-size:15px;
}

#slot_withdraw > .flexbox > .formbox > .couponbox {
    display: flex;
    height: 50px;
    margin-top: 1px;
}

#slot_withdraw > .flexbox > .formbox > .couponbox > label {
    display: block;
    width: 170px;
    flex-shrink: 0;
    text-align: center;
    background: #07172d;
    margin-right: 1px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    color:#aaaaaa;
}

#slot_withdraw > .flexbox > .formbox > .couponbox > select {
    display: block;
    background: #0d1d32;
    border: 0px;
    outline: 0px;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    text-align: left;
}


#slot_withdraw > .flexbox > .formbox > .amountbox {
    display: flex;
    height: 50px;
    margin-top: 1px;
}

#slot_withdraw > .flexbox > .formbox > .amountbox > label {
    display: block;
    width: 170px;
    flex-shrink: 0;
    text-align: center;
    background: #07172d;
    margin-right: 1px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    color:#aaaaaa;
}

#slot_withdraw > .flexbox > .formbox > .amountbox > input {
    display: block;
    background: #0d1d32;
    border: 0px;
    outline: 0px;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    text-align: right;
    margin-right: 1px;
    color: #ffc967;
}

#slot_withdraw > .flexbox > .formbox > .amountbox > .btn_clear_box {
    display: block;
    width: 40px;
    height: 50px;
    flex-shrink: 0;
    background: #07172d;
}

#slot_withdraw > .flexbox > .formbox > .amountbox > .btn_clear_box > .btn_clear {
    background: url('/images/1bet1/betting_cart/ico_recycle_bin.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    height: 50px;
    width: 40px;
    flex-shrink: 0;
    cursor: pointer;
    filter: invert(1) brightness(0.5);
    transition: all 300ms;
}

#slot_withdraw > .flexbox > .formbox > .amountbox > .btn_clear_box > .btn_clear:hover {
    filter: invert(1) brightness(0.8);
    transition: all 300ms;
}

#slot_withdraw > .flexbox > .formbox > .moneybox {
    display: grid;
    gap: 1px;
    grid-template: repeat(2, 1fr) / repeat(3, 1fr);
    margin-top: 1px;
}

#slot_withdraw > .flexbox > .formbox > .moneybox > .btn_addmoney {
    height: 50px;
    color: #ffc967;
    background: #0d1d32;
    text-align: center;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    cursor: pointer;
    transition: all 300ms;
}

#slot_withdraw > .flexbox > .formbox > .moneybox > .btn_addmoney:hover,
#slot_withdraw > .flexbox > .formbox > .moneybox > .btn_addmoney.active {
    background: #29324b;
    transition: all 300ms;
}

#slot_withdraw > .flexbox > .formbox > .btn_submit {
    display: block;
    margin: 0px;
    margin-top: 1px;
    padding: 0px;
    border: 0px;
    height: 101px;
    background: #0d1d32;
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    transition: all 300ms;
    cursor: pointer;
}

#slot_withdraw > .flexbox > .formbox > .btn_submit:hover {
    background: #29324b;
    transition: all 300ms;
}


/*---------------------------------------------------------
    SLOT_DETAIL_LIST
---------------------------------------------------------*/
#slot_detail_list {
    display: block;
    min-width: 1400px;
}

#slot_detail_list > .titlebox {
    display: flex;
    height:80px;
    justify-content: center;
    min-width: 1400px;
    width:100%;
    background: #07172d;
}

#slot_detail_list > .titlebox > .flexbox {
    display: flex;
    justify-content: space-between;
    background: url(/images/1bet1/sports/title_effect_overlay.png), #07172d;
    background-position: left;
    background-repeat: no-repeat;
    height:80px;
    min-width:1400px;
    max-width: 2200px;
    padding-left:20px;
    padding-right:20px;
    width:100%;
    position: relative;
}

#slot_detail_list > .titlebox > .flexbox > .btn_list {
    display: block;
    position: absolute;
    right:350px;
    height:80px;
    line-height:80px;
    width:100px;
    text-align: center;
    background:#0d1d32;
    border-left:1px solid #070a0f;
    border-right:1px solid #070a0f;
    color:#cccccc;
    font-weight: 600;
    transition: all 300ms;
    font-family: 'Noto Sans';
}

#slot_detail_list > .titlebox > .flexbox > .btn_list:hover {
    color:#ffffff;
    background: #29324b;
    transition: all 300ms;
}

#slot_detail_list > .titlebox > .flexbox > .hasmoneybox {
    display: flex;
    width:280px;
}


#slot_detail_list > .titlebox > .flexbox > .hasmoneybox > .label {
    height:80px;
    line-height:80px;
    font-size:16px;
    margin-right:20px;
    flex-shrink: 0;
}

#slot_detail_list > .titlebox > .flexbox > .hasmoneybox > .amount {
    display: block;
    margin-top:15px;
    margin-bottom:15px;
    flex-grow: 1;
    border-radius:10px;
    border:1px solid #31374244;
    backdrop-filter: blur(10px);
    line-height:48px;
    font-size:24px;
    font-weight:600;
    box-shadow: inset
        0px 0px 5px #031124,
        0px 0px 10px #031124,
        0px 0px 20px #031124;
    color:#ffc967;
    font-family: 'Rajdhani';
    position: relative;
    text-align: right;
    padding-right:15px;
}

#slot_detail_list > .titlebox > .flexbox > .hasmoneybox > .amount > span {
    color:#ffc967;
    font-size:16px;
    font-family: 'Gmarket Sans';
    font-weight: 400;
    position: absolute;
    display: block;
    left:20px;
    top:50%;
    margin-top:2px;
    transform: translate(-50%, -50%);
}

#slot_detail_list > .titlebox > .flexbox > .gamelogobox {
    display: flex;
    justify-content: center;
    width:400px;
}

#slot_detail_list > .titlebox > .flexbox > .gamelogobox > img {
    object-fit: none;
    object-position: center;
}

#slot_detail_list > .titlebox > .flexbox > .gamecountbox {
    display: flex;
    width:280px;
}

#slot_detail_list > .titlebox > .flexbox > .gamecountbox > .label {
    height:80px;
    line-height:80px;
    font-size:16px;
    margin-right:20px;
    flex-shrink: 0;
}

#slot_detail_list > .titlebox > .flexbox > .gamecountbox > .amount {
    display: block;
    margin-top:15px;
    margin-bottom:15px;
    flex-grow: 1;
    border-radius:10px;
    border:1px solid #31374244;
    backdrop-filter: blur(10px);
    line-height:48px;
    font-size:24px;
    font-weight:600;
    box-shadow: inset
        0px 0px 5px #031124,
        0px 0px 10px #031124,
        0px 0px 20px #031124;
    color:#ffc967;
    font-family: 'Rajdhani';
    position: relative;
    text-align: left;
    padding-left:15px;
}

#slot_detail_list > .titlebox > .flexbox > .gamecountbox > .amount > span {
    color:#ffc967;
    font-size:16px;
    font-family: 'Gmarket Sans';
    font-weight: 400;
    position: absolute;
    display: block;
    right:25px;
    top:50%;
    margin-top:2px;
    transform: translate(50%, -50%);
}

#slot_detail_list > .listbox {
    min-width: 1400px;
    display: flex;
    justify-content: center;
}

#slot_detail_list > .listbox > .gridbox {
    display: grid;
    width:100%;
    padding-top:40px;
    padding-bottom:40px;
    padding-left:20px;
    padding-right:20px;
    min-width: 1400px;
    max-width: 2200px;
    gap: 20px;
    grid-template: repeat(1, 1fr) / repeat(12, 1fr);
}

@media screen and (max-width: 2000px) {
    #slot_detail_list > .listbox > .gridbox {
        display: grid;
        grid-template: repeat(1, 1fr) / repeat(10, 1fr);
    }
}

@media screen and (max-width: 1800px) {
    #slot_detail_list > .listbox > .gridbox {
        display: grid;
        grid-template: repeat(1, 1fr) / repeat(8, 1fr);
    }
}

@media screen and (max-width: 1500px) {
    #slot_detail_list > .listbox > .gridbox {
        display: grid;
        grid-template: repeat(1, 1fr) / repeat(6, 1fr);
    }
}

#slot_detail_list > .listbox > .gridbox > .slot_game_item {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    transition: all 300ms;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

#slot_detail_list > .listbox > .gridbox > .slot_game_item:hover {
    transform: scale(1.1);
    transition: all 300ms;
    z-index:20;
    box-shadow: 
        0px 0px 5px #ffffff,
        0px 0px 20px rgb(135, 179, 255),
        0px 0px 30px rgb(135, 179, 255);
}

#slot_detail_list > .listbox > .gridbox > .slot_game_item > .thumbnail {
    display: block;
    width:100%;
    filter:grayscale(0) brightness(1);
    transition: all 300ms;
}


#slot_detail_list > .listbox > .gridbox > .slot_game_item:hover > .thumbnail {
    filter:grayscale(0) brightness(1);
    transition: all 300ms;
}


#slot_detail_list > .listbox > .gridbox > .slot_game_item > .title {
    display: block;
    background:#0d1d32;
    margin-top:1px;
    height:50px;
    line-height:50px;
    text-align: left;
    padding-left:15px;
    font-size:15px;
    transition: all 300ms;
    color:#cccccc;
}


#slot_detail_list > .listbox > .gridbox > .slot_game_item:hover > .title {
    background: 
        linear-gradient(45deg,
           rgba(255, 255, 255, .1) 25%,
            transparent 25%,
            transparent 50%,
          rgba(255, 255, 255, .1) 50%,
          rgba(255, 255, 255, .1) 75%,
            transparent 75%, transparent),
          #29324b;
    background-size: 0.5rem 0.5rem;
    color:#ffffff;
    transition: all 300ms;
    text-shadow:         
        0px 0px 5px rgb(135, 179, 255),
        0px 0px 10px rgb(135, 179, 255);
}
