.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
}

.container-fluid{
    height: calc(100% - 70px);
    overflow: auto;
}

.form-group label input[type="checkbox"]{
    margin-right: 10px;
    margin-top: -15px;
}
.select2-container .select2-selection--single{
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #6e707e;
    line-height: 38px;
    font-size: 1rem;
    font-weight: 400;
}
.input-group-prepend .select2-container--default .select2-selection--single{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #d1d3e2;
    border-radius:0.35rem;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 15px;
}

body{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    color: #585858;
}
a {
    color: #e30c18;
    text-decoration: none;
    background-color: transparent;
}
.btn-primary {
    color: #fff;
    background-color: #e30c18;
    border-color: #e30c18;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d63434  !important;
    border-color: #d63434 !important;
}

.bg-gradient-primary {
    background: rgb(234,75,80);
    background: linear-gradient(129deg, rgb(0 0 0) 0%, rgb(58 58 58) 100%);
    background-size: cover;
}
.primary-box {
    background-color: white;
    padding: 20px 10px;
    margin: 0px 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.container-fluid .table.table-striped{
    margin-top: 16px;
}
.btn{
    font-size: 14px;
}
h3, .h3 {
    font-size: 20px;
    font-weight: bold;
}
.badge{
    font-size: 13px;
}
.navbar-nav .logo{
    max-width: 70%;
}
.sidebar .sidebar-brand {
    height: inherit;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item{
    white-space: normal;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fbfbfb;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #e3e6f0;
}
.btn-secondary {
    color: #fff;
    background-color: #a2a4b1;
    border-color: #a2a4b1;
}

.alert-success {
    color: #fff;
    background-color: rgba(49,202,75,0.9);
    border-color: rgba(49,202,75,0.9);
}

.alert-danger {
    color: #fff;
    background-color: rgba(231,76,60,0.9);
    border-color: rgba(231,76,60,0.9);
}

.table .badge{
    color: white !important;
}

.input.error .error-message{
    width: 100%;
    margin-top: 0.1rem;
    color: #e74a3b;
    margin-bottom: 0.5rem;
}