body {
    color: #5a5b5c;
    font-size: 14px;
}
h1 {
    font-size: 1.5rem;
    /*color: #4e73df;*/
    color: #1269DB;
    font-weight: 600;
    margin-bottom: 0.8em;
}
.form-check-label {
    /*margin-top: -1.4em;*/
    margin-bottom: .5rem;
}
.form-check-input {
    /*margin-top: -0.7em;*/
}
.bg-login-image {
    background: url('');
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    padding: 60px 60px;
    color: #4e73df;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
}
@media (max-width: 768px) {
    .bg-login-image {
        font-size: 2em;
    }
}
.bg-login-image img {
    width: 220px;
}
.btn-group-lg>.btn, .btn-lg {
    font-size: 1rem;
    margin-top: 1rem;
}
.btn-radio {
    color: #888;
    background-color: #eee;
    border-color: #888;
    font-weight: bold;
}

.btn-radio:hover {
    color: #1269DB;
    background-color: #fff;
    border-color: #1269DB;
}
.btn-radio.active {
    color: #1269DB;
    background-color: #fff;
    border-color: #1269DB;
}

.sidebar #sidebarToggle::after {
    font-family: 'Font Awesome 5 Pro';
}
.sidebar.toggled #sidebarToggle::after {
    font-family: 'Font Awesome 5 Pro';
}

@media (min-width: 768px) {
    .sidebar .nav-item .nav-link[data-toggle=collapse]::after {
        font-family: 'Font Awesome 5 Pro';
    }
}
@media (min-width: 768px) {
    .sidebar .nav-item .nav-link.nav-first span {
        font-size: 1.45rem;
    }
    .sidebar.toggled .nav-item .nav-link.nav-first span {
        font-size: 0.65rem;
    }
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: .5rem .5rem;
}
/*.nav-first {*/
/*    font-size: 1rem;*/
/*    font-weight: 800;*/
/*    text-align: center;*/
/*    !*text-transform: uppercase;*!*/
/*    letter-spacing: .05rem;*/
/*}*/

.text-primary {
    color: #1269DB!important;
}
.error {
    font-size: inherit;
    width: auto;
}
footer.sticky-footer {
    padding: 1rem 0;
}
/*@media (min-width: 1200px) {*/
/*    .container, .container-lg, .container-md, .container-sm, .container-xl {*/
/*        max-width: 100%;*/
/*    }*/
/*}*/
.modal-backdrop {
    z-index: 1029;
}
.modal {
    z-index: 1030;
}
.card {
    border-radius: calc(.7rem - 1px) calc(.7rem - 1px) 0 0;
}
.card-header:first-child {
    border-radius: calc(.7rem - 1px) calc(.7rem - 1px) 0 0;
    /*min-height: 63px;*/
}
.card-header.positive:first-child {
    background-color: #4e73df;
    color: #fff;
    min-height: 63px;
}
.card-header .text-primary {
    font-size: 1.1em;
    font-weight: 600 !important;
}
.card-header.positive .text-primary {
    color: #fff !important;
}

.card-header.negative:first-child {
    background-color: #fff;
    color: #4e73df;
    min-height: 63px;
}
.card-header.negative .text-primary {
    color: #4e73df !important;
}
.card {
    border-radius: calc(.7rem - 1px) calc(.7rem - 1px);
}
.card-body {
    border-radius: 0 0 calc(.7rem - 1px) calc(.7rem - 1px);
}
.card-body.positive {
    background-color: #e4ebed;
}
.card .card-header[data-toggle=collapse]::after {
    font-family: 'Font Awesome 5 Pro';
}