.bg-head {
    background-color: #F7F8FB;
}
.pointer-none {
    pointer-events: none;
}
.modal-height {
    max-height: 700px;
    overflow-y: auto;
}
.width-100 {
    width: 100%;
}
.checkAllDiv {
    left: 25px;
}
.permissionLabel {
    font-size: 12px;color: #007bff;
}
.childMenu > ul li {
    list-style-type: none;
}
.width25 {
    width: 25%;
}
.br-none {
    border-radius: 0px;
}
.mTop10 {
    margin-top: 10px;
}
#cpTp {
    margin-left: 5px;
    color: black;
}
.scrollY {
    max-height: 100px;
    overflow-y:scroll;
}
.grecaptcha-badge {
    bottom: 45px !important;
}
.alert.bg-light-warning.d-flex.flex-column.flex-sm-row.mb-0 {
    width: 100% !important
}