html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn-primary {
    background-color: #0077c8 !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.assign {
    margin-top: 7rem !important;
}
.revoke {
    margin-top: 1rem !important;
}


html {
    font-size: 14px;
    color: #212529 !important;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        color: #212529 !important;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    margin-bottom: 60px;
    color: #212529 !important;
}

.btn-success {
    background-color: #28A745 !important;
    border-color: #28A745 !important;
    color: #fff !important;
}

p {
    color: #212529 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #212529;
}

th, td {
    color: #212529 !important;
}

input {
    color: #212529 !important;
}

.btn-danger {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
}

.btn-primary {
    color: #fff !important;
}

.alert-success {
    background-color: #28A745 !important;
    border-color: #28A745 !important;
    color: #fff !important;
}

.btn-close {
    color: #fff !important;
}

.alert-danger {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
}

.content-wrapper {
    background: #f4f6f9 !important;
}

.main-footer {
    background-color: #fff !important;
    border-top: 1px solid #dee2e6 !important;
    color: #869099 !important;
    padding: 1rem !important;
}

.fc-tg {
    color: #447219 !important;
}

/*.sidebar {
    background-color: #dddddd !important;
}*/

.form-group {
    margin-bottom: 1rem !important;
}

.submenu-inner {
    list-style: none;
    padding: 0 0 0 8px;
    margin: 5px 0 0 0;
}

.submenu-item {
    margin-bottom: 5px;
}

.submenu-link {
    display: flex;
    align-items: center;
    padding: 0.4rem;
    text-decoration: none;
    color: gray;
    border-radius: .3125rem;
    transition: background-color 0.3s;
}

    .submenu-link:hover {
        background-color: #e9ecef;
    }

.collapse.show .submenu-inner {
    display: block;
}

.right {
    text-align: right !important;
    position: absolute !important;
    right: 1rem !important;
    top: .7rem !important;
}

.btn {
    padding: .375rem .75rem !important;
}

.select2-container .select2-selection--single {
    height: px !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 0 !important;
}

@media only screen and (min-width: 992px) {
    padding: 0 0.6rem;
}

.select2-container--open {
    /*position: absolute !important;*/
    z-index: 9999 !important;
}

.select2-dropdown {
    position: absolute !important;
    z-index: 9999 !important;
    top: auto !important;
}

.assign {
    margin-top: 7rem !important;
}

.revoke {
    margin-top: 1rem !important;
}

@media (max-width: 767px) {
    aside#layout-menu {
        margin-top: 0px !important;
    }
}

/*li a:hover {
    color: #447219 !important;
}*/

.bg-menu-theme .menu-item.active > .menu-link:not(.menu-toggle) {
    background-color: rgba(0, 0, 0, .1);
    color: #494f54 !important;
}

.bg-menu-theme .menu-inner .menu-item.open > .menu-link:hover, .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover {
    /*background-color: #447219 !important;*/
    color: #494f54 !important;
}

.card-title {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}

@media (min-width: 1200px) {
    .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner .menu-item div:not(.menu-block), .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner .menu-item div:not(.menu-block) {
        opacity: 1 !important;
    }
}

.gridrow {
    padding: calc(var(--bs-gutter-x)* 0.5) !important;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    padding: 0.5rem !important;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-secondary {
    color: #fff;
    background-color: #545b62;
}

.btn-block {
    display: block;
    width: 100%;
}