@font-face {
    font-family: compassFont;
    /*src: url(https://loja.compass3d.com.br/static/fonts/flama-light.otf);*/
    src: url(https://compass3d.nyc3.digitaloceanspaces.com/fonts/flama-light.otf);
}


body {
    font-family: 'Cabin', sans-serif;
}

a {
    text-decoration: none !important;
    color: #2E2E27 !important;
}

tbody .group {
    background-color: rgb(244, 121, 64, 0.1) !important;
}

.table thead th {
    color: #2E2E27;
}

.color-orange {
    color: #f47836 !important;
}

.btn-orange {
    background: #f47940;
    color: #fff;
    border: 1px solid #eee;

}

.btn-orange:hover {
    color: #fff;
    background: #ff6d2a;
}

.btn-orange-outline {
    background: #FFF;
    color: #f47940;
    border: 1px solid #f47940;
    font-size: 18px;
}

.btn-orange-outline:hover {
    background: #f47940;
    color: #fff;
    border: 1px solid #eee;
}

.border-bottom-orange {
    border-bottom: 2px solid #f47836;
}

.underline-hover:hover {
    text-decoration: underline !important;
}

/* NAVIGATION */

.navbar {
    background: #f47940;
    background: -webkit-linear-gradient(to right, #f7b733, #f47940);
    background: linear-gradient(to right, #f7b733, #f47940);
}

.navbar .nav-link {
    color: white !important;
    text-transform: uppercase;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 15px;
}

.navbar .nav-link:hover {
    color: #2E2E27 !important;
    transition: 0.2s;
}

.header-nav-user .user-info h2 {
    margin-bottom: 0;
    font-size: 28px;
}

.header-nav-user .user-info p {
    font-size: 14px;
}

.header-nav-user .user-image img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 5px;
}

.navbar .navbar-toggler {
    color: white;
    border: none;
}

.navbar .dropdown .dropdown-item {
    text-transform: uppercase;
    font-size: 13px;
    transition: 0.2s;
}

.navbar .dropdown .dropdown-item:hover {
    background-color: #f47836;
    color: white !important;
    transition: 0.2s;
}


/* FOOTER */

footer {
    border-top: 1px solid #e9ecef;
}

footer img {
    width: 100px;
}

footer span {
    font-size: 14px;
    color: #6c757d;
}

footer a {
    font-size: 14px;
    color: #6c757d !important;
}

/* HEADER */

.header-nav h2 {
    font-size: 30px;
    letter-spacing: -1px;
}

/* HOME */

.jumbotron {
    background-color: #f5f5f5 !important;
}

.form-login label {
    font-size: 19px;
}

.register-home span {
    font-size: 19px;
}

.form-col-border {
    padding-left: 50px;
    border-left: 1px solid #e9ecef;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #f47836 !important;
}

.swiper-home .swiper-slide {
    max-height: 400px;
}

.swiper-home .swiper-slide img {
    object-fit: cover;
}


/* COURSE */

.card-course {
    background: #3e3934;
}

.card-course h5 a {
    color: white !important;
}

.courses-area [data-toggle="collapse"]:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    transform: rotate(90deg);
    transition: all linear 0.25s;
    float: right;
}

.courses-area [data-toggle="collapse"].collapsed:after {
    transform: rotate(0deg);
}

.course-banner img {
    border-radius: 5px;
}

.course-title h3 {
    font-size: 20px;
    text-transform: uppercase;
}

.course-desc p {
    font-size: 15px;
    color: #6c757d;
    margin-bottom: 5px;
}

.course-detail-desc p {
    color: #6c757d;
}

.course-detail-date p {
    color: #6c757d;
}

.course-detail-date p span {
    color: #212529;
}

.course-sub h2 {
    font-size: 20px;
}

.course-invite h2 {
    font-size: 20px;
}

.course-sub-price {
    font-size: 18px;
}


/* PRODUCTS */

.products-area .nav-pills .nav-link {
    opacity: 0.5 !important;
    padding: 5px !important;
    border-bottom: 1px solid #e9ecef;
}

.products-area .nav-pills .nav-link.active {
    opacity: 1 !important;
    background: none;
}

.product-category {
    border: 1px solid #e9ecef;
    padding: 10px;
    color: #6c757d;
}

.product-item-category {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 10px;
    padding-top: 10px;
}

.products-area-mobile [data-toggle="collapse"]:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    transform: rotate(90deg);
    transition: all linear 0.25s;
    float: right;
    margin-top: 25px;

}

