.custom-logo {
    position: absolute;
    top: 0;
    left: 4px;
    width: 162px;
    height: 70px;
    background: url("../../images/logos/logo-light.svg") no-repeat;
}

.custom-level-block {
    background: #D7F9EF;
    border-radius: 4px;
    padding: 6px;
    margin: 0 14px;
}

.custom-level-block-title {
    margin-left: 5px;
    color: #0BB783;
    font-weight: bold;
    font-size: 11px;
    line-height: 18px;
}

.custom-level-block-title.mobile {
    display: none;
}

@media (max-width: 700px) {
    .custom-level-block-title {
        display: none;
    }
    .custom-level-block-title.mobile {
        display: block;
    }
}

.custom-level-container {
    width: 440px !important;
    padding: 15px;
}

@media (max-width: 568px) {
    .custom-level-container {
        width: 320px !important;
        padding: 10px;
    }
}

.custom-level-container-mb-15 {
    margin-bottom: 15px;
}

.custom-level-container-ml-20 {
    margin-left: 20px;
}

.custom-level-container-title {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 21px;
}

.custom-level-container-subtitle {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

.custom-level-container-header {
    display: grid;
    grid-template-columns: 0.8fr 1.6fr 0.6fr;
    background-color: #F3F6F9;
    border-radius: 5px;
    color: #B5B5C3;
    padding: 10px;
}

.custom-mobile-block-menu {
    flex: none;
}

@media (max-width: 568px) {
    .custom-mobile-block-menu {
        margin: 0 !important;
    }
}

@media (max-width: 568px) {
    .custom-mobile-block-menu-topbar {
        padding: 12px 8px !important;
        height: auto;
        justify-content: space-between !important;
    }
}

@media (min-width: 992px) {
    .custom-mobile-block-menu-topbar {
        padding: 0 25px;
    }
}

@media (max-width: 568px) {
    .custom-mobile-breadcrumb-item {
        padding: 0 0 0 10px !important;
        margin: 0 !important;
    }

    .breadcrumb.breadcrumb-dot .breadcrumb-item::after .custom-mobile-breadcrumb-item {
        display: none;
    }
}

@media (max-width: 568px) {
    .custom-mobile-block-content {
        padding: 15px 0 15px 0 !important;
    }
}

.custom-level-container-header-name {}

.custom-level-container-header-three-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}

.custom-level-container-header-two-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
}

.custom-level-container-header-one-col {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
}

.custom-level-container-header-turnover {
    text-align: end;
}

.custom-level-container-header-mixed {
    text-align: end;
}

.custom-level-container-header-deposits {
    text-align: end;
}

.custom-level-container-body-1 {
    font-size: 14px;
    line-height: 21px;
    padding: 10px;
    border-bottom: 1px solid #E5EAEE;
    margin-bottom: 1px;
}

.custom-level-container-body-name {
    min-width: 80px
}

.custom-level-container-body-three-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}

.custom-level-container-body-two-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
}
.custom-level-container-body-one-col {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
}

.custom-level-container-body-turnover {
    text-align: end;
}

.custom-level-container-body-mixed {
    text-align: end;
}

.custom-level-container-body-deposits {
    text-align: end;
    font-weight: normal;
}

.custom-level-container-body-item {
    display: grid;
    grid-template-columns: 0.8fr 1.6fr 0.6fr;
    font-size: 14px;
    line-height: 21px;
    padding: 10px;
    border-bottom: 1px solid #E5EAEE;
    margin-bottom: 1px;
}

.custom-level-container-body-item-end {
    display: grid;
    grid-template-columns: 0.8fr 1.6fr 0.6fr;
    font-size: 14px;
    line-height: 21px;
    padding: 10px;
}

.custom-level-container-body-item-active {
    background: rgba(54, 153, 255, 0.1);
    padding: 10px;
    margin-top: 1px;
}

.custom-level-container-body-item-active-title {
    color: #3699FF;
    opacity: 0.6;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 6px;
}

.custom-level-container-body-name-active {
    min-width: 80px;
    color: #3699FF;
}

.custom-level-container-body-item-active-body {
    display: grid;
    grid-template-columns: 0.8fr 1.6fr 0.6fr;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}

@media (max-width: 568px) {
    .custom-level-container-body-item-active-body {
        display: grid;
    }
}

.custom-level-container-body-item-active-loading {
    width: 49%;
    margin-right: 3px;
    background: #0BB783;
    border-radius: 100px 0 0 100px;
}

.custom-level-container-body-item-loading {
    text-transform: uppercase;
    font-size: 9px;
    line-height: 14px;
    justify-content: center;
}

.custom-level-container-body-2 {
    font-size: 14px;
    line-height: 21px;
    padding: 10px;
    border-bottom: 1px solid #E5EAEE;
    border-top: 1px solid #E5EAEE;
    margin: 1px 0;
}

.custom-level-container-loading {
    width: 49%;
    background: #B5B5C3;
    border-radius: 0 100px 100px 0;
}

.custom-link-affiliate-programs {
    color: #ffffff;
    text-decoration: underline;
}

.custom-link-affiliate-programs:hover {
    color: #ffffff;
    text-decoration: underline !important;
}

.custom-level-container-loading-zero {
    width: 100%;
    background: #B5B5C3;
    border-radius: 100px;
}

.custom-level-container-body-item-loading-zero {
    text-transform: uppercase;
    font-size: 9px;
    line-height: 14px;
    justify-content: center;
}

.custom-page-wrapper {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
    border-radius: 10px;
    padding-block: 30px;
}

.custom-page-wrapper + .custom-page-wrapper {
    margin-top: 30px;
}

