.col1 h3.content-header-title.float-start.mb-0 {
    float: left !important;
    width: 100%;
    margin-bottom: 10px !important;
    border-right: 0px solid #d6dce1;
}

h5.content-header-title.float-start.mb-0 {
    border-right: 0px solid #d6dce1;
}

button#create-checklist {
    margin-top: 5px;
}

.col1 {
    float: left;
    width: 80%;
}

.col2 {
    float: left;
    text-align: right;
    width: 20%;
}

.cblue {
    color: #7367f0
}

h5.card-title1.cblue {
    margin-bottom: 0px;
}

p.flw100.ssmall {
    font-weight: 500;
    color: #9ea7a4;
    font-size: 13px;
}

.flw100 {
    float: left;
    width: 100%;
}


.fixHeader2 {
    float: left;
    padding: 0px 14px;
}

.fixHeader {
    float: left;
    width: 100%;
}

svg.feather.feather-save.saveicon {
    width: 20px;
    height: 20px;
}

.fixHeader22 {
    float: left;
    padding: 0px 14px;
}

.fixHeaderNew {
    float: left;
    width: 100%;
}

.modal-header {
    padding: 0;
}

.overlay {
    position: absolute;
    /* display: none; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 2;
    cursor: pointer;
}

.text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    color: #5e5d5d;
    transform: translate(-50%, -50%);
}