﻿.term-toggle-btn:after {
    background-color: rgb(255, 255, 255);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 26px;
    position: absolute;
    right: 2px;
    top: 2px;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(1, 0.02, 0.1, 1);
    width: 26px;
}

.term-toggle-btn {
    background-color: rgb(143, 148, 155);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    cursor: pointer;
    display: inline-block;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    height: 30px;
    line-height: 22.8571px;
    margin: 0px 10px;
    position: relative;
    text-align: center;
    text-size-adjust: 100%;
    user-select: none;
    vertical-align: middle;
    width: 80px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .term-toggle-btn.actvie {
        background-color:
                        rgb(143, 148, 155)
;
        border-bottom-left-radius:
                                 15px
;
        border-bottom-right-radius:
                                  15px
;
        15px.term-toggle-btnpricing-v2:1130
                                       border-top-left-radius:
                                       15px
;
        border-top-right-radius:
                               15px
;
        box-sizing:
                  border-box
;
        color:
             rgb(51, 51, 51)
;
        cursor:
              pointer
;
        display:
               inline-block
;
        font-family:
                   Lato-Regular, Arial, Helvetica, sans-serif
;
        font-size:
                 16px
;
        font-style:
                  normal
;
        height:
              30px
;
        line-height:
                   22.8571px
;
        margin-bottom:
                     0px
;
        margin-left:
                   10px
;
        margin-right:
                    10px
;
        margin-top:
                  0px
;
        position:
                relative
;
        text-align:
                  center
;
        text-size-adjust:
                        100%
;
        user-select:
                   none
;
        vertical-align:
                      middle
;
        width:
             80px
;
        -webkit-tap-highlight-color:
                                   rgba(0, 0, 0, 0)
;
    }

.selector {
    text-align: center;
    padding: 15px;
}

.active > .term-toggle-btn::after {
    transform: translateX(-50px);
}
