@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Roboto:wght@300;400;700&display=swap");
.coaching-container {
  color: #000;
  font-family: 'Roboto', sans-serif!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.alert {
  width: 100%;
  padding: 12px 16px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  margin-bottom: 12px;
  font-size: 16px;
}

.alert.alert-success {
  background-color: rgba(227, 253, 235, 1);
  border-color: rgba(38, 179, 3, 1);
  color: rgba(60, 118, 61, 1);
}

.alert.alert-info {
  background-color: rgba(217, 237, 247, 1);
  color: rgba(49, 112, 143, 1);
  border-color: rgba(126, 182, 193, 1);
}


.alert.alert-warning {
  background-color: rgba(252, 248, 227, 1);
  border-color: rgba(177, 161, 129, 1);
  color: rgba(138, 109, 59, 1);
}

.alert.alert-danger {
  background-color: rgba(248, 215, 218, 1);
  border-color: rgba(220, 53, 69, 1);
  color: rgba(114, 28, 36,1);
}
* {
  box-sizing: border-box;
}
.role-select {
  margin: 0 auto;
  padding: 2em;
  width: 70%;
  padding-bottom: 0;
  max-width: 800px;
}
.game-select {
  margin: 0 auto;
  padding: 2em;
  width: 70%;
  padding-bottom: 0;
  max-width: 800px;
}
.hours-select {
  margin: 0 auto;
  padding: 2em;
  width: 70%;
  padding-bottom: 0;
  max-width: 800px;
}
.region-select {
  margin: 0 auto;
  padding: 2em;
  width: 70%;
  margin-bottom: 1.4em;
  max-width: 800px;
}
.rank-select {
  margin: 0 auto;
  padding: 2em;
  width: 70%;
  padding-bottom: 0;
  max-width: 800px;
}
.split {
  margin: 0 auto;
  padding: 2em;
  width: 70%;
  padding-bottom: 0;
  max-width: 800px;
}
.total-price {
  margin: 0 auto;
  padding: 2em;
  width: 70%;
  padding-bottom: 0;
  max-width: 800px;
}
.champ-select {
  margin: 0 auto;
  padding: 2em;
  width: 70%;
  padding-bottom: 0;
  max-width: 800px;
}
@media(max-width: 800px){
  .role-select {
    width: 100%;
  }
  .hours-select {
    width: 100%;
  }
  .total-price {
    width: 100%;
  }
  .split {
    width: 100%;
  }
  .rank-select {
    width: 100%;
  }
  .region-select {
    width: 100%;
  }
  .champ-select {
    width: 100%;
  }
}
.coaching-container .inputGroup {
  display: block;
  margin: 0 0 0em;
  border:none;
}
.coaching-container fieldset {
  padding-left: 0!important;
}
.coaching-container .label {
  display: block;
  font-size: 1.5em!important;
  font-weight: 700!important;
  font-family: 'Roboto', sans-serif!important;
  line-height: 1.25em!important;
  margin: 0 0 .6em!important;
  padding: 0;
  text-transform: uppercase;
}

/** ROLES LIST**/
.role-select ul{
  text-align: center;
}
.role-select ul.thumbnails.image_picker_selector {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  max-height: 80vh;
}
/* line 15, source/sass/image-picker.scss */
.role-select ul.thumbnails.image_picker_selector ul {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
/* line 30, source/sass/image-picker.scss */
.role-select ul.thumbnails.image_picker_selector li {
  float: left;
  width: calc(20% - 10px);
  margin: 5px;
}
@media(max-width: 600px){
  .role-select ul.thumbnails.image_picker_selector li {
  float: left;
  width: 30%;
  margin: 0px;
}
}
/* line 35, source/sass/image-picker.scss */
.role-select ul.thumbnails.image_picker_selector li .thumbnail {
  padding: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #eee;
}
/* line 42, source/sass/image-picker.scss */
.role-select ul.thumbnails.image_picker_selector li .thumbnail img {
  -webkit-user-drag: none;
  border-radius: 50%;
  margin-bottom: 10px;
}
.role-select ul.thumbnails.image_picker_selector li .thumbnail.selected img {
  -webkit-user-drag: none;
  border: 3px solid #eee;
}
.role-select ul.thumbnails.image_picker_selector li .thumbnail:hover {
  background-color: #eee;
  border: 2px solid #eee;

}
.role-select ul.thumbnails.image_picker_selector li .thumbnail.selected {
  background-color: #f5f5f5;
  border: 2px solid #337DB6;

}
.role-select .image_picker_image{
  width: 80px;
}
.role-select p {
  margin-bottom: 0;

}
.role-select ul.thumbnails.image_picker_selector li .thumbnail.selected img {
  border: none;
}
.role-select ul.thumbnails.image_picker_selector li .thumbnail.selected img {
  border: none;
}
.role-select ul.thumbnails.image_picker_selector li .thumbnail img {
  -webkit-user-drag: none;
  border-radius: 0;
  margin-bottom: 0;
}
.role-select ul.thumbnails.image_picker_selector li .thumbnail img {
  border-radius: 0;
  border: none;
}

/** GAME SELECT**/
.game-select ul{
  text-align: center;
}
.game-select ul.thumbnails.image_picker_selector {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  max-height: 80vh;
}
/* line 15, source/sass/image-picker.scss */
.game-select ul.thumbnails.image_picker_selector ul {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
/* line 30, source/sass/image-picker.scss */
.game-select ul.thumbnails.image_picker_selector li {
  float: left;
  width: calc(50% - 10px);
  margin: 5px;
}
@media(max-width: 600px){
  .game-select ul.thumbnails.image_picker_selector li {
  float: left;
  width: 30%;
  margin: 0px;
}
}
/* line 35, source/sass/image-picker.scss */
.game-select ul.thumbnails.image_picker_selector li .thumbnail {
  padding: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #eee;
}
/* line 42, source/sass/image-picker.scss */
.game-select ul.thumbnails.image_picker_selector li .thumbnail img {
  -webkit-user-drag: none;
  border-radius: 50%;
  margin-bottom: 10px;
}
.game-select ul.thumbnails.image_picker_selector li .thumbnail.selected img {
  -webkit-user-drag: none;
  border: 3px solid #eee;
}
.game-select ul.thumbnails.image_picker_selector li .thumbnail:hover {
  background-color: #eee;
  border: 2px solid #eee;

}
.game-select ul.thumbnails.image_picker_selector li .thumbnail.selected {
  background-color: #f5f5f5;
  border: 2px solid #337DB6;

}
.game-select .image_picker_image{
  width: 80px;
}
.game-select p {
  margin-bottom: 0;

}
.game-select ul.thumbnails.image_picker_selector li .thumbnail.selected img {
  border: none;
}
.game-select ul.thumbnails.image_picker_selector li .thumbnail.selected img {
  border: none;
}
.game-select ul.thumbnails.image_picker_selector li .thumbnail img {
  -webkit-user-drag: none;
  border-radius: 0;
  margin-bottom: 0;
}
.game-select ul.thumbnails.image_picker_selector li .thumbnail img {
 	 border-radius: 0;
	height: 94px;
	width: auto;
	border: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
/** RANK SELECT**/
.rank-select ul{
  text-align: center;
}
.rank-select ul.thumbnails.image_picker_selector {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  max-height: 80vh;
}
/* line 15, source/sass/image-picker.scss */
.rank-select ul.thumbnails.image_picker_selector ul {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
/* line 30, source/sass/image-picker.scss */
.rank-select ul.thumbnails.image_picker_selector li {
  float: left;
  width: calc(25% - 10px);
  margin: 5px;
}
@media(max-width: 600px){
  .rank-select ul.thumbnails.image_picker_selector li {
  float: left;
  width: 30%;
  margin: 0px;
}
}
/* line 35, source/sass/image-picker.scss */
.rank-select ul.thumbnails.image_picker_selector li .thumbnail {
  padding: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #eee;
}
/* line 42, source/sass/image-picker.scss */
.rank-select ul.thumbnails.image_picker_selector li .thumbnail img {
  -webkit-user-drag: none;
  border-radius: 50%;
  margin-bottom: 10px;
}
.rank-select ul.thumbnails.image_picker_selector li .thumbnail.selected img {
  -webkit-user-drag: none;
  border: 3px solid #eee;
}
.rank-select ul.thumbnails.image_picker_selector li .thumbnail:hover {
  background-color: #eee;
  border: 2px solid #eee;

}
.rank-select ul.thumbnails.image_picker_selector li .thumbnail.selected {
  background-color: #f5f5f5;
  border: 2px solid #337DB6;

}
.rank-select .image_picker_image{
  width: 80px;
}
.rank-select p {
  margin-bottom: 0;

}
.rank-select ul.thumbnails.image_picker_selector li .thumbnail.selected img {
  border: none;
}
.rank-select ul.thumbnails.image_picker_selector li .thumbnail.selected img {
  border: none;
}
.rank-select ul.thumbnails.image_picker_selector li .thumbnail img {
  -webkit-user-drag: none;
  border-radius: 0;
  margin-bottom: 0;
}
.rank-select ul.thumbnails.image_picker_selector li .thumbnail img {
  border-radius: 0;
  border: none;
}
/**REGION SELECT**/
.region-select .selectdiv {
  position: relative;
}
.region-select select::-ms-expand {
display: none;
}

.region-select .selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}

.region-select .selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  display: block;
  width: 100%;
  height: 50px;
  float: right;
  margin: 5px 0px!important;
  padding: 0px 24px!important;
  font-size: 16px!important;
  line-height: 1.75!important;
  color: #333!important;
  background-color: #ffffff!important;
  background-image: none!important;
  border: 1px solid #cccccc!important;
  -ms-word-break: normal!important;
  word-break: normal!important;
}
/* HOURS SELECT */

.input-number {
  width: 120px!important;
  padding: 0 20px!important;
  vertical-align: top!important;
  text-align: center!important;
  outline: none!important;
	margin-bottom: 0!important;
	display: inline-block!important;
	background-color: #fff!important;
	font-size: 1.7em!important;
	color: #337DB6!important;
	font-family: 'Roboto', sans-serif!important;
}

.input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid #ccc;
  height: 60px;
  user-select: none;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 60px;
  line-height: 60px;
  background: #337DB6;
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.input-number-decrement:active,
.input-number-increment:active {
  background: rgba(51, 125, 182, 0.8);
}

.input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}

/*CHAMP SELECT*/
.champ-select ul{
  text-align: center;
}
.champ-select ul.thumbnails.image_picker_selector {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  max-height: 80vh;
}
/* line 15, source/sass/image-picker.scss */
.champ-select ul.thumbnails.image_picker_selector ul {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
/* line 30, source/sass/image-picker.scss */
.champ-select ul.thumbnails.image_picker_selector li {
  float: left;
  width: calc(25% - 10px);
  margin: 5px;
}
@media(max-width: 600px){
  .champ-select ul.thumbnails.image_picker_selector li {
  float: left;
  width: 30%;
  margin: 0px;
}
}
/* line 35, source/sass/image-picker.scss */
.champ-select ul.thumbnails.image_picker_selector li .thumbnail {
  padding: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #eee;
}
/* line 42, source/sass/image-picker.scss */
.champ-select ul.thumbnails.image_picker_selector li .thumbnail img {
  -webkit-user-drag: none;
  border-radius: 50%;
  border: 2px solid #eee;
}
.champ-select ul.thumbnails.image_picker_selector li .thumbnail.selected img {
  -webkit-user-drag: none;
  border: 2px solid #337DB6;
}
.champ-select ul.thumbnails.image_picker_selector li .thumbnail:hover {
  background-color: #eee;
  border: 2px solid #eee;

}
.champ-select ul.thumbnails.image_picker_selector li .thumbnail.selected {
  background-color: #f5f5f5;
  border: 2px solid #337DB6;

}
.champ-select .image_picker_image{
  width: 80px;
}
.champ-select p {
  margin-bottom: 0;

}
#champions-list ::-webkit-scrollbar {
    width: 5px;
}
#champions-list ::-webkit-scrollbar-thumb {
    width: 1em;
    background-color: #ddd;
    outline: 1px solid slategrey;
    border-radius: 1rem;
}
#champions-list ::-webkit-scrollbar-track {
    width: 5px;
    background: #f5f5f5;
}
.total-price .price-t{
  font-family: Roboto;
  font-weight: 300;
  font-size: 60px;
  color: #337DB6;
}
.split .price-t{
  font-family: Roboto;
  font-weight: 300;
  font-size: 60px;
  color: #337DB6;
}


.c-log-button {
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  font-weight: 600;
  margin: 0 10px;
  width: 200px;
  padding: 10px 0;
  box-shadow: 0 0 20px rgba(104, 85, 224, 0.2);
  transition: 0.4s;
}


.c-log-button {
  color: #337DB6;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #337DB6;
}

.c-log-button:hover {
  color: white;
  box-shadow: 0 0 20px rgba(51,125,182, 0.6);
  background-color: #337DB6;
}
/*OROOROROROROOROROROR*/
.split {
  margin-top:50px;
  text-align: center;
}
.split h2 {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #337DB6; 
   line-height: 0.1em;
   margin: 10px 0 10px; 
  margin-bottom:50px;
  color: #337DB6;
} 

.split h2 span { 
    background:#fff; 
    padding:0 10px; 
}



.split .c-log-button {
  color: rgba(255, 255, 255, 1);
  background-color: #337DB6;
  border: 1px solid #337DB6;
}

.split .c-log-button:hover {
  color: #fff;
  box-shadow: 0 0 25px rgba(51,125,182, 0.8);
  background-color: #337DB6;
}