.products-area-mobile [data-toggle="collapse"].collapsed:after {
    transform: rotate(0deg);
}


.product-item {
    border: 1px solid #e9ecef;
}

.product-item:hover {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(34, 34, 34, 0.6) !important;
    -moz-box-shadow: 0px 0px 6px 0px rgba(34, 34, 34, 0.6) !important;
    box-shadow: 0px 0px 6px 0px rgba(34, 34, 34, 0.6) !important;
}

.card-orange:hover {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(34, 34, 34, 0.6) !important;
    -moz-box-shadow: 0px 0px 6px 0px rgba(34, 34, 34, 0.6) !important;
    box-shadow: 0px 0px 6px 0px rgba(34, 34, 34, 0.6) !important;

}


.product-title h4 {
    margin-bottom: 5px;
    font-size: 19px;
}

.product-desc p {
    margin-bottom: 0;
    font-size: 14px;
    color: #6c757d;

}

.banner-products {
    width: 100%;
    height: 100px;
    background-color: #f5f5f5;
}

/* FAQ */

.faq-area [data-toggle="collapse"]:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    transform: rotate(90deg);
    transition: all linear 0.25s;
    float: right;
}

.faq-area [data-toggle="collapse"].collapsed:after {
    transform: rotate(0deg);
}

.faq-area-mobile [data-toggle="collapse"]:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    transform: rotate(90deg);
    transition: all linear 0.25s;
    float: right;
    margin-top: 25px;
}

/* STEPS */

.cd-breadcrumb, .cd-multi-steps {
    width: 90%;
    max-width: 768px;
    padding: 0.5em 1em;
    margin: 1em auto;
    background-color: #edeff0;
    border-radius: .25em;
}

.cd-breadcrumb:after, .cd-multi-steps:after {
    content: "";
    display: table;
    clear: both;
}

.cd-breadcrumb li, .cd-multi-steps li {
    display: inline-block;
    float: left;
    margin: 0.5em 0;
}

.cd-breadcrumb li::after, .cd-multi-steps li::after {
    /* this is the separator between items */
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: #959fa5;
}

.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
    /* hide separator after the last item */
    display: none;
}

.cd-breadcrumb li > *, .cd-multi-steps li > * {
    /* single step */
    display: inline-block;
    font-size: 1.4rem;
    color: #2c3f4c;
}

.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
    /* selected step */
    color: #96c03d;
}

.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
    /* steps already visited */
    color: #96c03d;
}

.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
    /* replace the default arrow separator with a custom icon */
    content: '';
    height: 16px;
    width: 16px;
    vertical-align: middle;
}

.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
    /* add a custom icon before each item */
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: .4em;
    margin-top: -2px;
    vertical-align: middle;
}

.cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em;
}

.cd-breadcrumb li, .cd-multi-steps li {
    margin: 1.2em 0;
}

.cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
}

.cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 14px;
}

.cd-multi-steps {
    /* reset style */
    background-color: transparent;
    padding: 0;
    text-align: center;
}

.cd-multi-steps li {
    position: relative;
    float: none;
    margin: 0.4em 40px 0.4em 0;
}

.cd-multi-steps li:last-of-type {
    margin-right: 0;
}

.cd-multi-steps li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    content: '';
    height: 4px;
    background: #d1dae2;
    /* reset style */
    margin: 0;
}

.cd-multi-steps li.visited::after {
    background-color: #f47836;
}

.cd-multi-steps li > *, .cd-multi-steps li.current > * {
    position: relative;
    color: #2c3f4c;
}

.cd-multi-steps.custom-separator li::after {
    /* reset style */
    height: 4px;
    background: #edeff0;
}

.cd-multi-steps.text-center li::after {
    width: 100%;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-1px);
    -moz-transform: translateY(-50%) translateX(-1px);
    -ms-transform: translateY(-50%) translateX(-1px);
    -o-transform: translateY(-50%) translateX(-1px);
    transform: translateY(-50%) translateX(-1px);
}

