/* SET ROOT VARIABLES */
:root {
    --main-color: #ff0000;
    --main-color-hover: #e70000;
    --main-color-active: #bf0101;

    --fab-color-primary: #ffe7e6;
    --fab-color-on-primary: #ffffff;

    --fab-color-secondary: #03dac6;
    --fab-color-on-secondary: #000000;

    --fab-color-tertiary: #b4c5e4;
    --fab-color-on-tertiary: #1d192b;

    --fab-color-surface: #f4f4f4;
    --fab-color-surface-hover: #ececec;
    --fab-color-on-surface: #ff0000;

    --fab-color-disabled-container: rgba(31, 31, 31, 0.12);
    --fab-color-disabled-content: rgba(31, 31, 31, 0.38);

    --fab-state-layer-color: #ffffff;
    --fab-state-layer-hover: 0.08;
    --fab-state-layer-focus: 0.12;
    --fab-state-layer-pressed: 0.12;

    --fab-ripple-color: rgba(255, 255, 255, 0.3);

    --fab-size-small: 40px;
    --fab-size-default: 56px;
    --fab-size-large: 96px;
    --fab-height-extended: 56px;
    --fab-min-width-extended: 80px;

    --fab-icon-size-small: 24px;
    --fab-icon-size-default: 24px;
    --fab-icon-size-large: 36px;

    --fab-radius-small: 12px;
    --fab-radius-default: 16px;
    --fab-radius-large: 28px;

    --fab-padding-extended: 20px;
    --fab-gap-extended: 12px;
    --fab-margin-mobile: 20px;
    --fab-bottom-margin-mobile: 95px;
    --fab-right-margin-mobile: 15px;
    --fab-margin-desktop: 180px;
    --fab-bottom-margin-desktop: 80px;
    --fab-right-margin-desktop: 15px;

    --fab-font-family: 'Roboto', sans-serif;
    --fab-font-size: 14px;
    --fab-font-weight: 500;
    --fab-line-height: 20px;
    --fab-letter-spacing: 0.1px;

    --fab-elevation-3:
            0px 3px 5px -1px rgba(0, 0, 0, 0.2),
            0px 6px 10px 0px rgba(0, 0, 0, 0.14),
            0px 1px 18px 0px rgba(0, 0, 0, 0.12);

    --fab-elevation-4:
            0px 5px 5px -3px rgba(0, 0, 0, 0.2),
            0px 8px 10px 1px rgba(0, 0, 0, 0.14),
            0px 3px 14px 2px rgba(0, 0, 0, 0.12);

    --fab-elevation-1:
            0px 1px 3px 0px rgba(0, 0, 0, 0.2),
            0px 2px 2px 0px rgba(0, 0, 0, 0.14),
            0px 1px 8px 0px rgba(0, 0, 0, 0.12);

    --fab-transition-duration: 200ms;
    --fab-transition-timing: cubic-bezier(0.2, 0, 0, 1);
    --fab-transition-all: all var(--fab-transition-duration) var(--fab-transition-timing);

    --fab-animation-enter: 200ms;
    --fab-animation-exit: 150ms;
    --fab-animation-ripple: 600ms;

    --fab-z-index: 100;

    --nav-bar-color-surface: #ffffff;
    --nav-bar-color-on-surface: #1c1b1f;
    --nav-bar-color-on-surface-variant: #49454f;
    --nav-bar-color-primary: #ff0000;
    --nav-bar-color-on-primary: #ffffff;

    --nav-bar-indicator-color: #ff0000;
    --nav-bar-indicator-color-secondary: rgba(255, 0, 0, 0.12);

    --nav-bar-state-layer-opacity-hover: 0.08;
    --nav-bar-state-layer-opacity-focus: 0.12;
    --nav-bar-state-layer-opacity-pressed: 0.12;

    --nav-bar-badge-color: #ff0000;
    --nav-bar-badge-text-color: #ffffff;

    --nav-bar-height: 80px;
    --nav-bar-item-min-width: 80px;
    --nav-bar-item-max-width: 168px;

    --nav-bar-icon-size: 32px;
    --nav-bar-icon-margin-top-inactive: 12px;
    --nav-bar-icon-margin-top-active: 16px;

    --nav-bar-indicator-width: 64px;
    --nav-bar-indicator-height: 32px;
    --nav-bar-indicator-radius: 16px;

    --nav-bar-label-font-size: 12px;
    --nav-bar-label-line-height: 16px;
    --nav-bar-label-letter-spacing: 0.5px;
    --nav-bar-label-font-weight: 500;
    --nav-bar-label-margin-top: 4px;
    --nav-bar-label-margin-bottom: 16px;

    --nav-bar-badge-size: 16px;
    --nav-bar-badge-font-size: 11px;
    --nav-bar-badge-padding: 0 4px;
    --nav-bar-badge-min-width: 16px;

    --nav-bar-font-family: 'Roboto', sans-serif;

    --nav-bar-elevation:
            0px 2px 4px -1px rgba(0, 0, 0, 0.2),
            0px 4px 5px 0px rgba(0, 0, 0, 0.14),
            0px 1px 10px 0px rgba(0, 0, 0, 0.12);

    --nav-bar-transition-duration: 200ms;
    --nav-bar-transition-timing: cubic-bezier(0.2, 0, 0, 1);
    --nav-bar-transition-all: all var(--nav-bar-transition-duration) var(--nav-bar-transition-timing);

    --nav-bar-z-index: 100;
}

:root[theme='gold'] {
    --main-color: darkgoldenrod;
    --main-color-hover: #ae7e08;
    --main-color-active: #9f7204;

    --fab-color-primary: #f6f8e4;
    --nav-bar-indicator-color-secondary: #f6f8e4;
}

/* INCLUDE FONTS */
@font-face {
    font-family: RobotoMedium;
    src: local(Roboto Medium), local(Roboto-Medium), url("") format('woff2'), url("") format('woff'), url("") format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: RobotoRegular;
    src: local(Roboto), local(Roboto-Regular), url("") format('woff2'), url("") format('woff'), url("") format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: RobotoBold;
    src: local(Roboto Bold), local(Roboto-Bold), url("") format('woff2'), url("") format('woff'), url("") format('truetype');
    font-weight: 700;
}

/* END INCLUDE FONTS */

/* DEFAULT STYLES */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea {
    border: none;
    background-color: transparent;
    outline: none;
    font-family: 'Roboto', sans-serif;
}

button {
    cursor: pointer;
}

button:disabled {
    pointer-events: none;
    cursor: none;
}

a {
    text-decoration: none;
}

canvas {
    margin: 10px auto 0 auto;
    display: block;
}

[data-template] {
    display: none;
}

ol {
    list-style-type: none;
    counter-reset: item;
    font-weight: 300;
    font-style: normal;
    color: #000;
    margin-top: 10px;
    line-height: 140%;
    box-sizing: border-box;
}

ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

li ol > li {
    margin: 0;
}

li ol > li:before {
    content: counters(item, ".") " ";
}

ul {
    padding-left: 20px;
    list-style-type: disc;

    & > li:before {
        content: ''
    }
}

/* END DEFAULT STYLES */

/* BODY */

body, html {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    position: relative;
    min-width: 320px;
    font-size: 10px;
    line-height: 1.4;
}

/* FABs */
.fab {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-family: var(--fab-font-family);
    font-weight: var(--fab-font-weight);
    text-decoration: none;
    transition: var(--fab-transition-all);
    user-select: none;
    -webkit-tap-highlight-color: transparent;

    background-color: var(--fab-color-primary);
    color: var(--fab-color-on-primary);

    box-shadow: var(--fab-elevation-3);
}

.fab--default {
    width: var(--fab-size-default);
    height: var(--fab-size-default);
    border-radius: var(--fab-radius-default);
}

.fab--default .fab__icon {
    width: var(--fab-icon-size-default);
    height: var(--fab-icon-size-default);
}

.fab--small {
    width: var(--fab-size-small);
    height: var(--fab-size-small);
    border-radius: var(--fab-radius-small);
}

.fab--small .fab__icon {
    width: var(--fab-icon-size-small);
    height: var(--fab-icon-size-small);
}

.fab--large {
    width: var(--fab-size-large);
    height: var(--fab-size-large);
    border-radius: var(--fab-radius-large);
}

.fab--large .fab__icon {
    width: var(--fab-icon-size-large);
    height: var(--fab-icon-size-large);
}

.fab--extended {
    width: auto;
    height: var(--fab-height-extended);
    min-width: var(--fab-min-width-extended);
    padding: 0 var(--fab-padding-extended);
    border-radius: var(--fab-radius-default);
    gap: var(--fab-gap-extended);
}

.fab--extended .fab__icon {
    width: var(--fab-icon-size-default);
    height: var(--fab-icon-size-default);
}

.fab--extended .fab__label {
    font-size: var(--fab-font-size);
    line-height: var(--fab-line-height);
    letter-spacing: var(--fab-letter-spacing);
    white-space: nowrap;
}

.fab__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.fab__icon svg,
.fab__icon img {
    width: 100%;
    height: 100%;
}

.fab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: var(--fab-state-layer-color);
    opacity: 0;
    transition: opacity var(--fab-transition-duration) var(--fab-transition-timing);
    pointer-events: none;
}

.fab:hover {
    box-shadow: var(--fab-elevation-4);
}

.fab:hover::before {
    opacity: var(--fab-state-layer-hover);
}

.fab:focus-visible {
    outline: none;
}

.fab:focus-visible::before {
    opacity: var(--fab-state-layer-focus);
}

.fab:active::before {
    opacity: var(--fab-state-layer-pressed);
}

.fab:disabled,
.fab--disabled {
    background-color: var(--fab-color-disabled-container);
    color: var(--fab-color-disabled-content);
    box-shadow: none;
    cursor: not-allowed;
    pointer-events: none;
}

.fab:disabled::before,
.fab--disabled::before {
    display: none;
}

.fab--surface {
    background-color: var(--fab-color-surface);
    color: var(--fab-color-on-surface);
}

.fab--surface:hover {
    background-color: var(--fab-color-surface-hover);
}

.fab--secondary {
    background-color: var(--fab-color-secondary);
    color: var(--fab-color-on-secondary);
}

.fab--tertiary {
    background-color: var(--fab-color-tertiary);
    color: var(--fab-color-on-tertiary);
}

.fab--lowered {
    box-shadow: var(--fab-elevation-1);
}

.fab--fixed {
    position: fixed;
    z-index: var(--fab-z-index);
}

.fab--bottom-right {
    bottom: var(--fab-bottom-margin-mobile);
    right: var(--fab-right-margin-mobile);
}

.fab--bottom-left {
    bottom: var(--fab-bottom-margin-mobile);
    left: var(--fab-margin-mobile);
}

