/*@font-face {
    font-family: NormsProMedium;
    src: url(TT_Norms_Pro_Medium.ttf);
}

@font-face {
    font-family: NormsProBold;
    src: url(TT_Norms_Pro_Bold.ttf);
}


@font-face {
    font-family: NormsProMedium;
    src: url(sofiaproregular.ttf);
}
*/

@font-face {
    font-family: PublicoLight;
    src: url(PublicoHeadlineWeb-Light.ttf);
}



/*Basics*/


body {
/*    font-family: NormsProMedium;*/
/*    font-size: 16px;*/
    /*   line-height: 1.85; */
/*    font-family: NormsProMedium,sans-serif;*/
    /*  line-height: 2; */

    line-height: 1.5;
    font: normal 13px/1.4 Georgia,"Times New Roman",Times,serif;
    color: #454545;


}

h1, h2, h3, h4, h5, h6, h7 {
    color: #102644;
    /*    font-family: NormsProBold,Helvetica,Arial,sans-serif;*/
    font-family: PublicoLight,CrimsonRoman,Georgia,"Times New Roman",Times,serif;

    font-weight: bold;
}


h1 {
    font: bold 40px/1.1 PublicoLight,CrimsonRoman,Georgia,"Times New Roman",Times,serif;
 
    margin-bottom: 9px;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h2 {
    line-height: 1.5;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a {
    color: #007bff;
    text-decoration: none;
 }


/*Form*/


.untie-onboarding {
    background-color: white;
}

.untie-card .card-header {
    background-color: #eee;
    border-radius: 0;
    padding: 0.5rem .5rem;
    font-size: 1rem;
    color: black;
 }

.untie-card {
    border: 1px solid #eee;
    border-radius: 0;
}

.untie-card .card-body h6 {
  /*  color: #5468eb; */
}


/*Progress*/


.untie-step-progressbar .item.active:before {
    background: #0f2644;
}

.untie-step-progressbar .item:before {
/*    background: rgba(0, 127, 163, 0.1);*/
    background: rgba(15, 38, 68, 0.1);
}

.untie-step-progressbar .item:after {
/*    background: rgba(0, 127, 163, 0.1);*/
    background: rgba(15, 38, 68, 0.1);
}

.untie-step-progressbar .item.complete:before {
    color: #0f2644;
    /*    background-color: rgba(0, 127, 163, 0.3);*/
    background-color: rgba(15, 38, 68, 0.3);
}

 

/*Buttons*/


.untie-button {
    background-color: #007fa3;
    border-color: #007fa3;
    color: #fff;
    border-radius: 50px;
    text-transform: none;
    font-size: 14px;
    cursor: pointer;
    background: #02a0df;
    font: bold 12px/24px Arial,Helvetica,sans-serif;
    color: #fff;
    display: inline;
    display: inline-block;
    text-decoration: none;
    padding: 1px 10px 1px 10px;
    margin: 10px 0 0 0;
    text-shadow: 0 1px 1px rgba(0,0,0,.25);
    border: 1px solid #bababa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 8px rgba(255,255,255,.75) inset;
    -moz-box-shadow: 0 0 8px rgba(255,255,255,.75) inset;
    box-shadow: 0 0 8px rgba(255,255,255,.75) inset;
    -webkit-transition: background ease-in-out .15s;
    -moz-transition: background ease-in-out .15s;
    transition: background ease-in-out .15s;
    padding: 5px 10px 5px 10px;
    font: bold 12px/22px Georgia,"Times New Roman",Times,serif;
}


.untie-button:hover {
    background: #4fc3f0;
    color: #fff;
    border: 1px solid #ccc;  
}

.untie-button:after {
    content: "";
    padding-left: 0;
    margin: 0;
}

.untie-button:hover:after {
    padding-left: 0;
    margin: 0;
}


/* Table */

.table th, .table td {
    vertical-align: bottom;
}

/* Alert */
.alert-info {
    color: #00b1da;
    background-color: #e4fbff;
    border-color: #beecf3;
}

/* Bank ID */

#qrCode {
    display: flex;
    justify-content: center;
    margin: 10px;
}