/*.t-slds__items-wrapper {
    position: relative;
    overflow: hidden;
    left: 300px;
}*/
.t-checkbox__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border: 2px solid #395283;
    border-radius: 5px;
    box-sizing: border-box;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .6;
}

.t-checkbox__indicator:after {
    content: '';
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid #69c370;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.uc-back-lines {position:relative;z-index:-1;}