.cd-multi-steps.text-center li > * {
    z-index: 1;
    padding: .6em 1em;
    border-radius: .25em;
    background-color: #d1dae2;
}

.no-touch .cd-multi-steps.text-center a:hover {
    background-color: #2c3f4c;
}

.cd-multi-steps.text-center li.current > *, .cd-multi-steps.text-center li.visited > * {
    color: #ffffff !important;
    background-color: #f47836;
}

.cd-multi-steps.text-center.custom-icons li.visited a::before {
    /* change the custom icon for the visited item - check icon */
    background-position: 0 -60px;
}

.cd-multi-steps.text-top li, .cd-multi-steps.text-bottom li {
    width: 80px;
    text-align: center;
}

.cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    left: 50%;
    /* 40px is the <li> right margin value */
    width: calc(100% + 40px);
}

.cd-multi-steps.text-top li > *::before, .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #edeff0;
}

.cd-multi-steps.text-top li.visited > *::before,
.cd-multi-steps.text-top li.current > *::before, .cd-multi-steps.text-bottom li.visited > *::before,
.cd-multi-steps.text-bottom li.current > *::before {
    background-color: #96c03d;
}

.no-touch .cd-multi-steps.text-top a:hover, .no-touch .cd-multi-steps.text-bottom a:hover {
    color: #96c03d;
}

.no-touch .cd-multi-steps.text-top a:hover::before, .no-touch .cd-multi-steps.text-bottom a:hover::before {
    box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
}

.cd-multi-steps.text-top li::after {
    /* this is the line connecting 2 adjacent items */
    bottom: 4px;
}

.cd-multi-steps.text-top li > * {
    padding-bottom: 20px;
}

.cd-multi-steps.text-top li > *::before {
    /* this is the spot indicator */
    bottom: 0;
}

.cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    top: 3px;
}

.cd-multi-steps.text-bottom li > * {
    padding-top: 20px;
}

.cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    top: 0;
}

/* STORE */

.store-image img {
    border-radius: 5px;
}

.store-title h4 {
    font-size: 19px;
}

.store-desc p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #6c757d;
}


.store-area [data-toggle="collapse"]:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    transform: rotate(90deg);
    transition: all linear 0.25s;
    float: right;
}

.store-area [data-toggle="collapse"].collapsed:after {
    transform: rotate(0deg);
}

.card-store {
    background-color: #f5f5f5;
}

.card-header a {
    color: #f47836;
}

/* CHECKOUT */

.top-info small {
    color: #4950578c;
    font-weight: bold;
}

.request-urgent {
    background-color: #eee;
    padding: 20px;
    border-radius: 5px;
}

.check-title-area span {
    font-size: 17px;
}

.chek-freight-item {
    min-width: 180px;
}

.chek-freight-item small {
    font-size: 12px;
}

.chek-freight-item span {
    font-size: 15px;
}

.chek-address span {
    font-size: 15px;
}

.check-request h5 {
    font-size: 17px;
}

.check-title-area small {
    font-size: 15px;
}

.request-urgent p {
    font-size: 15px;
}

.check-finish {
    background-color: #eee;
    border-radius: 5px;
    padding: 20px;
}

.check-finish p {
    font-size: 15px;
}

.check-finish span {
    font-size: 17px;
}

.check-total span {
    font-size: 25px;
}

.finish-span {
    font-size: 24px !important;
}


/* RESPONSIVE */
@media (max-width: 991px) {
    .form-col-border {
        padding-left: 15px;
        border-left: none;
    }
}

@media (max-width: 768px) {
    .jumbotron-home h1 {
        font-size: 35px;
    }

    .jumbotron-title h1 {
        font-size: 35px;
    }

    .header-nav-user {
        flex-direction: column;
        align-items: normal !important;
    }

    .user-info {
        order: 2;
    }

    .user-info h2 {
        font-size: 20px !important;
        margin-top: 7px;
    }

    .user-image {
        order: 1;
    }

    .user-image img {
        width: 70px !important;
        height: 70px !important;
    }

    .card-faq [data-toggle="collapse"]:after {
        margin-top: 0 !important;
    }

}

