html {
    overflow-x: hidden;
    position: relative
}

body {
    font-family: nunito, sans-serif;
    background: -o-linear-gradient(top, rgba(63, 43, 115, 1) 0%, rgba(104, 61, 214, 1) 100%);
    background: -webkit-linear-gradient(linear, left top, left bottom, from(rgba(63, 43, 115, 1)), to(rgba(104, 61, 214, 1)));
    background: linear-gradient(180deg, rgba(63, 43, 115, 1) 0%, rgba(104, 61, 214, 1) 100%);
    background-attachment: fixed;
    overflow-x: hidden;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column
}

main {
    overflow: hidden;
    background: -o-linear-gradient(top, rgba(63, 43, 115, 1) 0%, rgba(104, 61, 214, 1) 100%);
    background: -webkit-linear-gradient(linear, left top, left bottom, from(rgba(63, 43, 115, 1)), to(rgba(104, 61, 214, 1)));
    background: linear-gradient(180deg, rgba(63, 43, 115, 1) 0%, rgba(104, 61, 214, 1) 100%);
    background-attachment: fixed;
    flex: 1 0 auto
}

.btn {
    display: inline-block;
    padding: 42px 56px;
    border-radius: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    overflow: hidden
}

.reg-title {
    margin-top: 150px
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

span.logo__text {
    font-size: 23px;
    color: #4d4d50;
    font-weight: 700;
    white-space: nowrap;
    font-family: nunito, sans-serif
}

.btn span {
    position: relative;
    color: #1e1e1e;
    text-align: center;
    font-family: TT Firs Neue;
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    z-index: 3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn:hover span,
.btn:active span {
    color: #beed8f;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn::before {
    content: " ";
    display: inline-block;
    width: 100%;
    background: -o-linear-gradient(307deg, #B6FF6F 0%, #BEED8F 100%);
    background: linear-gradient(143deg, #B6FF6F 0%, #BEED8F 100%);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    height: 100%;
    z-index: 2;
    border-radius: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn::after {
    content: " ";
    display: inline-block;
    width: 100%;
    background: #333;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    z-index: 2;
    border-radius: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn:hover::before,
.btn:active::before {
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn:hover::after,
.btn:active::after {
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header {
    background-color: #fff;
    padding: 20px 0
}

.header__logo {
    margin-left: 20px;
    max-width: 250px
}

.hero {
    height: 100%;
    width: 100%;
    background: url("../images/coins.webp") -30px -100px, url("../images/pattern.webp");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 150px;
    padding-bottom: 270px
}

.hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hero__big-col {
    width: 60%
}

.hero__header {
    color: #fff;
    display: inline-block;
    text-align: left;
    font-family: tt firs neue;
    font-size: 157px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    position: relative
}

.hero__header-decor {
    position: absolute;
    z-index: -1;
    bottom: 25%;
    right: 12%;
    word-spacing: -15px
}

.hero__header-decor::before {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 870px;
    height: 500px;
    background-image: url("../images/wallet.webp");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    top: -365px;
    left: -175px
}

.hero__col {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    padding-top: 70px
}

.hero__comment-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px
}

.hero__comment-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1.5fr 1fr;
    grid-template-rows: 1.5fr 1fr;
    width: 35%;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    border: 2px solid #fff
}

.hero__comment-img img {
    width: 100%
}

.hero__comment-text-block {
    width: 100%;
    background: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    padding: 20px;
    border-radius: 0 0 50px 50px
}

.hero__comment-title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.hero__comment-title-block hr {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 20px 0
}

.hero__comment-title {
    font-size: 35px;
    font-weight: 700
}

.btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px
}

.form {
    max-width: 485px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    width: 100%
}

.form__input {
    border-radius: 20px;
    border: 1px solid #fff;
    background: -o-linear-gradient(274deg, rgba(51, 51, 51, 0.40) 0%, rgba(80, 79, 79, 0.40) 100%);
    background: linear-gradient(176deg, rgba(51, 51, 51, 0.40) 0%, rgba(80, 79, 79, 0.40) 100%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    padding: 40px 15px;
    width: 100%
}

.form__input::-webkit-input-placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

.form__input::-moz-placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

.form__input:-ms-input-placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

.form__input::-ms-input-placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

.form__input::placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

.form__textarea {
    border-radius: 20px;
    border: 1px solid #fff;
    background: -o-linear-gradient(274deg, rgba(51, 51, 51, 0.40) 0%, rgba(80, 79, 79, 0.40) 100%);
    background: linear-gradient(176deg, rgba(51, 51, 51, 0.40) 0%, rgba(80, 79, 79, 0.40) 100%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    resize: none;
    padding: 40px 15px;
    width: 100%
}

.form__textarea:focus-visible {
    outline: none
}

.form__textarea::-webkit-input-placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

.form__textarea::-moz-placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

.form__textarea:-ms-input-placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

.form__textarea::-ms-input-placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

.form__textarea::placeholder {
    color: #faf8ff;
    text-align: left;
    font-family: nunito, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

.description {
    background: -o-linear-gradient(top, #1E1E1E 50%, rgba(30, 30, 30, 0.00) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1E1E1E), to(rgba(30, 30, 30, 0.00)));
    background: linear-gradient(180deg, #1E1E1E 50%, rgba(30, 30, 30, 0.00) 100%);
    width: 100%
}

.description .wrapper {
    padding-top: 80px
}

.screen-block {
    padding: 0 40px;
    margin-bottom: 30px
}

.screen-block__wrapper {
    background: url("") no-repeat;
    background-size: 100%;
    padding: 130px 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    top: -120px
}

.screen-block__text {
    color: #fff;
    font-family: nunito, sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    width: 45%
}

.screen-block__exchange-rates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 50%
}

.screen-block__first-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    width: 50%
}

.screen-block__second-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    width: 50%
}

.screen-block__rates-block {
    border-radius: 20px;
    background: #333;
    padding: 30px 20px;
    max-width: 365px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.screen-block__currency {
    color: #fff;
    font-family: nunito, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1
}

.screen-block__number {
    color: #beed8f;
    font-family: nunito, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.screen-block__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #333;
    font-family: nunito, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    background: #beed8f;
    border-radius: 50%
}

.screen-block__icon--purple {
    background: #b79cfe
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.description__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 80px
}

.description__title {
    color: #fff;
    font-family: nunito, sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    text-transform: capitalize;
    text-align: center
}

.description__subtitle {
    color: #fff;
    font-family: nunito, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    text-align: center
}

.review-block {
    padding: 60px;
    padding-top: 6.2vw;
    height: 540px;
    width: 39.4vw;
    background: url("../images/dialog.webp");
    background-size: contain;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px
}

.review-block__avatar {
    width: 100%;
    max-width: 100px;
    height: auto;
    max-height: 100px;
    display: flex;
    aspect-ratio: 1/1
}

.review-block__avatar img {
    width: 100%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .14);
    object-fit: cover
}

.review-block__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px
}

.review-block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    color: #fff;
    font-family: nunito, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.review-block__text {
    color: #fff;
    font-family: nunito, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase
}

.advantages {
    background: url("../images/pattern.webp");
    background-repeat: no-repeat;
    padding: 200px;
    padding-top: 300px;
    padding-bottom: 30px;
    background-size: cover;
    position: relative
}

.advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 80px
}

.advantages__card {
    border-radius: 40px;
    border: 1px solid #fff;
    background: rgba(217, 217, 217, .46);
    max-width: 420px;
    width: 100%;
    color: #000;
    font-family: nunito, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    overflow: hidden;
    text-transform: uppercase
}

.advantages__card-wrapper {
    background: -o-linear-gradient(75deg, #D9D9D9 0%, rgba(217, 217, 217, 0.46) 100%);
    background: linear-gradient(15deg, #D9D9D9 0%, rgba(217, 217, 217, 0.46) 100%);
    padding: 30px;
    height: 100%;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.advantages__card-icon {
    border-radius: 20px;
    background: #2f2f2f;
    max-width: 135px;
    padding: 20px;
    display: inline-block;
    margin-bottom: 20px
}

.advantages__text-wrapper {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.advantages__card-title {
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
    height: 3.1em
}

.advantages__text-block {
    margin-top: 100px;
    margin-left: 200px;
    width: 35%
}

.advantages__title {
    color: #fff;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 60px
}

.advantages__text {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    margin-top: 40px
}

.advantages__decor-left {
    position: absolute;
    bottom: -90px;
    z-index: 3;
    left: 0
}

.advantages__decor-right {
    position: absolute;
    bottom: 38%;
    right: 0
}

.advantages__decor-bottom {
    position: absolute;
    bottom: -50px;
    right: 10%
}

.advantages__decor-bottom img {
    width: 90%
}

.advantages__decor-coins {
    position: absolute;
    bottom: -70px;
    right: 2%;
    z-index: 3
}

.advantages__decor-coins img {
    width: 90%
}

.crypto-exchanges {
    background: #fff;
    position: relative;
    z-index: 2
}

.crypto-exchanges__list {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.crypto-exchanges__list img {
    max-width: 80px
}

.connect {
    padding: 75px 0;
    background: url("../images/likes.webp") no-repeat;
    background-position: 0% 20%;
    background-size: cover
}

.connect-title {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 100px
}

.connect__comments-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 75px
}

.connect__comment-block {
    border-radius: 40px;
    background: #fff;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1130px;
    width: 100%;
    height: 100%
}

.connect__comment-avatar {
    border-radius: 50%;
    border: 3px solid #61b3ff;
    max-width: 114px;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden
}

.connect__comment-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin-left: 130px
}

.connect__comment-title {
    color: #155ea0;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px
}

.connect__comment-text {
    color: #5a5a5a;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 20px
}

.connect__comment-btns {
    color: #61b3ff;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px
}

.connect__comment-like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.connect__comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.connect__comment::before {
    content: " ";
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url("../images/comment.webp");
    margin-right: 5px
}

.connect__comment-like::before {
    content: " ";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url("../images/like.webp");
    margin-right: 5px
}

.footer {
    flex: 0 0 auto
}

.footer__upper-block {
    background-color: #fff;
    padding: 70px 0
}

.footer__link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px
}

.footer__link {
    color: #3b4034;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    border-bottom: 2px solid transparent
}

.footer__link:hover {
    border-color: #3b4034
}

.footer__tagline {
    color: #3b4034;
    font-size: 36px;
    font-style: normal;
    font-weight: 600
}

.footer__lover-block {
    background: 0 0;
    padding: 30px
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.footer__copyright {
    color: #fff;
    font-size: 23px;
    font-style: normal;
    font-weight: 500
}

.footer__logo {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.chat-slider--mobile {
    display: none
}

.green-text {
    color: #beed8f
}

.another-font {
    font-family: tt firs neue
}

.gallery {
    width: 100%;
    position: relative;
    top: 64px
}

.gallery-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 540px;
    margin: 0 auto;
    max-width: 100%;
    position: relative
}

.gallery-item {
    opacity: 0;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 0
}

.gallery-item-1 {
    left: 16.5%;
    opacity: .95;
    z-index: 3;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: translateX(-50%) scale(.85);
    -ms-transform: translateX(-50%) scale(.85);
    transform: translateX(-50%) scale(.85)
}

.gallery-item-2 {
    opacity: .98;
    z-index: 4;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1)
}

.gallery-item-3 {
    left: 83.5%;
    opacity: .95;
    z-index: 3;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: translateX(-50%) scale(.85);
    -ms-transform: translateX(-50%) scale(.85);
    transform: translateX(-50%) scale(.85)
}

.gallery-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 25px 0;
    height: 100px;
    position: absolute;
    z-index: 3;
    bottom: -180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.gallery-controls button {
    background: -o-linear-gradient(305deg, rgba(51, 51, 51, 1) 0%, rgba(98, 98, 98, 1) 100%);
    background: linear-gradient(145deg, rgba(51, 51, 51, 1) 0%, rgba(98, 98, 98, 1) 100%);
    border: 0;
    cursor: pointer;
    margin: 0 5px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    text-transform: capitalize
}

.gallery-controls button::after {
    content: " ";
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: -o-linear-gradient(305deg, rgba(63, 43, 115, 1) 0%, rgba(110, 63, 230, 1) 100%);
    background: linear-gradient(145deg, rgba(63, 43, 115, 1) 0%, rgba(110, 63, 230, 1) 100%);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.gallery-controls button:hover::after,
.gallery-controls button:active::after {
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.gallery-controls button:focus {
    outline: none
}

.gallery-controls-prev {
    position: relative
}

.gallery-controls-prev::before {
    content: " ";
    display: inline-block;
    height: 5px;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 40px;
    height: 40px;
    padding: 10px;
    z-index: 4;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.gallery-controls-next {
    position: relative
}

.gallery-controls-next::before {
    content: " ";
    display: inline-block;
    height: 5px;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 40px;
    height: 40px;
    padding: 10px;
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gallery-nav {
    bottom: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%
}

.gallery-nav li {
    background: #ccc;
    border-radius: 50%;
    height: 10px;
    margin: 0 16px;
    width: 10px
}

.gallery-nav li.gallery-item-selected {
    background: #555
}

.gallery-item {
    width: 38.4vw
}

.gallery-controls {
    bottom: -10vw
}

.advantages {
    padding-top: 15vw
}

span.small_h1 {
    font-size: .7em
}

:where(.css-ch83sk)[class^="bit-btn"],
:where(.css-ch83sk)[class*=" bit-btn"] {
    font-family: Pulse, Arial, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-ch83sk)[class^="bit-btn"]::before,
:where(.css-ch83sk)[class*=" bit-btn"]::before,
:where(.css-ch83sk)[class^="bit-btn"]::after,
:where(.css-ch83sk)[class*=" bit-btn"]::after {
    box-sizing: border-box;
}

:where(.css-ch83sk)[class^="bit-btn"] [class^="bit-btn"],
:where(.css-ch83sk)[class*=" bit-btn"] [class^="bit-btn"],
:where(.css-ch83sk)[class^="bit-btn"] [class*=" bit-btn"],
:where(.css-ch83sk)[class*=" bit-btn"] [class*=" bit-btn"] {
    box-sizing: border-box;
}

:where(.css-ch83sk)[class^="bit-btn"] [class^="bit-btn"]::before,
:where(.css-ch83sk)[class*=" bit-btn"] [class^="bit-btn"]::before,
:where(.css-ch83sk)[class^="bit-btn"] [class*=" bit-btn"]::before,
:where(.css-ch83sk)[class*=" bit-btn"] [class*=" bit-btn"]::before,
:where(.css-ch83sk)[class^="bit-btn"] [class^="bit-btn"]::after,
:where(.css-ch83sk)[class*=" bit-btn"] [class^="bit-btn"]::after,
:where(.css-ch83sk)[class^="bit-btn"] [class*=" bit-btn"]::after,
:where(.css-ch83sk)[class*=" bit-btn"] [class*=" bit-btn"]::after {
    box-sizing: border-box;
}

:where(.css-ch83sk).bit-btn {
    outline: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    user-select: none;
    touch-action: manipulation;
    line-height: 1.5714285714285714;
    color: #f4f5f7;
}

:where(.css-ch83sk).bit-btn svg {
    width: 1em;
    height: 1em;
}

:where(.css-ch83sk).bit-btn:disabled>* {
    pointer-events: none;
}

:where(.css-ch83sk).bit-btn>span {
    display: inline-block;
}

:where(.css-ch83sk).bit-btn .bit-btn-icon {
    line-height: 0;
}

:where(.css-ch83sk).bit-btn .bit-btn-icon svg {
    width: 1em;
    height: 1em;
}

:where(.css-ch83sk).bit-btn>.anticon+span,
:where(.css-ch83sk).bit-btn>span+.anticon {
    margin-inline-start: 8px;
}

:where(.css-ch83sk).bit-btn>.anticon+span,
:where(.css-ch83sk).bit-btn>span+svg {
    margin-inline-start: 8px;
}

:where(.css-ch83sk).bit-btn:not(.bit-btn-icon-only)>.bit-btn-icon.bit-btn-loading-icon,
:where(.css-ch83sk).bit-btn:not(.bit-btn-icon-only)>.bit-btn-icon:not(:last-child) {
    margin-inline-end: 8px;
}

:where(.css-ch83sk).bit-btn>a {
    color: currentColor;
}

:where(.css-ch83sk).bit-btn:not(:disabled):focus-visible-not {
    outlines: 4px solid #27282B;
    outline-offset: 1px;
    transition: outline-offset 0s, outline 0s;
}

:where(.css-ch83sk).bit-btn-icon-only.bit-btn-compact-item {
    flex: none;
}

:where(.css-ch83sk).bit-btn-compact-item.bit-btn-primary:not([disabled])+.bit-btn-compact-item.bit-btn-primary:not([disabled]) {
    position: relative;
}

:where(.css-ch83sk).bit-btn-compact-item.bit-btn-primary:not([disabled])+.bit-btn-compact-item.bit-btn-primary:not([disabled]):before {
    position: absolute;
    top: -1px;
    inset-inline-start: -1px;
    display: inline-block;
    width: 1px;
    height: calc(100% + 2px);
    background-color: #26bfd4;
    content: "";
}

:where(.css-ch83sk).bit-btn-compact-vertical-item.bit-btn-primary:not([disabled])+.bit-btn-compact-vertical-item.bit-btn-primary:not([disabled]) {
    position: relative;
}

:where(.css-ch83sk).bit-btn-compact-vertical-item.bit-btn-primary:not([disabled])+.bit-btn-compact-vertical-item.bit-btn-primary:not([disabled]):before {
    position: absolute;
    top: -1px;
    inset-inline-start: -1px;
    display: inline-block;
    width: calc(100% + 2px);
    height: 1px;
    background-color: #26bfd4;
    content: "";
}

:where(.css-ch83sk).bit-btn.bit-btn-sm {
    font-size: 12px;
    height: 24px;
    padding: 1.5714285714285712px 7px;
    border-radius: 6px;
}

:where(.css-ch83sk).bit-btn.bit-btn-sm.bit-btn-icon-only {
    width: 24px;
    padding-inline-start: 0;
    padding-inline-end: 0;
}

:where(.css-ch83sk).bit-btn.bit-btn-sm.bit-btn-icon-only.bit-btn-round {
    width: auto;
}

:where(.css-ch83sk).bit-btn.bit-btn-sm.bit-btn-icon-only .anticon {
    font-size: 14px;
}

:where(.css-ch83sk).bit-btn.bit-btn-sm.bit-btn-loading {
    opacity: 0.6;
    cursor: default;
}

:where(.css-ch83sk).bit-btn.bit-btn-sm .bit-btn-loading-icon {
    transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

:where(.css-ch83sk).bit-btn.bit-btn-circle.bit-btn-sm {
    min-width: 24px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    border-radius: 12px;
}

:where(.css-ch83sk).bit-btn.bit-btn-round.bit-btn-sm {
    border-radius: 8px;
    padding-inline-start: 12px;
    padding-inline-end: 12px;
}

:where(.css-ch83sk).bit-btn {
    font-size: 14px;
    height: 32px;
    padding: 4px 15px;
    border-radius: 8px;
}

:where(.css-ch83sk).bit-btn.bit-btn-icon-only {
    width: 32px;
    padding-inline-start: 0;
    padding-inline-end: 0;
}

:where(.css-ch83sk).bit-btn.bit-btn-icon-only.bit-btn-round {
    width: auto;
}

:where(.css-ch83sk).bit-btn.bit-btn-icon-only .anticon {
    font-size: 16px;
}

:where(.css-ch83sk).bit-btn.bit-btn-loading {
    opacity: 0.6;
    cursor: default;
}

:where(.css-ch83sk).bit-btn .bit-btn-loading-icon {
    transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

:where(.css-ch83sk).bit-btn.bit-btn-circle {
    min-width: 32px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    border-radius: 12px;
}

:where(.css-ch83sk).bit-btn.bit-btn-round {
    border-radius: 8px;
    padding-inline-start: 16px;
    padding-inline-end: 16px;
}

:where(.css-ch83sk).bit-btn.bit-btn-md {
    font-size: 14px;
    height: 40px;
    padding: 8px 15px;
    border-radius: 8px;
}

:where(.css-ch83sk).bit-btn.bit-btn-md.bit-btn-icon-only {
    width: 40px;
    padding-inline-start: 0;
    padding-inline-end: 0;
}

:where(.css-ch83sk).bit-btn.bit-btn-md.bit-btn-icon-only.bit-btn-round {
    width: auto;
}

:where(.css-ch83sk).bit-btn.bit-btn-md.bit-btn-icon-only .anticon {
    font-size: 16px;
}

:where(.css-ch83sk).bit-btn.bit-btn-md.bit-btn-loading {
    opacity: 0.6;
    cursor: default;
}

:where(.css-ch83sk).bit-btn.bit-btn-md .bit-btn-loading-icon {
    transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

:where(.css-ch83sk).bit-btn.bit-btn-circle.bit-btn-md {
    min-width: 40px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    border-radius: 12px;
}

:where(.css-ch83sk).bit-btn.bit-btn-round.bit-btn-md {
    border-radius: 8px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}

:where(.css-ch83sk).bit-btn.bit-btn-lg {
    font-size: 16px;
    height: 48px;
    padding: 10.428571428571429px 15px;
    border-radius: 12px;
}

:where(.css-ch83sk).bit-btn.bit-btn-lg.bit-btn-icon-only {
    width: 48px;
    padding-inline-start: 0;
    padding-inline-end: 0;
}

:where(.css-ch83sk).bit-btn.bit-btn-lg.bit-btn-icon-only.bit-btn-round {
    width: auto;
}

:where(.css-ch83sk).bit-btn.bit-btn-lg.bit-btn-icon-only .anticon {
    font-size: 18px;
}

:where(.css-ch83sk).bit-btn.bit-btn-lg.bit-btn-loading {
    opacity: 0.6;
    cursor: default;
}

:where(.css-ch83sk).bit-btn.bit-btn-lg .bit-btn-loading-icon {
    transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

:where(.css-ch83sk).bit-btn.bit-btn-circle.bit-btn-lg {
    min-width: 48px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    border-radius: 12px;
}

:where(.css-ch83sk).bit-btn.bit-btn-round.bit-btn-lg {
    border-radius: 8px;
    padding-inline-start: 24px;
    padding-inline-end: 24px;
}

:where(.css-ch83sk).bit-btn.bit-btn-block {
    width: 100%;
}

:where(.css-ch83sk).bit-btn-default {
    background-color: #252629;
}

:where(.css-ch83sk).bit-btn-default:disabled,
:where(.css-ch83sk).bit-btn-default.bit-btn-disabled {
    cursor: not-allowed;
    border-color: #38393d;
    color: #57585c;
    background-color: #38393d;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-default:not(:disabled):not(.bit-btn-disabled):hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 100%), #151517;
}

:where(.css-ch83sk).bit-btn-default:not(:disabled):not(.bit-btn-disabled):active {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.18) 100%), #151517;
}

:where(.css-ch83sk).bit-btn-default.bit-btn-background-ghost {
    color: #1a1e1e;
    background-color: transparent;
    border-color: #1a1e1e;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-default.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):hover {
    background-color: transparent;
}

:where(.css-ch83sk).bit-btn-default.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):active {
    background-color: transparent;
}

:where(.css-ch83sk).bit-btn-default.bit-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: #57585c;
    border-color: #27282B;
}

:where(.css-ch83sk).bit-btn-default.bit-btn-dangerous {
    color: #f7647e;
    border-color: #f7647e;
}

:where(.css-ch83sk).bit-btn-default.bit-btn-dangerous:not(:disabled):not(.bit-btn-disabled):hover {
    color: #f7647e;
    border-color: #7a3844;
}

:where(.css-ch83sk).bit-btn-default.bit-btn-dangerous:not(:disabled):not(.bit-btn-disabled):active {
    color: #fa97a3;
    border-color: #fa97a3;
}

:where(.css-ch83sk).bit-btn-default.bit-btn-dangerous.bit-btn-background-ghost {
    color: #f7647e;
    background-color: transparent;
    border-color: #f7647e;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-default.bit-btn-dangerous.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):hover {
    background-color: transparent;
}

:where(.css-ch83sk).bit-btn-default.bit-btn-dangerous.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):active {
    background-color: transparent;
}

:where(.css-ch83sk).bit-btn-default.bit-btn-dangerous.bit-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: #57585c;
    border-color: #27282B;
}

:where(.css-ch83sk).bit-btn-default.bit-btn-dangerous:disabled,
:where(.css-ch83sk).bit-btn-default.bit-btn-dangerous.bit-btn-disabled {
    cursor: not-allowed;
    border-color: #38393d;
    color: #57585c;
    background-color: #38393d;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-primary {
    color: #ffffff;
    background-color: #03aac7;
}

:where(.css-ch83sk).bit-btn-primary:disabled,
:where(.css-ch83sk).bit-btn-primary.bit-btn-disabled {
    cursor: not-allowed;
    border-color: #38393d;
    color: #57585c;
    background-color: #38393d;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-primary:not(:disabled):not(.bit-btn-disabled):hover {
    color: #ffffff;
    background-color: #26bfd4;
}

:where(.css-ch83sk).bit-btn-primary:not(:disabled):not(.bit-btn-disabled):active {
    color: #ffffff;
    background-color: #03aac7;
}

:where(.css-ch83sk).bit-btn-primary.bit-btn-background-ghost {
    color: #03aac7;
    background-color: transparent;
    border-color: #03aac7;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-primary.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):hover {
    background-color: transparent;
    color: #26bfd4;
    border-color: #26bfd4;
}

:where(.css-ch83sk).bit-btn-primary.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):active {
    background-color: transparent;
    color: #0083a1;
    border-color: #0083a1;
}

:where(.css-ch83sk).bit-btn-primary.bit-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: #57585c;
    border-color: #27282B;
}

:where(.css-ch83sk).bit-btn-primary.bit-btn-dangerous {
    background-color: #f7647e;
}

:where(.css-ch83sk).bit-btn-primary.bit-btn-dangerous:not(:disabled):not(.bit-btn-disabled):hover {
    background-color: #f7647e;
}

:where(.css-ch83sk).bit-btn-primary.bit-btn-dangerous:not(:disabled):not(.bit-btn-disabled):active {
    background-color: #fa97a3;
}

:where(.css-ch83sk).bit-btn-primary.bit-btn-dangerous.bit-btn-background-ghost {
    color: #f7647e;
    background-color: transparent;
    border-color: #f7647e;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-primary.bit-btn-dangerous.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):hover {
    background-color: transparent;
    color: #f7647e;
    border-color: #f7647e;
}

:where(.css-ch83sk).bit-btn-primary.bit-btn-dangerous.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):active {
    background-color: transparent;
    color: #fa97a3;
    border-color: #fa97a3;
}

:where(.css-ch83sk).bit-btn-primary.bit-btn-dangerous.bit-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: #57585c;
    border-color: #27282B;
}

:where(.css-ch83sk).bit-btn-primary.bit-btn-dangerous:disabled,
:where(.css-ch83sk).bit-btn-primary.bit-btn-dangerous.bit-btn-disabled {
    cursor: not-allowed;
    border-color: #38393d;
    color: #57585c;
    background-color: #38393d;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-dashed {
    background-color: transparent;
    border: 1px dashed #38393d;
}

:where(.css-ch83sk).bit-btn-dashed:disabled,
:where(.css-ch83sk).bit-btn-dashed.bit-btn-disabled {
    cursor: not-allowed;
    border-color: #38393d;
    color: #57585c;
    background-color: #38393d;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-dashed:not(:disabled):not(.bit-btn-disabled):hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 100%), #151517;
}

:where(.css-ch83sk).bit-btn-dashed:not(:disabled):not(.bit-btn-disabled):active {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.18) 100%), #151517;
}

:where(.css-ch83sk).bit-btn-dashed.bit-btn-background-ghost {
    color: #1a1e1e;
    background-color: transparent;
    border-color: #1a1e1e;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-dashed.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):hover {
    background-color: transparent;
}

:where(.css-ch83sk).bit-btn-dashed.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):active {
    background-color: transparent;
}

:where(.css-ch83sk).bit-btn-dashed.bit-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: #57585c;
    border-color: #27282B;
}

:where(.css-ch83sk).bit-btn-dashed.bit-btn-dangerous {
    color: #f7647e;
    border-color: #f7647e;
}

:where(.css-ch83sk).bit-btn-dashed.bit-btn-dangerous:not(:disabled):not(.bit-btn-disabled):hover {
    color: #f7647e;
    border-color: #7a3844;
}

:where(.css-ch83sk).bit-btn-dashed.bit-btn-dangerous:not(:disabled):not(.bit-btn-disabled):active {
    color: #fa97a3;
    border-color: #fa97a3;
}

:where(.css-ch83sk).bit-btn-dashed.bit-btn-dangerous.bit-btn-background-ghost {
    color: #f7647e;
    background-color: transparent;
    border-color: #f7647e;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-dashed.bit-btn-dangerous.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):hover {
    background-color: transparent;
}

:where(.css-ch83sk).bit-btn-dashed.bit-btn-dangerous.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):active {
    background-color: transparent;
}

