
@import url('reset.css');
@import url('global.css');
/*  header-section css start */


.menu-section{margin-top:50px;}

.star-box .star-icon .icon img {
    width: 60px;
}

.star-box .star-button a {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    background-color: rgb(70, 107, 168);
    padding: 12px 30px;
    border-radius: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.star-box .star-button a:hover, .star-box .star-button a:focus {
    background-color: #4083f9;
}

.star-box .star-icon .icon {
    display: inline-block;
    background-color: rgb(70, 107, 168);
    width: 94px;
    height: 94px;
    border-radius: 100px;
    padding-top: 16px;
}

.star-box .star-icon {
    margin-bottom: 5px; /*30px*/
}
.star-box .star-button {
    margin-bottom: -65px;
}

.star-box {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 25px; /* 40px 15px*/
    margin: 25px 0;/*35*/
    width: 100%;
  /*max-width: 288px;*/
    background-color: rgb(70, 107, 168);
    z-index: 1;
}

.star-box  a{ 

padding: 10px;
    color: #fff;
    font-weight:bold;
}

.credit-color{
	color:green !important;	
}
.debit-color{
	color:red !important;	
}

@media (max-width: 767px){
.ledger-body {
    font-size: 13px !important;
	margin-right: -15px;
    margin-left: -15px;
}
}
@media (max-width: 768px){
.content-top-padding {
   /* margin-top: -80px !important; */
}
}
.table {
            table-layout: fixed;
  width: 100%;  
    }
	
.table td, .table th  {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
	
.ldg-tbl-th {
    text-align: center;
    background-color: #42416d;
    color: #fff;
    padding: 15px !important;
    font-weight: bold;
    letter-spacing: 1px;
    border: 5px solid #E9E9E9 !important;
}

.ldg-tbl-td {
    background-color: #fff;
    color: #49494A;
    padding: 13px !important;
    border: 5px solid #E9E9E9 !important;
    text-align: center;
    vertical-align: middle !important;
    word-break: break-all;
} 

.body{
	
	background-color: #f4f8f9;
}

.user_profile_detail {
	border-radius: 5px;
    margin-top: 0px;    
	background-color:#2b2a58;
	
	
    display: inline-block;
}
.user{ 
	color:#ffffff;
	margin-right:10px;	
	padding:5px;
	font-size: 15px;
    line-height: 19px;	
	}
}


.header-section.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
  -moz-box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
  box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
  background-color: #ffffff;
  top: 0;
}
/* menu css  */
.header-bottom {
  /* background-color: var(--second-color); */
 background-color: #3a79a1; /* For browsers that do not support gradients */
  background-image: linear-gradient(#105c7d, #6295c3); /* Standard syntax (must be last) */
}
.navbar {
  padding: 0;
}
.site-logo,
.site-title {
  display: block;
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
}
.site-logo img,
.site-title img {
  margin-top: -10px;
}
.site-title::first-letter {
  color: var(--main-color);
  font-weight: 700;
}
li.menu_has_children:after {
  position: absolute;
  content: "\f107";
  top: 30px;
  right: 2px;
  color: #ffffff;
  font-family: 'FontAwesome';
  z-index: -10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
li.menu_has_children:hover:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.main-menu li {
  position: relative;
}
.main-menu > li::before {
  position: absolute;
  content: '';
  bottom: 30px;
  left: 50%;
  width: 8px;
  height: 8px;
  opacity: 0;
  background-color: var(--main-color);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.main-menu > li.active::before,
.main-menu > li:hover::before {
  
}
.main-menu li a {
  text-transform: capitalize;
    font-weight: 600;
    padding: 16px 18px;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.main-menu li.active > a,
.main-menu li a:hover {
  color: #2b2a58;  
}
.main-menu li.active > a {  
  background-color: #f4f8f9;
}
.main-menu > li:last-child a {
  padding-right: 0;
}
.sub-menu {
  position: absolute;
  left: -20px;
  top: 125%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 18px 54px -8px rgba(0,0,0,0.15);
  box-shadow: 0px 18px 54px -8px rgba(0,0,0,0.15);
  width: 220px;
  z-index: 999;
  padding: 15px 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  border-top: 2px solid var(--main-color);
}
.main-menu li:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.sub-menu li a {
  padding: 10px 30px;
  display: block;
  color: #333333;
}
.sub-menu li a:hover {
  background-color: rgba(40, 125, 253,0.08);
}
.sub-menu li.menu_has_children:after {
  position: absolute;
  content: "\f105";
  top: 6px;
  right: 30px;
}
.sub-menu li .sub-menu {
  position: absolute;
  top: 0;
  left: 95%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
  top: 0;
}
.header-search-area {
  margin-left: 18px;
  position: relative;
}
.header-search-toggle {
  display: block;
  cursor: pointer;
  padding: 29px 0 29px 15px;
}
.header-search-toggle i {
  font-size: 18px;
  color: #bababa;
}
.header-serach-block {
  position: absolute;
  top: 120%;
  right: 0;
  z-index: 999;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.header-serach-block.closed {
  opacity: 0;
  visibility: hidden;
}
.header-serach-block.opened {
  opacity: 1;
  visibility: visible;
  top: 105%;
  -webkit-box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
    -moz-box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
    box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
}
.header-search-form {
  width: 350px;
}
.header-search-form input {
  width: 80%;
  padding: 10px 20px;
  border: none;
}
.header-search-btn {
  width: 20%;
  cursor: pointer;
  border: none;
  background-color: #ffb606;
}
.navbar-toggler {
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
}
.navbar-toggler:focus {
  outline: none;
  border: none;
}
.menu-toggle {
  position: relative;
  display: block;
  width: 35px;
  height: 20px;
  background: transparent;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  color: var(--primary-color);
  font-size: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.menu-toggle:before, .menu-toggle:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -moz-transition: -webkit-transform 0.25s ease-in-out;
  -ms-transition: -webkit-transform 0.25s ease-in-out;
}
span.is-active {
  border-color: transparent;
}
span.is-active:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
span.is-active:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
span.menu-toggle:hover {
  color: #ffb606;
}
span.is-active {
  border-color: transparent;
}
span.is-active:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
span.is-active:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.get-qoute-part a {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--main-color);
  margin-left: 40px;
}
/* menu affix css */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}


/* play-butlar-section css start */
.play-butlar-section {
  position: relative;
  padding-bottom: 150px;
}
.play-butlar-slider-arrows {
  position: absolute;
  bottom: 105px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.play-butlar-slider-arrows .prev,
.play-butlar-slider-arrows .next {
  cursor: pointer;
  margin: 0 15px;
  font-size: 24px;
  color: #777777;
}
/* play-butlar-section css end */


/* about-section css start */
.about-content .title {
  text-transform: capitalize;
}
.about-content p {
  margin-top: 20px;
}
/* about-section css end */

/* counter-section css start */
.counter-section {
  background-color: var(--second-color);
  padding-top: 105px;
  padding-bottom: 117px;
}
.counter-item span {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
}
.counter-item p {
  color: #ececec;
}
/* counter-section css end */



/* faq-section css start */
.card {
  border: 1px solid #dedede !important;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 10px 3px rgba(55, 107, 255, 0.1);
  box-shadow: 0 3px 10px 3px rgba(55, 107, 255, 0.1);
}
.card+.card {
  margin-top: 30px;
}
.card-header {
  padding: 0;
  border: none;
  background-color: #ffffff;
}
.card-header .btn-link {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--heading-color);
  padding: 12px 50px 12px 20px;
}
.card-header .btn-link[aria-expanded="true"] i {
  color: var(--main-color);
}
.card-header .btn-link i {
  margin-right: 10px;
}
.card-header .btn-link:hover,
.card-header .btn-link:focus {
  text-decoration: none;
}
.cmn-accordion .card-body {
  padding: 0 55px 20px 55px;
}
/* faq-section css end */


/* result-section css start */
.result-item {
  padding: 35px 30px;
  background-color: #ffffff;
  box-shadow: 0 0 15px 2px rgba(55, 107, 255, 0.1);
  margin: 15px 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.result-item .team .name {
  font-weight: 600;
  color: #0a0a0a;
  text-transform: capitalize;
}
.result-item .result-details {
  margin: 0 25px;
}
.result-item .result-details p span {
  position: relative;
  padding: 0 5px;
}
.result-item .result-details p span::before {
  position: absolute;
  content: '-';
  top: 0;
  right: -5px;
}
.result-item .result-details p span:last-child::before {
  display: none;
}
.result-item .team--left,
.result-item .team--right {
  display: flex;
  align-items: center;
}
.result-item .team--left .name {
  order: -1;
  margin-right: 10px;
}
.result-item .team--right .name {
  order: 1;
  margin-left: 10px;
}

.league-result-item {
  background-color: #ffffff;
  border: 1px solid #c3c6c7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.league-result-item+.league-result-item {
  margin-top: 30px;
}
.league-result-item > div {
  height: 98px;
  display: flex;
  align-items: center;
}
.league-result-item > div:not(.button-block) {
  border-right: 1px solid #c3c6c7;
}
.date-block {
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
  padding: 10px 30px;
}
.team-block {
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  padding: 10px 30px;
}
.team-block .team {
  display: flex;
  align-items: center;
}
.team-block .team .name {
  font-weight: 600;
  color: #0a0a0a;
  text-transform: capitalize;
}
.team-block .team {
  display: flex;
}
.team-block .team--left .name {
  order: -1;
  margin-right: 10px;
}
.team-block .team--right .name {
  order: 1;
  margin-left: 10px;
}
.team-block .vs-text {
  margin: 0 25px;
}
.result-block {
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
  padding: 10px 30px;
}
.result-block p span {
  position: relative;
  padding: 0 5px;
}
.result-block p span::before {
  position: absolute;
  content: '-';
  top: 0;
  right: -4px;
}
.result-block p span:last-child::before {
  display: none;
}
.button-block {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 10px 30px;
}
/* result-section css end */



.place-bet-section .statistics-team-area {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.place-bet-section .statistics-result-area{
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.place-bet-section .result-single {
  justify-content: space-around;
}
.result-single .card-block {
  padding: 5px 15px;
  text-align: center;
  background-color: var(--main-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.result-single .card-block span {
  display: block;
  color: #ffffff;
}
.place-bet-section .result-single span i {
  margin-left: 5px;
}
/* statistics-section end */

/* contact-section css start */
.contact-section {
  overflow: hidden;
  padding-bottom: 155px;
}
.contact-item {
  margin: 15px 0;
  box-shadow: 0 0 15px -1px rgba(55, 107, 255, 0.2);
  padding: 20px 20px;
}
.contact-item .icon {
  font-size: 42px;
  line-height: 1;
}
.contact-item .content {
  padding-left: 20px;
}
.contact-item .content .title {
  margin-bottom: 8px;
}
.contact-form-area {
  position: relative;
  margin-top: 75px;
  padding: 50px 30px;
  background-color: #f4f8f9;
  box-shadow: 0 0 15px -1px rgba(55, 107, 255, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.contact-thumb {
  position: absolute;
  top: 0;
  left: 108%;
  width: 665px;
  height: 570px;
}
/* contact-section css endf */

/* privacy-section css start */
.privacy-item {
  margin: 15px 0;
}
.privacy-item .title {
  margin-bottom: 15px;
}
/* privacy-section css end */

::-webkit-input-placeholder { /* Edge */
  color: #a9a8a8;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #a9a8a8;
}

::placeholder {
  color: #a9a8a8;
}


/* login-section css start */
.login-block {
  background-color: #42416d;
    background-color: rgb(70, 107, 168,0.5);
    box-shadow: 0 0 15px -1px rgba(55, 107, 255, 0.2);
    padding: 15px 0;
	border-radius: 20px;
}
.login-block-inner {
  max-width: 80%;
  margin: 0 auto;
}
.login-block .title {
  text-transform: capitalize;
  font-size: 32px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.login-block-inner a+a {
  margin-left: 15px;
}
.login-block-inner a:first-child {
  color: var(--main-color);
}
/* login-section css end */

/* registration-section css start */
.registration-block {
  background-color: #f4f8f9;
    box-shadow: 0 0 15px -1px rgba(55, 107, 255, 0.2);
    padding: 60px 0 30px 0;
}
.registration-block-inner {
  max-width: 80%;
  margin: 0 auto;
}
.registration-block .title {
  font-size: 32px;
  margin-bottom: 45px;
}
/* registration-section css start */

/* error-section css start */
.error-section {
  padding-top: 90px;
  padding-bottom: 120px;
}
.parallax-container {
  margin-bottom: 30px;
}
.error-content .title {
  font-size: 36px;
  margin-bottom: 25px;
}
.error-content .cmn-btn {
  margin-top: 20px;
}
/* error-section css end */

/* custom-cursor css start */
.custom-cursor {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: soft-light;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  transition: transform 350ms ease;
  transform: translate(-50%, -50%) scale(.3);
  z-index: 1000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(.3);
  -moz-transform: translate(-50%, -50%) scale(.3);
  -ms-transform: translate(-50%, -50%) scale(.3);
  -o-transform: translate(-50%, -50%) scale(.3);
}
.custom-cursor--link {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
}
/* custom-cursor css end */

/* scroll-to-top css start */
.scroll-to-top {
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 5%;
  right: 3%;
  display: none;
  z-index: 99999;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  background-color: var(--main-color);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
  line-height: 55px; 
}
.scroll-to-top .scroll-icon {
  font-size: 28px;
  color: #ffffff;
  display: inline-block; 
}
/* scroll-to-top css end */

/* user-profile-section css start */
.user-details {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
}
.user-details-inner {
  display: inline-block;
  text-align: center;
}
.user-avatar {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.user-details .content .name {
  text-transform: capitalize;
  margin-top: 5px;
}
.user-statusa-area {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right
}
.user-statusa-area p {
  font-weight: 600;
}
.user-statusa-area p span {
  margin-left: 15px;
}
.user-statusa-area a {
  margin-top: 15px;
}
.chart-container {
  margin-top: 100px;
}
.chart-container .title {
  text-align: center;
}
.bet-accuracy {
  margin-top: 100px;
}
.accuracy-item {
  display: inline-block;
  text-align: center;
}
.accuracy-item .title {
  margin-bottom: 25px;
}
.circle {
	display: inline-block;
	position: relative;
  max-width: 110px;
  max-height: 150px;
	text-align: center;
}
.circle canvas {
  border-color: red;
}
.circle canvas+canvas {
  display: none;
}
.circle strong {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  font-family: var(--heading-font-bold);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
/* user-profile-section css end */

 /* Table head CSS */
                .head {
                    text-align: center;
                    color: #42416d;
                    font-weight: bold;
                    letter-spacing: 0.1px;
                    border: 2px solid #E9E9E9 !important;
                }
                /* Table TD CSS */    
                .data {
                    text-align: center;
                    color: #42416d;
                    padding: 3px !important; /* 10*/
                    letter-spacing: 0.1px;
                    border: 2px solid #E9E9E9 !important;
                }
                
                /* Scroll Notification CSS */
                   .note-scroll{
                       color:white; background-color: #c51d23;display:;border-radius: 10px;padding-top: 2px;
                   }
           
                /* LIVE Red dot blink CSS */
                .blinking {
                    -webkit-animation: 1s blink ease infinite;
                    -moz-animation: 1s blink ease infinite;
                    -ms-animation: 1s blink ease infinite;
                    -o-animation: 1s blink ease infinite;
                    animation: 1s blink ease infinite;
                }

                @keyframes "blink" {
                    from,
                    to {
                        opacity: 0;
                    }
                    50% {
                        opacity: 1;
                    }
                }

                @-moz-keyframes blink {
                    from,
                    to {
                        opacity: 0;
                    }
                    50% {
                        opacity: 1;
                    }
                }

                @-webkit-keyframes "blink" {
                    from,
                    to {
                        opacity: 0;
                    }
                    50% {
                        opacity: 1;
                    }
                }

                @-ms-keyframes "blink" {
                    from,
                    to {
                        opacity: 0;
                    }
                    50% {
                        opacity: 1;
                    }
                }

                @-o-keyframes "blink" {
                    from,
                    to {
                        opacity: 0;
                    }
                    50% {
                        opacity: 1;
                    }
                }
                
                /* TEXT Over Hidden CSS */
               .ovr-hid{
                   white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
               }
               
                /* Enter Coin Box CSS */
                .num-pad {
                    text-align: center;
                    width: 100%;
                    font-size: 15px;
                    border: 1px solid #3a61a2;
                    border-collapse: collapse;
                }

                table.numpad-table {
                    background-color: rgba(233, 233, 233, 0.75);
                }

                table.min-max-stack-table {
                    border: 1px solid #3a61a2;
                    color: #fff;
                }

                table.min-max-stack-table tr.bet-values-row td {
                    background-color: rgba(58, 97, 162, 0.75);
                }

                table.numpad-table td.numpad-done-button {
                    background-color: #3a61a2;
                    color: #fff;
                }

                table.numpad-table td {
                    color: #3e3e3e;
                }

                table.numpad-table td input {
                    font-size: 15px;
                }

                table.min-max-stack-table td {
                    border: 1px solid #3a61a2;
                    /*padding: 16px 0;*/
                    font-size: 13px;
                }

                table.num-pad.input-close-table {
                    border: 0px solid #fff;
                }

                table.min-max-stack-table td input,
                table.input-close-table td input {
                    width: 100%;
                    text-align: center;
                    outline: none;
                    padding: 10px 0;
                }

                table.input-close-table td input#quantity {
                    color: #223f6f;
                    background-color: rgba(233, 233, 233, 0.75);
                    font-weight: 600;
                    font-size: 16px;
                    border: none;
                }

                table.input-close-table td.close-num-keyboard {
                    width: 60px;
                    color: #fff;
                    background-color: rgba(99, 21, 21, 0.77);
                    background-image: url(../img/delete-button.svg);
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: 25px;
                }

                table.num-pad.input-close-table td {
                    border: 2px solid #223f6f;
                    border-bottom: 1px solid #223f6f;
                }

                table.min-max-stack-table td.min-stack {
                    background-color: #223f6f;
                }

                table.min-max-stack-table td.max-stack {
                    background-color: #3a61a2;
                }

                .num-pad tr td {
                    border: 1px solid #223f6f;
                    border-bottom: none;
                }

                .numpad-table tr td input {
                    width: 100%;
                    padding: 10px 0;
                }

                table.done-button-table {
                    width: 100%;
                    text-align: center;
                }

                table.done-button-table td.numpad-done-button {
                    background-color: #007d27;
                    color: #ffffff;
                    width: 50%;
                }

                table.done-button-table button.amount-btn-color {
                    font-size: 15px;
                    padding: 10px 20px 13px 0;
                    margin: 0;
                    background-color: rgba(58, 97, 162, 0) !important;
                }

                table.done-button-table td.clear-button-td {
                    background-color: rgba(99, 21, 21, 0.77);
                }

                td.clear-button-td input {
                    background-color: inherit;
                    padding: 0;
                    margin: 0;
                    background-color: rgba(255, 0, 0, 0);
                    border: none;
                    outline: none;
                    font-size: 15px;
                    color: #fff;
                    width: 100%;
                }

                td.cls-td input {
                    background-color: #dadada;
                    padding: 0;
                    margin: 0;
                    font-weight: bold;
                    border: none;
                    outline: none;
                    font-size: 15px;
                    color: #000000;
                    width: 100%;
                }

                td.cls-val input {
                    background-color: #3481a2;
                    padding: 0;
                    margin: 0;
                    font-weight: bold;
                    border: none;
                    outline: none;
                    font-size: 15px;
                    color: #ffffff;
                    width: 100%;
                }
                
                /*Enter Coin Model CSS */    
                .modal.fade.in .lab-modal-body {
                    bottom: 0;
                    opacity: 1;
                }

                .modal-open .modal {
                    background-color: rgba(0, 0, 0, 0.5);
                }

                .lab-modal-body h1 {
                    font-size: 4rem;
                }

                .lab-modal-body p {
                    margin: 0 0 1.62rem 0;
                    line-height: 1.62;
                    font-weight: 300;
                    font-size: 1.62rem;
                    color: #666;
                }
					.fade:not(.show) {
					opacity: 1 !important;
					}
                .lab-modal-body {
                    position: relative;
                    margin: 200px auto 0;
                    padding: 4px;
                    max-width: 60%;
                    height: auto;
                    background-color: rgb(248, 250, 247);
                    border: 1px solid #BEBEBE;
                 
                    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
                    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
                    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
                    transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
                }

                @media screen and (max-width: 600px) {
                    .lab-modal-body {
                        max-width: 100%;
                    }
                }

                .close {
                    margin-top: -20px;
                    margin-right: -20px;
                    text-shadow: 0 1px 0 #ffffff;
                }

                .popup-button {
                    margin-top: 70px;
                }     
          