.cbutton {
    box-sizing: border-box;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-family: inherit;
    font-weight: 700;
    line-height: 1.14286;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border: 0px;
    appearance: none;
    width: 200px;
    transition: all 0.2s ease-in-out 0s;
    display: inline-flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    background-color: rgb(238,240,243);
    border-radius: 20px;
    margin: 4px 8px 4px 0px;
    padding: 8px 0px;
}

.cbutton-inner {
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-family: inherit;
    font-weight: 700;
    line-height: 1.14286;
    text-align: center;
    cursor: pointer;
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.cbutton-75 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-family: inherit;
    font-weight: 700;
    line-height: 1.14286;
    text-align: center;
    cursor: pointer;
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 75%;
}

.cbutton-img {
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-family: inherit;
    font-weight: 700;
    line-height: 1.14286;
    text-align: center;
    cursor: pointer;
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    width: 24px;
    height: 24px;
    transition: all 0.2s ease-in-out 0s;
    opacity: 1;
    margin-right: 6px;
}

.cbutton-p {
    cursor: pointer;
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    color: rgb(10, 11, 13);
    margin: 0;
    transition: color .15s ease-out,opacity .15s ease-out;
    text-align: start;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cbutton-cur {
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-family: inherit;
    font-weight: 700;
    line-height: 1.14286;
    text-align: center;
    cursor: pointer;
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
    padding-right: 16px;
    display: flex;
}

.cflex {
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