:where(.css-ch83sk).bit-btn-dashed.bit-btn-dangerous.bit-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: #57585c;
    border-color: #27282B;
}

:where(.css-ch83sk).bit-btn-dashed.bit-btn-dangerous:disabled,
:where(.css-ch83sk).bit-btn-dashed.bit-btn-dangerous.bit-btn-disabled {
    cursor: not-allowed;
    border-color: #38393d;
    color: #57585c;
    background-color: #38393d;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-link {
    color: #03aac7;
}

:where(.css-ch83sk).bit-btn-link:not(:disabled):not(.bit-btn-disabled):hover {
    color: #26bfd4;
}

:where(.css-ch83sk).bit-btn-link:not(:disabled):not(.bit-btn-disabled):active {
    color: #0083a1;
}

:where(.css-ch83sk).bit-btn-link:disabled,
:where(.css-ch83sk).bit-btn-link.bit-btn-disabled {
    cursor: not-allowed;
    color: #57585c;
}

:where(.css-ch83sk).bit-btn-link.bit-btn-dangerous {
    color: #f7647e;
}

:where(.css-ch83sk).bit-btn-link.bit-btn-dangerous:not(:disabled):not(.bit-btn-disabled):hover {
    color: #f7647e;
}

:where(.css-ch83sk).bit-btn-link.bit-btn-dangerous:not(:disabled):not(.bit-btn-disabled):active {
    color: #fa97a3;
}

