:root {
    --white-color: #ffffff;
    --green-color: #148161;
    --yellow-color: #ffe10f;
    --stats-color-1: #158161;
    --stats-color-2: #bf4c3a;
    --theme-color: #08503b;
    --momentum-color: #474747;
}

/*#region globals */
body:not(.mobile) {
    background-color: #585858;
}

body.root {
    background: #e5e5e5;
}

body.reg {
    background-color: #f7f7f7;
}

body.feedback {
    color: var(--white-color);
    background: #3a3a3a;
}

.alt {
    background: var(--white-color) !important;
}

.yellowText {
    color: var(--yellow-color);
}

.msgBox {
    background-color: #e02625;
    color: var(--white-color);
}

.message-danger {
    color: #790502;
    background: #ebccd1;
}

.message-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

#overlay {
    background-color: #000;
}

#statsDialog {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

#content {
    color: var(--white-color);
}

button:focus,
input:focus {
    outline: none !important;
}

/*#region dialog */
#dialog .content {
    color: var(--white-color);
    background: #3a3a3a;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

#dialog .menu {
    background: #767676;
    background: -moz-linear-gradient(top, #767676 0%, #040404 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #767676), color-stop(100%, #040404));
    background: -webkit-linear-gradient(top, #767676 0%, #040404 100%);
    background: -o-linear-gradient(top, #767676 0%, #040404 100%);
    background: linear-gradient(to bottom, #767676 0%, #040404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767676', endColorstr='#040404', GradientType=0 );
}

#dialog ul li.menu {
    border-bottom: 1px solid #666;
}

    #dialog ul li.menu:last-child {
        border-bottom: 0;
    }

#dialog .menu .item {
    border-left: 1px solid #989898;
}

    #dialog .menu .item .inner:hover,
    #dialog .menu .item.selected {
        color: #333;
        background: #ffe362;
        background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%);
        background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 );
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)";
    }

    #dialog .menu .item > ul li {
        background: #f7f7f7;
    }

        #dialog .menu .item > ul li a {
            color: #333333;
        }

        #dialog .menu .item > ul li:hover,
        #dialog .menu .item > ul li.subSelected {
            background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        }

#dialog .menu .subSelected a {
    color: #FFCA00;
}

#dialog .close {
    background-color: #1D2329;
}

    #dialog .close:hover {
        color: #333;
        background: #ffe362;
        background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%);
        background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 );
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)";
    }

.modalbox-title-bar {
    border-bottom: 1px solid #585858;
}

.modalbox-title {
    color: #666;
}

.modal-close {
    color: #888;
    border-left: 1px solid #585858;
}
/*#endregion */

/*#region printdialog */
#printDialog {
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-color: var(--white-color);
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    color: #000;
}

.modal-body {
    color: #000;
}

.modal-footer {
    border-top: 1px solid #e5e5e5;
}

.print .btn-primary {
    background-color: #428bca;
    border-color: #357ebd;
    color: var(--white-color);
}

    .print .btn-primary:hover,
    .print .btn-primary:focus,
    .print .btn-primary:active,
    .print .btn-primary.active {
        background-color: #3071a9;
        border-color: #285e8e;
        color: var(--white-color);
    }

.print .close {
    color: #000;
    text-shadow: 0 1px 0 var(--white-color);
}

    .print .close:hover,
    .print .close:focus {
        color: #000;
    }

/*#endregion */

/*#region cookies */
#cookies {
    background: rgba(0,0,0,0.5);
    text-shadow: 1px 1px 0 #000;
}

    #cookies h1 {
        color: var(--white-color);
        border-bottom: 1px solid var(--white-color);
    }

    #cookies .note {
        color: #dcdcdc;
    }
/*#endregion */

/*#region error404 */
.errorBackground .errorContainer {
    text-shadow: 0 1px 15px #000;
}

.buttonPosition .greenPulseBtn {
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}

    .buttonPosition .greenPulseBtn .greenPulseTextWrap {
        background: #30ff30;
        background: -moz-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#30ff30),color-stop(50%,#1b8f1b),color-stop(100%,#1fa61f));
        background: -webkit-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: -o-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: linear-gradient(to bottom,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ff30',endColorstr='#1fa61f',GradientType=0 );
        border: 3px solid #89ff8b;
        color: var(--white-color);
        -webkit-box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        -moz-box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        text-shadow: 1px 2px 2px rgb(15,76,15);
    }

.subNavigationWrap {
    background: -moz-linear-gradient(top,rgba(1,12,26,0.7) 0,rgba(1,12,26,0.7) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(1,12,26,0.7)),color-stop(100%,rgba(1,12,26,0.7)));
    background: -webkit-linear-gradient(top,rgba(1,12,26,0.7) 0,rgba(1,12,26,0.7) 100%);
    background: -o-linear-gradient(top,rgba(1,12,26,0.7) 0,rgba(1,12,26,0.7) 100%);
    background: linear-gradient(to bottom,rgba(1,12,26,0.7) 0,rgba(1,12,26,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3010c1a',endColorstr='#b3010c1a',GradientType=0 );
}
/*#endregion */

/*#region keyframes */
@keyframes green-pulse {
    0% {
        background: rgba(255, 255, 255, 0);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes green-pulse {
    0% {
        background: rgba(255, 255, 255, 0);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes green-pulse {
    0% {
        background: rgba(255, 255, 255, 0);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@-o-keyframes green-pulse {
    0% {
        background: rgba(255, 255, 255, 0);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@keyframes stop-green-pulse {
    0% {
        background: rgba(255, 255, 255, 0.2);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0.2);
    }
}

@-moz-keyframes stop-green-pulse {
    0% {
        background: rgba(255, 255, 255, 0.2);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0.2);
    }
}

@-webkit-keyframes stop-green-pulse {
    0% {
        background: rgba(255, 255, 255, 0.2);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0.2);
    }
}

@-o-keyframes stop-green-pulse {
    0% {
        background: rgba(255, 255, 255, 0.2);
    }

    50% {
        background: rgba(255, 255, 255, 0.2);
    }

    100% {
        background: rgba(255, 255, 255, 0.2);
    }
}

@-moz-keyframes pulsegreen {
    0% {
        background-color: #1b8f1b;
    }

    50% {
        background-color: #1ebd1e;
    }

    100% {
        background-color: #1b8f1b;
    }
}

@-webkit-keyframes pulsegreen {
    0% {
        background-color: #1b8f1b;
    }

    50% {
        background-color: #30ff30;
    }

    100% {
        background-color: #1b8f1b;
    }
}

@keyframes pulsegreen {
    0% {
        background-color: #1b8f1b;
    }

    50% {
        background-color: #30ff30;
    }

    100% {
        background-color: #1b8f1b;
    }
}

/*#endregion */

/*#region header */
#header .headerTop {
    background: var(--green-color);
}

    #header .headerTop .headerImage {
        background: url('/ltr/Images/header2.png') center top;
    }

    #header .headerTop .inner .loginBlock a {
        color: #f6f6f6;
    }

        #header .headerTop .inner .loginBlock a:hover {
            color: var(--yellow-color);
        }

        #header .headerTop .inner .loginBlock a .envelope {
            filter: brightness(2.5);
        }

        #header .headerTop .inner .loginBlock a:hover .envelope {
            filter: invert(100);
        }

    #header .headerTop .inner .loginBlock .headerNavDivider {
        background: #666;
    }

    #header .headerTop .inner .loginBlock input#txtUsername,
    #header .headerTop .inner .loginBlock input#txtPassword {
        color: #333;
    }

    #header .headerTop .inner .loginBlock .loginButton {
        text-shadow: 1px 1px 0 rgb(255,238,140);
        border: 1px solid #464d57;
        color: #333;
        background: #F4D416;
        background: #ffe362;
        background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%);
        background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 );
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)";
    }

        #header .headerTop .inner .loginBlock .loginButton:hover {
            color: #333;
            background: rgb(255, 240, 165);
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjBhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmUxNGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, rgba(255, 240, 165, 1) 0, rgba(255, 225, 76, 1) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 240, 165, 1)), color-stop(100%, rgba(255, 225, 76, 1)));
            background: -webkit-linear-gradient(top, rgba(255, 240, 165, 1) 0, rgba(255, 225, 76, 1) 100%);
            background: -o-linear-gradient(top, rgba(255, 240, 165, 1) 0, rgba(255, 225, 76, 1) 100%);
            background: linear-gradient(to bottom, rgba(255, 240, 165, 1) 0, rgba(255, 225, 76, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--white-color)0a5', endColorstr='#ffe14c', GradientType=0);
        }

    #header .headerTop .inner .loginBlock .registerButton {
        color: #f7f7f7;
        background: #1fa61f;
    }

        #header .headerTop .inner .loginBlock .registerButton:hover {
            color: #f7f7f7;
            background: #1b8f1b;
        }

    #header .headerTop .inner .loginBlock .depositButton {
        border: 1px solid #464d57;
        color: var(--white-color);
        background: #1fa61f;
        background: -moz-linear-gradient(top, #32bf32 0%, #32bf32 50%, #1fa61f 51%, #1fa61f 100%);
        background: -webkit-linear-gradient(top, #32bf32 0%,#32bf32 50%,#1fa61f 51%,#1fa61f 100%);
        background: linear-gradient(to bottom, #32bf32 0%,#32bf32 50%,#1fa61f 51%,#1fa61f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32bf32', endColorstr='#1fa61f',GradientType=0 );
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#32bf32', endColorstr='#1fa61f',GradientType=0)";
    }

        #header .headerTop .inner .loginBlock .depositButton:hover {
            color: var(--white-color);
            background: #32bf32;
        }

    #header .headerTop .depositType {
        border: 3px solid #464d57;
    }

        #header .headerTop .depositType::after {
            border: 8px solid rgba(0,0,0,0);
            border-bottom-color: #464d57;
        }

        #header .headerTop .depositType div a {
            background-color: #E5E5E5;
            border-bottom: 1px solid #999;
        }

            #header .headerTop .depositType div a:hover {
                background: #f4d416;
            }

#userAccount li a:active {
    color: #ffd800;
}

#userAccount span:after {
    border-top-color: #f6f6f6;
}

#userAccount > ul > li:hover > a,
#userAccount > ul:not(:hover) > li.active > a {
    background: #3a3a3a;
}

#userAccount li ul {
    border-top: 1px solid #666;
}

    #userAccount li ul a {
        border-bottom: 1px solid #666;
        background-color: #3a3a3a;
    }

        #userAccount li ul a:hover {
            /*background-color: var(--white-color)be5;*/
        }

#header .headerMiddle {
    background: #3A3A3A;
}

