.bd{
  background-image: url('dionthedeformbg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.wdm{
  margin-left:100px;
}
@media only screen and (max-width: 600px) {
  .wdm { 
    margin-left:3px!important;
    margin-left:3px!important;
  }
}
/* Style the form */
.regForm {
  background: rgba(18, 20, 25, 0.80);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 1px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 65px;
  padding-right: 65px;
  border-radius: 25px;
  width: 574px;
  flex-shrink: 0;
}

@media only screen and (max-width: 600px) {
  .regForm { 
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  width: 366px;
  }
}
.pform{
  height:522px; 
  background: rgba(18, 20, 25, 0.80);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 1px auto;
  padding-top: 130px;
  padding-left: 65px;
  padding-right: 65px;
  border-radius: 25px;
  width: 574px;
  flex-shrink: 0;
}
@media only screen and (max-width: 600px) {
  .pform { 
    width: 400px;
  }
}
.pregForm {
    background: rgba(18, 20, 25, 0.80);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 1px auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 65px;
    padding-right: 65px;
    border-radius: 25px;
    width: 800px; 
    flex-shrink: 0;
  }
  .pregFormm{
    margin-top: 100px;
  }
  @media only screen and (max-width: 600px) {
    .pregFormm {
      margin-top: 20px;
     }
  }
  @media only screen and (max-width: 600px) {
    .pregForm { 
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    width: 366px;
    }
  }
.regForm3{
  background: rgba(18, 20, 25, 0.80);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 1px auto;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 65px;
    padding-right: 65px;
    border-radius: 25px;
    width: 574px;
    flex-shrink: 0;
}
@media only screen and (max-width: 600px) {
  .regForm3 { 
    padding-top: 30px;
    padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  width: 366px;
  }
  .col-xs-2{
   width: 60px!important; 
  }
}
.field-icon {
  float: right!important;
  margin-left: -25px!important;
  margin-top: -25px!important;
  position: relative!important;
  z-index: 2!important;
}
.regForm2 {
  border-radius: 25px;
  background: #293041;
  margin-top: 150px ;
  margin-left: auto;
  margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 65px;
    padding-right: 65px;
    border-radius: 25px;
    width: 651px;
}
@media only screen and (max-width: 600px) {
.regForm2 {
  background: #293041;
  margin-top: 150px ;
  margin-left: auto;
  margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 25px;
    width: 366px;
}
}
.price{
  font-family: Inter!important;
  font-size: 32px!important;
  font-style: normal!important;
  font-weight: 700!important;
  line-height: 38px!important;
}
/* Style the input fields */
.form-control {
  width: 311px;
  height: 46px!important;
  flex-shrink: 0;
  border-radius: 15px!important;
  background: #FFF!important;
  border-width: 0!important;
  color: #000;
  font-family: Inter!important;
  font-size: 14px!important;
  font-style: normal!important;
  font-weight: 400!important;
  line-height: normal!important;

}
.form-controlt {
  width: 311px;
  flex-shrink: 0;
  border-radius: 15px!important;
  background: #FFF!important;
  border-width: 0!important;
  color: #000;
  font-family: Inter!important;
  font-size: 14px!important;
  font-style: normal!important;
  font-weight: 400!important;
  line-height: normal!important;

}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}
/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #1F97A3;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #F5D51A;
}
.col-form-label {
  color: #FFF!important;
  font-family: Inter!important;
  font-size: 24px!important;
  font-style: normal!important;
  font-weight: 700!important;
  line-height: normal!important;
  text-align: right!important;
}
@media only screen and (max-width: 600px) {
  .col-form-label{ 
    text-align: left!important;
  }
}
@media only screen and (max-width: 600px) {
  .code{ 
    text-align: left!important;
  }
}
.previous{
  margin-bottom: 15px!important;
}
.error{
  text-align: center!important;
  color: red!important;
}
.step-title{
  color: #FFF;
  text-align: center!important;
  justify-content: center;
   font-family: Inter;
   font-size: 24px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   margin-top: 50px;
}
.title{
  color: #FFF;
 text-align: center!important;
 justify-content: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 50px;
}
.subtitle{
  color: #FFF;
  text-align: center!important;
  justify-content: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.industry{
  width: 334px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 15px;
  background: #FFF;
  border-width: 0!important;
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}
.experience {
  width: 461px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 15px;
  background: #FFF;
  border-width: 0!important;
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}
@media only screen and (max-width: 600px) {
  .experience{
    width: 343px;
    font-size: 18px;
  }
}
.industry:hover {
  background-color: #F5D51A;
}
.experience:hover {
  background-color: #F5D51A;
}
.industry::selection {
  background-color: #363635;
}
.input[type=checkbox]:checked {
  background-color: #a77e2d !important;
  color: #ffffff !important;
}
.input[type='checkbox']:after {
    box-shadow: none !important;
}
.input[type=checkbox]{
  accent-color:#e10606!important;
}
.btn{
  display: grid!important;
  width: 214px!important;
height: 46px!important;
flex-shrink: 0!important;
border-radius: 25px!important;
background: #1F97A3!important;
border-width: 0!important;
color: #FFF!important;
font-family: Inter!important;
font-size: 24px!important;
font-style: normal!important;
font-weight: 700!important;
line-height: normal!important;
}
.privacy{
  text-align: center;
  color: white;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.link-warning {
  color: #fff800 !important;
}
.terms{
  color: #FFF;
font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.overflow-auto{
  height: 280px!important;
  margin-bottom: 30px!important;
}
.custom-button {
  margin-bottom: 10px;
  width: 100%;
}
.custom-container {
  background-color: #333;
  padding: 20px;
  border-radius: 8px;
  color: white;
  max-width: 400px;
  margin: auto;
  text-align: center;
}
.custom-container h2 {
  margin-bottom: 20px;
}
.custom-button:focus, .custom-button:active {
  box-shadow: none !important;
}
.select-input {
  color: rgb(255, 0, 0)!important;
}
.custom-select-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%20fill%3D%22%232596be%22%3E%3C%21--%21%20Font%20Awesome%20Pro%206.2.0%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%20%28Commercial%20License%29%20Copyright%202022%20Fonticons%2C%20Inc.%20--%3E%3Cpath%20d%3D%22M182.6%209.4c-12.5-12.5-32.8-12.5-45.3%200l-96%2096c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L128%20109.3V402.7L86.6%20361.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l96%2096c12.5%2012.5%2032.8%2012.5%2045.3%200l96-96c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L192%20402.7V109.3l41.4%2041.4c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3l-96-96z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 10px auto;
}
.sf-custom-select-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%20fill%3D%22%232596be%22%3E%3C%21--%21%20Font%20Awesome%20Pro%206.2.0%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%20%28Commercial%20License%29%20Copyright%202022%20Fonticons%2C%20Inc.%20--%3E%3Cpath%20d%3D%22M182.6%209.4c-12.5-12.5-32.8-12.5-45.3%200l-96%2096c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L128%20109.3V402.7L86.6%20361.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l96%2096c12.5%2012.5%2032.8%2012.5%2045.3%200l96-96c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L192%20402.7V109.3l41.4%2041.4c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3l-96-96z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 10px auto;
} 
.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232596be' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  color: #2596be!important;
}
.card{
/*  width: 392px!important;*/
flex-shrink: 0;
  color: white!important;
  background-color: #121419!important;
  border-radius: 25px!important;

}
.list-group-item{
  color: white!important;
  background-color: #121419!important;
  border: none!important;
  padding-left: 0%;
}
.text-primary {
  color: #FFF!important;
font-family: Inter!important;
font-size: 32px!important;
font-style: normal!important;
font-weight: 700!important;
line-height: normal!important;

}