:where(.css-ch83sk).bit-btn-link.bit-btn-dangerous:disabled,
:where(.css-ch83sk).bit-btn-link.bit-btn-dangerous.bit-btn-disabled {
    cursor: not-allowed;
    color: #57585c;
}

:where(.css-ch83sk).bit-btn-text:not(:disabled):not(.bit-btn-disabled):hover {
    color: #f4f5f7;
    background-color: #1F2023;
}

:where(.css-ch83sk).bit-btn-text:not(:disabled):not(.bit-btn-disabled):active {
    color: #f4f5f7;
    background-color: #252629;
}

:where(.css-ch83sk).bit-btn-text:disabled,
:where(.css-ch83sk).bit-btn-text.bit-btn-disabled {
    cursor: not-allowed;
    color: #57585c;
}

:where(.css-ch83sk).bit-btn-text.bit-btn-dangerous {
    color: #f7647e;
}

:where(.css-ch83sk).bit-btn-text.bit-btn-dangerous:disabled,
:where(.css-ch83sk).bit-btn-text.bit-btn-dangerous.bit-btn-disabled {
    cursor: not-allowed;
    color: #57585c;
}

:where(.css-ch83sk).bit-btn-text.bit-btn-dangerous:not(:disabled):not(.bit-btn-disabled):hover {
    color: #f7647e;
    background-color: #2b191d;
}

:where(.css-ch83sk).bit-btn-text.bit-btn-dangerous:not(:disabled):not(.bit-btn-disabled):active {
    color: #f7647e;
    background-color: #2b191d;
}

:where(.css-ch83sk).bit-btn-chunky {
    background-color: #1a1e1e;
    border: 1px solid #ffffff;
    box-shadow: 0 4px 0 0 #ffffff;
}

:where(.css-ch83sk).bit-btn-chunky:disabled,
:where(.css-ch83sk).bit-btn-chunky.bit-btn-disabled {
    cursor: not-allowed;
    border-color: #38393d;
    color: #57585c;
    background-color: #38393d;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-chunky:not(:disabled):not(.bit-btn-disabled):hover {
    color: #f4f5f7;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 100%), #151517;
}

:where(.css-ch83sk).bit-btn-chunky:not(:disabled):not(.bit-btn-disabled):active {
    box-shadow: none;
    transform: translateY(3px);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.18) 100%), #151517;
}

:where(.css-ch83sk).bit-btn-chunky.bit-btn-background-ghost {
    color: #03aac7;
    background-color: transparent;
    border-color: #03aac7;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-chunky.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):hover {
    background-color: transparent;
    color: #26bfd4;
    border-color: #26bfd4;
}

:where(.css-ch83sk).bit-btn-chunky.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):active {
    background-color: transparent;
    color: #0083a1;
    border-color: #0083a1;
}

:where(.css-ch83sk).bit-btn-chunky.bit-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: #57585c;
    border-color: #27282B;
}

:where(.css-ch83sk).bit-btn-chunky.bit-btn-dangerous {
    background-color: #f7647e;
}

:where(.css-ch83sk).bit-btn-chunky.bit-btn-dangerous:not(:disabled):not(.bit-btn-disabled):hover {
    background-color: #f7647e;
}

:where(.css-ch83sk).bit-btn-chunky.bit-btn-dangerous:not(:disabled):not(.bit-btn-disabled):active {
    background-color: #fa97a3;
}

:where(.css-ch83sk).bit-btn-chunky.bit-btn-dangerous.bit-btn-background-ghost {
    color: #f7647e;
    background-color: transparent;
    border-color: #f7647e;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-chunky.bit-btn-dangerous.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):hover {
    background-color: transparent;
    color: #f7647e;
    border-color: #f7647e;
}

:where(.css-ch83sk).bit-btn-chunky.bit-btn-dangerous.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):active {
    background-color: transparent;
    color: #fa97a3;
    border-color: #fa97a3;
}

:where(.css-ch83sk).bit-btn-chunky.bit-btn-dangerous.bit-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: #57585c;
    border-color: #27282B;
}

:where(.css-ch83sk).bit-btn-chunky.bit-btn-dangerous:disabled,
:where(.css-ch83sk).bit-btn-chunky.bit-btn-dangerous.bit-btn-disabled {
    cursor: not-allowed;
    border-color: #38393d;
    color: #57585c;
    background-color: #38393d;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-chunky.bit-btn-loading {
    opacity: 0.6;
    cursor: default;
    box-shadow: none;
    transform: translateY(3px);
}

:where(.css-ch83sk).bit-btn-main {
    color: #151517;
    background-color: #ffffff;
}

:where(.css-ch83sk).bit-btn-main:disabled,
:where(.css-ch83sk).bit-btn-main.bit-btn-disabled {
    cursor: not-allowed;
    border-color: #38393d;
    color: #57585c;
    background-color: #38393d;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-main:not(:disabled):not(.bit-btn-disabled):hover {
    color: #151517;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #ffffff;
}

:where(.css-ch83sk).bit-btn-main:not(:disabled):not(.bit-btn-disabled):active {
    color: #151517;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #ffffff;
}

:where(.css-ch83sk).bit-btn-main.bit-btn-background-ghost {
    color: #03aac7;
    background-color: transparent;
    border-color: #03aac7;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-main.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):hover {
    background-color: transparent;
    color: #26bfd4;
    border-color: #26bfd4;
}

:where(.css-ch83sk).bit-btn-main.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):active {
    background-color: transparent;
    color: #0083a1;
    border-color: #0083a1;
}

:where(.css-ch83sk).bit-btn-main.bit-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: #57585c;
    border-color: #27282B;
}

:where(.css-ch83sk).bit-btn-main.bit-btn-dangerous {
    background-color: #f7647e;
}

:where(.css-ch83sk).bit-btn-main.bit-btn-dangerous:not(:disabled):not(.bit-btn-disabled):hover {
    background-color: #f7647e;
}

:where(.css-ch83sk).bit-btn-main.bit-btn-dangerous:not(:disabled):not(.bit-btn-disabled):active {
    background-color: #fa97a3;
}

:where(.css-ch83sk).bit-btn-main.bit-btn-dangerous.bit-btn-background-ghost {
    color: #f7647e;
    background-color: transparent;
    border-color: #f7647e;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-main.bit-btn-dangerous.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):hover {
    background-color: transparent;
    color: #f7647e;
    border-color: #f7647e;
}

:where(.css-ch83sk).bit-btn-main.bit-btn-dangerous.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):active {
    background-color: transparent;
    color: #fa97a3;
    border-color: #fa97a3;
}

:where(.css-ch83sk).bit-btn-main.bit-btn-dangerous.bit-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: #57585c;
    border-color: #27282B;
}

:where(.css-ch83sk).bit-btn-main.bit-btn-dangerous:disabled,
:where(.css-ch83sk).bit-btn-main.bit-btn-dangerous.bit-btn-disabled {
    cursor: not-allowed;
    border-color: #38393d;
    color: #57585c;
    background-color: #38393d;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-inverse {
    background-color: #151517;
    border: 1px solid #38393d;
}

:where(.css-ch83sk).bit-btn-inverse:disabled,
:where(.css-ch83sk).bit-btn-inverse.bit-btn-disabled {
    cursor: not-allowed;
    border-color: #38393d;
    color: #57585c;
    background-color: #38393d;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-inverse:not(:disabled):not(.bit-btn-disabled):hover {
    color: #151517;
    background: #ffffff;
    border-color: transparent;
}