.headerMiddle .navLink {
    color: #f7f7f7;
    font-weight: bold;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

    .headerMiddle .navLink:last-child {
        border-right: 1px solid #4c4c4c;
    }

    .headerMiddle .navLink:hover,
    .headerMiddle .navLink.selected {
        color: #ffd300;
    }

    .headerMiddle .navLink:after {
        background: rgba(255, 255, 255, 0.1);
    }

    .headerMiddle .navLink .radialGradientOnHover {
        display: none !important;
    }

body.l .headerMiddle .navLink:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.headerMiddle #singUp.greenPulseBtn {
    -webkit-box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
    box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
    color: var(--white-color);
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
    border: 1px solid transparent;
}

    .headerMiddle #singUp.greenPulseBtn .greenPulseTextWrap {
        background: #30ff30;
        background: -moz-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#30ff30),color-stop(50%,#1b8f1b),color-stop(100%,#1fa61f));
        background: -webkit-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: -o-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: linear-gradient(to bottom,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ff30',endColorstr='#1fa61f',GradientType=0 );
        border: 3px solid #89ff8b;
        -webkit-box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        -moz-box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        text-shadow: 1px 2px 2px rgb(15,76,15);
    }

#header .headerBottom {
    background: #b7b7b7;
}

    #header .headerBottom .btn span {
        color: #666;
    }

    #header .headerBottom .btn:hover span {
        color: #3a3a3a;
    }

    #header .headerBottom .headerNavDivider {
        background: #999;
    }

.optionSelector li a {
    color: #666;
}

.optionSelector span:after {
    border-top-color: rgba(21, 37, 83, 0.7);
}

.optionSelector > ul > li:hover > a,
.optionSelector > ul:not(:hover) > li.active > a {
    background: var(--white-color)be5;
}

.optionSelector li ul {
    border: 1px solid #deebfd;
    background-color: var(--white-color);
}

    .optionSelector li ul a {
        border-bottom: 1px solid #e5e5e5;
        background-color: var(--white-color);
    }

        .optionSelector li ul a:hover,
        .optionSelector li ul li.sel a,
        .optionSelector li ul li a.sel {
            background-color: var(--white-color)be5;
        }

.lostlogin-overlay {
    background-color: rgba(0, 0, 0, .7);
}

.lostlogin-close {
    color: white;
    background-color: #1D2329;
}

    .lostlogin-close:hover {
        color: #333;
        background: #ffe362;
        background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%);
        background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 );
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)";
    }

/*#endregion */

/*#region footer */
.mainFooter {
    background: #3a3a3a;
}

    .mainFooter .inner .links {
        border-top: 1px solid #585858;
    }

        .mainFooter .inner .text img {
            height: 10px;
        }

    .mainFooter .infoContent h3 {
        color: #666;
    }

    .mainFooter .infoContent a {
        color: #999;
    }

        .mainFooter .infoContent a:hover {
            color: #666;
        }

    .mainFooter .inner .text {
        border-top: 1px solid #585858;
    }

        .mainFooter .inner .text p {
            color: #999;
        }
/*#endregion */
/*#endregion */

/*#region default browser scroll*/
body::-webkit-scrollbar {
    width: 16px;
    background-color: #3a3a3a;
}

body::-webkit-scrollbar-track {
    border: 1px solid #3a3a3a;
}

body::-webkit-scrollbar-thumb {
    background-color: #b7b7b7;
    border-radius: 19px;
    border: 4px solid transparent;
    background-clip: content-box;
}
/*#endregion */

/*#region rootLogin */
body.passNew,
body.rootLogin {
    margin: 10px;
}

.rootLogin form,
.passNew form {
    color: #666;
    background-color: #e5e5e5;
    border-radius: 10px;
}

.rootLogin input[type=text],
.rootLogin input[type=password] {
    border: 1px solid #ccc;
}

.passNew input[type=text],
.passNew input[type=password] {
    border: 1px solid #ccc;
}

.rootLogin .btn,
.passNew .btn {
    color: var(--yellow-color);
    background: #158161;
}

    .rootLogin .btn:hover,
    .rootLogin .btn:active {
        color: #282828;
        background: var(--yellow-color);
    }

.rootLogin .message-box {
    display: block;
    width: auto;
    position: relative;
    margin-bottom: 10px;
    padding: 0 10px 0 10px;
    font-size: 11px;
    font-weight: 700;
    line-height: 28px;
    color: red;
}
/*#endregion */

/*#region home */
#banner .offerContainer {
    text-shadow: 0 1px 15px #000;
    background: rgba(0,0,0,0.6);
}

#greenPulseAnimation.greenPulseBtn {
    -webkit-box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
    box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
}

    #greenPulseAnimation.greenPulseBtn .greenPulseTextWrap {
        width: 90px;
        background: #30ff30;
        background: -moz-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#30ff30),color-stop(50%,#1b8f1b),color-stop(100%,#1fa61f));
        background: -webkit-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: -o-linear-gradient(top,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        background: linear-gradient(to bottom,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ff30',endColorstr='#1fa61f',GradientType=0 );
        border: 3px solid #89ff8b;
        color: var(--white-color);
        -webkit-box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        -moz-box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
        text-shadow: 1px 2px 2px rgb(15,76,15);
    }

#small-banners div a {
    border: 1px solid #666;
    background: #b7b7b7;
    color: #000;
}

    #small-banners div a:hover {
        border: 1px solid var(--green-color);
    }

#small-banners div strong.head {
    border-bottom: 1px solid #666;
}

#termsBottom {
    color: #999;
}

    #termsBottom a {
        color: #999;
    }

#printDialog {
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-color: var(--white-color);
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
/*#endregion */

/*#region acceptance */
.acceptance #mainContent {
    background-color: #e5e5e5;
    border: 1px solid #ccc;
}

    .acceptance #mainContent h2 {
        color: var(--white-color);
        background-color: #000;
    }

        .acceptance #mainContent h2:after {
            border-top: 29px solid black;
        }

.acceptance .acceptArea {
    background-color: #000;
}

.acceptance #btnAccept, #btnCancel {
    border: 1px solid #e2be22;
    background: -webkit-linear-gradient(#fdf6d7,#f5cc0f);
    background: -moz-linear-gradient(#fdf6d7,#f5cc0f);
    background: -o-linear-gradient(#fdf6d7,#f5cc0f);
    background: linear-gradient(#fdf6d7,#f5cc0f);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fdf6d7', endColorStr='#f5cc0f', GradientType=0);
    color: #333;
}

    .acceptance #btnAccept:disabled {
        color: #808080;
    }
/*#endregion */

/*#region sports */
/*#region leftContainer */
.searchBox {
    background: #3a3a3a;
}

    .searchBox:before {
        border-left: 1px solid #585858;
    }

    .searchBox .searchText {
        color: #b2b2b2;
        background: #3a3a3a;
    }

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c3c3c3;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #c3c3c3;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #c3c3c3;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #c3c3c3;
}

.searchBox .odd {
    background: #676767;
}

.searchBox .even {
    background: #b7b7b7;
}

    .searchBox .odd:hover,
    .searchBox .even:hover,
    .search-focused {
        color: var(--yellow-color);
    }

.searchBox .search-focused {
    color: var(--yellow-color);
}

#sportsBetting {
    color: #3A3A3A;
    background: #C5C5C5;
}

    #sportsBetting h1 {
        color: #00141e;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .4px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
    }

.sliderContainer .nav_slider_txt div:hover,
.sliderContainer .nav_slider_txt div.on {
    color: var(--green-color);
}

