.dashboard-step {
    border-radius: 16px;
    border: 1px solid rgba(51, 64, 106, 0.3);
    background: #fafbff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0;
    align-self: stretch;
    height: 100%;
    box-shadow: 0px 4px 13px 0px rgba(204, 206, 213, 0.21);
}

.dashboard-step__body {
    display: flex;
    padding: 10px 28px 10px;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    flex: 1 0;
    align-self: stretch
}

.dashboard-step__ttl {
    color: var(--letra-primary);
    font-family: Poppins Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px
}

.dashboard-step__text {
    color: #5e5d5d;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .24px
}

.dashboard-step__link {
    display: flex;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 12px;
    background: #00cca2;
    color: #fff !important;
    font-family: Poppins Medium;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 5px;
    min-height: 20px;
    transition: all .3s ease-in-out;
}

.dashboard-step__link:hover {
    font-weight: bold;
    transition: all .3s ease-in-out;
}

.dashboard-step__icon_wal {
    background-position-x: 0
}

.dashboard-step__icon_usr {
    background-position-x: -24px
}

.dashboard-step__icon_plus {
    background-position-x: -48px
}

.dashboard-step__icon_dep {
    background-position-x: -72px
}

.dashboard-step__icon_compl {
    background-position-x: -96px
}

.dashboard-step__icon_like {
    background-position-x: -120px
}

.dashboard-step a {
    color: var(--primary-blue)
}

@media(max-width:767px) {
    .dashboard-step {
        gap: 0;
        border: none
    }

    .dashboard-step__top {
        padding: 12px 20px;
        gap: 10px;
        border-bottom: 0
    }

    .dashboard-step__body {
        padding: 16 16px 16px;
        gap: 16px
    }

    .dashboard-step__ttl {
        font-size: 14px;
        line-height: 20px
    }

    .dashboard-step__text {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: .24px
    }

    .dashboard-step__link {
        min-height: 40px
    }
}

.dashboard-action {
    display: flex;
    padding: 28px 32px;
    align-items: center;
    gap: 100px;
    align-self: stretch;
    border-radius: 12px;
    position: relative;
    color: #8b8b8b;
    min-width: 1110px;
    font-family: Poppins Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    transition: all .3s linear
}

.dashboard-action:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 16px;
    border-radius: 12px 0 0 12px;
    transition: all .3s linear
}

.dashboard-action:hover {
    background: #1f1f1f
}

