﻿body {
    color: #777777;
    font-family: "Maven-Pro";
}

@font-face {
    font-family: "Maven-Pro";
    src: url("/fonts/MavenPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Maven-Pro-Bold";
    src: url("/fonts/MavenPro-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Maven-Pro-SemiBold";
    src: url("/fonts/MavenPro-SemiBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Maven-Pro-Med";
    src: url("/fonts/MavenPro-Medium.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

h1 {
    font-family: "Maven-Pro-SemiBold";
    letter-spacing: 1px;
    font-size: 40px;
}

h2 {
    font-size: 25px;
    font-family: "Maven-Pro-SemiBold";
    letter-spacing: 1px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Maven-Pro-SemiBold";
    letter-spacing: 1px;
}

label {
    font-size: 15px;
    font-family: "Maven-Pro";
    letter-spacing: 1px;
}

h4 {
    font-size: 15px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

    footer i {
        font-size: 27px;
    }

.logo-footer {
    width: 15%;
    padding-top: 12px;
    padding-bottom: 10px;
}

.payoff {
    float: right;
    padding: 27px 50px 0 0;
    font-size: 17px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 450px;
}

/* START - Override Bootstrap */
.navbar-inverse {
    background-color: white;
    border-color: white;
    height: 80px;
}
/* END - Override Bootstrap */

.logo {
    float: left;
    padding: 15px 0 0 0;
}

a {
    text-decoration: none;
    color: #777777;
}

    a:hover {
        text-decoration: none;
        color: #009cde;
        cursor: pointer;
    }

.container-indirizzo {
    margin-left: 12.5em;
}

.input-group {
    margin-top: 2em;
    margin-bottom: 1em;
}

.progress-bar {
    background-color: #f18a19;
}

.navbar {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    margin-bottom: 0px;
    background: #009FDA;
}

.container > .navbar-header, .container > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.btn-primary {
    padding: 10px 70px;
    color: #ffffff;
    background-image: linear-gradient(135deg, #00a9e3 0%, #018ed7 50%);
    border-color: transparent !important;
    font-family: Maven-Pro;
    font-size: 15px;
}

    .btn-primary:hover {
        background-color: #009cde;
        border-color: transparent !important;
    }

.navigation-btn {
    text-align: left;
}

.indietro-btn-10 {
    float: right;
    margin-top: 1.5em;
    font-size: 3em;
    padding: 4px 15px 0px 0px;
}

    .indietro-btn-10:hover {
        color: #009cde;
    }

.indietro-btn {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding: 0px;
    margin: 0;
    background: #CCECF8;
    border-radius: 100%;
    line-height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.indietro-btn svn {
    
}

    .indietro-btn:hover {
        color: #009cde;
    }

.continua-btn, .invia-btn {
    border-radius: 60px;
    margin-top: 40px;
    height: 45px;
    font-size: medium;
    background-color: #FFA403;
    color: #fff;
}

.navigation-btn.surface-btn .continua-btn, .navigation-btn.surface-btn .invia-btn {
    margin-top: 0;
}

.right {
    float: right;
}

.hourglass {
    width: 40%;
    margin-left: 10em;
    margin-top: 16em;
}

.indirizzo {
    height: 50px;
    max-width: 100%;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding-right: 50px;
}

.titolo {
    margin-top: 1em;
}

.btn-info {
    color: #ffffff;
    background-color: #f18a19;
    font-size: 15px;
    border-color: transparent !important;
    border-radius: 60px;
    float: right;
    margin-top: 16px;
}

    .btn-info:hover {
        color: #ffffff;
        background-color: #f18a19;
        font-size: 15px;
        border-color: transparent !important;
        border-radius: 60px;
        float: right;
        margin-top: 16px;
    }

    .btn-info:focus {
        color: #ffffff;
        background-color: #f18a19;
        font-size: 15px;
        border-color: transparent !important;
        border-radius: 60px;
        float: right;
        margin-top: 16px;
    }

.form-control:focus {
    border-color: #009cde;
}

.modal-header .close {
    margin-top: -24px;
}

.shadow {
    width: 100%;
    box-shadow: 5px 5px 10px 2px #3333337a;
    -webkit-box-shadow: 5px 5px 10px 2px #3333337a;
    -moz-box-shadow: 5px 5px 10px 2px #3333337a;
}

.top-left {
    margin-top: 11em;
    position: absolute;
    top: 8px;
    margin-left: 6em;
}

.card-surface {
    padding-top: 30px;
    border-radius: 8px;
}

.card-title-surface {
    font-family: Maven-Pro-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    color: #252521;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.card-img-surface {
    /*position: absolute;
    left: 24px;
    top: 118px;*/
    width: 359px;
    height: 240px;
    border-radius: 4px;
}

.address-surface {
    width: 344px;
    height: 48px;
    border: 1px solid #DDDDDD;
    border-radius: 24px;
    margin-top: 3%;
}

.step {
    width: 85%;
}

.step-10 {
    width: 85%;
    margin-top: 2em;
}


.iconeTempo {
    padding-top: 0;
    margin-top: 40px;
}

.sottoTitolo {
    margin-top: 1em;
    font-size: 21px;
}

.btn-primary[disabled] {
    background-image: linear-gradient(135deg, #777777 0%, #777777 50%);
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
}

.indirizzo-btn {
    text-align: left !important;
}

.text-footer {
    text-align: right;
}

.indirizzo-container {
    margin-bottom: 5em;
    margin-top: 2em;
}

.home {
    color: white;
    position: absolute;
    margin-top: 4em;
    margin-left: 9em;
    text-align: center;
}

.inizia-btn {
    margin-top: 2em;
}

.homepage {
    height: 32em;
}


.bg-cyan {
    background-color: #009fda;
    height: 100%;
    color: white;
    font-size: 15px !important;
}

.bg-white {
    background-color: white;
}

.bg-cyan .container h3 {
    font-size: 16px !important;
    line-height: 1.428571429;
}

.privacy {
    padding-top: 10px;
    height: 60px !important;
}

.social {
    float: right;
}

.text-footer a {
    padding-left: 14px;
}

#casa {
    height: 100% !important;
}

.logo_a2a {
    width: 6%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.stepper {
    position: fixed;
    top: 60px;
    width: 100%;
    padding: 0px 15px;
    background-color: #fff;
    /*transition: top 0.3s ease;*/
    z-index: 999;
}

.stepper-col {
    max-height:51px;
    height: 51px;
    padding: 1% 0% 0% 0%;
    text-align: left;
    border-top: 1px solid #EEEEEE;
    padding-left: 30px;
}

.stepper-col svg,
.stepper-col span {
    display: inline-block;
    vertical-align: middle;
}
.stepper-col span {
    line-height: 17px;
    vertical-align: baseline;
}
.stepper-col svg {
    margin-right: 8px;
}

.stepper-col svg path {
    stroke: #9a9a9a;
}
.stepper-col.not-yet-completed svg path {
    stroke: #393935;
}
.stepper-col.completed svg path {
    stroke: #009FDA;
}

.border-stepper-col {
    height: 8px;
    background-color: #EEEEEE;
    padding: unset;
}

.arrow-stepper {
    margin: 2%;
}

.riparti-btn {
    border-radius: 60px;
    height: 45px;
    width: 135px;
    font-size: medium;
    background-color: #fff;
    color: #FFA403;
}

.surface-btn {
    text-align: center !important;
}

.tessere-tipologia {
    height: 160px;
    margin-top: 4%;
}

.tessere-inclinazione {
    margin-top: 4%;
}

/* SMALL DEVICE - PHONE*/
@media (max-width: 768px) {

    .claim-home {
        text-align: center;
    }

    .homepage {
        height: 40em;
    }

    .navbar {
        text-align: center;
    }

    .inizia-btn {
        margin-top: 2em;
        margin-bottom: 5em;
    }

    table {
        text-align: left !important;
    }

    .step {
        width: 30%;
    }

    .step-10 {
        width: 30%;
        margin-top: 1em;
    }

    .container {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }

    .hourglass {
        width: 30%;
        margin-left: 0em;
        margin-top: 2em
    }

    
    .slidecontainer {
        margin-top: 0em !important;
        width: 70% !important;
        margin-left: 3.5em;
    }

    #orientamento div.bussola img.bussolaImg {
        top: 41% !important;
        width: 27% !important;
    }

    .materiale {
        width: 60% !important;
    }

    .iconeTempo {
        padding-top: 1em;
    }

    .card-surface {
        text-align: left;
    }
    
    .top-left {
        margin-left: 0em;
    }

    .sottoTitolo {
        font-size: 18px;
    }

    .privacy {
        padding-top: 0px;
        height: 65px !important;
        text-align: center;
    }

    .logo-footer {
        width: 30%;
    }

    .text-footer {
        text-align: center;
    }

    footer {
        text-align: center;
        float: none;
        padding-left: 0em;
        position: relative;
    }

    .navbar-brand {
        margin-left: 0em !important;
        text-align: center;
    }

    h1 {
        font-size: 30px;
    }

    #background {
        background-image: url(/Images/background.jpg);
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0;
        z-index: -1;
        position: relative;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .top-left {
        margin-top: 3em;
        top: 0px;
    }

    .indietro-btn {
        font-size: 3em;
        margin-top: 10px;
    }

    .indietro-btn-10 {
        float: none;
        margin-top: 0em;
        padding: 0px;
        font-size: 3em;
    }

    /*.fadeInLeft {
        margin-bottom: 3em !important;
        text-align: center;
        margin-top: 1em !important;
    }*/

    .social {
        float: none;
    }

    .indirizzo-container {
        margin-bottom: 15em;
        margin-top: 2em;
    }

    .home {
        color: white;
        position: absolute;
        margin-top: 2em;
        margin-left: 0;
        text-align: center;
    }

    .logo_a2a {
        width: 18%;
    }
}

@media (max-width: 576px) {

    .logo_a2a {
        width: 35%;
        text-align: center;
    }

    footer i {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    .text-footer {
        text-align: center;
    }

    .privacy {
        text-align: center;
        height: 80px !important;
    }

    .claim-home {
        margin-top: 10%;
        padding: 0px 23px;
    }

    .logo_a2a {
        width: 13%;
    }

    .step-10 {
        width: 15%;
        margin-top: 1em;
    }

    .hourglass {
        width: 20%;
    }
}

@media (min-width: 1024px) {

    h1 {
        font-size: 37px;
    }

    .step-10 {
        width: 90%;
        margin-top: 3em;
    }

    .text-footer {
        text-align: right;
    }

    .privacy {
        text-align: left;
        height: 65px !important;
    }

    .top-left {
        margin-top: 8em;
        position: absolute;
        top: 8px;
    }

    .logo_a2a {
        width: 10%;
    }

    .claim-home {
        margin-top: 9%;
    }

    .home {
        position: absolute;
        margin-top: 5em;
        margin-left: 8em;
    }

    .homepage {
        height: 428px;
    }

    .container {
        max-width: 900px;
    }

    .hourglass {
        width: 35%;
        margin-left: 10em;
        margin-top: 14em;
    }


    .iconeTempo {
        padding-top: 3em;
    }
}

@media (min-width: 1200px) {
    .top-left {
        margin-top: 8em;
        position: absolute;
        top: 8px;
    }

    .homepage {
        height: 444px;
    }

    .logo_a2a {
        width: 9%;
    }

    .container {
        max-width: 1100px;
    }

    .hourglass {
        width: 35%;
        margin-left: 10em;
        margin-top: 14em;
    }

    .claim-home {
        margin-top: 9%;
    }

    .iconeTempo {
        padding-top: 3em;
    }
}

@media screen and (min-width: 1400px) {

    h1 {
        font-size: 60px;
    }

    .container {
        max-width: 1300px;
    }

    .logo_a2a {
        width: 8%;
    }

    .homepage {
        height: 580px;
    }

    .claim-home {
        margin-top: 10%;
    }

    .home {
        position: absolute;
        margin-top: 8em;
        margin-left: 12em;
    }

    .indirizzo-container {
        margin-bottom: 5em;
        margin-top: 8em;
    }
}

@media screen and (min-width: 1600px) {

    .logo_a2a {
        width: 7%;
    }

    .claim-home {
        margin-top: 10%;
    }

    .container {
        max-width: 1500px;
    }


    .home {
        position: absolute;
        margin-top: 8em;
        margin-left: 27em;
        text-align: center;
    }

    .homepage {
        height: 60em;
    }
}

@media screen and (min-width: 1900px) {

    .logo_a2a {
        width: 6%;
    }

    .container {
        max-width: 1800px;
    }

    .step-10 {
        width: 75%;
        margin-top: 1em;
    }

    .hourglass {
        width: 35%;
        margin-left: 11em;
        margin-top: 25em;
    }

    .home {
        position: fixed;
        margin-top: 10em;
        margin-left: 27em;
        text-align: center;
    }

    .homepage {
        height: 751px;
    }

    .claim-home {
        margin-top: 10%;
    }
}

.fadeInLeft {
    margin-top: 1em;
}




/*----------------------------------RESPONSIVE----------------------------------------*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/*Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}



/**/
.global-cart-option .radio-img {
    border: 1px solid #CCECF8;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    min-height: 160px;
    width: 100%;
    padding: 20px 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
}
.global-cart-option.tessere-inclinazione .radio-img {
    min-height: 185px;
}

.global-cart-option .radio-img > input {
    display: none;
}

.global-cart-option .radio-img > img {
    cursor: pointer;
    border: 2px solid transparent;
    max-width: 60px;
    width: 100%;
    height: auto;
}

.global-cart-option .radio-img h4 {
    font-family: 'Maven-Pro-Med';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #009FDA;
    text-align: left;
    letter-spacing: 0em;
}
.global-cart-option .radio-img p {
    font-family: "Maven-Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #797978;
}

.global-cart-option .radio-img > input:checked + img + div > h4 {
    font-family: "Maven-Pro-Bold";
    color: #009cde;
    font-weight: bold;
}
h2.step-title {
    font-family: Maven-Pro-SemiBold;
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #252521;
    margin-top: 0;
}
p.step-subtitle {
    font-family: Maven-Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #797978;
}
h3.step-subtitle-alt {
    font-family: Maven-Pro-Med;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #797978;
    margin-bottom: 20px;
}
.step-subtitle-alt-2 {
    font-family: Maven-Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #9A9A9A;
}
.spesa-label-slider {
    font-family: Maven-Pro-Med;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: #252521;
}
.bottom-cta-general {
    margin-top: 100px;
    margin-bottom: 150px;
}
.first-step-title {
    font-family: Maven-Pro-SemiBold;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    color: #009FDA;
    margin:0 0 50px;
}
.first-step-subtitle {
    font-family: Maven-Pro-SemiBold;
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #252521;
    margin-bottom:40px;
}
.first-row-step {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .mobile-cta-bottom {
        display: none;
    }
    .desktop-cta-bottom {
        display: block;
    }
    .new-cta-mobile {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tessere-tipologia .tipologie .single-tessera,
    .tessere-inclinazione .tipologie .single-tessera,
    .tempo-a-casa-container .single-tessera {
        /*width: 25%;*/
        padding: 0 10px 20px;
    }

    
}
@media (max-width: 992px) {
    .continua-btn, .invia-btn {
        margin-top: 20px;
    }

    .btn-back {
        margin-bottom: 20px;
    }

}
@media (max-width: 768px) {

    .mobile-cta-bottom {
        display: block;
    }
    .new-cta-mobile {
        display: block;
    }

    .desktop-cta-bottom {
        display: none;
    }
    .navigation-btn:not(.surface-btn) {
        margin-bottom: 150px;
    }

    h2.step-title {
        font-size: 18px;
        line-height: 24px;
    }

    p.step-subtitle {
        font-size: 14px;
        line-height: 18px;
    }

    .first-row-step {
        margin-top: 20px;
    }

    .global-cart-option .radio-img h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .bottom-cta-general {
        margin: 0;
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        background: #FAFAFA;
        padding: 10px;
        border-top: 1px solid #EEEEEE;
        z-index: 999;
    }
}

@media (max-width: 376px) {
    .bottom-cta-general {
        bottom: 0px!important;
    }
    button.continua-btn, button.invia-btn {
        font-size: 16px !important;
    }
}

.bottom-cta-general .mobile-cta-bottom {
    text-align: center;
    padding: 15px 0;
}

.bottom-cta-general .mobile-cta-bottom p {
    font-family: Maven-Pro-Med;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    display: inline-block;
    color: #797978;
    margin: 0;
}
.bottom-cta-general .mobile-cta-bottom h3 {
    font-family: Maven-Pro-Med;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    display: inline-block;
}

.accordion-heading-top-report {
    border-bottom: 1px solid #EEEEEE;
    cursor: pointer;
    display: none;
}
.accordion-heading-top-report .inner-accordion-report {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-bar-report .accordion-heading-top-report p {
    margin: 0;
    padding: 20px 0;
    color: #797978;
    font-family: 'Maven-Pro-Med';
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
}
.cta-call-back-mobile {
    display: none !important;
}
.top-bar-report .edit-configuration-btn.mobile {
    display: none;
}
.card-title.card-title-surface i {
    display: none;
}
.progress-bar-container {
    display: block;
    width: 100%;
    height: 8px;
    background: #EEEEEE;
    clear:both;
}
    .progress-bar-container .progress-current {
        background-color: #009FDA;
        display: block;
        height: 8px;
        width: 0;
    }
.indirizzo-btn .btn.continua-btn {
    text-align: center !important;
    padding-top: 10px;
    padding-left: 20px;
    line-height: 16px !important;
}
.indirizzo-btn .bi.bi-arrow-right {
    position: relative;
    top: 3px;
}
input#indirizzo {
    padding-left: 30px;
    border-color: #eee !important;
    padding-right: 30px;
}
    input#indirizzo::placeholder {
        color: #BCBCBB;
        font-size: 18px;
        font-weight: 400;
    }
.col-sm-3.stepper-col {
    color: #9a9a9a;
}
.arrow-bottombar {
    padding-right: 8px;
}
.testi-bottonbar{
    top:2px;
    position: relative;
}
.bottom-cta-general h3 {
    font-family: "Maven-Pro-Med";
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-right: 9px;
}

    .bottom-cta-general h3:hover {
        color: #FFBF4F !important;
    }

    input[type=number],
    input[type=text] {
        border-radius: 4px;
        height: 56px;
        padding: 15px;
        color: #252521;
        font-family: Maven-Pro;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
    }

    input[type=number]::placeholder,
    input[type=text]::placeholder,
    input[type=number]:-ms-input-placeholder,
    input[type=text]:-ms-input-placeholder,
    input[type=number]::-ms-input-placeholder,
    input[type=text]::-ms-input-placeholder {
        color: #BCBCBB;
    }

    input[type=number]:focus,
    input[type=text]:focus,
    #EditConfigModal .config-row .dx-part select:focus {
        box-shadow: none;
    }
.btn.continua-btn:hover, .btn.invia-btn:hover {
    background-color: #FFBF4F;
    color: #fff;
}
.btn:hover, .btn:focus {
    color: #fff!important;
}

button.riparti-btn {
    font-size: 18px;
}

button.riparti-btn:hover {
    color: #FFBF4F!important;
}


button.continua-btn, button.invia-btn {
    background-color: #FFA403;
    font-size: 18px;
    padding-left: 24px;
    padding-right: 25px;
}
    button.continua-btn:hover, button.invia-btn:hover {
        background-color: #FFBF4F;
    }

@media and (min-width: 993px) {
    .navigation-btn.surface-btn .btn.continua-btn {
        left: 10px;
        position: absolute;
        text-align: left !important;
    }
}
a.geolocation-btn:hover {
    background-color: #FFBF4F;
}

.btn-group-select .btn-select {
    cursor: default;
    background-color: #FFF;
    border-radius: 4px;
    text-align: left;
    padding: 14px;
    height: auto;
}
.btn-group-select button {
    position: relative;
    border-color: #EEEEEE;
    color: #252521;
}
.btn-group-select button span {
    font-family: Maven-Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #252521;
}
.btn-group-select button svg {
    position: absolute;
    right: 10px;
    top: 18px;
}

.btn-group-select .btn-default:hover,
.btn-group-select .btn-default:focus,
.btn-group-select .btn-default:active,
.btn-group-select .btn-default.active,
.btn-group-select .open .dropdown-toggle.btn-default {
    background-color: #FFF;
}

.btn-group-select.open .dropdown-toggle {
    box-shadow: 0px 4px 4px 0px #00000014;
}

.btn-group-select {
    width: 100%;
    position: relative;
}

.btn-group-select .dropdown-menu {
    width: inherit;
    border: 0;
    margin-top: 8px;
}
.btn-group-select .dropdown-menu li a {
    text-align:left;
    font-family: "Maven-Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #252521;
    padding: 16px;
}
.btn-group-select .dropdown-menu li a:hover {
    background: #FAFAFA;
}

#EditConfigModal .config-row .dx-part select {
    display: none;
}

@media(max-width: 767px) {

    .stepper .stepper-col:not(.not-yet-completed) {
        display: none !important;
    }

    .stepper-col {
        padding: 0 !important;
        text-align: unset !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}