html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
    display: table;
    width: 100%;
}

body {
    display: table-cell;
    vertical-align: middle;
    background-color: white !important;
}
section#main-content {
    margin: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 4%);
}

.content-wrapper {
    margin-top: 0 !important;
}

.form-group {
    min-height: 80px !important;
    display: inline-table;
    margin:0;
}

.upperinput {
    text-transform: uppercase;
}

textarea {
    resize: none;
}

.input-group-append {
    height: 28px;
    line-height: 28px;
}

.card-header.bg-primary {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
}

.card.border-primary {
    border: 1px solid #337ab7 !important;
}

/* Örneğin site genel CSS dosyana ekleyebilirsin */
#loadingModal {
    z-index: 11000 !important;
}

.modal-backdrop.show.loader-backdrop {
    z-index: 10999 !important;
}
