.world-open-home .header-top {
    z-index: 1040;
}

.world-open-home .download-apk {
    color: var(--text-fancy);
    text-decoration: underline;
    opacity: 0.9;
    font-weight: bold;
    position: absolute;
    right: 5px;
}

.world-open-home .download-apk:hover,
.world-open-home .download-apk:focus,
.world-open-home .download-apk:active {
    color: var(--text-fancy);
    opacity: 1;
}

.world-open-home .login-box {
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
}

.world-open-home .login-box:last-child {
    margin-right: 10px;
}

.world-open-home .header .btn-primary {
    width: auto;
    font-size: 14px;
    line-height: 1;
    background-color: var(--bg-primary1);
    border-color: var(--bg-primary1);
    color: var(--text-highlight);
    border-radius: 6px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    text-transform: uppercase;
    margin-left: 10px;
}


.world-open-home .header .btn-primary:disabled {
    opacity: 1;
}

.world-open-home .right-sidebar .home-casiono-icons .hooper-track {
    transition: transform 0s 0.5s !important;
}

.world-open-home .right-sidebar .home-casiono-icons .hooper-slide,
.world-open-home .right-sidebar .home-casiono-icons .hooper-slide.is-prev,
.world-open-home .right-sidebar .home-casiono-icons .hooper-slide.is-next {
    transition: opacity 1s 0s;
    opacity: 0 !important;
}

.world-open-home .right-sidebar .hooper-slide.is-active {
    transition-delay: 0.5s;
    opacity: 1 !important;
}

.world-open-home .point-casino-carousal {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 0;
}