:where(.css-ch83sk).bit-btn-inverse:not(:disabled):not(.bit-btn-disabled):active {
    color: #151517;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #ffffff;
}

:where(.css-ch83sk).bit-btn-inverse.bit-btn-background-ghost {
    color: #03aac7;
    background-color: transparent;
    border-color: #03aac7;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-inverse.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):hover {
    background-color: transparent;
    color: #26bfd4;
    border-color: #26bfd4;
}

:where(.css-ch83sk).bit-btn-inverse.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):active {
    background-color: transparent;
    color: #0083a1;
    border-color: #0083a1;
}

:where(.css-ch83sk).bit-btn-inverse.bit-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: #57585c;
    border-color: #27282B;
}

:where(.css-ch83sk).bit-btn-inverse.bit-btn-dangerous {
    background-color: #f7647e;
}

:where(.css-ch83sk).bit-btn-inverse.bit-btn-dangerous:not(:disabled):not(.bit-btn-disabled):hover {
    background-color: #f7647e;
}

:where(.css-ch83sk).bit-btn-inverse.bit-btn-dangerous:not(:disabled):not(.bit-btn-disabled):active {
    background-color: #fa97a3;
}

:where(.css-ch83sk).bit-btn-inverse.bit-btn-dangerous.bit-btn-background-ghost {
    color: #f7647e;
    background-color: transparent;
    border-color: #f7647e;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-inverse.bit-btn-dangerous.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):hover {
    background-color: transparent;
    color: #f7647e;
    border-color: #f7647e;
}

:where(.css-ch83sk).bit-btn-inverse.bit-btn-dangerous.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):active {
    background-color: transparent;
    color: #fa97a3;
    border-color: #fa97a3;
}

:where(.css-ch83sk).bit-btn-inverse.bit-btn-dangerous.bit-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: #57585c;
    border-color: #27282B;
}

:where(.css-ch83sk).bit-btn-inverse.bit-btn-dangerous:disabled,
:where(.css-ch83sk).bit-btn-inverse.bit-btn-dangerous.bit-btn-disabled {
    cursor: not-allowed;
    border-color: #38393d;
    color: #57585c;
    background-color: #38393d;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-outline {
    background-color: #1a1e1e;
    border: 1px solid #ffffff;
}

:where(.css-ch83sk).bit-btn-outline:disabled,
:where(.css-ch83sk).bit-btn-outline.bit-btn-disabled {
    cursor: not-allowed;
    border-color: #38393d;
    color: #57585c;
    background-color: #38393d;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-outline:not(:disabled):not(.bit-btn-disabled):hover {
    color: #f4f5f7;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 100%), #151517;
}

:where(.css-ch83sk).bit-btn-outline:not(:disabled):not(.bit-btn-disabled):active {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.18) 100%), #151517;
}

:where(.css-ch83sk).bit-btn-outline.bit-btn-background-ghost {
    color: #03aac7;
    background-color: transparent;
    border-color: #03aac7;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-outline.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):hover {
    background-color: transparent;
    color: #26bfd4;
    border-color: #26bfd4;
}

:where(.css-ch83sk).bit-btn-outline.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):active {
    background-color: transparent;
    color: #0083a1;
    border-color: #0083a1;
}

:where(.css-ch83sk).bit-btn-outline.bit-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: #57585c;
    border-color: #27282B;
}

:where(.css-ch83sk).bit-btn-outline.bit-btn-dangerous {
    background-color: #f7647e;
}

:where(.css-ch83sk).bit-btn-outline.bit-btn-dangerous:not(:disabled):not(.bit-btn-disabled):hover {
    background-color: #f7647e;
}

:where(.css-ch83sk).bit-btn-outline.bit-btn-dangerous:not(:disabled):not(.bit-btn-disabled):active {
    background-color: #fa97a3;
}

:where(.css-ch83sk).bit-btn-outline.bit-btn-dangerous.bit-btn-background-ghost {
    color: #f7647e;
    background-color: transparent;
    border-color: #f7647e;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-outline.bit-btn-dangerous.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):hover {
    background-color: transparent;
    color: #f7647e;
    border-color: #f7647e;
}

:where(.css-ch83sk).bit-btn-outline.bit-btn-dangerous.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):active {
    background-color: transparent;
    color: #fa97a3;
    border-color: #fa97a3;
}

:where(.css-ch83sk).bit-btn-outline.bit-btn-dangerous.bit-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: #57585c;
    border-color: #27282B;
}

:where(.css-ch83sk).bit-btn-outline.bit-btn-dangerous:disabled,
:where(.css-ch83sk).bit-btn-outline.bit-btn-dangerous.bit-btn-disabled {
    cursor: not-allowed;
    border-color: #38393d;
    color: #57585c;
    background-color: #38393d;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-outline.bit-btn-loading {
    opacity: 0.6;
    cursor: default;
}

:where(.css-ch83sk).bit-btn-buy {
    color: #ffffff;
    background-color: #26C99B;
}

:where(.css-ch83sk).bit-btn-buy:disabled,
:where(.css-ch83sk).bit-btn-buy.bit-btn-disabled {
    cursor: not-allowed;
    border-color: #00846C;
    color: #ffffff;
    background-color: #00846C;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-buy:not(:disabled):not(.bit-btn-disabled):hover {
    background: #01BC8D;
}

:where(.css-ch83sk).bit-btn-buy:not(:disabled):not(.bit-btn-disabled):active {
    background: #4FD7AC;
}

:where(.css-ch83sk).bit-btn-sell {
    color: #ffffff;
    background-color: #f45f4f;
}

:where(.css-ch83sk).bit-btn-sell:disabled,
:where(.css-ch83sk).bit-btn-sell.bit-btn-disabled {
    cursor: not-allowed;
    border-color: #c82a27;
    color: #ffffff;
    background-color: #c82a27;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-sell:not(:disabled):not(.bit-btn-disabled):hover {
    background: #f1493f;
}

:where(.css-ch83sk).bit-btn-sell:not(:disabled):not(.bit-btn-disabled):active {
    background: #ffa094;
}

:where(.css-ch83sk).bit-btn-ghost.bit-btn-background-ghost {
    color: #1a1e1e;
    background-color: transparent;
    border-color: #1a1e1e;
    box-shadow: none;
}

:where(.css-ch83sk).bit-btn-ghost.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):hover {
    background-color: transparent;
}

:where(.css-ch83sk).bit-btn-ghost.bit-btn-background-ghost:not(:disabled):not(.bit-btn-disabled):active {
    background-color: transparent;
}

:where(.css-ch83sk).bit-btn-ghost.bit-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: #57585c;
    border-color: #27282B;
}

:where(.css-ch83sk).bit-btn-group {
    position: relative;
    display: inline-flex;
}

:where(.css-ch83sk).bit-btn-group>span:not(:last-child),
:where(.css-ch83sk).bit-btn-group>.bit-btn:not(:last-child),
:where(.css-ch83sk).bit-btn-group>span:not(:last-child)>.bit-btn,
:where(.css-ch83sk).bit-btn-group>.bit-btn:not(:last-child)>.bit-btn {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-ch83sk).bit-btn-group>span:not(:first-child),
:where(.css-ch83sk).bit-btn-group>.bit-btn:not(:first-child) {
    margin-inline-start: -1px;
}

:where(.css-ch83sk).bit-btn-group>span:not(:first-child),
:where(.css-ch83sk).bit-btn-group>.bit-btn:not(:first-child),
:where(.css-ch83sk).bit-btn-group>span:not(:first-child)>.bit-btn,
:where(.css-ch83sk).bit-btn-group>.bit-btn:not(:first-child)>.bit-btn {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-ch83sk).bit-btn-group .bit-btn {
    position: relative;
    z-index: 1;
}

:where(.css-ch83sk).bit-btn-group .bit-btn:hover,
:where(.css-ch83sk).bit-btn-group .bit-btn:focus,
:where(.css-ch83sk).bit-btn-group .bit-btn:active {
    z-index: 2;
}

:where(.css-ch83sk).bit-btn-group .bit-btn[disabled] {
    z-index: 0;
}

:where(.css-ch83sk).bit-btn-group .bit-btn-icon-only {
    font-size: 14px;
}

:where(.css-ch83sk).bit-btn-group>span:not(:last-child):not(:disabled),
:where(.css-ch83sk).bit-btn-group>.bit-btn-primary:not(:last-child):not(:disabled),
:where(.css-ch83sk).bit-btn-group>span:not(:last-child)>.bit-btn-primary:not(:disabled),
:where(.css-ch83sk).bit-btn-group>.bit-btn-primary:not(:last-child)>.bit-btn-primary:not(:disabled) {
    border-inline-end-color: #26bfd4;
}

:where(.css-ch83sk).bit-btn-group>span:not(:first-child):not(:disabled),
:where(.css-ch83sk).bit-btn-group>.bit-btn-primary:not(:first-child):not(:disabled),
:where(.css-ch83sk).bit-btn-group>span:not(:first-child)>.bit-btn-primary:not(:disabled),
:where(.css-ch83sk).bit-btn-group>.bit-btn-primary:not(:first-child)>.bit-btn-primary:not(:disabled) {
    border-inline-start-color: #26bfd4;
}

:where(.css-ch83sk).bit-btn-group>span:not(:last-child):not(:disabled),
:where(.css-ch83sk).bit-btn-group>.bit-btn-danger:not(:last-child):not(:disabled),
:where(.css-ch83sk).bit-btn-group>span:not(:last-child)>.bit-btn-danger:not(:disabled),
:where(.css-ch83sk).bit-btn-group>.bit-btn-danger:not(:last-child)>.bit-btn-danger:not(:disabled) {
    border-inline-end-color: #f7647e;
}

:where(.css-ch83sk).bit-btn-group>span:not(:first-child):not(:disabled),
:where(.css-ch83sk).bit-btn-group>.bit-btn-danger:not(:first-child):not(:disabled),
:where(.css-ch83sk).bit-btn-group>span:not(:first-child)>.bit-btn-danger:not(:disabled),
:where(.css-ch83sk).bit-btn-group>.bit-btn-danger:not(:first-child)>.bit-btn-danger:not(:disabled) {
    border-inline-start-color: #f7647e;
}

:where(.css-ch83sk).bit-btn-compact-item:not(.bit-btn-compact-last-item) {
    margin-inline-end: -1px;
}

:where(.css-ch83sk).bit-btn-compact-item:hover,
:where(.css-ch83sk).bit-btn-compact-item:focus,
:where(.css-ch83sk).bit-btn-compact-item:active {
    z-index: 1;
}

:where(.css-ch83sk).bit-btn-compact-item[disabled] {
    z-index: 0;
}

:where(.css-ch83sk).bit-btn-compact-item:not(.bit-btn-compact-first-item):not(.bit-btn-compact-last-item) {
    border-radius: 0;
}

:where(.css-ch83sk).bit-btn-compact-item:not(.bit-btn-compact-last-item).bit-btn-compact-first-item,
:where(.css-ch83sk).bit-btn-compact-item:not(.bit-btn-compact-last-item).bit-btn-compact-first-item.bit-btn-sm,
:where(.css-ch83sk).bit-btn-compact-item:not(.bit-btn-compact-last-item).bit-btn-compact-first-item.bit-btn-lg {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-ch83sk).bit-btn-compact-item:not(.bit-btn-compact-first-item).bit-btn-compact-last-item,
:where(.css-ch83sk).bit-btn-compact-item:not(.bit-btn-compact-first-item).bit-btn-compact-last-item.bit-btn-sm,
:where(.css-ch83sk).bit-btn-compact-item:not(.bit-btn-compact-first-item).bit-btn-compact-last-item.bit-btn-lg {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-ch83sk).bit-btn-compact-vertical-item:not(.bit-btn-compact-vertical-last-item) {
    margin-bottom: -1px;
}

:where(.css-ch83sk).bit-btn-compact-vertical-item:hover,
:where(.css-ch83sk).bit-btn-compact-vertical-item:focus,
:where(.css-ch83sk).bit-btn-compact-vertical-item:active {
    z-index: 2;
}

:where(.css-ch83sk).bit-btn-compact-vertical-item[disabled] {
    z-index: 0;
}

:where(.css-ch83sk).bit-btn-compact-vertical-item:not(.bit-btn-compact-vertical-first-item):not(.bit-btn-compact-vertical-last-item) {
    border-radius: 0;
}