@media (max-width: 634px) {
    .store-image img {
        width: 120px;
    }

    .store-title h4 {
        margin-top: 7px;
    }

}

@media (max-width: 552px) {
    .jumbotron-home h1 {
        font-size: 30px;
    }

    .jumbotron h1 {
        font-size: 30px;
    }

    .header-nav h2 {
        font-size: 25px;
    }


}

@media (max-width: 480px) {
    .product-image img {
        height: 90px;
        width: 90px;
    }

    .steps-list {
        display: none !important;
    }


    .category-logo {
        display: none;
    }


}

@media (max-width: 400px) {
    .header-nav h2 {
        font-size: 20px;
    }

    .header-nav img {
        width: 130px;
    }

    .header-nav-user .user-info h2 {
        margin-bottom: 0;
        font-size: 27px;
    }

    .header-nav-user .user-info p {
        font-size: 12px;
    }

    .user-image img {
        width: 60px !important;
        height: 60px !important;
    }

    .cd-multi-steps.text-center li > * {
        z-index: 1;
        padding: .5em 5px;
        border-radius: .25em;
        background-color: #d1dae2;
    }

    .cd-breadcrumb li > *, .cd-multi-steps li > * {
        font-size: 12px;
    }

    .jumbotron h1 {
        font-size: 28px;
    }

    .jumbotron h1 span {
        font-size: 23px;
    }

    .store-area .card-header a {
        font-size: 16px;
    }

    .product-item-category img {
        max-height: 120px;
    }

    .product-item-category {
        text-align: center;
    }


}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #f47a41;
    border-color: #f47941 #f47940 #fff;
    border-bottom: 1px solid #f47940;
    font-size: 18px;
}

.nav-tabs {
    border-bottom: 1px solid #f47940;
}


.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 22px;
    height: 22px;
    margin: 1px;
    border-radius: 50%;
    border: 3px solid #444;
    border-color: #444 transparent #444 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading-absolute {
    position: absolute;
    top: 0;
    right: -30px;
}

.errorlist {
    margin-left: 0;
    padding-left: 0px;
    list-style: none;
    font-size: 14px;
    color: #f00;
}

.alert-error {
    color: #fff;
    background-color: #d13535;
    border-color: #d13535;
}

.input-error {
    border-color: #d13535;
}

.input-error:focus, .input-error:active, .input-error:visited {
    border-color: #d13535 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.dataTables_filter {
    /*float: left !important*/;
}

.dataTables_filter label {
    color: #f69d39 !important;
    font-weight: bold;
    font-size: 18px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 13px;
    width: 13px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg viewPort='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1' y1='11' x2='11' y2='1' stroke='red' stroke-width='2'/%3e%3cline x1='1' y1='1' x2='11' y2='11' stroke='red' stroke-width='2'/%3e%3c/svg%3e");
}

.nav-item.active {
    text-decoration: underline !important;
}

.toast {
    opacity: 1 !important;
}

.compass-font {
    font-family: compassFont;
}

.product-category-logo img {
    max-height: 120px;
}

.border-light {
    border: 1px solid #DDD !important;
}

.dropdown-notification {
    text-transform: none !important;
    font-size: 13px;
    transition: 0.2s;
    list-style: none;
    margin: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.bg-orange {
    background-color: #f47836 !important;
    color: #FFF;
}

.bg-dark-light {
    background-color: #888 !important;
    color: #FFF;
}


.share-dropdown a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    color: #292b2c;
    text-align: inherit;
    background: 0 0;
    border: 0;
}


.select2-container--bootstrap {
    width: auto;
    flex: 1 1 auto;
}

.select2-container--bootstrap .select2-selection--single {
    height: 100%;
    line-height: inherit;
    padding: 0.5rem 1rem;
}


.file-card-list .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0 !important;
}

.list-group-item + .list-group-item {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

#canvas {
    position: relative;
    width: 802px;
    border: 1px solid #DDD;
}

#canvas #logo {
    position: absolute;
    top: 10px;
    left: 10px;
}

