/* .tpmCardActivityModalBody {
    background-color: #ebeef0;
} */

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

.modal {
    overflow: auto !important;
}

.TPM--Card-Activity-Modal-Header-Color {
    background-color: var(--main-theme-color);
    cursor: move;
}

.pop {
    display: inline-block;
}

.CloseIconAddedWhiteColor {
    color: #fff;
}

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

.setTextAreaStyeInActivityModal {
    resize: vertical;
    min-height: 100px;
}

.setTextAreaStyeInActivityModalCommentSection {
    resize: vertical;
    min-height: 100px;
}

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

.TPM-Card-Activity-Modal-Title {
    color: #fff;
}

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

.btn-tpm-save-button {
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
    color: #fff !important;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

.activity-modal-task-style {
    float: left;
    height: 14px;
    width: 14px;
    margin: 5px 10px 0px 3px;
}

.activity-modal-task-style-tittle {
    vertical-align: sub;
}

.pb-10 {
    padding-bottom: 11px;
}

#labelshowelement {
    padding: 1px 7px;
    width: 42px;
    height: 15px;
    border-radius: 3px;
}

#labeltextforitem {
    vertical-align: top;
    text-align: center;
    display: inline;
    font-size: 8px;
    color: white;
    padding-left: 3px;
}

.labelFilterElement1 {
    color: #fff;
    font-size: 7px;
    padding: 0px 10px 0px;
    border-radius: 4px;
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: rgba(255, 255, 255, 0.2);
}

.checklist-item>.checklist-item-li {
    position: relative;
    display: block;
    /* padding: 6px 12px; */
    padding: 1px 0px;
    margin-bottom: -1px;
    background-color: #fff;
    border-radius: 4px;
}

.crossButton {
    vertical-align: middle;
    padding-left: 7px;
}

.p-20 {
    font-size: 20px;
}

.p-14 {
    font-size: 14px;
}

.p-12 {
    font-size: 12px;
}

.mb-0 {
    margin-bottom: 0px;
}

.curson-pointer {
    cursor: pointer;
}

.cardModalFontColor {
    color: #17394d;
}

.text-light-grey {
    color: #6b808c;
}

.p-16 {
    font-size: 16px;
}

.font-weight-bold {
    font-weight: bold;
}

.commentLabel {
    background-color: #fff;
    padding: 3px 7px;
    border-radius: 3px;
}

.border-bottom-1 {
    border-bottom: 1px solid rgba(9, 45, 66, .13);
}

.deleteCommentDropdownMenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    max-width: 285px;
    padding: 10px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #f5f6f7;
    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);
}

.labelFilterElement {
    color: #fff;
    font-size: 10px;
    padding: 4px 15px 7px;
    border-radius: 4px;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
}

.addLabelToCard {
    color: #798d99;
    font-size: 10px;
    padding: 4px 10px 6px;
    border-radius: 4px;
    border: 1px solid;
    border-color: #dadbdd;
    background-color: #e2e6e9;
}

.pad-0 {
    padding: 0px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.card-label-long {
    background-color: #b3bec4;
    border-radius: 4px;
    color: #fff;
    display: block;
    height: 36px;
    max-width: 100%;
    overflow: hidden;
    padding: 7px 8px;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.card-label-long:hover {
    cursor: pointer;
    border-left: 10px solid rgba(0, 0, 0, .25);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: .25s ease-in-out;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card-label-long-list-items {
    padding-right: 40px;
    position: relative;
    margin-bottom: 4px;
}

.labelAddToCardDropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 250px;
    padding: 10px;
    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, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.comment-input-mb-10 {
    margin-bottom: 10px;
}

.image-icon-size-text {
    padding-top: 5px;
    text-align: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #dfe3e6;
    color: #17394d;
    font-size: 12px;
}

.member-permission-modal-image-text {
    padding-top: 15px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #dfe3e6;
    color: #17394d;
}

.member-permission-modal-image {
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.mt-15-activity {
    margin-top: 15px;
}

.pad-10-activity {
    padding: 10px;
}