
body{
	background-color:#05092b;
}
.bg-custom {
  background-color: #251d73;
}
.bg-custom-top {
  background-color: #05092b;
}
.bg-custom-foot {
  background-image: url("./images/bn.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.doge-color{
  color: #677ce7 !important;
}

.spacer {
  margin-bottom: 10rem;
}
.spacer-padding {
  padding-bottom: 10rem;
}

.doge-btn-bg {
  background-color: #677ce7 !important;
}

.btn-outline-doge {
  border: 1px solid #677ce7 !important;
}

.main-bg {
  background-image: url("./images/bgg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-balance {
  background-image: url("./images/prof.png");
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: contain;
}
.main-bg-color {
  background-color: #1b1d1d;
}

.faint-bg {
  background-color: #29302ebb;
}

.bg-topcard {
  background-color: #1d1a69;
}

.fs-teamnanme {
  font-size: 12px;
}
.fs-smcustom {
  font-size: 13px;
}
.fs-smcustomheading {
  font-size: 14.5px !important;
}
.fs-smcustom2 {
  font-size: 11px;
}
.fs-smcustom3 {
  font-size: 9.5px;
}

.bg-card-color {
  background-color: #221f77;
}
.bg-card-color2 {
  background-color: #201b9b;
}

.team-img-wrapper {
    background-color: #4E4CB9;
}

.text-iceblue {
    color: #24CED7;
}

.text-foot {
    color: #788EF7;
}


.bg-footer {
    background-color: #2D2586;
}

.bg-offc {
    background-image: url('./images/offcard.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #2D2586;

}
.match-details {
    background-image: url('./images/pitch.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.bg-match {
  background-color: rgba(255, 255, 255, 0.747);
}

.heading-card {
  background-color: #2e2b86;
}

.cardagent {
  background-color: #F88DAB;
}
.teamadded {
  background-color: #7999FF;
}
.promotioncard {
  background-color: #17ADB6;
}

.rebate-bg {
  background-color: #FFC665;
}

.page{
  background-image: url("./images/bggg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




/* wizard form */




/*Background color*/
#grad1 {
  background-color: #000000;
}

/*form styles*/
#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset .form-card {
  background: white;
  border: 0 none;
  border-radius: 0px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 20px 40px 30px 40px;
  box-sizing: border-box;
  width: 94%;
  margin: 0 3% 20px 3%;

  /*stacking fieldsets above each other*/
  position: relative;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;

  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform fieldset .form-card {
  text-align: left;
  color: #9E9E9E;
}

#msform input, #msform textarea {
  padding: 0px 8px 4px 8px;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  font-size: 16px;
  letter-spacing: 1px;
}

#msform input:focus, #msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  font-weight: bold;
  border-bottom: 2px solid #677ce7;
  outline-width: 0;
}

/*Blue Buttons*/
#msform .action-button {
  width: 100px;
  background: #677ce7;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #677ce7;
}

/*Previous Buttons*/
#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*Dropdown List Exp Date*/
select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px;
}

select.list-dt:focus {
  border-bottom: 2px solid #677ce7;
}

/*The background card*/
.card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative;
}

/*FieldSet headings*/
.fs-title {
  font-size: 25px;
  color: #2C3E50;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #000000;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 30%;
  float: left;
  position: relative;
}


.radio {
  display:inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor:pointer;
  margin: 8px 2px; 
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image{
  width: 100%;
  object-fit: cover;
}