.custom-page-wrapper > div {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.custom-rookie-table .card {
    box-shadow: none;
    margin: 0;
}

.custom-rookie-table .card .card-header {
    padding: 0;
}

.custom-rookie-table .card .card-body {
    padding: 0;
}

.custom-rookie-table .card .card-body th {
    padding: 0 0 10px;
    @media (min-width: 1024px) {
        padding-bottom: 19px;
    }
}

.custom-rookie-table .card .card-body td {
    padding: 0;
}

.custom-rookie-table .card .card-body tr:first-child td {
    padding: 10px 0 8px;
    @media (min-width: 1024px) {
        padding-block: 15px;
    }
}

.custom-rookie-table .card .card-body tr + tr td  {
    padding-block: 8px;
    @media (min-width: 1024px) {
        padding-block: 15px;
    }
}

.custom-table-medal img {
    width: 16px;
    height: 16px;
    margin-right: 9px;
}

.custom-rookie-not-finished .card .card-header .card-title {
    margin: 0 0 22px;
    @media (min-width: 1024px) {
        margin: 0 0 30px;
    }
}

/*центрирование контента по центру экрана для больших экранов*/
@media (min-width: 2560px) {
    .custom-page-wrapper {
        padding-right: 256px; /*отступ размером с сайдбар справа*/
    }
}

.custom-programs-page {
    font-size: 16px;
    line-height: 24px;
}

.custom-programs-page i {
    color: #a0002a;
}

.custom-programs-page b {
    font-weight: bold;
}

.custom-programs-page a {
    color: #3699FF;
    text-decoration-line: underline;
}

.custom-programs-page-title {
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 27px;
    line-height: 40px;
}

.custom-programs-page-title b {
    color: #A0002A;
}

.custom-programs-page-subtitle {
    margin: 40px 0 20px;
    font-weight: bold;
    font-size: 21px;
    line-height: 31px;
}

.custom-programs-page-information {
    display: flex;
    padding: 20px;
    margin-top: 20px;
    background: rgba(27, 40, 63, 0.05);
    border-radius: 10px;
}

.custom-programs-page-formula {
    padding: 20px;
    margin-top: 20px;
    background: rgba(54, 153, 255, 0.1);
    border-radius: 10px;
}

.custom-programs-page-list {
    color: #A0002A;
    margin: 20px 0;
}

.custom-programs-page-list span {
    color: #1B283F;
}

.custom-programs-page-img {
    width: 100%;
    height: 385px;
    display: block;
    margin-bottom: 30px;
    border: 1px solid rgba(27, 40, 63, 0.07);
    box-sizing: border-box;
    border-radius: 20px;
    background: url(../../images/misc/programs.png) no-repeat;
}

.custom-programs-page-img-information {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 16px;
}

.custom-programs-page-table {
    max-width: 670px;
    width: 100%;
    margin: 20px auto;
    border: 1px solid rgba(27, 40, 63, 0.1);
    box-sizing: border-box;
    border-radius: 10px;
}

@media (max-width: 568px) {
    .custom-programs-page-table {
        margin: 20px 0;
    }
}

.custom-programs-page-table table {
    width: 100%;
}

.custom-programs-page-table-td:not(:first-child),
.custom-programs-page-table-header {
    border-bottom: 1px solid rgba(27, 40, 63, 0.1);
}

.custom-programs-page-table-header td {
    padding: 14px 0;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 568px) {
    .custom-programs-page-table-header td {
        font-size: 12px;
    }
}

.custom-programs-page-table-td td {
    padding: 14px 0;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
}

.custom-programs-page-table-td td:last-child,
.custom-programs-page-table-header td:last-child {
    padding-right: 20px;

    @media (max-width: 568px) {
        padding-right: 10px;
    }
}

.custom-programs-page-table-td td:first-child,
.custom-programs-page-table-header td:first-child {
    padding-left: 20px;

    @media (max-width: 568px) {
        padding-left: 10px;
    }
}

.custom-programs-page-table-td td:not(:first-child),
.custom-programs-page-table-header td:not(:first-child) {
    text-align: end;
}

.custom-programs-page-example {
    margin: 20px 50px 0;
    font-style: italic;
    font-size: 14px;
    line-height: 21px;
    color: #1B283F;
    opacity: 0.8;
}

.custom-programs-page-table-number {
    width: 32px;
    height: 28px;
    background: rgba(160, 0, 42, 0.05);
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #A0002A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-programs-page-formula-variable {
    padding: 2px 8px;
    color: #1B283F;
    background: rgba(27, 40, 63, 0.07);
    border-radius: 4px;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

.custom-programs-page-formula-sign {
    margin: 0 10px;
    font-weight: bold;
}

.custom-programs-page-formula-example {
    margin-top: 29px;
    font-size: 14px;
    line-height: 21px;
    color: #1B283F;
    opacity: 0.8;
}

.custom-programs-page-formula-coefficient {
    margin: 14px 0;
}

.custom-programs-page-formula-bracket {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #1B283F;
    opacity: 0.3;
    margin-right: 10px;
}

.custom-cis-block {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.custom-cis-block ul {
    padding: 0 0 0 25px;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

@media (max-width: 1024px) {
    .custom-cis-block ul {
        padding: 0 0 0 15px;
        font-size: 14px;
    }
}

.custom-cis-prize-fund {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 12px;
    background: rgba(15, 175, 89, 0.30);
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    max-width: 968px;

    b {
        font-size: 18px;
        font-weight: 700;
        line-height: 19px;
    }
}

.custom-cis-block:last-child {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 12px;
}

.custom-cis-block-region-title {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 12px;
}

.custom-cis-block-region {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.custom-cis-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 27px;
}

.custom-cis-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.custom-cis-text span {
    font-weight: 500;
}

@media (max-width: 1024px) {
    .custom-cis-text {
        font-size: 14px;
    }
}

.custom-cis-images {
    position: relative;
    margin-bottom: 24px;
    overflow: hidden;
    height: 200px;
}

@media (min-width: 992px) {
    .custom-cis-images {
        height: 240px;
    }
}

.custom-cis-images img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    border-radius: 12px;
}

.custom-cis-container-title {
    font-weight: 500;
    font-size: 21px;
    line-height: 31px;
    color: #464E5F;
    margin-bottom: 30px;
}

.custom-cis-tabs {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
    overflow: auto;
}

.custom-cis-tab {
    position: relative;
    min-width: 215px;
    display: flex;
    align-items: center;
    padding: 20px 20px;
    margin-left: 20px;
    background: #FFFFFF;
    border: 2px solid #04A4FE;
    box-sizing: border-box;
    border-radius: 12px;
    font-size: 14px;
    line-height: 21px;
    color: #464E5F;
}

.custom-cis-tab:first-child {
    margin-left: 0;
}

.custom-cis-tab-no-active {
    background: rgba(225, 240, 255, 0.5);
    border: 0;
    opacity: 0.6;
}

a.custom-cis-tab {
    border: 2px solid rgba(225, 240, 255, 0.5);
}

a.custom-cis-tab:hover {
    border: 2px solid #04A4FE;
    color: #464E5F;
}

.custom-cis-tab-no-active::after {
    position: absolute;
    content: attr(data-content);
    right: -20px;
    top: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    background: #FFFFFF;
    border-radius: 3px;
    transform: rotate(36deg);
    width: 77px;
    text-align: center;
}

.custom-cis-tab__img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.custom-cis-tab__img img {
    max-width: 100%;
    max-height: 100%;
}

.custom-cis-tab__date {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #0BB783;
    margin-top: 5px;
}

.custom-cis-tab__date.started-left {
    color: #1BC5BD;
}
.custom-cis-tab__date.finished {
    color: #F64E60;
}

.custom-cis-images__block {
    position: absolute;
    top: 51px;
    left: 40px;
    color: #ffffff;
}

@media (max-width: 568px) {
    .custom-cis-images__block {
        top: 12px;
        left: 16px;
    }
}

.custom-cis-images__block__title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.custom-cis-images__block__title-short {
    display: none;
}

@media (max-width: 800px) {
    .custom-cis-images__block__title-full {
        display: none;
    }
    .custom-cis-images__block__title-short {
        display: flex;
    }
}

.custom-cis-images__block-title {
    font-weight: bold;
    font-size: 31px;
    line-height: 47px;
    margin-right: 15px;
}

@media (max-width: 800px) {
    .custom-cis-images__block-title {
        font-size: 16px;
        line-height: 35px;
    }
}

.custom-cis-images__block-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.custom-cis-images__block-label {
    display: inline-block;
    background: #0BB783;
    border-radius: 8px;
    padding: 7px 16px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

@media (max-width: 800px) {
    .custom-cis-images__block-label {
        vertical-align: bottom;
    }
}

.custom-cis-images__block-label .finished {
    background: #F64E60;
}

.custom-cis-images__block-label .started-left {
    background: #1BC5BD;
}

.custom-cis-images__block-button {
    display: inline;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    background: #04A4FE;
    border-radius: 8px;
    padding: 4px 12px;
}

.custom-cis-container {
    max-width: 304px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 18px 20px;
    background: rgba(238,240,248, 0.6);
    border-radius: 12px;
}

@media (max-width: 1070px) {
    .custom-cis-container {
        width: 100%;
        margin-right: 0;
    }
}

.custom-cis-block-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 960px;
    grid-column-gap: 20px;
    grid-row-gap: 24px;
}

@media (max-width: 1070px) {
    .custom-cis-block-container {
        grid-template-columns: 1fr;
        grid-row-gap: 12px;
    }
}

.custom-cis-container__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(199, 199, 199, 0.3);
    border-radius: 14px;
    margin-right: 19px;
}

.custom-cis-container__icon svg {
    width: 23px;
    height: 23px;
}

.custom-cis-container__icon svg.secondary {
    width: 30px;
    height: 30px;
    margin-top: 8px;
}

.custom-cis-container__place {
    padding-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    margin-right: 20px;
    text-align: center;
}

.custom-cis-container__place-number {
    color: #1E1E2D;
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
}

.custom-cis-container__block {
    text-align: center;
}

.custom-cis-container__prize {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.custom-cis-container__places {
    max-width: 304px;
    display: flex;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    background: rgba(225, 240, 255, 0.50);
    color: #1E1E2D;
    align-items: center;
}

.custom-cis-container__places svg {
    width: 23px;
    height: 23px;
}

.custom-cis-calendar {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 14px!important;
}

.custom-cis-calendar__participate{
    font-weight: 500;
    font-size: 14px;
}

.custom-cis-calendar__description {
    color: #1E1E2D66;
    font-size: 12px;
    padding-top: 6px;
}

.custom-cis-calendar svg {
    margin-right: 8px;
    font-size: 14px;
    line-height: 19px;
    color: rgba(30, 30, 45, 0.8);
}

.custom-cis-calendar__block {
    display: flex;
    margin-right: 46px;
}

@media (max-width: 568px) {
    .custom-cis-calendar__block {
        margin-right: 0;
        margin-bottom: 24px;
    }
}

.custom-cis-calendar__start {
    margin-top: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: rgba(30, 30, 45, 0.4);
}

.custom-cis-calendar__dash {
    margin: 0 16px;
}

.custom-cis-information {
    display: flex;
    align-items: center;
}

@media (max-width: 568px) {
    .custom-cis-information {
        display: block;
    }
}

.custom-cis-info {
    display: flex;
    align-items: center;
    padding: 18px;
    background: rgba(238,240,248, 0.6);
    border-radius: 8px;
    gap: 20px;

    button {
        flex: none;
    }
}

@media (max-width: 768px) {
    .custom-cis-info {
        flex-wrap: wrap;
    }
}


.custom-cis-info__icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(40, 199, 192, 0.3);
    border-radius: 4px;
}

.custom-cis-info__text {
    color: rgba(30, 30, 45, 0.8) !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    width: 404px;
}

@media (max-width: 1224px) {
    .custom-cis-info__text {
        width: auto;
    }
}

.custom-cis-countries__container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -42px;
    margin-bottom: 24px;
}

.custom-cis-block-region-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    grid-gap: 24px 42px;
}