.sliderContainer .nav_slider {
    background: url(/ltr/images/dateslider.png) 50% 0 no-repeat;
}

    .sliderContainer .nav_slider .ui-widget {
        border: 1px solid #000;
    }

    .sliderContainer .nav_slider .ui-widget-header {
        background: #158161 url(/Images/jquery/slider_green.png) 50% 50% repeat;
    }

    .sliderContainer .nav_slider .ui-widget-content {
        background: #000000 url(../Images/jquery/ui-bg_highlight-hard_100_f9f9f9_1x100.png) 50% top repeat-x;
    }

    .sliderContainer .nav_slider .ui-state-active {
        border: 1px solid #464d57;
        color: #333;
        background: #F4D416;
        background: #ffe362;
        background: -moz-linear-gradient(top, #ffe362 0%, #ffe362 50%, #ffd300 51%, #ffd300 100%);
        background: -webkit-linear-gradient(top, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        background: linear-gradient(to bottom, #ffe362 0%,#ffe362 50%,#ffd300 51%,#ffd300 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0 );
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffe362', endColorstr='#ffd300',GradientType=0)";
    }

.sportsMenu {
    color: var(--white-color);
}

    .sportsMenu a.sport {
        color: #B2B2B2;
        background: #3A3A3A;
        border-bottom: 1px solid #131313;
    }

    .sportsMenu .sport span.holder {
        border-top: 5px solid var(--yellow-color);
    }

    .sportsMenu .sport.open > .holder {
        border-top: 5px solid var(--yellow-color);
    }

    .sportsMenu .sport .count {
        color: #C2C2C2;
        background-color: #2f2f2f;
    }

    .sportsMenu a.sport:hover,
    .sportsMenu a.sport:hover .count {
        color: var(--yellow-color);
    }

    .sportsMenu .category {
        color: #eeeeee;
        background: #3A4048;
        border-top: 1px solid #49505A;
        border-bottom: 1px solid #25282D;
    }

        .sportsMenu .category:hover,
        .sportsMenu .category.open,
        .sportsMenu .category.selected {
            background: #33383F;
        }

        .sportsMenu .category span.holder {
            border-right: 4px solid var(--yellow-color);
        }

        .sportsMenu .category.open > span.holder {
            border-top: 5px solid var(--yellow-color);
        }

        .sportsMenu .category .count {
            color: #C2C2C2;
        }

    .sportsMenu .tournament {
        color: #bdbdbd;
        background: #49505a;
        border-top: 1px solid #6D737B;
        border-bottom: 1px solid #424851;
    }

        .sportsMenu .tournament:hover,
        .sportsMenu .tournament.selected {
            background: #424851;
        }

        .sportsMenu .tournament span.count {
            color: #BDBDBD;
        }

.contentLeft .leftBlock {
    background: #3a3a3a;
}

    .contentLeft .leftBlock h3 {
        background: var(--green-color);
        color: var(--white-color);
        line-height: 28px;
        padding: 0 10px;
        height: initial;
    }

    .contentLeft .leftBlock li a {
        color: var(--white-color);
    }

    .contentLeft .leftBlock li img {
        filter: invert(100);
    }
/*#endregion */

/*#region mainContent */
.slide-inner .slide .promotion {
    text-shadow: 0 1px 15px #000;
    background: rgba(0,0,0,0.6);
}

    .slide-inner .slide .promotion .greenPulseBtn {
        box-shadow: 0 0 7px 1px rgba(0,0,0,0.8);
        color: var(--white-color);
    }

        .slide-inner .slide .promotion .greenPulseBtn .greenPulseTextWrap {
            background: #30ff30;
            background: linear-gradient(to bottom,#30ff30 0,#1b8f1b 50%,#1fa61f 100%);
            border: 3px solid #89ff8b;
            color: var(--white-color);
            box-shadow: inset 0 0 7px 1px rgba(255,255,255,0.75);
            text-shadow: 1px 2px 2px rgb(15,76,15);
        }

.slide-inner .slide .invite .bigWhite {
    text-shadow: 3px 3px 15px #000;
}

.slide-inner .slide .invite .bigBlack {
    color: #000;
}

.slide-inner .slide .invite .terms {
    color: #333;
}

.slide-inner .slide .slide-info .slide-odds .odds-news .category {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.slide-inner .slide .slide-info .slide-odds .wrapper {
    background: rgba(0,0,0,0.3);
}

    .slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds {
        border: 1px solid #acacac;
        background: -webkit-linear-gradient(#fafafa,#cdcdcd);
        background: -moz-linear-gradient(#fafafa,#cdcdcd);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fafafa', endColorStr='#cdcdcd', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fafafa', endColorStr='#cdcdcd', GradientType=0)";
        background: -o-linear-gradient(#fafafa,#cdcdcd);
        background: linear-gradient(#fafafa,#cdcdcd);
    }

        .slide-inner .slide .slide-info .slide-odds .wrapper .more:hover span,
        .slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds:hover {
            background: -webkit-linear-gradient(#666,#eaeaea);
            background: -moz-linear-gradient(#666,#999);
            filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#666', endColorStr='#999', GradientType=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#666', endColorStr='#999', GradientType=0)";
            background: -o-linear-gradient(#666,#999);
            background: linear-gradient(#666,#999);
        }

            .slide-inner .slide .slide-info .slide-odds .wrapper .more:hover span,
            .slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds:hover .inner .outcome,
            .slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds:hover .inner .price {
                color: var(--white-color);
            }

        .slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds.selected {
            background: #FFD300;
            border: 1px solid #000;
        }

            .slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds.selected .inner .outcome,
            .slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds.selected .inner .price {
                color: #000;
            }

        .slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds .inner .outcome {
            color: #222;
        }

        .slide-inner .slide .slide-info .slide-odds .wrapper .odds-content .odds .inner .price {
            color: #000;
        }

    .slide-inner .slide .slide-info .slide-odds .wrapper .more span {
        color: #000;
        border: 1px solid #acacac;
        background: -webkit-linear-gradient(#fafafa,#cdcdcd);
        background: -moz-linear-gradient(#fafafa,#cdcdcd);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fafafa', endColorStr='#cdcdcd', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fafafa', endColorStr='#cdcdcd', GradientType=0)";
        background: -o-linear-gradient(#fafafa,#cdcdcd);
        background: linear-gradient(#fafafa,#cdcdcd);
    }

.slide-tab span {
    background-color: var(--white-color);
}

    .slide-tab span:hover,
    .slide-tab div.selected span {
        background: #f4d416;
    }

.slide-tab-promotions span {
    background-color: var(--white-color);
}

    .slide-tab-promotions span:hover,
    .slide-tab-promotions div.selected span {
        background: #f4d416;
    }

#topWinners .row.head .col50 .menu:hover {
    color: #FFC607;
}

#topWinners .row.head .col50 .menu.active {
    color: #FFC607;
}

#topWinners .row.body .col50:first-child {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000000;
}

#topWinners .row.body .col50:nth-child(2) {
    border-bottom: 1px solid #000000;
}

#topWinners .row.body .col50 .row.title {
    background: -webkit-linear-gradient(#3E3E3E,#2F2F2F);
    background: -moz-linear-gradient(#3E3E3E,#2F2F2F);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#3E3E3E', endColorStr='#2F2F2F', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#3E3E3E', endColorStr='#2F2F2F', GradientType=0)";
    background: -o-linear-gradient(#3E3E3E,#2F2F2F);
    background: linear-gradient(#3E3E3E,#2F2F2F);
    border-bottom: 1px solid #000;
    color: #BDBDBD;
}

#topWinners .row.body .col50 .row.even {
    background-color: #2B2B2B;
}

.topWinner .row:not(.header):hover span {
    color: #ffcf00;
}

.gr_ h2 a {
    color: #D8D8D8;
    background-color: #91522e;
}

    .gr_ h2 a label.abs {
        border-top: 26px solid #91522e;
    }

.gr_ .noEvents {
    color: #d8d8d8;
    background: #158161;
}

    .gr_ .noEvents .arrow {
        filter: invert(100);
    }

.gr_ .gr-head {
    background-color: #158161;
}

    .gr_ .gr-head:hover {
        filter: none;
        color: #DDB005;
    }

    .gr_ .gr-head .arrow {
        border-left: 1px solid #278a6c;
    }

    .gr_ .gr-head:not(.open) {
        border-bottom: 1px solid #278a6c;
    }

.gr_ .evts .evt,
.tour .evts .evt {
    border-bottom: 1px solid #5f5f5f;
    background: #676767;
}

    .gr_ .evts .evt:hover .betsContent .match a,
    .tour .evts .evt:hover .betsContent .match a {
        color: var(--yellow-color);
    }

    .gr_ .evts .evt .bet_score {
        color: var(--yellow-color);
    }

    .highlights-date .date,
    .gr_ .evts .evt div.date,
    .tour .evts .evt div.date,
    .gr_ .evts .evt div.timeScore {
        color: #cbcbcb;
    }

.highlights-date,
.eventsList-date {
    color: #585858;
    background: #b7b7b7;
}

.tour .header {
    background: #158161;
}

    .tour .header .trRemove:hover {
        background: #000;
    }

.evts .evt .match {
    color: var(--white-color);
}

    .evts .evt .match span.vs {
        color: #cbcbcb;
    }

.evts .evt.eventsList .odds-content .col {
    padding: 0 !important;
}

    .evts .evt.eventsList .odds-content .col a {
        height: 30px;
        line-height: 30px;
        box-sizing: border-box;
    }

.evts .col a {
    background: #5f5f5f;
    border-bottom: 1px solid #5a5a5a;
}

    .evts .col a:not(.disabled):hover,
    .evts .col a.selected {
        background: #158161;
    }

.odds.disabled {
    user-select: none;
    cursor: not-allowed !important;
}

    .odds.disabled .price,
    .odds.disabled .odd,
    .odds.disabled dd {
        background-image: url(../../Images/lock.svg);
        background-size: 13px 13px;
        background-repeat: no-repeat;
    }

    .odds.disabled .price {
        background-position: center;
    }

    .odds.disabled .odd,
    .odds.disabled dd {
        background-position: right;
    }

.evts .col.withOutcome .odds .outcome {
    width: calc(60% - 6px);
    border-left: 1px solid #757575;
}

.evts .col.withOutcome .odds .price {
    border-left: none;
}

.evts .col .price {
    display: block;
    color: var(--yellow-color);
    border-left: 1px solid #757575;
}

.evts .more .inner {
    border-left: 1px solid #757575;
}

    .evts .more .inner a:hover {
        color: var(--white-color);
    }

    .evts .more .inner a.more-link {
        border-right: 1px solid #757575;
    }

        .evts .more .inner a.more-link:hover {
            color: var(--yellow-color);
            text-decoration: none;
        }

    .evts .more .inner a.stats-link .statistic {
        filter: invert(100);
    }

.plus {
    background: #3E3E3E;
}

    .plus .g {
        border-top: 1px solid #525252;
        border-bottom: 1px solid #212121;
    }

        .plus .g:first-child {
            border-top: none;
        }

    .plus dl {
        background: #313131;
    }

        .plus dl:not(.disabled):hover,
        .plus dl.selected {
            background: var(--green-color);
        }

    .plus dd {
        color: var(--yellow-color);
    }
/*#endregion */

/*#region single event prematch */

.leagues .sp-header {
    background-color: #3a3a3a;
}

.leagues .tour .header:not(.open) {
    border-bottom: 1px solid #278a6c;
}

.leagues span.arrow {
    border-left: 1px solid #278a6c;
}

.leagues .ltlGroupName:hover,
.leagues .close:hover {
    background-color: #545454;
}

.prematchEvent .competition {
    background: #3a3a3a;
}

    .prematchEvent .competition .competitionName {
        border-left: 1px solid #999;
        border-right: 1px solid #999;
    }

.prematchEvent .matchID {
    color: #f7f7f7;
}

    .prematchEvent .matchID .matchID__inner .matchID__teams {
        color: #565656;
        background: rgba(255, 255, 255, 0.7);
    }

    .prematchEvent .matchID .matchID__inner .matchID__info .matchID__info__inner {
        background-color: #424141;
    }

        .prematchEvent .matchID .matchID__inner .matchID__info .matchID__info__inner .matchID__info__up {
            border-bottom: 1px solid #313131;
        }

.prematchEvent .matchID__info__up__result {
    color: #ffd300;
}

/*#endregion */

/*#region dateBlock */

.leagues .dateTimeline .dateBlock {
    border-right: 1px solid #777777;
}

    .leagues .dateTimeline .dateBlock .dateBlockInner {
        color: #3a3a3a;
        background-color: #b7b7b7;
    }

        .leagues .dateTimeline .dateBlock .dateBlockInner.active,
        .leagues .dateTimeline .dateBlock .dateBlockInner:not(.disabled):hover {
            color: #158161;
        }

        .leagues .dateTimeline .dateBlock .dateBlockInner.disabled,
        .leagues .dateTimeline .dateBlock .dateBlockInner.disabled .eventsCounter {
            cursor: not-allowed;
            color: #8c8c8c;
        }

        .leagues .dateTimeline .dateBlock .dateBlockInner .eventsCounter {
            color: #3a4048;
        }

/*#endregion */

/*#region rightContent */
.sideBlock .sideBlockHead {
    background: #158161;
}

.sideBlock .sideBlockBody {
    color: #cbcbcb;
    background: #676767;
}

    .sideBlock .sideBlockBody .sideBlockContent {
        color: #cbcbcb;
    }

.contentRight .sideBlock .sideBlockBody .sideBlockContent .LiveChatBtn {
    color: #ffe128;
    border: 1px solid #ffe128;
}

/*Quick Bet*/
#quickBetContainer .sideBlock .sideBlockBody .sideBlockContent .quickButtons {
    border-bottom: 1px solid #999;
}

    #quickBetContainer .sideBlock .sideBlockBody .sideBlockContent .quickButtons:last-of-type

    #quickBetContainer .sideBlock .sideBlockBody .sideBlockContent .quickButtons span.team {
        /*color: #FFC607;*/
    }

    #quickBetContainer .sideBlock .sideBlockBody .sideBlockContent .quickButtons span.num_right {
        color: var(--white-color);
    }

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake span:after {
    /*border-top-color: var(--white-color);*/
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake li a {
    background: #158161;
}

    #quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake li a:active {
        color: var(--yellow-color);
    }

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStakespan:after {
    border: 0.313em solid transparent;
    border-bottom: none;
    border-top-color: var(--white-color);
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake > ul:hover li span:after {
    border-top-color: #000;
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake > ul > li:hover > a,
#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake > ul:not(:hover) > li.active > a {
    color: #282828;
    background: var(--yellow-color);
}

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake li ul {
    background-color: #000;
}

    #quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake li ul li:last-child a {
        border-bottom: 1px solid #5c5b5b;
    }


    #quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake li ul a {
        border-left: 1px solid #5c5b5b;
        border-right: 1px solid #5c5b5b;
        border-top: 1px solid #5c5b5b;
    }

        #quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickStake li ul a:hover {
            background: var(--yellow-color);
            -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
            color: #282828;
        }

#quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickBet {
    color: var(--yellow-color);
    background: #158161;
}

    #quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickBet:hover,
    #quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickBet:active,
    #quickBetContainer .sideBlock .sideBlockBody .sideBlockFooter .quickBet.active {
        color: #282828;
        background: var(--yellow-color);
    }

/*Top Winner*/
.topWinner .tabs li a {
    color: #3a3a3a;
    background: #bcbcbc;
}

.topWinner .tabs li.active a {
    background: #ddd;
}

.topWinner .row {
    border-bottom: 1px solid #999;
}

/*#region seoblock + livechat */
.seoBlock .seoContentHead {
    color: var(--white-color);
    background-color: var(--green-color);
}

.seoBlock .seoContent {
    background: -webkit-linear-gradient(#f7f7f7,#ebebeb);
    background: -moz-linear-gradient(#f7f7f7,#ebebeb);
    background: -o-linear-gradient(#f7f7f7,#ebebeb);
    background: linear-gradient(#f7f7f7,#ebebeb);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0)";
    color: #333;
}

.contentRight .needHelpContainer .sideBlock .sideBlockHead {
    background: #158161;
}

.contentRight .needHelpContainer .sideBlock .sideBlockBody {
    background: #3a3a3a;
}

    .contentRight .needHelpContainer .sideBlock .sideBlockBody .sideBlockContent .LiveChatBtn {
        border: none;
        color: var(--white-color);
        background: #158161;
    }

        .contentRight .needHelpContainer .sideBlock .sideBlockBody .sideBlockContent .LiveChatBtn:hover {
            color: #282828;
            background: var(--yellow-color);
        }

        .contentRight .needHelpContainer .sideBlock .sideBlockBody .sideBlockContent .LiveChatBtn .icons-liveChat {
            filter: brightness(100);
        }

        .contentRight .needHelpContainer .sideBlock .sideBlockBody .sideBlockContent .LiveChatBtn:hover .icons-liveChat {
            filter: contrast(100);
        }

/*#endregion */

/*#endregion */

/*#endregion */

/*#region inPlay */
.ov .favourites .clear {
    color: var(--white-color);
    background: rgba(0,0,0,0.3);
}

    .ov .favourites .clear:hover {
        background: #000;
    }

.ov .header {
    background: #91522e;
}

.ov .matchsBlock {
    background: #676767;
}

.ov .match {
    border-top: 1px solid #565656;
}

    .ov .match.evenRow {
        border-top: 1px solid #565656;
    }

    .ov .match .event span {
        color: var(--white-color);
    }

    .ov .match .event strong {
        color: #cccccc;
    }

    .ov .match .time {
        color: #8c8c8c;
    }

        .ov .match .time strong {
            color: var(--yellow-color);
        }

    .ov .match .tmpScore {
        color: #8c8c8c;
    }

        .ov .match .tmpScore span {
            border-left: 1px solid #383838;
            border-right: 1px solid #000000;
        }

            .ov .match .tmpScore span.selected {
                color: var(--white-color);
            }

    .ov .match .result {
        color: var(--yellow-color);
        border-left: 1px solid #565656;
        border-right: 1px solid #565656;
    }

    .ov .match .oddsButtons .wrap .name .redCard,
    .ov .match .oddsButtons .wrap .name .yellowCard {
        background: #ed1f24;
        -webkit-box-shadow: 1px 1px 0 0 rgba(0,0,0,0.8);
        -moz-box-shadow: 1px 1px 0 0 rgba(0,0,0,0.8);
        box-shadow: 1px 1px 0 0 rgba(0,0,0,0.8);
        border: 1px solid #800000;
    }

    .ov .match .oddsButtons .wrap .name .yellowCard {
        background: #f0ee00;
        border: 1px solid #8d8e00;
    }

    .ov .match .oddsButtons a {
        background: #585858;
    }

        .ov .match .oddsButtons a .name {
            color: var(--white-color);
        }

        .ov .match .oddsButtons a .odd {
            color: var(--yellow-color);
        }

        .ov .match .oddsButtons a:not(.disabled):hover .name,
        .ov .match .oddsButtons a:not(.disabled):hover .odd {
            color: var(--yellow-color);
        }

        .ov .match .oddsButtons a.selected,
        .ov .match .oddsButtons a.active {
            background: #158161;
        }

            .ov .match .oddsButtons a.selected .name,
            .ov .match .oddsButtons a.active .name,
            .ov .match .oddsButtons a.selected .odd,
            .ov .match .oddsButtons a.active .odd {
                color: var(--yellow-color);
            }

    .ov .match .specials {
        color: var(--white-color);
        border: 1px solid #b7b7b7;
    }

        .ov .match .specials:hover {
            color: #131313;
            background: #b7b7b7;
        }

    .ov .match .stats-link .statistic {
        filter: invert(100);
    }

.ov .sport {
    color: var(--white-color);
    background: #158161;
    border-bottom: 1px solid #585858;
}

    .ov .sport:hover {
        color: #f4d416;
    }

    .ov .sport .count {
        color: #3a3a3a;
        background: #ccc;
    }

    .ov .sport:hover .count {
        color: #158161;
    }

.ov .tournament {
    color: #333;
    background-color: #ccc;
    border-top: 1px solid #dedcdc;
    border-bottom: 1px solid #a9a8a8;
}

    .ov .tournament .count {
        color: #6d6d6d;
    }

.sv .header {
    background: #91522e;
}

    .sv .header .clear {
        color: var(--white-color);
        background: rgba(0,0,0,0.3);
    }

        .sv .header .clear:hover {
            background: #000;
        }

    .sv .header .controls {
        border: 1px solid rgba(255,255,255,0.25);
        text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
    }

        .sv .header .controls a {
            background: rgba(0,0,0,0.3);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000',endColorstr='#4d000000',GradientType=1 );
            text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
            border: 1px solid rgba(0,0,0,0.4);
        }

.sv .match {
    border-bottom: 1px solid #5f5f5f;
    background: #676767;
}

    .sv .match .event a strong {
        color: #bfbfbf;
    }

    .sv .match.selected .event span {
        color: var(--yellow-color);
    }

    .sv .match.selected .event strong {
        color: #ccc;
    }

    .sv .match .result {
        color: var(--yellow-color);
    }

    .sv .match .time {
        color: #ccc;
    }

    .sv .match a.stats-link .statistic {
        filter: invert(100);
    }

    .sv .match .oddsButtons .wrap a {
        color: #131313;
        background: #b7b7b7;
    }

        .sv .match .oddsButtons .wrap a:hover {
            color: var(--yellow-color);
        }

        .sv .match .oddsButtons .wrap a.selected,
        .sv .match .oddsButtons .wrap a.active {
            color: var(--white-color);
            background: #158161;
        }

    .sv .match .oddsButtons .wrap .name .redCard,
    .sv .match .oddsButtons .wrap .name .yellowCard {
        -webkit-box-shadow: 1px 1px 0 0 rgba(0,0,0,0.8);
        -moz-box-shadow: 1px 1px 0 0 rgba(0,0,0,0.8);
        box-shadow: 1px 1px 0 0 rgba(0,0,0,0.8);
        border: 1px solid #800000;
    }

    .sv .match .oddsButtons .wrap .name .yellowCard {
        background: #f0ee00;
        border: 1px solid #8d8e00;
    }

.sv .sport {
    color: var(--white-color);
    background: #158161;
    border-bottom: 1px solid #585858;
}

    .sv .sport:hover {
        color: #f4d416;
    }

    .sv .sport .count {
        color: #3a3a3a;
        background: #ccc;
    }

    .sv .sport:hover .count {
        color: #158161;
    }

.sv .tournament {
    color: #333;
    background-color: #ccc;
    border-top: 1px solid #dedcdc;
    border-bottom: 1px solid #a9a8a8;
}

    .sv .tournament .count {
        color: #6d6d6d;
    }

#gameArea .head {
    text-shadow: 1px 1px 0 rgba(0,0,0,0.9);
    border: 1px solid rgba(0, 0, 0,0.7);
    background: rgba(0, 0, 0, 0.7);
}

#gameArea .teams > span {
    background: -webkit-linear-gradient(to bottom,rgba(0, 0, 0,0.5) 0,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(to bottom,rgba(0, 0, 0,0.5) 0,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(to bottom,rgba(0, 0, 0,0.5) 0,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,rgba(0, 0, 0,0.5) 0,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf021630',endColorstr='#bf021630',GradientType=1 );
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#bf021630', endColorStr='#bf021630', GradientType=1)";
}

#gameArea .teams .redCardsHome .redCard,
#gameArea .teams .redCardsAway .redCard {
    background: rgb(184,0,0);
    background: -moz-linear-gradient(-45deg,rgba(184,0,0,1) 0,rgba(255,26,0,1) 100%);
    background: -webkit-gradient(linear,left top,right bottom,color-stop(0,rgba(184,0,0,1)),color-stop(100%,rgba(255,26,0,1)));
    background: -webkit-linear-gradient(-45deg,rgba(184,0,0,1) 0,rgba(255,26,0,1) 100%);
    background: -o-linear-gradient(-45deg,rgba(184,0,0,1) 0,rgba(255,26,0,1) 100%);
    background: linear-gradient(135deg,rgba(184,0,0,1) 0,rgba(255,26,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80000',endColorstr='#ff1a00',GradientType=1 );
    border: 1px solid #fd1900;
}

#gameArea .gamearea-score > div:first-child {
    background: #010c1a;
    border: 1px solid #000000;
}

#gameArea .gamearea-score .scoreBlock {
    background: #060c14;
    background: -moz-linear-gradient(top,#060c14 0,#343a41 50%,#060c14 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#060c14),color-stop(50%,#343a41),color-stop(100%,#060c14));
    background: -webkit-linear-gradient(top,#060c14 0,#343a41 50%,#060c14 100%);
    background: -o-linear-gradient(top,#060c14 0,#343a41 50%,#060c14 100%);
    background: linear-gradient(to bottom,#060c14 0,#343a41 50%,#060c14 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060c14',endColorstr='#060c14',GradientType=0 );
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
    border: 1px solid #333333;
    -moz-box-shadow: inset 0 3px 6px 1px rgba(0,0,0,1);
    -webkit-box-shadow: inset 0 3px 6px 1px rgba(0,0,0,1);
    box-shadow: inset 0 3px 6px 1px rgba(0,0,0,1);
}

    #gameArea .gamearea-score .scoreBlock.delimiter {
        color: #d9d9d9;
    }

#gameArea .gamearea-score > div:first-child + div {
    color: #cccccc;
    background: #010c1a;
}

    #gameArea .gamearea-score > div:first-child + div strong {
        color: #ffd800;
    }

#statsArea .head {
    color: #f7f7f7;
    background-color: #666;
}

#statsMain {
    color: #565656;
    background: rgba(255, 255, 255, 0.7);
}

    #statsMain .inner {
        border: 1px solid #d0d0d0
    }

#statsArea .row {
    color: #000;
}

    #statsArea .row.firstRow {
        border-bottom: 1px dashed #d0d0d0;
    }

#oddsArea .messageSuspended {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

#oddsArea .groupList .groupItem .groupItemCore .groupName {
    background: #081018;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,#081018 14%,#132841 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(14%,#081018),color-stop(100%,#132841));
    background: -webkit-linear-gradient(top,#081018 14%,#132841 100%);
    background: -o-linear-gradient(top,#081018 14%,#132841 100%);
    background: linear-gradient(to bottom,#081018 14%,#132841 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#081018',endColorstr='#132841',GradientType=0 );
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.15);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.15);
    box-shadow: 0 1px 0 rgba(255,255,255,0.15);
}

    #oddsArea .groupList .groupItem .groupItemCore .groupName:hover,
    #oddsArea .groupList .groupItem .groupItemCore .groupName.selected {
        background: #246dbe;
        background: -moz-linear-gradient(top,#246dbe 0,#064387 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#246dbe),color-stop(100%,#064387));
        background: -webkit-linear-gradient(top,#246dbe 0,#064387 100%);
        background: -o-linear-gradient(top,#246dbe 0,#064387 100%);
        background: linear-gradient(to bottom,#246dbe 0,#064387 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#246dbe',endColorstr='#064387',GradientType=0 );
        -moz-box-shadow: 0 1px 2px #000;
        -webkit-box-shadow: 0 1px 2px #000;
        box-shadow: 0 1px 2px #000;
    }


#oddsDivider .g:not(.open) h3 {
    border-bottom: 1px solid #278a6c;
}


#oddsDivider .g h3 {
    color: var(--white-color);
    background: #158161;
}

#oddsDivider .g .o a dl {
    background: #676767;
}

    #oddsDivider .g .o a dl:not(.disabled):hover {
        color: var(--yellow-color);
    }

    #oddsDivider .g .o a dl.selected,
    #oddsDivider .g .o a dl.active {
        color: #131313;
        background: #b7b7b7;
    }

#oddsDivider .g .o a dd {
    color: var(--yellow-color);
}

#oddsDivider .g .o a .empty {
    -moz-box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.3);
    background: rgba(0,0,0,0.4);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000',endColorstr='#66000000',GradientType=1 );
}

.lc {
    background-color: #404040;
}

    .lc .header {
        color: var(--white-color);
        background: #158161;
    }

.live_scout,
.live_stream {
    filter: invert(.8);
}

    .selected .live_scout,
    .selected .live_stream,
    .l .live_scout:hover,
    .l .live_stream:hover
    .live_scout:active,
    .live_stream:active {
        -webkit-filter: invert(40%) sepia(258%) saturate(600%) hue-rotate(105deg) brightness(200%) contrast(60%);
        filter: invert(40%) sepia(258%) saturate(600%) hue-rotate(105deg) brightness(200%) contrast(60%);
    }

.lc .tab-bar-container .tab-bar-item span:after {
    background: #cccccc;
}

.lc .expansion-panel-divider {
    background-color: #cccccc;
}

.lc .header .lcControl .lcIcon span {
    filter: invert(.8);
}

.lc .res {
    background: #91522e;
}

.lc .timeline {
    background: #212121;
    border: 1px solid black;
}

    .lc .timeline .bar {
        background-color: rgb(43,194,83);
        background-image: linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
        box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
    }

        .lc .timeline .bar:after {
            background-image: linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent );
        }

.lc .pitch .inplay .msg {
    background: #5f7f3f;
    background: -webkit-gradient(linear, left top, left bottom, from(#5f7f3f), to(#4f7030));
    background: -moz-linear-gradient(top, #5f7f3f, #4f7030);
    background: -o-linear-gradient(top, #5f7f3f, #4f7030);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF5F7F3F', endColorstr='#FF4F7030')";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF5F7F3F', endColorstr='#FF4F7030');
    border: 1px solid #426225;
    -webkit-box-shadow: 0 0 0.3em 0 #124500;
    -moz-box-shadow: 0 0 0.3em 0 #124500;
    box-shadow: 0 0 0.3em 0 #124500;
}

.lc .pitch .team {
    text-shadow: 0 1px #000;
    color: #eac800;
}

.lc .pitch .action {
    color: var(--white-color);
    text-shadow: 0 1px #000;
}

.lc .stats .progress {
    background: #00643e;
    border: 1px solid #474747;
}

    .lc .stats .progress .fill {
        background: #9C7800;
    }

/*#endregion */

/*#region betslip */
.betslip h2 {
    background: #91522e
}

.betSlip .betTabs li a {
    color: #3a3a3a;
    background: #bcbcbc
}

    .betSlip .betTabs li a:hover {
        color: var(--green-color);
    }

.betSlip .betTabs li.active a {
    background: #ddd
}

.betSlip .betTabs li.active + li a {
}

.betSlip .betTabs li.disabled a,
.betSlip .betTabs li.disabled a:hover {
    color: #777;
    background: #9d9d9d
}

.betSlip .message {
    color: var(--white-color);
}

    .betSlip .message.info {
        background: #3a3a3a;
    }

.betSlip .row {
    color: #3a3a3a;
}

.betSlip .matches li {
    background: #ddd;
    border-bottom: 1px solid #a0a0a0
}

    .betSlip .matches li.non-active {
        background: #3a3a3a;
    }

    .betSlip .matches li .solid {
        color: #969696 !important
    }

.betSlip .match .vs {
    color: #676767
}

.betSlip .oddsRmv:hover {
    color: var(--white-color);
    background: #000
}

.betSlip .game {
    color: #000;
}

    .betSlip .game .at {
        color: var(--green-color)
    }

.betSlip .banker span:hover,
.betSlip .banker span.selected {
    color: #FFD800;
    background: #000;
}

.betSlip .pick .banker span.notSelected {
    color: black;
    background-color: #ccc;
}

.betSlip .bankers.selected {
    color: #FFD800;
    background: #000;
}

.betSlip .pick .position {
    color: #158161
}

.betSlip .pick .price {
    color: #000;
}

    .betSlip .pick .price.changed span {
        color: #333;
    }

.betSlip .summary {
    position: relative;
    color: #ddd;
    background: #676767
}

    .betSlip .summary .inner table tr {
        border-bottom: 1px solid #6e6e6e;
    }

    .betSlip .summary select {
        color: #000;
    }

    .betSlip .summary #txtStake {
        color: #000;
        font-weight: bold;
        border: 1px solid #d1d3dc;
    }

    .betSlip .summary .data dd .button {
        background: #bcbcbc;
        color: #3a3a3a;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
    }

        .betSlip .summary .data dd .button:active {
            color: var(--yellow-color);
            background-color: #158161;
            border: 1px solid #158161;
        }

        .betSlip .summary .data dd .button.placeBet {
            color: var(--yellow-color);
            background: #158161
        }

button.ajs-button {
    border: 1px solid #acacac;
    background-image: linear-gradient(top,#fafafa,#cdcdcd);
    background-image: -moz-linear-gradient(top,#fafafa,#cdcdcd);
    background-image: -webkit-linear-gradient(top,#fafafa,#cdcdcd);
    color: #333;
}

.betSlip .tabs .tab {
    color: var(--white-color);
    background: var(--green-color);
}

    .betSlip .tabs .tab.active {
        background: #3a3a3a;
    }

.betSlip .tabs b {
    color: #333;
    background-color: #e2be22;
}

input[type=checkbox] + label:before {
    background-color: #bcbcbc;
}

.mybets {
    background: var(--white-color);
}

ul.bet {
    /*border: 1px solid #ddd;*/
}

.bet li {
    background: #fdfdfd;
    border-bottom: 1px dotted #989B9B;
}

    .bet li:last-child {
        color: #404040;
        background: #e0dfdf;
    }

.bet .bet-game {
    color: #011625;
}

.bet .bet-event .name {
    color: #000;
}

.bet .bet-event .vs {
    color: #656565;
}

.bet .bet-odds span {
    color: var(--yellow-color);
    border: 1px solid #757575;
    background: #5e5e5e;
}

.mobile .bet .bankers.selected {
    color: #FFD800;
    background-color: #000;
}

.bet li .bet-row.res {
    color: black;
}

.bet .bet-stake {
    color: #000;
}

.bet .bet-return {
    color: var(--green-color);
}

.bet li.cashout span {
    color: #333;
    background: #fdd101;
    border: 1px solid #e2be22;
}

    .bet li.cashout span:hover {
        -moz-box-shadow: 0 0 5px #e2be22;
        -webkit-box-shadow: 0 0 5px #e2be22;
        box-shadow: 0 0 5px #e2be22;
    }

#cashoutDialog {
    background-color: rgba(0, 0, 0, .7);
}

    #cashoutDialog .container {
        background-color: var(--white-color);
    }

        #cashoutDialog .container h2.cashoutHeader {
            color: var(--white-color);
            background: #3a3a3a;
        }

        #cashoutDialog .container .cashoutWrapper {
            color: #1a2b46;
        }

            #cashoutDialog .container .cashoutWrapper .cashout {
                color: #1a2b46;
                background: #efefef;
                border: 1px solid#ddd;
            }

            #cashoutDialog .container .cashoutWrapper .cashoutMessage {
                color: #656565;
            }

            #cashoutDialog .container .cashoutWrapper #cashoutAmount {
                color: #279b27;
            }

            #cashoutDialog .container .cashoutWrapper .cashoutButtons .reject-button {
                background: #cdcdcd
            }

                #cashoutDialog .container .cashoutWrapper .cashoutButtons .reject-button:hover {
                    color: var(--white-color);
                    background: #999;
                }

            #cashoutDialog .container .cashoutWrapper .cashoutButtons .accept-button {
                color: var(--white-color);
                background: #279b27;
            }

                #cashoutDialog .container .cashoutWrapper .cashoutButtons .accept-button:hover {
                    color: #efefef;
                    background: #15c215;
                }

                #cashoutDialog .container .cashoutWrapper .cashoutButtons .accept-button.disabled,
                #cashoutDialog .container .cashoutWrapper .cashoutButtons .accept-button.disabled:hover {
                    color: #d3d3d3;
                    background: #5e5e60;
                }

