.wizard h3 {
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    .wizard {
        width: 90% !important;
        height: auto !important !important;
    }

    span.round-tab {
        font-size: 16px !important;
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .wizard .nav-tabs > li a {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .wizard li.active:after {
        content: " " !important;
        position: absolute !important;
        left: 35% !important;
    }

    .nav-tabs > li {
        padding: 0px 50px !important;
    }
}

.tab-title.active {
    background-color: unset !important;
}

.wizard .nav-tabs {
    border-bottom: none !important;
}

.tab-title {
    /* background-color: white!important; */
}

/* .btn{
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-weight: 600;

    letter-spacing: unset;
    text-transform: none;
    padding: 10px 5rem;
    border-radius: 5px;
} */
.btn {
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%), 0 2px 5px 0 rgb(0 0 0 / 5%);
    font-weight: 500;
    padding: 5px 50px;
    font-size: 15px;
    line-height: 1.5;
}

.panel-footer {
    overflow: auto !important;
    margin-bottom: 20px !important;
}

.panel-footer .btn-info {
    width: unset !important;
}

.panel-footer button.left {
    float: left !important;
}

.panel-footer button.right {
    float: right !important;
}

.panel-footer {
    background-color: unset !important;
}

.panel-footer .btn-secondary {
    color: #15aafc !important;
}

*/
/* installing loading  */


.dot-flashing {
    margin-left: 20px;
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: black;
    color: black;
    animation: dotFlashing 1s infinite linear alternate;
    animation-delay: 0.5s;
}

.dot-flashing::before,
.dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: black;
    color: black;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 0s;
}

.dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: black;
    color: black;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 1s;
}

@keyframes dotFlashing {
    0% {
        background-color: black;
    }

    50%,
    100% {
        background-color: #eeeeee;
    }
}

/* end installing loading  */

.panel-footer {
    border-bottom: none !important;
}

body {
    /* background:url(../../4.jpg) no-repeat center; */
    font-family: "Roboto Slab", serif;
    background-attachment: fixed;
}

.panel-install > .panel-heading {
    background-color: unset !important;
}
.panel-heading {
    padding: 50px 0px !important;
    h2 {
        max-width: 800px;
        margin: 0 auto;
    }
    h2:first-child {
        font-size: 18px;
        color: #fff;
        padding-bottom: 10px;
    }
    h2:last-child {
        font-size: 28px;
    }
}
.padding-15 {
    padding-left: 15px !important;
}

#pre-installation-tab {
    padding-left: 15px !important;
}

#alert-container {
    padding: 0px 30px !important;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");

body {
    font-family: "Poppins", sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

i {
    margin-right: 10px;
}

/*------------------------*/
input:focus,
button:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}

/*----------step-wizard------------*/
.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

/*---------signup-step-------------*/
.bg-color {
    background-color: #333;
}

.signup-step-container {
    padding: 150px 0px;
    padding-bottom: 60px;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 0px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 25%;
    margin: 0 auto;
    right: 0;
    left: 0px;
    top: 35px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    /* position: absolute; */
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    color: #214c9f;
    background-color: #fff;
    color: white;
}

.wizard li.active span.round-tab i {
    color: #214c9f;
}

.wizard .nav-tabs > li.active > a i {
    color: #15aafc;
}

.wizard .nav-tabs > li {
    width: 100%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
    text-align: left !important;
    width: 100%;
    height: 30px;
    margin: 20px auto;
    /* border-radius: 100%; */
    padding: 0px 0px;
    /* background-color: transparent; */
    position: relative;
    top: 0;
}

.wizard .nav-tabs > li a i {
    /* position: absolute; */
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
    padding-left: 10px !important;
}

.wizard .nav-tabs > li a:hover {
    /* background: transparent; */
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}

.next-step {
    background-color: #15aafc;
}

.skip-btn {
    background-color: #cec12d;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: 0.375rem 0.75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.footer-link {
    margin-top: 30px;
}

.all-info-container {
}

.list-content {
    margin-bottom: 10px;
}

.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}

.list-content a[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav > li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-inline li {
    display: inline-block;
}

.pull-right {
    float: right;
}

/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"] {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;
}

input[type="checkbox"]::before {
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}

input[type="checkbox"]::after {
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}

input[type="checkbox"]:checked::after {
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}

input[type="checkbox"]:checked::before {
    background-color: #15aafc;
    border-color: ##15aafc;
}

@media (max-width: 767px) {
    .sign-content h3 {
        font-size: 40px;
    }

    .wizard .nav-tabs > li a i {
        display: none;
    }

    .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px;
    }

    .signup-logo-header .logo_area {
        margin-top: 0;
    }

    .signup-logo-header .header-flex {
        display: block;
    }
}

li:hover > a > span {
    color: #214ca0;
    font-weight: bold;
    background-color: #fff;
    border-color: #ffffff;
    cursor: pointer;
}

.step-active > a > span {
    background: #15aafc !important;
    color: #fff !important;
    border-color: #15aafc !important;
    cursor: pointer !important;
}

