@import url("https://fonts.cdnfonts.com/css/exo-4");


/************* Calculator css************/
	
/************* Calculator css************/
#bt_type_chosen {
	width: 210px !important;
	}
	#bettingForm label{display:block;}
	
	
	.wrap-input100 {
		margin-bottom: 18px;
	}
	input.input100 {
    color: #1B1D22;
    padding: 0 0 0 8px;
    background: transparent;
    border: 2px solid #D1D1D2;
    border-radius: 6px !important;
}
	#bettingForm label {
		font-size: 14px;
		color: #000;
		line-height:34px;
		text-align: center;
		font-family: "Exo 2";
    white-space: nowrap;

	}
  #bettingForm label.tab-label.tab-single {
    display: none !important;
}
	.payout, .win {
	margin-bottom: 2px !important;
	    margin-top: 10px;
	}
	#bettingForm .chosen-container-single .chosen-single {
	padding: 7px;
}
.chosen-container-single .chosen-single div:after {
	line-height: 34px;
}
.text-danger {
	color: #a94442 !important;
	/*background: #d51918!important;*/
	padding: 5px;
	font-size: 12px;
	width: 100%;
	margin: 10px auto;
	padding-top:20px;
	margin-bottom: -20px !important;
}
.limiter {
	/*background: #f7f7f7;*/
	padding: 0;
}
.parlay {
	/*background: #f7f7f7;*/
	padding: 0;
	/*display: none;*/
}
.wrap-input100 label {
	display: block;
font-size: 14px;
		color: rgb(129, 129, 136);
		line-height: 34px;
	}
	.login100-form-title {
		color: #0c4999;
	}
	.fa-plus-circle:before {
		content: "\f055";
		color: #0c4999;
		font-size: 22px;
	}
	
	.row.mix-odds {
	background: rgb(235, 236, 245);
	padding: 10px 0;
	    margin-right: -6px;
	}
	.my-auto {
		margin-top: 32px;
	}
	.my-auto .add-bet .fa:before {
		font-size: 22px;
		color: #99853D !important;
	}
	.add-bet.pointer:hover {
		cursor: pointer;
	}
	.removethis.pointer:hover {
		cursor: pointer;
		color: #c20b0b;
	}
	.saved-bet {
		margin: 10px 0;
		max-height: 130px;
        overflow: auto;
		padding-left: 15px;
		width: 104%;
	}
	
	button#reset_form {
   border: none;
    padding: 10px 20px;
    margin: 10px 10px;
    color: #fff !important;
    text-transform: uppercase;
    border: 1px solid #919192;
    width: 95%;
    background: #1B1D22;
    border-radius: 25px;
}
button#reset_form_par {
   border: none;
    padding: 10px 20px;
    margin: 10px 10px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #919192;
    width: 95%;
    background: #1B1D22;
    border-radius: 25px;
}
	.amounts{
		padding-left: 12px !important;	
	}
	.amounts, .american_odds{
		width:100% !important;	
	}
	.selection_label {
	max-width: 350px;
	padding: 20px;
	margin: 0 auto;
	color: #0e2857 !important;
	font-size: 18px !important;
}
		
		
#bettingForm label {
	display: block;
				
}
/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-size: 13px;
  line-height: 1.5;
  color: #999999;
}

.txt2 {
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.wrap-login100 {
  /*width: 960px;*/
  width:100%;
  border-radius: 10px;
  overflow: hidden;
  display:
  block;
  padding: 0 20px;
}


/*------------------------------------------------------------------
[  ]*/
.login100-form {
  width: 100%;
}

.login100-form-title {
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
 /* display: block;*/
  padding-bottom: 30px;
}


/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  font-family: "Futura PT", Sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  display: block;
  width: 100%;
  background: transparent;
  /* border: 2px solid #e6e6e6; */
  height: 40px;
  padding: 0 0 0 20px;
}

.input-icon {
  position: relative;
}
.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 71%;
  pointer-events: none;
  width: 16px;
  height: 18px;
  text-align: center;
  font-style: normal;
  display: none;
  font-size: 15px;
}

