.theme-blue .btn-primary {
    background: #e52c66
}

.theme-blue .btn-primary:active, .theme-blue .btn-primary:hover, .theme-blue .btn-primary:focus {
    background: #e52c40
}

.theme-blue .btn-primary.btn-simple {
    border-color: #e52c66;
    color: #e52c66;
    background: transparent
}

.theme-blue .page-loader-wrapper, .theme-blue .active-bg {
    background: #e52c66
}

.theme-blue .sidebar .menu .list li.active.open .active a {
    color: #e52c66
}

.theme-blue .sidebar .menu .list a:hover {
    color: #e52c66
}

.theme-blue .sidebar.h_menu .menu li.active.open > a {
    color: #e52c66
}

.theme-blue .sidebar.h_menu .menu li.active.open > a:before {
    background: #e52c66
}

.theme-blue .sidebar.h_menu .menu li a:hover:before {
    background: #e52c66
}

.theme-blue .checkbox input[type="checkbox"]:checked + label::after {
    border-color: #e52c66;
    background: #e52c66;
    color: #fff
}

.theme-blue .nav-tabs .nav-link.active {
    border: 1px solid #e52c66 !important;
    background: #e52c66;
    color: #fff
}

.theme-blue .card .header h2:before {
    background: #e52c66
}

.theme-blue .card .header h2 strong {
    color: #e52c66
}

.theme-blue .card .header .dropdown-menu li a:hover {
    background-color: #e52c66;
    color: #fff
}

.theme-blue .authentication .navbar, .theme-blue .authentication .page-header {
    background: #e52c66 !important
}

.theme-blue .form-control:focus, .theme-blue .form-control:focus + .input-group-addon, .theme-blue .form-control:focus ~ .input-group-addon {
    border-color: #e52c66
}

.theme-blue.theme-dark .top_navbar {
    background: #e52c66
}

.theme-blue.theme-dark .input-group-focus .input-group-addon {
    border-color: #e52c66
}
