@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&display=swap');
body {
    font-family: 'Rubik', sans-serif;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
    font-family: 'Rubik', sans-serif;
}

a {
    /*	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;*/
    font-family: 'Rubik', sans-serif;
}

p {
    font-size: 15px;
    line-height: 22px;
    font-family: 'Rubik', sans-serif;
}

.header-wrapper {
    background: #1f1f1f;
    padding-bottom: 7px;
    padding-top: 5px;
}

.header-menu ul li {
    display: inline-block;
}

.header-menu ul li a {
    font-size: 15px;
    padding: 7px 13px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    border-right: solid 1px #ff893c;
}

.header-menu ul.setting-wrap li a {
    border: none;
}

.header-wrapper .container {
    max-width: 100%;
    padding: 0;
}

.logo-se2 {
    padding: 0;
}

.header-login-btn .header-login-btn1 {
    display: inline-block;
}

.header-login-btn .header-login-btn1 a {
    background: #ff5f2d;
    display: inline-block;
    padding: 6px 17px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
}

.header-login-btn {
    text-align: right;
}

.header-login-btn1.register-now a {
    background: #00b181;
}

.header-login-btn1.register-now {
    margin-left: 3px;
}

.middle-wrapper-section .container {
    max-width: 100%;
    padding: 0;
}

.middle-wrapper-section {
    padding: 0;
}

.middle-wrapper-section .container .row {
    margin: 0;
}

.header-menu-wrapper {
    background-image: linear-gradient(180deg, #c14c00 0%, #f57522 100%);
    box-shadow: inset 0 2px 0 0 rgb(0 0 0 / 20%);
}

.header-menu-wrapper .container {
    max-width: 100%;
    padding: 0;
}

.slider-section-wrappper {
    padding: 0px;
}

.slider-section-wrappper .owl-dots {
    display: none;
}

.slider-section-wrappper .owl-nav button.owl-prev {
    position: absolute;
    left: 13px;
    top: 40%;
}

.slider-section-wrappper .owl-nav button.owl-next {
    position: absolute;
    right: 13px;
    top: 40%;
}

.slider-section-wrappper .owl-nav button {
    color: #fff !important;
    font-size: 33px !important;
}

.sports-banner-wrapper .sports-banner-bottom-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 34px;
    background-image: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000 97%);
    border-bottom: 5px solid #77c81f;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sports-banner-wrapper .sports-banner-bottom-bar .entrance-title-box {
    max-width: 80%;
    float: left;
    width: 62%;
    color: #fff;
    font-size: 17px;
    padding: 0px 15px;
    font-weight: 600;
    padding-top: 1px;
}

.sports-banner-wrapper .sports-banner-bottom-bar .play-now-btn {
    display: inline-block;
    text-align: center;
    padding: 0px 12px;
    position: relative;
    background-image: linear-gradient(to right, #77c81f, #77c81f);
}

.sports-banner-wrapper {
    position: relative;
}

.sports-banner-wrapper .sports-banner-bottom-bar .play-now-btn a {
    color: #fff;
    margin-top: 4px;
    display: inline-block;
    animation: opacity;
    animation-iteration-count: infinite;
    animation-duration: 1.3s;
}

.padding-none-class {
    padding: 7px;
}

.sports-banner-img:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.sports-banner-img img {
    min-height: 215px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.footer-info {
    width: 100%;
    float: left;
    text-align: center;
}

.footer-info .copyright-bottom p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #b1b1b1;
}

.footer-section-wrappper {
    /*margin-top: 68px;*/
    margin-top: 0px;
    padding-bottom: 27px;
    background: #1f1f1f;
    padding-top: 31px;
}

.sports-banner-img {
    position: relative;
    overflow: hidden;
}

.header-form-group {
    float: left;
    width: 100%;
    text-align: right;
}

.header-form-group .form-group-wrapper {
    width: 25%;
    display: inline-block;
    margin-right: 9px;
}

.header-form-group .header-login-btn1 {
    display: inline-block;
}

.header-form-group .form-group-wrapper .input-row {
    background: #fff;
    border: none;
    padding: 4px 10px;
    color: #000;
    font-size: 15px;
    width: 100%;
    border-radius: 5px;
    outline: 0;
    height: 32px;
    font-weight: 300;
}

.input-row::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

.input-row:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

.input-row::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffff;
}

