
#grad1 {
    background-color: #a39fa454;
    /* background-image: linear-gradient(120deg, #FF4081, #81D4FA) */
}
.centerData{
    text-align: center;
    position: relative;
    margin-top: 20px
}
 






/*  input,
 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
} */

/*  input:focus,
 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 skyblue;
    outline-width: 0
} */

 .action-button {
    width: 100px;
    /* background: linear-gradient(90.15deg, #0A09A3 0.19%, #2A20DB 99.93%); */
    font-weight: bold;
    color: #fff;
    border: 1px solid;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

 .action-button:hover,
 .action-button:focus {
    /* box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue */
}

 .action-button-previous {
    width: 100px;
    /* background: linear-gradient(90.15deg, #0A09A3 0.19%, #2A20DB 99.93%);; */
    font-weight: bold;
    color: #fff;
    border: 1px solid;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

 .action-button-previous:hover,
 .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

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 skyblue
}

.card {
    z-index: -99;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position:relative
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    /* list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative */
   
}

/* business_info_indicator
social_media_info_indicator
payment_info_indicator
completed_indicator */

#progressbar .business_info_indicator:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar .social_media_info_indicator:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar .payment_info_indicator:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar .completed_indicator:before, .completed_indicator:before {
    font-family: FontAwesome;
    content: "\f00c"
}


#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: flex;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    align-items: center;
    justify-content: center;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.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 {
    width: 100%;
    object-fit: cover
}

.form-group{
    position:relative;
}
input[type="email"], input[type="password"] input[type="text"], input[type="number"]{
    padding-left: 35px!important;
}

input[type="tel"]{
    padding-left: 60px!important;
}

.form-group > img{
    position: absolute;
    width: 18px;
    top: 40px;
    left: 15px;
}




/* * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} */

/* h2 {
    font-family: arial;
    color: #afbdcf;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
    width: 500px;
    height: 50px;
    background: #F1F2F4;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 18px;
    text-align: center;
} */

/* body {
    background: url(http://andrahand.com/img/back1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
} */


.form_wrap {
    height: 300px;
    width: 500px;
    background: white;
    margin: 50px auto;
    padding: 125px 0px 0px 100px;
    outline: 5px solid rgba(0, 0, 0, 0.1);
    position: relative;
}


/* Input form Style */

input[type="text"], input[type="number"], input[type="email"],input[type="file"] {
    border: 1px solid #CB2C3C;
    border-radius: 5px;
    height: 47px !important;
    width: 100%;
    color: #000000;
    font-size: 14px;
    padding-left: 40px;
    box-shadow: none;
}

input[type="number"]{
    padding-left: 35px;
-webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Label style after Input feild is in focus. Can also use input:focus ~ label to select sibling. */

/* input:focus+label,
input:valid+label {
    font-size: 12px;
    color: #afbdcf;
    top: 10px;
    left: 10px;
    background: #ffffff;
    padding: 0px 5px 0px 5px;
} */

.input_wrap {
    width: auto;
    height: auto;
    position: relative;
}

.input_wrap label {
    font-family: arial;
    font-size: 16px;
    color: #afbdcf;
    padding: 14px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    pointer-events: none;

}

input[type="text"]:focus {
    outline: none;
}

.inputs input {
    width: 50px;
    height: 45px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.form-control:focus {
    box-shadow: none;
    /* border: 2px solid red */
}
input[type="text"]:focus+.form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}
.form-control:focus ~ .form-group>label {
    color: red
}

.validate {
    border-radius: 20px;
    height: 40px;
    background-color: red;
    border: 1px solid red;
    width: 140px
}
.otpInput>input[type="number"]{}