:where(.css-ch83sk).bit-btn-compact-vertical-item.bit-btn-compact-vertical-first-item:not(.bit-btn-compact-vertical-last-item),
:where(.css-ch83sk).bit-btn-compact-vertical-item.bit-btn-compact-vertical-first-item:not(.bit-btn-compact-vertical-last-item).bit-btn-sm,
:where(.css-ch83sk).bit-btn-compact-vertical-item.bit-btn-compact-vertical-first-item:not(.bit-btn-compact-vertical-last-item).bit-btn-lg {
    border-end-end-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-ch83sk).bit-btn-compact-vertical-item.bit-btn-compact-vertical-last-item:not(.bit-btn-compact-vertical-first-item),
:where(.css-ch83sk).bit-btn-compact-vertical-item.bit-btn-compact-vertical-last-item:not(.bit-btn-compact-vertical-first-item).bit-btn-sm,
:where(.css-ch83sk).bit-btn-compact-vertical-item.bit-btn-compact-vertical-last-item:not(.bit-btn-compact-vertical-first-item).bit-btn-lg {
    border-start-start-radius: 0;
    border-start-end-radius: 0;
}

:where(.css-ch83sk)[class^="bit-wave"],
:where(.css-ch83sk)[class*=" bit-wave"] {
    font-family: Pulse, Arial, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-ch83sk)[class^="bit-wave"]::before,
:where(.css-ch83sk)[class*=" bit-wave"]::before,
:where(.css-ch83sk)[class^="bit-wave"]::after,
:where(.css-ch83sk)[class*=" bit-wave"]::after {
    box-sizing: border-box;
}

:where(.css-ch83sk)[class^="bit-wave"] [class^="bit-wave"],
:where(.css-ch83sk)[class*=" bit-wave"] [class^="bit-wave"],
:where(.css-ch83sk)[class^="bit-wave"] [class*=" bit-wave"],
:where(.css-ch83sk)[class*=" bit-wave"] [class*=" bit-wave"] {
    box-sizing: border-box;
}

:where(.css-ch83sk)[class^="bit-wave"] [class^="bit-wave"]::before,
:where(.css-ch83sk)[class*=" bit-wave"] [class^="bit-wave"]::before,
:where(.css-ch83sk)[class^="bit-wave"] [class*=" bit-wave"]::before,
:where(.css-ch83sk)[class*=" bit-wave"] [class*=" bit-wave"]::before,
:where(.css-ch83sk)[class^="bit-wave"] [class^="bit-wave"]::after,
:where(.css-ch83sk)[class*=" bit-wave"] [class^="bit-wave"]::after,
:where(.css-ch83sk)[class^="bit-wave"] [class*=" bit-wave"]::after,
:where(.css-ch83sk)[class*=" bit-wave"] [class*=" bit-wave"]::after {
    box-sizing: border-box;
}