.custom-cis-countries {
    display: flex;
    flex-basis: 10%;
    min-width: 120px;
    margin-right: 40px;
}

@supports (display: grid) {
    .custom-cis-countries__container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        grid-gap: 24px 42px;
        margin-right: 0;
    }
    .custom-cis-countries {
        margin: 0;
    }
}

.custom-cis-country {
    display: flex;
    align-items: center;
    color: rgba(30, 30, 45, 0.8);
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.custom-cis-flag {
    width: 20px;
    height: 20px;
    margin-right: 9px;
}

.custom-cis-flag svg {
    width: 20px;
    height: 20px;
}

.custom-cis-label-finished {
    position: absolute;
    width: 90px;
    top: 15px;
    right: -15px;
    background: rgba(246, 78, 96, 0.2);
    transform: rotate(40deg);
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: rgba(246, 78, 96, 0.9);
    text-align: center;
}

.custom-cis-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B5B5C3;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 25px;
}


.custom-cis-table tr,
.custom-cis-table__mobile tr {
    border-bottom: 1px solid #E5EAEE;
}

.custom-cis-table tr td {
    font-size: 14px;
}

.custom-cis-table-row__you {
    background-color: rgba(54, 153, 255, 0.1);
}

@media (max-width: 568px) {
    .custom-cis-table {
        display: none;
    }
}

.custom-cis-table__mobile {
    display: none;
}

@media (max-width: 568px) {
    .custom-cis-table__mobile {
        display: table;
    }
}

.custom-cis-table__ellipsis {
    margin: 20px 0 20px 38px;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: rgba(30, 30, 45, 0.3);
}

.custom-cis-table__you {
    display: flex;
    align-items: center;
    padding: 22px 11px;
    margin-bottom: 15px;
    background: rgba(54, 153, 255, 0.1);
    border-radius: 6px;
    font-size: 14px;
    line-height: 21px;
}

@media (max-width: 568px) {
    .custom-cis-table__you {
        display: none;
    }
}

.custom-cis-table__you-icon {
    display: flex;
    margin-right: 19px;
    border-radius: 2px;
    width: 20px;
    height: 20px;

    img {
        width: 100%;
    }
}

@media (max-width: 568px) {
    .custom-cis-table__you-icon {
        margin-right: 9px;
    }
}

.custom-cis-table__you-icon svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 568px) {
    .custom-cis-table__you-icon svg {
        width: 16px;
        height: 16px;
    }
}

.custom-cis-table__you-mobile {
    display: none;
}

@media (max-width: 568px) {
    .custom-cis-table__you-mobile {
        display: flex;
        align-items: center;
        padding: 22px 11px;
        margin-bottom: 8px;
        background: rgba(54, 153, 255, 0.1);
        border-radius: 4px;
        font-size: 12px;
        line-height: 18px;
    }
}

.custom-sidebar {
    display: flex;
    align-items: center;
}

.custom-sidebar__new {
    padding: 3px 5px;
    margin-left: 10px;
    background: #0BB783;
    border-radius: 8px;
    font-weight: 700;
    font-size: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.custom-sidebar__support {
    padding: 5px 7px;
    margin-left: 10px;
    background: #A0002A;
    border-radius: 8px;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
}

.custom-dashboard-banner {
    position: relative;
    margin: 0 0 20px;
    display: flex;
    align-items: stretch;
    padding: 1.5rem 2rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px;
}

.custom-dashboard-banner::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0.1) 75%);
    border-radius: 12px;
}

.custom-dashboard-banner-sic {
    background-image: url("../../images/bg/dashboard-banner-sic.jpg");
    background-position: right;
}

.custom-dashboard-banner-india {
    background-image: url('../../images/bg/dashboard-banner-india.png');
    background-position: center;
}

.custom-dashboard-banner-brazil {
    background-image: url('../../images/bg/dashboard-banner-brazil.png');
    background-position: right;
}

.custom-dashboard-banner-europe-australia {
    background-image: url('../../images/bg/dashboard-banner-europe-australia.jpg');
    background-position: right;
}

.custom-dashboard-banner-asia-mix {
    background-image: url('../../images/bg/dashboard-banner-asia-mix.jpg');
    background-position: right;
}

.custom-dashboard-banner-usa {
    background-image: url('../../images/bg/dashboard-banner-usa.jpg');
    background-position: center;
}

.custom-dashboard-banner-world {
    border: none;
    background-image: url('../../images/bg/dashboard-banner-world2.jpg');
    background-position: right;
}

.custom-dashboard-banner-sun {
    background-image: url('../../images/bg/dashboard-banner-sun.png');
    background-position: right;
}

.custom-dashboard-banner-africa {
    background-image: url('../../images/bg/dashboard-banner-africa.jpg');
    background-position: right;
}

.custom-dashboard-banner-mena {
    background-image: url('../../images/bg/dashboard-banner-mena.jpg');
    background-position: right;
}

.custom-dashboard-banner-asia {
    background-image: url('../../images/bg/dashboard-banner-asia.png');
    background-position: right;
}

@media (max-width: 767.98px) {
    .custom-dashboard-banner-asia {
        background-position: left;
    }
}

.custom-dashboard-banner-asia-mena-top {
    background-image: url('../../images/bg/dashboard-banner-asia-mena-top.png');
    background-position: right;
}

.custom-dashboard-banner-grow-bonus {
    background-image: url('../../images/bg/dashboard-banner-grow-bonus.png');
    background-position: right;
    min-height: 160px;
}

.custom-dashboard-banner-rookie-top {
    background-image: url('../../images/bg/dashboard-banner-rookie.png');
    background-position: right;
}

.custom-dashboard-banner-sic__block {
    flex-grow: 1;
    align-self: center;
    color: #ffffff;
}

.custom-dashboard-banner-sic__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.50);
}

.custom-dashboard-banner-sic__container {
    display: flex;
    flex-direction: column;
    position: relative;
}

