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

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

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

.ArchiveListDropdownMenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
    padding: 0px !important;
    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);
}

.tpm-text-secondary {
    color: #6c757d;
}

.tpm-text-secondary:hover, .tpms-text-secondary:focus, .tpms-text-secondary:active {
    color: #6c757d;
}

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

.text-light-white {
    color: #fff;
}

.text-light-white:hover, .text-light-white:focus, .text-light-white:active {
    color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

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

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

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

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

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

.border {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 5px;
}

.btn-send-to-board {
    background-color: #dfe3e6;
    color: #6c757d;
}

.btn-send-to-board:hover, .btn-send-to-board:focus, .btn-send-to-board:active {
    background-color: #c2ccd1;
    color: #6c757d;
}