body {
    background: #f5f6fa !important;
}
a { color: #EB0B83; }
a:hover, a:active, a:focus { outline: none; text-decoration: none; color: #eb0b83a7; }
.skin-blue .main-header .navbar .sidebar-toggle:hover { background-color: #e885ba;}
/* linear-gradient(0deg,#9c0757,#eb0b83); */
.main-sidebar {background: linear-gradient(-10deg,#eb0b83a7,#eb0b83) !important;}
.skin-blue .sidebar-menu > li > a { color: white !important;}
.login-page, .register-page { background: #f5f6fa !important; }
.user-image{ width: 145px; }
.user-header{ background-color: #EB0B83 !important; height: 110px !important; }
.navbar-static-top,.logo{ background-color: #EB0B83 !important; }
.login-box-msg { color: #707070 i !important;}
.btn-primary,.btn-danger{ background-color: #EB0B83 !important; border-color: #EB0B83 !important; }
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    z-index: 3 !important;
    color: #fff !important;
    cursor: default !important;
    background-color: #EB0B83 !important;
    border-color: #EB0B83 !important;
}
.txt-color{ color:#EB0B83; }

.group_form, .form-control {
    background-color: #f8f8f8;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 20px;
}