.rs-header {
  /*background-color: #585858;*/
  position: relative;
}

.custom_form {
  border: 2px solid;
  box-shadow: 5px 10px #888888;
}

.spacing_button {
  margin-top: 20px;
}
.toast {
    position: fixed;
    top: 80px;
    right: 20px;
    opacity: 1;
    background-color: green;
    color: #ececec;
    z-index: 99999999;
    padding: 12px;
 }
.toast_error {
  background: red;
}
.rs-breadcrumbs {
  background: url(/images/inner-brudcump2.jpg?1e2f776dafa43facd8c180810c6226be);
  min-height: 300px;
  background-size: cover;
  background-position: center;
  margin-top: -100px;
}

.rs-breadcrumbs .breadcrumbs-wrap {
  overflow: initial;
}

.rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner {
  position: relative;
  top: 155px;
}

.full-width-header .rs-header .menu-area .logo-area {
  position: relative;
  display: inline-flex;
  top: 10px;
}

.full-width-header .rs-header .menu-area .logo-area .logo-circle {
  position: relative;
  top: -10px;
}

.full-width-header .rs-header .menu-area .logo-area .logo-circle img {
  max-width: 50px !important;
}

.actions_buttons {
  text-align: right;
}

.readon {
  background-image: linear-gradient(to right, #fbc02d 0%, #ff7f27 51%, #fbc02d 100%);
}

.rs-team.style3 .single-team .team-img .team-social {
  background: #ff7f27;
}

.register_tabs {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.form-box {
  padding-top: 40px;
}

.form-top {
  overflow: hidden;
  padding: 0 25px 15px 25px;
  background: #fff;
  border-radius: 4px 4px 0 0;
  text-align: left;
}

.form-top-left {
  float: left;
  width: 75%;
  padding-top: 25px;
}

.form-top-left h3 {
  margin-top: 0;
}

.form-top-right {
  float: left;
  width: 25%;
  padding-top: 5px;
  font-size: 66px;
  color: #ddd;
  line-height: 100px;
  text-align: right;
}

.form-bottom {
  padding: 25px 25px 30px 25px;
  background: #eee;
  border-radius: 0 0 4px 4px;
  text-align: left;
}

form .form-bottom textarea {
  height: 100px;
}

form .form-bottom button.btn {
  min-width: 105px;
}

form .form-bottom .input-error {
  border-color: #19b9e7;
}

form.registration-form fieldset {
  display: none;
}

.registration-form input[type=text],
.registration-form input[type=password],
.registration-form textarea,
.registration-form textarea.form-control {
  height: 50px;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  background: #f8f8f8;
  border: 3px solid #ddd;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  color: #888;
  border-radius: 4px;
  box-shadow: none;
  transition: all 0.3s;
}

.registration-form textarea,
.registration-form textarea.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}

.registration-form input[type=text]:focus,
.registration-form input[type=password]:focus,
.registration-form textarea:focus,
.registration-form textarea.form-control:focus {
  outline: 0;
  background: #fff;
  border: 3px solid #ccc;
  box-shadow: none;
}

.registration-form input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
.registration-form textarea:-moz-placeholder,
textarea.form-control:-moz-placeholder {
  color: #888;
}

.registration-form input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
.registration-form textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
  color: #888;
}

.registration-form input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
.registration-form textarea::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
  color: #888;
}

.registration-form button.btn {
  height: 50px;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  background: #19b9e7;
  border: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  color: #fff;
  border-radius: 4px;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.3s;
}

.registration-form button.btn:hover {
  opacity: 0.6;
  color: #fff;
}

.registration-form button.btn:active {
  outline: 0;
  opacity: 0.6;
  color: #fff;
  box-shadow: none;
}

.registration-form button.btn:focus {
  outline: 0;
  opacity: 0.6;
  background: #19b9e7;
  color: #fff;
}

.registration-form button.btn:active:focus,
button.btn.active:focus {
  outline: 0;
  opacity: 0.6;
  background: #19b9e7;
  color: #fff;
}

/*Style Login Register*/

.body-login {
  background: url(/images/bg-login1.jpg?d8958be379d10b403cda3a4095407bd7);
  background-size: cover;
  background-position: center;
}

.register {
  /*background: -webkit-linear-gradient(left, #3931af, #00c6ff);*/
  background: transparent;
  margin-top: 3%;
  padding: 3%;
}

.register-left {
  text-align: center;
  color: #fff;
  margin-top: 4%;
}

.register-left .register-with {
  margin-top: 0;
  padding: 0;
  font-size: 18px;
}

.register-left input,
.register-left .bt-link {
  border: none;
  border-radius: 1.5rem;
  padding: 2%;
  width: 60%;
  background: #fff;
  font-weight: 500;
  color: #f8873a;
  border: 1px solid #f8873a;
  margin-top: 0;
  margin-bottom: 5%;
  cursor: pointer;
  display: inline-block;
}

.register-left .bt-link.libre {
  margin-top: 0;
}

.register-left .bt-link:hover {
  background: #f8873a;
  color: #fff;
}

.register-right {
  background: #f8f9fa;
  border-top-left-radius: 10% 50%;
  border-bottom-left-radius: 10% 50%;
}