.custom-dashboard-banner-sic__text {
    max-width: 400px;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-right: 16px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.50);
}

@media (max-width: 629.98px) {
    .js-collapsible-text {
        max-height: 54px;
        overflow: hidden;
        transition: max-height 0.33s ease;
        position: relative;
    }

    .js-show-more {
        display: inline-block;
        margin-top: 4px;
        cursor: pointer;
        color: #3699FF;
        font-size: 12px;
    }
}

.custom-alert-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.custom-dashboard-banner-sic__button {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 18px;
    background: #0BB783;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;

    @media (min-width: 630px) {
        max-width: fit-content;
    }
}

.custom-dashboard-banner-sic__button:hover {
    color: white;
}

.custom-bot-description__container {
    padding: 32px 94px 26px 30px;
}

@media (max-width: 650px) {
    .custom-bot-description__container {
        padding: 15px 10px 32px 12px;
    }
}

.custom-bot-description__title {
    font-weight: bold;
    font-size: 27px;
    line-height: 40px;
    margin-bottom: 20px;
}

@media (max-width: 650px) {
    .custom-bot-description__title {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 17px;
    }
}

.custom-bot-description__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 26px;
}

@media (max-width: 650px) {
    .custom-bot-description__subtitle {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

.custom-bot-description__image {
    display: block;
    border-radius: 25px;
    margin-bottom: 25px;
}

.custom-bot-description__image {
    margin-bottom: 20px;
}

.custom-bot-description__text {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 650px) {
    .custom-bot-description__text {
        font-size: 14px;
        line-height: 20px;
    }
}

.custom-bot-accounts__container {
    height: calc(100% - 25px);
    padding: 30px;
}

.custom-bot-accounts__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
}

.custom-bot-accounts__empty-image {
    margin: 100px auto 23px;
}

@media (max-width: 525px) {
    .custom-bot-accounts__empty-image {
        margin: 44px auto 23px;
    }
}

.custom-bot-accounts__empty-text {
    max-width: 190px;
    margin: 0 auto 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(27, 40, 63, 0.6);
}

.custom-bot-accounts__button {
    padding: 11px 19px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    background: #3699FF;
    border-radius: 6px;
    cursor: pointer;
}

.custom-bot-accounts__header {
    display: grid;
    grid-template-columns: 10% 60% 30%;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #B5B5C3;
    border-bottom: 1px solid #E5EAEE;
    padding-bottom: 12px;
}

@media (max-width: 525px) {
    .custom-bot-accounts__header {
        grid-template-columns: 10% 60% 30%;
    }
}

.custom-bot-table {
    margin: 21px 0 14px;
}

.custom-bot-accounts__body-item {
    display: grid;
    grid-template-columns: 10% 60% 30%;
    padding: 11px 0 9px;
    border-bottom: 1px solid #E5EAEE;
    align-items: center;
}

@media (max-width: 525px) {
    .custom-bot-accounts__body-item {
        grid-template-columns: 10% 60% 30%;
    }
}


.custom-bot-accounts__body-number {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
}

.custom-bot-accounts__body-nick {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #3699FF;
}

.custom-bot-accounts__body-hidden {
    font-size: 10px;
    color: #1B283F;
}

.custom-bot-accounts__body-hidden b {
    font-weight: 700;
}

.custom-bot-accounts__body-buttons {
    display: flex;
    align-items: center;
    place-self: flex-end;
    gap: 10px;
}

.custom-bot-accounts__body-button {
    width: 32px;
    padding: 7px;
    background: #F3F6F9;
    border-radius: 6px;
    cursor: pointer;
}

.custom-bot-accounts__modal-switch {
    display: flex;
    align-items: center;
}

.custom-bot-accounts__modal-switch__label {
    font-size: 14px;
    font-weight: 500;
    margin: 0 8px;
    width: calc(100% - 58px);
}

.custom-bot-accounts__modal-switch__switch {
    font-size: 16px;
    margin: 0;
    height: 28px;
}

.custom-bot-accounts__modal-switch__switch label {
    margin: 0;
}

.custom-bot-accounts__modal-border {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E5EAEE;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5EAEE;
}

.custom-bot-accounts__modal-footer {
    border: 0;
    padding: 0;
    margin: 28px 0 0 0;
}

.custom-bot-instruction__container {
    padding: 30px;
}

@media (max-width: 525px) {
    .custom-bot-instruction__container {
        padding: 20px 22px 20px 12px;
    }
}


.custom-bot-instruction__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 6px;
}

@media (max-width: 525px) {
    .custom-bot-instruction__title {
        font-size: 16px;
        line-height: 24px;
    }
}

.custom-bot-instruction__subtitle {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(27, 40, 63, 0.6);
}

@media (max-width: 650px) {
    .custom-bot-instruction__subtitle {
        margin-bottom: 0;
    }
}

@media (max-width: 525px) {
    .custom-bot-instruction__subtitle {
        display: none;
    }
}

.custom-bot-instruction__steps {
    display: flex;
}

@media (max-width: 650px) {
    .custom-bot-instruction__steps {
        display: block;
    }
}

.custom-bot-instruction__step {
    position: relative;
}

@media (max-width: 650px) {
    .custom-bot-instruction__step {
        margin-top: 40px;
    }
}

.custom-bot-instruction__step-number {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    background: #3699FF;
    border-radius: 100px;
}

@media (max-width: 650px) {
    .custom-bot-instruction__step-number {
        margin: 0 auto 14px;
    }
}

.custom-bot-instruction__step-number__border {
    position: absolute;
    top: 36px;
    left: 91px;
    width: calc(100% - 109px);
    border-bottom: 2px dashed rgba(0, 0, 0, 0.15);
}

@media (max-width: 650px) {
    .custom-bot-instruction__step-number__border {
        display: none;
    }
}

.custom-bot-instruction__step-text {
    max-width: 240px;
    width: 100%;
    margin-right: 40px;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 650px) {
    .custom-bot-instruction__step-text {
        text-align: center;
        margin: 0 auto 20px;
    }
}

.custom-bot-instruction__steps-button {
    width: max-content;
    padding: 11px 19px;
    margin-top: 17px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    background: #3699FF;
    border-radius: 6px;
}

.custom-bot-accounts__button:hover,
.custom-bot-instruction__steps-button:hover,
.custom-bot-accounts__button:active,
.custom-bot-instruction__steps-button:active {
    color: white;
}

@media (max-width: 650px) {
    .custom-bot-instruction__steps-button {
        margin: 0 auto;
    }
}

.custom-bot-questions {
    padding: 29px 23px;
    margin-top: 52px;
    background: rgba(84, 168, 255, 0.08);
    border-radius: 12px;
}

@media (max-width: 525px) {
    .custom-bot-questions {
        padding: 18px 21px 18px 8px;
    }
}

.custom-bot-questions__step {
    position: relative;
    display: flex;
}

.custom-bot-questions__step-block {
    max-width: calc(770px - 70px);
}

@media (max-width: 1245px) {
    .custom-bot-questions__step-block {
        max-width: calc(100% - 70px);
    }
}

.custom-bot-questions__step-number {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px 0 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    border-radius: 100px;
    background: #FFFFFF;
    box-shadow: 0 12px 10px rgba(0, 0, 0, 0.09);
}

.custom-bot-questions__step-number-border {
    position: absolute;
    top: 32px;
    left: 23px;
    height: calc(100% - 32px);
    border-left: 2px dashed rgba(0, 0, 0, 0.15);
}

.custom-bot-questions__step-number-big {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    border-radius: 100px;
    background: #FFFFFF;
    box-shadow: 0 12px 10px rgba(0, 0, 0, 0.09);
}

.custom-bot-questions__step-number-big-border {
    position: absolute;
    top: 48px;
    left: 23px;
    height: calc(100% - 48px);
    border-left: 2px dashed rgba(0, 0, 0, 0.15);
}


