.account-info {
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
}


.account-info h4 {
    height: 28px;
    width: 216px;
    color: #383838;
    font-family: "DM Sans";
    font-size: 22px;
    font-weight: 500;
    line-height: 27.58px;
    margin-bottom: 9px;
} 

.account-info .account-nr {
    opacity: 0.5;
    color: #383838;
    font-family: "DM Sans";
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
}

input {
    padding: 14px 12px;
    height: 49px;
    width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
}

input::-moz-placeholder {
    opacity: 0.5;
    color: #4F4F4F;
}

input::placeholder {
    opacity: 0.5;
    color: #4F4F4F;
}

.info-checkbox-input {
    display: inline-block;
    width: auto;
    height: auto;
}

.info-checkbox-label {
    opacity: 0.5;
    color: #383838;
    font-family: "Helvetica Neue";
    font-size: 12px;
    letter-spacing: 0;
    margin-left: 6px;
    line-height: 16px;
    margin-bottom: 0;
}

.save-preferences-btn {
    height: 30px;
    width: 140px;
    line-height: 2.4;
    display: block;
    border: 1px solid #0173B9;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #0173B9;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 12px;
    margin-right: 6px;
}

.info-check-container {
    display:flex; 
    flex-direction: row; 
    align-items: center
}

/* Select */
.select-cont {
    display: inline-block;
    position: relative;
}
.select-cont select {
    width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    padding: 10px 40px 10px 10px;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 100%;
    font-weight: 400;
    color: #848484;

    font-family: "DM Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}

.select-cont:after {
    position: absolute;
    content: '';
    background-image: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-global/resources/Arrow-Small-Down-Blue.svg');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
    pointer-events: none;
    cursor: pointer;
}

.exclusion-p {
    opacity: 0.6;
    color: #383838;
    font-family: "DM Sans";
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 24px;
}

.exclusion-label {
    opacity: 1;
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 24px;
}

.exclusion-btn {
    width: 202px;
    line-height: 3;
    height: 40px;
    margin-top: 20px;
}

.exclusion-header {
    width: 100% !important;
}

.exclusion-box {
    margin-top: 30px;
}
.twoblock {
    padding: 0px 20px 20px 20px;
}
.account-tabs-container {
    margin-bottom: 80px;
}

.bank-img-container {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 5px;
    padding-left: 0;
    margin-bottom: 6px;
}

.bank-img-container
 img {
    width: 100%;
    border: 1px solid #DBDBDB;
}
 
.hp-box {
    background-color: unset;
}

@media (max-width: 979.98px) {
    .bank-img-container {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 767.98px) {
    .bank-img-container {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .hp-box {
        background-color: #005C95;
    }
}