.bet .tick {
    color: #fff;
    display: inline-block;
    margin: 1px 0;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 4px;
}

    .bet .tick.tick-won {
        background: #347907;
    }

    .bet .tick.tick-half-won {
        background: linear-gradient(-45deg, #347907, #347907 49%, #525c6e 51%, #525c6e)
    }

    .bet .tick.tick-void {
        background: #525c6e;
    }

    .bet .tick.tick-half-lose {
        background: linear-gradient(135deg, #525c6e, #525c6e 49%, #bf4c3a 51%, #bf4c3a)
    }

    .bet .tick.tick-lose {
        background: #bf4c3a;
    }

.bet .time {
    color: #000;
}

.bet .result {
    color: #000;
    font-weight: bold;
}

.betSlip .noBets {
    color: var(--white-color);
    background: #3a3a3a;
    font-size: 12px;
    border-top: 1px solid var(--green-color);
}

@-moz-keyframes pulsate {
    from {
        background: #500000;
    }

    to {
        background: rgb(83,83,83);
    }
}

@-webkit-keyframes pulsate {
    from {
        background: #500000;
    }

    to {
        background: rgb(83,83,83);
    }
}

@keyframes pulsate {
    from {
        background: #500000;
    }

    to {
        background: rgb(83,83,83);
    }
}
/*#endregion */

/*#region info */
.information > #content,
.information #mainContent {
    background: #3a3a3a;
    font-size: 12px;
}

.information #leftContent {
    background: #3a3a3a;
}

