.loader {
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    display: none;
}

.main_page {
    position: relative;
    max-width: 1400px;
    width: 80%;
    left: 10%;
    min-height: 880px;
    font-family: 'Barlow', sans-serif;
    background-color: #f3f8f9;
    padding-bottom: 40px;
}

input#pin {
    margin-top: 20px;
}

.header_bar {
    height: 80px;
    background-color: #233461;
}

.centered .textspan {
    text-align: left;
}

.centered .titleText {
    padding: 20px;
}

.header_bar .title {
    font-weight: bold;
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding: 25px;
}

.main_column {
    width: 80%;
    margin: 0px auto;
}

.main_column .content {
    margin: 40px auto;
    width: 500px;

}

.centered {
    text-align: center;
    font-size: 20px;
}
.centered.span, .centered.div {
    padding: 10px 0px;
}
.centered input {
    padding: 10px;
}

.rounded-button {
    margin: 10px auto;
    padding: 10px 15px;
    border-radius: 30px;
    float: none;
    display: block;
}
.roundedButton {
    padding: 10px 15px;
    background-color: #233461;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 50%;
}

.balance span {
    display: inline-block;
}

.balance .row {
    text-align: left;
    width: 100%;
    margin: 20px 0px;
    display: inline-block;
}

.balance .row input {
    width: calc(100% - 10px);
    padding: 2px 5px;
    text-align: right;
    font-size: 20px;
}

.balance .hint {
    float: left;
    font-size: 14px;
    margin-bottom: 30px;
}

.fileSelector {
    width: 100%;
    max-width: 600px;
    margin-bottom: 5px;
    border: 1px solid #cdced0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background: white;
    float: left;
}

#hiddenFileSelector {
    display: none;
}

#selectFileClientBalance {
    width: calc(100% - 140px);
    font-size: 13pt;
    padding: 2px;
    border: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
}

.button {
    width: fit-content;
    min-width: 50px;
}
.button.roundedButton.grey {
    border: 1px solid #cdced0;
    background-color: white;
    color: #cdced0;
    float: left;
    padding: 2px 5px;
    font-size: 13pt;
}
.buttonRow {
    margin-top: 40px;
    text-align: center;
}

.buttonRow .roundedButton {
    width: 50%;
    margin: 0px auto;
    font-size: 20px;
}

.centered .ok {
    color: #233461;
}

.warning {
    color: darkorange;
    font-weight: bold;
    font-size: 22px;
    padding: 20px;
    text-align: center;
}

#noteClient {
    height: 100px;
    width: 100%;
}

.footer {
    border-top: 1px solid #233461;
    padding: 5px 0px;
    text-align: center;
    color: #233461;
    width: 100%;
    position: absolute;
    bottom: 0px;
}