.terms_conditions_link{
    color: #ffffff !important;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 300;
    margin-top: 10px;
}

.terms_conditions_link:hover{
  text-decoration:none;
}

.jconfirm-box-container .jconfirm-title{
  color:#000;
  font-family: 'Inter';
  font-size:20px;
  font-weight: 400;
}

.jconfirm-box-container .jconfirm-content{
  color:#000;
  font-family: 'Inter';
  font-size:20px;
  font-weight: 400;
}

.jconfirm-box-container .jconfirm-buttons button{
  width: 100px !important;
  font-size: 20px !important;
  line-height: 35px !important;
}

.changed_image_label{
  background: none !important;
  font-size: 18px !important;
}

.flex-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.add-role-container div{
  display: inline-block;  
}

.add-new-role-container{
    display: flex;
    /* width: 50%; */
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.add-new-role-container .label-text{
  color: #1F97A3;
  font-size: 24px;
  font-weight: 700;
}

.add-new-role-container .plus-icon{
  width:50px;
  height:50px;
  margin-left:10px;
}

.roles-container .custom-select-icon{
  padding: .375rem .75rem !important;
  text-align: center !important;
}

.roles-container .sf-custom-select-icon{
  padding: .375rem .75rem !important;
  text-align: center !important;
}

.form-control.country{
  padding: .375rem .75rem !important;
  text-align: left !important;
}