#leftContent .linkList h3 {
    color: #f7f7f7;
    background: #158161;
}

#leftContent .linkList ul li {
    border-top: 1px solid #5a5a5a;
}

#leftContent .linkList li.selected a,
#leftContent .linkList li:hover a {
    font-weight: initial;
}

#leftContent .linkList li img {
    filter: invert(100);
}

#leftContent .linkList li a {
    color: #b2b2b2;
}

#leftContent .linkList li.selected a,
#leftContent .linkList li:hover a {
    color: var(--yellow-color);
}

#mainContent .content a {
    color: #b7b7b7;
}

    #mainContent .content a:hover {
        color: var(--yellow-color);
        font-weight: normal !important;
    }

#mainContent h1 span {
    color: #D8D8D8;
    background-color: #91522e;
}

#mainContent h1 label.abs {
    border-top: 29px solid #91522e;
}

#mainContent h2.title {
    color: #000;
}

#mainContent h2.promotions {
    color: #000;
}

#mainContent .content {
    color: var(--white-color);
}

    #mainContent .content hr {
        background-color: #999;
    }

form#contact_form {
    background: #585858;
}

    form#contact_form .row input {
        color: #333;
    }

    form#contact_form .row textarea {
        color: #333;
    }

    form#contact_form input#submit_button {
        color: var(--white-color);
        border: 1px solid #262626;
        background: -webkit-linear-gradient(#686868 0,#000 51%,#000 100%);
        background: -moz-linear-gradient(#686868 0,#000 51%,#000 100%);
        background: -o-linear-gradient(#686868 0,#000 51%,#000 100%);
        background: linear-gradient(#686868 0,#000 51%,#000 100%);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#686868', endColorStr='#000', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#686868', endColorStr='#000', GradientType=0)";
    }

        form#contact_form input#submit_button:hover {
            -moz-box-shadow: 0 0 5px #262626;
            -webkit-box-shadow: 0 0 5px #262626;
            box-shadow: 0 0 5px #262626;
        }

#mainContent .content .block {
    background-color: #585858;
}

#mainContent .content .paymentOption .logo img {
    border: 1px solid #ccc;
    background: var(--white-color);
}

