/* 
MOVE LIST CSS START HERE
*/
:root {     --main-theme-color: #3969ff;     --main-element-color: rgba(0, 0, 0, 0.3); }
.ml-10 {
    margin-left: 10px;
}
.modal-title1{     color:#000 ; 
    margin: 0px;
}
.bottom-margin{
    margin-bottom: 0px;
}
.mb-8 {
    margin-bottom: 8px;
}
.modal-body-data{     padding: 10px; }
.padd-0{
    padding: 0px !important;
}
.modal-header-Tpm-color {     background-color: var(--main-theme-color); }
.modal-header-Tpm {   padding: 10px !important; }
.btn-tpm-save-button{        
     background-color: var(--main-theme-color);         
    border-color:  var(--main-theme-color);         
    color: #fff !important; } 
.moveListDropdownMenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
    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);
}

.horizontal-scroll {
    overflow: auto;
    white-space: nowrap;
    height: calc(100vh - 165px);
}

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

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

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

.cursor-pointer {
    cursor: pointer;
}

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

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

.mt-0 {
    margin-top: 0px;
}

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

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

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

.tempDropdown>li {
    padding: 3px 20px;
}

/* 
MOVE LIST CSS END HERE
 */

.colorList {
    cursor: pointer;
    width: 73px;
    height: 58px;
    border-radius: 6px;
    margin: 4px;
    border: 2px solid #ffecec;
}

.colorList:hover, .colorList:focus, .colorList:active {
    border: 1px solid #e1e1e1;
}

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

.defaultList {
    float: none;
    background-color: #dfe3e6;
    margin: auto 5px;
    vertical-align: top;
}

.main-list {
    background: #dfe3e6;
    color: #555;
    width: 240px;
    font-size: 16px;
    padding: 12px 18px;
    font-weight: 500;
    border-radius: 0;
    border: 1px solid #dbdbdb;
}

.menu-icon {
    cursor: pointer;
    margin-top: -17px;
}

.width-250 {
    width: 250px;
}

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

/* .list-inline{
    margin: 0;
}
.list-inline > li {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
} */

.tpm-list-inline {
    margin: 0px !important;
    display: inline !important;
}

.list-seperator {
    margin: 3px;
}

.list-inline>div {
    display: inline-block;
    padding: 0px;
}

.list-inline>div>li {
    padding-right: 15px;
    padding-left: 15px;
}

.ml-0 {
    margin-left: -20px;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: #555;
}

.custom-align {
    margin-left: 200px;
    margin-top: 0px;
}

.list-container2 {
    background: #f2f2f2;
    color: #555;
    min-height: 55px;
    width: 240px;
    font-size: 16px;
    padding: 20px 18px;
    font-weight: 500;
    border-radius: 0;
    border: 1px solid #dbdbdb;
    height: 70px;
    margin-left: -35px;
}
.over {
    border: solid 5px purple;
  }