
* {
    margin: 0;
    padding: 0;
}
body{
    height: 100% !important;
}
html {
    height: 100%;
}

/*Background color*/
#grad1 {
    background-color: #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA);
}

/*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;
    border-radius: 30px;
    letter-spacing: 1px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

#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;
}
& label{
    width: 100%;
}
/*Blue Buttons*/
#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 6px 0px;
    margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

/*Previous Buttons*/
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 6px 0px;
    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 skyblue;
}

/*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;
    margin: 0 !important;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 20%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023";
}
.container-fluid{
    height: 100%;
    
}
#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

#progressbar #success:before {
    font-family: FontAwesome;
    content: "\f00c";
}

/*ProgressBar before any progress*/
#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 connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue;
}

/*Imaged Radio Buttons*/
.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 in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}

.first-step,
.second-step,
.third-step,
.fourth-step,
.fifth-step{
   .row{
        /* border-bottom: 1px solid black !important; */
        /* border-bottom: none; */
        label{
            /* border-right: 1px solid black !important; */
        }
    }
    .rows-main-wrapper{
        /* border: 1px solid black; */
        /* padding: 0 14px; */
        /* border-radius: 7px; */
    }
    .last-row{
        border-bottom: 0 !important;
    }
}
#msform fieldset .form-card{
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 20px !important;
    /* margin-bottom: 30px !important; */
}

#msform{
    margin: 0 !important;
}
.third-step,
.fourth-step,
.fifth-step{
    .no-two-col{
/* border-right: 1px solid black; */
    }
}
@media (max-width: 600px ){
    .row{
        .col-3{
            font-size: 12px !important;
            padding: 3px !important;
        }
    }
    .container-fluid{
        padding: 0 !important;
    }
    
}
.form-card{
    /* padding: 0 10px !important; */
    width: 100% !important;
    padding-bottom: 50px !important;
}


.next{
    border-radius: 10px !important;
     /* float: left !important; */
   margin-right: 20px !important;
    background-color: green !important;
    position: fixed;
    bottom: 0;
    right: 20px;

    margin-left: 20px !important;
}
.previous{
    border-radius: 10px !important;
     /* float: left !important; */
   margin-left: 20px !important;
    background-color: #da3030 !important;
    position: fixed;
    bottom: 0;
    
    left: 20px;
    margin-left: 15px !important;
}
.radio-div{
    /* gap: 30px; */
    .first-check-box{
        /* gap: 10px; */
        & label{
            margin-left: 10px !important;
            margin-bottom: 0 !important;
        }
    }
    .second-check-box{
        margin-left: 40px;
        & label{
            margin-left: 10px !important;
            margin-bottom: 0 !important;
        }
    }
}

/* dropdown  */


#msform textarea{
    border-radius: 0 !important;
}
.main-inner-logo-wrapper{
background-color: white;
box-shadow: 0 0 9px 0.5px;
position: fixed;
z-index: 1;
width: 100%;
.header-logo{
    padding: 10px 30px ;
    max-width: 300px;
    width: 100%;
    max-height: 250px;
    margin: 0 auto;
    height: 100%;
    & img{
        width: 100%;
        height: 100%;
    }
}
}

.fs-title{
    font-size: 24px !important;
}

.single-step{
   
& textarea{
        background-color:#f4ebff !important;

    }
}


/*    File choose */
.file-choosen{
    .file-input-wrapper {
              /* border: 1px solid black; */
              padding: 50px 0;
              width: 49%;
              font-size: 12px;
              border-radius: 4px;
              /* width: 300px; */
              text-align: center;
              cursor: pointer;
              position: relative;
              color: #999;
              background-color: #f4ebff !important;

    }

    .file-input-wrapper input[type="file"] {
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
    }
}
.fs-title{
    font-weight: 500 !important;
    font-size: 22px !important;
    border-bottom: 1px solid #c2c2c2 !important;
    padding: 15px 15px ;
}

.form-card{
    padding: 0 15px !important;
    border-radius: 15px !important;
}
.card{
    border: none !important;
    background: #e3e3e3 !important;
    height: 100%;
    margin-top: 57px;
    padding: 15px 15px !important;
}

.form-select{
    width: 100%;
    padding: 4px 2px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}
/* & fieldset{
    height: 100vh;
} */

#msform textarea {
    border-radius: 5px !important;
    height: 160px;
    color: #999999;
}
#fileWrapper1{
    border: none !important;
    border-radius: 5px ;
    height: 160px;
}

/* .preview{
    background-color: transparent !important;
} */
#msform fieldset .second-tennant-preview{
    margin-top: 20px !important;
    padding: 15px 20px !important;
 }
 .img-preview{
    height: 200px;
    width: 100%;
    & img{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }
    
 }


 .bg-cover-div{
    background-color: rgb(255, 255, 255);
    height: 55px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 9px -2.5px;
 }

 & fieldset{
    margin-bottom: 30px !important;
 }




 .file-choosen {
    position: relative;
    width: 100% !important; /* Adjust as needed */
    /* height: 200px; */
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image-preview-container {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* gap: 5px; */
    /* padding: 5px; */
    /* align-items: center; */
    /* justify-content: center; */
    /* background-color: rgba(255, 255, 255, 0.8); */
    /* pointer-events: none; */
    /* overflow-y: auto; */
    width: 49%;
    height: 100px;
}

.preview-image {
    width: 100% ; /* Adjust to fit multiple images */
    height: 100%;
    /* object-fit: contain; */
    margin-right: 10px;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
}


.back-text{
    padding-top: 30px;
}

.image-preview-container{
    & img{
        width: 100% !important;
    }
}

.scroll-all-tab{
    background-color: white;
    box-shadow: 0 0 9px 0.5px;
    position: fixed;
    z-index: 1;
    width: 100%;
    margin-top: 58px;
    padding: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 90vw;
    height: 80vh;
    top: 65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
    display: none;
.tab-name-wrapper{
    flex-shrink: 0;
    padding-top: 13px !important;
/* border-right: 1px solid rgb(160, 159, 159); */
padding: 0 15px;
& h4{
flex-shrink: 0;
font-size: 1rem;
color: #7c5388;
}
}
}

.fa-square-xmark:before{
    color: rgb(255, 44, 44) !important;
}
.fa-square-check:before {
    color: rgb(0 166 0);
}