.header-form-group .header-login-btn1 a {
    color: #fff;
    background: #ffa333;
    display: inline-block;
    padding: 5px 23px;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    background-image: linear-gradient(to right, #fc6706, #fb883d);
}

.header-form-group .header-login-btn1 a:hover {
    background-image: linear-gradient(to right, #df7a00, #fc6706);
}

.sports-section-bg {
    margin-top: -74px;
    z-index: 333;
    position: relative;
    background: #ffff;
    padding: 6px 19px;
}

.footer-social-icon ul {
    padding: 0px;
    margin: 0px;
}

.footer-social-icon ul li {
    display: inline-block;
}

.footer-social-icon ul li a {
    font-size: 30px;
    /*color: #bdbdbd;*/
    color:#61b305;
    margin: 0px 6px;
}

.slider-section-wrappper .owl-nav button {
    outline: 0;
}

.slider-section-wrappper .owl-nav button:hover {
    background: none !important;
}

.sports-banner-wrapper .sports-banner-bottom-bar .play-now-btn:before {
    top: 0px;
    left: -28px;
    content: "";
    display: block;
    border-left: 28px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 29px solid #77c81f;
    position: absolute;
}

.footer-social-icon ul li a:hover {
    color: #61b305;
}

.header-form-group .header-login-btn1 a:hover {
    background-image: linear-gradient(to right, #df7a00, #fc6706);
}

.sports-banner-wrapper-row-bg-live {
    position: absolute;
    z-index: 3;
    right: 0;
    width: 120px;
    padding: 6px;
    background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.7) 82%, transparent 100%);
    top: 0px;
}

.on-liveconut-soccer ul {
    padding: 0px;
    margin: 0px;
}

.on-liveconut-soccer ul li {
    color: #fff;
    font-size: 14px;
    margin-top: 2px;
}

.on-liveconut-soccer ul li span {
    background: #fff;
    color: #000;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    float: right;
    font-size: 12px;
    min-width: 15px;
}


/******** Mobile view Footer ********/

.navigation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation .listWrap {
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.navigation .listWrap li {
    width: 20%;
    height: 54px;
    position: relative;
    z-index: 1;
}

.navigation .listWrap li a {
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-weight: 500;
    width: 100%;
}

.navigation .listWrap li a:hover {
    text-decoration: none;
}

.navigation .listWrap li a .icon {
    position: relative;
    display: block;
    text-align: center;
    transition: 0.5s;
    color: #fff;
}

.navigation .listWrap li a .icon ion-icon {
    font-size: 2.2rem;
}

.navigation .listWrap li a .text {
    position: relative;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

.listWrap li.list.active a i.icon {
    color: #fc6706;
}

.listWrap li.list.active a i.icon {
    color: #fc6706;
}

.listWrap li.list.active a span.text {
    color: #fc6706;
}

.navigation .listWrap li.indicator:before,
.navigation .listWrap li.indicator:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background: blue;
    background: transparent;
}

.navigation .listWrap li.indicator:after {
    right: -22px;
    box-shadow: -1px -10px 0 0 var(--bg-default);
    border-top-left-radius: 20px;
}

.navigation .listWrap li.indicator:before {
    left: -22px;
    box-shadow: 1px -10px 0 0 var(--bg-default);
    border-top-right-radius: 20px;
}

.navigation .listWrap li:nth-child(1).active~.indicator {
    transform: translateX(calc(70px * 0));
}

.navigation .listWrap li:nth-child(2).active~.indicator {
    transform: translateX(calc(70px * 1 + (6px * 2)));
}

.navigation .listWrap li:nth-child(3).active~.indicator {
    transform: translateX(calc(70px * 2 + (6px * 4) + 1px));
}

.navigation .listWrap li:nth-child(4).active~.indicator {
    transform: translateX(calc(70px * 3 + (6px * 6) + 2px));
}

.mobile-view-footer-section {
    padding: 0;
    display: none;
    background: #2a2a2a;
}

.mobile-view-footer-section .container {
    padding: 0;
}

@keyframes opacity {
    0%,
    50% {
        opacity: 0;
        color: #1D1F20;
    }
}

@keyframes trans {
    0%,
    14.66% {
        transform: translateY(0%)
    }
    16.66%,
    31.32% {
        transform: translateY(-25%)
    }
    33.32%,
    47.98% {
        transform: translateY(-50%)
    }
    49.98%,
    64.64% {
        transform: translateY(-75%)
    }
    66.64%,
    81.30% {
        transform: translateY(-50%)
    }
    83.30%,
    97.96% {
        transform: translateY(-25%)
    }
}

.navigation .listWrap li.home-icon {
    background: #fc6706;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: -16px;
}

.navigation .listWrap li.home-icon i.icon {
    color: #000;
}

.navigation .listWrap li.home-icon.active a i.icon {
    color: #000;
}


/******** Page No 2 CSS ********/

.mobile-view-search-button {
    display: none;
}

.pin-icon-wrapper a {
    color: #a1a1a1;
    font-size: 14px;
    border: solid 1px #a1a1a1;
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 100px;
}

.pin-icon-wrapper {
    text-align: center;
}

.cricket-match-right-5 {
    padding-right: 0;
    max-width: 44%;
    flex: auto;
}

.col-md-1.pin-icon-right {
    padding: 0;
    max-width: 5%;
    flex: auto;
}

.sports-section-wrappper-full-page .container {
    max-width: 100%;
    padding: 0;
}

.sports-section-wrappper-full-page {
    padding: 0px;
    padding-top: 10px;
    background: #ddd;
}

.sports-section-wrappper-full-page .row {
    margin: 0px;
    float: left;
    width: 100%;
}

.left-side-menu-section-bg {
    padding-left: 0;
    padding-right: 0px;
    max-width: 18%;
    flex: auto;
}

.left-side-menu-section {
    background: white;
    height: 100vh;
}

.left-side-menu-section .search-section .search-section-bg {
    display: flex;
    width: 100%;
    /* background: #ff5f2d; */
    border-radius: 5px;
    background-image: linear-gradient(to right, #1a1a1a, #4e4e4e);
}

.left-side-menu-section .search-section .search-section-bg .input-box-search {
    background: none;
    width: 100%;
    border: none;
    padding: 5px 15px;
    outline: 0;
    color: #fff;
}

.header-menu ul li a:hover {
    background: #ef823b;
    text-decoration: none;
}

.header-menu ul li.active a {
    background: #ef823b;
    text-decoration: none;
}

.left-side-menu-section .search-section .search-section-bg .searchButton {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    outline: 0;
    padding: 0px 9px;
    cursor: pointer;
}

.left-side-menu-section .search-section {
    padding: 10px;
}

.left-side-menu-section .left-side-menu ul li a {
    font-size: 15px;
    color: #000;
    display: inline-block;
    line-height: 35px;
    padding: 0px 13px;
    width: 100%;
    border-bottom: solid 1px #e0ddc9;
    text-decoration: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.input-box-search::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.input-box-search:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.input-box-search::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.left-side-menu-section .left-side-menu ul li a:hover {
    background-image: linear-gradient(to right, #5bab02, #77c81f);
    color: #fff;
    padding-left: 15px;
}

.middle-section-bg {
    max-width: 58%;
    overflow-y: scroll;
    height: 100vh;
    min-height: 100%;
}

.right-side-section-bg {
    max-width: 24%;
    flex: auto;
}

.tab-content-table-list .row.row-li {
    background: linear-gradient(to right, #e1dede 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    border-bottom: 1px solid #7e97a7;
    padding-top: 0px;
    padding-bottom: 0px;
}

.cricket-match-table-title-r p {
    font-size: 13px;
    margin: 0;
    color: #000;
    font-weight: 500;
    line-height: 15px;
}

.townopage .cricket-match-table-title-r span {
    color: #009900;
    font-weight: bold;
}

.cricket-match-right-5 {
    padding-right: 0;
}

.cricket-match-table-right {
    width: auto;
    float: left;
    position: relative;
    display: flex;
}

.cricket-match-table-right2 {
    width: auto;
    float: left;
    position: relative;
    display: inherit;
}

.cricket-match-table-right a {
    float: left;
}
.cricket-match-table-right2 a {
    width:33%;
}

.cricket-match-table-right .cricket-match-sc {
    height: 42px;
    min-width: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: none;
    border: solid 1px #dfdfdf;
}

.cricket-match-sc h3 {
    line-height: 14px;
    font-size: 14px;
    margin-bottom: 4px;
}

.cricket-match-table-right .cricket-match-sc h2 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}

.bg-table-1 {
    background: #72bbef !important;
}

.bg-table-2 {
    background: #faa9ba !important;
}

.cricket-match-table-title-r span.in_play {
    color: #53930f;
    font-size: 13px;
    font-weight: 600;
}

.text-align-right-wrapper {
    text-align: right;
}

.text-align-right-wrapper p {
    margin-bottom: 0px;
    font-size: 13px;
    color: #5a5959;
}

span.time-box-ma {
    font-size: 13px;
    color: #5a5959;
}

.select-box-wrapper-row.row {
    background-image: linear-gradient(to right, #5bab02, #77c81f);
    padding-top: 6px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.select-box-wrapper-select .view-by-title {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 6px;
}

.select-box-wrapper-select .select-box-wrapper-option-box {
    display: inline-block;
    width: 128px;
}

.select-box-wrapper-select {
    text-align: right;
}

.select-box-wrapper-title {
    font-size: 14px;
    color: #fff;
}

.select-box-wrapper-select .select-box-wrapper-option-box select {
    font-size: 14px;
    width: 100%;
    height: 26px;
    border: solid 1px #fff;
    outline: 0;
}

.tow-pageclass .footer-section-wrappper {
    margin-top: 0px;
}

.right-side-section-box {
    background: #e9e9e9;
    height: 100vh;
}

.disable-row {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 32%);
}

.suspend-row {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgb(0 0 0 / 32%);*/
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    background: rgb(0 0 0 / 32%) url('../images/bg-disabled.png');
}

.right-side-section-box .right-side-bet-slip-title {
    background-image: linear-gradient(to right, #5bab02, #77c81f);
    padding: 4px 8px;
    font-size: 14px;
    color: #fff;
}

.cricket-match-table-right a:nth-child(2n) {
    margin-right: 0px;
}

.tag-live {
    position: absolute;
    top: -6px;
    right: 3px;
    min-width: 33px;
    height: 12px;
    border-radius: 3px;
    padding-right: 3px;
    color: #ffffff;
    text-align: center;
    display: flex;
    font-size: 10px;
    line-height: 12px;
    background-image: linear-gradient(180deg, #fb3434 0%, #e80505 100%);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    z-index: 333;
}

.tag-live strong {
    flex: 1;
    height: 100%;
    margin-right: 3px;
    padding: 0 2px;
    border-radius: 3px 0px 0px 3px;
    background-image: linear-gradient(180deg, #fff 0%, #eee 89%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.tag-live strong:before {
    width: 14px;
    height: 8px;
    background: url('data:image/svg+xml,<svg width="14" height="8" xmlns="http://www.w3.org/2000/svg"><g fill="rgb(255,0,0)" fill-rule="evenodd"><path d="M12.012 0l-.698.727c1.734 1.808 1.734 4.738 0 6.546l.698.727c2.117-2.207 2.117-5.79 0-8zM10.3 1.714l-.7.735c.967 1.014.967 2.66 0 3.673l.7.735c1.352-1.418 1.352-3.721 0-5.143zM1.588 0l.698.727c-1.734 1.808-1.734 4.738 0 6.546L1.588 8c-2.117-2.207-2.117-5.79 0-8zM3.3 1.714l.7.735c-.967 1.014-.967 2.66 0 3.673l-.7.735c-1.352-1.418-1.352-3.721 0-5.143z"/><circle cx="6.8" cy="4.4" r="1.6"/></g></svg>') no-repeat;
    background-size: contain;
    content: "";
}

.header-menu ul {
    display: inline-flex;
}

.header-menu ul.setting-wrap {
    float: right;
}

.header-menu ul.setting-wrap li {
    font-size: 14px;
    color: #fff;
}

.header-menu ul.setting-wrap li.time_zone {
    font-weight: 500;
    line-height: 36px;
    margin-right: 6px;
}

.header-menu ul.setting-wrap li.time_zone span {
    font-weight: normal;
    font-size: 13px;
}

.header-menu ul.setting-wrap li #oneClickSetting {
    background: #383838;
}

.header-menu ul.setting-wrap li #oneClickSetting:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0px;
    height: 3px;
    background: #c8a31f;
    left: 0;
}

.box-on {
    width: 17px;
    display: inline-block;
    height: 17px;
    border: solid 1px #c8a31f;
    border-radius: 3px;
    margin-left: -6px;
    margin-right: 6px;
    /* margin-top: -1px; */
    position: relative;
    top: 3px;
}

.title-table-tow-wrapper-top ul {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding-right: 22px;
    color: #000;
    font-size: 14px;
}

.title-table-tow-wrapper .text-align-right-wrapper p {
    color: #000;
}

.title-table-tow-wrapper {
    background: #e3e3e3 !important;
}

.cricket-match-table-icon-box ul li {
    display: inline-block;
    width: 18px;
    height: 19px;
    border-radius: 3px;
    text-align: center;
    display: flex;
    align-content: stretch;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    margin-right: 3px;
}

.cricket-match-table-icon-box {
    display: inline-block;
    margin-left: 4px;
}

.cricket-match-table-icon-box {
    display: inline-block;
    margin-left: 4px;
}

.cricket-match-table-icon-box ul li img {
    max-width: 12px;
    display: inline-block;
    text-align: center;
    margin: 0px auto;
}

.cricket-match-table-icon-box ul {
    display: flex;
}

.cricket-match-table-icon-box ul li.icon-bg-1 {
    background: #1876b2;
}

.cricket-match-table-icon-box ul li.icon-bg-2 {
    background: #0a92a5;
}

.cricket-match-table-icon-box ul li.icon-bg-3 {
    background: #226bc3;
}

.mobile-view-footer-banner {
    display: none;
}


/******** Mobile View Login-Page CSS ********/

.login-page-wrapper {
    padding: 0px;
    background-image: linear-gradient(180deg, #af4500 0%, #f57522 100%);
}

.login-page-row {
    width: 100%;
}

.login-page-row-bg {
    background-image: url(../images/login-view-img.png);
    background-position: center;
    width: 100%;
    height: 74.6666666667vw;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.login-page-logo {
    max-width: 160px;
}

.login-page-row-forms {
    text-align: center;
    width: 100%;
    margin-top: 45px;
    padding: 0px 15px;
}

.login-page-row-forms .form-group-wrapper .input-row {
    width: 100%;
    height: 42px;
    color: #000;
    padding: 0px 12px;
    font-size: 16px;
    border-radius: 7px;
    border: none;
    outline: 0;
}

.login-page-row-forms .input-row::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

.login-page-row-forms .input-row:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.login-page-row-forms .input-row::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.login-page-row-forms .form-group-wrapper {
    margin-bottom: 14px;
}

.login-page-row-forms .header-login-btn1 a {
    background-image: linear-gradient(to right, #77c81f, #5db300);
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #fc6706;
    border-radius: 7px;
    text-decoration: none;
}

.login-page-row-forms .header-login-btn1 a:hover {
    background-image: linear-gradient(to right, #88d733, #4e9105);
}

.mobile-view-login-page {
    margin-top: 47px;
    text-align: center;
    background: #000;
    padding-top: 23px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 19px;
}

.mobile-view-login-page .copyright-bottom p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 13px;
}

.login-page-wrapper .container {
    max-width: 100%;
    padding: 0px;
}

.login-page-wrapper .container .row {
    margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .login-page-row-forms {
        padding: 0px 60px;
    }
    .login-page-wrapper {
        display: block;
    }
}


/******** Mobile View Login-Page CSS END ********/


/******** Details-Page CSS  ********/

.details-page-row-class .cricket-match-right-5 {
    max-width: 58%;
}

.details-page-row-class .cricket-match-table-right .cricket-match-sc {
    min-width: 66px;
    font-weight: 500;
}

.details-page-row-class .cricket-match-table-right .cricket-match-sc h3 {
    font-size: 9px;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    margin-bottom: 0;
}

.details-page-row-class .cricket-match-table-col p a {
    color: #000;
    margin-right: 5px;
}

.accordion-new-class-wrapper-n .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    display: inline-block;
    box-shadow: none;
    background-image: linear-gradient(to right, #1a1a1a, #4e4e4e);
    border-radius: 0px;
    position: relative;
}

.accordion-new-class-wrapper-n .card .card-header .btn-header-link:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    float: right;
    top: 7px;
    position: absolute;
    right: 11px;
}

.accordion-new-class-wrapper-n .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
    float: right;
    top: 7px;
    position: absolute;
    right: 11px;
}

.tab-with-accordion-row {
    margin-top: 22px;
    float: left;
    width: 100%;
}

.tab-with-accordion-row ul.nav li a {
    background-image: linear-gradient(to right, #1a1a1a, #4e4e4e);
    color: #fff;
    padding: 6px 28px;
    font-size: 15px;
}

.tab-with-accordion-row ul.nav li a.active {
    background-image: linear-gradient(to right, #5bab02, #77c81f);
    color: #fff;
}

.tab-with-accordion-row ul.nav {
    border-bottom: solid 1px #000;
}

.accordion-new-class-wrapper-n .card-header {
    padding: 0px 0px !important;
}

.accordion-new-class-wrapper-n .card-body {
    padding: 0px !important;
}

.accordion-new-class-wrapper-n .card-matchonew-row {
    display: flex;
}

.accordion-new-class-wrapper-n .card-matchonew-row .fa-thumb-icon {
    margin-right: 5px;
}

.accordion-new-class-wrapper-n .card-matchonew-row .time-icon {
    margin-left: 7px;
    color: #ffffff;
    background: #5bab02;
    width: 22px;
    border-radius: 3px;
    text-align: center;
}

.view-full-market-btn {
    text-align: right;
    padding: 5px 15px;
}

.view-full-market-btn a {
    color: #0056b3;
    font-size: 13px;
    font-weight: 500;
}

.title-accordion-new-class {
    background: #d1d0d0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.title-accordion-new-class .cricket-match-table-right .cricket-match-sc {
    background: none !important;
    border: none;
    height: auto;
    color: #000 !important;
}

.title-accordion-new-class .cricket-match-table-right .cricket-match-sc h2 {
    font-size: 14px;
    font-weight: 500;
}

.accordion-new-class-wrapper-n .card {
    margin-bottom: 20px;
}

.details-page-title-table-tow-wrapper {
    background: none !important;
}

.details-page-title-table-tow-wrapper .Selections-title-wrapper p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #565656;
    font-weight: 500;
}

.details-page-title2 .blackbox {
    background: none !important;
}

.details-page-title2 .cricket-match-sc p {
    margin-bottom: 0;
}

.details-page-title2 {
    padding-left: 0px;
}

.details-page-title2 .cricket-match-sc {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 37px;
}

.details-page-title-table-tow-wrapper {
    margin-bottom: -1px !important;
    position: relative;
    z-index: 3333;
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

.container-fluid {
    float: left;
    width: 100%;
}

.login-page-wrapper-rows {
    max-width: 500px;
    margin: 0px auto;
}

.login-page-row-bg {
    height: 413px;
}

.blackbox-new-class {
    background: none !important;
    border: none !important;
}

.mobile-view-highlights-text {
    background: #2a2a2a;
    text-align: center;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
}

.page-no2 .cricket-match-table-col {
    display: flex;
}

.page-no2 .cricket-match-table-col2 {
    padding-right: 3px;
    padding-left: 7px;
}

.ma-live-icon {
    width: 20px;
    height: 20px;
}

.ma-live-icon span {
    width: 8px;
    height: 8px;
    background: #63b30a;
    display: inline-block;
    border-radius: 50px;
}

.cricket-match-table-title-r .ma-off-line-t {
    font-weight: normal !important;
    color: #707070 !important;
}

.ma-off-line-icon span {
    background: #b9b9b9;
}

.search-box-modal .modal-dialog {
    margin: 0px !important;
    border: none !important;
    max-width: 100% !important;
}

.search-box-modal .modal-dialog .modal-content {
    margin: 0px !important;
    border: none;
    border-radius: 0;
}


/******** Mobile Search Modal CSS ********/

.search-row-s-group-ss {
    display: flex;
    width: 93%;
}

.search-row-s-group-ss .form-group {
    margin-bottom: 0;
}

.search-row-s-group-ss button.btn.btn-default {
    background: none;
    color: #838383;
}

.modal-body-b-wra .search-row-s-group .form-group .form-control {
    border: none;
    outline: 0;
    box-shadow: none;
}

.search-box-modal .modal-body {
    padding: 9px 9px;
}

.modal-body-b-wra {
    position: relative;
}

.modal-body-b-wra .modal-close-btn-s {
    position: absolute;
    right: 8px;
    top: 5px;
}

.modal-body-b-wra .search-row-s-group .form-group {
    width: 100%;
}


/******** RIGHT Side Bet Slip CSS ********/

.bet-slip-info-tigers-box-title-left {
    float: left;
    width: 100%;
    background-image: linear-gradient(to right, #e9f3fd, #c4dcf2);
}

.bet-slip-info-tigers-box-title-left .bet-slip-info-box-title-wrapper {
    background: none !important;
}

.scores-event-title-box {
    position: relative;
}

.scores-event-title-box-wrappper-center {
    position: absolute;
    width: fit-content;
    top: 0px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.scores-event-title-box-wrappper-center .fa-thumb-icon {
    display: inline-block;
    background: #3b5160;
    width: 100px;
    float: left;
    color: #fff;
    margin: 0px 1px;
}

.scores-event-title-box-wrappper-center .fa-thumb-icon-2 {
    border-bottom-right-radius: 26px;
}

.scores-event-title-box-wrappper-center .fa-thumb-icon-1 {
    border-bottom-left-radius: 26px;
}

.scores-event-title-box-wrappper-center .fa-thumb-icon .fa {
    font-size: 15px;
}

.scores-event-title-box-left {
    display: inline-block;
    width: 40%;
}

.scores-event-title-box-wrappper .scores-event-text {
    background: #c5d0d7;
    color: #243a48;
    padding: 2px 9px;
    font-size: 14px;
    width: auto;
    display: inline-block;
    margin-right: 13px;
    font-weight: 500;
    border-top-right-radius: 5px;
}

.scores-event-title-box-wrappper .game-info {
    display: inline-block;
}

.scores-event-title-box-wrappper .game-info {
    display: inline-block;
    font-size: 13px;
}

.scores-event-title-box-wrappper .game-info .fa {
    margin-right: 5px;
    background: #3b5160;
    width: 15px;
    text-align: center;
    color: #fff;
    height: 15px;
    line-height: 15px;
    border-radius: 5px;
    font-size: 11px;
}

.scores-event-title-box-wrappper .game-matched-right-side-box {
    width: 40%;
    float: right;
    text-align: right;
}

.scores-event-title-box-wrappper {
    position: relative;
}

.scores-event-title-box-wrappper .minmaxbox-wrapper span {
    font-size: 12px;
    margin: 0px 4px;
}

.scores-event-title-box-wrappper .minmaxbox-wrapper {
    position: absolute;
    margin: 0px auto;
    left: 0;
    right: 0;
    width: fit-content;
    text-align: center;
    top: -2px;
    background: #bed5d8;
    border-radius: 5px;
    height: 20px;
    line-height: 18px;
    padding: 0px 7px;
}

.scores-event-title-box-wrappper .minmaxbox-wrapper span {
    font-size: 12px;
    margin: 0px 2px;
    color: #315195;
}

.scores-event-title-box-wrappper .game-matched-right-side-box p strong {
    margin-left: 5px;
    font-weight: 500;
}

.scores-event-title-box-wrappper .game-matched-right-side-box p {
    font-size: 13px;
    color: #1e1e1e;
    margin-bottom: 0;
}

.marquee-wrapper-info {
    float: left;
    width: 100%;
    background-image: linear-gradient(to right, #242424, #383838);
    display: flex;
}

.marquee-wrapper-info .marquee-wrapper-info-box marquee {
    font-size: 15px;
    color: #6ac2ff;
    font-weight: bold;
    vertical-align: middle;
}

.marquee-wrapper-info .marquee-wrapper-info-box {
    display: inline-block;
    width: 90%;
}

.marquee-wrapper-info .news-marquee {
    display: inline-block;
    font-size: 15px;
    padding: 0px 10px;
    min-width: max-content;
    color: #fff;
    padding-top: 2px;
}

.marquee-wrapper-info .news-marquee i.fa {
    margin-right: 4px;
}

.header-mobile-view-slider {
    float: left;
    width: 100%;
}

.header-mobile-view-slider .owl-dots {
    display: none;
}

.header-mobile-view-slider .owl-nav button.owl-prev {
    position: absolute;
    left: 13px;
    top: 36%;
    color: #fff !important;
    font-size: 18px !important;
}

.header-mobile-view-slider .owl-nav button.owl-next {
    position: absolute;
    right: 13px;
    top: 36%;
    color: #fff !important;
    font-size: 18px !important;
}

.header-mobile-view-slider .owl-nav button {
    outline: 0;
}

.header-mobile-view-slider .owl-nav button:hover,
.header-mobile-view-slider .owl-nav button:focus {
    background: none !important;
}

.header-mobile-view-slider .owl-nav {
    margin-top: 0px !important;
}

.header-mobile-view-slider {
    display: none;
}

.marquee-mobile-view-show {
    display: none;
}


/******** 26 Nov- 2022 CSS- ********/

.header-logo a {
    max-width: 145px;
    display: inline-block;
}

.my-account-wrapper .logout-btn-dropdown {
    padding: 6px 12px;
    text-align: center;
}

.my-account-wrapper .logout-btn-dropdown a {
    width: 100%;
    display: inline-block;
    background-image: linear-gradient(to right, #5bab02, #77c81f);
    line-height: 27px;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    text-decoration: none;
}

.my-account-wrapper {
    background: #2c2c2c;
    padding: 0px 10px;
    box-shadow: inset 0 1px 0 0 rgb(255 255 255 / 50%);
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.my-account-wrapper a.btprimary.toggle {
    color: #fff;
    font-size: 13px;
}

.my-account-wrapper a.btprimary.toggle .fa.fa-user {
    font-size: 14px;
    margin-right: 8px;
    margin-left: 3px;
}

.my-account-wrapper .fa.fa-sort-desc {
    margin-left: 4px;
}

.my-account-wrapper .dropdown-menu.list-group {
    right: 0px;
    left: auto;
    min-width: 250px;
    padding-top: 0px;
    padding-bottom: 0;
}

.my-account-wrapper .dropdown-menu.list-group .my-account-menu li a {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    color: #000;
    padding: 0px 13px;
    border-bottom: solid 1px #ddd;
    line-height: 28px;
    text-decoration: none;
}

.my-account-wrapper .dropdown-menu.list-group .my-account-menu li a:hover {
    background: #f1f0f0;
}

.accountcredit-info ul li strong {
    color: #fff;
    margin-right: 3px;
    margin-left: 2px;
    font-weight: 500;
}

.accountcredit-info li.nums span.vendor-quantity {
    border: solid 1px #fff;
    width: 28px;
    display: inline-block;
    line-height: 13px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    margin: 0px 2px;
}

.account-wrapper-header .accountcredit-info ul {
    background: #50544b;
    border-radius: 5px;
    display: flex;
    width: fit-content;
    padding: 0px 12px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
}

.accountcredit-info {
    border-color: rgba(0, 0, 0, 0.8);
    background-color: #31362c;
    width: fit-content;
    display: flex;
    margin-right: 20px;
}

.accountcredit-info .fa-refresh-icon {
    width: 27px;
    text-align: center;
    box-shadow: inset 0 1px 0 0 rgb(255 255 255 / 50%);
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0 4px 4px 0;
}

.my-account-wrapper {
    position: relative;
}

.accountcredit-info .fa-refresh-icon a {
    color: #fff;
    font-size: 12px;
}

.account-wrapper-header .main-wallet {
    display: flex;
    text-align: right;
    float: right;
}

.accountcredit-info ul li {
    color: #b5b4b4;
    font-size: 13px;
    line-height: 24px;
}

.dropdown-menu {
    display: none;
}

.toggle,
.dropdown-menu {
    width: 100%;
}

.is-active .dropdown-menu {
    display: block;
}

.header-after-login-bets {
    display: none;
}

.mobile-view-search-button {
    display: none;
}

.pin-icon-wrapper a {
    color: #a1a1a1;
    font-size: 14px;
    border: solid 1px #a1a1a1;
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 100px;
}

.pin-icon-wrapper {
    text-align: center;
}

.cricket-match-right-5 {
    padding-right: 0;
    max-width: 44%;
    flex: auto;
}

.cricket-match-right2-5 {
    padding-left: 0;
    max-width: 41%;
}

.col-md-1.pin-icon-right {
    padding: 0;
    max-width: 5%;
    flex: auto;
}

.zero-commission .zero-commission-title {
    background-image: linear-gradient(to right, #1a1a1a, #4e4e4e);
    padding-top: 6px;
    padding-bottom: 6px;
    float: left;
    width: 100%;
}

.zero-commission {
    margin-top: 23px;
    float: left;
    width: 100%;
}

.zero-commission .zero-commission-title .zero-commission-section-left {
    color: #fff;
    font-size: 14px;
    width: 50%;
    float: left;
}

.zero-commission .zero-commission-title .zero-commission-section-left .fa-thumb-icon {
    display: inline-block;
    margin-left: 9px;
    margin-right: 9px;
}

.zero-commission .zero-commission-title .zero-commission-section-left span {
    font-size: 13px;
    color: #d9d9d9;
    margin-left: 5px;
}

.zero-commission .zero-commission-title .min-and-max-wrapper, .fancy-bet-title-box  .min-and-max-wrapper{
    width: 50%;
    float: left;
}

.zero-commission .zero-commission-title .min-and-max-wrapper ul, .fancy-bet-title-box  .min-and-max-wrapper ul {
    display: flex;
    text-align: right;
    float: right;
    padding-right: 14px;
}

.min-and-max-wrapper ul li.min-box-info-valu {
    font-size: 11px;
    margin-left: 3px;
    color: #fff;
    line-height: 17px;
    margin-right: 3px;
}

.min-and-max-wrapper ul li.min-box-info,
.min-and-max-wrapper ul li.max-box-info {
    background: #bed5d8;
    min-width: 54px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
}

.zero-commission .details-page-title-table-tow-wrapper {
    background: #faf8d8 !important;
}

.zero-commission .details-page-title-table-tow-wrapper .cricket-match-table-right .cricket-match-sc {
    border: none;
}

.zero-commission .row-li {
    background: #faf8d8 !important;
    border-bottom: solid 1px #dfdfdf !important;
}

.zero-commission .details-page-title-table-tow-wrapper .cricket-match-right-5 .cricket-match-sc {
    height: auto;
    background: none !important;
    border: none !important;
}

.Fancy-tabs-section-box {
    float: left;
    width: 100%;
    margin-top: 23px;
}

.fancy-tabs-section-box-tab-wrapper {
    background-image: linear-gradient(180deg, #0a92a5 15%, #076875 100%);
    box-shadow: inset 0 1px 0 0 rgb(0 0 0 / 20%);
    justify-content: center;
    align-items: center;
    display: inline-block;
    width: 100%;
}

.fancy-tabs-section-box-tab-wrapper .nav.nav-tabs {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    margin: 1px 0 3px;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: 3px auto;
    border: none !important;
    padding: 2px;
}

.fancy-tabs-section-box-tab-wrapper .nav.nav-tabs li a {
    padding: 0px 9px;
    font-size: 13px;
    min-width: 70px;
    text-align: center;
    color: #076875;
    font-weight: 500;
    border: none;
}

.fancy-tabs-section-box-tab-wrapper .nav.nav-tabs li a.active {
    background: #fff;
    border-radius: 5px !important;
}

.fancy-tabs-section-box-tab-wrapper .nav.nav-tabs li {
    margin-bottom: 0px !important;
}

.fancy-bet-title-box {
    float: left;
    width: 100%;
    background-image: linear-gradient(to right, #1a1a1a, #4e4e4e);
}

.fancy-bet-title-box {
    float: left;
    width: 100%;
    background-image: linear-gradient(to right, #1a1a1a, #4e4e4e);
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 9px;
    padding-right: 0px;
}

.fancy-bet-title-box .fancy-bet-title-box-section-left {
    color: #fff;
    font-size: 14px;
    width: 50%;
    float: left;
}

.fancy-bet-title-box .fancy-bet-title-box-section-left .fa-thumb-icon {
    display: inline-block;
}

.Fancy-tabs-section-box .details-page-title-table-tow-wrapper {
    background: #fff !important;
    border-bottom: solid 1px #dfdfdf !important;
}

.Fancy-tabs-section-box .details-page-title-table-tow-wrapper .cricket-match-table-right .cricket-match-sc {
    border: none;
    height: auto;
    background: none !important;
}

.Fancy-tabs-section-box .fancy-bet-bg-rows .fancy-bet-bg {
    background: #087d8d;
    width: max-content;
    display: flex;
    padding: 2px 14px;
    border-top-right-radius: 8px;
    border-top: solid 1px #169bad;
    color: #fff;
    font-size: 14px;
}

.Fancy-tabs-section-box .fancy-bet-bg-rows .fancy-bet-bg .fancy-bet-bgbg {
    display: inherit;
    font-weight: normal;
    margin-right: 8px;
}

.Fancy-tabs-section-box .fancy-bet-bg-rows .fancy-bet-bg .time-icon {
    margin-right: 7px;
}

.graph-wrapper-box {
    float: left;
    width: 100%;
}

.graph-wrapper-box img {
    width: 100%;
}

@media only screen and (min-width: 767px) {
    .desk-hide{
        display:none;
    }
}
/******** Mobile Layout ********/

@media only screen and (max-width: 767px) {
    .other-page-menu {
        display: block;
        position: relative;
    }
    .other-page-menu ul.setting-wrap {
        display: none !important;
    }
    .other-page-menu .header-menu ul {
        white-space: nowrap;
        position: relative;
        overflow-x: scroll;
        display: flex;
    }
    .other-page-menu .header-menu {
        padding-right: 30px;
    }
    .tag-live {
        top: 3px;
    }
    .header-menu ul li a {
        padding: 4px 12px;
        padding-top: 13px;
    }
    .mobile-view-search-button {
        position: absolute;
        right: 4px;
        top: 5px;
        display: block;
    }
    .mobile-view-search-button button {
        background: none;
        color: #fff;
        border: none;
        outline: 0;
    }
    .col-md-1.pin-icon-right {
        padding: 0;
        max-width: 5%;
        flex: auto;
        float: left;
        width: 5%;
        position: absolute;
        right: 18px;
    }
    .cricket-match-table-col {
        max-width: 86%;
        float: left;
        width: 86%;
    }
    span.my-account-span-text {
        display: none;
    }
    .my-account-wrapper a.btprimary.toggle {
        display: flex;
    }
    .header-after-login-wrapper .logo-section-1 {
        display: none;
    }
    .header-after-login-wrapper .form-section-2 {
        width: 100%;
    }
    .header-after-login {
        display: flex;
        flex-wrap: wrap;
    }
    .account-wrapper-header {
       /* display: flex;*/
        width: 48%;
        /*width:51%;*/
        float: right;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: stretch;
        padding: 0 8px;
        margin-top: 10px;
    }
    .pl0{
        padding-left:0;
    }
    .account-wrapper-header .main-wallet {
        width:100%
    }
    .header-after-login .header-after-login-bets {
        width: 17%;
        background: #000;
        text-align: center;
        font-size: 12px;
        border-color: rgba(0, 0, 0, 0.8);
        background-color: #31362c;
        height: 40px;
        margin-top: 10px;
        margin-bottom: 6px;
        line-height: 40px;
    }
    .accountcredit-info .fa-refresh-icon {
        line-height:40px;
    }
    .header-after-login .header-after-login-bets a {
        color: #fff;
    }
    .header-after-login-wrapper {
        /*padding-top: 6px;*/
        padding-top: 3px;
        padding-bottom: 6px;
    }
    .account-wrapper-header .accountcredit-info ul {
        display: inline-block;
        padding: 0;
        position: relative;
        width:100%;
        border-radius: 5px;
    }
    .accountcredit-info ul li.mobile-view-one-row {
        display: inherit;
        width: 100%;
        float: left;
        text-align: left;
        line-height: 17px;
        font-size: 12px;
        margin-left: 5px;
        padding-left: 5px;
    }
    .accountcredit-info{
        min-height:40px;
        margin-right:0px;
        width:100%;
    }
    .accountcredit-info ul li.nums {
        position: absolute;
        right: 9px;
    }
    .hide-s-text-mob {
        display: none;
    }
    .my-account-wrapper {
        position: relative;
        height: 27px;
        line-height: 32px;
        margin-top: 6px;
    }
    /*.zero-commission .zero-commission-title .min-and-max-wrapper {
        display: none;
    }*/
    .fancy-tabs-section-box-tab-wrapper .nav.nav-tabs {
        white-space: nowrap;
        position: relative;
        overflow-x: scroll;
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: initial;
    }
    /*.scores-event-title-box-wrappper .minmaxbox-wrapper {
        display: none;
    }*/
    .scores-event-title-box-wrappper .game-info {
        display: none;
    }
    .accordion-new-class-wrapper-n .tab-content-table-list .row .cricket-match-right-3 .blackbox-new-class {
        display: none;
    }
    .accordion-new-class-wrapper-n .tab-content-table-list .row .cricket-match-right-3 .blackbox {
        display: none;
    }
    .header-after-login-bets {
        display: block;
    }
    .accountcredit-info ul li strong {
        color: #fff;
        margin-right: 3px;
        margin-left: 0px;
        font-weight: 500;
        font-size: 12px;
    }
    .header-mobile-view-slider .owl-nav button.owl-prev {
        top: 26%;
    }
    .header-mobile-view-slider .owl-nav button.owl-next {
        top: 26%;
    }
    .header-mobile-view-slider {
        display: block;
    }
    .marquee-desktop-view-show {
        display: none;
    }
    .marquee-mobile-view-show {
        display: flex !important;
    }
    .sports-section-wrappper-full-page {
        padding-top: 0px !important;
    }
    .btn-icon-wrapp.cri {
        position: absolute;
        right: 0px;
    }
    .page-no2 .tab-content-table-list .row.row-li {
        padding-top: 6px;
        padding-bottom: 0px;
    }
    .page-no2 .tab-content-table-list .row.row-li2 {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .other-page-menu {
        display: block !important;
        position: relative;
    }
    .other-page-menu ul.setting-wrap {
        display: none !important;
    }
    .other-page-menu .header-menu ul {
        white-space: nowrap;
        position: relative;
        overflow-x: scroll;
        display: flex;
    }
    .other-page-menu .header-menu {
        padding-right: 30px;
    }
    .tag-live {
        top: 3px;
    }
    .header-menu ul li a {
        padding: 4px 12px;
        padding-top: 13px;
    }
    .mobile-view-search-button {
        position: absolute;
        right: 4px;
        top: 5px;
        display: block;
    }
    .mobile-view-search-button button {
        background: none;
        color: #fff;
        border: none;
        outline: 0;
    }
    .col-md-1.pin-icon-right {
        padding: 0;
        max-width: 5%;
        flex: auto;
        float: left;
        width: 5%;
        position: absolute;
        right: 18px;
    }
    .cricket-match-table-col {
        max-width: 86%;
        float: left;
        width: 86%;
    }
    .accordion-new-class-wrapper-n .tab-content-table-list .row .cricket-match-table-col {
        width: 50%;
    }
    .accordion-new-class-wrapper-n .tab-content-table-list .row .cricket-match-right-3 {
        width: 33%;
        float: right !important;
    }
    .mobile-view-footer-banner {
        display: block;
        margin-top: 21px;
        margin-bottom: 17px;
    }
    .login-page-wrapper {
        display: block;
    }
    .left-side-menu-section-bg {
        display: none;
    }
    .right-side-section-bg {
        display: none;
    }
    .middle-section-bg {
        max-width: 100%;
        overflow-y: auto;
        height: 100%;
        min-height: 100%;
    }
    .middle-section-bg .middle-section-box-banner {
        display: none;
    }
    .middle-section-bg .select-box-wrapper {
        display: none;
    }
    .row.align-items-center.row-li.title-table-tow-wrapper {
        display: none;
    }
    .row.row-li .cricket-match-right-5 {
        display: none;
    }
    .row.row-li .cricket-match-right2-5 {
        display: block;
    }
    .row.row-li .text-align-right-wrapper {
        display: none;
    }
    .middle-section-bg {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 78px;
    }
    .tow-pageclass .footer-section-wrappper {
        margin-top: 0px;
        display: none;
    }
    .header-menu-wrapper {
        display: none;
    }
    .header-form-group .form-group-wrapper {
        display: none;
    }
    .logo-section-1 {
        width: 50%;
    }
    .form-section-2 {
        width: 50%;
    }
    .sports-section-bg {
        margin-top: 10px;
        padding: 0;
    }
    .sports-banner-img img {
        /*min-height: 165px;*/
        min-height: inherit;
        object-fit: cover;
    }
    .padding-none-class {
        padding: 0px;
        padding-bottom: 10px;
    }
    .row2 .padding-none-class {
        max-width: 50%;
        padding: 2px;
    }
    .slider-section-wrappper {
        display: none;
    }
    .sports-banner-wrapper .sports-banner-bottom-bar {
        height: 26px;
    }
    .sports-banner-wrapper .sports-banner-bottom-bar .play-now-btn a {
        margin-top: 3px;
    }
    .sports-banner-wrapper .sports-banner-bottom-bar .entrance-title-box {
        /*max-width: 47%;
        width: 47%;*/
        max-width: 30%;
        width: 30%;
        float: left;
        color: #fff;
        font-size: 13px;
        padding:  0px 0px 0 6px;
        font-weight: 600;
        padding-top: 1px;
    }
    .sports-banner-wrapper .sports-banner-bottom-bar .play-now-btn {
        padding: 0px 2px;
        font-size: 13px;
        width:65%;
    }
    .footer-section-wrappper {
        /*margin-top: 28px;*/
        margin-top: 0px;
        padding-bottom: 90px;
    }
    .sports-banner-wrapper .sports-banner-bottom-bar .play-now-btn:before {
        top: 0px;
        left: -25px;
        content: "";
        display: block;
        border-left: 28px solid transparent;
        border-right: 0px solid transparent;
        border-bottom: 25px solid #77c81f;
        position: absolute;
    }
    .on-liveconut-soccer ul li {
        font-size: 12px;
        margin-top: 1px;
    }
    .on-liveconut-soccer ul li span {
        background: #fff;
        color: #000;
        display: inline-block;
        text-align: center;
        border-radius: 2px;
        float: right;
        font-size: 8px;
        min-width: 14px;
    }
    .mobile-view-footer-section {
        padding: 0;
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        width: 100%;
    }
    .mobile-view-class-hides-se .cricket-match-right-5 {
        display: block !important;
    }
    .mobile-view-class-hides-se .cricket-match-table-right .box-hide-mobile-v {
        display: none;
    }
    .mobile-view-class-hides-se .row .cricket-match-table-col {
        /*width: 50%;
        max-width: 50%;*/
        width: 60%;
        max-width: 60%;
        font-size: 13px;
    }
    .mobile-view-class-hides-se .row .cricket-match-right-5 {
        width: 33%;
    }
    .details-page-title2 .blackbox {
        display: none !important;
    }
    .details-page-title-table-tow-wrapper .col-md-5 {
        /*max-width: 50%;*/
        max-width: 60%;
    }
    .mobile-view-class-hides-se .row .cricket-match-right-5 .cricket-match-table-right {
        padding-left: 0;
    }
    .details-p .middle-section-bg {
        padding-bottom: 23px !important;
    }
    .details-p .middle-section-bg {
        padding-bottom: 78px !important;
    }

    .mobh-hide{
        display:none;
    }
}


/******* Tablet Layout *******/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sports-banner-img img {
        min-height: 155px;
    }
    .header-menu ul li a {
        font-size: 13px;
        padding: 10px 12px;
    }
    .login-page-wrapper {
        display: block;
    }
    .logo-section-1 {
        width: 50%;
    }
    .form-section-2 {
        width: 50%;
    }
    .header-form-group .form-group-wrapper {
        display: none;
    }
    .header-form-group .header-login-btn1 {
        display: inline-block;
    }
    .header-menu-wrapper {
        display: none;
    }
    .sports-banner-img img {
        min-height: 155px;
        width: 100%;
    }
    .sports-section-bg .padding-none-class {
        max-width: 50%;
        flex: auto;
    }
    .sports-section-bg {
        margin-top: -52px;
    }
    .header-mobile-view-slider {
        display: block;
    }
    .marquee-mobile-view-show {
        display: flex !important;
    }
    .mobile-view-footer-section {
        padding: 0;
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        width: 100%;
    }
    .left-side-menu-section-bg {
        display: none;
    }
    .right-side-section-bg {
        display: none;
    }
    .other-page-menu {
        display: block !important;
        position: relative;
    }
    .mobile-view-search-button {
        position: absolute;
        right: 4px;
        top: 5px;
        display: block;
    }
    .header-menu ul.setting-wrap {
        display: none;
    }
    .mobile-view-search-button button {
        background: none;
        color: #fff;
        border: none;
        outline: 0;
    }
    .marquee-desktop-view-show {
        display: none;
    }
    .middle-section-bg .middle-section-box-banner {
        display: none;
    }
    .mobile-view-highlights-text {
        background: #2a2a2a;
        text-align: center;
        color: #fff;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .middle-section-bg .select-box-wrapper {
        display: none;
    }
    .middle-section-bg {
        max-width: 100%;
        overflow-y: scroll;
        height: auto;
        min-height: 100%;
        width: 100%;
        flex: auto;
    }
    .details-p {
        margin-bottom: 112px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .page-no2 {
        margin-bottom: 103px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 2500px) {
    .login-page-wrapper {
        height: 100vh;
    }
    .cricket-match-table-right .cricket-match-sc {
        height: 45px;
        min-width: 54px;
    }
    .title-table-tow-wrapper-top ul {
        padding-right: 102px;
    }
}

/* User account pages */ 

.userAccount .profile-wrap {
    margin-bottom: 15px;
}

.userAccount .profile-wrap table{
    background-color: #fff;
    margin-bottom: 15px;
}

.userAccount .profile-wrap .headline {
    background-color: #273945;
    color: #fff;
    padding: 0 10px;
    margin:0px;
}

.userAccount .profile-wrap .tdPad{
    width: 35%;
    font-size:13px;
    padding: 5px;
}

.userAccount tr td {
    border-bottom: 1px solid #E0E6E6;
    font-size: 13px;
    font-weight: 500 !important;
}

@media only screen and (min-width: 768px) {
    .userAccount .first_list{
        float:left;
        padding:0px;
    }

    .userAccount .secnd_list{
        float:right;
        padding:0px;
        padding-left:10px
    }
}


@media only screen and (max-width: 768px) {
    .userAccount .profile-wrap table{
        width:200%;
    }
    .userAccount .first_list{
        padding:0px;
    }

    .userAccount .secnd_list{
        padding:0px;
        padding-bottom:10px;
    }
}

.userAccount .left-side {
box-shadow: 0 1px 8px 0 rgb(0 0 0 / 6%);
margin-top: 10px;
background: #fff;
}
.userAccount .exchange .path {
background-image: linear-gradient(180deg, #c14c00 0%, #f57522 100%);
box-shadow: inset 0 2px 0 0 rgb(0 0 0 / 20%);
}

.userAccount .path li {
display: inline;
padding: 4px 13px 5px 6px;
background-position: 100% -1950px;
color: #fff;
}

.userAccount .sidebar-box ul li {
border-bottom: solid 1px rgb(211, 211, 211);
padding: 0px 0px 0px 0px;
position: relative;
}


.userAccount .sidebar-box ul li a {
color: #222;
display: block;
padding: 0px 10px 0px 10px;
line-height: 26px;
font-size: 13px;
cursor: pointer;
}

.userAccount .sidebar-box ul li a:hover {
text-decoration: none;
background-color: #c9ced1 !important;
}

.side_menu_selected {
    background-color: #c9ced1;
    color: #222;
}
/* User account pages */

/* Popup */
.editPopup .btn-primary,.editPopup .btn-primary:hover{
    background-image: linear-gradient(180deg, #c14c00 0%, #f57522 100%);
    border: #d94400;
    border-radius: 50px;
}
.editPopup .btn-danger,.btn-danger:hover{
    background: #212122;
    border: 1px solid #393a3b;
    border-radius: 50px;
}

.editPopup .modal-content{
    background: #eee;
    color: #1e1e1e;
    font-size: .875rem;
}
.editPopup .modal-content .form-control{
    padding: 0.2rem 0.75rem;
    font-size: 0.875rem;
}
.editPopup .modal-title{
    line-height: 1.8;
    font-size: 1rem;
    color:#3b5160;
}
.editPopup .modal-header{
    border-bottom: 1px solid #ddd;
    padding: 5px 1rem;
}
.editPopup .modal-body{
    padding: 0rem 1rem;
}
.editPopup .modal-footer{
    justify-content: center;
}
.editPopup .card-body .form-group{
    margin-bottom: 5px;
}
/* Popup */

/* tabs */
.tabpanel__tab {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.tabpanel__tab:checked + .tabpanel__tablabel {
    /*background: #6a6c72;*/
    background:#3b5160;
    color: #fff;
}
.tabpanel__tablabel {
    flex: 0 1 auto;
    padding: 7px;
    background: #fff;
    color: #3b5160;
    border-radius: 0px 0px 0 0;
    border: 1px solid #6a6c72;
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
}
.tabpanel__tablabel:hover {
    cursor: pointer;
}
.tabpanel__panel {
    display: none;
    background: #e1e3e1;
    border-top: 1px solid #3b5160;
}
.tabpanel__panel > *:first-child {
    margin-top: 0;
}
.tabpanel__panel > *:last-child {
    margin-bottom: 0;
}
.tabpanel__panel > * + * {
    margin-top: 24px;
}
#tabpanel__tab-1:checked ~ .tabpanel__panels #tabpanel__panel-1, #tabpanel__tab-2:checked ~ .tabpanel__panels #tabpanel__panel-2, #tabpanel__tab-3:checked ~ .tabpanel__panels #tabpanel__panel-3, #tabpanel__tab-4:checked ~ .tabpanel__panels #tabpanel__panel-4, #tabpanel__tab-5:checked ~ .tabpanel__panels #tabpanel__panel-5, #tabpanel__tab-6:checked ~ .tabpanel__panels #tabpanel__panel-6 {
    display: block;
    position: relative;
    top: 0px;
}
.media__body > * {
    margin: 0;
}
.media__body > p + p, .media__body > p + h2 {
    margin-top: 24px;
}
.media {
    display: flex;
}
@media screen and (max-width: 600px) {
    .media {
        flex-direction: column;
        align-items: flex-start;
   }
    .media .media__img {
        margin: 0 auto;
   }
    .media .media__img + .media__body {
        margin: 12px 24px 24px 24px;
   }
}
@media screen and (min-width: 601px) {
    .media {
        align-items: flex-start;
   }
    .media .media__img {
        flex: 0 1 auto;
        height: auto;
   }
    .media .media__img + .media__body {
        margin: 24px 105px 24px 18px;
   }
}
@media only screen and (min-width: 768px) {
    .tabpanel {
        flex-wrap: wrap;
   }
}
.tabpanel {
    margin-bottom: 50px;
    /*display: flex;*/
    position: relative;
}
@media screen and (max-width: 600px) {
    .tabpanel {
        flex-direction: column;
   }
    .tabpanel .tabpanel__tablabel {
        /*padding: 10px 36px;*/
        padding: 7px 15px;
   }
    .tabpanel .tabpanel__tablabel + .tabpanel__tab + .tabpanel__tablabel {
        margin-top: 6px;
   }
    .tabpanel .tabpanel__tab:checked ~ .tabpanel__panels {
        order: 1;
   }
    .tabpanel .tabpanel__tab:not(:checked) + .tabpanel__tablabel {
        order: initial;
   }
    .tabpanel #tabpanel__tab-1 + .tabpanel__tablabel {
        order: 1;
   }
    .tabpanel #tabpanel__tab-1:checked ~ .tabpanel__panels {
        order: 1;
   }
    .tabpanel #tabpanel__tab-2 + .tabpanel__tablabel {
        order: 2;
   }
    .tabpanel #tabpanel__tab-2:checked ~ .tabpanel__panels {
        order: 2;
   }
    .tabpanel #tabpanel__tab-3 + .tabpanel__tablabel {
        order: 3;
   }
    .tabpanel #tabpanel__tab-3:checked ~ .tabpanel__panels {
        order: 3;
   }
    .tabpanel #tabpanel__tab-4 + .tabpanel__tablabel {
        order: 4;
   }
    .tabpanel #tabpanel__tab-4:checked ~ .tabpanel__panels {
        order: 4;
   }
    .tabpanel #tabpanel__tab-5 + .tabpanel__tablabel {
        order: 5;
   }
    .tabpanel #tabpanel__tab-5:checked ~ .tabpanel__panels {
        order: 5;
   }
    .tabpanel #tabpanel__tab-6 + .tabpanel__tablabel {
        order: 6;
   }
    .tabpanel #tabpanel__tab-6:checked ~ .tabpanel__panels {
        order: 6;
   }
    .tabpanel .tabpanel__panel {
        padding: 0 12px 12px 12px;
        padding: 0px;
   }
}
@media screen and (min-width: 601px) {
    /*.tabpanel {
        flex-direction: row;
   }*/
    .tabpanel .tabpanel__tablabel {
        flex: 0 1 auto;
        padding-left: 24px;
        padding-right: 24px;
   }
    .tabpanel .tabpanel__tablabel + .tabpanel__tab + .tabpanel__tablabel {
        /*margin-left: 6px;*/
        margin-left: 1px;
   }
    .tabpanel .tabpanel__panel {
        padding: 0px;
        padding: 0px;
   }
    .tabpanel .tabpanel__panels {
        flex: 1 1 100%;
   }
}
/* tabs */

.period_select {
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    border-radius: 0.5em;
    width: 60%;
    border-radius: 3px;
    height: 30px;
    border: 1px solid #ccc;
    color: #273945;
   
}

.period_select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(194, 194, 194, 0.7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

/* select */

/* open bets */
.circle-big {
    position: relative;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}
.circle-big:before {
    position: absolute;
    height: 100px;
    width: 185px;
    border-radius: 90px 90px 0 0;
    background: #2a2a2a !important;
    content: "";
    top: -98px;
    right: 1.3%;
    z-index: 1;
    box-shadow: 0 -5px 20px 15px hsl(0deg 0% 100% / 10%);
}
.circle-big .circle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 43%;
    margin: -10px;
    z-index: 1;
    background-color: #fff;
    color:#2a2a2a;
    box-shadow: 0 4px 40px hsl(0deg 0% 100% / 10%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-big .one {
    transform: rotate(-20deg) translate(75px);
}
.circle-big .two {
    /*transform: rotate(-65deg) translate(75px);*/
    transform: rotate(-50deg) translate(78px);
}
.circle-big .three {
    /*transform: rotate(-115deg) translate(75px);*/
    transform: rotate(-126deg) translate(75px);
}
.circle-big .four {
    /*transform: rotate(-155deg) translate(75px);*/
    transform: rotate(-160deg) translate(71px);
}
.circle-big .five {
    transform: rotate(-87deg) translate(78px);
}
/* open bets */

/* bets mobile */
.OpenBetsPopup {
    z-index: 9999999;
    height: 100vh;
    position: fixed;
    background: #fff;
    top: 0px;
    width: 100%;
    -webkit-animation: slide 6.9s forwards;
    -webkit-animation-delay: 0.3s;
    animation: slide 0.5s forwards;
    animation-delay: 0.3s;
    left: -100%;
}
.OpenBetsPopups {
    padding: 15px;
    min-height: 400px;
    overflow: auto;
    height: inherit;
}
@-webkit-keyframes slide {
    100% {
        left: 0;
   }
}
@keyframes slide {
    100% {
        left: 0;
   }
}
.OpenBetsPopup1 {
    z-index: 9999999;
    height: 100vh;
    position: fixed;
    background: #fff;
    top: 0px;
    width: 100%;
    -webkit-animation: slide1 6.9s forwards;
    -webkit-animation-delay: 0.3s;
    animation: slide1 0.5s forwards;
    animation-delay: 0.3s;
    right: -100%;
}
.OpenBetsPopups1 {
    padding: 15px;
    min-height: 400px;
    overflow: auto;
    height: inherit;
}
@-webkit-keyframes slide1 {
    100% {
        right: 0;
   }
}
@keyframes slide1 {
    100% {
        right: 0;
   }
}
.revs-popup {
   /* for chrome and safari*/
    -webkit-animation-duration: 4.5s;
    -webkit-animation-name: slidein;
   /*for firefox*/
    -moz-animation-duration: 4.5s;
    animation: slide 0.5s forwards;
    -moz-animation-name: slidein;
   /* for opera*/
    -o-animation-duration: 4.5s;
    -o-animation-name: slidein;
   /* Standard syntax*/
    animation-duration: 4.5s;
    animation-name: slidein;
}
@-webkit-keyframes slidein {
    from {
        margin-left: 100%;
        width: 100%;
   }
    to {
        margin-left: 0%;
        width: 100%;
   }
}
@-moz-keyframes slidein {
    from {
        margin-left: 100%;
        width: 100%;
   }
    to {
        margin-left: 0%;
        width: 100%;
   }
}
@-o-keyframes slidein {
    from {
        margin-left: 100%;
        width: 100%;
   }
    to {
        margin-left: 0%;
        width: 100%;
   }
}
@keyframes slidein {
    from {
        margin-left: 100%;
        width: 100%;
   }
    to {
        margin-left: -110%;
        width: 100%;
   }
}
.mob-lern {
    position: relative;
    padding: 0 40px 0 0;
    width: 100%;
}
.mob-name6 {
    display: block;
    border-radius: 4px;
    background-image: linear-gradient(180deg, #c14c00 0%, #f57522 100%);
   box-shadow: inset 0 2px 0 0 rgb(0 0 0 / 20%);
    border-radius: 3px 0 0 3px;
    height: 44px;
    color: #fff;
    width: 100%;
    position: relative;
    padding: 11px 10px 0;
}
.mob-name6 img {
    margin-right: 10px;
    margin-top: -1px;
}
.mob-name7 {
    display: block;
    border-radius: 4px;
    background-image: linear-gradient(180deg, #c14c00 0%, #f57522 100%);
   box-shadow: inset 0 2px 0 0 rgb(0 0 0 / 20%);
    margin: 0;
    border-radius: 0px;
    width: 40px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.table01_matched{
   display:table;
}

.table01_matched th, .table01_matched td{
   font-size:12px;
}
/* bets mobile */

/*rates odds up down*/

.ratesOdds.odds-up,
.ratesOdds.odds-down {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.ratesOdds.odds-up::before {
    background: #13e913 !important;
    transform: scale(0, 0);
    animation: oddsup 0.5s ease-out;
}

.ratesOdds.odds-down:before {
    background: #f78484 !important;
    transform: scale(0, 0);
    animation: oddsup 0.5s ease-out;
}

.ratesOdds:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
}

@keyframes oddsdown {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@keyframes oddsup {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}


/*rates odds up down*/
.selectMultimarket{
    color: #f08849 !important;
    border: solid 1px #f08849 !important;
}

/* Pagination */
.page-item.active .page-link {
    background-color: #d1590b;
    border-color: #d1590b;
  }
  .page-link {
     color: #d1590b;
  }
  .dataTables_length label, .dataTables_filter label{
    margin-bottom:5px;
  }
  .dataTables_paginate, .dataTables_wrapper{
    font-size:13px;
  }
  .dataTables_info, .dataTables_length, .dataTables_filter{
    display:none;
  }
  .dataTables_wrapper.container-fluid{
    padding:0
  }
  .dataTables_paginate .pagination{
    float:right;
  }
  /* Pagination */
  #htmlSearch ul li{
        padding:5px 5px 5px 10px;
        border-bottom:1px solid #e2a500;
    }
    #htmlSearch ul li a{
        color: #626776;
        font-size:15px;
    }

    #htmlSearch ul li a img{
        width: 25px;
    }
  @media only screen and (min-width: 767px) {
    .mobHideDeskShow {
        display: block !important;
   }
    .mobShowDeskHide {
        display: none !important;
   }
  }
  @media only screen and (max-width: 767px) {
     .mobHideDeskShow {
        display: none !important;
    }
    .mobShowDeskHide {
        display: block !important;
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-bottom: 0px;
      margin-top: 5px;
      margin-right: 5px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #e66918;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #e66918;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
    