.logo-img {
    height: 60%;
    margin-right: 5%;
}

.logo-name {
    background: -webkit-linear-gradient(#20B6E9, #4F358F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sidebar .nav-link .nav-icon {
    background: -webkit-linear-gradient(#20B6E9, #4F358F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sidebar.sidebar-pills .nav-link.active, .sidebar.sidebar-pills .nav-link:hover {
    color: #4F358F !important;
}

#crudTable {
    border-radius: 10px !important;
}

.hidden-values-tab {
    cursor: not-allowed !important;
}

.btn-primary {
    background: -webkit-linear-gradient(135deg, #4F358F 60%, #20B6E9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.7;
}

.btn-primary:hover {
    background: -webkit-linear-gradient(135deg, #4F358F 10%, #20B6E9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.9;
}
.same-row{
    display: flex;
}