/* added css for mobel */

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

.modal-header-Tpm-color {
    padding: 12px;
}

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

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

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

/* end */

.set {
    margin-top: 25px;
}

.ticket-and-pm-label-modal-container {
    /* max-width: 300px; */
    /* background-color: #f5f6f7; */
}

.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;
}

.card-edit-btn-pencil {
    border-radius: 3px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
}

.card-edit-btn-pencil:hover, .card-edit-btn-pencil:active {
    background: #d6dce0;
}

.add-new-label-btn-link {
    border-radius: 3px;
    color: #6b808c;
    display: block;
    margin: 4px 0;
    padding: 6px 12px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: background-color, border-left;
    transition-duration: 85ms;
    transition-timing-function: ease;
}

.add-new-label-btn-link:hover {
    background-color: rgba(9, 45, 66, .13);
    color: #17394d;
}

/* Create Label Modal CSS */

.labelCreateDropdownMenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 278px;
    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, 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);
}

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

.dd-table {
    display: table;
    content: "";
}

.ticket-and-pm-color-create-label {
    float: left;
    height: 40px;
    margin: 0 8px 8px 0;
    padding: 0;
    width: 48px;
    border-radius: 4px;
    cursor: pointer;
}

.ticket-and-pm-color-create-label {
    float: left;
    height: 40px;
    margin: 0 8px 8px 0;
    padding: 9px 16px;
    width: 48px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
}

.card-label-default-color {
    background-color: #b3bec4;
}

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

/* Create Label Modal CSS End */

/* Label Edit Modal Css */

.labelEditDropdownMenu {
    position: inherit;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    max-width: 278px;
    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, 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);
}

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

.d-table {
    display: table;
    content: "";
}

.ticket-and-pm-color-edit-label {
    float: left;
    height: 40px;
    margin: 0 8px 8px 0;
    padding: 0;
    width: 43px;
    border-radius: 4px;
    cursor: pointer;
}

.card-label-default {
    background-color: #b3bec4;
}

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

#noColorForCreateModelElement2 {
    padding: 13px;
}

/* Label Edit Modal Css End */