@font-face {
    font-family: Scotia Bold;
    font-display: swap;
    src: url(scotia-font/scotia2.woff) format("woff");
}


@font-face {
    font-family: Scotia Headline;
    font-style: normal;
    font-display: swap;
    src: url(scotia-font/scotia3.woff) format("woff");
}

@font-face {
    font-family: Scotia Regular;
    font-style: normal;
    font-display: swap;
    src: url(scotia-font/scotia1.woff) format("woff");
}
.content{
    display: flex;
    flex-direction: row;
}

.side-bar {
    width: 250px;
    background: #343a40;
    height: 100vh;
    top:56px;
    /*position: fixed;*/
}
.nav-link {
    color: white;
}

.active a {
    color: white;
    font-weight: bold;
}

.main-container {
    max-width: 550px;
    min-width: 350px;
    width: 550px;

    margin: 3.6rem auto;
    padding: 80px 120px 80px 120px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e2e8ee;
    font-size: 1.1rem;
}

.links {
    max-width: 190px;
    margin: auto;
}

.btn-rounded {
    min-height: 40px;
    padding: 12px 30px;
    border-radius: 30px;

}

.header-text {

    color: #444444;
    font-family: Scotia Headline, Arial, Helvetica;
    font-size: 2.1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
}

.continue {
    padding: 12px 45px;
    border-radius: .8rem;
    background-color: rgb(236, 17, 26);;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    width: 100%;
}


.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

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

.form-control2 {
    padding: 10px;
    padding-left: 25px;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border-left-width: 0;
    border-bottom: .1rem solid #757575;
    border-right-width: 0;
    border-top-width: 0;
    color: #333;
    display: block;
    outline: none;
    position: relative;
    transition: box-shadow .2s ease-in-out;
    width: 100%;
    font-family: Scotia Regular, Arial, Helvetica, ‘sans-serif’;
    font-weight: 400;
    line-height: 25px;
}

.Input__icon {
    pointer-events: none;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    outline: none;
    padding: 0;
}
Input__icon--right{
    right: 0;
}
.SvgIcon__icon {
    display: inline-block;
    fill: currentColor;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.SvgIcon__icon-icon--size-18px {
    height: 18px;
    stroke-width: 2;
    width: 18px;
}

.scotia-bold {
    font-family: "Scotia Bold";
}

.scotia-regular {
    font-family: "Scotia Regular";
}

.btn.active {
    border-width: 4px;
}

.table th {
    text-align: left;
}

.Input__icon--button {
    pointer-events: auto;
    background-color: transparent;
    border: none;
    display: flex;
}

.SvgIcon__icon-icon--size-16px {
    height: 16px;
    stroke-width: 2;
    width: 16px;
}

.SROnly__container {
    border: 0!important;
    clip: rect(1px,1px,1px,1px)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important;
}
.Input__icon--right {
    right: 5px;
}
.show #hide_p,.hide #show_p{
    display: none;
}
.hide #hide_p,.show #show_p{
    display: inline-block;
}
.SvgIcon__icon--color-darkRed {
    fill: #be061b;
    stroke: #be061b;
}