


._header {
    font-weight: 600;
    color: #172b4d;
    font-size: 13px;
    padding: 9px 5px;
}

.trelloItemDesign1 {
    padding: 8px 8px;
    background: #fff;
    box-shadow: 0 1px 0 #091e4240;
    border-radius: 3px;
    margin-bottom: 8px;
    color: #172b4d;
    font-size: 14px;
    font-weight: 400;
    color: #172b4d;
}

.trelloItemDesign {
    padding: 13px;
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(235 236 239));
    background: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.18);
    border-radius: 13px;
    margin-bottom: 8px;
    color: #000;
    font-size: 14px;
    border: 1px solid #0000002b;
    font-weight: 400;
}

.trelloContent {
    min-height: 30px;
    max-height: 600px; 
    overflow-y:auto;
}



.trelloCol {
    width: 292px;
    max-width: 292px;
    min-width: 292px;
    background: #fcfcfc;
    border-radius: 11px;
    padding: 3px 6px;
    margin-right: 9px;
    height: max-content;
    padding-bottom: 0px;
    display: block;
    float: left;
    padding-right: 4px;
    background: #ffffff59;
}


.trelloColEmpty .trelloItemDesign {
    background: #57575791;
}
    .trelloColEmpty {
    color: #fff;
    width: 292px;
    float: left;
}


.trelloPlaceholder {
        height: 30px;
        background: #c9c9cb;
        border-radius: 5px;
        margin-bottom: 8px;
}

.trelloPlaceholderStatus {
    height: 300px;
    background: rgba(1,1,1,0.3);
    border-radius: 5px;
    float: left;
    width: 292px;
    display: block;
    margin-right: 9px;
    max-width: 292px;
    min-width: 292px;
}

.trelloRowBtnAdd:hover {
    background: #d7d7d7;
}

.trelloColEmpty .trelloRowBtnAdd {
    color: #ddd;
    border: none;
    padding: 8px;
}

.trelloColEmpty .trelloRowBtnAdd:hover {
    background: rgba(1,1,1,0.6);
}

.trelloRowBtnAdd .iconSmall {
    height: 13px;
    opacity: 0.4;
    margin-right: 3px;
    margin-left: 1px;
}

.trelloFormAdd {
    padding: 0px;
    display:block;
    margin-bottom:6px;
}
.trelloRowBtnAdd {
    background: none;
    box-shadow: none;
    padding-top: 4px;
    padding-bottom: 6px;
    margin-bottom: 5px;
    cursor: pointer;
    margin-top: 5px;
}

.TrelloItemRowData .issetdescr,
    .TrelloItemRowData .iconSmall {
    height:15px !important;
}

.TrelloItemRowData .spanView {
    float:right;
}
    .TrelloItemRowData{
        margin-top:5px;
    font-size:11px;

}

        .TrelloItemRowData ._issetdescr {
            max-width: max-content;
            padding: 0px;
            margin-top: -2px;
        }

        .TrelloItemRowData ._devId {
            max-width: max-content;
        }




.TrelloRow {
    margin-left: 0px;
    margin-right: 0px;
    width: fit-content;
    min-width: fit-content;
    width: max-content;
}

.TrelloRow_Scroll{
    overflow:auto;
    padding-bottom:40px;
    height:100%;
}


.ScrolDesignTrello::-webkit-scrollbar {
    width: 8px; 
     
}
.ScrolDesignTrello::-webkit-scrollbar-track {
    background-color: transparent;padding:10px;
}

.ScrolDesignTrello::-webkit-scrollbar-thumb {
    xbox-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #cdcdcd;
    border-radius:4px;
    
}


.ScrolDesignTrello {
    padding-right: 4px;
}