div {
    border: 0px solid black;
}
header {
    background: linear-gradient(#a20017,#5c0012);
}

.nice-bg {
    background: linear-gradient(#a20017,#5c0012);
}

body {
    background: #e2e2e2 !important;
}

.bgwhite {
    background: #fff !important;
}

.nav-tabs {
    font-size: 14px !important;
}
.nav-item {
    /*padding:10px 0px 11px;*/
    text-decoration:none
}
.nav-link {
    color: #fff !important;
    font-size: 14px;

}
.nav-link:hover {
    color: red !important;
}

.nav-link.active {
    font-weight: bold;
}
.profile_image {
    border:1px solid hsla(0,0%,100%,.5);
    border-radius:50%;
    overflow:hidden;
    height:30px;
    width:30px;
    position:relative
}
.accountbar {
    user-select:none;
    -moz-user-select:-moz-none;
    cursor:pointer;
    display:inline-block;
    padding:20px 10px
}
.profile_image {
    border:1px solid hsla(0,0%,100%,.5);
    border-radius:50%;
    overflow:hidden;
    height:30px;
    width:30px;
    position:relative
}
.profile_image:before {
    content:"";
    position:absolute;
    transition:all .3s ease;
    width:0;
    height:500%;
    background:hsla(0,0%,100%,.35);
    z-index:1;
    right:0;
    top:0;
    margin:-5px 0 0 -5px;
    transform-origin:0 0;
    transform:rotate(-20deg)
}
.profile_icon {
    position: relative;
    width: 28px;
}
.box-shadow {
    box-shadow:0 5px 7px rgba(0,0,0,.25)
}
.widget-title {
    font-weight:700;
    font-size:1.1rem
}