.custom-bot-questions__step-title {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.custom-bot-questions__step-big-title {
    height: 42px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.custom-bot-questions__step-text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
}

/* Custom Accordion start */
.accordion.accordion-custom .card .card-header .card-title {
    font-size: 1rem;
}
.accordion.accordion-custom .card .card-header .card-title.collapsed {
    color: #353A4D;
}
.accordion.accordion-custom .card .card-title .accordion-icon {
    min-width: 9px;
    height: 5px;
    background: url("../../images/svg/icons/General/arrow-up-faq.svg") 9px 5px;
}
.accordion.accordion-custom .card .card-title.collapsed .accordion-icon {
    background-image: url("../../images/svg/icons/General/arrow-down-faq.svg");
}
.accordion.accordion-custom .card .card-body {
    background-color: rgba(225, 240, 255, 0.5);
}
.accordion.accordion-custom .card .card-body p:last-child {
    margin-bottom: 0;
}
/* Custom Accordion end */

.custom-support {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 30px;
    bottom: 30px;
    padding: 2px 2px 2px 22px;
    background: #A0002A;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF !important;
    cursor: pointer;
    z-index: 10;
}

@media (max-width: 991px) {
    .custom-support {
        right: 15px;
    }
}


.custom-support__icon {
    position: relative;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    background: #FFFFFF;
    border-radius: 100px;
}

.custom-support__icon svg {
    width: 24px;
    height: 24px;
}

.custom-support__count {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -5px;
    right: 1px;
    width: 17px;
    height: 17px;
    padding: 2px;
    background: #444B5D;
    border-radius: 100px;
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
}

/* Page CPA-statistics  */
.custom-cpa-tabs {
    display: flex;
    margin-bottom: 30px;
}

.custom-cpa-tab {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: rgba(30,30,45,0.5);
    border: 1px solid #D2D7EB;
    cursor: pointer;
}

.custom-cpa-tab:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left: 0;
}
.custom-cpa-tab:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.custom-cpa-tab:hover {
    border-color: #3699FF;
    background-color: #3699FF;
    color: #FFFFFF;
}

.custom-cpa-tab.active {
    background: #3699FF;
    border-color: #3699FF;
    color: #FFFFFF;
}

.custom-cpa-pagination {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
    padding-left: 0;
    list-style: none;
}

.custom-cpa-page-item {
    margin-right: 6px;
}

.custom-cpa-page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    height: 33px;
    min-width: 33px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    position: relative;
    color: #5E6278;
    background-color: transparent;
    border: 0 solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-cpa-page-link:hover {
    color: #009EF7;
    background-color: #F1FAFF;
}

.custom-cpa-page-item.active .custom-cpa-page-link {
    background-color: #009EF7;
    color: #FFFFFF;
}

.custom-cpa-header {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 30px 0;
}

.custom-cpa-header__title {
    font-weight: 500;
    font-size: 21px;
    line-height: 32px;
    margin-right: 26px;
}

.custom-cpa-header__tab {
    padding: 11px 21px;
    color: rgba(30,30,45,0.5);
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    margin-right: 3px;
}

.custom-cpa-header__tab.active {
    background: #F3F6F9;
    border-radius: 6px;
    color: #3699FF;
}

.custom-cpa-header__filter {
    position: absolute;
    max-width: 320px;
    width: 100%;
    right: 30px;
    top: 100%;
    background: #FFFFFF;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.custom-cpa-header__filter-buttons {
    display: flex;
    align-items: center;
    width: max-content;
    margin-left: auto;
    padding: 20px;
}

.custom-cpa-header__filter-button-reset {
    background: #F3F6F9;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: rgba(30,30,45,0.5);
    margin-right: 5px;
    padding: 8px 17px;
    cursor: pointer;
}

.custom-cpa-header__filter-body {
    padding: 20px 20px 0;
}

.custom-cpa-header__filter-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}

.custom-cpa-header__filter-button-apply {
    background: #3699FF ;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 8px 17px;
    cursor: pointer;
}

.custom-cpa-header__filter-title {
    padding: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    border-bottom: 1px solid #E5EAEE;
}

.custom-cpa-header__filter-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 17px;
    margin-left: auto;
    background: #F3F6F9;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
}

.custom-cpa-header__filter-button svg {
    width: 15px;
    height: 15px;
    margin-right: 3px;
    fill: #7E8299;
}

.custom-cpa-header__filter-button:hover {
    background: #3699FF;
    color: #FFFFFF;
}
.custom-cpa-header__filter-button:hover svg {
    fill: #FFFFFF;
}
.custom-cpa-header__filter-button.active {
    background: #3699FF;
    color: #FFFFFF;
}
.custom-cpa-header__filter-button.active svg {
    fill: #FFFFFF;
}

.custom-cpa-body {
    padding: 30px;
}

.custom-cpa-body__header {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    grid-column-gap: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #B5B5C3;
}

.text-end {
    text-align: end;
}

.text-bold {
    font-weight: bold;
}

.custom-cpa-body__total {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    grid-column-gap: 10px;
    padding: 15px 0;
    background: #F3F6F9;
    border-top: 1px solid #E5EAEE;
}

.custom-cpa-body__item {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    grid-column-gap: 10px;
    padding: 15px 0;
    border-top: 1px solid #E5EAEE;
}

.custom-cpa-body__item-user {
    display: flex;
    align-items: center;
}

.custom-cpa-body__item-user svg {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.custom-balance {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 21px;
    font-weight: 500;
    color: #1E1E2D;
}

.custom-balance__text {
    font-size: 12px;
    font-weight: 500;
    color: #959CB6;
}

.custom-balance__text-container {
    display: flex;
    gap: 4px;
}


@media (min-width: 567px) {
    .custom-balance__container {
        position: absolute;
        left: 25px;
    }
}

.custom-balance__button {
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    background: #0BB783;
    padding: 4px;
    border-radius: 6px;
}

.custom-header-telegram {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #A2A3B7;
    font-size: 12px;
    font-weight: 500;
    margin-right: 15px;
}

@media (max-width: 700px) {
    .custom-header-telegram {
        display: none;
    }
}

.custom-header-locale {
    margin-right: 20px;
}

@media (max-width: 700px) {
    .custom-header-locale {
        display: none !important;
    }
}

.custom-header-locale.show {
    border-radius: 4px;
    background: rgba(53, 58, 77, 0.05);
}

.custom-header-locale:hover {
    border-radius: 4px;
    background: rgba(53, 58, 77, 0.05);
}

.custom-header-locale__button {
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    padding: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #A2A3B7;
}

.custom-header-locale__button-arrow {
    transform: rotate(180deg);
}

.custom-header-locale.show .custom-header-locale__button-arrow {
    transform: rotate(0);
}

.custom-header-user {
    margin-left: 20px;
}

.custom-header-user.show {
    border-radius: 4px;
    background: rgba(53, 58, 77, 0.05);
}

.custom-header-user__container {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #3699FF;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 5px;
}

.custom-header-user__container:hover {
    border-radius: 4px;
    background: rgba(53, 58, 77, 0.05);
}

@media (max-width: 700px) {
    .custom-header-user__container-email {
        display: none;
    }
}

.custom-header-user.show .custom-header-user__container-arrow {
    transform: rotate(180deg);
}

.custom-header-user__dropdown {
    padding: 20px !important;
}

@media (max-width: 568px) {
    .custom-header-user__dropdown {
        top: 25px !important;
    }
}

@media (max-width: 700px) {
    .custom-header-user__dropdown {
        transform: translate3d(0, 50px, 0px) !important;
        width: 100%;
    }    
}

.custom-header-user__dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #61616C;
    cursor: pointer;
    margin-bottom: 20px;
}

.custom-header-user__dropdown-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 700px) {
    .custom-header-user__dropdown-item:last-child {
        margin-bottom: 20px !important;
    }        
}

.custom-header-user__dropdown-item svg {
    fill: #61616C;
    stroke: #61616C;
}

