.no-data {
    text-align: center;
}
.deleteBtn {
    border-radius: 20px;
}
.fa-trash {
    font-size: 14px !important;
}
#deleteForm {
    display: none;
}
#loadingBtn, #loadingBtn1 {
    display: none;
}
#randForm {
    display: none;
}
.locBtn {
    width: 200px;
}
.fa-thumbs-up {
    font-size: 30px;
    position: absolute;
    left: 10px;
    top: 10px;
}

#accordion .card .card-header a {
    background-color: white;
    font-size: 1.2em;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
}

#accordion .card .card-header .accordionActive:after {
    content: "\002B";
    float: right;
}

#accordion .card .card-header .accordionDeactive:after {
    content: "\2212";
    float: right;
}

#accordion .card .card-header {
    border: 0;
    position: relative;
}

#accordion .card .card-header i {
    position: absolute;
    font-size: 17px;
    top: 15px;
    right: 17px;
}

#accordion .card .card-body {
    border: 0;
}

#accordion .card {
    border-bottom: 1.5px solid rgba(159, 165, 169, 0.2);
}