.max-widht-3 {
    max-width: 200px;
}

/* search box */

.tpm-search-modal {
    background-color: hsla(0, 0%, 100%, .3);
    border-radius: 3px;
    border: none;
    box-shadow: none;
    color: hsla(0, 0%, 100%, .5);
    float: left;
    font-size: 13px;
    height: 32px;
    margin: 0;
    min-height: 32px;
    padding-right: 32px;
    padding-left: 8px;
    line-height: 19px;
    width: 180px;
    z-index: 1;
}

.tpm-search-modal:hover, .tpm-search-modal:focus, .tpm-search-modal:active {
    background-color: hsla(0, 0%, 100%, .4);
    box-shadow: none;
}

.search-icon {
    cursor: pointer;
    position: absolute;
    margin-left: -25px;
    color: #fff;
}

/* search box end */

/* pop over */

.icon-lg {
    height: 32px;
    font-size: 14px;
    line-height: 40px;
    width: 32px;
    color: #fff;
}

.pop-over-show {
    position: absolute;
    top: 40px;
    z-index: 1000;
    float: left;
    min-height: 70px;
    width: 600px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 8px 16px -4px rgba(9, 45, 66, .25), 0 0 0 1px rgba(9, 45, 66, .08);
}

.search-title {
    color: #6b808c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 16px;
    margin-top: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 4px 0 0;
}

.pop-over-content {
    padding: 8px 4px 8px 12px;
    margin-right: 8px;
}

.close-search-modal {
    cursor: pointer;
    color: #555;
}

.color-black {
    color: #555;
}

/* search card css */

.red {
    background-color: #f49f9a
}

.blue {
    background-color: #79aed6
}

.green {
    background-color: #85e699
}

.yellow {
    background-color: #fff59e;
    color: #555
}

.orange {
    background-color: #f3be9f
}

.gray {
    background-color: #f5f5f5;
    color: #555
}

.cardColor {
    font-size: 14px;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    width: 170px;
}

.title-card {
    color: #6b808c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 16px;
    margin-top: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 4px 0 0;
}

/* end search card */

/* board search */

.search-board-tile {
    box-sizing: border-box;
    position: relative;
    padding: 0 4px 4px 0;
}

.search-board-tile-wrapper {
    position: relative;
    width: 220px;
}

.search-board-tile-background {
    background-size: cover;
    background-position: 50%;
}

.search-board-tile-background, .search-board-tile-fade {
    border-radius: 3px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.search-board-tile-background, .search-board-tile-fade {
    border-radius: 3px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.search-board-tile-fade {
    background: hsla(0, 0%, 100%, .88);
}

.search-board-tile-link {
    border-radius: 3px;
    display: flex;
    font-weight: 700;
    height: 36px;
    padding: 0;
    position: relative;
    text-decoration: none;
}

.search-board-tile-link-thumbnail {
    flex: 0 0 auto;
    background-size: cover;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    height: 36px;
    opacity: .7;
    width: 36px;
}

.search-board-tile-link-text {
    flex: 1 1 auto;
    overflow: hidden;
    padding: 9px 0 9px 10px;
}

.search-board-tile-link-text-name, .search-board-tile-link-text-sub-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-board-tile-link-options {
    margin: 0 4px;
    flex: 0 0 auto;
}

.search-board-tile-link-options-unread {
    background: #298fca;
    border-radius: 7px;
    display: inline-block;
    height: 12px;
    opacity: 0;
    margin: 12px 0;
    transition-duration: .15s;
    transition-property: right, opacity;
    width: 12px;
}

.search-board-tile-link-options-star {
    font-size: 14px;
    height: 20px;
    width: 0;
    margin: 8px 0;
    overflow-x: hidden;
    transition-duration: 85ms;
    transition-property: width, color, background, -webkit-transform;
    transition-property: width, color, background, transform;
    transition-property: width, color, background, transform, -webkit-transform;
    vertical-align: top;
}

.title-board {
    color: #6b808c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 16px;
    margin-top: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 4px 0 0;
}

/* end board search */

/* team search css */

.tpm-team-list-style li {
    border-bottom: 1px solid rgba(9, 45, 66, .13);
    padding: 2px 0;
    position: relative;
}

.tpm-team-list-style li a {
    border-radius: 3px;
    display: block;
    padding: 6px 80px 6px 8px;
    position: relative;
    text-decoration: none;
}

.tpm-team-list-style li .item-name {
    padding: 0 4px 0 0;
    margin-bottom: 0;
}

/* New CSS Of Components  End */

.border-bottom {
    border-bottom: 1px solid #d9d9d9;
}

/* end css */

.gray {
    background-color: rgb(197, 197, 197);
}

.bg-light-gray {
    background-color: rgb(238, 238, 238);
}

.tpm-list-space>li {
    padding: 5px;
}