.wizard .nav-tabs > li.step-active a i {
    color: #15aafc !important;
}

.connecting-line:after {
    content: "";
    background: #15aafc;
    height: 2px;
    position: absolute;
    left: 0;
}

.connecting-line.step1::after {
    width: 30% !important;
}

.connecting-line.step2::after {
    width: 65% !important;
}

.connecting-line.step3::after {
    width: 100% !important;
}

.nav.nav-tabs {
    margin: auto;
    width: 100%;
    text-align: center !important;
}

#step3 .spinner-border {
    width: 2em !important;
    height: 2em !important;
}

.text-primary {
    color: #15aafc !important;
}

.nav-tabs ul li {
    width: 100% !important;
}

.wizard .nav-tabs ul li span,
.wizard .nav-tabs ul li i {
    position: relative !important;
}

.wizard .nav-tabs ul li a {
    padding: 10px 0px !important;
    width: 100% !important;
    text-align: left !important;
    display: block !important;
}

.wizard .nav-tabs > li a:hover {
    background-color: #24c386 !important;
    border: none !important;
}

.nav-tabs > li.active > a {
    background-color: #ffffff00 !important;
}

.nav-tabs > li.active > a:hover {
    background-color: #ffffff00 !important;
}

.nav-tabs ul > li > a:focus {
    background-color: #24c386 !important;
}

.panel-heading {
    background-color: #224fe2;
    color: #fff;
    padding: 20px 0;
}

.puprple_btn:hover {
    color: #3431fd;
    border: 1px solid #fd5631;
    background-color: #fff;
}

.puprple_btn {
    background-color: #224fe2;
    border: 1px solid #fd5631;
    color: #fff;
    border-radius: 50px;
    padding: 10px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 500;
}

.section-item .form-control {
    height: 60px;
    padding: 5px 20px;
    color: #3e3f66;
    border: 2px solid #e1dbf4;
    border-radius: 8px;
    font-weight: 500;
}

button {
    position: fixed;
    top: 50% !important;
    right: 5px !important;
}

.wizard ul li:not(:last-child):before {
    display: none !important;
}

ul li.active a {
    text-align: center !important;
}

ul li.active a i {
    font-size: 20px !important;
}

.text-center {
    text-align: center !important;
}

.wizard .form-control {
    border-right: none;
    border-left: none;
    border-top: none;
    padding-left: 0px;
}

.form-control ~ label {
    padding-left: 0px !important;
    left: 0px !important;
}

.form-control {
    box-shadow: none !important;
}

.installer-box {
    width: 950px !important;
    color: black !important;
}

.panel.panel-install {
    /* background-color:#ffffffe0!important; */
    color: black !important;
}

.wizard .nav-tabs > li a,
.wizard .nav-tabs > li a:hover,
.wizard .nav-tabs > li a i,
.installer-box h2 {
    background-color: #ffffffc7 !important;
    color: black !important;
}

.wizard .section {
    /* box-shadow: 0px 0px 5px #e3e3e3;
    margin: 30px 5px; */
    /* padding: 30px!important; */
    /* background-color: white!important; */
    color: black !important;
    /* border-radius: 5px!important; */
}

hr {
    border-color: black !important;
}

.form-control:focus {
    border-color: #e1dbf4 !important;
}

.section-item {
    text-align: center;
}

.section-item table {
    text-align: left;
}

li a > span.round-tab {
    border-color: black !important;
    background-color: rgba(255, 255, 255, 0) !important;
}

.nav-tabs li a i {
    color: black !important;
}

.nav-tabs li a {
    background-color: #ffffffc7 !important;
}

.status.fa-check-circle-o {
    color: #24c386 !important;
}

.btn.btn-finish {
    background-color: #24c386 !important;
    border: 1px solid #24c386 !important;
    color: white !important;
    transition: 0.5s !important;
    box-shadow: none !important;
}

.btn.btn-finish:hover {
    background-color: rgb(65 185 131 / 15%) !important;
    color: hsl(153 48% 49% / 1) !important;
    border-color: hsl(153 48% 49% / 1) !important;
}

.panel.panel-install {
    background-color: unset !important;
}

.section {
    background-color: #829eeb !important;
}

.section .section-item {
    padding: 20px;
}

.section .section-item h4 {
    color: #32236f;
    font-weight: 700;
    margin-bottom: 0 !important;
    font-size: 18px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-20 {
    padding-bottom: 20px;
}

.nav-tabs li a {
    background-color: #ffffffe0 !important;
    border-radius: 5px !important;
    text-align: center !important;
    height: 56px !important;
    margin: 15px 10px !important;
    padding-top: 5px !important;
    display: inline !important;
    padding: 15px 15px !important;
    margin-top: 5px !important;
}

.nav-tabs li a span.round-tab {
    margin-top: 7px !important;
}

.panel {
    background-color: unset !important;
}

.wizard .nav-tabs > li.active > a i {
    background-color: unset !important;
}

.ab {
    margin-top: 30px !important;
}

.alert {
    border-radius: 5px !important;
}

.status.fa-times-circle-o {
    color: #d73b3b !important;
}