:where(.css-ch83sk).bit-wave {
    position: absolute;
    background: transparent;
    pointer-events: none;
    box-sizing: border-box;
    color: var(--wave-color, #03aac7);
    box-shadow: 0 0 0 0 currentcolor;
    opacity: 0.2;
}

:where(.css-ch83sk).bit-wave.wave-motion-appear {
    transition: box-shadow 0.4s cubic-bezier(0.08, 0.82, 0.17, 1), opacity 2s cubic-bezier(0.08, 0.82, 0.17, 1);
}

:where(.css-ch83sk).bit-wave.wave-motion-appear-active {
    box-shadow: 0 0 0 6px currentcolor;
    opacity: 0;
}

:where(.css-ch83sk)[class^="bit-input"],
:where(.css-ch83sk)[class*=" bit-input"] {
    font-family: Pulse, Arial, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}

:where(.css-ch83sk)[class^="bit-input"]::before,
:where(.css-ch83sk)[class*=" bit-input"]::before,
:where(.css-ch83sk)[class^="bit-input"]::after,
:where(.css-ch83sk)[class*=" bit-input"]::after {
    box-sizing: border-box;
}

:where(.css-ch83sk)[class^="bit-input"] [class^="bit-input"],
:where(.css-ch83sk)[class*=" bit-input"] [class^="bit-input"],
:where(.css-ch83sk)[class^="bit-input"] [class*=" bit-input"],
:where(.css-ch83sk)[class*=" bit-input"] [class*=" bit-input"] {
    box-sizing: border-box;
}

:where(.css-ch83sk)[class^="bit-input"] [class^="bit-input"]::before,
:where(.css-ch83sk)[class*=" bit-input"] [class^="bit-input"]::before,
:where(.css-ch83sk)[class^="bit-input"] [class*=" bit-input"]::before,
:where(.css-ch83sk)[class*=" bit-input"] [class*=" bit-input"]::before,
:where(.css-ch83sk)[class^="bit-input"] [class^="bit-input"]::after,
:where(.css-ch83sk)[class*=" bit-input"] [class^="bit-input"]::after,
:where(.css-ch83sk)[class^="bit-input"] [class*=" bit-input"]::after,
:where(.css-ch83sk)[class*=" bit-input"] [class*=" bit-input"]::after {
    box-sizing: border-box;
}

:where(.css-ch83sk).bit-input {
    box-sizing: border-box;
    margin: 0;
    color: #f4f5f7;
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: Pulse, Arial, sans-serif;
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 4px 10px;
    background-color: transparent;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    border-color: #38393d;
    border-radius: 8px;
    transition: all 0.2s;
}

:where(.css-ch83sk).bit-input::-moz-placeholder {
    opacity: 1;
}

:where(.css-ch83sk).bit-input::placeholder {
    color: #8e8e92;
    user-select: none;
}

:where(.css-ch83sk).bit-input:placeholder-shown {
    text-overflow: ellipsis;
}

:where(.css-ch83sk).bit-input:hover {
    border-color: #38393d;
    border-inline-end-width: 1px;
}

:where(.css-ch83sk).bit-input:focus,
:where(.css-ch83sk).bit-input-focused {
    border-color: #ffffff !important;
    border-inline-end-width: 1px;
    outline: 0;
}

:where(.css-ch83sk).bit-input-disabled,
:where(.css-ch83sk).bit-input[disabled] {
    color: #57585c;
    background-color: #38393d;
    border-color: #38393d;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-ch83sk).bit-input-disabled:hover,
:where(.css-ch83sk).bit-input[disabled]:hover {
    border-color: #38393d;
    border-inline-end-width: 1px;
}

:where(.css-ch83sk).bit-input-disabled::placeholder,
:where(.css-ch83sk).bit-input[disabled]::placeholder {
    color: #57585c;
}

:where(.css-ch83sk).bit-input-borderless,
:where(.css-ch83sk).bit-input-borderless:hover,
:where(.css-ch83sk).bit-input-borderless:focus,
:where(.css-ch83sk).bit-input-borderless-focused,
:where(.css-ch83sk).bit-input-borderless-disabled,
:where(.css-ch83sk).bit-input-borderless[disabled] {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

textarea:where(.css-ch83sk).bit-input {
    max-width: 100%;
    height: auto;
    min-height: 32px;
    line-height: 1.5714285714285714;
    vertical-align: bottom;
    transition: all 0.3s, height 0s;
    resize: vertical;
    border-radius: 8px;
}

:where(.css-ch83sk).bit-input-lg {
    padding: 11px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 16px;
}

:where(.css-ch83sk).bit-input-md {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 12px;
}

:where(.css-ch83sk).bit-input-sm {
    padding: 0px 8px;
    font-size: 12px;
    border-radius: 6px;
    line-height: 22px;
}

:where(.css-ch83sk).bit-input-rtl {
    direction: rtl;
}

:where(.css-ch83sk).bit-input-textarea-rtl {
    direction: rtl;
}

:where(.css-ch83sk).bit-input-round {
    border-radius: 8px;
}

:where(.css-ch83sk).bit-input-round.bit-input-search {
    padding-inline-start: 8px;
    padding-inline-end: 8px;
}

:where(.css-ch83sk).bit-input-round.bit-input-affix-wrapper-lg {
    border-radius: 12px;
}

:where(.css-ch83sk).bit-input-round.bit-input-affix-wrapper-md {
    border-radius: 8px;
}

:where(.css-ch83sk).bit-input-round.bit-input-affix-wrapper-sm {
    border-radius: 6px;
}

:where(.css-ch83sk).bit-input-grey {
    background-color: #1F2023;
    border-color: #38393d;
}

:where(.css-ch83sk).bit-input-grey.bit-input-affix-wrapper {
    color: #8e8e92;
    font-size: 12px;
}

:where(.css-ch83sk).bit-input-grey.bit-input-affix-wrapper .bit-input-grey {
    font-size: 12px;
}

:where(.css-ch83sk).bit-input-grey.bit-input-affix-wrapper .bit-input-suffix {
    color: #f4f5f7;
}

:where(.css-ch83sk).bit-input-disabled:where(.css-ch83sk).bit-input-grey {
    background-color: #38393d;
    color: #57585c;
    border-color: #38393d;
}

:where(.css-ch83sk).bit-input-disabled:where(.css-ch83sk).bit-input-grey.bit-input-affix-wrapper {
    color: #57585c;
    font-size: 12px;
}

:where(.css-ch83sk).bit-input-disabled:where(.css-ch83sk).bit-input-grey.bit-input-affix-wrapper .bit-input-grey {
    font-size: 12px;
}

:where(.css-ch83sk).bit-input-disabled:where(.css-ch83sk).bit-input-grey.bit-input-affix-wrapper .bit-input-suffix {
    color: #57585c;
}

:where(.css-ch83sk).bit-input-filled {
    background-color: #1F2023;
    border-color: #1F2023;
}

:where(.css-ch83sk).bit-input-filled:hover {
    border-color: #1F2023;
}

:where(.css-ch83sk).bit-input-filled.bit-input-affix-wrapper {
    color: #8e8e92;
}

:where(.css-ch83sk).bit-input-filled.bit-input-affix-wrapper:not(.bit-input-affix-wrapper-disabled):hover {
    border-color: #1F2023;
}

:where(.css-ch83sk).bit-input-filled.bit-input-affix-wrapper .bit-input-suffix {
    color: #f4f5f7;
}

:where(.css-ch83sk).bit-input-disabled:where(.css-ch83sk).bit-input-filled {
    background-color: #38393d;
    color: #57585c;
    border-color: #38393d;
}

:where(.css-ch83sk).bit-input-disabled:where(.css-ch83sk).bit-input-filled.bit-input-affix-wrapper {
    color: #57585c;
}

:where(.css-ch83sk).bit-input-disabled:where(.css-ch83sk).bit-input-filled.bit-input-affix-wrapper .bit-input-suffix {
    color: #57585c;
}

:where(.css-ch83sk).bit-input-status-error:not(.bit-input-disabled):not(.bit-input-borderless).bit-input {
    border-color: #f7647e;
}

:where(.css-ch83sk).bit-input-status-error:not(.bit-input-disabled):not(.bit-input-borderless).bit-input:hover {
    border-color: #7a3844;
}

:where(.css-ch83sk).bit-input-status-error:not(.bit-input-disabled):not(.bit-input-borderless).bit-input:focus,
:where(.css-ch83sk).bit-input-status-error:not(.bit-input-disabled):not(.bit-input-borderless).bit-input-focused {
    border-color: #f7647e !important;
    border-inline-end-width: 1px;
    outline: 0;
}

:where(.css-ch83sk).bit-input-status-error:not(.bit-input-disabled):not(.bit-input-borderless).bit-input .bit-input-prefix,
:where(.css-ch83sk).bit-input-status-error:not(.bit-input-disabled):not(.bit-input-borderless).bit-input .bit-input-suffix {
    color: #f7647e;
}

:where(.css-ch83sk).bit-input-status-warning:not(.bit-input-disabled):not(.bit-input-borderless).bit-input {
    border-color: #ffa963;
}

:where(.css-ch83sk).bit-input-status-warning:not(.bit-input-disabled):not(.bit-input-borderless).bit-input:hover {
    border-color: #7e4c29;
}

:where(.css-ch83sk).bit-input-status-warning:not(.bit-input-disabled):not(.bit-input-borderless).bit-input:focus,
:where(.css-ch83sk).bit-input-status-warning:not(.bit-input-disabled):not(.bit-input-borderless).bit-input-focused {
    border-color: #ffa963 !important;
    border-inline-end-width: 1px;
    outline: 0;
}

:where(.css-ch83sk).bit-input-status-warning:not(.bit-input-disabled):not(.bit-input-borderless).bit-input .bit-input-prefix,
:where(.css-ch83sk).bit-input-status-warning:not(.bit-input-disabled):not(.bit-input-borderless).bit-input .bit-input-suffix {
    color: #ffa963;
}

:where(.css-ch83sk).bit-input[type="color"] {
    height: 32px;
}

:where(.css-ch83sk).bit-input[type="color"].bit-input-lg {
    height: 48px;
}

:where(.css-ch83sk).bit-input[type="color"].bit-input-sm {
    height: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
}

:where(.css-ch83sk).bit-input[type="search"]::-webkit-search-cancel-button,
:where(.css-ch83sk).bit-input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

:where(.css-ch83sk).bit-input-textarea {
    position: relative;
}

:where(.css-ch83sk).bit-input-textarea-show-count>.bit-input {
    height: 100%;
    padding-inline-end: 16px;
    padding-inline-start: 16px;
    padding-bottom: 24px;
    padding-top: 12px;
}

:where(.css-ch83sk).bit-input-textarea-show-count .bit-input-data-count {
    position: absolute;
    bottom: 4px;
    padding-inline-end: 12px;
    right: 0;
    color: #8e8e92;
    white-space: nowrap;
    pointer-events: none;
}

:where(.css-ch83sk).bit-input-textarea-show-count.bit-input-affix-wrapper-rtl .bit-input-data-count {
    right: unset;
    left: 0;
}

:where(.css-ch83sk).bit-input-textarea-allow-clear>.bit-input {
    padding-inline-end: 24px;
}

:where(.css-ch83sk).bit-input-textarea-affix-wrapper.bit-input-textarea-has-feedback .bit-input {
    padding-inline-end: 24px;
}

:where(.css-ch83sk).bit-input-textarea-affix-wrapper.bit-input-affix-wrapper {
    padding: 0;
}

:where(.css-ch83sk).bit-input-textarea-affix-wrapper.bit-input-affix-wrapper.bit-input-textarea-affix-wrapper-round {
    border-radius: 8px;
}

:where(.css-ch83sk).bit-input-textarea-affix-wrapper.bit-input-affix-wrapper>textarea.bit-input {
    font-size: inherit;
    border: none;
    outline: none;
}

:where(.css-ch83sk).bit-input-textarea-affix-wrapper.bit-input-affix-wrapper>textarea.bit-input:focus {
    box-shadow: none !important;
}

:where(.css-ch83sk).bit-input-textarea-affix-wrapper.bit-input-affix-wrapper .bit-input-suffix {
    margin: 0;
}

:where(.css-ch83sk).bit-input-textarea-affix-wrapper.bit-input-affix-wrapper .bit-input-suffix>*:not(:last-child) {
    margin-inline: 0;
}

:where(.css-ch83sk).bit-input-textarea-affix-wrapper.bit-input-affix-wrapper .bit-input-suffix .bit-input-clear-icon {
    position: absolute;
    inset-inline-end: 8px;
    inset-block-start: 8px;
}

:where(.css-ch83sk).bit-input-textarea-affix-wrapper.bit-input-affix-wrapper .bit-input-suffix .bit-input-textarea-suffix {
    position: absolute;
    top: 0;
    inset-inline-end: 10px;
    bottom: 0;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    margin: auto;
    pointer-events: none;
}

:where(.css-ch83sk).bit-input-affix-wrapper {
    position: relative;
    display: inline-flex;
    width: 100%;
    min-width: 0;
    padding: 4px 10px;
    color: #f4f5f7;
    font-size: 14px;
    line-height: 1.5714285714285714;
    background-color: transparent;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    border-color: #38393d;
    border-radius: 8px;
    transition: all 0.2s;
}

:where(.css-ch83sk).bit-input-affix-wrapper::-moz-placeholder {
    opacity: 1;
}

:where(.css-ch83sk).bit-input-affix-wrapper::placeholder {
    color: #8e8e92;
    user-select: none;
}

:where(.css-ch83sk).bit-input-affix-wrapper:placeholder-shown {
    text-overflow: ellipsis;
}

:where(.css-ch83sk).bit-input-affix-wrapper:hover {
    border-color: #38393d;
    border-inline-end-width: 1px;
}

:where(.css-ch83sk).bit-input-affix-wrapper:focus,
:where(.css-ch83sk).bit-input-affix-wrapper-focused {
    border-color: #ffffff !important;
    border-inline-end-width: 1px;
    outline: 0;
}

:where(.css-ch83sk).bit-input-affix-wrapper-disabled,
:where(.css-ch83sk).bit-input-affix-wrapper[disabled] {
    color: #57585c;
    background-color: #38393d;
    border-color: #38393d;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-ch83sk).bit-input-affix-wrapper-disabled:hover,
:where(.css-ch83sk).bit-input-affix-wrapper[disabled]:hover {
    border-color: #38393d;
    border-inline-end-width: 1px;
}

:where(.css-ch83sk).bit-input-affix-wrapper-disabled::placeholder,
:where(.css-ch83sk).bit-input-affix-wrapper[disabled]::placeholder {
    color: #57585c;
}

:where(.css-ch83sk).bit-input-affix-wrapper-borderless,
:where(.css-ch83sk).bit-input-affix-wrapper-borderless:hover,
:where(.css-ch83sk).bit-input-affix-wrapper-borderless:focus,
:where(.css-ch83sk).bit-input-affix-wrapper-borderless-focused,
:where(.css-ch83sk).bit-input-affix-wrapper-borderless-disabled,
:where(.css-ch83sk).bit-input-affix-wrapper-borderless[disabled] {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

textarea:where(.css-ch83sk).bit-input-affix-wrapper {
    max-width: 100%;
    height: auto;
    min-height: 32px;
    line-height: 1.5714285714285714;
    vertical-align: bottom;
    transition: all 0.3s, height 0s;
    resize: vertical;
    border-radius: 8px;
}

:where(.css-ch83sk).bit-input-affix-wrapper-lg {
    padding: 11px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 16px;
}

:where(.css-ch83sk).bit-input-affix-wrapper-md {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 12px;
}

:where(.css-ch83sk).bit-input-affix-wrapper-sm {
    padding: 0px 8px;
    font-size: 12px;
    border-radius: 6px;
    line-height: 22px;
}

:where(.css-ch83sk).bit-input-affix-wrapper-rtl {
    direction: rtl;
}

:where(.css-ch83sk).bit-input-affix-wrapper-textarea-rtl {
    direction: rtl;
}

:where(.css-ch83sk).bit-input-affix-wrapper-round {
    border-radius: 8px;
}

:where(.css-ch83sk).bit-input-affix-wrapper-round.bit-input-search {
    padding-inline-start: 8px;
    padding-inline-end: 8px;
}

:where(.css-ch83sk).bit-input-affix-wrapper-round.bit-input-affix-wrapper-lg {
    border-radius: 12px;
}

:where(.css-ch83sk).bit-input-affix-wrapper-round.bit-input-affix-wrapper-md {
    border-radius: 8px;
}

:where(.css-ch83sk).bit-input-affix-wrapper-round.bit-input-affix-wrapper-sm {
    border-radius: 6px;
}

:where(.css-ch83sk).bit-input-affix-wrapper-grey {
    background-color: #1F2023;
    border-color: #38393d;
}

:where(.css-ch83sk).bit-input-affix-wrapper-grey.bit-input-affix-wrapper {
    color: #8e8e92;
    font-size: 12px;
}

:where(.css-ch83sk).bit-input-affix-wrapper-grey.bit-input-affix-wrapper .bit-input-grey {
    font-size: 12px;
}

:where(.css-ch83sk).bit-input-affix-wrapper-grey.bit-input-affix-wrapper .bit-input-suffix {
    color: #f4f5f7;
}

:where(.css-ch83sk).bit-input-affix-wrapper-disabled:where(.css-ch83sk).bit-input-affix-wrapper-grey {
    background-color: #38393d;
    color: #57585c;
    border-color: #38393d;
}

:where(.css-ch83sk).bit-input-affix-wrapper-disabled:where(.css-ch83sk).bit-input-affix-wrapper-grey.bit-input-affix-wrapper {
    color: #57585c;
    font-size: 12px;
}

:where(.css-ch83sk).bit-input-affix-wrapper-disabled:where(.css-ch83sk).bit-input-affix-wrapper-grey.bit-input-affix-wrapper .bit-input-grey {
    font-size: 12px;
}

:where(.css-ch83sk).bit-input-affix-wrapper-disabled:where(.css-ch83sk).bit-input-affix-wrapper-grey.bit-input-affix-wrapper .bit-input-suffix {
    color: #57585c;
}

:where(.css-ch83sk).bit-input-affix-wrapper-filled {
    background-color: #1F2023;
    border-color: #1F2023;
}

:where(.css-ch83sk).bit-input-affix-wrapper-filled:hover {
    border-color: #1F2023;
}

:where(.css-ch83sk).bit-input-affix-wrapper-filled.bit-input-affix-wrapper {
    color: #8e8e92;
}

:where(.css-ch83sk).bit-input-affix-wrapper-filled.bit-input-affix-wrapper:not(.bit-input-affix-wrapper-disabled):hover {
    border-color: #1F2023;
}

:where(.css-ch83sk).bit-input-affix-wrapper-filled.bit-input-affix-wrapper .bit-input-suffix {
    color: #f4f5f7;
}

:where(.css-ch83sk).bit-input-affix-wrapper-disabled:where(.css-ch83sk).bit-input-affix-wrapper-filled {
    background-color: #38393d;
    color: #57585c;
    border-color: #38393d;
}

:where(.css-ch83sk).bit-input-affix-wrapper-disabled:where(.css-ch83sk).bit-input-affix-wrapper-filled.bit-input-affix-wrapper {
    color: #57585c;
}

:where(.css-ch83sk).bit-input-affix-wrapper-disabled:where(.css-ch83sk).bit-input-affix-wrapper-filled.bit-input-affix-wrapper .bit-input-suffix {
    color: #57585c;
}

:where(.css-ch83sk).bit-input-affix-wrapper:not(.bit-input-affix-wrapper-disabled):hover {
    border-color: #38393d;
    border-inline-end-width: 1px;
    z-index: 1;
}

.bit-input-search-with-button :where(.css-ch83sk).bit-input-affix-wrapper:not(.bit-input-affix-wrapper-disabled):hover {
    z-index: 0;
}

:where(.css-ch83sk).bit-input-affix-wrapper-focused,
:where(.css-ch83sk).bit-input-affix-wrapper:focus {
    z-index: 1;
}

:where(.css-ch83sk).bit-input-affix-wrapper-disabled .bit-input[disabled] {
    background: transparent;
}

:where(.css-ch83sk).bit-input-affix-wrapper-disabled .bit-input-prefix,
:where(.css-ch83sk).bit-input-affix-wrapper-disabled .bit-input-suffix {
    color: #57585c !important;
}

:where(.css-ch83sk).bit-input-affix-wrapper>input.bit-input {
    padding: 0;
    font-size: inherit;
    border: none;
    border-radius: 0;
    outline: none;
}

:where(.css-ch83sk).bit-input-affix-wrapper>input.bit-input::-ms-reveal {
    display: none;
}

:where(.css-ch83sk).bit-input-affix-wrapper>input.bit-input:focus {
    box-shadow: none !important;
}

:where(.css-ch83sk).bit-input-affix-wrapper::before {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: "\a0";
}

:where(.css-ch83sk).bit-input-affix-wrapper .bit-input-prefix,
:where(.css-ch83sk).bit-input-affix-wrapper .bit-input-suffix {
    display: flex;
    flex: none;
    align-items: center;
}

:where(.css-ch83sk).bit-input-affix-wrapper .bit-input-prefix>*:not(:last-child),
:where(.css-ch83sk).bit-input-affix-wrapper .bit-input-suffix>*:not(:last-child) {
    margin-right: 8px;
}

:where(.css-ch83sk).bit-input-affix-wrapper .bit-input-show-count-suffix {
    color: #8e8e92;
}

:where(.css-ch83sk).bit-input-affix-wrapper .bit-input-show-count-has-suffix {
    margin-right: 4px;
}

:where(.css-ch83sk).bit-input-affix-wrapper .bit-input-prefix {
    margin-right: 4px;
}

:where(.css-ch83sk).bit-input-affix-wrapper .bit-input-prefix svg {
    width: 1em;
    height: 1em;
}

:where(.css-ch83sk).bit-input-affix-wrapper .bit-input-suffix {
    margin-left: 4px;
    color: #f4f5f7;
}

:where(.css-ch83sk).bit-input-affix-wrapper .bit-input-suffix svg {
    width: 1em;
    height: 1em;
}

:where(.css-ch83sk).bit-input-affix-wrapper.bit-input-affix-wrapper-rtl .bit-input-prefix>*:not(:last-child),
:where(.css-ch83sk).bit-input-affix-wrapper.bit-input-affix-wrapper-rtl .bit-input-suffix>*:not(:last-child) {
    margin-right: unset;
    margin-left: 8px;
}

:where(.css-ch83sk).bit-input-affix-wrapper.bit-input-affix-wrapper-rtl .bit-input-show-count-has-suffix {
    margin-right: unset;
    margin-left: 4px;
}

:where(.css-ch83sk).bit-input-affix-wrapper.bit-input-affix-wrapper-rtl .bit-input-prefix {
    margin-right: unset;
    margin-left: 4px;
}

:where(.css-ch83sk).bit-input-affix-wrapper.bit-input-affix-wrapper-rtl .bit-input-suffix {
    margin-left: unset;
    margin-right: 4px;
}

:where(.css-ch83sk).bit-input-affix-wrapper .bit-input-clear-icon {
    margin: 0;
    color: #57585c;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.3s;
    display: flex;
}

:where(.css-ch83sk).bit-input-affix-wrapper .bit-input-clear-icon:hover {
    color: #eaeaed;
}

:where(.css-ch83sk).bit-input-affix-wrapper .bit-input-clear-icon:active {
    color: #f4f5f7;
}

:where(.css-ch83sk).bit-input-affix-wrapper .bit-input-clear-icon-hidden {
    visibility: hidden;
}

:where(.css-ch83sk).bit-input-affix-wrapper .bit-input-clear-icon-has-suffix {
    margin: 0 4px;
}

:where(.css-ch83sk).bit-input-affix-wrapper-large .bit-input-clear-icon {
    visibility: hidden;
}

:where(.css-ch83sk).bit-input-affix-wrapper .anticon.bit-input-password-icon {
    color: #8e8e92;
    cursor: pointer;
    transition: all 0.3s;
}

:where(.css-ch83sk).bit-input-affix-wrapper .anticon.bit-input-password-icon:hover {
    color: #f4f5f7;
}

:where(.css-ch83sk).bit-input-affix-wrapper-status-error:not(.bit-input-affix-wrapper-disabled):not(.bit-input-affix-wrapper-borderless).bit-input-affix-wrapper {
    border-color: #f7647e;
}

:where(.css-ch83sk).bit-input-affix-wrapper-status-error:not(.bit-input-affix-wrapper-disabled):not(.bit-input-affix-wrapper-borderless).bit-input-affix-wrapper:hover {
    border-color: #7a3844;
}

:where(.css-ch83sk).bit-input-affix-wrapper-status-error:not(.bit-input-affix-wrapper-disabled):not(.bit-input-affix-wrapper-borderless).bit-input-affix-wrapper:focus,
:where(.css-ch83sk).bit-input-affix-wrapper-status-error:not(.bit-input-affix-wrapper-disabled):not(.bit-input-affix-wrapper-borderless).bit-input-affix-wrapper-focused {
    border-color: #f7647e !important;
    border-inline-end-width: 1px;
    outline: 0;
}

:where(.css-ch83sk).bit-input-affix-wrapper-status-error:not(.bit-input-affix-wrapper-disabled):not(.bit-input-affix-wrapper-borderless).bit-input-affix-wrapper .bit-input-prefix,
:where(.css-ch83sk).bit-input-affix-wrapper-status-error:not(.bit-input-affix-wrapper-disabled):not(.bit-input-affix-wrapper-borderless).bit-input-affix-wrapper .bit-input-suffix {
    color: #f7647e;
}

:where(.css-ch83sk).bit-input-affix-wrapper-status-warning:not(.bit-input-affix-wrapper-disabled):not(.bit-input-affix-wrapper-borderless).bit-input-affix-wrapper {
    border-color: #ffa963;
}

:where(.css-ch83sk).bit-input-affix-wrapper-status-warning:not(.bit-input-affix-wrapper-disabled):not(.bit-input-affix-wrapper-borderless).bit-input-affix-wrapper:hover {
    border-color: #7e4c29;
}

:where(.css-ch83sk).bit-input-affix-wrapper-status-warning:not(.bit-input-affix-wrapper-disabled):not(.bit-input-affix-wrapper-borderless).bit-input-affix-wrapper:focus,
:where(.css-ch83sk).bit-input-affix-wrapper-status-warning:not(.bit-input-affix-wrapper-disabled):not(.bit-input-affix-wrapper-borderless).bit-input-affix-wrapper-focused {
    border-color: #ffa963 !important;
    border-inline-end-width: 1px;
    outline: 0;
}

:where(.css-ch83sk).bit-input-affix-wrapper-status-warning:not(.bit-input-affix-wrapper-disabled):not(.bit-input-affix-wrapper-borderless).bit-input-affix-wrapper .bit-input-prefix,
:where(.css-ch83sk).bit-input-affix-wrapper-status-warning:not(.bit-input-affix-wrapper-disabled):not(.bit-input-affix-wrapper-borderless).bit-input-affix-wrapper .bit-input-suffix {
    color: #ffa963;
}

:where(.css-ch83sk).bit-input-group {
    box-sizing: border-box;
    margin: 0;
    color: #f4f5f7;
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: Pulse, Arial, sans-serif;
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

:where(.css-ch83sk).bit-input-group[class*='col-'] {
    padding-inline-end: 8px;
}

:where(.css-ch83sk).bit-input-group[class*='col-']:last-child {
    padding-inline-end: 0;
}

:where(.css-ch83sk).bit-input-group-lg .bit-input,
:where(.css-ch83sk).bit-input-group-lg>.bit-input-group-addon {
    padding: 11px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 16px;
}

:where(.css-ch83sk).bit-input-group-md .bit-input,
:where(.css-ch83sk).bit-input-group-md>.bit-input-group-addon {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 12px;
}

:where(.css-ch83sk).bit-input-group-sm .bit-input,
:where(.css-ch83sk).bit-input-group-sm>.bit-input-group-addon {
    padding: 0px 8px;
    font-size: 12px;
    border-radius: 6px;
    line-height: 22px;
}

:where(.css-ch83sk).bit-input-group .bit-input.bit-input-round,
:where(.css-ch83sk).bit-input-group .bit-input-group-addon.bit-input-round {
    border-radius: 8px;
}

:where(.css-ch83sk).bit-input-group-lg .bit-select-single .bit-select-selector {
    height: 48px;
}

:where(.css-ch83sk).bit-input-group-sm .bit-select-single .bit-select-selector {
    height: 24px;
}

:where(.css-ch83sk).bit-input-group>.bit-input {
    display: table-cell;
}

:where(.css-ch83sk).bit-input-group>.bit-input:not(:first-child):not(:last-child) {
    border-radius: 0;
}

:where(.css-ch83sk).bit-input-group .bit-input-group-addon,
:where(.css-ch83sk).bit-input-group .bit-input-group-wrap {
    display: table-cell;
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
}

:where(.css-ch83sk).bit-input-group .bit-input-group-addon:not(:first-child):not(:last-child),
:where(.css-ch83sk).bit-input-group .bit-input-group-wrap:not(:first-child):not(:last-child) {
    border-radius: 0;
}

:where(.css-ch83sk).bit-input-group .bit-input-group-wrap>* {
    display: block !important;
}

:where(.css-ch83sk).bit-input-group .bit-input-group-addon {
    position: relative;
    padding: 0 10px;
    color: #f4f5f7;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid #27282B;
    border-radius: 4px;
    transition: all 0.3s;
    line-height: 1;
}

:where(.css-ch83sk).bit-input-group .bit-input-group-addon .bit-select {
    margin: -5px -10px;
}

:where(.css-ch83sk).bit-input-group .bit-input-group-addon .bit-select.bit-select-single:not(.bit-select-customize-input) .bit-select-selector {
    background-color: inherit;
    border: 1px solid transparent;
    box-shadow: none;
}

:where(.css-ch83sk).bit-input-group .bit-input-group-addon .bit-select-open .bit-select-selector,
:where(.css-ch83sk).bit-input-group .bit-input-group-addon .bit-select-focused .bit-select-selector {
    color: #03aac7;
}

:where(.css-ch83sk).bit-input-group .bit-input-group-addon .bit-cascader-picker {
    margin: -9px -10px;
    background-color: transparent;
}

:where(.css-ch83sk).bit-input-group .bit-input-group-addon .bit-cascader-picker .bit-cascader-input {
    text-align: start;
    border: 0;
    box-shadow: none;
}

:where(.css-ch83sk).bit-input-group .bit-input-group-addon:first-child {
    border-inline-end: 0;
}

:where(.css-ch83sk).bit-input-group .bit-input-group-addon:last-child {
    border-inline-start: 0;
}

:where(.css-ch83sk).bit-input-group .bit-input {
    width: 100%;
    margin-bottom: 0;
    text-align: inherit;
}

:where(.css-ch83sk).bit-input-group .bit-input:focus {
    z-index: 1;
    border-inline-end-width: 1px;
}

:where(.css-ch83sk).bit-input-group .bit-input:hover {
    z-index: 1;
    border-inline-end-width: 1px;
}

.bit-input-search-with-button :where(.css-ch83sk).bit-input-group .bit-input:hover {
    z-index: 0;
}

:where(.css-ch83sk).bit-input-group>.bit-input:first-child,
:where(.css-ch83sk).bit-input-group .bit-input-group-addon:first-child {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-ch83sk).bit-input-group>.bit-input:first-child .bit-select .bit-select-selector,
:where(.css-ch83sk).bit-input-group .bit-input-group-addon:first-child .bit-select .bit-select-selector {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-ch83sk).bit-input-group>.bit-input-affix-wrapper:not(:first-child) .bit-input {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-ch83sk).bit-input-group>.bit-input-affix-wrapper:not(:last-child) .bit-input {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-ch83sk).bit-input-group>.bit-input:last-child,
:where(.css-ch83sk).bit-input-group .bit-input-group-addon:last-child {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-ch83sk).bit-input-group>.bit-input:last-child .bit-select .bit-select-selector,
:where(.css-ch83sk).bit-input-group .bit-input-group-addon:last-child .bit-select .bit-select-selector {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-ch83sk).bit-input-group .bit-input-affix-wrapper:not(:last-child) {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

.bit-input-search :where(.css-ch83sk).bit-input-group .bit-input-affix-wrapper:not(:last-child) {
    border-start-start-radius: 4px;
    border-end-start-radius: 4px;
}

:where(.css-ch83sk).bit-input-group .bit-input-affix-wrapper:not(:first-child),
.bit-input-search :where(.css-ch83sk).bit-input-group .bit-input-affix-wrapper:not(:first-child) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact {
    display: block;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact::before {
    display: table;
    content: "";
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact::after {
    display: table;
    clear: both;
    content: "";
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact .bit-input-group-addon:not(:first-child):not(:last-child),
:where(.css-ch83sk).bit-input-group.bit-input-group-compact .bit-input-group-wrap:not(:first-child):not(:last-child),
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-input:not(:first-child):not(:last-child) {
    border-inline-end-width: 1px;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact .bit-input-group-addon:not(:first-child):not(:last-child):hover,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact .bit-input-group-wrap:not(:first-child):not(:last-child):hover,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-input:not(:first-child):not(:last-child):hover {
    z-index: 1;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact .bit-input-group-addon:not(:first-child):not(:last-child):focus,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact .bit-input-group-wrap:not(:first-child):not(:last-child):focus,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-input:not(:first-child):not(:last-child):focus {
    z-index: 1;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact>* {
    display: inline-block;
    float: none;
    vertical-align: top;
    border-radius: 0;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-input-affix-wrapper,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-input-number-affix-wrapper,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-picker-range {
    display: inline-flex;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact>*:not(:last-child) {
    margin-right: -1px;
    border-inline-end-width: 1px;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact.bit-input-group-rtl>*:not(:last-child) {
    margin-right: unset;
    margin-left: -1px;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact .bit-input {
    float: none;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-select>.bit-select-selector,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-select-auto-complete .bit-input,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-cascader-picker .bit-input,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-input-group-wrapper .bit-input {
    border-inline-end-width: 1px;
    border-radius: 0;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-select>.bit-select-selector:hover,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-select-auto-complete .bit-input:hover,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-cascader-picker .bit-input:hover,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-input-group-wrapper .bit-input:hover {
    z-index: 1;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-select>.bit-select-selector:focus,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-select-auto-complete .bit-input:focus,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-cascader-picker .bit-input:focus,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-input-group-wrapper .bit-input:focus {
    z-index: 1;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-select-focused {
    z-index: 1;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-select>.bit-select-arrow {
    z-index: 1;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact>*:first-child,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-select:first-child>.bit-select-selector,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-select-auto-complete:first-child .bit-input,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-cascader-picker:first-child .bit-input {
    border-start-start-radius: 4px;
    border-end-start-radius: 4px;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact>*:first-child.bit-input-round,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-select:first-child>.bit-select-selector.bit-input-round,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-select-auto-complete:first-child .bit-input.bit-input-round,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-cascader-picker:first-child .bit-input.bit-input-round,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>*:first-child.bit-input-search-round,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-select:first-child>.bit-select-selector.bit-input-search-round,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-select-auto-complete:first-child .bit-input.bit-input-search-round,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-cascader-picker:first-child .bit-input.bit-input-search-round {
    border-start-start-radius: 8px;
    border-end-start-radius: 8px;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-select-round:first-child>.bit-select-selector {
    border-start-start-radius: 8px;
    border-end-start-radius: 8px;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact>*:last-child,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-select:last-child>.bit-select-selector,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-cascader-picker:last-child .bit-input,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-cascader-picker-focused:last-child .bit-input {
    border-inline-end-width: 1px;
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact>*:last-child.bit-input-round,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-select:last-child>.bit-select-selector.bit-input-round,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-cascader-picker:last-child .bit-input.bit-input-round,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-cascader-picker-focused:last-child .bit-input.bit-input-round,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>*:last-child.bit-input-affix-wrapper-round.bit-input-search,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-select:last-child>.bit-select-selector.bit-input-affix-wrapper-round.bit-input-search,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-cascader-picker:last-child .bit-input.bit-input-affix-wrapper-round.bit-input-search,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-cascader-picker-focused:last-child .bit-input.bit-input-affix-wrapper-round.bit-input-search,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>*:last-child.bit-input-number-affix-wrapper-round,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-select:last-child>.bit-select-selector.bit-input-number-affix-wrapper-round,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-cascader-picker:last-child .bit-input.bit-input-number-affix-wrapper-round,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-cascader-picker-focused:last-child .bit-input.bit-input-number-affix-wrapper-round {
    border-start-end-radius: 8px;
    border-end-end-radius: 8px;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact.bit-input-group-round>*:last-child.bit-btn,
:where(.css-ch83sk).bit-input-group.bit-input-group-compact.bit-input-group-round>*:last-child.bit-picker {
    border-start-end-radius: 8px;
    border-end-end-radius: 8px;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-select-round:last-child>.bit-select-selector {
    border-start-end-radius: 8px;
    border-end-end-radius: 8px;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact>.bit-select-auto-complete .bit-input {
    vertical-align: top;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact .bit-input-group-wrapper+.bit-input-group-wrapper {
    margin-inline-start: -1px;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact .bit-input-group-wrapper+.bit-input-group-wrapper .bit-input-affix-wrapper {
    border-radius: 0;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact .bit-input-group-wrapper:not(:last-child).bit-input-search>.bit-input-group>.bit-input-group-addon>.bit-input-search-button {
    border-radius: 0;
}

:where(.css-ch83sk).bit-input-group.bit-input-group-compact .bit-input-group-wrapper:not(:last-child).bit-input-search>.bit-input-group>.bit-input {
    border-start-start-radius: 4px;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    border-end-start-radius: 4px;
}

:where(.css-ch83sk).bit-input-group-rtl {
    direction: rtl;
}

:where(.css-ch83sk).bit-input-group-wrapper {
    display: inline-block;
    width: 100%;
    text-align: start;
    vertical-align: top;
}

:where(.css-ch83sk).bit-input-group-wrapper-rtl {
    direction: rtl;
}

:where(.css-ch83sk).bit-input-group-wrapper-lg .bit-input-group-addon {
    border-radius: 16px;
}

:where(.css-ch83sk).bit-input-group-wrapper-sm .bit-input-group-addon {
    border-radius: 6px;
}

:where(.css-ch83sk).bit-input-group-wrapper-round .bit-input-group-addon {
    border-radius: 8px;
}

:where(.css-ch83sk).bit-input-group-wrapper-status-error .bit-input-group-addon {
    color: #f7647e;
    border-color: #f7647e;
}

:where(.css-ch83sk).bit-input-group-wrapper-status-warning .bit-input-group-addon {
    color: #ffa963;
    border-color: #ffa963;
}

:where(.css-ch83sk).bit-input-group-wrapper-disabled .bit-input-group-addon {
    color: #57585c;
    background-color: #38393d;
    border-color: #38393d;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

:where(.css-ch83sk).bit-input-group-wrapper-disabled .bit-input-group-addon:hover {
    border-color: #38393d;
    border-inline-end-width: 1px;
}

:where(.css-ch83sk).bit-input-group-wrapper-disabled .bit-input-group-addon::placeholder {
    color: #57585c;
}

:where(.css-ch83sk).bit-input-group-wrapper:not(.bit-input-compact-first-item):not(.bit-input-compact-last-item).bit-input-compact-item .bit-input,
:where(.css-ch83sk).bit-input-group-wrapper:not(.bit-input-compact-first-item):not(.bit-input-compact-last-item).bit-input-compact-item .bit-input-group-addon {
    border-radius: 0;
}

:where(.css-ch83sk).bit-input-group-wrapper:not(.bit-input-compact-last-item).bit-input-compact-first-item .bit-input,
:where(.css-ch83sk).bit-input-group-wrapper:not(.bit-input-compact-last-item).bit-input-compact-first-item .bit-input-group-addon {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-ch83sk).bit-input-group-wrapper:not(.bit-input-compact-first-item).bit-input-compact-last-item .bit-input,
:where(.css-ch83sk).bit-input-group-wrapper:not(.bit-input-compact-first-item).bit-input-compact-last-item .bit-input-group-addon {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

:where(.css-ch83sk).bit-input-group-wrapper-round .bit-input-group-addon {
    border-radius: 8px;
}

:where(.css-ch83sk).bit-input-search .bit-input:hover,
:where(.css-ch83sk).bit-input-search .bit-input:focus {
    border-color: #26bfd4;
}

:where(.css-ch83sk).bit-input-search .bit-input:hover+.bit-input-group-addon .bit-input-search-button:not(.bit-btn-primary),
:where(.css-ch83sk).bit-input-search .bit-input:focus+.bit-input-group-addon .bit-input-search-button:not(.bit-btn-primary) {
    border-inline-start-color: #26bfd4;
}

:where(.css-ch83sk).bit-input-search .bit-input-affix-wrapper {
    border-radius: 0;
}

:where(.css-ch83sk).bit-input-search .bit-input-affix-wrapper-round {
    border-radius: 8px;
}

:where(.css-ch83sk).bit-input-search .bit-input-lg {
    line-height: 1.4998;
}

:where(.css-ch83sk).bit-input-search>.bit-input-group>.bit-input-group-addon:last-child {
    inset-inline-start: -1px;
    padding: 0;
    border: 0;
}

:where(.css-ch83sk).bit-input-search>.bit-input-group>.bit-input-group-addon:last-child .bit-input-search-button {
    padding-top: 0;
    padding-bottom: 0;
    border-start-start-radius: 0;
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
    border-end-start-radius: 0;
}

:where(.css-ch83sk).bit-input-search>.bit-input-group>.bit-input-group-addon:last-child .bit-input-search-button:not(.bit-btn-primary) {
    color: #8e8e92;
}

:where(.css-ch83sk).bit-input-search>.bit-input-group>.bit-input-group-addon:last-child .bit-input-search-button:not(.bit-btn-primary):hover {
    color: #26bfd4;
}

:where(.css-ch83sk).bit-input-search>.bit-input-group>.bit-input-group-addon:last-child .bit-input-search-button:not(.bit-btn-primary):active {
    color: #0083a1;
}

:where(.css-ch83sk).bit-input-search>.bit-input-group>.bit-input-group-addon:last-child .bit-input-search-button:not(.bit-btn-primary).bit-btn-loading::before {
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
}

:where(.css-ch83sk).bit-input-search-round>.bit-input-group>.bit-input-group-addon:last-child .bit-input-search-button {
    border-start-end-radius: 8px;
    border-end-end-radius: 8px;
}

:where(.css-ch83sk).bit-input-search .bit-input-search-icon {
    font-size: 18px;
}

:where(.css-ch83sk).bit-input-search-large .bit-input-search-icon {
    font-size: 20px;
}

:where(.css-ch83sk).bit-input-search-medium .bit-input-search-icon {
    font-size: 20px;
}

:where(.css-ch83sk).bit-input-search-small .bit-input-search-icon {
    font-size: 12px;
}

:where(.css-ch83sk).bit-input-search .bit-input-search-button {
    height: 32px;
}

:where(.css-ch83sk).bit-input-search .bit-input-search-button:hover,
:where(.css-ch83sk).bit-input-search .bit-input-search-button:focus {
    z-index: 1;
}

:where(.css-ch83sk).bit-input-search-large .bit-input-search-button {
    height: 48px;
}

:where(.css-ch83sk).bit-input-search-small .bit-input-search-button {
    height: 24px;
}

:where(.css-ch83sk).bit-input-search-medium .bit-input-search-button {
    height: 24px;
}

:where(.css-ch83sk).bit-input-search-large .bit-input-clear-icon {
    font-size: 20px;
    line-height: 20px;
}

:where(.css-ch83sk).bit-input-search-medium .bit-input-clear-icon {
    font-size: 20px;
    line-height: 18px;
}

:where(.css-ch83sk).bit-input-search-small .bit-input-clear-icon {
    font-size: 12px;
}

:where(.css-ch83sk).bit-input-search-rtl {
    direction: rtl;
}

:where(.css-ch83sk).bit-input-search.bit-input-compact-item:not(.bit-input-compact-last-item) .bit-input-group-addon .bit-input-search-button {
    margin-inline-end: -1px;
    border-radius: 0;
}

:where(.css-ch83sk).bit-input-search.bit-input-compact-item:not(.bit-input-compact-first-item) .bit-input,
:where(.css-ch83sk).bit-input-search.bit-input-compact-item:not(.bit-input-compact-first-item) .bit-input-affix-wrapper {
    border-radius: 0;
}

:where(.css-ch83sk).bit-input-search.bit-input-compact-item>.bit-input-group-addon .bit-input-search-button:hover,
:where(.css-ch83sk).bit-input-search.bit-input-compact-item>.bit-input:hover,
:where(.css-ch83sk).bit-input-search.bit-input-compact-item .bit-input-affix-wrapper:hover,
:where(.css-ch83sk).bit-input-search.bit-input-compact-item>.bit-input-group-addon .bit-input-search-button:focus,
:where(.css-ch83sk).bit-input-search.bit-input-compact-item>.bit-input:focus,
:where(.css-ch83sk).bit-input-search.bit-input-compact-item .bit-input-affix-wrapper:focus,
:where(.css-ch83sk).bit-input-search.bit-input-compact-item>.bit-input-group-addon .bit-input-search-button:active,
:where(.css-ch83sk).bit-input-search.bit-input-compact-item>.bit-input:active,
:where(.css-ch83sk).bit-input-search.bit-input-compact-item .bit-input-affix-wrapper:active {
    z-index: 2;
}

:where(.css-ch83sk).bit-input-search.bit-input-compact-item>.bit-input-affix-wrapper-focused {
    z-index: 2;
}

:where(.css-ch83sk).bit-input-search.bit-input-group-wrapper-round .bit-input-affix-wrapper:last-child {
    border-start-end-radius: 8px;
    border-end-end-radius: 8px;
}

:where(.css-ch83sk).bit-input-search.bit-input-group-wrapper-round .bit-input-group-addon:last-child .bit-input-search-button.bit-btn-round {
    border-start-end-radius: 8px;
    border-end-end-radius: 8px;
}

:where(.css-ch83sk).bit-input-compact-item:not(.bit-input-compact-last-item) {
    margin-inline-end: -1px;
}

:where(.css-ch83sk).bit-input-compact-item:hover,
:where(.css-ch83sk).bit-input-compact-item:focus,
:where(.css-ch83sk).bit-input-compact-item:active {
    z-index: 1;
}

:where(.css-ch83sk).bit-input-compact-item[disabled] {
    z-index: 0;
}

:where(.css-ch83sk).bit-input-compact-item:not(.bit-input-compact-first-item):not(.bit-input-compact-last-item) {
    border-radius: 0;
}

:where(.css-ch83sk).bit-input-compact-item:not(.bit-input-compact-last-item).bit-input-compact-first-item,
:where(.css-ch83sk).bit-input-compact-item:not(.bit-input-compact-last-item).bit-input-compact-first-item.bit-input-sm,
:where(.css-ch83sk).bit-input-compact-item:not(.bit-input-compact-last-item).bit-input-compact-first-item.bit-input-lg {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

:where(.css-ch83sk).bit-input-compact-item:not(.bit-input-compact-first-item).bit-input-compact-last-item,
:where(.css-ch83sk).bit-input-compact-item:not(.bit-input-compact-first-item).bit-input-compact-last-item.bit-input-sm,
:where(.css-ch83sk).bit-input-compact-item:not(.bit-input-compact-first-item).bit-input-compact-last-item.bit-input-lg {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}