/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/


body {
    background: linear-gradient(-45deg, #0152e7 100%, #2759fd);
  }

.required::after {
    content: " *";
    color: #f06548;
}

.auth-bg-cover > .bg-overlay {
    /*background-image: url(../images/bg.jpg);*/
    background-position: center;
    background-size: cover;
    background: linear-gradient(-180deg, #fafafa 30%, #b9d1e6);
}

#page-topbar {
    background-color: var(--vz-topbar-user-bg);
  }

.footer {
    background-color: transparent;
  }


  /* Wizard Start */
  #heading {
    text-transform: uppercase;
    color: #0862aa;
    font-weight: normal;
    }
    #msform {
        text-align: center;
        position: relative;
        margin-top: 20px;
    }
    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 0px;
        position: relative;
    }
    .form-card {
        text-align: left;
    }
    #msform fieldset:not(:first-of-type) {
        display: none;
    }
    /*#msform input,
    #msform textarea {
        padding: 8px 15px 8px 15px;
        border: 1px solid #ccc;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 2px;
        width: 100%;
        box-sizing: border-box;
        color: #2c3e50;
        background-color: #eceff1;
        font-size: 14px;
        letter-spacing: 1px;
    }
    #msform input:focus,
    #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 0px solid #0862aa;
        outline-width: 0;
    }*/
    #msform .action-button {
        width: 125px;
        background: #0862aa;
        font-weight: 400;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 8px 5px;
        margin: 8px 0px 8px 5px;
        float: right;
    }
    #msform .action-button:hover,
    #msform .action-button:focus {
        background-color: #003f72;
    }
    #msform .action-button-submit {
        width: 125px;
        background: #009959;
        font-weight: 400;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 8px 5px;
        margin: 8px 0px 8px 5px;
        float: right;
    }
    #msform .action-button-submit:hover,
    #msform .action-button-submit:focus {
        background-color: #027a48;
    }
    #msform .action-button-previous {
        width: 125px;
        background: #616161;
        font-weight: 400;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 8px 5px;
        margin: 8px 5px 8px 0px;
        float: right;
    }
    #msform .action-button-previous:hover,
    #msform .action-button-previous:focus {
        background-color: #000000;
    }
    .card #msform {
        z-index: 0;
        border: none;
        position: relative;
    }
    .fs-title {
        font-size: 25px;
        color: #0862aa;
        margin-bottom: 15px;
        font-weight: normal;
        text-align: left;
    }
    .purple-text {
        color: #0862aa;
        font-weight: normal;
    }
    .steps {
        font-size: 16px;
        color: gray;
        margin-bottom: 10px;
        font-weight: normal;
        text-align: right;
    }
    .fieldlabels {
        color: gray;
        text-align: left;
    }
    #progressbar {
        margin-bottom: 20px;
        overflow: hidden;
        color: lightgrey;
    }
    #progressbar .active {
        color: #0862aa;
    }
    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 10%;
        float: left;
        position: relative;
        font-weight: 400;
    }
    #progressbar #step01:before {
        content: "1";
    }
    #progressbar #step02:before {
        content: "2";
    }
    #progressbar #step03:before {
        content: "3";
    }
    #progressbar #step04:before {
        content: "4";
    }
    #progressbar #step05:before {
        content: "5";
    }
    #progressbar #step06:before {
        content: "6";
    }
    #progressbar #step07:before {
        content: "7";
    }
    #progressbar #step08:before {
        content: "8";
    }
    #progressbar #step09:before {
        content: "9";
    }
    #progressbar #step10:before {
        content: "10";
    }
    #progressbar li:before {
        width: 40px;
        height: 40px;
        line-height: 35px;
        display: block;
        font-size: 16px;
        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: 20px;
        z-index: -1;
    }
    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #0862aa;
    }
    .progress {
        height: 20px;
    }
    .progress-bar {
        background-color: #0862aa;
    }
    .fit-image {
        width: 100%;
        object-fit: cover;
    }
     /* Wizard End */ 



@media (max-width:767.98px) {
    .xs-hide {
        display: none
    }
}
  