﻿#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%;
    position: relative
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: right;
    color: #9E9E9E
}

#msform input[type=text] ,
#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
}


.wizard-form-edit {
    width: 70%;
    margin: 50px;
    margin-right: 15%;

} 

.wizard-form-edit select{
    padding: 0px 8px 4px 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 15px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
    height: 50px;
}

#msform select{
    padding: 0px 8px 4px 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 15px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
    height: 50px;
}

#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 skyblue;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: skyblue;
    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 skyblue
}

#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
}

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: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: right;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 15%;
    float: right;
    position: relative;
    text-align: center;
}

#progressbar #train:before {
    font-family: FontAwesome;
    content:  "\f27b"
}

#progressbar #account:before {
    font-family: FontAwesome;
    content:  "\f17b"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content:  "\f10b"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}
#progressbar #condistions:before {
    font-family: FontAwesome;
    content: "\f2b5"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#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: 204px;
    height: 104px;
    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
}
.brand-img {
    width: 100px;
    height: 100px;
    float: right;
    border: none;
    border-radius: 2px;
    margin: 5px;
    cursor: pointer;
}



.mobile-model {
    width: 90%;
    padding: 10px;
    border:  1px solid #ccc;
    border-radius: 3px;
    margin: 5px;
    cursor: pointer;
}

.wizard-form {
    width: 70%;
    margin: 50px;
    margin-right: 15%;

} 

.fu-span-lable {
    text-align: center;
    height: 61px;
}

.wizard-upload {
    width: 200px;
    height: 300px;
    float: right;
    border:  1px solid #ccc;
    border-radius: 3px;
    margin: 5px;
    
}

.wizard-upload-ultra {
    width: 200px;
    height: 235px;
    float: right;
    border:  1px solid #ccc;
    border-radius: 3px;
    margin: 5px;
    
}
.imgInp {

}
.wizard-upload-ultra-img{
    width: 170px;
    height: 170px;
    margin-right: 15px;
}

.wizard-upload-img {
    width: 170px;
    height: 170px;
    margin-right: 15px;
}
.fu_span {
    text-align: center;
    padding: 10px;
}
.info {
    background-color: #e7f3fe;
    border-right: 6px solid #2196F3;
    padding: 14px;
    margin: -10px 0 15px 0;
    border-radius: 5px;

}
.danger {
    background-color:  #ff9800; 
    border-right: 6px solid #f44336;
    padding: 14px;
    margin: -10px 0 15px 0;
    border-radius: 5px;
    color: white;

}

.title-registration {
    color: var(--color-yellow);
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    background-color: #5181aa1f;
    border-radius: 10px;
    text-align: right;
    padding: 15px 10px 15px 5px;
}

@media (max-width: 800px) {
    .wizard-form {
        width: 100%;
        margin: 50px;
        margin-right: 5px !important;

    } 

    
    .wizard-form-edit {
        width: 80%;
        margin: 50px;
        margin-right: 10%;

    } 
}
@media (max-width: 400px) {
    .wizard-form-edit {
        width: 90%;
        margin: 50px;
        margin-right: 5%;

    } 

}
 .delete_photo{
        text-align:center;
        font-size:12px;
       
        height:30px;
        position:absolute;
        top:110px;
        width:100%;
        z-index : 1000 ;
    }
    .delete_photo_text{
        color:red;
        border-color:red;
        border-style:solid;
        border-width:1px;
        border-radius:8px;
        padding:5px;
        cursor:pointer;
        
    }
    .delete_photo_text:hover{
        background-color:coral;
    }
   