.fab--bottom-center {
    bottom: var(--fab-bottom-margin-mobile);
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 1001px) {
    .fab--bottom-right {
        position: absolute;
        bottom: var(--fab-bottom-margin-desktop);
        right: var(--fab-right-margin-desktop);
    }

    .fab--bottom-left {
        bottom: var(--fab-margin-desktop);
        left: var(--fab-margin-desktop);
    }

    .fab--bottom-center {
        bottom: var(--fab-margin-desktop);
    }

    .fab--default {
        --fab-size-default: 46px;
        border-radius: var(--fab-radius-small);
    }

    .fab--default .fab__icon {
        width: var(--fab-icon-size-small);
        height: var(--fab-icon-size-small);
    }
}

@keyframes fab-scale-in {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fab-scale-out {
    from {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(0);
        opacity: 0;
    }
}

.fab--entering {
    animation: fab-scale-in var(--fab-animation-enter) cubic-bezier(0, 0, 0.2, 1);
}

.fab--exiting {
    animation: fab-scale-out var(--fab-animation-exit) cubic-bezier(0.4, 0, 1, 1);
}

.fab--extended.fab--collapsed .fab__label {
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: var(--fab-transition-all);
}

.fab--extended.fab--collapsed {
    padding: 0;
    width: var(--fab-size-default);
    min-width: var(--fab-size-default);
    gap: 0;
}

.fab__ripple {
    position: absolute;
    border-radius: 50%;
    background-color: var(--fab-ripple-color);
    pointer-events: none;
    transform: scale(0);
    animation: ripple var(--fab-animation-ripple) ease-out;
}

@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}
/* END FABs */

/* NAV-BAR */
.nav-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: var(--nav-bar-z-index);

    display: flex;
    justify-content: space-around;
    align-items: stretch;

    height: var(--nav-bar-height);
    background-color: var(--nav-bar-color-surface);
    box-shadow: var(--nav-bar-elevation);

    font-family: var(--nav-bar-font-family);
}

.nav-bar__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    flex: 1;
    min-width: var(--nav-bar-item-min-width);
    max-width: var(--nav-bar-item-max-width);

    padding: 0;
    border: none;
    background: none;
    cursor: pointer;

    text-decoration: none;
    color: var(--nav-bar-color-on-surface-variant);

    transition: var(--nav-bar-transition-all);
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.nav-bar__icon-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    width: var(--nav-bar-indicator-width);
    height: var(--nav-bar-indicator-height);
    margin-top: var(--nav-bar-icon-margin-top-inactive);

    transition: var(--nav-bar-transition-all);
    z-index: 1;
}

.nav-bar__icon-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;

    background-color: var(--nav-bar-indicator-color-secondary);
    border-radius: var(--nav-bar-indicator-radius);

    opacity: 0;
    transform: translateX(-50%);
    transition: var(--nav-bar-transition-all);
}

.nav-bar__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    width: var(--nav-bar-icon-size);
    height: var(--nav-bar-icon-size);

    color: inherit;
    z-index: 2;
}

.nav-bar__icon svg,
.nav-bar__icon img {
    width: 100%;
    height: 100%;
}

.nav-bar__label {
    margin-top: var(--nav-bar-label-margin-top);
    margin-bottom: var(--nav-bar-label-margin-bottom);

    font-size: var(--nav-bar-label-font-size);
    line-height: var(--nav-bar-label-line-height);
    letter-spacing: var(--nav-bar-label-letter-spacing);
    font-weight: var(--nav-bar-label-font-weight);

    text-align: center;
    white-space: nowrap;

    max-width: 100%;
    padding: 0 2px;
}

.nav-bar__badge {
    position: absolute;
    top: 0;
    right: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    min-width: var(--nav-bar-badge-size);
    height: var(--nav-bar-badge-size);
    padding: var(--nav-bar-badge-padding);

    background-color: var(--nav-bar-badge-color);
    color: var(--nav-bar-badge-text-color);

    border-radius: calc(var(--nav-bar-badge-size) / 2);

    font-size: var(--nav-bar-badge-font-size);
    font-weight: 500;
    line-height: 1;

    transform: translate(50%, -50%);
    z-index: 3;
}

.nav-bar__badge--dot {
    min-width: 6px;
    width: 6px;
    height: 6px;
    padding: 0;
}

.nav-bar__badge--hidden {
    display: none;
}

.nav-bar__item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: var(--nav-bar-color-on-surface);
    opacity: 0;

    transition: opacity var(--nav-bar-transition-duration) var(--nav-bar-transition-timing);
    pointer-events: none;
}

.nav-bar__item:focus-visible {
    outline: none;
}

.nav-bar__item:focus-visible::after {
    opacity: var(--nav-bar-state-layer-opacity-focus);
}

.nav-bar__item--active {
    color: var(--nav-bar-color-on-surface);
}

.nav-bar__item--active .nav-bar__icon-container::before {
    opacity: 1;
}

.nav-bar__item--active .nav-bar__icon {
    color: var(--nav-bar-color-primary);
}

.nav-bar__item:disabled,
.nav-bar__item--disabled {
    color: rgba(28, 27, 31, 0.38);
    cursor: not-allowed;
    pointer-events: none;
}

.nav-bar__item:disabled .nav-bar__icon,
.nav-bar__item--disabled .nav-bar__icon {
    opacity: 0.38;
}


.nav-bar--labeled .nav-bar__label {
    display: block;
}

.nav-bar--selected .nav-bar__label {
    opacity: 0;
    transform: scale(0.8);
}

.nav-bar--selected .nav-bar__item--active .nav-bar__label {
    opacity: 1;
    transform: scale(1);
}

.nav-bar--unlabeled .nav-bar__label {
    display: none;
}

.nav-bar--unlabeled .nav-bar__icon-container {
    margin-top: 16px;
}

.nav-bar--auto.nav-bar--items-3 .nav-bar__label,
.nav-bar--auto.nav-bar--items-2 .nav-bar__label,
.nav-bar--auto.nav-bar--items-1 .nav-bar__label {
    display: block;
}

.nav-bar--auto.nav-bar--items-4 .nav-bar__label,
.nav-bar--auto.nav-bar--items-5 .nav-bar__label {
    opacity: 0;
    transform: scale(0.8);
}

.nav-bar--auto.nav-bar--items-4 .nav-bar__item--active .nav-bar__label,
.nav-bar--auto.nav-bar--items-5 .nav-bar__item--active .nav-bar__label {
    opacity: 1;
    transform: scale(1);
}

.nav-bar__ripple {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    pointer-events: none;
    transform: scale(0);
    animation: nav-bar-ripple 600ms ease-out;
}

@keyframes nav-bar-ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.nav-bar--surface-variant {
    background-color: #e7e0ec;
}

