html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
/* Custom styling for steps */
#wizard {
    width: 70%;
    margin: auto;
}

.steps {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}

    .steps .step {
        padding: 10px 20px;
        background-color: #f1f1f1;
        border-radius: 5px;
        cursor: pointer;
    }

        .steps .step.current {
            background-color: #007bff;
            color: white;
        }

        .steps .step.done {
            background-color: #28a745;
            color: white;
        }
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
   /* background-color: #f4f5f8;*/
}

.switchCam {
    border: none;
    background: none;
    outline: none;
}

    .switchCam img {
        width: 35px;
        height: 35px;
    }

button {
    font-family: 'Roboto', sans-serif;
}

.container {
    max-width: 1600px;
    width: 80%;
    margin: 0 auto;
}

.top-stripe {
    background-color: #0d0f12;
    padding: 10px 0px;
    color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}

    .top-stripe p {
        margin: 0px;
        font-size: 12px;
    }

    .top-stripe .links a {
        color: #fff;
        text-decoration: none;
        margin-left: 30px;
        font-size: 12px;
    }

.d-flex {
    display: flex;
}

.jc-beween {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.logo {
    width: 150px;
}

    .logo img {
        max-height: 45px;
        display: block;
    }

card-body table {
    white-space: normal;
}

.header {
    padding: 10px 0px;
    background-color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    margin-top: 0px;
    -webkit-box-shadow: 0px 5px 11px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 11px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 11px -7px rgba(0, 0, 0, 0.75);
}

    .header .nav-links {
        display: flex;
        align-items: center;
    }

        .header .nav-links a {
            color: #0d0f12;
            text-decoration: none;
            margin-left: 40px;
            font-size: 14px;
            font-weight: 500;
        }

@media only screen and (max-width: 1200px) {
    .header .nav-links a {
        margin-left: 20px;
    }
}

.header .nav-links a img {
    height: 25px;
}

@media only screen and (max-width: 1200px) {
    .logo img {
        max-height: 36px;
    }
}

.log-btn {
    background-color: #3fabff;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: 400 !important;
    width: min-content;
}

.inner-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner {
    height: 150px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.caption {
    position: absolute;
    top: 37%;
}

    .caption h2 {
        color: #3fabff;
        font-size: 30px;
        font-weight: 500;
        margin: 0px;
    }


.nav-btn {
    display: none;
}

@media (max-width: 767px) {
    .nav-btn {
        display: block;
    }

    .nav-links {
        display: none !important;
    }

    .header.navbar-open .nav-links {
        display: block !important;
        position: absolute;
        top: 70px;
        z-index: 1000;
        background-color: #fff;
        left: 0;
        right: 0;
        padding: 10px 20px;
    }

    .header .nav-links a {
        margin-left: 0px;
        display: block;
        margin-bottom: 20px;
    }

    .container {
        width: 90%;
    }

    .top-stripe .links a {
        margin-left: 15px;
        font-size: 10px;
    }

    .top-stripe p {
        font-size: 8px;
    }

    i.mob-dash {
        background-color: #0d0f12;
        width: 20px;
        display: block;
        height: 2px;
        margin: 5px 0px;
    }

    button.mob-btn {
        background-color: #fff;
        border: 1px solid #c5c5c5;
        border-radius: 3px;
        padding: 5px 10px;
    }

    .top-stripe {
        position: relative;
    }

    .header {
        margin-top: 0;
        position: relative;
    }

    .links {
        align-items: center;
        display: flex;
    }
}

/* ------------------------------------------------------------ */

.bredcrumbs {
    display: flex;
    margin: 0 auto;
    padding: 10px 0;
}

    .bredcrumbs li {
        list-style: none;
        font-size: 12px;
        color: #676767;
        position: relative;
    }

        .bredcrumbs li a {
            color: #676767;
            text-decoration: none;
            font-weight: 500;
        }

        .bredcrumbs li + li {
            margin-left: 25px;
        }

            .bredcrumbs li + li::before {
                content: '>';
                position: absolute;
                left: -15px;
            }

        .bredcrumbs li.active a {
            color: #3fabff;
        }

/*--------------------- Tracker---------------------- */

.custom_tracker .progressbar_container {
    width: 100%;
    font-family: 'Courier New', Courier, monospace;
}

.custom_tracker .progressbar {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    counter-reset: step;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 100%;
    padding: 0;
    margin: 25px auto;
}

    .custom_tracker .progressbar li {
        position: relative;
        list-style: none;
        text-align: center;
        width: 100%;
    }

        .custom_tracker .progressbar li::before,
        .custom_tracker .progressbar li.inactive::before {
            counter-increment: step;
            content: counter(step);
            width: 40px;
            height: 40px;
            line-height: 40px;
            border: 2px solid #bbc4d4;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: #fff;
            color: #9fa8b6;
        }

        .custom_tracker .progressbar li.inprogress50::before {
            border: 2px solid #3fabff;
            color: #3fabff;
        }

        .custom_tracker .progressbar li.inprogress50.p20::after {
            background: rgb(205,22,49); /* Old browsers */
            background: -moz-linear-gradient(left, rgba(205,22,49,1) 0%, rgba(205,22,49,1) 20%, rgba(197,204,216,1) 20%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, rgba(205,22,49,1) 0%,rgba(205,22,49,1) 20%,rgba(197,204,216,1) 20%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(205,22,49,1) 0%,rgba(205,22,49,1) 20%,rgba(197,204,216,1) 20%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fabff', endColorstr='#c5ccd8',GradientType=1 ); /* IE6-9 */
        }

        .custom_tracker .progressbar li.inprogress50.p25::after {
            background: rgb(205,22,49); /* Old browsers */
            background: -moz-linear-gradient(left, rgba(205,22,49,1) 0%, rgba(205,22,49,1) 25%, rgba(197,204,216,1) 25%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, rgba(205,22,49,1) 0%,rgba(205,22,49,1) 25%,rgba(197,204,216,1) 25%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(205,22,49,1) 0%,rgba(205,22,49,1) 25%,rgba(197,204,216,1) 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fabff', endColorstr='#c5ccd8',GradientType=1 ); /* IE6-9 */
        }

        .custom_tracker .progressbar li.inprogress50.p50::after {
            background: rgb(205,22,49); /* Old browsers */
            background: -moz-linear-gradient(left, rgba(205,22,49,1) 0%, rgba(205,22,49,1) 50%, rgba(197,204,216,1) 50%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, rgba(205,22,49,1) 0%,rgba(205,22,49,1) 50%,rgba(197,204,216,1) 50%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(205,22,49,1) 0%,rgba(205,22,49,1) 50%,rgba(197,204,216,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fabff', endColorstr='#c5ccd8',GradientType=1 ); /* IE6-9 */
        }

        .custom_tracker .progressbar li.inprogress50.p75::after {
            background: rgb(205,22,49); /* Old browsers */
            background: -moz-linear-gradient(left, rgba(205,22,49,1) 0%, rgba(205,22,49,1) 75%, rgba(197,204,216,1) 75%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, rgba(205,22,49,1) 0%,rgba(205,22,49,1) 75%,rgba(197,204,216,1) 75%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(205,22,49,1) 0%,rgba(205,22,49,1) 75%,rgba(197,204,216,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fabff', endColorstr='#c5ccd8',GradientType=1 ); /* IE6-9 */
        }

        .custom_tracker .progressbar li.active::before {
            border: 2px solid #3fabff;
            background-color: #3fabff;
            color: #fff;
        }

        .custom_tracker .progressbar li.active::after {
            background-color: #3fabff;
        }

        .custom_tracker .progressbar li::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            top: 20px;
            background-color: #c5ccd8;
            z-index: -1;
        }

        .custom_tracker .progressbar li:last-child::after {
            display: none;
        }

        .custom_tracker .progressbar li p {
            display: block;
        }

        .custom_tracker .progressbar li.inprogress50 p,
        .custom_tracker .progressbar li.active p {
            color: #3fabff;
            font-weight: 500;
        }

/*--------------------- End Tracker---------------------- */

.content-wrapper {
    padding: 0;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 50px;
}

.content-header {
    background-color: #d3d8e0;
    margin-bottom: 15px;
    display: flex;
    justify-content: start;
    position: relative;
}

    .content-header .Pro-title {
        margin-left: 50px;
    }

.main-title {
    background-color: #f2f3f6;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #596679;
    border-radius: 4px;
}

.btn-flex {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.btn-item {
    min-width: 150px;
    min-height: 150px;
    background-color: #fff;
    border: #dde1e9 solid 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    text-decoration: none;
    transition: all .3s;
}

    .btn-item:hover {
        background-color: #3fabff;
        border-color: #3fabff;
        box-shadow: 0 0 8px rgba(0,0,0,.2);
    }

    .btn-item label {
        font-size: 14px;
        font-weight: 500;
        color: #596679;
        padding: 5px 0;
    }

    .btn-item:hover label {
        color: #fff;
    }

.dvIcon {
    display: block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 60px;
}

.btn-item:hover .dvIcon {
    background-position: bottom center;
}

.license {
    background-image: url('../img/license.png');
}

.passport {
    background-image: url('../img/passport.png');
}

.idcard {
    background-image: url('../img/id-card.png');
}

.camera {
    background-image: url('../img/camera.png');
}

.upload {
    background-image: url('../img/upload.png');
}

.card-img {
    max-width: 250px;
    margin: 0 auto;
    display: block;
}

.card-img-face {
    max-width: 140px;
    margin: 0 auto;
    display: block;
}


.info-txt {
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: center;
    padding: 10px 0;
    margin-top: 15px;
    color: #596679;
}

.small-txt {
    font-size: 13px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    color: #596679;
}

.custom-btn-red {
    padding: 10px 25px;
    display: block;
    max-width: 250px;
    min-width: 120px;
    background-color: #3fabff;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}

.custom-btn-grey {
    padding: 10px 25px;
    display: block;
    max-width: 250px;
    min-width: 120px;
    background-color: #f2f3f6;
    color: #596679;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}

.justify-content-center {
    justify-content: center;
}

button + button {
    margin-left: 15px;
}

.video-frame {
    max-width: 100%;
    margin: 0 auto;
    border: #d3d8e0 solid 1px;
    border-radius: 4px;
    position: relative;
    /*  height:228px;*/
    /* height: 180px;*/
    overflow: hidden;
}

    .video-frame video {
        width: 100%;
        display: block;
    }

    .video-frame + .btn-flex {
        margin-top: 15px;
    }

.img-frame {
    max-width: 450px;
    margin: 0 auto;
    border: #d3d8e0 solid 1px;
    border-radius: 4px;
    overflow: hidden;
}

    .img-frame img {
        width: 100%;
        display: block;
    }

    .img-frame + .btn-flex {
        margin-top: 15px;
    }

.ul-list {
    margin: 0 auto;
    padding-left: 25px;
    max-width: 450px;
}

    .ul-list li {
        font-size: 13px;
        padding: 3px 0;
        color: #596679;
    }

.overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
}

.mask-selfie {
    -webkit-mask-image: radial-gradient(59% 56% ellipse at 51% 43%, transparent 50%, #fff 53%);
    mask-image: radial-gradient(59% 56% ellipse at 51% 43%, transparent 50%, #fff 53%);
    mask-size: cover;
    -webkit-mask-size: cover;
}

.selfie-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.selfie-overlay-mobile {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}

.dvWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    padding: 25px;
}

    .dvWrap .info-img {
        width: 60px;
        margin-bottom: 15px;
    }

    .dvWrap .dvMessage {
        font-size: 30px;
        font-weight: 500;
        display: block;
        margin: 5px auto;
    }

        .dvWrap .dvMessage.success {
            color: #97be0f;
        }

        .dvWrap .dvMessage.error {
            color: #3fabff;
        }

    .dvWrap .dvWaitingInfo {
        display: block;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .dvWrap .dvNmText {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #6b788b;
        display: block;
        padding: 0;
        margin: 5px auto;
        text-align: center;
    }

    .dvWrap .waiting-img {
        width: 100px;
        margin: 25px auto;
    }



/*------------------ Wizard -------------------*/


.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    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: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

.step-tab-panel .jumbotron_Confirm {
    padding: 15px;
    margin-bottom: 0;
    height: 155px;
    overflow: hidden;
    background-color: #f2f3f7 !important;
}

.step-tab-panel .jumbotron {
    padding: 15px;
    margin-bottom: 0;
    /*  height: 315px;*/
    height: auto;
    overflow: hidden;
    background-color: #f2f3f7 !important;
}

.step-tab-panel .card .card-header {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0;
    background-color: #f2f3f7;
    font-size: 16px;
    font-weight: 600;
    color: #626e82;
    border: none;
    padding: 7px 0;
    font-style: normal !important;
}

.step-tab-panel .card .card-body .card-title {
    font-size: 13px;
    font-style: italic;
    color: #818c9b;
}

.step-tab-panel .card .step-content label {
    color: #090027;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

.step-tab-panel .card .btn-photo {
    width: 100%;
    padding: 12px 15px;
    /*  background-color: #dd0e36;    */
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    text-decoration: none;
    transition: all .3s;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}

/*.btn-solid {
    min-width: 100px;
    background-color: #dd0e36 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    border: 1px #dd0e36 solid !important;
    border-radius: 5px !important;
}
.btn-normal {
    min-width: 100px;
    background-color: transparent !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    border: 1px #dd0e36 solid !important;
    color: #dd0e36 !important;
}*/

.warning {
    color: #ff6371 !important;
}

.waring-box .card-header {
    background-color: #dd0e36 !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.waring-box.success .card-header {
    background-color: #94bd08 !important;
}

.waring-box.warning .card-header {
    background-color: #ffb400 !important;
}

.waring-box .card-header i {
    margin-right: 5px;
}

.step-tab-panel .card .btn-photo i {
    margin-right: 8px;
    font-size: 22px;
}

.step-tab-panel .card .card-header .step-footer {
    display: flex;
    justify-content: start;
}

.step-tab-panel .card .card-header .card-title {
    margin-bottom: 0;
    padding: 7px 1.25rem;
}

.step-tab-panel .card .card-header button {
    background: none;
    border: 0;
}

.step-tab-panel .card .card-header .fa {
    font-size: 20px;
    padding: 7px 15px;
    color: #596679;
    border-right: 1px solid rgba(0,0,0,.125);
}

.step-tab-panel .jumbotron .ul-list li {
    font-size: 14px;
}

.step-tab-panel .jumbotron h5 {
    color: #596679;
}

.step-tab-panel .jumbotron .fa {
    font-size: 28px;
    color: #3fabff;
}

.flip-container {
    perspective: 1000px;
}

    .flip-container:hover .flipper, .flip-container.hover .flipper {
        transform: rotateY(180deg);
    }

.flip-container, .card-front, .card-back {
    width: 320px;
    height: 115px;
    margin: 0 auto;
}

.active .flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    animation-name: FlipImg1;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 3;
    animation-timing-function: linear;
}

.card-front, .card-back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.card-front {
    z-index: 2;
    transform: rotateY(0deg);
}

.card-back {
    transform: rotateY(180deg);
}

.back-btn {
    margin-top: -9px;
    float: right;
    text-decoration: none !important;
}

.card-body table {
    white-space: normal;
}

@keyframes FlipImg1 {
    0% {
        transform: rotateY(0deg);
    }

    20% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(180deg);
    }
}

@media( max-width : 767px ) {
    .selfie-overlay {
        display: none;
    }

    .selfie-overlay-mobile {
        display: block;
    }
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .btn-flex .btn-item {
        margin: 0 auto 10px 0;
        min-width: 48%;
    }

        .btn-flex .btn-item:nth-child(even) {
            margin-left: 2%;
        }


    .step-footer {
        margin-bottom: 1.25rem;
    }

    .card-header .step-footer {
        margin-bottom: 0;
    }
}
/***btn-responsive*/
.btn-responsive input {
    margin-left: 10px;
}

.btn-responsive button {
    margin-left: 10px;
}

.btn-responsive input#front_cancel {
    margin-left: 0;
}

.btn-responsive button#front_retake {
    margin-left: 0px;
}

.btn-responsive button#back_retake {
    margin-left: 0;
}

.btn-responsive input#back_cancel {
    margin-left: 0px;
}

@media( max-width : 767px ) {

    .btn-responsive .edt-btn {
        padding: 4.2px 8px;
        min-width: 65px;
    }
}
/***btn-responsive*/