#mainContent .content .paymentOption .depositButton a {
    color: #000;
    border: 1px solid #adadad;
    background: #d6d6d6;
    background: -moz-linear-gradient(top, #d6d6d6 0%, var(--white-color) 4%, var(--white-color) 52%, #f7f7f7 57%, #f7f7f7 65%, #ededed 70%, #ededed 78%, #e7e7e7 83%, #e7e7e7 87%, #dedede 91%, #dedede 96%, #adadad 100%);
    background: -webkit-linear-gradient(top, #d6d6d6 0%,var(--white-color) 4%,var(--white-color) 52%,#f7f7f7 57%,#f7f7f7 65%,#ededed 70%,#ededed 78%,#e7e7e7 83%,#e7e7e7 87%,#dedede 91%,#dedede 96%,#adadad 100%);
    background: -o-linear-gradient(top, #d6d6d6 0%,var(--white-color) 4%,var(--white-color) 52%,#f7f7f7 57%,#f7f7f7 65%,#ededed 70%,#ededed 78%,#e7e7e7 83%,#e7e7e7 87%,#dedede 91%,#dedede 96%,#adadad 100%);
    background: linear-gradient(to bottom, #d6d6d6 0%,var(--white-color) 4%,var(--white-color) 52%,#f7f7f7 57%,#f7f7f7 65%,#ededed 70%,#ededed 78%,#e7e7e7 83%,#e7e7e7 87%,#dedede 91%,#dedede 96%,#adadad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#adadad',GradientType=0 );
}

.footballbuttons a {
    color: #666666;
    border: 1px solid #adadad;
    background: #d6d6d6;
    background: -moz-linear-gradient(top, #d6d6d6 0%, var(--white-color) 4%, var(--white-color) 52%, #f7f7f7 57%, #f7f7f7 65%, #ededed 70%, #ededed 78%, #e7e7e7 83%, #e7e7e7 87%, #dedede 91%, #dedede 96%, #adadad 100%);
    background: -webkit-linear-gradient(top, #d6d6d6 0%,var(--white-color) 4%,var(--white-color) 52%,#f7f7f7 57%,#f7f7f7 65%,#ededed 70%,#ededed 78%,#e7e7e7 83%,#e7e7e7 87%,#dedede 91%,#dedede 96%,#adadad 100%);
    background: -o-linear-gradient(top, #d6d6d6 0%,var(--white-color) 4%,var(--white-color) 52%,#f7f7f7 57%,#f7f7f7 65%,#ededed 70%,#ededed 78%,#e7e7e7 83%,#e7e7e7 87%,#dedede 91%,#dedede 96%,#adadad 100%);
    background: linear-gradient(to bottom, #d6d6d6 0%,var(--white-color) 4%,var(--white-color) 52%,#f7f7f7 57%,#f7f7f7 65%,#ededed 70%,#ededed 78%,#e7e7e7 83%,#e7e7e7 87%,#dedede 91%,#dedede 96%,#adadad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#adadad',GradientType=0 );
}
/*#endregion */

/*#region mobile */
body.mobile {
    color: var(--white-color);
    background-color: #585858;
}

.mobile #header .topBar {
    background-color: #08503b;
}

.mainHeader .topBar .topBarLinks a img {
    filter: none;
}

.mobile #header .menu a {
    color: var(--white-color);
    background: var(--green-color);
    border-right: 1px solid #3a3a3a;
    border-bottom: 1px solid #3a3a3a;
}

.mainHeader .menu a .mybetsCount {
    color: #000000;
    background-color: #F4D416;
    box-shadow: 0 -1px 7px 0 #000;
}

.mobile #header .menu a.selected,
.mobile #header .menu a:active {
    color: var(--yellow-color);
}

.mobile #header .menu a.Clicked {
    background: #158161;
}

.mobile .header {
    color: #f7f7f7;
    background-color: #158161;
}

/*Home Page*/
.home-page .highContainer .highMenu .flex .fixture {
    background: #676767;
    border-left: 1px solid #3a3a3a;
}

.mobile .home-page .tournament {
    color: var(--white-color);
    background: var(--green-color);
}

    .mobile .home-page .tournament .icon {
        filter: invert(1);
    }

.mobile .home-page .matchInfo_home {
    color: #545454;
    background: #b7b7b7;
}

    .mobile .home-page .matchInfo_home .matchDate {
        color: #666666;
    }

.mobile .home-page .inplay .inplayLauncher {
    color: #ffcf00;
    background-color: #08503a;
}

    .mobile .home-page .inplay .inplayLauncher .viewAll {
        color: #ffcf00;
    }

.mobile .totals.tValues {
    background: #efeba8;
}

.mobile .bInfo,
.mobile .tInfo,
.mobile .sInfo,
.mobile .tValues,
.mobile .sValues,
.mobile .tNoValues {
    color: #000;
    background: var(--white-color);
}

.mobile .sValues {
    border-top: 1px solid #000;
}

.mobile .tickets_com .table_subheader {
    color: #666;
    background-color: #b7b7b7;
}

.tickets_com .table-responsive .table-bordered th {
    border-color: #8b8a8a;
}

.tickets_com .table-responsive .table-bordered td {
    border-color: #C2C2C2;
}

.tickets_com .table-responsive .__empty-bg {
    color: #000;
    background: var(--white-color);
    border: 0;
}

.mobile .sInfo dt span,
.mobile .tInfo dt span {
    color: #666;
    background: #b7b7b7;
}

.mobile .tDetails {
    color: #000;
    background-color: #f9f7e4;
}

.mobile #header .submenus,
.mobile #header .links {
    background-color: #3a3a3a;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.mainHeader .submenus {
    top: 40px;
}

.mobile .mainHeader .submenus div a.selected:after {
    border-right-color: #000;
}

.mobile #header .links::after,
.mobile #header .submenus::after {
    border-bottom-color: #000000;
}

.mobile #header .submenus div a,
.mobile #header .links div a {
    border-bottom: 1px solid #5f5f5f;
    background: #676767;
    color: #f7f7f7;
}

    .mobile #header .submenus div a:active,
    .mobile #header .links div a:active {
        background-color: #158161;
    }