.nav-bar--divider {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.nav-bar--scrollable {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.nav-bar--scrollable::-webkit-scrollbar {
    display: none;
}

.nav-bar--scrollable .nav-bar__item {
    flex: 0 0 auto;
}

@keyframes nav-bar-slide-up {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes nav-bar-slide-down {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(100%);
    }
}

.nav-bar--entering {
    animation: nav-bar-slide-up 300ms cubic-bezier(0, 0, 0.2, 1);
}

.nav-bar--exiting {
    animation: nav-bar-slide-down 200ms cubic-bezier(0.4, 0, 1, 1);
}

.nav-bar--hidden {
    transform: translateY(100%);
    transition: transform 200ms cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 1001px) {
    .nav-bar {
        position: absolute;
        height: 62px;
    }

    .nav-bar__item {
        min-width: 60px;
    }

    .nav-bar__icon-container {
        height: 28px;
        margin-top: 7px;
    }

    .nav-bar__icon-container::before {
        width: 80%;
    }

    .nav-bar__icon {
        width: 26px;
        height: 26px;
    }

    .nav-bar__label {
        margin-bottom: 10px;
        font-size: 11px;
    }
}

/* SELECT-BOX-IT */
.selectboxit {
    width: 100% !important;
}

.selectboxit-container {
    width: 100%;
    position: relative;
    display: block;
    vertical-align: top;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCCCCC;
}

.selectboxit-container * {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    white-space: nowrap;
}

.selectboxit-container .selectboxit {
    width: 220px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    position: relative;
}

.selectboxit-container span {
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

.selectboxit-container .selectboxit-options a {
    display: flex;
    padding: 3px 5px;
}

.selectboxit-container .selectboxit:focus {
    outline: 0;
}

.selectboxit-options {
    width: 100%;
}

.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
}

.selectboxit-text span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    margin-left: 5px;
}

.custom-width-text .selectboxit-text span {
    width: 100px;
}

.selectboxit .selectboxit-option-icon-container {
    margin-left: 5px;
}

.selectboxit-container .selectboxit-options {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 9999999999999;
    border-radius: 6px;
    text-align: left;
    max-height: 230px;
}

.selectboxit-option .selectboxit-option-anchor {
    font-size: 16px;
    width: 100%;
}

.selectboxit-option .selectboxit-option-anchor:hover {
    text-decoration: none;
}

.selectboxit-option, .selectboxit-optgroup-header {
    margin: 0;
    list-style-type: none;
}

.selectboxit-option-first {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.selectboxit-optgroup-header + .selectboxit-option-first {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.selectboxit-optgroup-header {
    font-weight: bold;
}

.selectboxit-optgroup-header:hover {
    cursor: default;
}

.selectboxit-arrow-container {
    width: 30px;
    position: absolute;
    right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
    top: 30%;
}

.selectboxit-container .selectboxit-option-icon {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.selectboxit-rendering {
    display: inline-block;
    visibility: visible;
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.selectboxit-btn {
    background-color: transparent;
    border: none;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
    color: #333333;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
}

.selectboxit-default-arrow {
    width: 0;
    height: 0;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.selectboxit-list {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list .selectboxit-option-anchor {
    color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    color: #ffffff;
    background-color: #0081c2;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
    color: #999999;
}

.selectboxit-default-icon {
    display: none;
}

.selectboxit-wallet .selectboxit-options {
    width: 300px;
    right: 0;
}

.selectboxit-wallet a.selectboxit-option-anchor {
    padding: 5px;
}

.selectboxit-wallet .selectboxit-text span {
    width: 100px;
}

.wallet-select--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.wallet-select--wrapper > div {
    display: flex;
    align-items: center;
}

.wallet-select--wrapper .wallet-select--icons {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    border-radius: 50%;
    margin-right: 10px;
}

.wallet-select--wrapper .icon {
    color: white;
    background-repeat: no-repeat;
    font-size: 30px;
    position: relative;
}

.wallet-select--wrapper .wallet-select--name {
    line-height: normal;
    font-size: 15px;
    height: auto;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wallet-select--wrapper .wallet-select--info {
    flex-direction: column;
    align-items: flex-end;
    font-size: 12px;
    margin-right: 5px;
}

.wallet-select--wrapper .wallet-select--info span {
    line-height: normal;
    height: auto;
}

.wallet-select--info span:last-child {
    color: var(--main-color);
}

/* END SELECT-BOX-IT*/

/* CONTAINER */

main {
    padding-top: 60px;
    padding-bottom: 1px;
}

main > div:last-child,
main > div.wallets,
main > div.requisites {
    margin-bottom: 155px;
}

main > .user-wallet {
    margin-bottom: 300px !important;
}

main::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

main::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

/* HEADER */
.header {
    min-width: 320px;
    position: fixed;
    left: 0;
    right: 0;
    top: -1px;
    z-index: 2000;
    height: 60px;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgb(231, 55, 39) 0%, rgb(176, 15, 0) 100%);
    text-align: center;
}

[theme='gold'] .header {
    background: linear-gradient(to right, #eabc47 0%, darkgoldenrod 100%);
}

.header h1 {
    color: #fff;
    margin-left: 10px;
    font-weight: 400;
}

.header-wrapper {
    display: flex;
    align-items: center;
}

/* END HEADER */

/* BURGER-MENU */
.burger-menu {
    transform: translate3d(-101%, 0, 0);
    visibility: hidden;
    position: fixed;
    width: 70%;
    height: 100%;
    background-color: white;
    z-index: 1500;
    transition: .2s;
    padding-top: 58px;
}

.burger-menu .top-info {
    color: #fff;
    background-color: var(--main-color);
    font-size: 2em;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
}

.burger-menu .top-info span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.burger-menu .top-info span:last-child {
    font-size: .7em;
}

.burger-menu .nav {
    background-color: #fff;
    width: 100%;
    height: 86.8%;
    display: flex;
    flex-direction: column;
    font-size: 2em;
}

.nav-backdrop {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    display: block;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: background-color, visibility;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;

    z-index: 1000;
}

.nav-backdrop.shown {
    opacity: 1;
    visibility: visible;
}

.burger-menu .item-link {
    color: #000;
    margin: 12px 10px;
    padding: 5px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.burger-menu .item-link span:first-child {
    width: 20px;
    height: 22px;
    margin-right: 20px;
    background-repeat: no-repeat;
}

.burger-menu .item-link.active {
    background-color: aliceblue;
    color: var(--main-color);
}

.burger-menu .icon-wallet {
    background-image: url("");
}

.burger-menu .icon-deals {
    background-image: url("");
}

.burger-menu .icon-settings {
    background-image: url("");
}

.burger-menu .icon-logout {
    background-image: url("");
}

.burger-menu .icon-requisites {
    background-image: url("");
}

.burger-menu span.icon-upload {
    height: 26px;
    width: 26px;
    margin-right: 14px;
    background-image: url("");
}

.burger-menu span.icon-support {
    height: 23px;
    background-image: url("");
}

.burger {
    width: 40px;
    height: 40px;
    display: flex;
    margin-left: 10px;
    z-index: 70;
    cursor: pointer;
}

.burger span {
    position: relative;
    width: 24px;
    height: 3px;
    background-color: #fff;
    border-radius: 1px;
    transform: translate(8px, 17px);
}

.burger span::before, .burger span:after {
    content: '';
    background-color: #fff;
    width: 24px;
    height: 3px;
    border-radius: 1px;
    position: absolute;
    left: 0;
    transition: 0.2s;
}

.burger span::after {
    transform: translateY(7px);
}

.burger span::before {
    transform: translateY(-7px);
}

.burger.active span {
    width: 0;
    height: 0;
}

.burger.active span::before {
    transform: rotate(45deg);
}

.burger.active span::after {
    transform: rotate(-45deg);
}

.deals-indicator {
    position: relative;
}

.deals-indicator .indicator {
    position: absolute;
    width: 10px !important;
    height: 10px !important;
    background-color: var(--main-color);
    border-radius: 50%;
}

.burger-menu.show {
    transform: none;
    visibility: visible;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12);
}

/* END BURGER-MENU */

/* DEAL MENU */

.deals .tabs__content {
    margin-bottom: 150px;
}
.deal-menu {
    display: flex;
    background-color: white;
    justify-content: space-between;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 0 15px 0 rgba(0, 0, 0, 0.02), 0 0 20px 4px rgba(0, 0, 0, 0.06);
}

.deal-menu .deal-menu-nav.is-active {
    opacity: 1;
    border-bottom: 2px solid var(--main-color);
}

.deal-menu .deal-menu-nav {
    font-size: 14px;
    color: black;
    padding: 20px 0;
    opacity: .6;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
    width: 33%;
    text-align: center;
}

.list-of-deals .deal-title {
    font-weight: 500;
    color: #3d3d3d;
    font-size: 18px;
    text-align: center;
    margin: 10px 0;
}

.list-of-deals {
    margin: 0 5px 10px 10px;
    display: none;
}

.list-of-deals.is-active {
    display: block;
}

.tab-content > .tab-pane {
    display: block;
}

/* .tab-content .item {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding-top: 20px;
    margin-top: 20px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.42);
    background: white;
} */

.deal--item {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    min-height: 60px;
    padding: 10px;
    margin: 5px 0;
    border-radius: 10px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .20), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
    transition: margin .25s ease-in-out;
}

.deal--item .item__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
}

.deal--item .item--wrapper {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.deal--item .item--wrapper span:first-child {
    font-size: 14px;
    color: #595959;
}

.deal--item .item__content .item--wrapper {
    display: flex;
    flex-direction: column;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}

.deal--item .item__content {
    display: flex;
    flex-direction: column;
    padding: 1px;
    width: 100%;

    z-index: -1;
    max-height: 0;
    opacity: 0;
    transition: max-height .2s ease-in-out, opacity .2s ease-in;
}

.deal--item.show__content .item__content {
    z-index: 0;
    opacity: 1;
}

.deal--item .buttons {
    padding: 0;
    padding-top: 10px;
}

.deal--item .buttons button {
    padding: 5px 10px;
}

.tab-content .item-top {
    display: flex;
    text-align: left;
}

.tab-content .item-top div {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.tab-content .item-top div:first-child {
    width: 44%;
    margin-left: 20px;
}

.tab-content .item-top div span:first-child {
    margin-bottom: 5px;
    opacity: 0.7;
}

.tab-content .item-bottom {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    color: var(--main-color);
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
}

.tab-content .item-bottom span {
    cursor: pointer;
}

.tab-content .item-bottom span:last-child {
    color: #000;
}

.deal-item {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    margin-bottom: 13px;
}

.deal-item span:first-child {
    margin-bottom: 5px;
    opacity: 0.7;
}

.deal form {
    display: flex;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #ccc;
}

.deal form button {
    padding: 15px 0;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
}

.list-of-deals .select {
    display: flex;
    justify-content: space-between;
    margin: 20px 10px 0 10px;
}

.list-of-deals .select .selectboxit-container {
    width: 41% !important;
}

.list-of-deals .selectboxit-container .selectboxit-options {
    width: 41% !important;
}

.deal--item.own-deal {
    position: relative;
}

.deal--item.own-deal::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background-image: url("");
    background-size: cover;
}

.list-of-deals .select {
    align-items: center;
}

.list-of-deals.tab-3 .selectboxit-text {
    display: flex;
    align-items: center;
}

.list-of-deals .selectboxit-btn {
    display: flex;
}

.list-of-deals .selectboxit-text span {
    line-height: normal;
    height: auto;
}

.list-of-deals .selectboxit-text .icons {
    border-radius: 50%;
    background-color: var(--main-color);
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.list-of-deals .selectboxit-text .icons .icon {
    color: white;
    font-size: 16px;
    height: 16px;
}

.list-of-deals .selectboxit-text .icons .icon-kzt::before {
    background-size: 150%;
    background-position: -6px -9px;
    width: 25px;
    height: 25px;
}

.list-of-deals .icon-switch {
    background-image: url("");
    background-repeat: no-repeat;
    width: 18px;
    height: 15px;
    cursor: pointer;
}

[theme='gold'] .list-of-deals .icon-switch {
    background-image: url("");
}

/* END DEAL MENU */

/* USER SETTINGS */
.section-user {
    padding: 10px 10px 0;
}

.main-block.settings {
    align-items: flex-start;
}

.section-user .user-item {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    margin-bottom: 13px;
}

.user-item .currency-ico {
    font-size: 30px;
    margin-right: 5px;
}

.section-user .user-item span:first-child {
    margin-bottom: 5px;
    opacity: 0.7;
}

.section-user .user-lang {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 95%;
    margin: 30px 0;
}

.user-lang .title {
    font-size: 14px;
    margin-bottom: 10px;
    opacity: .8;
}

.user-item.user-role a {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: black;
}

.user-item.user-role a:hover {
    color: var(--main-color)
}

.currency-ico {
    color: #D71F27;
    font-size: 45px;
}

.link-settings {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    gap: 10px;
    font-size: 14px;
    padding: 6px 0;
    min-width: 110px;
    color: black;
    border: 1px solid var(--main-color);
    border-radius: 4px;
}

.link-settings span {
    margin: 0 !important;
    opacity: 1 !important;
}

/* END USER SETTINGS */

/* SUPPORT */
.support h2 {
    margin-bottom: 5px;
}

.support form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.support h3 {
    font-size: 22px;
    margin: 15px 0 10px;
    text-align: center;
}

.support .group {
    margin-bottom: 10px;
}

.support textarea {
    width: 100%;
    display: block;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    background-color: #e5e5e5;
    resize: none;
    height: 100px;
    padding: 15px;
    font-size: 16px;
}

.support .message {
    width: 100%;
}

/* END SUPPORT */

.main-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: white;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 0 15px 0 rgba(0, 0, 0, 0.02), 0 0 20px 4px rgba(0, 0, 0, 0.06)
}

/* DEPOSITS */

.deposit a.btn,
.safebox a.btn {
    color: white;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 4px;
    font-size: 11px;
    padding: 8px 10px;
    margin: 0 auto;
    min-width: 110px;
    display: block;
    text-align: center;
    max-width: 125px;
}

.deposit--wrapper {
    display: flex;
    flex-direction: column;
}

.deposit--item {
    display: flex;
    flex-direction: column;
    color: black;
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .20), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: box-shadow .2s ease-in-out;
}

.deposit--item:hover {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
}

.deposit--item .item-amount {
    font-size: 14px;
}

.deposit--item .item-date {
    font-size: 12px;
    color: #a0a0a0;
}

.period-actions {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 17px 10px;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08), 0 0 15px 0 rgba(0, 0, 0, .02), 0 0 20px 4px rgba(0, 0, 0, .06);
}

.period-actions--dec,
.period-actions--inc {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}

.period-actions--dec::before,
.period-actions--inc::before,
.period-actions--inc::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    border-right: 2px;
    background-color: black;
}

.period-actions--inc::before {
    transform: rotate(90deg);
    top: 13px;
    left: 6px;
}

.period-actions--dec::before,
.period-actions--inc::after {
    left: 6px;
    top: 13px;
}

.period-actions--dec[disabled]::before,
.period-actions--inc[disabled]::after,
.period-actions--inc[disabled]::before {
    background-color: #ccc;
}

.period-actions--dec[disabled],
.period-actions--inc[disabled] {
    color: #ccc;
}

.period-actions--info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* SAFEBOX */

.safebox--item {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    gap: 10px;
    min-height: 60px;
    padding: 10px;
    margin: 5px 0;
    border-radius: 10px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .20), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    overflow: hidden;
    background-color: #fff;
    transition: margin .25s ease-in-out;
}

.safebox--item-title {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.safebox--item-title svg {
    width: 40px;
    height: 40px;
}

.safebox--item-amount {
    padding-left: 5px;
}

.safebox--item-amount span:first-child {
    font-size: 30px;
}

.safebox--item-amount span:last-child {
    font-size: 18px;
    color: #a0a0a0;
}

.safebox--item-buttons {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 10px;
}

.safebox--item-buttons button {
    padding: 10px 15px;
    font-size: 15px;
    text-transform: uppercase;
    min-width: 100px;
    width: auto;
    background-color: transparent;
    color: var(--main-color);
    cursor: pointer;
}

.safebox--item-buttons button.success {
    color: white;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 4px;
}

.safebox--item-buttons button.success:hover {
    background-color: var(--main-color-hover);
}

.safebox--item-buttons button.success:active {
    background-color: var(--main-color-active);
}

.safebox--item-buttons button.clear {
    background-color: transparent !important;
    color: var(--main-color);
    border: none !important;
}

.safebox--item-buttons button.success:disabled {
    color: #CCCCCC;
    background-color: transparent;
    border: 1px solid #ccc;
    pointer-events: none;
}

#safebox_update .selectboxit-arrow-container,
#safebox .selectboxit-arrow-container {
    display: none;
}

/* REQUISITES */
.main-wrapper.requisites {
    padding-top: 10px;
}

.requisites form {
    width: 100%;
    padding: 5px;
}

.requisites .group {
    margin-bottom: 10px;
}

.requisites .requisites-name {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.requisites-info {
    font-size: 14px;
    color: #ccc;
    text-align: left;
}

.requisites .date-select {
    display: flex;
    flex-direction: column;
}

.date-select .date-select-title {
    text-align: left;
    font-size: 14px;
    opacity: .7;
    margin-bottom: 5px;
}

.date-select .selectboxit-container .selectboxit-options {
    max-height: 200px !important;
    top: -60px !important;
}

.requisites-date {
    display: flex;
    justify-content: space-between;
}

.requisites-date .selectboxit-container {
    width: 45% !important;
}

.requisites .info {
    margin: 10px 0;
}

/* SELECT RADIO */
.main-wrapper .section-ratio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*margin-bottom: 30px;*/
}

.section-ratio .ratio-title {
    font-size: 15px;
    opacity: .7;
    margin-bottom: 10px;
    padding-left: 10px;
}

.section-ratio label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
    color: black;
}

.section-ratio label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.section-ratio .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    margin-left: 10px;
}

.section-ratio .checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.section-ratio input:checked ~ .checkmark {
    border-color: var(--main-color);
}

.section-ratio input:checked ~ .checkmark:after {
    display: block;
}

.section-ratio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--main-color);
}