.world-open-home .point-casino-carousal-title {
    width: 100%;
    color: var(--text-table-header-new);
    margin-bottom: 0;
    background-color: var(--bg-table-header-new);
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.world-open-home .point-casino-carousal .login-hover {
    padding-left: 5px;
    padding-right: 5px;
    width: 16.66%;
    margin-bottom: 10px;
}

.world-open-home .point-casino-carousal .login-hover img {
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.world-open-home .point-live-casino {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0;
    margin-top: 10px;
}

.world-open-home .point-live-casino .login-hover {
    width: calc(14.2% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
}

.world-open-home .point-live-casino .login-hover:last-child {
    margin-right: 0;
}

.world-open-home .point-live-casino .login-hover img {
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.world-open-home .home-casiono-icons h4 {
    background-color: var(--bg-table-header);
    color: var(--text-table-header);
    font-size: 16px;
    font-weight: bold;
    padding: 3px;
}

.world-open-home .home-casiono-icons .home-casino-icon-item {
    margin-bottom: 5px;
    padding: 5px;
}

.world-open-home .point-casino-list-title {
    width: 100%;
    background: var(--bg-table-header);
    padding: 5px;
    color: var(--text-table-header);
    font-size: 16px;
    font-weight: bold;
}

.world-open-home .point-casino-list .login-hover {
    width: calc(100% - 4px) !important;
}

.world-open-home .point-apk-box {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: var(--bg-sidebar);
    z-index: 10;
    padding: 8px 10px;
    box-shadow: 0 -5px 5px -5px #666;
    height: 38px;
    left: 0;
}

.world-open-home .point-apk-box a {
    color: var(--text-sidebar);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    left: 15px;
}

.world-open-home .close-apk {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 16px;
    cursor: pointer;
}

.world-open-home .close-apk i {
    font-size: 20px;
    color: #fff;
}

.world-open-home .sidebar-left {
    background-color: var(--bg-sidebar);
}

.world-open-home .menu-box {
    background-color: var(--bg-sidebar);
    margin-top: 18px;
    height: auto;
    margin-bottom: 10px;
    width: calc(100% - 10px);
    margin-left: 6px;
    overflow: hidden;
}

.world-open-home .all-menu {
    height: calc(100vh - 350px);
}

.world-open-home .special-menu {
    background-color: var(--bg-sidebar);
    width: calc(100% - 10px);
    margin-left: 6px;
}

.world-open-home .menu-box .sports-list-content {
    height: calc(100vh - 290px);
    scrollbar-width: thin;
    scrollbar-color: var(--bg-table) var(--bg-table-header);
    overflow-x: hidden;
    overflow-y: auto;
}

.world-open-home .menu-box .sports-list-content::-webkit-scrollbar {
    width: 8px;
}

.world-open-home .menu-box .sports-list-content::-webkit-scrollbar-track {
    background: var(--bg-table);
}

.world-open-home .menu-box .sports-list-content::-webkit-scrollbar-thumb {
    background-color: var(--bg-table-header);
}

.world-open-home .top-results {
    background: var(--bg-sidebar);
    color: var(--text-sidebar);
    margin-bottom: 20px;
}

.world-open-home .top-result-title {
    background: var(--bg-table-header);
    padding: 3px;
    font-weight: bold;
}

.world-open-home .top-result-box-container li {
    width: 100%;
}

.world-open-home .top-result-box {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
}

.world-open-home .top-result-box>div:first-child {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.world-open-home .top-result-box>div:last-child {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
}

.world-open-home .login-box form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.world-open-home .login-box .form-group {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.world-open-home .login-box .custom-checkbox {
    position: absolute;
    right: 130px;
    bottom: 0;
    display: flex;
    align-items: end;
}

.world-open-home .login-box .custom-control-label {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* .world-open-home .custom-control-label::after,
.world-open-home .custom-control-label::before {
    top: 0;
} */

.world-open-home .login-box .custom-checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    line-height: 1;
}

.world-open-home .login-box .form-group .form-check-input {
    margin-top: 0;
}

.world-open-home .login-box .form-group label {
    line-height: 1;
    height: auto;
    margin: 5px 0 0 5px;
}

.world-open-home .login-box .form-group>label,
.world-open-home .login-box .form-group>label a {
    color: var(--text-fancy);
    text-align: right;
}

.world-open-home .login-box .form-group .form-control {
    width: 200px;
    height: 40px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.world-open-home .header-top ul li {
    margin: 0 8px;
    padding: 0px 8px;
}

.world-open-home .header-top ul li:after {
    display: none;
}

.world-open-home .header-top ul li a.router-link-active {
    border-bottom: 2px solid;
    padding-bottom: 3px;
}

.world-open-home .right-sidebar {
    /* background-color: transparent; */
    padding: 0px;
    border-radius: 0;
    height: -webkit-fill-available;
}

/* .world-open-home .right-sidebar.sticky {
    position: absolute;
} */

.world-open-home .home-casiono-icons {
    background-color: var(--bg-sidebar);
    padding: 0;
    margin-bottom: 20px;
}

.world-open-home .home-casiono-icons img {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.world-open-home .upcoming-fixure {
    width: calc(100% - 10px);
    margin-left: 5px;
    height: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.world-open-home .menu-title {
    background-color: var(--bg-table-header);
    color: var(--text-table-header);
    font-weight: bold;
    padding: 3px;
    width: 100%;
}

.world-open-home .footer .support {
    /* background: none; */
    border-top: 1px dashed;
}

.world-open-home .news-bar .news-title img {
    width: 35px;
}

.world-open-home .fixure-box>div:first-child {
    max-width: 100%;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.world-open-home .header-top ul li a:hover,
.world-open-home .header-top ul li a:focus,
.world-open-home .header-top ul li a:active {
    color: var(--text-table-header);
}

.world-open-home .home-casiono-icons.casino .hooper-track {
    height: 660px !important;
}

.world-open-home .news-bar {
    height: 50px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.register-blink {
    animation: regi-blink 1.5s linear infinite;
    -webkit-animation: regi-blink 1.5s linear infinite;
    color: #000;
    display: block;
}

@keyframes regi-blink {
    0% {
        color: blue;
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }
    50% {
        color: black;
        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
    }
    100% {
        color: red;
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }
}

.world-open-home .all-menu {
    height: calc(100vh - 325px);
}

.world-open-home .special-menu .dropdown-menu .horse-list-box {
    max-height: calc(100vh - 320px);
}

.world-open-home .special-menu {
    background-color: var(--bg-sidebar);
    margin-top: 20px;
    height: auto;
    margin-bottom: 20px;
    width: calc(100% - 10px);
    margin-left: 6px;
}

@media only screen and (max-width: 1279px) {
    .world-open-home .header {
        display: flex;
        flex-wrap: wrap;
        background: var(--bg-other);
        height: 60px;
        line-height: 1;
    }
    .world-open-home .logo-box {
        margin-top: 0;
    }
    .world-open-home .center-main-content {
        margin-top: 5px;
    }
    .world-open-home .login-box {
        display: inline-block;
        flex: 1;
        margin-right: 5px;
        text-align: right;
    }
    .world-open-home .login-box .download-apk {
        width: 100%;
        display: block;
        margin-left: 0 !important;
        position: relative;
    }
    .world-open-home .center-main-content .upcoming-fixure {
        display: block;
    }
    .world-open-home .point-casino-tabs ul {
        background: var(--bg-table-header-new);
        border-bottom: 0;
        flex-wrap: nowrap;
    }
    .world-open-home .point-casino-tabs .nav-tabs .nav-link {
        color: var(--text-table-header-new);
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        padding: 6px;
    }
    .world-open-home .point-casino-tabs .nav-tabs .nav-link.active {
        color: var(--text-table-header-new);
        background-color: var(--bg-sidebar);
        border-color: var(--bg-sidebar);
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .world-open-home .point-casino-carousal .login-hover {
        width: 50%;
    }
    .world-open-home .header .btn-primary {
        width: auto;
        min-width: 80px;
        font-size: 13px;
        margin-left: 0;
    }
    .world-open-home .login-box:nth-last-child(3) {
        margin-top: -15px;
        margin-right: 0;
    }
    .world-open-home .login-box:last-child {
        position: absolute;
        bottom: -5px;
        right: 0;
    }
    .world-open-home .login-box:last-child .btn-primary {
        background-color: transparent;
        border: 0;
        right: 0;
        bottom: -20px;
        color: var(--text-sidebar);
        text-decoration: underline;
        font-weight: bold;
        text-transform: capitalize;
        font-size: 12px;
    }
    .world-open-home .center-main-content .upcoming-fixure {
        margin: 0px auto 0px;
        width: calc(100% - 10px);
    }
    .world-open-home .center-main-content .upcoming-fixure .fixure-box>div {
        max-width: 100%;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .world-open-home .news-bar {
        width: calc(100% - 10px);
        max-width: calc(100% - 10px);
    }
    .world-open-home .point-menu {
        display: none;
        width: 70%;
        position: fixed;
        top: 50px;
        z-index: 1000;
        height: calc(100vh - 56px);
        background-color: var(--bg-sidebar);
    }
    .world-open-home .point-menu.show {
        display: block;
    }
    .world-open-home .menu-box {
        margin-top: 0;
        overflow: auto;
    }
    .world-open-home.point-home .point-menu .navbar-expand-sm .navbar-nav .nav-link {
        color: var(--text-sidebar);
        font-size: 16px;
        font-weight: bold;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .world-open-home .menu-box {
        height: calc(100vh - 51px);
    }
    .world-open-home .home-container {
        padding: 5px;
    }
    .point-casino-list {
        margin-top: 10px;
    }
    .world-open-home .point-casino-list .login-hover img {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        width: 100%;
    }
    .world-open-home .top-results {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .sport-tabs.menu-tabs {
        margin: 10px auto;
    }
    .world-open-home .sidebar-left {
        z-index: 1031;
        background-color: var(--bg-sidebar) !important;
    }
    .world-open-home .menu-box {
        height: 100vh;
        width: 100%;
        margin-left: 0;
    }
    .world-open-home .menu-box .sports-list-content {
        height: calc(100vh - 40px);
    }
    .world-open-home .main-container {
        padding-top: 0;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
    .world-open-home .home-casiono-icons.casino .hooper-track {
        height: 540px !important;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .world-open-home .home-casiono-icons.casino .hooper-track {
        height: 640px !important;
    }
}