.mobile .myBets .noBets {
    color: #333;
    border-bottom: 1px solid #3a3a3a;
}

.mobile #betslipFooter .bg {
}

    .mobile #betslipFooter .bg a {
        color: var(--white-color);
        background: var(--green-color);
        border: 1px solid #000000;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    }

        .mobile #betslipFooter .bg a span.count {
            background: #eeeeee;
            color: #333333;
            border: 2px solid #000;
        }

        .mobile #betslipFooter .bg a span.totalOdds i {
            color: var(--yellow-color);
        }

.mobile #footer ul.menu.lang li,
.mobile #footer ul.menu li a {
    color: #D4D4D4;
    font-size: 14px;
}

    .mobile #footer ul.menu.lang li.selected {
        color: #ffcf00 !important;
    }

.mobile #moveToTop {
    background-color: #3a3a3a;
    border: 1px solid var(--green-color);
    border-radius: 10px;
}

    .mobile #moveToTop:active {
        background-color: var(--green-color);
    }

.mobile .footerMobile {
    color: #999;
}

/*#region login */
.mobile .main_header h1 {
    color: #999;
}

.mobile .login_form {
    color: var(--white-color);
    background: #3a3a3a;
}

    .mobile .login_form h1 {
        color: #131313;
        background: #b7b7b7;
    }

.mobile .login_user,
.mobile .login_password {
    outline: 0;
    background-color: #f7f7f7;
    border: 1px solid #000;
}

.mobile .casino .login_user,
.mobile .casino .login_password {
    filter: unset !important;
}

.mobile .login_form input:focus {
    border: 1px solid var(--green-color);
}