#canvas #patient_name {
    position: absolute;
    top: 25px;
    right: 10px;
    font-weight: bold;
    font-size: 16px;
}


#canvas #viewer {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

/* Demo page styles
-------------------------------------------------------------- */


/* The list style
-------------------------------------------------------------- */

.directory-list ul {
    margin-left: 10px;
    padding-left: 20px;
    border-left: 1px dashed #ddd;
}

.directory-list li {
    list-style: none;
    color: #888;
    font-size: 17px;
    font-style: italic;
    font-weight: normal;
}

.directory-list a {
    border-bottom: 1px solid transparent;
    color: #888;
    text-decoration: none;
    transition: all 0.2s ease;
}

.directory-list a:hover {
    border-color: #eee;
    color: #000;
}

.directory-list .folder,
.directory-list .folder > a {
    color: #777;
    font-weight: bold;
    margin: 10px 0;
}


/* The icons
-------------------------------------------------------------- */

.directory-list li:before {
    margin-right: 10px;
    content: "";
    height: 20px;
    vertical-align: middle;
    width: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    /* file icon by default */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path fill='lightgrey' d='M85.714,42.857V87.5c0,1.487-0.521,2.752-1.562,3.794c-1.042,1.041-2.308,1.562-3.795,1.562H19.643 c-1.488,0-2.753-0.521-3.794-1.562c-1.042-1.042-1.562-2.307-1.562-3.794v-75c0-1.487,0.521-2.752,1.562-3.794 c1.041-1.041,2.306-1.562,3.794-1.562H50V37.5c0,1.488,0.521,2.753,1.562,3.795s2.307,1.562,3.795,1.562H85.714z M85.546,35.714 H57.143V7.311c3.05,0.558,5.505,1.767,7.366,3.627l17.41,17.411C83.78,30.209,84.989,32.665,85.546,35.714z' /></svg>");
    background-position: center 2px;
    background-size: 60% auto;
}

.directory-list li.folder:before {
    /* folder icon if folder class is specified */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path fill='lightblue' d='M96.429,37.5v39.286c0,3.423-1.228,6.361-3.684,8.817c-2.455,2.455-5.395,3.683-8.816,3.683H16.071 c-3.423,0-6.362-1.228-8.817-3.683c-2.456-2.456-3.683-5.395-3.683-8.817V23.214c0-3.422,1.228-6.362,3.683-8.817 c2.455-2.456,5.394-3.683,8.817-3.683h17.857c3.422,0,6.362,1.228,8.817,3.683c2.455,2.455,3.683,5.395,3.683,8.817V25h37.5 c3.422,0,6.361,1.228,8.816,3.683C95.201,31.138,96.429,34.078,96.429,37.5z' /></svg>");
    background-position: center top;
    background-size: 75% auto;
}

.step {
    list-style: none;
    margin: .2rem 0;
    width: 100%;
}

.step .step-item {
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-top: 0;
    min-height: 1rem;
    position: relative;
    text-align: center;
}

.step .step-item:not(:first-child)::before {
    background: #0069d9;
    content: "";
    height: 2px;
    left: -50%;
    position: absolute;
    top: 9px;
    width: 100%;
}

.step .step-item a {
    color: #acb3c2;
    display: inline-block;
    padding: 20px 10px 0;
    text-decoration: none;
}

.step .step-item a::before {
    background: #0069d9;
    border: .1rem solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: .9rem;
    left: 50%;
    position: absolute;
    top: .2rem;
    transform: translateX(-50%);
    width: .9rem;
    z-index: 1;
}

.step .step-item.active a::before {
    background: #fff;
    border: .1rem solid #0069d9;
}

.step .step-item.active ~ .step-item::before {
    background: #e7e9ed;
}

.step .step-item.active ~ .step-item a::before {
    background: #e7e9ed;
}


.step-danger .step-item a::before {
    background: #d13535;
}

.step-danger .step-item.active a::before {
    border: .1rem solid #d13535;
}

.step-danger .step-item:not(:first-child)::before {
    background: #d13535;

}


.steps-list {
    background-color: #c4d0f74f;
    padding: 40px 40px 25px 40px;
    border-radius: 10px;
}