.section-ratio.margin-b-0, .pc-bg .section-ratio.margin-b-0 {
    margin-bottom: 0;
}

/* END SELECT RADIO */

/* SECTION VOUCHER */
.section-voucher {
    margin: -15px 0 15px 30px;
}

.section-voucher .group {
    margin-top: 20px;
}

/* END SECTION VOUCHER */

.main-wrapper .section-comment {
    margin: 10px;
}

/* SECTION RATE */
.main-wrapper .section-rate {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 20px 10px;
}

.section-rate .rate-title {
    font-size: 14px;
    margin-bottom: 10px;
    opacity: .8;
}

.section-rate #current_rate {
    font-size: 16px;
    opacity: .6;
}

[theme='gold'] .section-rate .icon-switch {
    background-image: url("");
}

.section-switch {
    display: flex;
    align-self: center;
    width: 100%;

    button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        border-radius: 50%;
        margin-left: auto;
        margin-right: 10px;

        &:hover {
            background-color: #f5f5f5;
        }

        &:active {
            background-color: #e5e5e5;
        }

        svg {
            fill: var(--main-color)
        }
    }
}

/* END SECTION RATE */

.main-wrapper .section-wallet {
    display: none;
    margin: 0 0 15px 30px;
}

/* GROUP */
.form-input {
    width: 100%;
}

.form-input .group {
    margin-bottom: 5px;
}

.group {
    position: relative;
    width: 100%;
}

.group.hidden {
    overflow: hidden;
}

.group input {
    background: none;
    color: black;
    font-size: 18px;
    padding: 10px 10px 9px 5px;
    display: block;
    width: inherit;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(34, 34, 34, .2);
}

.group input:focus {
    outline: none;
}

.group input:focus ~ label,
.group input:valid ~ label,
.group.focus label,
.group .focus ~ label {
    top: -14px;
    font-size: 12px;
}

.group input:focus ~ .bar:before {
    width: inherit;
}

.group input[type="password"] {
    letter-spacing: 0.3em;
}

.group label {
    color: rgba(34, 34, 34, .5);
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 300ms ease all;
}

.group .bar {
    position: relative;
    display: block;
    width: inherit;
}

.group .bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: var(--main-color);
    transition: 300ms ease all;
    left: 0;
}

.group .cardLogo {
    position: absolute;
    top: -10px;
    right: -5px;
    width: 80px;
    height: 40px;
    object-position: center;
    object-fit: cover;
}

/* END GROUP */

/* USER WALLETS AND REQUISITES */
.wallets {
    user-select: none;
}

