.znen {
    background-color: rgb(255 255 255 / 15%);
    border-radius: 0.25rem;
    width:100%;
}
.zthanh {
    background: white;
    height: 10px;
    border-radius: 0.25rem;
}
.button-group {
    border: 1px solid #aaaaaa;
    border-left: 0;
    border-radius: 0;
    line-height: 1.4;
}
.width100 {
    width: 100%;
}
.alert button{
    background: unset; border: unset; line-height: 0;
}
.button-head {
    
}
.bg-gradient-danger {
    background: -webkit-gradient(linear,left top,right top,from(#84d9d2),to(#07cdae));
    background: linear-gradient(90deg,#84d9d2,#07cdae);
}
.bg-gradient-danger {
    background: -webkit-gradient(linear,left top,right top,from(#ffbf96),to(#fe7096));
    background: linear-gradient(90deg,#ffbf96,#fe7096);
}

.bg-gradient-info {
    background: -webkit-gradient(linear,left top,right top,from(#90caf9),color-stop(99%,#047edf));
    background: linear-gradient(90deg,#90caf9,#047edf 99%);
}
.bg-gradient-success, .dashboard-custom-date-picker .react-datepicker .react-datepicker__header {
    background: -webkit-gradient(linear,left top,right top,from(#84d9d2),to(#07cdae));
    background: linear-gradient(90deg,#84d9d2,#07cdae);
}
.bg-gradient-new {
    background: -webkit-gradient(linear,left top,right top,from(#848ed9),to(#3807cd));
    background: linear-gradient(90deg,#848ed9,#3807cd);
}
.stretch-card {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}
.stretch-card>.card {
    width: 100%;
    min-width: 100%;
}
.card.card-img-holder .card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.h4, h4 {
    font-size: 1.13rem;
}

.bg-gradient-new1 {
    background: -webkit-gradient(linear,left top,right top,from(#c884d9),to(#a507cd));
    background: linear-gradient(90deg,#c884d9,#a507cd);
}
.pace.pace-inactive,.pace.pace-active {
  display:none !important;
}