:root {
    --main-theme-color: #3969ff;
    --main-element-color: rgba(0, 0, 0, 0.3);
}

.HandIcon{
    cursor: pointer;
}

.set-commenting-feature-modal-close-icon{
    color: #fff;
}

.set-commenting-feature-modal-close-icon:hover,.set-commenting-feature-modal-close-icon:active,.set-commenting-feature-modal-close-icon:focus{
    color: #fff;
}

.modal-header-Tpm-color {
    background-color: var(--main-theme-color);
    padding: 12px;
}

.modal-body-data {
    padding: 10px;
}

.commentingDropdownMenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    max-width: 300px;
    padding: 0px !important;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.point {
    cursor: pointer;
    color: #fff;
}

.point:hover, .point:focus, .point:active {
    color: #fff;
}

.commenting-modal-text-color {
    font-size: 16px;
    color: #17394d;
}

.modal-title-text-color {
    color: #6b808c;
}

.commenting-member-label {
    cursor: pointer;
    display: block;
    font-weight: 700;
    padding: 6px 12px;
    position: relative;
    margin-right: -15px;
    margin-left: -10px;
    text-decoration: none;
    font-size: 14px;
    color: #17394d;
}

.commenting-sub-menu {
    clear: both;
    color: #6b808c;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px;
    text-decoration: none;
}

a.commenting-member-label:hover, a.commenting-member-label:focus {
    text-decoration: none;
}

.commenting-pop-over-list li>.commenting-member-label:active, .commenting-pop-over-list li>.commenting-member-label:hover, .commenting-pop-over-list li>.commenting-member-label:focus {
    background-color: var(--main-theme-color);
    color: #fff;
}

.commenting-member-label:hover .commenting-sub-menu, .commenting-member-label:focus .commenting-sub-menu, .commenting-member-label:active .commenting-sub-menu {
    color: #fff;
}

.hLine-mt-mb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}