.verify,
.requisites,
.wallets {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.verify .verify-link,
.requisites .requisite-link,
.wallets .wallet-link {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    height: 90px;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 9px;
    box-shadow: 0 1px 9px -3px rgba(124, 125, 125, 0.68);
    color: black;
    cursor: pointer;
}

.verify-link:first-child,
.requisite-link:first-child,
.wallet-link:first-child {
    margin-top: 10px;
}

.verify-link__wrapper,
.requisite-link__wrapper,
.wallet-link__wrapper {
    display: flex;
    align-items: center;
}

.wallet-link__wrapper:first-child {
    width: 50%;
}

.verify-link__wrapper div,
.requisite-link__wrapper div,
.wallet-link__wrapper div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.verify-link--name,
.requisite-link--name,
.wallet-link--name {
    font-size: 16px;
    max-width: 160px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.verify-link--icon,
.requisite-link--icon,
.wallet-link--icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    border-radius: 50%;
    margin-right: 10px;
}

.verify-link--icon .icon,
.requisite-link--icon .icon,
.wallet-link--icon .icon {
    background-repeat: no-repeat;
    color: white;
    font-size: 30px;
}

.wallet-link--type {
    font-size: 12px;
}

.wallet-link--amount {
    font-size: 12px;
    color: var(--main-color);
}

.wallet-link--handle {
    width: 6px;
    height: 50px;
    background-color: #e4e3e3;
    border-radius: 4px;
    margin-left: 10px;
}

.wallet-link .wallet-link--handle:hover {
    background-color: #a2a2a2;
}

.sortable-chosen .wallet-link--handle {
    background-color: #a2a2a2;
}

.wallet-link.sortable-chosen {
    opacity: 0;
}

.wallet-link.selected {
    opacity: 0.6;
}

.requisite-link--new,
.wallet-link--new {
    position: fixed;
    bottom: 90px;
    right: 20px;

    width: 56px;
    height: 56px;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #fff;

    border-radius: 50%;
    box-shadow: 0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f;
}

.requisite-link .icon-add,
.wallet-link .icon-add {
    color: black;
    margin-right: 20px;
}

/* END USER WALLETS */

/* USER WALLET */
.user-wallet {
    display: flex;
    flex-direction: column;
    padding: 0 5px
}

.user-wallet .wallet-top {
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    border-bottom: 1px solid #ccc;
}

.wallet-top .icon-title {
    width: 60px;
    height: 60px;
    background-color: var(--main-color);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.wallet-top .icon-title:before {
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #CCCCCC;
    position: absolute;
}

.wallet-top--wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px 0;
}

.wallet-top .wallet-name {
    font-size: 2em;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wallet-top .wallet-name span:first-child {
    margin-right: 5px;
}

.wallet-top .wallet-name span:last-child {
    opacity: .5;
}

.wallet-top .wallet-number {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 300;
    opacity: .8;
    cursor: pointer;
}

.wallet-top .wallet-number:focus {
    background: none;
}

.wallet-top .wallet-icon {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.wallet-top .icon-title i {
    color: white;
}

.wallet-top .wallet-icon button {
    width: 35px;
    height: 35px;
    margin: 0 10px;
    border-radius: 50px;
    background-color: white;
    box-shadow: 1px 0 5px -1px rgba(0, 0, 0, 0.49);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.wallet-icon button.generate-bill {
    width: auto !important;
    padding: 0 10px;
}

.wallet-icon button.generate-bill .qr-code {
    background-image: url("");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-right: 10px;
}

.wallet-icon button .edit {
    background-image: url("");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.wallet-icon button .delete {
    background-image: url("");
    background-repeat: no-repeat;
    width: 15px;
    height: 20px;
}

.wallet-icon button .copy {
    background-image: url("");
    background-repeat: no-repeat;
    width: 20px;
    height: 22px;
}

.wallet-icon button .settings {
    background-image: url("");
    background-repeat: no-repeat;
    width: 26px;
    height: 25px;
    background-size: contain;
}

.wallet-icon .dropdown {
    position: relative;
    display: inline-block;
}

.wallet-icon .dropdown-content {
    position: absolute;
    left: -50%;
    overflow: auto;
    background-color: white;
    box-shadow: 0 3px 12px -2px rgba(124, 126, 125, 0.68);
    border-radius: 10px;
    opacity: 0;
    transition: .2s;
    z-index: -1;
}

.wallet-icon .dropdown-content span {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.wallet-icon .dropdown span:hover {
    background-color: #ddd;
}

.wallet-icon .dropdown-content.show {
    opacity: 1;
    z-index: 1;
}

.wallet-top .title--wallet-amount {
    margin: 20px;
    font-size: 30px;
}

.wallet-middle.tab-links {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    width: 100%;
    padding: 12px;
}

.wallet-middle .tab-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}

.tab-link__title {
    font-size: 1.8em;
    line-height: 16px;
    white-space: nowrap;
}

.tab-link__icon {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: white;
    box-shadow: 1px 0 5px -1px rgba(0, 0, 0, 0.49);
}


.tab-link__icon svg {
    width: 24px;
    height: 24px;
    fill: #565759;
}

.tab-link.is-active .tab-link__icon svg {
    fill: var(--main-color);
}

.wallet-middle .tab-link .disabled {
    pointer-events: none;
    opacity: .5;
}

.wallet-bottom.tab-content {
    border-top: 1px solid lightgray;
}

.wallet-bottom .tab {
    background: white;
    padding: 15px 5px;
    margin: 0 5px;
    display: none;
}

.wallet-bottom .tab.is-active {
    display: block;
}

.history--toolbar {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: sticky;
    top: 5px;
    padding: 0 5px;
    margin-left: -5px;
    margin-right: -5px;
    background: white;
    z-index: 100;
}

.history--toolbar.non-interest {
    top: 59px;
    padding: 2px 5px;
}

.history--toolbar-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.history--title {
    font-size: 14px;
}

.history-wrapper {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}

.multiselect {
    position: relative;
    display: inline-block;
}

.multiselect__toggle,
.date-range__toggle {
    display: inline-flex;
    align-items: center;
    padding: 6px 8px;
    background-color: #fff;
    color: #111;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    border: none;

    transition: background-color .2s ease-in-out;
}

.multiselect__toggle:hover,
.date-range__toggle:hover {
    background-color: #d9d9d9;
}

.date-range__active svg,
.multiselect__active svg {
    fill: red;
}

.date-range__container {
    position: relative;
}

.multiselect__badge {
    font-size: 12px;
    line-height: 1;
    padding: 2px 6px;
    border-radius: 999px;
    border: 1px solid #d9d9d9;
}

.multiselect__menu {
    position: absolute;
    inset: auto 0 auto 0;
    top: calc(100% + 17px);
    left: revert-layer;
    min-width: 260px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);;
    padding: 8px;
    z-index: 1000;
}

.multiselect__menu--pointer {
    position: absolute;
    top: -6px;
    right: 14px;
    height: 10px;
    width: 10px;
}

.multiselect__menu--pointer:after {
    content: "";
    position: absolute;
    background: #fff;
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-top-right-radius: 2px;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    transform: rotate(315deg);
}

.multiselect__search {
    width: 100%;
    margin-bottom: 8px;
}

.multiselect__search input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}

.multiselect__option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 8px;
    border-radius: 8px;
    cursor: pointer;
}

.multiselect__option:hover {
    background: #f5f5f5;
}

.multiselect__option input {
    pointer-events: none;
}

/* кликаем по label целиком */

.multiselect__footer {
    display: flex;
    justify-content: space-between;
    gap: var(--gap);
    padding-top: 8px;
    border-top: 1px solid #d9d9d9;
}

.multiselect__btn {
    padding: 6px 10px;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
}

.date-range__input {
    position: absolute;
    bottom: 0;
    opacity: 0;
    width: 0;
    height: 0;
    z-index: -1;
    pointer-events: none;
}

.history__filters {
    display: flex;
    align-items: center;
    gap: 5px
}

.history--item {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    min-height: 60px;
    padding: 10px;
    margin: 5px 0;
    border-radius: 10px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .20), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;

    transition: margin .25s ease-in-out;
}

.history--item.show__content {
    margin-top: 3px;
    margin-bottom: 10px;
}

.history--item.show__content .item__content {
    z-index: 0;
    opacity: 1;
}

.history--item .item__content {
    z-index: -1;
    max-height: 0;
    opacity: 0;
    transition: max-height .2s ease-in-out, opacity .2s ease-in;
}

.history--item .item__header {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.history--item .item__header > div {
    display: flex;
    flex-direction: column;
    width: calc(100% - 35px);
}

.history--item .item__title--wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    justify-content: space-between;
}

.history--item .item-info {
    display: grid;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.history--item .item-info > div {
    display: flex;
    flex-direction: column;
    max-width: 80%;
}

.history--item .item__content {
    display: flex;
    flex-direction: column;
    padding: 1px;
    width: 100%;
}

.history--item .item__address,
.history--item .item__comment {
    display: flex;
    flex-direction: column;

    padding: 5px 0;

    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}

.history--item .item__address span:last-child,
.history--item .item__balance span:last-child,
.history--item .item__commission span:last-child,
.history--item .item__comment span:last-child {
    width: 100%;

    font-weight: 400;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.history--item .item__amount {
    flex: 1;
    font-size: 18px;
    font-weight: 300;
    text-align: right;
}

.item__amount.amount--green {
    color: green;
}

.item__amount.amount--red {
    color: red;
}

.item__amount.amount--yellow {
    color: #876100;
}

.item__amount.amount--blue {
    color: darkblue;
}

.history--item .item__time {
    font-size: 12px;
    opacity: .6;
}

.history--item .item__title {
    font-size: 14px;
    font-weight: 600;
    opacity: .8;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.history--item .item__type {
    font-size: 12px;
    opacity: .6;
}

.history--item .item__balance {
    font-size: 14px;
    font-weight: 300;
}

.history--item .item__commission {
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 5px;
    opacity: 0.8;
}

.history--item .item__info {
    margin: 3px 0;

    font-size: 14px;
    font-weight: 300;

}

.history--item .item__info.info__error {
    color: red;
}

.history--item .item__info.item__pending {
    color: #876100;
}

.history--item .item__repeat {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: black;
    margin: 5px 0;
    justify-content: center;
    padding: 5px;
    background: #ececec;
    border-radius: 4px;
}

.history--item .item__repeat img {
    width: 20px;
    margin-right: 5px;
}

.history--wrapper .item__date {
    position: sticky;
    top: 107px;
    margin: 0 -13px 0 -14px;
    background: white;
    z-index: 50;
    padding: 2px 0;

    display: block;
    text-align: center;
    font-size: 14px;
}

.history--buttons {
    margin: 10px 0;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}

.history--buttons div {
    margin-top: 10px;
    display: flex;
    justify-content: space-evenly;
}

.history--buttons button {
    background: none;
    box-sizing: border-box;
    padding: 10px 0;
    width: 100px;
    border-radius: 2px;
    border: 1px solid black;
}

.history--buttons button:hover {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.history--buttons button:disabled {
    border: 1px solid gray;
    pointer-events: none;
}

.interest {
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    padding: 10px;
}

.interest .check--label-box {
    margin-left: 0;
}

.interest .checkbox--title {
    font-size: 11px;
}

.interest .checkbox--title b {
    white-space: nowrap;
}

.interest .check--label {
    margin-top: 5px;
}

.history {
    margin-bottom: 25px;
    table-layout: fixed;
}

.history .date {
    text-align: right;
    font-size: 18px;
    color: #474747;
}

.nav-buttons {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto;
}

/* END USER WALLET */

/* BILL */
.main-wrapper.create-order {
    width: 90%;
    margin: 20px auto;
    text-align: center;
    padding-top: 20px;
}

.create-order {
    padding-bottom: 20px;
}

.create-order h1 {
    font-weight: 500;
    color: #3d3d3d;
    font-size: 18px;
    text-align: center;
}

.order-info {
    font-size: 16px;
}

.order-info span:first-child {
    opacity: .8;
}

.create-order .form-input {
    width: 50%;
    margin: 20px auto;
}

.create-order #qrcode {
    margin-top: 10px;
    margin-bottom: 20px;
}

.create-order .status-success {
    margin-top: 10px;
}

.create-order .icon-status.complete {
    margin: 0 0 30px 0;
    height: 60px;
    width: 60px;
    background-size: cover;
    position: relative;
    border-radius: 50%;
}

.create-order .icon-status.complete::before {
    content: '';
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.33);
    position: absolute;
    top: -5px;
    left: -5px;
}

/* END BILL */

/* BUTTONS */
.buttons {
    border-top: 1px solid #CCCCCC;
    display: flex;
    justify-content: space-evenly;
    padding: 10px 0;
}

.buttons button {
    padding: 10px 15px;
    font-size: 15px;
    text-transform: uppercase;
    min-width: 150px;
    width: auto;
    background-color: transparent;
    color: var(--main-color);

    cursor: pointer;
}



.buttons button.success {
    color: white;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 4px;
}

.buttons button.success:hover {
    background-color: var(--main-color-hover);
}

.buttons button.success:active {
    background-color: var(--main-color-active);
}

.buttons button.outline {
    background-color: transparent !important;
    color: var(--main-color);
    border-color: var(--main-color);
}

.buttons button.clear {
    background-color: transparent !important;
    color: var(--main-color);
    border: none !important;
}

.buttons button.success:disabled {
    color: #CCCCCC;
    background-color: transparent;
    border: 1px solid #ccc;
    pointer-events: none;
}

button.auth {
    position: relative;
    background: var(--main-color);
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    width: 100%;
    padding: 0;
    white-space: nowrap;
}

button.auth:hover {
    background: var(--main-color-hover);
}

button.auth:active {
    background: var(--main-color-active);
}

button.auth .loader {
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: -1;
    border-top-color: transparent;
    transition: all .2s ease-in;
}

button.auth .loader.active {
     opacity: 1;
     z-index: 1;
 }

button.auth i {
    width: 30px;
    margin-right: 30px;
}

/* END BUTTONS */

.main-wrapper .section-form {
    display: flex;
    margin: 20px 10px;
    justify-content: space-between;
}

.section-form.section-form--dubble > div {
    width: 47%;
}

.main-wrapper .section-form.system-custom {
    margin: 0 10px 0 35px;
}

.section-form.text {
    flex-direction: column;
    margin: 0 10px;
}

.section-form .input-info {
    opacity: .7;
    font-size: 10px;
    margin-left: 5px;
}

.section-form .input-info.available-amount {
    border-bottom: 1px dashed black;
    cursor: pointer;
}

.section-form .input-info.available-amount:hover {
    border-bottom-color: transparent;
}

/* TOOLTIP */
#tooltip {
    z-index: 9999;
    position: fixed;
    display: none;
    bottom: 0;
    left: 0;
}

#tooltip .tooltip {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    padding: 10px 15px;
    color: white;
    border-radius: 10px;
}

#tooltip .tooltip.bg--primary {
    background-color: #00c573;
}
#tooltip .tooltip.bg--error,
#tooltip .tooltip.bg--fail {
    background-color: #760000;
}

#tooltip .tooltip span {
    white-space: nowrap;
}

/* END TOOLTIP */

/* INPUT FILE */
.user-item.js {
    align-items: flex-start;
}

.user-item.js img {
    width: 100%;
    padding-right: 15px;
    margin-bottom: 10px;
}

.inputfile {
    position: relative;
    display: inline-block;
    padding: 0 16px;
    max-width: 80%;

    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    transition: .2s box-shadow ease-in-out;

    cursor: pointer;
}

.inputfile input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.inputfile span {
    vertical-align: middle;
}