.mobile .lostLogin .info,
.mobile .lostLogin .input-area {
    background-color: #3a3a3a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .mobile .lostLogin .input-area .line,
    .mobile .register.main .input-area .line {
        color: #131313;
        background: #b7b7b7;
    }

.mobile .reset_btn:active {
    color: #3a3a3a;
    background: #bcbcbc;
    border: 1px solid #bcbcbc;
}

.mobile .login_btn {
    color: var(--yellow-color);
    background: #158161;
    border: 1px solid #158161;
}

    .mobile .login_btn:active {
        color: #282828;
        background: var(--yellow-color);
        border: 1px solid var(--yellow-color);
    }

.mobile .forgot-password a,
.mobile .log-area a {
    color: #999;
}

    .mobile .forgot-password a:active {
        color: var(--yellow-color);
    }

.mobile .input-area .fields .row .f .reload {
    color: #000;
    background-color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.mobile .submit-area #btnRegister,
.terms .submit-area #btnAcceptTerms {
    color: #000;
    text-align: center;
    text-shadow: 1px 1px 0 #ffee8c;
    background: #ffe659;
    background: -moz-linear-gradient(top,#ffe659 0,#ffd800 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffe659),color-stop(100%,#ffd800));
    background: -webkit-linear-gradient(top,#ffe659 0,#ffd800 100%);
    background: -o-linear-gradient(top,#ffe659 0,#ffd800 100%);
    background: linear-gradient(to bottom,#ffe659 0,#ffd800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe659',endColorstr='#ffd800',GradientType=0);
    border: 1px solid #464d57;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/*#endregion */

.mobile #content .mainLinks a {
    background: -webkit-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: -moz-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#666', GradientType=0) no-repeat 0 0 transparent";
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#777', endColorStr='#666', GradientType=0) no-repeat 0 0 transparent;
    background: -o-linear-gradient(#777,#666) no-repeat 0 0 transparent;
    background: linear-gradient(#777,#666) no-repeat 0 0 transparent;
    color: #f7f7f7;
    border-bottom: 1px solid #575757;
    border-top: 1px solid #969696;
}

.mobile .lblsearch {
    background: #3a3a3a;
    border-bottom: 1px solid #158161;
}

.mobile .searchArea {
    background-color: #333;
}

.mobile .searchTextBox {
    border: 1px solid #bbb;
}

.mobile .results li.res {
    background: var(--white-color);
    border: 1px solid #000;
}

.mobile .sInfo > div {
    color: #333;
}

.mobile .NoDataFound {
    border: 1px solid #ebccd1;
    color: #790502;
    background: #ebccd1;
}

.mobile #sportMenuContainer {
    border-top: 1px solid #3a3a3a;
}

.mobile .sportMenu {
    background-color: #585858;
}

    .mobile .sportMenu a {
        color: var(--white-color);
        background-color: #585858;
        border-right: 1px solid #444444;
    }

        .mobile .sportMenu li:first-child a,
        .mobile .sportMenu a:first-child {
            border-left: 1px solid #3a3a3a;
        }

.mobile.rtl .sportMenu li:first-child a,
.mobile.rtl .sportMenu a:first-child {
    border-left: 0;
}

.mobile.rtl .sportMenu a:last-child {
    border-left: 1px solid #3a3a3a;
}

.mobile.rtl .sportMenu li:last-child a {
    border-left: 1px solid #3a3a3a;
}

.mobile .sportMenu a.selected,
.mobile .sportMenu a:active {
    background-color: #158161;
}

.mobile .sportMenu a .icon i {
    filter: invert(80%) sepia(0%) saturate(41%) hue-rotate(150deg) brightness(93%) contrast(89%);
}

.mobile .sportMenu a .icon.selected i {
    filter: invert(1);
}

.mobile .selections {
    background: #3a3a3a;
}

.mobile .stInfo {
    background-color: #158161;
}

.mobile .competition {
    background: #158161;
    border-top: 1px solid var(--white-color);
}

.mobile .competitions {
    color: #545454;
    background: #b7b7b7;
    border-bottom: 1px solid #909090;
}

.mobile .competitionList li {
    background: #3a3a3a;
}

    .mobile .competitionList li a {
        color: var(--white-color);
    }

.mobile .btnBack {
    filter: invert(100);
}

.mobile .vs {
    color: #676767;
}

.mobile .moreBets {
    color: var(--white-color);
}

    .mobile .moreBets:active {
        color: var(--yellow-color);
    }

.matchs .matchDate .statistic,
.matchs .matchDateBT .statistic {
    filter: invert(1);
}

.mobile .bet a {
    background-color: #585858;
    border: 1px solid #484848;
}

.mobile .team-right {
    color: #cbcbcb;
}

.mobile .bet a.selected {
    background: #158161;
}

.mobile .betDesc {
    color: #ddd;
}

.mobile .bet a.selected .betDesc {
    color: var(--white-color);
}

.mobile .price,
.mobile .price_home {
    color: var(--yellow-color);
}

.mobile .bet a.selected .price,
.mobile .bet a.selected .price_home {
    color: var(--white-color);
    text-shadow: 1px 1px 0 rgb(0, 0, 0);
}

.mobile .tournamentPanel {
    background: #158161;
    /*border: 1px solid var(--white-color);*/
    border: 1px solid #3a3a3a;
}

.mobile .matchID {
    background: #b7b7b7;
    color: #131313;
    border-bottom: 1px solid #999999;
}

.mobile .matchs li {
    background: #676767;
    border-bottom: 1px solid #585858;
}

    .mobile .matchs li .betTypePanel {
        color: #ddd;
        background-color: #14805e;
        /*border-bottom: 1px solid #676767*/
    }

.mobile .matchDate,
.mobile .matchDateBT {
    color: #ccc;
}

.mobile .matchID .matchDate,
.mobile .matchID .matchDateBT {
    color: #131313;
}

.mobile .matchID .team {
    color: #131313;
}

.mobile .dateTimeline {
    background: #b7b7b7;
    border-bottom: 1px solid #909090;
}

    .mobile .dateTimeline .body .dateBlock .dateBlockInner {
        border-right: 1px solid #909090;
    }

    .mobile .dateTimeline .body .dateBlock:first-child .dateBlockInner {
        border-left: 1px solid #909090;
    }

    .mobile .dateTimeline .body .dateBlock:last-child .dateBlockInner {
        border-right: 1px solid #909090;
    }

.dateTimeline .body .dateBlock .dateBlockInner.active:after {
    left: -3px;
    background-color: #fdd101;
}

.mobile .dateTimeline .body .dateBlock:first-child .dateBlockInner.active:after {
    left: 0;
}

.mobile .btnCollapse {
    filter: invert(0.4);
}

/*#region Groups */
.mch-groups {
    background: #b7b7b7;
}

.mch-group {
    color: #666666;
}

.mch-divider {
    color: #999;
}

.mch-group.selected:after {
    background-color: #fdd101;
}
/*#endregion */

.mobile .goals {
    color: #cbcbcb;
}

.mobile .scoutImg {
    background-color: #449d44;
    border: 1px solid #CCDFD0;
}

.mobile .mTime {
    color: #333;
    text-shadow: 1px 0px 1px var(--white-color);
}

.lc .recap {
}

    .lc .recap .row {
        color: #cbcbcb;
    }

        .lc .recap .row.firstRow {
            border-bottom: 1px dashed #585858;
        }

        .lc .recap .row .div50:first-of-type {
            border-right: 1px dashed #585858;
        }

        .lc .recap .row .number.total {
            color: #f4d415;
            background: initial;
        }
/*end livecenter*/
@keyframes arrowUp {
    0% {
        border-top: 7px solid #00643E;
        border-right: 7px solid #00643E;
    }

    100% {
        border-top: 7px solid #00ff00;
        border-right: 7px solid #00ff00;
    }
}

@keyframes arrowDown {
    0% {
        border-right: 7px solid #760000;
        border-bottom: 7px solid #760000;
    }

    100% {
        border-right: 7px solid #ff0000;
        border-bottom: 7px solid #ff0000;
    }
}

.mobile .messageSuspended {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.mobile #mainContent h2 {
    color: var(--white-color);
}

.mobile .betSlip {
    border-top: 1px solid #3a3a3a;
}

    .mobile .betSlip .matches li.non-active .row {
        color: #8A8A8A;
    }

    .mobile .betSlip .oddsRmv {
        color: #3a3a3a;
        border: 1px solid #3a3a3a;
    }

    .mobile .betSlip li.non-active .row .oddsRmv {
        color: #dddddd;
        border: 1px solid #dddddd;
    }

    .mobile .betSlip .oddsRmv:hover,
    .mobile .betSlip .oddsRmv:active {
        color: var(--white-color);
        background: #158161;
        border: 1px solid #158161 !important;
    }

    .mobile .betSlip .bankers {
        color: black;
        background-color: #ccc;
    }

    .mobile .betSlip .sbankers {
        color: #FFD800;
        background-color: #000;
    }

.mobile .summary #txtStake {
    border: 1px solid #000;
}

.mobile .summary .reset {
    color: var(--white-color);
    background: #158161;
}

    .mobile .summary .reset:hover,
    .mobile .summary .reset:active {
        color: #282828;
        background: var(--yellow-color);
    }

.mobile .summary .place .buttonContainer button {
    color: var(--yellow-color);
    background: #158161;
}

    .mobile .summary .place .buttonContainer button:hover {
        color: #282828;
        background: var(--yellow-color);
    }
/*#endregion */

/*#region casino */
.bingo-games .bingo-banner {
    margin-bottom: 12px;
    background-color: #000000;
}

.casino > #header .headerBottom .floatRight button {
    color: var(--yellow-color);
    background: #158161;
}

    .casino > #header .headerBottom .floatRight button:hover {
        color: #282828;
        background: var(--yellow-color);
    }

.slots .group .games {
    display: block;
    padding: 4px;
    row-gap: .5rem;
}

.slots .group .group-title {
    background: var(--green-color);
}

.slots .group .group-content {
    background: #312f2f;
    border-radius: 0.25rem;
}

.slots .group .game .name {
    color: #3a3a3a;
    background: #b7b7b7;
}

.slots .group .game .imgWrapper .game-overlay {
    background: rgba(0, 0, 0, 0.7);
}

.slots .group .game .imgWrapper .game-overlay,
.popular-games .game-overlay {
    background: rgba(0, 0, 0, 0.7);
}

    .slots .group .game .imgWrapper .game-overlay .pl_link {
        color: #666;
        background-color: #b7b7b7;
    }

        .slots .group .game .imgWrapper .game-overlay .pl_link:hover {
            color: var(--white-color);
            background-color: var(--green-color);
        }

.slots .group .owl-nav [class*=owl-]:not(.disabled) {
    color: #666e81;
}

.slots .group .owl-nav [class*=owl-]:hover:not(.disabled) {
    color: var(--white-color);
    background: var(--green-color);
    border: 1px solid var(--green-color);
}

.slots .group .owl-dots .owl-dot span {
    background: #666666;
}

.slots .group .owl-dots .owl-dot.active span,
.slots .group .owl-dots .owl-dot:hover span {
    background: var(--green-color);
}

.slots .category .searchBox {
    background: #797575;
    border: none;
}

.slots .searchBox img {
    filter: invert(.8);
}

.slots .category .searchBox .filterGame {
    color: #ffffff;
    background: #797575;
}

.slots .category .searchBox.focus .filterGame {
    border-left: 1px solid #545252;
}

.slots .category .btn.active {
    color: #ffd300;
}

.mobile .slots .VueCarousel-navigation-button {
    background: #797575;
}

.slots svg {
    /*background: #9e9e9e !important;*/
    box-shadow: unset !important;
}

.slots .v-hl-btn:hover svg {
    background: #fdd100 !important;
}

.slots .v-hl-btn:active svg {
    background: #fdd100 !important;
}

.l .slots {
    margin-top: 5px;
}

.mobile .icons-holder i.live_scout {
    -webkit-filter: invert(.8) !important;
    filter: invert(.8) !important;
}

.mobile .slots .group .games {
    grid-row-gap: .5rem;
    grid-column-gap: 8px;
    column-gap: 8px;
    display: grid;
    padding: 8px;
}

.r-header__nav__more.js-r-header-nav-prev {
    background: linear-gradient(-90deg, rgba(61, 61, 61, 0) 0%, #1d1d27 60%);
}

.r-header__nav__more.js-r-header-nav-next {
    background: linear-gradient(90deg, rgba(61, 61, 61, 0) 0%, #1d1d27 60%);
}

.link.variant-tabmenu.size-md.align-left.rounded.svelte-14e5301:before {
    background: #ffd300;
}

.link.variant-tabmenu.svelte-14e5301 {
    color: #000000;
}

.link.variant-tabmenu.active.svelte-14e5301,
.link.variant-tabmenu.active.svelte-14e5301:hover:not(.disabled) {
    color: #ffd300;
}

.slots .group .loading .game .imgWrapper {
    background: linear-gradient(hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2)), rgb(58 58 58);
}

.slots .group .loading .game .name {
    background: linear-gradient(hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2)), rgb(58 58 58);
}

.slots.popular-games .VueCarousel-slide {
    background-color: unset;
}
/*#endregion */

/*#region widget*/
.mobile .widget-games .tab .title {
    color: var(--white-color);
    background-color: var(--green-color);
}

.mobile .widget-games .tab .inner {
    background-color: #333333;
}
/*#endregion*/

#carousel {
    margin-bottom: 0;
}

.gr_ {
    margin: 0;
}

.loginGO {
    background-color: #147e5f !important;
}

.register .submit-area span a {
    color: #2dbf94 !important;
}

.mobile .register.main .info {
    background-color: #3a3a3a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.loader .loader-inner {
    border: 4px solid #ffc607;
    border-top: 4px solid #0b1422;
    border-bottom: 4px solid #0b1422;
}

.loader.MB .loader-inner {
    border: 0;
}

.mobile .messages .ScoreTable,
.mobile .message .ScoreTable {
    color: #000;
}

.mobile .messages select {
    border: 1px solid var(--yellow-color);
}

.mobile .message .company .comment pre {
    color: var(--green-color);
}

.mobile .message .player .comment pre {
    color: #163f5b;
}

.mobile .bet-dialog {
    background-color: rgba(0, 0, 0, 0.4);
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: unset;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-animation: unset;
    animation: unset;
    z-index: 500;
}

    .mobile .bet-dialog .containerBetslip {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

.mobile #cashoutDialog,
.login.dialog {
    background-color: rgba(0, 0, 0, .7);
}

    .login.dialog .header {
        color: #f7f7f7;
        background-color: #158161;
    }

.dialog .header .icon .close {
    -webkit-filter: invert(1);
    filter: invert(1);
}

body.setPass {
    color: #333;
    background-color: #f7f7f7;
}

.email-response .header {
    background: #08503b;
}

.transaction .trSum {
    color: #333;
}

/*#region stats */
.stats {
    background-color: #3a3a3a;
}

    .stats .row {
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        border-bottom: 1px solid #404040;
    }

.liveCenter .stats .number {
    color: #b5b5b5;
}

.stats .col20:not(.img) {
    background-color: #474747;
}

.liveCenter .stats .charts .chart__pie {
    margin: 0 -10px;
}
/*#endregion */

.message-box.message-info {
    color: #3d4658;
    background: #b7b7b7;
}

/*reuse & share buttons*/
.betSlip .buttonsRealTime .share {
    color: var(--yellow-color);
    background: var(--green-color);
}

    .betSlip .buttonsRealTime .done:hover,
    .betSlip .buttonsRealTime .done:active,
    .betSlip .buttonsRealTime .share:hover,
    .betSlip .buttonsRealTime .share:active {
        color: #000;
        background: var(--yellow-color);
    }

.betSlip .buttonsRealTime .shareWhatsapp {
    background: #25D366;
}

    .betSlip .buttonsRealTime .shareWhatsapp a {
        color: #ffffff;
    }

.betSlip .buttonsRealTime .done {
    color: #fff;
    background: #259125;
}

.betSlip .buttonsRealTime .reuse {
    color: #3a3a3a;
    background: #bcbcbc;
}

    .betSlip .buttonsRealTime .reuse:hover,
    .betSlip .buttonsRealTime .reuse:active {
        background: #ddd;
    }

/* password */
.password .pass {
    background-color: #3e3d3d;
}

.password .password_strength-meter:after,
.password .password_strength-meter:before {
    border-color: #3e3d3d;
}

input[type=checkbox].selected + label:before,
input[type=checkbox]:checked + label:before {
    color: #fff;
    background-color: #3cb371;
    border-color: #3cb371;
}

.mobile .prematchEvent .betTypePanel span.btnCollapse {
    filter: invert(0.7);
}

.moveToTop:hover {
    background-color: var(--green-color);
}

/*#region documents */
.documents {
    background-color: #242424;
}

    .documents .documents-wrap .file-upload div > p {
        color: #fff;
    }

.icon-id-card,
.icon-id-card-back,
.icon-address,
.icon-upload {
    filter: invert(0.7);
}

.documents .documents-wrap .file-upload .upload-group .upload-wrap .upload-input .input-wrap {
    border: 1px solid #4d4d4d;
}

    .documents .documents-wrap .file-upload .upload-group .upload-wrap .upload-input .input-wrap.selected {
        color: #242424;
        background-color: #b2b2b2;
    }
/*#endregion*/

.mobile div.CaTo .dateTime {
    color: #828080;
}

.root hr {
    background: #898989;
}

.mobile .sportSearch .icon-close {
    filter: invert(80%) sepia(0%) saturate(41%) hue-rotate( 150deg ) brightness(93%) contrast(89%);
}

.noGameHilo {
    color: var(--white-color);
    background: #3a3a3a;
    font-size: 12px;
}

body.setpassword {
    background-color: #3A3A3A;
}

.setpassword .action-button {
    color: #ffffff;
    background-color: #148161;
}

.setpassword .txt2 {
    color: #148161;
}

.reg .header {
    background-color: #148161;
}

.mobile span.relativeMsgBox {
    color: var(--white-color);
    background-color: #e02625;
}

/*#region topTournaments*/
.topTournaments {
    color: #3A3A3A;
    background: #C5C5C5;
}

    .topTournaments .toptours {
        opacity: 0.7;
    }

    .topTournaments .topTournament {
        color: #eeeeee;
        background: #3A4048;
        border-top: 1px solid #49505A;
        border-bottom: 1px solid #25282D;
    }

    .topTournaments .side-menu-item:last-of-type .topTournament {
        border-bottom: none;
    }

    .topTournaments .topTournament.selected,
    .topTournaments .topTournament:hover {
        background: #33383F;
    }
/*#endregion*/

/*#region goal animation*/
.inner-goal-score {
    background: #ffe10f;
}
/*#endregion*/

/*#region deposit-status*/
.deposit-status .action-button {
    color: var(--white-color);
    background: var(--green-color);
}
/*#endregion*/