.custom-header-user__dropdown-item:hover {
    color: #3699FF;
}

.custom-header-user__dropdown-item:hover svg {
    fill: #3699FF;
    stroke: #3699FF;
}

.custom-header-user__dropdown-item:last-child {
    margin-bottom: 0;
}

.custom-dashboard-statistic__item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

@media (max-width: 879px) {
    .custom-dashboard-statistic__item-text {
        margin: 0;
    }
}

.custom-dashboard-link__title {
    margin: 30px 0 0 2.25rem;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    color: #212121;
}

.custom-dashboard-balance__block {
    background: #1E1E2D;
    padding: 30px;
}

.custom-dashboard-balance__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 20px;

}

.custom-dashboard-balance__sum {
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 8px;
    color: #FFFFFF;
}

.custom-dashboard-balance__button {
    display: flex;
    align-items: center;
    padding: 11px 21px;
    border-radius: 4px;
    background: #0BB783;
    font-size: 13px;
    font-weight: 600;
    gap: 10px;
    color: #ffffff;
    margin-bottom: 20px;
}

.custom-dashboard-balance__button:hover {
    color: #ffffff;
    background: #23BE8F;
}

.custom-dashboard-balance__container {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    padding: 6px 12px;
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    font-weight: 400;
}

.custom-dashboard-balance__container-sum {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.custom-dashboard-statistics-filter {
    margin-left: 14px;
    position: relative;
    overflow: visible;
}

.custom-dashboard-statistics-filter .daterangepicker {
    left: 0 !important;
    right: auto !important;
}

.custom-dashboard-statistics-filter .daterangepicker.show-calendar {
    width: 720px;
    max-width: none;
}

.custom-dashboard-statistics-filter .daterangepicker .drp-calendar {
    max-width: 340px;
}

@media (max-width: 768px) {
    .custom-dashboard-statistics-filter .daterangepicker .drp-calendar.right {
        display: none !important;
    }
    .custom-dashboard-statistics-filter .daterangepicker {
        width: 265px !important;
        left: 0 !important;
        right: 0 !important;
    }

    .custom-dashboard-statistics-filter .daterangepicker .drp-selected {
        width: 100%;
        margin-bottom: 10px;
    }

    .custom-dashboard-statistics-filter .daterangepicker .ranges {
        width: 100%;
    }

    .custom-dashboard-statistics-filter .daterangepicker .ranges ul {
        width: 100%;
    }
}

.custom-dashboard-statistics-filter__block {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #E5EAEE;
    background: #FFF;
    color: #444B5D;
    width: max-content;
    cursor: pointer;
    position: relative;

}

.custom-dashboard-statistics-filter__block-text {
    color: #444B5D;
}

.custom-dashboard-statistics-filter__dropdown {
    padding: 8px 0;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    left: -10px !important;
    width: 100%;
}

.custom-dashboard-statistics-filter__dropdown-item {
    display: block;
    color: #464E5F;
    padding: 8px 14px;
    margin-bottom: 4px;
    cursor: pointer;
}

.custom-dashboard-statistics-filter__dropdown-item:hover {
    color: #3699FF;
    background: #F3F6F9;
}

.custom-dashboard-statistics-filter__dropdown-item.active {
    color: rgba(30, 30, 45, 0.4);
    cursor: default;
}

.custom-dashboard-statistics-filter__dropdown-item.active:hover {
    color: rgba(30, 30, 45, 0.4);
    background: transparent;
}

.custom-dashboard-statistics-filter__dropdown-item:last-child {
    margin-bottom: 0;
}


.custom-dashboard-statistics-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.custom-dashboard-statistics-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.custom-dashboard-statistics-header__button {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(54, 153, 255, 1);
}

@media (max-width: 629px) {
    .custom-dashboard-statistics-header__button {
        display: none;
    }
}

.custom-dashboard-statistics-header__button-mobile {
    display: none;
}

@media (max-width: 629px) {
    .custom-dashboard-statistics-header__button-mobile {
        display: flex;
        margin-bottom: 20px;
        align-items: center;
        gap: 4px;
        font-size: 13px;
        font-weight: 500;
    }
}

@media (max-width: 879px) {
    .custom-dashboard-link__container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
}

.custom-dashboard-statistic__items {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;

    @media (min-width: 629px) {
        flex-direction: row;
        gap: 20px;
    }
}

.custom-dashboard-statistic__item {
    position: relative;
    width: 100%;
    padding: 8px 20px;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(56, 71, 109, 0.03);
    overflow: hidden;

    @media (min-width: 629px) {
        padding: 20px 30px;
        width: calc((100% - 40px) / 3);
    }

    &.deposits::after {
        background: #3699FF;
    }

    &.withdraw::after {
        background: #1BC5BD;
    }

    &.ftd::after {
        background: #8A50FC;
    }

    &.clicks::after {
        background: #FFA800;
    }

    &.registrations::after {
        background: #3699FF;
    }
}

.custom-dashboard-statistic__item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
}

.custom-dashboard-statistic__item-long {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

    @media (min-width: 629px) {
        width: calc(50% - 10px);
    }
}

.custom-dashboard-statistic__item p {
    margin: 0;
}

.custom-dashboard-statistic__item-title {
    color: #1E1E2D;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;

    @media (min-width: 629px) {
        font-size: 16px;
    }
}

.custom-dashboard-statistic__item-value {
    display: flex;
    color: #1E1E2D;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;

    @media (min-width: 629px) {
        font-size: 30px;
    }
}

.custom-dashboard-statistic__item-value-dollar::before {
    content: '$';
    color: #1E1E2D;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;

    @media (min-width: 629px) {
        font-size: 12px;
    }
}