.inputfile:active {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
}

#photoLink {
    width: 100%;
    padding-right: 15px;
}

/* END INPUT FILE */

/* ACCORDION */
.accordion-item {
    transition: 0.2s;
}

.accordion-item__title {
    font-size: 16px;
    padding: .5em .5em .5em .7em;
    cursor: pointer;
    border: 1px solid #d8dcdf;
    color: #000;
    position: relative;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.accordion-item:last-child .accordion-item__title,
.accordion-item:nth-child(2) .accordion-item__title,
.accordion-item:nth-child(3) .accordion-item__title {
    margin-top: -1px;
}

.accordion-item:first-child .accordion-item__title {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.accordion-item:last-child .accordion-item__title {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.accordion-item:last-child.active .accordion-item__title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-item__title:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid var(--main-color);
    position: absolute;
    top: 50%;
    transition: 0.2s;
    transform-origin: 100% 25%;
    transform: translateY(-50%);
}

.accordion-item__title:hover {
    background-color: #f6f6f6;
}

.accordion-item.active .accordion-item__title:before {
    transform: rotate(90deg);
}

.accordion-item__title h2 {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
}

.accordion-item__content {
    max-height: 0;
    color: #6d6d6d;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    transition: 0.3s ease-out;
    padding: 0 10px;
}

.accordion-item.active {
    margin: 10px 0;
    border-radius: 6px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.accordion-item.active .accordion-item__title {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.accordion-item.active .accordion-item__content {
    border: 1px solid #eeeeee;
    border-top: none;
    border-bottom: none;
    padding: 10px;
}

/* END ACCORDION */

/* MAIN REQUEST */
.main-request {
    background: white;
    margin: 10px;
    border-radius: 5px;
    padding: 30px;
}

.main-request.custom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.main-request.custom .info-text {
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.main-request .status-success,
.main-request .status-fail {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.main-request .icon-status {
    margin: 0 0 30px 0;
    height: 60px;
    width: 60px;
    background-size: cover;
    position: relative;
}

.main-request .icon-status::before {
    content: '';
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.33);
    position: absolute;
    top: -5px;
    left: -5px;
}

.main-request h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 22px;
    line-height: 120%;
}

.main-request p {
    line-height: 18px;
    font-size: 16px;
    margin-bottom: 10px;
}

.main-request a {
    display: block;
    width: 50%;
    padding: 10px 0;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: var(--main-color);
    color: white;
}

.icon-status {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    margin-left: 15px;
}

/* END MAIN REQUEST */

/* CUSTOM CHECKBOX */
.section-checkbox {
    margin: 0;
    padding: 0;
    position: relative;
}

.section-checkbox .hidden-box {
    position: absolute;
    appearance: none;
    opacity: 0;
}

.section-checkbox .check--label {
    font-size: 20px;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.section-checkbox .check--label-box {
    display: flex;
    align-self: center;
    position: relative;
    height: 16px;
    width: 16px;
    border: 2px solid #9098a9;
    border-radius: 3px;
    cursor: pointer;
}

.section-checkbox .check--label-text {
    display: flex;
    align-self: center;
    gap: 5px;
    position: relative;
    cursor: pointer;
    border-left: 1px solid #ecf0f1;
    font-weight: 300;
    font-size: 12px;
    -moz-user-select: none;
    user-select: none;
}

.section-checkbox .check--label-text::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 7.5%;
    transform: translateY(-50%);
    transition: width .1s ease-in-out, opacity .2s ease-in-out;
}

.section-checkbox .check--label:hover .check--label-box {
    border-color: var(--main-color);
}

.section-checkbox .hidden-box:checked + .check--label .check--label-box {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.section-checkbox .hidden-box:checked + .check--label .check--label-box::after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.section-checkbox .hidden-box.readonly + .check--label {
    pointer-events: none !important;
    opacity: .7;
}

.main-wrapper .section-checkbox {
    display: flex;
    flex-direction: column;
}

.main-wrapper .section-requisites {
    margin: 0 10px 10px 35px;
}

.section-requisites[data-cashout] {
    display: flex;
    flex-direction: column;
}

.form-select {
    width: 100%;
}

/* END CUSTOM CHECKBOX */

/* CUSTOM TOGGLE */

.section-toggle {
    display: flex;
    height: 24px;
    max-width: 100%;
    line-height: 24px;
    white-space: nowrap;
    outline: none;
    margin: 10px;
}

.toggle-label {
    user-select: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: inherit;
    cursor: pointer;
    line-height: 24px;
    white-space: nowrap;
}

.toggle-label:hover,
.toggle-label:focus {
    outline: none;
    background: none;

}

.toggle-label.readonly {
    pointer-events: none;
    opacity: 0.7;
}

.toggle-bar {
    position: relative;
    width: 36px;
    height: 14px;
    margin-right: 8px;
    margin-left: 8px;
    flex-shrink: 0;
    border-radius: 8px;

    background-color: #00000061;

    transition: all 80ms linear;
    transition-property: background-color;
    transition-delay: 50ms;
}

.toggle-input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    left: 0;
}

.toggle-thumb-container {
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    top: -3px;
    left: 0;
    transform: translate3d(0, 0, 0);
    transition: all 80ms linear;
    transition-property: all;
    transition-property: transform;
}

.toggle-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: block;

    box-shadow: 0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;
    background-color: #fafafa;

    transition: all 80ms linear;
    transition-property: all;
    transition-delay: 0s;
    transition-property: background-color;
    transition-delay: 50ms;
}

.toggle-ripple {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    height: 40px;
    width: 40px;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;

    transform: translateZ(0);
}

.toggle-ripple-element {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transition: opacity, transform 0ms cubic-bezier(0,0,.2,1);
    transform: scale3d(0,0,0);
}

.toggle-persistent-ripple {
    opacity: 0;

    width: 100%;
    height: 100%;
    transform: none;
}



.toggle-ripple-element:not(.toggle-persistent-ripple) {
    opacity: .12;
}

.toggle-bar:hover .toggle-persistent-ripple {
    opacity: .04;
}

.toggle-checked .toggle-bar {
    background-color: #ff40818a;
}

.toggle-checked .toggle-thumb-container {
    transform: translate3d(16px, 0, 0);
}

.toggle-checked .toggle-thumb {
    background-color: #ff4081;
}

.toggle-ripple-element {
    background-color: #000;
}

.toggle-checked .toggle-ripple-element {
    background-color: #ff4081;
}

/* MERCHANT */
.merchant {
    text-align: center;
    padding-top: 20px;
}

.merchant .src_amount {
    font-size: 20px;
}

.merchant .buttons {
    margin-top: 50px;
}

.merchant .selectboxit-text {
    font-size: 16px;
}

.merchant .selectboxit-container {
    width: 80%;
    margin: 0 auto 5px;
}

.merchant-button button,
.merchant-button a {
    display: block;
    padding: 10px 20px;
    background-color: var(--main-color);
    border-radius: 2px;
    color: white;
    font-size: 16px;
    margin: 20px auto;
}

#merchant_form .input-wrapp {
    width: 100%;
}

.icon-add-main {
    font-size: 60px;
    color: white;
}

/* END MERCHANT */

/* CLIPBOARD */
.clipboard-order-id {
    display: flex;
    max-width: 100%;
    margin: 5px auto;
    align-items: center;
}

.clipboard-order-id .order-id {
    display: block;
    line-height: 38px;
    padding-left: 10px;
    border-width: 1px 1px 1px;
    border-style: solid none solid solid;
    border-color: rgb(151 152 152) rgb(151 152 152) rgb(151 152 152);
    border-radius: 4px 0 0 4px;
    min-width: 270px;
    font-weight: bold;
}

.clipboard-order-id .order-id::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
}

.clipboard-order-id .order-id {
    -ms-overflow-style: none !important;
}

.clipboard-order-id .order-id {
    overflow: -moz-scrollbars-none !important;
}

.clipboard-order-id .clipboard-copy {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    outline: none;
    height: 40px;
    width: 40px;
    border: 1px solid rgb(151 152 152);
    border-radius: 0 4px 4px 0;
}

.clipboard-order-id .copy {
    background-image: url("");
    background-repeat: no-repeat;
    width: 20px;
    height: 22px;
}

/* END CLIPBOARD */

/* CLIPBOARD HISTORY TXID */
.txid-clipboard {
    display: grid;
    grid-template-columns: 1fr auto auto;
    max-width: 100%;
    align-items: center;
}

.txid-clipboard label {
    display: flex;
    align-items: center;
}

.txid-clipboard label span {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}

.txid-clipboard label input {
    font-weight: bold;
    max-width: 165px;
    -webkit-mask-image: linear-gradient(to right, black 60%, transparent 100%);
    mask-image: linear-gradient(to right, black 60%, transparent 100%);
}

.txid-clipboard .clipboard-copy {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    outline: none;
    margin: 0 5px;
    padding: 5px;
}

.txid-clipboard .clipboard-copy .copy {
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
}

.txid .txid-link {
    display: flex;
    align-items: flex-end;
}

.txid .txid-link .icon-link {
    width: 25px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("");
}

/* END CLIPBOARD HISTORY TXID */

/* QRCODE */
#qrcode {
    margin: 0 auto;
    height: 275px;
}

/* END QRCODE */

/* SPINNER */
.spinner {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: space-around;
    align-items: center;
}

.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

.spinner.show {
    display: flex !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* END SPINNER */

/* ------ ------- ------ */
#infoWithdrawNote {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: var(--main-color);
}

#merchant_info {
    font-size: 16px;
    text-align: center;
}

#merchant_note {
    margin-top: 5px;
    font-size: 15px;
    opacity: .8;
}

#merchant_text {
    margin-top: 5px;
    font-size: 15px;
    color: red;
}

#requisites_type_info {
    font-size: 13px;
}

.mt-100 {
    margin-top: 100px;
}

.main-wrapper .title {
    text-align: center;
    margin: 20px 0;
}

.section-form.text {
    flex-direction: column;
}

.section__text {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.section__text p {
    margin: 10px;
    color: var(--main-color);
    font-size: 16px;
    text-align: center;
}

.section__text .text--title {
    margin-top: -10px;
    margin-left: 10px;
    font-size: 14px;
    opacity: 0.7;
}

.section__text .text--subtitle {
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 13px;
}

#order_id {
    line-height: 24px;
    font-size: 16px;
    word-wrap: break-word;
}

.inputs input {
    margin-bottom: 25px;
}

.error-block {
    margin: 0 0;
    padding: 0 0;
}

.merchant .error {
    font-size: 14px;
    text-align: center;
    color: red;
    margin-top: 10px;
}

.small-button .button {
    width: 78%;
    margin: 0 auto;
}

.icon-sucess {
    font-size: 75px;
    margin-bottom: 40px;
}

