.t-checkbox__control {
    cursor: pointer;
    display: table;
    position: relative;
    font-weight: 600 !important;
    font-size: 8px !important;
}


.t-checkbox__indicator {
    border: 1px solid #ffffff;
    box-sizing: border-box;
    display: inline-block;
    height: 20px;
    opacity: .6;
    position: relative;
    transition: all .2s;
    vertical-align: middle;
    width: 20px;
    border-radius: 100px;
}

.t-checkbox__labeltext {
    -webkit-margin-start: 10px;
    margin-inline-start: 6px;
}

.t-checkbox__indicator:after {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 8px;
    left: 6px;
    position: absolute;
    top: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 3px;
}

.t898__btn-text {
    position: absolute;
    right: 70px;
    white-space: nowrap;
    background: #fff;
    padding: 11px 16px;
    font-size: 13px;
    border-radius: 77px;
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #dc364c;
    color: #fff;
    opacity: .85;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.t898__btn-text::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    top: 50%;
    right: -20000px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left-color: #292929;
}