.swal2-popup {
    font-size: 1.6rem !important;
}

.main-header .logo .logo-mini,
.main-header .logo .logo-lg {
    height: 100%;
}

.main-header .logo .logo-mini img,
.main-header .logo .logo-lg img {
    max-height: 100%;
    max-width: none;
    display: inline-block;
}

.main-header .logo .logo-lg span {
    text-transform: uppercase;
    font-size: 18px;
    color: #848484;
}

.main-sidebar .sidebar .sidebar-menu .treeview .treeview-menu .treeview-menu-item {
    margin-left: 20px;
}

.user-panel>a {
    width: 100%;
    float: left;
}

.user-panel a>.image>img {
    width: 100%;
    max-width: 45px;
    height: auto;
}

.user-panel a>.info {
    padding: 5px 5px 5px 15px;
    line-height: 1;
    position: absolute;
    left: 55px;
}

.user-panel a>.info>p {
    font-weight: 600;
    margin-bottom: 9px;
}

.form-control.plaintext {
    cursor: not-allowed;
}

.view-password {
    cursor: pointer;
}

.role-table {
    width: 100%;
}

.role-table tr:first-child {
    background-color: #f5f5f5;
}

.role-table th div {
    margin-bottom: 3px;
}

.role-table th:first-child,
.role-table:not(.role-display) th:nth-child(2),
.role-table td:first-child,
.role-table:not(.role-display) td:nth-child(2) {
    border-right: 1px solid #ddd;
}

.role-table th:not(:first-child),
.role-table td:not(:first-child) {
    text-align: center;
}

.role-table th:first-child {
    width: 22.5rem;
}

.role-table td:first-child {
    width: 17.5rem;
}

.role-table td:nth-child(2) {
    width: 5rem;
}

.role-table th:not(:first-child),
.role-table td:not(:first-child):not(:nth-child(2)) {
    width: 12.5%;
}

.role-table td:not(:first-child) {
    padding: 0;
}

.role-table td:not(:first-child):hover {
    background-color: #EAEAEA;
}

.role-table td label {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    margin: 0;
    cursor: pointer;
}

.role-table th label {
    display: block;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.role-table [type='checkbox'] {
    cursor: pointer;
}

.red {
    color: red;
}

.mb-10 {
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .mt-10 {
        margin-top: 10px;
    }

    .mr-0 { 
        margin-right: 0!important;
    }

    .mobile-float-right { 
        float: right;
    }
}