@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
    --betslip-modal-header: var(--primary-color);
    --betslip-tik-head-bg-color: #696969;
    --betslip-amounts-bg-color: #7ea43a;
    --betslip-bg-color: white;
    --betslip-tik-body-bg-color: black;
    --betslip-total-bet-color: black;
    --betslip-parlay-info-color: black;
    --contests-tree-root-icon-bg: #393A3C;
    --contests-tree-root-icon-font: white;
    --contests-tree-root-icon-bg-hover: #FF0023;
    --contests-tree-root-icon-font-hover: white;
    --mobile-header-height : 60px;
    --menu-mobile-more-item-bg-color: #262A37;
    --menu-mobile-more-item-active-bg-color: var(--primary-color);
}

      .mini-banners{
        padding-bottom: 10px;  
      }

      .mini-banners .item{
        width:33%;
        padding: 10px;
        height:100px;
      }
      .mini-banners .item img{
        width: 100%;
        /* height: fit-content; */
      }

      bet-offering-mini-banners[type='BetMiniBanners'] .mini-banners {
        flex-direction: column;
      }


      bet-offering-mini-banners[type='BetMiniBanners']  .mini-banners .item img{
        width: 100%;
      }

      bet-offering-mini-banners[type='BetMiniBanners']  .mini-banners .item{
        width: 100%;
        padding: 0;
        height: 80px;
        margin-bottom: 10px;
      }

      .container-banner-betOffering{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
      }

      .container-banner-betOffering .owl-dots{
        display: none;
      }



.mbtcConverter_switch{
    width: fit-content;
    display: flex;
    margin: auto;
}

/* RESPONSIVE ARROWS */
[class^=arrow-]{
    border:       solid currentColor;
    border-width: 0 .2em .2em 0;
    display:      inline-block;
    padding:      .20em;
}
.arrow-right {transform:rotate(-45deg);}
.arrow-left  {transform:rotate(135deg);}
.arrow-up    {transform:rotate(-135deg);}
.arrow-down  {transform:rotate(45deg);}

.mb-favorite-content{
    display: flex;
    padding: 0 10px;
}

.mb-favorite-icon-container svg {
    width: 20px;
}

#betSlipDivCloned .tik-amount {
    display: none !important;
}

#betSlipDivCloned {
    background: white !important;
    color: black !important;
}

#betSlipDivCloned .text-white {
    color: black !important;
}

#betSlipDivCloned .btn-print-ticket {
    display: none;
}

#betSlipDivCloned .betslip .confirmed-total .tik-body {
    border-width: 1px 0 0;
    padding: 10px;
}

#betSlipDivCloned>div,
#betSlipDivCloned>span,
#betSlipDivCloned>label {
    background: white !important;
    color: black !important;
}

#betSlipDivCloned .betslip .confirmed .pitcher label {
    background: white !important;
    color: var(--text2) !important;
}

#betSlipDivCloned .tik-body .pitcher label {
    background: white !important;
    color: black !important;
}

#betSlipDivCloned .ticket-total-bet .total-numbers .title {
    font-weight: bold;
}

#betSlipDivCloned .betslip .ticket {
    margin-top: 0 !important;
    border: 0 !important;
}

#betSlipDivCloned.betslip .confirmed {
    margin-top: 0 !important;
    border: 0 !important;
}

#betSlipDivCloned.betslip .confirmed .tik-amount div:first-of-type {
    border-right: 0 !important;
}

#betSlipDivCloned .wager-item-info {
    margin-bottom: 0 !important;
}

#betSlipDivCloned .tik-body {
    border-width: 0;
}

#betSlipDivCloned.betslip .confirmed span {
    font-size: 14px;
    font-weight: bold;
}

#betSlipDivCloned [class^="col"] {
    padding: 0 !important;
}

#betSlipDivCloned .tik-head {
    font-weight: bold;
    border: 0 !important;
}

#betSlipDivCloned.tik-body,
#betSlipDivCloned h1,
#betSlipDivCloned p,
#betSlipDivCloned .tik-head,
#betSlipDivCloned .parlay-selections,
#betSlipDivCloned button,
#betSlipDivCloned a,
#betSlipDivCloned.betslip,
#betSlipDivCloned .alert-success,
#betSlipDivCloned .alert-success h1,
#betSlipDivCloned .alert-success p,
#betSlipDivCloned.betslip .confirmed,
#betSlipDivCloned.betslip .confirmed .tik-head,
#betSlipDivCloned.betslip .confirmed-total .tik-body,
#betSlipDivCloned.betslip .confirmed .tik-body,
#betSlipDivCloned .ticket-total-bet .total-numbers .title,
#betSlipDivCloned.betslip .confirmed-total .total-numbers .value {
    background: white !important;
    color: black !important;
    /*font-family: 'Inconsolata', monospace;*/
}

#betSlipDivCloned .btn-openbets {
    display: none;
}

#betSlipDivCloned .parlay-selections {
    display: none;
}

.flex-grow-1 {
    flex-grow: 1;
}

@media (min-width: 1200px) {
	header .col-lg-6 {
    /* max-width: 60%!important; */
    width: 60%;
	}
	.header-options{
		 max-width: 22%!important;
	}   
}

.betOffering-5Columns {}


.col-5Columns-offset-1{
    float: left;
}

.col-5Columns-offset-1,.betOffering-5Columns offering-button>div {
    width: 20% !important;
    padding-left: 3px;
    padding-right: 3px;
}

.betOffering-5Columns .single-column {
    width: 20%;
}


/*
Fix desktop responsive
*/

@media only screen and (max-width: 1200px) and (min-width: 768px) {
	.page-content-wrapper-mob {
		padding-right:0!important;
	}

	.page-content-wrapper-mob .sidebar-wrapper{
		width:220px!important;
	}
	
}

@media (max-width: 1200px) {
	.page-content-wrapper .betOffering-5Columns .btn-xs{
		font-size:10px!important;
	}
	
	.page-content-wrapper .wagertype-wrapper button{
		font-size:11px!important;
	}
	
	.page-content-wrapper .sidebar-wrapper{
		width:220px!important;
	}
	
	
	
	.page-content-wrapper{
		padding-right:0!important;
		width:calc(100% - 500px)!important;
	}
}

.betOffering-5Columns .double-column {
    width: 40%;
}

.cms-content-body #myTabContent {
    position: relative !important;
    border-radius: 0 !important;
}

.cms-content-body.container {
    padding: 0 !important;
}

.cms-content-body .rule-styles {
    padding-left: 15px;
    padding-right: 15px;
}

.btn-toggle-alternates,
.btn-toggle-pb {
    padding: 4px;
    font-size: 9px;
    background-color: #FF0023;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    font-weight: 700;
}

.btn-toggle-pb {
    border-radius: 0 !important;
    margin-right: 4px;
}

.btn-toggle-alternates.active,
.btn-toggle-pb.active {
    background-color: var(--secondary-color);
}

.btn-toggle-alternates.active .double_down_arrow,
.btn-toggle-pb.active .double_down_arrow {
    transform: translate(-10px, 0px) rotate(-90deg);
}

.btn-toggle-alternates span,
.btn-toggle-pb span {
    color: white;
}

.alternateLineText {
    color: var(--primary-color) !important;
    font-size: 10px;
    padding: 5px 6px;
    font-weight: bold !important;
}

.contestSearchInput input {
    display: block !important;
    width: 100%;
    padding: 6px !important;
    border: none;
    color: black;
    font-size: 14px;
    outline: none;
}

.contestSearchInputWrapper .icon-gbs-cerrar:before {
    font-size: 24px;
    content: "×";
    font-weight: bold;
}

.contestSearchInput input :focus,
.contestSearchInput input :focus {
    outline: none;
}

.contest_search:before {
    font-family: "ui_icons";
    content: "";
    display: block;
    background-image: url("/sports/assets_core/img/search_contest.svg");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}

.sports-container ul.childContestList {
    position: relative;
}

.sports-container ul.childContestList li label {
    padding-left: 9px;
    width: 100%;
}

.sports-container ul.childContestList li:before {
    position: absolute;
    top: -7px;
    bottom: 0;
    left: 7px;
    display: block;
    width: 0;
    border-left: 1px solid var(--contests-tree-root-icon-bg);
    content: "";
}

.sports-container .childContestList li label:before {
    border-top: 1px solid var(--contests-tree-root-icon-bg);
    border-bottom: 0;
    border-left: 0;
    bottom: 0;
    height: auto;
    position: absolute;
    width: 6px;
    display: block;
    content: "";
    left: 4px;
    top: calc(50% - 1px);
    position: relative;
    background: no-repeat;
    border-radius: 0;
}

.sports-container .childContestList li label:hover {
    background-color: transparent !important;
    color: var(--contests-tree-root-icon-bg-hover) !important;
    font-weight: bold;
}

.sports-container .panel-heading a span {
    color: var(--text1);
    font-weight: 200
}

.contestSearchInputWrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 2px;
}

.contestSearchInput {
    display: flex !important;
    padding: 2px 9px;
    border-radius: 25px;
    border: 1px solid lightgray;
    background: white;
}

.contestSearchInput input {
    display: block !important;
    width: 100%;
    padding: 6px;
    border: 0;
}

.contestSearchInputWrapper .icon-gbs-search {
    font-size: 16px;
}

.contestSearchInputWrapper .icon-gbs-cerrar {
    font-size: 16px;
}

.ToggleCollapsedContest {
    background: lightgray;
    height: 20px;
    width: calc(100% - 20px);
    margin: auto;
    cursor: pointer;
    justify-content: center;
}

.ToggleCollapsedContest:hover {
    background-color: #eaea9a;
}

.ToggleCollapsedContest:before {
    content: "";
    width: 20px;
    height: 15px;
    background: url("/sports/assets_core/img/contest_icon_up.svg") no-repeat;
}

.sports-container li.groupedContestNode {
    /*margin-left: 4px!important;*/
}

.sports-container .groupedContestNode>.contestSearchInputWrapper span {
    background: var(--gray3);
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    border-radius: 50%;
    margin-left: -5px;
}

.sports-container .groupedContestNode>.contestSearchInputWrapper span:before {
    color: #fff;
    position: absolute;
    z-index: 1;
    content: '-';
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.sports-container .groupedContestNode label div.iconGrouped {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--contests-tree-root-icon-bg);
    color: var(--contests-tree-root-icon-font);
    position: relative;
    z-index: 1;
    font-size: 23px;
    margin-right: 10px;
    border-radius: 14px;
}

.sports-container .groupedContestNode label div.iconGrouped:before {
    content: '-';
    margin-top: -5px;
}

.sports-container .groupedContestNode>.contestSearchInputWrapper:before {
    background: darkgray;
}


.sports-container .groupedContestNode label.contestCollapsed div.iconGrouped:before {
    content: '+';
}

.sports-container .groupedContestNode .icon-gbs-search:hover {
    color: var(--primary-color);
}

.sports-container li.groupedContestNode label:hover:before {
    background: var(--contests-tree-root-icon-bg-hover);
    color: var(--contests-tree-root-icon-font-hover);
}

.sports-container ul.list-one>li {
    list-style-type: none;
    margin: 0;
    border-bottom: 1px solid var(--border-bottom-sport-list);
}

.sports-container .list-one li label {
    /* color: var(--text2); */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 10px;
}

.sports-container .list-one li.contestRepeated label {
    padding-left: 30px;
}

.sports-container li.selected label {
    /* color: var(--white);
    background: var(--secondary-color); */
    border-radius: 0px;
    width: 100%;
    font-weight: bold;
}

.sports-container .groupedContestNode.selected label {
    background: transparent;
    color: var(--text2);
}

.sports-container .groupedContestNode.selected label:before {
    background-color: var(--contests-tree-root-icon-bg-hover);
    color: var(--contests-tree-root-icon-font-hover);
}

.sports-container .groupedContestNode.selected label.childContestLabel:before {
    background-color: transparent;
}

.sports-container ul.childContestList li label {
    background: transparent;
    color: var(--text2);
}

.sports-container ul.childContestList li.selected label {
    color: var(--contests-tree-root-icon-bg-hover);
}


.privacity-text-footer{
    color: var(--white);
    font-weight: 700;
}
html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

body {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    background-color: var(--content-bg-color) !important;
    color: var(--main-font-color);
    overflow-y: hidden;
}

select option:checked,
select option:focus,
select option:hover {
    color: var(--white) !important;
    background-color: var(--secondary-color);
}

select:focus>option:checked {
    color: var(--white) !important;
}

.chickenFightingTransaction {
    display: flex;
    max-width: 600px;
    padding-top: 24px;
    flex-wrap: wrap
}

.chickenFightingTransaction label {
    color: #2e2d2d;
}

.chickenFightingTransaction .button {
    min-width: 120px;
}

.chickenFightingTransaction .input-group button {
    background-color: #589B00;
    border-color: #589B00;
    color: white;
}

.chickenFightingTransaction {}



.border-table {
    border-left: 1px solid var(--gray3);
    border-right: 1px solid var(--gray3);
}

.hidden-sm {
    display: none !important;
}

.f-normal {
    font-style: normal;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-auto {
    cursor: auto;
}

.border-top {
    border-top: 1px solid lightgray;
}

h-100 {
    height: 100%;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.float-right {
    float: right;
}

.align-items-center {
    align-items: center;
}

.mw-100 {
    height: 40px;
    max-width: 100%;
}

.bg-content {
    background-color: var(--content-bg-color);
}

.border-0 {
    border: 0 !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.justify-left {
    justify-content: left !important;
}

.justify-right {
    justify-content: right !important;
}

/*.arrow-up-graded-data {*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 15px solid transparent;*/
/*    border-right: 15px solid transparent;*/
/*    border-bottom: 15px solid var(--content-bg-color);*/
/*    transition: all 1s ease-in-out;*/
/*}*/




/*begin loading*/
.lds-ring {
    background-color: black !Important;
    padding: 4px !Important;
    border-radius: 15px !Important;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.lds-ring.red {
    background: none !important;
    width: 10px !important;
    height: 10px !important;
    padding: 0 !Important;
}

.dailyFiguresSelectedDay.loading .lds-ring.red {
    display: block !important;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    margin: 2px;
    border: 1px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring.red div {
    border: 1px solid red !important;
    border-color: red transparent transparent transparent !important;
    width: 10px;
    height: 10px;
    margin: auto auto;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*end loading*/

@media only screen and (max-width: 991.98px) {
    body {
        background-color: var(--middle-page-bg-color);
    }
}

a {
    color: var(--primary-color);
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    border: none;
}

.row {
    margin: 0px;
}

ul {
    margin: 0;
    padding: 0;
}

/* #app {
    height: 100%;
} */

body {
    overflow-y: auto;
}

#reportsController .close {
    color: white !important;
}

#reportsController .nav-pills>li.active>a,
.nav-pills>li.active a.btn {
    background-color: black;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: var(--text2);
  text-decoration: none;
} 
#reportsController .nav-pills>li.active>a,
.nav-pills>li.active a.btn:hover {
    background-color: black;
    border: 1px solid white;
    color: white;
}

#reportsController .figures-header span {
    color: var(--primary-color);
}

.RepTitle{
    color: var(--text2);
}

.reports-container {
    color: var(--text2);
    margin-top: 16px;
    border-radius: 5px;
    width: 100% !important;
}

.reports-container-mobile {
    /* background-color: lightgray; */
}

.reports-container-mobile h2.RepTitle {
    margin: 20px auto 10px auto;
}

.reports-container h2.RepTitle {
    margin: 20px 10px 20px 0;
    white-space: nowrap;
    font-weight: 800;
    font-size: 27px;
}

.reports-container .breakout {
    margin: 0 0 0 20px !important;
    padding: 0 !important;
}

.reports-container .breakout-left {
    margin: 0 !important;
    display: flex;
    align-items: center;
}

.reports-container .breakout-left label {
    margin: 0 !important;
}

.reports-container .breakout input[type=checkbox]:checked+label:after,
.breakout input[type=checkbox]+label:after {
    margin: auto 8px !important;
    float: left !important;
}

.reports-container .breakout-left input[type=checkbox]:checked+label:after,
.breakout-left input[type=checkbox]+label:after {
    margin: auto 0px !important;
    margin-right: 7px !important;
    float: left !important;
    border-radius: 50%;
    font-size: 13px;
}

.reports-container .breakout label {
    top: inherit !important;
}

.reports-container .wrap-print-button {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    float: right;
    flex-basis: 50%;
}

.reports-container .print-button {
    padding: 8px 14px 14px 14px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 12px rgb(77 95 103/23%);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    margin: 10px 0 10px 10px;
}

.reports-container .print-button:hover {
    background-color: var(--gray2);
    box-shadow: 0px 15px 20px rgba(10, 26, 20, 0.4);
    color: #fff;
    transform: translateY(-7px);
}

.reports-container .open-bets-header {
    display: inline-flex;
    align-items: center;
    color: var(--text2);
}

@media (max-width: 768px) {
    .reports-container .open-bets-header {
        flex-direction: column;
    }
}

.test_warning {
    border: 5px solid #E10600FF;
}

.debugInfo {
    display: none;
}

.test_warning .debugInfo {
    display: inherit;
    border: 1px dashed var(--primary-color);
    margin-left: 5px;
    font-size: 14px;
    padding: 5px;
}

.wrapper {
    height: -moz-calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: calc(100% - 80px);
    overflow: auto;
    /*background-color: var(--content-bg-color);*/
}

.page-content-wrapper-mob .inset {
    padding: 0;
}

.inset {
    padding: 15px;
}

.dashboard .inset {
    padding: 0;
}

.is-logged {
    padding-top: 25px;
}

#GameLinesCtrl {
    /* padding-top: 0px; */
}

.btn-sports-back {
    padding: 5px 10px;
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
    border-radius: 5px!important;
    margin: 15px 5px;
}

.betOfferingDestopContainer {
    display: flex;
  /*  flex-wrap: wrap;*/
    justify-content: center;
    align-items: center;
}

.betOfferingDestopContainer .betOfferingGroupedControl {
    display: flex;
    justify-content: left;
    align-items: center;
}

#betOfferingHeaderWrapper {
    min-height: 50px;
    position: sticky;
    top:0;
    z-index:1001;
}

@media only screen and (max-width: 1450px) {
    .betOfferingDestopContainer .betOfferingGroupedControl:first-of-type {
        width: 100%;
    }

    .betOfferingDestopContainer .choose_odds {
        color: var(--text2);
        border-radius: 0px;
        /* padding: 5px; */
    }

    .betOfferingDestopContainer .choose_odds button {
        color: var(--text2);
    }

    #betOfferingHeaderWrapper {
        /* min-height: 100px; */
    }

    /* .choose_odds::after,
    .choose_language::after {
        background-image: url("/assets/img/arrow_menu.svg") !important;
    } */
}



.toggle-lines-view-mode {
    font-size: 12px;
    text-align: center;
    color: white;
    background-color: var(--primary-color);
}

.modal-footer button.btn-fill-spots {
    padding: 10px !important;
    max-width: 100%;
    color: white;
    background-color: var(--green2);
    border-color: #9CD79D;
    color: var(--main-font-color);
    margin-top: 5px !important;
    font-size: 18px;
}

.leagues-collapse-container {
    background-color: var(--sidebar-bgcolor);
    padding: 4px;
}

.btn-collapse-leagues {
    color: var(--headers-font-color);
    border: solid 1px #E8E8EA;
    font-size: 12px !Important;
    font-weight: 700;
    background-color: white;
    border-radius: 5px;
}

.btn-collapse-leagues.mobile {
    background: none;
    color: var(--gray6);
}

.btn-collapse-leagues:hover {
    background-color: lightgray;
    color: black;
}

.btn-collapse-leagues:focus {
    background-color: lightgray;
    color: black;
}

.btn-collapse-leagues.mobile:hover,
.btn-collapse-leagues.mobile:focus {
    background-color: lightgray;
    color: black;
}

.btn-collapse-leagues.mobile .collapse-all-leagues.collapse-open:after {
    background: url('/assets/img/collapse_leagues_open_mobile.svg') no-repeat;
}

.btn-collapse-leagues.mobile .collapse-all-leagues.collapse-close:after {
    background: url('/assets/img/collapse_leagues_close_mobile.svg') no-repeat;
}

.collapse-all-leagues.collapse-clear:after {
    background: url('/assets/img/clearLeaguesSelections.svg') no-repeat;
    margin: 2px 0px 2px 4px;
}

.collapse-all-leagues:after {
    content: "";
    display: block;
    background-size: contain;
    width: 10px;
    height: 12px;
    float: right;
    display: none;
}

.collapse-all-leagues.collapse-open:after {
    background: url('/assets/img/collapse_leagues_open.svg') no-repeat;
    margin: 2px 0px 2px 4px;
}

.collapse-all-leagues.collapse-close:after {
    background: url('/assets/img/collapse_leagues_close.svg') no-repeat;
    margin: 6px 0px 2px 4px;
}

.game-line-container .btn-more-markets:hover:active:focus{
    color: var(--white)!important;
    background-color: var(--primary-color);
}

.game-line-container .btn-more-markets:hover{
    color: var(--white) !important;
    background-color: var(--primary-color);


}

@media only screen and (max-width: 991.98px) {
    .wrapper {
        height: 100%;
    }
}

/* ui_icons set */
@font-face {
    font-family: 'ui_icons';
    src: url("/assets/fonts/ui_icons.eot?-i8aukz");
    src: url("/assets/fonts/ui_icons.eot?#iefix-i8aukz") format("embedded-opentype"), url("/assets/fonts/ui_icons.woff?-i8aukz") format("woff"), url("/assets/fonts/ui_icons.ttf?-i8aukz") format("truetype"), url("/assets/fonts/ui_icons.svg?-i8aukz#ui_icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'ui_icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-sports,
.icon-horses,
.icon-casino,
.icon-select,
.icon-reports,
.icon-settings,
.icon-inbox,
.icon-rules,
.icon-logout {
    display: block;
}

.icon-sports:before,
.icon-horses:before,
.icon-casino:before,
.icon-select:before,
.icon-reports:before,
.icon-settings:before,
.icon-inbox:before,
.icon-rules:before,
.icon-logout:before,
.icon-correlated:before {
    display: block;
    font-size: 1.5em;
    margin-bottom: 7px;
}

.icon-inbox:before,
.icon-rules:before,
.icon-logout:before {
    margin-bottom: 3px;
}

.icon-sports:before {
    content: "\e61d";
    height: 25px;
    margin-bottom: 4px;
    color: var(--main-font-color);
}

.icon-horses:before {
    content: "\e622";
    font-size: 2.6em;
    line-height: 0.5;
    height: 25px;
    margin-bottom: 4px;
    color: var(--main-font-color);
}

.icon-casino:before {
    content: "\e623";
    font-size: 2.7em;
    line-height: 0.5;
    height: 25px;
    margin-bottom: 4px;
    color: var(--main-font-color);
}

.icon-select:before {
    /*content: "\e600";*/
}

.icon-reports,
.icon-settings {
    height: 17px;
}

.icon-reports:before {
    content: "\e601";
}

.icon-settings:before {
    content: "\e602";
}

.icon-inbox:before {
    content: "\e603";
}

.icon-rules:before {
    content: "\e905";
    margin-bottom: 0;
    padding-top: 3px;
}

.icon-logout:before {
    content: "\e605";
}

.icon-menu:before {
    content: "\e606";
    color: var(--secondary-color);
}

.icon-more:before {
    content: "\e607";
}

.icon-search:before {
    content: "\e608";
}

.icon-star:before {
    content: "\e609";
}

.icon-dropdown:before {
    content: "\e60a";
}

.icon-arrow-bullet:before {
    content: "\e60b";
    font-size: 0.8em;
    margin-right: 5px;
    color: #FC0;
}

.icon-arrow-down:before {
    content: "\e60c";
}

.icon-arrow-up:before {
    content: "\e60d";
}

.icon-minus:before {
    content: "\e60e";
}

.icon-plus:before {
    content: "\e60f";
}

.icon-delete:before {
    content: "\e610";
}

.icon-busqueda:after {
    content: "ggg";
    border: 1px solid #E10600FF;
    color: var(--main-font-color);
}

.correlated {
    position: relative;
}

.icon-correlated {
    display: inline-block;
    font-size: 1em;
    color: #2A6D91;
    position: relative;
    width: 60px;
    font-family: Montserrat;
    font-style: italic;
    margin: -2px 0 0 22px;
}

.icon-correlated:before {
    font-family: 'ui_icons';
    content: "\e917";
    color: #428D3E;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: -6px;
    left: -20px;
    /*border: 1px solid #E10600FF;*/
    display: inline-block;
}

/* MOBILE MAIN MENU ICONS */
.icon_menu,
.icon_menu:hover,
.icon_menu:focus,
.icon_more,
.icon_more:hover,
.icon_more:focus {
    color: var(--primary-color);
    font-size: 1.8em;
    text-align: center;
    width: 30px;
}

.icon_menu {
    /*background-color: var(--headers-bg-color);*/
    /*border-left: 1px solid #22465C;*/
}

.header_mobile_customer_balance {
    text-align: center;
    margin: 0!important;
    /* position: absolute;
    width: calc(100% - 60px);
    top: 0;
    margin-left: 50px;
    z-index: -1; */
}



.icon_more {
    height: 25px;
    float: left;
    padding-top: 5px;
    margin-left: 10px;
}

/* SIMPLE SIDEBAR */
.sidebar-wrapper {
    height: 100%;
    width: 260px;
    float: left;
    overflow-y: auto;
    scrollbar-color: #535353 var(--sidebar-bgcolor);
    background-color: var(--sidebar-bgcolor);
    /*padding-right: 15px;*/
    /* padding-top: 10px; */
}

.sidebar-nav {
    position: inherit;
}

.sidebar-nav li {
    line-height: 25px;
}

.sidebar-nav li label .sub-sporttype {
    height: 1.2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 150px;
    vertical-align: top;
    line-height: 1em;
    display: inline-block;
    margin: 12px 0 0 0 !important;
    text-indent: 0;
}

.sidebar-nav li a:hover {
    background: none;
    cursor: default;
}

.sidebar-nav li ul li:hover {
    color: #FC0;
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
}

.sidebar-nav li a {
    color: black;
    font-size: 0.7em;
    text-align: left;
    text-transform: uppercase;
}

.sidebar-nav li a:hover {
    color: #FC0;
}

.sidebar-nav li ul {
    text-indent: -20px;
    margin-left: -40px;
}

.sidebar-nav li ul li:first-of-type label {
    border-top: 1px solid var(--main-font-color);
}

.sidebar-nav .teasers ul li.selected {
    background: rgba(1, 47, 70, 0.4);
}

.logo {
    height: 69px;
    padding: 0.8rem;
    display: flex;
    align-items: center;
    min-width: 120px;
}

.logo img {
    max-height: 40px;
    max-width: 100%;
    display: block;
}

.sidebar-logo {
    width: 100%;
    text-align: center;
    padding: 4px 0;
}

/* SPOTLIGHT */
.spotlight a {
    display: block;
    padding: 0;
    margin: 0 0 12px 5px !important;
    font: normal 0.8em/1.4 "Montserrat";
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--main-font-color);
}

.spotlight a:hover {
    color: var(--main-font-color);
}

.spotlight a:before {
    font-family: "ui_icons";
    content: "\e609";
    font-size: 1.2em;
    text-align: center;
    color: #A7B4BB;
    padding: 4px;
    margin-right: 5px;
    border-radius: 5px;
    background-color: #DEE1E2;
}

.spotlight a:hover:before,
.spotlight a.selected:before {
    color: #FC0;
    background-color: var(--main-font-color);
}

/* LIVE BETTING */
.livebetting {
    display: block;
    margin-top: 10px;
}

.livebetting a {
    background: transparent url(/assets/img/lb_btn_trc.png) top left no-repeat;
    width: 230px;
    height: 36px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto 12px auto;
}

@media (max-width: 991.98px) {
    .sidebar-nav li ul li:hover {
        color: var(--main-font-color);
        background: none;
    }
}

@media (max-width: 767px) {
    #wrapper.active #topHeader {
        /*min-width: 560px;*/
    }
}

@media (max-width: 360px) {
    #wrapper.active .btn-continue {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .alert-warning {
        margin: 10px;
    }
}

/* MAIN TOP AND BOTTOM MENUES */
.logout {
    /*background-color: var(--main-font-color);*/
    position: inherit;
    z-index: 100;
    height: 60px;
    width: 260px;
    margin-bottom: 10px;
}


.logout {
    height: 55px;
    margin: 0;
    bottom: 0;
}

nav .menu {
    height: 60px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
}

nav .menu::-webkit-scrollbar {
    display: none;
}

nav .menu li {
    display: inline-block;
    padding: 0;
    margin: 0;
    /*border-right: 1px solid #22465C;*/
    /*width: 33%;*/
    vertical-align: top;
}

/*nav .menu li:first-of-type {*/
/*    width: 34%;*/
/*}*/

nav .menu li:last-child {
    border-right: none;
}

nav .menu li a {
    text-align: center;
    background-color: var(--middle-page-bg-color);
    color: #0280D2;
    display: block;
    margin: 5px;
    padding: 5px 0;
    /*border: 1px solid var(--primary-color);*/
    border-radius: 5px;
    text-decoration: none;
    font: normal 0.8em/1 Montserrat, sans-serif;
    letter-spacing: 0.03em;
    /*text-transform: uppercase;*/
    position: relative;
    font-weight: 600;
}

nav .menu li a:hover,
nav .menu .active a {
    color: var(--main-font-color);
}

nav .menu li {
    padding-bottom: 8px;
}

nav .menu li a {
    color: var(--white);
}

.sideBar_balances {
    display: flex;
    justify-content: space-evenly;
    background-color: var(--header-mobile-bg);
    padding: 6px;
    font-size: 12px;
    border-bottom: 1px solid #17162A;
    border-top: 1px solid #17162A; 
}

.sideBar_balances .item {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.18) 100%) !important;
    padding: 4px 8px;
    border-radius: 7px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    line-height: 16px;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    margin-right: 5px;
}

.sideBar_balances .item a{
    color: var(--white);
}

.betTypeItemFirstList {
    display: flex;
    background-color: var(--dark1);
}

.betTypeItemFirstList ul li {
    width: 33%;
}

.mobile_dropdown_betTypes {
    width: 200px;
    padding-top: 8px;
}

.mobile_dropdown_betTypes.open>.dropdown-menu {
    margin-left: -180px;
    width: 200px;
}

.betTypeItemFirstShowingList {
    width: 90%;
}

.betTypeItemMore {
    width: 10%;
    display: flex;
    align-self: center;
    text-align: center;
}

.menuTypeItemsWrapper {
    width: 100%;
    overflow: scroll;
    background-color: var(--dark1);
    overflow-y: hidden;
}

.menuTypeScrollableItems {
    width: fit-content;
    background-color: var(--headers-bg-color);
}

.menuTypeSubItems {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--sidebar-bgcolor);
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    padding: 4px;
    -webkit-box-shadow: -2px -3px 3px rgb(255 255 255), 0px 1px 4px rgb(0 0 0 / 20%);
    -moz-box-shadow: -2px -3px 3px rgb(255 255 255), 0px 1px 4px rgb(0 0 0 / 20%);
    box-shadow: -2px -3px 3px rgb(255 255 255), 0px 1px 4px rgb(0 0 0 / 20%);
}

.menuTypeSubItems.ng-hide {
    opacity: 0;
    transform: scale(0.8);
}

.menuMobileSubItem {
    float: left;
    /* background-color: var(--dark1); */
    color: white;
    border-radius: 4px;
    padding: 8px 8px;
    font-size: 12px;
    margin: 3px;
    text-transform: capitalize;
    white-space: nowrap;
    -webkit-box-shadow: -2px -3px 3px var(--sidebar-bgcolor), 0px 1px 4px rgb(33 28 49 / 20%);
    -moz-box-shadow: -2px -3px 3px var(--sidebar-bgcolor), 0px 1px 4px rgb(33 28 49 / 20%);
    box-shadow: -2px -3px 3px var(--sidebar-bgcolor), 0px 1px 4px rgb(33 28 49 / 20%);
}

.menuMobileSubItem.selected {
    background-color: var(--secondary-color) !important;
    color: white !important;
}

a.menuMobileSubItem:hover {
    background-color: var(--gray2);
    color: white !important;
}

.title-balance,
.title-pending,
.title-free-play{
    /* color: var(--secondary-color) !important; */
}


.menuMobileSubItem a.disabled {
    color: var(--black) !important;
    pointer-events: none;
    cursor: default;
}

a.menuMobileSubItem.lnk-disabled {
    opacity: 0.7 !important;
}

@media only screen and (max-width: 991.98px) {
    nav .menu li a {
        /* background-color: inherit; */
        font-size: 12px;
        border-radius: 0;
        /*padding-top: 13px;*/
    }

    menu-mobile .m_topmenu li.active  {
        border: 1px solid var(--secondary-color)!important;
    }

    menu-mobile .m_topmenu li  {
        border: 1px solid #4d5053!important;
    }

    menu-mobile .m_topmenu li  {
        font-size: 14px;
    }

    menu-mobile .m_topmenu li a.active {
        color:white!important;
    }

    menu-mobile .menu li{
        background-color: #4d5053!important;
    }

    menu-mobile .m_topmenu li a {
        padding: 10px!important;
        background: none!important;
    }

    nav .menu li a.active {
        font-weight: 600;
        color: var(--primary-color);
        font-size: 14px;
    }

    nav .menu li a {
        font-size: 14px;
    }
}

nav .menu li a:hover,
nav .menu .active a {
    /*color: white;*/
}

nav .menu li.active:first-of-type a {
    /*color: var(--main-font-color);*/
}

nav .menu li.active:first-of-type a:hover,
nav .menu .active:first-of-type a {
    /*color: var(--main-font-color);*/
}

nav .menu li.active:first-of-type a .icon-sports:before {
    color: var(--main-font-color);
}

nav>.menu>li.active,
nav>.menu>li.active_horses {
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

nav>.menu>li.active {
    /*background-color: #181818;*/
}

nav>.menu>li.active_horses {
    background-color: var(--primary-color);
}

nav>.menu>li.active_casino {
    background-color: #B20000;
}

nav>.menu>li.inactive {
    /*background-color: var(--main-font-color) !important;*/
}

.badge {
    margin: -27px 13px 0 0;
    background-color: #FC0;
    color: black;
    font-weight: 400;
    padding: 4px 7px;
    z-index: 100;
    position: inherit;
}

@media only screen and (max-width: 991.98px) {
    .livebetting {
        margin-top: 0;
    }

    nav .menu {
        height: inherit;
        background-color: var(--headers-bg-color);
        padding: 2px 6px 1px 6px;
    }

    .logout {
        height: 75px !important;
    }

    .logout {
        /*background-color: var(--main-font-color);*/
        position: inherit;
        z-index: 100;
        height: 65px;
        width: 260px;
        margin-bottom: 10px;
    }

    .logout {
        height: 60px;
        margin: 0;
        bottom: 0;
    }

    nav .menu li {
        padding-bottom: 0;
        min-width: 80px;
        background-color: var(--betslip-bg-color);
        color: var(--white);
        margin-right: 5px;
        border-radius: 5px;
    }

    nav .menu li.active {
        background-color: var(--primary-color);
        color: var(--white);
        border-bottom: 4px solid var(--primary-color);
    }

    nav,
    .logout {
        background: var(--header-mobile-bg) !important;
    }

    nav .menu li.active a:hover,
    nav .menu .active a {
        /*color: var(--main-font-color);*/
    }
}

@media only screen and (min-width: 992px) {

    .sidebar-wrapper nav,
    .content-header,
    .logout {
        display: none;
    }
}

/*  SUB MENU CASINO  */
.casino-popover {
    position: fixed !important;
    top: 60px !important;
    left: 0;
    z-index: 1000;
    display: none;
    width: 210px !important;
    background-color: #B20000 !important;
}

.popover-content {
    padding: 10px 0 0 0;
}

.casino_opt {
    width: 190px;
    margin: 0 auto;
}

.casino_opt a {
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
    font-size: 0.8em !important;
}

.casino_opt a span {
    display: block;
}

.casino_opt a:hover span:before {
    border: 2px solid var(--main-font-color);
}

.casino_opt a:hover {
    color: var(--main-font-color) !important;
}

.virtual_casino span:before,
.live_dealer span:before {
    display: block;
    border: 2px solid #910000;
    margin-bottom: 8px;
    height: 89px;
}

.virtual_casino {
    -moz-animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.virtual_casino span:before {
    content: url(/assets/img/nav_casino_virtual.jpg);
}

.live_dealer {
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.live_dealer span:before {
    content: url(/assets/img/nav_casino_live.jpg);
}

/* Mini BlackJack */
.sDvMainTextAmericanBlackjack {
    font-size: 14px !important;
    letter-spacing: 6px !important;
}

/* TEASERS */
.teasers-options {
    margin: 0 auto;
    clear: both;
    width: 92%;
}

.teasers-options p {
    color: var(--main-font-color);
    /*margin: 15px 0 5px 0;*/
    var(--ps1) 0 0 0;
    font-size: 0.8em;
    /*text-transform: uppercase;*/
}

.teasers-options p span.teaserInfo {
    float: right;
}

.teasers-options p span.teaserInfo:before {
    font-family: "ui_icons";
    content: "\e620";
    font-size: 1em;
    text-align: center;
    color: var(--gray-font-color);
    padding: 2px;
    line-height: 15px;
    display: block;
}

.teasers-options .btn-group-vertical {
    width: 100%;
}

.btn-teasers {
    letter-spacing: 0.03em;
    border-top: 1px solid #242425;
    margin: 0 auto 2px auto;
    padding: 10px 0;
    width: 100% !important;
    background-color: var(--headers-bg-color);
    font-size: 12px;
}

.btn-teasers:first-of-type {
    border-top: none;
}

.btn-teasers:hover,
.btn-teasers:focus,
.btn-teasers:active,
.btn-teasers.active {
    color: var(--middle-font-color);
    background-color: var(--line-button-selected-color);
}

.btn-teasers:active,
.btn-teasers.active {
    background-image: none;
}

.teasers-options legend {
    text-align: center;
    font-size: 0.65em;
    margin-top: 15px;
    border: none;
}

.teasers-options legend a {
    color: #428D3E;
}

.teasers-options legend a:hover {
    color: #428D3E;
}

.teasers-options p {
    color: var(--main-font-color);
    font-size: 0.7em;
    font-weight: bold;
    margin: 20px 0 8px 0;
}

.btn-teasers {
    /*border-top: 1px solid #CCC;*/
}

/* CHECKBOX for SIDEBAR, TEAM TOTAL, PITCHER, PASSWORD N' FREEPLAYS */
+.team-total label,
.pitcher label,
.psswchk label,
.freeplay label,
.breakout label,
.autoacceptchang label,
.arbc-check label {
    cursor: pointer;
    /*color: var(--headers-bg-color);*/
    margin: 0;
    padding: 0;
    position: relative;
    top: -3px;
    letter-spacing: 0.03em;
}

.draw_col {
    text-align: right;
    font-weight: 800;
    padding-top: 5px;
    text-transform: capitalize;
    margin-right: 5px;
}

.desktop_draw_col {
    padding: 0 5px;
}

.sidebar-nav label:after,
.team-total label:after,
.pitcher label:after,
.psswchk label:after,
.freeplay label:after,
.arbc-check label:after,
.breakout label:after,
.autoacceptchang label:after {
    border-radius: 4px;
    border: 1px solid var(--main-font-color);
    width: 22px;
    height: 22px;
}

.sidebar-nav label:hover,
.team-total label:hover,
.pitcher label:hover,
.psswchk label:hover,
.freeplay label:hover,
.arbc-check label:hover,
.breakout label:hover,
.autoacceptchang label:hover {
    cursor: pointer;
    /*color: var(--main-font-color);*/
}

.team-total label:before,
.pitcher label:before,
.psswchk label:before,
.freeplay label:before,
.arbc-check label:before,
.breakout label:before,
.autoacceptchang label:before {
    margin: 0 10px 0 0;
    color: #0280D2;
    font-size: 0.7em;
    text-align: left;
}

.sidebar-nav input.checkbox[type=checkbox],
.team-total input[type=checkbox],
.pitcher input[type=checkbox],
.psswchk input[type=checkbox],
.freeplay input[type=checkbox],
.arbc-check input[type=checkbox],
.breakout input[type=checkbox],
.autoacceptchang input[type=checkbox] {
    display: none;
}

.sidebar-nav input.checkbox[type=checkbox]:checked+label:after,
.sidebar-nav input.checkbox[type=checkbox]+label:after,
.team-total input[type=checkbox]:checked+label:after,
.team-total input[type=checkbox]+label:after,
.pitcher input[type=checkbox]:checked+label:after,
.pitcher input[type=checkbox]+label:after,
.psswchk input[type=checkbox]:checked+label:after,
.psswchk input[type=checkbox]+label:after,
.freeplay input[type=checkbox]:checked+label:after,
.freeplay input[type=checkbox]+label:after,
.arbc-check input[type=checkbox]:checked+label:after,
.arbc-check input[type=checkbox]+label:after,
.breakout input[type=checkbox]:checked+label:after,
.breakout input[type=checkbox]+label:after,
.autoacceptchang input[type=checkbox]:checked+label:after,
.autoacceptchang input[type=checkbox]+label:after {
    font-family: "ui_icons";
    content: "\e600";
    font-size: 1em;
    text-align: center;
    padding: 2px;
    line-height: 15px;
    display: block;
}

.sidebar-nav input.checkbox[type=checkbox]:checked+label:after,
.team-total input[type=checkbox]:checked+label:after,
.pitcher input[type=checkbox]:checked+label:after,
.psswchk input[type=checkbox]:checked+label:after,
.freeplay input[type=checkbox]:checked+label:after,
.arbc-check input[type=checkbox]:checked+label:after,
.breakout input[type=checkbox]:checked+label:after,
.autoacceptchang input[type=checkbox]:checked+label:after {
    color: transparent;
}

.sidebar-nav input.checkbox[type=checkbox]+label:after,
.team-total input[type=checkbox]+label:after,
.pitcher input[type=checkbox]+label:after,
.psswchk input[type=checkbox]+label:after,
.freeplay input[type=checkbox]+label:after,
.arbc-check input[type=checkbox]+label:after,
.breakout input[type=checkbox]+label:after,
.autoacceptchang input[type=checkbox]+label:after {
    fill: var(--main-font-color);
    color: transparent;
}

.ticket .pitcher input[type=checkbox]+label:after {
    /*color: var(--main-font-color);*/
    font-weight: normal;
}

.ticket .pitcher input[type=checkbox]:checked+label:after {
    color: var(--white);
}

/* Checkbox for sidebar */
.sidebar-nav label {
    cursor: pointer;
    color: var(--main-font-color);
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    width: 220px;
    text-indent: 0;
}

.sidebar-nav label:after {
    border: none;
}

.sidebar-nav label:hover {
    color: #FC0;
}

.sidebar-nav input.checkbox[type=checkbox]:checked+label:after,
.sidebar-nav input.checkbox[type=checkbox]+label:after {
    float: right;
    margin: 7px 0 0 0;
    height: 20px;
    width: 20px;
}

/* Checkbox for Team Total */
.team-total {
    float: left;
}

.team-total label {
    color: var(--primary-color);
    margin: 0 0 0 15px;
    padding: 12px 0 0 0;
    width: 120px;
    font-size: 0.9em;
}

.team-total label:after {
    border: 1px solid #999;
}

.team-total label:before {
    margin: 0;
}

.team-total input[type=checkbox]:checked+label:after,
.team-total input[type=checkbox]+label:after {
    background-color: var(--main-font-color);
    float: right;
}

.team-total input[type=checkbox]+label:after {
    color: var(--main-font-color);
}

/* Checkbox for Picher */
.pitcher label {
    margin: 0 15px 0 0;
    padding: 10px 0 0 0;
    height: 30px;
}

/* Checkbox for Password */
.psswchk label {
    margin: 7px 0 0 0;
    height: 30px;
}

.psswchk label:after {
    border: 1px solid var(--main-font-color);
}

.psswchk label:before {
    margin: 0;
}

.psswchk input[type=checkbox]:checked+label:after,
.psswchk input[type=checkbox]+label:after {
    margin-right: 0;
    float: right !important;
    /*border: 1px solid #666;*/
}

/* Checkbox for Freeplay */
.freeplay {
    padding: 0 0 8px 0 !important;
}

.freeplay label:after {
    border: 1px solid #999;
    margin-left: 15px;
}

.freeplay label:before {
    margin: 0;
}

.freeplay input[type=checkbox]:checked+label:after,
.arbc-check input[type=checkbox]:checked+label:after {
    margin-right: 0;
    /*background-color: var(--main-font-color);*/
    /*float: right;*/
}

.freeplay input[type=checkbox]+label:after,
.arbc-check input[type=checkbox]+label:after {
    color: transparent;
}

/* Checkbox for autoacceptchang */
.autoacceptchang input[type=checkbox]:checked+label:after,
.freeplay input[type=checkbox]:checked+label:after {
    margin-right: 0;
    /*background-color: var(--main-font-color);*/
    color: var(--primary-color);
    float: left;
}

/*Checkbox for ARBC*/

.arbc-check {
    padding: 0 0 14px 0;
}

.arbc-check label:after {
    border: 1px solid #999;
    margin-left: 15px;
}

.arbc-check label:before {
    margin: 0;
}

.arbc-check input[type=checkbox]:checked+label:after,
.arbc-check input[type=checkbox]:checked+label:after {
    margin-right: 0;
    /*background-color: var(--main-font-color);*/
    /*float: right;*/
}

/* Checkbox for BREAKOUT */
.breakout {
    width: 340px;
    float: right;
    text-align: right;
    font-size: 1.2em;
}

.breakout-left {
    float: left !important;
    text-align: left;
    font-size: 1.2em;
}

.breakout label {
    margin: 0 25px 0 0;
    padding: 5px 0 0 0;
    height: 30px;
    font: 0.85em/1.3 Montserrat, sans-serif;
    text-transform: none;
}

.breakout label:after {
    border: 1px solid #999;
    margin-left: 10px;
}

.breakout label:before {
    margin: 0;
}

.breakout input[type=checkbox]:checked+label:after,
.breakout input[type=checkbox]+label:after {
    margin-right: 0;
    /*background-color: var(--main-font-color);*/
    color: var(--primary-color);
    float: right;
}

.breakout input[type=checkbox]+label:after {
    color: transparent;
}

/* ADS */
.demo_banner {
    background: url(/assets/img/Premier-League-Banner.jpg);
    height: 220px;
    background-position: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*border: 1px solid #ccc;*/
    margin-bottom: 10px;
}


/* Sports Menu */
.sports-container {
    margin: 0 auto;
    /*width: 95%;*/
    /*margin-top: 20px;*/
    font-variant-caps: all-petite-caps;
}

.sports-container .panel {
    border: none;
    box-shadow: none;
    /*background: transparent;*/
    padding: 0px 5px 0px 5px;
}

.sports-container .panel-group {
    margin-bottom: 0;
}

.sports-container .panel-body {
    padding: 0;
    border: none !important;
}

@media only screen and (min-width: 1024px) {
    .sports-container {
        margin-top: 0;
    }
}

.sports {
    border: none;
}

.sports .panel {
    border: none;
    box-shadow: none;
    /*background: transparent;*/
}

.sports .panel-default {
    clear: left;
    border-radius: 0;
    border: none;
    /*border-bottom: 1px solid #DFDFDF;*/
}

.sports .panel-default:last-of-type {
    border-bottom: none !important;
}

.sports .panel-heading {
    background: var(--gray4);
    border: none;
    padding: 13px 10px;
    overflow: auto;
}

.sports .panel-heading a {
    color: var(--main-font-color);
    display: block;
    font-weight: 700;
}

.sports .rules-head .panel-body {
    padding-top: 10px;
}

.sports .panel-title {
    font-size: 17px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

@media only screen and (min-width: 991.98px) {
    .sports .panel-title {
        font-size: 14px;
    }
  
}

@media only screen and (min-width: 991.98px) and (max-width: 1200px) {
    .sidebar-wrapper{
        width: 225px;
    }

    .page-content-wrapper{
        width: calc(100% - 500px)!important;
    }

    bet-offering-line-five-columns .col-sm-4 {
        width: 30%;
    }

    bet-offering-line-five-columns .col-sm-8 {
        width: 70%;
    }
    bet-offering-line-five-columns offering-button span{
        font-size: 11px!important;
    }

    #betSlipController{
        width: 270px!important;
    }
}



.sports .panel-title:hover,
.sports .panel-title:focus {
    /*background: var(--content-bg-color);*/
    border-radius: 2px;
}

/*.hvr-bounce-to-bottom {*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    -webkit-transform: perspective(1px) translateZ(0);*/
/*    transform: perspective(1px) translateZ(0);*/
/*    box-shadow: 0 0 1px rgba(0, 0, 0, 0);*/
/*    position: relative;*/
/*    -webkit-transition-property: color;*/
/*    transition-property: color;*/
/*    -webkit-transition-duration: 0.5s;*/
/*    transition-duration: 0.5s;*/
/*}*/


.sports .panel-title:before {
    display: none;
}

.sports .panel-body {
    font: 0.9em/1.4 Montserrat, sans-serif;
    border-top: none !important;
}

.sports .panel-body {
    padding-top: 0;
    text-align: left;
}

.sports .panel-body ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sports .panel-body ul li {
    /*padding-top: 5px;*/
    /*border-top: 1px solid #DFDFDF;*/
}

.sports .panel-body ul li .dot {
    margin-left: 25px;
}

.sports .panel-body ul li a {
    color: #06C;
    cursor: pointer;
}

/* sports menu check box */
.sports-container h4 a {
    cursor: pointer;
}

/*.sports-container h4 a.collapsed:before {
        font-family: "ui_icons";
        content: "\ea0a";
    }

    .sports-container h4 a:before {
        font-family: "ui_icons";
        content: "\ea0b";
        font-size: 0.8em;
        margin-right: 7px;
        color: var(--main-font-color);
        padding: 4px;
        background: var(--main-font-color);
        border-radius: 4px;
        height: 20px;
    }*/

.sports-container,
.sports-container li ul {
    list-style-position: inside;
}

.sports-container li {
    vertical-align: top;
}

.sports-container li label {
    cursor: pointer;
    margin-bottom: 0 !important;
    padding: 10px 3px;
    position: relative;
    letter-spacing: 0.03em;
    width: 100%;
    font: normal 0.94em/1 Montserrat, sans-serif;
    line-height: 14px;
}

.sports-container li ul li label {
    cursor: pointer;
    margin-bottom: 3px;
    padding: 2px;
    text-transform: capitalize;
    width: 150px;
}

.sports-container li .dot:before {
    background: #999;
}

.sports-container li ul li .dot:before {
    background: #CCC;
}

.sports-container label:after {
    border-radius: 2px;
    border: 1px solid var(--main-font-color);
}

.sports-container label:hover {
    cursor: pointer;
}

.sports-container label:before {
    margin: 0;
    color: #0280D2;
    font-size: 0.7em;
    text-align: left;
}

.sports-container li a,
.sports-container li a:visited {
    color: #ccc !important;
    /*height: 16px;*/
    display: inline-block;
    width: 200px;
}

/* Sports Menu Mob */
@media only screen and (max-width: 991.98px) {
    .sports .panel-default .panel-heading {
        margin: 3px 0;
    }
}

a.checkall {
    height: 24px !important;
    display: block;
    font-size: 0.8em;
    width: 80px !important;
    border: 1px solid #BBB;
    margin: 5px 0 7px 25px;
    padding: 3px 8px;
    background: var(--main-font-color);
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: black;
}

.sports-container li a.checkall {
    margin-left: 55px;
}

a.checkall:after {
    display: none;
}

a.checkall-disabled {
    pointer-events: none;
    opacity: 0.4;
}

/* newwww */
.sports-container .list-one {
    margin: 0;
    padding: 0;
}

.sports-container .list-one label {
    cursor: pointer;
}

.sports-container .list-one input {
    display: none;
    margin: 0;
    padding: 0;
}

.sports-container .list-one .selected {
    list-style-type: none;
    background-color: var(--secondary-color);
    color: var(--white);
}

.sports-container .list-one li.groupedContestNode label {
    padding-left: 0;
}

.sports-container .list-one li.groupedContestNode label span {
    padding-left: 6px;
}

.sports-container .list-one li {
    list-style-type: none;
    margin: 0;
    border-bottom: 1px solid var(--gray3);
    background-color: var(--sports-container-label-bg-color);
}

.sports-container .list-one ul:not(.groupedContestNode) li.selected>label {
    width: 100%;
    background-color: var(--primary-color);
    color: white;
}


.sports .panel-body ul li:hover {
    /*color: white !important;*/
}

/*.sports-container ul.list-one>li:not(.hasContestTypes):hover {*/
/*    background-color: var(--headers-bg-color);*/
/*}*/
.sports-container ul.list-one>li:not(.groupedContestNode):hover {
    background-color: var(--hover-10);
    color: white;
}

.sports-container ul.list-one>li>li {
    background-color: inherit !important;
}

.sports-container .list-one li label {
    padding-left: 30px;
    font-variant-caps: all-petite-caps;
    font-size: 14px;
    font-weight: 600;
}

.sports-container .list-two li label {
    padding-left: 23px;
}

/*.sports-container .list-one li span:before {
    font-family: "ui_icons";
    content: "\e617";
    font-size: 12px;
    color: var(--content-bg-color);
    float: left;
    margin-left: 25px;
    margin-top: 0px;
    padding-left: 1px;
    border-radius: 6px;
    border: 1px solid var(--main-font-color);
    height: 18px;
    width: 18px;
    cursor: pointer;
}*/

.sports-container .childContestList li label:hover {
    background-color: #ffffff54 !important;
    color: var(--primary-color) !important;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 0px 1px 8px -3px #6c6c6c61;
}

.sports-container .list-one ul:not(.groupedContestNode) li.selected {
    background-color: var(--primary-color);
}

.sports-container .list-one ul:not(.groupedContestNode) li.selected>label {
    width: 100%;
    background-color: var(--menu-hover-bgcolor) !important;
}

/*
.sports-container .list-one li.selected span:before {
    font-family: "ui_icons";
    content: "\e600";
    color: var(--main-font-color);
    padding: 0 0 2px 2px;
    border-radius: 6px;
}
*/
.sports-container li .fourlevel>span {
    /*margin-right: 10px;*/
}

.sports-container .list-one li.unselected span:before {
    color: var(--content-bg-color);
}

.sports-container li .fourlevel>span {
    /*margin-right: 10px;*/
}

.sports-container li .fourlevel>span.collapsed:before {
    font-family: "ui_icons";
    content: "\ea0a";
}

.sports-container li .fourlevel>span:before {
    background: #DFDFDF;
    font-size: 0.8em;
    color: #5C5C5C;
    border: 1px solid #AAAAAA;
    content: "\ea0b";
    padding: 4px !important;
    background: transparent;
    border: none;
    font-family: ui_icons;
}

.sports-container li.unselected .fourlevel>span.collapsed:before {
    font-family: "ui_icons";
    content: "\ea0a";
}

.sports-container li.unselected .fourlevel>span:before {
    background: #DFDFDF;
    font-size: 0.8em;
    color: #5C5C5C;
    border: 1px solid #AAAAAA;
    content: "\ea0b";
    padding: 4px !important;
    background: transparent;
    border: none;
    font-family: 'ui_icons';
}

.sports-container .list-one li.unselected:last-child {
    padding-bottom: 0;
}

.sports-container li.orphaned:first-child {
    padding-top: 0;
    border-top: none !important;
}

.fourlevel {
    padding-left: 18px;
    margin-bottom: 10px;
    padding-top: 11px;
}

.sports-container li .fourlevel ul li span:before {
    /*background: var(--main-font-color);*/
    color: var(--main-font-color);
}

.sports-container li .fourlevel a {
    width: 170px;
    text-transform: capitalize;
    font-size: 14px;
}

.sports-container li .fourlevel a:hover {
    color: white !important;
}

.sports-container li.fourlevel>span.dot:before {
    font-family: "ui_icons";
    content: "\e617";
    font-size: 1em;
    color: #CCC;
    float: left;
    margin-left: 15px;
    margin-top: 0px;
}

.sports-container .list-two {
    padding-left: 14px;
}

/*.sports-container .list-two li span:before {
    font-family: "ui_icons";
    content: "\e617";
    font-size: 1em;
    color: #CCC;
    float: left;
    margin-left: 55px;
    margin-top: 0px;
    }*/
.sports-container .list-two li {
    padding: 5px 0;
    margin: 0 16px 0 0;
}

.sports-container .list-two li:hover {
    background-color: var(--headers-bg-color);
    border-radius: 4px 0 0 4px;
}

.sports-container .list-two li.selected:hover {
    font-weight: bold;
    color: white !important;
}

.sports-container .list-two li.selected {
    color: white;
    background-color: var(--primary-color);
}

.sports-container .list-two li.selected ul li label {
    color: white;
}


/*.sports-container .list-two li.selected span:before {
    font-family: "ui_icons";
    content: "\e600";
    font-size: 1em;
    color: white;
}
*/
/*Sports menu icons*/
.sportIcon {
    margin-left: 20px;
}

.sportIcon:before {
    content: "";
    display: block;
    background: url('/sports/assets_core/img/sportIconGeneric.svg') no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

#img_Australian_Rules:before {
    background: url('/sports/assets_core/img/icons-sports/australainrules.png') no-repeat;
    background-size: contain;
}

#img_Auto_Racing:before {
    background: url('/sports/assets_core/img/icons-sports/autoracing.png') no-repeat;
    background-size: contain;
}

#img_Badminton:before {
    background: url('/sports/assets_core/img/icons-sports/badminton.png') no-repeat;
    background-size: contain;
}

#img_Baseball:before {
    background: url('/sports/assets_core/img/icons-sports/baseball1.png') no-repeat;
    background-size: contain;
}

#img_Basketball:before {
    background: url('/sports/assets_core/img/icons-sports/basketball.png') no-repeat;
    background-size: contain;
}

#img_Beach_Volleyball:before {
    background: url('/sports/assets_core/img/icons-sports/beachvolleyball.png') no-repeat;
    background-size: contain;
}

#img_Boxing:before {
    background: url('/sports/assets_core/img/icons-sports/boxing.png') no-repeat;
    background-size: contain;
}

#img_Chess:before {
    background: url('/sports/assets_core/img/icons-sports/chess.png') no-repeat;
    background-size: contain;
}

#img_Cornhole:before {
    background: url('/sports/assets_core/img/icons-sports/cornhole.png') no-repeat;
    background-size: contain;
}

#img_Cricket:before {
    background: url('/sports/assets_core/img/icons-sports/cricket.png') no-repeat;
    background-size: contain;
}

#img_Cycling:before {
    background: url('/sports/assets_core/img/icons-sports/cycling.png') no-repeat;
    background-size: contain;
}

#img_Darts:before {
    background: url('/sports/assets_core/img/icons-sports/darts.png') no-repeat;
    background-size: contain;
}

#img_EGames:before {
    background: url('/sports/assets_core/img/icons-sports/e_games.png') no-repeat;
    background-size: contain;
}

#img_ESports:before {
    background: url('/sports/assets_core/img/icons-sports/e_sports.png') no-repeat;
    background-size: contain;
}

#img_Entertainment:before {
    background: url('/sports/assets_core/img/icons-sports/entertainment.png') no-repeat;
    background-size: contain;
}

#img_ESports:before {
    background: url('/sports/assets_core/img/icons-sports/esports.png') no-repeat;
    background-size: contain;
}

#img_Fighting:before {
    background: url('/sports/assets_core/img/icons-sports/fighting.png') no-repeat;
    background-size: contain;
}

#img_Floorball:before {
    background: url('/sports/assets_core/img/icons-sports/floorball.png') no-repeat;
    background-size: contain;
}

#img_Football:before {
    background: url('/sports/assets_core/img/icons-sports/football.png') no-repeat;
    background-size: contain;
}

#img_Futsal:before {
    background: url('/sports/assets_core/img/icons-sports/futsal.png') no-repeat;
    background-size: contain;
}

#img_Gaelic_Sports:before {
    background: url('/sports/assets_core/img/icons-sports/gaelic_sports.png') no-repeat;
    background-size: contain;
}

#img_Golf:before {
    background: url('/sports/assets_core/img/icons-sports/golf.png') no-repeat;
    background-size: contain;
}

#img_Handball:before {
    background: url('/sports/assets_core/img/icons-sports/hanball.png') no-repeat;
    background-size: contain;
}

#img_Hockey:before {
    background: url('/sports/assets_core/img/icons-sports/hockey.png') no-repeat;
    background-size: contain;
}
#img_Hockey_Minor::before{
    background: url('/sports/assets_core/img/icons-sports/hockey_minor.png') no-repeat;
    background-size: contain;
}

#img_Horses:before {
    background: url('/sports/assets_core/img/icons-sports/horses.png') no-repeat;
    background-size: contain;
}

#img_Ice_Hockey:before {
    background: url('/sports/assets_core/img/icons-sports/ice_hockey.png') no-repeat;
    background-size: contain;
}

#img_Lacrosse:before {
    background: url('/sports/assets_core/img/icons-sports/lacrosse.png') no-repeat;
    background-size: contain;
}


#img_Mixed_Martial_Arts:before {
    background: url('/sports/assets_core/img/icons-sports/mixed_martial_art.png') no-repeat;
    background-size: contain;
}

#img_LIVE:before {
    background: url('/sports/assets_core/img/icons-sports/live.png') no-repeat;
    background-size: contain;
}

#img_Olympics:before {
    background: url('/sports/assets_core/img/icons-sports/olympics.png') no-repeat;
    background-size: contain;
}

#img_Other:before {
    background: url('/sports/assets_core/img/icons-sports/other.png') no-repeat;
    background-size: contain;
}

#img_Other_Sports:before {
    background: url('/sports/assets_core/img/icons-sports/other_sports.png') no-repeat;
    background-size: contain;
}

#img_Other_Props:before {
    background: url('/sports/assets_core/img/icons-sports/other_props.png') no-repeat;
    background-size: contain;
}

#img_Politics:before {
    background: url('/sports/assets_core/img/icons-sports/politics.png') no-repeat;
    background-size: contain;
}

#img_Rugby:before {
    background: url('/sports/assets_core/img/icons-sports/rugby.png') no-repeat;
    background-size: contain;
}

#img_Rugby_League:before {
    background: url('/sports/assets_core/img/icons-sports/rugby_league.png') no-repeat;
    background-size: contain;
}

#img_Rugby_Union:before {
    background: url('/sports/assets_core/img/icons-sports/rugby_union.png') no-repeat;
    background-size: contain;
}

#img_Snooker:before {
    background: url('/sports/assets_core/img/icons-sports/snooker.png') no-repeat;
    background-size: contain;
}

#img_Soccer:before {
    background: url('/sports/assets_core/img/icons-sports/soccer.png') no-repeat;
    background-size: contain;
}

#img_Soccer_A:before {
    background: url('/sports/assets_core/img/icons-sports/soccer_a.png') no-repeat;
    background-size: contain;
}

#img_Soccer_B:before {
    background: url('/sports/assets_core/img/icons-sports/soccer_b.png') no-repeat;
    background-size: contain;
}

#img_Soccer_C:before {
    background: url('/sports/assets_core/img/icons-sports/soccer_c.png') no-repeat;
    background-size: contain;
}

#img_Soccer_Minor:before {
    background: url('/sports/assets_core/img/icons-sports/soccer_minor.png') no-repeat;
    background-size: contain;
}

#img_Softball:before {
    background: url('/sports/assets_core/img/icons-sports/softball.png') no-repeat;
    background-size: contain;
}

#img_Squash:before {
    background: url('/sports/assets_core/img/icons-sports/squash.png') no-repeat;
    background-size: contain;
}

#img_Table_Tennis:before {
    background: url('/sports/assets_core/img/icons-sports/table_tennis.png') no-repeat;
    background-size: contain;
}

#img_Tennis:before {
    background: url('/sports/assets_core/img/icons-sports/tennis.png') no-repeat;
    background-size: contain;
}

#img_Volleyball:before {
    background: url('/sports/assets_core/img/icons-sports/volleyball.png') no-repeat;
    background-size: contain;
}

#img_Waterpolo:before {
    background: url('/sports/assets_core/img/icons-sports/waterpolo.png') no-repeat;
    background-size: contain;
}


/* live GAMES */
.c-live-games {
    padding: 0px !important;
}

.c-live-games .menuTypeContainer .menuTypeItemsWrapper {
    background-color: var(--gray4);
}

.c-live-games .menuTypeContainer .menuTypeItemsWrapper .menuTypeScrollableItems{
    background-color: transparent !important;
}

.c-live-games .menuTypeContainer .menuTypeItemsWrapper .menuTypeScrollableItems ul.m_topmenu li {
    padding-left: 10px;
}

.c-live-games .menuTypeContainer .menuTypeItemsWrapper .menuTypeScrollableItems ul.m_topmenu li a {
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 10px 6px 10px;
    font-weight: 500;
    background-color: var(--middle-page-bg-color);
}

.c-live-games .menuTypeContainer .menuTypeItemsWrapper .menuTypeScrollableItems ul.m_topmenu li a.selected{
    background-color:var(--primary-color) !important;
}
.remove-icon{
    fill: var(--primary-color);
    
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.20);
        /* Un efecto más sutil con un 5% de aumento */
    }

    100% {
        transform: scale(1);
    }
}



.live-icon{
    fill: var(--primary-color);
    margin-right: 10px;
    animation: pulse 1s infinite ease-in-out;
    margin-left: 6px;
}
.live-icon-mobile{
    display: flex;
    height: 15px;
    animation: pulse 1s infinite ease-in-out;
}
.live-title{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-weight: 700;
    font-size: 25px;
}

.btn-live-mob {
    display: flex;
    flex-direction: column-reverse;
    background: var(--primary-color);
    color:white;
    font-size: 12px;
    font-weight: 700;
    max-height: 40px;
    border-radius: 6px !important;
    padding: 3px 10px !important;
    
}

@media only screen and (max-width: 991.98px) {
    .live-title{
        font-size: 20px;
    }
    .c-live-games {
        padding-left: 5px;
    }
    .live-icon {
        padding-left: 8px;
    }

}

/* live GAMES END */


/* DROPDOWN */
.wtype {
    margin-top: 10px !important;
    width: 100%;
    padding: 0 var(--ps1);
    position: relative;
    z-index: 2;
}

.wtype .fixed_wrapper_mobile {
    position: fixed;
    width: 260px;
    z-index: 1001;
}

.wtype .fixed_wrapper {
    position: fixed;
    /* width: 260px; */
    z-index: 1001;
    background-color: #1c1d2a;
    left: 10px;
}

.tabButtonContainer {
    background-color: var(--sidebar-bgcolor);
    /* padding-top: 15px; */
    font-size: 10px;
}

/*.fixed_wrapper .select_wrapper{*/
/*    margin-left: -260px;*/
/*    transition: all 0.4s ease 0s;*/
/*}*/

/*@media only screen and (max-width: 992px) {*/
/*    .fixed_wrapper .select_wrapper{*/
/*        left: 260px;*/
/*        width: 260px;*/
/*        transition: all 0.4s ease 0s;*/
/*    }*/
/*}*/

.wtype .select_wrapper {
    background-color: var(--content-bg-color);
    /*height: 44px;*/
    padding: 8px 15px 10px 15px;
}

.wtype .multiple_select_wrapper {
    padding: 0 1px;
    background-color: var(--content-bg-color);
    width: 100%;
}

.wtype.multiple {
    height: 87px;
}

.multiple_select_wrapper .dropdown {
     margin: 10px 0; 
}

.wagertype-wrapper {
    /*padding-top: 15px;*/
}

.wagertype-wrapper button {
    border-radius: 0;
    text-transform: none;
    font-size: 13px;
    font-weight: 700;
    /* padding-top: 6px; */
    padding: 10px 0px 10px 0px;
    border-radius: 5px;
    /* border-bottom: 4px solid white; */
}

@media only screen and (max-width: 1201px) {
    .wagertype-wrapper button {
        font-size: 10px !important;
    }
    .teaser-drop-content {
        width: 92% !important;
    }
}

.wager-item-info {
    /* margin-bottom: 5px; */
    font-weight: 700;
}

.period {
    width: 110px;
    float: left;
}

.mob_period_wrapper {
    background-color: white !important;
}

/*.period select.dropdown {
        border: 1px solid #999;
    }*/

.settings {
    margin: 15px auto;
    width: 145px;
}

.settings #FavTeam {
    margin-top: 15px;
}

.report {
    width: 200px;
    float: right;
}

.report .selectwrap {
    width: auto;
}

.selectwrap {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
}

.selectwrap:after {
    content: "\e60a";
    font-family: "ui_icons";
    text-align: center;
    line-height: 32px;
    position: absolute;
    width: 32px;
    height: 32px;
    background: white;
    color: var(--headers-bg-color);
    right: 1px;
    top: 1px;
    pointer-events: none;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

select.dropdown {
    border: 1px solid #666;
    height: 34px;
    width: 100%;
    /* padding: 6px 12px; */
    line-height: 1.42857143;
    border-radius: 2px;
    background: var(--sidebar-bgcolor);
    font-size: 14px;
    color: var(--text2);
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.teasers-options select.dropdown {
    font-size: 11px;
}

@media only screen and (max-width: 991.98px) {
    .wtype {
        margin: 0 auto 15px auto;
        width: 100%;
        margin-top: 35px;
        display: block;
        padding: 0 var(--ps1);
        /* margin-top: var(--ps2) !important; */
    }

    .wtype.offline {
        margin-top: 27px !important;
    }

    .selectwrap {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 991.98px) {
    .team-total-wrapper {
        text-align: right;
        height: 30px;
        padding: 0px;
    }

    .gameComments {
        /*width: 80%;*/
        overflow: hidden;
        white-space: nowrap;
        margin: 3px 0 !important;
        overflow: hidden;
        /*width: 90%;*/
    }
}



@media only screen and (min-width: 992px) {
    .wtype {
        margin-top: 0px;
        overflow: hidden;
    }
}

/* SIDEBAR CONTENT */
.tab-content {
    position: inherit;
    /*width: 90%;*/
    /*margin-left: 5%;*/
    padding-bottom: 70px;
}

@media only screen and (min-width: 992px) {
    .tab-content {
        padding-top: 0px !important;
    }
}

@media only screen and (max-width: 991.98px) {
    .tab-content {
        position: relative;
        background: var(--sidebar-bgcolor);
    }

    .tab_content_reports {
        width: 260px !important;
    }

    .tab_content_settings {
        width: 245px !important;
    }
}

/* REPORTS TAB */
.btn-reports {
    color: var(--main-font-color);
    font-family: Montserrat, sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 0 auto 15px auto;
    padding: 14px 0;
    width: 230px;
    /*background-color: var(--main-font-color);*/
    border: 1px solid #ccc;
}

@media only screen and (max-width: 992px) {
    .btn-reports {
        color: var(--main-font-color);
        font-family: Montserrat, sans-serif;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        margin: 1.5% !important;
        width: 30%;
        padding: 15px 4px !important;
        font-size: 11px;
        background-color: var(--dark1);
        border: 0;
    }

    .btn-reports .active {
        color: white;
        background-color: var(--primary-color);
    }

    .btn-reports:hover {
        color: white;
        background-color: var(--primary-color);
    }

    .mobile_links {
        display: flex;
        flex-wrap: wrap;
        margin-left: 4px;
        border-top: 1px solid white;
        padding-top: 10px;
        margin-top: 10px;
    }
}

/* SETTINGS TAB */
.sel_lang,
.sel_home,
.sel_fav {
    background: rgba(0, 0, 0, 0.1);
    padding: 15px 8px 8px 8px;
    margin: 0 8px 15px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.sel_pitcher {
    padding: 0 15px 0 15px;
    margin: 0 10px 15px 10px;
}

.sel_passw {
    padding-bottom: 0;
    margin-bottom: 0;
}

.has-switch label {
    z-index: 1;
}

.tab-pane h3 {
    padding: 0;
    margin: 0;
    font-size: 0.7em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    color: var(--main-font-color);
}

/* SETTINGS TAB DESKTOP MODAL */
.modal {
    overflow-y: auto;
}

.modal .sel_lang,
.modal .sel_home,
.modal .sel_fav {
    background: none;
    padding: 0;
    margin: 6px auto 0 auto;
    box-shadow: none;
    border-bottom: 1px solid lightgray;
    height: 50px;
    border-radius: 0px;
   
}

.modal .sel_home {
    margin-top: 6px;
}

.modal .tab-pane h3 {
    color: var(--text2);
    float: left;
    margin-top: 8px;
    font-weight: 600;
}

.modal .tab-pane .settings,
.modal .sel_lang ul {
    float: right;
    margin: 0;
}

.modal .sel_home .psswchk label {
    float: right;
}

/* LANGUAGE FLAGS */
.sel_lang ul {
    margin: 15px auto 0 auto;
    padding: 0;
    overflow: auto;
    width: 218px;
}

.sel_lang ul li {
    float: left;
    list-style-type: none;
    width: 47px;
    margin-right: 6px;
}

.sel_lang ul li:last-of-type {
    margin-right: 0;
}

.sel_lang ul li a {
    display: block;
    background: transparent url(/assets/img/icons_flag.png) no-repeat 0 0;
    width: 47px;
    height: 31px;
}

.sel_lang ul li.lang_eng a {
    background-position: 0px 0px;
}

.sel_lang ul li.lang_eng a:hover {
    background-position: 0px -31px;
}

.sel_lang ul li.lang_eng .lang_active {
    background-position: 0px -31px;
    cursor: auto;
}

.sel_lang ul li.lang_spa a {
    background-position: -47px 0px;
}

.sel_lang ul li.lang_spa a:hover {
    background-position: -47px -31px;
}

.sel_lang ul li.lang_spa .lang_active {
    background-position: -47px -31px;
    cursor: auto;
}

.sel_lang ul li.lang_tha a {
    background-position: -94px 0px;
}

.sel_lang ul li.lang_tha a:hover {
    background-position: -94px -31px;
}

.sel_lang ul li.lang_tha .lang_active {
    background-position: -94px -31px;
    cursor: auto;
}

.sel_lang ul li.lang_chi a {
    background-position: -141px 0px;
}

.sel_lang ul li.lang_chi a:hover {
    background-position: -141px -31px;
}

.sel_lang ul li.lang_chi .lang_active {
    background-position: -141px -31px;
    cursor: auto;
}

/* SETTINGS TAB MOB */
@media only screen and (max-width: 991.98px) {

    .sel_lang,
    .sel_home,
    .sel_fav {
        /*color: var(--main-font-color);*/
        /*border: 1px solid #ccc;
        background: #f7f7f7;*/
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .sel_lang h3,
    .sel_home h3,
    .sel_fav h3,
    .sel_pitcher h3 {
        /*color: black;*/
    }
}

/* bootstrap tables */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table.white tbody tr {
    background-color: white;
}

.table td.white {
    background-color: white;
}

.row.white {
    /* background-color: white; */
}

tr.white {
    background-color: var(--betslip-bg-color);
}

.table.numeric tbody tr {
    text-align: left;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    /* background-color: var(--betslip-bg-color); */
}

.table thead th {
    vertical-align: bottom;
    /* border-bottom: 2px solid #dee2e6; */
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.table .table {
    background-color: var(--betslip-bg-color);
}

.table .table thead {
    background-color: var(--primary-color) !important;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid var(--headers-bg-color);
}

.table-bordered th,
.table-bordered td {
    border-bottom: 1px solid var(--line-paste);
    color: var(--text2);
}

.table-bordered th {
    /* border: 1px solid var(--headers-bg-color);*/
    /* background-color: var(--primary-color); */
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf;
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb;
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5;
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7;
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th,
.table .thead-dark td {
    background: #1e2b55;
    font-size: 12px;
    font-weight: 600;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-sm>.table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-md>.table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-lg>.table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table-bordered {
    border: 0;
}

.sportsMenuNavBarAccount .dropdown-menu_account {
    top: inherit !important;
    left: -162px !important;
    z-index: 1002;
}

/* BOOTSTRAP */
/* overwrite dropdown*/
.dropdown-menu {
    z-index: 1002;
}



.dropdown-menu_account {
    position: absolute;
    top: 59px;
    left: -167px;
    z-index: 1002;
    width: 211px;
    padding: 2px 0;
    margin: 0 4px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* width: calc(50%); */
}

.dropdown-menu_account .dropdown-item {
    line-height: 21px;
}

.dropdown-item {
    display: block;
    padding: 4px;
    line-height: 32px;
    color: #100e1a;
    font-size: 14px;
    text-align: center;
}

a.dropdown-item:hover {
    color: black;
    font-weight: 600;
}

.dropdown-item.red {
    color: var(--primary-color) !important;
    font-weight: 700;
}

.dropdown-item.red:hover {
    color: var(--primary-color);
    font-weight: 600;
}

.dropdown-item.gray {
    color: rgba(0, 0, 0, 0.30);
}

.dropdown-item:not(:first-of-type) {
    border-top: 1px solid #ccc;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #383352;
}

#navbar_language_mobile {
    margin-left: calc(50% - 34px);
    /*height: 60px;*/
    width: 81px;
}

#navbar_language_mobile_desktop {}

#navbar_language_mobile .nav-link,
#navbar_language_desktop .nav-link {
    display: inline-flex;
    width: 81px;
    height: 60px;
    position: absolute;
    left: 0;
}

#navbar_language_mobile img,
#navbar_language_desktop svg {
    width: 25px;
    height: 25px;
    margin-top: 15px;
}

#navbar_language_mobile .navbar_language_selected {
    margin-left: 5px;
    color: white;
}

#navbar_language_mobile .navbar_language_selected span::after {
    display: inline-flex;
    width: 8px;
    height: 12px;
    vertical-align: -0.255em;
    content: "";
    background-image: url("/assets/img/drop.svg");
    background-repeat: no-repeat;
    margin-left: 4px;
}


#navbar_language_mobile .dropdown-navbar-language,
#navbar_language_desktop .dropdown-navbar-language {
    position: absolute;
    top: 63px;
    left: calc(50% - 105px);
    z-index: 1001;
    width: 211px;
    padding: 2px 0;
    margin: -12px 4px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#navbar_language_desktop .dropdown-navbar-language {
    top: 50px !important;
    right: -35px !important;
}

#navbar_account {
    /*width: 13%;*/
    /*height: 45px;*/
    /*text-align: right;*/
    /*position: absolute;*/
    /*top:1px;*/
    /*right: 10px;*/
}

#navbar_account img {
    height: 32px;
}

#navbar_account_desktop {
    padding: 6px 0;
    height: 45px;
    margin: 8px;
    position: relative;
    width: 35px;
    font-size: 12px;
}

#navbar_account_desktop span {
    position: absolute;
    top: 11px;
    left: 29px;
    color: white;
}

/*#navbar_account_desktop span::after {*/
/*    display: inline-block;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    !*margin-left: .255em;*!*/
/*    !*vertical-align: .255em;*!*/
/*    !*margin-left: -0.7em;*!*/
/*    !*margin-top: 0.60em;*!*/
/*    vertical-align: .255em;*/
/*    content:"";*/
/*    background-image: url("/assets/img/drop_icon.svg");*/
/*    background-repeat: no-repeat;*/
/*    position: absolute;*/
/*    top: 4px;*/
/*    left: 67px;*/
/*}*/


#navbar_account_desktop img.acc_svg {
    width: 34px;
}

#navbar_account_desktop .dropdown-menu_account {
    width: 200px;
    top: 51px;
    left: -159px;
}

#navbar_account_desktop .dropdown-menu_account .dropdown-item {
    cursor: pointer;
    font-size: 14px;
    line-height: 26px;
}


#navbar_account .balance_titles,
#navbar_account_desktop .balance_titles {
    min-width: 80px;
    float: left;
    color: var(--gray2);
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}

#navbar_account_desktop .balance_titles span {
    color: var(--gray2);
    position: inherit;
}

#navbar_account_desktop .balance_values span {
    color: var(--gray2);
    position: inherit;
}

.mobile_balance_items {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#navbar_account .balance_values,
#navbar_account_desktop .balance_values {
    float: left;
    line-height: 20px;
}

#navbar_mobile_logo {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 50%;
    left: 316px;
    display: none;
}

/* Button Bootstrap overwrite */

.btn {
    border-radius: 2px;
}

.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 0;
}

.modal-footer .btn+.btn {
    margin-left: 0;
}

.bootstrap-dialog-header {
    overflow: hidden;
}

.type-danger .modal-header {
    background-color: var(--primary-color) !important;
    font-weight: 600;
}

/*Bootstap panel*/
.panel {
    background-color: transparent;
    border: none;
}

/* Button Betlines desktop */
.gameLineInfo .row {
    /*margin: 0 -10px 0 -5px;*/ /*esto jamas!!*/
    padding-bottom: 5px;
    background-color: var(--middle-headers-bg-color);
    border-radius: 2px;
    padding: 3px 0;
    color: var(--main-font-color);
    /*margin-right: -5px;*//*esto jamas!!*/
    font-weight: 600;
}


.sport-lines-container {
    margin: 0;
}

.gameLineInfo>.row {
    margin: 3px 0;
}

/*
.wagertypetitle > .row {
    margin: 3px 10px;
}
*/

.gameLine-sml,
.gameLine-teamtotal {
    padding-left: 0;
}

.gameLine-sml .row,
.gameLine-teamtotal .row {
    margin: 0 -15px 0 0;
    padding-bottom: 0 !important;
}

.gameLineInfo .btn-xs {
    width: 100%;
}

.gameLineInfo .line_state {
    position: absolute;
    height: 100%;
    top: 0;
    width: 8px;
    right: 4px;
}

.gameLineInfo .line_up,
.gameLineInfo .line_up_green {
    background: url("/sports/assets_core/img/arrow_up.svg") center center no-repeat;
}

.gameLineInfo .line_down_green {
    background: url("/sports/assets_core/img/arrow_up.svg") center center no-repeat;
    transform: rotate(180deg);
}

.gameLineInfo .line_down,
.gameLineInfo .line_down_red {
    background: url("/sports/assets_core/img/arrow_down.svg") center center no-repeat;
}

.gameLineInfo .line_up_red {
    background: url("/sports/assets_core/img/arrow_down.svg") center center no-repeat;
    transform: rotate(180deg);
}

.gameLineInfo .btn-default:hover {
    color: var(--white) !important;
    background-color: var(--secondary-color);
}

.gameLineInfo .btn-default:active,
.gameLineInfo .btn-default.active {
    color: var(--white) !important;
    background: var(--gradient-secondary-color);
}

.gameLineInfo .btn.disabled,
.gameLineInfo .btn[disabled],
.gameLineInfo .btn[disabled]:hover {
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.5;
    color: var(--text2) !important;
}

.gameLineInfo .btn.disabled:hover {
    color: black;
    border-color: #ccc;
    background: var(--main-font-color);
}

.gameLineInfo .lc-red {
    color: red !important;
}

.gameLineInfo .lc-green {
    color: green !important;
}

.btn-default[disabled]:hover,
btn-disabled:hover {
    background-color: #171d26;
    color: var(--main-font-color);
}

.gameLineInfo .btn-default {
    background-color: var(--line-button-color);
    color: var(--text2);
    border: none;
    padding: 5px;
    font-weight: 600;
    border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
    .btn-xs {
        padding: 1px 4px;
        font-size: 10px;
    }
}

.btn-betlines {
    color: var(--main-font-color);
    background: var(--line-button-color);
    color: var(--text2);
    /* border: 1px solid lightgray; */
    box-shadow: 0 4px 6px -6px #222;
}

.btn-betlines.active,
.open .dropdown-toggle.btn-betlines {
    /*border-color: #ccc;*/
    background: var(--primary-color);
    color: var(--white) !important;
}



.btn-betlines.active,
.open .dropdown-toggle.btn-betlines {
    background-image: none;
    background: var(--line-button-selected-color);
}

.btn-betlines.disabled,
.btn-betlines[disabled],
fieldset[disabled] .btn-betlines,
.btn-betlines.disabled:hover,
.btn-betlines[disabled]:hover,
fieldset[disabled] .btn-betlines:hover,
.btn-betlines.disabled:focus,
.btn-betlines[disabled]:focus,
fieldset[disabled] .btn-betlines:focus,
.btn-betlines.disabled:active,
.btn-betlines[disabled]:active,
fieldset[disabled] .btn-betlines:active,
.btn-betlines.disabled.active,
.btn-betlines[disabled].active,
fieldset[disabled] .btn-betlines.active {
    color: var(--main-font-color);
    /*background-color: #ccc;
    border-color: #ccc;*/
}

/* Button Continue */
.btn-continue {
    background-color: var(--green2);
}

.btn-continue:active,
.btn-continue.active,
.open .dropdown-toggle.btn-continue {
    background-image: none;
}

.btn-continue.disabled,
.btn-continue[disabled],
fieldset[disabled] .btn-continue,
.btn-continue.disabled:hover,
.btn-continue[disabled]:hover,
fieldset[disabled] .btn-continue:hover,
.btn-continue.disabled:focus,
.btn-continue[disabled]:focus,
fieldset[disabled] .btn-continue:focus,
.btn-continue.disabled:active,
.btn-continue[disabled]:active,
fieldset[disabled] .btn-continue:active,
.btn-continue.disabled.active,
.btn-continue[disabled].active,
fieldset[disabled] .btn-continue.active {
    background-color: var(--green2);
    border-color: gray;
    opacity: 0.4;
}

/*Buttons*/

.btn-signup {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    /*background: var(--secondary-color);*/
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color)!important;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 700;
    padding: 4px 8px !important;
    display: flex;
    align-items: center;
}

.btn-signup:hover {
    color: var(--main-font-color);
    /*border-radius: 10px;
    display: inline-block;
    transition: all 0.3s ease 0s;*/
}

/* Button Periods */
.btn-period {
    color: var(--main-font-color) !important;
    background-color: var(--middle-headers-bg-color);
    padding: 3px 7px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 5px;
    color: var(--middle-font-color)
}

.btn-period:hover {
    color: var(--middle-font-color) !important;
    background-color: var(--hover-wager-type);
}


/* Button Periods */
.btn-period-totals {
    color: #98979c !important;
    background-color: white;
    /*padding: 3px 7px;*/
    font-size: 10px;
    text-transform: uppercase;
    border: 1px solid #ccc;
    padding: 4px;
    /*margin-top: -8px;*/
    /*margin-right: 5px;*/
    color: var(--middle-font-color);
    width: 100%;
    margin-top: 27px;
}

@media only screen and (min-width: 1200px) {
    .btn-period-totals {
        white-space: initial;
        text-align: left;
        float: right;
        padding: 4px !important;
        line-height: 1.2;
        width: 64px !important;
        margin-top: 20px !important;
        background-color: white;
    }

    .btn-period-totals:before {
        margin-top: 6px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .btn-period-totals {
        text-align: left;
        float: right;
        padding: 4px !important;
        line-height: 1.2;
        width: 64px;
    }
}

@media only screen and (min-width: 768px) {
    .btn-period-totals {
        width: 96px;
        margin-top: 0;
        margin: 6px 0;
    }
    .form-inline .form-control{
        font-size: 16px;
        font-weight: 700;
    }
}


.btn-period-totals:hover {
    /*color: white !important;*/
    /*background-color:var(--primary-color);*/
    /*border:1px solid var(--primary-color);*/
}

.btn-period-totals:before {
    font-family: "ui_icons";
    content: "\e60c";
    float: right;
    transform: rotate(-90deg);
    padding-left: 0;
}

.btn-period-totals.TeamTotalSelected:before {
    float: left;
}

.btn-period-totals.active {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: white !important;
}

.btn-period-totals.active:before {
    transform: rotate(90deg);
}

.btn-period-totals:hover::before {
    /*color: white !important;*/
}




.mob_period_wrapper .btn-period {
    color: white !important;
    border-bottom: none !important;
    border-radius: 20px;
    padding: 5px 10px;
}

.mob_period_wrapper .period {
    /* background-color: var(--gray4); */
    padding: 2px 5px 11px 9px;
}

.mob_period_wrapper .btn-period.active {
    color: white !important;
    background-color: var(--primary-color);
}

.btn-period:active,
.btn-period.active,
.open .dropdown-toggle.btn-period {
    color: var(--middle-font-color) !important;
    border-bottom: 4px solid var(--secondary-color); 
    /* background-color: var(--secondary-color); */
    font-weight: 600;
}

/* Button Betlines Mobile */
.btn-betlines.active,
.open .dropdown-toggle.btn-betlines {
    background-image: none;
    background: var(--gradient-secondary-color);
    border: none !important;
    box-shadow: 0 4px 6px -6px #222;
}

@media only screen and (max-width: 767px) {
    .btn-betline-container {
        width: 44% !important;
    }
}

@media only screen and (max-width: 991.98px) {
    .gameLineInfo-wrapper {
        background-color: white;
        border-radius: 4px;
        overflow-x: hidden;
    }

    .btn-period-totals {
        float: right;
        border-color: black;
        color: black !important;
        padding: 8px;
        margin: 4px;
        width: 120px
    }

    .panel-heading-sub {
        /* color: var(--headers-bg-color); */
        /* border-color: #ddd; */
        padding: 0 8px;
        /* border-bottom: 1px solid var(--primary-color); */
        color: white;
        background: var(--dark1) !important;
        height: 41px !important;
        min-width: 290px;
    }

    .page-content-wrapper-mob .line_titles_column_date h3{
        color: #5898f7!important;
        font-weight: bold;
    }

    .period {
        width: 100%;
        float: left;
        position: relative;
        /* background-color: #32333e; */
    }

    .btn-period-group {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 8px;
    }

    .btn-period {
        color: var(--main-font-color);
        background-color: var(--dark1);
        padding: 3px 7px;
        font-size: 12px;
        text-transform: uppercase;
        margin-right: 5px;
        color: rgb(255 255 255 / 0.4);
        background-color: inherit;
        border-bottom: 4px solid var(--dark1);
    }

    .btn-period:hover {
        /*color: var(--main-font-color);*/
        /*background-color: var(--primary-color);*/
        border-bottom: 4px solid white;
        /*border-color: var(--primary-color);*/
    }

    .btn-period:active,
    .btn-period.active,
    .open .dropdown-toggle.btn-period {
        color: white;
        border-bottom: 4px solid white;
        background-color: inherit;
        /*border-color: var(--primary-color);*/
    }


    .btn-betlines input[type="button"] {
        display: none;
    }

    .bettinglines .row {
        margin: 0;
        padding: 0px 4px 0 3px;
    }

    .btn-betline-container {
        padding: 3px;
        width: 33%;
        float: left;
        /*
        width: 100%;
        margin: 0;*/
    }

    .btn-betline-container .btn-betlines {
        width: 100%;
        border-radius: 3px;
        padding: 2px 8px;
        font-size: 13px;
        font-weight: bold;
    }

    /*.btn-group .btn-betlines:nth-of-type(2) {
            width: 34%;
        }*/
    .team-total-wrapper {
        text-align: right;
        height: 50px;
        padding: 4px;
    }

    .team-total {
        float: right;
        padding: 4px;
    }

    .teamtotal .btn-betlines {
        /*width: 49%;*/
    }

    .teamtotal .btn-betlines:nth-of-type(2) {
        width: 49%;
    }

    .draw .btn-betlines {
        width: 100%;
    }
}

/* Button Agents */
.agent-lines button[class^="btn"],
.agent-lines button[class^="btn"]:disabled {
    background-color: transparent !important;
    border-color: transparent !important;
    cursor: default;
}

.agent-view-lines .btn-betlines,
.agent-view-lines,
.agent-view-lines .btn-betlines.active {
    background-color: var(--main-font-color) !important;
    cursor: default;
    color: var(--white);
}

.agent-view-lines .btn:focus,
.agent-view-lines .btn:active:focus,
.agent-view-lines .btn.active:focus,
.agent-view-lines .btn.focus,
.agent-view-lines .btn:active.focus,
.agent-view-lines .btn.active.focus {
    outline: none !important;
    outline-offset: 0;
}

.btn-openspot {
    color: black;
    background-color: var(--main-font-color);
    padding: 3px 7px;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: -8px;
    margin-right: 5px;
}

.btn-rolling-if-bet {
    color: white;
    background-color: #606060;
    padding: 3px 7px;
    font-size: 10px;
    text-transform: uppercase;
    /* margin-top: -8px;*/
    margin-right: 5px;
}

.rolling-if-bet-details {
    margin-left: 11px !important;
}

.btn-rolling-if-bet .icon_viewresults,
.btn-rolling-if-bet .icon_viewresults:before,
.btn-rolling-if-bet .icon_viewresults_minus:after,
.btn-rolling-if-bet .icon_viewresults_minus:before,
.btn-rolling-if-bet .icon_viewresults_minus span {
    border: none !important;
    background-color: inherit !important;
    color: white !important;
}

.graded-data-detail .icon_viewresults_minus:before {
    content: "\ea0b";
    color: var(--green3);
}

.btn-openspot:hover {
    color: var(--main-font-color);
    color: black;
    border-color: #6BB2D6;
}

.btn-openspot:active,
.btn-openspot.active,
.open .dropdown-toggle.btn-openspot {
    color: var(--main-font-color);
    background-color: var(--green2);
    border-color: #9CD79D;
    padding: 10px;
    font-size: 1.1em;
    width: 75%;
    margin: 0 auto;
}

@media (max-width: 767px) {

    .btn-openspot:active,
    .btn-openspot.active {
        width: 100%;
    }
}

.btn-report-modal {
    margin-left: 10px;
}

.btn-report-modal {
    color: black;
    background-color: var(--line-button-selected-color);
    padding: 5px 10px;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: -8px;
    font-weight: bold;
}

.btn-report-modal:hover {
    color: black !important;
    background-color: var(--line-button-selected-color) !important;
}

.btn-report-modal:active,
.btn-report-modal.active,
.open .dropdown-toggle.btn-report-modal {
    background-image: none;
}

.btn-report-modal.disabled,
.btn-report-modal[disabled],
fieldset[disabled] .btn-report-modal,
.btn-report-modal.disabled:hover,
.btn-report-modal[disabled]:hover,
fieldset[disabled] .btn-report-modal:hover,
.btn-report-modal.disabled:focus,
.btn-report-modal[disabled]:focus,
fieldset[disabled] .btn-report-modal:focus,
.btn-report-modal.disabled:active,
.btn-report-modal[disabled]:active,
fieldset[disabled] .btn-report-modal:active,
.btn-report-modal.disabled.active,
.btn-report-modal[disabled].active,
fieldset[disabled] .btn-report-modal.active {
    background-color: #E10600FF;
    border-color: #eea236;
}

/* Button View Graded Results */
.btn-graded {
    color: black;
    background-color: var(--line-button-selected-color);
    padding: 3px 7px;
    font-size: 10px;
    text-transform: uppercase;
    border: 1px solid #428D3E;
    margin-bottom: 7px;
}

.btn-graded:hover,
.btn-graded:focus,
.btn-graded:active,
.btn-graded.active,
.open .dropdown-toggle.btn-graded {
    color: var(--main-font-color);
    background-color: #428D3E;
    border-color: #428D3E;
}

/* Modal Dialog Box */


/* Modal Bootstrap overwrite */

.modal-open .modal,
.btn:focus {
    outline: none !important;
}

.modal .modal-body {
    background: var(--sidebar-bgcolor);
    color: var(--text2);
}

.modal .modal-header {
    background: var(--headers-bg-color);
    color: var(--primary-color);
    font-weight: 700;
}

.modal .modal-header h1,
.modal .modal-header h2,
.modal .modal-header h3,
.modal .modal-header h4 {
    color: #ccc;
}

.modal .modal-header h1,
.modal .modal-header h2,
.modal .modal-header h3,
.modal .modal-header h4 {
    color: white;
    font-weight: 200;
    font-size: 26px;
}

.modal .modal-footer {
    background: white;
    /*border-top: 1px solid #2a2c2e;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bootstrap-dialog-footer-buttons {
    text-align: center;
}

.bootstrap-dialog-footer-buttons button {
    margin: 0 1.5rem;
}

.modal-content {
    width: 100%;
    background-color: transparent!important;
}

/*
.modal-header {
    background-color: var(--header-footer-bg-color);
    border-bottom: 1px solid #CCC;
    padding: 15px 15px 5px 15px;
    color: var(--main-font-color);
}

    .modal-header .close {
        opacity: 1;
        margin-top: -5px;
        font-size: 35px;
        font-weight: normal;
        border: 1px solid transparent;
        color: var(--primary-color);
        text-shadow: 0 1px 0 var(--primary-color);
    }*/

.bootstrap-dialog-title {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0px;
}

.bootstrap-dialog-header {
    overflow: auto;
}

/*.modal-footer {
    padding: 0 20px 20px;
    margin-top: 0;
    text-align: right;
    border-top: none;
}*/

.bootstrap-dialog-title {
    float: left;
}

.bootstrap-dialog-close-button {
    float: right;
    border: 1px solid transparent;
    display: block;
}

/* hide label on mobile */
/*@media (max-width: 768px) { */
@media (max-width: 991.98px) {

    .hidelabel-xs,
    .hidelabel-xs input {
        display: block !important;
    }

    .hidelabel-xs .input-group-addon {
        display: none !important;
    }
}

/* kill default bootstrap padding on columns */
.no-padding {
    padding: 0;
}

.no-padding-force {
    padding: 0 !important;
}

@media (max-width: 767px) {
    .no-padding-xs {
        padding: 0;
    }
}

.no-padding-left {
    padding-left: 0;
}

.pr-10 {
    padding-right: 10px;
}

@media (max-width: 767px) {
    .no-padding-xs {
        padding-left: 0;
    }
}

.no-padding-right {
    padding-right: 0;
}

@media (max-width: 767px) {
    .no-padding-xs {
        padding-right: 0;
    }
}

.padding-left {
    padding-left: 20px;
}

/* MAIN CONTENT AREA */
.page-content-wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
    overflow-y: auto;
    scrollbar-color: #535353 var(--middle-page-bg-color);
    background-color: var(--middle-page-bg-color);
}

.content-header {
    height: 60px;
    line-height: 60px;
    z-index: 100;
}

.page-content-wrapper-mob .page-content {
    padding: 0;
}

.page-content {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid rgb(56 51 82 / 0.2);
}

.page-content h2 {
    margin-top: 0;
}

/*CASE with SIDEBARS */
.page-content-wrapper {
    height: 100%;
    float: left;
    margin: auto;
    padding: 0 0px 0 0;
    width: -webkit-calc(100% - 540px);
    width: -moz-calc(100% - 540px);
    width: calc(100% - 540px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #535353 var(--content-bg-color);
}

.page-content-wrapper.extended {
    width: -webkit-calc(100% - 260px) !important;
    width: -moz-calc(100% - 260px) !important;
    width: calc(100% - 260px) !important;
}


.page-content-wrapper-mob {
    /*height: 100%;*/
    padding: var(--mobile-header-height) 0 45px 0px;
    min-width: 260px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 100%;
    scrollbar-color: #535353 var(--content-bg-color);
}

.page-content-wrapper-mob .page-content-wrapper-offline{
    padding-top: 0;
}


.modal-body {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 100%;
    scrollbar-color: #535353 var(--content-bg-color);
}

/* FIX FOR SAFARI IOS */
.page-content-wrapper-inner,
.modal-body-inner {
    height: calc(100% + 1px);
}

/*CASE NO SIDEBARS */
.wrapper-no-sidebars {
    height: -moz-calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: calc(100% - 70px);
    overflow: auto;
}

.wrapper-no-sidebars .sidebar-wrapper,
.wrapper-no-sidebars #betSlipController {
    /*display: none;*/
}

.wrapper-no-sidebars .page-content-wrapper {
    height: 100%;
    float: left;
    overflow-y: auto;
    padding: 0;
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: calc(100%);
    background-color: var(--content-bg-color);
}

/*CASE LEFT SIDEBAR */
.wrapper-left-sidebar {
    height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
    overflow: auto;
}

.wrapper-left-sidebar #betSlipController {
    display: none;
}

.wrapper-left-sidebar .page-content-wrapper {
    height: 100%;
    float: left;
    overflow-y: auto;
    padding: 0 10px 10px 10px;
    width: -webkit-calc(100% - 260px);
    width: -moz-calc(100% - 260px);
    width: calc(100% - 260px);
}

/* USER INFO HEADER */
.content-header {
    background-color: var( --header-mobile-bg);
    color: var(--main-font-color);
    height: 60px;
}

.uinfo {
    color: var(--primary-color);
    margin: 0;
    padding: 0 0 0 12px;
    font: normal 0.90em/1 Montserrat, sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    display: inline-block;
    min-width: 210px;
}

.uinfo .user,
.uinfo .balance {
    float: left;
    color: white;
    white-space: nowrap;
    min-width: 90px;
}

.user-id {
    color: white !important;
}

.uinfo .user span,
.uinfo .balance span {
    color: var(--main-font-color);
    margin: 0 5px 0 0;
}

.balance {
    margin-left: 15px;
}

/**/
#custBalInfo {
    display: inline-block;
}

.uinfopanel {
    margin: -4px 0 0;
    /*padding: 0 0 0 26px;*/
    background: var(--headers-bg-color);
    width: 100%;
}

.uinfo a,
.uinfo a:hover,
.uinfopanel a,
.uinfopanel a:hover {
    color: white;
}

.uinfopanel .row {
    padding-bottom: 10px;
}

.uinfopanel .detail {
    background-color: var(--dark1);
}



.uinfopanel .row div {
    float: left;
    min-width: 100px;
}

.uinfopanel p {
    /*margin: 0 18px 0 0;*/
    color: white;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0.03em;
    font-size: 14px;
    /*text-transform: uppercase;*/
    line-height: 1.3em;
    margin: 5px 0 0 25px;
}

.uinfopanel p span {
    margin: 0 5px 0 0;
    color: var(--gray-font-color);
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 100;
}

/*@media (max-width:767px) {*/
@media (max-width: 991.98px) {
    .sidebar-nav label:hover {
        color: var(--main-font-color);
    }

    .content-header {
        background-image: url(../images/bg_darkblue45.png) top left repeat-y;
    }

    .uinfopanel {
        background: black;
        /*padding: 0 0 0 26px;*/
        /*border-left: 45px solid var(--main-font-color);*/
    }

    .uinfopanel p {
        /*margin: 0 20px 0 0;*/
        /*color: var(--primary-color);*/
        /*padding-bottom: 11px;*/
        font-family: Montserrat, sans-serif;
        letter-spacing: 0.03em;
        /*text-transform: uppercase;*/
    }

    .navbar-fixed-top {
        padding-left: 0px;
    }
}

/*@media (max-width: 767px) {*/
/*    .uinfopanel {*/
/*        padding: 0 0 0 31px;*/
/*        border-left: 45px solid black;*/
/*    }*/
/*}*/

/* DESKTOP HEADER */
header {
    height: 70px;
    background-color: var(--headers-bg-color);
    width: 100%;
    border-bottom: solid 1px var(--primary-color);
    /*box-shadow: 0 14px 17px -1px rgba(0,0,0,.66);*/
}

/*header .logo img {*/
/*    width: 200px;*/
/*    margin-top: 16px;*/
/*    margin-left: 30px;*/
/*}*/

/*header div.logo {*/
/*   height: 70px;*/
/*}*/

.logo-holder {
    background-color: var(--headers-bg-color);
    border-bottom: solid 1px var(--primary-color);
}

.logo-holder-no-bg {
    background-color: none !important;
}

.header-menu {
    height: 70px;
}

@media (max-width:1743px) and (min-width:990px) {
	/*.header-menu nav {
		min-width:608px;
	}*/
	.header-menu nav ul li a{
		font-size:12px!important;
	}
	.header-flex{
		font-size:12px!important;
	}
}

.header-menu nav {
    width: 100%;
    height: 69px;
    display: flex;
    align-self: center;
    background-color: var(--headers-bg-color);
}

.header-menu nav.no-bg {
    background: none !important;
}

.header-menu nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.header-menu nav ul li {
    margin: 0;
    text-align: center;
    /* height: 75%; */
    display: flex;
    align-items: center;
    background-color: var(--headers-bg-color);
    position: relative;
    padding: 1.5rem 1.5rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    border-radius: 6px;
   /* width: 170px;*/
}

@media (max-width: 1335px) {
    .header-menu nav ul li{
        padding: 1.0rem 0.9rem;
    }
}

.header-menu nav ul li.active {
    background: var(--gradient-primary-color) !important;
}

.header-menu nav ul li:last-child,
.header-menu nav ul li:last-child a {
    /* border-radius: 9px; */
}

.header-menu nav ul li a {
    padding: 0 8px;
    text-transform: uppercase;
    font-size: 13px;
}

.header-menu nav ul li a:hover {
    color: var(--white) !important;
}


.header-menu nav ul li:hover {
    /* border-bottom: solid 2px var(--secondary-color); */
    /* background-color: var(--secondary-color); */
}

.header-menu nav>ul>li>a {
    color: var(--header-text);
    font-weight: 700;
}

.header-menu nav ul li img {
    margin: auto;
    /*width: 100%;*/
    max-height: 15px;
    max-width: 26px;
    opacity: 0.5;
    width: 20px;
}

.header-menu nav ul li a:not(.dropdown-item):hover {
    color: var(--main-font-color);
}

.header-menu nav ul li a.dropdown-item:hover {
    color: black !important;
    font-weight: bold;
}

.dropdown-toggle .mm-item::after {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 4px;
    margin-top: 0.30em;
    vertical-align: -7px;
    content: "";
    background-image: url("/assets/img/arrow_menu.svg");
    background-repeat: no-repeat;
}


.header-menu nav ul li a:hover img {
    opacity: 1;
}

@media (max-width: 1224px) {
    .header-menu nav ul li .header_menu_item img {
        max-height: 20px;
        height: 20px;
    }

    .header-menu nav ul li .header_menu_item {
        flex-direction: column;
    }
}

.header-menu nav ul li .active img {
    opacity: 1;
}

.header-menu nav ul li .active {
    color: var(--white);
}

.header-options {
    height: 69px;
    display: flex;
    justify-content: flex-end;
    font-weight: 600;
}

.header-login {
    padding-top: 20px;
    /*padding-right: 30px;*/
    display: flex;
    justify-content: flex-end;
}

.header-login input {
    width: 110px !important;
    border-radius: 2px;
    /*background-color: var(--input-custom-bg-color);*/
    border: none;
    border-bottom: 2px solid white;
    /*border: none;*/
    /*color: var(--main-font-color);*/
    margin-right: 5px;
}

.header-login input:focus {
    border-color: inherit;
    box-shadow: none;
    border-bottom: 2px solid var(--primary-color);
}

.header-login input,
.header-login button {
    /* font-size: 12px; */
    /* height: 2.2em; */
}

.footer_text {
    color: rgb(0 0 0 / 0.4);
    font-size: 12px;
    padding: 10px 8%;
}

.footer_links {}

/*custom switch*/
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #fff;
    background-color: rgb(199 200 206 / 0.6);
}

.custom-switch.settings .custom-control-input:checked~.custom-control-label::before {
    background-color: rgb(0 0 0/ 0.6);
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 2rem;
    pointer-events: none;
    content: "";
    background-color: rgb(162 163 175 / 60%);
    /*border: #adb5bd solid 1px;*/
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #35a77d;
    background-color: #35a77d;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #35a77d;
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: #35a77d;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #35a77d;
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -4rem;
    width: 4rem;
    pointer-events: all;
    border-radius: 1rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.15rem + 2px);
    left: calc(-4.25rem + 3px);
    width: calc(2rem - 2px);
    height: calc(2rem - 2px);
    background-color: #fff;
    border-radius: 50%;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch.success .custom-control-input:checked~.custom-control-label::after {
    background-color: #35a77d;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(1.25rem);
}

.custom-switch.success .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #35a77d;
}

.custom-switch.danger .custom-control-input:checked~.custom-control-label::after {
    background-color: #f0003B;
    -webkit-transform: translateX(2rem);
    transform: translateX(2rem);
}

.custom-switch.settings .custom-control-input:checked~.custom-control-label::after {
    background-color: var(--green3);
    -webkit-transform: translateX(2rem);
    transform: translateX(2rem);
}

.custom-switch.success .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #f0003B;
}

/*end custom switch*/


.btn-login {
    background: var(--gradient-primary-color) !important;
    color: var(--white);
    border: 1px solid #666;
    /* padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px; */
    border-radius: 4px !important;
    border-color: transparent !important;
    width: 82px;
    height: 35px !important;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: normal;
    line-height: 1.1;
}
.btn-sign-up-betslip {
    background: var(--gradient-primary-color) !important;
    color: var(--white);
    border: 1px solid #666;
    border-radius: 4px !important;
    border-color: transparent !important;
    width: 138px;
    height: 35px !important;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-sign-up-betslip:hover{
    background-color: #d72832 !important;
}

.btn-primary{
    background-color: transparent;
    color: var(--text2);
    border: 1px solid var(--primary-color) !important;
}

.btn-primary:hover{
    background-color: var(--primary-color);
    color: var(--white);
}

.btn-login:hover {
    /*background-color: black;
    color: var(--main-font-color);
    border: 1px solid var(--main-font-color);
    border-radius: 10px;
    display: inline-block;
    transition: all 0.3s ease 0s;*/
}

.header-login .btn-primary {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}

.header-login .LoginErrorMessage {
    padding-top: 2px;
    color: #ff0000;
    font-size: 0.9em;
}

.header-flex {
    padding: 0;
    margin: 4px 0;
    /*width: 100%;*/
    display: flex;
    justify-content: space-between;
    justify-items: center;
    font-size: 13px;
    color: var(--white);
    align-items: center;
}

.header-option {
    justify-content: center;
    padding-top: 10px;
    padding: 0 0 6px;
    color: var(--header-text)
}

.header-option-item {
    background-color: var(--headers-bg-color);
    padding: 0 6px;
}

.header-option-item.red {
    background-color: var(--primary-color);
}

.header-option-item.divided {
    border-right: 1px solid rgb(255 255 255 / 0.2);
}

.header-option-item:not(:first-child) {
    margin-top: 2px;
}

.header-option.customer-balance a {
    color: var(--header-text);
	width:100%;
    display:flex;
    justify-content: space-between;
}

.header-option.customer-balance-usr a {
    color: var(--header-text);
    font-size: 12px;
}

.header-option.customer-balance a:hover {
    /*color: var(--primary-color);*/
}

@media only screen and (max-width: 991.98px) {
    header {
        display: none;
    }
}

.headnav {
    float: left;
    width: 260px;
    rigth: 0;
    z-index: 150;
    height: 60px;
    z-index: 100;
    position: relative;
}

.headuinfo {
    float: left;
    position: absolute;
    width: 100%;
    margin-left: 260px;
    padding-right: 260px;
    z-index: 50;
}

.xdinfo {
    color: var(--main-font-color);
    margin: 0;
    padding: 4px 0 0 12px;
    font: normal 0.80em/2 Montserrat, sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    display: inline-block;
    width: 500px;
}

.xdinfo a,
.xdinfo a:hover {
    color: var(--main-font-color);
}

.oneTab nav .menu li {
    width: 100%;
    height: 100%;
}

.oneTab nav .menu li a {
    margin-top: 10px;
}

.oneTab nav .menu li a span.icon-sports,
.oneTab nav .menu li a span.icon-horses,
.oneTab nav .menu li a span.icon-casino {
    display: inline-block;
    margin-right: 7px;
}

.oneTab nav .menu li a {
    font-size: 1.2em;
}

.oneTab .icon-sports::before,
.oneTab .icon-horses::before,
.oneTab .icon-casino::before {
    font-size: 1.3em;
}

.twoTab nav .menu li {
    width: 130px;
}

.xdinfo {
    width: 550px;
    float: left;
}

.xdinfo div {
    display: block;
}

.xdinfo div p {
    display: inline-block;
    width: 175px;
    margin: 0;
}

.xdinfo div p span:first-of-type {
    color: var(--primary-color);
    margin-right: 5px;
}

.LineSearch {
    float: right;
    margin: 15px 270px 0 0;
    width: 140px !important;
    text-align: right;
}

.LineSearch input[type="text"] {
    border: 0 none;
    font: bold 12px Montserrat, Sans-serif;
    color: #CCC;
    width: 140px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    height: 25px;
}

.LineSearch input[type="text"]:focus {
    color: black;
}

@media only screen and (min-width: 1600px) {
    .LineSearch {
        width: 180px;
    }

    .LineSearch input[type="text"] {
        width: 180px;
    }
}

@media only screen and (max-width: 1224px) {
    .LineSearch {
        display: none;
    }
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 4px 0 0 8px;
    pointer-events: none;
}

.glyphicon-eye-open:before{
     color:var(--text2);
}
.glyphicon-eye-close:before{
    color: var(--text2);
}

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.headmisc {
    float: right;
    width: 260px;
    rigth: 0;
    z-index: 150;
    height: 60px;
    z-index: 100;
    position: relative;
    text-align: right;
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 12px;
}

.btn-classicsite {
    margin-top: 20px;
    background: #fbfbfb;
    padding: 10px 0;
    font-family: inherit;
}

.btn-classicsite:hover {
    background: #DEDEDE;
    color: black;
    border: 1px solid var(--main-font-color);
}

.btn-livechatmob {
    margin-top: 0;
    /*background: #fbfbfb;*/
    padding: 10px 0;
    font-family: inherit;
}

.btn-livechatmob:hover {
    background: #DEDEDE;
    color: black;
    border: 1px solid var(--main-font-color);
}

.btn-horses,
.btn-horses:hover {
    margin-top: 20px;
    background: var(--green2);
    padding: 10px 0;
    font-family: inherit;
    border: 1px solid #9cd79d;
    color: var(--main-font-color);
}

.livechat {
    background: var(--primary-color);
    padding: 3px 35px;
    font-size: 10px;
    text-transform: uppercase;
    margin-right: 7px;
    color: var(--main-font-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*border: 1px solid #62b5ea;*/
}

.livechat:hover {
    background: black;
    color: var(--main-font-color);
}

.desklogout {
    background: #E10600FF;
    padding: 3px 10px;
    font-size: 10px;
    text-transform: uppercase;
    margin-right: 10px;
    color: var(--main-font-color);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.desklogout:hover {
    color: var(--main-font-color);
}

.headmisc ul {
    margin-top: 12px;
    margin-right: 10px;
    padding: 0;
}

.headmisc ul li {
    display: inline-block;
    color: var(--main-font-color);
    margin-left: 12px;
    font-size: 9px;
}

.headmisc ul li:first-of-type {
    margin-left: 0px;
}

.headmisc ul li a {
    color: var(--main-font-color);
}

.headmisc ul li a:hover {
    color: #FC0;
}

.headmisc ul li a span.inbox-count {
    font-weight: bold;
    color: #FC0;
}

/*  SEARCH  */
.nav_icons_wrapper_height{
    height: 60px;
}

#navbar_mobile_info {
    display: flex;
    justify-content: space-between;
}


.navbar_mobile_info_balance {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transform-style: all 0.5s;
    font-size: 11px;
    display: flex;
    line-height: 20px;
    /* margin: 22px 0 18px 0; */
}

.navbar_mobile_info_balance .item {
    background-color: var(--sidebar-bgcolor);
    padding: 0 10px;
}

.navbar_mobile_info_balance .item.left {
    border-radius: 8px 0 0 8px;
}

.navbar_mobile_info_balance .item.right {
    border-radius: 0 8px 8px 0;
}

#navbar_mobile_info.search_expanded .navbar_mobile_info_balance {
    display: none;
}

.navbar_mobile_info_balance .wagerTypeName {
    color: var(--primary-color);
}

#navbar_mobile_info.search_expanded .navbar_mobile_info_calendar {
    display: none;
}

.navbar_mobile_info_calendar .dropdown-menu {
    right: -60px !important;
    left: auto !important;
}

#navbar_mobile_info.search_expanded .row-mobile-search {
    width: 100%;
}



.row-mobile-search {
    margin: 8px 0 0 0;
    z-index: 1;
    margin: 8px 0 0 0;
    width: 30px;
}

.row-mobile-search .choose_odds {
    z-index: inherit;
}

.mobile_choose_odds{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 10px;
}

.mobile_choose_odds a{
    flex-grow: 1;
    text-align: center;
    padding: 6px 1px;
    border: 1px solid #60606A;
    background: #3F404B;
    color: white;
    margin: 4px;
    font-size: 11px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_choose_odds a:hover{
    background:#545563;
}

.mobile_choose_odds a.active{
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
}

.mobile_choose_odds a.active:hover{
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
}

.row-mobile-search .choose_odds .dropdown-menu {
    left: -20px;
}

.row-mobile-search .row-mobile-search-tab {
    float: left;
    /*width: 50%;*/
    margin: 0;
}

.row-mobile-search .row-mobile-search-tab:nth-of-type(1) {
    float: left;
}

.row-mobile-search .row-mobile-search-tab:nth-of-type(2) {
    float: right;
    width: 128px;
    text-align: right;
    border: 0;
}

.row-mobile-search .row-mobile-search-tab:nth-of-type(2) button {
    color: black;
}

div .wrapper_search_query{
    /* background-color: var(--gray4); */
    align-items: center;
}

input.search-query {
    padding-left: 40px;
    height: 28px;
    top: 50px;
    border: none;
    width: 100%;
    border-radius: 2px;
    background-color: var(--bg-search-heading);
    border: 1px solid var(--secondary-color);
    font-size: 12px;
}
input.search-query::placeholder{
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
}
#navbar_mobile_info.search_expanded input.search-query-mobile {
    color: var(--text-black-color) !important;
}

/* reset webkit search input browser style */
input.search-query-mobile {
    outline: none;
}

input.search-query-mobile[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

input.search-query-mobile::-webkit-search-decoration,
input.search-query-mobile::-webkit-search-cancel-button {
    display: none;
    /* remove the search and cancel icon */
}


input.search-query-mobile {
    width: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    background: url('/assets/img/bg_search.svg') no-repeat 4px center;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    line-height: normal;
}

input.search-query-mobile:focus {
    width: 100%;
    border-color: var(--primary-color);
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px var(--gray2);
    -moz-box-shadow: 0 0 5px var(--gray2);
    box-shadow: 0 0 5px var(--gray2);
}

input#srch-term.white {
    background-color: white;
}

@media only screen and (min-width: 992px) {
    .search {
        width: 160px;
        display: inline-flex;
    }
}

@media only screen and (max-width: 768px) {
    .search {
        margin-left: 10%;
        width: 100%;
    }
}

.form-inline .form-group{
    display: flex !important;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    
}

.choose_odds {
    float: right;
    display: inline-flex;
    color: var(--gray2);
    margin: 5px 0 5px 5px;
    padding: 0px 16px;
    border-right: 1px solid rgb(153 150 160 / 0.4);
}

.choose_odds.final{
    border-right: none !important;
}

.choose_odds-mobile {
    /*padding-left: 16px;*/
    /*background-color: white;*/
    /*margin:auto!important;*/
    border-radius: 2px;
    margin-top: 0px;
    float: right;
    margin-bottom: 14px;
}

.choose_odds button:hover, .choose_language button:hover{
    color: var(--secondary-color) !important;
}

.choose_odds button:focus, .choose_language button:focus{
    color: var(--secondary-color) !important;

}




.choose_odds button,
.choose_language button {
    padding: 4px 14px 4px 0;
    font-size: 12px;
    color: var(--menu-font-color);
    background-color: transparent;
    z-index: 100;
    white-space: normal;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.choose_odds .dropdown-item,
.choose_language .dropdown-item {
    font-size: 14px;
    line-height: 27px;
    cursor: pointer;
}

.choose_odds::after,
.choose_language::after {
    font-family: "ui_icons";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: -0.7em;
    vertical-align: .255em;
    content: "\e60a";
    /* background-image: url("/assets/img/arrow_menu.svg"); */
    /* background-repeat: no-repeat; */
   color: var(--text2);
}



.choose_language {
    display: inline-flex;
    float: right;
    color: var(--gray2);
    margin: 10px 30px 5px 10px;
}

.slider {
    padding: 49px 0 0 0;
}



div#betOfferingHeader.extended {
    width: calc(100% - 260px);
    background-color: var(--sidebar-bgcolor);
    position: fixed;
    z-index: 1000;
    top: 70px;
    margin-left: -10px;
    -webkit-box-shadow: 0px 0px 12px -4px rgba(1, 6, 15, 0.92);
    box-shadow: 0px 0px 12px -4px rgba(1, 6, 15, 0.92);
}

div#betOfferingHeader {
    /* width: calc(100% - 550px); */
    background-color: var(--middle-page-bg-color) !important;
    height: 50px;
    /* position: fixed; */
    z-index: 99;

}

/*div#betOfferingHeader {*/
/*width: calc(100% - 550px);*/
/*background-color: white;*/
/*height: 50px;*/
/*position: fixed;*/
/*z-index: 99;*/
/*}*/

div#betOfferingHeader.extended {
    width: 100%;
    -webkit-box-shadow: 0px 0px 12px -4px rgba(1, 6, 15, 0.92);
    box-shadow: 0px 0px 12px -4px rgba(1, 6, 15, 0.92);
}

#desktopPagination {
    left: calc(100% - 110px);
    width: 180px;
    background-color: white;
    position: fixed;
    z-index: 1000;
    top: 70px;
    margin-left: -10px;
    padding-top: 7px;
}

div#search_wrapper {
    width: calc(100% - 540px);
    background-color: white;
    position: fixed;
    z-index: 1000;
    top: 70px;
    margin-left: -10px;
    -webkit-box-shadow: 0px 0px 12px -4px rgba(1, 6, 15, 0.92);
    box-shadow: 0px 0px 12px -4px rgba(1, 6, 15, 0.92);
}

div#search_wrapper.extended {
    width: calc(100% - 540px + 144px);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.page-content-wrapper-mob .form-search .btn.close {
   color:var(--secondary-color) !important;
    font-size: 18px;
    opacity: 0.7;
    text-shadow: 0 0;
}

.form-search {
    position: relative;
    height: 34px;
    color: var(--white);
    margin: 10px 0 5px 10px;
}

@media only screen and (max-width: 992px) {
    .form-search {
        margin: 10px 10px;
    }
}

.lines_delay {
    color: var(--menu-font-color);
    font-size: 11px;
    display: inline-flex;
    /* position: absolute; */
    margin: 10px 0 0 10px;
    font-weight: 300;
}

.lines_delay_mobile {
    border-radius: 9px;
    color:  var(--text2);
    font-size: 12px;
    font-weight: 400;
    width: 300px;
    text-align: center;
    margin: auto;
    padding: 10px;
    border: 1px solid var(--secondary-color);
}

.row-mobile-search-tab.form-search:before {
    background: none !important;
    ;
}

.form-search:before {
    font-family: "ui_icons";
    content: "";
    display: block;
    color: var(--content-bg-color);
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: .7;
    margin-left: 5px;
    background-image: url("/assets/img/search.svg");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}

input.search-query3:before {
    font-family: "ui_icons";
    content: "\e608";
    display: block;
    color: #0280D2;
}

/* Wager Type Title */
h2.line_title {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    font-size: 0.9em;
    background-color: #0f0d19;
    padding: 5px;
    /*font: normal 0.7em/1 Montserrat,sans-serif;*/
    /*letter-spacing: 0.05em;*/
    /*text-transform: uppercase;*/
    /*height: 1em;*/
}

h2.line_title span {
    text-align: left;
    float: left;
    padding: 0 10px 0 0;
    /*background-color: var(--main-font-color);*/
}

h2.line_title span.center {
    text-align: center;
    padding: 5px 10px;
    float: none;
    /*background: var(--content-bg-color);
    border-radius: 5px;*/
}

h2.line_title a.cancelselection {
    text-align: right;
    float: right;
    padding: 0 0 0 10px;
    /*background-color: var(--main-font-color);*/
}

h2.line_title a.cancelselection:before {
    font-family: "ui_icons";
    content: "\e610";
    display: inline-block;
    margin: 0;
    color: #C00;
    font-size: 1.2em;
    text-align: center;
}


.BettingOptions {
    margin: 15px 0 !important;
}

.BettingOptions div {
    padding: 0;
}

.BettingOptions .animated {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.BettingOptions .animated:nth-child(2) {
    -moz-animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.BettingOptions .animated:nth-child(3) {
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.BettingOptions .animated:nth-child(4) {
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.bo_sports,
.bo_livebetting,
.bo_horses,
.bo_casino {
    background: url(/assets/img/bo_options.jpg);
    overflow: hidden !important;
    border-radius: 6px;
    margin: 0 5px 0 0 !important;
}

.bo_livebetting {
    background-position: 1200px 0px;
    margin: 0 5px !important;
}

.bo_horses {
    background-position: 800px 0px;
    margin: 0 5px !important;
}

.bo_casino {
    background-position: 400px 0px;
    margin: 0 0 0 5px !important;
}

.BettingOptions div a {
    color: var(--main-font-color);
    height: 150px;
    position: relative;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    overflow: hidden;
    background: transparent;
}

@media only screen and (max-width: 1024px) {
    .BettingOptions div a {
        font-size: 0.85em;
    }
}

@media only screen and (min-width: 1024px) {
    .bo_sports_solo {
        background: url(/assets/img/main_sports_1.jpg) center;
        overflow: hidden !important;
        border-radius: 6px;
        margin: 0 5px 0 0 !important;
    }
}

@media only screen and (min-width: 1280px) {
    .bo_sports_solo {
        background: url(/assets/img/main_sports_3.jpg) center;
        overflow: hidden !important;
        border-radius: 6px;
        margin: 0 5px 0 0 !important;
    }
}

@media only screen and (min-width: 1680px) {
    .bo_sports_solo {
        background: url(/assets/img/main_sports.jpg) center;
        overflow: hidden !important;
        border-radius: 6px;
        margin: 0 5px 0 0 !important;
    }
}

.BettingOptions div a span.opt-filter {
    position: absolute;
    bottom: -80px;
    right: -50px;
    width: 400px;
    height: 100px;
    /*background-color: black;*/
    z-index: 1;
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.BettingOptions div.bo_sports a span.opt-filter {
    border: 3px solid var(--main-font-color);
}

.BettingOptions div.bo_livebetting a span.opt-filter {
    border: 3px solid #6BB2D6;
}

.BettingOptions div.bo_horses a span.opt-filter {
    border: 3px solid #006600;
}

.BettingOptions div.bo_casino a span.opt-filter {
    border: 3px solid #B60E0E;
}

.bo_sports a:hover span.opt-filter,
.bo_livebetting a:hover span.opt-filter,
.bo_horses a:hover span.opt-filter,
.bo_casino a:hover span.opt-filter {
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.bo_sports a:hover span.opt-filter {
    background-color: #242425;
}

.bo_livebetting a:hover span.opt-filter {
    background-color: #6BB2D6;
}

.bo_horses a:hover span.opt-filter {
    background-color: #006600;
}

.bo_casino a:hover span.opt-filter {
    background-color: #B60E0E;
}

.BettingOptions div a span.opt-label {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    z-index: 10;
}

.BettingOptions a:hover {
    color: var(--main-font-color);
}

.BettingOptions div a div {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: black;
    padding: 15px;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border: 1px solid var(--main-font-color);
}

.thumbnail {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .BettingOptions div a span.opt-filter {
        bottom: -92px;
        right: -50px;
    }
}

/* entire container, keeps perspective */
.flip-container {
    position: relative;
}

/* flip the pane when hovered */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
    height: 150px;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front,
.back {
    backface-visibility: hidden;
    position: relative;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
    position: absolute;
    /*background-color: black;*/
    width: 95%;
    border-radius: 6px;
}

.bo_casino_virtual,
.bo_casino_live {
    display: inline-block;
    width: 50%;
    border-right: 1px solid var(--main-font-color);
    height: 150px;
    text-align: center;
    float: left;
}

.bo_casino_virtual a,
.bo_casino_live a {
    display: block;
    padding-top: 50px !important;
}

.bo_casino_virtual a:hover,
.bo_casino_live a:hover {
    color: #FC0;
    background: #E10600FF;
}

.bo_casino_live {
    float: right;
    border: none;
    width: 50%;
}

@media only screen and (max-width: 1024px) {

    .bo_casino_virtual,
    .bo_casino_live {
        display: block;
        width: 100%;
        border-right: none;
        height: 75px;
        text-align: center;
        float: none;
    }

    .bo_casino_live {
        float: none;
        border: none;
        width: 100%;
    }

    .bo_casino_virtual a,
    .bo_casino_live a {
        display: inherit;
        padding-top: 15px !important;
        height: 75px !important;
    }
}

/* Account Options */
h2.line_title {
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    background-color: #0f0d19;
    padding: 10px;
}

.AccOptions {
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.AccOptions a {
    display: block;
    color: black;
    border-right: 1px solid #CCC;
    text-align: center;
    font-size: 0.8em;
    padding: 10px 0;
    margin-bottom: 20px;
    cursor: inherit;
}

.AccOptions div:last-of-type a {
    border-right: none !important;
}

.AccOptions a:hover {
    color: black;
}

.AccOptions a h2 {
    font: normal 1.2em/1 Montserrat, sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: black;
    margin-top: 15px;
}

.AccOptions a>i {
    display: block;
    margin: 0 25px;
}

.icon_reports,
.icon_inbox,
.icon_rules,
.icon_settings {
    display: block;
    position: relative;
    border: 2px solid var(--main-font-color);
    background-color: #d5d5d5;
    height: 60px;
    width: 60px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin: 0 auto;
    padding-top: 1px;
}

.icon_reports i:before,
.icon_inbox i:before,
.icon_rules i:before,
.icon_settings i:before {
    font-family: "ui_icons";
    display: block;
    margin: 0;
    color: var(--primary-color);
    font-size: 2.3em;
    font-style: normal;
    margin-top: 6px;
}

.icon_reports i:before {
    content: "\e601";
}

.icon_inbox i:before {
    content: "\e603";
}

.icon_rules i:before {
    content: "\e905";
    margin-top: 9px;
    font-size: 2.4em;
}

.icon_settings i:before {
    content: "\e602";
}

.icon_inbox .badge {
    background-color: #FC0;
    color: black;
    font-weight: 400;
    padding: 4px 10px;
    z-index: 100;
    position: absolute;
    top: 28px;
    right: -20px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

a:hover .icon_reports,
a:hover .icon_inbox,
a:hover .icon_rules,
a:hover .icon_settings {
    border: 2px solid #F0F0E1;
    cursor: pointer;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
}

@media only screen and (max-width: 1024px) {
    .AccOptions a>i {
        margin: 0 5px;
    }
}

@media only screen and (max-width: 1366px) {
    .AccOptions a {
        height: 170px;
        min-height: 220px;
    }
}

/* BETTING LINES */
.panel-group .panel+.panel {
    margin-top: 12px;
}

.page-content-wrapper .page-content .panel-group>div {
    margin-bottom: 12px;
}

.page-content-wrapper .page-content .panel-group .panel {
    border: none;
}

#mobilesearch.panel-default .panel-heading {
    background-color: var(--bg-search-heading);
    border:1px solid var(--secondary-color);
    padding: 6px;
    margin:10px 0px;
    
}

#mobilesearch.panel-default .panel-heading a {
    color: var(--white);
}

.panel-default .panel-heading {
    background-color: var(--bg-100);
    border-radius: 2px;
    color: var(--middle-font-color);
    text-transform: capitalize;
    border-radius: 5px;

}

.panel-heading.sportType {
    padding: 10px 17px 8px 17px;
    background-color: var(--dark2);
}

.panel-heading.sportType span {
    color: white;
}

#SportsAv .panel-default .panel-heading:hover {
    border-left: 4px solid var(--primary-color);
}



.panel-heading a {
    color: var(--middle-font-color);
}

.panel-heading-sub {
    color: var(--headers-bg-color);
    /*border-color: #ddd;*/
    padding: 0 26px;
    /*border-bottom: 1px solid var(--primary-color);*/
    background: var(--headers-bg-color);
    height: 40px;
    min-width: 290px;
}

h3.panel-title,
span.panel-title {
    /*letter-spacing: 0.05em;*/
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

a.collapsed .panel-title {
    /*font: normal 1.1em/1 Montserrat,sans-serif;*/
    letter-spacing: 0.05em;
    /*text-transform: uppercase;*/
    margin: 0;
}

.panel-title:before {
    font-family: "ui_icons";
    content: "\e60c";
    float: right;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

a.collapsed .panel-title:before {
    font-family: "ui_icons";
    content: "\e60c";
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.bettinglines {
    margin: 0;
    padding: 0;
}

.page-content-wrapper-mob .bettinglines li {
    padding: 0;
}

.bettinglines li {
    margin: 0;
    padding: 0 0 10px 0;
    list-style-type: none;
    /* background-color: var(--middle-page-bg-color); */
    /*border-top: 1px solid #242425;*/
}

.line_titles {
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;
    margin-bottom: 4px;
}

.line_titles,
.line_titles_column {
    display: flex;
    justify-content: space-between;
    padding: 0 6px;
    font-size: 12px;
    color: black;
    
}


.line_titles_column_date h3 {
    color: var(--white)!important;
}

#line_titles div,
.line_titles_column div {
    display: flex;
    justify-content: space-evenly;
    padding: 1px 6px;
    text-align: center;
    font-size: 12px;
    color: var(--text2);
    font-weight: 700;

}

.line_titles_column div.line_titles_column_detail {
    flex-direction: column;
    background: url('/assets/img/change.svg') no-repeat right 9px;
    background-size: 9px;
}

div.line_titles_column_detail .title {
    font-weight: bold;
}

div.line_titles_column_detail .title span.highlighted {
    color: var(--primary-color);
    border-top: none !important;
}

div.line_titles_column_detail .wtMax {
    font-style: italic;
}

@media only screen and (max-width: 991.98px) {
    .bettinglines {
        margin: 0 0 10px 0;
    }

    .bettinglines li {
        /* background-color: var(--middle-page-bg-color); */
    }
}

.bettinglines li:first-of-type {
    border-top: none;
}

.bettinglines li:nth-child(odd) {
    /*background: black;*/
    /*border-bottom: 1px solid #CCC;
border-top: 1px solid #CCC;*/
}

.bettinglines li:nth-child(even) {
    /*background: black;*/
}

.openspot_msg {
    font: normal 1em/1.4 Montserrat, sans-serif;
    text-transform: uppercase;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: var(--black);
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #5eca60;
    border-radius: 2px;
    text-align: center;
}

/* DAY PERIODS */
.bettinglines li h3 {
    color: var(--main-font-color);
    /*font: lighter 1em/1 Montserrat,sans-serif;*/
    letter-spacing: 0.05em;
    font-size: 0.8em;
    /*text-transform: uppercase;*/
    margin: 0;
    /*text-align: center;*/
    /*background-color: #242425;*/
    padding: 5px 0;
}

@media only screen and (max-width: 991.98px) {
    .bettinglines li h3 {
        color: white;
        font-size: 14px;
        font-weight: 200;
        padding: 10px 6px;
    }
}


.bettinglines li.gameTitle {
    text-transform: uppercase;
    color: var(--main-font-color);
    background: #39C;
}

.bettinglines li.gameTitle .gametitleinner {
    font-size: 0.85em;
    padding: 4px 3px;
    text-align: center;
}

.bettinglines li .gameLineInfo {
    /*padding: 8px 0 0 0;*/
}

.bettinglines li .gameLineInfo img.team_rounded {
    border-radius: 50%;
    /*border: 1px solid rgb(0 0 0 / 0.2);*/
    height: 33px;
}

.bettinglines li h4 {
    /*color: black;*/
    /*font: normal 0.8em/1 Montserrat,sans-serif;*/
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 5px 0;
}

.bettinglines li .gameLineInfo i {
    display: block;
    padding-left: 30px;
}

/* CIRCLED LIMITS */
.CircleLegend {
    padding: 0;
    margin: -8px 0 7px 0;
}

.CircleLegend i {
    display: inline-block;
    padding: 0 0 0 18px;
    position: relative;
    font-size: 12px;
    margin: -10px 0 0 0;
    color: black;
    margin-right: 25px;
}

.CircleLegend i:before {
    content: ".";
    width: 7px;
    height: 7px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 4px;
    bottom: 5px;
    color: transparent;
}

.CircleLegend i.CircleLow:before {
    background: #B20000;
}

.CircleLegend i.CircleHigh:before {
    background: #008C00;
}

.bettinglines li .gameLineInfo button i:before {
    content: "";
    width: 5px;
    height: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 10px;
    position: absolute;
    left: 4px;
    bottom: 4px;
}

.bettinglines li .gameLineInfo button i.CircleLow:before,
.tik-amount p i.CircleLow:before {
    background: #B20000;
}

.bettinglines li .gameLineInfo button i.CircleHigh:before,
.tik-amount p i.CircleHigh:before {
    background: #008C00;
}

.ttCircleLow .tooltip.in,
.ttCircleHigh .tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.ttCircleLow .tooltip.top .tooltip-inner {
    background-color: #B20000;
}

.ttCircleLow .tooltip.top .tooltip-arrow {
    border-top-color: #B20000;
}

.ttCircleHigh .tooltip.top .tooltip-inner {
    background-color: #008C00;
}

.ttCircleHigh .tooltip.top .tooltip-arrow {
    border-top-color: #008C00;
}

.contestant-line {
    justify-content: space-between;
    padding: 6px;
}

@media only screen and (max-width: 991.98px) {
    .bettinglines li h4 {
        font-size: 1em;
        color: var(--text2);
        line-height: 22px;
    }

    .bettinglines li .gameLineInfo {
        margin: 6px;
        /*margin-bottom: 2px;*/
        /*padding: 3px 3px 7px 5px;*/
        /*background-color: var(--headers-bg-color);*/
        background-color: var(--betslip-bg-color);
        color: var(--headers-bg-color);
        border-radius: 4px;
        /*padding: 8px 8px 0;*/
        position: relative;
        overflow: hidden;
        clear: both;
    }
}

/* CIRCLED LIMITS MOBILE */
.CircleLegendMob {
    padding: 0;
    margin: 0px 0 7px 0;
    text-align: center;
}

.CircleLegendMob i {
    display: inline-block;
    width: 130px;
    padding: 0 0 0 22px;
    position: relative;
    font-size: 0.9em;
    margin: 0;
    /*color: black;*/
    text-align: left;
}

.CircleLegendMob i:before {
    content: ".";
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 4px;
    bottom: 5px;
    color: transparent;
}

.CircleLegendMob i.CircleLow:before {
    background: #B20000;
}

.CircleLegendMob i.CircleHigh:before {
    background: #008C00;
}

/*
.bettinglines li .gameLineInfo label i:before { content:""; width:5px; height:5px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; margin-top: 10px; position: absolute; left: 4px; bottom: 4px; }
.bettinglines li .gameLineInfo label i.CircleLow:before, .tik-amount p i.CircleLow:before { background: #B20000; }
.bettinglines li .gameLineInfo label i.CircleHigh:before, .tik-amount p i.CircleHigh:before { background: #008C00; }
*/
.review-wager p i {
    color: transparent;
    position: relative;
}

.review-wager p i:before {
    content: ".";
    width: 7px;
    height: 7px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 6px;
    bottom: 6px;
}

.review-wager p i.CircleLow:before {
    background-color: #B20000;
}

.review-wager p i.CircleHigh:before {
    background-color: #008C00;
}

/* Correlated Line */
.correlated-line {
    background: #f1faff !important;
    position: relative;
}

.correlated-line>.icon-correlated {
    z-index: 50;
    position: absolute;
    opacity: 0.4;
}

.icon-correlated span {
    border: 1px solid #E10600FF;
}

.correlated-line>.icon-correlated:before {
    margin: 8px 0 0 3px;
    font-size: 1.5em;
}

.correlated-line .gameTitle {
    background: #f1faff !important;
    padding: 5px 9px 0 38px;
}

.correlated-line .close {
    font-size: 1em !important;
    color: black;
    font-family: Montserrat;
    opacity: inherit;
}

.correlated-line .gameLineInfo {
    background: #f1faff !important;
}

.correlated-line .game-line .contests-lines .row {
    border-bottom: 1px solid var(--line-button-selected-color);
}

.correlated-title {
    font: normal 0.9em/1 Montserrat, sans-serif;
    letter-spacing: 0.05em;
    /*padding: 5px 9px 0 9px;*/
    padding: 7px 9px 0 30px;
    text-transform: uppercase;
    margin: 0;
    color: black;
}

.tik-amount p {
    position: relative;
}

.tik-amount p i {
    color: transparent;
}

.tik-amount p i:before {
    content: ".";
    width: 7px;
    height: 7px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 3px;
    position: absolute;
    left: 4px;
    bottom: 4px;
}

.panel-heading {
    padding: 10px 10px 0 10px;
}

.btn-period-group {
    display: flex;
    margin-top: 0;
    margin-bottom: 8px;
    min-width: 80px;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.btn-period-group {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.btn-period-group::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.pan-heading {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 8px;
}

.pan-options {
    float: left;
    padding-right: 8px;
}

/*@media only screen and (max-width: 1024px) { */
@media only screen and (max-width: 991.98px) {
    .panel-heading {
        padding: 8px;
        position: relative;
        background-color: var(--dark2);
        border-radius: 0;
    }

    .pan-heading {
        width: 85%;
        margin-bottom: 0;
    }

    .pan-options {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .btn-period-group {
        /*margin-top: 10px;*/
        margin-bottom: 0;
    }

    .bettinglines li {
        border-top: none;
    }

    h3.panel-title,
    span.panel-title,
    a.collapsed .panel-title {
        font-family: Montserrat, sans-serif;
        font-size: 12px;
    }

    .gameLineInfo .row .row .row div {
        padding-right: 5px;
    }
}

/* CIRCLED LIMITS MOBILE */
.CircleLegendMobile {
    padding: 0;
    margin: 0px 0 7px 0;
    text-align: center;
}

.CircleLegendMobile i {
    display: inline-block;
    width: 130px;
    padding: 0 0 0 22px;
    position: relative;
    font-size: 0.9em;
    margin: 0;
    color: black;
    text-align: left;
    /*margin-right: 25px;*/
}

.CircleLegendMobile i:before {
    content: ".";
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 4px;
    bottom: 5px;
    color: transparent;
}

.CircleLegendMobile i.CircleLow:before {
    background: #B20000;
}

.CircleLegendMobile i.CircleHigh:before {
    background: #008C00;
}

.bettinglines li .gameLineInfo label i:before {
    content: "";
    width: 5px;
    height: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 10px;
    position: absolute;
    left: 4px;
    bottom: 4px;
}

.bettinglines li .gameLineInfo label i.CircleLow:before,
.tik-amount p i.CircleLow:before {
    background: #B20000;
}

.bettinglines li .gameLineInfo label i.CircleHigh:before,
.tik-amount p i.CircleHigh:before {
    background: #008C00;
}

.review-wager p i {
    color: transparent;
    position: relative;
}

.review-wager p i:before {
    content: ".";
    width: 7px;
    height: 7px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 6px;
    bottom: 6px;
    background-color: #E10600FF;
}

@media only screen and (min-width: 1600px) {
    .bettinglines li .gameLineInfo i {
        display: inline;
        padding-left: 0px;
    }

    .bettinglines li .gameLineInfo i:before {
        color: #666;
        content: ' - ';
    }
}

.pitchers {
    font: 0.7em/1 Montserrat, sans-serif;
    font-style: italic;
    padding: 0 5px;
}

/* CONTESTS // FUTURES AND PROPS */
#ContestLinesCtrl .panel-default,
#ContestLinesCtrl .panel-heading {
    border: none;
    color: #666;
}

/* Contests Header */
.contests:first-of-type {
    margin-top: 0;
    padding: 6px;
}

.contests {
   
    text-transform: uppercase;
    color: var(--text2);
    font-size: 12px;
    margin: 8px;
    border-radius: 4px;
    background-color: var(--betslip-bg-color);
}


.contests h3.panel-title {
    font-size: 0.8em;
    margin: 0;
    color: var(--primary-color);
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 6px;
}


/* Contests Body */
.contests-lines {
    margin: 0;
    padding: 0;
    border: 1px solid #D5D5D5;
    border-top: 2px solid var(--primary-color);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.contests-lines li:first-of-type {
    border-top: 1px solid var(--main-font-color);
}

.contests-lines li {
    border-top: 1px solid #D5D5D5;
    margin: 0;
    padding: 10px 10px 10px 15px;
    background: #F8F8F8;
    overflow: auto;
}

.contests-lines li.selected {
    /*background: #FF9;*/
}

.cl-team,
.cl-amount {
    float: left;
    width: 50%;
    min-height: 1px;
}

.cl-team p {
    margin: 0;
    font: normal 1em/1.3 'Montserrat', sans-serif;
    color: #0280D2;
}

.contests-lines li h4 {
    margin: 0;
    font: normal 0.9em/1.3 Montserrat, sans-serif;
    text-transform: uppercase;
    color: black;
}

.contests-lines li .contestDateTimeString {
    font-size: 10px;
}

@media only screen and (min-width: 992px) {
    .panel-title:before {
        display: none;
    }

    a.collapsed .panel-title:before {
        display: none;
    }

    .btn-betlines:active,
    .btn-betlines:focus,
    .btn-betlines:hover {
        color: var(--main-font-color);
    }
}

.game-fave:before,
.league-collapse:before {
    font-family: "ui_icons";
    /*color: black;*/
}

.game-fave:before {
    content: "\e609";
    margin-right: 8px;
    padding-right: 10px;
    border-right: 1px solid #DDD;
}

.league-collapse:before,
a.collapsed .league-collapse:before {
    content: "\e60c";
    float: right;
}

.league-collapse:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

a.collapsed .league-collapse:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.wagertypetitle {
    color: var(--middle-font-color);
    /*background-color: #212121;*/
    font-size: 12px;
    padding: 0px;
    padding-top: 15px;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
}

.wagertypetitle .bettype {
    font-weight: 600;
    font-size: 11px;
}

.gameLineInfo {
    font-size: 12px;
    /*border-bottom: 1px solid black;*/
}

.gameLineInfo:hover {
    /*background: black;*/
}

.game-date {
    white-space: nowrap;
}

.game-date span {
    margin-left: 10px;
}

.game-date span {
    margin-left: 0;
    display: block;
    padding: 0;
}

.game-line {
    border-left: 1px solid #7F7F7F;
}

.game-line>.row {
    padding-bottom: 0;
}

.game-line>.row:first-of-type {
    padding-bottom: 2px;
}

.game-line>.row:nth-child(3) {
    padding-top: 2px;
}

.gameTitle {
    font-size: 13px !important;
    font-weight: 600 !important;
    /*margin: 15px 10px 10px;*/
    color: var(--middle-font-color);
}

.wagertypetitle .gameTitle {
    /*margin-left: 15px;*/
    /*margin-top: 15px;*/
    margin-bottom: 2px;
    margin-right: 0px;
    padding: 0;
    font-weight: initial;
    text-transform: initial;
    line-height: initial;
}

.gameTitle span {
    font-style: italic;
}

.gameTitle span:before {
    content: " - ";
}

input[type="checkbox"] {
    display: none;
}

.contests-lines {
    margin: 0;
    padding: 0;
    border: none;
}

.game-line .contests-lines .row {
    border-bottom: 1px solid black;
    padding: 5px 0;
    margin: 0px -10px 0px 0px;
}

.game-line .contests-lines .row:last-of-type {
    border-bottom: none;
}

.game-note {
    font-size: 10px;
    color: var(--main-font-color);
    /*margin: 0 -10px 0 -5px;*/
    display: block;
}

.game-note i {
    margin: 0;
    padding: 0 !important;
}

.game-note i:before {
    margin: 0;
    content: none !important;
}

.line_limit {
    display: block;
    font-size: 11px;
    font-weight: normal !important;
    font-style: italic;
    letter-spacing: 0.05em;
}

.gameComments {
    font-size: 0.8em;
    color: var(--text2);
    margin: 8px 0 12px 0px;
    font-style: italic;
    padding: 4px;
    border-bottom: 1px solid var(--gray3);
    overflow: hidden;
    /*width: 90%;*/
}

/* REVIEW WAGER */
.review-wager {
    margin-bottom: 20px;
}

h4 {
    color: white;
    /*font: normal 1em/1.4 Montserrat,sans-serif;*/
    letter-spacing: 0.05em;
    /*text-transform: uppercase;*/
    margin: 0;
}

.line-time {
    /*float: right;*/
    color: var(--white);
    position: absolute;
    right: 15px;
    top: 15px;
}

@media (max-width: 991.98px) {
    .line-time {
        color: var(--text2);
        top: 7px;
    }
}

.line-offering-description {
    line-height: 16px;
}

.line-rot-num {
    color: var(--line-rot-num);
    padding: 0 5px;
}

/*.line-rot-num:after {*/
/*    color: #666;*/
/*    content: ' - ';*/
/*}*/

/*.line-rot-num:before {*/
/*    color: #666;*/
/*    content: ' - ';*/
/*}*/

.vs {
    display: block;
    font-size: 0.9em;
}

.rrTotalRisk {
    border: 1px solid green;
}

.review-wager h5 {
    color: #0280D2;
    font: normal 1em/1.4 Montserrat, sans-serif;
    letter-spacing: 0.05em;
    margin-top: 0;
    font-weight: 300;
}

.review-wager p {
    margin: 0;
    font: normal 1em/1.3 'Montserrat', sans-serif;
    color: #0280D2;
    font-weight: 400;
}

.review-wager .verticalspace {
    margin-bottom: 7px;
}

/*textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="color"]:focus {
    border-color: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 2px solid #0280D2;
}*/

input.focus {
    border: 1px solid #66AFE9 !important;
    border-radius: 2px !important;
}

.alert {
    text-align: center;
}

.alert h1 {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.betconfirmed h4 {
    margin-bottom: 0.3em;
}

.betconfirmed h5 {
    line-height: 1.5em;
    margin-top: 0;
}

/* CHANGED LINES */
/* on Game Selection */
.changedline {
    color: #6C0;
    font-weight: bold;
}

/* on Review Wagers */
.wi-change {
    /* background-color: var(--site-wagerning); */
    padding: 10px;
}

.wi-change h2.line_title span {
    background-color: var(--site-wagerning);
}

.wi-change h2.line_title a.cancelselection {
    background-color: var(--site-wagerning);
}

/* IF BETS STEPS */
#ifBetItemAmounts .modal-body {
    padding: 0;
}

#ifBetItemAmounts .modal-header {
    background-color: #F4F4F4;
    border-bottom: 1px solid #CCC;
}

#ifBetItemAmounts .modal-footer {
    border-top: none;
    margin-top: 0;
    padding-top: 10px;
}

#ifBetItemAmounts .modal-header .close {
    opacity: 1;
    margin-top: -5px;
    font-size: 35px;
    font-weight: normal;
}

.if-bet {
    margin: 4px 15px 0 15px;
    padding: 0;
    border-bottom: 1px solid #B4DBFC;
    font: Montserrat, sans-serif;
    letter-spacing: 0.03em;
    color: #666;
}

.if-bet:last-of-type {
    padding: 0;
    border-bottom: none;
}

.if-bet h2 {
    margin: 7px 0 5px 0;
    font: normal 0.7em/1 Montserrat, sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.if-bet p {
    font-size: 0.9em;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
}

.if-bet p.win-risk-amount {
    font-size: 2.4em;
    color: #8ECDF9;
    text-align: center;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 0;
    height: 45px;
    font-family: 'Montserrat', sans-serif;
}

.if-bet .input-group {
    margin: 5px 0 10px 0;
}

.if-bet .input-group * {
    font: normal 1em/1 Montserrat, sans-serif;
}

.divider {
    color: #B4DBFC;
    padding: 0 7px;
}

@media (max-width: 768px) {
    .if-bet p.win-risk-amount {
        font-size: 1.2em;
        color: #242425;
    }
}

/* PARLAYS ACCEPTED */
.parlay {
    margin: -15px 15px 15px 15px;
    padding: 0;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0.03em;
    color: #666;
}

.parlay:last-of-type {
    padding: 0;
    border-bottom: none;
}

.parlay h2 {
    margin: 7px 0 5px 0;
    font: normal 0.7em/1 Montserrat, sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.parlay p {
    font-size: 0.9em;
    margin-bottom: 5px;
}

.parlay p.win-risk-amount {
    font-size: 2.0em;
    color: #8ECDF9;
    text-align: center;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 0;
    height: 45px;
}

.parlay .input-group {
    margin: 5px 0 10px 0;
}

.parlay .input-group * {
    font: normal 1em/1 Montserrat, sans-serif;
}

.parlayDetailInfo {
    color: var(--white);
    margin-top: 10px;
    font-size: 11px;
    padding: 6px;
    border: 1px solid var(--circledBorderColor);
    background-color: var(--circleBackgroundColor);
}

.parlayDetailInfo ul {
    display: inline-block;
    margin-top: 4px;
}

.parlayDetailInfo ul li {
    display: inline-block;
}

.parlayDetailInfo ul>li:not(:last-child):after {
    content: "|";
    padding-left: 4px;
}

.parlayDetailInfo span {
    /* opacity: 0.6; */
}

.divider {
    color: #B4DBFC;
    padding: 0 7px;
}

/* TICKETS CONFIRMATION */
.breakline {
    display: block;
}

/* REPORTS */
.page-content-wrapper-mob #daily-figures {
    /*width: 100%;*/
}

#daily-figures {
    /*width: calc(100% - 280px);*/
}

.daily_figures *,
.open_bets *,
.graded_results *,
.inbox * {
    font-family: Montserrat, sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

/* DAILY FIGURES */
.daily_figures {
    /*background-color: #F4F4F4;*/
    /*border-radius: 4px;*/
    /*border: 1px solid #E8E8E8;*/
    /*color:black;*/
    font-size: 13px;
    margin-top: 26px;
}

.daily_figures .title {
    font-weight: bold;
    font-size: 18px;
    color: var(--text2);
}

.daily_figures .desktopWeekDay {
    cursor: pointer;
}

.daily_figures .desktopWeekDay:hover {
    background-color: var(--gray4);
}

ul.menu_weeks {
    padding: 0;
    margin: 0;
    overflow: auto;
    width: 100%;
}

.menu_weeks li {
    float: left;
    list-style-type: none;
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.menu_weeks li.active {
    border-bottom: 1px solid var(--line-button-selected-color);
}

.menu_weeks li:first-of-type {
    border-left: none;
}

.menu_weeks li:last-of-type {
    border-right: none;
}

.menu_weeks li a,
.menu_weeks li a:hover {
    display: block;
    padding: 7px 0;
    color: #707070;
    background: #e5e5e5;
}

.menu_weeks li.active a {
    color: black;
    background: var(--line-button-selected-color);
    border-bottom: 1px solid var(--line-button-selected-color);
}

.report_dates {
    color: #333;
    border-color: #ddd;
    text-align: center;
    padding: 12px 10px;
    border-bottom: 1px solid #b4dbfc;
    background: var(--line-button-selected-color);
}

.arrow_left:before,
.arrow_right:before {
    font-family: "ui_icons";
    content: "\e60c";
    color: var(--primary-color);
    font-size: 1.6em;
    margin-top: -7px;
}

.arrow_left:before {
    float: left;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.arrow_right:before {
    float: right;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.arrow_down::after {
    display: inline-block;
    width: 12px;
    height: 8px;
    content: "";
    background-image: url("/assets/img/arrow_white.svg");
    background-repeat: no-repeat
}

.arrow_disabled {
    cursor: default;
}

.arrow_disabled:before {
    color: var(--line-button-selected-color);
}

hr.divider {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.report-tab-content * {
    font: normal 1em/1.3 'Montserrat', sans-serif;
}

.report-tab-content,
.report-content {
    overflow: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 5px 0;
}

.report-tab-content>.tab-pane {
    display: none;
    overflow: hidden;
    font-size: 1em;
    padding: 10px;
    font-size: 0.8em;
}

.report-tab-content>.active {
    display: block;
}

.report-tab-content>.tab-pane>.verticalspace {
    margin-bottom: 7px;
}

.rep_day {
    color: #919191;
    display: inline-block;
    width: 25px;
}

.num_pos,
.num_pos a {
    /*color: #055985;*/
    color: var(--green3);
}

.num_neg,
.num_neg a {
    /* color: #C00 !important; */
}

.num_neg_bg {
    background-color: var(--primary-color) !important;
    color: white;
}

.num_neg_bg span {
    color: white;
}

.num_black,
.num_black a {
    color: black;
}

.num_zero,
.num_zero a {
    color: #919191;
    pointer-events: none;
    cursor: default;
}


.flex-column {
    flex-direction: column;
}

/* OPEN BETS */
.ticket {
    margin-bottom: 10px;
    color: var(--text2);
    
}

.ticket .rif_check {
    line-height: 1.5em;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: lightgray;
    border-radius: 10px;
    padding: 2px;
    cursor: pointer;
}

.ticket .rif_check.desktop input {
    font-size: 14px;
}

button.rif_check {
    padding: 2px;
    border: none;
    color: #000;
}

button.rif_check:hover {
    background-color: #909090;
    color: white;
}

button.rif_check:focus {
    background-color: #909090;
    color: white;
    outline: none !important;
}

.ticket .rif_check.desktop label {
    cursor: pointer;
}

.ticket .rif_check input {
    padding: 0;
    margin: 0;
    height: 1em;
}

.ticket .rif_check label {
    margin-bottom: 0 !important;
    font-weight: normal !important;
}

.ticket:first-of-type {
    border-top: none;
}

.ticket-header {
    background-color: var(--main-font-color);
    padding: 10px 0 0 0;
}

.ticket-header h3 {
    font: normal 1.3em/1.3 Montserrat, sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    color: var(--primary-color);
}

.ticket-header h3 span {
    font-weight: 300;
}

.ticket-header h3 span:before {
    content: " - ";
    font-weight: 300;
}

.risk-amount {
    font-size: 1.3em;
    display: inline-block;
    margin-right: 15px;
    font-weight: 300;
    color: var(--primary-color);
}

.win-amount {
    font-size: 1.3em;
    display: inline-block;
    font-weight: 300;
    color: var(--primary-color);
}

.win-amount:before {
    content: " / ";
    margin-right: 10px;
    color: #0280D2;
}

.risk-amount span,
.win-amount span {
    font-weight: 400;
}

.ticket-header a .collapse_btn {
    margin-top: -5px;
    display: block;
}

.ticket-header a .collapse_btn:before {
    font-family: "ui_icons";
    content: "\e60c";
    float: right;
    margin: 0;
    color: var(--primary-color);
    font-size: 1.8em;
    text-align: right;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ticket-header a.collapsed .collapse_btn:before {
    font-family: "ui_icons";
    content: "\e60c";
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.ticket-header .row,
.ticket-body {
    font-size: 0.8em;
    color: #666;
}

.ticket-body {
    padding: 7px 0 0 0;
}

.ticket-body * {
    font: normal 1em/1.3 'Montserrat', sans-serif;
}

.open_bets p.win-risk-amount {
    font-size: 0.8em;
    color: #8ECDF9;
    font-weight: 300;
}

.ticket-amounts {
    width: 100%;
    position: relative;
    float: right;
    color: #333;
    /*background-color: black;*/
    border-color: #ddd;
    text-align: right;
    padding: 10px 10px 7px 0;
}

.icon_viewresults {
    color: #999;
    height: 16px;
    float: left;
}

.icon_viewresults:focus {
    outline: none !important;
}

.graded-data-detail .icon_viewresults:before {
    content: "\ea0a";
    color: white;
    font-size: 0.7em;
    background-color: var(--green3);
    border: 1px solid var(--green3);
    padding: 1px;
    border-radius: 3px;
}

.graded-data-detail .icon_viewresults.num_neg:before {
    background-color: red !important;
    border: 1px solid red !important;
}

.icon_viewresults:before {
    font-family: "ui_icons";
    content: "\e60f";
    margin: 0 7px 0 0;
    color: #0280D2;
    font-size: 1em;
    text-align: center;
}

.icon_viewresults_minus {
    color: #999;
    height: 22px;
    float: left;
}


.graded-data-detail .icon_viewresults_minus.num_neg:before {
    color: red !important;
}

.icon_viewresults_minus:before {
    font-family: "ui_icons";
    content: "\e60e";
    margin: 0 7px 0 0;
    color: #0280D2;
    font-size: 1em;
    text-align: center;
}

.pendingWager {
    float: left;
}

.pendingWager:before {
    font-family: "ui_icons";
    content: "\e60f";
    margin: 0 7px 0 0;
    color: #CCC;
    font-size: 1em;
    text-align: center;
}

.team_rot {
    display: inline-block;
    margin-top: 0;
    float: left;
    color: black;
}

.team_line {
    display: inline-block;
    margin: 0 0 0 5px;
    float: left;
}

.team_line:before {
    content: "/";
    color: #0280D2;
    font-weight: 300;
    margin-right: 5px;
}

.ticket-body .openspot {
    margin: 10px 0 0 0;
    text-align: center;
}

/* GRADED RESULTS */
.graded-title {
    background: var(--line-button-selected-color);
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.won-lost {
    font: normal 1.3em/1.3 Montserrat, sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    color: var(--primary-color);
    text-align: right;
}

.graded-results {
    text-align: left;
}

/* not in use now */
.graded-summary-total {
    background: #EDEDED;
    border-top: 1px solid #D5D5D5;
    padding: 5px;
}

.well {
    margin-bottom: 10px;
}

.well span {
    display: block;
}

.well span.strong,
.well span.g-pitcher {
    color: black;
}

.well span.g-pitcher {
    margin-top: 7px;
}

.GradedResults {
    margin-bottom: 50px;
}

@media (max-width: 768px) {

    .ticket-header h3,
    .graded-title h3,
    .won-lost,
    .risk-amount,
    .win-amount {
        font-size: 1.1em;
    }

    .team_rot,
    .team_line {
        margin-left: 0;
    }

    .team_line:before {
        display: none;
    }

    .risk-amount span,
    .win-amount span {
        display: block;
    }

    .win-amount:before {
        display: none;
    }

    .well {
        margin-top: 3px;
    }
}

@media (max-width: 991.98px) {
    .ticket-header h3 span:before {
        display: none;
    }

    .tik-wagertype {
        font-weight: bold !important;
        margin-left: 8px;
    }

    div.tik-wagertype:before {
        content: "-" !important;
        border: 1px solid #E10600FF;
        color: #0280D2;
        font-weight: 300;
        margin-right: 5px;
    }
}

/* DAILY FIGURES DESKTOP */
.modal-wide .modal-header {
    /*background-color: var(--header-footer-bg-color);*/
    border-bottom: 1px solid #CCC;
    padding: 15px;
}

.modal-wide .modal-header .close {
    color: white;
    opacity: initial;
    text-shadow: initial;
    font-size: 32px;
    margin-top: 2px !important;
}

.modal-wide h1,
.modal-wide h2 {
    font-family: Montserrat, sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: inline-block;
    /*margin-right: 7px;*/
    /* color: var(--primary-color) !important; */
    font-weight: 700 !important;
}

.modal-wide h2 {
    font-size: 1.3em;
    margin-top: 0;
}

.modal-wide .nav>li>a {
    padding: 5px 10px;
}

.modal-wide .nav {
    display: inline-block;
    margin-bottom: -5px;
}

.modal-wide .tab-content {
    padding: 0;
}

.reports {
    font: normal 0.75em/1.3 Montserrat, sans-serif;
}

.reports-mob {
    margin-top: 20px;
}

.reports-mob .page-content {
    padding: 15px !important;
}

.figures-header {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin-top: 15px;
}

.figures-header div {
    text-transform: uppercase;
    /*color: #0099CC;*/
    text-align: right;
}

.figures-header .row .row div,
.figures-header .num-totals-title {
    padding: 15px 0;
}

.figures-header span {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    color: white;
    font-size: 1.4em;
}

.day_selected {
    /*background-color: #F4FCFF;*/
    display: inline-block;
    padding: 5px !important;
    margin-top: -5px;
    border-radius: 3px;
    border: 1px solid var(--line-button-selected-color);
}

.day_unselected {
    display: inline-block;
    padding: 5px !important;
    margin-top: -5px;
    /*border: 1px solid var(--main-font-color);*/
}

.font-bigger {
    font: 1.3em/1 Montserrat, sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: normal !important;
    /*color: var(--primary-color) !important;*/
}

.figures-data .row .row div,
.figures-data .num-totals {
    text-align: right;
    padding: 5px 0;
}

.casino-breakout {
    font-style: italic;
}

.casino-breakout b {
    color: #999;
}

.highlighted {
    /*background-color: #828488;*/
    border-top: 1px solid rgb(0 0 0 / 0.2);
}

.day-bal {
    border-top: 1px solid white;
}

.date-picker {
    width: 150px;
    float: right;
}

#all-transactions {
    color: var(--text2);
    font-size: 13px;
    padding-bottom: 80px;
}

#all-transactions span.title {
    font-weight: bold;
    font-size: 18px;
}

#all-transactions .graded-data {
    background-color: var(--betslip-bg-color);
    color: var(--text2);
}

#all-transactions .row-totals{
    font-weight: 700;
    padding: 10px;
    color: var(--text2);
    font-size: 1.3rem;
}

.all-transactions-mobile .graded-data {
    /* background-color: #f7f7f7 !important; */
}

.all-transactions-mobile .row_header {
    border-bottom: 1px solid var(--gray3);
}

#all-transactions .date-picker {
    width: 300px;
    margin-bottom: 10px;
}

#all-transactions .date-picker .glyphicon {
    color: #0099CC;
    float: right;
    margin-left: 10px;
    font-size: 1.4em !important;
    margin-top: -2px;
}

#all-transactions .date-picker span {
    float: right;
    color: #0099CC;
}

#all-transactions .date-picker .caret {
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}

#all-transactions {}

.col-division-right {
    border-right: 1px solid var(--line-button-selected-color);
    padding-right: 30px;
}

.reports .arrow_left,
.reports .arrow_right {
    display: block;
    font-size: 1.4em;
    padding-top: 25px;
    color: rgba(0, 0, 0, 0.2);
}

.reports .arrow_left:before,
.reports .arrow_right:before {
    color: rgba(0, 0, 0, 0.2);
}

.reports b {
    text-transform: uppercase;
}

.report-detail {
    border-top: 1px solid var(--line-button-selected-color);
    border-bottom: 1px solid var(--line-button-selected-color);
    padding: 25px 0 0 0;
}

.print-icon:before {
    font-family: "ui_icons";
    content: "\e61c";
    color: rgba(0, 0, 0, 0.2);
    font-size: 1em;
    margin-top: -7px;
    margin-left: 10px;
}

.print-icon-right:after {
    font-family: "ui_icons";
    content: "\e61c";
    color: rgba(0, 0, 0, 0.2);
    font-size: 1.7em;
    margin: 9px 0px 0px 10px;
}

.graded-header {
    margin-top: 0;
    /* background: var(--gradient-primary-color); */
    font-size: 12px;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
    padding: 10px 0;
    color: var(--text2);
}

.graded-header h2 {
    font-size: 1em;
    font-weight: 600;
    margin: 10px auto;
}

.graded-data {
    border-bottom: 1px solid var(--line-paste);
    padding: 10px 0;
    font-size: 12px;
}

.reports-container-mobile {
    padding-right: 4px !important;
    padding-left: 4px !important;
}

.reports-container-mobile .graded-data.row {
    margin-bottom: 4px;
    background-color: var(--betslip-bg-color);
}

.reports-container-mobile .graded-data.row .row {
    display: flex;
}

.reports-container-mobile .graded-data {
    background-color: var(--betslip-bg-colo);
    /*border-radius: 4px 4px 0 0;*/
    padding: 0;
    font-size: 12px;
    /*font-weight: 500;*/
}

.reports-container-mobile .graded-data [class*="col-"] {
    padding: 5px !important;
    /*border-bottom: 1px solid lightgray;*/
    /*text-align: left;*/
}

.reports-container-mobile .graded-data .openBetTotal {
    border-top: 1px solid lightgray;
}

.reports-container-mobile .sm-tik-title {
    /*background-color: var(--green3);*/
    border-radius: 4px 4px 0 0;
    color: var(--text2);
    font-weight: bold;
}

.graded-data:last-of-type {
    border-bottom: none;
    padding-right: 0px !important;
}

.graded-data-detail {
    display: block;
    margin: 4px auto;
    /*border: 1px solid var(--main-font-color);*/
}

.graded-data-detail div {
    margin-left: 18px;
    margin-bottom: 10px;
}

.graded-data-detail div b {
    text-transform: capitalize;
    color: var(--green3);
    padding: 3px 0 0 0;
    display: block;
}

.graded-data-detail .btn {
    margin-top: 5px;
}

.reports .report-detail {
    padding: 15px 30px 5px 30px;
    border: 3px solid var(--line-button-selected-color);
    margin-bottom: 20px;
}


.reports .report-detail-open-bets {
    border: none;
    padding: 15px 30px 5px 30px;
    font-size: 14px;
}

.reports-container .report-detail-open-bets {
   background-color: var(--betslip-bg-color);
}

.reports-container-mobile .report-detail-open-bets {
    background-color: inherit !important;
}

.dailyFiguresSelectedDay {
    background-color: var(--middle-page-bg-color) !important;
    font-weight: 700;
    box-shadow: 0 4px 6px -6px #222;
}

.reports-container-mobile .daily_figures .week_title {
    font-weight: 700;
    font-size: 18px;
    margin: 10px auto;
}

.reports-container-mobile .daily_figures .row {
    display: flex;
    align-self: center;
}

/*mobile daily figures detals
BEGIN
*/
.reports-container-mobile .daily_figures .row.details {
    display: block;
    /*align-self: center;*/
}

.reports-container .daily_figures .details-header {
    display: flex !important;
    width: 100%;
    padding: 10px;
    color: var(--text2);
    align-items: center;
}

.reports-container-mobile .daily_figures .details-header {
    display: flex !important;
    width: 100%;
    padding: 10px;
    color: var(--text2);
}

.daily_figures .details-header .clear_transactions {
    background-color: red;
    border-radius: 50%;
    padding: 6px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    color: white;
}

.reports-container-mobile .daily_figures [class*="col-"].details {
    display: block !important;
}

.reports-container-mobile .daily_figures .details[class*="col-"] {
    display: block !important;
}

.reports-container-mobile .daily_figures .details [class*="col-"] {
    display: block !important;
}

/*END*/


.reports-container-mobile .daily_figures .some_week {
    margin-top: 10px;
}

.reports-container-mobile .daily_figures [class*="col-"] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reports-container-mobile .daily_figures [class*="col-"].day_container {
    background-color: var(--betslip-bg-color);
    border: 1px solid var(--middle-page-bg-color);
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.reports-container-mobile .daily_figures [class*="col-"].day_container:hover {
    /*background-color: #ddd;*/
}

.reports-container-mobile .daily_figures [class*="col-"].day_container:focus {
    /*background-color: #ddd;*/
}

.reports-container-mobile .daily_figures [class*="col-"] .day_title {
    font-weight: 700;
}

.reports-container-mobile .daily_figures [class*="col-"] .day_value {
    /*font-weight: 700;*/
}

.reports-container-mobile .daily_figures .starting-balance {
    background-color: var(--reports-container-mobile-bg);
    text-align: left !important;
    padding: 7px 0;
}

.reports-container-mobile .daily_figures .start-date {
    background-color: var(--content-bg-color);
    font-weight: bold;
}

.reports-container-mobile .daily_figures .week-total {
    background: var(--gradient-secondary-color);
    color: var(--white) !important;
}

.reports-container-mobile .daily_figures .starting-balance,
.reports-container-mobile .daily_figures .start-date,
.reports-container-mobile .daily_figures .week-total {
    color: var(--text2);
    font-weight: 500;
    font-weight: 700;
}

.reports .report-np-casino {
    border: none;
    padding: 0px 30px 5px 30px;
}

.report-detail>h2:first-child {
    margin: 0 0 20px -15px;
}

.reports .report-detail .close {
    margin: -5px -15px 0 0;
}

.reports .icon_viewresults,
.icon_viewresults_minus {
    height: 16px;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--line-button-selected-color);
    margin-right: 15px;
    float: right;
}

.modal-dialog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
    .modal-dialog {
        min-height: calc(100% - 3.5rem);
    }
}

@media screen and (min-width: 768px) {
    .modal-wide .modal-dialog {
        width: 96%;
        max-height: calc(100vh - 12px);
        overflow-y: auto;
    }

    .modal-wide .modal-body {
        height: calc(92vh - 64px);
        overflow-y: scroll;
        width: 100%;
        scrollbar-color: #535353 var(--content-bg-color);
    }

    .modal-bs .modal-body {
        /*height: inherit;*/
    }
}

.modal-body {
    -webkit-overflow-scrolling: touch;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    max-width: 100%;
    /*scrollbar-color: #535353 var(--content-bg-color);*/
}

/* FIX FOR SAFARI IOS, PREVENTS ELEMENTS FROM NO BEING DISPLAYED */
.page-content-wrapper-inner,
.modal-body-inner {
    height: calc(100% + 1px);
}

 .modal-settings .modal-content{
    width: 100%!important;
    margin:auto;
    border-radius:20px;
    padding:1px;
}

.modal-settings .err_msg{
    min-height: 16px;
    font-size: 12px;
    margin-top: 5px;
    max-width: 300px;
}

.modal-settings .err_msg strong{
    color:var(--primary-color);
}

@media only screen and (min-width: 1224px) {

    .modal-inbox .modal-dialog,
    .modal-settings .modal-dialog {
        width: 50%;
    }
}

/* INBOX */
.inbox_header {
    color: #333;
    border-color: #ddd;
    padding: 10px 0;
    border-bottom: 1px solid #b4dbfc;
    background: var(--line-button-selected-color);
    font: 400 1em/1.3 'Montserrat', sans-serif;
    margin: 0px;
    text-transform: uppercase;
}

.inbox_body {
    border: 1px solid #F4F4F4;
    border-radius: 4px;
}

.inbox_body .panel-default {
    margin: 0 !important;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #b4dbfc;
}

.inbox_body .panel-default:last-of-type {
    border-bottom: none !important;
}

.inbox_body .panel-heading {
    background: var(--main-font-color);
    border: none;
    padding: 7px 10px;
    overflow: auto;
}

.inbox_body .panel-heading a {
    font: 400 1em/1.4 'Montserrat', sans-serif;
    text-transform: capitalize;
    color: #333;
}

.inbox_body .unread-mail .panel-heading a {
    font: 700 1em/1.4 'Montserrat', sans-serif;
    text-transform: capitalize;
    color: black;
}

.inbox_body .panel-title:before {
    display: none;
}

.mail_date {
    float: right;
    font-size: 0.7em;
    text-align: right;
    color: #666;
}

.inbox_body .panel-body {
    font: 0.9em/1.4 Montserrat, sans-serif;
    border-top: none !important;
    padding: 10px;
}

.mail_actions {
    text-align: right;
}

.mail_actions .btn {
    font: 400 1em/1 'Montserrat', sans-serif;
    text-transform: none;
    margin-top: 10px;
}

/* Rules Content */
.rules-content {
    font: 0.9em/1.4 Montserrat, sans-serif;
    padding: 10px;
}

.rules-sidebar {
    overflow-y: auto;
    height: 100%;
    float: left;
    width: 25%;
}

.rules-content-body {
    overflow-y: auto;
    height: 100%;
    float: left;
    width: 75%;
    font: 0.9em/1.4 Montserrat, sans-serif;
}

.bs-rules {
    padding: 10px 10px 0 10px;
    margin: 0px 0px 15px 0;
    background-color: var(--main-font-color);
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    border-width: 1px 1px 1px 5px;
    border-left-color: var(--line-button-selected-color);
}

.bs-rules h3 {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 1.2em;
    color: var(--primary-color);
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--line-button-selected-color);
}

.bs-rules h3 {
    position: relative;
}

.bs-rules h3 span {
    position: absolute;
    top: -65px;
}

@media only screen and (min-width: 1224px) {

    /* desktop */
    .bs-rules h3 span {
        position: absolute;
        top: -85px;
    }
}

.bs-rules h4 {
    margin: 20px 0 7px 0;
    font: 0.9em/1.4 Montserrat, sans-serif;
    font-size: 1em;
    color: black;
    font-weight: bold;
    letter-spacing: 1px;
}

.bs-rules h5 {
    margin: 20px 0 7px 0;
    font: 0.7em/1.4 Montserrat, sans-serif;
    font-size: 1em;
    color: black;
    font-weight: bold;
    letter-spacing: 1px;
}

.bs-rules table {
    font-size: 0.8em;
    margin-bottom: 10px;
    width: 100%;
}

.bs-rules table tr {
    width: 100% !important;
}

.bs-rules table tr th {
    text-transform: uppercase;
    font-weight: bold;
    /*text-align: left;*/
    color: #636363;
    padding: 25px 10px 6px 0;
}

.bs-rules table tr td {
    text-transform: capitalize;
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

.bs-rules ul,
.bs-rules ol {
    margin: 10px 0;
}

.bs-rules ul li,
.bs-rules ol li {
    margin-bottom: 12px;
}

.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #F7F7F9;
    border: 1px solid #E1E1E8;
    border-radius: 4px;
}

.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
    /*background-color: black;*/
}

/* Rules Menu */
.rules-container {
    margin: 0 auto;
    width: 90%;
}

.modal .rules-container {
    margin: 0;
    width: 96%;
}

.rules-container .panel-group {
    margin-bottom: 0;
}

.rules-container .panel-body {
    padding: 0;
    border: none !important;
}

.rules {
    border: none;
}

.rules .panel {
    border: none;
    box-shadow: none;
}

.rules .panel-default {
    margin: 0 !important;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #b4dbfc;
}

.rules .panel-default:last-of-type {
    border-bottom: none !important;
}

.rules .panel-heading {
    background: var(--main-font-color);
    border: none;
    padding: 7px 10px;
    overflow: auto;
}

.rules .panel-heading a {
    font: 400 1em/1.4 'Montserrat', sans-serif;
    text-transform: capitalize;
    color: #333;
    display: block;
}

.rules .rules-head .panel-body {
    padding-top: 10px;
}

.rules .panel-title:before {
    display: none;
}

.rules .panel-body {
    font: 0.9em/1.4 Montserrat, sans-serif;
    border-top: none !important;
    padding: 10px;
}

.rules .panel-body {
    padding-top: 0;
    text-align: left;
}

.rules .panel-body ul {
    padding: 0 0 0 15px;
    margin: 0;
}

.rules .panel-body ul li {
    margin-bottom: 7px;
}

.rules .panel-body ul li a {
    color: #06C;
    cursor: pointer;
}

@media only screen and (min-width: 1224px) {
    .rules .panel-body ul li a {
        color: var(--primary-color);
    }

    .rules .panel-body ul li a:hover {
        color: black;
    }
}

/* Rules Content Mob */
.rules .panel-heading {
    cursor: pointer;
}

#RulesContentCtrl>div {
    padding: 0 5px;
}

#RulesContentCtrl h2 {
    font: 1.4em/1 Montserrat, sans-serif;
}

#wrapper.mobile {
    height: calc(100 * var(--vh));
}

#wrapper.active .rules-container {
    margin: 0 0 0 10px;
    width: 88%;
}

.logout nav .menu li {
    padding-bottom: 13px;
}

/* BETSLIP DESKTOP */
#betSlipController {
    height: 100%;
    width: 280px;
    float: right;
    overflow-y: auto;
}

.betslip {
    width: 260px;
    margin: auto;
    padding-top: 10px;
}

span.betslip {
    font-family: Montserrat, sans-serif;
    /*font-weight: 600;*/
    text-transform: uppercase;
    font-size: 12px;
}

.ads {
    margin: 5px !important;
}

.betslip h2 {
    margin: 0;
    padding: 0;
    /*font: normal 1em/1 Montserrat,sans-serif;*/
    /*letter-spacing: 0.05em;*/
    /*text-transform: uppercase;*/
    /*color: var(--main-font-color);*/
    font-size: 12px;
}

/*.betslip h2:before {
        font-family: 'ui_icons';
        content: "\e624";
        display: inline-block;
        font-size: 1.5em;
        margin: 0 7px 0px 0;
        line-height: 0.7;
        height: 20px;
        color: var(--primary-color);
    }*/

.betslip>span {
    color: #AAA;
    font-size: 0.7em;
    border: 1px solid #E10600FF;
}

.bet-count {
    /* font-size: 0.7em; */
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    font-size: 14px;
}

.betslip .ticket {
    width: 100%;
    margin: 8px 0px !important;
    /* margin-top: 10px; */
    border-radius: 5px;
}

.betslip #errorMessage.ticket {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 5px;
    background-color: var(--error-bg-color) !important;
    border: 1px solid var(--error-borde-color) !important;
}

.betslip #errorMessage .tik-msg-err .tik-head, .tik-msg-err .tik-body {
    color: #ffffff;
    border: 0;
    background-color: var(--error-bg-color) !important;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
}

.betslip.extended .ticket {
    max-width: 300px;
    float: left;
    margin: 10px;
}

.betslip.extended .ticket-total-bet {
    padding-top: 0;
}

.modal-header.with-previous {
    background: none;
}

button.header_previous {
    background: transparent;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    margin: 0 4px;
    border-radius: 50%;
    background-color: var(--headers-bg-color);
    width: 24px;
    height: 24px;
    color: white;
    opacity: 1;
    padding-left: -2px !important;
    padding: 0;
    font-family: 'Montserrat';
    font-weight: 300;
}

.arrow-left {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.header_previous {
    float: left;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2px;
}

.header_previous:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

@media only screen and (min-width: 992px) {
    .betslip .confirmed-total .tik-body {
        border: 1px solid var(--green2);
        border-radius: 4px;
    }
}
/* .ticket input{
    background-color: #008C00;
} */
.ticket input,
.ticket select {
    padding: 4px;
    font-size: 14px;
    height: 2.8em;
    background-color: var(--content-bg-color) !important;
    color: var(--main-font-color);
    border: 1px solid var(--border-input-betslip);
}

input#totalToWin[disabled] {
    background-color: inherit;
}

input#totalRisk[disabled] {
    background-color: inherit;
}

.ticket select option {
    background-color: var(--middle-page-bg-color);
}

.tik-head {
    line-height: 1.1;
    background: var(--tik-head-color);
    padding: 8px;
    color: white;
    font-size: 14px;
    /* text-transform: uppercase; */
    font-weight: bold;
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1px solid var(--secondary-color);
    
    
    
}

.tik-head span {
    display: block;
    color: var(--main-font-color);
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
}

.tik-head button.tik-close {
    float: right;
    font-size: 26px;
    line-height: 1;
    color: white;
    margin-top: -3px;
    padding: 0px;
    background: none;
    border: none;
}

.tik-body {
    /*border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;*/
    background-color: var(--betslip-bg-color);
    padding: 10px 10px;
    color: var(--main-font-color);
    font-size: 14px;
    
    border-top-right-radius: 0;
    border-top-left-radius: 0;
   
    
}

.enter-amount-text{
    margin: 4px 0px !important; 
}

.tik-body .btn-signup {
    width: 100%;
    margin-top: 15px;
}

.buypoints {
    overflow: auto;
    margin-top: 7px;
    /*font-size: 11px;*/
}

.freepoints {
    text-align: center;
    border: 1px solid #88C9E9;
    padding: 4px;
    border-radius: 5px;
    overflow: auto;
    margin: 0 0 8px;
    background-color: #88C9E9;
    font-weight: bold;
}

.confirmed .freepoints {
    border: none;
    background: none;
}

.wi-change .freepoints {
    border: none;
    background: white410;
}

.tik-body .pitcher {
    margin-top: 5px;
}

.tik-body .pitcher label {
    display: block;
    font-size: 1.1rem;
    height: 25px;
    padding-top: 8px;
    font-family: Montserrat;
    font-weight: bold;
    color: var(--main-font-color);
    text-transform: capitalize;
    margin-bottom: 10px;
}

.tik-body .pitcher input[type=checkbox]:checked+label:after,
.pitcher input[type=checkbox]+label:after {
    font-size: 1em;
    text-align: center;
    background-color: transparent;
    padding: 2px;
    line-height: 15px;
    display: inline-block;
    float: left;
    margin: -5px 5px 0 0;
}

.tik-body .pitcher label::after {
    border: 1px solid #88C9E9;
}

/* PITCHER STATIC */
.ticket .listed_pitcher label {
    cursor: auto;
}

.tik-body .listed_pitcher label::after {
    border: none;
}

.ticket .listed_pitcher input[type="checkbox"]:checked+label::after,
.ticket .listed_pitcher input[type="checkbox"]+label::after {
    background-color: #6BB2D6;
    color: var(--main-font-color);
}


.tik-body .chk_stiled {
    margin-top: 5px;
}

.tik-body .chk_stiled label {
    display: block;
    font-size: 1em;
    height: 25px;
    padding-top: 8px;
    font-family: Montserrat;
    font-weight: bold;
    color: var(--main-font-color);
    text-transform: capitalize;
}

.tik-body .chk_stiled input[type=checkbox]:checked+label:after,
.chk_stiled input[type=checkbox]+label:after {
    font-size: 1em;
    text-align: center;
    background-color: var(--main-font-color);
    padding: 2px;
    line-height: 15px;
    display: inline-block;
    float: left;
    margin: -5px 5px 0 0;
}

.tik-body .chk_stiled label::after {
    border: 1px solid #88C9E9;
}

/* PITCHER STATIC */
.ticket .listed_pitcher label {
    cursor: auto;
}

.tik-body .listed_pitcher label::after {
    border: none;
}

.ticket .listed_pitcher input[type="checkbox"]:checked+label::after,
.ticket .listed_pitcher input[type="checkbox"]+label::after {
    background-color: #6BB2D6;
    color: var(--main-font-color);
}




.amounts-container{
    padding: 0 !important;
}



.tik-amount,
.tik-open-spot {
    /*border: 1px solid #88C9E9;*/
    /* padding: 0 5px 5px 5px; */
    /*border-radius: 5px;*/
    overflow: auto;
    /* margin: 0px 0 3px; */
    /*background-color: #171d26;*/
}

.tik-amount p {
    display: block;
    text-align: center;
    margin: 3px auto 5px auto;
    
}

.tik-open-spot {
    margin-bottom: 10px !important;
}

.tik-open-spot p {
    font-weight: bold;
    font-size: 1em !important;
    text-transform: uppercase;
}

.tik-risk-amount,
.tik-win-amount,
.buypoints .title,
.buypoints .buypoints-dropdown {
    float: left;
    width: 48%;
}

.tik-win-amount,
.buypoints .buypoints-dropdown {
    float: right;
}

.tik-amount .buypoints .buypoints-dropdown {
    width: 100%;
    margin-bottom: 7px;
}

.tik-amount .buypoints .buypoints-dropdown select,
.tik-amount .buypoints .buypoints-dropdown input {
    font-size: 11px;
    height: 2.5em;
    padding: 2px;
}

.tik-ifBet-amount {
    width: 15%;
    height: 30px;
    border: 1px solid var(--circledBorderColor);
    border-radius: 9px;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: var(--circleBackgroundColor) !important;
    /* margin: 8px auto; */
    font-size: 16px;
    cursor: pointer;
    color: white;
    font-weight: 700;
    /* margin-top: 10px; */
    margin: 8px 0px 0px 0px
}

.tik-ifBet-amount:hover {}

.spread_points {
    margin: 7px 5px;
}

.tik-ifBet-amount_win {
    border-radius: 4px;
    width: 100%;
    border: 0;
    background-color: #211c31;
    color: white;
    font-size: 14px;
    padding: 10px;
    margin: 8px auto;
    display: flex;
}

.confirmed .tik-amount {
    border: none;
    padding: 0;
    border-radius: 0px;
    margin: 0;
    font-size: 11px;
    border-top: 1px solid var(--green4);
    margin-top: 5px !important;
}

.confirmed .tik-amount div {
    text-align: center;
    padding-top: 5px;
}

.confirmed .tik-amount div:first-of-type {
    border-right: 1px solid var(--green4);
}

.betslip .confirmed span {
    font-size: 1em;
    display: block;
}

.tik-risk-amount span:last-of-type,
.tik-win-amount span:last-of-type {
    font-size: 1.5em;
}

.betslip .wi-change {
    padding: 3px;
    padding: 0px;
    border-radius: 2px;
    border: 1px solid var(--secondary-color);
}

.betslip .wi-change .tik-body {
    background-color: var(--betslip-bg-color);
    color: white;
    /* animation: blink 1s linear infinite; */
    
}
@keyframes pulse-2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
        /* Un efecto más sutil con un 5% de aumento */
    }

    100% {
        transform: scale(1);
    }
}
.wi-change-warning span{
    color: #EEDB50;
    font-weight: 700;
    font-size: 12px;
}
.wi-change-warning-img{
    animation: pulse-2 1s infinite ease-in-out;
}
.betslip .wi-change .tik-head{
    background-color: var(--secondary-color);
}
.betslip .wi-change .pitcher label {
    color: black;
    font-weight: normal;
}

.betslip .wi-change .pitcher label:after {
    border: 1px solid #CCC;
}

.betslip .wi-change .tik-amount {
    /* background-color: #FFF410; */
    border: none;
}

.betslip .wi-change .total-winnings-change {
    background-color: var(--site-wagerning);
    color: black;
    overflow: auto;
    padding: 10px;
    border-radius: 2px;
}

.betslip .wi-not-available {
    padding: 3px;
    padding: 0px;
    border-radius: 2px;
}

.betslip .wi-not-available .tik-body {
    background-color: var(--betslip-bg-color);
    color: white;
}

.betslip .wi-not-available .msg {
    border: 2px solid var(--circledBorderColor) !important;
    background-color:var(--circleBackgroundColor);
    text-align: center;
    font-weight: bold;
    padding: 5px;
    border-radius: 2px;
    margin: 3px 0;
}

.betslip .alert-success {
    background: var(--green2);
    margin: 10px 0 0 0;
    padding: 10px 0;
    border: 0;
}

.betslip .alert-inverse {
    text-align: left;
    background: none !important;
    margin: 10px;
}

.betslip .alert-inverse p {
    margin: 0 !important;
    background: none !important;
    font-size: 1.2em !important;
}

.betslip .alert-inverse h1 {
    font-size: 0.9em;
    color: var(--green2) !important;
    margin-bottom: 0 !important;
}

.alert-success.alert-inverse h2 {
    color: var(--green2);
}


.betslip .alert-success .glyphicon-ok {
    margin: 0;
}

.betslip .alert-success h1 {
    font-size: 0.9em;
    color: white;
}

.alert-success span {
    font-size: 14px;
    font-weight: bold;
}

.betslip .alert-success p {
    font-size: 16px;
    color: var(--white);
    /* background-color: var(--green1); */
    margin: 0 16px;
    font-weight: bold;
}

.betslip .confirmed {
    background-color: #dff0d8;
    padding: 3px;
    padding: 0px;
    border-radius: 5px;
}

.betslip .confirmed .tik-head {
    background: var(--green2);
    color: var(--white);
    border-bottom: 0px solid #fff;
}

.betslip .confirmed .tik-body {
    background-color: var(--green5);
    color: black;
}

.betslip .confirmed .pitcher label {
    color: black;
    font-weight: normal;
}

.betslip .confirmed-total,
.betslip .confirmed-total .tik-body {}

.betslip .confirmed-total .total-numbers {
    border: 0 !important;
    font-size: 16px;
}

.betslip .confirmed-total .total-numbers .value {
    border: 0 !important;
    font-size: 16px;
    color: var(--green2);
}


.betslip .confirmed-total .tik-body {
    /*background-color: black !important;*/
    border-radius: 4px;
}


.betslip .alert-spot {
    background-color: var(--main-font-color);
    margin: 10px 0 0 0;
    padding: 10px;
    font-size: 0.7em;
    text-align: left;
}

.betslip .alert-spot h1 {
    font-size: 0.9em;
}

.betslip .alert-spot p {
    font-size: 0.9em;
}

.betslip .alert-spot .spot-title div {
    font-weight: bold;
    text-transform: uppercase;
}

.betslip .alert-spot .row {
    margin: 0;
    border-bottom: 1px solid #CCC;
}

.betslip .alert-spot .row:hover {
    /*background-color: black;*/
    cursor: pointer;
}

.betslip .alert-spot .spot-title:hover {
    background-color: var(--main-font-color);
    cursor: text;
}

.betslip .alert-spot .selected,
.betslip .alert-spot .selected:hover {
    background-color: #dff0d8;
}

.betslip .alert-spot .row:first-of-type {
    border-bottom: 2px solid black;
}

.betslip .alert-spot .row:last-of-type {
    border-bottom: none;
}

.betslip .alert-spot .row {
    padding: 5px 0 5px 0;
}

.ticket-total-bet {
    /* padding: 8px 0; */
}

/*.ticket-total-bet .tik-body {
    background-color: #212121;
}*/

.ticket-total-bet .freeplay,
.ticket-total-bet {
    /* height: 50px; */
    /* padding: 5px 0; */
}

.ticket-total-bet .freeplay label {
    float: left;
    /* height: 30px; */
    margin-left: 28px;
}

.ticket-total-bet .freeplay label span {
    font-family: Montserrat !important;
    color: var(--main-font-color);
    font-size: 14px;
    font-weight: bold;
    display: block;
    line-height: 1.2em;
    padding: 0 0 0 4px;
}

.ticket-total-bet .freeplay input[type="checkbox"]+label::after,
.ticket-total-bet input[type="checkbox"]+label::after {
    margin: -28px 0 0 -28px;
}

.ticket-total-bet .autoacceptchang {
    height: 20px;
    /* padding: 15px 0; */
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.ticket-total-bet .autoacceptchang .tooltip-inner {
    min-width: 180px;
}

.ticket-total-bet .autoacceptchang label {
    margin-left: 28px;
    text-align: right;
    text-transform: capitalize;
}

.ticket-total-bet .autoacceptchang label span {
    font-weight: bold;
    display: block;
    line-height: 1.4em;
}

.ticket-total-bet .autoacceptchang input[type="checkbox"]+label::after {
    float: left;
    margin: -20px 0 0 -28px;
}

.ticket-total-bet .total-numbers {
    overflow: auto;
    padding: 6px 0;
    /* border-bottom: 1px solid var(--betslip-bg-color);  */
    /* border: 1px solid var(--primary-color); */    
    display: flex;
     
}

.ticket-total-bet .total-numbers:first-child{
    border-bottom: 1px solid var(--betslip-bg-color);
    /* display: flex !important;
    justify-content: space-between; */

}

.betslip .confirmed-total .to-win-bs .value {
    color: var(--green2);
}

.to-win-bs .value{
    text-transform: uppercase !important;
    color: var(--secondary-color) !important;
    font-size: 20px !important;
}

.ticket-total-bet .total-numbers .title {
    /* float: left; */
    width: 40%;
    /*font-size: 10px;*/
    color: var(--main-font-color);
    padding-top: 4px;
}

.ticket-total-bet .total-numbers .value {
    /* float: right; */
    width: 60%;
    font-size: 14px;
    font-weight: 600;
    text-align: center; 
   
}

.ticket-total-bet .tik-amount {
    margin: 8px 0px 0px 0px;
    background-color: var(--betslip-bg-color);
    border: solid 1px var(--betslip-bg-color);
    padding: 10px;
}

.ticket-total-bet .tik-amount p {
    /* font-size: 1.2em; */
    font-size: 14px;
    color: var(--primary-color);
    
}

.ticket-total-bet .tik-passw {
    /* margin: 10px 0 0 0; */
}

.ticket-total-bet .tik-passw p {
    font-size: 0.9em;
}

.ticket-total-bet .btn-placebet {
    width: 100%;
    margin-top: 10px !important;
    background: var(--bg-place-bet-btn);
    color: white;
    /*font: normal 1.3em/1 Montserrat,sans-serif;*/
    letter-spacing: 0.05em;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
}

.modal-footer button {
    width: 100%;
    margin-top: 10px !important;
    /*font: normal 1.3em/1 Montserrat,sans-serif;*/
    letter-spacing: 0.05em;
    /*text-transform: uppercase;*/
    /*max-width: 200px;*/
}

.modal-footer .btn-cancelbet {
    color: var(--dark1);
    background-color: white;
    border-color: #ccc;
    font-size: 15px;
    font-weight: 600;
}

.modal-footer .btn-placebet {
    background: var(--bg-place-bet-btn);
    color: white;
    font-size: 15px;
    font-weight: 600;
    margin-left: 5px;
}

.modal-footer .btn-disabled {
    cursor: not-allowed;
    opacity: 0.50;
}

/* fix modal inputs */
.modal-open input,
.modal-open button,
.modal-open textarea,
.modal-open select,
/*.page-content-wrapper-mob input,*/
.page-content-wrapper-mob button,
.page-content-wrapper-mob textarea,
.page-content-wrapper-mob select {
    -webkit-transform: translate3d(0, 0, 0);
    border-radius: 4px;
    font-weight: 700;
}

/*  especial case
.line_title {
      position: relative;
    text-align: center;
    margin-bottom: 10px;
    font: normal .7em/1 Montserrat,sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    height: 1em;

}

.line_title:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    right: 0;
    height: 1px;
    top: 50%;
    background-color: #ccc;
    opacity: .7;
}*/
@media only screen and (max-width: 991.98px) {

    .btn-betlines.disabled,
    .btn-betlines[disabled],
    fieldset[disabled] .btn-betlines,
    .btn-betlines.disabled:hover,
    .btn-betlines[disabled]:hover,
    fieldset[disabled] .btn-betlines:hover,
    .btn-betlines.disabled:focus,
    .btn-betlines[disabled]:focus,
    fieldset[disabled] .btn-betlines:focus,
    .btn-betlines.disabled:active,
    .btn-betlines[disabled]:active,
    fieldset[disabled] .btn-betlines:active,
    .btn-betlines.disabled.active,
    .btn-betlines[disabled].active,
    fieldset[disabled] {
        color: var(--dark1) !important;
    }

    .panel-title:before {
        /*content:'';*/
    }

    .tik-head {
        /*background: none;*/
        padding: 8px;
        /*color: black;*/
        /*font: normal 1em/1 Montserrat,sans-serif;*/
    }

    /*.tik-head button.tik-close, .tik-msg-err { display: none; }*/
    /*.tik-head button.tik-close {
            display: none;
        }*/

    .tik-body {
        font-size: 14px;
    }

    .buypoints {
        margin-top: 0;
        font-size: 1em !important;
    }

    /*.tik-amount, .tik-open-spot {
        border: none;
        padding: 0;
        margin: 7px 0 3px;
        background: none;
    }*/

    .ticket input,
    .ticket select {
        font-size: 14px;
        padding-left: 10px;
    }

    .ticket-total-bet {
        /*padding: 10px 10px 20px;*/
        /*background: #181818;*/
        /*border: 1px solid #ddd;*/
    }

    .ticket-total-bet .tik-body {
        /*background: #181818;*/
    }

    .ticket-total-bet .total-numbers .title {
        font-size: 1em;
    }

    .ticket-total-bet .freeplay label span,
    .ticket-total-bet .autoacceptchang label span {
        /*color: #181818;*/
    }

    .total-numbers:first-of-type {
        /* border-top: 1px solid #666; */
    }

    .total-numbers {
        border-bottom: 1px solid #666;
    }

    h2.line_title a.cancelselection {
        text-align: right;
        float: right;
        padding: 0 0 0 10px;
        /*background-color: var(--main-font-color);*/
    }

    .ticket h2 {
        display: block;
        /*font: normal 0.7em/1 Montserrat,sans-serif;*/
        margin: 20px 0 10px 0;
        /*background-color: var(--primary-color);*/
    }

    .ticket h2:before {
        position: absolute;
        z-index: -1;
        content: "";
        left: 0;
        right: 0;
        height: 1px;
        top: 50%;
        background-color: #ccc;
        opacity: .7;
    }

    /* CONFIRMED BETS  */
    .betslip .alert-success {
        padding: 20px;
        background-color: var(--green2) !important;
        color: white;
        border: 0;
        border-radius: 5px;
        width: 80%;
        margin: 20px auto;
    }

    .betslip .alert-success h1 {
        font-size: 0.9em;
    }

    .betslip .alert-success .glyphicon-ok {
        margin: 0 10px 0 0;
        font-size: 1.3em;
    }

    .betslip .alert-success p {
        font-size: 1.6em;
        /* background-color: var(--green1); */
        margin: 0 16px;
        border-radius: 4px;
        padding: 10px 30px;
    }

    .betslip .confirmed {
        background: var(--green2);
        border: none;
        /* width: 80%; */
    }

    .betslip .confirmed .tik-head {
        background: var(--green2);
        color: white;
        font-size: 16px;
    }

    .betslip .confirmed .tik-body {
        background-color: var(--green5)
    }

    .confirmed .tik-amount {}

    .confirmed-total {
        padding: 10px;
        /*background-color: black !important;*/
        /*border: 1px solid var(--green2);*/
        /*width: 80% !important;*/
    }


    a.btn.btn-small.btn-default.btn-openbets.continue {
        background-color: var(--green2);
        color: white;
        border: 1px solid var(--green2);
        font-size: 14px;
    }

    .betslip .confirmed-total .tik-body {}

    .betslip .confirmed span {
        font-weight: 600;
        display: inline-block;
        padding-right: 3px;
    }

    .betslip .confirmed .tik-risk-amount,
    .betslip .confirmed .tik-win-amount {
        width: 50%;
        float: left;
    }

    .confirmed .tik-amount div {
        padding-top: 0;
        padding-right: 3px;
    }

    .tik-head>span {
        color: white;
        margin-top: 4px;
        font-family: Montserrat, sans-serif;
    }

    .tik-body .pitcher label {
        color: var(--text2);
        display: inline-block;
        font-size: 0.9em;
        font-weight: normal;
        margin: 0px 0px 15px 0px;
    }

    .ticket .listed_pitcher input[type="checkbox"]:checked+label::after,
    .ticket .listed_pitcher input[type="checkbox"]+label::after {
        background-color: var(--main-font-color);
        color: #181818;
    }

    .ticket-total-bet .tik-amount {
        border: none;
        background-color: transparent;
    }
}

/* @media only screen  and (min-width : 992px) {
  h2.line_title { display: none; } }*/
@media (max-width: 360px) {
    .modal-footer button {
        font-size: 1em;
    }
}

.tik-msg-err {
    border-radius: 2px;
    border: 2px solid var(--primary-color) !important;
}

.tik-msg-err .tik-head,
.tik-msg-err .tik-body {
    background-color: var(--error-bg-color);
    color: #fff;
    border: 0;
}

.tik-msg-err .tik-head span {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffff;
}

.tik-msg-err .tik-body {
    padding: 0 8px 8px 8px;
}

.tik-amount-error {
    /*/border: 2px solid var(--primary-color) !important;
    background-color: var(--main-font-color) !important;*/
    color: #181818;
}

.tik-amount-error span {
    clear: both;
    padding-top: 7px;
    color: var(--text2);
    text-align: center !important;
    display: block;
    background: var(--error-bg-color);
    border: 1px solid var(--error-borde-color);
    padding: 5px;
    margin-top: 4px;
}

.btn-remove {
    width: 100%;
    margin-top: 20px;
    /* color: var(--white); */
    padding: 6px 0;
    font-size: 14px;
    font-weight: bold;
    background-color: var(--betslip-bg-color);
    border-color: 1px solid var(--primary-color);
    border-radius: 4px;
}

.btn-remove:hover,
.btn-remove:focus,
.btn-remove:active,
.btn-remove.active {
    color: var(--main-font-color);
    background: var(--gradient-primary-color);
}

.btn-print-ticket {
    width: 100%;
    background: rgb(from var(--secondary-color) r g b / 0.5) !important;
    color: white;
    border: 1.5px solid var(--secondary-color) !important;
    border-radius: 6px !important;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.btn-print-ticket span:after{
    background: url(/sports/assets_core/img/betslip-svg/imprimir.svg) no-repeat;
    content: "";
    display: block;
    background-size: contain;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
}

.btn-openbets {
    width: 100%;
    margin-top: 8px;
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: var(--white);
    text-transform: uppercase;
    /* padding: 6px 0; */
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
}

.btn-openbets:hover,
.btn-openbets:focus,
.btn-openbets:active,
.btn-openbets.active {
    background: var(--gradient-primary-color);
    border-color: var(--primary-color) !important;
}

.tik-body .btn[disabled] {
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.2;
}

@media only screen and (max-width: 991.98px) {
    .betslip {
        width: 100%;
    }

    .tik-msg-err {
        border: 1px solid #f5c6cb !important;
        margin-bottom: 60px !important;
    }

    /* .tik-msg-err,
    .tik-msg-err .tik-head,
    .tik-msg-err .tik-body {
        color: #721c24;
        background-color: #f8d7da;
    } */

    .tik-msg-err .tik-head {
        padding: 8px;
        color: #181818;
        font-size: 2em !important;
    }

    .tik-msg-err .tik-head span {
        font-size: 14px;
        color: #fff;
    }
}

/* FIX FOR MODAL SCROLL */
body.modal-open .wrapper,
body.modal-open .page-content-wrapper-mob,
body.modal-open #sidebar-wrapper {
    overflow: hidden;
}

.modal-bs {
    overflow: hidden !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal-bs .modal-dialog {
    position: absolute;
    width: 96%;
    overflow-y: none;
    height: 100%;
    margin: 0 auto;
}

.modal-bs .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.modal-bs .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: none;
    background-color: var(--dark1) !important;
}

.modal-bs .modal-body {
    position: absolute;
    top: 50px;
    overflow: auto;
    bottom: 56px;
    width: 100%;
    padding: 0 10px 80px 10px;
    left: 0;
    background-color: var(--content-bg-color);
}

.modal-bs .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 14px 10px 10px;
    font-size: 12px;
    background-color: var(--bg-100) !important;
    color:var(--text2)
}

.modal-bs .modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 5px 10px 10px 10px;
    border-top: 1px solid #CCC;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background: var(--footer-color);
}

.modal-bs .modal-openspot {
    /*height: 120px;*/
}

.modal-openspot .col-xs-12 button {
    padding: 17px;
    background-color: var(--green2);
    border-color: #9CD79D;
    color: var(--main-font-color);
    margin-top: 5px !important;
}

/* IFRAME */
.embed-container {
    position: relative;
    height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 10px;
    scrollbar-color: #535353 var(--content-bg-color);
}

.ratio16n9 {
    /* 56.25% para un aspect ratio 16:9 */
    padding-bottom: 56.25%;
}

.radio3n2 {
    /* 66.66% para un aspect ratio 3:2 */
    padding-bottom: 66.66%;
}

.radio4n3 {
    /* 75% para un aspect ratio 4:3 */
    padding-bottom: 75%;
}

.iframeMobile-container {
    margin-top: 18px;
    position: relative;
    /*importante por el cashier en mobile*/
    height: 100vh;
    /*importante por el cashier en mobile*/
}

.iframe-container {
    position: relative;
}

.menu_img {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
/* new icons mnenu */
.menu_Sportsbook{
 background: url("/sports/assets_core/img/icons-menu/sportsbook.svg") no-repeat center !important;
    
}
.menu_Casino {
    background: url("/sports/assets_core/img/icons-menu/casino.svg") no-repeat center;
}
.menu_LiveCasino {
    background: url("/sports/assets_core/img/icons-menu/livecasino.svg") no-repeat center;
}
.menu_Cashier {
    background: url("/sports/assets_core/img/icons-menu/cashier.svg") no-repeat center;
}
.menu_CashierTAGX{
    background: url("/sports/assets_core/img/icons-menu/cashierTAGX.svg") no-repeat center;
}
.menu_Racebook{
    background: url("/sports/assets_core/img/icons-menu/racebook.svg") no-repeat center;
}
.menu_Poker {
    background: url("/sports/assets_core/img/icons-menu/poker.svg") no-repeat center;
}
.menu_LiveBetting {
    background: url("/sports/assets_core/img/icons-menu/liveBetting.svg") no-repeat center;
}
.menu_Rewards {
    background: url("/sports/assets_core/img/icons-menu/rewards.svg") no-repeat center;
	background-size: contain;
}
.menu_PropBuilder{
    background: url("/sports/assets_core/img/icons-menu/propBuilder.svg") no-repeat center;
}
/* end */

/* .menu_Sports {
    background: url("/sports/assets_core/img/default_Sports.svg") no-repeat center;
} */

.header-menu nav ul li:hover .menu_Sports,
.header-menu nav ul li.active .menu_Sports {
    background: url("/sports/assets_core/img/Sports.svg") no-repeat center;
}

.menu_Lotto {
    background: url("/sports/assets_core/img/default_lotto.svg") no-repeat center;
}

.header-menu nav ul li:hover .menu_Lotto,
.header-menu nav ul li.active .menu_Lotto {
    background: url("/sports/assets_core/img/lotto.svg") no-repeat center;
}




.header-menu nav ul li:hover .menu_Casino,
.header-menu nav ul li.active .menu_Casino {
    background: url("/sports/assets_core/img/Casino.svg") no-repeat center;
}


.menu_scores {
    background: url("/sports/assets_core/img/default_scores.svg") no-repeat center;
}

.header-menu nav ul li:hover .menu_scores,
.header-menu nav ul li.active .menu_scores {
    background: url("/sports/assets_core/img/scores.svg") no-repeat center;
}

.menu_Live {
    background: url("/sports/assets_core/img/default_Live.svg") no-repeat center;
}

.header-menu nav ul li:hover .menu_Live,
.header-menu nav ul li.active .menu_Live {
    background: url("/sports/assets_core/img/Live.svg") no-repeat center;
}


.menu_Horses {
    background: url("/sports/assets_core/img/default_Horses.svg") no-repeat center;
}

.menu_CockFight {
    background: url("/sports/assets_core/img/default_CockFight.svg") no-repeat center;
}

.header-menu nav ul li:hover .menu_Horses,
.header-menu nav ul li.active .menu_Horses {
    background: url("/sports/assets_core/img/Horses.svg") no-repeat center;
}



.header-menu nav ul li:hover .menu_cashier,
.header-menu nav ul li.active .menu_cashier {
    background: url("/sports/assets_core/img/Cashier.svg") no-repeat center;
}


.embed-container iframe {
    position: absolute;
    top: 0;
    border: none;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.embed-container iframe {
    /* width: 100px;*/
    /*height: 2500px;*/
}

@media (min-width: 1024px) {
    .embed-container iframe {
        width: 100%;
        /*height: 2500px;*/
    }
}

@media (min-width: 1280px) {
    .embed-container iframe {
        width: 100%;
        /*height: 2500px;*/
    }
}

/* FOOTER */
.foo_continue,
.foo_options {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    background-color: var(--header-mobile-bg);
    text-align: right;
    padding: 6px 10px 0 0;
    z-index: 500;
}

.foo_options {
    border-top: 1px solid #CCC;
    background-color: #242425;
}

.foo_options a {
    color: #999;
    font: 1em/1.4 Montserrat, sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0px;
    margin-left: 3px;
    background-color: var(--main-font-color);
    padding: 5px 10px;
}

.foo_options a:hover {
    color: #181818;
}

.foo_continue:before,
.foo_continue:after,
.foo_options:before,
.foo_options:after {
    display: table;
    content: " ";
}

.foo_continue:after,
.foo_options:after {
    clear: both;
}

.foo_continue .passw {
    display: inline-block;
    width: 160px;
}

.foo_continue .continue {
    float: right;
    display: inline-block;
    margin-right: 10px;
}

 .continue button:after {
    content: '';
    display: inline-block;
    /* margin-top: 1.05em; */
    /* margin-left: -0.6em; */
    width: 0.7em;
    height: 0.7em;
    border-top: 0.25em solid #fff;
    border-right: 0.25em solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .foo_continue {
        left: 0;
    }

    .foo_continue {
        margin-left: 0;
    }

    .foo_options a {
        color: #181818;
        border-color: #181818;
    }

    .foo_options a:hover {
        color: #181818;
        border-color: #181818;
    }
}

.foo_options {
    display: none;
}

/* hide the spin-button */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:not([disabled])[type=number] {
    -moz-appearance: textfield;
}

/* MENU BUTTON EXPANDED */
#menu-toggle {
    float: left;
    margin: 0 16px;
}

.sb-expanded #menu-toggle {
    /*padding-left: calc(100% - 22px * 2);*/
    /* float: left; */
    transition: all 0.4s ease 0s;
    height: 57px;
    padding-top: 0 !important;
    /* margin-left: 280px; */
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sb-expanded #navbar_account {
    display: none;
}

@media (min-width: 520px) {
    .sb-expanded #mobile_login {
        margin-left: 260px;
    }
}

#mobile_login {
    padding: 107px 5% 115px 5%;
    clear: both;
}
#mobile_login .title{
    color: var(--middle-font-color);
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
}

/* UNFIXED */
.unfixed {
    position: absolute !important;
}

.unfixed_footer {
    position: relative !important;
}

/* CONTACT INFO */
.contact-info,
.AccOptions {
    margin: 0 !important;
}

.contact-info {
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    margin-bottom: 20px;
}

.contact-info div {
    font-size: 0.7em;
}

.contact-info hr {
    border-top: 1px solid #CCC;
    margin: 0 15px;
}

@media (max-width: 991.98px) {


    .contact-info div {
        font-size: 0.85em;
    }

    .contact-info div b {
        font-size: 1.1em;
        margin-bottom: 3px;
        display: block;
    }

    .contact-info .btn-livechatmob {
        margin: 20px auto 0 auto;
    }
}

/* BOOTSTRAP ADDONS */
/* Make aligning text responsive */
.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
    text-align: left;
}

.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
    text-align: center;
}

.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
    text-align: right;
}

.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {

    .text-left-not-xs,
    .text-center-not-xs,
    .text-right-not-xs,
    .text-justify-not-xs {
        text-align: inherit;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-center-xs {
        text-align: center;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-justify-xs {
        text-align: justify;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .text-left-not-sm,
    .text-center-not-sm,
    .text-right-not-sm,
    .text-justify-not-sm {
        text-align: inherit;
    }

    .text-left-sm {
        text-align: left;
    }

    .text-center-sm {
        text-align: center;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-justify-sm {
        text-align: justify;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .text-left-not-md,
    .text-center-not-md,
    .text-right-not-md,
    .text-justify-not-md {
        text-align: inherit;
    }

    .text-left-md {
        text-align: left;
    }

    .text-center-md {
        text-align: center;
    }

    .text-right-md {
        text-align: right;
    }

    .text-justify-md {
        text-align: justify;
    }
}

@media (min-width: 1200px) {

    .text-left-not-lg,
    .text-center-not-lg,
    .text-right-not-lg,
    .text-justify-not-lg {
        text-align: inherit;
    }

    .text-left-lg {
        text-align: left;
    }

    .text-center-lg {
        text-align: center;
    }

    .text-right-lg {
        text-align: right;
    }

    .text-justify-lg {
        text-align: justify;
    }
}

/* Scrollbar */

::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px var(--content-bg-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(15, 79, 115, 0.8);
    -webkit-box-shadow: inset 0 0 6px var(--content-bg-color);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(15, 79, 115, 0.4);
}

/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*/
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
    display: none !important;
}

@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }

    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl,
    td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}

/* AGENTS VIEW LINES */
.agent-view-lines .wrapper {
    height: 100%;
}

.agent-view-lines .wtype,
.agent-view-lines .content-header,
.agent-view-lines .btn-classicsite,
.agent-view-lines .btn-horses,
.agent-view-lines nav,
.agent-view-lines .search,
.agent-view-lines .logout {
    display: none;
}

.agent-view-lines .page-content-wrapper {
    /*width: -webkit-calc(100% - 260px); width: -moz-calc(100% - 260px); width: calc(100% - 260px);*/
    width: 100%;
}

.agent-view-lines .sports-container {
    margin-top: 20px;
}

.agent-view-lines .tab-content {
    top: 0;
    padding-top: 0;
}

.form-control {
    font-size: 10px !important;
}

.agent-view-lines.page-content-wrapper-mob {
    padding-top: 0;
}

.agent-view-lines .icon_menu {
    background-color: var(--main-font-color);
    border-left: none;
}

.agent-view-lines .icon_menu,
.agent-view-lines .icon_menu:hover,
.agent-view-lines .icon_menu:focus {
    color: var(--main-font-color);
    font-size: 1.4em;
    text-align: center;
    width: 45px;
    margin-top: 10px;
}

@media (max-width: 991.98px) {
    .agent-view-lines .inset {
        padding-top: 0;
    }

    .agent-view-lines #menu-toggle {
        display: inline-block;
    }
}

@media print {

    /* * { width: 100%; border: 1px solid #E10600FF; } */
    html,
    body {
        height: 100%;
        overflow: visible !important;
    }

    header {
        height: 0;
    }

    .wrapper {
        height: auto !important;
    }

    .test_warning {
        border: none;
    }

    .modal {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        overflow: visible !important;
    }

    /*.page-content-wrapper, */
    .printable .modal-header,
    #betSlipController,
    .BettingOptions,
    .content-header,
    .BettingOptions_foo {
        display: none !important;
    }

    .headnav,
    .headuinfo,
    .headmisc {
        display: none !important;
    }

    .printable {
        display: block !important;
        font-size: 1em;
    }

    .printable .modal-body {
        display: block !important;
        font-size: 1em;
    }

    .printable .modal-dialog {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .printable .modal-content {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none !important;
    }

    .printable .modal-body {
        padding: 0;
        margin: 0;
    }

    .printable .modal-body .reports {
        padding: 0 !important;
        margin: 0 !important;
        font: 0.6em/1.3 Montserrat, sans-serif;
    }

    .printable .modal-body .reports .tab-content {
        padding: 0 !important;
        margin: 0 !important;
        top: 0;
    }

    .page-content-wrapper {
        width: 100%;
        padding: 0;
    }

    .panel-heading {
        padding-left: 0;
    }

    .wagertypetitle {
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        font-size: 0.7em;
        padding: 2px 0;
        color: var(--middle-font-color);
    }

    .wagertypetitle span.line_limit {
        display: none !important;
    }

    .game-line {
        border-left: 1px solid #CCC;
    }

    .gameTitle {
        background: none !important;
        padding: 2px 0;
        font-size: 0.8em;
    }

    .bettinglines li {
        border-top: 1px solid #CCC;
    }

    .gameLineInfo {
        font-size: 0.65em !important;
    }

    .btn-xs,
    .btn-group-xs>.btn {
        font-size: 0.9em !important;
    }

    .gameLineInfo section,
    .bettinglines li .gameLineInfo i {
        display: inline-block;
    }

    .bettinglines li .gameLineInfo i {
        padding-left: 5px;
    }

    .bettinglines li .gameLineInfo i:before {
        content: " / ";
        color: #CCC;
    }

    .gameLineInfo .btn-default,
    .gameLineInfo .btn-default.active {
        border: none;
        display: block;
    }

    .CircleLegend,
    .btn-period-group,
    .pan-options {
        display: none !important;
    }

    .panel-default {
        border: none;
    }

    .visible-print {
        display: inline-block !important;
    }

    .reports .report-detail {
        padding: 15px 15px 5px 15px;
        border: 3px solid #CCC;
        margin-bottom: 20px;
    }

    .report-detail>h2:first-child {
        margin: 0 0 20px 0px;
    }

    .day-bal {
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
    }

    .tab-pane .row div h2.RepTitle {
        font-size: 2em;
    }

    .tab-pane .row div h2.RepTitle span {
        display: inline-block !important;
    }

    .tab-pane .graded-header h2 {
        line-height: 0.7em;
    }

    .tab-content,
    .reports,
    .tab-pane,
    .modal-body {
        border: none !important;
    }

    .col-sm-offset-12,
    .col-sm-offset-11,
    .col-sm-offset-10,
    .col-sm-offset-9,
    .col-sm-offset-8,
    .col-sm-offset-7,
    .col-sm-offset-6,
    .col-sm-offset-5,
    .col-sm-offset-4,
    .col-sm-offset-3,
    .col-sm-offset-2,
    .col-sm-offset-1,
    .col-sm-offset-0 {
        margin-left: 0 !important;
    }

    .no-padding-print {
        padding: 0;
    }

    .col-division-right {
        border-right: 1px solid #CCC;
        padding-right: 10px;
    }

    .graded-header,
    .graded-data {
        border-bottom: 1px solid #CCC;
    }

    .reports .report-detail-open-bets {
        padding: 0;
        margin-top: 15px;
        font-size: 12px;
        background-color: white;
    }

    .arrow-up {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #CCC;
        margin-right: 15px;
    }

    .figures-header {
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        margin-top: 10px;
    }

    .font-bigger {
        color: #181818 !important;
    }

    .figures-header .row .row div,
    .figures-header .num-totals-title {
        padding: 15px 0px 10px 0;
    }

    .date-picker {
        float: right;
        display: inline-block;
        width: 80px;
    }

    .breakout {
        float: right;
        display: inline-block;
        width: 240px;
    }

    .breakout .checkbox-inline {
        margin-right: 10px;
    }

    .report-detail h2 {
        font-size: 1.3em !important;
    }

    .reports .icon_viewresults,
    .icon_viewresults_minus {
        height: 12px;
    }

    .btn-graded {
        display: none;
    }

    input {
        border-style: none;
        display: inline;
    }

    .form-control {
        text-align: right;
        width: 80px;
        border-style: none;
        padding: 0;
        height: inherit;
        float: right;
        display: inline-block;
    }

    .day_selected {
        background-color: #DDD;
        border: 1px solid #CCC;
    }

    .tab-pane {
        background-color: #DDD;
        border: 1px solid #E10600FF;
    }
}

@media print {

    /*	SM COLUMNS FIX */
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .visible-xs {
        display: none !important;
    }

    .hidden-xs {
        display: block !important;
    }

    table.hidden-xs {
        display: table;
    }

    tr.hidden-xs {
        display: table-row !important;
    }

    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important;
    }

    .hidden-xs.hidden-print {
        display: none !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

    /*	LARGE COLUMNS FIX */
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .visible-xs {
        display: none !important;
    }

    .hidden-xs {
        display: block !important;
    }

    table.hidden-xs {
        display: table;
    }

    tr.hidden-xs {
        display: table-row !important;
    }

    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important;
    }

    .hidden-xs.hidden-print {
        display: none !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

    /*	PRINT COLUMNS  */
    .container {
        max-width: none !important;
        width: 100% !important;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .col-hidden-print {
        display: none !important;
    }

    .col-print-12 {
        width: 100%;
    }

    .col-print-11 {
        width: 91.66666667%;
    }

    .col-print-10 {
        width: 83.33333333%;
    }

    .col-print-9 {
        width: 75%;
    }

    .col-print-8 {
        width: 66.66666667%;
    }

    .col-print-7 {
        width: 58.33333333%;
    }

    .col-print-6 {
        width: 50%;
    }

    .col-print-5 {
        width: 41.66666667%;
    }

    .col-print-4 {
        width: 33.33333333%;
    }

    .col-print-3 {
        width: 25%;
    }

    .col-print-2 {
        width: 16.66666667%;
    }

    .col-print-1 {
        width: 8.33333333%;
    }
}


/*Scroll bar */

::-webkit-scrollbar-thumb {
    background: rgba(83, 83, 83, 0.8);
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.sec-3-ro-2 ul {
    margin-left: 25px;
    margin-right: 25px;
    /* width: 100%; */
}

.log-ma {
    margin-top: 10px;
    padding-bottom: 80px;
}

.log-ma.sec-3-ro-3 ul li {
    display: inline-block;
    margin: 5px 10px;
    font-size: 12px;
    color: black;
}

.sec-3-ro-3 ul li a {
    color: white;
}

.bottom-ft p {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    color: var(--white);
}

p.cir-p {
    border: 2px solid;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 800;
    margin: 12px auto;
}

.sd-rw-1 {
    background: var(--betslip-bg-prev) !important;
    padding: 30px 30px;
    text-align: center;
    /*box-shadow: 0px 0px 20px #000;*/
    margin-top: 10px;
}

.sd-rw-1 h6 {
    color: var(--text2) !important;
    font-size: 14px;
    font-weight: bold ;
}

.sd-rw-1 p {
    color: var(--text2) !important;
    font-weight: 600;
    font-size: 14px;
    padding: 20px 0;
}

.sd-rw-1 a.btn-lg {
    padding: 5px 15px;
    width: 50%;
    font-size: 13px;
}


/*Sign Up Form*/

.sign-in-top h4 {
    color: #fff;
    font-size: 30px;
    font-family: 'Montserrat';
}

.sign-in-top {
    background-color: #08080b;
    padding: 10px 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.sign-in-btm {
    background-color: #08080b;
    padding: 50px 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.sign-in-btm .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 30px;
}

.sign-up.image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    margin-top: -55px;
}

.Sign-up-mrbt {
    padding: 150px 0px;
}

.sign-up-page {
    background-color: #101115;
    padding: 70px;
}

.sign-up-page .sign-in {
    padding-left: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 15px;
}

.body-content .sign-in-page .sign-in h4,
.body-content .sign-in-page .create-new-account h4,
.body-content .sign-up-page .sign-in h4,
.body-content .sign-up-page .create-new-account h4 {
    font-size: 28px !important;
    font-family: 'Montserrat';
    border-bottom: none;
    color: #fff;
    text-align: center;
    margin-bottom: 70px;
}

.unicase-form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    border-color: #0c4ca6;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    padding: 5px 15px;
    border-bottom: 2px solid #0c4ca6 !important;
    border: none;
    text-align: center;
    background: transparent;
}

.select-parent select {
    text-indent: 1px;
    content: '' !important;
    -webkit-appearance: none;
    background: url(/assets/img/br_down.png) !important;
    background-position: right !important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    padding-left: 125px;
}

/* Promotions */

.sec-1 {
    background: url(/assets/img/sec-1.png);
    background-size: cover;
    height: 100%;
    content: '';
    padding: 40px;
    background-position: center;
    border-bottom: 2px solid #222;
}

.sec-2 {
    background-color: #0f1115;
    padding: 60px 40px;
}

.outer-top-xs {
    margin-top: 0px;
}

.sec-1 h4.blue {
    color: rgb(15, 76, 217);
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Montserrat';
}

.sec-1 h6.text {
    color: #fff;
    font-size: 26px;
    margin: 15px 0;
    font-family: 'Montserrat';
}

.wide-banners {
    overflow: hidden;
}

.outer-bottom-xs {
    margin-bottom: 30px;
}

.wide-banner .image img {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/***ALLAN TWEEKS BEGIN***/

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.d-flex {
    display: flex !important;
}

.d-block {
    display: block !important;
}

.w-100 {
    width: 100% !important;
}

.w-fit{
    width: fit-content!important;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem;
}

.pt-23 {
    padding-top: 23px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.mr-2,
mx-2 {
    margin-right: 0.5rem;
}

.text-white {
    color: white;
}

.preset-amounts input {
    background-color: var(--content-bg-color) !important;
    border: 0;
    width: 65px;
}

.preset-amounts input:hover {
    /*color: var(--primary-color) !important;*/
}

.slide-in {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
}

.slide-out {
    animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
    display: none !important;
}

.hide-transform {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.over-width-line-container {
    /*position: absolute;*/
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.over-width-line-container-desktop {
    top: 0;
    position: absolute;
    width: 100%;
}

.left-button-period {
    position: absolute;
    left: -25px;
    width: 20px;
    display: flex;
    align-content: center;
    height: 41px;
    z-index: 1;
    justify-content: center;
    opacity: 0.7;
    color: white;
    font-size: 21px;
    background-image: url("/assets/img/period_arrow.svg");
    background-repeat: no-repeat;
    transform: rotate(180deg);
    top: -4px;
    margin-left: 2px;
}

.right-button-period {
    position: absolute;
    right: -25px;
    width: 20px;
    display: flex;
    align-content: center;
    height: 41px;
    z-index: 1;
    justify-content: center;
    opacity: 0.7;
    color: white;
    font-size: 21px;
    background-image: url("/assets/img/period_arrow.svg");
    background-repeat: no-repeat;
    top: 4px;
    margin-right: 2px;
}

.left-button-period strong,
.right-button-period strong {
    align-self: center;
}

.circle-inner {
    position: absolute;
    align-self: center;
    background: var(--dark1);
    width: 105px;
    height: 105px;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px;
    cursor: pointer;
}

.circle-container .mobile-counter {
    margin-top: 20px;
    margin-left: 200px;
    background-color: black;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.circle-inner h1,
.circle-inner h3,
.circle-inner h4 {
    margin: 0 !important;
}

.circle-container h3 {
    color: white;
    text-align: center;
    /*position: absolute;*/
    /*top: 60px;*/
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
}

.circle-container h4 {
    text-align: center;
    /*position: absolute;*/
    /*top: 130px;*/
}


.circle-container h1 {
    text-align: center;
    color: white;
    /*position: absolute;*/
    /*top: 80px;*/
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 20px;
}

.circle-container {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    position: relative;
}

.circle-outer {
    position: absolute;
    align-self: center;
    background: var(--primary-color);
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
}

.circle-outer-in {
    -webkit-animation: grow-outer-fw 1s forwards;
}


.circle-inner-in {
    -webkit-animation: grow-inner-fw 2s forwards;
}

.circle-outer-out {
    -webkit-animation: grow-outer-bw 1s forwards;
}


.circle-inner-out {
    -webkit-animation: grow-inner-bw 2s forwards;
}

.cursor-not {
    cursor: not-allowed
}

@-webkit-keyframes grow-inner-fw {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}


@-webkit-keyframes grow-inner-bw {
    0% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes grow-outer-fw {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
    }
}

@-webkit-keyframes grow-outer-bw {
    0% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes slide-in {
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide-in {
    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(110%);
    }
}

@-webkit-keyframes slide-out {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(110%);
    }
}


/**ALLAN TWEEKS END**/

/** page preloading */
.cssload-dots {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    outline: 1px solid var(--dot-colors-color2);
    filter: url(#goo);
    -o-filter: url(#goo);
    -ms-filter: url(#goo);
    -webkit-filter: url(#goo);
    -moz-filter: url(#goo);
    z-index: 1001;
}

.cssload-dot {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.cssload-dot:before {
    content: "";
    width: 34px;
    height: 34px;
    border-radius: 49px;
    background: var(--dot-colors-color1);
    position: absolute;
    left: 50%;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    margin-left: -17.5px;
    margin-top: -17.5px;
}



.cssload-dot:nth-child(5):before {
    z-index: 100;
    width: 44.5px;
    height: 44.5px;
    margin-left: -21.75px;
    margin-top: -21.75px;
    animation: cssload-dot-colors 4s ease infinite;
    -o-animation: cssload-dot-colors 4s ease infinite;
    -ms-animation: cssload-dot-colors 4s ease infinite;
    -webkit-animation: cssload-dot-colors 4s ease infinite;
    -moz-animation: cssload-dot-colors 4s ease infinite;
}


.cssload-dot:nth-child(1) {
    animation: cssload-dot-rotate-1 4s 0s linear infinite;
    -o-animation: cssload-dot-rotate-1 4s 0s linear infinite;
    -ms-animation: cssload-dot-rotate-1 4s 0s linear infinite;
    -webkit-animation: cssload-dot-rotate-1 4s 0s linear infinite;
    -moz-animation: cssload-dot-rotate-1 4s 0s linear infinite;
}

.cssload-dot:nth-child(1):before {
    background-color: var(--dot-colors-color1);
    animation: cssload-dot-move 4s 0s ease infinite;
    -o-animation: cssload-dot-move 4s 0s ease infinite;
    -ms-animation: cssload-dot-move 4s 0s ease infinite;
    -webkit-animation: cssload-dot-move 4s 0s ease infinite;
    -moz-animation: cssload-dot-move 4s 0s ease infinite;
}

.cssload-dot:nth-child(2) {
    animation: cssload-dot-rotate-2 4s 1s linear infinite;
    -o-animation: cssload-dot-rotate-2 4s 1s linear infinite;
    -ms-animation: cssload-dot-rotate-2 4s 1s linear infinite;
    -webkit-animation: cssload-dot-rotate-2 4s 1s linear infinite;
    -moz-animation: cssload-dot-rotate-2 4s 1s linear infinite;
}

.cssload-dot:nth-child(2):before {
    background-color: var(--dot-colors-color2);
    animation: cssload-dot-move 4s 1s ease infinite;
    -o-animation: cssload-dot-move 4s 1s ease infinite;
    -ms-animation: cssload-dot-move 4s 1s ease infinite;
    -webkit-animation: cssload-dot-move 4s 1s ease infinite;
    -moz-animation: cssload-dot-move 4s 1s ease infinite;
}

.cssload-dot:nth-child(3) {
    animation: cssload-dot-rotate-3 4s 2s linear infinite;
    -o-animation: cssload-dot-rotate-3 4s 2s linear infinite;
    -ms-animation: cssload-dot-rotate-3 4s 2s linear infinite;
    -webkit-animation: cssload-dot-rotate-3 4s 2s linear infinite;
    -moz-animation: cssload-dot-rotate-3 4s 2s linear infinite;
}

.cssload-dot:nth-child(3):before {
    background-color: var(--dot-colors-color1);
    animation: cssload-dot-move 4s 2s ease infinite;
    -o-animation: cssload-dot-move 4s 2s ease infinite;
    -ms-animation: cssload-dot-move 4s 2s ease infinite;
    -webkit-animation: cssload-dot-move 4s 2s ease infinite;
    -moz-animation: cssload-dot-move 4s 2s ease infinite;
}

.cssload-dot:nth-child(4) {
    animation: cssload-dot-rotate-4 4s 3s linear infinite;
    -o-animation: cssload-dot-rotate-4 4s 3s linear infinite;
    -ms-animation: cssload-dot-rotate-4 4s 3s linear infinite;
    -webkit-animation: cssload-dot-rotate-4 4s 3s linear infinite;
    -moz-animation: cssload-dot-rotate-4 4s 3s linear infinite;
}

.cssload-dot:nth-child(4):before {
    background-color: var(--dot-colors-color2);
    animation: cssload-dot-move 4s 3s ease infinite;
    -o-animation: cssload-dot-move 4s 3s ease infinite;
    -ms-animation: cssload-dot-move 4s 3s ease infinite;
    -webkit-animation: cssload-dot-move 4s 3s ease infinite;
    -moz-animation: cssload-dot-move 4s 3s ease infinite;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pt-2,
.py-2 {
    padding-top: .5rem !important;
}

.pt-1,
.py-1 {
    padding-top: .25rem !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pr-2,
.px-2 {
    padding-right: .5rem !important;
}

.pr-1,
.px-1 {
    padding-right: .25rem !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.pl-1,
.px-1 {
    padding-left: .25rem !important;
}

.pl-2,
.px-2 {
    padding-left: .5rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.p-5 {
    padding: 2rem;
}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mt-2,
.my-2 {
    margin-top: .5rem !important;
}

.mt-1,
.my-1 {
    margin-top: .25rem !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.f-normal {
    font-style: normal;
}

@keyframes cssload-dot-move {
    0% {
        transform: translateY(0);
    }

    18%,
    22% {
        transform: translateY(-68px);
    }

    40%,
    100% {
        transform: translateY(0);
    }
}

@-o-keyframes cssload-dot-move {
    0% {
        -o-transform: translateY(0);
    }

    18%,
    22% {
        -o-transform: translateY(-68px);
    }

    40%,
    100% {
        -o-transform: translateY(0);
    }
}

@-ms-keyframes cssload-dot-move {
    0% {
        -ms-transform: translateY(0);
    }

    18%,
    22% {
        -ms-transform: translateY(-68px);
    }

    40%,
    100% {
        -ms-transform: translateY(0);
    }
}

@-webkit-keyframes cssload-dot-move {
    0% {
        -webkit-transform: translateY(0);
    }

    18%,
    22% {
        -webkit-transform: translateY(-68px);
    }

    40%,
    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes cssload-dot-move {
    0% {
        -moz-transform: translateY(0);
    }

    18%,
    22% {
        -moz-transform: translateY(-68px);
    }

    40%,
    100% {
        -moz-transform: translateY(0);
    }
}

@keyframes cssload-dot-colors {
    0% {
        background-color: var(--dot-colors-color2);
    }

    25% {
        background-color: var(--dot-colors-color1);
    }

    50% {
        background-color: var(--dot-colors-color2);
    }

    75% {
        background-color: var(--dot-colors-color1);
    }

    100% {
        background-color: var(--dot-colors-color2);
    }
}

@-o-keyframes cssload-dot-colors {
    0% {
        background-color: var(--dot-colors-color2);
    }

    25% {
        background-color: var(--dot-colors-color1);
    }

    50% {
        background-color: var(--dot-colors-color2);
    }

    75% {
        background-color: var(--dot-colors-color1);
    }

    100% {
        background-color: var(--dot-colors-color2);
    }
}

@-ms-keyframes cssload-dot-colors {
    0% {
        background-color: var(--dot-colors-color2);
    }

    25% {
        background-color: var(--dot-colors-color1);
    }

    50% {
        background-color: var(--dot-colors-color2);
    }

    75% {
        background-color: var(--dot-colors-color1);
    }

    100% {
        background-color: var(--dot-colors-color2);
    }
}

@-webkit-keyframes cssload-dot-colors {
    0% {
        background-color: var(--dot-colors-color2);
    }

    25% {
        background-color: var(--dot-colors-color1);
    }

    50% {
        background-color: var(--dot-colors-color2);
    }

    75% {
        background-color: var(--dot-colors-color1);
    }

    100% {
        background-color: var(--dot-colors-color2);
    }
}

@-moz-keyframes cssload-dot-colors {
    0% {
        background-color: var(--dot-colors-color2);
    }

    25% {
        background-color: var(--dot-colors-color1);
    }

    50% {
        background-color: var(--dot-colors-color2);
    }

    75% {
        background-color: var(--dot-colors-color1);
    }

    100% {
        background-color: var(--dot-colors-color2);
    }
}

@keyframes cssload-dot-rotate-1 {
    0% {
        transform: rotate(-105deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

@-o-keyframes cssload-dot-rotate-1 {
    0% {
        -o-transform: rotate(-105deg);
    }

    100% {
        -o-transform: rotate(270deg);
    }
}

@-ms-keyframes cssload-dot-rotate-1 {
    0% {
        -ms-transform: rotate(-105deg);
    }

    100% {
        -ms-transform: rotate(270deg);
    }
}

@-webkit-keyframes cssload-dot-rotate-1 {
    0% {
        -webkit-transform: rotate(-105deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
    }
}

@-moz-keyframes cssload-dot-rotate-1 {
    0% {
        -moz-transform: rotate(-105deg);
    }

    100% {
        -moz-transform: rotate(270deg);
    }
}

@keyframes cssload-dot-rotate-2 {
    0% {
        transform: rotate(165deg);
    }

    100% {
        transform: rotate(540deg);
    }
}

@-o-keyframes cssload-dot-rotate-2 {
    0% {
        -o-transform: rotate(165deg);
    }

    100% {
        -o-transform: rotate(540deg);
    }
}

@-ms-keyframes cssload-dot-rotate-2 {
    0% {
        -ms-transform: rotate(165deg);
    }

    100% {
        -ms-transform: rotate(540deg);
    }
}

@-webkit-keyframes cssload-dot-rotate-2 {
    0% {
        -webkit-transform: rotate(165deg);
    }

    100% {
        -webkit-transform: rotate(540deg);
    }
}

@-moz-keyframes cssload-dot-rotate-2 {
    0% {
        -moz-transform: rotate(165deg);
    }

    100% {
        -moz-transform: rotate(540deg);
    }
}

@keyframes cssload-dot-rotate-3 {
    0% {
        transform: rotate(435deg);
    }

    100% {
        transform: rotate(810deg);
    }
}

@-o-keyframes cssload-dot-rotate-3 {
    0% {
        -o-transform: rotate(435deg);
    }

    100% {
        -o-transform: rotate(810deg);
    }
}

@-ms-keyframes cssload-dot-rotate-3 {
    0% {
        -ms-transform: rotate(435deg);
    }

    100% {
        -ms-transform: rotate(810deg);
    }
}

@-webkit-keyframes cssload-dot-rotate-3 {
    0% {
        -webkit-transform: rotate(435deg);
    }

    100% {
        -webkit-transform: rotate(810deg);
    }
}

@-moz-keyframes cssload-dot-rotate-3 {
    0% {
        -moz-transform: rotate(435deg);
    }

    100% {
        -moz-transform: rotate(810deg);
    }
}

@keyframes cssload-dot-rotate-4 {
    0% {
        transform: rotate(705deg);
    }

    100% {
        transform: rotate(1080deg);
    }
}

@-o-keyframes cssload-dot-rotate-4 {
    0% {
        -o-transform: rotate(705deg);
    }

    100% {
        -o-transform: rotate(1080deg);
    }
}

@-ms-keyframes cssload-dot-rotate-4 {
    0% {
        -ms-transform: rotate(705deg);
    }

    100% {
        -ms-transform: rotate(1080deg);
    }
}

@-webkit-keyframes cssload-dot-rotate-4 {
    0% {
        -webkit-transform: rotate(705deg);
    }

    100% {
        -webkit-transform: rotate(1080deg);
    }
}

@-moz-keyframes cssload-dot-rotate-4 {
    0% {
        -moz-transform: rotate(705deg);
    }

    100% {
        -moz-transform: rotate(1080deg);
    }
}

/** end page preloading */

.page-content-wrapper-mob #searchResult {
    width: 97%;
    position: relative;
    margin: auto;
    background: #1c1d2a;
}

#navbar_mobile_info.search_expanded #searchResult.hasItems {
    height: 280px;
}

.btn-close-search{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary-color);
    color: white;
    margin: 5px 5px;
    border-radius: 4px;
    font-weight: 700;
    padding: 4px 6px !important; 

}

#mobilesearch a{
    padding: 6px;
}

#searchResult {
    list-style: none;
    padding: 0px;
    width: 300px;
    position: absolute;
    margin-top: 40px;
    margin-left: 10px;
    overflow-y: auto;
    background-color: var(--middle-page-bg-color);
    font: normal 0.8em/1 Montserrat, sans-serif;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

#searchResult li {
    padding: 5px;
}



#searchResult .row {
    padding: 5px;
}

.page-content-wrapper-mob #searchResult .row.search-row-title{
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    width: 26%;
}



#searchResult .row.search-row-title {
    /* color: var(--text2); */
    padding: 14px;
    font-weight: bold;
    font-size: 11px;
    
}

#searchResult .row.search-row-details {
    /* color: var(--text2); */
    font-weight: 500;
}

.page-content-wrapper-mob #searchResult .row.search-row-details{
    color:var(--text2);
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}

.page-content-wrapper-mob #searchResult .row.search-row-details div {
    margin-bottom: 5px;
    font-size: 11px;
}

/* #searchResult .row.search-row-details:hover {
    color: var(--secondary-color);
    font-weight: 700;
    background-color: #ddebfd;
} */

.page-content-wrapper-mob #searchResult .row.search-row-details:hover {
    color: inherit;
}


#searchResult .row.search-row-details:hover {
    color: var(--white);
    background: var(--gradient-secondary-color);
    
    /* background-color: #ddebfd; */
}





.w-space-normal {
    white-space: normal !important;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.h-100 {
    height: 100%;
}

.dateTitle {
    font-size: 14px;
    font-weight: 200;
    padding: 10px 6px;
    margin: 0;
}

.empty-team-totals {
    color: black;
    text-align: center;
    font-size: 13px;
    padding: 11px 0 0 0;
}

@media (hover: hover) {

    .btn-betlines:hover {
        background: var(--secondary-color);
    }
}

@media (max-width: 400px) {
    .gameComments {
        /*width: 81% !important;*/
    }
}

.game-note i {
    margin: 0 0 0 11px;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.img_loading {}


/*aqui comienza el core-style*/

.text-positive {
    color: #0cff0c;
}

.text-negative {
    color: red;
}

.ticket .listed_pitcher input[type="checkbox"]:checked+label::after,
.ticket .listed_pitcher input[type="checkbox"]+label::after {
    color: black !important;
    background-color: lightgray !important;
}

.hide-after::after {
    display: none !important;
}

.tik-body .pitcher {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* align-items: center; */
}



.ticket-total-bet .freeplay,
.ticket-total-bet {
    margin: auto;
    display: inline-block;
}

.iframeMobile-container iframe {
    left: 0;
}

.modal-bs {
    z-index: 1001 !important;
}

.modal-bs-mobile {
    top: 70px !important;
}

.float-left {
    float: left !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

@media (max-width: 1199.98px) {
    .d-hide-responsive {
        display: none
    }
}

@media (max-width: 768px) {
    .d-sm-none {
        display: none;
    }

    .d-sm-12 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.parlayDetailInfo {
    border-radius: 6px;
    margin-top: 10px;
    font-size: 12px;
    padding: 10px;
    border: 1px solid var(--circledBorderColor);
    background-color: var(--circleBackgroundColor);
    color: var(--white);
}

.parlayDetailInfo h2 {
    font-weight: bold;
    margin-bottom: 4px;
}

ul {
    list-style: none;
}


ul li {
    padding-left: 0px;
}

.btn-sidebar-continue {
    position: fixed;
    bottom: 0;
    right: 10px;
    padding: 10px;
    z-index: 1004;
    height: 64px;

}

.btn-sidebar-continue:focus {
    background: var(--green2);
}

.btn-sidebar-continue button:after {
    content: '';
    display: inline-block;
    /* margin-top: 1.05em; */
    /* margin-left: -0.6em; */
    width: 0.7em;
    height: 0.7em;
    border-top: 0.25em solid #fff;
    border-right: 0.25em solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-continue,
.btn-sd-continue {
    background-color: var(--secondary-color);
    border-radius: 16px !important;
    color: var(--white);
    font-weight: 700;
}


.graded-data {
    padding: 10px 5px;
}

.offering-button {
    padding-left: 4px;
    padding-right: 4px;
}

.sports .panel-heading a {
    /* padding: 10px 13px;*/
}

.sportIcon {
    margin-left: 0 !important;
}

.checkbox-custom {
    display: flex;
}

.checkbox-custom span {
    font-family: Montserrat !important;
    color: var(--main-font-color);
    font-size: 1.1em;
    font-weight: 500;
    display: block;
    line-height: 1.2em;
    padding: 0 0 0 4px;
}

.checkbox-custom input[type=checkbox] {
    display: none;
}

.checkbox-custom input[type=checkbox]+label:after {
    color: var(--headers-bg-color);
}

.checkbox-custom input[type=checkbox]:checked+label:after {
    color: white;
}

.checkbox-custom input[type=checkbox]+label:after {
    font-family: "ui_icons";
    content: "\e600";
    font-size: 1em;
    text-align: center;
    padding: 2px;
    line-height: 15px;
    display: block;
    border: 1px solid lightgrey;
    border-radius: 4px;
    width: 22px;
    height: 22px;
}

.checkbox-custom input[type=checkbox]:checked+label:after {
    color: white;
}


.checkbox-styled {
    padding: 0 0 14px 0;
}

.checkbox-label-styled {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    float: none !important;
    height: inherit !important;
    margin-left: inherit !important;
}

.checkbox-label-styled::after {
    margin: 0 10px 0 0 !important
}



.sportIcon:before {
    margin-left: 0 !important;
    margin-right: 10px !important;
}

.red-border {
    border-color: red !important;
}



/* .tik-ifBet-amount {
    background-color: red;
    color: white;
} */

.betslip .preset-amounts {
    display: flex;
    flex-wrap: wrap;
}
.betslip .preset-amounts input {
    background-color: var(--betslip-preset-amounts-inputs) !important;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    flex: 1 1 ;
    margin: 4px;
    font-weight: 700;
       
    
}

.betslip .preset-amounts input[type="button"]:last-child {
    flex-basis: 100%;
    margin-top: 2px;
    
}

.navbar_account img {
    height: 32px;
}


@media only screen and (max-width: 768px) {
    .betslip.extended .bet-slip-column {
        min-width: 100%;
    }
}

.betslip.extended {
    background-color: black;
    width: 100%;
}

.betslip.extended .alert-success p {
    color: black;
}

.betslip.extended .checkbox-custom span {
    color: black;
}

.betslip.extended .bet-slip-column {
    margin: auto;
}

.betslip.extended .confirmed {
    max-width: 570px;
}

.betslip.extended .tik-amount-error span.error {
    color: red;
    padding-top: 0;
}

.btn-openbets {
    max-width: 200px;
}

.betslip.extended .confirmed-total {
    max-width: 570px;
    text-align: center;
}

button.close{
    color: var(--secondary-color) !important;
    opacity: 1.0;
    text-shadow: 0 1px transparent !important;
    
}

.betslip.extended .tik-msg-err .tik-head,
.betslip.extended .tik-msg-err {
    background: white;
}

.betslip.extended .tik-msg-err .tik-head,
.betslip.extended .tik-msg-err .tik-body {
    border: none !important;
}

.betslip.extended .tik-msg-err .tik-head button.tik-close {
    color: black;
}


.betslip.extended .bet-slip-column {
    flex-grow: 1;
    flex-basis: 0;
}


.betslip.extended .ticket-total-bet {
    padding-top: 0;
    border-radius: 10px;
    border: 1px solid #696969 !important;
    text-align: center;
}

.betslip.extended .classic-betslip {
    background: inherit;
    color: inherit;
}

.betslip.extended .row_totals {
    font-size: 15px;
}

.betslip.extended .row_totals_value {
    font-size: 16px;
}

.betslip.extended .row_totals_value_risking {
    color: red;
}

.betslip.extended .buypoints {
    margin-top: auto;
}

.betslip.extended .tik-amount,
.tik-open-spot {
    /*max-width: 300px;*/
    margin: auto;
    padding: 5px 0;
}

.betslip.extended .wager-item-info {
    margin-bottom: 0;
}

.betslip.extended .divider {
    width: 100%;
    margin: 10px auto;
    border-top: 1px solid #ccc;
}

.betslip.extended .spread_points {
    margin: auto;
}

.betslip.extended .buypoints .buypoints-dropdown {
    float: left;
    width: 200px;
    padding-left: 10px;
}

.betslip.extended .buypoints .title {
    width: inherit;
}

.betslip.extended .ticket-total-bet .tik-amount {
    background: none;
}

.betslip.extended .ticket {
    max-width: 800px;
    margin: 10px auto;
    margin-top: 20px;
    border-radius: 5px;
}

.betslip.extended .classic-betslip {
    background: inherit;
    color: inherit;
}

.betslip.extended .ticket-total-bet {
    padding-top: 0;
}

.betslip.extended .tik-head {
    background-color: inherit;
    border-radius: 10px 10px 0 0;
    border: 1px solid #696969;
}

.betslip.extended .ticket .listed_pitcher label {
    float: left;
}

.betslip.extended .withBorder {
    display: flex;
    flex-direction: column;
    border: 1px solid #696969;
}

.betslip.extended .tik-body {
    background-color: inherit;
    border-radius: 0 0 10px 10px;
    border: 1px solid #696969;
    display: flex;
    flex-direction: column;
    border-top: 0 !important;
    text-align: center;
}

.betslip.extended .tik-ifBet-amount {
    border-radius: 0;
    width: 50px;
    height: inherit;
    font-size: 11px;
    border: none;
    min-height: 24px;
}

.betslip.extended .preset-amounts input {
    border: 1px solid #ccc;
}

.betslip.extended .classic-betslip {
    background: inherit;
    color: inherit;
}

.betslip.extended .ticket-total-bet .total-numbers .value {
    float: none !important;
    width: inherit !important;
}

.betslip.extended .btn-placebet {
    max-width: 120px;
}

.betslip.extended .tik-ifBet-amount_win {
    max-width: 570px;
    min-width: 300px
}

.betslip.extended .tik-ifBet-amount_win span {
    color: black;
}

.betslip.extended .ticket {
    max-width: 800px !important;
    float: inherit !important;
    margin: 10px auto !important;
}

.modal-bs .betslip.extended .tik-body {
    color: black;
}

.modal-bs .modal-body {
    /* background: white !important; */
}

.modal-bs .betslip.extended .tik-body .btn[disabled] {
    opacity: 0.5 !important;
}

.modal-bs .betslip.extended .preset-amounts input:hover {
    color: white !important;
}

.modal-bs .betslip.extended .tik-body .pitcher label {
    color: var(--white)
}

.modal-bs .betslip.extended .ticket .tik-head {
    color: var(--white);
}

.modal-bs .betslip.extended .ticket.confirmed .tik-head {
    color: white;
}

.modal-bs .betslip.extended .tik-head button.tik-close {
    color: black;
}

.modal-bs .betslip.extended .ticket-total-bet .freeplay label span {
    color: black;
}

.modal-bs .betslip.extended .ticket input,
.ticket select {
    color: var(--text2) !important;
}

.modal-bs .betslip.extended .text-white {
    color: black;
}

.m-auto {
    margin: auto;
}

.CircleLow {
    background: #B20000;
}

.CircleHigh {
    background: #008C00;
}

.inputOffering {
    width: 3px;
    height: 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 4px;
}

.title-wage-type-bs {
    font-weight: 700;
}

.offering-input {
    width: 40px;
    -moz-box-shadow: inset 0px 0px 4px 0px #7f7f7f;
    -webkit-box-shadow: inset 0px 0px 4px 0px #7f7f7f;
    box-shadow: inset 0px 0px 4px 0px #7f7f7f;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    height: 20px;
}

.offering-input-mobile {
    width: 90%;
    margin-bottom: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: #cdcdcd 1px solid;
    height: 20px;
}

.menuTypeItemsWrapper {
    width: 100%;
    overflow: auto;
    background-color: var(--sidebar-bgcolor);
}

.teasersInfo .teasersInfo{
    border:1px solid var(--secondary-color);
}

.teasersInfo {
    font-size: 11px;
    text-align: center;
    border-radius: 4px;
    background-color: var(--sidebar-bgcolor);
    color: var(--text2);
    /*border:1px solid var(--primary-color);*/
}

.teasersInfo .row.row_headers {
    background-color: #686A6B;
    color: white;
    padding: 4px;
}

.teaserSelectedInfo {
    padding: 8px;
    /* background:var(--betslip-bg-color); */
    color: var(--text2);
    font-weight: bold;
}

.teasers-options {
    width: 100% !important;
    background-color: var(--sidebar-bgcolor);
}

.teaser-list-container a.teaserName {
    color: var(--text2);
    border: 1px solid var(--secondary-color);
    border-radius: 18px;
    padding: 5px 10px;
    min-width: 175px;
}

.teaser-list-container ._row {
    font-size: 12px;
    color: var(--text2);
    padding: 10px 10px;
    border-bottom: 1px solid lightgray;
    align-items: center;
    justify-content: space-between;
}

div#sidebar-wrapper .row.pl-5.pr-5.text-center {
    padding: unset !important;
}

.wtype .menuTypeItemsWrapper .m_topmenu {
    background: none !important;
    border: none;
}

.wtype .menuTypeItemsWrapper ul li a {
    color: var(--text2)
}

.tab-content {
    width: 100%;
}

.wtype .menuMobileSubItem {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid var(--secondary-color);
    font-weight: 700;
}

.wtype .menuTypeScrollableItems {
    width: fit-content;
    background-color: var(--sidebar-bgcolor);
    padding: 4px;
}

.wtype ul.m_topmenu {
    white-space: nowrap;
    overflow: hidden;
    background: none;
}

.wtype ul.m_topmenu li {
    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: inherit;
    vertical-align: top;
}

.menuTypeScrollableItems {
    width: fit-content;
    background-color: var(--dark1);
}

.betTypeItemFirstList ul {
    padding: 0 5px;
}

.betTypeItemFirstList ul li {
    width: 33%;
}

ul.bettinglines .gameLineInfo.isGameCircled,
ul.bettinglines .gameLineInfo.isGameCircled {
    /* background-color: var(--circleBackgroundColor); */
    /* border: 1px solid var(--circleBackgroundColor); */
    border-left: 8px solid var(--circleBackgroundColor);
}

ul.bettinglines .isGameCircled {
    /* background-color: var(--circleBackgroundColor); */
}

.gameLineInfo.isGameCircled .row {
    /* background-color: var(--circleBackgroundColor); */
}

.gameLineInfo.isGameCircled .game-line>.row:nth-child(2) {
    padding-bottom: 2px;
}

.gameLineInfo.isGameCircled .game-line>.row:nth-child(3) {
    /* border-top: 1px solid var(--circledBorderColor); */
}


.alternateLinesCountWrapper{
    min-width: 40px;
}
.btn-more-markets{
    border-radius: 4px;
    padding: 2px;
    /* border: 1px solid white; */
    font-size: 10px;
    min-width: 28px;
    margin: 4px;
    color: white;
    background: var(--secondary-color);
    font-weight: 700;
}

.gameCircleMark {
    background-color: var(--circleBackgroundColor);
    color: var(--text2) !important;
    border-radius: 3px;
    display: none;
}

@media only screen and (max-width: 1024px) {
    #wrapper.active #sidebar-wrapper {
        top: 0;
    }
}

.tik-win-amount .labelBetAmount,
.tik-risk-amount .labelBetAmount {
    padding: 8px 4px;
    font-size: 11px;
    height: 2.5em !important;
    background-color: inherit !important;
    color: var(--main-font-color) !important;
}

@media only screen and (max-width: 991.98px) {

    .tik-win-amount .labelBetAmount,
    .tik-risk-amount .labelBetAmount {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 991.98px) {

    .tik-win-amount .labelBetAmount,
    .tik-risk-amount .labelBetAmount {
        font-size: 11px !important;
    }
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.form-check-filter {
    position: relative;
    display: block;
    margin: 0;
}

.form-check-filter div.input-radio-wrapper {
    width: 16px;
    /*border: 1px solid var(--primary-color);*/
    padding: 1px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    z-index: 1;
}

.form-check-filter .option-input.radio {
    border-radius: 50%;
    height: 12px;
    margin: 0 !important;
}

.form-check-filter .option-input:checked {
    background: var(--primary-color);
}

.form-check-filter label {
    max-width: 100%;
    font-weight: normal;
    margin-left: 24px;
    font-size: 12px;
}

.form-check-filter .option-input.radio::after {
    border-radius: 50%;
}

.form-check-filter .option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: "";
    display: block;
    position: relative;
    z-index: 100;
}

.form-check-filter label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}


.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

#wrapper.active #sidebar-wrapper {
    top: 0 !important;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}



.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}



.btn-toggle-alternates {
    padding: 4px;
    font-size: 9px;
    background-color: var(--primary-color);
    align-items: center;
    display: flex;
    justify-content: center;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.btn-toggle-alternates span {
    color: white;
}

.alternateLineText {
    color: var(--primary-color) !important;
    font-size: 10px;
    padding: 5px 6px;
    font-weight: bold !important;
}

alternates-content .column-content2-alternetes-second-template.active,
.alternates-content .column-1-alternetes.active,
.alternates-content .column-2-alternetes.active
{
    color: white !important;
    background-color: var(--secondary-color)!important;
    border: 1px solid var(--secondary-color)!important;
}
.alternates-content .column-content2-alternetes-second-template.active .btn-offering,
.alternates-content .column-1-alternetes.active .btn-offering,
.alternates-content .column-2-alternetes.active .btn-offering
{
    /* background-color: var(--secondary-color)!important; */
    /* color: var(--white); */
}
.alternates-content .column-content2-alternetes-second-template:hover .btn-offering,
.alternates-content .column-1-alternetes:hover .btn-offering,
.alternates-content .column-2-alternetes:hover .btn-offering
{
    /* background-color: var(--secondary-color);
    color: var(--white); */
}

.alternates-content .column-content2-alternetes-second-template{
    color: var(--text2);
}



@media only screen and (min-width: 992px) {
    .alternates-content .column-content2-alternetes-second-template:hover,
    .alternates-content .column-1-alternetes:hover,
    .alternates-content .column-2-alternetes:hover
    {
        background-color: var(--secondary-color);
        border: none;
        color: var(--white);
    }
}

@media only screen and (max-width: 992px) {
    .gameLineInfo.childGameLineInfo {
        background-color: var(--betslip-bg-color) !important;
        border-radius: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

.gameLineInfo.childGameLineInfo .game_date_time {
    display: none;
}

.gameLineInfo.childGameLineInfo .game_data>div {
    display: none !important;
}

.gameLineInfo.childGameLineInfo .game_line_comments:before {
    content: ' ';
    background-color: red;
    height: 8px;
    border-radius: 50%;
    width: 8px;
    margin-right: 4px;
    display: inline-block;
    transform: scale(.7);
}

@media only screen and (min-width: 1400px) {

    .gameLineInfo.childGameLineInfo>.row {
        background-color: var(--middle-page-bg-color);
        margin: 0;
        padding: 0;
    }
}

li.childGameLineInfo {
    padding: 0 !important;
}

.gameLineInfo.childGameLineInfo .game-line {
    background-color: var(--middle-page-bg-color);
    border-left: 2px solid red;
    padding-top: 10px;
    padding-bottom: 10px;
}

.double_down_arrow {
    transform: rotate(91deg);
    width: 20px;
    height: 12px;
    font-size: 19px;
    font-style: normal;
    color: white;
    transform: translate(10px, 0px) rotate(90deg);
}

@media only screen and (max-width: 1400px) {
    .wagertypetitle .general_data {
        display: none
    }

    .wagertypetitle .lwrap {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        width: 100%;
    }

    .wraperbettype {
        width: 100%;
        padding: 0;
    }

    .gameLineInfo {
        flex-wrap: wrap;
    }

    .gameLineInfo .general_data {
        width: 100% !important;
    }

    .gameLineInfo .game-line {
        width: 100%;
        border-left: 0;
    }

    .gameLineInfo .general_data .game_date_time {
        flex-direction: row;
        width: 100%;
        padding: 0px;
    }

}


ul.bettinglines.BoldLines .gameLineInfo {
    font-weight: bold;
}

ul.bettinglines.BoldLines .gameLineInfo .btn-default,
ul.bettinglines.BoldLines .gameLineInfo .btn-betlines {
    font-weight: bold;
}


ul.bettinglines li h4 {
    font-weight: bold;
}

.border-0 {
    border: unset !important;
}

.border-2 {
    border: solid 2px #cdcdcd;
}

.border-r-2 {
    border-right: solid 2px #cdcdcd;
}

.border-l-0,
.border-x-0 {
    border-left: none !important;
}

.border-r-0,
.border-x-0 {
    border-right: none !important;
}

.border-b-0 {
    border-bottom: none !important;
}

.mb-2,
my-2 {
    margin-bottom: 1rem !important;
}

.mb-4,
my-4 {
    margin-bottom: 1.5rem !important;
}

.mt-2,
my-2 {
    margin-top: 1rem !important;
}

.mt-4,
my-4 {
    margin-top: 1.5rem !important;
}

.ml-1 {
    margin-left: 0.5rem !important;
}


.align-self-center {
    align-self: center !important;
}

.h-100 {
    height: 100% !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-between {
    justify-content: space-between;
}

.bg-white {
    background-color: var(--sidebar-bgcolor) !important;
}

.bg-black {
    background-color: black !important;
}

.bg-light-gray {
    background-color: var(--sidebar-bgcolor) !important;
}

.bg-success {
    background-color: var(--primary-color) !important;
    color: white;
}

.bg-warning {
    background-color: #eef549 !important;
}

.text-white {
    color: white;
}

.text-align-left {
    text-align: left !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pt-2,
.py-2,
.p-2 {
    padding-top: .5rem !important;
}

.pt-1,
.py-1 {
    padding-top: .25rem !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.align-items-center {
    align-items: center;
}

.h-auto {
    height: auto !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important;
}

.pb-2,
.py-2,
.p-2 {
    padding-bottom: .5rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

/*
    Contact_info
*/
@media (max-width: 991.98px) {
    .contact-info div {
        padding-top: 0 !important;
    }
}

/*
BetOffering Headers Styling
*/

.contact-info .dropdown-toggle span {
    color: black;
}

.contact-info .dropdown-toggle span::after {}

.panel-heading.sportType {
    background-color: var(--gray4) !important;
    border-bottom: 1px solid #b3b3b3 !important;
    padding: 13px 14px !important;
}

.panel-heading.sportType span {
    color: var(--text2) !important;
}

.mob_period_wrapper .period {
    padding: 10px 5px 11px 9px;
    
}

.mob_period_wrapper .btn-period {
    color: var(--white) !important;
    border-bottom: none !important;
    border-radius: 20px;
    padding: 5px 10px;
}

.contests:first-of-type {
    margin-top: 0;
    padding: 10px;
}





.page-content {
    border-bottom: none !important;
}

@media only screen and (max-width: 991.98px) {
    .bettinglines {
        margin: 0 2px 10px 2px !important;
    }
}

/*
    Team Totals Button style
*/
.line_titles {
    position: relative;
    /* border: 1px solid lightgrey; */
    /* background-color: var(--betslip-bg-color); */
    border-radius: 5px;
}

.line_titles,
.line_titles_column {
    padding: 6px;
}

.btn_teamTotals {
    position: absolute;
    top: 0;
    z-index: 2;
    right: -15px;
    padding: 0;
    top: 1px;
}

/**/

ul.bettinglines.BoldLines .gameLineInfo .btn-default,
ul.bettinglines.BoldLines .gameLineInfo .btn-betlines {
    font-weight: bold;
}


ul.bettinglines li h4 {
    font-weight: bold;
}

.border-0 {
    border: unset !important;
}

.border-2 {
    border: solid 2px #cdcdcd;
}

.border-r-2 {
    border-right: solid 2px #cdcdcd;
}

.border-l-0,
.border-x-0 {
    border-left: none !important;
}

.border-r-0,
.border-x-0 {
    border-right: none !important;
}

.border-b-0 {
    border-bottom: none !important;
}

.mb-2,
my-2 {
    margin-bottom: 1rem !important;
}

.mb-4,
my-4 {
    margin-bottom: 1.5rem !important;
}

.mt-2,
my-2 {
    margin-top: 1rem !important;
}

.mt-4,
my-4 {
    margin-top: 1.5rem !important;
}

.ml-1 {
    margin-left: 0.5rem !important;
}


.align-self-center {
    align-self: center !important;
}

.h-100 {
    height: 100% !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}


.bg-black {
    background-color: black !important;
}


.bg-success {
    background-color: var(--primary-color) !important;
    color: white;
}

.bg-warning {
    background-color: #eef549 !important;
}

.text-white {
    color: var(--text2);
}

.text-align-left {
    text-align: left !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pt-2,
.py-2,
.p-2 {
    padding-top: .5rem !important;
}

.pt-1,
.py-1 {
    padding-top: .25rem !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}


.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important;
}

.pb-2,
.py-2,
.p-2 {
    padding-bottom: .5rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pr-2,
.px-2,
.p-2 {
    padding-right: .5rem !important;
}

.pr-1,
.px-1 {
    padding-right: .25rem !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.pl-1,
.px-1 {
    padding-left: .25rem !important;
}

.pl-2,
.px-2,
.p-2 {
    padding-left: .5rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.p-5 {
    padding: 2rem;
}

.p-0 {
    padding: 0 !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mt-2,
.my-2 {
    margin-top: .5rem !important;
}

.mt-1,
.my-1 {
    margin-top: .25rem !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}


.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important;
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important;
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.m-5 {
    padding: 2rem;
}

.align-items-center {
    align-items: center;
}

.text-gray {
    color: var(--gray-font-color);
}

.text-black {
    color: var(--white) !important;
}

.title-divider {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f1f1f1;
}

.text-align-center {
    text-align: center !important;
}

.bg-primary-color,
.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-secundary {
    background-color: var(--secondary-color) !important;
}

.bg-header {
    background-color: var(--gray4) !important;
}

.parlay-selections {
    background-color: var(--parlay-selections-bg);
    color: #1C1D2A;
     margin: 6px 0px 6px 0px; 
    font-weight: 700;
    padding: 5px 12px 5px 12px !important;
    border-radius: 4px !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.parlay-selections:hover {
    background-color: var(--secondary-color);
    color: var(--white);

}
.parlay-selections:hover .parley-icon {
    filter: brightness(0) invert(1);
}


.wager-type-height {
    /* height: 90px !important; */
}

.graded-data {
    font: normal 0.9em/1.3 "Helvetica Neue", Helvetica, sans-serif;
}

#chat-icon {
    right: 25px;
    bottom: 25px;
    position: fixed;
    z-index: 9999;
}

#chat-icon a {
    position: relative;
}

#chat-icon a.chat-open-services {
    background-color: #129bf4;
    color: #fff;
    line-height: 55px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 23px;
    width: 55px;
    height: 55px;
    text-align: center;
    box-shadow: 2px 2px 8px -3px #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    display: inline-block;
}

#chat-icon a.chat-open-services i {
    line-height: 55px;
}

#chat-icon .chat-services a i {
    background-color: #129bf4;
    color: #fff;
    line-height: 55px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 23px;
    width: 55px;
    height: 55px;
    text-align: center;
    box-shadow: 2px 2px 8px -3px #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
}



.wrapper_noheader {
    height: calc(100% - 5px);
}


/* .header-wrapper-guess-style {
    margin-bottom: 28px;
} */

.header-guess-style {
    height: 76px !important;
}

.d-none {
    display: none;
}

.privacity-text-footer:focus {
    color: #f32e3a !important;
}

.privacity-text-footer:hover {
    color: #f32e3a !important;
}

/* JoinWrapp start  */


.JoinWrapp .modal-dialog {
    max-width: 940px;
  }
  
  .JoinWrapp .modal-content {
    border: 0;
  }
  
  .JoinWrapp .modal-content .modal-header {
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  
  .JoinWrapp .modal-content .modal-header button {
    z-index: 9;
  }
  
  .WrappCity {
    position: relative;
  }
  
  .WrappCity::after {
    position: absolute;
    content: "";
    right: 20px;
    top: 14px;
    width: 20px;
    height: 20px;
    background-image: url(../img/img_new/arrowDown.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .JoinWrapp {
    /* padding: 36px 0 75px 0; */
    background: var(--join-bg-wrapper);
    color: #fff;
  }
  
  .JoinWrapp .row .col-lg-6:first-child {
    width: 46%;
  }
  
  .JoinWrapp .row .col-lg-6:last-child {
    width: 54%;
  }
  
  .JoinWrapp .itemLeft {
    position: relative;
  }
  
  .JoinWrapp .itemLeft img.joinImg {}
  
  .JoinWrapp .itemLeft .box {}
  
  .JoinWrapp .itemLeft .box img {
    position: absolute;
    top: 44px;
    left: 34px;
    display: none;
  }
  
  .JoinWrapp .itemLeft .box ul {
    position: absolute;
    bottom: 58px;
    left: 44px;
  }
  
  .JoinWrapp .itemLeft .box ul li {
    font: normal 0.94em/1 Montserrat, sans-serif;
    color: var(--white);
    text-align: left;
  }
  
  .JoinWrapp .itemRight {
    padding-top: 30px;
    padding-right: 5%;
    padding-left: 5%;
  }
  
  .JoinWrapp .itemRight .WelcomeText {}
  
  .JoinWrapp .itemRight .WelcomeText h2 {
    font: normal 0.94em/1 Montserrat, sans-serif;
    color: var(--white);
    text-align: center;
    margin-bottom: 20px;
  }
  
  .JoinWrapp .itemRight .WelcomeText p {
    font: normal 0.94em/1 Montserrat, sans-serif;
    color: var(--white);
    text-align: center;
    margin-bottom: 27px;
  }
  
  .JoinWrapp .itemRight .stepWrapp {
    background: var(--sidebar-bgcolor) 0% 0% no-repeat padding-box;
    border-radius: 3px;
    height: 7px;
    width: 100%;
    position: relative;
    margin-bottom: 27px;
  }
  
  .JoinWrapp .itemRight .stepWrapp .stepInner {
    height: 100%;
    width: 30%;
    background: #0d6efd;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
  }
  
  .JoinWrapp form {
      padding-bottom: 30px;
  }
  
  .JoinWrapp form input::placeholder {
    color: #8a8a8c;
  }
  
  .JoinWrapp form select:focus,
  .JoinWrapp form input:focus {
    box-shadow: none;
    border-color: #0d6efd !important;
  }
  
  .JoinWrapp form .inputItem input {}
  
  .JoinWrapp form select,
  .JoinWrapp form .passwordWrapp input,
  .JoinWrapp form .inputNumberItem input,
  .JoinWrapp form .inputPhoneItem input,
  .JoinWrapp form .inputItem input {
    background: var(--betslip-bg-color) 0% 0% no-repeat padding-box;
    padding: 12px 14px;
    border-radius: 5px;
    font: normal 0.7em/1 Montserrat, sans-serif !important;
    color: var(--main-font-color);
    text-align: left;
    border-color: transparent;
    margin-bottom: 13px;
    font-size: 14px;
  }
  
  .JoinWrapp form .passwordWrapp {
    margin-top: 0;
    position: relative;
    margin-bottom: 0;
  }
  
  .JoinWrapp form .iti__country-list {
    box-shadow: 1px 1px 4px rgb(16 16 16);
    background-color: #101010;
    border: 1px solid #ff0004;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    color: var(--text2) !important;
  }

  .iti__flag-box,
  .iti__country-name {
    color: var(--white) !important;
  }

  .iti-mobile .iti__country {
    color: var(--text2);
  }
  
  .JoinWrapp form .inputPhoneItem {
    margin-bottom: 13px;
  }
  
  .JoinWrapp form .inputPhoneItem input {
      padding-left: 91px !important;
      width: 100%;
  }
  
  .JoinWrapp form .selectItem {}
  
  .JoinWrapp form .selectItem select {
    padding-left: 9px !important;
    color: white;
  }
  
  .JoinWrapp form .inputNumberItem {}
  
  .JoinWrapp form .inputNumberItem label {
    font: normal 0.94em/1 Montserrat, sans-serif;
    color: var(--white);
    text-align: left;
    margin-bottom: 9px;
    font-size: 14px;
  }
  
  .JoinWrapp form .inputNumberItem input {}
  
  .JoinWrapp form .inputNumberItem {}
  
  .JoinWrapp form .inputNumberItem input {}
  
  .JoinWrapp form .inputNumberItem span {}
  
  .JoinWrapp form .form-check {
    margin-bottom: 10px;
  }
  
  .JoinWrapp form .form-check input {}
  
  .JoinWrapp form .form-check label {
    font: normal 0.7em/1 Montserrat, sans-serif;
    color: var(--white);
  }
  
  .JoinWrapp form .form-check label a {
    color: var(--white);
    display: inline;
  }
  
  .JoinWrapp form .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
  }
  
  .JoinWrapp form .buttonWrapp {
    margin-top: 25px;
  }
  
  .JoinWrapp form .buttonWrapp button {
    background: var(--primary-color) 0% 0% no-repeat padding-box;
    border: 0;
    border-radius: 5px;
    padding: 11px;
    display: block;
    width: 100%;
    font: normal 0.94em/1 Montserrat, sans-serif;
    color: var(--white);
    text-align: center;
    font-weight: 700;
    transition: all 1s ease;
  }

  .JoinWrapp form .buttonWrapp button:hover {
    background-color: #d0202a;
    transition: all 1s ease;
  }
  
  .JoinWrapp form .buttonWrapp p {
    font: normal 0.94em/1 Montserrat, sans-serif;
    color: var(--white);
    text-align: center;
    margin-bottom: 0;
    margin-top: 21px;
  }
  
  .JoinWrapp form .buttonWrapp p a {
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    padding: 5px 13px;
    border-radius: 9px;
    font-weight: 700;
  }
  
  .JoinWrapp form .footerForm {
    margin-top: 40px;
  }
  
  .JoinWrapp form .footerForm .item {
    margin: 0 8px;
    align-self: center;
  }
  
  .JoinWrapp form .footerForm .item .imgBox {
    background: var(--sidebar-bgcolor) 0% 0% no-repeat padding-box;
    background: #1E1E1E 0% 0% no-repeat padding-box;
    border-radius: 5px;
    text-align: center;
    padding: 12px 15px;
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
  }
  
  .JoinWrapp form .footerForm .item .imgBox img {}
  
  .JoinWrapp form .footerForm .item p {
    font: normal 0.94em/1 Montserrat, sans-serif;
    color: var(--middle-font-color);
    text-align: center;
    margin-bottom: 0;
  }
  
  .JoinWrapp form .footerForm .arrowRgiht {
    margin-top: 12px;
  }
  
  .JoinWrapp form .footerForm .arrowRgiht img {}
  
  /* Chrome, Safari, Edge, Opera */
  .JoinWrapp input::-webkit-outer-spin-button,
  .JoinWrapp input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  .JoinWrapp input[type=number] {
    -moz-appearance: textfield;
  }
  .JoinWrapp .form-check-input {
    display: inline-block !important;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
  
  /* JoinWrapp end */
  /* sign up modal end */
  .sign-up-modal .modal-content {
    border-radius: 2px !important;
    background-color: var(--middle-page-bg-color);
  }
  .btn-signup-go {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    /*background: var(--primary-color);*/
    color: var(--white);
    border: 1px solid white!important;
    border-radius: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 6px;
    padding: 4px 8px !important;
    display: flex;
    align-items: center;
}
  /* sign up modal end */
  #mobile_login .form-control {
    color: var(--middle-font-color) !important;
    background-color: var(--input-bg-color10) !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
  }

  .sign-up-modal .closeBTN {
      position: relative !important;
      right: 13px !important;
      top: 13px !important;
      color: white !important;
      opacity: 1 !important;
  }

.d-none-coin {
    display: none !important;
}

.payout-animated-container {
    position: relative;
    left: 0;
    display: none;
}

.payout-animated-container, .deposit-animated-container {
    position: relative;
}

.max-height-demo-test-cashier {
    max-height: 392px !important;
}

.all-singles-amount {
    font-size: 12px;
    color: var(--text2);
    font-weight: 700;
}

.page-content-wrapper-mob .searchResultGame{
    /* background: #32333e; */
    display:flex;
    flex-direction: row;

}
.page-content-wrapper-mob #searchResult{
    background: var(--bg-search-result) !important;
    border: 1px solid #1a6ce875;
}
.page-content-wrapper-mob #searchResult li{
    padding: 1px;
}

.search_result_title{
    font-size: 11px;
    padding-left: 10px;
    font-weight: 600;
    color: dodgerblue;
}

.searchResultGame{
    cursor: pointer;
}

.searchResultGame:hover:active{
    background: var(--gradient-secondary-color);
    color: var(--white);
}

.page-content-wrapper-mob .searchResultGame:hover .search-row-details{
    /* background-color: #44464e; */
}
.page-content-wrapper-mob .searchResultGame:hover .search-row-title{
    /* background-color: #44464e; */
}

.searchResultGame:hover .search-row-details{
    /* background-color: #eff2f5; */
}
.searchResultGame:hover .search-row-title{
    /* background-color: #eff2f5; */
}

.btn-apply-up-betslip {
    background: var(--secondary-color) !important;
    color: var(--white);
    border: 1px solid #666;
    border-radius: 4px !important;
    border-color: transparent !important;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px !important;
    margin-left: 6px;
    width: 55px !important;
    font-size: 10px;
}

.btn-apply-up-betslip:hover{
    background-color: var(--primary-color) !important;
    color: var(--white);
}
.btn-apply-up-betslip:active {
    background-color: var(--primary-color) !important;
    color: var(--white);
}
.btn-apply-up-betslip:focus {
    background-color: var(--primary-color) !important;
    color: var(--white);
}


.digital-cash-input {
    background: #d6d6d6 0% 0% no-repeat padding-box;
    padding: 12px 14px;
    border-radius: 5px;
    font: normal 0.7em/1 Montserrat, sans-serif !important;
    color: var(--middle-font-color);
    text-align: left;
    border-color: transparent;
    margin-bottom: 13px;
    width: 100%;
    height: 42px;
}
.title-cash-paragraph {
    font-size: 12px;
    text-align: center;
    margin-top: 13px;
    margin-bottom: 19px;
    color: #989494;
}
.alert-text {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
}
/*.mobile .mobile-side-sport-menu {*/
/*    margin-top: 33px !important;*/
/*}*/
.mobile .mobile-line-space {
    margin-bottom: 100px;
}

.cashier-credit-card-input {
    background: #d6d6d6 0% 0% no-repeat padding-box;
    padding: 12px 14px;
    border-radius: 5px;
    font: normal 0.7em/1 Montserrat, sans-serif !important;
    color: var(--middle-font-color);
    text-align: left;
    border-color: transparent;
    width: 100%;
    height: 42px;
}
.digital-credit-btn {
    background: linear-gradient(to right, #F32E3A, #D20C18) no-repeat padding-box;
    border: 0;
    border-radius: 5px;
    padding: 11px;
    display: block;
    width: 100%;
    font: normal 0.94em/1 Montserrat, sans-serif;
    color: var(--middle-font-color);
    text-align: center;
    font-weight: 700;
    color: white;
    transition: all 1s ease;
}
.card-csv {
    max-width: 30px;
}
.card-type-container {
    min-width: 67px;
}
.card-type-container i{
    font-size: 33px;
}
.csv-input {
    width: 52px;
}
.date-input {
    max-width: 52px;
}
.year-input {
    max-width: 64px;
}
.input-card-title{
    padding: 4px 9px 0px 9px;
    font-family: sans-serif;
    font-size: 13px;
}
.amount-card{
    max-width: 177px;
}
.flex-1 {
    flex: 1;
}
.mobile-form .mobile-card-number-container {
    min-width: 100%;
    padding-right: 0px !important;
}
.mobile-form .mobile-card-number {
    min-width: 100%;
    padding-right: 0px !important;
}
.mobile-form .mobile-dob-container {
    display: block !important;
}
.mobile-form .mobile-d-flex-wrap {
    flex-wrap: wrap;
}
.mobile-form .mb-3 {
    margin-bottom: 0px !important;
}
.mobile-form .pr-3 {
    padding-right: 0px !important;
}
.mobile-form .digital-credit-btn {
    margin-top: 12px;
}
.mobile-form .amount-card,  .mobile-form .year-input{
    max-width: 100% !important;
}

.footer-menu li a{
    color: white;
    text-decoration: none !important;
    font-weight: 900;
}
.iti--separate-dial-code {
    width: 100%;
    color: var(--text2);
}
.logo-footer-container {
    max-width: 354px;
}
.logo-footer-container .logo-footer {
    max-height: 300px;
}
.logo-footer-container .logo-footer img{
    max-height: 50px;
}
.text-GBS {
    color: var(--text2);
    font-size: 13px;
    font-family: Arial;
    width: 65%;
    margin-top: 20px;
}
.legal-link-container {
    padding: 0px 30px;
}
.legal-link-container ul{
    list-style: none;
}
.legal-link-container ul li {
    padding-bottom: 8px;
}

.legal-link-container ul li a{
    color: var(--text2);
    font-weight: bold;
    font-size: 1.3rem;
}
.powered-container {
    padding: 0px 57px;
}
.border-bottom {
    border-bottom: 1px solid #4c4b4b;
    padding-bottom: 21px;
}
.copy-container {
    border-top: 1px solid #4c4b4b;
    padding: 10px 0px 40px 0px;
    width: 50%;
    text-align: center;
    margin-top: 40px
}
.main-footer-info-container {
    flex-wrap: wrap;
}

@media screen and (max-width: 1468px) {
    .logo-footer-container {
        flex-basis: 100%;
        max-width: 100% !important;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 36px;
    }
    .powered-container {
        padding: 0px;
    }
}
@media screen and (max-width: 481px) {
    .legal-link-container {
        width: 100%;
        text-align: center;
        margin-bottom: 54px;
    }
}


/* start cashier styles */
.main-cashier-container {
    background-color: #f4f4f4;
  }
  
  .aspx-cashier-page .main-cashier-container {
    background-color: #fff;
    height: 1500px !important;
  }
  
  .cashier-top-container {
    border-radius: 5px;
    background-color: #2e2f3b;
  }
  
  .cashier-top-container .deposit-icon {
    color: #fff;
    font-size: 19px;
  }
  
  .cashier-top-container .cashier-item.disabled .deposit-icon {
    color: #616372;
  }
  
  .cashier-top-container .cashier-item {
    transition: all 0.5s ease;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .cashier-top-container .cashier-item:not(.disabled):hover {
    background-color: #383948;
  }
  
  .cashier-top-container .cashier-item:not(.disabled).selected-cashier-option {
    background-color: #383948;
  }
  
  .cashier-top-container .item-text {
    color: #fff;
  }
  
  .cashier-top-container .cashier-item.disabled .item-text {
    color: #616372;
  }
  
  .cashier-deposit-body-container .cashier-body-content {
    min-height: 600px;
    overflow-x: hidden;
  }
  
  .cashier-deposit-body-container .cashier-body-content .body-cashier-content-title {
    color: #BFBEC3;
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 18px;
    background-color: #434250;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  .deposit-container-main-content {
    width: 100%;
  }
  
  .deposit-options-container {
    background-color: #2f2e3b;
    padding: 0px 14px 20px 14px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    flex-wrap: wrap;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 14px;
  }
  
  .deposit-search-container {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 0px 10px;
    position: relative;
  }
  
  
  .deposit-next-container {
    /* background-color: #ffffff; */
    padding: 8px 15px 0px 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    justify-content: center;
    margin-bottom: 20px;
  }
  
  .deposit-next-container .next-btn-icon {
    font-size: 9px;
    top: 1px;
    left: 5px;
  }
  
  .deposit-next-container .deposit-next-btn {
    background-size: 200% auto;
    background-image: var(--primary-color, #b70e00) !important;
    background-color: #2399e5;
    padding: 12px 39px 12px 39px;
    border: none;
    width: 100%;
    transition: all 0.5s ease;
    color: #2f2e3b !important;
    border-radius: 5px;
    max-width: 152px;
    font-weight: bold;
  }
  
  .deposit-next-container .deposit-next-btn:hover {
    background-position: right center;
  }
  
  /* no cambiar a variables porque el iframe no las entiende */
  .deposit-footer-options-container .option-btn {
    background: var(--primary-color, #b70e00) !important;
    padding: 8px 10px 9px 10px;
    border-radius: 5px;
    font-size: 13px;
    border: none;
    margin: 0px 5px;
    color: #434250;
    font-weight: bold;
    /* transition: all 1s ease; */
    width: 66px;
  }
  
  .deposit-footer-options-container .option-btn:hover {
    background: var(--gradient-secondary-color, linear-gradient(to right, #1a6ce8, #5a99f8)) !important;
  }
  
  .custom-depost-bet {
    background-color: #434250;
    color: #2e2f3b;
    border: none;
    border-radius: 5px;
    padding: 8px 10px;
    color: #BFBEC4;
    font-weight: bold;
    width: 201px;
  }
  
  .custom-depost-bet::placeholder {
    color: #BFBEC4;
    font-weight: bold;
  }
  
  .deposit-options-container .deposit-option-item {
    padding: 20px 20px;
    background-color: #434250;
    border-radius: 5px;
    color: #BFBEC4;
    transition: all 0.5s ease;
    cursor: pointer;
    margin: 5px 5px 5px 5px;
    width: 181px;
    height: 70px;
  }
  
  .deposit-options-container .deposit-option-item.selected {
    background-color: #F3F2F3;
    color: #2f2e3b;
  }
  
  .deposit-options-container .deposit-option-item .deposit-option-icon {
    margin-right: 8px;
    margin-top: -3px;
  }
  
  .deposit-search-container .deposit-search-input {
    background-color: #434250;
    border: none;
    border-radius: 5px;
    padding: 9px 16px;
    color: #BFBEC4;
    font-weight: bold;
    width: 201px;
  }
  
  .deposit-search-container .deposit-search-input::placeholder {
    color: #BFBEC4;
    font-weight: bold;
  }
  
  .deposit-search-container .search-deposit-icon {
    position: absolute;
    right: 10px;
    color: #BFBEC4;
    top: 11px;
  }
  
  .form-control-search-input {
    position: relative;
    width: 201px;
  }
  
  .pay-depost-qr {
    background-color: #2F2E3B;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 20px 20px 20px 20px;
    width: 100%;
  }
  
  .qr-button {
    background-color: #434250;
    padding: 10px 20px 11px 20px;
    border: none;
    color: #BFBEC4;
    border-radius: 5px;
    width: 100%;
    transition: all 0.5s ease;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  .qr-button:hover {
    background-color: #383948;
  }
  
  .qr-depost-bet {
    background-color: #e4e4e6;
    color: #2F2E3B;
    border: none;
    border-radius: 5px;
    padding: 4px 10px;
    width: 100%;
    font-weight: bold;
  }
  
  .copy-qr-text-container {
    position: relative;
    background-color: #e4e4e6;
    color: #2e2f3b;
    border: none;
    border-radius: 5px;
    padding: 4px 10px;
    width: 100%;
  }
  
  div.svg-loader-wrapper svg{
    position: fixed;
    bottom: -10000px;
    left: -10000px;
  }
  
  .copy-text-svg {
    position: absolute;
    right: 10px;
    color: #2e2f3b;
    top: 6px;
    fill: #2e2f3b;
    cursor: pointer;
  }
  
  .amount-qr-container {
    color: #bfbec5;
    font-size: 16px;
  }
  
  .qr-check-text {
    color: #bfbec6;
    font-size: 14px;
    text-align: center;
  }
  
  .qr-button-check-status {
    background-size: 200% auto;
    background-image: var(--secondary-color, #1a6ce8);;
    background-color: #2399e5;
    padding: 12px 39px 12px 39px;
    border: none;
    width: 100%;
    transition: all 0.5s ease;
    color: black !important;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    font-weight: bold;
  }
  
  .qr-button-check-status:hover {
    background-position: right center;
  }
  
  .refresh-qr-icon {
    fill: #ffff !important;
    height: 22px;
    position: relative;
    top: -1px;
  }
  
  .deposit-step-1 {
    position: relative;
    left: 0;
  }
  
  .deposit-options-container .deposit-option-item.selected .coin-money-icon {
    display: none;
  }
  .deposit-options-container .deposit-option-item.selected .coin-money-icon-active {
    display: block;
  }
  
  .coin-money-icon {
    margin-right: 8px;
    fill: #000;
  }
  .coin-money-icon-active {
    margin-right: 8px;
    fill: #000;
    display: none;
  }
  
  .mobile-cashier-buttons {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  
  .mobile-cashier-buttons .custom-depost-bet {
    margin-top: 10px;
  }
  
  .demo-tool-cashier-messaje-container {
    margin-top: 20px;
  }
  
  .back-qr-icon {
    border-radius: 5px;
    padding: 20px 20px 20px 20px;
    width: 100%;
    position: absolute;
    top: 5px;
    left: 0px;
    width: 4px;
    color: #e4e4e6;
    cursor: pointer;
  }
  
  .d-none-coin {
    display: none !important;
  }
  
  .payout-animated-container {
    position: relative;
    left: 0;
    display: none;
  }
  
  .payout-animated-container,
  .deposit-animated-container {
    position: relative;
  }
  
  .max-height-demo-test-cashier {
    max-height: 392px !important;
  }
  
  
  
  .tab-cashier-intern-item {
    padding: 9px 12px 8px 12px;
    margin-top: 20px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    background-color: #F3F2F3;
    color: #2f2e3b;
    cursor: pointer;
    transition: all 0.5s ease;
    min-width: 131px;
    -webkit-box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.24);
    margin-right: 10px;
    min-width: 136px;
  }
  
  .tab-cashier-intern-item.selected {
    -moz-box-shadow: -1px -10px 5px 0px rgba(0, 0, 0, 0.19);
    box-shadow: -1px -4px 5px 0px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px -4px 5px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: -1px -4px 5px 0px rgba(0, 0, 0, 0.06);
    background-color: #434250;
    color: #c8c9d5;
    margin-right: 8px !important;
  }
  
  .align-items-center {
    align-items: center;
  }
  
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }
  
  .align-items-center {
    align-items: center;
  }
  
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }
  
  .d-flex {
    display: flex;
  }
  
  .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  
  .flex-column {
    flex-direction: column;
  }
  
  .w-100 {
    width: 100% !important;
  }
  
  .deposit-options-container .d-none, .info-container .d-none{
    display: none !important;
  }
  
  #PnBonusArea .myGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  #PnBonusArea .myGrid .grid-item img {
    width: 210px;
  }
  
  .error-alert-cashier {
    background-color: #ead1d2;
    padding: 8px 0px;
    border: 1px dotted #e18088;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    margin: 4px 0px;
  }
  
  .next-point {
    vertical-align: top;
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #2399e5;
    border-right: 22px solid transparent;
  }
  
  .cashier-top-options-container {
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: #2F2E3B;
    padding-top: 1px;
    min-height: 80px;
  }
  
  .deposit-back-container {
    background-color: #ffffff;
    padding: 8px 0px 0px 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    justify-content: start;
    margin-bottom: 20px;
  }
  
  .deposit-back-container .deposit-back-btn {
    background-size: 200% auto;
    background-image: var(--secondary-color, #1a6ce8);
    background-color: #2399e5;
    padding: 12px 39px 12px 39px;
    border: none;
    width: 100%;
    transition: all 0.5s ease;
    color: black !important;
    border-radius: 5px;
    max-width: 152px;
    font-weight: bold;
  }
  
  .deposit-back-container .deposit-back-btn:hover {
    background-position: right center;
  }
  
  .ion-block-payout-container .custom-depost-bet {
    margin: 7px;
  }
  .ion-block-payout-container .wallet-address-container {
    flex-basis: 31%;
    padding-right: 20px;
  }
  .ion-block-payout-container .wallet-address-container #TxtAddress{
    width: 100%;
  }
  
  @media screen and (max-width: 617px) {
    .deposit-footer-options-container .container-btn-amount-options {
        justify-content: center;
        width: 100%;
    }
  
    .deposit-search-container {
        justify-content: center;
        padding: 0px 9px;
    }
  
    .deposit-options-container {
        justify-content: center;
    }
  }
  
  @media screen and (max-width: 409px) {
    .deposit-options-container .deposit-option-item {
        width: 46% !important;
    }
  
    .deposit-options-container {
        padding: 0px !important;
    }
  }
  
  @media screen and (max-width: 1200px) {
    .mobile-tabs-container {
        justify-content: start !important;
    }
  
    .cashier-top-options-container {
        flex-wrap: wrap;
        padding-top: 10px;
    }
  
    .deposit-footer-options-container {
        order: 3;
        margin: 4px 0px;
    }
  
    .container-btn-amount-options {
        padding: 0px !important;
    }
  
    .ion-block-payout-container .deposit-search-container{
        order: 1;
    }
    .ion-block-payout-container .payout-amount-container{
        order: 2;
    }
    .ion-block-payout-container .deposit-footer-options-container{
        order: 3;
    }
    .ion-block-payout-container .wallet-address-container{
        order: 4;
        width: 96%;
        padding: 0px 0px;
        display: flex;
        justify-content: center;
    }
    .ion-block-payout-container #TxtAddress {
        margin: 7px;
        max-width: 418px;
        width: 100%;
    }
    .ion-block-payout-container .wallet-address-container {
        flex-basis: auto;
        padding-right: 0px;
    }
  }
  
  /* end cashier styles */

.form-select {
    background: #2e2f3b;
}

/* start bet offering eu buttons style */
.eu-bet-offering-buttons-container button{
    height: 36px !important;
}
.eu-game-title-content {
    justify-content: space-between;
}
.eu-game-title-columns {
    width: 62%;
    font-weight: 700;
}
.eu-columns-title-container .eu-game-title-content .grid-1{
    width: 42%;
}
.eu-columns-title-container .eu-game-title-content .grid-2{
    width: 23%;
    margin: 0px 2.3%;
}
.eu-columns-title-container .eu-game-title-content .grid-3{
    width: 26%;
}
.eu-columns-title-container .eu-game-title-content .grid-3 .sub-grid-1{
    width: 40%;
    margin-right: 5%;
}
.eu-columns-title-container .eu-game-title-content .grid-3 .sub-grid-2{
    width: 41%;
}
.game-line-container .btn-more-markets{
    margin-top: 19px;
}
@media only screen and (max-width: 1199px) {
    .eu-columns-title-container .eu-game-title-content .grid-1 {
        width: 39%;
        margin-left: 23px;
    }
}
@media only screen and (max-width: 1400px) {
    .eu-game-title-columns {
        width: 67%;
    }
    .eu-bet-offering-buttons-container offering-button button{
        padding: 0px !important;
    }
}
@media only screen and (max-width: 1494px) {
    .eu-columns-title-container .eu-game-title-content .grid-2 {
        width: 19%;
        margin-right: 5%;
    }
}
.eu-mobile-colums-container offering-button button {
    width: 100%;
    height: 100%;
}
.eu-mobile-colums-container .btn-betline-container {
    width: 100% !important;
    height: 100% !important;
    padding: 0px !important;
}
.eu-mobile-colums-container offering-button {
    width: 100%;
    height: 100%;
}
.eu-mobile-colums-container .team-name {
    font-size: 0.7rem;
    line-height: 1.1;
    word-spacing: -1px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2px;
    width: 100%;
    color: var(--text2);
}
.eu-mobile-colums-container .line-rot-num {
    font-size: 1rem;
    margin-bottom: 0px;
    line-height: 1px;
}
.eu-mobile-colums-container .colum-title {
    margin-bottom: 5px;
    text-align: center;
    color: var(--text2);
    font-size: 0.9rem;
    font-weight: 700;
}
.eu-mobile-colums-container .row {
    background-color: transparent !important;
}
.eu-mobile-colums-container .btn-betline-container .btn-betlines{
    height: 100%;
    border-radius: 8px;
}
.eu-mobile-colums-container .game-des-container img{
    height: 15px !important;
    width: 15px !important;
    position: relative;
    top: 0px;
}
.eu-mobile-colums-container .game-des-container {
    padding-top: 0px !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.eu-mobile-colums-container lazy-load-image {
    padding-top: 0px !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/* end bet offering eu buttons style */
/* start More market styles */
.alternates-content .money-line-points-label-left , .alternates-content .money-line-points-label-right{
    background-color: transparent !important;
    border: none !important;
}
.alternates-content .column-content2-alternetes-second-template {
    cursor: pointer ;
    padding-left: 38px;
}
.alternates-content .column-content2-alternetes-second-template.disabled {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity = 65);
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
}
.button-see-more-cards-alternates::before {
    content: attr(data-text-more);
}
.button-see-more-cards-alternates:not(.collapsed)::before {
    content: attr(data-text-less);
}
.alternates-toggle-all-btn {
    font-size: 1.2rem;
    background-color: var(--primary-color);
    box-shadow: none;
    border: none;
    border-radius: 2px;
    font-weight: 100;
    min-width: 66px;
}
.alternates-toggle-all-btn::before {
    content: attr(data-text-less);
}
.alternates-toggle-all-btn:not(.active)::before {
    content: attr(data-text-more);
    color: var(--white);
    font-weight: 700;
}

.alternates-content .panel-default .panel-heading {
    font-weight: 700 !important;
    padding: 13px 2% 0px 2%;
}
.alternates-content .column-content2-alternetes-second-template.active {
    background-color: var(--secondary-color);
    border: none;
    color: var(--white);
  
}
.alternates-content .column-1-alternetes.disabled {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity = 65);
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
}
.draw-alternates-colum {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 7px 0px 12px;
}
.draw-alternates-colum offering-button button{
    position: relative;
    background-color: transparent !important;
    border: none !important;
    font-weight: bold;
}
.column-1-alternetes, .column-2-alternetes {
    cursor: pointer;
}
.title-eu-teams-container {
    display: flex;
    flex-direction: column;
}
.flex-order-1 {
    order: 1;
}
.flex-order-2 {
    order: 2;
}
.eu-mobile-colums-container offering-button button {
    font-weight: bold;
}
@media only screen and (max-width: 991px) {
    .page-content-wrapper-mob .alternates-content .alternates-toggle-all-btn {
        border-radius: 0px !important;
    }
    .page-content-wrapper-mob .alternates-content .btn-period {
        border-radius: 0px !important;
    }
    .page-content-wrapper-mob .alternates-content .button-see-more-cards-alternates{
        border-top-right-radius: 0px !important;
        border-top-left-radius: 0px !important;
    }
    .see-more-cards-alternates {
        padding: 0px !important;
    }
    .alternates-content .column-content2-alternetes-second-template {
        padding-left: 0px;
    }
    .draw-alternates-colum {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding: 2%;
    }
    .btn-toggle-alternates {
        padding: 4px;
        font-size: 9px;
        background-color: var(--primary-color);
        align-items: center;
        display: flex;
        justify-content: center;
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
        height: 32px;
        border-radius: 5px !important;
        font-style: normal;
    }
}
@media only screen and (max-width: 1387px) {
    .draw-alternates-colum {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-right: 3%;
    }
}
/* end More market styles */
/* start eu sport list new styles */
.sub-types-number {
    font-weight: bold;
}
.sportIcon:before {
    margin-top: 1px !important;
}
.btn-more-markets-end-line {
    height: 37px !important;
}
.btn-more-markets {
    font-style: normal;
    height: 32px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.alternates-select-all-btn {
    font-size: 1.2rem;
    background-color: var(--primary-color);
    box-shadow: none;
    border: none;
    border-radius: 2px;
    font-weight: 100;
}
.header-cards-alternates {
    flex-grow: 0;
    background-color: var(--gray4);
    display: flex;
    justify-content: space-between;
    padding: 6px 2% 6px 2%;
    font-size: 13px;
    align-items: center;
    color: var(--text2);
    font-weight: 700;
}
.gameLineInfo.childGameLineInfo .game-line {
    width: 100%;
    margin-left: 4.5%;
    margin-right: 2%;
    padding-left: 5px;
}

@media only screen and (max-width: 1400px) {
    .gameLineInfo.childGameLineInfo .game-line {
        width: 100%;
        margin-left: 0%;
        margin-right: 4%;
        padding-left: 5px;
    }
}
@media only screen and (max-width: 1515px) {
    .eu-bet-offering-buttons-container offering-button button p{
        white-space: normal !important;
        line-height: 14px;
    }
}
/* end eu sport list new styles */

.darkLightModeWrapper {
    display: flex;
    flex-direction: column;
    margin: 4px;
    justify-content: center;
    align-items: center;
}

.darkLightModeWrapper span {
    font-size: 9px;
    font-weight: bold;
    color: var(--header-text);
}

.btn-switch {
    position: relative;
    display: block;
    width: 50px;
    height: 24px;
    cursor: pointer;
    background-color: #e4e4e5;
    border: 2px solid #e4e4e5;
    border-radius: 40px;
    cursor: pointer;
}

.btn-switch .btn-switch-circle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 20px;
    width: 20px;
    background-color: #828282;
    border-radius: 40px;
}

.btn-switch--on {
    background-color: #4c4c4c;
    border: 2px solid #4c4c4c;
}

.btn-switch--on .btn-switch-circle--on {
    left: auto;
    right: 0;
    background-color: #74b50f;
    transition: all 1s ease;
}

.fav-star {
    height: 12px;
    width: 16px;
}

.subsport-type-opt{
    padding-top: 10px;
}

favorites-list .sport-fav-tab{
    height: 40px;
    padding: 10px 10px;
    margin-bottom: 10px;
}

favorites-list .layout-label {
    
    font-weight: 700;
    font-size: 17px;
}
favorites-list .layout-panel-tab{
    background-color: var(--sports-container-label-bg-color);
    padding: 3px 10px;
    border-radius: 4px;
    display: flex;

}

favorites-list .sports .panel-default {
    padding: 3px 10px;
}

favorites-list .panel-heading {
    padding: 13px 10px;
}

favorites-list .sports .panel-title {
    font-weight: 700;
    font-size: 14px;
}

favorites-list .mob-favorites {
    padding: 0px 10px;

}
favorites-list .mb-favorite-item {
    background-color: var(--sports-container-label-bg-color);
    padding: 13px 10px;
    margin: 5px 0px;
}

favorites-list .mob-favorites .mb-favorites-container .layout-panel-tab {
    height: 40px;
    display: flex;
    background-color: var(--sports-container-label-bg-color);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 5px;
    
}

favorites-list .mob-favorites .mb-favorites-container .layout-panel-tab .layout-label {
    padding: 0px 0px 0px 5px;
    display: flex;
    align-items: center;
}

.fav-start-container {
    cursor: pointer;
}

.layout-panel-tab i{
    border:       solid currentColor;
    border-width: 0 .2em .2em 0;
    display:      inline-block;
    padding:      .20em;
    transform:rotate(-133deg);
}

.layout-panel-tab.collapsed i{
    transform:rotate(45deg);
}

/* style pages footer */

.main-content-contaniner-footer {
    padding: 0px 20%;
    margin-bottom: 55px;
}
.main-content-contaniner-footer .title-container {
    margin-bottom: 73px;
    margin-top: 55px;
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 30px;
    text-align: center;
}

.main-content-contaniner-footer .title-container .title {
    font-size: 2.0rem;
    font-weight: bold;
}

.main-content-contaniner-footer .title-container .subtitle {
    font-size: 1.2rem;
}

.main-content-contaniner-footer .data-container {
    text-align: justify;
}

.main-content-contaniner-footer .footer-menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 20%;
    background-color: #1c1d2a;
}

.main-content-contaniner-footer .links-footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-content-contaniner-footer .footer-menu {
    list-style: none;
    padding: 20px 20px;
}

.main-content-contaniner-footer .footer-menu li {
    padding: 9px 0px;
    cursor: pointer;
}

.main-content-contaniner-footer .footer-menu li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.main-content-contaniner-footer .d-flex {
    display: flex;
}

.main-content-contaniner-footer .justify-content-center {
    justify-content: center;
}

.main-content-contaniner-footer .align-items-center {
    align-items: center;
}

.main-content-contaniner-footer .back-arrow {
    font-size: 20px;
    margin-right: 7px;
    cursor: pointer;
}

.main-content-contaniner-footer .go-back-text {
    color: white;
    font-weight: bold;
    background-color: #0070ff91;
    border: 1px solid #1a6ce8;
    padding: 6px 20px;
    border-radius: 9px;
    text-decoration: none;
    display: flex;
    flex-direction: row-reverse;
}

@media screen and (max-width: 700px) {
    .main-content-contaniner-footer header {
        text-align: center;
    }

    .main-content-contaniner-footer .main-content-contaniner-footer {
        padding: 20px 5%;
    }

    .main-content-contaniner-footer .footer-menu-container {
        padding: 20px 5% !important;
    }

    .main-content-contaniner-footer .links-footer-container {
        display: block !important;
        align-items: center;
        justify-content: space-around !important;
    }
}

@media screen and (max-width: 1591px) {
    .main-content-contaniner-footer .footer-menu-container {
        justify-content: center !important;
    }

    .main-content-contaniner-footer .links-footer-container {
        display: flex;
        align-items: center;
        justify-content: space-around !important;
    }
}


/* start cashier styles */
.main-cashier-container {
    background-color: #f4f4f4;
}

.aspx-cashier-page .main-cashier-container {
    background-color: #fff;
    height: 1500px !important;
}

.cashier-top-container {
    border-radius: 5px;
    background-color: #2e2f3b;
}

.cashier-top-container .deposit-icon {
    color: #fff;
    font-size: 19px;
}

.cashier-top-container .cashier-item.disabled .deposit-icon {
    color: #616372;
}

.cashier-top-container .cashier-item {
    transition: all 0.5s ease;
    border-radius: 5px;
    cursor: pointer;
}

.cashier-top-container .cashier-item:not(.disabled):hover {
    background-color: #383948;
}

.cashier-top-container .cashier-item:not(.disabled).selected-cashier-option {
    background-color: #383948;
}

.cashier-top-container .item-text {
    color: #fff;
}

.cashier-top-container .cashier-item.disabled .item-text {
    color: #616372;
}

.cashier-deposit-body-container .cashier-body-content {
    min-height: 600px;
    overflow-x: hidden;
}

.cashier-deposit-body-container .cashier-body-content .body-cashier-content-title {
    color: #BFBEC3;
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 18px;
    background-color: #434250;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.deposit-container-main-content {
    width: 100%;
}

.deposit-options-container {
    background-color: #2f2e3b;
    padding: 0px 14px 20px 14px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    flex-wrap: wrap;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 14px;
}

.deposit-search-container {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 0px 10px;
    position: relative;
}


.deposit-next-container {
    background-color: #ffffff;
    padding: 8px 15px 0px 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    justify-content: center;
    margin-bottom: 20px;
}

.deposit-next-container .next-btn-icon {
    font-size: 9px;
    top: 1px;
    left: 5px;
}

.deposit-next-container .deposit-next-btn {
    background-size: 200% auto;
    background-image: linear-gradient(to right, #85B47A 0%, #89D563 50%, #89D563 100%);
    background-color: #2399e5;
    padding: 12px 39px 12px 39px;
    border: none;
    width: 100%;
    transition: all 0.5s ease;
    color: #2f2e3b !important;
    border-radius: 5px;
    max-width: 133px;
    font-weight: bold;
}

.deposit-next-container .deposit-next-btn:hover {
    background-position: right center;
}

/* no cambiar a variables porque el iframe no las entiende */
.deposit-footer-options-container .option-btn {
    background: var(--primary-color, #b70e00) !important;
    padding: 8px 10px 9px 10px;
    border-radius: 5px;
    font-size: 13px;
    border: none;
    margin: 0px 5px;
    color: #434250;
    font-weight: bold;
    transition: all 1s ease;
    width: 66px;
}

.deposit-footer-options-container .option-btn:hover {
    background: var(--primary-color, #b70e00) !important;
}

.custom-depost-bet {
    background-color: #434250;
    color: #2e2f3b;
    border: none;
    border-radius: 5px;
    padding: 8px 10px;
    color: #BFBEC4;
    font-weight: bold;
    width: 201px;
}

.custom-depost-bet::placeholder {
    color: #BFBEC4;
    font-weight: bold;
}

.deposit-options-container .deposit-option-item {
    padding: 20px 20px;
    background-color: #434250;
    border-radius: 5px;
    color: #BFBEC4;
    transition: all 0.5s ease;
    cursor: pointer;
    margin: 5px 5px 5px 5px;
    width: 181px;
    height: 70px;
}

.deposit-options-container .deposit-option-item.selected {
    background-color: #F3F2F3;
    color: #2f2e3b;
}

.deposit-options-container .deposit-option-item .deposit-option-icon {
    margin-right: 8px;
    margin-top: -3px;
}

.deposit-search-container .deposit-search-input {
    background-color: #434250;
    border: none;
    border-radius: 5px;
    padding: 9px 16px;
    color: #BFBEC4;
    font-weight: bold;
    width: 201px;
}

.deposit-search-container .deposit-search-input::placeholder {
    color: #BFBEC4;
    font-weight: bold;
}

.deposit-search-container .search-deposit-icon {
    position: absolute;
    right: 10px;
    color: #BFBEC4;
    top: 11px;
}

.form-control-search-input {
    position: relative;
    width: 201px;
}

.pay-depost-qr {
    background-color: #2F2E3B;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 20px 20px 20px 20px;
    width: 100%;
}

.qr-button {
    background-color: #434250;
    padding: 10px 20px 11px 20px;
    border: none;
    color: #BFBEC4;
    border-radius: 5px;
    width: 100%;
    transition: all 0.5s ease;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.qr-button:hover {
    background-color: #383948;
}

.qr-depost-bet {
    background-color: #e4e4e6;
    color: #2F2E3B;
    border: none;
    border-radius: 5px;
    padding: 4px 10px;
    width: 100%;
    font-weight: bold;
}

.copy-qr-text-container {
    position: relative;
    background-color: #e4e4e6;
    color: #2e2f3b;
    border: none;
    border-radius: 5px;
    padding: 4px 10px;
    width: 100%;
}

div.svg-loader-wrapper svg{
    position: fixed;
    bottom: -10000px;
    left: -10000px;
}

.copy-text-svg {
    position: absolute;
    right: 10px;
    color: #2e2f3b;
    top: 6px;
    fill: #2e2f3b;
    cursor: pointer;
}

.amount-qr-container {
    color: #bfbec5;
    font-size: 16px;
}

.qr-check-text {
    color: #bfbec6;
    font-size: 14px;
    text-align: center;
}

.qr-button-check-status {
    background-size: 200% auto;
    background-image: linear-gradient(to right, #85B47A 0%, #89D563 50%, #89D563 100%);
    background-color: #2399e5;
    padding: 12px 39px 12px 39px;
    border: none;
    width: 100%;
    transition: all 0.5s ease;
    color: white !important;
    border-radius: 5px;
    width: 200px;
    text-align: center;

}

.qr-button-check-status:hover {
    background-position: right center;
}

.refresh-qr-icon {
    fill: #ffff !important;
    height: 22px;
    position: relative;
    top: -1px;
}

.deposit-step-1 {
    position: relative;
    left: 0;
}

.deposit-options-container .deposit-option-item.selected .coin-money-icon {
    display: none;
}
.deposit-options-container .deposit-option-item.selected .coin-money-icon-active {
    display: block;
}

.coin-money-icon {
    margin-right: 8px;
    fill: #000;
}
.coin-money-icon-active {
    margin-right: 8px;
    fill: #000;
    display: none;
}

.mobile-cashier-buttons {
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.mobile-cashier-buttons .custom-depost-bet {
    margin-top: 10px;
}

.demo-tool-cashier-messaje-container {
    margin-top: 20px;
}

.back-qr-icon {
    border-radius: 5px;
    padding: 20px 20px 20px 20px;
    width: 100%;
    position: absolute;
    top: 5px;
    left: 0px;
    width: 4px;
    color: #e4e4e6;
    cursor: pointer;
}

.d-none-coin {
    display: none !important;
}

.payout-animated-container {
    position: relative;
    left: 0;
    display: none;
}

.payout-animated-container,
.deposit-animated-container {
    position: relative;
}

.max-height-demo-test-cashier {
    max-height: 392px !important;
}

.all-singles-amount {
    font-size: 12px;
}

.tab-cashier-intern-item {
    padding: 9px 12px 8px 12px;
    margin-top: 20px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    background-color: #F3F2F3;
    color: #2f2e3b;
    cursor: pointer;
    transition: all 0.5s ease;
    min-width: 131px;
    -webkit-box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.24);
    margin-right: 10px;
    min-width: 136px;
}

.tab-cashier-intern-item.selected {
    -moz-box-shadow: -1px -10px 5px 0px rgba(0, 0, 0, 0.19);
    box-shadow: -1px -4px 5px 0px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px -4px 5px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: -1px -4px 5px 0px rgba(0, 0, 0, 0.06);
    background-color: #434250;
    color: #c8c9d5;
    margin-right: 8px !important;
}

.align-items-center {
    align-items: center;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.align-items-center {
    align-items: center;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.flex-column {
    flex-direction: column;
}

.w-100 {
    width: 100% !important;
}

.d-none {
    display: none !important;
}

#PnBonusArea .myGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#PnBonusArea .myGrid .grid-item img {
    width: 210px;
}

.error-alert-cashier {
    background-color: #ead1d2;
    padding: 8px 0px;
    border: 1px dotted #e18088;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    margin: 4px 0px;
}

.next-point {
    vertical-align: top;
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #2399e5;
    border-right: 22px solid transparent;
}

.cashier-top-options-container {
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: #2F2E3B;
    padding-top: 1px;
    min-height: 80px;
}

.deposit-back-container {
    background-color: #ffffff;
    padding: 8px 0px 0px 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    justify-content: start;
    margin-bottom: 20px;
}

.deposit-back-container .deposit-back-btn {
    background-size: 200% auto;
    background-image: linear-gradient(to right, #85B47A 0%, #89D563 50%, #89D563 100%);
    background-color: #2399e5;
    padding: 12px 39px 12px 39px;
    border: none;
    width: 100%;
    transition: all 0.5s ease;
    color: white !important;
    border-radius: 5px;
    max-width: 133px;
}

.deposit-back-container .deposit-back-btn:hover {
    background-position: right center;
}

.ion-block-payout-container .custom-depost-bet {
    margin: 7px;
}
.ion-block-payout-container .wallet-address-container {
    flex-basis: 31%;
    padding-right: 20px;
}
.ion-block-payout-container .wallet-address-container #TxtAddress{
    width: 100%;
}


@media screen and (max-width: 617px) {
    .deposit-footer-options-container .container-btn-amount-options {
        justify-content: center;
        width: 100%;
    }

    .deposit-search-container {
        justify-content: center;
        padding: 0px 9px;
    }

    .deposit-options-container {
        justify-content: center;
    }
}

@media screen and (max-width: 409px) {
    .deposit-options-container .deposit-option-item {
        width: 46% !important;
    }

    .deposit-options-container {
        padding: 0px !important;
    }
}

@media screen and (max-width: 1200px) {
    .mobile-tabs-container {
        justify-content: start !important;
    }

    .cashier-top-options-container {
        flex-wrap: wrap;
        padding-top: 10px;
    }

    .deposit-footer-options-container {
        order: 3;
        margin: 4px 0px;
    }

    .container-btn-amount-options {
        padding: 0px !important;
    }

    .ion-block-payout-container .deposit-search-container{
        order: 1;
    }
    .ion-block-payout-container .payout-amount-container{
        order: 2;
    }
    .ion-block-payout-container .deposit-footer-options-container{
        order: 3;
    }
    .ion-block-payout-container .wallet-address-container{
        order: 4;
        width: 96%;
        padding: 0px 0px;
        display: flex;
        justify-content: center;
    }
    .ion-block-payout-container #TxtAddress {
        margin: 7px;
        max-width: 418px;
        width: 100%;
    }
    .ion-block-payout-container .wallet-address-container {
        flex-basis: auto;
        padding-right: 0px;
    }
}

/* end cashier styles */