.fellou-button-new3 {
    font-family: PingFang SC;
    min-width: 120px;
    width: fit-content;
    padding: 10px 28px;
    height: 42px;
    background: #215ae5;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #215ae5;
    white-space: nowrap;
    text-align: center;
    font-weight: 800;
    border-radius: 8px
}

.fellou-button-new3,
.fellou-button-new3 .box-i {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

.fellou-button-new3 .box-i {
    margin-left: 8px;
    width: 20px;
    height: 20px
}

.fellou-button-new3 .box-i i {
    font-size: 16px;
    vertical-align: middle;
    transition: transform .5s ease 0s
}

.fellou-button-new3.btn-grey-light {
    background: transparent;
    border: 1px solid #4e5969;
    color: #4e5969
}

.fellou-button-new3.btn-grey-light:hover {
    color: #000;
    background-color: #215ae5;
    transition: all .5s ease 0s
}

.fellou-button-new3.btn-dominant-color {
    /* background: linear-gradient(0deg, #5e31d8, #5e31d8), hsla(0, 0%, 100%, .8); */
    background: #4F6BFE;
    color: #fff;
    border: 1px solid transparent;
    transition: all .5s ease 0s
}

.fellou-button-new3.btn-dominant-color:hover {
    /* background: linear-gradient(0deg, #4826a6, #4826a6), hsla(0, 0%, 100%, .8);
    border: 1px solid transparent;
    transition: all .5s ease 0s;
    color: #fff */
}

.fellou-button-new3.btn-dominant-color-big {
    padding: 18px 28px;
    /* background: linear-gradient(0deg, #5e31d8, #5e31d8), hsla(0, 0%, 100%, .8); */
    background: #4F6BFE;
    color: #fff;
    border: 1px solid transparent;
    transition: all .5s ease 0s;
    font-weight: 800;
    height: 50px
}

.fellou-button-new3.btn-dominant-color-big:hover {
    /* background: linear-gradient(0deg, #4826a6, #4826a6), hsla(0, 0%, 100%, .8);
    border: 1px solid transparent;
    transition: all .5s ease 0s;
    color: #fff */
}

.fellou-button-new3.btn-white-border-transparent-bg {
    padding: 18px 28px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 800;
    height: 50px
}

.fellou-button-new3.btn-white-border-transparent-bg:hover {
    border-radius: 8px;
    border: 1px solid #fff;
    background: hsla(0, 0%, 100%, .1);
    transition: all .5s ease 0s;
    color: #fff
}

.fellou-button-new3.btn-disable-bg-btn {
    cursor: not-allowed;
    padding: 18px 28px;
    background: hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .8);
    border: 1px solid #2c2c38;
    font-weight: 800;
    height: 50px
}

.fellou-button-new3.btn-disable-bg-btn:hover {
    border-radius: 8px;
    border: 1px solid #2c2c38;
    background: hsla(0, 0%, 100%, .1);
    transition: all .5s ease 0s;
    color: hsla(0, 0%, 100%, .8)
}

.fellou-button-new3.btn-gray-home {
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
    border: 1px solid #fff;
    transition: all .5s ease 0s
}

.fellou-button-new3.btn-gray-home:hover {
    border: 1px solid #fff;
    background-color: hsla(0, 0%, 100%, .2);
    transition: all .5s ease 0s;
    color: #fff
}

.fellou-button-new3.btn-blue-blackbg {
    background-color: #215ae5;
    color: #fff;
    border: 1px solid #215ae5;
    transition: all .5s ease 0s
}

.fellou-button-new3.btn-blue-blackbg:hover {
    border: 1px solid #fff;
    color: #1d2129;
    background-color: #fff;
    transition: all .5s ease 0s
}

.fellou-button-new3.btn-black-blackbg {
    background-color: #151515;
    color: #fff;
    border: 1px solid #fff;
    transition: all .5s ease 0s
}

.fellou-button-new3.btn-black-blackbg:hover {
    border: 1px solid #fff;
    color: #151515;
    background-color: #fff;
    transition: all .5s ease 0s
}

.fellou-button-new3.btn-white-blackbg {
    background-color: #fff;
    color: #1d2129;
    border: 1px solid #fff
}

.fellou-button-new3.btn-white-blackbg:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: #000;
    transition: all .5s ease 0s
}

.fellou-button-new3.btn-white-bg-purple-link {
    border-radius: 8px;
    border: 1px solid #6061f6;
    background: #fff;
    padding: 4px 8px;
    color: #6061f6
}

.fellou-button-new3.btn-white-bg-purple-link:hover {
    border-radius: 8px;
    border: 1px solid #6061f6;
    background: #dad9ff;
    color: #6061f6
}

.fellou-button-new3.btn-white-whitebg {
    background-color: #fff;
    color: #4e5969;
    border: 1px solid #4e5969
}

.fellou-button-new3.btn-white-whitebg:hover {
    border: 1px solid #215ae5;
    color: #fff;
    background-color: #215ae5;
    transition: all .5s ease 0s
}

.fellou-button-new3.btn-blue-whitebg {
    background-color: #fff;
    color: #4e5969;
    border: 1px solid #4e5969;
    transition: all .5s ease 0s
}

.fellou-button-new3.btn-blue-whitebg:hover {
    border: 1px solid #4e5969;
    color: #fff;
    background-color: #4e5969;
    transition: all .5s ease 0s
}

.fellou-button-new3.btn-gray-whitebg {
    background-color: #fff;
    color: #4e5969;
    border: 1px solid #4e5969;
    transition: all .5s ease 0s
}

.fellou-button-new3.btn-gray-whitebg:hover {
    border: 1px solid #4e5969;
    color: #fff;
    background-color: #4e5969;
    transition: all .5s ease 0s
}

.fellou-button-new3.btn-black-whitebg {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    transition: all .5s ease 0s
}

.fellou-button-new3.btn-black-whitebg:hover {
    border: 1px solid #a9aeb8;
    color: #000;
    background-color: #a9aeb8;
    transition: all .5s ease 0s
}

.fellou-button-new3.btn-grey-greyb-blackbg {
    background-color: #000;
    color: #6b7785;
    border: 1px solid #272e3b;
    transition: all .5s ease 0s
}

.fellou-button-new3.btn-grey-greyb-blackbg:hover {
    border: 1px solid #272e3b;
    color: #fff;
    background-color: #000;
    transition: all .5s ease 0s
}

.fellou-button-new3.light,
.fellou-button-new3.transparent {
    background-color: transparent
}

.fellou-button-new3.light {
    border: 1px solid #fff
}

.fellou-button-new3.text {
    padding: 0;
    height: unset;
    background: transparent;
    border: unset;
    min-width: unset;
    justify-content: flex-start;
    height: 26px
}

.fellou-button-new3.text i {
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center
}