.uc-checkbox-lable .t-checkbox__control {
    display: flex;
}
.uc-checkbox-lable .t-checkbox__indicator {
    background: #fff;
    border-radius: 5px;
    min-width: 30px;
    width: 30px;
    height: 30px;
}
.uc-checkbox-lable .t-checkbox__labeltext {
    margin-top: -3px;
}
.uc-checkbox-lable .t-checkbox__labeltext *{
    opacity: 0.3;
}
.uc-checkbox-lable .t-checkbox__labeltext a {
    text-decoration: underline !important;
    transition: all 0.3s ease-in-out
}
.uc-checkbox-lable .t-checkbox__labeltext a:hover {
    opacity: 1;
}
.uc-checkbox-lable .t-checkbox__indicator:after {
    border-color: #F7A600 !important;
    border-width: 0 3px 3px 0 !important;
    height: 13px !important;
    left: 9px !important;
    top: 3px !important;
    width: 6px !important;
}
.uc-checkbox-lable .t-checkbox__indicator {
    opacity: 1 !important;
}