.tim-row {
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777777;
}

.typography-line {
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
}

.typography-line span {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    position: absolute;
    width: 260px;
    text-transform: none;
}

.tim-row {
    padding-top: 60px;
}

.tim-row h3 {
    margin-top: 0;
}

.tim-typo {
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}

.tim-typo .tim-note {
    bottom: 5px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}

.dataTable>thead>tr>th[class*="sort"]:before,
.dataTable>thead>tr>th[class*="sort"]:after {
    content: "" !important;
}

.dataTable>thead>tr>th {
    font-size: 14px;
    text-align: center;
}

th.dt-center,
td.dt-center {
    text-align: center;
}

.ps__rail-x,
.ps__rail-y {
    display: none !important;
}

.delete-form {
    display: inline-block;
    margin-right: 10px;
    /* Adjust the margin as needed for spacing */
}

.delete-form-render {
    display: inline-block;
    margin-right: 100px;
}

.role {
    margin-top: 34px;
}
.roles{
    margin-top: 51px;
}
.sidebar li .submenu {
    list-style: none;
    margin-left: 40px;
    padding-left: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.dropdown-item {
    color: white;
}

li.has-submenu .submenu .dropdown-item {
    color: white;
    padding-top: 15px;
}

li.has-submenu .submenu:hover .dropdown-item {
    color: white;
}

.material-icons.map {
    margin-top: -5px;
}

.nav-item.has-submenu>.nav-link>.material-icons.map {
    margin-top: -5px;
}