.register-left img {
  /*margin-top: 15%;*/
  margin-bottom: 5%;
  max-width: 100%;
  width: 250px;
  /*-webkit-animation: mover 2s infinite  alternate;
  animation: mover 1s infinite  alternate;*/
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

.register-left p {
  font-weight: lighter;
  padding: 12%;
  margin-top: -9%;
}

.register .register-form {
  padding: 10%;
  margin-top: 10%;
  width: 100%;
}

.btnRegister {
  float: right;
  margin-top: 10%;
  border: none;
  border-radius: 1.5rem;
  padding: 2%;
  background: #f8873a;
  border: 1px solid #f8873a;
  color: #fff;
  font-weight: 600;
  width: 50%;
  cursor: pointer;
}

.btnRegister:hover {
  background: #fff;
  color: #f8873a;
}

.btnLogin {
  float: none;
  margin: 0 auto;
  display: block;
}

.psw-recover {
  display: block;
  text-align: center;
  color: #f8873a;
}

.register .nav-tabs {
  margin-top: 3%;
  border: none;
  background: #f8873a;
  border-radius: 1.5rem;
  width: 28%;
  float: right;
}

.register .nav-tabs .nav-link {
  padding: 2%;
  height: 34px;
  font-weight: 600;
  color: #fff;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.register .nav-tabs .nav-link:hover {
  border: none;
}

.register .nav-tabs .nav-link.active {
  width: 100px;
  color: #f8873a;
  border: 2px solid #f8873a;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.register-heading {
  text-align: center;
  margin-top: 8%;
  margin-bottom: -15%;
  color: #f8873a;
}

* {
  outline: none;
}

.form-control:focus {
  border-color: #f8873a;
  box-shadow: none !important;
}

.invalid-feedback {
  display: block;
}

button:focus {
  outline: none !important;
}

.register .infos {
  margin-bottom: 10px;
  color: #f8873a;
}


.register-form .alert{
  width: 100%;
  text-align: center;
}

.point-table-wrap .readon{
  padding: 10px 15px 10px;
    font-size: 14px;
}
.min-24{
  min-width: 24%;
}
.rs-products .products {
  background: #307FE2;
  padding: 20px 10px;
}

/** payement **/

.payment-card {
  border: 1px solid var(--border);
  box-shadow: 0 2px 20px #d8e1e8;
  border-radius: 4px;
}
.payment-card .card-header {
  background-color:#ff7900;
  color: #FFF;
  font-weight: bold;
}
.form-payement {
  margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}

.ElementsApp input  {
  margin-top: 3px;
  padding: 15px;
  font-size: 16px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
}

.label_span {
  padding: 6px 10px;
  border-radius: 6px;
}

.abonnement-image{
  background: #307FE2;
    padding: 20px 10px;
}


/*
* wizard form
*/
.wizard-content-left {
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.45);
  background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
  background-position: center center;
  background-size: cover;
  height: 100vh;
  padding: 30px;
}
.wizard-content-left h1 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
  padding: 12px 20px;
  text-align: center;
}

.form-wizard {
  color: #888888;
  padding: 30px;
}
.form-wizard .wizard-form-radio {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #dddddd;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
  outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
  background-color: #fb1647;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  webkit-animation: click-radio-wave 0.65s;
  -moz-animation: click-radio-wave 0.65s;
  animation: click-radio-wave 0.65s;
  background: #000000;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
  padding-left: 10px;
  cursor: pointer;
}
.form-wizard .form-wizard-header {
  text-align: center;
}
.form-wizard .wizard-fieldset {
  display: none;
}
.form-wizard .wizard-fieldset.show {
  display: block;
}
.form-wizard .wizard-form-error {
  display: none;
  background-color: #d70b0b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.form-wizard .form-wizard-steps {
  margin: 30px 0;
}
.form-wizard .form-wizard-steps li {
  width: 50%;
  float: left;
  position: relative;
}
.form-wizard .form-wizard-steps li::after {
  background-color: #f3f3f3;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.form-wizard .form-wizard-steps li span {
  background-color: #dddddd;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
  background-color: #d65470;
  color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
  background-color: #d65470;
  left: 50%;
  width: 50%;
  border-color: #d65470;
}
.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: #d65470;
}
.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
}
.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.content-page{
  min-height: calc(100vh - 360px);
}
.rs-banner{
  margin-top: -100px;
}

.datepicker td, .datepicker th {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.85rem;
}

table.no-border td{
  border: 0 !important;
}
table.no-border tr:first-child td{
  border-bottom: 1px solid #dee2e6 !important;
}
table.no-border.last-week tr:first-child td{
  border-bottom: 0 !important;
}
table.no-border.last-week tr:nth-child(3) td{
  border-bottom: 1px solid #dee2e6 !important;
}

@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}
@media screen and (max-width: 767px) {
  .wizard-content-left {
    height: auto;
  }
}

.match-statistics tr {
  text-align: center;
}

.match-statistics td {
  text-align: center;
}

.match-statistics table th img {
  width: 50px;
  padding-bottom: 10px;
  margin: 0 auto;
  display: block;
}

.match-statistics table th {
  text-align: center;
  padding: 30px;
  font-size: 20px;
  border: 0;
}

.match-statistics table th.goal {
  font-size: 40px;
  font-weight: 700;
}

.match-statistics {
  text-align: center;
}