.required:after {
    content: "*";
    color: red;
}

.header-container .navbar-nav.theme-brand {
    border-right: 1px solid #83025F;
    background-image: linear-gradient(to right, #b0037f 0%, #83025F 100%);
}

.navbar {
    background: #b0037f;
}

#sidebar ul.menu-categories li.menu.active>.dropdown-toggle {
    background: #83025F;
}

#sidebar ul.menu-categories li.menu:not(.active)>.dropdown-toggle[aria-expanded="true"] {
    background: #83025F;
}


#sidebar ul.menu-categories ul.submenu>li.active a {
    color: #83025F;
    font-size: 14px;
    font-weight: 700;
}

.dt-buttons .dt-button {
    color: #fff !important;
    background-color: #83025F !important;
    border-color: #83025F;
    margin-top: 13px;
    margin-bottom: 13px;
    margin-right: 5px;
}

.table>thead>tr>th {
    color: #83025F;
    font-weight: 700;
    font-size: 13px;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.page-item.active .page-link {
    background-color: #83025F;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: normal;
    color: #83025F;
    font-weight: 600;
    border: 1px solid #e0e6ed;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 13px;
}


/* Custom Style For Home Page */
.widget-one_hybrid .widget-heading .w-icon {
    position: absolute;
    right: 13px;
}

.widget-one_hybrid .widget-heading .w-value {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0;
    position: absolute;
    top: 15px;
    left: 66px;
}

.widget-one_hybrid .widget-heading h5 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    color: #506690;
    text-align: right;
    margin-top: 50px;
}

.widget.widget-table-two {
    padding: 20px;
    background-color: #ffffff;

}

.widget.widget-table-two h5 {
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #515365;
}

.btn-info {
    color: #fff !important;
    background-color: #b0037f;
    border-color: #83025F;
}

#sidebar ul.menu-categories ul.submenu>li a:hover {
    color: #83025F;
}

.btn-info:hover,
.btn-info:focus {
    color: #fff !important;
    background-color: #b0037f;
    box-shadow: none;
    border-color: #83025F;
}

.btn-primary {
    color: #fff !important;
    background-color: #b0037f !important;
    border-color: #83025F;
}


.sidebar-wrapper .profile-info .user-info img {
    border: 6px solid rgba(131, 2, 95, 0.24);
}

.dropdown-item svg {
    width: 17px;
    margin-right: 7px;
    height: 17px;
    color: #83025F;
    fill: rgba(176, 3, 127, 0.34);
}


.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section {
    padding: 16px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-right: -12px;
    margin-left: -12px;
    background: #b0037f;
    margin-top: -1px;
    background-image: linear-gradient(to top, #83025F 0%, #b0037f 52%, #fb04b5 100%);
}

span.help-block.updated-field {
    font-weight: bold;
    color: #83025F;
    font-size: 15px;
    /* text-align: center; */
    padding-left: 10px;
}