/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgb(87 184 70 / 0%);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

.symbol-input100 {
  font-size: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  pointer-events: none;
  color: #666666;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #57b846;
  padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}





/*------------------------------------------------------------------
[ Responsive ]*/



@media (max-width: 992px) {
  .wrap-login100 {
	padding: 0 33px;
  }


  .login100-form {
	width: 100%;
  }
}

@media (max-width: 768px) {
  .wrap-login100 {
	padding: 25px;
  }

  .login100-pic {
	display: none;
  }

  .login100-form {
	width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-login100 {
	padding: 10px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}



@media (max-width: 992px) {
  .alert-validate::before {
	visibility: visible;
	opacity: 1;
  }
}
.mix-odds {
  background: #e6e6e6;
  margin: 0;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.mix-odds div {
  text-align: center;
}
.pointer {
  cursor: pointer;
}


/************Tabs**********/


.widget-cal.tabs-cal {
    position: relative;
    margin: 0;
    background: #fff;
    /*min-height: 570px;*/
    overflow: visible;
    padding: 10px;
	border: 1px solid #cfcfcf;
}
.widget-cal.tabs-cal::before,
.widget-cal.tabs-cal::after {
  content: "";
  display: table;
}
.widget-cal.tabs-cal::after {
  clear: both;
}
.widget-cal .tab-cal {
  width: 50%;
  float: left;
}
.widget-cal .tab-switch {
  display: none;
}
.widget-cal .tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  padding: 4px 22px;
  background: #fff;
  color: #fff;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
  margin-bottom:0;
  text-transform: uppercase;
 color: #7E7E7E !important; 
}
.widget-cal .tab-label:hover {
  transition: top 0.25s;
}
.widget-cal .tab-content-bet {
  /*position: absolute;*/
  position: relative;
  z-index: 1;
  /*top: 2.75em;*/
  top: 0;
  left: 0;
  color: #2c3e50;
  opacity: 0;
  transition: all 0.35s;
}
.widget-cal .tab-switch:checked + .tab-single {
    color: #365E7D !important;
    transition: all 0.35s;
    z-index: 1;
    border-bottom: 2px solid #365E7D;
}
.widget-cal .tab-switch:checked + label + .tab-content-bet  {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}
.widget-cal .tab-switch:checked + .tab-parlay {
  color: #365E7D !important;
    transition: all 0.35s;
    z-index: 1;
}
.widget-cal .tab-switch:checked + label + .tab-content-bet  {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}
/*
.to-win {
    text-align: center;
    margin: 15px;
    max-width: 44% !important;
    border: 2px solid #D1D1D2;
    border-radius: 6px;
    padding: 14px 0;
}
.to-payout {
    max-width: 43% !important;
    border-radius: 6px;
    padding: 14px 0;
    margin: 15px;

}*/
.to-win p {
    margin-bottom: 4px !important;
	color: #000;
	text-transform: uppercase;
	font-weight: 900;
}
/*
.to-payout {
    color: #fff;
    text-align: center;
    border: 2px solid #D1D1D2;
}
*/
.to-payout p {
    margin-bottom: 4px !important;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
}
label.tab-label.tab-single {
    border-bottom: 2px solid #D1D1D2;
    border-top: 2px solid #D1D1D2;
}
label.tab-label.tab-parlay {
    border-top: 2px solid #D1D1D2;
}

.wrapper-tabs {
    max-width: 50rem; 
    width: 100%; 
   margin: 15px auto; 
}
input.input100.amount {
    background: #fff;
    padding: 15px 12px;
}


h3.win, h3.payout {
    color: #365E7D;
}
h3.wins, .payouts {
    margin-bottom: 0;
    color: #365E7D;
	font-size:22px;
}
.add-bet.pointer .fa-plus-circle
{
	width:25px;
}
input.input100::placeholder {
    color: #919192;
    font-size: 12px;
}
input.input100.amount::placeholder {
    color: #000000;
}
input.input100.amounts::placeholder {
    color: #000;
}
.btn-footer {
    background: #fff;
    width: 100%;
    text-align: center;
	    padding: 10px 0;
}