.dashboard-action_ref:hover:before {
    background: var(--dashboard-secondary-yellow, #ffe600)
}

.dashboard-action_bonus:hover:before {
    background: var(--dashboard-secondary-green, #48dd4b)
}

.dashboard-action__date,
.dashboard-action__val {
    color: var(--secondary-white, #fff)
}

.dashboard-action__type_ref {
    color: #ffd539
}

.dashboard-action__type_bonus {
    color: var(--dashboard-secondary-green, #48dd4b)
}

.dashboard-action__row {
    display: flex;
    align-items: center;
    gap: 8px
}

.dashboard-action__descr span {
    color: #fff
}

.dashboard-action__col {
    color: var(--secondary-white, #fff);
    font-family: Poppins Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.dashboard-action__col_ind {
    min-width: 20px
}

.dashboard-action__col_type {
    min-width: 70px
}

.dashboard-action__col_date {
    min-width: 80px
}

.dashboard-action__mob-l {
    display: none
}

@media(max-width:1619px) {
    .dashboard-action {
        gap: 50px
    }
}

@media(max-width:991px) {
    .dashboard-action {
        padding: 16px;
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
        border-radius: 16px;
        border: 1px solid #171717;
        width: 245px;
        min-width: 245px
    }

    .dashboard-action,
    .dashboard-action:active,
    .dashboard-action:focus,
    .dashboard-action:hover {
        background: #171717
    }

    .dashboard-action:before {
        display: none
    }

    .dashboard-action__col {
        line-height: 20px;
        letter-spacing: .24px;
        width: 100%;
        text-align: right
    }

    .dashboard-action__col,
    .dashboard-action__row {
        font-family: Poppins;
        font-size: 12px;
        font-weight: 400
    }

    .dashboard-action__row {
        gap: 4px
    }

    .dashboard-action__row .ps-icon {
        order: 2
    }

    .dashboard-action>.dashboard-action__row>div:first-of-type {
        font-size: 10px;
        font-weight: 400;
        line-height: 15px
    }

    .dashboard-action>.dashboard-action__row>div:last-of-type {
        flex: auto;
        justify-content: flex-end
    }

    .dashboard-action__descr {
        width: 100%;
        justify-content: space-between
    }

    .dashboard-action__descr>div:first-of-type {
        flex-flow: row wrap;
        font-size: 10px;
        font-weight: 400;
        line-height: 15px
    }

    .dashboard-action__col,
    .dashboard-action__descr {
        padding-bottom: 4px;
        margin-bottom: 4px;
        border-bottom: 1px dashed rgba(80, 79, 79, .3)
    }

    .dashboard-action__col:last-of-type,
    .dashboard-action__descr:last-of-type {
        margin-bottom: 0;
        border-bottom: none
    }

    .dashboard-action__mob-l {
        display: block;
        color: #8b8b8b;
        font-family: Poppins;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 15px
    }
}

.nodata {
    padding: 80px 0;
    gap: 60px;
    flex-shrink: 0
}

.nodata,
.nodata__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.nodata__inner {
    gap: 20px
}

.nodata__img {
    width: 101.02px;
    height: 100px;
    background: url(/no-data-logo.png) no-repeat 50%;
    background-size: cover
}

.nodata__text {
    color: #8b8b8b;
    font-family: Poppins Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: .28px
}

@media(min-width:1851px) {
    .nodata {
        min-height: 584px
    }
}

.guideline {
    padding: 40px;
    border-radius: 20px;
    background: var(--neutral-black-900, #1e2027);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 240px
}

.guideline_lg {
    padding: 60px
}

.guideline_1 {
    background: var(--neutral-black-900, #1e2027) url(/guide-01.png) no-repeat center right;
    background-size: cover
}

.guideline_2 {
    background: var(--neutral-black-900, #1e2027) url(/guide-02.png) no-repeat center right;
    background-size: cover
}

.guideline_3 {
    background: var(--neutral-black-900, #1e2027) url(/guide-03.png) no-repeat center right;
    background-size: cover
}

.guideline h3 {
    max-width: 335px
}

@media(max-width:767px) {
    .guideline {
        padding: 18px 16px;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
        gap: 12px;
        min-height: 88px
    }

    .guideline h3,
    .guideline h4 {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: .56px;
        font-family: Poppins;
        max-width: 179px
    }

    .guideline .show-video span {
        display: none
    }

    .guideline_2,
    .guideline_3 {
        background-size: contain
    }
}

.show-video {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .16px
}

.show-video__icon-wrap {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border: 1px solid #393b41;
    border-radius: 50%;
    padding: 9px
}

.show-video__icon {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: #006cff;
    transition: all .3s linear
}

.show-video__icon svg {
    margin-left: 2px
}

.show-video:hover .show-video__icon {
    background: var(--Primary-Blue-Hover, #0162e5)
}

.show-video:active .show-video__icon,
.show-video:focus .show-video__icon {
    background: var(--Primary-Blue-Click, #378afb)
}

.bounty-btn {
    background: transparent;
    border: none;
    position: relative;
    display: none;
    margin-bottom: -10px
}

.bounty-btn_show {
    display: block
}

.bounty-btn__close {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #354356 url(/close-white.svg) no-repeat 50%;
    background-size: 16px;
    border: none;
    z-index: 1
}

.bounty-btn__show {
    width: 100%;
    max-width: 308px;
    border: none;
    border-radius: 12px;
    background: #171717;
    background: url(/gift-btn-bg.png) no-repeat 100%, radial-gradient(circle at top left, rgba(0, 109, 255, .4) 0, #171717 40%, #171717 100%);
    padding: 10px 16px;
    background-size: contain
}

.bounty-btn__row {
    display: flex;
    gap: 12.5px
}

.bounty-btn__icon {
    display: inline-flex;
    position: relative;
    height: 36px;
    justify-content: center
}

.bounty-btn__i {
    background: url(/gift-01.svg) no-repeat 50%;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin: 0 auto
}

.bounty-btn__lbl {
    position: absolute;
    top: 20px;
    background: #ffe600;
    border-radius: 4px;
    padding: .5px 2.5px;
    font-family: Poppins;
    font-size: 10px;
    line-height: 15px;
    min-width: 31px;
    display: inline-block
}

.bounty-btn__ttl {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -.03em;
    font-family: Poppins Semibold;
    color: #fff;
    text-align: left
}

.bounty-btn__descr {
    font-family: Poppins;
    font-size: 12px;
    line-height: 20px;
    color: #8b8b8b;
    text-align: left
}

@media(min-width:670px) {
    .bounty-btn__show {
        min-width: 308px
    }
}

@media(max-width:669px) {
    .bounty-btn {
        width: 100%;
        margin-top: 0
    }

    .bounty-btn__show {
        max-width: 100%
    }

    .bounty-btn__ttl {
        font-size: 15px
    }

    .bounty-btn__descr {
        font-size: 10px;
        line-height: 15px
    }
}

.popup {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    justify-content: center;
    padding: 20px;
    z-index: 2000
}

.popup,
.popup__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.popup__content {
    max-width: 552px;
    height: calc(100vh - 40px);
    max-height: 600px;
    padding: 80px 60px;
    gap: 24px;
    border-radius: 16px;
    background: #171717;
    position: relative
}

.popup__content_promo {
    max-width: 800px;
    min-height: 648px;
    padding: 44px 60px
}

.popup__close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 12px;
    right: 12px;
    border-radius: 41px;
    background: url(/x.svg) no-repeat 50% hsla(0, 0%, 100%, .08);
    border: none
}

.popup__wrap {
    max-width: 400px;
    gap: 24px
}

.popup__texts,
.popup__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0
}

.popup__texts {
    gap: 12px;
    align-self: stretch
}

.popup__ttl {
    color: var(--secondary-white, #fff);
    font-size: 28px;
    line-height: 40px;
    max-width: 350px
}

.popup__ttl,
.popup__txt {
    text-align: center;
    font-family: Poppins Medium
}

.popup__txt {
    color: var(--dashboard-primary-text-gray, #8b8b8b);
    font-size: 14px;
    line-height: 20px;
    max-width: 300px
}

.popup__btn {
    width: auto;
    min-width: 160px
}

.popup__imgs {
    width: 267px;
    height: 201px;
    display: flex;
    justify-content: space-between
}

.popup__imgs_trst {
    height: auto
}

.popup__circle {
    background: linear-gradient(127deg, #a1c4fd 2.24%, rgba(194, 233, 251, 0) 95.22%);
    opacity: .1;
    border-radius: 50%;
    flex-shrink: 0
}

.popup__circle_1 {
    width: 47.281px;
    height: 47.281px;
    margin-top: auto
}

.popup__circle_2 {
    width: 30.504px;
    height: 30.504px
}

.popup__circle_3 {
    width: 189.885px;
    height: 189.885px;
    margin-top: auto;
    margin-bottom: auto
}

.popup__circle_3,
.popup__i-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.popup__i-wrap {
    margin: 0 auto
}

.popup__i {
    width: 120px;
    height: 120px;
    background: url(/popup-icons.png) no-repeat 0 0;
    background-size: cover;
    position: absolute
}

.popup__i_error {
    background-position-x: -120px
}

.popup__btns-row {
    display: flex;
    gap: 12px
}

.popup__btns-row>* {
    flex: 1 1
}

.popup__btns-row_feedback {
    margin-bottom: 50px
}

.popup__trust-p {
    width: 218px;
    height: auto;
    margin-top: 60px;
    margin-bottom: 16px
}

.popup__mob-ttl {
    display: none
}

.popup__h3 {
    color: var(--Secondary-White, #fff);
    text-align: center;
    font-family: Poppins Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px
}

.popup__tabs {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch
}

.popup__tab {
    flex: 1 1;
    padding: 8px 12px;
    border-radius: 8px;
    background: #1f1f1f;
    border: none;
    color: #fff;
    text-align: center;
    font-family: Poppins Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: all .3s linear
}

.popup__tab:active,
.popup__tab:focus,
.popup__tab:hover,
.popup__tab_active {
    background: var(--Primary-Blue, #006cff)
}

.popup__decor {
    display: none
}

@media(max-width:767px) {
    .popup {
        padding: 80px 0 0;
        height: 100dvh
    }

    .popup_banners {
        justify-content: flex-end
    }

    .popup__content {
        padding: 4px 16px 46px;
        border-radius: 16px 16px 0 0;
        gap: 18px;
        max-width: unset;
        height: 100%
    }

    .popup__decor {
        display: block;
        width: 36px;
        height: 5px;
        border-radius: 2.5px;
        background: var(--Label-Color-Dark-Tertiary, rgba(235, 235, 245, .3));
        flex-shrink: none
    }

    .popup__content_promo {
        padding: 4px 16px 16px;
        min-height: unset;
        gap: 12px
    }

    .popup__content_promo .popup__h3 {
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: .56px;
        margin-bottom: 12px
    }

    .popup__wrap {
        width: 100%
    }

    .popup__texts {
        gap: 8px
    }

    .popup__texts~div {
        width: 100%
    }

    .popup__ttl {
        font-size: 20px;
        line-height: 28px
    }

    .popup__txt {
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: .24px
    }

    .popup__btn {
        width: 100%;
        font-size: 14px;
        line-height: 16px;
        padding: 12px 14.5px;
        min-width: calc(50% - 20px)
    }

    .popup__close {
        top: 21px;
        right: 10px
    }

    .popup__imgs {
        margin-top: 12px;
        width: 195px;
        height: 188px
    }

    .popup__circle_1 {
        width: 45px;
        height: 45px
    }

    .popup__circle_2 {
        width: 36px;
        height: 37px;
        margin-left: -20px
    }

    .popup__circle_3 {
        width: 150px;
        height: 151px
    }

    .popup__i {
        width: 115.893px;
        height: 110px
    }

    .popup__i_error {
        background-position-x: -110px
    }

    .popup__i-wrap {
        margin-left: -20px
    }

    .popup__mob-ttl {
        display: block;
        color: #fff;
        text-align: center;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: .56px
    }

    .popup__trust-p {
        width: 200px;
        margin: 45px 0 45px 20px
    }

    .popup__btns-row {
        gap: 8px
    }
}

.promo {
    gap: 24px;
    align-self: stretch
}

.promo,
.promo__sizes {
    display: flex;
    align-items: flex-start
}

.promo__sizes {
    width: 100%;
    max-width: 100px;
    flex-direction: column;
    justify-content: center;
    gap: 8px
}

.promo__size {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    background: #1f1f1f;
    color: var(--Dashboard-Primary-Text-Gray, #8b8b8b);
    font-family: Poppins Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: none;
    transition: all .3s linear
}

.promo__size:active,
.promo__size:focus,
.promo__size:hover,
.promo__size_active {
    color: #fff;
    background: var(--Primary-Blue, #006cff)
}

.promo__view {
    padding: 32px;
    flex-direction: column;
    gap: 24px;
    flex: 1 0;
    border-radius: 16px;
    border: 1px solid #242424
}

.promo__code,
.promo__view {
    display: flex;
    align-items: center;
    align-self: stretch
}

.promo__code {
    height: 56px;
    padding: 8px 8px 8px 20px;
    justify-content: space-between;
    border-radius: 8px;
    background: #090909
}

.promo__code-mob {
    display: none
}

.promo__code-txt {
    color: var(--Secondary-White, #fff);
    font-family: Poppins;
    font-weight: 400
}

.promo__code-txt,
.promo__copy {
    font-size: 16px;
    font-style: normal;
    line-height: 24px
}

.promo__copy {
    border-radius: 8px;
    background: #006cff;
    min-width: 84px;
    padding: 8px 24px;
    color: #fff;
    text-align: center;
    font-family: Poppins Medium;
    font-weight: 500;
    border: none;
    height: 40px
}

.promo__copy:hover {
    background-color: var(--primary-blue-hover)
}

.promo__copy:active,
.promo__copy:focus {
    background-color: var(--primary-blue-click)
}

.promo__wraper {
    min-height: 296px;
    width: 100%;
    padding: 23px;
    display: flex;
    justify-content: center;
    align-items: center
}

.promo__wraper img {
    max-width: 100%;
    max-height: 250px
}

.promo__pdf-tabs {
    max-width: 144px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.promo__pdf-view {
    flex: auto;
    display: flex;
    padding: 60px 32px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 0;
    align-self: stretch
}

.promo__pdf-img {
    width: 100%;
    height: 212px;
    border-radius: 16px;
    background: #1f1f1f url(/pdf-preview.png) no-repeat 50%;
    background-size: cover;
    justify-content: center
}

.promo__pdf-content,
.promo__pdf-img {
    display: inline-flex;
    flex-direction: column;
    align-items: center
}

.promo__pdf-content {
    gap: 8px
}

.promo__pdf-txt {
    color: var(--Secondary-White, #fff);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.promo__pdf-logo {
    max-width: 187px
}

.promo__dnld_mob {
    display: none
}

@media(max-width:767px) {
    .promo {
        flex-direction: column;
        gap: 12px
    }

    .promo__view {
        order: 1;
        padding: 0
    }

    .promo__sizes {
        max-width: 100%;
        order: 2;
        flex-direction: row;
        gap: 4px;
        flex-flow: row wrap;
        justify-content: space-between
    }

    .promo__wraper {
        min-height: 167px
    }

    .promo__wraper img {
        max-width: 100%;
        max-height: 125px
    }

    .promo__code {
        display: none
    }

    .promo__code-mob {
        display: flex;
        order: 3;
        width: 100%;
        padding: 14px 16px;
        align-items: center;
        gap: 12px;
        border-radius: 16px;
        background: #090909;
        text-align: left;
        border: none
    }

    .promo__code-txt {
        flex: 1 0;
        max-width: calc(100% - 40px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .promo__code-txt,
    .promo__size {
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: .24px
    }

    .promo__size {
        width: calc(25% - 4px);
        padding: 8px 8.5px
    }

    .promo_pdf {
        margin-left: -16px;
        margin-right: -16px;
        padding-bottom: 50px;
        gap: 0;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: scroll
    }

    .promo_pdf::-webkit-scrollbar {
        display: none
    }

    .promo__pdf-tabs {
        gap: 0;
        width: 100%;
        max-width: 100%
    }

    .promo__dnld,
    .promo__pdf-view {
        display: none
    }

    .promo__dnld_mob {
        display: flex;
        order: 3
    }
}

.bounty-popup .popup__content {
    height: calc(100dvh - 108px);
    max-height: 892px
}

.bounty-popup__top {
    margin-bottom: 8px
}

.bounty-popup__ttl {
    margin-bottom: 8px;
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -.03em;
    font-family: Poppins Semibold;
    color: #ffe600
}

.bounty-popup__p {
    text-align: center;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px
}

.bounty-popup__container {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll
}

.bounty-popup__container::-webkit-scrollbar {
    display: none
}

.bounty-popup__item {
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #1f1f1f
}

.bounty-popup__item_show {
    background: #1f1f1f
}

.bounty-popup__collapse {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.bounty-popup__btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 8px;
    border: none;
    background: transparent
}

.bounty-popup__btn-wrap {
    display: flex;
    align-items: center;
    gap: 12px
}

.bounty-popup__btn-i {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 8px;
    background: url(/feedback-social-i.svg) no-repeat 0 0;
    background-size: auto 32px;
    --g-i: -32px
}

.bounty-popup__btn-i_fb {
    background-position-x: calc(var(--g-i)*1)
}

.bounty-popup__btn-i_x {
    background-position-x: calc(var(--g-i)*2)
}

.bounty-popup__btn-i_yt {
    background-position-x: calc(var(--g-i)*3)
}

.bounty-popup__btn-i_md {
    background-position-x: calc(var(--g-i)*4)
}

.bounty-popup__btn-i_gm {
    background-position-x: calc(var(--g-i)*5)
}

.bounty-popup__btn-name {
    color: #fff
}

.bounty-popup__btn-name,
.bounty-popup__btn-val {
    font-family: Poppins Medium;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.035em
}

.bounty-popup__btn-val {
    color: #ffe600
}

.bounty-popup__pm {
    font-family: Poppins Medium;
    color: var(--primary-blue);
    font-size: 20px;
    line-height: 28px
}

.bounty-popup__body {
    height: 0;
    overflow: hidden;
    transition: height .3s linear
}

.bounty-popup__body_active {
    height: auto
}

.bounty-popup__list {
    padding: 16px 12px;
    display: flex;
    flex-direction: column
}

.bounty-popup__list-it {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    transition: all .3s ease-in-out;
    padding-bottom: 16px;
    position: relative
}

.bounty-popup__list-it:after {
    display: block;
    content: "";
    height: 100%;
    width: 1px;
    border-right: 1px dashed var(--primary-blue);
    position: absolute;
    left: 11px;
    top: 0;
    z-index: 0
}

.bounty-popup__list-it:last-of-type:after {
    display: none
}

.bounty-popup__list-it a {
    color: var(--primary-blue)
}

.bounty-popup__list-it a:hover {
    color: var(--primary-blue-hover)
}

.bounty-popup__list-it a:active,
.bounty-popup__list-it a:focus {
    color: var(--primary-blue-active)
}

.bounty-popup__list-n {
    width: 24px;
    height: 24px;
    background: var(--primary-blue);
    border-radius: 50%;
    flex-shrink: 0;
    font-family: Poppins Medium;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1
}

.bounty-popup__warn {
    padding: 10px 12px;
    border: 1px dashed hsla(0, 0%, 100%, .1);
    border-radius: 12px
}

.bounty-popup__warn-h {
    font-family: Poppins Medium;
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

.bounty-popup__warn-ol {
    font-family: Poppins Medium;
    font-size: 12px;
    line-height: 20px;
    color: #8b8b8b;
    padding-left: 12px
}

@media(max-width:767px) {
    .bounty-popup__ttl {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: -.03em
    }

    .bounty-popup__p {
        font-size: 12px;
        line-height: 20px
    }

    .bounty-popup__item {
        padding: 12px
    }

    .bounty-popup__warn {
        padding: 8px 12px
    }

    .bounty-popup__list {
        padding: 12px 6px
    }

    .bounty-popup__list-it {
        gap: 12px;
        align-items: flex-start;
        font-size: 12px;
        line-height: 20px
    }

    .bounty-popup__list-it:after {
        display: block;
        content: "";
        height: 100%;
        width: 1px;
        border-right: 1px dashed var(--primary-blue);
        position: absolute;
        left: 9px;
        top: 0;
        z-index: 0
    }

    .bounty-popup__list-n {
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 20px
    }

    .bounty-popup__btn {
        padding: 0 4px
    }

    .bounty-popup__btn-wrap {
        gap: 8px
    }

    .bounty-popup__btn-i {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        border-radius: 6px;
        background-size: auto 24px;
        --g-i: -24px
    }

    .bounty-popup__btn-name,
    .bounty-popup__btn-val {
        font-size: 14px;
        line-height: 16px
    }
}

.dashboard .dashboard .cab-layout__title .cab-layout__h1 {
    margin-bottom: 10px
}

.dashboard__steps .row {
  /*  flex-flow: nowrap*/
}

.dashboard__steps .row>* {
    min-width: 304px;
    min-width: 285px;
  /*  max-width: 378px*/
}

.dashboard__actions-tbl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll
}

.dashboard__actions-lbl {
    padding: 0 32px 8px;
    color: var(--secondary-white, #fff);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    gap: 100px
}

.dashboard__actions-lbl-col_ind {
    min-width: 20px
}

.dashboard__actions-lbl-col_type {
    min-width: 70px
}

.dashboard__actions-lbl-col_date {
    min-width: 80px
}

.dashboard__actions-top,
.dashboard__deps-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px
}

.dashboard__actions-top h3,
.dashboard__deps-top h3 {
    margin-bottom: 0;
    flex: auto
}

.dashboard__actions-top .btn-primary,
.dashboard__deps-top .btn-primary {
    width: auto
}

.dashboard__deps-grid .row,
.dashboard__steps .row {
    margin-left: -28px !important;
    margin-right: -28px !important;
    padding: 0 16px !important
}

.dashboard__deps-grid .row>*,
.dashboard__steps .row>* {
    padding-left: 12px !important;
    padding-right: 12px !important
}

.dashboard__nodeps-banner {
    border-radius: 12px;
    padding-top: 74px;
    background: url(/dash-banner.png) no-repeat 50%;
    background-size: cover;
    min-height: 440px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center
}

.dashboard__nodeps-banner-inner {
    text-align: center;
    position: relative;
    z-index: 1
}

.dashboard__nodeps-banner-t {
    color: var(--secondary-white, #fff);
    text-align: center;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 32px
}

.dashboard__nodeps-banner .btn-primary {
    width: auto;
    display: inline-flex;
    border: 4px solid #082354;
    font-family: Poppins Medium;
    border-radius: 12px
}

.dashboard__nodeps-banner-wr {
    position: absolute;
    top: 0;
    z-index: 0;
    min-width: 1488px;
    height: 100%
}

.dashboard__nodeps-banner-pr {
    position: absolute;
    display: flex;
    width: 122.797px;
    height: 122.797px;
    padding: 12.926px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 35.593px;
    background: rgba(0, 108, 255, .12)
}

.dashboard__nodeps-banner-pr_md {
    width: 103.329px;
    height: 103.329px;
    padding: 10.877px;
    border-radius: 29.951px
}

.dashboard__nodeps-banner-pr_sm {
    width: 83.861px;
    height: 83.861px;
    padding: 8.828px;
    border-radius: 24.308px
}

.dashboard__nodeps-banner-pr_sm .dashboard__nodeps-cloud {
    transform: scale(.85) translateY(10px)
}

.dashboard__nodeps-banner-pr:first-of-type {
    top: 45%;
    left: 8.5%
}

.dashboard__nodeps-banner-pr:nth-of-type(2) {
    top: 35%;
    left: 18.5%
}

.dashboard__nodeps-banner-pr:nth-of-type(2)>div {
    background-position-x: -96px
}

.dashboard__nodeps-banner-pr:nth-of-type(3) {
    top: 50%;
    left: 34%
}

.dashboard__nodeps-banner-pr:nth-of-type(3)>div {
    background-position-x: -132px
}

.dashboard__nodeps-banner-pr:nth-of-type(4) {
    top: 42%;
    right: 33.5%
}

.dashboard__nodeps-banner-pr:nth-of-type(4)>div {
    background-position-x: -198px
}

.dashboard__nodeps-banner-pr:nth-of-type(5) {
    top: 47%;
    right: 18%
}

.dashboard__nodeps-banner-pr:nth-of-type(5)>div {
    background-position-x: -390px
}

.dashboard__nodeps-banner-pr:nth-of-type(6) {
    top: 45%;
    right: 9%
}

.dashboard__nodeps-banner-pr:nth-of-type(6)>div {
    background-position-x: -409px
}

.dashboard__nodeps-banner-pr>div {
    width: 100%;
    height: 100%;
    background: #000 url(/projects-logo-dbrd.png) no-repeat 0 0;
    background-size: cover;
    border-radius: 20%;
    display: flex;
    justify-content: center
}

.dashboard__nodeps-cloud {
    display: flex;
    min-width: 153.496px;
    padding: 8.985px;
    flex-direction: column;
    align-items: center;
    gap: 2.995px;
    border-radius: 8.985px;
    background: hsla(98, 5%, 47%, .2);
    position: absolute;
    bottom: calc(100% + 16px)
}

.dashboard__nodeps-cloud-n {
    color: var(--secondary-white, #fff);
    text-align: center;
    font-family: Poppins Semibold;
    font-size: 11.98px;
    font-style: normal;
    font-weight: 600;
    line-height: 14.975px;
    white-space: nowrap
}

.dashboard__nodeps-cloud-t {
    color: var(--secondary-yellow, #ffe600);
    text-align: center;
    line-height: 14.975px;
    letter-spacing: .18px
}

.dashboard__nodeps-cloud-pr,
.dashboard__nodeps-cloud-t {
    font-family: Poppins;
    font-size: 8.985px;
    font-style: normal;
    font-weight: 400
}

.dashboard__nodeps-cloud-pr {
    display: flex;
    align-items: flex-start;
    gap: 2.995px;
    color: var(--secondary-gray, #8a9ba8);
    line-height: 11.98px;
    letter-spacing: -.18px
}

.dashboard__nodeps-cloud-pr span {
    color: var(--Green, #48dd4b)
}

.dashboard__nodeps-cloud:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -6.1px;
    left: 50%;
    margin-left: -7.7px;
    background: url(/no-dep-cloud.svg) no-repeat 50%;
    background-size: contain;
    width: 15.724px;
    height: 6.739px
}

.dashboard__deps-grid .row {
    flex-flow: row nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll
}

.dashboard__deps-grid .row::-webkit-scrollbar {
    display: none
}

.dashboard__deps-grid .row .col-lg-3 {
    min-width: 378px;
    max-width: 378px
}

.dashboard__guides {
    display: none
}

@media(max-width:1619px) {
    .dashboard__actions-lbl {
        gap: 50px
    }

    .dashboard__steps-inner {
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: scroll;
        margin: 0 -32px;
        padding: 0 32px
    }
}

@media(max-width:1370px) {
    .dashboard .cab-layout__card-ttl {
        font-size: 15px;
        line-height: 24px
    }
}

@media(max-width:991px) {
    .dashboard__actions-top {
        margin-bottom: 16px
    }

    .dashboard__actions-top .cab-layout__card-ttl {
        margin-bottom: 0 !important;
        margin-bottom: 0
    }

    .dashboard__actions-top .btn-primary,
    .dashboard__deps-top .btn-primary {
        padding: 8px 12px;
        font-size: 12px;
        line-height: 16px;
        border-color: var(--Primary-Blue, #006cff)
    }

    .dashboard__actions-lbl {
        display: none
    }

    .dashboard__actions-tbl {
        flex-direction: row;
        gap: 4px;
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 16px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: scroll
    }

    .dashboard__actions-tbl::-webkit-scrollbar {
        display: none
    }

    .dashboard__deps .cab-layout__card,
    .dashboard__steps .cab-layout__card {
        background: transparent;
        padding: 0
    }

    .dashboard__deps-grid {
        margin: 0 -16px
    }

    .dashboard__deps-grid .row {
        padding: 0 16px
    }

    .dashboard__deps-grid .row .col-lg-3 {
        min-width: 249px;
        max-width: 249px
    }

    .dashboard__steps {
      
    }

    .dashboard__steps-inner {
        padding: 0;
        margin: 0
    }

    .dashboard__steps .row>* {
        min-width: 249px;
       /* max-width: 249px*/
    }

    .dashboard__deps-grid .row,
    .dashboard__steps .row {
        margin-left: -2px !important;
        margin-right: -2px !important
    }

    .dashboard__deps-grid .row>*,
    .dashboard__steps .row>* {
        padding-left: 2px !important;
        padding-right: 2px !important
    }

    .dashboard__deps-top {
        align-items: center;
        gap: 12px;
        margin-bottom: 16px
    }

    .dashboard__l-card.cab-layout__card {
        /*background: transparent;
        padding: 0*/
    }

    .dashboard__l-card.cab-layout__card .cab-layout__card-ttl {
        margin-bottom: 16px
    }
}

@media(max-width:767px) {
    .dashboard.cab-layout__body {
        gap: 24px
    }

    .dashboard__nodeps-banner {
        min-height: 217px;
        border-radius: 16px;
        padding-top: 28px;
        background: url(/dash-banner.png) no-repeat top;
        background-size: auto calc(100% + 12px)
    }

    .dashboard__nodeps-banner .btn-primary_sm {
        line-height: 16px
    }

    .dashboard__nodeps-banner-t {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px
    }

    .dashboard__nodeps-cloud-n {
        font-size: 4.615px;
        line-height: 6.923px
    }

    .dashboard__nodeps-cloud-t {
        font-size: 3.846px;
        line-height: 6.923px;
        letter-spacing: .077px
    }

    .dashboard__nodeps-cloud-pr {
        font-size: 3.895px;
        line-height: 5.193px;
        letter-spacing: -.078px
    }

    .dashboard__nodeps-cloud {
        width: 74.226px;
        min-width: 74.226px;
        height: 28.46px;
        padding: 3.895px;
        gap: 1.298px;
        border-radius: 3.895px
    }

    .dashboard__nodeps-banner-pr_sm {
        width: 43.074px;
        height: 43.074px;
        padding: 4.534px;
        border-radius: 12.485px
    }

    .dashboard__nodeps-banner-pr:nth-of-type(3)>div {
        background-position-x: -68px
    }

    .dashboard__nodeps-banner-pr:nth-of-type(4)>div {
        background-position-x: -102px
    }

    .dashboard__nodeps-banner-pr:nth-of-type(4) {
        right: 41.4%
    }

    .dashboard__nodeps-banner-pr:nth-of-type(3) {
        left: 41.7%
    }

    .dashboard__guides {
        display: flex;
        flex-direction: column;
        gap: 16px
    }

    .dashboard__guides-col {
        display: flex;
        flex-direction: column;
        gap: 4px;
        flex-direction: row
    }

    .dashboard__guides-col .dashboard__guide {
        border-radius: 20px;
        overflow: hidden;
        flex: 1 1;
        position: relative
    }

    .dashboard__guides-col .guideline {
        background: url(/db-guides.png) no-repeat 100% 0;
        background-size: auto 176px;
        position: relative;
        overflow: hidden
    }

    .dashboard__guides-col .guideline:before {
        content: "";
        display: block;
        position: absolute;
        width: 142px;
        height: 142px;
        border-radius: 50%;
        top: 0;
        left: -32px;
        background: var(--primary-blue);
        opacity: .3;
        filter: blur(45px);
        z-index: -1
    }

    .dashboard__guides-col .guideline_3 {
        background-position-y: -88px
    }

    .dashboard__guides-col .guideline h4 {
        font-size: 14px;
        line-height: 24px
    }

    .dashboard_start .dashboard__guides {
        order: 1
    }

    .dashboard_start .dashboard__lastd {
        order: 2
    }

    .dashboard_start .dashboard__add {
        order: 3
    }

    .dashboard_start .dashboard__steps {
        order: 1
    }

    .dashboard_start .dashboard__principales {
        order: 2
    }

    .dashboard_start .dashboard__hist {
        order: 5
    }

    .dashboard__steps .dep-offers__top .btn-primary_border-cab {
        color: transparent;
        border: none;
        background: url(/hide-up-i.svg) no-repeat 100%;
        background-size: 16px
    }

    .dashboard__actions .history__tbl {
        margin-left: -16px;
        margin-right: -16px
    }

    .dashboard__actions .history__tbl-body {
        padding: 0 16px;
        flex-direction: row;
        gap: 4px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: scroll
    }

    .dashboard__actions .history__tbl-body::-webkit-scrollbar {
        display: none
    }

    .dashboard__actions .history__tbl-row {
        width: 245px;
        flex-shrink: 0
    }
}

@media(max-width:670px) {
    .dashboard__guides-col {
        flex-direction: column
    }

    .dashboard__guides-col .dashboard__guide {
        width: 100%
    }

    .dashboard .cab-layout__title {
        gap: 16px
    }

    .dashboard .cab-layout__title .bounty-btn {
        order: 1;
        margin-bottom: 0
    }

    .dashboard .cab-layout__title .cab-layout__h1 {
        order: 2
    }
}

.history__top {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch
}

.history__ttl {
    margin-bottom: 0;
    flex: 1 0
}

.history__filter {
    position: relative
}

.history__filter-btn {
    display: flex;
    height: 40px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: transparent;
    border-radius: 8px;
    border: 1px solid #242424;
    transition: all .3s linear;
    color: #fff;
    font-family: Poppins Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px
}

.history__filter-btn:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url(/filter.svg) no-repeat 50%
}

.history__filter-btn:active,
.history__filter-btn:focus,
.history__filter-btn:hover,
.history__filter-btn_a {
    border: 1px solid var(--secondary-gray, #8a9ba8)
}

.history__filter-list {
    min-width: 270px;
    list-style-type: none;
    position: absolute;
    z-index: 1;
    top: calc(100% + 21px);
    right: 3px;
    padding: 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 16px;
    background: #1f1f1f;
    box-shadow: 12px 12px 40px 0 rgba(0, 0, 0, .3);
    display: none;
    opacity: 0;
    transition: all .3s linear
}

.history__filter-list_a {
    display: flex;
    opacity: 1
}

.history__filter-list label {
    color: var(--secondary-white, #fff);
    font-family: Poppins Medium;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .24px;
    gap: 8px
}

.history__filter-list label:before {
    width: 18px;
    height: 18px;
    min-width: 18px
}

.history__tbl {
    transition: all .3s linear
}

.history__tbl_loading {
    opacity: .2
}

.history__tbl-body {
    margin-bottom: 24px
}

.history__tbl-row {
    display: flex;
    padding: 14px 0 14px 32px;
    min-height: 76px;
    align-items: center;
    align-self: stretch;
    border-top: 1px solid #242424;
    gap: 24px
}

.history__tbl-row:first-of-type {
    border-bottom: none
}

.history__tbl-row_top {
    padding: 0 0 12px 32px;
    border-top: none;
    min-height: unset
}

.history__tbl-row_pending {
    background: #1f1f1f;
    border-top-color: #1f1f1f;
    border-radius: 8px;
    position: relative;
    margin: 2px 0
}

.history__tbl-row_pending+div {
    border-top: none
}

.history__tbl-row_pending:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--Dashboard-Primary-Text-Gray, #8b8b8b);
    border-radius: 8px 0 0 8px
}

.history__tbl-col {
    flex: 1 0;
    color: var(--secondary-white, #fff);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.history__tbl-col_top {
    font-size: 12px;
    line-height: 16px
}

.history__tbl-col_dt {
    max-width: 144px
}

.history__tbl-col_st {
    max-width: 120px;
    padding-right: 32px
}

.history__tbl-col_wrap {
    word-break: break-all
}

.history__tbl-col_comment {
    color: #8b8b8b
}

.history__tbl-col_coin {
    max-width: 120px
}

.history__amount {
    flex: 1 0
}

.history__status {
    word-break: break-all;
    color: var(--Green, #48dd4b)
}

.history__status_pending {
    color: var(--Dashboard-Primary-Text-Gray, #8b8b8b)
}

.history__status_cancel {
    color: var(--dashboard-secondary-red, #ff3439)
}

.history__amount {
    display: flex;
    align-items: center;
    gap: 8px
}

.history__amount-v {
    white-space: nowrap;
    color: var(--Green, #48dd4b)
}

.history__amount-v_pending {
    color: var(--Dashboard-Primary-Text-Gray, #8b8b8b)
}

.history__amount-v_canceled,
.history__amount-v_off {
    color: var(--dashboard-secondary-red, #ff3439)
}

.history__tbl-pages {
    text-align: center
}

.history__divider,
.history__filter-btn_mob,
.history__mob-lbl {
    display: none
}

.history__mob-filters {
    flex-direction: column;
    flex: 1 0;
    list-style-type: none
}

.history__mob-filters,
.history__mob-filters li {
    display: flex;
    align-items: center;
    align-self: stretch;
    width: 100%
}

.history__mob-filters li {
    padding: 7px 0;
    gap: 12px;
    color: var(--Secondary-White, #fff);
    font-family: Poppins Medium;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .24px
}

.history__mob-filters .checkbox__label {
    gap: 12px
}

.history__mob-filters .checkbox__label:before {
    width: 18.5px;
    min-width: 18.5px;
    height: 18.5px;
    flex-shrink: 0
}

@media(max-width:1799px) {
    .history__tbl-row {
        gap: 12px;
        padding: 14px 0 14px 20px
    }

    .history__tbl-col_st {
        padding-right: 20px
    }

    .history__tbl-col_dt {
        max-width: 130px
    }
}

@media(min-width:1300px)and (max-width:1725px) {
    .history__tbl-row {
        gap: 10px;
        padding: 14px 0 14px 10px
    }

    .history__tbl-col_amount {
        width: 100%;
        max-width: 195px;
        flex: unset
    }

    .history__tbl-col_st {
        padding-right: 10px
    }

    .history .cab-layout__card {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media(max-width:1299px) {
    .history {
        gap: 16px
    }

    .history .cab-layout__card {
        padding: 0;
        background: transparent
    }

    .history__ttl.cab-layout__card-ttl {
        font-size: 16px;
        line-height: 24px
    }

    .history__filter-btn {
        font-size: 0;
        padding: 4px;
        gap: 0;
        width: 34px;
        height: 34px;
        border-radius: 8px;
        border: 1px solid var(--Neutral-Black-700, #31343d)
    }

    .history__top {
        margin-bottom: 16px
    }

    .history__tbl-top {
        display: none
    }

    .history__tbl-body {
        display: flex;
        flex-direction: column;
        gap: 4px
    }

    .history__tbl-row {
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
        border-radius: 16px;
        background: #171717
    }

    .history__tbl-row_pending {
        overflow: hidden;
        margin: 0
    }

    .history__tbl-row_pending:before {
        width: 100%;
        height: 4px;
        border-radius: 8px 8px 0 0
    }

    .history__tbl-col {
        font-size: 12px;
        height: 20px;
        letter-spacing: .02em
    }

    .history__tbl-col_dt {
        max-width: unset
    }

    .history__tbl-col_st {
        max-width: unset;
        padding-right: 0
    }

    .history__tbl-col_coin {
        max-width: unset
    }

    .history__divider {
        display: block;
        width: 100%;
        height: 1px;
        opacity: .3;
        border-top: 1px dashed #504f4f
    }

    .history__amount {
        flex-direction: row-reverse;
        gap: 4px
    }

    .history__amount-v {
        letter-spacing: .02em
    }

    .history__mob-lbl {
        display: block;
        color: var(--Dashboard-Primary-Text-Gray, #8b8b8b);
        font-family: Poppins;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 15px;
        white-space: nowrap;
        letter-spacing: unset
    }

    .history__tbl-col {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 2px;
        align-self: stretch;
        justify-content: space-between;
        text-align: right
    }

    .history__tbl-col .cab-layout__i_ps {
        transform: scale(.9)
    }

    .history__filter-btn {
        display: none
    }

    .history__filter-btn_mob {
        display: block
    }
}

@media(min-width:1200px) and (max-width:1279px) {
  
}