.input-border {
    height: 52px;
    width: 100%;
    display: block;
    padding-left: 15px;
    border-bottom: 4px solid var(--main-color);
    font-size: 14px;
}

.step-last .main-block-third {
    text-align: center;
}

.step-last .title-red {
    font-weight: 400;
    font-size: 32px;
    padding-bottom: 25px;
}

.main-block {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    margin: 0;
    width: auto;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 0 15px 0 rgba(0, 0, 0, 0.02), 0 0 20px 4px rgba(0, 0, 0, 0.06);
}

.main-block.main-block-third {
    box-shadow: none;
    padding-top: 0;
}

/* ------ -------- ------- */

/* FOOTER */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    height: 45px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 0 15px 0 rgba(0, 0, 0, 0.02), 0 0 20px 4px rgba(0, 0, 0, 0.06);
    z-index: 900;
}

.footer .bottom-link {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 12px;
    color: black;
    position: relative;
    cursor: pointer;
    width: 25%;
    text-align: center;
    line-height: 56px;
}

.bottom-link span:first-child {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--main-color);
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 0 5px -1px rgba(0, 0, 0, 0.49);
}

.bottom-link .link-transfer,
.bottom-link .link-exchange,
.bottom-link .link-refill,
.bottom-link .link-deals {
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.bottom-link .link-transfer {
    background-image: url("");
}

[theme='gold'] .bottom-link .link-transfer {
    background-image: url("");
}

.bottom-link .link-exchange {
    background-image: url("");
}

[theme='gold'] .bottom-link .link-exchange {
    background-image: url("");
}

.bottom-link .link-refill {
    background-image: url("");
}

[theme='gold'] .bottom-link .link-refill {
    background-image: url("");
}

.bottom-link .link-deals {
    background-image: url("");
}

/* END FOOTER */

.alert {
    border-radius: 4px;
    padding: 5px;
    color: rgba(0, 0, 0, 0.88);
    margin-bottom: 10px;
}

.alert--center {
    text-align: center;
}

.alert--warning {
    background: #fffbe6;
    border: 1px solid #ffe58f;
}

/* FIRST PAGE */
.first-page {
    background: #E0EEEF;
}

.first-page .wrap-bg {
    position: relative;
    margin: 0 auto;
    background: #E0EEEF;
}

.phone-left {
    display: none;
}

.first-page .tab {
    display: none;
}

.first-page .tab.is-active {
    display: block;
}

.first-page .wrapper {
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.menu-link {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.menu-link .href-button {
    color: #828282;
    font-size: 14px;
    margin: 0 10px;
}

.menu-link .href-button:hover {
    color: var(--main-color);
    cursor: pointer;
}

.main-page {
    padding: 20px 15px 11px 15px;
}

.main-page button {
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.main-logo {
    margin: 0 auto 30px;
    max-width: 520px;
    height: auto;
}

.main-logo img {
    width: 80%;
    margin: 0 auto;
    display: block;
    height: auto;
}

.sign-block {
    max-width: 520px;
    box-shadow: 0 0 12px 0 rgba(94, 94, 94, 0.5);
    margin: 0 auto;
}

.sign-block__body {
    text-align: center;
    background: white;
}

.sign-block__head {
    padding: 6px 0;
    background-color: #F4F4F4;
    text-align: center;
}

.title-red {
    margin-bottom: 10px;
    font-size: 28px;
    color: #BB0000;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
}

.grey-title {
    font-size: 21px;
    color: #565656;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
}

.red-drop {
    color: var(--main-color);
}

.copyr {
    color: #828282;
    font-size: 18px;
    display: block;
}

.main-footer {
    text-align: center;
}

.sign-block__head .grey-title {
    text-align: center;
}

.info-text {
    color: black;
    line-height: 1.3;
    font-size: 15px;
    max-width: 377px;
    text-align: center;
}


.icon-shield {
    position: relative;
}

.sign-block__body {
    padding: 21px 20px 30px;
    margin-bottom: 12px;
}

.sign-block__body.about {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    overflow: auto;
    height: 330px;
    text-align: left;
}

.sign-block__body.about .info_text p:first-child {
    margin-bottom: 12px;
}

.sign-block__body.about .info_text p:first-child,
.sign-block__body.about .info_text p:last-child {
    font-weight: bold;
}

.sign-block__body.about .info-text {
    margin-bottom: 0;
}

.sign-block__body.contact {
    font-size: 15px;
}

.sign-block__body .info-text {
    margin-bottom: 25px;
}

.contact-list {
    box-sizing: border-box;
    position: absolute;
    max-height: 300px;
    overflow: auto;
    width: 100%;
    z-index: 3;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.contact-list div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 45px;
    padding: 5px;
    border-bottom: 1px solid lightgray;
    cursor: pointer
}

.contact-list div:hover {
    background-color: #e0e0e0;
}

.contact-list div:last-child {
    border-bottom: none;
}

.contact-list div img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    right: 5px;
}

.contact-list .redirect span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.contact-list .redirect img {
    position: static;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    border-radius: 50%;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.contact-list div span {
    padding: 0;
    font-size: 13px;
    color: gray;
    transition: 0s;
}

.contact-list div span:first-child {
    font-size: 16px;
    color: black;
}

.contact-list span {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    transition: background-color 0.1s ease-in-out;
}

.contact-list span:hover {
    background-color: #e0e0e0;
}

.notification {
    margin-left: auto;
    margin-right: 15px;
}

.notification img {
    width: 30px;
}

.modal.modal--confirm .content {
    margin: 0;
    text-align: center;
    line-height: 20px;
}

.modal.modal--confirm .confirm--items {
    text-align: left;
}

.modal.modal--confirm .confirm--item {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    margin-bottom: 13px;
}

.modal.modal--confirm .confirm--item .nowrap {
    max-width: 240px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.modal.modal--confirm .confirm--item span:first-child {
    opacity: 0.7;
}

.payment-form {
    display: none;
}

.payment-form .info-item {
    display: flex;
    flex-direction: column;
    margin: 10px 0 5px;
}

.payment-form .title {
    font-size: 14px;
}

.payment-form .name {
    margin-right: 10px;
    font-size: 12px;
    line-height: 16px;
    opacity: 0.7;
}

.payment-form .inputfile {
    align-self: flex-start;
}

#pushNotification {
    font-size: 11px;
    padding: 8px 10px;
    min-width: 110px;
    margin-right: auto;

    color: white;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 4px;
}

#pushNotification:disabled {
    color: #CCCCCC;
    background-color: transparent;
    border: 1px solid #ccc;
    pointer-events: none;
}

.toggle-button-group {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    margin-left: -20px;
    margin-bottom: 10px;
}

.toggle-button {
    min-width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    background-color: transparent;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    /*margin-right: 8px;*/
    /*margin-bottom: 13px;*/
    opacity: .7;
    transition: all .2s ease-in-out;
}

.toggle-button:hover,
.toggle-button.active {
    background-color: white;
    border-color: var(--main-color);
    opacity: 1;
}

.toggle-button-icon {
    margin-right: 3px;
    width: 35px;
    height: 35px;
    margin-left: -5px;
}

.toggle-button-label {
    white-space: nowrap;
}

/* PRIVACY POLICY */
.privacy main {
    padding-left: 10px;
    padding-right: 10px;
}

.privacy ul {
    padding-left: 20px;
}

.privacy p {
    padding: 3px 0;
}

.privacy--link {
    color: #828282;
    text-decoration: underline;
    font-size: 16px;
}

.empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px 0;
}

.empty__icon svg {
    width: 100px;
    height: 100px;
    fill: lightgray;
}

.empty__text {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    color: #ababab;
}

.blurred {
    filter: blur(10px);
    pointer-events: none;
}

@media screen and (max-width: 1000px) {
    .period-actions--info {
        font-size: 16px;
    }

    .phone--wrapper {
        transform: none !important;
    }

    .first-page.is-app {
        background: white !important;
    }

    .first-page.is-app .wrap-bg {
        background: white linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 46, 109, 0.09) 100%);
    }

    .first-page.is-app .main-page {
        padding: 0;
    }

    .first-page.is-app .main-logo {
        position: relative;
        background-image: url("");
        width: 100%;
        padding-top: 90%;
        margin-bottom: 15px;
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .first-page.is-app .main-logo img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .first-page.is-app .sign-block {
        box-shadow: none;
        background-color: transparent;
    }

    .first-page.is-app .sign-block__body {
        background-color: transparent;
        padding: 0 40px 0 40px;
    }

    .first-page.is-app .sign-block__head {
        display: none;
    }

    .first-page.is-app button {
        height: 64px;
        width: 280px;
        border-radius: 10px;
        background: var(--main-color) linear-gradient(135deg, rgba(255, 255, 255, .36) 0%, rgb(208, 0, 0) 100%);
        box-shadow: 0 5px 9px 0 rgba(255, 37, 0, .24);
        font-size: 16px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 20px;
    }

    .first-page.is-app button i {
        display: none;
    }

    .first-page.is-app .title-red {
        color: rgba(0, 0, 0, 1);
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 28px;
        margin: 0 0 15px 0;
        text-align: left;
    }

    .first-page.is-app .info-text {
        color: rgba(95, 95, 95, 1);
        font-size: 16px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: left;
        margin-bottom: 40px;
    }

    .first-page.is-app .main-footer {
        margin-bottom: 10px;
    }

    .first-page.is-app .main-footer .menu-link {
        display: none;
    }

    .section__text p {
        font-size: 14px;
    }
}

@media screen and (min-width: 1001px) {
    canvas {
    }

    body {
        position: relative;
        background-color: #e0eeef;
        overflow: hidden;
    }

    body::after {
        content: '';
        position: absolute;
        top: 50px;
        left: 50px;
        background-image: url("main-logo.svg");
        background-repeat: no-repeat;
        background-size: contain;
        height: 200px;
        width: 20%;
    }

    body.first-page::after {
        content: none;
    }

    main {
        padding-top: 64px;
    }

    /* SELECT-BOX-IT */
    .selectboxit-container span {
        height: 32px;
        font-size: 10px;
        line-height: 32px;
    }

    .selectboxit-wallet .selectboxit-options {
        width: 247px;
    }

    .wallet-select--wrapper .wallet-select--name {
        font-size: 12px;
        line-height: normal;
        height: auto;
    }

    .wallet-select--wrapper .wallet-select--icons {
        width: 27px;
        height: 27px;
    }

    .wallet-select--wrapper .icon {
        font-size: 20px;
    }

    .wallet-select--wrapper .wallet-select--info {
        font-size: 8px;
    }

    .custom-width-text .selectboxit-text span {
        width: 84px;
    }

    .form-select .selectboxit-container .selectboxit-text {
        font-size: 10px;
    }

    /* END SELECT-BOX-IT */
    .container {
        margin: 0 auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .container .phone--wrapper {
        margin: 0 auto;
        width: 900px;
        height: 752px;
        position: relative;
        visibility: hidden;
    }

    .container .phone--wrapper::after {
        content: '';
        background-image: url("");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 223px 0;
        position: absolute;
        height: 100%;
        pointer-events: none;
        width: 900px;
    }

    .phone {
        position: absolute;
        top: 38px;
        left: 311px;
        width: 289px;
        height: 607px;
        background-color: #fff;
        z-index: 0;
    }

    [theme='gold'] .phone::before {
        background-color: #ffcc45;
    }

    .header {
        position: absolute;
        min-width: 289px;
        width: 289px;
        height: 64px;
        left: 0;
        top: 0;

        flex-direction: column;
        align-items: flex-start;
    }

    .header-block {
        background-color: var(--main-color);
        width: 100%;
        height: 38px;
    }

    .header-wrapper {
        width: 100%;
        height: 100%;
    }

    .header h1 {
        font-size: 16px;
        margin-left: 0;
    }

    .header::after {
        content: '';
        background-color: #dfeeef;
        position: absolute;
        width: 210px;
        height: 621px;
        top: -11px;
        left: -73%;
        transition: 0.2s;
    }

    .burger-menu, .nav-backdrop {
        position: absolute;
    }

    .burger-menu .burger {
        margin-left: 8px;
    }

    .burger span {
        width: 20px;
        height: 2px;
    }

    .burger span::before, .burger span::after {
        width: 20px;
        height: 2px;
    }

    .burger span::before {
        transform: translateY(-5px);
    }

    .burger span::after {
        transform: translateY(5px);
    }

    .burger-menu {
        padding-top: 60px;
    }

    .burger-menu .top-info {
        font-size: 15px;
    }

    .burger-menu span {
        margin-right: 9px;
    }

    .burger-menu .item-link {
        margin: 10px;
    }

    .burger-menu .item-link span:first-child {
        width: 15px;
        height: 15px;
        margin-right: 15px;
        background-size: contain;
    }

    .burger-menu .item-link span:last-child {
        font-size: 14px;
    }

    .burger-menu .item-link span.icon-upload {
        background-size: cover;
    }

    main {
        overflow: scroll;
        height: 100%;
    }

    /* USER WALLETS */
    .verify .verify-link,
    .requisites .requisite-link,
    .wallets .wallet-link {
        height: 70px;
        padding: 10px;
    }

    .verify-link--icon,
    .requisite-link--icon,
    .wallet-link--icon {
        width: 30px;
        min-width: 30px;
        height: 30px;
        margin-right: 5px;
    }

    .verify-link--icon .icon,
    .requisite-link--icon .icon,
    .wallet-link--icon .icon {
        font-size: 20px;
    }

    .verify-link--name,
    .requisite-link--name,
    .wallet-link--name {
        font-size: 12px;
        width: 115px;
    }

    .wallet-link--amount, .wallet-link--type {
        font-size: 10px;
    }

    .wallet-link--handle {
        width: 4px;
        height: 40px;
        margin-left: 5px;
    }

    .requisite-link--new,
    .wallet-link--new {
        position: absolute;

        width: 42px;
        height: 42px;
    }

    .requisite-link .icon-add,
    .wallet-link .icon-add {
        width: 20px;
        height: 20px;
    }

    /* USER WALLET */
    .user-wallet .wallet-top {
        padding-top: 20px;
    }

    .wallet-top .icon-title {
        width: 50px;
        height: 50px;
    }

    .wallet-top .icon-title:before {
        width: 70px;
        height: 70px;
    }

    .wallet-top .wallet-name {
        font-size: 12px;
    }

    .wallet-top .wallet-number {
        font-size: 22px;
    }

    .wallet-top .title--wallet-amount {
        margin: 15px;
        font-size: 20px;
    }

    .wallet-top .wallet-icon button {
        width: 30px;
        height: 30px;
        margin: 0 5px;
    }

    .wallet-icon button .copy {
        width: 17px;
        height: 18px;
        background-size: contain;
    }

    .wallet-icon button .settings {
        width: 20px;
        height: 20px;
    }

    .wallet-icon .dropdown-content {
        left: -50px;
    }

    .wallet-icon .dropdown-content span {
        padding: 9px 11px;
    }

    .wallet-middle div span:last-child {
        font-size: 12px;
    }

    .wallet-bottom .tab {
        padding: 10px 1px;
        margin: 0 3px;
    }

    .history--item .item-date {
        font-size: 12px;
    }

    .history--buttons button {
        font-size: 14px;
        padding: 7px 0;
        width: 85px;
    }

    .history--wrapper .item__date {
        top: 40px;
        margin-left: -5px;
        margin-right: -5px;
    }

    .history--toolbar {
        top: -60px;
    }

    .history--toolbar.non-interest {
        top: 0;
        padding: 0 5px;
    }

    /* END USER WALLET */

    .section-rate #current_rate {
        font-size: 12px;
    }

    .main-wrapper .section-form {
        margin: 10px;
    }

    /* SELECT RADIO */
    .section-ratio .ratio-title {
        font-size: 13px;
    }

    .section-ratio label {
        font-size: 14px;
        margin-bottom: 10px;
        padding-left: 33px;
    }

    .section-ratio .checkmark {
        top: 0;
        height: 18px;
        width: 18px;
    }

    .section-ratio .checkmark:after {
        width: 6px;
        height: 6px;
    }

    /* END SELECT RADIO */
    /* SECTION VOUCHER */
    .section-voucher .group {
        margin-top: 10px;
    }

    /* END SECTION VOUCHER */
    /* SECTION RATE */
    .main-wrapper .section-rate {
        margin: 15px 10px;
    }

    .section-rate .rate-title {
        font-size: 12px;
    }

    .section-rate .rate-wrap span:first-child {
        font-size: 10px;
    }

    .section-rate .icon-switch {
        background-size: contain;
        width: 12px;
        height: 16px;
        margin-right: 35px;
    }

    /* END SECTION RATE */
    .section-checkbox .hidden-box:checked + .check--label .check--label-box::after {
        top: 0;
        left: 4px;
        width: 4px;
        height: 10px;
    }

    /* USER SETTINGS */
    .section-user .user-item {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .modal.modal--confirm .confirm--item {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .user-item .currency-ico {
        font-size: 20px;
    }

    .support h3 {
        font-size: 17px;
    }

    .support textarea {
        font-size: 14px;
        padding: 10px;
    }

    /* END USER SETTINGS */
    /* REQUISITES */
    .requisites-info {
        font-size: 10px;
    }

    /*END REQUISITES */
    /* ACCORDION */
    .accordion-item__content {
        font-size: 14px;
    }

    .accordion-item__title h2 {
        font-size: 13px;
    }

    /* GROUP INPUT */
    .group input {
        font-size: 15px;
        padding-bottom: 5px;
    }

    .group input:focus ~ label,
    .group input:valid ~ label,
    .group.focus label,
    .group .focus ~ label {
        top: -10px;
        font-size: 10px;
    }

    .group label {
        font-size: 12px;
    }

    /* BUTTONS */
    .buttons button {
        font-size: 11px;
        padding: 8px 10px;
        margin: 0 10px;
        min-width: 110px;
    }

    /* END BUTTONS */
    /* MAIN REQUEST */
    .main-request .icon-status {
        height: 60px;
        width: 60px;
        margin: 0 0 20px 0;
    }

    .main-request h3 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .main-request p {
        line-height: 16px;
        font-size: 12px;
    }

    .icon-status {
        margin-left: 10px;
        width: 26px;
        height: 26px;
        background-size: contain;
    }

    /* DEAL MENU */
    .deal-menu .deal-menu-nav {
        font-size: 10px;
        padding: 15px 0;
    }

    .list-of-deals .deal-title {
        font-size: 14px;
    }

    .tab-content .item {
        margin-top: 15px;
        padding-top: 15px;
    }

    .tab-content .item-top div {
        font-size: 12px;
    }

    .tab-content .item-top div:first-child {
        margin-left: 15px;
    }

    .tab-content .item-bottom {
        font-size: 12px;
        padding: 8px 0;
        margin-top: 8px;
    }

    .list-of-deals .select {
        margin: 15px 5px 0 5px;
    }

    .item.own-deal::after {
        width: 20px;
        height: 20px;
    }

    /* END DEAL MENU */
    /* TOOLTIP */
    #tooltip {
        position: absolute;
    }

    #tooltip .tooltip {
        font-size: 12px;
        padding: 5px 10px;
    }

    /* END TOOLTIP */
    /* QRCODE */
    #qrcode {
    }

    /* END QRCODE */
    /* CLIPBOARD */
    .clipboard-order-id .order-id {
        min-width: 230px;
        padding-left: 8px;
        line-height: 30px;
    }

    .clipboard-order-id .clipboard-copy {
        height: 32px;
        width: 30px;
    }

    .clipboard-order-id .copy {
        width: 16px;
        height: 18px;
        background-size: contain;
    }
    /* END CLIPBOARD */

    .txid label input {
        max-width: 100px;
    }

    .txid .txid-link {
        display: flex;
        align-items: flex-end;
    }

    .deal--item .item--wrapper,
    .deal--item .item--wrapper span:first-child,
    .deal--item .item__content .item--wrapper {
        font-size: 12px;
    }

    .deal--item.own-deal::after {
        width: 20px;
        height: 20px;
    }

    /* ------- ------- ------- */
    #infoWithdrawNote,
    #merchant_info,
    #merchant_text {
        font-size: 12px;
    }

    /* FOOTER */
    .footer {
        position: absolute;
        height: 35px;
        padding-bottom: 5px;
        width: 289px;
        left: 0;
        bottom: 0;
    }

    .bottom-link span:first-child {
        width: 40px;
        height: 40px;
        top: -25px;
    }

    .bottom-link span:last-child {
        font-size: 9px;
        line-height: 48px;
    }

    .bottom-link .link-transfer,
    .bottom-link .link-exchange,
    .bottom-link .link-refill,
    .bottom-link .link-deals {
        width: 30px;
        height: 30px;
    }

    .first-page .wrap-bg {
        top: 50%;
        transform: translateY(-50%);
    }

    .first-page .wrapper {
        height: 748px;
        width: 369px;
        top: -20px;
    }

    .phone-left {
        width: 50%;
        margin: 0;
        display: block;
        float: left;
        transform-origin: left;
        height: 634px;
        background: url("phone-bg-left.png") no-repeat 0 50%;
        background-size: contain;
    }

    .notification img {
        width: 20px;
    }

    .toggle-button {
        font-size: 12px;
        min-width: 80px;
    }

    .toggle-button-icon {
        width: 25px;
        height: 25px;
    }
}

@media only screen and (min-width: 1600px) {
    .phone-left {
        height: 767px;
    }
}

#Shape {
    fill: var(--main-color);
}
