﻿.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/assets/img/loading.svg') no-repeat center;
    background-color: rgba(255, 255, 255, 0.8);
}

.btn-round {
    border-width: 1px;
    border-radius: 3px !important;
    padding-right: 23px;
    padding-left: 23px;
}

.card {
    border-radius: 3px !important;
}

.position-table {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.error {
    font-size: 11px !important;
    color: red !important;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.content {
    padding: 0 30px 30px;
    min-height: calc(100vh - 123px);
    margin-top: 0px !important;
}

.content-notify {
    padding: 0 30px 0px;
    margin-top: 93px;
}