.login-bg {
    background-color: #071947;
}


.layout-navbar {
    width:100% !important;
    position: sticky;
    top: 0;
}
.card-header h3 {
    color: #000 !important;
    font-weight: 600;
}
.head-color {
    background-color: #eeefff;
}.head-color span{
    color: #8800e2;
}
.table.dataTable td.dt-type-numeric {
    text-align: left;
}
.table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left;
}
tr td {
    color: #000;
}
table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 0%) !important;
}
.action-btns {
    padding: 0.2375rem 1.25rem !important;
}

.user-i {
    color: aqua;
}
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 20px !important;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.icon-action {
    display: flex;
}

.edit {
    color: rgb(0, 204, 255);
}.view {
    color: rgb(255, 208, 0);
}.delete {
    color: rgb(255, 0, 0);
}

.ad-img {
    width: 200px;
}
.img-all {
    width: 300px;
}
.rate i{
color: #ffd000;
}