﻿.stogoBttn {
    color: white;
}

.stogoInput {
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-radius: 0px !Important;
}

.stogoUIElement {
    width: 100%;
    height: 45px;
    padding: 5px;
}

.belegeContainer {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    height: auto;
}

.labelText {
    font-size: smaller;
    color: grey;
}

.stogoBlue {
    border-color:#004C90 !important;
}

.modal-footer-align {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