.custom-dashboard-statistic__item-count {
    display: flex;
    padding: 2px 9px;
    border-radius: 16px;
    background: rgba(30, 30, 45, 0.05);
    color: rgba(30, 30, 45, 0.70);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.custom-dashboard-statistic__item-summary {
    display: flex;
    color: #1E1E2D;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;

    @media (min-width: 629px) {
        font-size: 28px;
    }
}

.custom-dashboard-statistic__item-name {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 4px;
    padding-left: 16px ;

    &.ftd {
        color: #8A50FC;

        &::after {
            background: #8A50FC;
        }
    }

    &.clicks {
        color: #FFA800;

        &::after {
            background: #FFA800;
        }
    }

    &.registrations {
        color: #3699FF;

        &::after {
            background: #3699FF;
        }
    }
}

.custom-dashboard-statistic__item-name::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.custom-withdrawal-alert {
    padding: 0 10px !important;
    margin: 0 0 30px 0 !important;
}

.custom-menu-affiliate-agreement {
    width: calc(100% - 50px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: #A2A3B7;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

@media (max-height: 750px) {
    .custom-menu-affiliate-agreement {
        position: static;
        padding: 0 20px;
    }
}

.custom-menu-affiliate-agreement-link {
    color: #A2A3B7;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.custom-menu-affiliate-agreement-link:hover {
    color: #ffffff;
}

.custom-header-telegram-mobile {
    display: none;
    align-items: center;
    gap: 4px;
    color: #A2A3B7;
    font-size: 12px;
    font-weight: 500;
    margin-right: 15px;
}

@media (max-width: 700px) {
    .custom-header-telegram-mobile {
        display: flex;
    }
}

.custom-header-user__dropdown-footer {
    display: none;
    padding: 20px;
    border-top: 1px solid rgba(53, 58, 77, 0.10);
}

@media (max-width: 700px) {
    .custom-header-user__dropdown-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 20px 0 0;
    }
}

.custom-header-locale-mobile {
    display: none;
}

@media (max-width: 700px) {
    .custom-header-locale-mobile {
        display: block !important;
    }
}

.custom-support-block-status svg {
    width: 18px;
    height: 18px;
    margin-inline-end: 6px;
}

.custom-support-block-content {
    @media (min-width: 568px) and (max-width: 991.98px) {
        padding-top: 50px;
    }
}

.custom-support-header {
    @media (max-width: 1400px) {
        padding: 0 20px;
    }
}

.custom-support-ticket {
    padding: 14px 20px;
    color: #464E5F;
}

.custom-support-ticket-unread {
    background-color: rgba(160, 0, 42, 0.04)
}

.custom-support-ticket-title {
    font-size: 13px;
}

.custom-support-ticket-text {
    font-size: 12px;
}

.custom-support-ticket-block {
    margin-bottom: 12px;
}

.clickable-ticket:last-child {
    border-radius: 0 0 calc(0.42rem - 1px) calc(0.42rem - 1px) !important;
}


.custom-support-alert {
    border-radius: 10px;
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 420px;
    background: #FFFFFF;
    z-index: 100;
}

.custom-support-alert__close {
    border: none;
    background: none;
    position: absolute;
    top: 12px;
    right: 12px;
    transition: filter 0.2s ease;

    svg {
        width: 12px;
        height: 12px;
    }
}

.custom-support-alert__close:hover,
.custom-support-alert__close:focus-visible {
    filter: brightness(1.15);
}

.custom-support-alert__darkener {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(30, 30, 45, .8);
    z-index: 99;
}

.custom-support-alert__container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 100%;
}

.custom-support-alert__container p {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
}

.custom-support-alert__container:last-child {
    border-top: 1px solid rgba(30, 30, 45, .1);
}

.custom-support-alert__icon {
    margin-right: 10px;
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-support-alert__button {
    color: #FFF;
    background: #3699FF;
    padding: 11px 21px;
    border-radius: 4px;
    font-size: 13px;
    border: none;
}

@media (max-width: 700px) {
    .custom-support-alert__button {
        padding: 8px 19px;
        font-size: 12px;
    }
    .custom-support-alert__icon {
        width: 36px;
        min-width: 36px;
        height: 36px;
    }
    .custom-support-alert__icon svg {
        width: 30px;
        height: 30px;
    }
    .custom-support-alert {
        left: 12px;
        right: 12px;
        transform: translate(0, -50%);
    }
    .custom-support-alert__container {
        align-items: flex-start;
    }
    .custom-support-alert__container p {
        font-size: 16px;
    }
}

.custom-dashboard-statistic__item-title--black {
    color: #1E1E2D;
}

.custom-dashboard-statistic__item-icon {
    width: 40px;
    height: 40px;
}

.custom-dashboard-statistic__item-ftd {
    color: #8A50FC;
}

.custom-dashboard-statistic__item-ftd::before {
    background-color: #8A50FC;
}

.custom-dashboard-statistic__item-clicks {
    color: #FFA800;
}

.custom-dashboard-statistic__item-clicks::before {
    background-color: #FFA800;
}

.custom-dashboard-statistic__item-registrations {
    color: #3699FF;
}

.custom-dashboard-statistic__item-registrations::before {
    background-color: #3699FF;
}

.custom-dashboard-statistic__item-ftd::before,
.custom-dashboard-statistic__item-clicks::before,
.custom-dashboard-statistic__item-registrations::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-inline: 2px 6px;
}

.custom-grow-bonus-text {
    font-size: 16px;
    line-height: 22px;
}

.custom-grow-bonus-details {
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

.custom-grow-bonus-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.custom-grow-bonus-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.custom-grow-bonus-list {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 0 0 0 24px;
}

.custom-grow-bonus-images__block-title {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    max-width: 460px;
}


.custom-tickets {
    @media (max-width: 991.98px) {
        border-top: 1px solid #EFF2F5;
    }
}



.custom-tickets-head {
    display: grid;
    grid-template-columns: minmax(230px, 1fr) minmax(80px, 140px) minmax(150px, 210px) minmax(300px, 2fr) minmax(100px, 130px);
    padding: 0.75rem 1rem;
    font-weight: 600;
    color: #B5B5C3;
    border-bottom: 1px solid #EFF2F5;
    gap: 1.5rem;
    letter-spacing: 0.1rem;
    font-size: 0.9rem;
}

.custom-tickets-head p {
    margin-bottom: 0;
}

.custom-tickets-row {
    display: grid;
    grid-template-columns: minmax(230px, 1fr) minmax(80px, 140px) minmax(150px, 210px) minmax(300px, 2fr) minmax(100px, 130px);
    gap: 1.5rem;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #EFF2F5;
    text-decoration: none;
    color: inherit;
    transition: background-color .15s;
}

.custom-tickets-row:hover {
    background: #F9FAFB;
}

.custom-support-ticket-unread:hover {
    background: rgba(160, 0, 42, 0.08);
}


.custom-tickets-message {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-tickets-wrapper {
    flex: 1 1 auto;
    min-height: 1px;
    padding-inline: 2rem 2.25rem;
    margin-bottom: 10px;
}

.custom-tickets-status {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* мобильная версия */
@media (max-width: 1399.98px) {
    .custom-tickets-head {
        display: none;
    }

    .custom-tickets-row {
        grid-template-columns: 1fr auto;
        grid-template-areas: "subject status" "message message";
        row-gap: 0.5rem;
        padding: 14px 20px;
    }

    .custom-tickets-subject {
        grid-area: subject;
        display: flex;
        flex-direction: column;
    }

    .custom-tickets-date-mobile {
        font-size: 12px;
        color: #464E5F;
    }

    .custom-tickets-status {
        grid-area: status;
        display: flex;
        align-items: center;
        gap: .5rem;
    }

    .custom-tickets-message {
        grid-area: message;
    }

    /* скрытие колонки с заголовками таблицы */
    .custom-tickets-date, .custom-tickets-actions {
        display: none !important;
    }

    .custom-tickets-wrapper {
        margin-bottom: 0;
        padding-inline: 0;
    }

    .custom-support-title {
        font-size: 16px !important;
    }
}

.custom-status-icon {
    width: 16px;
    height: 16px;
}

.custom-action-icon {
    color: #3699FF !important;
}

.custom-support-title {
    font-size: 21px !important;
    font-weight: 500 !important;
}

.custom-password-strength {
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.15);
    margin: 6px 0 4px;
    border-radius: 4px;
    overflow: hidden;
}

.custom-password-bar {
    height: 100%;
    width: 0;
    transition: width 0.3s, background 0.3s;
}

.custom-password-validation {
  display: none;
}
.custom-password-validation.is-visible {
  display: block;
}

.custom-password-validation.low .custom-password-bar {
    background-color: #FF1E00;
}

.custom-password-validation.medium .custom-password-bar {
    background-color: #FF432E;
}

.custom-password-validation.complete .custom-password-bar {
    background-color: #0FAF59;
}

.custom-password-rules {
    margin-block: 14px;
    background: rgba(2, 111, 211, 0.2);
    padding: 12px;
    border-radius: 6px;
    color: white;
    font-size: 12px;
    text-align: start;
}

.custom-rules-title {
    font-weight: 700;
    margin-bottom: 4px;
}

.custom-password-rules ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-password-rules li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4px;
}

.custom-password-rules li::before {
    display: none;
}

.custom-register-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../images/svg/icons/fail.svg");
}

.custom-password-text-error,
.custom-password-text-success {
    font-size: 11px;
    color: #FFFFFF;
    opacity: 60%;
    text-align: start;
}

.custom-password-text-success {
    display: none;
}

.custom-password-validation.complete .custom-password-text-success {
    display: block;
}

.custom-password-validation.complete .custom-password-text-error {
    display: none;
}

.custom-support-icon {
    width: 30px;
    height: 30px;
    background-color: rgba(54, 153, 255, 0.10);
    border-radius: 5px;
}

.custom-support-modal-container {
    max-width: 350px;
    border-radius: 10px;
}

.custom-support-modal-title {
    color: #464E5F;
    font-size: 21px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.custom-support-modal {
    padding: 0;
    margin: 0;
}

.custom-support-modal-text {
    padding: 20px;
    margin: 0;
    color: #1E1E2D;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;;
}

.custom-support-modal-footer button {
    font-weight: 600;
}

.custom-balance-info {
    display: flex;
    align-items: center;
    gap: 4px;
}

.custom-balance-popover-title {
    color: #181C32;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 12px;
    margin: 0 0 12px 0;
    border-bottom: 1px solid rgba(236, 237, 244, 1);
}

.custom-balance-popover-text {
    color: #3F4254;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.custom-balance-popover-info {
    border-radius: 4px;
    background: rgba(255, 138, 0, 0.10);
    padding: 8px 12px;
    color: #3F4254;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 12px 0;
}

.custom-balance-popover-block {
    display: flex;
    gap: 6px;
    color: #3F4254;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}


.custom-reg-error {
    display: flex;
    align-items: stretch;
    padding: 12px;
    gap: 16px;
    border-radius: 4px;
    border: 2px solid rgba(245, 71, 89, 0.20);
    background: rgba(245, 71, 89, 0.15);
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
    color: #FFFFFF;
}

.custom-reg-error-text {
    width: 100%;
}

.custom-reg-error-title {
    color: #F54759;
    font-weight: 700;
    line-height: normal;
    font-size: 14px;
    margin-bottom: 6px;
}

.custom-reg-error-ul {
    padding: 0;
    margin: 0;
}

.custom-reg-error-ul li {
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 6px;
}

.custom-reg-error-ul li:before {
    color: rgba(245, 71, 89, 0.50);
    margin-right: 8px;
}

.custom-reg-error-ul li:last-child {
    margin-bottom: 0;
}

.custom-header-logo-mobile {
    position: relative;
    left: -10px;
}
.custom-support-icon {
    width: 30px;
    height: 30px;
    background-color: rgba(54, 153, 255, 0.10);
    border-radius: 5px;
}

.custom-support-modal-container {
    max-width: 350px;
    border-radius: 10px;
}

.custom-support-modal-content {
    border-radius: 10px;
    height: 238px;
}

.custom-support-modal-title {
    color: #464E5F;
    font-size: 21px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid rgba(30, 30, 45, 0.1);
}

.custom-support-modal-title p {
    margin: 0;
}

.custom-support-modal {
    padding: 0;
    margin: 0;
}

.custom-support-modal-text {
    padding: 20px;
    margin: 0;
    color: #1E1E2D;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;;
}

.custom-support-modal-footer {
    padding: 20px;
}

.custom-support-modal-footer button {
    font-weight: 600;
}

.custom-header-user__dropdown-email {
    color: #1E1E2D;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.custom-header-user__dropdown-id {
    color: #61616C;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(53, 58, 77, 0.10);
}


.custom-withdrawal-help-title {
    color: #464E5F;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.custom-withdrawal-help-subtitle {
    display: block;
    color: #464E5F;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 8px;
}

.custom-withdrawal-widget-not {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 15px 0 30px;
}
.custom-support-page-header {
    margin: 30px 20px 0 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

@media (min-width: 768px) {
    .custom-support-page-header {
        margin: 30px 30px 0 30px;
    }
}

.custom-support-page-header p {
    margin: 0;
}

.custom-support-page-header-block {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.custom-support-page-header-ticket {
    color: #464E5F;
    font-size: 19px;
    font-weight: 500;
    line-height: normal;
    opacity: 0.3;
}

@media (min-width: 768px) {
    .custom-support-page-header-ticket {
        font-size: 16px;
    }
}

.custom-support-page-header-name {
    color: #464E5F;
    font-size: 19px;
    font-weight: 500;
    line-height: normal;
}

@media (min-width: 768px) {
    .custom-support-page-header-name {
        font-size: 16px;
    }
}

.custom-support-page-header-back {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    color: #3699FF;
    border: 1px solid #3699FF;
    background: transparent;
}

.custom-support-page-header-back:hover {
    color: rgba(24, 125, 228, 1);
    border-color: rgba(24, 125, 228, 1);
}

.custom-support-page-header-back svg {
    width: 14px;
    height: 14px;
}

.custom-support-page-alert {
    padding: 20px;
    border-radius: 12px;
    background: rgba(225, 240, 255, 0.50);
    margin: 15px 20px 12px;
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 12px;
}

@media (min-width: 630px) {
    .custom-support-page-alert {
        justify-content: normal;
    }
}

@media (min-width: 768px) {
    .custom-support-page-alert {
        margin: 15px 30px 34px;
    }
}

.custom-support-page-header-button-ticket {
    border-radius: 6px;
    border: 1px solid #E5EAEE;
    background: #FFFFFF;
    display: flex;
    padding: 8px 19px;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    color: #1E1E2D;
}

.custom-support-page-header-button-ticket:hover {
    border-color: #B5B5C3;
}

.custom-support-page-header-button-answer {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    border-radius: 6px;
    background: #3699FF;
    padding: 8px 18px;
    border: none;
    height: max-content;
}

.custom-support-page-header-button-answer:hover {
    background: #187DE4;
}

.custom-support-page-header-buttons {
    display: none;
    gap: 10px;
    color: #1E1E2D;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    flex: none;
}

@media (min-width: 768px) {
    .custom-support-page-header-buttons {
        display: flex;
    }
}

.custom-support-page-header-buttons-mobile {
    display: flex;
    gap: 10px;
    color: #1E1E2D;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    flex: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 9px;
}

@media (min-width: 768px) {
    .custom-support-page-header-buttons-mobile {
        display: none;
    }
}

.custom-support-page-alert p {
    margin: 0;
    color: #1E1E2D;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.custom-support-page-alert-label {
    opacity: 0.5;
    margin-right: 4px;
}

.custom-support-page-alert-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
}

.custom-support-page-alert-item::before {
    content: '';
    position: absolute;
    right: calc(100% + 12px);
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #1E1E2D;
    opacity: 0.2;
}

.custom-support-page-alert-item:first-child::before {
    display: none;
}

.custom-support-page-body {
    display: none;
}

@media (min-width: 768px) {
    .custom-support-page-body {
        display: block;
    }
}

.custom-support-page-body-mobile {
    padding: 0 20px 20px;
}

.custom-support-page-body-mobile p {
    margin: 0;
    color: #1E1E2D;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

@media (min-width: 768px) {
    .custom-support-page-body-mobile {
        display: none;
    }
}

.custom-support-page-body-mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-support-icon-mobile {
    width: 24px;
    height: 24px;
}

.custom-support-icon-text-mobile {
    color: #1E1E2D;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}

.custom-support-page-body-file-name {
    color: #353A4D;
    font-size: 10px;
    font-weight: 500;
    margin-right: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 auto;
    min-width: 0;
}

.custom-support-page-body-mobile-file-link {
    border-radius: 50px;
    background: rgba(27, 197, 189, 0.1);
    width: max-content;
    max-width: 100%;
}

.custom-support-page-body-mobile-message {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #E5EAEE;
}
.custom-delete-account-modal {
    border-radius: 10px;
    padding: 20px 0;
}

.custom-delete-account-modal-title {
    color: #464E5F;
    font-size: 21px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(30, 30, 45, 0.1);
    padding: 0 20px 20px;
}

.custom-delete-account-modal-alert {
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    background: rgba(246, 78, 96, 0.05);
    color: #F64E60;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0 20px 20px;
}

.custom-delete-account-modal-text {
    color: #1E1E2D;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0 20px 10px;
}

.custom-delete-account-modal-input {
    margin: 0 20px 20px;
    width: -webkit-fill-available;
}

.custom-delete-account-modal-block {
    margin: 0 20px;
    color: #1E1E2D;

    p {
        margin: 0;
    }
}

.custom-delete-account-modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 20px 20px 0;
    margin-top: 20px;
    border-top: 1px solid rgba(30, 30, 45, 0.1);
}
