.mat-ripple {
    overflow: hidden;
    position: relative
}

.mat-ripple:not(:empty) {
    transform: translateZ(0)
}

.mat-ripple.mat-ripple-unbounded {
    overflow: visible
}

.mat-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);
    background-color: var(--mat-ripple-color, rgba(0, 0, 0, .1))
}

.cdk-high-contrast-active .mat-ripple-element {
    display: none
}

.cdk-visually-hidden {
    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
}

[dir=rtl] .cdk-visually-hidden {
    left: auto;
    right: 0
}

.cdk-overlay-container,
.cdk-global-overlay-wrapper {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.cdk-overlay-container {
    position: fixed;
    z-index: 1000
}

.cdk-overlay-container:empty {
    display: none
}

.cdk-global-overlay-wrapper {
    display: flex;
    position: absolute;
    z-index: 1000
}

.cdk-overlay-pane {
    position: absolute;
    pointer-events: auto;
    box-sizing: border-box;
    z-index: 1000;
    display: flex;
    max-width: 100%;
    max-height: 100%
}

.cdk-overlay-backdrop {
    position: absolute;
    inset: 0;
    z-index: 1000;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: opacity .4s cubic-bezier(.25, .8, .25, 1);
    opacity: 0
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 1
}

.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: .6
}

.cdk-overlay-dark-backdrop {
    background: #00000052
}

.cdk-overlay-transparent-backdrop {
    transition: visibility 1ms linear, opacity 1ms linear;
    visibility: hidden;
    opacity: 1
}

.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0;
    visibility: visible
}

.cdk-overlay-backdrop-noop-animation {
    transition: none
}

.cdk-overlay-connected-position-bounding-box {
    position: absolute;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    min-width: 1px;
    min-height: 1px
}

.cdk-global-scrollblock {
    position: fixed;
    width: 100%;
    overflow-y: scroll
}

textarea.cdk-textarea-autosize {
    resize: none
}

textarea.cdk-textarea-autosize-measuring {
    padding: 2px 0 !important;
    box-sizing: content-box !important;
    height: auto !important;
    overflow: hidden !important
}

textarea.cdk-textarea-autosize-measuring-firefox {
    padding: 2px 0 !important;
    box-sizing: content-box !important;
    height: 0 !important
}

@keyframes cdk-text-field-autofill-start {}

@keyframes cdk-text-field-autofill-end {}

.cdk-text-field-autofill-monitored:-webkit-autofill {
    animation: cdk-text-field-autofill-start 0s 1ms
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
    animation: cdk-text-field-autofill-end 0s 1ms
}

.mat-focus-indicator {
    position: relative
}

.mat-focus-indicator:before {
    inset: 0;
    position: absolute;
    box-sizing: border-box;
    pointer-events: none;
    display: var(--mat-focus-indicator-display, none);
    border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
    border-radius: var(--mat-focus-indicator-border-radius, 4px)
}

.mat-focus-indicator:focus:before {
    content: ""
}

.cdk-high-contrast-active {
    --mat-focus-indicator-display: block
}

.mat-mdc-focus-indicator {
    position: relative
}

.mat-mdc-focus-indicator:before {
    inset: 0;
    position: absolute;
    box-sizing: border-box;
    pointer-events: none;
    display: var(--mat-mdc-focus-indicator-display, none);
    border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
    border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px)
}

.mat-mdc-focus-indicator:focus:before {
    content: ""
}

.cdk-high-contrast-active {
    --mat-mdc-focus-indicator-display: block
}

.mat-app-background {
    background-color: var(--mat-app-background-color, transparent);
    color: var(--mat-app-text-color, inherit)
}

html {
    --mat-ripple-color: rgba(0, 0, 0, .1)
}

html {
    --mat-option-selected-state-label-text-color: #3f51b5;
    --mat-option-label-text-color: rgba(0, 0, 0, .87);
    --mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);
    --mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);
    --mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)
}

.mat-accent {
    --mat-option-selected-state-label-text-color: #ff4081;
    --mat-option-label-text-color: rgba(0, 0, 0, .87);
    --mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);
    --mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);
    --mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)
}

.mat-warn {
    --mat-option-selected-state-label-text-color: #f44336;
    --mat-option-label-text-color: rgba(0, 0, 0, .87);
    --mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);
    --mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);
    --mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)
}

html {
    --mat-optgroup-label-text-color: rgba(0, 0, 0, .87)
}

.mat-primary {
    --mat-full-pseudo-checkbox-selected-icon-color: #3f51b5;
    --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
    --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);
    --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
    --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
    --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
    --mat-minimal-pseudo-checkbox-selected-checkmark-color: #3f51b5;
    --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0
}

html,
.mat-accent {
    --mat-full-pseudo-checkbox-selected-icon-color: #ff4081;
    --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
    --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);
    --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
    --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
    --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
    --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff4081;
    --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0
}

.mat-warn {
    --mat-full-pseudo-checkbox-selected-icon-color: #f44336;
    --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
    --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);
    --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
    --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
    --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
    --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;
    --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0
}

html {
    --mat-app-background-color: #fafafa;
    --mat-app-text-color: rgba(0, 0, 0, .87)
}

.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
    box-shadow: 0 0 #0003, 0 0 #00000024, 0 0 #0000001f
}

.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
    box-shadow: 0 2px 1px -1px #0003, 0 1px 1px #00000024, 0 1px 3px #0000001f
}

.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f
}

.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
    box-shadow: 0 3px 3px -2px #0003, 0 3px 4px #00000024, 0 1px 8px #0000001f
}

.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
    box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f
}

.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
    box-shadow: 0 3px 5px -1px #0003, 0 5px 8px #00000024, 0 1px 14px #0000001f
}

.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
    box-shadow: 0 3px 5px -1px #0003, 0 6px 10px #00000024, 0 1px 18px #0000001f
}

.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
    box-shadow: 0 4px 5px -2px #0003, 0 7px 10px 1px #00000024, 0 2px 16px 1px #0000001f
}

.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
    box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024, 0 3px 14px 2px #0000001f
}

.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
    box-shadow: 0 5px 6px -3px #0003, 0 9px 12px 1px #00000024, 0 3px 16px 2px #0000001f
}

.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
    box-shadow: 0 6px 6px -3px #0003, 0 10px 14px 1px #00000024, 0 4px 18px 3px #0000001f
}

.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
    box-shadow: 0 6px 7px -4px #0003, 0 11px 15px 1px #00000024, 0 4px 20px 3px #0000001f
}

.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
    box-shadow: 0 7px 8px -4px #0003, 0 12px 17px 2px #00000024, 0 5px 22px 4px #0000001f
}

.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
    box-shadow: 0 7px 8px -4px #0003, 0 13px 19px 2px #00000024, 0 5px 24px 4px #0000001f
}

.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
    box-shadow: 0 7px 9px -4px #0003, 0 14px 21px 2px #00000024, 0 5px 26px 4px #0000001f
}

.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
    box-shadow: 0 8px 9px -5px #0003, 0 15px 22px 2px #00000024, 0 6px 28px 5px #0000001f
}

.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
    box-shadow: 0 8px 10px -5px #0003, 0 16px 24px 2px #00000024, 0 6px 30px 5px #0000001f
}

.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
    box-shadow: 0 8px 11px -5px #0003, 0 17px 26px 2px #00000024, 0 6px 32px 5px #0000001f
}

.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
    box-shadow: 0 9px 11px -5px #0003, 0 18px 28px 2px #00000024, 0 7px 34px 6px #0000001f
}

.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
    box-shadow: 0 9px 12px -6px #0003, 0 19px 29px 2px #00000024, 0 7px 36px 6px #0000001f
}

.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
    box-shadow: 0 10px 13px -6px #0003, 0 20px 31px 3px #00000024, 0 8px 38px 7px #0000001f
}

.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
    box-shadow: 0 10px 13px -6px #0003, 0 21px 33px 3px #00000024, 0 8px 40px 7px #0000001f
}

.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
    box-shadow: 0 10px 14px -6px #0003, 0 22px 35px 3px #00000024, 0 8px 42px 7px #0000001f
}

.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
    box-shadow: 0 11px 14px -7px #0003, 0 23px 36px 3px #00000024, 0 9px 44px 8px #0000001f
}

.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
    box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f
}

.mat-theme-loaded-marker {
    display: none
}

html {
    --mat-option-label-text-font: Roboto, sans-serif;
    --mat-option-label-text-line-height: 24px;
    --mat-option-label-text-size: 16px;
    --mat-option-label-text-tracking: .03125em;
    --mat-option-label-text-weight: 400
}

html {
    --mat-optgroup-label-text-font: Roboto, sans-serif;
    --mat-optgroup-label-text-line-height: 24px;
    --mat-optgroup-label-text-size: 16px;
    --mat-optgroup-label-text-tracking: .03125em;
    --mat-optgroup-label-text-weight: 400
}

html {
    --mdc-elevated-card-container-shape: 4px;
    --mdc-outlined-card-container-shape: 4px;
    --mdc-outlined-card-outline-width: 1px
}

html {
    --mdc-elevated-card-container-color: white;
    --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    --mdc-outlined-card-container-color: white;
    --mdc-outlined-card-outline-color: rgba(0, 0, 0, .12);
    --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);
    --mat-card-subtitle-text-color: rgba(0, 0, 0, .54)
}

html {
    --mat-card-title-text-font: Roboto, sans-serif;
    --mat-card-title-text-line-height: 32px;
    --mat-card-title-text-size: 20px;
    --mat-card-title-text-tracking: .0125em;
    --mat-card-title-text-weight: 500;
    --mat-card-subtitle-text-font: Roboto, sans-serif;
    --mat-card-subtitle-text-line-height: 22px;
    --mat-card-subtitle-text-size: 14px;
    --mat-card-subtitle-text-tracking: .0071428571em;
    --mat-card-subtitle-text-weight: 500
}

html {
    --mdc-linear-progress-active-indicator-height: 4px;
    --mdc-linear-progress-track-height: 4px;
    --mdc-linear-progress-track-shape: 0
}

.mat-mdc-progress-bar {
    --mdc-linear-progress-active-indicator-color: #3f51b5;
    --mdc-linear-progress-track-color: rgba(63, 81, 181, .25)
}

.mat-mdc-progress-bar.mat-accent {
    --mdc-linear-progress-active-indicator-color: #ff4081;
    --mdc-linear-progress-track-color: rgba(255, 64, 129, .25)
}

.mat-mdc-progress-bar.mat-warn {
    --mdc-linear-progress-active-indicator-color: #f44336;
    --mdc-linear-progress-track-color: rgba(244, 67, 54, .25)
}

html {
    --mdc-plain-tooltip-container-shape: 4px;
    --mdc-plain-tooltip-supporting-text-line-height: 16px
}

html {
    --mdc-plain-tooltip-container-color: #616161;
    --mdc-plain-tooltip-supporting-text-color: #fff
}

html {
    --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
    --mdc-plain-tooltip-supporting-text-size: 12px;
    --mdc-plain-tooltip-supporting-text-weight: 400;
    --mdc-plain-tooltip-supporting-text-tracking: .0333333333em
}

html {
    --mdc-filled-text-field-active-indicator-height: 1px;
    --mdc-filled-text-field-focus-active-indicator-height: 2px;
    --mdc-filled-text-field-container-shape: 4px;
    --mdc-outlined-text-field-outline-width: 1px;
    --mdc-outlined-text-field-focus-outline-width: 2px;
    --mdc-outlined-text-field-container-shape: 4px
}

html {
    --mdc-filled-text-field-caret-color: #3f51b5;
    --mdc-filled-text-field-focus-active-indicator-color: #3f51b5;
    --mdc-filled-text-field-focus-label-text-color: rgba(63, 81, 181, .87);
    --mdc-filled-text-field-container-color: whitesmoke;
    --mdc-filled-text-field-disabled-container-color: #fafafa;
    --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, .6);
    --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, .6);
    --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);
    --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, .87);
    --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);
    --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);
    --mdc-filled-text-field-error-hover-label-text-color: #f44336;
    --mdc-filled-text-field-error-focus-label-text-color: #f44336;
    --mdc-filled-text-field-error-label-text-color: #f44336;
    --mdc-filled-text-field-error-caret-color: #f44336;
    --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, .42);
    --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, .06);
    --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, .87);
    --mdc-filled-text-field-error-active-indicator-color: #f44336;
    --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
    --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
    --mdc-outlined-text-field-caret-color: #3f51b5;
    --mdc-outlined-text-field-focus-outline-color: #3f51b5;
    --mdc-outlined-text-field-focus-label-text-color: rgba(63, 81, 181, .87);
    --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, .6);
    --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, .6);
    --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);
    --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, .87);
    --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);
    --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);
    --mdc-outlined-text-field-error-caret-color: #f44336;
    --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
    --mdc-outlined-text-field-error-label-text-color: #f44336;
    --mdc-outlined-text-field-error-hover-label-text-color: #f44336;
    --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, .38);
    --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, .06);
    --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, .87);
    --mdc-outlined-text-field-error-focus-outline-color: #f44336;
    --mdc-outlined-text-field-error-hover-outline-color: #f44336;
    --mdc-outlined-text-field-error-outline-color: #f44336;
    --mat-form-field-focus-select-arrow-color: rgba(63, 81, 181, .87);
    --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, .38);
    --mat-form-field-state-layer-color: rgba(0, 0, 0, .87);
    --mat-form-field-error-text-color: #f44336;
    --mat-form-field-select-option-text-color: inherit;
    --mat-form-field-select-disabled-option-text-color: GrayText;
    --mat-form-field-leading-icon-color: unset;
    --mat-form-field-disabled-leading-icon-color: unset;
    --mat-form-field-trailing-icon-color: unset;
    --mat-form-field-disabled-trailing-icon-color: unset;
    --mat-form-field-error-focus-trailing-icon-color: unset;
    --mat-form-field-error-hover-trailing-icon-color: unset;
    --mat-form-field-error-trailing-icon-color: unset;
    --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);
    --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, .38);
    --mat-form-field-hover-state-layer-opacity: .04;
    --mat-form-field-focus-state-layer-opacity: .08
}

.mat-mdc-form-field.mat-accent {
    --mdc-filled-text-field-caret-color: #ff4081;
    --mdc-filled-text-field-focus-active-indicator-color: #ff4081;
    --mdc-filled-text-field-focus-label-text-color: rgba(255, 64, 129, .87);
    --mdc-outlined-text-field-caret-color: #ff4081;
    --mdc-outlined-text-field-focus-outline-color: #ff4081;
    --mdc-outlined-text-field-focus-label-text-color: rgba(255, 64, 129, .87);
    --mat-form-field-focus-select-arrow-color: rgba(255, 64, 129, .87)
}

.mat-mdc-form-field.mat-warn {
    --mdc-filled-text-field-caret-color: #f44336;
    --mdc-filled-text-field-focus-active-indicator-color: #f44336;
    --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, .87);
    --mdc-outlined-text-field-caret-color: #f44336;
    --mdc-outlined-text-field-focus-outline-color: #f44336;
    --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, .87);
    --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, .87)
}

html {
    --mat-form-field-container-height: 56px;
    --mat-form-field-filled-label-display: block;
    --mat-form-field-container-vertical-padding: 16px;
    --mat-form-field-filled-with-label-container-padding-top: 24px;
    --mat-form-field-filled-with-label-container-padding-bottom: 8px
}

html {
    --mdc-filled-text-field-label-text-font: Roboto, sans-serif;
    --mdc-filled-text-field-label-text-size: 16px;
    --mdc-filled-text-field-label-text-tracking: .03125em;
    --mdc-filled-text-field-label-text-weight: 400;
    --mdc-outlined-text-field-label-text-font: Roboto, sans-serif;
    --mdc-outlined-text-field-label-text-size: 16px;
    --mdc-outlined-text-field-label-text-tracking: .03125em;
    --mdc-outlined-text-field-label-text-weight: 400;
    --mat-form-field-container-text-font: Roboto, sans-serif;
    --mat-form-field-container-text-line-height: 24px;
    --mat-form-field-container-text-size: 16px;
    --mat-form-field-container-text-tracking: .03125em;
    --mat-form-field-container-text-weight: 400;
    --mat-form-field-outlined-label-text-populated-size: 16px;
    --mat-form-field-subscript-text-font: Roboto, sans-serif;
    --mat-form-field-subscript-text-line-height: 20px;
    --mat-form-field-subscript-text-size: 12px;
    --mat-form-field-subscript-text-tracking: .0333333333em;
    --mat-form-field-subscript-text-weight: 400
}

html {
    --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)
}

html {
    --mat-select-panel-background-color: white;
    --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);
    --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);
    --mat-select-placeholder-text-color: rgba(0, 0, 0, .6);
    --mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);
    --mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);
    --mat-select-focused-arrow-color: rgba(63, 81, 181, .87);
    --mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)
}

html .mat-mdc-form-field.mat-accent {
    --mat-select-panel-background-color: white;
    --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);
    --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);
    --mat-select-placeholder-text-color: rgba(0, 0, 0, .6);
    --mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);
    --mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);
    --mat-select-focused-arrow-color: rgba(255, 64, 129, .87);
    --mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)
}

html .mat-mdc-form-field.mat-warn {
    --mat-select-panel-background-color: white;
    --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);
    --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);
    --mat-select-placeholder-text-color: rgba(0, 0, 0, .6);
    --mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);
    --mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);
    --mat-select-focused-arrow-color: rgba(244, 67, 54, .87);
    --mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)
}

html {
    --mat-select-arrow-transform: translateY(-8px)
}

html {
    --mat-select-trigger-text-font: Roboto, sans-serif;
    --mat-select-trigger-text-line-height: 24px;
    --mat-select-trigger-text-size: 16px;
    --mat-select-trigger-text-tracking: .03125em;
    --mat-select-trigger-text-weight: 400
}

html {
    --mat-autocomplete-container-shape: 4px;
    --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)
}

html {
    --mat-autocomplete-background-color: white
}

html {
    --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);
    --mdc-dialog-container-shadow-color: #000;
    --mdc-dialog-container-shape: 4px;
    --mat-dialog-container-max-width: 80vw;
    --mat-dialog-container-small-max-width: 80vw;
    --mat-dialog-container-min-width: 0;
    --mat-dialog-actions-alignment: start;
    --mat-dialog-actions-padding: 8px;
    --mat-dialog-content-padding: 20px 24px;
    --mat-dialog-with-actions-content-padding: 20px 24px;
    --mat-dialog-headline-padding: 0 24px 9px
}

html {
    --mdc-dialog-container-color: white;
    --mdc-dialog-subhead-color: rgba(0, 0, 0, .87);
    --mdc-dialog-supporting-text-color: rgba(0, 0, 0, .6)
}

html {
    --mdc-dialog-subhead-font: Roboto, sans-serif;
    --mdc-dialog-subhead-line-height: 32px;
    --mdc-dialog-subhead-size: 20px;
    --mdc-dialog-subhead-weight: 500;
    --mdc-dialog-subhead-tracking: .0125em;
    --mdc-dialog-supporting-text-font: Roboto, sans-serif;
    --mdc-dialog-supporting-text-line-height: 24px;
    --mdc-dialog-supporting-text-size: 16px;
    --mdc-dialog-supporting-text-weight: 400;
    --mdc-dialog-supporting-text-tracking: .03125em
}

.mat-mdc-standard-chip {
    --mdc-chip-container-shape-family: rounded;
    --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
    --mdc-chip-with-avatar-avatar-shape-family: rounded;
    --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
    --mdc-chip-with-avatar-avatar-size: 28px;
    --mdc-chip-with-icon-icon-size: 18px;
    --mdc-chip-outline-width: 0;
    --mdc-chip-outline-color: transparent;
    --mdc-chip-disabled-outline-color: transparent;
    --mdc-chip-focus-outline-color: transparent;
    --mdc-chip-hover-state-layer-opacity: .04;
    --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
    --mdc-chip-flat-selected-outline-width: 0;
    --mdc-chip-selected-hover-state-layer-opacity: .04;
    --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
    --mdc-chip-with-icon-disabled-icon-opacity: 1;
    --mat-chip-disabled-container-opacity: .4;
    --mat-chip-trailing-action-opacity: .54;
    --mat-chip-trailing-action-focus-opacity: 1;
    --mat-chip-trailing-action-state-layer-color: transparent;
    --mat-chip-selected-trailing-action-state-layer-color: transparent;
    --mat-chip-trailing-action-hover-state-layer-opacity: 0;
    --mat-chip-trailing-action-focus-state-layer-opacity: 0
}

.mat-mdc-standard-chip {
    --mdc-chip-disabled-label-text-color: #212121;
    --mdc-chip-elevated-container-color: #e0e0e0;
    --mdc-chip-elevated-selected-container-color: #e0e0e0;
    --mdc-chip-elevated-disabled-container-color: #e0e0e0;
    --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
    --mdc-chip-focus-state-layer-color: black;
    --mdc-chip-hover-state-layer-color: black;
    --mdc-chip-selected-hover-state-layer-color: black;
    --mdc-chip-focus-state-layer-opacity: .12;
    --mdc-chip-selected-focus-state-layer-color: black;
    --mdc-chip-selected-focus-state-layer-opacity: .12;
    --mdc-chip-label-text-color: #212121;
    --mdc-chip-selected-label-text-color: #212121;
    --mdc-chip-with-icon-icon-color: #212121;
    --mdc-chip-with-icon-disabled-icon-color: #212121;
    --mdc-chip-with-icon-selected-icon-color: #212121;
    --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
    --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
    --mat-chip-selected-disabled-trailing-icon-color: #212121;
    --mat-chip-selected-trailing-icon-color: #212121
}

.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
    --mdc-chip-disabled-label-text-color: white;
    --mdc-chip-elevated-container-color: #3f51b5;
    --mdc-chip-elevated-selected-container-color: #3f51b5;
    --mdc-chip-elevated-disabled-container-color: #3f51b5;
    --mdc-chip-flat-disabled-selected-container-color: #3f51b5;
    --mdc-chip-focus-state-layer-color: black;
    --mdc-chip-hover-state-layer-color: black;
    --mdc-chip-selected-hover-state-layer-color: black;
    --mdc-chip-focus-state-layer-opacity: .12;
    --mdc-chip-selected-focus-state-layer-color: black;
    --mdc-chip-selected-focus-state-layer-opacity: .12;
    --mdc-chip-label-text-color: white;
    --mdc-chip-selected-label-text-color: white;
    --mdc-chip-with-icon-icon-color: white;
    --mdc-chip-with-icon-disabled-icon-color: white;
    --mdc-chip-with-icon-selected-icon-color: white;
    --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
    --mdc-chip-with-trailing-icon-trailing-icon-color: white;
    --mat-chip-selected-disabled-trailing-icon-color: white;
    --mat-chip-selected-trailing-icon-color: white
}

.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
    --mdc-chip-disabled-label-text-color: white;
    --mdc-chip-elevated-container-color: #ff4081;
    --mdc-chip-elevated-selected-container-color: #ff4081;
    --mdc-chip-elevated-disabled-container-color: #ff4081;
    --mdc-chip-flat-disabled-selected-container-color: #ff4081;
    --mdc-chip-focus-state-layer-color: black;
    --mdc-chip-hover-state-layer-color: black;
    --mdc-chip-selected-hover-state-layer-color: black;
    --mdc-chip-focus-state-layer-opacity: .12;
    --mdc-chip-selected-focus-state-layer-color: black;
    --mdc-chip-selected-focus-state-layer-opacity: .12;
    --mdc-chip-label-text-color: white;
    --mdc-chip-selected-label-text-color: white;
    --mdc-chip-with-icon-icon-color: white;
    --mdc-chip-with-icon-disabled-icon-color: white;
    --mdc-chip-with-icon-selected-icon-color: white;
    --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
    --mdc-chip-with-trailing-icon-trailing-icon-color: white;
    --mat-chip-selected-disabled-trailing-icon-color: white;
    --mat-chip-selected-trailing-icon-color: white
}

.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
    --mdc-chip-disabled-label-text-color: white;
    --mdc-chip-elevated-container-color: #f44336;
    --mdc-chip-elevated-selected-container-color: #f44336;
    --mdc-chip-elevated-disabled-container-color: #f44336;
    --mdc-chip-flat-disabled-selected-container-color: #f44336;
    --mdc-chip-focus-state-layer-color: black;
    --mdc-chip-hover-state-layer-color: black;
    --mdc-chip-selected-hover-state-layer-color: black;
    --mdc-chip-focus-state-layer-opacity: .12;
    --mdc-chip-selected-focus-state-layer-color: black;
    --mdc-chip-selected-focus-state-layer-opacity: .12;
    --mdc-chip-label-text-color: white;
    --mdc-chip-selected-label-text-color: white;
    --mdc-chip-with-icon-icon-color: white;
    --mdc-chip-with-icon-disabled-icon-color: white;
    --mdc-chip-with-icon-selected-icon-color: white;
    --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
    --mdc-chip-with-trailing-icon-trailing-icon-color: white;
    --mat-chip-selected-disabled-trailing-icon-color: white;
    --mat-chip-selected-trailing-icon-color: white
}

.mat-mdc-chip.mat-mdc-standard-chip {
    --mdc-chip-container-height: 32px
}

.mat-mdc-standard-chip {
    --mdc-chip-label-text-font: Roboto, sans-serif;
    --mdc-chip-label-text-line-height: 20px;
    --mdc-chip-label-text-size: 14px;
    --mdc-chip-label-text-tracking: .0178571429em;
    --mdc-chip-label-text-weight: 400
}

html {
    --mdc-switch-disabled-selected-icon-opacity: .38;
    --mdc-switch-disabled-track-opacity: .12;
    --mdc-switch-disabled-unselected-icon-opacity: .38;
    --mdc-switch-handle-height: 20px;
    --mdc-switch-handle-shape: 10px;
    --mdc-switch-handle-width: 20px;
    --mdc-switch-selected-icon-size: 18px;
    --mdc-switch-track-height: 14px;
    --mdc-switch-track-shape: 7px;
    --mdc-switch-track-width: 36px;
    --mdc-switch-unselected-icon-size: 18px;
    --mdc-switch-selected-focus-state-layer-opacity: .12;
    --mdc-switch-selected-hover-state-layer-opacity: .04;
    --mdc-switch-selected-pressed-state-layer-opacity: .1;
    --mdc-switch-unselected-focus-state-layer-opacity: .12;
    --mdc-switch-unselected-hover-state-layer-opacity: .04;
    --mdc-switch-unselected-pressed-state-layer-opacity: .1;
    --mat-switch-disabled-selected-handle-opacity: .38;
    --mat-switch-disabled-unselected-handle-opacity: .38;
    --mat-switch-unselected-handle-size: 20px;
    --mat-switch-selected-handle-size: 20px;
    --mat-switch-pressed-handle-size: 20px;
    --mat-switch-with-icon-handle-size: 20px;
    --mat-switch-selected-handle-horizontal-margin: 0;
    --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
    --mat-switch-selected-pressed-handle-horizontal-margin: 0;
    --mat-switch-unselected-handle-horizontal-margin: 0;
    --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
    --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
    --mat-switch-visible-track-opacity: 1;
    --mat-switch-hidden-track-opacity: 1;
    --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, .2, 1);
    --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(.4, 0, .6, 1);
    --mat-switch-track-outline-width: 1px;
    --mat-switch-track-outline-color: transparent;
    --mat-switch-selected-track-outline-width: 1px;
    --mat-switch-disabled-unselected-track-outline-width: 1px;
    --mat-switch-disabled-unselected-track-outline-color: transparent
}

html {
    --mdc-switch-selected-focus-state-layer-color: #3949ab;
    --mdc-switch-selected-handle-color: #3949ab;
    --mdc-switch-selected-hover-state-layer-color: #3949ab;
    --mdc-switch-selected-pressed-state-layer-color: #3949ab;
    --mdc-switch-selected-focus-handle-color: #1a237e;
    --mdc-switch-selected-hover-handle-color: #1a237e;
    --mdc-switch-selected-pressed-handle-color: #1a237e;
    --mdc-switch-selected-focus-track-color: #7986cb;
    --mdc-switch-selected-hover-track-color: #7986cb;
    --mdc-switch-selected-pressed-track-color: #7986cb;
    --mdc-switch-selected-track-color: #7986cb;
    --mdc-switch-disabled-selected-handle-color: #424242;
    --mdc-switch-disabled-selected-icon-color: #fff;
    --mdc-switch-disabled-selected-track-color: #424242;
    --mdc-switch-disabled-unselected-handle-color: #424242;
    --mdc-switch-disabled-unselected-icon-color: #fff;
    --mdc-switch-disabled-unselected-track-color: #424242;
    --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
    --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    --mdc-switch-handle-shadow-color: black;
    --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);
    --mdc-switch-selected-icon-color: #fff;
    --mdc-switch-unselected-focus-handle-color: #212121;
    --mdc-switch-unselected-focus-state-layer-color: #424242;
    --mdc-switch-unselected-focus-track-color: #e0e0e0;
    --mdc-switch-unselected-handle-color: #616161;
    --mdc-switch-unselected-hover-handle-color: #212121;
    --mdc-switch-unselected-hover-state-layer-color: #424242;
    --mdc-switch-unselected-hover-track-color: #e0e0e0;
    --mdc-switch-unselected-icon-color: #fff;
    --mdc-switch-unselected-pressed-handle-color: #212121;
    --mdc-switch-unselected-pressed-state-layer-color: #424242;
    --mdc-switch-unselected-pressed-track-color: #e0e0e0;
    --mdc-switch-unselected-track-color: #e0e0e0;
    --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, .38)
}

html .mat-mdc-slide-toggle {
    --mdc-form-field-label-text-color: rgba(0, 0, 0, .87)
}

html .mat-mdc-slide-toggle.mat-accent {
    --mdc-switch-selected-focus-state-layer-color: #d81b60;
    --mdc-switch-selected-handle-color: #d81b60;
    --mdc-switch-selected-hover-state-layer-color: #d81b60;
    --mdc-switch-selected-pressed-state-layer-color: #d81b60;
    --mdc-switch-selected-focus-handle-color: #880e4f;
    --mdc-switch-selected-hover-handle-color: #880e4f;
    --mdc-switch-selected-pressed-handle-color: #880e4f;
    --mdc-switch-selected-focus-track-color: #f06292;
    --mdc-switch-selected-hover-track-color: #f06292;
    --mdc-switch-selected-pressed-track-color: #f06292;
    --mdc-switch-selected-track-color: #f06292
}

html .mat-mdc-slide-toggle.mat-warn {
    --mdc-switch-selected-focus-state-layer-color: #e53935;
    --mdc-switch-selected-handle-color: #e53935;
    --mdc-switch-selected-hover-state-layer-color: #e53935;
    --mdc-switch-selected-pressed-state-layer-color: #e53935;
    --mdc-switch-selected-focus-handle-color: #b71c1c;
    --mdc-switch-selected-hover-handle-color: #b71c1c;
    --mdc-switch-selected-pressed-handle-color: #b71c1c;
    --mdc-switch-selected-focus-track-color: #e57373;
    --mdc-switch-selected-hover-track-color: #e57373;
    --mdc-switch-selected-pressed-track-color: #e57373;
    --mdc-switch-selected-track-color: #e57373
}

html {
    --mdc-switch-state-layer-size: 40px
}

html .mat-mdc-slide-toggle {
    --mdc-form-field-label-text-font: Roboto, sans-serif;
    --mdc-form-field-label-text-line-height: 20px;
    --mdc-form-field-label-text-size: 14px;
    --mdc-form-field-label-text-tracking: .0178571429em;
    --mdc-form-field-label-text-weight: 400
}

html {
    --mdc-radio-disabled-selected-icon-opacity: .38;
    --mdc-radio-disabled-unselected-icon-opacity: .38;
    --mdc-radio-state-layer-size: 40px
}

.mat-mdc-radio-button {
    --mdc-form-field-label-text-color: rgba(0, 0, 0, .87)
}

.mat-mdc-radio-button.mat-primary {
    --mdc-radio-disabled-selected-icon-color: black;
    --mdc-radio-disabled-unselected-icon-color: black;
    --mdc-radio-unselected-hover-icon-color: #212121;
    --mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);
    --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
    --mdc-radio-selected-focus-icon-color: #3f51b5;
    --mdc-radio-selected-hover-icon-color: #3f51b5;
    --mdc-radio-selected-icon-color: #3f51b5;
    --mdc-radio-selected-pressed-icon-color: #3f51b5;
    --mat-radio-ripple-color: black;
    --mat-radio-checked-ripple-color: #3f51b5;
    --mat-radio-disabled-label-color: rgba(0, 0, 0, .38)
}

.mat-mdc-radio-button.mat-accent {
    --mdc-radio-disabled-selected-icon-color: black;
    --mdc-radio-disabled-unselected-icon-color: black;
    --mdc-radio-unselected-hover-icon-color: #212121;
    --mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);
    --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
    --mdc-radio-selected-focus-icon-color: #ff4081;
    --mdc-radio-selected-hover-icon-color: #ff4081;
    --mdc-radio-selected-icon-color: #ff4081;
    --mdc-radio-selected-pressed-icon-color: #ff4081;
    --mat-radio-ripple-color: black;
    --mat-radio-checked-ripple-color: #ff4081;
    --mat-radio-disabled-label-color: rgba(0, 0, 0, .38)
}

.mat-mdc-radio-button.mat-warn {
    --mdc-radio-disabled-selected-icon-color: black;
    --mdc-radio-disabled-unselected-icon-color: black;
    --mdc-radio-unselected-hover-icon-color: #212121;
    --mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);
    --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
    --mdc-radio-selected-focus-icon-color: #f44336;
    --mdc-radio-selected-hover-icon-color: #f44336;
    --mdc-radio-selected-icon-color: #f44336;
    --mdc-radio-selected-pressed-icon-color: #f44336;
    --mat-radio-ripple-color: black;
    --mat-radio-checked-ripple-color: #f44336;
    --mat-radio-disabled-label-color: rgba(0, 0, 0, .38)
}

html {
    --mdc-radio-state-layer-size: 40px;
    --mat-radio-touch-target-display: block
}

.mat-mdc-radio-button {
    --mdc-form-field-label-text-font: Roboto, sans-serif;
    --mdc-form-field-label-text-line-height: 20px;
    --mdc-form-field-label-text-size: 14px;
    --mdc-form-field-label-text-tracking: .0178571429em;
    --mdc-form-field-label-text-weight: 400
}

html {
    --mat-slider-value-indicator-width: auto;
    --mat-slider-value-indicator-height: 32px;
    --mat-slider-value-indicator-caret-display: block;
    --mat-slider-value-indicator-border-radius: 4px;
    --mat-slider-value-indicator-padding: 0 12px;
    --mat-slider-value-indicator-text-transform: none;
    --mat-slider-value-indicator-container-transform: translateX(-50%);
    --mdc-slider-active-track-height: 6px;
    --mdc-slider-active-track-shape: 9999px;
    --mdc-slider-handle-height: 20px;
    --mdc-slider-handle-shape: 50%;
    --mdc-slider-handle-width: 20px;
    --mdc-slider-inactive-track-height: 4px;
    --mdc-slider-inactive-track-shape: 9999px;
    --mdc-slider-with-overlap-handle-outline-width: 1px;
    --mdc-slider-with-tick-marks-active-container-opacity: .6;
    --mdc-slider-with-tick-marks-container-shape: 50%;
    --mdc-slider-with-tick-marks-container-size: 2px;
    --mdc-slider-with-tick-marks-inactive-container-opacity: .6
}

html {
    --mdc-slider-handle-color: #3f51b5;
    --mdc-slider-focus-handle-color: #3f51b5;
    --mdc-slider-hover-handle-color: #3f51b5;
    --mdc-slider-active-track-color: #3f51b5;
    --mdc-slider-inactive-track-color: #3f51b5;
    --mdc-slider-with-tick-marks-inactive-container-color: #3f51b5;
    --mdc-slider-with-tick-marks-active-container-color: white;
    --mdc-slider-disabled-active-track-color: #000;
    --mdc-slider-disabled-handle-color: #000;
    --mdc-slider-disabled-inactive-track-color: #000;
    --mdc-slider-label-container-color: #000;
    --mdc-slider-label-label-text-color: #fff;
    --mdc-slider-with-overlap-handle-outline-color: #fff;
    --mdc-slider-with-tick-marks-disabled-container-color: #000;
    --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    --mat-slider-ripple-color: #3f51b5;
    --mat-slider-hover-state-layer-color: rgba(63, 81, 181, .05);
    --mat-slider-focus-state-layer-color: rgba(63, 81, 181, .2);
    --mat-slider-value-indicator-opacity: .6
}

html .mat-accent {
    --mat-slider-ripple-color: #ff4081;
    --mat-slider-hover-state-layer-color: rgba(255, 64, 129, .05);
    --mat-slider-focus-state-layer-color: rgba(255, 64, 129, .2);
    --mdc-slider-handle-color: #ff4081;
    --mdc-slider-focus-handle-color: #ff4081;
    --mdc-slider-hover-handle-color: #ff4081;
    --mdc-slider-active-track-color: #ff4081;
    --mdc-slider-inactive-track-color: #ff4081;
    --mdc-slider-with-tick-marks-inactive-container-color: #ff4081;
    --mdc-slider-with-tick-marks-active-container-color: white
}

html .mat-warn {
    --mat-slider-ripple-color: #f44336;
    --mat-slider-hover-state-layer-color: rgba(244, 67, 54, .05);
    --mat-slider-focus-state-layer-color: rgba(244, 67, 54, .2);
    --mdc-slider-handle-color: #f44336;
    --mdc-slider-focus-handle-color: #f44336;
    --mdc-slider-hover-handle-color: #f44336;
    --mdc-slider-active-track-color: #f44336;
    --mdc-slider-inactive-track-color: #f44336;
    --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
    --mdc-slider-with-tick-marks-active-container-color: white
}

html {
    --mdc-slider-label-label-text-font: Roboto, sans-serif;
    --mdc-slider-label-label-text-size: 14px;
    --mdc-slider-label-label-text-line-height: 22px;
    --mdc-slider-label-label-text-tracking: .0071428571em;
    --mdc-slider-label-label-text-weight: 500
}

html {
    --mat-menu-container-shape: 4px;
    --mat-menu-divider-bottom-spacing: 0;
    --mat-menu-divider-top-spacing: 0;
    --mat-menu-item-spacing: 16px;
    --mat-menu-item-icon-size: 24px;
    --mat-menu-item-leading-spacing: 16px;
    --mat-menu-item-trailing-spacing: 16px;
    --mat-menu-item-with-icon-leading-spacing: 16px;
    --mat-menu-item-with-icon-trailing-spacing: 16px
}

html {
    --mat-menu-item-label-text-color: rgba(0, 0, 0, .87);
    --mat-menu-item-icon-color: rgba(0, 0, 0, .87);
    --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, .04);
    --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, .04);
    --mat-menu-container-color: white;
    --mat-menu-divider-color: rgba(0, 0, 0, .12)
}

html {
    --mat-menu-item-label-text-font: Roboto, sans-serif;
    --mat-menu-item-label-text-size: 16px;
    --mat-menu-item-label-text-tracking: .03125em;
    --mat-menu-item-label-text-line-height: 24px;
    --mat-menu-item-label-text-weight: 400
}

html {
    --mdc-list-list-item-container-shape: 0;
    --mdc-list-list-item-leading-avatar-shape: 50%;
    --mdc-list-list-item-container-color: transparent;
    --mdc-list-list-item-selected-container-color: transparent;
    --mdc-list-list-item-leading-avatar-color: transparent;
    --mdc-list-list-item-leading-icon-size: 24px;
    --mdc-list-list-item-leading-avatar-size: 40px;
    --mdc-list-list-item-trailing-icon-size: 24px;
    --mdc-list-list-item-disabled-state-layer-color: transparent;
    --mdc-list-list-item-disabled-state-layer-opacity: 0;
    --mdc-list-list-item-disabled-label-text-opacity: .38;
    --mdc-list-list-item-disabled-leading-icon-opacity: .38;
    --mdc-list-list-item-disabled-trailing-icon-opacity: .38;
    --mat-list-active-indicator-color: transparent;
    --mat-list-active-indicator-shape: 0
}

html {
    --mdc-list-list-item-label-text-color: rgba(0, 0, 0, .87);
    --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);
    --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, .38);
    --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .38);
    --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, .38);
    --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .38);
    --mdc-list-list-item-disabled-label-text-color: black;
    --mdc-list-list-item-disabled-leading-icon-color: black;
    --mdc-list-list-item-disabled-trailing-icon-color: black;
    --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);
    --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .38);
    --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .38);
    --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);
    --mdc-list-list-item-hover-state-layer-color: black;
    --mdc-list-list-item-hover-state-layer-opacity: .04;
    --mdc-list-list-item-focus-state-layer-color: black;
    --mdc-list-list-item-focus-state-layer-opacity: .12
}

.mdc-list-item__start,
.mdc-list-item__end {
    --mdc-radio-disabled-selected-icon-color: black;
    --mdc-radio-disabled-unselected-icon-color: black;
    --mdc-radio-unselected-hover-icon-color: #212121;
    --mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);
    --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
    --mdc-radio-selected-focus-icon-color: #3f51b5;
    --mdc-radio-selected-hover-icon-color: #3f51b5;
    --mdc-radio-selected-icon-color: #3f51b5;
    --mdc-radio-selected-pressed-icon-color: #3f51b5
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
    --mdc-radio-disabled-selected-icon-color: black;
    --mdc-radio-disabled-unselected-icon-color: black;
    --mdc-radio-unselected-hover-icon-color: #212121;
    --mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);
    --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
    --mdc-radio-selected-focus-icon-color: #ff4081;
    --mdc-radio-selected-hover-icon-color: #ff4081;
    --mdc-radio-selected-icon-color: #ff4081;
    --mdc-radio-selected-pressed-icon-color: #ff4081
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
    --mdc-radio-disabled-selected-icon-color: black;
    --mdc-radio-disabled-unselected-icon-color: black;
    --mdc-radio-unselected-hover-icon-color: #212121;
    --mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);
    --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
    --mdc-radio-selected-focus-icon-color: #f44336;
    --mdc-radio-selected-hover-icon-color: #f44336;
    --mdc-radio-selected-icon-color: #f44336;
    --mdc-radio-selected-pressed-icon-color: #f44336
}

.mat-mdc-list-option {
    --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);
    --mdc-checkbox-selected-checkmark-color: white;
    --mdc-checkbox-selected-focus-icon-color: #3f51b5;
    --mdc-checkbox-selected-hover-icon-color: #3f51b5;
    --mdc-checkbox-selected-icon-color: #3f51b5;
    --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
    --mdc-checkbox-unselected-focus-icon-color: #212121;
    --mdc-checkbox-unselected-hover-icon-color: #212121;
    --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
    --mdc-checkbox-selected-focus-state-layer-color: #3f51b5;
    --mdc-checkbox-selected-hover-state-layer-color: #3f51b5;
    --mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;
    --mdc-checkbox-unselected-focus-state-layer-color: black;
    --mdc-checkbox-unselected-hover-state-layer-color: black;
    --mdc-checkbox-unselected-pressed-state-layer-color: black
}

.mat-mdc-list-option.mat-accent {
    --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);
    --mdc-checkbox-selected-checkmark-color: white;
    --mdc-checkbox-selected-focus-icon-color: #ff4081;
    --mdc-checkbox-selected-hover-icon-color: #ff4081;
    --mdc-checkbox-selected-icon-color: #ff4081;
    --mdc-checkbox-selected-pressed-icon-color: #ff4081;
    --mdc-checkbox-unselected-focus-icon-color: #212121;
    --mdc-checkbox-unselected-hover-icon-color: #212121;
    --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
    --mdc-checkbox-selected-focus-state-layer-color: #ff4081;
    --mdc-checkbox-selected-hover-state-layer-color: #ff4081;
    --mdc-checkbox-selected-pressed-state-layer-color: #ff4081;
    --mdc-checkbox-unselected-focus-state-layer-color: black;
    --mdc-checkbox-unselected-hover-state-layer-color: black;
    --mdc-checkbox-unselected-pressed-state-layer-color: black
}

.mat-mdc-list-option.mat-warn {
    --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);
    --mdc-checkbox-selected-checkmark-color: white;
    --mdc-checkbox-selected-focus-icon-color: #f44336;
    --mdc-checkbox-selected-hover-icon-color: #f44336;
    --mdc-checkbox-selected-icon-color: #f44336;
    --mdc-checkbox-selected-pressed-icon-color: #f44336;
    --mdc-checkbox-unselected-focus-icon-color: #212121;
    --mdc-checkbox-unselected-hover-icon-color: #212121;
    --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
    --mdc-checkbox-selected-focus-state-layer-color: #f44336;
    --mdc-checkbox-selected-hover-state-layer-color: #f44336;
    --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
    --mdc-checkbox-unselected-focus-state-layer-color: black;
    --mdc-checkbox-unselected-hover-state-layer-color: black;
    --mdc-checkbox-unselected-pressed-state-layer-color: black
}

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
    color: #3f51b5
}

.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
    opacity: 1
}

html {
    --mdc-list-list-item-one-line-container-height: 48px;
    --mdc-list-list-item-two-line-container-height: 64px;
    --mdc-list-list-item-three-line-container-height: 88px;
    --mat-list-list-item-leading-icon-start-space: 16px;
    --mat-list-list-item-leading-icon-end-space: 32px
}

.mdc-list-item__start,
.mdc-list-item__end {
    --mdc-radio-state-layer-size: 40px
}

.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
    height: 56px
}

.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
    height: 72px
}

html {
    --mdc-list-list-item-label-text-font: Roboto, sans-serif;
    --mdc-list-list-item-label-text-line-height: 24px;
    --mdc-list-list-item-label-text-size: 16px;
    --mdc-list-list-item-label-text-tracking: .03125em;
    --mdc-list-list-item-label-text-weight: 400;
    --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
    --mdc-list-list-item-supporting-text-line-height: 20px;
    --mdc-list-list-item-supporting-text-size: 14px;
    --mdc-list-list-item-supporting-text-tracking: .0178571429em;
    --mdc-list-list-item-supporting-text-weight: 400;
    --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
    --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
    --mdc-list-list-item-trailing-supporting-text-size: 12px;
    --mdc-list-list-item-trailing-supporting-text-tracking: .0333333333em;
    --mdc-list-list-item-trailing-supporting-text-weight: 400
}

.mdc-list-group__subheader {
    font: 400 16px/28px Roboto, sans-serif;
    letter-spacing: .009375em
}

html {
    --mat-paginator-container-text-color: rgba(0, 0, 0, .87);
    --mat-paginator-container-background-color: white;
    --mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);
    --mat-paginator-disabled-icon-color: rgba(0, 0, 0, .12)
}

html {
    --mat-paginator-container-size: 56px;
    --mat-paginator-form-field-container-height: 40px;
    --mat-paginator-form-field-container-vertical-padding: 8px
}

html {
    --mat-paginator-container-text-font: Roboto, sans-serif;
    --mat-paginator-container-text-line-height: 20px;
    --mat-paginator-container-text-size: 12px;
    --mat-paginator-container-text-tracking: .0333333333em;
    --mat-paginator-container-text-weight: 400;
    --mat-paginator-select-trigger-text-size: 12px
}

html {
    --mdc-tab-indicator-active-indicator-height: 2px;
    --mdc-tab-indicator-active-indicator-shape: 0;
    --mdc-secondary-navigation-tab-container-height: 48px;
    --mat-tab-header-divider-color: transparent;
    --mat-tab-header-divider-height: 0
}

.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
    --mdc-tab-indicator-active-indicator-color: #3f51b5;
    --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);
    --mat-tab-header-pagination-icon-color: black;
    --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);
    --mat-tab-header-active-label-text-color: #3f51b5;
    --mat-tab-header-active-ripple-color: #3f51b5;
    --mat-tab-header-inactive-ripple-color: #3f51b5;
    --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);
    --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);
    --mat-tab-header-active-focus-label-text-color: #3f51b5;
    --mat-tab-header-active-hover-label-text-color: #3f51b5;
    --mat-tab-header-active-focus-indicator-color: #3f51b5;
    --mat-tab-header-active-hover-indicator-color: #3f51b5
}

.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
    --mdc-tab-indicator-active-indicator-color: #ff4081;
    --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);
    --mat-tab-header-pagination-icon-color: black;
    --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);
    --mat-tab-header-active-label-text-color: #ff4081;
    --mat-tab-header-active-ripple-color: #ff4081;
    --mat-tab-header-inactive-ripple-color: #ff4081;
    --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);
    --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);
    --mat-tab-header-active-focus-label-text-color: #ff4081;
    --mat-tab-header-active-hover-label-text-color: #ff4081;
    --mat-tab-header-active-focus-indicator-color: #ff4081;
    --mat-tab-header-active-hover-indicator-color: #ff4081
}

.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
    --mdc-tab-indicator-active-indicator-color: #f44336;
    --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);
    --mat-tab-header-pagination-icon-color: black;
    --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);
    --mat-tab-header-active-label-text-color: #f44336;
    --mat-tab-header-active-ripple-color: #f44336;
    --mat-tab-header-inactive-ripple-color: #f44336;
    --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);
    --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);
    --mat-tab-header-active-focus-label-text-color: #f44336;
    --mat-tab-header-active-hover-label-text-color: #f44336;
    --mat-tab-header-active-focus-indicator-color: #f44336;
    --mat-tab-header-active-hover-indicator-color: #f44336
}

.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
    --mat-tab-header-with-background-background-color: #3f51b5;
    --mat-tab-header-with-background-foreground-color: white
}

.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
    --mat-tab-header-with-background-background-color: #ff4081;
    --mat-tab-header-with-background-foreground-color: white
}

.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
    --mat-tab-header-with-background-background-color: #f44336;
    --mat-tab-header-with-background-foreground-color: white
}

.mat-mdc-tab-header {
    --mdc-secondary-navigation-tab-container-height: 48px
}

.mat-mdc-tab-header {
    --mat-tab-header-label-text-font: Roboto, sans-serif;
    --mat-tab-header-label-text-size: 14px;
    --mat-tab-header-label-text-tracking: .0892857143em;
    --mat-tab-header-label-text-line-height: 36px;
    --mat-tab-header-label-text-weight: 500
}

html {
    --mdc-checkbox-disabled-selected-checkmark-color: #fff;
    --mdc-checkbox-selected-focus-state-layer-opacity: .16;
    --mdc-checkbox-selected-hover-state-layer-opacity: .04;
    --mdc-checkbox-selected-pressed-state-layer-opacity: .16;
    --mdc-checkbox-unselected-focus-state-layer-opacity: .16;
    --mdc-checkbox-unselected-hover-state-layer-opacity: .04;
    --mdc-checkbox-unselected-pressed-state-layer-opacity: .16
}

html {
    --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);
    --mdc-checkbox-selected-checkmark-color: white;
    --mdc-checkbox-selected-focus-icon-color: #ff4081;
    --mdc-checkbox-selected-hover-icon-color: #ff4081;
    --mdc-checkbox-selected-icon-color: #ff4081;
    --mdc-checkbox-selected-pressed-icon-color: #ff4081;
    --mdc-checkbox-unselected-focus-icon-color: #212121;
    --mdc-checkbox-unselected-hover-icon-color: #212121;
    --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
    --mdc-checkbox-selected-focus-state-layer-color: #ff4081;
    --mdc-checkbox-selected-hover-state-layer-color: #ff4081;
    --mdc-checkbox-selected-pressed-state-layer-color: #ff4081;
    --mdc-checkbox-unselected-focus-state-layer-color: black;
    --mdc-checkbox-unselected-hover-state-layer-color: black;
    --mdc-checkbox-unselected-pressed-state-layer-color: black;
    --mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38)
}

.mat-mdc-checkbox {
    --mdc-form-field-label-text-color: rgba(0, 0, 0, .87)
}

.mat-mdc-checkbox.mat-primary {
    --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);
    --mdc-checkbox-selected-checkmark-color: white;
    --mdc-checkbox-selected-focus-icon-color: #3f51b5;
    --mdc-checkbox-selected-hover-icon-color: #3f51b5;
    --mdc-checkbox-selected-icon-color: #3f51b5;
    --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
    --mdc-checkbox-unselected-focus-icon-color: #212121;
    --mdc-checkbox-unselected-hover-icon-color: #212121;
    --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
    --mdc-checkbox-selected-focus-state-layer-color: #3f51b5;
    --mdc-checkbox-selected-hover-state-layer-color: #3f51b5;
    --mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;
    --mdc-checkbox-unselected-focus-state-layer-color: black;
    --mdc-checkbox-unselected-hover-state-layer-color: black;
    --mdc-checkbox-unselected-pressed-state-layer-color: black
}

.mat-mdc-checkbox.mat-warn {
    --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);
    --mdc-checkbox-selected-checkmark-color: white;
    --mdc-checkbox-selected-focus-icon-color: #f44336;
    --mdc-checkbox-selected-hover-icon-color: #f44336;
    --mdc-checkbox-selected-icon-color: #f44336;
    --mdc-checkbox-selected-pressed-icon-color: #f44336;
    --mdc-checkbox-unselected-focus-icon-color: #212121;
    --mdc-checkbox-unselected-hover-icon-color: #212121;
    --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
    --mdc-checkbox-selected-focus-state-layer-color: #f44336;
    --mdc-checkbox-selected-hover-state-layer-color: #f44336;
    --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
    --mdc-checkbox-unselected-focus-state-layer-color: black;
    --mdc-checkbox-unselected-hover-state-layer-color: black;
    --mdc-checkbox-unselected-pressed-state-layer-color: black
}

html {
    --mdc-checkbox-state-layer-size: 40px;
    --mat-checkbox-touch-target-display: block
}

.mat-mdc-checkbox {
    --mdc-form-field-label-text-font: Roboto, sans-serif;
    --mdc-form-field-label-text-line-height: 20px;
    --mdc-form-field-label-text-size: 14px;
    --mdc-form-field-label-text-tracking: .0178571429em;
    --mdc-form-field-label-text-weight: 400
}

html {
    --mdc-text-button-container-shape: 4px;
    --mdc-text-button-keep-touch-target: false;
    --mdc-filled-button-container-shape: 4px;
    --mdc-filled-button-keep-touch-target: false;
    --mdc-protected-button-container-shape: 4px;
    --mdc-protected-button-keep-touch-target: false;
    --mdc-outlined-button-keep-touch-target: false;
    --mdc-outlined-button-outline-width: 1px;
    --mdc-outlined-button-container-shape: 4px;
    --mat-text-button-horizontal-padding: 8px;
    --mat-text-button-with-icon-horizontal-padding: 8px;
    --mat-text-button-icon-spacing: 8px;
    --mat-text-button-icon-offset: 0;
    --mat-filled-button-horizontal-padding: 16px;
    --mat-filled-button-icon-spacing: 8px;
    --mat-filled-button-icon-offset: -4px;
    --mat-protected-button-horizontal-padding: 16px;
    --mat-protected-button-icon-spacing: 8px;
    --mat-protected-button-icon-offset: -4px;
    --mat-outlined-button-horizontal-padding: 15px;
    --mat-outlined-button-icon-spacing: 8px;
    --mat-outlined-button-icon-offset: -4px
}

html {
    --mdc-text-button-label-text-color: black;
    --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, .38);
    --mat-text-button-state-layer-color: black;
    --mat-text-button-disabled-state-layer-color: black;
    --mat-text-button-ripple-color: rgba(0, 0, 0, .1);
    --mat-text-button-hover-state-layer-opacity: .04;
    --mat-text-button-focus-state-layer-opacity: .12;
    --mat-text-button-pressed-state-layer-opacity: .12;
    --mdc-filled-button-container-color: white;
    --mdc-filled-button-label-text-color: black;
    --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, .12);
    --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, .38);
    --mat-filled-button-state-layer-color: black;
    --mat-filled-button-disabled-state-layer-color: black;
    --mat-filled-button-ripple-color: rgba(0, 0, 0, .1);
    --mat-filled-button-hover-state-layer-opacity: .04;
    --mat-filled-button-focus-state-layer-opacity: .12;
    --mat-filled-button-pressed-state-layer-opacity: .12;
    --mdc-protected-button-container-color: white;
    --mdc-protected-button-label-text-color: black;
    --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, .12);
    --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, .38);
    --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);
    --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
    --mdc-protected-button-container-shadow-color: #000;
    --mat-protected-button-state-layer-color: black;
    --mat-protected-button-disabled-state-layer-color: black;
    --mat-protected-button-ripple-color: rgba(0, 0, 0, .1);
    --mat-protected-button-hover-state-layer-opacity: .04;
    --mat-protected-button-focus-state-layer-opacity: .12;
    --mat-protected-button-pressed-state-layer-opacity: .12;
    --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, .12);
    --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, .38);
    --mdc-outlined-button-label-text-color: black;
    --mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);
    --mat-outlined-button-state-layer-color: black;
    --mat-outlined-button-disabled-state-layer-color: black;
    --mat-outlined-button-ripple-color: rgba(0, 0, 0, .1);
    --mat-outlined-button-hover-state-layer-opacity: .04;
    --mat-outlined-button-focus-state-layer-opacity: .12;
    --mat-outlined-button-pressed-state-layer-opacity: .12
}

.mat-mdc-button.mat-primary {
    --mdc-text-button-label-text-color: #3f51b5;
    --mat-text-button-state-layer-color: #3f51b5;
    --mat-text-button-ripple-color: rgba(63, 81, 181, .1)
}

.mat-mdc-button.mat-accent {
    --mdc-text-button-label-text-color: #ff4081;
    --mat-text-button-state-layer-color: #ff4081;
    --mat-text-button-ripple-color: rgba(255, 64, 129, .1)
}

.mat-mdc-button.mat-warn {
    --mdc-text-button-label-text-color: #f44336;
    --mat-text-button-state-layer-color: #f44336;
    --mat-text-button-ripple-color: rgba(244, 67, 54, .1)
}

.mat-mdc-unelevated-button.mat-primary {
    --mdc-filled-button-container-color: #3f51b5;
    --mdc-filled-button-label-text-color: white;
    --mat-filled-button-state-layer-color: white;
    --mat-filled-button-ripple-color: rgba(255, 255, 255, .1)
}

.mat-mdc-unelevated-button.mat-accent {
    --mdc-filled-button-container-color: #ff4081;
    --mdc-filled-button-label-text-color: white;
    --mat-filled-button-state-layer-color: white;
    --mat-filled-button-ripple-color: rgba(255, 255, 255, .1)
}

.mat-mdc-unelevated-button.mat-warn {
    --mdc-filled-button-container-color: #f44336;
    --mdc-filled-button-label-text-color: white;
    --mat-filled-button-state-layer-color: white;
    --mat-filled-button-ripple-color: rgba(255, 255, 255, .1)
}

.mat-mdc-raised-button.mat-primary {
    --mdc-protected-button-container-color: #3f51b5;
    --mdc-protected-button-label-text-color: white;
    --mat-protected-button-state-layer-color: white;
    --mat-protected-button-ripple-color: rgba(255, 255, 255, .1)
}

.mat-mdc-raised-button.mat-accent {
    --mdc-protected-button-container-color: #ff4081;
    --mdc-protected-button-label-text-color: white;
    --mat-protected-button-state-layer-color: white;
    --mat-protected-button-ripple-color: rgba(255, 255, 255, .1)
}

.mat-mdc-raised-button.mat-warn {
    --mdc-protected-button-container-color: #f44336;
    --mdc-protected-button-label-text-color: white;
    --mat-protected-button-state-layer-color: white;
    --mat-protected-button-ripple-color: rgba(255, 255, 255, .1)
}

.mat-mdc-outlined-button.mat-primary {
    --mdc-outlined-button-label-text-color: #3f51b5;
    --mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);
    --mat-outlined-button-state-layer-color: #3f51b5;
    --mat-outlined-button-ripple-color: rgba(63, 81, 181, .1)
}

.mat-mdc-outlined-button.mat-accent {
    --mdc-outlined-button-label-text-color: #ff4081;
    --mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);
    --mat-outlined-button-state-layer-color: #ff4081;
    --mat-outlined-button-ripple-color: rgba(255, 64, 129, .1)
}

.mat-mdc-outlined-button.mat-warn {
    --mdc-outlined-button-label-text-color: #f44336;
    --mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);
    --mat-outlined-button-state-layer-color: #f44336;
    --mat-outlined-button-ripple-color: rgba(244, 67, 54, .1)
}

html {
    --mdc-text-button-container-height: 36px;
    --mdc-filled-button-container-height: 36px;
    --mdc-outlined-button-container-height: 36px;
    --mdc-protected-button-container-height: 36px;
    --mat-text-button-touch-target-display: block;
    --mat-filled-button-touch-target-display: block;
    --mat-protected-button-touch-target-display: block;
    --mat-outlined-button-touch-target-display: block
}

html {
    --mdc-text-button-label-text-font: Roboto, sans-serif;
    --mdc-text-button-label-text-size: 14px;
    --mdc-text-button-label-text-tracking: .0892857143em;
    --mdc-text-button-label-text-weight: 500;
    --mdc-text-button-label-text-transform: none;
    --mdc-filled-button-label-text-font: Roboto, sans-serif;
    --mdc-filled-button-label-text-size: 14px;
    --mdc-filled-button-label-text-tracking: .0892857143em;
    --mdc-filled-button-label-text-weight: 500;
    --mdc-filled-button-label-text-transform: none;
    --mdc-outlined-button-label-text-font: Roboto, sans-serif;
    --mdc-outlined-button-label-text-size: 14px;
    --mdc-outlined-button-label-text-tracking: .0892857143em;
    --mdc-outlined-button-label-text-weight: 500;
    --mdc-outlined-button-label-text-transform: none;
    --mdc-protected-button-label-text-font: Roboto, sans-serif;
    --mdc-protected-button-label-text-size: 14px;
    --mdc-protected-button-label-text-tracking: .0892857143em;
    --mdc-protected-button-label-text-weight: 500;
    --mdc-protected-button-label-text-transform: none
}

html {
    --mdc-icon-button-icon-size: 24px
}

html {
    --mdc-icon-button-icon-color: inherit;
    --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, .38);
    --mat-icon-button-state-layer-color: black;
    --mat-icon-button-disabled-state-layer-color: black;
    --mat-icon-button-ripple-color: rgba(0, 0, 0, .1);
    --mat-icon-button-hover-state-layer-opacity: .04;
    --mat-icon-button-focus-state-layer-opacity: .12;
    --mat-icon-button-pressed-state-layer-opacity: .12
}

html .mat-mdc-icon-button.mat-primary {
    --mdc-icon-button-icon-color: #3f51b5;
    --mat-icon-button-state-layer-color: #3f51b5;
    --mat-icon-button-ripple-color: rgba(63, 81, 181, .1)
}

html .mat-mdc-icon-button.mat-accent {
    --mdc-icon-button-icon-color: #ff4081;
    --mat-icon-button-state-layer-color: #ff4081;
    --mat-icon-button-ripple-color: rgba(255, 64, 129, .1)
}

html .mat-mdc-icon-button.mat-warn {
    --mdc-icon-button-icon-color: #f44336;
    --mat-icon-button-state-layer-color: #f44336;
    --mat-icon-button-ripple-color: rgba(244, 67, 54, .1)
}

html {
    --mat-icon-button-touch-target-display: block
}

.mat-mdc-icon-button.mat-mdc-button-base {
    --mdc-icon-button-state-layer-size: 48px;
    width: var(--mdc-icon-button-state-layer-size);
    height: var(--mdc-icon-button-state-layer-size);
    padding: 12px
}

html {
    --mdc-fab-container-shape: 50%;
    --mdc-fab-icon-size: 24px;
    --mdc-fab-small-container-shape: 50%;
    --mdc-fab-small-icon-size: 24px;
    --mdc-extended-fab-container-height: 48px;
    --mdc-extended-fab-container-shape: 24px
}

html {
    --mdc-fab-container-color: white;
    --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
    --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
    --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);
    --mdc-fab-container-shadow-color: #000;
    --mat-fab-foreground-color: black;
    --mat-fab-state-layer-color: black;
    --mat-fab-disabled-state-layer-color: black;
    --mat-fab-ripple-color: rgba(0, 0, 0, .1);
    --mat-fab-hover-state-layer-opacity: .04;
    --mat-fab-focus-state-layer-opacity: .12;
    --mat-fab-pressed-state-layer-opacity: .12;
    --mat-fab-disabled-state-container-color: rgba(0, 0, 0, .12);
    --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, .38);
    --mdc-fab-small-container-color: white;
    --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
    --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
    --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);
    --mdc-fab-small-container-shadow-color: #000;
    --mat-fab-small-foreground-color: black;
    --mat-fab-small-state-layer-color: black;
    --mat-fab-small-disabled-state-layer-color: black;
    --mat-fab-small-ripple-color: rgba(0, 0, 0, .1);
    --mat-fab-small-hover-state-layer-opacity: .04;
    --mat-fab-small-focus-state-layer-opacity: .12;
    --mat-fab-small-pressed-state-layer-opacity: .12;
    --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, .12);
    --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, .38);
    --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
    --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
    --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
    --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);
    --mdc-extended-fab-container-shadow-color: #000
}

html .mat-mdc-fab.mat-primary {
    --mdc-fab-container-color: #3f51b5;
    --mat-fab-foreground-color: white;
    --mat-fab-state-layer-color: white;
    --mat-fab-ripple-color: rgba(255, 255, 255, .1)
}

html .mat-mdc-fab.mat-accent {
    --mdc-fab-container-color: #ff4081;
    --mat-fab-foreground-color: white;
    --mat-fab-state-layer-color: white;
    --mat-fab-ripple-color: rgba(255, 255, 255, .1)
}

html .mat-mdc-fab.mat-warn {
    --mdc-fab-container-color: #f44336;
    --mat-fab-foreground-color: white;
    --mat-fab-state-layer-color: white;
    --mat-fab-ripple-color: rgba(255, 255, 255, .1)
}

html .mat-mdc-mini-fab.mat-primary {
    --mdc-fab-small-container-color: #3f51b5;
    --mat-fab-small-foreground-color: white;
    --mat-fab-small-state-layer-color: white;
    --mat-fab-small-ripple-color: rgba(255, 255, 255, .1)
}

html .mat-mdc-mini-fab.mat-accent {
    --mdc-fab-small-container-color: #ff4081;
    --mat-fab-small-foreground-color: white;
    --mat-fab-small-state-layer-color: white;
    --mat-fab-small-ripple-color: rgba(255, 255, 255, .1)
}

html .mat-mdc-mini-fab.mat-warn {
    --mdc-fab-small-container-color: #f44336;
    --mat-fab-small-foreground-color: white;
    --mat-fab-small-state-layer-color: white;
    --mat-fab-small-ripple-color: rgba(255, 255, 255, .1)
}

html {
    --mat-fab-touch-target-display: block;
    --mat-fab-small-touch-target-display: block
}

html {
    --mdc-extended-fab-label-text-font: Roboto, sans-serif;
    --mdc-extended-fab-label-text-size: 14px;
    --mdc-extended-fab-label-text-tracking: .0892857143em;
    --mdc-extended-fab-label-text-weight: 500
}

html {
    --mdc-snackbar-container-shape: 4px
}

html {
    --mdc-snackbar-container-color: #333333;
    --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, .87);
    --mat-snack-bar-button-color: #ff4081
}

html {
    --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
    --mdc-snackbar-supporting-text-line-height: 20px;
    --mdc-snackbar-supporting-text-size: 14px;
    --mdc-snackbar-supporting-text-weight: 400
}

html {
    --mat-table-row-item-outline-width: 1px
}

html {
    --mat-table-background-color: white;
    --mat-table-header-headline-color: rgba(0, 0, 0, .87);
    --mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);
    --mat-table-row-item-outline-color: rgba(0, 0, 0, .12)
}

html {
    --mat-table-header-container-height: 56px;
    --mat-table-footer-container-height: 52px;
    --mat-table-row-item-container-height: 52px
}

html {
    --mat-table-header-headline-font: Roboto, sans-serif;
    --mat-table-header-headline-line-height: 22px;
    --mat-table-header-headline-size: 14px;
    --mat-table-header-headline-weight: 500;
    --mat-table-header-headline-tracking: .0071428571em;
    --mat-table-row-item-label-text-font: Roboto, sans-serif;
    --mat-table-row-item-label-text-line-height: 20px;
    --mat-table-row-item-label-text-size: 14px;
    --mat-table-row-item-label-text-weight: 400;
    --mat-table-row-item-label-text-tracking: .0178571429em;
    --mat-table-footer-supporting-text-font: Roboto, sans-serif;
    --mat-table-footer-supporting-text-line-height: 20px;
    --mat-table-footer-supporting-text-size: 14px;
    --mat-table-footer-supporting-text-weight: 400;
    --mat-table-footer-supporting-text-tracking: .0178571429em
}

html {
    --mdc-circular-progress-active-indicator-width: 4px;
    --mdc-circular-progress-size: 48px
}

html {
    --mdc-circular-progress-active-indicator-color: #3f51b5
}

html .mat-accent {
    --mdc-circular-progress-active-indicator-color: #ff4081
}

html .mat-warn {
    --mdc-circular-progress-active-indicator-color: #f44336
}

html {
    --mat-badge-container-shape: 50%;
    --mat-badge-container-size: unset;
    --mat-badge-small-size-container-size: unset;
    --mat-badge-large-size-container-size: unset;
    --mat-badge-legacy-container-size: 22px;
    --mat-badge-legacy-small-size-container-size: 16px;
    --mat-badge-legacy-large-size-container-size: 28px;
    --mat-badge-container-offset: -11px 0;
    --mat-badge-small-size-container-offset: -8px 0;
    --mat-badge-large-size-container-offset: -14px 0;
    --mat-badge-container-overlap-offset: -11px;
    --mat-badge-small-size-container-overlap-offset: -8px;
    --mat-badge-large-size-container-overlap-offset: -14px;
    --mat-badge-container-padding: 0;
    --mat-badge-small-size-container-padding: 0;
    --mat-badge-large-size-container-padding: 0
}

html {
    --mat-badge-background-color: #3f51b5;
    --mat-badge-text-color: white;
    --mat-badge-disabled-state-background-color: #b9b9b9;
    --mat-badge-disabled-state-text-color: rgba(0, 0, 0, .38)
}

.mat-badge-accent {
    --mat-badge-background-color: #ff4081;
    --mat-badge-text-color: white
}

.mat-badge-warn {
    --mat-badge-background-color: #f44336;
    --mat-badge-text-color: white
}

html {
    --mat-badge-text-font: Roboto, sans-serif;
    --mat-badge-text-size: 12px;
    --mat-badge-text-weight: 600;
    --mat-badge-small-size-text-size: 9px;
    --mat-badge-large-size-text-size: 24px
}

html {
    --mat-bottom-sheet-container-shape: 4px
}

html {
    --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);
    --mat-bottom-sheet-container-background-color: white
}

html {
    --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
    --mat-bottom-sheet-container-text-line-height: 20px;
    --mat-bottom-sheet-container-text-size: 14px;
    --mat-bottom-sheet-container-text-tracking: .0178571429em;
    --mat-bottom-sheet-container-text-weight: 400
}

html {
    --mat-legacy-button-toggle-height: 36px;
    --mat-legacy-button-toggle-shape: 2px;
    --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
    --mat-standard-button-toggle-shape: 4px;
    --mat-standard-button-toggle-hover-state-layer-opacity: .04;
    --mat-standard-button-toggle-focus-state-layer-opacity: .12
}

html {
    --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, .38);
    --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, .12);
    --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, .54);
    --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
    --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);
    --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
    --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
    --mat-standard-button-toggle-text-color: rgba(0, 0, 0, .87);
    --mat-standard-button-toggle-background-color: white;
    --mat-standard-button-toggle-state-layer-color: black;
    --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
    --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);
    --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);
    --mat-standard-button-toggle-disabled-state-background-color: white;
    --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, .87);
    --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
    --mat-standard-button-toggle-divider-color: #e0e0e0
}

html {
    --mat-standard-button-toggle-height: 48px
}

html {
    --mat-legacy-button-toggle-label-text-font: Roboto, sans-serif;
    --mat-legacy-button-toggle-label-text-line-height: 24px;
    --mat-legacy-button-toggle-label-text-size: 16px;
    --mat-legacy-button-toggle-label-text-tracking: .03125em;
    --mat-legacy-button-toggle-label-text-weight: 400;
    --mat-standard-button-toggle-label-text-font: Roboto, sans-serif;
    --mat-standard-button-toggle-label-text-line-height: 24px;
    --mat-standard-button-toggle-label-text-size: 16px;
    --mat-standard-button-toggle-label-text-tracking: .03125em;
    --mat-standard-button-toggle-label-text-weight: 400
}

html {
    --mat-datepicker-calendar-container-shape: 4px;
    --mat-datepicker-calendar-container-touch-shape: 4px;
    --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);
    --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)
}

html {
    --mat-datepicker-calendar-date-selected-state-text-color: white;
    --mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;
    --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(63, 81, 181, .4);
    --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
    --mat-datepicker-calendar-date-focus-state-background-color: rgba(63, 81, 181, .3);
    --mat-datepicker-calendar-date-hover-state-background-color: rgba(63, 81, 181, .3);
    --mat-datepicker-toggle-active-state-icon-color: #3f51b5;
    --mat-datepicker-calendar-date-in-range-state-background-color: rgba(63, 81, 181, .2);
    --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);
    --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
    --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
    --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);
    --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);
    --mat-datepicker-calendar-period-button-text-color: black;
    --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);
    --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);
    --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);
    --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);
    --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .38);
    --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, .18);
    --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);
    --mat-datepicker-calendar-date-outline-color: transparent;
    --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, .38);
    --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .24);
    --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);
    --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, .38);
    --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, .38);
    --mat-datepicker-calendar-container-background-color: white;
    --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)
}

.mat-datepicker-content.mat-accent {
    --mat-datepicker-calendar-date-selected-state-text-color: white;
    --mat-datepicker-calendar-date-selected-state-background-color: #ff4081;
    --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 64, 129, .4);
    --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
    --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 64, 129, .3);
    --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 64, 129, .3);
    --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 64, 129, .2);
    --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);
    --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
    --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e
}

.mat-datepicker-content.mat-warn {
    --mat-datepicker-calendar-date-selected-state-text-color: white;
    --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
    --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, .4);
    --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
    --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, .3);
    --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, .3);
    --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, .2);
    --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);
    --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
    --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e
}

.mat-datepicker-toggle-active.mat-accent {
    --mat-datepicker-toggle-active-state-icon-color: #ff4081
}

.mat-datepicker-toggle-active.mat-warn {
    --mat-datepicker-toggle-active-state-icon-color: #f44336
}

.mat-calendar-controls {
    --mat-icon-button-touch-target-display: none
}

.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
    --mdc-icon-button-state-layer-size: 40px;
    width: var(--mdc-icon-button-state-layer-size);
    height: var(--mdc-icon-button-state-layer-size);
    padding: 8px
}

html {
    --mat-datepicker-calendar-text-font: Roboto, sans-serif;
    --mat-datepicker-calendar-text-size: 13px;
    --mat-datepicker-calendar-body-label-text-size: 14px;
    --mat-datepicker-calendar-body-label-text-weight: 500;
    --mat-datepicker-calendar-period-button-text-size: 14px;
    --mat-datepicker-calendar-period-button-text-weight: 500;
    --mat-datepicker-calendar-header-text-size: 11px;
    --mat-datepicker-calendar-header-text-weight: 400
}

html {
    --mat-divider-width: 1px
}

html {
    --mat-divider-color: rgba(0, 0, 0, .12)
}

html {
    --mat-expansion-container-shape: 4px;
    --mat-expansion-legacy-header-indicator-display: inline-block;
    --mat-expansion-header-indicator-display: none
}

html {
    --mat-expansion-container-background-color: white;
    --mat-expansion-container-text-color: rgba(0, 0, 0, .87);
    --mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);
    --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, .04);
    --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, .04);
    --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, .26);
    --mat-expansion-header-text-color: rgba(0, 0, 0, .87);
    --mat-expansion-header-description-color: rgba(0, 0, 0, .54);
    --mat-expansion-header-indicator-color: rgba(0, 0, 0, .54)
}

html {
    --mat-expansion-header-collapsed-state-height: 48px;
    --mat-expansion-header-expanded-state-height: 64px
}

html {
    --mat-expansion-header-text-font: Roboto, sans-serif;
    --mat-expansion-header-text-size: 14px;
    --mat-expansion-header-text-weight: 500;
    --mat-expansion-header-text-line-height: inherit;
    --mat-expansion-header-text-tracking: inherit;
    --mat-expansion-container-text-font: Roboto, sans-serif;
    --mat-expansion-container-text-line-height: 20px;
    --mat-expansion-container-text-size: 14px;
    --mat-expansion-container-text-tracking: .0178571429em;
    --mat-expansion-container-text-weight: 400
}

html {
    --mat-grid-list-tile-header-primary-text-size: 14px;
    --mat-grid-list-tile-header-secondary-text-size: 12px;
    --mat-grid-list-tile-footer-primary-text-size: 14px;
    --mat-grid-list-tile-footer-secondary-text-size: 12px
}

html {
    --mat-icon-color: inherit
}

.mat-icon.mat-primary {
    --mat-icon-color: #3f51b5
}

.mat-icon.mat-accent {
    --mat-icon-color: #ff4081
}

.mat-icon.mat-warn {
    --mat-icon-color: #f44336
}

html {
    --mat-sidenav-container-shape: 0;
    --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);
    --mat-sidenav-container-width: auto
}

html {
    --mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);
    --mat-sidenav-container-background-color: white;
    --mat-sidenav-container-text-color: rgba(0, 0, 0, .87);
    --mat-sidenav-content-background-color: #fafafa;
    --mat-sidenav-content-text-color: rgba(0, 0, 0, .87);
    --mat-sidenav-scrim-color: rgba(0, 0, 0, .6)
}

html {
    --mat-stepper-header-icon-foreground-color: white;
    --mat-stepper-header-selected-state-icon-background-color: #3f51b5;
    --mat-stepper-header-selected-state-icon-foreground-color: white;
    --mat-stepper-header-done-state-icon-background-color: #3f51b5;
    --mat-stepper-header-done-state-icon-foreground-color: white;
    --mat-stepper-header-edit-state-icon-background-color: #3f51b5;
    --mat-stepper-header-edit-state-icon-foreground-color: white;
    --mat-stepper-container-color: white;
    --mat-stepper-line-color: rgba(0, 0, 0, .12);
    --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, .04);
    --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, .04);
    --mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);
    --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);
    --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);
    --mat-stepper-header-error-state-label-text-color: #f44336;
    --mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);
    --mat-stepper-header-error-state-icon-foreground-color: #f44336;
    --mat-stepper-header-error-state-icon-background-color: transparent
}

html .mat-step-header.mat-accent {
    --mat-stepper-header-icon-foreground-color: white;
    --mat-stepper-header-selected-state-icon-background-color: #ff4081;
    --mat-stepper-header-selected-state-icon-foreground-color: white;
    --mat-stepper-header-done-state-icon-background-color: #ff4081;
    --mat-stepper-header-done-state-icon-foreground-color: white;
    --mat-stepper-header-edit-state-icon-background-color: #ff4081;
    --mat-stepper-header-edit-state-icon-foreground-color: white
}

html .mat-step-header.mat-warn {
    --mat-stepper-header-icon-foreground-color: white;
    --mat-stepper-header-selected-state-icon-background-color: #f44336;
    --mat-stepper-header-selected-state-icon-foreground-color: white;
    --mat-stepper-header-done-state-icon-background-color: #f44336;
    --mat-stepper-header-done-state-icon-foreground-color: white;
    --mat-stepper-header-edit-state-icon-background-color: #f44336;
    --mat-stepper-header-edit-state-icon-foreground-color: white
}

html {
    --mat-stepper-header-height: 72px
}

html {
    --mat-stepper-container-text-font: Roboto, sans-serif;
    --mat-stepper-header-label-text-font: Roboto, sans-serif;
    --mat-stepper-header-label-text-size: 14px;
    --mat-stepper-header-label-text-weight: 400;
    --mat-stepper-header-error-state-label-text-size: 16px;
    --mat-stepper-header-selected-state-label-text-size: 16px;
    --mat-stepper-header-selected-state-label-text-weight: 400
}

html {
    --mat-sort-arrow-color: #757575
}

html {
    --mat-toolbar-container-background-color: whitesmoke;
    --mat-toolbar-container-text-color: rgba(0, 0, 0, .87)
}

.mat-toolbar.mat-primary {
    --mat-toolbar-container-background-color: #3f51b5;
    --mat-toolbar-container-text-color: white
}

.mat-toolbar.mat-accent {
    --mat-toolbar-container-background-color: #ff4081;
    --mat-toolbar-container-text-color: white
}

.mat-toolbar.mat-warn {
    --mat-toolbar-container-background-color: #f44336;
    --mat-toolbar-container-text-color: white
}

html {
    --mat-toolbar-standard-height: 64px;
    --mat-toolbar-mobile-height: 56px
}

html {
    --mat-toolbar-title-text-font: Roboto, sans-serif;
    --mat-toolbar-title-text-line-height: 32px;
    --mat-toolbar-title-text-size: 20px;
    --mat-toolbar-title-text-tracking: .0125em;
    --mat-toolbar-title-text-weight: 500
}

html {
    --mat-tree-container-background-color: white;
    --mat-tree-node-text-color: rgba(0, 0, 0, .87)
}

html {
    --mat-tree-node-min-height: 48px
}

html {
    --mat-tree-node-text-font: Roboto, sans-serif;
    --mat-tree-node-text-size: 14px;
    --mat-tree-node-text-weight: 400
}

.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
    font: 400 24px/32px Roboto, sans-serif;
    letter-spacing: normal;
    margin: 0 0 16px
}

.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
    font: 500 20px/32px Roboto, sans-serif;
    letter-spacing: .0125em;
    margin: 0 0 16px
}

.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
    font: 400 16px/28px Roboto, sans-serif;
    letter-spacing: .009375em;
    margin: 0 0 16px
}

.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
    font: 400 16px/24px Roboto, sans-serif;
    letter-spacing: .03125em;
    margin: 0 0 16px
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
    font: 400 11.62px/20px Roboto, sans-serif;
    margin: 0 0 12px
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
    font: 400 9.38px/20px Roboto, sans-serif;
    margin: 0 0 12px
}

.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
    font: 500 14px/22px Roboto, sans-serif;
    letter-spacing: .0071428571em
}

.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
    font: 400 14px/20px Roboto, sans-serif;
    letter-spacing: .0178571429em
}

.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
    margin: 0 0 12px
}

.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
    font: 400 12px/20px Roboto, sans-serif;
    letter-spacing: .0333333333em
}

.mat-headline-1,
.mat-typography .mat-headline-1 {
    font: 300 96px/96px Roboto, sans-serif;
    letter-spacing: -.015625em;
    margin: 0 0 56px
}

.mat-headline-2,
.mat-typography .mat-headline-2 {
    font: 300 60px/60px Roboto, sans-serif;
    letter-spacing: -.0083333333em;
    margin: 0 0 64px
}

.mat-headline-3,
.mat-typography .mat-headline-3 {
    font: 400 48px/50px Roboto, sans-serif;
    letter-spacing: normal;
    margin: 0 0 64px
}

.mat-headline-4,
.mat-typography .mat-headline-4 {
    font: 400 34px/40px Roboto, sans-serif;
    letter-spacing: .0073529412em;
    margin: 0 0 64px
}

@media screen and (max-width: 710px) {
    .main.jojobet {
        --input-height: 38px;
        --pending-withdrawal-even-background-color: #F5F5F5
    }
}

/*!
         *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
         *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
         */
@font-face {
    font-family: FontAwesome;
    src: url(//static.everymatrix.com/mmstage/cashier/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),
        url(//static.everymatrix.com/mmstage/cashier/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button,
input,
select {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: var(--general-font-family);
    vertical-align: baseline;
    box-sizing: border-box;
    outline: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    appearance: none;
    margin: 0
}

input[type=number] {
    appearance: textfield
}

[hidden],
template {
    display: none !important
}

.cards-page {
    min-height: 230px
}

.cards-page .cards-add-button.btn,
.cards-page .cards-edit-buttons .btn {
    margin-top: 20px
}

.cards-list {
    margin-top: 16px
}

.cards-item {
    background-color: #f3f6f9;
    border: thin solid #dee3ed;
    border-radius: 3px;
    margin-top: 10px;
    padding: 10px
}

.cards-item .cards-item-logo {
    border-radius: 3px;
    position: relative;
    float: left;
    margin: 10px 10px 0 0;
    background-color: #fff
}

.cards-item-description {
    padding-left: 1px
}

.cards-item-description,
.cards-item-expire {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cards-item-name {
    color: #516183;
    font-size: 18px;
    width: 188px;
    display: inline-block;
    cursor: pointer
}

.cards-item-name .cards-item-card-name {
    font-weight: 700
}

.cards-item-expire {
    font-size: 16px;
    margin-top: -2px
}

.cards-item-primary {
    font-size: 16px;
    margin-top: 8px;
    display: inline-block
}

.cards-item-warning {
    color: #e76049;
    font-size: 11px;
    position: absolute;
    margin-top: 4px
}

.cards-item-logo-warning {
    border: thin solid #e76049
}

.cards-page .page-title .fa {
    font-size: 18px
}

.cards-page .cashier-form {
    margin-top: 22px
}

.cards-page .cashier-form .cashier-form-label {
    float: left
}

.cards-page .cashier-form .cashier-form-label .month-selector .cashier-selector.element {
    margin-right: 20px
}

.cards-page .cashier-form .cashier-form-label .year-selector .cashier-selector.element {
    margin-right: 0
}

.cards-page .cashier-form .cashier-form-label .alert {
    top: auto !important
}

.cards-page .cashier-form .cashier-form-label-text {
    margin-bottom: 8px
}

.cards-page .cards-empty-message {
    display: none;
    padding-bottom: 14px
}

.cards-page .short-info .cards-description {
    display: none
}

.cards-page .short-info .cards-empty-message {
    display: block
}

.cards-page .short-info .short-info-text:before {
    content: "\f09d";
    padding-bottom: 20px
}

.cards-edit-buttons {
    clear: both
}

.cards-delete-button.btn {
    background: #fff;
    color: #516183;
    border: thin solid #516183;
    font-weight: 700;
    position: relative;
    font-size: 14px
}

.cards-delete-button.btn:hover {
    color: #fff
}

.cards-delete-button.btn:before {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d"
}

.cashier-credit-card-edit {
    background: #f3f6f9;
    padding-top: 10px;
    border-radius: 3px;
    float: left;
    width: 100%
}

.card-expired-warning {
    background-color: #e76049;
    color: #fff;
    width: 100%;
    border-radius: 3px;
    padding: 8px 20px;
    margin-bottom: 10px
}

.card-expired-warning:before {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f05a";
    padding-right: 5px;
    vertical-align: bottom
}

@media screen and (min-width: 710px) {
    .cards-page .short-info {
        padding-bottom: 0
    }

    .cards-list {
        min-height: 254px
    }

    .cards-item {
        margin: 10px 10px 0 0;
        width: calc(50% - 5px);
        float: left;
        padding: 12px 10px;
        height: 90px
    }

    .cards-item:nth-child(2n) {
        margin-right: 0
    }

    .cards-page:after {
        content: "";
        clear: both
    }

    .cards-item .cards-item-logo {
        width: 102px;
        height: 64px;
        margin: 0 10px 0 0
    }

    .cards-edit-buttons .btn {
        padding: 6px 50px
    }

    .cards-item-name {
        width: 175px
    }

    .cards-item-expire {
        font-size: 16px;
        margin-top: 3px
    }

    .cards-item-description .cards-item-primary {
        font-size: 16px;
        margin-top: 8px
    }

    .required:not(.alert):before {
        content: "*";
        color: #e76049;
        display: inline-block;
        font-size: 18px
    }

    .cashier-form .btn:disabled {
        background-color: #a1abbe;
        color: #fff
    }

    .cards-item-logo-warning {
        border: none
    }

    .cashier-credit-card-edit {
        padding: 50px 50px 25px
    }

    .cards-delete-button.btn {
        top: -5px;
        font-size: 16px
    }
}

mm-cashier-slider {
    position: relative
}

mm-cashier-slider .custom-tooltip {
    display: none
}

mm-cashier-slider .custom-tooltip.visible {
    display: block;
    position: absolute;
    opacity: 1;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid var(--tooltip-border-color);
    font-size: var(--tooltip-label-font-size);
    margin: 7px;
    color: var(--tooltip-label-color);
    background-color: var(--tooltip-background-color);
    box-shadow: 1px 2px 4px #1515151f;
    z-index: 1;
    top: 50px;
    left: -20px;
    width: 150px
}

@media screen and (max-width: 710px) {
    mm-cashier-slider .custom-tooltip.visible {
        top: 35px
    }
}

.cashier-slider {
    width: 100%;
    margin: 0 auto 18px;
    height: 60px;
    overflow: hidden;
    background: var(--slider-payment-background-color);
    border-radius: 3px
}

.cashier-slider .cashier-slider-button {
    color: var(--slider-button-color);
    font-size: 24px;
    padding: 18px 4px;
    cursor: pointer
}

.cashier-slider .cashier-slider-dynamic {
    height: 80px;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 8px
}

.cashier-slider .cashier-slider-item.disabled {
    cursor: auto
}

.cashier-slider .cashier-slider-item.disabled .paymeth-logo-placeholder,
.cashier-slider .cashier-slider-item.disabled .paymeth-logo-provider,
.cashier-slider .cashier-slider-item.disabled img {
    opacity: .7;
    cursor: auto
}

.cashier-slider .cahier-slider-wrapper.without-scroll {
    margin: 0 auto;
    display: table
}

.cashier-slider .cashier-slider-item {
    cursor: pointer;
    transition: margin-left ease .5s;
    margin-right: 4px
}

@media screen and (min-width: 710px) {
    .cashier-slider {
        margin-bottom: 32px;
        height: 80px;
        width: 100%
    }

    .cashier-slider .cashier-slider-button {
        padding: 28px 6px
    }

    .cashier-slider .cashier-slider-dynamic {
        padding-top: 7px
    }
}

@media screen and (max-width: 710px) {
    .cashier-slider .cashier-slider-item.paymeth-logo-show-all .paymeth-logo-placeholder {
        white-space: pre-wrap;
        padding-top: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.cashier-selector-item.disabled {
    position: relative
}

.cashier-selector-item.disabled .selector-logo-wrapper,
.cashier-selector-item.disabled .selector-logo-description {
    opacity: .7;
    cursor: auto
}

.cashier-selector-item.disabled:hover .custom-tooltip {
    display: block;
    position: absolute;
    opacity: 1;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid var(--tooltip-border-color);
    font-size: var(--tooltip-label-font-size);
    margin: 7px;
    color: var(--tooltip-label-color);
    background-color: var(--tooltip-background-color);
    box-shadow: 1px 2px 4px #1515151f;
    top: 40px;
    z-index: 1;
    width: 200px;
    left: -50px
}

.cashier-selector-item.disabled.single:hover .custom-tooltip {
    left: unset;
    width: unset
}

.cashier-selector-component {
    height: auto;
    width: 100%;
    border-radius: var(--payment-method-selector-background-border-radius);
    border: 1px solid var(--payment-method-selector-background-border-color);
    box-shadow: 0 2px 6px 0 var(--payment-method-selector-background-shadow-color);
    background: var(--payment-method-selector-background-color)
}

.cashier-selector-component mm-selector-logo {
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0 12px
}

.cashier-selector-component mm-selector-logo:not(:last-child) {
    border-bottom: 1px solid var(--payment-method-selector-bottom-border-color)
}

.cashier-selector-component mm-selector-logo.selected {
    margin: 0;
    padding: 0 12px;
    background-color: var(--payment-method-selector-selected-color)
}

.cashier-selector-component mm-selector-logo.block-click {
    pointer-events: none
}

.cashier-selector-component .cashier-selector-item {
    cursor: pointer;
    display: flex;
    align-items: center
}

@media screen and (max-width: 710px) {
    .cashier-selector-component .cashier-selector-item.disabled:hover .custom-tooltip {
        width: 135px;
        left: -35px;
        font-size: 13px
    }
}

.cashier-verification .cashier-verification-wrapper {
    border-radius: 3px;
    background: var(--general-inner-background-color);
    padding: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    word-wrap: anywhere;
    overflow-wrap: anywhere;
    display: flex;
    align-items: center
}

.cashier-verification .cashier-verification-wrapper .cashier-verification-icon:before {
    color: var(--general-warning-color);
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f071";
    padding-right: 6px
}

.cashier-verification .cashier-verification-wrapper .cashier-verification-message {
    margin-left: 10px;
    text-align: justify
}

.content {
    position: relative
}

.modal-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--modal-overlay-color);
    opacity: var(--modal-overlay-opacity);
    z-index: 1
}

html[dir=ltr] .modal-overlay {
    left: 0
}

html[dir=rtl] .modal-overlay {
    right: 0
}

.modal-with-overlay .modal {
    position: absolute;
    z-index: 1;
    top: calc(50% - 70px);
    background: var(--modal-primary-background-color);
    width: calc(100% - 26px)
}

html[dir=ltr] .modal-with-overlay .modal {
    left: 13px
}

html[dir=rtl] .modal-with-overlay .modal {
    right: 13px
}

.modal {
    border-radius: 3px;
    background: var(--modal-secondary-background-color);
    padding: 20px;
    font-size: var(--modal-title-text-size);
    line-height: calc(var(--modal-title-text-size) + 2px);
    position: relative;
    word-wrap: break-word
}

.modal .modal-title {
    color: var(--general-warning-color);
    font-weight: var(--modal-title-text-weight);
    margin-bottom: 10px
}

.modal .modal-title:before {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f071"
}

html[dir=ltr] .modal .modal-title:before {
    padding-right: 6px
}

html[dir=rtl] .modal .modal-title:before {
    padding-left: 6px
}

.modal .modal-text {
    margin-top: 16px;
    font-size: var(--modal-text-size);
    color: var(--general-main-text-color);
    white-space: pre-line;
    text-align: justify
}

.modal .modal-text-upper {
    font-size: var(--result-page-text-font-size);
    color: var(--result-page-text-color);
    text-align: center;
    font-weight: var(--result-page-text-font-weight)
}

.modal .modal-text-upper .modal-text-bold {
    font-weight: 700
}

.modal .modal-action-list {
    padding: 0 12px
}

.modal .modal-action {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-top: 1px solid var(--payment-method-form-border-color)
}

.modal .modal-action .modal-action-title {
    color: var(--modal-content-action-text-color);
    font-weight: var(--modal-content-action-sub-header-font-weight);
    font-size: var(--modal-content-action-text-size);
    font-family: var(--modal-content-action-font-family)
}

.modal .modal-action .modal-action-text {
    color: var(--modal-content-action-text-color);
    font-weight: var(--modal-content-action-font-weight);
    font-size: var(--modal-content-action-text-size);
    font-family: var(--modal-content-action-font-family)
}

.modal .modal-action .modal-action-text b {
    font-weight: 400
}

.modal .modal-buttons {
    margin-top: 24px
}

.modal .modal-buttons .btn {
    font-size: 18px;
    padding: 8px 20px 10px
}

.modal .modal-ok {
    float: var(--direction-right)
}

.modal .modal-buttons.modal-cancel-x {
    text-align: center
}

.modal .modal-buttons.modal-cancel-x .modal-ok {
    float: none;
    width: 100%
}

.modal .modal-buttons.modal-cancel-x .btn.btn-secondary.modal-cancel {
    display: inline;
    position: absolute;
    top: -4px;
    background: transparent;
    border: none;
    color: var(--modal-close-icon-color)
}

html[dir=ltr] .modal .modal-buttons.modal-cancel-x .btn.btn-secondary.modal-cancel {
    right: -14px
}

html[dir=rtl] .modal .modal-buttons.modal-cancel-x .btn.btn-secondary.modal-cancel {
    left: -14px
}

.modal .modal-buttons.modal-cancel-x .btn.btn-secondary.modal-cancel:hover {
    background: transparent;
    color: var(--modal-close-icon-hover-color)
}

.modal .modal-buttons.modal-cancel-x .btn.btn-secondary.modal-cancel:before {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d"
}

.modal .modal-buttons.modal-cancel-x .btn.btn-secondary.modal-cancel span {
    display: none
}

.modal.modal-success .modal-title {
    color: var(--general-success-color)
}

.modal.modal-success .modal-title:before {
    content: "\f058"
}

.modal.modal-confirm .modal-title,
.modal.modal-confirmPayPal .modal-title {
    color: var(--modal-title-text-color)
}

.modal.modal-confirm .modal-title:before,
.modal.modal-confirmPayPal .modal-title:before {
    content: "\f09d"
}

.modal.modal-error .modal-title {
    color: var(--general-error-color)
}

.modal.modal-error .modal-title:before {
    content: "\f056"
}

.modal.modal-pending .modal-title {
    color: var(--general-warning-color)
}

.modal.modal-pending .modal-title:before {
    content: "\f05a"
}

.modal.modal-info .modal-title {
    color: var(--modal-title-text-color)
}

.modal.modal-info .modal-title:before {
    content: "\f05a"
}

@media screen and (min-width: 710px) {
    .modal {
        width: 530px;
        margin: 0 auto
    }

    .modal-with-overlay .modal {
        margin: 0;
        width: 530px
    }

    html[dir=ltr] .modal-with-overlay .modal {
        left: 70px
    }

    html[dir=rtl] .modal-with-overlay .modal {
        right: 70px
    }
}

.card-type {
    width: 30px;
    height: 20px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: -6px -6px
}

.card-type[data-cardtype=""] {
    background-position: -69px -151px
}

.card-type[data-cardtype=amex] {
    background-position-x: -42px
}

.card-type[data-cardtype=diners_club_carte_blanche],
.card-type[data-cardtype=diners_club_international] {
    background-position-x: -78px
}

.card-type[data-cardtype=jcb] {
    background-position-x: -114px
}

.card-type[data-cardtype=laser] {
    background-position-x: -150px
}

.card-type[data-cardtype=visa_electron] {
    background-position-x: -186px
}

.card-type[data-cardtype=visa] {
    background-position-x: -222px
}

.card-type[data-cardtype=mastercard] {
    background-position-x: -258px
}

.card-type[data-cardtype=discover] {
    background-position-x: -294px
}

.card-type[data-cardtype=dankort] {
    background-position-x: -330px
}

.card-type[data-cardtype=maestro] {
    background-position-x: -366px
}

.card-type[data-cardtype=uatp] {
    background-position-x: -402px
}

.card-type[data-cardtype=nspk_mir] {
    background-position-x: -438px
}

.card-type[data-cardtype=revolut] {
    background-position-x: -474px
}

.card-type-lg {
    width: 80px;
    height: 42px;
    margin: 0;
    background-position: -6px -32px
}

.card-type-lg[data-cardtype=amex] {
    background-position-x: -92px
}

.card-type-lg[data-cardtype=diners_club_carte_blanche],
.card-type-lg[data-cardtype=diners_club_international] {
    background-position-x: -178px
}

.card-type-lg[data-cardtype=jcb] {
    background-position-x: -264px
}

.card-type-lg[data-cardtype=laser] {
    background-position-x: -350px
}

.card-type-lg[data-cardtype=visa_electron] {
    background-position-x: -436px
}

.card-type-lg[data-cardtype=visa] {
    background-position-x: -522px
}

.card-type-lg[data-cardtype=mastercard] {
    background-position-x: -608px
}

.card-type-lg[data-cardtype=discover] {
    background-position-x: -694px
}

.card-type-lg[data-cardtype=dankort] {
    background-position-x: -780px
}

.card-type-lg[data-cardtype=maestro] {
    background-position-x: -866px
}

.card-type-lg[data-cardtype=uatp] {
    background-position-x: -952px
}

.card-type-lg[data-cardtype=nspk_mir] {
    background-position-x: -1038px
}

.card-type-lg[data-cardtype=revolut] {
    background-position-x: -1124px
}

@media screen and (min-width: 710px) {
    .card-type-lg {
        width: 102px;
        height: 64px;
        background-position: -6px -80px
    }

    .card-type-lg[data-cardtype=amex] {
        background-position-x: -114px
    }

    .card-type-lg[data-cardtype=diners_club_carte_blanche],
    .card-type-lg[data-cardtype=diners_club_international] {
        background-position-x: -222px
    }

    .card-type-lg[data-cardtype=jcb] {
        background-position-x: -330px
    }

    .card-type-lg[data-cardtype=laser] {
        background-position-x: -438px
    }

    .card-type-lg[data-cardtype=visa_electron] {
        background-position-x: -546px
    }

    .card-type-lg[data-cardtype=visa] {
        background-position-x: -654px
    }

    .card-type-lg[data-cardtype=mastercard] {
        background-position-x: -762px
    }

    .card-type-lg[data-cardtype=discover] {
        background-position-x: -870px
    }

    .card-type-lg[data-cardtype=dankort] {
        background-position-x: -978px
    }

    .card-type-lg[data-cardtype=maestro] {
        background-position-x: -1086px
    }

    .card-type-lg[data-cardtype=uatp] {
        background-position-x: -1194px
    }

    .card-type-lg[data-cardtype=nspk_mir] {
        background-position-x: -1302px
    }

    .card-type-lg[data-cardtype=revolut] {
        background-position-x: -1410px
    }
}

.cashier-paymeth-list-item {
    float: left;
    display: block;
    width: calc(33.3333333333% - 7px);
    height: 120px;
    margin-right: 5px;
    background-color: var(--payment-method-background-color);
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    border: 1px solid transparent;
    text-align: center;
    padding-top: 4px;
    overflow: hidden
}

.cashier-paymeth-list-item.selected {
    border-color: var(--payment-method-selected-border-color);
    border-radius: var(--payment-selected-border-radius)
}

.cashier-paymeth-list-item.disabled {
    overflow: visible
}

.cashier-paymeth-list-item.disabled .cashier-paymeth-list-item-wrapper {
    opacity: .7;
    cursor: auto
}

.cashier-paymeth-list-item.disabled:hover .custom-tooltip {
    display: block;
    position: absolute;
    opacity: 1;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid var(--tooltip-border-color);
    font-size: var(--tooltip-label-font-size);
    margin: 7px;
    color: var(--tooltip-label-color);
    background-color: var(--tooltip-background-color);
    box-shadow: 1px 2px 4px #1515151f;
    z-index: 1;
    top: 50px;
    left: -20px;
    width: 150px
}

.cashier-paymeth-list-item .custom-tooltip {
    display: none
}

.cashier-paymeth-list-item .cashier-paymeth-list-name {
    white-space: nowrap;
    font-weight: 700;
    color: var(--payment-method-name-color);
    text-align: center;
    padding-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden
}

.cashier-paymeth-list-item .cashier-paymeth-list-processing-time,
.cashier-paymeth-list-item .cashier-paymeth-list-limits {
    text-align: center;
    font-size: var(--payment-method-details-font-size);
    color: var(--payment-method-font-color)
}

.cashier-paymeth-list-item .cashier-paymeth-list-processing-time.hidden {
    display: none
}

.cashier-paymeth-list-group {
    float: left;
    width: 100%;
    margin-left: 5px
}

.cashier-paymeth-list-group .cashier-paymeth-list-group-name {
    position: relative;
    padding-top: 10px
}

.cashier-paymeth-list-group .cashier-paymeth-list-group-name .cashier-paymeth-list-group-name-text {
    font-weight: 700;
    padding-left: 5px;
    color: var(--payment-method-name-color);
    padding-bottom: 10px;
    font-size: 18px
}

.cashier-paymeth-list-group .cashier-paymeth-list-group-name .cashier-paymeth-list-group-name-action {
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer
}

@media screen and (min-width: 710px) {
    .cashier-paymeth-list-group {
        margin-left: 9px
    }

    .cashier-paymeth-list-item {
        width: calc(20% - 7px);
        height: 140px;
        padding-top: 7px
    }

    .cashier-paymeth-list-item .cashier-paymeth-list-processing-time,
    .cashier-paymeth-list-item .cashier-paymeth-list-limits {
        line-height: 16px
    }
}

.cashier-selector {
    position: relative;
    width: calc(50% - 11px);
    height: var(--selector-height);
    float: var(--direction-left)
}

.cashier-selector.card,
.cashier-selector.card .selector-opened-state {
    width: 100%
}

html[dir=ltr] .cashier-selector.element {
    margin-right: 10px
}

html[dir=rtl] .cashier-selector.element {
    margin-left: 10px
}

.cashier-selector.element .selector-opened-state {
    width: 100%
}

.cashier-selector.element .selector-opened-state .selector-selected:not(.first) {
    height: 21px;
    line-height: 20px
}

.cashier-selector.element .selector-closed-state .selector-selected input.selector-selected-item {
    color: transparent;
    cursor: pointer;
    pointer-events: none
}

.cashier-selector.element .selector-closed-state .selector-selected input.selector-selected-item.selector-selected-item-white {
    background-color: var(--input-background-color)
}

.cashier-selector.element .selector-closed-state .selector-selected input:disabled.selector-selected-item {
    color: transparent
}

.cashier-selector.element .selector-closed-state .selector-selected .selector-selected-item-replacer {
    width: calc(100% - 20px);
    position: absolute;
    cursor: pointer;
    color: var(--input-text-color);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=ltr] .cashier-selector.element .selector-closed-state .selector-selected .selector-selected-item-replacer {
    left: 7px
}

html[dir=rtl] .cashier-selector.element .selector-closed-state .selector-selected .selector-selected-item-replacer {
    right: 7px
}

.cashier-selector.element .selector-closed-state .selector-selected.first {
    padding: 0;
    border: 0
}

.cashier-selector.element .selector-closed-state .selector-selected-icon {
    top: -21px
}

html[dir=ltr] .cashier-selector.element .selector-closed-state .selector-selected-icon {
    right: 7px
}

html[dir=rtl] .cashier-selector.element .selector-closed-state .selector-selected-icon {
    left: 7px
}

.cashier-selector .selector-closed-state,
.cashier-selector .selector-opened-state {
    position: relative;
    color: var(--input-text-color)
}

.cashier-selector .selector-closed-state .selector-selected,
.cashier-selector .selector-opened-state .selector-selected {
    border: thin solid var(--input-border-color);
    background: var(--input-background-color);
    font-size: var(--input-font-size);
    line-height: var(--selector-height);
    height: var(--selector-height);
    vertical-align: top;
    border-top-width: 0;
    border-bottom-width: 0;
    cursor: pointer
}

.cashier-selector .selector-closed-state .selector-selected.selected,
.cashier-selector .selector-opened-state .selector-selected.selected {
    font-weight: 700
}

.cashier-selector .selector-closed-state .selector-selected.first,
.cashier-selector .selector-opened-state .selector-selected.first {
    border-top-width: thin;
    border-bottom-width: thin;
    border-radius: var(--input-border-radius);
    border-bottom-color: var(--input-border-color);
    padding: 0 6px
}

.cashier-selector .selector-closed-state .selector-selected.first span.selector-selected-item,
.cashier-selector .selector-opened-state .selector-selected.first span.selector-selected-item {
    line-height: calc(var(--selector-height) - 2px)
}

.cashier-selector .selector-closed-state .selector-selected.first:focus-within,
.cashier-selector .selector-opened-state .selector-selected.first:focus-within {
    border-color: var(--input-focused-border-color)
}

@supports (-ms-accelerator: true) {

    html[dir=ltr] .cashier-selector .selector-closed-state .selector-selected.first,
    html[dir=ltr] .cashier-selector .selector-opened-state .selector-selected.first {
        padding-left: 7px
    }

    html[dir=rtl] .cashier-selector .selector-closed-state .selector-selected.first,
    html[dir=rtl] .cashier-selector .selector-opened-state .selector-selected.first {
        padding-right: 7px
    }
}

.cashier-selector .selector-closed-state .selector-selected.disabled,
.cashier-selector .selector-opened-state .selector-selected.disabled {
    cursor: default
}

.cashier-selector .selector-closed-state .selector-selected.disabled input,
.cashier-selector .selector-closed-state .selector-selected.disabled input.selector-selected-item,
.cashier-selector .selector-opened-state .selector-selected.disabled input,
.cashier-selector .selector-opened-state .selector-selected.disabled input.selector-selected-item {
    background-color: var(--input-disabled-background-color);
    color: var(--input-disabled-text-color);
    cursor: default
}

.cashier-selector .selector-closed-state .selector-selected.disabled span.selector-selected-item-replacer,
.cashier-selector .selector-opened-state .selector-selected.disabled span.selector-selected-item-replacer {
    cursor: default
}

.cashier-selector .selector-closed-state .selector-selected.auto,
.cashier-selector .selector-opened-state .selector-selected.auto {
    cursor: auto;
    background-color: var(--input-disabled-background-color)
}

.cashier-selector .selector-closed-state .selector-selected.auto .selector-selected-card-number,
.cashier-selector .selector-opened-state .selector-selected.auto .selector-selected-card-number {
    cursor: default
}

.cashier-selector .selector-closed-state .selector-selected .selector-selected-item,
.cashier-selector .selector-opened-state .selector-selected .selector-selected-item {
    float: var(--direction-left)
}

.cashier-selector .selector-closed-state .selector-selected span.selector-selected-item,
.cashier-selector .selector-opened-state .selector-selected span.selector-selected-item {
    width: 110px
}

.cashier-selector .selector-closed-state .selector-selected span.selector-selected-item.selector-selected-card-number,
.cashier-selector .selector-opened-state .selector-selected span.selector-selected-item.selector-selected-card-number {
    width: calc(100% - 60px)
}

.cashier-selector .selector-closed-state .selector-selected input.selector-selected-item.selector-selected-card-number-input,
.cashier-selector .selector-opened-state .selector-selected input.selector-selected-item.selector-selected-card-number-input {
    width: 0;
    padding: 0;
    border: none
}

.cashier-selector .selector-closed-state .selector-selected .cashier-card-number-icon,
.cashier-selector .selector-opened-state .selector-selected .cashier-card-number-icon {
    float: var(--direction-left);
    margin: 5px 0;
    position: relative;
    bottom: 0;
    right: 0
}

.cashier-selector .selector-closed-state .selector-selected .selector-selected-item-delete:before,
.cashier-selector .selector-opened-state .selector-selected .selector-selected-item-delete:before {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1f8";
    vertical-align: middle
}

.cashier-selector .selector-closed-state .selector-add-new-card,
.cashier-selector .selector-opened-state .selector-add-new-card {
    border: thin solid var(--input-focused-border-color);
    background: var(--input-background-color);
    font-size: var(--general-button-text-size);
    line-height: 40px;
    height: 46px;
    vertical-align: top;
    border-radius: 0 0 var(--input-border-radius) var(--input-border-radius);
    border-top: 0;
    width: 100%
}

.cashier-selector .selector-closed-state .selector-add-new-card span,
.cashier-selector .selector-opened-state .selector-add-new-card span {
    float: var(--direction-left);
    text-align: center;
    background: var(--primary-button-background-color);
    color: var(--primary-button-text-color);
    border-radius: var(--primary-button-border-radius);
    height: 28px;
    line-height: 23px;
    margin: 8px;
    padding: 2px 11px;
    cursor: pointer;
    width: calc(100% - 20px)
}

html[dir=ltr] .cashier-selector .selector-closed-state .selector-add-new-card span i,
html[dir=ltr] .cashier-selector .selector-opened-state .selector-add-new-card span i {
    padding-right: 7px
}

html[dir=rtl] .cashier-selector .selector-closed-state .selector-add-new-card span i,
html[dir=rtl] .cashier-selector .selector-opened-state .selector-add-new-card span i {
    padding-left: 7px
}

.cashier-selector .selector-closed-state .selector-new-card .cashier-card-number-icon,
.cashier-selector .selector-opened-state .selector-new-card .cashier-card-number-icon {
    top: 7px
}

html[dir=ltr] .cashier-selector .selector-closed-state .selector-new-card .cashier-card-number-icon,
html[dir=ltr] .cashier-selector .selector-opened-state .selector-new-card .cashier-card-number-icon {
    right: 6px
}

html[dir=rtl] .cashier-selector .selector-closed-state .selector-new-card .cashier-card-number-icon,
html[dir=rtl] .cashier-selector .selector-opened-state .selector-new-card .cashier-card-number-icon {
    left: 6px
}

.cashier-selector .selector-closed-state .selector-new-item,
.cashier-selector .selector-opened-state .selector-new-item {
    color: var(--input-disabled-text-color);
    font-size: var(--input-font-size);
    line-height: var(--selector-height);
    height: var(--selector-height);
    vertical-align: top;
    cursor: pointer
}

.cashier-selector .selector-closed-state .selector-new-item .selector-new-item-placeholder,
.cashier-selector .selector-opened-state .selector-new-item .selector-new-item-placeholder {
    background-color: var(--input-background-color);
    color: transparent;
    cursor: pointer;
    pointer-events: none
}

.cashier-selector .selector-closed-state .selector-new-item .selector-new-item-placeholder:focus::placeholder,
.cashier-selector .selector-opened-state .selector-new-item .selector-new-item-placeholder:focus::placeholder {
    color: #000
}

.cashier-selector .selector-closed-state .selector-new-item .selector-new-item-placeholder[disabled],
.cashier-selector .selector-opened-state .selector-new-item .selector-new-item-placeholder[disabled] {
    -webkit-text-fill-color: rgb(160, 169, 188);
    -webkit-opacity: 1;
    color: #a0a9bc;
    background-color: #fff;
    border-color: #dee3ed
}

.cashier-selector .selector-closed-state .selector-new-item .selector-selected-icon,
.cashier-selector .selector-opened-state .selector-new-item .selector-selected-icon {
    top: -21px
}

html[dir=ltr] .cashier-selector .selector-closed-state .selector-new-item .selector-selected-icon,
html[dir=ltr] .cashier-selector .selector-opened-state .selector-new-item .selector-selected-icon {
    right: 7px
}

html[dir=rtl] .cashier-selector .selector-closed-state .selector-new-item .selector-selected-icon,
html[dir=rtl] .cashier-selector .selector-opened-state .selector-new-item .selector-selected-icon {
    left: 7px
}

.cashier-selector .selector-closed-state .selector-selected-icon,
.cashier-selector .selector-opened-state .selector-selected-icon {
    float: var(--direction-right);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--input-icons-color);
    top: 12px;
    position: relative
}

.cashier-selector .selector-opened-state {
    position: absolute;
    z-index: 1
}

.cashier-selector .selector-opened-state .selector-selected {
    border-color: var(--input-focused-border-color)
}

.cashier-selector .selector-opened-state .selector-selected.first {
    border-radius: var(--input-border-radius) var(--input-border-radius) 0 0
}

.cashier-selector .selector-opened-state .selector-selected:not(.first) {
    padding: 0 6px
}

.cashier-selector .selector-opened-state .selector-selected:not(.first):hover {
    background-color: var(--input-disabled-background-color)
}

.cashier-selector .selector-opened-state .selector-selected:last-child {
    border-bottom-width: thin;
    border-bottom-left-radius: var(--input-border-radius);
    border-bottom-right-radius: var(--input-border-radius)
}

@media screen and (min-width: 710px) {
    .cashier-selector {
        width: 90px
    }

    .cashier-selector.card,
    .cashier-selector.card .selector-opened-state {
        width: var(--selector-width)
    }

    .cashier-selector.element .selector-opened-state,
    .cashier-selector.element .selector-closed-state {
        width: 90px
    }

    .cashier-selector.element .selector-opened-state .selector-selected span.selector-selected-item,
    .cashier-selector.element .selector-opened-state .selector-selected .selector-selected-item-replacer,
    .cashier-selector.element .selector-closed-state .selector-selected span.selector-selected-item,
    .cashier-selector.element .selector-closed-state .selector-selected .selector-selected-item-replacer {
        width: calc(100% - 20px);
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .cashier-selector .selector-closed-state .selector-selected .selector-selected-item,
    .cashier-selector .selector-opened-state .selector-selected .selector-selected-item {
        width: 90px
    }

    .cashier-selector .selector-closed-state .selector-selected span.selector-selected-item.selector-selected-card-number,
    .cashier-selector .selector-opened-state .selector-selected span.selector-selected-item.selector-selected-card-number {
        width: 190px
    }

    .cashier-selector .selector-closed-state .selector-new-item .selector-new-item-placeholder,
    .cashier-selector .selector-opened-state .selector-new-item .selector-new-item-placeholder {
        width: 90px
    }
}

.pending-withdrawals {
    min-height: 230px
}

.pending-withdrawals .preloadImage {
    height: 0;
    opacity: 0
}

.pending-withdrawal-desktop {
    display: none
}

.pending-withdrawals-list-item {
    width: 100%;
    background-color: var(--pending-withdrawal-even-background-color);
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 16px 12px 6px
}

.pending-withdrawals-list-item .pending-withdrawal-logo {
    float: var(--direction-left);
    margin: 4px 4px 0 0
}

html[dir=ltr] .pending-withdrawals-list-item .pending-withdrawal-logo {
    margin: 4px 4px 0 0
}

html[dir=rtl] .pending-withdrawals-list-item .pending-withdrawal-logo {
    margin: 4px 0 0 4px
}

.pending-withdrawals-list-item .pending-withdrawal-logo span.withdrawal {
    width: 40px;
    height: 40px;
    background: center var(--withdrawal-url)
}

.pending-withdrawals-list-item .pending-withdrawal-card-logo {
    height: 44px;
    width: 82px;
    position: relative;
    background: #fff;
    border-radius: var(--pending-withdrawal-logo-border-radius)
}

.pending-withdrawals-list-item .pending-withdrawal-card-logo .pending-withdrawal-logo-card {
    position: absolute;
    inset: 0;
    background-color: #fff;
    border-radius: 2px;
    margin: auto
}

.pending-withdrawals-list-item .pending-withdrawal-txn-id,
.pending-withdrawals-list-item .pending-withdrawal-date-time,
.pending-withdrawals-list-item .pending-withdrawal-amount,
.pending-withdrawals-list-item .pending-withdrawal-action {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 2px
}

.pending-withdrawals-list-item .pending-withdrawal-txn-id .pending-withdrawal-title,
.pending-withdrawals-list-item .pending-withdrawal-date-time .pending-withdrawal-title,
.pending-withdrawals-list-item .pending-withdrawal-amount .pending-withdrawal-title,
.pending-withdrawals-list-item .pending-withdrawal-action .pending-withdrawal-title,
.pending-withdrawals-list-item .pending-withdrawal-txn-id .pending-withdrawal-value,
.pending-withdrawals-list-item .pending-withdrawal-date-time .pending-withdrawal-value,
.pending-withdrawals-list-item .pending-withdrawal-amount .pending-withdrawal-value,
.pending-withdrawals-list-item .pending-withdrawal-action .pending-withdrawal-value {
    display: inline
}

.pending-withdrawals-list-item .pending-withdrawal-amount .pending-withdrawal-value {
    color: var(--pending-withdrawal-amount-color)
}

.pending-withdrawals-list-item .pending-withdrawal-action {
    display: block;
    margin-top: 14px
}

.pending-withdrawals-list-item .pending-withdrawal-cancel {
    display: flex;
    justify-content: center;
    background: var(--general-error-color);
    padding: 10px;
    font-size: 20px;
    width: 100%
}

.pending-withdrawals-pagination {
    float: var(--direction-left);
    text-align: center;
    width: 100%;
    margin-top: 10px
}

.pending-withdrawals-pagination .ngx-pagination .current {
    background: var(--pagination-current-background-color);
    color: var(--pagination-current-text-color);
    border: thin solid var(--pagination-current-background-color);
    border-radius: var(--pagination-border-radius);
    cursor: pointer
}

.pending-withdrawals-pagination .ngx-pagination .pagination-next a:after,
.pending-withdrawals-pagination .ngx-pagination .pagination-next.disabled:after,
.pending-withdrawals-pagination .ngx-pagination .pagination-previous a:before,
.pending-withdrawals-pagination .ngx-pagination .pagination-previous.disabled:before {
    content: ""
}

.pending-withdrawals-pagination .ngx-pagination {
    color: var(--pagination-color);
    margin: 0
}

.pending-withdrawals-pagination .ngx-pagination a {
    color: var(--pagination-color)
}

.pending-withdrawals-pagination .ngx-pagination a:hover {
    border-radius: var(--pagination-border-radius);
    color: var(--pagination-hover-color);
    background-color: var(--pagination-hover-background-color)
}

.pending-withdrawals-pagination .ngx-pagination .disabled {
    color: var(--pagination-disabled-color)
}

html[dir=ltr] .pending-withdrawals-pagination .ngx-pagination .pagination-previous {
    margin-right: 15px
}

html[dir=rtl] .pending-withdrawals-pagination .ngx-pagination .pagination-previous,
html[dir=ltr] .pending-withdrawals-pagination .ngx-pagination .pagination-next {
    margin-left: 15px
}

html[dir=rtl] .pending-withdrawals-pagination .ngx-pagination .pagination-next {
    margin-right: 15px
}

@media screen and (min-width: 710px) {
    .pending-withdrawal-mobile {
        display: none
    }

    .pending-withdrawal-desktop {
        display: inline-block
    }

    .pending-withdrawals-list-item {
        display: flex;
        justify-content: center;
        border: none
    }

    html[dir=ltr] .pending-withdrawals-list-item {
        padding: 12px 20px 14px 10px
    }

    html[dir=rtl] .pending-withdrawals-list-item {
        padding: 12px 10px 14px 20px
    }

    .pending-withdrawals-list-item .pending-withdrawal-logo {
        padding: 0;
        margin: 0;
        display: inline;
        float: var(--direction-left);
        width: 104px
    }

    .pending-withdrawals-list-item .pending-withdrawal-logo img {
        width: 44px
    }

    .pending-withdrawals-list-item .pending-withdrawal-logo .pending-withdrawal-card-logo {
        width: 104px;
        height: 66px
    }

    html[dir=ltr] .pending-withdrawals-list-item .pending-withdrawal-logo .pending-withdrawal-card-logo {
        margin-left: 4px
    }

    html[dir=rtl] .pending-withdrawals-list-item .pending-withdrawal-logo .pending-withdrawal-card-logo {
        marging-right: 4px
    }

    .pending-withdrawals-list-item .pending-withdrawal-logo .pending-withdrawal-logo-image {
        margin-top: 3px
    }

    html[dir=ltr] .pending-withdrawals-list-item .pending-withdrawal-logo .pending-withdrawal-logo-image {
        margin-left: 4px
    }

    html[dir=rtl] .pending-withdrawals-list-item .pending-withdrawal-logo .pending-withdrawal-logo-image {
        marging-right: 4px
    }

    .pending-withdrawals-list-item .main-data-wrapper {
        width: 100%
    }

    .pending-withdrawals-list-item .main-data-wrapper .details-wrapper {
        float: var(--direction-left)
    }

    .pending-withdrawals-list-item .pending-withdrawal-txn-id,
    .pending-withdrawals-list-item .pending-withdrawal-date-time,
    .pending-withdrawals-list-item .pending-withdrawal-amount,
    .pending-withdrawals-list-item .pending-withdrawal-action {
        overflow: hidden;
        display: inline-block;
        padding: 18px 15px 10px
    }

    .pending-withdrawals-list-item .pending-withdrawal-txn-id .pending-withdrawal-title,
    .pending-withdrawals-list-item .pending-withdrawal-date-time .pending-withdrawal-title,
    .pending-withdrawals-list-item .pending-withdrawal-amount .pending-withdrawal-title,
    .pending-withdrawals-list-item .pending-withdrawal-action .pending-withdrawal-title {
        float: var(--direction-left);
        font-size: var(--pending-withdrawal-title-size)
    }

    .pending-withdrawals-list-item .pending-withdrawal-txn-id .pending-withdrawal-value,
    .pending-withdrawals-list-item .pending-withdrawal-date-time .pending-withdrawal-value,
    .pending-withdrawals-list-item .pending-withdrawal-amount .pending-withdrawal-value,
    .pending-withdrawals-list-item .pending-withdrawal-action .pending-withdrawal-value {
        font-size: var(--pending-withdrawal-value-size);
        float: var(--direction-left);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .pending-withdrawals-list-item .pending-withdrawal-txn-id,
    .pending-withdrawals-list-item .pending-withdrawal-date-time {
        width: 150px
    }

    .pending-withdrawals-list-item .pending-withdrawal-amount {
        width: 100px;
        text-align: left
    }

    .pending-withdrawals-list-item .pending-withdrawal-amount .pending-withdrawal-title {
        display: block;
        text-transform: uppercase;
        color: var(--pending-withdrawal-title-amount-color)
    }

    .pending-withdrawals-list-item .pending-withdrawal-amount .pending-withdrawal-value {
        font-size: var(--pending-withdrawal-value-amount-size);
        font-weight: 700
    }

    .pending-withdrawals-list-item .pending-withdrawal-action {
        width: 90px;
        padding: 16px 0 0;
        margin-top: 0;
        float: var(--direction-right)
    }

    .pending-withdrawals-list-item .pending-withdrawal-action .pending-withdrawal-cancel {
        padding: 9px
    }
}

.transaction-history {
    min-height: 230px
}

.transaction-history .preloadImage {
    height: 0;
    opacity: 0
}

.transaction-history .deposit {
    background: var(--deposit-url)
}

.transaction-history .withdrawal {
    background: var(--withdrawal-url)
}

.transaction-history .transaction-history-summary {
    float: var(--direction-left);
    font-size: 16px;
    display: flex
}

.transaction-history .transaction-history-summary .transaction-history-summary-box {
    width: 162px;
    height: 81px;
    background: var(--transaction-history-summary-box-background-color);
    box-shadow: 0 0 4px var(--transaction-history-summary-box-shadow-color);
    border-radius: 2px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column
}

html[dir=ltr] .transaction-history .transaction-history-summary .transaction-history-summary-box:first-of-type {
    margin-right: 23px
}

html[dir=rtl] .transaction-history .transaction-history-summary .transaction-history-summary-box:first-of-type {
    margin-left: 23px
}

.transaction-history .transaction-history-summary .transaction-history-summary-box span {
    margin: 5px 0;
    text-align: center;
    color: var(--transaction-history-summary-box-text-color);
    max-width: 80%;
    word-break: break-word
}

.transaction-history .transaction-history-summary .transaction-history-summary-box span:first-of-type {
    color: var(--transaction-history-summary-box-title-color)
}

.transaction-history .transaction-history-filtering {
    float: var(--direction-right);
    height: 81px;
    width: var(--transaction-history-filter-width)
}

.transaction-history .transaction-history-filtering .transaction-history-filter-title {
    font-weight: var(--transaction-history-filter-title-font-weight);
    color: var(--transaction-history-filter-title-font-color);
    margin-bottom: 15px;
    float: var(--direction-left)
}

.transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector {
    width: 100%
}

.transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-closed-state .selector-selected,
.transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected {
    height: var(--transaction-history-filter-selected-height);
    background-color: var(--transaction-history-filter-background-color)
}

.transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-closed-state {
    width: 100%;
    height: 34px;
    background-color: var(--transaction-history-filter-background-color);
    border: 1px solid var(--transaction-history-filter-border-color);
    box-sizing: border-box;
    border-radius: 2px;
    color: var(--transaction-history-filter-text-color)
}

.transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-closed-state .selector-selected-item.selector-selected-item-white {
    border: 0;
    height: 32px;
    background-color: var(--transaction-history-filter-background-color)
}

.transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-closed-state .selector-selected-item-replacer {
    height: 32px;
    color: var(--transaction-history-filter-text-color);
    font-size: 14px;
    line-height: 32px
}

.transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-closed-state .selector-selected-icon {
    top: -9px
}

html[dir=ltr] .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-closed-state .selector-selected-icon {
    right: 15px
}

html[dir=rtl] .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-closed-state .selector-selected-icon {
    left: 15px
}

.transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state {
    width: 100%;
    background: var(--transaction-history-filter-background-color)
}

.transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected.first {
    height: 34px;
    color: var(--transaction-history-filter-text-color);
    font-size: 14px;
    margin-bottom: 3px;
    border: 1px solid var(--transaction-history-filter-border-color);
    box-sizing: border-box;
    border-radius: 2px
}

html[dir=ltr] .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected.first {
    padding-left: 7px
}

html[dir=rtl] .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected.first {
    padding-right: 7px
}

.transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected.first .selector-selected-item {
    height: 32px;
    line-height: 32px;
    width: 100%
}

.transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected.first .selector-selected-icon {
    top: 2px
}

html[dir=ltr] .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected.first .selector-selected-icon {
    right: 10px
}

html[dir=rtl] .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected.first .selector-selected-icon {
    left: 10px
}

.transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected {
    height: 27px;
    color: var(--transaction-history-filter-text-color);
    font-size: 12px;
    line-height: 27px;
    border-color: var(--transaction-history-filter-border-color)
}

.transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected.selected {
    background: var(--transaction-history-filter-selected-background-color);
    mix-blend-mode: normal;
    color: var(--transaction-history-filter-selected-text-color);
    font-weight: 400
}

.transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected:not(.first):hover {
    background-color: var(--transaction-history-filter-background-color-hover)
}

.transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-closed-state .selector-selected span.selector-selected-item,
.transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected span.selector-selected-item {
    width: 200px
}

.transaction-history .transaction-history-filtering .mat-mdc-form-field {
    display: block;
    clear: var(--direction-left);
    height: 0
}

.transaction-history .transaction-history-filtering .mat-mdc-form-field .mat-mdc-text-field-wrapper {
    height: 0
}

.transaction-history .transaction-history-pagination {
    float: var(--direction-left);
    text-align: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.transaction-history .transaction-history-pagination .transaction-history-pagination-first,
.transaction-history .transaction-history-pagination .transaction-history-pagination-last {
    color: var(--pagination-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 3px 8px;
    justify-content: center
}

.transaction-history .transaction-history-pagination .transaction-history-pagination-first:hover,
.transaction-history .transaction-history-pagination .transaction-history-pagination-last:hover {
    color: var(--pagination-hover-color);
    border-radius: var(--pagination-border-radius);
    background-color: var(--pagination-hover-background-color)
}

.transaction-history .transaction-history-pagination .transaction-history-pagination-first span,
.transaction-history .transaction-history-pagination .transaction-history-pagination-last span {
    font-size: 16px;
    font-weight: 1000;
    margin-bottom: 2px
}

.transaction-history .transaction-history-pagination .disabled {
    color: var(--pagination-disabled-color);
    pointer-events: none
}

.transaction-history .transaction-history-pagination .ngx-pagination .pagination-next a:after,
.transaction-history .transaction-history-pagination .ngx-pagination .pagination-next.disabled:after,
.transaction-history .transaction-history-pagination .ngx-pagination .pagination-previous a:before,
.transaction-history .transaction-history-pagination .ngx-pagination .pagination-previous.disabled:before {
    content: ""
}

.transaction-history .ngx-pagination {
    color: var(--pagination-color);
    margin: 0
}

.transaction-history .ngx-pagination a {
    color: var(--pagination-color)
}

.transaction-history .ngx-pagination a:hover {
    border-radius: var(--pagination-border-radius);
    color: var(--pagination-hover-color);
    background-color: var(--pagination-hover-background-color)
}

.transaction-history .ngx-pagination .disabled {
    color: var(--pagination-disabled-color)
}

.transaction-history .ngx-pagination .current {
    background: var(--pagination-current-background-color);
    border-radius: var(--pagination-border-radius);
    color: var(--pagination-current-text-color)
}

html[dir=ltr] .transaction-history .ngx-pagination .pagination-previous {
    margin-right: 50px
}

html[dir=rtl] .transaction-history .ngx-pagination .pagination-previous,
html[dir=ltr] .transaction-history .ngx-pagination .pagination-next {
    margin-left: 50px
}

html[dir=rtl] .transaction-history .ngx-pagination .pagination-next {
    margin-right: 50px
}

.transaction-history .transaction-history-header,
.transaction-history .transaction-history-list-item {
    width: 100%;
    float: var(--direction-left)
}

.transaction-history .transaction-history-header .transaction-history-type,
.transaction-history .transaction-history-list-item .transaction-history-type {
    float: var(--direction-left);
    width: 20%;
    display: flex
}

.transaction-history .transaction-history-header .transaction-history-type span,
.transaction-history .transaction-history-list-item .transaction-history-type span {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center
}

.transaction-history .transaction-history-header .transaction-history-type .deposit,
.transaction-history .transaction-history-list-item .transaction-history-type .deposit {
    filter: var(--transaction-history-table-deposit-icon-color)
}

.transaction-history .transaction-history-header .transaction-history-type .withdrawal,
.transaction-history .transaction-history-list-item .transaction-history-type .withdrawal {
    filter: var(--transaction-history-table-withdrawal-icon-color)
}

.transaction-history .transaction-history-header .transaction-history-type .tax,
.transaction-history .transaction-history-list-item .transaction-history-type .tax {
    filter: var(--transaction-history-table-tax-icon-color)
}

.transaction-history .transaction-history-header .transaction-history-date,
.transaction-history .transaction-history-list-item .transaction-history-date {
    float: var(--direction-left);
    width: 25%;
    text-align: center
}

.transaction-history .transaction-history-header .transaction-history-amount,
.transaction-history .transaction-history-list-item .transaction-history-amount {
    float: var(--direction-left);
    width: 35%;
    text-align: center
}

.transaction-history .transaction-history-header .transaction-history-status,
.transaction-history .transaction-history-list-item .transaction-history-status {
    float: var(--direction-left);
    width: 20%;
    text-align: center
}

.transaction-history .transaction-history-header {
    font-weight: 700;
    color: #212529;
    padding: 50px 10px 8px;
    border-bottom: 1px solid #495057
}

.transaction-history .transaction-history-list-empty {
    float: var(--direction-left);
    text-align: center;
    padding-top: 30px;
    width: 100%;
    background-color: transparent;
    color: var(--transaction-history-empty-table-text-color)
}

.transaction-history .transaction-history-list-item .deposit {
    background: center var(--deposit-url)
}

.transaction-history .transaction-history-list-item .withdrawal {
    background: center var(--withdrawal-url)
}

.transaction-history .transaction-history-list-item.grey {
    background-color: var(--transaction-history-table-dark-row-color);
    color: var(--transaction-history-table-dark-row-text-color)
}

.transaction-history .transaction-history-list-item.grey .main-data-wrapper {
    height: 58px
}

.transaction-history .transaction-history-list-item.white {
    background: var(--transaction-history-table-light-row-color);
    color: var(--transaction-history-table-light-row-text-color)
}

.transaction-history .transaction-history-list-item.white .main-data-wrapper.opened {
    background: var(--transaction-history-table-light-row-color);
    border: 1px solid var(--transaction-history-table-dark-row-color);
    border-bottom: 0;
    margin-top: 2px
}

.transaction-history .transaction-history-list-item.white .details-wrapper {
    margin-bottom: 2px;
    border-radius: 0 0 5px 5px;
    border-top: 0
}

.transaction-history .transaction-history-list-item .main-data-wrapper {
    padding: 0 10px;
    display: flex;
    align-items: center;
    height: 84px;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer
}

.transaction-history .transaction-history-list-item .details-wrapper {
    display: none;
    flex-wrap: wrap;
    align-content: flex-start;
    background: var(--transaction-history-table-details-background-color);
    border: 1px solid var(--transaction-history-table-dark-row-color);
    box-sizing: border-box;
    padding: 24px 3px 20px;
    border-bottom: 7px solid var(--transaction-history-table-dark-row-color)
}

.transaction-history .transaction-history-list-item .details-wrapper.opened {
    display: flex
}

.transaction-history .transaction-history-list-item .details-wrapper .transaction-history-details-item {
    width: 50%;
    display: flex;
    padding: 10px
}

.transaction-history .transaction-history-list-item .details-wrapper .transaction-history-details-item div {
    word-break: break-word
}

.transaction-history .transaction-history-list-item .details-wrapper .transaction-history-details-item div.key {
    width: 30%;
    color: var(--transaction-history-table-details-title-color)
}

.transaction-history .transaction-history-list-item .details-wrapper .transaction-history-details-item div.value {
    width: 70%;
    color: var(--transaction-history-table-details-value-color)
}

.transaction-history .transaction-history-list-item .transaction-history-amount span {
    color: var(--transaction-history-table-amount-negative-color)
}

.transaction-history .transaction-history-list-item .transaction-history-amount span.positive {
    color: var(--transaction-history-table-amount-positive-color)
}

.transaction-history .mat-form-field-underline {
    display: none
}

@media screen and (max-width: 710px) {
    .default .content .transaction-history {
        position: relative
    }

    .default .content .transaction-history .transaction-history-filter-icon {
        position: absolute;
        top: 0
    }

    html[dir=ltr] .default .content .transaction-history .transaction-history-filter-icon {
        right: 0
    }

    html[dir=rtl] .default .content .transaction-history .transaction-history-filter-icon {
        left: 0
    }

    .default .content .transaction-history .transaction-history-filter-icon img {
        filter: var(--transaction-history-filter-icon-color)
    }

    .default .content .transaction-history .transaction-history-overlay {
        width: 100vw;
        height: 100vh;
        background: var(--transaction-history-filter-mobile-overlay-color);
        position: fixed;
        top: 0
    }

    html[dir=ltr] .default .content .transaction-history .transaction-history-overlay {
        left: 0
    }

    html[dir=rtl] .default .content .transaction-history .transaction-history-overlay {
        right: 0
    }

    .default .content .transaction-history .transaction-history-filtering {
        position: fixed;
        z-index: 10;
        background: var(--transaction-history-filter-mobile-background-color);
        box-shadow: 0 0 5px #00000040;
        top: 0;
        padding: 20px;
        width: 100vw;
        min-height: 180px
    }

    html[dir=ltr] .default .content .transaction-history .transaction-history-filtering {
        left: 0
    }

    html[dir=rtl] .default .content .transaction-history .transaction-history-filtering {
        right: 0
    }

    .default .content .transaction-history .transaction-history-filtering-button-wrapper {
        margin: 0 auto;
        width: 100px
    }

    .default .content .transaction-history .transaction-history-filtering-button-wrapper .btn {
        width: 100px;
        height: 41px
    }

    .default .content .transaction-history .transaction-history-header {
        padding: 20px 5px 8px;
        font-size: var(--transaction-history-table-header-mobile-size);
        line-height: calc(var(--transaction-history-table-header-mobile-size) + 4px)
    }

    .default .content .transaction-history .transaction-history-header .transaction-history-type,
    .default .content .transaction-history .transaction-history-list-item .transaction-history-type {
        width: 15%;
        display: flex
    }

    .default .content .transaction-history .transaction-history-header .transaction-history-type span,
    .default .content .transaction-history .transaction-history-list-item .transaction-history-type span {
        width: 40px;
        height: 40px
    }

    .default .content .transaction-history .transaction-history-header .transaction-history-date,
    .default .content .transaction-history .transaction-history-list-item .transaction-history-date {
        width: 26%
    }

    .default .content .transaction-history .transaction-history-header .transaction-history-amount,
    .default .content .transaction-history .transaction-history-list-item .transaction-history-amount {
        width: 36%;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-word;
        padding: 0 7px
    }

    .default .content .transaction-history .transaction-history-header .transaction-history-status,
    .default .content .transaction-history .transaction-history-list-item .transaction-history-status {
        width: 23%
    }

    .default .content .transaction-history .transaction-history-summary,
    .default .content .transaction-history .transaction-history-summary .transaction-history-summary-box {
        width: 100%
    }

    .default .content .transaction-history .transaction-history-summary .transaction-history-summary-box span {
        font-size: 13px
    }

    .default .content .transaction-history .transaction-history-list-item.grey .main-data-wrapper {
        height: 42px
    }

    .default .content .transaction-history .transaction-history-list-item .main-data-wrapper {
        font-size: var(--transaction-history-table-mobile-text-size);
        height: 42px;
        padding-left: 0
    }

    .default .content .transaction-history .transaction-history-list-item .details-wrapper .transaction-history-details-item {
        width: 100%
    }

    .default .content .transaction-history .transaction-history-list-item .details-wrapper .transaction-history-details-item div {
        font-size: var(--transaction-history-table-details-mobile-text-size)
    }

    .default .content .transaction-history .transaction-history-list-item .details-wrapper .transaction-history-details-item div.key,
    .default .content .transaction-history .transaction-history-list-item .details-wrapper .transaction-history-details-item div.value {
        width: 50%
    }

    .default .content .transaction-history .transaction-history-pagination .ngx-pagination {
        margin-bottom: 0
    }

    html[dir=ltr] .default .content .transaction-history .transaction-history-pagination .ngx-pagination .pagination-previous {
        margin-right: 15px
    }

    html[dir=rtl] .default .content .transaction-history .transaction-history-pagination .ngx-pagination .pagination-previous,
    html[dir=ltr] .default .content .transaction-history .transaction-history-pagination .ngx-pagination .pagination-next {
        margin-left: 15px
    }

    html[dir=rtl] .default .content .transaction-history .transaction-history-pagination .ngx-pagination .pagination-next {
        margin-right: 15px
    }
}

@media screen and (max-width: 360px) {

    .transaction-history .transaction-history-pagination .transaction-history-pagination-first,
    .transaction-history .transaction-history-pagination .transaction-history-pagination-last {
        padding: 3px 0
    }

    html[dir=ltr] .transaction-history .transaction-history-pagination .ngx-pagination .pagination-previous {
        margin-right: 0
    }

    html[dir=rtl] .transaction-history .transaction-history-pagination .ngx-pagination .pagination-previous,
    html[dir=ltr] .transaction-history .transaction-history-pagination .ngx-pagination .pagination-next {
        margin-left: 0
    }

    html[dir=rtl] .transaction-history .transaction-history-pagination .ngx-pagination .pagination-next {
        margin-right: 0
    }
}

.quick .main,
.quick .main.default {
    width: 260px;
    height: 46px;
    margin: 0 auto
}

.quick .main .content-wrapper,
.quick .main.default .content-wrapper {
    width: 260px;
    height: 46px
}

.quick .main .content-wrapper .content,
.quick .main.default .content-wrapper .content {
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: auto
}

.quick .main .content-wrapper .content.spinner,
.quick .main.default .content-wrapper .content.spinner {
    height: 46px
}

.quick .main .content-wrapper .footer,
.quick .main.default .content-wrapper .footer,
.quick .cashier-result .page-title {
    display: none
}

.quick .cashier-result .modal {
    width: 100%;
    height: 46px;
    padding: 12px 5px;
    background-color: #fff;
    border: 1px solid #307fe2;
    font-size: 16px;
    white-space: nowrap
}

.quick .quick-deposit-container {
    border: 1px solid #307fe2;
    border-radius: 3px;
    padding: 7px 8px
}

.quick .quick-deposit-container .quick-deposit-form input {
    height: 30px;
    line-height: normal;
    margin-right: 3px;
    font-size: 14px
}

.quick .quick-deposit-container .quick-deposit-card {
    width: 70px
}

.quick .quick-deposit-container .quick-deposit-card:disabled {
    background: #fff
}

.quick .quick-deposit-container .quick-deposit-cvv {
    width: 50px
}

.quick .quick-deposit-container .quick-deposit-amount {
    width: 68px
}

.quick .quick-deposit-container .quick-deposit-action {
    width: 30px;
    height: 30px;
    padding: 0 12px
}

.quick .quick-deposit-container .quick-deposit-action:before {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    font-size: 20px;
    font-weight: 700;
    vertical-align: top
}

@media screen and (max-height: 60px) {

    body .main,
    body .main.default {
        width: 260px;
        height: 46px;
        margin: 0 auto
    }

    body .main .content-wrapper,
    body .main.default .content-wrapper {
        width: 260px;
        height: 46px
    }

    body .main .content-wrapper .content,
    body .main.default .content-wrapper .content {
        padding: 0;
        margin: 0;
        width: 100%;
        min-height: auto
    }

    body .main .content-wrapper .content.spinner,
    body .main.default .content-wrapper .content.spinner {
        height: 46px
    }

    body .main .content-wrapper .footer,
    body .main.default .content-wrapper .footer,
    body .cashier-result .page-title {
        display: none
    }

    body .cashier-result .modal {
        width: 100%;
        height: 46px;
        padding: 12px 5px;
        background-color: #fff;
        border: 1px solid #307fe2;
        font-size: 16px;
        white-space: nowrap
    }

    body .quick-deposit-container {
        border: 1px solid #307fe2;
        border-radius: 3px;
        padding: 7px 8px
    }

    body .quick-deposit-container .quick-deposit-form input {
        height: 30px;
        line-height: normal;
        margin-right: 3px;
        font-size: 14px
    }

    body .quick-deposit-container .quick-deposit-card {
        width: 70px
    }

    body .quick-deposit-container .quick-deposit-card:disabled {
        background: #fff
    }

    body .quick-deposit-container .quick-deposit-cvv {
        width: 50px
    }

    body .quick-deposit-container .quick-deposit-amount {
        width: 68px
    }

    body .quick-deposit-container .quick-deposit-action {
        width: 30px;
        height: 30px;
        padding: 0 12px
    }

    body .quick-deposit-container .quick-deposit-action:before {
        display: inline-block;
        font: 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f105";
        font-size: 20px;
        font-weight: 700;
        vertical-align: top
    }
}

.short-info {
    height: 50vh;
    height: calc(100vh - 170px);
    display: table;
    padding-bottom: 70px;
    width: 100%
}

.short-info .short-info-text {
    text-align: center;
    color: var(--general-page-title-color);
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
    display: table-cell
}

.short-info .short-info-text:before {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f085";
    color: #c8d0dd;
    font-size: 70px;
    clear: both;
    width: 100%;
    padding-bottom: 30px
}

@media screen and (min-width: 710px) {
    .short-info {
        height: auto;
        padding-top: 40px
    }

    .short-info .short-info-text {
        display: block
    }
}

.content .spinner {
    display: none
}

.content.show-spinner .spinner {
    display: block;
    position: absolute;
    z-index: 11;
    background-size: contain;
    top: 10px;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px
}

.content.show-spinner .spinner .path {
    stroke-width: 1
}

.content.show-spinner .spinner.betathome {
    top: calc(50svh - 18px);
    left: calc(50% - 18px);
    width: 36px;
    height: 36px
}

.content.show-spinner .spinner.betathome .path {
    stroke-width: 3
}

.content.show-spinner .spinner {
    animation: rotator 1.4s linear infinite
}

@keyframes rotator {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(270deg)
    }
}

.content.show-spinner .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite, colors 1.4s ease-in-out infinite
}

.content.show-spinner .spinner.betathome .path {
    animation: dash 1.4s ease-in-out infinite, colors-betathome 1.4s ease-in-out infinite
}

@keyframes colors {
    0% {
        stroke: var(--general-spinner-color)
    }

    to {
        stroke: var(--general-spinner-color)
    }
}

@keyframes colors-betathome {
    0% {
        stroke: var(--general-default-spinner-color)
    }

    to {
        stroke: var(--general-default-spinner-color)
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg)
    }

    to {
        stroke-dashoffset: 187;
        transform: rotate(450deg)
    }
}

.content.show-spinner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--general-overlay-background-color);
    z-index: 10
}

.default .content.show-spinner:has(mm-cashier>.height-wrapper) .spinner,
.default .content.show-spinner:has(ng-component>div) .spinner,
.winmasters .content.show-spinner:has(mm-cashier>.height-wrapper) .spinner,
.winmasters .content.show-spinner:has(ng-component>div) .spinner,
.tipico .content.show-spinner:has(mm-cashier>.height-wrapper) .spinner,
.tipico .content.show-spinner:has(ng-component>div) .spinner,
.betathome .content.show-spinner:has(mm-cashier>.height-wrapper) .spinner,
.betathome .content.show-spinner:has(ng-component>div) .spinner,
.hausino .content.show-spinner:has(mm-cashier>.height-wrapper) .spinner,
.hausino .content.show-spinner:has(ng-component>div) .spinner {
    left: calc(50% - var(--general-spinner-width) / 2);
    top: calc(50% - var(--general-spinner-width) / 2);
    width: var(--general-spinner-width);
    height: var(--general-spinner-width)
}

.default .content.show-spinner:has(mm-cashier>.height-wrapper) .spinner .path,
.default .content.show-spinner:has(ng-component>div) .spinner .path,
.winmasters .content.show-spinner:has(mm-cashier>.height-wrapper) .spinner .path,
.winmasters .content.show-spinner:has(ng-component>div) .spinner .path,
.tipico .content.show-spinner:has(mm-cashier>.height-wrapper) .spinner .path,
.tipico .content.show-spinner:has(ng-component>div) .spinner .path,
.betathome .content.show-spinner:has(mm-cashier>.height-wrapper) .spinner .path,
.betathome .content.show-spinner:has(ng-component>div) .spinner .path,
.hausino .content.show-spinner:has(mm-cashier>.height-wrapper) .spinner .path,
.hausino .content.show-spinner:has(ng-component>div) .spinner .path {
    stroke-width: var(--general-spinner-stroke-width)
}

.cdk-overlay-pane.mat-mdc-dialog-panel:not(.mat-datepicker-popup) {
    width: 50%;
    max-height: 400px
}

.cdk-overlay-pane.mat-mdc-dialog-panel:not(.mat-datepicker-popup) .mat-mdc-dialog-container {
    padding: 0;
    overflow: hidden
}

.cdk-overlay-pane.mat-mdc-dialog-panel:not(.mat-datepicker-popup) .mat-mdc-dialog-container .mat-mdc-dialog-title {
    background: var(--modal-header-background-color);
    display: flex;
    align-items: center;
    color: var(--modal-header-text-color);
    font-size: var(--modal-header-text-size);
    font-style: normal;
    font-weight: var(--modal-header-font-weight);
    line-height: normal;
    padding: 0 12px;
    height: 40px;
    margin-bottom: 0;
    border-radius: 4px 4px 0 0
}

.cdk-overlay-pane.mat-mdc-dialog-panel:not(.mat-datepicker-popup) .mat-mdc-dialog-container .mat-mdc-dialog-title span {
    font-family: var(--modal-header-font-family)
}

.cdk-overlay-pane.mat-mdc-dialog-panel:not(.mat-datepicker-popup) .mat-mdc-dialog-container .mat-mdc-dialog-title svg {
    cursor: pointer;
    margin-left: auto
}

.cdk-overlay-pane.mat-mdc-dialog-panel:not(.mat-datepicker-popup) .mat-mdc-dialog-container .mat-mdc-dialog-title svg path {
    fill: var(--modal-header-cross-color)
}

.cdk-overlay-pane.mat-mdc-dialog-panel:not(.mat-datepicker-popup) .mat-mdc-dialog-container .mat-mdc-dialog-content {
    padding: 12px 17px 12px 12px;
    margin: 0;
    max-height: 348px;
    background: var(--modal-content-background-color);
    color: var(--modal-content-text-color);
    font-family: var(--modal-content-font-family);
    font-size: var(--modal-content-text-size);
    font-style: normal;
    font-weight: var(--modal-content-font-weight);
    line-height: normal
}

.cdk-overlay-pane.mat-mdc-dialog-panel:not(.mat-datepicker-popup) .mat-mdc-dialog-container .mat-mdc-dialog-content .modal-img {
    width: 276px;
    height: 150px;
    margin: 0 auto
}

.cdk-overlay-pane.mat-mdc-dialog-panel:not(.mat-datepicker-popup) .mat-mdc-dialog-container .mat-mdc-dialog-content .modal-sub-header {
    color: var(--modal-content-sub-header-text-color);
    font-weight: var(--modal-content-sub-header-font-weight);
    font-family: var(--modal-content-font-family);
    text-align: center
}

.cdk-overlay-pane.mat-mdc-dialog-panel:not(.mat-datepicker-popup) .mat-mdc-dialog-container .mat-mdc-dialog-content .modal-text {
    font-family: var(--modal-content-font-family);
    text-align: center;
    padding: 14px 40px
}

.cdk-overlay-pane.mat-mdc-dialog-panel:not(.mat-datepicker-popup) .mat-mdc-dialog-container .mat-mdc-dialog-content .btn {
    border-radius: 5px;
    background-color: var(--primary-button-background-color);
    color: var(--primary-button-text-color);
    font-family: var(--primary-button-font-family);
    text-transform: uppercase;
    height: 32px;
    width: 276px;
    margin: 10px auto;
    display: block;
    font-size: var(--primary-button-text-size);
    cursor: pointer
}

@media screen and (max-width: 710px) {
    .default .transaction-history-filtering .btn {
        margin-top: 15px
    }

    .turkish ::-webkit-scrollbar-track {
        margin-top: 23px;
        margin-bottom: 23px
    }

    .cdk-overlay-pane.mat-mdc-dialog-panel:not(.mat-datepicker-popup) {
        width: 80%;
        max-height: 340px
    }

    .cdk-overlay-pane.mat-mdc-dialog-panel:not(.mat-datepicker-popup) .mat-mdc-dialog-container .mat-mdc-dialog-content {
        max-height: 300px
    }
}

:root {
    --general-page-title-color: #516183;
    --general-overlay-background-color: rgba(255, 255, 255, .5);
    --general-spinner-color: #00239C;
    --general-spinner-width: 100px;
    --general-spinner-stroke-width: 1;
    --general-page-title-size: 24px;
    --general-page-title-font-weight: 600;
    --general-background-color: #fff;
    --general-inner-background-color: #f3f6f9;
    --general-link-color: #0000EE;
    --general-subtitle-size: 18px;
    --general-main-text-size: 16px;
    --general-warning-color: #f0a85f;
    --general-success-color: #32b398;
    --general-error-color: #e76049;
    --general-error-text-size: 14px;
    --general-main-text-color: #505963;
    --general-button-text-size: 16px;
    --general-font-family: Metric, "Times New Roman", Arial, sans-serif;
    --primary-button-background-color: #307fe2;
    --primary-button-background-color-hover: #516182;
    --primary-button-text-color: #fff;
    --primary-button-text-size: 18px;
    --primary-button-text-color-hover: #fff;
    --primary-button-border-color: #307fe2;
    --primary-button-border-color-hover: #516182;
    --primary-button-border-radius: 3px;
    --primary-button-disabled-text-color: #a1abbe;
    --secondary-button-background-color: #fff;
    --secondary-button-background-color-hover: #fff;
    --secondary-button-text-color: #151515;
    --secondary-button-border-color: #151515;
    --secondary-button-border-color-hover: #151515;
    --secondary-button-text-color-hover: #151515;
    --secondary-button-font-size: 16px;
    --input-background-color: #fff;
    --input-border-color: #dee3ed;
    --input-border-radius: 3px;
    --input-disabled-background-color: #f3f6f9;
    --input-disabled-text-color: #a0a9bc;
    --input-focused-border-color: #307fe2;
    --input-font-size: 16px;
    --input-text-color: #505963;
    --input-icons-color: #a0a9bc;
    --label-color: #505963;
    --label-font-size: 16px;
    --label-font-weight: 400;
    --selector-height: 34px;
    --selector-width: 250px;
    --payment-method-selected-border-color: #307fe2;
    --payment-selected-border-radius: 3px;
    --payment-method-name-color: #516183;
    --payment-method-details-font-size: 13px;
    --payment-method-background-color: #f3f6f9;
    --payment-method-font-color: #516183;
    --payment-method-logo-border-color: #f3f6f9;
    --payment-method-logo-border-radius: 3px;
    --payment-method-logo-background-color: #fff;
    --payment-list-background-color: #f3f6f9;
    --payment-method-provider-background-color: rgba(0, 0, 0, .6);
    --payment-method-provider-text-color: #fff;
    --payment-method-provider-prifix-color: #a0a9bc;
    --slider-payment-background-color: #f3f6f9;
    --slider-button-color: #a0a9bc;
    --pending-withdrawal-even-background-color: #f3f6f9;
    --pending-withdrawal-logo-border-radius: 4px;
    --pending-withdrawal-logo-background-color: #fff;
    --pending-withdrawal-amount-color: #307fe2;
    --pending-withdrawal-title-size: 16px;
    --pending-withdrawal-title-amount-color: #505963;
    --pending-withdrawal-value-amount-size: 18px;
    --pending-withdrawal-value-size: 16px;
    --footer-font-size: 14px;
    --scrollbar-width: 4px;
    --scrollbar-track-bg-color: transparent;
    --scrollbar-background-color: #a0a9bc;
    --scrollbar-background-hover-color: #848c9f;
    --tooltip-icon-color: #516183;
    --tooltip-label-color: #505963;
    --tooltip-label-font-size: 15px;
    --tooltip-background-color: #fff;
    --tooltip-border-color: #e6e6e6;
    --transaction-history-summary-box-background-color: #fff;
    --transaction-history-summary-box-shadow-color: rgba(0 0 0 .25);
    --transaction-history-summary-box-text-color: #000;
    --transaction-history-summary-box-title-color: #343A40;
    --transaction-history-filter-title-font-weight: 600;
    --transaction-history-filter-title-font-color: #000;
    --transaction-history-filter-background-color: #fff;
    --transaction-history-filter-mobile-background-color: #fff;
    --transaction-history-filter-mobile-overlay-color: rgba(0, 0, 0, .6);
    --transaction-history-filter-border-color: #D3D3D3;
    --transaction-history-filter-text-color: #000;
    --transaction-history-filter-selected-background-color: #307fe2;
    --transaction-history-filter-selected-text-color: #FFF;
    --transaction-history-filter-background-color-hover: rgb(48, 127, 226, .3);
    --transaction-history-filter-width: 255px;
    --transaction-history-filter-selected-height: calc(var(--selector-height) - 2px);
    --transaction-history-filter-icon-color: invert(0%) sepia(1%) saturate(4%) hue-rotate(334deg) brightness(100%) contrast(100%);
    --transaction-history-table-light-row-color: #FFFFFF;
    --deposit-url: url(/assets/deposit-history.svg);
    --withdrawal-url: url(/assets/withdrawal-history.svg);
    --transaction-history-table-dark-row-color: #f3f6f9;
    --transaction-history-table-light-row-text-color: #000;
    --transaction-history-table-dark-row-text-color: #000;
    --transaction-history-empty-table-text-color: #505963;
    --transaction-history-table-details-background-color: #FFFFFF;
    --transaction-history-table-details-title-color: #495057;
    --transaction-history-table-details-value-color: #000;
    --transaction-history-table-details-text-size: 14px;
    --transaction-history-table-details-mobile-text-size: 14px;
    --transaction-history-table-text-size: 18px;
    --transaction-history-table-mobile-text-size: 14px;
    --transaction-history-table-header-color: #000000;
    --transaction-history-table-header-size: 14px;
    --transaction-history-table-header-mobile-size: 14px;
    --transaction-history-table-header-font-weight: 400;
    --transaction-history-table-amount-positive-color: #388d79;
    --transaction-history-table-amount-negative-color: #ec1c24;
    --transaction-history-table-header-underline-color: #495057;
    --modal-primary-background-color: #fff;
    --modal-secondary-background-color: #F3F6F9;
    --modal-overlay-color: #516183;
    --modal-overlay-opacity: .5;
    --modal-title-text-color: #516183;
    --modal-title-text-size: 18px;
    --modal-title-text-weight: 600;
    --modal-text-size: 16px;
    --modal-close-icon-color: #C8D0DD;
    --modal-close-icon-hover-color: #000;
    --calendar-background-color: #fff;
    --calendar-text-color: rgba(0, 0, 0, .87);
    --calendar-arrow-color: rgba(0, 0, 0, .54);
    --calendar-table-header-color: rgba(0, 0, 0, .38);
    --calendar-body-label-color: rgba(0, 0, 0, .54);
    --calendar-table-header-divider-color: rgba(0, 0, 0, .12);
    --calendar-table-today-background-color: rgba(0, 0, 0, .38);
    --calendar-selected-day-background-color: #307fe2;
    --calendar-background-color-day-hover: rgb(48, 127, 226, .3);
    --calendar-background-color-day-between: rgb(48, 127, 226, .2);
    --pagination-current-background-color: #307fe2;
    --pagination-current-text-color: #fff;
    --pagination-color: #505963;
    --pagination-hover-color: #516182;
    --pagination-hover-background-color: rgba(56, 141, 121, .3);
    --pagination-disabled-color: #cacaca;
    --pagination-border-radius: 5px;
    --offline-shop-background-color: #010100;
    --offline-shop-toggle-button-color: #020202;
    --offline-shop-toggle-button-text-color: #D7BF6A;
    --offline-shop-search-border-color: #D7BF6A;
    --offline-shop-search-text-color: #6B6B6B;
    --offline-shop-shop-button-gradient-start-color: #91590E;
    --offline-shop-shop-button-gradient-end-color: #D7BF6A;
    --offline-shop-shop-button-text-color: #1D1D1D;
    --offline-shop-deposit-button-gradient-start-color: #91590E;
    --offline-shop-deposit-button-gradient-end-color: #D7BF6A;
    --offline-shop-deposit-button-text-color: #FFFFFF;
    --offline-shop-info-window-background-color: #1D1D1D;
    --offline-shop-info-window-title-color: #D7BF6A;
    --offline-shop-info-window-text-color: #FFFFFF;
    --offline-shop-close-button-color: #FFF;
    --offline-shop-marker-color: #d7bf6a;
    --offline-shop-marker-selected-color: #91590e;
    --offline-shop-input-background-color: #1D1D1D;
    --offline-shop-input-text-color: #FFF;
    --offline-shop-input-border-color: #D7BF6A;
    --offline-shop-input-focus-border-color: #D7BF6A;
    --offline-shop-input-border-radius: 5px;
    --direction-left: left;
    --direction-right: right
}

:root apple-pay-button {
    --apple-pay-button-width: 100%;
    --apple-pay-button-height: 30px;
    --apple-pay-button-border-radius: var(--primary-button-border-radius);
    --apple-pay-button-padding: 5px 0px
}

html[dir=rtl] {
    --direction-left: right;
    --direction-right: left
}

@media screen and (max-width: 710px) {
    html {
        --scrollbar-width: 4px
    }
}

.cashier-method-selector-item.disabled {
    position: relative;
    float: left;
    width: 100%
}

.cashier-method-selector-item.disabled .method-selector-logo {
    opacity: .7;
    cursor: auto
}

.cashier-method-selector-item.disabled:hover .custom-tooltip {
    display: block;
    position: absolute;
    opacity: 1;
    border-radius: 4px;
    border: 1px solid var(--tooltip-border-color);
    font-size: var(--tooltip-label-font-size);
    margin: 7px;
    color: var(--tooltip-label-color);
    background-color: var(--tooltip-background-color);
    box-shadow: 1px 2px 4px #1515151f;
    top: 40px;
    z-index: 1;
    padding: 10px
}

.cashier-method-selector-item.disabled.single:hover .custom-tooltip {
    top: 25px
}

.method-selector-logo {
    width: 100%;
    height: 65px;
    border-radius: 4px;
    padding: 10px 25px;
    margin-bottom: 8px;
    box-shadow: 0 .1rem .4rem #1515154d;
    background-color: #fff;
    cursor: pointer
}

.method-selector-logo .method-selector-logo-image {
    width: 82px;
    height: 44px;
    border-radius: 3px;
    background-color: #fff
}

.method-selector-logo .method-selector-logo-image img {
    width: 82px;
    height: 44px
}

.method-selector-logo .method-selector-logo-limits {
    float: right;
    margin: 15px 0;
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8e8e8e;
    width: 200px;
    text-align: right
}

.custom-tooltip {
    display: none
}

.cashier-method-selector .cashier-method-selector-dynamic {
    max-height: calc(100vh - 15rem);
    overflow-y: auto;
    padding: .3rem
}

.main.betathome .error-page-bah {
    height: 50vh;
    height: calc(100vh - 80px);
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.main.betathome .error-page-bah .error-text {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-family: var(--error-page-font-family);
    font-weight: var(--error-page-font-weight);
    font-size: var(--error-page-text-size);
    color: var(--error-page-text-color);
    padding: 0 84px 14px
}

.main.betathome .error-page-bah .error-header {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-family: var(--error-page-font-family);
    font-weight: var(--error-page-header-font-weight);
    font-size: var(--error-page-text-size);
    color: var(--error-page-header-text-color);
    padding: 0 84px 14px
}

.main.betathome .error-page-bah .btn.btn-error-action {
    text-transform: uppercase;
    border-radius: 4px;
    width: 234px;
    height: 36px;
    color: var(--error-page-button-text-color);
    font-family: var(--error-page-font-family);
    font-weight: var(--error-page-header-font-weight)
}

@media screen and (min-width: 710px) {
    .main.betathome .error-page-bah {
        height: auto;
        padding-top: 40px
    }

    .main.betathome .error-page-bah .error-text {
        display: block
    }
}

.map-container {
    --general-font-family: "Helvetica Neue LT Pro 45 Light";
    position: relative;
    background-color: var(--offline-shop-background-color)
}

.map-container svg.toggle-arrow {
    width: 43px;
    height: 33px;
    stroke: var(--offline-shop-toggle-button-text-color)
}

.map-container.show-map {
    padding-bottom: 20px;
    z-index: 5
}

.map-container.show-map .modal-info-window {
    display: none
}

.map-container.show-map .show-shops-btn {
    justify-content: flex-start;
    width: 27%;
    border: 2px solid
}

.map-container.show-map .show-shops-btn svg.toggle-arrow {
    transform: rotate(180deg);
    margin-right: 18px
}

.map-container.show-shops .show-shops-btn {
    justify-content: flex-end
}

.map-container.show-shops .show-shops-btn svg.toggle-arrow {
    margin-left: 40px
}

.map-container .close-map {
    position: absolute;
    height: 80px;
    background-color: transparent;
    display: flex;
    align-items: center;
    right: 25px;
    z-index: 3;
    top: 10px
}

.map-container .close-map svg.close {
    background-color: var(--offline-shop-background-color);
    border-radius: 50%;
    height: 31px;
    width: 31px;
    cursor: pointer;
    fill: var(--offline-shop-close-button-color)
}

.map-container .arrow {
    border: 2px solid var(--offline-shop-toggle-button-text-color);
    border-radius: 50%
}

.map-container .show-shops-btn {
    position: absolute;
    z-index: 1;
    height: 80px;
    width: 410px;
    background: var(--offline-shop-toggle-button-color);
    color: var(--offline-shop-toggle-button-text-color);
    font-size: 20px;
    border-radius: 10px;
    padding: 15px;
    text-transform: uppercase;
    top: 10px;
    left: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    max-width: calc(100% - 20px)
}

.map-container .shop-selector {
    width: calc(65% - 80px);
    position: relative;
    top: 12px;
    right: 12px;
    margin-left: auto;
    margin-right: 80px
}

.map-container .shop-selector .shop-container .search input {
    height: 80px;
    border: 2px solid var(--offline-shop-search-border-color);
    background-color: transparent;
    border-radius: 10px;
    width: 100%;
    color: var(--offline-shop-search-text-color);
    background-image: url(//static.everymatrix.com/mmstage/cashier/assets/icon-search.svg);
    background-repeat: no-repeat;
    background-position: 6px 50%;
    font-size: 16px;
    text-indent: 30px;
    transition: .8s
}

.map-container .shop-selector .shop-container .search input.hideIcon {
    background-image: none;
    text-indent: 0
}

.map-container .shop-selector .shop-container .search input::-webkit-input-placeholder {
    color: var(--offline-shop-search-text-color)
}

.map-container .shop-selector .shop-container .search input:-moz-placeholder {
    color: var(--offline-shop-search-text-color)
}

.map-container .shop-selector .shop-container .search input::-moz-placeholder {
    color: var(--offline-shop-search-text-color)
}

.map-container .shop-selector .shop-container .search input:-ms-input-placeholder {
    color: var(--offline-shop-search-text-color)
}

.map-container .shop-selector .shop-container .shop-item {
    cursor: pointer;
    height: 80px;
    background: linear-gradient(90deg, var(--offline-shop-shop-button-gradient-start-color), var(--offline-shop-shop-button-gradient-end-color));
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 0 13px 0 17px
}

.map-container .shop-selector .shop-container .shop-item:nth-child(2) {
    margin-top: 10px
}

.map-container .shop-selector .shop-container .shop-item>div {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    align-items: center
}

.map-container .shop-selector .shop-container .shop-item>div svg.shop-arrow {
    margin-left: auto;
    stroke: var(--offline-shop-shop-button-text-color)
}

.map-container .shop-selector .shop-container .shop-item>div .location {
    height: 30px;
    margin-right: 17px
}

.map-container .shop-selector .shop-container .shop-item>div .location path {
    fill: var(--offline-shop-shop-button-text-color)
}

.map-container .shop-selector .shop-container .shop-item .shop-details {
    color: var(--offline-shop-shop-button-text-color);
    font-size: 16px;
    display: flex;
    flex-direction: column
}

.map-container .shop-selector .shop-container .shop-item .shop-details .name {
    font-family: "Helvetica Neue LT Pro 65 Medium" !important;
    font-size: 18px;
    margin-right: 20px
}

.map-container map-info-window .gm-style-iw+button,
.map-container .modal-info-window .gm-style-iw+button {
    display: none
}

.map-container map-info-window .window-container,
.map-container .modal-info-window .window-container {
    position: relative;
    display: flex;
    min-width: 300px;
    flex-direction: column;
    color: var(--offline-shop-info-window-text-color);
    font-size: 14px;
    padding: 0 18px
}

.map-container map-info-window .window-container .shop-info,
.map-container .modal-info-window .window-container .shop-info {
    display: flex;
    align-items: center;
    margin-bottom: 18px
}

.map-container map-info-window .window-container .info-window-icon,
.map-container .modal-info-window .window-container .info-window-icon {
    margin-right: 23px;
    fill: var(--offline-shop-info-window-title-color)
}

.map-container map-info-window .window-container .cashier-amount-input-container,
.map-container .modal-info-window .window-container .cashier-amount-input-container {
    margin-bottom: 5px;
    position: relative
}

.map-container map-info-window .window-container:has(.alert-container) input.cashier-amount-input,
.map-container .modal-info-window .window-container:has(.alert-container) input.cashier-amount-input {
    border-color: var(--general-error-color)
}

.map-container map-info-window .window-container input.cashier-amount-input,
.map-container .modal-info-window .window-container input.cashier-amount-input {
    background-color: var(--offline-shop-input-background-color);
    color: var(--offline-shop-input-text-color);
    border: 1px solid var(--offline-shop-input-border-color);
    border-radius: var(--offline-shop-input-border-radius);
    width: 100%
}

.map-container map-info-window .window-container input.cashier-amount-input:focus,
.map-container .modal-info-window .window-container input.cashier-amount-input:focus {
    border-color: var(--offline-shop-input-focus-border-color)
}

.map-container map-info-window .window-container .cashier-amount-currency,
.map-container .modal-info-window .window-container .cashier-amount-currency {
    bottom: 50% !important;
    transform: translateY(50%);
    margin-top: 0;
    position: absolute;
    right: 16px
}

.map-container map-info-window .window-container .close-btn,
.map-container .modal-info-window .window-container .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    cursor: pointer
}

.map-container map-info-window .window-container .close-btn svg.close,
.map-container .modal-info-window .window-container .close-btn svg.close {
    fill: var(--offline-shop-close-button-color)
}

.map-container map-info-window .window-container .shop-details .name,
.map-container .modal-info-window .window-container .shop-details .name {
    color: var(--offline-shop-info-window-title-color);
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    margin-right: 20px
}

.map-container map-info-window .window-container:has(.cashier-amount-input) .infoButton,
.map-container .modal-info-window .window-container:has(.cashier-amount-input) .infoButton {
    height: 60px;
    margin-top: 5px
}

.map-container map-info-window .window-container:has(.cashier-amount-input) .shop-info,
.map-container .modal-info-window .window-container:has(.cashier-amount-input) .shop-info {
    margin-bottom: 10px
}

.map-container map-info-window .window-container .infoButton,
.map-container .modal-info-window .window-container .infoButton {
    height: 75px;
    font-size: 16px;
    background: linear-gradient(90deg, var(--offline-shop-deposit-button-gradient-start-color), var(--offline-shop-deposit-button-gradient-end-color));
    width: 100%;
    color: var(--offline-shop-deposit-button-text-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    cursor: pointer
}

.map-container map-info-window .window-container .infoButton.withdraw,
.map-container .modal-info-window .window-container .infoButton.withdraw {
    font-size: 20px
}

.map-container map-info-window .window-container .infoButton[disabled],
.map-container .modal-info-window .window-container .infoButton[disabled] {
    cursor: auto;
    opacity: .4
}

.map-container .modal-info-window {
    position: absolute;
    bottom: 35px;
    width: calc(100% - 20px);
    left: 10px;
    background-color: var(--offline-shop-info-window-background-color);
    border-radius: 10px;
    padding: 15px 0;
    z-index: 1
}

.map-container .modal-info-window .window-container {
    min-width: unset
}

.map-container .modal-info-window .window-container .close-btn {
    right: 10px
}

.map-container .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.map-container .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece,
.map-container .gm-style .gm-style-iw-tc:after,
.map-container .gm-style .gm-style-iw-c {
    background: var(--offline-shop-info-window-background-color)
}

.map-container .gm-ui-hover-effect,
.map-container .gm-ui-hover-effect:hover {
    opacity: 0
}

.map-container .gm-style .gm-style-iw-t:after {
    display: none
}

.map-container .gm-style .gm-style-iw-c {
    border-radius: 15px
}

.map-container .gm-style .gm-style-iw-c .gm-style-iw-chr {
    height: 15px
}

.map-container .poi-info-window div {
    background-color: var(--offline-shop-info-window-background-color);
    color: var(--offline-shop-info-window-title-color)
}

@media screen and (max-width: 710px) {
    .map-container.show-map {
        padding-bottom: 80px
    }

    .map-container.show-map .shop-selector {
        top: 80px;
        margin-right: 0
    }

    .map-container.show-map .show-shops-btn,
    .map-container.show-map .shop-selector {
        width: calc(100% - 20px)
    }

    .map-container.show-map .show-shops-btn,
    .map-container.show-map .close-map {
        height: 65px;
        border: none
    }

    .map-container.show-shops .show-shops-btn {
        justify-content: flex-start
    }
}

html {
    -webkit-text-size-adjust: 100%
}

body {
    font-size: 14px;
    font-family: Metric, Times New Roman, Arial, sans-serif;
    background: #eee;
    color: var(--general-main-text-color)
}

body>iframe {
    position: absolute;
    z-index: -999
}

.main footer {
    display: none
}

.main.default {
    width: 100%
}

.main.default .content-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    vertical-align: top
}

.main.default footer {
    display: block
}

.main.default .content {
    border: thin solid #cfcfcf;
    background: var(--general-background-color);
    box-sizing: border-box;
    padding: 24px 8px 18px;
    float: var(--direction-left);
    width: 100%
}

.main.default .content.show-spinner {
    min-height: calc(var(--general-spinner-width) + 20px)
}

.main.default .content input,
.main.default .content select,
.main.default .content .disabled-field {
    border: thin solid var(--input-border-color);
    color: var(--input-text-color);
    background: var(--input-background-color);
    font-size: var(--input-font-size);
    line-height: normal;
    padding: 0 6px;
    border-radius: var(--input-border-radius);
    height: 34px;
    vertical-align: top
}

.main.default .content input::-webkit-input-placeholder,
.main.default .content select::-webkit-input-placeholder,
.main.default .content .disabled-field::-webkit-input-placeholder {
    color: #a0a9bc
}

.main.default .content input:-moz-placeholder,
.main.default .content select:-moz-placeholder,
.main.default .content .disabled-field:-moz-placeholder {
    color: #a0a9bc
}

.main.default .content input::-moz-placeholder,
.main.default .content select::-moz-placeholder,
.main.default .content .disabled-field::-moz-placeholder {
    color: #a0a9bc
}

.main.default .content input:-ms-input-placeholder,
.main.default .content select:-ms-input-placeholder,
.main.default .content .disabled-field:-ms-input-placeholder {
    color: #a0a9bc
}

.main.default .content input:disabled,
.main.default .content select:disabled,
.main.default .content .disabled-field:disabled {
    background: var(--input-disabled-background-color)
}

.main.default .content .disabled-field {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 34px;
    white-space: nowrap
}

.main.default .content select {
    background: linear-gradient(55deg, transparent 50%, #a0a9bc 50%) no-repeat calc(100% - 12px) calc(1em - 4px), linear-gradient(125deg, #a0a9bc 50%, transparent 50%) no-repeat calc(100% - 6px) calc(1em - 4px);
    background-size: 6px 8px, 6px 8px;
    appearance: none
}

html[dir=ltr] .main.default .content select {
    padding-right: 18px
}

html[dir=rtl] .main.default .content select {
    padding-left: 18px
}

.main.default .content select.unselected:not(:focus) {
    color: #a0a9bc
}

.main.default .content select .select-placeholder {
    display: none
}

.main.default .content input[type=radio],
.main.default .content input[type=checkbox] {
    height: 0;
    width: unset;
    width: revert;
    padding: 0;
    border: none
}

.main.default .content input[type=radio]:after,
.main.default .content input[type=checkbox]:after {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: table;
    content: "\f10c";
    color: #307fe2;
    cursor: pointer
}

.main.default .content input[type=radio]:checked:after,
.main.default .content input[type=checkbox]:checked:after {
    content: "\f192"
}

.main.default .content input[type=checkbox]:after {
    content: "\f096"
}

.main.default .content input[type=checkbox]:checked:after {
    content: "\f046"
}

.main.default .content a {
    text-decoration: none;
    cursor: pointer
}

.main.default .content h1 a {
    color: var(--general-page-title-color)
}

.main.default .content .page-title {
    color: var(--general-page-title-color);
    font-weight: var(--general-page-title-font-weight);
    font-size: var(--general-page-title-size);
    margin-bottom: 20px
}

.main.default .content .btn {
    background: var(--primary-button-background-color);
    color: var(--primary-button-text-color);
    border: thin solid var(--primary-button-border-color);
    border-radius: var(--primary-button-border-radius);
    cursor: pointer;
    padding: 7px 16px;
    font-size: var(--general-button-text-size);
    font-weight: 600;
    -webkit-user-select: none;
    user-select: none
}

.main.default .content .btn.btn-sm {
    text-align: center;
    padding: 5px 14px;
    font-size: 14px
}

.main.default .content .btn.btn-lg {
    margin-top: 34px;
    text-align: center;
    padding: 9px 10px 11px;
    font-size: var(--primary-button-text-size);
    width: 100%
}

.main.default .content .btn.btn-secondary {
    border: thin solid var(--secondary-button-border-color);
    background: var(--secondary-button-background-color);
    color: var(--secondary-button-text-color);
    border-radius: var(--secondary-button-border-radius);
    font-size: var(--secondary-button-font-size)
}

.main.default .content .btn:hover:not(:disabled) {
    background: var(--primary-button-background-color-hover);
    color: var(--primary-button-text-color-hover);
    border: 1px solid var(--primary-button-border-color-hover)
}

.main.default .content .btn:hover:not(:disabled).btn-secondary {
    color: var(--secondary-button-text-color-hover);
    border: thin solid var(--secondary-button-border-color-hover);
    background: var(--secondary-button-background-color-hover)
}

.main.default .content .btn:not(.btn-secondary):focus {
    outline: none;
    background: var(--primary-button-background-color-hover)
}

.main.default .content .btn:disabled {
    cursor: auto;
    opacity: .4
}

.main.default .show-errors .ng-invalid {
    border-color: var(--general-error-color)
}

.main.default .show-errors mm-selector.ng-invalid input,
.main.default .show-errors mm-selector.ng-invalid .selector-opened-state .selector-selected {
    border-color: var(--general-error-color)
}

.main.default .show-errors mm-selector.ng-invalid .selector-closed-state .selector-new-item .selector-new-item-placeholder[disabled] {
    -webkit-opacity: 1;
    border-color: var(--general-error-color)
}

.main.default .show-errors mm-selector.ng-invalid .selector-opened-state .selector-selected.first {
    border-bottom-color: var(--input-border-color)
}

.main.default .alert {
    color: var(--general-error-color)
}

.main.default .gaming-products {
    height: 90px;
    margin-bottom: 15px
}

.main.default .gaming-products .page-title {
    margin-bottom: 15px;
    height: 20px;
    align-items: center;
    display: flex
}

.main.default .gaming-products .product-radio-button {
    display: flex
}

.main.default .gaming-products .product-radio-button .selector-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin: 10px 0
}

html[dir=ltr] .main.default .gaming-products .product-radio-button .selector-wrapper {
    margin-right: 20px
}

html[dir=rtl] .main.default .gaming-products .product-radio-button .selector-wrapper {
    padding-right: 20px
}

.main.default .gaming-products .product-radio-button .selector-wrapper .radio-button-selector {
    position: absolute
}

html[dir=ltr] .main.default .gaming-products .product-radio-button .selector-wrapper .radio-button-selector {
    left: 0
}

html[dir=rtl] .main.default .gaming-products .product-radio-button .selector-wrapper .radio-button-selector {
    right: 0
}

.main.default .gaming-products .product-radio-button .selector-wrapper .radio-button-selector input[type=radio]:after {
    color: var(--primary-button-background-color)
}

.main.default .gaming-products .product-radio-button .selector-wrapper .product-label {
    cursor: pointer;
    color: var(--label-color);
    font-size: var(--label-font-size);
    font-weight: var(--label-font-weight)
}

html[dir=ltr] .main.default .gaming-products .product-radio-button .selector-wrapper .product-label {
    padding-left: 20px
}

html[dir=rtl] .main.default .gaming-products .product-radio-button .selector-wrapper .product-label {
    padding-right: 20px
}

.clear {
    clear: both
}

.clearfix {
    display: block
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.footer {
    font-size: var(--footer-font-size);
    padding: 9px 9px 0;
    float: var(--direction-left);
    width: 100%
}

.footer:before {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f023";
    margin-right: 7px
}

.footer:after {
    content: "";
    display: block;
    float: var(--direction-right);
    width: 60px;
    height: 30px
}

.visibility-hidden {
    visibility: hidden
}

.cashier-required-info:before,
.required:not(.alert):before {
    content: "*";
    color: var(--general-error-color);
    display: inline-block;
    font-size: 18px
}

.cashier-required-info {
    float: var(--direction-right);
    font-size: 12px
}

@media screen and (max-width: 710px) {
    .main.default .content .btn:not(.btn-secondary):focus {
        outline: none;
        background-color: var(--primary-button-background-color)
    }
}

@media screen and (min-width: 710px) {
    .main.default {
        width: 710px;
        margin: 20px auto
    }

    .main.default .content {
        float: var(--direction-left);
        width: calc(100% - 40px);
        margin: 20px;
        border: none;
        min-height: inherit
    }

    html[dir=ltr] .main.default .content {
        padding: 24px 20px 40px 18px
    }

    html[dir=rtl] .main.default .content {
        padding: 24px 18px 40px 20px
    }

    .main.default .content .content-wrapper {
        width: 710px;
        display: inline-block
    }

    .btn-lg {
        margin-top: 34px
    }

    .btn:disabled {
        opacity: 1;
        color: var(--primary-button-disabled-text-color)
    }

    html[dir=ltr] .footer {
        padding: 9px 17px 0 20px
    }

    html[dir=rtl] .footer {
        padding: 9px 20px 0 17px
    }
}

::-webkit-scrollbar {
    width: var(--scrollbar-width)
}

::-webkit-scrollbar-track {
    background: var(--scrollbar-track-bg-color)
}

::-webkit-scrollbar-thumb {
    background: var(--scrollbar-background-color)
}

::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-background-hover-color)
}

.turkish ::-webkit-scrollbar-track {
    background-clip: content-box;
    margin-top: 28px;
    margin-bottom: 28px
}

.expandable-content p,
.receipt-fields p,
.mat-mdc-dialog-content p {
    font-size: var(--modal-content-text-size, 14px);
    line-height: 1.45;
    white-space: pre-line
}

.expandable-content p b,
.expandable-content p strong,
.receipt-fields p b,
.receipt-fields p strong,
.mat-mdc-dialog-content p b,
.mat-mdc-dialog-content p strong {
    font-weight: 700
}

.expandable-content p em,
.receipt-fields p em,
.mat-mdc-dialog-content p em {
    font-style: italic
}

.expandable-content p p,
.receipt-fields p p,
.mat-mdc-dialog-content p p {
    margin: 0
}

.expandable-content p .ql-size-small,
.receipt-fields p .ql-size-small,
.mat-mdc-dialog-content p .ql-size-small {
    font-size: .75em
}

.expandable-content p .ql-size-huge,
.receipt-fields p .ql-size-huge,
.mat-mdc-dialog-content p .ql-size-huge {
    font-size: 2.5em
}

.expandable-content p .ql-align-center,
.receipt-fields p .ql-align-center,
.mat-mdc-dialog-content p .ql-align-center {
    text-align: center
}

.expandable-content p .ql-align-right,
.receipt-fields p .ql-align-right,
.mat-mdc-dialog-content p .ql-align-right {
    text-align: right
}

.expandable-content p .ql-align-justify,
.receipt-fields p .ql-align-justify,
.mat-mdc-dialog-content p .ql-align-justify {
    text-align: justify
}

.expandable-content p .ql-size-large,
.receipt-fields p .ql-size-large,
.mat-mdc-dialog-content p .ql-size-large {
    font-size: 1.5em
}

.expandable-content p table,
.receipt-fields p table,
.mat-mdc-dialog-content p table {
    table-layout: fixed;
    width: 100%
}

.expandable-content p table tr,
.receipt-fields p table tr,
.mat-mdc-dialog-content p table tr {
    background: 0 0
}

.expandable-content p table tr td,
.receipt-fields p table tr td,
.mat-mdc-dialog-content p table tr td {
    border: 1px solid #000;
    padding: 7px 20px;
    line-height: 1.2;
    vertical-align: top
}

.expandable-content ol,
.receipt-fields ol,
.mat-mdc-dialog-content ol {
    padding-left: var(--ol-padding, 1.5em)
}

.expandable-content li,
.receipt-fields li,
.mat-mdc-dialog-content li {
    list-style-type: none !important;
    padding-left: var(--li-padding, 1.5em);
    position: relative
}

.expandable-content li>.ql-ui:before,
.receipt-fields li>.ql-ui:before,
.mat-mdc-dialog-content li>.ql-ui:before {
    display: inline-block;
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right;
    white-space: nowrap;
    width: 1.2em
}

.expandable-content li[data-list=bullet]>.ql-ui:before,
.receipt-fields li[data-list=bullet]>.ql-ui:before,
.mat-mdc-dialog-content li[data-list=bullet]>.ql-ui:before {
    content: "\2022"
}

.expandable-content li[data-list=ordered],
.receipt-fields li[data-list=ordered],
.mat-mdc-dialog-content li[data-list=ordered] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0
}

.expandable-content li[data-list=ordered]>.ql-ui:before,
.receipt-fields li[data-list=ordered]>.ql-ui:before,
.mat-mdc-dialog-content li[data-list=ordered]>.ql-ui:before {
    content: counter(list-0, decimal) ". "
}

.expandable-content li.ql-indent-1,
.receipt-fields li.ql-indent-1,
.mat-mdc-dialog-content li.ql-indent-1 {
    counter-increment: list-1
}

.expandable-content li[data-list=ordered].ql-indent-1>.ql-ui:before,
.receipt-fields li[data-list=ordered].ql-indent-1>.ql-ui:before,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-1>.ql-ui:before {
    content: counter(list-1, lower-alpha) ". "
}

.expandable-content li[data-list=ordered].ql-indent-1,
.receipt-fields li[data-list=ordered].ql-indent-1,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.expandable-content li[data-list=ordered].ql-indent-2,
.receipt-fields li[data-list=ordered].ql-indent-2,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-2 {
    counter-increment: list-2
}

.expandable-content li[data-list=ordered].ql-indent-2>.ql-ui:before,
.receipt-fields li[data-list=ordered].ql-indent-2>.ql-ui:before,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-2>.ql-ui:before {
    content: counter(list-2, lower-roman) ". "
}

.expandable-content li[data-list=ordered].ql-indent-2,
.receipt-fields li[data-list=ordered].ql-indent-2,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.expandable-content li[data-list=ordered].ql-indent-3,
.receipt-fields li[data-list=ordered].ql-indent-3,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-3 {
    counter-increment: list-3
}

.expandable-content li[data-list=ordered].ql-indent-3>.ql-ui:before,
.receipt-fields li[data-list=ordered].ql-indent-3>.ql-ui:before,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-3>.ql-ui:before {
    content: counter(list-3, decimal) ". "
}

.expandable-content li[data-list=ordered].ql-indent-3,
.receipt-fields li[data-list=ordered].ql-indent-3,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

.expandable-content li[data-list=ordered].ql-indent-4,
.receipt-fields li[data-list=ordered].ql-indent-4,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-4 {
    counter-increment: list-4
}

.expandable-content li[data-list=ordered].ql-indent-4>.ql-ui:before,
.receipt-fields li[data-list=ordered].ql-indent-4>.ql-ui:before,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-4>.ql-ui:before {
    content: counter(list-4, lower-alpha) ". "
}

.expandable-content li[data-list=ordered].ql-indent-4,
.receipt-fields li[data-list=ordered].ql-indent-4,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9
}

.expandable-content li[data-list=ordered].ql-indent-5,
.receipt-fields li[data-list=ordered].ql-indent-5,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-5 {
    counter-increment: list-5
}

.expandable-content li[data-list=ordered].ql-indent-5>.ql-ui:before,
.receipt-fields li[data-list=ordered].ql-indent-5>.ql-ui:before,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-5>.ql-ui:before {
    content: counter(list-5, lower-roman) ". "
}

.expandable-content li[data-list=ordered].ql-indent-5,
.receipt-fields li[data-list=ordered].ql-indent-5,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9
}

.expandable-content li[data-list=ordered].ql-indent-6,
.receipt-fields li[data-list=ordered].ql-indent-6,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-6 {
    counter-increment: list-6
}

.expandable-content li[data-list=ordered].ql-indent-6>.ql-ui:before,
.receipt-fields li[data-list=ordered].ql-indent-6>.ql-ui:before,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-6>.ql-ui:before {
    content: counter(list-6, decimal) ". "
}

.expandable-content li[data-list=ordered].ql-indent-6,
.receipt-fields li[data-list=ordered].ql-indent-6,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-6 {
    counter-reset: list-7 list-8 list-9
}

.expandable-content li[data-list=ordered].ql-indent-7,
.receipt-fields li[data-list=ordered].ql-indent-7,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-7 {
    counter-increment: list-7
}

.expandable-content li[data-list=ordered].ql-indent-7>.ql-ui:before,
.receipt-fields li[data-list=ordered].ql-indent-7>.ql-ui:before,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-7>.ql-ui:before {
    content: counter(list-7, lower-alpha) ". "
}

.expandable-content li[data-list=ordered].ql-indent-7,
.receipt-fields li[data-list=ordered].ql-indent-7,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-7 {
    counter-reset: list-8 list-9
}

.expandable-content li[data-list=ordered].ql-indent-8,
.receipt-fields li[data-list=ordered].ql-indent-8,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-8 {
    counter-increment: list-8
}

.expandable-content li[data-list=ordered].ql-indent-8>.ql-ui:before,
.receipt-fields li[data-list=ordered].ql-indent-8>.ql-ui:before,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-8>.ql-ui:before {
    content: counter(list-8, lower-roman) ". "
}

.expandable-content li[data-list=ordered].ql-indent-8,
.receipt-fields li[data-list=ordered].ql-indent-8,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-8 {
    counter-reset: list-9
}

.expandable-content li[data-list=ordered].ql-indent-9,
.receipt-fields li[data-list=ordered].ql-indent-9,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-9 {
    counter-increment: list-9
}

.expandable-content li[data-list=ordered].ql-indent-9>.ql-ui:before,
.receipt-fields li[data-list=ordered].ql-indent-9>.ql-ui:before,
.mat-mdc-dialog-content li[data-list=ordered].ql-indent-9>.ql-ui:before {
    content: counter(list-9, decimal) ". "
}

.expandable-content .ql-indent-1:not(.ql-direction-rtl),
.receipt-fields .ql-indent-1:not(.ql-direction-rtl),
.mat-mdc-dialog-content .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em
}

.expandable-content li.ql-indent-1:not(.ql-direction-rtl),
.receipt-fields li.ql-indent-1:not(.ql-direction-rtl),
.mat-mdc-dialog-content li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
}

.expandable-content .ql-indent-1.ql-direction-rtl.ql-align-right,
.receipt-fields .ql-indent-1.ql-direction-rtl.ql-align-right,
.mat-mdc-dialog-content .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em
}

.expandable-content li.ql-indent-1.ql-direction-rtl.ql-align-right,
.receipt-fields li.ql-indent-1.ql-direction-rtl.ql-align-right,
.mat-mdc-dialog-content li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em
}

.expandable-content .ql-indent-2:not(.ql-direction-rtl),
.receipt-fields .ql-indent-2:not(.ql-direction-rtl),
.mat-mdc-dialog-content .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em
}

.expandable-content li.ql-indent-2:not(.ql-direction-rtl),
.receipt-fields li.ql-indent-2:not(.ql-direction-rtl),
.mat-mdc-dialog-content li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
}

.expandable-content .ql-indent-2.ql-direction-rtl.ql-align-right,
.receipt-fields .ql-indent-2.ql-direction-rtl.ql-align-right,
.mat-mdc-dialog-content .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em
}

.expandable-content li.ql-indent-2.ql-direction-rtl.ql-align-right,
.receipt-fields li.ql-indent-2.ql-direction-rtl.ql-align-right,
.mat-mdc-dialog-content li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em
}

.expandable-content .ql-indent-3:not(.ql-direction-rtl),
.receipt-fields .ql-indent-3:not(.ql-direction-rtl),
.mat-mdc-dialog-content .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em
}

.expandable-content li.ql-indent-3:not(.ql-direction-rtl),
.receipt-fields li.ql-indent-3:not(.ql-direction-rtl),
.mat-mdc-dialog-content li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
}

.expandable-content .ql-indent-3.ql-direction-rtl.ql-align-right,
.receipt-fields .ql-indent-3.ql-direction-rtl.ql-align-right,
.mat-mdc-dialog-content .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em
}

.expandable-content li.ql-indent-3.ql-direction-rtl.ql-align-right,
.receipt-fields li.ql-indent-3.ql-direction-rtl.ql-align-right,
.mat-mdc-dialog-content li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em
}

.expandable-content .ql-indent-4:not(.ql-direction-rtl),
.receipt-fields .ql-indent-4:not(.ql-direction-rtl),
.mat-mdc-dialog-content .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em
}

.expandable-content li.ql-indent-4:not(.ql-direction-rtl),
.receipt-fields li.ql-indent-4:not(.ql-direction-rtl),
.mat-mdc-dialog-content li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
}

.expandable-content .ql-indent-4.ql-direction-rtl.ql-align-right,
.receipt-fields .ql-indent-4.ql-direction-rtl.ql-align-right,
.mat-mdc-dialog-content .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em
}

.expandable-content li.ql-indent-4.ql-direction-rtl.ql-align-right,
.receipt-fields li.ql-indent-4.ql-direction-rtl.ql-align-right,
.mat-mdc-dialog-content li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em
}

.expandable-content .ql-indent-5:not(.ql-direction-rtl),
.receipt-fields .ql-indent-5:not(.ql-direction-rtl),
.mat-mdc-dialog-content .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em
}

.expandable-content li.ql-indent-5:not(.ql-direction-rtl),
.receipt-fields li.ql-indent-5:not(.ql-direction-rtl),
.mat-mdc-dialog-content li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
}

.expandable-content .ql-indent-5.ql-direction-rtl.ql-align-right,
.receipt-fields .ql-indent-5.ql-direction-rtl.ql-align-right,
.mat-mdc-dialog-content .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em
}

.expandable-content li.ql-indent-5.ql-directilign-right,
.receipt-fields li.ql-indent-5.ql-directilign-right,
.mat-mdc-dialog-content li.ql-indent-5.ql-directilign-right {
    padding-right: 16.5em
}

.expandable-content .ql-indent-6:not(.ql-direction-rtl),
.receipt-fields .ql-indent-6:not(.ql-direction-rtl),
.mat-mdc-dialog-content .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em
}

.expandable-content li.ql-indent-6:not(.ql-direction-rtl),
.receipt-fields li.ql-indent-6:not(.ql-direction-rtl),
.mat-mdc-dialog-content li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
}

.expandable-content .ql-indent-6.ql-direction-rtl.ql-align-right,
.receipt-fields .ql-indent-6.ql-direction-rtl.ql-align-right,
.mat-mdc-dialog-content .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em
}

.expandable-content li.ql-indent-6.ql-direction-rtl.ql-align-right,
.receipt-fields li.ql-indent-6.ql-direction-rtl.ql-align-right,
.mat-mdc-dialog-content li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em
}

.expandable-content .ql-indent-7:not(.ql-direction-rtl),
.receipt-fields .ql-indent-7:not(.ql-direction-rtl),
.mat-mdc-dialog-content .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em
}

.expandable-content li.ql-indent-7:not(.ql-direction-rtl),
.receipt-fields li.ql-indent-7:not(.ql-direction-rtl),
.mat-mdc-dialog-content li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
}

.expandable-content .ql-indent-7.ql-direction-rtl.ql-align-right,
.receipt-fields .ql-indent-7.ql-direction-rtl.ql-align-right,
.mat-mdc-dialog-content .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em
}

.expandable-content li.ql-indent-7.ql-direction-rtl.ql-align-right,
.receipt-fields li.ql-indent-7.ql-direction-rtl.ql-align-right,
.mat-mdc-dialog-content li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em
}

.expandable-content .ql-indent-8:not(.ql-direction-rtl),
.receipt-fields .ql-indent-8:not(.ql-direction-rtl),
.mat-mdc-dialog-content .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em
}

.expandable-content li.ql-indent-8:not(.ql-direction-rtl),
.receipt-fields li.ql-indent-8:not(.ql-direction-rtl),
.mat-mdc-dialog-content li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
}

.expandable-content .ql-indent-8.ql-direction-rtl.ql-align-right,
.receipt-fields .ql-indent-8.ql-direction-rtl.ql-align-right,
.mat-mdc-dialog-content .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em
}

.expandable-content li.ql-indent-8.ql-direction-rtl.ql-align-right,
.receipt-fields li.ql-indent-8.ql-direction-rtl.ql-align-right,
.mat-mdc-dialog-content li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em
}

.expandable-content .ql-indent-9:not(.ql-direction-rtl),
.receipt-fields .ql-indent-9:not(.ql-direction-rtl),
.mat-mdc-dialog-content .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
}

.expandable-content li.ql-indent-9:not(.ql-direction-rtl),
.receipt-fields li.ql-indent-9:not(.ql-direction-rtl),
.mat-mdc-dialog-content li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
}

.expandable-content .ql-indent-9.ql-direction-rtl.ql-align-right,
.receipt-fields .ql-indent-9.ql-direction-rtl.ql-align-right,
.mat-mdc-dialog-content .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em
}

.expandable-content li.ql-indent-9.ql-direction-rtl.ql-align-right,
.receipt-fields li.ql-indent-9.ql-direction-rtl.ql-align-right,
.mat-mdc-dialog-content li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em
}

.expandable-content li.ql-direction-rtl,
.receipt-fields li.ql-direction-rtl,
.mat-mdc-dialog-content li.ql-direction-rtl {
    padding-right: 1.5em
}

.expandable-content li.ql-direction-rtl>.ql-ui:before,
.receipt-fields li.ql-direction-rtl>.ql-ui:before,
.mat-mdc-dialog-content li.ql-direction-rtl>.ql-ui:before {
    margin-left: .3em;
    margin-right: -1.5em;
    text-align: left
}

@-moz-document url-prefix() {

    .main.default .content input[type=radio],
    .main.default .content input[type=checkbox] {
        height: 15px;
        width: 15px;
        cursor: pointer;
        accent-color: var(--primary-button-background-color)
    }
}

@font-face {
    font-family: swiper-icons;
    src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, #00000080, #0000)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

@keyframes loading-spinner {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.betathome.tooltip {
    background: var(--tooltip-background-color);
    border-radius: var(--tooltip-border-radius);
    min-width: calc(var(--tooltip-position-left) + 50px);
    color: var(--tooltip-label-color);
    font-size: var(--tooltip-label-font-size);
    font-family: var(--general-font-family-second);
    margin-top: 10px
}

body:has(.main.betathome) {
    overflow: hidden
}

.main.betathome {
    background-color: var(--general-background-color);
    opacity: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    box-sizing: border-box;
    color: inherit;
    animation: .8s ModalFadeIn forwards;
    overflow-y: auto
}

.main.betathome * {
    -webkit-tap-highlight-color: transparent
}

.main.betathome:has(.cashier-result),
.main.betathome:has(.cashier-redirect-page) {
    background: var(--modal-receipt-background)
}

.main.betathome:has(.cashier-result) .modal.hide-padding .modal-header,
.main.betathome:has(.cashier-redirect-page) .modal.hide-padding .modal-header {
    background: var(--general-receipt-background-color)
}

.main.betathome .swiper {
    min-width: 100%;
    width: inherit;
    height: auto
}

.main.betathome .swiper .cashier-form-container {
    min-width: 100%
}

.main.betathome .set-deposit-limit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xxs);
    margin-top: var(--spacing-l);
    color: var(--set-limit-color);
    font-size: var(--set-limit-font-size);
    font-style: normal;
    font-weight: var(--set-limit-font-weight);
    line-height: normal;
    cursor: pointer;
    text-decoration-line: underline
}

.main.betathome .cashier-selector-component mm-selector-logo {
    height: 52px
}

.main.betathome .cashier-selector-component mm-selector-logo .selector-logo-wrapper {
    overflow: hidden
}

.main.betathome .cashier-bad-payment-method {
    font-size: var(--payment-method-selector-title-size);
    color: var(--input-error-color)
}

.main.betathome .content.show-spinner:after {
    top: 40px;
    height: calc(100% - 40px)
}

.main.betathome .content.show-spinner:has(.pending-withdrawals):after {
    top: 0;
    height: 100%
}

.main.betathome .content-wrapper:has(.cashier-result),
.main.betathome .content-wrapper:has(.cashier-redirect-page) {
    height: 100%
}

.main.betathome .content.show-spinner:has(.cashier-result),
.main.betathome .content.show-spinner:has(.cashier-redirect-page) {
    height: calc(100% - 40px)
}

.main.betathome .content.show-spinner:has(.cashier-result):after,
.main.betathome .content.show-spinner:has(.cashier-redirect-page):after {
    left: 50%;
    transform: translate(-50%)
}

.main.betathome .cashier-form-wrapper.hide-form {
    display: none
}

.main.betathome .height-wrapper:not(.transaction-history) {
    width: 100%;
    background: var(--general-background-gradient)
}

.main.betathome .content-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 100%;
    position: relative;
    z-index: 1
}

.main.betathome .content-wrapper .cashier-back-to-merchant-header {
    display: none
}

.main.betathome .pending-withdrawals {
    min-height: 100svh
}

.main.betathome .pending-withdrawals .pending-withdrawals-pagination {
    margin-bottom: 20px
}

.main.betathome .content:has(.pending-withdrawals) .btn {
    font-size: var(--general-button-text-size)
}

.main.betathome .header-wrapper {
    display: flex;
    position: relative;
    height: 40px;
    background-color: var(--header-background-color);
    width: 100%
}

.main.betathome .header-wrapper .back-button {
    color: var(--header-back-text-color);
    font-size: var(--header-back-text-size);
    font-family: var(--header-back-font-family);
    font-weight: var(--header-back-font-wieght);
    position: absolute;
    display: flex;
    align-items: center;
    height: 40px;
    left: 7px;
    gap: var(--spacing-xxs);
    cursor: pointer
}

.main.betathome .header-wrapper .back-button svg path {
    fill: var(--header-back-text-color)
}

.main.betathome .header-wrapper .back-button.disabled {
    pointer-events: none
}

.main.betathome .header-wrapper .title {
    color: var(--header-text-color);
    font-size: var(--header-text-size);
    font-family: var(--header-font-family);
    font-weight: 500;
    margin: auto;
    max-width: calc(100% - 150px);
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px
}

.main.betathome .header-wrapper .button-container {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--spacing-m);
    height: inherit;
    right: 0;
    gap: var(--spacing-m)
}

.main.betathome .header-wrapper .button-container .question-mark {
    cursor: pointer
}

.main.betathome .header-wrapper .button-container .question-mark svg path {
    fill: var(--header-question-mark-color)
}

.main.betathome .header-wrapper .button-container .close-button {
    cursor: pointer
}

.main.betathome .header-wrapper .button-container .close-button svg path {
    fill: var(--header-cross-color)
}

.main.betathome .betathome-selector-wrapper {
    display: flex;
    flex-direction: column
}

.main.betathome .betathome-selector-wrapper .selector-title {
    color: var(--payment-method-selector-title-color);
    font-size: var(--payment-method-selector-title-size);
    padding: var(--spacing-m) 0;
    display: block
}

.main.betathome form {
    padding: 40px 12px 12px;
    gap: var(--spacing-m)
}

.main.betathome form.disabled {
    pointer-events: none
}

.main.betathome form .notification-hidden-container {
    margin: calc(1px - var(--spacing-m) / 2 - 1px)
}

.main.betathome .general-fields-block {
    border-radius: var(--payment-method-form-border-radius);
    border: 1px solid var(--payment-method-form-border-color);
    background: var(--payment-method-form-background-color);
    box-shadow: 0 2px 6px #0000001a;
    padding: 0 12px 12px
}

.main.betathome .general-fields-block.no-shadow {
    box-shadow: none
}

.main.betathome .general-fields-block.no-shadow:has(.checkbox-container):has(.alert) {
    border: 1px solid var(--input-error-color)
}

.main.betathome .general-fields-block a {
    color: var(--payment-method-form-description-text-color)
}

.main.betathome .payment-fee-text {
    color: var(--label-color);
    margin: -6px auto;
    font-weight: var(--payment-method-form-payment-fee-font-weight);
    font-size: var(--payment-method-form-payment-fee-font-size)
}

.main.betathome .form-logo {
    align-items: center;
    display: flex;
    height: 50px;
    border-bottom: 1px solid var(--payment-method-form-border-color)
}

.main.betathome .form-logo .selected-logo-description {
    color: var(--payment-method-form-name-text-color);
    font-size: var(--payment-method-form-name-font-size);
    margin: 8px 4px 8px 8px;
    word-break: break-word
}

.main.betathome .form-logo .selected-logo-wrapper {
    width: 56px;
    height: 32px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: var(--payment-method-form-logo-border-radius);
    border: 1px solid var(--payment-method-form-logo-border-color);
    background: var(--payment-method-form-logo-background-color)
}

.main.betathome .form-logo .selected-logo-wrapper img {
    max-height: 32px;
    max-width: 56px
}

.main.betathome .form-logo .change-paymeth {
    display: none;
    margin-left: auto;
    color: var(--payment-method-form-back-button-text-color);
    font-size: var(--payment-method-form-back-button-font-size);
    text-decoration-line: underline
}

.main.betathome .winmasters-bonus {
    display: none
}

.main.betathome .cashier-back-to-merchant-header {
    right: unset;
    margin: auto;
    top: 5px
}

.main.betathome .cashier-verification {
    max-width: 62rem;
    padding: 0 3rem
}

.main.betathome .cashier-verification .cashier-verification-message {
    color: #000
}

.main.betathome .checkbox-container {
    position: relative;
    margin-top: 12px
}

.main.betathome .checkbox-container .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 12px;
    width: 12px;
    border: 1px solid var(--checkbox-border-color);
    border-radius: var(--checkbox-border-radius);
    background-color: var(--checkbox-background-color);
    cursor: pointer
}

.main.betathome .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.main.betathome .checkbox-container .checkmark:after {
    left: 2px;
    top: 0;
    width: 4px;
    height: 6px;
    border: solid var(--checkbox-checkmark-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.main.betathome .checkbox-container .label {
    display: block;
    width: 100%;
    cursor: pointer;
    padding-left: 20px;
    line-height: normal;
    color: var(--label-color);
    font-size: var(--label-font-size)
}

.main.betathome .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.main.betathome .checkbox-container input:checked~label .checkmark {
    background-color: var(--checkbox-selected-background-color);
    border-color: var(--checkbox-selected-background-color)
}

.main.betathome .checkbox-container input:checked~label .checkmark:after {
    display: block
}

.main.betathome .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: none;
    padding: 12px;
    height: 46px;
    color: var(--primary-button-text-color);
    background: var(--primary-button-background-color);
    font-size: var(--primary-button-text-size);
    border-radius: var(--primary-button-border-radius);
    width: 100%;
    cursor: pointer;
    font-weight: 400
}

.main.betathome .btn:has(.spinner) {
    background: var(--primary-button-background-color-processing)
}

.main.betathome .btn .submit-btn-wrapper {
    display: flex;
    align-items: center;
    gap: var(--spacing-xxs);
    font-family: var(--primary-button-font-family);
    flex-wrap: wrap;
    justify-content: center
}

.main.betathome .btn .submit-btn-wrapper span {
    font-family: var(--primary-button-font-family)
}

.main.betathome .btn .submit-btn-wrapper #buttonSpinner {
    animation: loading-spinner 1s linear infinite
}

.main.betathome .btn .submit-btn-wrapper .submit-btn-amount {
    font-weight: var(--primary-button-amount-font-weight);
    font-family: inherit
}

.main.betathome .btn:hover {
    color: var(--primary-button-hover-text-color);
    background: var(--primary-button-background-color-hover)
}

.main.betathome .btn.btn-secondary {
    color: var(--secondary-button-text-color);
    background: var(--secondary-button-background-color);
    font-size: var(--secondary-button-text-size);
    border-radius: var(--secondary-button-border-radius)
}

.main.betathome .btn.btn-secondary:hover {
    color: var(--secondary-button-hover-text-color);
    background: var(--secondary-button-hover-background-color)
}

.main.betathome .btn:disabled {
    pointer-events: none;
    cursor: auto;
    background-color: var(--primary-button-disabled-background-color)
}

.main.betathome .footer,
.main.betathome .page-title {
    display: none
}

.main.betathome .required:not(.alert):before {
    content: none
}

.main.betathome input,
.main.betathome textarea,
.main.betathome select {
    display: inline-block;
    padding: 1rem 1.2rem;
    border: .1rem solid var(--input-border-color);
    box-sizing: border-box;
    background: var(--input-background-color);
    color: var(--input-text-color);
    font-size: var(--input-font-size);
    line-height: 2rem;
    border-radius: var(--input-border-radius)
}

.main.betathome input::-webkit-input-placeholder,
.main.betathome textarea::-webkit-input-placeholder,
.main.betathome select::-webkit-input-placeholder {
    color: var(--input-placeholder-color)
}

.main.betathome input:-moz-placeholder,
.main.betathome textarea:-moz-placeholder,
.main.betathome select:-moz-placeholder {
    color: var(--input-placeholder-color)
}

.main.betathome input::-moz-placeholder,
.main.betathome textarea::-moz-placeholder,
.main.betathome select::-moz-placeholder {
    color: var(--input-placeholder-color)
}

.main.betathome input:-ms-input-placeholder,
.main.betathome textarea:-ms-input-placeholder,
.main.betathome select:-ms-input-placeholder {
    color: var(--input-placeholder-color)
}

.main.betathome input:focus,
.main.betathome textarea:focus,
.main.betathome select:focus {
    border: .1rem solid var(--input-focused-border-color)
}

.main.betathome .content:not(.show-spinner) .cashier-form-wrapper input.ng-invalid.blurred {
    border-color: var(--general-error-color)
}

.main.betathome .cashier-form-wrapper {
    scrollbar-gutter: stable both-edges
}

.main.betathome .cashier-form-wrapper .credit-card-form-wrapper .credit-card-input input.ng-invalid,
.main.betathome .cashier-form-wrapper .credit-card-form-wrapper .credit-card-input .animated-input input.ng-invalid {
    border-color: var(--credit-card-form-error-color)
}

.main.betathome .cashier-form-wrapper mm-selector.ng-invalid input,
.main.betathome .cashier-form-wrapper mm-selector.ng-invalid .selector-closed-state .selector-new-item,
.main.betathome .cashier-form-wrapper mm-selector.ng-invalid .selector-opened-state .selector-selected.first {
    border-color: var(--general-error-color)
}

.main.betathome .cashier-form-wrapper .amount-limit-container {
    color: var(--payment-method-form-limits-color);
    font-size: var(--payment-method-form-limits-font-size);
    margin: 5px 0 0 2px
}

.main.betathome .cashier-form-wrapper .cashier-selector .selector-opened-state .selector-add-new-card {
    border-color: var(--input-border-color)
}

.main.betathome .cashier-form-wrapper .cashier-form .paypal-container .card_container {
    margin-top: 10px
}

.main.betathome .cashier-form-wrapper .cashier-form .paypal-container .hosted-fields-form-wrapper {
    padding: 0
}

.main.betathome .cashier-form-wrapper .cashier-form .paypal-container .cashier-form-label .hosted-fields-form-wrapper .alert {
    display: block;
    margin-bottom: 15px;
    font-size: 1.2rem;
    position: static;
    margin-top: -15px
}

.main.betathome .cashier-form-wrapper .cashier-form .paypal-container .cashier-form-label-text {
    padding-top: 0
}

.main.betathome .cashier-form-wrapper .cashier-form .paypal-container .card_field {
    width: 100%;
    height: 42px
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label-amount div.cashier-form-item-value {
    font-weight: 600;
    color: var(--input-text-color);
    font-size: var(--input-font-size)
}

.main.betathome .cashier-form-wrapper .cashier-form form {
    display: flex;
    flex-direction: column;
    width: 100%
}

.main.betathome .cashier-form-wrapper .cashier-form form.hide-form,
.main.betathome .cashier-form-wrapper .cashier-form form .cashier-form-hide-field {
    display: none
}

.main.betathome .cashier-form-wrapper .cashier-form .alert {
    font-size: 1.2rem;
    margin-top: 5px;
    font-weight: 400;
    color: var(--input-error-color);
    display: block
}

.main.betathome .cashier-form-wrapper .cashier-form .alert.partial~span {
    display: none
}

.main.betathome .cashier-form-wrapper .cashier-form .alert.partial a {
    text-decoration: underline;
    cursor: pointer;
    color: var(--label-color)
}

.main.betathome .cashier-form-wrapper .cashier-form .alert span:not(:first-child) {
    display: none
}

.main.betathome .cashier-form-wrapper .cashier-form .logo-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem
}

.main.betathome .cashier-form-wrapper .cashier-form .logo-wrapper img {
    background-color: var(--payment-method-form-logo-background-color);
    border-radius: var(--payment-method-form-logo-border-radius)
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details {
    display: block
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-label-limits,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-label-limits {
    display: none
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-label-text,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-label-text {
    display: block;
    margin: 7px 0 0;
    color: var(--label-color);
    font-size: var(--label-font-size);
    font-weight: var(--label-font-weight);
    font-variant: all-small-caps;
    line-height: 27px
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-label-text.copy-button-label,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-label-text.copy-button-label {
    position: absolute;
    background-color: var(--payment-method-form-background-color);
    top: -11px;
    z-index: 1;
    padding: 0 5px
}

html[dir=ltr] .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-label-text.copy-button-label,
html[dir=ltr] .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-label-text.copy-button-label {
    left: 15px
}

html[dir=rtl] .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-label-text.copy-button-label,
html[dir=rtl] .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-label-text.copy-button-label {
    right: 15px
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .copy-button,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .copy-button {
    color: var(--payment-method-form-description-text-color)
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-label-description,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-details-description,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-label-description,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-details-description {
    display: block;
    width: 100%;
    color: var(--payment-method-form-description-text-color);
    font-size: var(--payment-method-form-description-font-size);
    line-height: calc(var(--payment-method-form-description-font-size) + 4px);
    position: relative;
    box-sizing: border-box;
    word-break: break-word
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-label-description.with-copy-btn,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-details-description.with-copy-btn,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-label-description.with-copy-btn,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-details-description.with-copy-btn {
    position: relative;
    margin-top: 15px
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-label-description.with-copy-btn .address-to-copy,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-details-description.with-copy-btn .address-to-copy,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-label-description.with-copy-btn .address-to-copy,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-details-description.with-copy-btn .address-to-copy {
    border: 1px solid var(--input-text-color);
    border-radius: var(--input-border-radius);
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 45px;
    line-height: 45px;
    font-size: var(--input-font-size);
    color: var(--input-text-color)
}

html[dir=ltr] .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-label-description.with-copy-btn .address-to-copy,
html[dir=ltr] .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-details-description.with-copy-btn .address-to-copy,
html[dir=ltr] .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-label-description.with-copy-btn .address-to-copy,
html[dir=ltr] .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-details-description.with-copy-btn .address-to-copy {
    padding: 0 38px 0 10px
}

html[dir=rtl] .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-label-description.with-copy-btn .address-to-copy,
html[dir=rtl] .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-details-description.with-copy-btn .address-to-copy,
html[dir=rtl] .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-label-description.with-copy-btn .address-to-copy,
html[dir=rtl] .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-details-description.with-copy-btn .address-to-copy {
    padding: 0 10px 0 38px
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-label-description.with-copy-btn .fa.fa-clone,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-details-description.with-copy-btn .fa.fa-clone,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-label-description.with-copy-btn .fa.fa-clone,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-details-description.with-copy-btn .fa.fa-clone {
    cursor: pointer;
    position: absolute;
    top: 11px;
    font-size: 21px;
    color: var(--input-text-color)
}

html[dir=ltr] .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-label-description.with-copy-btn .fa.fa-clone,
html[dir=ltr] .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-details-description.with-copy-btn .fa.fa-clone,
html[dir=ltr] .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-label-description.with-copy-btn .fa.fa-clone,
html[dir=ltr] .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-details-description.with-copy-btn .fa.fa-clone {
    right: 10px
}

html[dir=rtl] .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-label-description.with-copy-btn .fa.fa-clone,
html[dir=rtl] .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-details-description.with-copy-btn .fa.fa-clone,
html[dir=rtl] .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-label-description.with-copy-btn .fa.fa-clone,
html[dir=rtl] .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-details-description.with-copy-btn .fa.fa-clone {
    left: 10px
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-label-description.with-copy-btn .copy-tooltip,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-details-description.with-copy-btn .copy-tooltip,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-label-description.with-copy-btn .copy-tooltip,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-details-description.with-copy-btn .copy-tooltip {
    position: absolute;
    top: -11px;
    background-color: var(--payment-method-form-background-color);
    padding: 0 5px;
    color: var(--label-color);
    visibility: hidden;
    font-size: var(--label-font-size);
    opacity: 0;
    right: 4px;
    transition: all .5s ease
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-label-description.with-copy-btn .copy-tooltip.show,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-details-description.with-copy-btn .copy-tooltip.show,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-label-description.with-copy-btn .copy-tooltip.show,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-form-details-description.with-copy-btn .copy-tooltip.show {
    visibility: visible;
    opacity: 1
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label input,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details input {
    font-size: var(--input-font-size);
    color: var(--input-text-color);
    width: 100%
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label input:disabled,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details input:disabled {
    opacity: .5
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label input[type=checkbox],
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details input[type=checkbox] {
    width: auto;
    accent-color: var(--primary-button-background-color)
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-amount-input,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-amount-input,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-amount-selector,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-amount-selector {
    vertical-align: middle;
    padding-right: 44px
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-amount-currency,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details .cashier-amount-currency {
    color: #a0a9bc;
    display: none;
    margin-left: -46px;
    width: 36px;
    text-align: right;
    position: absolute;
    right: 8px;
    bottom: 9px
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label.cashier-form-content-hidden,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-details.cashier-form-content-hidden {
    display: none
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-cvv-info {
    color: var(--payment-method-form-description-text-color);
    font-size: var(--payment-method-form-description-font-size);
    line-height: calc(var(--payment-method-form-description-font-size) + 4px);
    margin-top: 6px
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-card-scanner,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-required-info {
    display: none
}

.main.betathome .cashier-form-wrapper .cashier-form .bonus-section .bonus-question {
    margin-bottom: 10px;
    cursor: pointer
}

.main.betathome .cashier-form-wrapper .cashier-form .bonus-section .bonus-selector {
    flex-basis: 100%
}

.main.betathome .cashier-form-wrapper .cashier-form .bonus-section .bonus-selector mm-selector {
    height: 42px;
    width: 100%;
    display: block
}

.main.betathome .cashier-form-wrapper .cashier-form .bonus-section .bonus-selector mm-selector.invalid {
    border-color: var(--input-error-color)
}

.main.betathome .cashier-form-wrapper .cashier-form .bonus-section .bonus-selector mm-selector .cashier-selector.element {
    width: inherit;
    height: 42px
}

.main.betathome .cashier-form-wrapper .cashier-form .bonus-section .bonus-selector mm-selector .cashier-selector.element .selector-closed-state .selector-selected-item {
    width: calc(100% - 35px)
}

.main.betathome .cashier-form-wrapper .cashier-form .bonus-section .bonus-selector mm-selector .cashier-selector.element .selector-opened-state .selector-selected-item {
    width: calc(100% - 20px)
}

.main.betathome .cashier-form-wrapper .cashier-form .bonus-section .bonus-selector mm-selector .cashier-selector.element .selector-closed-state,
.main.betathome .cashier-form-wrapper .cashier-form .bonus-section .bonus-selector mm-selector .cashier-selector.element .selector-opened-state {
    width: inherit;
    height: inherit
}

.main.betathome .cashier-form-wrapper .cashier-form .bonus-section .bonus-selector mm-selector .cashier-selector.element .selector-closed-state input.selector-selected-item,
.main.betathome .cashier-form-wrapper .cashier-form .bonus-section .bonus-selector mm-selector .cashier-selector.element .selector-opened-state input.selector-selected-item {
    color: transparent
}

.main.betathome .cashier-form-wrapper .cashier-form .bonus-section .bonus-selector mm-selector .cashier-selector.element .selector-closed-state .selector-selected-item,
.main.betathome .cashier-form-wrapper .cashier-form .bonus-section .bonus-selector mm-selector .cashier-selector.element .selector-opened-state .selector-selected-item {
    color: #000;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main.betathome .cashier-form-wrapper .cashier-form .bonus-section .bonus-selector mm-selector .cashier-selector.element .selector-closed-state .selector-new-item,
.main.betathome .cashier-form-wrapper .cashier-form .bonus-section .bonus-selector mm-selector .cashier-selector.element .selector-opened-state .selector-new-item {
    height: inherit
}

.main.betathome .cashier-form-wrapper .cashier-form .bonus-section .bonus-selector mm-selector .cashier-selector.element .selector-closed-state .selector-new-item input,
.main.betathome .cashier-form-wrapper .cashier-form .bonus-section .bonus-selector mm-selector .cashier-selector.element .selector-opened-state .selector-new-item input {
    width: 100%;
    height: 100%
}

.main.betathome .cashier-form-wrapper .cashier-form .dynamic-field {
    width: 100%
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label mm-selector.cashier-amount-selector {
    padding-right: 0
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector {
    width: 100%;
    height: 42px;
    display: block
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector {
    width: inherit;
    height: 42px
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector.card {
    width: 100%
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector.card .selector-opened-state {
    width: 100%
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-closed-state .selector-new-card .cashier-card-number-icon,
.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-opened-state .selector-new-card .cashier-card-number-icon {
    right: 9px;
    top: 11px
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-closed-state .selector-selected span.selector-selected-item.selector-selected-card-number,
.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-opened-state .selector-selected span.selector-selected-item.selector-selected-card-number {
    width: calc(100% - 60px)
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-opened-state {
    height: inherit;
    width: inherit
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-opened-state .selector-selected.first {
    border-radius: var(--input-border-radius) var(--input-border-radius) 0 0;
    line-height: 42px;
    height: 42px;
    border-bottom-color: var(--input-border-color);
    padding: 5px 12px
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-opened-state .selector-selected.first .selector-selected-item {
    line-height: 22px;
    width: calc(100% - 10px)
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-opened-state .selector-selected:not(.first) {
    padding: 0 12px
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-closed-state {
    height: inherit;
    width: inherit
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-closed-state .selector-selected {
    line-height: 42px;
    height: 42px;
    padding: 5px 12px
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-closed-state .selector-selected.first {
    border-radius: var(--input-border-radius)
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-closed-state .selector-selected input.selector-selected-item.selector-selected-card-number-input {
    width: 0
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-closed-state .selector-selected input:disabled.selector-selected-item,
.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-closed-state .selector-selected input.selector-selected-item {
    color: transparent;
    background-color: transparent;
    border: none;
    padding: 0
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-closed-state .selector-selected,
.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-opened-state .selector-selected {
    border-color: var(--input-border-color)
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-closed-state .selector-new-item,
.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-opened-state .selector-new-item {
    height: inherit;
    display: flex;
    align-items: center;
    background-color: var(--input-background-color);
    border-radius: var(--input-border-radius);
    padding: 5px 12px;
    border: 1px solid var(--input-border-color)
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-closed-state .selector-new-item input,
.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-opened-state .selector-new-item input {
    border: none;
    padding: unset
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-closed-state .selector-new-item .selector-selected-icon,
.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-opened-state .selector-new-item .selector-selected-icon {
    top: 0;
    right: 0;
    margin-left: auto
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-closed-state .selector-selected.first,
.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-opened-state .selector-selected.first {
    display: flex;
    align-items: center
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-closed-state .selector-selected.first .selector-selected-icon,
.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector .selector-opened-state .selector-selected.first .selector-selected-icon {
    top: 0;
    right: 0;
    margin-left: auto
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector.element .selector-closed-state .selector-selected.first {
    border: 1px solid var(--input-border-color);
    border-radius: var(--input-border-radius)
}

.main.betathome .cashier-form-wrapper .cashier-form mm-selector .cashier-selector.element .selector-closed-state .selector-selected .selector-selected-item-replacer {
    left: auto;
    line-height: 42px;
    height: 42px;
    width: calc(100% - 35px)
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-credit-card .cashier-form-label {
    float: left;
    clear: left;
    width: 100%
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-credit-card .cashier-form-label .date-expiration {
    display: flex
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-credit-card .cashier-form-label .date-expiration .month,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-credit-card .cashier-form-label .date-expiration .year {
    width: 90px
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-credit-card .cashier-form-label .date-expiration .month {
    margin-right: 10px
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-col.cashier-col-right .cashier-form-label {
    float: right;
    width: 45%;
    clear: none
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-col.cashier-col-right .cashier-form-label.cashier-expiration-date {
    width: calc(55% - 12px);
    clear: none;
    float: left;
    margin-right: 12px
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-form-item-value {
    display: block;
    margin-bottom: 1rem;
    color: #fff;
    font-size: var(--input-font-size);
    line-height: 2rem
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    gap: 12px
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 36px;
    font-size: var(--predefined-amounts-text-size);
    color: var(--predefined-amounts-text-color);
    background: var(--predefined-amounts-background-color);
    border: 1px solid var(--predefined-amounts-border-color);
    border-radius: var(--predefined-amounts-border-radius);
    width: 100%;
    font-weight: 500;
    cursor: pointer
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector:hover {
    color: var(--predefined-amounts-hover-text-color);
    background: var(--predefined-amounts-hover-background-color);
    border: 1px solid var(--predefined-amounts-hover-border-color)
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector:active,
.main.betathome .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector.selected {
    color: var(--predefined-amounts-active-text-color);
    background: var(--predefined-amounts-active-background-color);
    border: 1px solid var(--predefined-amounts-active-border-color)
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector div {
    font-family: var(--predefined-amounts-font-family)
}

.main.betathome .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector.disabled {
    cursor: auto;
    opacity: .6;
    pointer-events: none
}

.main.betathome .modal {
    margin: 60px auto 0
}

.main.betathome .modal.hide-padding {
    padding: 0;
    background: var(--general-receipt-background-color)
}

.main.betathome .modal.hide-padding .modal-header {
    width: 100%;
    height: 223px;
    border-bottom: 1px solid var(--payment-method-selector-background-shadow-color);
    background: var(--modal-background);
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    position: relative
}

.main.betathome .modal.hide-padding .modal-header .result-logo {
    display: flex;
    justify-content: flex-end
}

.main.betathome .modal.hide-padding .modal-header .title-wrapper {
    display: flex;
    position: absolute;
    left: 12px;
    bottom: 11px;
    flex-direction: column;
    justify-content: flex-end;
    flex-shrink: 0
}

.main.betathome .modal.hide-padding .modal-header .title-wrapper .modal-title {
    color: var(--header-text-color);
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 26px
}

.main.betathome .modal.hide-padding .modal-header .title-wrapper .modal-title:before {
    display: none
}

.main.betathome .modal.hide-padding .modal-header .title-wrapper .modal-sub-title {
    font-family: var(--header-font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--header-sub-text-color);
    margin-top: 12px
}

.main.betathome .modal.hide-padding .modal-text {
    padding: 12px;
    font-family: Roboto, sans-serif;
    font-size: var(--label-font-size);
    margin: 0;
    text-align: left
}

.main.betathome .modal.hide-padding .modal-text.has-reference {
    padding-bottom: 0
}

.main.betathome .modal.hide-padding .modal-text-upper {
    padding: 12px 12px 0;
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: var(--label-font-size);
    color: var(--general-main-text-color);
    white-space: pre-line;
    text-align: justify
}

.main.betathome .modal.hide-padding .reference-text {
    color: var(--header-sub-text-color);
    font-family: var(--header-font-family);
    font-size: 12px;
    font-weight: 400;
    margin: 12px 12px 0
}

.main.betathome .modal.hide-padding .reference-text span {
    font-family: var(--header-font-family)
}

.main.betathome .modal.hide-padding .modal-buttons {
    margin: 12px;
    display: flex
}

.main.betathome .modal.hide-padding .modal-buttons .modal-ok {
    margin-right: 12px
}

.main.betathome .modal.hide-padding .modal-buttons .modal-cancel span {
    font-family: var(--primary-button-font-family);
    font-weight: 500;
    text-transform: uppercase
}

.main.betathome .receipt-fields {
    margin: 12px
}

.main.betathome .receipt-fields p,
.main.betathome .receipt-fields b {
    font-family: var(--general-font-family-second);
    font-size: var(--modal-receipt-page-font-size);
    line-height: var(--modal-receipt-page-line-height);
    font-weight: var(--modal-receipt-page-font-weight);
    color: var(--modal-receipt-page-font-color)
}

.main.betathome .receipt-fields b {
    font-weight: 400
}

.main.betathome .receipt-fields img {
    margin-top: 5px
}

.main.betathome .modal .modal-buttons:not(.modal-cancel-x) .btn,
.main.betathome .receipt-fields .btn {
    border-radius: 5px;
    font-family: var(--primary-button-font-family);
    font-weight: 500;
    text-transform: uppercase;
    height: 36px;
    font-size: var(--primary-button-text-size)
}

.main.betathome .modal .modal-buttons:not(.modal-cancel-x) .btn.btn-secondary,
.main.betathome .receipt-fields .btn.btn-secondary {
    border: 1px solid var(--secondary-button-border-color)
}

.main.betathome .modal-with-overlay .modal {
    display: flex;
    font-size: 1.4rem;
    color: #828282;
    max-width: 50rem;
    text-align: center;
    box-shadow: 0 0 1.7rem -.3rem #000000bf;
    border-radius: .6rem;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 4rem 2rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 0
}

.main.betathome .modal-with-overlay .modal .modal-header {
    max-width: 100%
}

.main.betathome .modal-with-overlay .modal .modal-title {
    text-align: center
}

@media (max-width: 360px) {
    .main.betathome .modal-with-overlay .modal .modal-title {
        font-size: 1.4rem
    }
}

.main.betathome .modal-with-overlay .modal .btn.btn-secondary.modal-cancel {
    display: inline;
    position: absolute;
    top: -4px;
    right: -14px;
    background: transparent;
    border: none;
    width: 5.5rem;
    font-size: 18px;
    padding: 8px 20px 10px
}

.main.betathome .modal-with-overlay .modal .modal-buttons {
    margin-top: 0;
    width: 100%
}

.main.betathome .cashier-verification .cashier-verification-wrapper {
    background: var(--payment-method-selector-background-color);
    border-radius: var(--payment-method-selector-background-border-radius);
    font-size: var(--label-font-size);
    color: var(--payment-method-form-description-text-color);
    margin: 30px 0 0
}

.main.betathome .cashier-result .header-wrapper,
.main.betathome .cashier-redirect-page .header-wrapper {
    background: transparent;
    position: absolute;
    z-index: 2
}

.main.betathome .cashier-result .header-wrapper .title,
.main.betathome .cashier-redirect-page .header-wrapper .title {
    display: none
}

.main.betathome .cashier-result .set-deposit-limit,
.main.betathome .cashier-redirect-page .set-deposit-limit {
    background-color: var(--general-receipt-background-color);
    margin: 0 auto;
    padding: var(--spacing-l);
    width: 530px
}

.main.betathome .cashier-result.includesPrint .btn.btn-secondary.btn-print {
    width: 150px;
    color: var(--primary-button-background-color);
    background: transparent;
    border: 1px solid var(--primary-button-background-color);
    padding: 5px 20px;
    right: 20px;
    top: 3px
}

.main.betathome .transaction-history .transaction-history-header {
    font-size: 14px
}

.main.betathome .transaction-history .transaction-history-list-item .main-data-wrapper {
    font-size: 16px
}

.main.betathome .transaction-history .transaction-history-filtering .transaction-history-filter-title {
    font-size: 14px
}

.main.betathome .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-closed-state .selector-selected {
    height: 32px
}

.main.betathome .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected.first {
    margin-bottom: 0
}

.main.betathome .transaction-history .transaction-history-pagination .transaction-history-pagination-last span,
.main.betathome .transaction-history .transaction-history-pagination .transaction-history-pagination-first span {
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 0
}

.main.betathome .gaming-product-title {
    display: flex;
    gap: 10px;
    margin-bottom: 10px
}

.main.betathome .gaming-product-title svg {
    cursor: pointer
}

.main.betathome .gaming-product-title span {
    color: var(--gaming-products-title-color);
    font-size: var(--gaming-products-title-font-size);
    font-family: var(--gaming-products-title-font-family)
}

.main.betathome .gaming-products {
    position: relative;
    background: var(--gaming-products-background-color);
    border-radius: 20px;
    height: 32px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.main.betathome .gaming-products .product {
    background-color: transparent;
    color: var(--gaming-products-text-color);
    font-weight: var(--gaming-products-font-weight);
    flex: 1;
    line-height: 32px;
    text-align: center;
    cursor: pointer
}

.main.betathome .gaming-products .product span {
    font-family: var(--gaming-products-font-family);
    font-size: var(--gaming-products-text-size)
}

.main.betathome .gaming-products .selector {
    position: absolute;
    top: 0;
    color: var(--gaming-products-selected-text-color);
    background: var(--gaming-products-selected-background-color);
    font-family: var(--gaming-products-font-family);
    border-radius: 20px;
    height: 100%;
    line-height: 32px;
    text-align: center;
    transform: translate(0);
    transition: transform .5s
}

.main.betathome .gaming-products .selector span {
    font-family: var(--gaming-products-font-family);
    font-size: var(--gaming-products-selected-text-color)
}

.main.betathome .unavailable-product {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 90px
}

.main.betathome .unavailable-product .title {
    color: var(--modal-header-text-color);
    text-align: center;
    font-family: var(--modal-header-font-family);
    font-size: var(--modal-header-text-size);
    font-style: normal;
    font-weight: var(--modal-header-font-weight);
    line-height: normal;
    margin-bottom: 20px
}

.main.betathome .unavailable-product .message {
    color: var(--modal-content-text-color);
    font-family: var(--modal-content-font-family);
    font-size: var(--modal-content-text-size);
    font-style: normal;
    font-weight: var(--modal-content-font-weight);
    line-height: normal
}

.main.betathome .cashier-form .paypal-container #buttons-container {
    float: none;
    max-width: 750px;
    margin: auto
}

.main.betathome .tooltip {
    margin: 10px 12px 0
}

.main.betathome .tooltip .arrow-up {
    display: none
}

.main.betathome .notification-wrapper {
    z-index: 1
}

.main.betathome .notification-wrapper.general-error {
    top: 0;
    bottom: unset;
    transform: none;
    right: 0;
    left: unset;
    display: flex;
    background: linear-gradient(180deg, #e8e9eb, #fff);
    justify-content: space-between;
    margin: 0;
    border-top-right-radius: 0;
    min-height: 36px;
    padding: 10px 15px
}

.main.betathome .notification-wrapper.general-error .icon {
    display: none
}

.main.betathome .notification-wrapper.general-error .message {
    display: flex;
    align-items: center
}

.main.betathome .notification-wrapper.general-error .message span {
    color: #e10014;
    font-family: Roboto Condensed, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 5px
}

.main.betathome .notification-wrapper.general-error .action {
    display: none
}

.main.betathome .notification-wrapper.general-error .close {
    justify-content: right;
    display: flex;
    cursor: pointer
}

.main.betathome .cashier-form-bonus {
    margin: 15px 0 8px
}

.main.betathome .bonus-section {
    font-size: var(--label-font-size);
    font-weight: var(--label-font-weight);
    color: var(--label-color)
}

.main.betathome .bonus-section .bonus-container {
    margin-bottom: 1rem
}

.main.betathome .bonus-section .bonus-container .alert {
    display: none;
    color: var(--input-error-color);
    font-size: 8pt;
    text-align: center
}

.main.betathome .bonus-section .bonus-container .alert.show {
    display: block
}

.main.betathome .bonus-section .bonus-label-container {
    display: flex;
    justify-content: space-between
}

.main.betathome .bonus-section .bonus-button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.main.betathome .bonus-section .bonus-button-container .bonus-input {
    flex-basis: 45%
}

.main.betathome .bonus-section .bonus-button-container .bonus-input input {
    text-overflow: ellipsis;
    padding: 1rem;
    border: .2rem solid var(--input-border-color);
    background: var(--input-background-color);
    color: var(--input-text-color);
    border-radius: var(--input-border-radius);
    font-weight: 400;
    width: 100%;
    text-align: start;
    margin: 1rem 0;
    cursor: unset
}

.main.betathome .bonus-section .bonus-button-container .bonus-input input.invalid {
    border-color: var(--input-error-color)
}

.main.betathome .bonus-section .bonus-button-container .bonus-input input::placeholder {
    color: var(--input-placeholder-color)
}

.betathome-bonuses .notification-wrapper {
    min-height: 46px;
    background: var(--primary-button-background-color);
    opacity: 1
}

.betathome-bonuses .notification-wrapper>div {
    display: flex;
    gap: 10px
}

.betathome-bonuses .notification-wrapper .icon {
    display: block
}

.betathome-bonuses .notification-wrapper.hide {
    opacity: 0;
    transition: opacity 1s ease-in-out
}

.betathome.cdk-overlay-backdrop {
    background-color: var(--modal-overlay-background-color, rgba(0, 0, 0, .35))
}

.main.betathome .maintenance-message .short-info {
    padding: 0;
    height: calc(100svh - 85px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--general-background-gradient)
}

.main.betathome .maintenance-message .short-info .short-info-text {
    font-family: var(--modal-content-font-family);
    font-weight: var(--modal-content-font-weight);
    font-size: var(--modal-content-text-size);
    color: var(--modal-content-text-color);
    padding: 0 84px 54px
}

.main.betathome .maintenance-message .short-info .short-info-text:before {
    display: none
}

.main.betathome .maintenance-message .short-info .short-info-title {
    font-family: var(--modal-content-font-family);
    font-weight: var(--modal-header-font-weight);
    font-size: var(--modal-header-text-size);
    color: var(--modal-maintenance-header-color);
    padding: 0 84px 14px
}

@media screen and (min-width: 710px) {
    .main.betathome {
        margin: auto 0;
        align-items: center;
        width: 100%
    }

    .main.betathome mm-cashier {
        height: 100%
    }

    .main.betathome .tooltip {
        left: 50% !important;
        min-width: max-content
    }

    .main.betathome .notification-wrapper.general-error {
        width: 100%
    }

    .main.betathome mm-cashier {
        display: grid;
        grid-auto-rows: auto 1fr;
        grid-template-columns: repeat(12, 1fr)
    }

    .main.betathome .header {
        grid-column: 1/-1
    }

    .main.betathome .height-wrapper:not(.transaction-history) {
        grid-column: 1/-1;
        display: grid;
        overflow-y: auto
    }

    .main.betathome .height-wrapper:not(.transaction-history):not(.no-grid) {
        grid-template-columns: repeat(2, 1fr)
    }

    .main.betathome .betathome-selector-wrapper {
        grid-column: 1/2;
        overflow-y: auto;
        padding: 0 12px 12px;
        border-right: 1px solid var(--general-desktop-divider-color);
        height: calc(100vh - 40px)
    }

    .main.betathome .cashier-form-wrapper {
        width: 100%;
        overflow-y: auto;
        position: relative;
        height: calc(100vh - 40px)
    }

    .main.betathome .btn {
        font-size: var(--primary-button-text-size)
    }

    .main.betathome .btn.return-to-paylist {
        display: none
    }

    .main.betathome .btn.submit-btn.paypal-checkout {
        background-color: transparent !important;
        background-image: url(//static.everymatrix.com/mmstage/cashier/images/checkout-logo-large.png);
        border: none !important;
        border-radius: 0;
        width: 228px !important;
        height: 44px !important;
        color: transparent !important;
        margin: 0 auto;
        padding: 2.2rem 1.3rem
    }

    .main.betathome .btn.submit-btn.paypal-checkout svg {
        display: none
    }

    .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label .cashier-form-label-text {
        font-size: var(--label-font-size)
    }

    .main.betathome .cashier-form-wrapper .cashier-form .cashier-form-label input {
        font-size: var(--input-font-size)
    }

    .main.betathome .cashier-form-wrapper .cashier-form .logo-wrapper img {
        max-height: 64px
    }

    .main.betathome .modal-with-overlay .modal {
        max-width: 60rem
    }

    .main.betathome ::-webkit-scrollbar-track {
        margin-top: 6px;
        margin-bottom: 6px
    }

    .main.betathome .pending-withdrawals-list-item .main-data-wrapper {
        width: auto;
        color: var(--pendining-withdrawal-main-text-color)
    }

    .main.betathome .cashier-result .header-wrapper,
    .main.betathome .cashier-redirect-page .header-wrapper {
        top: 0
    }
}

@media screen and (max-width: 710px) {
    .main.betathome .cashier-form-wrapper {
        min-height: calc(100svh - 81px)
    }

    .main.betathome .betathome-selector-wrapper {
        width: 100%
    }

    .main.betathome .swiper {
        height: auto
    }

    .main.betathome .swiper .swiper-slide {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        column-gap: 10px
    }

    .main.betathome .swiper-zoom-container {
        display: initial;
        text-align: initial
    }

    .main.betathome .swiper-zoom-target {
        width: 100%;
        height: calc(100svh - 40px);
        overflow-y: auto
    }

    .main.betathome .swiper-zoom-target:has(.cashier-selector-component) {
        display: flex;
        flex-direction: column
    }

    .main.betathome mm-cashier {
        height: 100%
    }

    .main.betathome:has(mm-error-page-bah) .swiper {
        display: none
    }

    .main.betathome .content {
        overflow: hidden
    }
}

@media screen and (max-width: 710px) and (max-height: 625px) {
    .main.betathome .content:has(.transaction-history) {
        overflow-y: auto
    }
}

@media screen and (max-width: 710px) and (max-height: 625px) {
    .main.betathome .content:has(.pending-withdrawals) {
        overflow-y: auto
    }
}

@media screen and (max-width: 710px) {
    .main.betathome .pending-withdrawals {
        overflow-y: auto;
        height: 100svh
    }

    .main.betathome mm-cashier {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr auto;
        grid-template-areas: "header" "main"
    }

    .main.betathome mm-cashier cashier-header {
        grid-area: header
    }

    .main.betathome mm-cashier .set-deposit-limit {
        margin: auto auto 10px;
        padding-top: 15px
    }

    .main.betathome mm-cashier .height-wrapper {
        grid-area: main;
        overflow-y: auto;
        height: calc(100svh - 40px)
    }

    .main.betathome mm-cashier .height-wrapper:not(.transaction-history) {
        overflow-y: hidden
    }

    .main.betathome mm-cashier .height-wrapper:not(.transaction-history) invalid-method-component {
        order: 2
    }

    .main.betathome mm-cashier .height-wrapper:not(.transaction-history) .set-deposit-limit {
        order: 3
    }

    .main.betathome mm-cashier .notification-wrapper.general-error {
        position: fixed;
        z-index: 2;
        left: 50%;
        transform: translate(-50%);
        right: unset;
        top: 40px;
        width: 100%
    }

    .main.betathome mm-cashier mm-selector-logo.selected {
        padding: unset;
        margin: 0 12px;
        background-color: var(--payment-method-selector-background-color)
    }

    .main.betathome .cashier-selector .selector-opened-state .selector-selected-item {
        width: 100%
    }

    .main.betathome .cashier-selector .selector-opened-state .selector-selected-item:not(.selector-selected-card-number) {
        height: 21px;
        line-height: 20px
    }

    .main.betathome .cashier-selector .selector-opened-state .selector-selected-item.selector-selected-card-number {
        height: 34px;
        line-height: 34px
    }

    .main.betathome .btn.submit-btn.paypal-checkout {
        background-color: transparent !important;
        background-image: url(//static.everymatrix.com/mmstage/cashier/images/checkout-logo-large.png);
        border: none !important;
        border-radius: 0;
        width: 228px !important;
        height: 44px !important;
        color: transparent !important;
        margin: 0 auto;
        padding: 2.1rem 1.3rem
    }

    .main.betathome .btn.submit-btn.paypal-checkout svg {
        display: none
    }

    .main.betathome .form-logo .change-paymeth {
        display: block
    }

    .main.betathome .betathome-selector-wrapper {
        box-sizing: border-box;
        padding: 0 12px 16px
    }

    .main.betathome .tipico-wrapper {
        width: 100%;
        max-width: 62rem
    }

    .main.betathome .gaming-product-wrapper {
        padding: 0 1rem
    }

    .main.betathome .gaming-product-wrapper+.tipico-wrapper {
        padding-top: 50px
    }

    .main.betathome .transaction-history .cashier-selector.element {
        margin-bottom: 15px
    }

    .main.betathome .transaction-history .transaction-history-summary {
        padding-top: 20px
    }

    .main.betathome .transaction-history .transaction-history-filter-icon {
        position: absolute;
        top: -11px;
        right: 0
    }

    .main.betathome mm-modal-base {
        display: flex;
        justify-content: center
    }

    .main.betathome .includesPrint .modal {
        padding-top: 50px
    }

    .main.betathome .modal.hide-padding {
        margin: 0;
        width: 100%;
        height: calc(100svh - 45px)
    }

    .main.betathome .modal.hide-padding.is-withdraw {
        height: 100svh
    }

    .main.betathome .set-deposit-limit {
        width: 100% !important
    }

    .main.betathome .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper {
        display: flex
    }

    .main.betathome .cashier-form-wrapper .cashier-form .logo-wrapper img {
        max-height: 42px
    }

    .main.betathome .cashier-form-wrapper .cashier-form .cashier-credit-card .cashier-form-label mm-selector .selector-closed-state .selector-selected.first,
    .main.betathome .cashier-form-wrapper .cashier-form .cashier-credit-card .cashier-form-label mm-selector .selector-closed-state .selector-add-new-card,
    .main.betathome .cashier-form-wrapper .cashier-form .cashier-credit-card .cashier-form-label mm-selector .selector-opened-state .selector-selected.first,
    .main.betathome .cashier-form-wrapper .cashier-form .cashier-credit-card .cashier-form-label mm-selector .selector-opened-state .selector-add-new-card {
        font-size: 1.4rem
    }
}

.main.hausino {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background-color: var(--general-primary-background-color);
    scrollbar-gutter: stable both-edges
}

.main.hausino ::-webkit-scrollbar-track {
    margin-top: 3px;
    margin-bottom: 11px
}

.main.hausino .content-wrapper {
    background-color: var(--general-primary-background-color)
}

.main.hausino .content {
    border: none;
    padding: 0 16px 16px;
    transition: transform .5s ease-out;
    background: var(--general-secondary-background-color)
}

.main.hausino .content .cashier-bad-payment-method {
    font-size: var(--general-main-font-size)
}

.main.hausino .content .logo-wrapper {
    display: flex;
    justify-content: center
}

.main.hausino .content .cashier-back-to-merchant-header {
    right: 67px;
    top: 5px
}

.main.hausino .content .cashier-back-to-merchant-header.payment-list {
    right: 20px
}

.main.hausino .content .method-selector-logo {
    display: flex;
    align-items: center;
    background-color: var(--payment-method-selector-background-color);
    border-radius: var(--payment-method-selector-border-radius)
}

.main.hausino .content .method-selector-logo .method-selector-logo-image {
    display: flex;
    align-items: center
}

.main.hausino .content .method-selector-logo .method-selector-logo-image img {
    height: auto !important;
    max-height: 50px
}

.main.hausino .content .method-selector-logo .method-selector-logo-limits {
    align-self: center;
    margin-left: auto;
    font-size: var(--general-main-font-size);
    color: var(--general-main-text-color);
    width: unset
}

.main.hausino .content.mapContent {
    width: 100%;
    margin: 0;
    padding: 0
}

.main.hausino .content.mapContent .btn.btn-secondary.return-to-paylist {
    display: none
}

.main.hausino .content.mapContent .cashier-verification-wrapper {
    padding: 20px 10px;
    margin-bottom: 0
}

.main.hausino .content.mapContent .cashier-form {
    padding: 0
}

.main.hausino .content.mapContent .cashier-form .logo-wrapper {
    display: none
}

.main.hausino .content.mapContent .modal-overlay {
    z-index: 3
}

.main.hausino .receipt-fields {
    color: var(--label-color)
}

.main.hausino .content .cashier-form .btn {
    height: 48px;
    border-radius: var(--primary-button-border-radius);
    background-color: var(--primary-button-background-color);
    border-color: var(--primary-button-border-color);
    color: var(--primary-button-text-color);
    font-size: var(--primary-button-font-size);
    display: flex;
    align-items: center;
    justify-content: center
}

.main.hausino .content .cashier-form .btn.pending-withdrawal-cancel {
    min-width: 160px
}

.main.hausino .content .cashier-form .btn.btn-lg {
    font-size: var(--primary-button-font-size);
    padding-top: 12px;
    margin-top: 9px
}

.main.hausino .content .cashier-form .btn.btn-lg.paypal-checkout {
    margin: 9px auto 0 !important
}

.main.hausino .content .cashier-form .btn.btn-secondary {
    color: var(--secondary-button-text-color);
    border-color: var(--secondary-button-border-color);
    font-size: var(--secondary-button-font-size);
    border-radius: var(--secondary-button-border-radius);
    background: inherit
}

.main.hausino .content .cashier-form .btn.btn-secondary.paypal-checkout {
    width: 250px !important;
    height: 44px !important;
    margin: 9px auto 0;
    color: var(--primary-button-text-color) !important;
    border: thin solid var(--secondary-button-border-color) !important
}

.main.hausino .content .cashier-form .btn:hover:not(:disabled).btn-secondary {
    color: var(--secondary-button-text-color-hover);
    border-color: var(--secondary-button-border-color-hover)
}

.main.hausino .modal-with-overlay .modal {
    width: calc(100% - 30px)
}

.main.hausino .modal {
    width: 100%
}

.main.hausino .modal .modal-buttons.modal-cancel-x .btn.btn-secondary.modal-cancel {
    right: -10px;
    top: -2px
}

.main.hausino .content .page-title {
    height: 2.2rem;
    font-size: var(--general-page-title-size);
    font-weight: var(--general-page-title-font-weight);
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: var(--general-page-title-color);
    margin-bottom: 1.6rem
}

.main.hausino .cashier-required-info {
    display: none
}

.main.hausino .content input,
.main.hausino .content select,
.main.hausino .content .disabled-field {
    height: 40px;
    border-radius: var(--input-border-radius);
    width: 100%;
    line-height: 41px;
    padding: 0 16px
}

.main.hausino .content input:focus,
.main.hausino .content select:focus,
.main.hausino .content textarea:focus,
.main.hausino .content button:focus {
    outline: none
}

.main.hausino .pending-withdrawals-list-item .details-wrapper {
    display: flex;
    align-items: flex-start;
    max-width: calc(100% - 240px);
    flex-direction: column
}

.main.hausino .pending-withdrawals-list-item .details-wrapper .pending-withdrawal-txn-id .pending-withdrawal-value {
    display: flex;
    align-items: baseline
}

.main.hausino .pending-withdrawals-list-item .details-wrapper .pending-withdrawal-txn-id .pending-withdrawal-value span {
    overflow: hidden;
    text-overflow: ellipsis
}

.main.hausino .pending-withdrawals-list-item .details-wrapper .pending-withdrawal-txn-id .pending-withdrawal-value .copy-button {
    position: static;
    min-width: 35px;
    display: flex;
    align-items: center
}

.main.hausino .pending-withdrawals-list-item .details-wrapper .pending-withdrawal-txn-id .pending-withdrawal-value .copy-button:before {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f24d";
    font-size: 16px;
    color: var(--pending-withdrawal-copy-icon-color);
    margin-left: 15px;
    cursor: pointer
}

.main.hausino .pending-withdrawals-list-item .details-wrapper .pending-withdrawal-txn-id .pending-withdrawal-value .copy-button .custom-tooltip {
    z-index: 5;
    position: absolute;
    display: none;
    height: 27px;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 40px;
    color: var(--tooltip-label-color);
    background-color: var(--tooltip-background-color);
    box-shadow: 1px 2px 4px var(--tooltip-border-color)
}

.main.hausino .pending-withdrawals-list-item .details-wrapper .pending-withdrawal-txn-id .pending-withdrawal-value .copy-button:hover .custom-tooltip {
    display: block
}

.main.hausino .pending-withdrawals-list-item .details-wrapper>div {
    display: flex;
    align-items: baseline;
    flex-direction: row;
    width: 100%;
    margin-bottom: 0
}

.main.hausino .pending-withdrawals-list-item .details-wrapper>div .pending-withdrawal-value {
    margin-left: 5px;
    width: 100%;
    text-align: start;
    overflow: hidden;
    text-overflow: ellipsis
}

.main.hausino .pending-withdrawals-list-item .pending-withdrawal-title {
    height: 2.2rem;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal
}

.main.hausino .pending-withdrawals-list-item div:not(.pending-withdrawal-amount) .pending-withdrawal-value {
    font-size: 14px
}

.main.hausino .pending-withdrawals-list-item .pending-withdrawal-logo {
    margin: 9px 5px 0 0
}

.main.hausino .pending-withdrawals-list-item .pending-withdrawal-action .pending-withdrawal-cancel {
    margin-top: auto
}

.main.hausino .pending-withdrawals-list-item .pending-withdrawal-action span {
    font-size: 14px
}

.main.hausino .cashier-form .amount-container {
    height: 40px
}

.main.hausino .cashier-form .cashier-selector {
    float: unset
}

.main.hausino .cashier-form .date-expiration {
    display: flex
}

.main.hausino .cashier-form .date-expiration .month,
.main.hausino .cashier-form .date-expiration .year {
    width: 50%
}

.main.hausino .cashier-form .date-expiration .month {
    margin-right: 16px
}

.main.hausino .cashier-form .cashier-credit-card-component.cashier-form-label,
.main.hausino .cashier-form .cashier-form-label {
    margin-bottom: 24px
}

.main.hausino .cashier-form .cashier-credit-card-component.cashier-form-label.cashier-form-label-amount,
.main.hausino .cashier-form .cashier-form-label.cashier-form-label-amount {
    margin-bottom: 30px
}

.main.hausino .cashier-form .cashier-credit-card-component.cashier-form-label input,
.main.hausino .cashier-form .cashier-form-label input {
    float: unset
}

.main.hausino .cashier-form .cashier-credit-card-component.cashier-form-label.with-predefined-amounts,
.main.hausino .cashier-form .cashier-form-label.with-predefined-amounts {
    margin-bottom: 8px
}

.main.hausino .cashier-form .cashier-credit-card-component.cashier-form-label .alert,
.main.hausino .cashier-form .cashier-form-label .alert {
    position: relative;
    bottom: 0;
    margin-top: 4px
}

.main.hausino .cashier-form .cashier-credit-card-component.cashier-form-label .alert:nth-of-type(2),
.main.hausino .cashier-form .cashier-form-label .alert:nth-of-type(2) {
    top: unset
}

.main.hausino .cashier-form .cashier-credit-card-component.cashier-form-label .alert:nth-of-type(3),
.main.hausino .cashier-form .cashier-credit-card-component.cashier-form-label .alert:nth-of-type(4),
.main.hausino .cashier-form .cashier-form-label .alert:nth-of-type(3),
.main.hausino .cashier-form .cashier-form-label .alert:nth-of-type(4) {
    display: block
}

.main.hausino .cashier-form .cashier-form-details {
    font-size: 16px;
    margin-bottom: 20px
}

.main.hausino .cashier-form .cashier-form-label-text {
    text-transform: initial;
    font-size: var(--label-font-size);
    font-weight: var(--label-font-weight);
    line-height: 1.38;
    color: var(--label-color);
    margin-bottom: 8px
}

.main.hausino .cashier-form .cashier-form-label-text.cashier-form-label-text-error {
    color: var(--general-error-color)
}

.main.hausino .cashier-form .cashier-form-label-text:before {
    display: none
}

.main.hausino .cashier-form .cashier-form-label-description,
.main.hausino .cashier-form .cashier-form-details-description {
    font-size: 14px;
    padding-bottom: 8px;
    color: var(--general-main-text-color)
}

.main.hausino .cashier-form .cashier-amount-currency {
    bottom: 10px;
    right: 22px;
    position: absolute;
    margin-top: 0;
    z-index: 1
}

.main.hausino .cashier-form .cashier-amount-currency.crypto-currency {
    right: 25px
}

.main.hausino .cashier-form .cashier-cvv-info {
    height: 40px;
    font-size: var(--general-main-font-size);
    color: var(--general-main-text-color)
}

.main.hausino .cashier-form .cashier-cvv {
    width: 130px
}

.main.hausino .cashier-form .copy-button {
    color: var(--general-main-text-color)
}

.main.hausino .cashier-form .cashier-card-scanner {
    height: 18px;
    font-size: 14px;
    text-align: right;
    color: #9d9d9d
}

.main.hausino .cashier-form .cashier-form-label-limits {
    height: 20px;
    font-size: var(--general-main-font-size);
    line-height: 1.43;
    color: var(--general-main-text-color);
    display: block;
    position: absolute;
    right: 0;
    top: 0
}

.main.hausino .cashier-form .selector-wide.cashier-amount-selector {
    padding: 0
}

.main.hausino .cashier-form .cashier-amount-selector-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 25px
}

.main.hausino .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector {
    height: 40px;
    border-radius: var(--predefined-amount-border-radius);
    border: solid 1px var(--predefined-amount-border-color);
    background-color: var(--predefined-amount-background-color);
    color: var(--predefined-amount-text-color);
    justify-content: center;
    align-items: center;
    display: flex;
    flex-grow: 1;
    padding: 0;
    max-width: 13rem
}

.main.hausino .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector.selected {
    border: solid 1px var(--predefined-amount-selected-border-color);
    background-color: var(--predefined-amount-selected-background-color);
    color: var(--predefined-amount-selected-text-color);
    font-weight: 600
}

.main.hausino .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector:last-child {
    margin-right: 0
}

.main.hausino .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector div {
    font-size: var(--predefined-amount-font-size);
    line-height: 1.38;
    padding: .5rem 2rem;
    display: block
}

.main.hausino .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector+.cashier-amount-selector {
    margin-left: 2%
}

.main.hausino .cashier-form .cashier-credit-card-component .selector-opened-state .selector-selected span.selector-selected-item:not(.selector-selected-card-number) {
    width: 100%
}

.main.hausino .cashier-form .cashier-credit-card-component .selector-selected span.selector-selected-item.selector-selected-card-number {
    width: 180px
}

.main.hausino .cashier-form .cashier-credit-card-component.clearfix:after {
    content: none
}

.main.hausino .cashier-selector {
    height: 40px
}

.main.hausino .cashier-selector .selector-opened-state .selector-selected {
    padding-left: 16px
}

.main.hausino .cashier-selector .selector-closed-state .selector-selected.first span.selector-selected-item {
    padding-left: 10px;
    width: 190px
}

.main.hausino .cashier-selector .selector-closed-state .selector-selected,
.main.hausino .cashier-selector .selector-opened-state .selector-selected {
    height: 40px;
    line-height: 40px;
    border-color: var(--input-border-color);
    display: flex;
    justify-content: flex-start
}

.main.hausino .cashier-selector .selector-closed-state .selector-selected .selector-selected-item-replacer,
.main.hausino .cashier-selector .selector-opened-state .selector-selected .selector-selected-item-replacer {
    height: 40px;
    line-height: 41px;
    padding-left: 10px
}

.main.hausino .cashier-selector .selector-closed-state .selector-selected .cashier-card-number-icon,
.main.hausino .cashier-selector .selector-opened-state .selector-selected .cashier-card-number-icon {
    margin: 9px 21px 9px auto
}

.main.hausino .cashier-selector .selector-closed-state .selector-selected.first span.selector-selected-item,
.main.hausino .cashier-selector .selector-opened-state .selector-selected.first span.selector-selected-item {
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.main.hausino .cashier-selector .selector-closed-state .selector-add-new-card,
.main.hausino .cashier-selector .selector-opened-state .selector-add-new-card {
    border-color: var(--input-border-color)
}

.main.hausino .cashier-selector .selector-closed-state .selector-add-new-card span,
.main.hausino .cashier-selector .selector-opened-state .selector-add-new-card span {
    background-color: var(--primary-button-background-color);
    color: var(--primary-button-text-color);
    font-weight: var(--primary-button-font-weight);
    font-size: var(--primary-button-font-size);
    border-radius: var(--primary-button-border-radius)
}

.main.hausino .cashier-selector .selector-closed-state .selector-add-new-card span .fa-plus:before,
.main.hausino .cashier-selector .selector-opened-state .selector-add-new-card span .fa-plus:before {
    content: "+";
    font-weight: var(--primary-button-font-weight);
    font-size: 19px;
    position: relative;
    top: 1px
}

.main.hausino .cashier-selector .selector-closed-state .selector-selected-icon,
.main.hausino .cashier-selector .selector-opened-state .selector-selected-icon {
    top: 19px;
    position: absolute;
    right: 8px
}

.main.hausino .cashier-selector .selector-closed-state .selector-new-item .selector-selected-icon,
.main.hausino .cashier-selector .selector-opened-state .selector-new-item .selector-selected-icon {
    top: -21px;
    color: var(--general-error-color)
}

.main.hausino .cashier-selector .selector-closed-state .selector-new-card .cashier-card-number-icon,
.main.hausino .cashier-selector .selector-opened-state .selector-new-card .cashier-card-number-icon {
    top: 10px
}

.main.hausino .cashier-selector.element .selector-opened-state .selector-selected:not(.first) {
    height: 100%;
    line-height: 20px;
    padding: 3px 6px 3px 16px
}

.main.hausino .cashier-selector.element .selector-opened-state .selector-selected:not(.first) .selector-selected-item {
    overflow: visible;
    white-space: normal
}

.main.hausino .cashier-selector.element {
    width: 100%
}

.main.hausino .cashier-selector.element .selector-opened-state {
    z-index: 2
}

.main.hausino .cashier-selector.element .selector-opened-state,
.main.hausino .cashier-selector.element .selector-closed-state,
.main.hausino .cashier-selector.element .selector-opened-state .selector-selected .selector-selected-item,
.main.hausino .cashier-selector.element .selector-opened-state .selector-new-item .selector-new-item-placeholder,
.main.hausino .cashier-selector.element .selector-closed-state .selector-selected .selector-selected-item,
.main.hausino .cashier-selector.element .selector-closed-state .selector-new-item .selector-new-item-placeholder {
    width: 100%
}

.main.hausino .cashier-selector.element .selector-closed-state .selector-selected-icon {
    top: 19px;
    position: absolute
}

.main.hausino .show-errors .ng-invalid {
    border-color: var(--general-error-color)
}

.main.hausino .show-errors .ng-invalid::-webkit-input-placeholder {
    color: var(--general-error-color)
}

.main.hausino .show-errors .ng-invalid:-moz-placeholder {
    color: var(--general-error-color)
}

.main.hausino .show-errors .ng-invalid::-moz-placeholder {
    color: var(--general-error-color)
}

.main.hausino .show-errors .ng-invalid:-ms-input-placeholder {
    color: var(--general-error-color)
}

.main.hausino .show-errors mm-selector.ng-invalid input,
.main.hausino .show-errors mm-selector.ng-invalid .selector-opened-state .selector-selected,
.main.hausino .show-errors mm-selector.ng-invalid .selector-closed-state .selector-selected {
    border-color: var(--general-error-color)
}

.main.hausino .show-errors mm-selector.ng-invalid input.first .selector-selected-item,
.main.hausino .show-errors mm-selector.ng-invalid input.first .selector-selected-item-replacer,
.main.hausino .show-errors mm-selector.ng-invalid .selector-opened-state .selector-selected.first .selector-selected-item,
.main.hausino .show-errors mm-selector.ng-invalid .selector-opened-state .selector-selected.first .selector-selected-item-replacer,
.main.hausino .show-errors mm-selector.ng-invalid .selector-closed-state .selector-selected.first .selector-selected-item,
.main.hausino .show-errors mm-selector.ng-invalid .selector-closed-state .selector-selected.first .selector-selected-item-replacer {
    color: var(--general-error-color)
}

.main.hausino .show-errors mm-selector.ng-invalid input.first .selector-selected-icon,
.main.hausino .show-errors mm-selector.ng-invalid .selector-opened-state .selector-selected.first .selector-selected-icon,
.main.hausino .show-errors mm-selector.ng-invalid .selector-closed-state .selector-selected.first .selector-selected-icon {
    border-top-color: var(--general-error-color)
}

.main.hausino .show-errors mm-selector.ng-invalid input.selected,
.main.hausino .show-errors mm-selector.ng-invalid .selector-opened-state .selector-selected.selected,
.main.hausino .show-errors mm-selector.ng-invalid .selector-closed-state .selector-selected.selected {
    font-weight: 400;
    color: var(--general-error-color)
}

.main.hausino .show-errors mm-selector.ng-invalid .selector-closed-state .selector-new-item .selector-selected-icon {
    border-top-color: var(--general-error-color)
}

.main.hausino .show-errors mm-selector.ng-invalid .selector-closed-state .selector-new-item .selector-new-item-placeholder[disabled] {
    border-color: var(--general-error-color);
    -webkit-text-fill-color: var(--general-error-color)
}

.main.hausino .alert {
    color: var(--general-error-color)
}

.main.hausino .cashier-form-bonus {
    float: left;
    width: 100%;
    margin: 6px 0 0
}

.main.hausino .bonus-section {
    color: var(--label-color);
    margin-bottom: 24px
}

.main.hausino .bonus-section .bonus-question {
    cursor: pointer;
    text-decoration: underline;
    font-size: var(--label-font-size)
}

.main.hausino .bonus-section .bonus-button-container {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.main.hausino .bonus-section .bonus-button-container input,
.main.hausino .bonus-section .bonus-button-container select,
.main.hausino .bonus-section .bonus-button-container .disabled-field {
    text-overflow: ellipsis;
    overflow: hidden
}

.main.hausino .bonus-section .bonus-button-container .bonus-input {
    color: var(--label-color);
    float: left;
    flex-basis: 370px;
    margin-right: 10px
}

.main.hausino .bonus-section .bonus-button-container .bonus-input input.invalid {
    color: var(--general-error-color);
    border-color: var(--general-error-color)
}

.main.hausino .bonus-section .bonus-button-container .bonus-selector {
    flex-basis: 100%
}

.main.hausino .bonus-section .bonus-button-container .bonus-selector .cashier-selector.element,
.main.hausino .bonus-section .bonus-button-container .bonus-selector .cashier-selector.element .selector-opened-state,
.main.hausino .bonus-section .bonus-button-container .bonus-selector .cashier-selector.element .selector-closed-state,
.main.hausino .bonus-section .bonus-button-container .bonus-selector .cashier-selector.element .selector-selected-item,
.main.hausino .bonus-section .bonus-button-container .bonus-selector .cashier-selector.element .selector-opened-state input.selector-selected-item.selector-selected-item-white,
.main.hausino .bonus-section .bonus-button-container .bonus-selector .cashier-selector.element .selector-opened-state .selector-new-item-placeholder,
.main.hausino .bonus-section .bonus-button-container .bonus-selector .cashier-selector.element .selector-closed-state input.selector-selected-item.selector-selected-item-white,
.main.hausino .bonus-section .bonus-button-container .bonus-selector .cashier-selector.element .selector-closed-state .selector-new-item-placeholder,
.main.hausino .bonus-section .bonus-button-container .bonus-selector .cashier-selector.element .selector-selected-item input.selector-selected-item.selector-selected-item-white,
.main.hausino .bonus-section .bonus-button-container .bonus-selector .cashier-selector.element .selector-selected-item .selector-new-item-placeholder {
    width: 100%
}

.main.hausino .bonus-section .bonus-button-container .bonus-selector.invalid .cashier-selector .selector-closed-state .selector-selected.first input {
    border-color: var(--general-error-color)
}

.main.hausino .bonus-section .bonus-button-container .bonus-selector.invalid .cashier-selector .selector-closed-state .selector-selected.first span {
    color: var(--general-error-color)
}

.main.hausino .bonus-section .bonus-button-container .bonus-selector.invalid .cashier-selector .selector-closed-state .selector-selected.first .selector-selected-icon {
    border-top-color: var(--general-error-color)
}

.main.hausino .bonus-section .bonus-button-container .bonus-selector.invalid .cashier-selector .selector-opened-state .selector-selected {
    border-color: var(--general-error-color)
}

.main.hausino .bonus-section .bonus-button-container .bonus-selector.invalid .cashier-selector .selector-opened-state .selector-selected.first {
    color: var(--general-error-color);
    border-bottom-color: var(--input-border-color)
}

.main.hausino .bonus-section .bonus-button-container .bonus-selector.invalid .cashier-selector .selector-opened-state .selector-selected.first .selector-selected-icon {
    border-top-color: var(--general-error-color)
}

.main.hausino .bonus-section .bonus-button-container .bonus-selector.invalid .cashier-selector .selector-opened-state .selector-selected.selected {
    font-weight: 400;
    color: var(--general-error-color) r
}

.main.hausino .bonus-section .bonus-container .alert {
    display: block;
    font-size: 14px;
    margin-top: 4px;
    line-height: 20px
}

.main.hausino .cashier-verification .cashier-verification-wrapper {
    color: var(--label-color);
    font-size: var(--label-font-size);
    background: inherit;
    padding: 20px 0
}

.main.hausino .transaction-history .transaction-history-filtering {
    width: 250px
}

.main.hausino .transaction-history .transaction-history-filtering .transaction-history-filter-title {
    font-size: 16px
}

.main.hausino .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected.first {
    margin-bottom: 0;
    padding: 0 17px;
    height: 40px
}

.main.hausino .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected.first .selector-selected-item {
    height: 40px;
    line-height: 40px
}

.main.hausino .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected.first .selector-selected-icon {
    top: 20px
}

html[dir=ltr] .main.hausino .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected.first .selector-selected-icon {
    right: 16px
}

html[dir=rtl] .main.hausino .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected.first .selector-selected-icon {
    left: 16px
}

.main.hausino .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-closed-state {
    height: 40px
}

.main.hausino .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-closed-state .selector-selected-icon {
    top: 19px
}

html[dir=ltr] .main.hausino .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-closed-state .selector-selected-icon {
    right: 15px
}

html[dir=rtl] .main.hausino .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-closed-state .selector-selected-icon {
    left: 15px
}

.main.hausino .transaction-history .transaction-history-header {
    text-transform: unset;
    font-size: 14px
}

.main.hausino .transaction-history .transaction-history-list-item .main-data-wrapper {
    font-size: 14px
}

.main.hausino .transaction-history .transaction-history-pagination .transaction-history-pagination-last span,
.main.hausino .transaction-history .transaction-history-pagination .transaction-history-pagination-first span {
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 0
}

.main.default.hausino .cashier-form .paypal-container .card_container {
    margin-top: 10px
}

.main.default.hausino .cashier-form .paypal-container .card_container .cashier-form-label {
    margin-bottom: 9px
}

.main.default.hausino .cashier-form .paypal-container .hosted-fields-form-wrapper {
    padding: 0
}

.main.default.hausino .cashier-form .paypal-container .hosted-fields-form-wrapper>input {
    width: 100%;
    margin-bottom: 24px
}

.main.default.hausino .cashier-form .paypal-container .cashier-form-label .hosted-fields-form-wrapper .alert {
    display: block;
    position: static;
    margin-bottom: 20px;
    margin-top: -20px
}

.main.default.hausino .cashier-form .paypal-container .cashier-form-label-text {
    padding-top: 0
}

.main.default.hausino .cashier-form .paypal-container .card_field {
    width: 100%;
    height: 42px;
    margin-bottom: 24px
}

.main.default.hausino .cashier-form .paypal-container .card_field.card_field_error {
    border-color: var(--general-error-color)
}

@media screen and (max-width: 710px) {
    .main.hausino {
        overflow: auto;
        max-height: 100%;
        margin: auto
    }

    .main.hausino.pendingWithdrawal {
        overflow: visible
    }

    .main.hausino.pendingWithdrawal .content {
        padding: 4px 8px 16px
    }

    .main.hausino.pendingWithdrawal .content .page-title {
        padding: 0 16px
    }

    .main.hausino .content {
        margin-top: 20px
    }

    .main.hausino .content .cashier-back-to-merchant-header {
        right: 20px;
        top: -15px
    }

    .main.hausino .content .cashier-back-to-merchant-header.payment-list {
        right: 20px
    }

    .main.hausino .content .logo-wrapper img {
        max-height: 42px
    }

    .main.hausino .content .cashier-method-selector .cashier-method-selector-dynamic {
        max-height: unset
    }

    .main.hausino .transaction-history .transaction-history-filtering {
        width: 100%
    }

    .main.hausino .cashier-form-label.cashier-form-content-amount .alert-container span:not(:first-child).alert {
        display: block
    }

    .main.hausino .bonus-section .bonus-button-container .bonus-selector .selector-opened-state .selector-selected span.selector-selected-item {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .main.hausino .bonus-section .bonus-button-container .bonus-selector .selector-opened-state .selector-selected.first span.selector-selected-item {
        width: calc(100% - 15px)
    }

    .main.hausino .bonus-section .bonus-button-container .bonus-selector .selector-closed-state .selector-selected span.selector-selected-item-replacer {
        width: calc(100% - 25px)
    }

    .main.hausino .cashier-cvv-wrapper {
        display: flex
    }

    .main.hausino .cashier-cvv-wrapper .cashier-cvv,
    .main.hausino .cashier-cvv-wrapper .cashier-cvv-info {
        width: 50%
    }

    .main.hausino .cashier-cvv-wrapper .cashier-cvv {
        margin-right: 16px
    }

    .main.hausino .pending-withdrawals-list-item {
        display: flex;
        flex-direction: column;
        padding: 8px 8px 24px;
        border-radius: 4px;
        box-shadow: 0 1px 4px #1515154d
    }

    .main.hausino .pending-withdrawals-list-item .main-data-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%
    }

    .main.hausino .pending-withdrawals-list-item .pending-withdrawal-title {
        color: var(--pending-withdrawal-label-color);
        font-weight: 600;
        margin-bottom: 4px
    }

    .main.hausino .pending-withdrawals-list-item .pending-withdrawal-action {
        margin-top: 0;
        padding: 0 8px
    }

    .main.hausino .pending-withdrawals-list-item .pending-withdrawal-action span {
        font-size: 18px
    }

    .main.hausino .pending-withdrawals-list-item .details-wrapper {
        padding: 16px 8px;
        max-width: unset
    }

    .main.hausino .pending-withdrawals-list-item .details-wrapper>div {
        flex-direction: column;
        margin-bottom: 16px
    }

    .main.hausino .pending-withdrawals-list-item .details-wrapper>div.pending-withdrawal-txn-id .pending-withdrawal-value .copy-button {
        min-width: 25px
    }

    .main.hausino .pending-withdrawals-list-item .details-wrapper>div.pending-withdrawal-txn-id .pending-withdrawal-value .copy-button .custom-tooltip {
        right: 51px
    }

    .main.hausino .pending-withdrawals-list-item .details-wrapper>div.pending-withdrawal-txn-id .pending-withdrawal-value .copy-button:before {
        margin-left: 7px
    }

    .main.hausino .pending-withdrawals-list-item .details-wrapper>div .pending-withdrawal-value {
        justify-content: space-between;
        margin-left: 0;
        color: var(--pending-withdrawal-value-color);
        height: 2.2rem;
        line-height: 1.38
    }

    .main.hausino .pending-withdrawals-list-item .pending-withdrawal-logo-image.paymeth-logo {
        border: none
    }

    .main.hausino .pending-withdrawals-list-item .pending-withdrawal-logo {
        height: 67px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: var(--pending-withdrawal-logo-border-radius);
        border: solid 1px var(--pending-withdrawal-logo-border-color);
        background-color: var(--pending-withdrawal-logo-background-color);
        margin: 0
    }
}

@media screen and (min-width: 710px) {
    .main.hausino .cashier-form-bonus {
        margin-top: -4px
    }

    .main.hausino .content {
        width: 720px;
        margin: 20px auto;
        min-height: inherit
    }

    .main.hausino .content .logo-wrapper img {
        max-height: 64px
    }

    .main.hausino .content.mapContent .modal-with-overlay .modal {
        max-width: 450px;
        left: calc(50% - 225px)
    }

    .main.hausino.pendingWithdrawal {
        width: 100%;
        height: max-content
    }

    .main.hausino.pendingWithdrawal .modal-with-overlay .modal {
        width: calc(100% - 400px)
    }

    .main.hausino.pendingWithdrawal .page-title {
        padding: 0 32px
    }

    .main.hausino.pendingWithdrawal mm-modal-base {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .main.hausino.pendingWithdrawal .pending-withdrawals-list-item .main-data-wrapper {
        width: 100%;
        height: 100%;
        justify-content: flex-start;
        align-items: center;
        display: flex;
        position: relative
    }

    .main.hausino .return-to-paylist {
        display: none
    }

    .main.hausino .cashier-method-selector .cashier-method-selector-dynamic {
        max-height: unset
    }

    .main.hausino .cashier-col.cashier-col-left {
        max-width: 250px
    }

    .main.hausino .method-selector-logo {
        height: 73px
    }

    .main.hausino .cashier-form-input,
    .main.hausino .cashier-form .cashier-form-label .selector-wide .cashier-selector,
    .main.hausino .cashier-form-input .selector-closed-state .selector-new-item .selector-new-item-placeholder,
    .main.hausino .cashier-form-input .selector-closed-state .selector-selected .selector-selected-item,
    .main.hausino .cashier-form .cashier-form-label .selector-wide .cashier-selector .selector-closed-state .selector-new-item .selector-new-item-placeholder,
    .main.hausino .cashier-form .cashier-form-label .selector-wide .cashier-selector .selector-closed-state .selector-selected .selector-selected-item,
    .main.hausino .cashier-form-input .selector-opened-state,
    .main.hausino .cashier-form-input .selector-closed-state,
    .main.hausino .cashier-form .cashier-form-label .selector-wide .cashier-selector .selector-opened-state,
    .main.hausino .cashier-form .cashier-form-label .selector-wide .cashier-selector .selector-closed-state,
    .main.hausino .cashier-form-input .selector-opened-state .selector-selected .selector-selected-item,
    .main.hausino .cashier-form .cashier-form-label .selector-wide .cashier-selector .selector-opened-state .selector-selected .selector-selected-item {
        width: 100%
    }

    .main.hausino .pending-withdrawals-list-item {
        justify-content: flex-start;
        align-items: center;
        height: 174px;
        border-radius: 2px;
        box-shadow: 0 2.5px 3px 0 var(--pending-withdrawal-shadow-color), 0 1px 1.5px #0000001f
    }

    .main.hausino .pending-withdrawals-list-item .pending-withdrawal-amount .pending-withdrawal-title {
        text-transform: capitalize
    }

    .main.hausino .pending-withdrawals-list-item .details-wrapper {
        justify-content: center;
        flex-direction: column
    }

    .main.hausino .pending-withdrawals-list-item .details-wrapper .pending-withdrawal-txn-id {
        align-items: center;
        flex-direction: row;
        padding: 0;
        height: 35px;
        position: static
    }

    .main.hausino .pending-withdrawals-list-item .details-wrapper .pending-withdrawal-txn-id .pending-withdrawal-value {
        display: flex;
        height: 100%;
        align-items: center
    }

    .main.hausino .pending-withdrawals-list-item .details-wrapper>div {
        align-items: center;
        flex-direction: row;
        padding: 8px 0
    }

    .main.hausino .pending-withdrawals-list-item .details-wrapper>div .pending-withdrawal-title {
        white-space: nowrap;
        color: var(--pending-withdrawal-label-color);
        font-weight: 600;
        height: max-content
    }

    .main.hausino .pending-withdrawals-list-item .details-wrapper>div .pending-withdrawal-value {
        margin-left: 16px;
        color: var(--pending-withdrawal-value-color);
        font-weight: 400
    }

    .main.hausino .pending-withdrawals-list-item .pending-withdrawal-action {
        position: absolute;
        width: max-content;
        float: none;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .main.hausino .pending-withdrawals-list-item .pending-withdrawal-logo {
        margin: 4px 22px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 122px;
        height: 142px;
        border-radius: var(--pending-withdrawal-logo-border-radius);
        border: solid 1px var(--pending-withdrawal-logo-border-color)
    }

    .main.hausino .pending-withdrawals-list-item .pending-withdrawal-logo .pending-withdrawal-logo-image {
        margin: 0;
        border: none;
        height: 66px;
        width: auto;
        max-width: 100px
    }

    .main.hausino .cashier-form {
        padding: 0 50px
    }

    .main.hausino .cashier-form .cashier-form-label.cashier-form-label-amount {
        margin-bottom: 16px
    }

    .main.hausino .cashier-form .cashier-form-content,
    .main.hausino .cashier-form .cashier-form-content.cashier-form-content-high {
        padding: 0
    }

    .main.hausino .cashier-form .cashier-form-content.cashier-form-content-high:last-of-type {
        margin-bottom: 24px
    }

    .main.hausino .cashier-form .cashier-form-content.cashier-form-content-high.cashier-form-hide-field {
        margin: 0
    }

    .main.hausino .cashier-form .cashier-form-content.cashier-form-content-amount {
        padding: 0
    }

    .main.hausino .cashier-form .cashier-col {
        margin-top: 0
    }

    .main.hausino .cashier-form .paypal-container .card_container .cashier-form-label {
        margin-bottom: 0 !important
    }

    .main.hausino .cashier-form .cashier-credit-card-component {
        padding: 0;
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 20px
    }

    .main.hausino .cashier-form .cashier-credit-card-component .cashier-form-label.cashier-form-label-first {
        margin-bottom: 30px
    }

    .main.hausino .modal-with-overlay .modal {
        left: 15px
    }

    .main.hausino.pendingWithdrawal .modal-with-overlay .modal {
        left: 200px
    }

    .main.hausino .cashier-verification.edit-method-page .cashier-verification-wrapper {
        padding: 20px 50px
    }

    .main.hausino .cashier-result .cashier-verification {
        width: 100%
    }

    .main.hausino .cashier-result.includesPrint .btn.btn-secondary.btn-print {
        top: -3px
    }
}

@media screen and (max-width: 330px) {
    .main.hausino .content .method-selector-logo .method-selector-logo-limits {
        font-size: 12px
    }

    .main.hausino .cashier-form-wrapper .cashier-form .cashier-form-label-limits {
        font-size: 10px;
        top: 5px
    }
}

.main.jojobet.default {
    margin: 0 auto;
    display: flex;
    overflow-x: hidden
}

.main.jojobet {
    width: 100%;
    height: 100vh;
    color: var(--general-main-text-color);
    background-color: var(--general-background-color)
}

.main.jojobet .cashier-back-to-merchant-header {
    right: 0
}

.main.jojobet .content-wrapper {
    display: flex;
    flex-direction: column;
    scrollbar-gutter: stable both-edges;
    background-color: var(--general-background-color);
    align-items: center;
    width: 100%;
    vertical-align: top;
    margin: 0 auto
}

.main.jojobet .content,
.main.jojobet .footer {
    max-width: 1110px
}

.main.jojobet .selector-wrapper {
    overflow: auto;
    border: 2px solid transparent
}

.main.jojobet .copy-button {
    color: var(--payment-method-description-text-color)
}

.main.jojobet .content {
    margin: 0;
    width: 100%;
    background-color: transparent;
    padding: 0
}

.main.jojobet .content.mapContent .cashier-form-wrapper .turkish-form-wrapper {
    padding-top: 0
}

.main.jojobet .content.mapContent .cashier-form-wrapper .cashier-form mm-paymeth-selector,
.main.jojobet .content.mapContent .cashier-form-wrapper .inner-content {
    max-width: 100%
}

.main.jojobet .content.mapContent .cashier-form-wrapper .turkish-form-wrapper .cashier-form-details,
.main.jojobet .content .cashier-form .cashier-form-label-limits {
    display: none
}

.main.jojobet .content .cashier-form input[type=text] {
    width: 100%;
    margin-bottom: 0
}

.main.jojobet .content input,
.main.jojobet .content .disabled-field {
    height: var(--input-height);
    line-height: var(--input-height);
    width: 100%
}

.main.jojobet .content input,
.main.jojobet .content select,
.main.jojobet .content .disabled-field {
    padding: 0 9px
}

.main.jojobet .content.spinner {
    height: 100%;
    min-height: 200px;
    background-color: transparent
}

.main.jojobet .content .gaming-products .page-title {
    padding-bottom: 5px
}

.main.jojobet .content .page-title {
    padding: 20px 0 52px;
    margin: 0
}

.main.jojobet .content .page-title.back-button {
    cursor: pointer
}

.main.jojobet .content .page-title.back-button:before {
    font-family: FontAwesome;
    content: "\f053";
    font-size: 16px
}

.main.jojobet .content .page-title .back-arrow-mobile {
    display: none
}

.main.jojobet .content h3 {
    color: var(--general-secondary-page-title-color);
    font-weight: var(--general-secondary-page-title-font-weight);
    font-size: var(--general-secondary-page-title-font-size);
    margin: 0 auto 10px
}

.main.jojobet .content .btn.btn-secondary,
.main.jojobet .content .btn.btn-secondary.btn-lg {
    text-transform: uppercase;
    font-size: var(--secondary-button-font-size);
    border-radius: var(--secondary-button-border-radius);
    border-color: var(--secondary-button-border-color);
    color: var(--secondary-button-text-color);
    background-color: var(--secondary-button-background-color);
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center
}

.main.jojobet .content .btn.btn-lg,
.main.jojobet .content .btn.pending-withdrawal-cancel,
.main.jojobet .content .btn.modal-ok,
.main.jojobet .content .receipt-fields .btn:not(.btn-secondary) {
    margin-top: 0;
    border-radius: var(--primary-button-border-radius);
    height: 62px;
    width: 100%;
    background-color: var(--primary-button-background-color);
    color: var(--primary-button-text-color);
    font-size: var(--primary-button-font-size);
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center
}

.main.jojobet .content .btn.btn-lg.submit-btn,
.main.jojobet .content .btn.pending-withdrawal-cancel.submit-btn,
.main.jojobet .content .btn.modal-ok.submit-btn,
.main.jojobet .content .receipt-fields .btn:not(.btn-secondary).submit-btn {
    display: inline-block;
    margin-top: 16px
}

.main.jojobet .content .btn.btn-lg.submit-btn.paypal-checkout,
.main.jojobet .content .btn.pending-withdrawal-cancel.submit-btn.paypal-checkout,
.main.jojobet .content .btn.modal-ok.submit-btn.paypal-checkout,
.main.jojobet .content .receipt-fields .btn:not(.btn-secondary).submit-btn.paypal-checkout {
    margin-left: 0
}

.main.jojobet .inner-content {
    width: 100%;
    max-width: 730px;
    margin: 0 auto 19px
}

.main.jojobet .transaction-history-section {
    margin: auto;
    display: flex;
    flex-direction: column
}

.main.jojobet .transaction-history-section .btn:hover:not(:disabled).btn-secondary.transaction-history-button:hover {
    background-color: var(--secondary-button-background-color-hover);
    border-color: var(--secondary-button-border-color-hover);
    color: var(--secondary-button-text-color-hover)
}

.main.jojobet .transaction-history-section .history-wrapper {
    background-color: var(--general-secondary-background-color);
    width: 100%
}

.main.jojobet .transaction-history-section .history-wrapper table {
    color: var(--general-table-font-color);
    font-size: var(--general-table-font-size);
    width: 100%
}

.main.jojobet .transaction-history-section .history-wrapper table:not(:last-child) {
    margin-bottom: 20px
}

.main.jojobet .transaction-history-section .history-wrapper table thead {
    font-weight: 600
}

.main.jojobet .transaction-history-section .history-wrapper table thead tr {
    height: 60px;
    border-bottom: 1px solid var(--general-table-border-color)
}

.main.jojobet .transaction-history-section .history-wrapper table td {
    max-width: 260px;
    vertical-align: middle;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px
}

.main.jojobet .transaction-history-section .history-wrapper table td i {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin-right: 5px
}

.main.jojobet .cashier-method-selector {
    margin-top: 10px;
    background-color: var(--general-secondary-background-color);
    padding-top: 10px
}

.main.jojobet .cashier-method-selector .selector-item:not(:last-child) .method-selector-wrapper {
    border-bottom: 2px solid var(--method-selector-divider-color)
}

.main.jojobet .cashier-method-selector .cashier-method-selector-dynamic {
    max-height: unset;
    min-height: 200px;
    padding: 0 15px;
    max-width: 760px;
    margin-bottom: 0
}

.main.jojobet .cashier-method-selector .cashier-method-selector-dynamic .method-selector-wrapper {
    display: flex;
    flex-direction: column;
    height: 130px;
    justify-content: center
}

.main.jojobet .cashier-method-selector .cashier-method-selector-dynamic .method-selector-wrapper.with-error {
    min-height: 180px;
    height: unset
}

.main.jojobet .cashier-method-selector .cashier-method-selector-dynamic .short-description {
    display: flex;
    height: 32px;
    margin-top: 5px;
    color: var(--method-selector-font-color);
    font-size: var(--method-selector-title-font-size)
}

.main.jojobet .cashier-method-selector .cashier-method-selector-dynamic .short-description .divider {
    display: inline-block;
    margin: 0 10px
}

.main.jojobet .cashier-method-selector .cashier-method-selector-dynamic .short-description .commission {
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap
}

.main.jojobet .cashier-method-selector .cashier-method-selector-dynamic .short-description div {
    display: flex;
    flex-direction: column
}

.main.jojobet .cashier-method-selector .cashier-method-selector-dynamic .selector-logo {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.main.jojobet .cashier-method-selector .cashier-method-selector-dynamic .selector-logo .method-selector-logo-image {
    display: block;
    max-width: 102px;
    max-height: 64px;
    overflow: hidden
}

.main.jojobet .cashier-method-selector .cashier-method-selector-dynamic .selector-logo .method-selector-logo-image img {
    max-width: 102px
}

.main.jojobet .cashier-method-selector .cashier-method-selector-dynamic .selector-logo .logo-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-right: auto;
    width: 53%
}

.main.jojobet .cashier-method-selector .cashier-method-selector-dynamic .selector-logo .logo-container .logo-column {
    min-width: 80px;
    max-width: 100%
}

.main.jojobet .cashier-method-selector .cashier-method-selector-dynamic .selector-logo .info-link {
    width: 13%;
    height: var(--method-selector-icon-size)
}

.main.jojobet .cashier-method-selector .cashier-method-selector-dynamic .selector-logo .info-link svg {
    cursor: pointer;
    width: var(--method-selector-icon-size);
    height: var(--method-selector-icon-size)
}

.main.jojobet .cashier-method-selector .cashier-method-selector-dynamic .selector-logo .info-link .question-mark {
    fill: var(--method-selector-icon-color)
}

.main.jojobet .cashier-method-selector .cashier-method-selector-dynamic .selector-logo .txn-status-button {
    width: 22%;
    height: 60px;
    min-width: max-content
}

.main.jojobet .cashier-method-selector .cashier-method-selector-dynamic .custom-tooltip {
    display: none
}

.main.jojobet .cashier-method-selector .cashier-method-selector-dynamic .selector-item.disabled .short-description,
.main.jojobet .cashier-method-selector .cashier-method-selector-dynamic .selector-item.disabled .selector-logo {
    opacity: .7;
    cursor: auto
}

.main.jojobet .cashier-method-selector .cashier-method-selector-dynamic .selector-item.disabled .method-selector-wrapper {
    position: relative
}

.main.jojobet .cashier-method-selector .cashier-method-selector-dynamic .selector-item.disabled:hover .custom-tooltip {
    display: block;
    position: absolute;
    opacity: 1;
    border: 1px solid var(--tooltip-border-color);
    font-size: var(--tooltip-label-font-size);
    margin: 7px;
    color: var(--tooltip-label-color);
    background-color: var(--tooltip-background-color);
    box-shadow: 1px 2px 4px #1515151f;
    z-index: 1;
    top: 50px;
    padding: 15px;
    border-radius: 0
}

.main.jojobet .cashier-form-bonus {
    float: left;
    width: 100%;
    margin: 6px 0 -6px
}

.main.jojobet .bonus-section {
    margin-bottom: 24px
}

.main.jojobet .bonus-section .bonus-question {
    cursor: pointer;
    text-decoration: underline;
    color: var(--label-color);
    font-size: var(--label-font-size);
    font-weight: var(--label-font-weight)
}

.main.jojobet .bonus-section .bonus-button-container {
    margin-top: 4px;
    width: 100%
}

.main.jojobet .bonus-section .bonus-button-container input,
.main.jojobet .bonus-section .bonus-button-container select {
    text-overflow: ellipsis;
    overflow: hidden
}

.main.jojobet .bonus-section .bonus-button-container .cashier-selector {
    margin-bottom: 20px
}

.main.jojobet .bonus-section .bonus-container .alert {
    display: block;
    font-size: 14px;
    margin-top: 4px;
    line-height: 20px
}

.main.jojobet .cashier-form-wrapper {
    background: var(--general-secondary-background-color);
    width: 100%;
    display: flex;
    justify-content: center
}

.main.jojobet .cashier-form-wrapper .cashier-form {
    width: 100%
}

.main.jojobet .cashier-form-wrapper .cashier-form .paypal-container .card_container {
    margin-top: 10px
}

.main.jojobet .cashier-form-wrapper .cashier-form .paypal-container .hosted-fields-form-wrapper {
    padding: 0
}

.main.jojobet .cashier-form-wrapper .cashier-form .paypal-container .hosted-fields-form-wrapper>input {
    width: 100%;
    margin-bottom: 14px
}

.main.jojobet .cashier-form-wrapper .cashier-form .paypal-container .cashier-form-label .hosted-fields-form-wrapper .alert {
    display: block;
    position: static;
    margin-bottom: 15px
}

.main.jojobet .cashier-form-wrapper .cashier-form .paypal-container .cashier-form-label-text {
    padding-top: 0
}

.main.jojobet .cashier-form-wrapper .cashier-form .paypal-container .card_field {
    width: 100%;
    height: var(--input-height);
    margin-bottom: 14px
}

.main.jojobet .cashier-form-wrapper .cashier-form .paypal-container .card_field.card_field_error {
    border-color: var(--general-error-color)
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-form-content {
    padding: 0
}

.main.jojobet .cashier-form-wrapper .cashier-form .checkbox-container .label.required:before,
.main.jojobet .cashier-form-wrapper .cashier-form .required:not(.alert):before {
    display: none
}

.main.jojobet .cashier-form-wrapper .cashier-form .checkbox-container .label.required:after,
.main.jojobet .cashier-form-wrapper .cashier-form .required:not(.alert):after {
    content: "*";
    color: var(--general-error-color);
    display: inline-block;
    font-size: 18px
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 14px
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector:first-child:nth-last-child(6),
.main.jojobet .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector:first-child:nth-last-child(6)~.cashier-amount-selector {
    margin-left: 2.5%
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector:first-child:nth-last-child(6):first-child,
.main.jojobet .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector:first-child:nth-last-child(6)~.cashier-amount-selector:first-child {
    margin-left: 0
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector {
    height: 30px;
    border-radius: var(--secondary-button-border-radius);
    border: solid 1px var(--secondary-button-border-color);
    background-color: var(--secondary-button-background-color);
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-grow: 1;
    padding: 0;
    max-width: 14.6%
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector.selected {
    border: solid 1px var(--secondary-button-active-border-color);
    background-color: var(--secondary-button-active-background-color);
    color: var(--secondary-button-active-text-color)
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector.selected div {
    color: var(--secondary-button-active-text-color)
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector:last-child {
    margin-right: 0
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector div {
    font-size: var(--secondary-button-font-size);
    color: var(--secondary-button-text-color);
    display: block
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector+.cashier-amount-selector {
    margin-left: 6.7%
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-form-label {
    margin-bottom: 14px
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-form-label .alert {
    position: initial
}

.main.jojobet .cashier-form-wrapper .cashier-form mm-paymeth-selector {
    width: 100%;
    max-width: 445px
}

.main.jojobet .cashier-form-wrapper .cashier-form .amount-container {
    height: var(--input-height)
}

.main.jojobet .cashier-form-wrapper .cashier-form .amount-container .cashier-amount-currency {
    font-size: var(--input-font-size);
    right: 18px;
    position: absolute;
    bottom: calc(var(--input-height) / 2 - 8px);
    z-index: 1
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-credit-card-component {
    padding: 0
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-credit-card-component .cashier-col,
.main.jojobet .cashier-form-wrapper .cashier-form .cashier-credit-card-component .cashier-col.cashier-col-right {
    margin-left: 0;
    width: 100%
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-credit-card-component .cashier-selector.card .selector-opened-state {
    width: 100%
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-credit-card-component .cashier-form-label {
    margin-bottom: 14px
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-credit-card-component .cashier-cvv-wrapper .cashier-cvv-info {
    padding: 16px 8px
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-credit-card-component .cashier-cvv-wrapper input {
    max-width: 100px
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-credit-card-component .date-expiration {
    display: flex;
    justify-content: space-between
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-credit-card-component .date-expiration .month,
.main.jojobet .cashier-form-wrapper .cashier-form .cashier-credit-card-component .date-expiration .year {
    flex-basis: 45%
}

.main.jojobet .cashier-form-wrapper .cashier-form.turkish-form-wrapper {
    display: flex;
    justify-content: center
}

.main.jojobet .cashier-form-wrapper .cashier-form.turkish-form-wrapper .cashier-form-label-text {
    text-transform: capitalize;
    margin-bottom: 8px
}

.main.jojobet .cashier-form-wrapper .cashier-form.turkish-form-wrapper .cashier-form-label-text:first-child {
    padding-top: 0
}

.main.jojobet .cashier-form-wrapper .cashier-form.turkish-form-wrapper .cashier-form-details {
    width: 100%;
    background-color: var(--payment-method-description-background-color);
    padding: 20px 10px 10px;
    font-size: var(--payment-method-description-font-size)
}

.main.jojobet .cashier-form-wrapper .cashier-form.turkish-form-wrapper .cashier-form-details .exclamation-circle,
.main.jojobet .cashier-form-wrapper .cashier-form.turkish-form-wrapper .cashier-form-details .cashier-form-details-description {
    color: var(--payment-method-description-text-color);
    margin: 0 10px 14px;
    white-space: pre-wrap
}

.main.jojobet .cashier-form-wrapper .cashier-form.turkish-form-wrapper .cashier-form-details .cashier-form-label-text {
    display: none
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-form-content.cashier-form-content-high {
    padding: 0
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector {
    height: inherit;
    width: 100%
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector.element .selector-opened-state {
    width: 100%;
    z-index: 2
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector.element .selector-opened-state .selector-selected {
    padding: 0 8px
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-selected,
.main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector .selector-opened-state .selector-selected {
    height: var(--input-height);
    line-height: var(--input-height);
    display: flex;
    justify-content: flex-start
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-selected .selector-selected-item-replacer,
.main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector .selector-opened-state .selector-selected .selector-selected-item-replacer {
    left: 9px;
    height: var(--input-height);
    line-height: var(--input-height)
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-selected .cashier-card-number-icon,
.main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector .selector-opened-state .selector-selected .cashier-card-number-icon {
    margin: 16px 21px 16px auto
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-selected.first.disabled,
.main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector .selector-opened-state .selector-selected.first.disabled {
    padding: 0
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-selected.first span.selector-selected-item,
.main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector .selector-opened-state .selector-selected.first span.selector-selected-item {
    line-height: calc(var(--input-height) - 2px)
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-selected.first .selector-selected-icon,
.main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector .selector-opened-state .selector-selected.first .selector-selected-icon {
    position: absolute;
    right: 7px;
    top: 25px
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-new-item .selector-selected-icon,
.main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector .selector-opened-state .selector-new-item .selector-selected-icon {
    top: -29px
}

.main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-new-card .cashier-card-number-icon,
.main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector .selector-opened-state .selector-new-card .cashier-card-number-icon {
    top: 16px
}

.main.jojobet .modal {
    margin: 0 auto
}

.main.jojobet .modal-with-overlay .modal {
    margin: 0
}

.main.jojobet .modal-with-overlay .modal .modal-title {
    text-align: center
}

.main.jojobet .modal-with-overlay .modal .modal-buttons {
    margin-top: 0;
    width: 100%
}

.main.jojobet .modal-with-overlay .modal .modal-buttons.modal-cancel-x .btn.btn-secondary.modal-cancel {
    top: -8px;
    right: -5px;
    border: none
}

.main.jojobet .cashier-result.includesPrint .btn.btn-secondary.btn-print {
    top: 5px;
    right: 20px
}

.main.jojobet ::-webkit-scrollbar-track {
    background-clip: content-box;
    margin-top: 2px;
    margin-bottom: 39px
}

.main.jojobet .cashier-verification {
    background-color: var(--general-secondary-background-color);
    margin-bottom: 10px
}

.main.jojobet .cashier-verification span {
    max-height: unset;
    max-width: 760px;
    margin: 0 auto;
    display: block
}

.main.jojobet .cashier-verification .cashier-verification-wrapper {
    display: flex;
    justify-content: start;
    margin-bottom: 0;
    color: var(--method-selector-font-color);
    background-color: var(--general-secondary-background-color);
    border-radius: 0;
    font-size: var(--label-font-size);
    line-height: 16px
}

.main.jojobet .cashier-verification .cashier-verification-wrapper .cashier-verification-icon:before {
    content: "\f06a";
    font: 18px/1 FontAwesome
}

.main.jojobet .cashier-verification .cashier-verification-wrapper:not(:last-child) {
    border-bottom: 2px solid var(--method-selector-divider-color)
}

.main.jojobet .pending-withdrawals-pagination .ngx-pagination {
    margin: 10px
}

.main.jojobet .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected.first {
    margin-bottom: 0
}

.main.jojobet .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-closed-state .selector-selected {
    height: 32px
}

.main.jojobet .transaction-history .transaction-history-summary .transaction-history-summary-box {
    background-color: var(--transaction-history-summary-box-background-color);
    box-shadow: none
}

.main.jojobet .transaction-history .transaction-history-header {
    font-size: var(--general-table-font-size);
    text-transform: none;
    background-color: var(--transaction-history-table-background-color);
    padding: 22px;
    margin-top: 20px
}

.main.jojobet .transaction-history .transaction-history-list-empty {
    background-color: var(--transaction-history-table-background-color);
    padding: 30px
}

.main.jojobet .transaction-history .transaction-history-list-item {
    background-color: var(--transaction-history-table-background-color)
}

.main.jojobet .transaction-history .transaction-history-list-item .main-data-wrapper {
    height: 45px;
    color: var(--transaction-history-table-text-color)
}

.main.jojobet .transaction-history .transaction-history-list-item .main-data-wrapper.opened {
    border: 1px solid var(--transaction-history-table-border-color);
    border-bottom: none
}

.main.jojobet .transaction-history .transaction-history-list-item .details-wrapper.opened {
    border: 1px solid var(--transaction-history-table-border-color);
    border-top: none
}

.main.jojobet .transaction-history .transaction-history-pagination .transaction-history-pagination-last span,
.main.jojobet .transaction-history .transaction-history-pagination .transaction-history-pagination-first span {
    font-size: 16px;
    margin-bottom: 0
}

.main.jojobet .notification-wrapper {
    bottom: 0
}

.status-Initialized {
    background-color: var(--status-initialized-color)
}

.status-Success {
    background-color: var(--status-success-color)
}

.status-Failed {
    background-color: var(--status-failed-color)
}

.status-Pending {
    background-color: var(--status-pending-color)
}

.status-Rejected {
    background-color: var(--status-rejected-color)
}

.status-Canceled {
    background-color: var(--status-canceled-color)
}

.status-Voided {
    background-color: var(--status-voided-color)
}

.status-Authorized {
    background-color: var(--status-success-color)
}

@media screen and (min-width: 710px) {
    .main.jojobet h3 {
        opacity: .75
    }

    .main.jojobet .cashier-bad-payment-method {
        font-size: var(--general-table-font-size)
    }

    .main.jojobet .cashier-form .cashier-col {
        margin-top: 0
    }

    .main.jojobet .modal-with-overlay .modal {
        left: calc((100% - 530px)/2)
    }

    .main.jojobet .pending-withdrawals-list-item .pending-withdrawal-action {
        width: 130px;
        padding-top: 0;
        margin: auto 0
    }

    .main.jojobet .pending-withdrawals-list-item .main-data-wrapper {
        width: auto;
        display: flex;
        justify-content: center
    }

    .main.jojobet .turkish-form-wrapper {
        padding-top: 30px
    }

    .main.jojobet .turkish-form-wrapper .cashier-form-details {
        max-width: 255px;
        margin-right: 30px;
        border-bottom: none
    }

    .main.jojobet .turkish-form-wrapper .cashier-form-details a {
        word-wrap: break-word
    }

    .main.jojobet .turkish-form-wrapper .cashier-form-details a:hover {
        text-decoration: underline
    }

    .main.jojobet .turkish-form-wrapper .cashier-amount-selector-wrapper {
        justify-content: flex-start
    }

    .main.jojobet .turkish-form-wrapper .amount-field,
    .main.jojobet .turkish-form-wrapper .cashier-form-label-amount {
        padding: 0
    }

    .main.jojobet .turkish-form-wrapper .cashier-form-label .alert:nth-of-type(3),
    .main.jojobet .turkish-form-wrapper .cashier-form-label .alert:nth-of-type(4) {
        display: block
    }

    .main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector {
        height: var(--input-height)
    }

    .main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector.element,
    .main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector.element .selector-opened-state,
    .main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector.element .selector-closed-state,
    .main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector.element .selector-opened-state .selector-selected .selector-selected-item,
    .main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector.element .selector-opened-state .selector-new-item .selector-new-item-placeholder,
    .main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector.element .selector-closed-state .selector-selected .selector-selected-item,
    .main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector.element .selector-closed-state .selector-new-item .selector-new-item-placeholder {
        width: 100%
    }

    .main.jojobet .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-selected.first span.selector-selected-item {
        top: 25px;
        width: 190px
    }

    .main.jojobet .cashier-selector.element .selector-opened-state .selector-selected:not(.first) {
        height: 40px;
        line-height: 40px
    }

    .main.jojobet .bonus-section .selector-closed-state .selector-selected span.selector-selected-item-replacer {
        width: calc(100% - 30px)
    }
}

@media screen and (max-width: 710px) {
    .main.jojobet:has(.pending-withdrawals-list-item) {
        box-sizing: border-box;
        overflow: visible
    }

    .main.jojobet .gaming-products .product-radio-button {
        flex-wrap: wrap;
        padding: 0 15px
    }

    .main.jojobet .cashier-verification .cashier-verification-wrapper {
        font-size: var(--method-selector-mobile-title-font-size);
        padding-bottom: 10px;
        padding-top: 10px
    }

    .main.jojobet .cashier-verification .cashier-verification-wrapper .cashier-verification-icon:before {
        font: 16px/1 FontAwesome
    }

    .main.jojobet .cashier-form-wrapper {
        background: var(--general-background-color)
    }

    .main.jojobet .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector {
        max-width: 22%
    }

    .main.jojobet .transaction-history .transaction-history-filter-icon {
        top: 12px
    }

    html[dir=ltr] .main.jojobet .transaction-history .transaction-history-filter-icon {
        right: 15px
    }

    html[dir=rtl] .main.jojobet .transaction-history .transaction-history-filter-icon {
        left: 15px
    }

    .main.jojobet .transaction-history .cashier-selector.element {
        margin-bottom: 15px
    }

    .main.jojobet .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-closed-state .selector-selected-icon {
        top: -18px
    }

    .main.jojobet mm-paymeth-selector {
        margin: 0 auto
    }

    .main.jojobet .cashier-verification {
        margin-top: 10px
    }

    .main.jojobet .cashier-back-to-merchant-header {
        top: 24px;
        right: 15px
    }

    .main.jojobet .bonus-section .selector-opened-state .selector-selected span.selector-selected-item {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .main.jojobet .bonus-section .selector-closed-state .selector-selected span.selector-selected-item-replacer {
        width: calc(100% - 25px)
    }

    .main.jojobet ::-webkit-scrollbar-track {
        background-clip: content-box;
        margin-top: 3px;
        margin-bottom: 23px
    }

    .main.jojobet mm-selector,
    .main.jojobet .date-expiration {
        height: var(--input-height)
    }

    .main.jojobet .content {
        font-size: var(--general-mobile-main-text-size);
        background: var(--general-background-color)
    }

    .main.jojobet .content .page-title {
        margin: 0;
        padding: 10px 15px 3px;
        color: var(--general-mobile-page-title-color);
        font-size: var(--general-mobile-page-title-size);
        font-weight: var(--general-mobile-page-title-font-weight);
        display: flex;
        align-items: center
    }

    .main.jojobet .content .page-title:before {
        display: none
    }

    .main.jojobet .content .page-title svg {
        margin-right: 10px;
        margin-top: 3px
    }

    .main.jojobet .content .page-title .back-arrow-mobile {
        display: block
    }

    .main.jojobet .content .btn.btn-lg,
    .main.jojobet .content .btn.pending-withdrawal-cancel,
    .main.jojobet .content .btn.modal-ok,
    .main.jojobet .content .receipt-fields .btn:not(.btn-secondary) {
        font-size: var(--primary-button-mobile-font-size)
    }

    .main.jojobet .content .cashier-form-title {
        display: none
    }

    .main.jojobet .content h3 {
        color: var(--general-mobile-secondary-page-title-color);
        font-size: var(--general-mobile-secondary-page-title-font-size);
        margin: 0 auto 0 0
    }

    .main.jojobet .content .btn.btn-secondary,
    .main.jojobet .content .btn.btn-secondary.btn-lg {
        font-size: var(--secondary-button-mobile-font-size);
        height: 42px
    }

    .main.jojobet .content .btn.btn-lg,
    .main.jojobet .content .btn.pending-withdrawal-cancel,
    .main.jojobet .content .btn.modal-ok,
    .main.jojobet .content .receipt-fields .btn:not(.btn-secondary) {
        height: 42px;
        min-width: 70px
    }

    .main.jojobet .content .inner-content {
        width: 100%;
        padding: 0 15px 15px;
        margin: 0
    }

    .main.jojobet .content .cashier-method-selector {
        padding-top: 0
    }

    .main.jojobet .content .cashier-method-selector-dynamic {
        padding: 0 15px
    }

    .main.jojobet .content .cashier-method-selector-dynamic .method-selector-wrapper {
        justify-content: flex-start;
        height: 92px
    }

    .main.jojobet .content .cashier-method-selector-dynamic .method-selector-wrapper.with-error {
        min-height: 142px;
        height: unset
    }

    .main.jojobet .content .cashier-method-selector-dynamic .short-description {
        height: 32px;
        font-size: var(--method-selector-mobile-title-font-size);
        overflow: hidden
    }

    .main.jojobet .content .cashier-method-selector-dynamic .short-description .divider {
        display: inline-block;
        margin: 0 10px
    }

    .main.jojobet .content .cashier-method-selector-dynamic .short-description .commission {
        text-transform: uppercase;
        font-weight: 600
    }

    .main.jojobet .content .cashier-method-selector-dynamic .selector-logo {
        margin-top: 15px
    }

    .main.jojobet .content .cashier-method-selector-dynamic .selector-logo .txn-status-button {
        width: 31.7%;
        height: 42px;
        min-width: 90px
    }

    .main.jojobet .content .cashier-method-selector-dynamic .selector-logo .method-selector-logo-image {
        display: block;
        max-width: 90px;
        max-height: 42px;
        overflow: hidden
    }

    .main.jojobet .content .cashier-method-selector-dynamic .selector-logo .logo-container {
        width: 40.8%
    }

    .main.jojobet .content .cashier-method-selector-dynamic .selector-logo .info-link {
        width: 27.5%;
        min-width: 78px
    }

    .main.jojobet .content .cashier-method-selector-dynamic .selector-logo .info-link svg {
        width: var(--method-selector-mobile-icon-size);
        height: var(--method-selector-mobile-icon-size)
    }

    .main.jojobet .content .transaction-history-section .transaction-history-title {
        padding-top: 15px;
        padding-bottom: 4px
    }

    .main.jojobet .content .transaction-history-section .transaction-history-title,
    .main.jojobet .content .transaction-history-section .history-wrapper {
        background-color: transparent
    }

    .main.jojobet .content .transaction-history-section .transaction-history-title table,
    .main.jojobet .content .transaction-history-section .history-wrapper table {
        font-size: var(--general-mobile-table-font-size)
    }

    .main.jojobet .content .transaction-history-section .transaction-history-title table:last-child,
    .main.jojobet .content .transaction-history-section .history-wrapper table:last-child {
        margin-bottom: 0
    }

    .main.jojobet .content .transaction-history-section .transaction-history-title table thead tr,
    .main.jojobet .content .transaction-history-section .history-wrapper table thead tr {
        height: unset;
        border-bottom-color: var(--general-mobile-table-border-color)
    }

    .main.jojobet .content .transaction-history-section .transaction-history-title table td,
    .main.jojobet .content .transaction-history-section .history-wrapper table td {
        padding-right: 5px;
        max-width: 100px;
        height: 25px
    }

    .main.jojobet .content .cashier-form-wrapper .turkish-form-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 17px
    }

    .main.jojobet .content .cashier-form-wrapper .turkish-form-wrapper .cashier-form-details {
        max-width: 445px;
        margin: 0 auto
    }

    .main.jojobet .content .cashier-form-wrapper .turkish-form-wrapper .cashier-form-details .cashier-form-details-description {
        max-width: calc(100% - 40px);
        font-size: var(--payment-method-description-font-size)
    }

    .main.jojobet .content .cashier-form-wrapper .turkish-form-wrapper .cashier-form-details .cashier-form-details-description a {
        word-break: break-word
    }

    .main.jojobet .content .cashier-form-wrapper .turkish-form-wrapper .cashier-credit-card-component .cashier-cvv-wrapper .cashier-cvv-info {
        padding: 8px 5px
    }

    .main.jojobet .content .cashier-form-wrapper .turkish-form-wrapper .cashier-amount-selector-wrapper {
        display: flex
    }

    .main.jojobet .content .cashier-form-wrapper .turkish-form-wrapper .cashier-amount-selector-wrapper .cashier-amount-selector {
        margin-left: 4%
    }

    .main.jojobet .content .cashier-form-wrapper .turkish-form-wrapper .cashier-amount-selector-wrapper .cashier-amount-selector:first-child {
        margin-left: 0
    }

    .main.jojobet .content .cashier-form-wrapper .turkish-form-wrapper .cashier-amount-selector-wrapper .cashier-amount-selector div {
        font-size: var(--primary-button-mobile-font-size)
    }

    .main.jojobet .content .cashier-form-wrapper .turkish-form-wrapper .cashier-form-details {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
        font-size: var(--general-mobile-main-text-size)
    }

    .main.jojobet .content .cashier-form-wrapper .turkish-form-wrapper .cashier-form-details .cashier-form-label-text {
        color: var(--payment-method-description-text-color)
    }

    .main.jojobet .content .cashier-form-wrapper .turkish-form-wrapper .cashier-form-details .exclamation-circle {
        margin: 0
    }

    .main.jojobet .content .cashier-result.includesPrint .page-title {
        padding-bottom: 7px
    }

    .main.jojobet .content .cashier-result.includesPrint .btn.btn-secondary.btn-print {
        height: 32px
    }

    .main.jojobet .content .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-new-item .selector-selected-icon,
    .main.jojobet .content .cashier-form-wrapper .cashier-form .cashier-selector .selector-opened-state .selector-new-item .selector-selected-icon {
        top: -21px
    }

    .main.jojobet .content .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-new-card .cashier-card-number-icon,
    .main.jojobet .content .cashier-form-wrapper .cashier-form .cashier-selector .selector-opened-state .selector-new-card .cashier-card-number-icon {
        top: 10px
    }

    .main.jojobet .content .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-selected .cashier-card-number-icon,
    .main.jojobet .content .cashier-form-wrapper .cashier-form .cashier-selector .selector-opened-state .selector-selected .cashier-card-number-icon {
        margin: 9px 21px 9px auto
    }

    .main.jojobet .content .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-selected.first .selector-selected-icon,
    .main.jojobet .content .cashier-form-wrapper .cashier-form .cashier-selector .selector-opened-state .selector-selected.first .selector-selected-icon {
        top: 17px
    }

    .main.jojobet .content .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-selected .selector-selected-item-replacer,
    .main.jojobet .content .cashier-form-wrapper .cashier-form .cashier-selector .selector-opened-state .selector-selected .selector-selected-item-replacer {
        padding-left: 0
    }
}

.modal-with-overlay .modal {
    z-index: 4
}

.main.winmasters {
    width: 100%;
    margin: 0;
    height: 100vh;
    background-color: var(--general-background-color);
    overflow-y: auto;
    scrollbar-gutter: stable both-edges;
    color: var(--general-main-text-color)
}

.main.winmasters a {
    color: var(--general-link-color)
}

.main.winmasters .footer {
    display: none
}

.main.winmasters .cashier-back-to-merchant-header {
    position: static
}

html[dir=ltr] .main.winmasters .cashier-back-to-merchant-header {
    margin: 0 0 20px 10px
}

html[dir=rtl] .main.winmasters .cashier-back-to-merchant-header {
    margin: 0 0 10px 20px
}

.main.winmasters .modal-with-overlay .modal .modal-buttons.modal-cancel-x .btn.btn-secondary.modal-cancel {
    border: none
}

.main.winmasters .modal-with-overlay .modal .modal-buttons button {
    max-width: 200px;
    margin: auto
}

.main.winmasters .modal-with-overlay .modal .round-cross {
    border: 1px solid var(--desktop-modal-confirm-close-icon-border-color);
    background-color: var(--desktop-modal-confirm-close-icon-background-color);
    border-radius: 50%;
    height: var(--desktop-modal-confirm-close-icon-border-size);
    width: var(--desktop-modal-confirm-close-icon-border-size);
    box-sizing: content-box;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.main.winmasters .modal-with-overlay .modal .round-cross img {
    height: var(--desktop-modal-confirm-close-icon-size);
    filter: var(--desktop-modal-confirm-close-icon-color)
}

.main.winmasters .copy-button {
    color: var(--label-color)
}

.main.winmasters .cashier-form .cashier-form-label {
    float: none
}

.main.winmasters dp-date-picker {
    direction: ltr
}

.main.winmasters .cashier-form-wrapper.hide-form {
    display: none
}

.main.winmasters .content {
    border: none;
    margin: 0;
    width: 100%
}

.main.winmasters .content .btn {
    margin-top: 25px
}

.main.winmasters .content .btn.modal-cancel {
    margin: 10px
}

.main.winmasters .content .btn:disabled {
    background-color: var(--primary-button-disabled-background-color);
    color: var(--primary-button-disabled-text-color);
    border-color: var(--primary-button-disabled-background-color);
    opacity: 1
}

.main.winmasters .content .btn.btn-secondary {
    border-color: var(--secondary-button-border-color)
}

.main.winmasters .content .btn.btn-secondary:hover {
    border-color: var(--secondary-button-border-color-hover)
}

.main.winmasters .content input,
.main.winmasters .content .disabled-field {
    border: none;
    border-bottom: var(--input-border-width) solid var(--input-border-color);
    border-radius: 0;
    height: var(--input-height);
    line-height: var(--input-height)
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-form-label .alert,
.main.winmasters .credit-card-form .alert,
.main.winmasters .credit-card-v2-wrapper .alert,
.main.winmasters .bonus-field .alert {
    font-size: var(--general-error-text-size);
    color: var(--general-error-color);
    font-weight: var(--general-error-font-weight);
    font-style: var(--general-error-font-style);
    display: inline-block;
    margin: 5px 0 0;
    width: 320px
}

.main.winmasters .credit-card-form .alert {
    color: var(--credit-card-form-error-color)
}

.main.winmasters .credit-card-page .cashier-form-label {
    float: none
}

.main.winmasters .credit-card-page .fixed-amount {
    float: none;
    margin-bottom: 30px
}

.main.winmasters .cashier-form-wrapper .cashier-form .blur-background,
.main.winmasters .cashier-form-wrapper .product-selector .blur-background,
.main.winmasters .gaming-products .cashier-form .blur-background,
.main.winmasters .gaming-products .product-selector .blur-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3
}

.main.winmasters .cashier-form-wrapper .cashier-form .viva-spot .cashier-form-label,
.main.winmasters .cashier-form-wrapper .product-selector .viva-spot .cashier-form-label,
.main.winmasters .gaming-products .cashier-form .viva-spot .cashier-form-label,
.main.winmasters .gaming-products .product-selector .viva-spot .cashier-form-label {
    padding-top: 0
}

.main.winmasters .cashier-form-wrapper .cashier-form .viva-spot .cashier-form-label .cashier-form-label-text,
.main.winmasters .cashier-form-wrapper .product-selector .viva-spot .cashier-form-label .cashier-form-label-text,
.main.winmasters .gaming-products .cashier-form .viva-spot .cashier-form-label .cashier-form-label-text,
.main.winmasters .gaming-products .product-selector .viva-spot .cashier-form-label .cashier-form-label-text {
    display: none
}

.main.winmasters .cashier-form-wrapper .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description,
.main.winmasters .cashier-form-wrapper .product-selector .viva-spot .cashier-form-label .cashier-form-label-description,
.main.winmasters .gaming-products .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description,
.main.winmasters .gaming-products .product-selector .viva-spot .cashier-form-label .cashier-form-label-description {
    color: #000
}

.main.winmasters .cashier-form-wrapper .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionText,
.main.winmasters .cashier-form-wrapper .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionText,
.main.winmasters .gaming-products .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionText,
.main.winmasters .gaming-products .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionText {
    background: #e9ecef;
    height: 35px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    color: #343a40
}

html[dir=ltr] .main.winmasters .cashier-form-wrapper .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionText,
html[dir=ltr] .main.winmasters .cashier-form-wrapper .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionText,
html[dir=ltr] .main.winmasters .gaming-products .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionText,
html[dir=ltr] .main.winmasters .gaming-products .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionText {
    padding-left: 15px
}

html[dir=rtl] .main.winmasters .cashier-form-wrapper .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionText,
html[dir=rtl] .main.winmasters .cashier-form-wrapper .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionText,
html[dir=rtl] .main.winmasters .gaming-products .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionText,
html[dir=rtl] .main.winmasters .gaming-products .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionText {
    padding-right: 15px
}

.main.winmasters .cashier-form-wrapper .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextRules,
.main.winmasters .cashier-form-wrapper .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextRules,
.main.winmasters .gaming-products .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextRules,
.main.winmasters .gaming-products .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextRules {
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #DEE2E6;
    height: 45px;
    line-height: 36px
}

html[dir=ltr] .main.winmasters .cashier-form-wrapper .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextRules,
html[dir=ltr] .main.winmasters .cashier-form-wrapper .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextRules,
html[dir=ltr] .main.winmasters .gaming-products .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextRules,
html[dir=ltr] .main.winmasters .gaming-products .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextRules {
    padding-left: 15px
}

html[dir=rtl] .main.winmasters .cashier-form-wrapper .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextRules,
html[dir=rtl] .main.winmasters .cashier-form-wrapper .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextRules,
html[dir=rtl] .main.winmasters .gaming-products .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextRules,
html[dir=rtl] .main.winmasters .gaming-products .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextRules {
    padding-right: 15px
}

.main.winmasters .cashier-form-wrapper .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextFirst,
.main.winmasters .cashier-form-wrapper .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextSecond,
.main.winmasters .cashier-form-wrapper .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextThird,
.main.winmasters .cashier-form-wrapper .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextFirst,
.main.winmasters .cashier-form-wrapper .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextSecond,
.main.winmasters .cashier-form-wrapper .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextThird,
.main.winmasters .gaming-products .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextFirst,
.main.winmasters .gaming-products .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextSecond,
.main.winmasters .gaming-products .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextThird,
.main.winmasters .gaming-products .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextFirst,
.main.winmasters .gaming-products .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextSecond,
.main.winmasters .gaming-products .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextThird {
    max-width: 800px;
    line-height: 20px
}

html[dir=ltr] .main.winmasters .cashier-form-wrapper .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextFirst,
html[dir=ltr] .main.winmasters .cashier-form-wrapper .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextSecond,
html[dir=ltr] .main.winmasters .cashier-form-wrapper .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextThird,
html[dir=ltr] .main.winmasters .cashier-form-wrapper .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextFirst,
html[dir=ltr] .main.winmasters .cashier-form-wrapper .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextSecond,
html[dir=ltr] .main.winmasters .cashier-form-wrapper .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextThird,
html[dir=ltr] .main.winmasters .gaming-products .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextFirst,
html[dir=ltr] .main.winmasters .gaming-products .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextSecond,
html[dir=ltr] .main.winmasters .gaming-products .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextThird,
html[dir=ltr] .main.winmasters .gaming-products .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextFirst,
html[dir=ltr] .main.winmasters .gaming-products .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextSecond,
html[dir=ltr] .main.winmasters .gaming-products .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextThird {
    padding-left: 15px
}

html[dir=rtl] .main.winmasters .cashier-form-wrapper .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextFirst,
html[dir=rtl] .main.winmasters .cashier-form-wrapper .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextSecond,
html[dir=rtl] .main.winmasters .cashier-form-wrapper .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextThird,
html[dir=rtl] .main.winmasters .cashier-form-wrapper .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextFirst,
html[dir=rtl] .main.winmasters .cashier-form-wrapper .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextSecond,
html[dir=rtl] .main.winmasters .cashier-form-wrapper .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextThird,
html[dir=rtl] .main.winmasters .gaming-products .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextFirst,
html[dir=rtl] .main.winmasters .gaming-products .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextSecond,
html[dir=rtl] .main.winmasters .gaming-products .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextThird,
html[dir=rtl] .main.winmasters .gaming-products .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextFirst,
html[dir=rtl] .main.winmasters .gaming-products .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextSecond,
html[dir=rtl] .main.winmasters .gaming-products .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionTextThird {
    padding-right: 15px
}

.main.winmasters .cashier-form-wrapper .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description a,
.main.winmasters .cashier-form-wrapper .product-selector .viva-spot .cashier-form-label .cashier-form-label-description a,
.main.winmasters .gaming-products .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description a,
.main.winmasters .gaming-products .product-selector .viva-spot .cashier-form-label .cashier-form-label-description a {
    color: #000;
    font-weight: 700
}

.main.winmasters .cashier-form-wrapper .cashier-form .paypal-container,
.main.winmasters .cashier-form-wrapper .product-selector .paypal-container,
.main.winmasters .gaming-products .cashier-form .paypal-container,
.main.winmasters .gaming-products .product-selector .paypal-container {
    margin-top: 15px
}

.main.winmasters .cashier-form-wrapper .cashier-form .paypal-container #card-holder-name,
.main.winmasters .cashier-form-wrapper .product-selector .paypal-container #card-holder-name,
.main.winmasters .gaming-products .cashier-form .paypal-container #card-holder-name,
.main.winmasters .gaming-products .product-selector .paypal-container #card-holder-name {
    border: 1px solid;
    height: 34px;
    border-radius: 3px
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-form-details,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-form-details,
.main.winmasters .gaming-products .cashier-form .cashier-form-details,
.main.winmasters .gaming-products .product-selector .cashier-form-details {
    display: none
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-form-label-description,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-form-label-description,
.main.winmasters .gaming-products .cashier-form .cashier-form-label-description,
.main.winmasters .gaming-products .product-selector .cashier-form-label-description {
    font-size: 14px;
    line-height: 18px
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-form-label-description.with-copy-btn .copy-tooltip,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-form-label-description.with-copy-btn .copy-tooltip,
.main.winmasters .gaming-products .cashier-form .cashier-form-label-description.with-copy-btn .copy-tooltip,
.main.winmasters .gaming-products .product-selector .cashier-form-label-description.with-copy-btn .copy-tooltip {
    background-color: var(--general-background-color)
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-form-content-amount .cashier-form-label-description,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-form-content-amount .cashier-form-label-description,
.main.winmasters .gaming-products .cashier-form .cashier-form-content-amount .cashier-form-label-description,
.main.winmasters .gaming-products .product-selector .cashier-form-content-amount .cashier-form-label-description {
    display: none
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-credit-card.cashier-credit-card-component.cashier-dynamic-component,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-credit-card.cashier-credit-card-component.cashier-dynamic-component,
.main.winmasters .gaming-products .cashier-form .cashier-credit-card.cashier-credit-card-component.cashier-dynamic-component,
.main.winmasters .gaming-products .product-selector .cashier-credit-card.cashier-credit-card-component.cashier-dynamic-component {
    padding: 0;
    margin-bottom: 20px
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-credit-card.cashier-credit-card-component.cashier-dynamic-component label,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-credit-card.cashier-credit-card-component.cashier-dynamic-component label,
.main.winmasters .gaming-products .cashier-form .cashier-credit-card.cashier-credit-card-component.cashier-dynamic-component label,
.main.winmasters .gaming-products .product-selector .cashier-credit-card.cashier-credit-card-component.cashier-dynamic-component label {
    margin-bottom: 0
}

.main.winmasters .cashier-form-wrapper .cashier-form .dynamic-cashier-form .cashier-form-label-text.invisible,
.main.winmasters .cashier-form-wrapper .product-selector .dynamic-cashier-form .cashier-form-label-text.invisible,
.main.winmasters .gaming-products .cashier-form .dynamic-cashier-form .cashier-form-label-text.invisible,
.main.winmasters .gaming-products .product-selector .dynamic-cashier-form .cashier-form-label-text.invisible {
    visibility: hidden
}

.main.winmasters .cashier-form-wrapper .cashier-form .dynamic-cashier-form .cashier-form-label-text.invisible~.cashier-form-label-description,
.main.winmasters .cashier-form-wrapper .product-selector .dynamic-cashier-form .cashier-form-label-text.invisible~.cashier-form-label-description,
.main.winmasters .gaming-products .cashier-form .dynamic-cashier-form .cashier-form-label-text.invisible~.cashier-form-label-description,
.main.winmasters .gaming-products .product-selector .dynamic-cashier-form .cashier-form-label-text.invisible~.cashier-form-label-description {
    display: none
}

.main.winmasters .cashier-form-wrapper .cashier-form .dynamic-cashier-form .cashier-form-label-text.includes-iban .fa.fa-arrows-alt,
.main.winmasters .cashier-form-wrapper .product-selector .dynamic-cashier-form .cashier-form-label-text.includes-iban .fa.fa-arrows-alt,
.main.winmasters .gaming-products .cashier-form .dynamic-cashier-form .cashier-form-label-text.includes-iban .fa.fa-arrows-alt,
.main.winmasters .gaming-products .product-selector .dynamic-cashier-form .cashier-form-label-text.includes-iban .fa.fa-arrows-alt {
    color: var(--input-text-color)
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-required-info,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-required-info,
.main.winmasters .gaming-products .cashier-form .cashier-required-info,
.main.winmasters .gaming-products .product-selector .cashier-required-info {
    display: none
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-amount-selector-wrapper,
.main.winmasters .gaming-products .cashier-form .cashier-amount-selector-wrapper,
.main.winmasters .gaming-products .product-selector .cashier-amount-selector-wrapper {
    display: flex;
    clear: var(--direction-left);
    margin-bottom: 20px
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-amount-selector-wrapper .cashier-amount-selector,
.main.winmasters .gaming-products .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector,
.main.winmasters .gaming-products .product-selector .cashier-amount-selector-wrapper .cashier-amount-selector {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 170px;
    border-radius: var(--predefined-amount-border-radius);
    border: solid var(--predefined-amount-border-width) var(--predefined-amount-border-color);
    background-color: var(--predefined-amount-background-color);
    color: var(--predefined-amount-text-color);
    cursor: pointer;
    font-weight: 700;
    padding: 0
}

html[dir=ltr] .main.winmasters .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector,
html[dir=ltr] .main.winmasters .cashier-form-wrapper .product-selector .cashier-amount-selector-wrapper .cashier-amount-selector,
html[dir=ltr] .main.winmasters .gaming-products .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector,
html[dir=ltr] .main.winmasters .gaming-products .product-selector .cashier-amount-selector-wrapper .cashier-amount-selector {
    margin-right: 15px
}

html[dir=rtl] .main.winmasters .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector,
html[dir=rtl] .main.winmasters .cashier-form-wrapper .product-selector .cashier-amount-selector-wrapper .cashier-amount-selector,
html[dir=rtl] .main.winmasters .gaming-products .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector,
html[dir=rtl] .main.winmasters .gaming-products .product-selector .cashier-amount-selector-wrapper .cashier-amount-selector {
    margin-left: 15px
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector.selected,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-amount-selector-wrapper .cashier-amount-selector.selected,
.main.winmasters .gaming-products .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector.selected,
.main.winmasters .gaming-products .product-selector .cashier-amount-selector-wrapper .cashier-amount-selector.selected {
    border-color: var(--predefined-amount-selected-background-color);
    background-color: var(--predefined-amount-selected-background-color);
    color: var(--predefined-amount-selected-text-color)
}

html[dir=ltr] .main.winmasters .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector:last-child,
html[dir=ltr] .main.winmasters .cashier-form-wrapper .product-selector .cashier-amount-selector-wrapper .cashier-amount-selector:last-child,
html[dir=ltr] .main.winmasters .gaming-products .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector:last-child,
html[dir=ltr] .main.winmasters .gaming-products .product-selector .cashier-amount-selector-wrapper .cashier-amount-selector:last-child {
    margin-right: 0
}

html[dir=rtl] .main.winmasters .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector:last-child,
html[dir=rtl] .main.winmasters .cashier-form-wrapper .product-selector .cashier-amount-selector-wrapper .cashier-amount-selector:last-child,
html[dir=rtl] .main.winmasters .gaming-products .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector:last-child,
html[dir=rtl] .main.winmasters .gaming-products .product-selector .cashier-amount-selector-wrapper .cashier-amount-selector:last-child {
    margin-left: 0
}

.main.winmasters .cashier-form-wrapper .cashier-form .amount-container,
.main.winmasters .cashier-form-wrapper .product-selector .amount-container,
.main.winmasters .gaming-products .cashier-form .amount-container,
.main.winmasters .gaming-products .product-selector .amount-container {
    height: var(--input-height)
}

.main.winmasters .cashier-form-wrapper .cashier-form .amount-container.amount-selector,
.main.winmasters .cashier-form-wrapper .product-selector .amount-container.amount-selector,
.main.winmasters .gaming-products .cashier-form .amount-container.amount-selector,
.main.winmasters .gaming-products .product-selector .amount-container.amount-selector {
    height: var(--selector-height)
}

.main.winmasters .cashier-form-wrapper .cashier-form .amount-container.amount-selector .cashier-amount-currency,
.main.winmasters .cashier-form-wrapper .product-selector .amount-container.amount-selector .cashier-amount-currency,
.main.winmasters .gaming-products .cashier-form .amount-container.amount-selector .cashier-amount-currency,
.main.winmasters .gaming-products .product-selector .amount-container.amount-selector .cashier-amount-currency {
    bottom: calc((var(--selector-height) - 20px) / 2)
}

html[dir=ltr] .main.winmasters .cashier-form-wrapper .cashier-form .amount-container.amount-selector .cashier-amount-currency,
html[dir=ltr] .main.winmasters .cashier-form-wrapper .product-selector .amount-container.amount-selector .cashier-amount-currency,
html[dir=ltr] .main.winmasters .gaming-products .cashier-form .amount-container.amount-selector .cashier-amount-currency,
html[dir=ltr] .main.winmasters .gaming-products .product-selector .amount-container.amount-selector .cashier-amount-currency {
    right: 40px
}

html[dir=rtl] .main.winmasters .cashier-form-wrapper .cashier-form .amount-container.amount-selector .cashier-amount-currency,
html[dir=rtl] .main.winmasters .cashier-form-wrapper .product-selector .amount-container.amount-selector .cashier-amount-currency,
html[dir=rtl] .main.winmasters .gaming-products .cashier-form .amount-container.amount-selector .cashier-amount-currency,
html[dir=rtl] .main.winmasters .gaming-products .product-selector .amount-container.amount-selector .cashier-amount-currency {
    left: 40px
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-amount-currency,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-amount-currency,
.main.winmasters .gaming-products .cashier-form .cashier-amount-currency,
.main.winmasters .gaming-products .product-selector .cashier-amount-currency {
    width: max-content;
    font-size: 18px;
    bottom: calc(var(--input-height) / 4)
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-amount-currency.with-amount-selector,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-amount-currency.with-amount-selector,
.main.winmasters .gaming-products .cashier-form .cashier-amount-currency.with-amount-selector,
.main.winmasters .gaming-products .product-selector .cashier-amount-currency.with-amount-selector {
    bottom: calc((var(--selector-height) - 20px) / 2)
}

html[dir=ltr] .main.winmasters .cashier-form-wrapper .cashier-form .cashier-amount-currency.with-amount-selector,
html[dir=ltr] .main.winmasters .cashier-form-wrapper .product-selector .cashier-amount-currency.with-amount-selector,
html[dir=ltr] .main.winmasters .gaming-products .cashier-form .cashier-amount-currency.with-amount-selector,
html[dir=ltr] .main.winmasters .gaming-products .product-selector .cashier-amount-currency.with-amount-selector {
    right: 40px
}

html[dir=rtl] .main.winmasters .cashier-form-wrapper .cashier-form .cashier-amount-currency.with-amount-selector,
html[dir=rtl] .main.winmasters .cashier-form-wrapper .product-selector .cashier-amount-currency.with-amount-selector,
html[dir=rtl] .main.winmasters .gaming-products .cashier-form .cashier-amount-currency.with-amount-selector,
html[dir=rtl] .main.winmasters .gaming-products .product-selector .cashier-amount-currency.with-amount-selector {
    left: 40px
}

.main.winmasters .cashier-form-wrapper .cashier-form input::-webkit-input-placeholder,
.main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector::-webkit-input-placeholder,
.main.winmasters .cashier-form-wrapper .product-selector input::-webkit-input-placeholder,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-selector::-webkit-input-placeholder,
.main.winmasters .gaming-products .cashier-form input::-webkit-input-placeholder,
.main.winmasters .gaming-products .cashier-form .cashier-selector::-webkit-input-placeholder,
.main.winmasters .gaming-products .product-selector input::-webkit-input-placeholder,
.main.winmasters .gaming-products .product-selector .cashier-selector::-webkit-input-placeholder {
    font-size: var(--input-playceholder-font-size);
    color: var(--input-playceholder-color)
}

.main.winmasters .cashier-form-wrapper .cashier-form input:-moz-placeholder,
.main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector:-moz-placeholder,
.main.winmasters .cashier-form-wrapper .product-selector input:-moz-placeholder,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-selector:-moz-placeholder,
.main.winmasters .gaming-products .cashier-form input:-moz-placeholder,
.main.winmasters .gaming-products .cashier-form .cashier-selector:-moz-placeholder,
.main.winmasters .gaming-products .product-selector input:-moz-placeholder,
.main.winmasters .gaming-products .product-selector .cashier-selector:-moz-placeholder {
    font-size: var(--input-playceholder-font-size);
    color: var(--input-playceholder-color)
}

.main.winmasters .cashier-form-wrapper .cashier-form input::-moz-placeholder,
.main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector::-moz-placeholder,
.main.winmasters .cashier-form-wrapper .product-selector input::-moz-placeholder,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-selector::-moz-placeholder,
.main.winmasters .gaming-products .cashier-form input::-moz-placeholder,
.main.winmasters .gaming-products .cashier-form .cashier-selector::-moz-placeholder,
.main.winmasters .gaming-products .product-selector input::-moz-placeholder,
.main.winmasters .gaming-products .product-selector .cashier-selector::-moz-placeholder {
    font-size: var(--input-playceholder-font-size);
    color: var(--input-playceholder-color)
}

.main.winmasters .cashier-form-wrapper .cashier-form input:-ms-input-placeholder,
.main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector:-ms-input-placeholder,
.main.winmasters .cashier-form-wrapper .product-selector input:-ms-input-placeholder,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-selector:-ms-input-placeholder,
.main.winmasters .gaming-products .cashier-form input:-ms-input-placeholder,
.main.winmasters .gaming-products .cashier-form .cashier-selector:-ms-input-placeholder,
.main.winmasters .gaming-products .product-selector input:-ms-input-placeholder,
.main.winmasters .gaming-products .product-selector .cashier-selector:-ms-input-placeholder {
    font-size: var(--input-playceholder-font-size);
    color: var(--input-playceholder-color)
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-form-label-text,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-form-label-text,
.main.winmasters .gaming-products .cashier-form .cashier-form-label-text,
.main.winmasters .gaming-products .product-selector .cashier-form-label-text {
    text-transform: none;
    margin-bottom: 7px
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-form-label-text.copy-button-label,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-form-label-text.copy-button-label,
.main.winmasters .gaming-products .cashier-form .cashier-form-label-text.copy-button-label,
.main.winmasters .gaming-products .product-selector .cashier-form-label-text.copy-button-label {
    background-color: var(--general-background-color)
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-form-label-text.required:before,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-form-label-text.required:before,
.main.winmasters .gaming-products .cashier-form .cashier-form-label-text.required:before,
.main.winmasters .gaming-products .product-selector .cashier-form-label-text.required:before {
    content: ""
}

.main.winmasters .cashier-form-wrapper .cashier-form .dynamic-field .custom-tooltip,
.main.winmasters .cashier-form-wrapper .product-selector .dynamic-field .custom-tooltip,
.main.winmasters .gaming-products .cashier-form .dynamic-field .custom-tooltip,
.main.winmasters .gaming-products .product-selector .dynamic-field .custom-tooltip {
    display: block;
    position: absolute;
    opacity: 1;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid var(--tooltip-border-color);
    font-size: var(--tooltip-label-font-size);
    margin: 7px;
    color: var(--tooltip-label-color);
    background-color: var(--tooltip-background-color);
    box-shadow: 1px 2px 4px #1515151f;
    top: 40px;
    z-index: 1
}

.main.winmasters .cashier-form-wrapper .cashier-form .dynamic-field .custom-tooltip:not(.visible),
.main.winmasters .cashier-form-wrapper .product-selector .dynamic-field .custom-tooltip:not(.visible),
.main.winmasters .gaming-products .cashier-form .dynamic-field .custom-tooltip:not(.visible),
.main.winmasters .gaming-products .product-selector .dynamic-field .custom-tooltip:not(.visible) {
    display: none
}

.main.winmasters .cashier-form-wrapper .cashier-form .dynamic-field .custom-tooltip.visible,
.main.winmasters .cashier-form-wrapper .product-selector .dynamic-field .custom-tooltip.visible,
.main.winmasters .gaming-products .cashier-form .dynamic-field .custom-tooltip.visible,
.main.winmasters .gaming-products .product-selector .dynamic-field .custom-tooltip.visible {
    width: var(--selector-width);
    top: 30px;
    left: -5px
}

.main.winmasters .cashier-form-wrapper .cashier-form .dynamic-field .custom-tooltip .fa-copy,
.main.winmasters .cashier-form-wrapper .product-selector .dynamic-field .custom-tooltip .fa-copy,
.main.winmasters .gaming-products .cashier-form .dynamic-field .custom-tooltip .fa-copy,
.main.winmasters .gaming-products .product-selector .dynamic-field .custom-tooltip .fa-copy {
    cursor: pointer
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-form-content-hidden+div .bonus-field .bonus-code.animated-input,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-form-content-hidden+div .bonus-field .bonus-code.animated-input,
.main.winmasters .gaming-products .cashier-form .cashier-form-content-hidden+div .bonus-field .bonus-code.animated-input,
.main.winmasters .gaming-products .product-selector .cashier-form-content-hidden+div .bonus-field .bonus-code.animated-input {
    margin-top: 0
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-form-label .selector-wide .cashier-selector .selector-opened-state .selector-selected:not(.has-delete) span.selector-selected-item,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-form-label .selector-wide .cashier-selector .selector-opened-state .selector-selected:not(.has-delete) span.selector-selected-item,
.main.winmasters .gaming-products .cashier-form .cashier-form-label .selector-wide .cashier-selector .selector-opened-state .selector-selected:not(.has-delete) span.selector-selected-item,
.main.winmasters .gaming-products .product-selector .cashier-form-label .selector-wide .cashier-selector .selector-opened-state .selector-selected:not(.has-delete) span.selector-selected-item {
    width: calc(100% - 10px)
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-selector,
.main.winmasters .gaming-products .cashier-form .cashier-selector,
.main.winmasters .gaming-products .product-selector .cashier-selector {
    background-color: var(--selector-background-color)
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-selected.first,
.main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-new-item,
.main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-opened-state .selector-selected.first,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-closed-state .selector-selected.first,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-closed-state .selector-new-item,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-opened-state .selector-selected.first,
.main.winmasters .gaming-products .cashier-form .cashier-selector .selector-closed-state .selector-selected.first,
.main.winmasters .gaming-products .cashier-form .cashier-selector .selector-closed-state .selector-new-item,
.main.winmasters .gaming-products .cashier-form .cashier-selector .selector-opened-state .selector-selected.first,
.main.winmasters .gaming-products .product-selector .cashier-selector .selector-closed-state .selector-selected.first,
.main.winmasters .gaming-products .product-selector .cashier-selector .selector-closed-state .selector-new-item,
.main.winmasters .gaming-products .product-selector .cashier-selector .selector-opened-state .selector-selected.first {
    border: var(--selector-border-width) solid var(--selector-border-color);
    border-radius: var(--selector-border-radius);
    overflow: hidden
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-selected.first input,
.main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-new-item input,
.main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-opened-state .selector-selected.first input,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-closed-state .selector-selected.first input,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-closed-state .selector-new-item input,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-opened-state .selector-selected.first input,
.main.winmasters .gaming-products .cashier-form .cashier-selector .selector-closed-state .selector-selected.first input,
.main.winmasters .gaming-products .cashier-form .cashier-selector .selector-closed-state .selector-new-item input,
.main.winmasters .gaming-products .cashier-form .cashier-selector .selector-opened-state .selector-selected.first input,
.main.winmasters .gaming-products .product-selector .cashier-selector .selector-closed-state .selector-selected.first input,
.main.winmasters .gaming-products .product-selector .cashier-selector .selector-closed-state .selector-new-item input,
.main.winmasters .gaming-products .product-selector .cashier-selector .selector-opened-state .selector-selected.first input {
    border: none;
    height: 100%
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-selected.first .selector-new-item-placeholder[disabled],
.main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-new-item .selector-new-item-placeholder[disabled],
.main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-opened-state .selector-selected.first .selector-new-item-placeholder[disabled],
.main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-closed-state .selector-selected.first .selector-new-item-placeholder[disabled],
.main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-closed-state .selector-new-item .selector-new-item-placeholder[disabled],
.main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-opened-state .selector-selected.first .selector-new-item-placeholder[disabled],
.main.winmasters .gaming-products .cashier-form .cashier-selector .selector-closed-state .selector-selected.first .selector-new-item-placeholder[disabled],
.main.winmasters .gaming-products .cashier-form .cashier-selector .selector-closed-state .selector-new-item .selector-new-item-placeholder[disabled],
.main.winmasters .gaming-products .cashier-form .cashier-selector .selector-opened-state .selector-selected.first .selector-new-item-placeholder[disabled],
.main.winmasters .gaming-products .product-selector .cashier-selector .selector-closed-state .selector-selected.first .selector-new-item-placeholder[disabled],
.main.winmasters .gaming-products .product-selector .cashier-selector .selector-closed-state .selector-new-item .selector-new-item-placeholder[disabled],
.main.winmasters .gaming-products .product-selector .cashier-selector .selector-opened-state .selector-selected.first .selector-new-item-placeholder[disabled] {
    font-size: var(--input-playceholder-font-size);
    color: var(--input-playceholder-color);
    font-weight: var(--input-font-weight);
    font-style: normal
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-selected .selector-selected-item-replacer,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-closed-state .selector-selected .selector-selected-item-replacer,
.main.winmasters .gaming-products .cashier-form .cashier-selector .selector-closed-state .selector-selected .selector-selected-item-replacer,
.main.winmasters .gaming-products .product-selector .cashier-selector .selector-closed-state .selector-selected .selector-selected-item-replacer {
    line-height: calc(var(--selector-height) - var(--selector-border-width) * 2)
}

html[dir=ltr] .main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-selected .selector-selected-item-replacer,
html[dir=ltr] .main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-closed-state .selector-selected .selector-selected-item-replacer,
html[dir=ltr] .main.winmasters .gaming-products .cashier-form .cashier-selector .selector-closed-state .selector-selected .selector-selected-item-replacer,
html[dir=ltr] .main.winmasters .gaming-products .product-selector .cashier-selector .selector-closed-state .selector-selected .selector-selected-item-replacer {
    left: calc(10px + var(--selector-border-width))
}

html[dir=rtl] .main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-selected .selector-selected-item-replacer,
html[dir=rtl] .main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-closed-state .selector-selected .selector-selected-item-replacer,
html[dir=rtl] .main.winmasters .gaming-products .cashier-form .cashier-selector .selector-closed-state .selector-selected .selector-selected-item-replacer,
html[dir=rtl] .main.winmasters .gaming-products .product-selector .cashier-selector .selector-closed-state .selector-selected .selector-selected-item-replacer {
    right: calc(10px + var(--selector-border-width))
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-selected span.selector-selected-item,
.main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-selected .selector-selected-item-replacer,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-closed-state .selector-selected span.selector-selected-item,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-closed-state .selector-selected .selector-selected-item-replacer,
.main.winmasters .gaming-products .cashier-form .cashier-selector .selector-closed-state .selector-selected span.selector-selected-item,
.main.winmasters .gaming-products .cashier-form .cashier-selector .selector-closed-state .selector-selected .selector-selected-item-replacer,
.main.winmasters .gaming-products .product-selector .cashier-selector .selector-closed-state .selector-selected span.selector-selected-item,
.main.winmasters .gaming-products .product-selector .cashier-selector .selector-closed-state .selector-selected .selector-selected-item-replacer {
    width: calc(100% - 35px)
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-selected-icon,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-selected-icon,
.main.winmasters .gaming-products .cashier-form .cashier-selector .selector-selected-icon,
.main.winmasters .gaming-products .product-selector .cashier-selector .selector-selected-icon {
    top: -5px
}

html[dir=ltr] .main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-selected-icon,
html[dir=ltr] .main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-selected-icon,
html[dir=ltr] .main.winmasters .gaming-products .cashier-form .cashier-selector .selector-selected-icon,
html[dir=ltr] .main.winmasters .gaming-products .product-selector .cashier-selector .selector-selected-icon {
    right: 27px
}

html[dir=rtl] .main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-selected-icon,
html[dir=rtl] .main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-selected-icon,
html[dir=rtl] .main.winmasters .gaming-products .cashier-form .cashier-selector .selector-selected-icon,
html[dir=rtl] .main.winmasters .gaming-products .product-selector .cashier-selector .selector-selected-icon {
    left: 27px
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-new-item,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-new-item,
.main.winmasters .gaming-products .cashier-form .cashier-selector .selector-new-item,
.main.winmasters .gaming-products .product-selector .cashier-selector .selector-new-item {
    color: var(--input-playceholder-color);
    line-height: var(--selector-height);
    height: var(--selector-height);
    width: 100%
}

.main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-new-item .selector-new-item-placeholder,
.main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-new-item .selector-selected-item,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-new-item .selector-new-item-placeholder,
.main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-new-item .selector-selected-item,
.main.winmasters .gaming-products .cashier-form .cashier-selector .selector-new-item .selector-new-item-placeholder,
.main.winmasters .gaming-products .cashier-form .cashier-selector .selector-new-item .selector-selected-item,
.main.winmasters .gaming-products .product-selector .cashier-selector .selector-new-item .selector-new-item-placeholder,
.main.winmasters .gaming-products .product-selector .cashier-selector .selector-new-item .selector-selected-item {
    width: 100%
}

html[dir=ltr] .main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-new-item .selector-new-item-placeholder.selector-selected-item-white,
html[dir=ltr] .main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-new-item .selector-selected-item.selector-selected-item-white,
html[dir=ltr] .main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-new-item .selector-new-item-placeholder.selector-selected-item-white,
html[dir=ltr] .main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-new-item .selector-selected-item.selector-selected-item-white,
html[dir=ltr] .main.winmasters .gaming-products .cashier-form .cashier-selector .selector-new-item .selector-new-item-placeholder.selector-selected-item-white,
html[dir=ltr] .main.winmasters .gaming-products .cashier-form .cashier-selector .selector-new-item .selector-selected-item.selector-selected-item-white,
html[dir=ltr] .main.winmasters .gaming-products .product-selector .cashier-selector .selector-new-item .selector-new-item-placeholder.selector-selected-item-white,
html[dir=ltr] .main.winmasters .gaming-products .product-selector .cashier-selector .selector-new-item .selector-selected-item.selector-selected-item-white {
    padding: 0 17px 0 10px
}

html[dir=rtl] .main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-new-item .selector-new-item-placeholder.selector-selected-item-white,
html[dir=rtl] .main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-new-item .selector-selected-item.selector-selected-item-white,
html[dir=rtl] .main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-new-item .selector-new-item-placeholder.selector-selected-item-white,
html[dir=rtl] .main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-new-item .selector-selected-item.selector-selected-item-white,
html[dir=rtl] .main.winmasters .gaming-products .cashier-form .cashier-selector .selector-new-item .selector-new-item-placeholder.selector-selected-item-white,
html[dir=rtl] .main.winmasters .gaming-products .cashier-form .cashier-selector .selector-new-item .selector-selected-item.selector-selected-item-white,
html[dir=rtl] .main.winmasters .gaming-products .product-selector .cashier-selector .selector-new-item .selector-new-item-placeholder.selector-selected-item-white,
html[dir=rtl] .main.winmasters .gaming-products .product-selector .cashier-selector .selector-new-item .selector-selected-item.selector-selected-item-white {
    padding: 0 10px 0 17px
}

.main.winmasters .cashier-form-wrapper .cashier-form .selector-opened-state .selector-selected-icon,
.main.winmasters .cashier-form-wrapper .product-selector .selector-opened-state .selector-selected-icon,
.main.winmasters .gaming-products .cashier-form .selector-opened-state .selector-selected-icon,
.main.winmasters .gaming-products .product-selector .selector-opened-state .selector-selected-icon {
    top: -2px
}

html[dir=ltr] .main.winmasters .cashier-form-wrapper .cashier-form .selector-opened-state .selector-selected-icon,
html[dir=ltr] .main.winmasters .cashier-form-wrapper .product-selector .selector-opened-state .selector-selected-icon,
html[dir=ltr] .main.winmasters .gaming-products .cashier-form .selector-opened-state .selector-selected-icon,
html[dir=ltr] .main.winmasters .gaming-products .product-selector .selector-opened-state .selector-selected-icon {
    right: 10px
}

html[dir=rtl] .main.winmasters .cashier-form-wrapper .cashier-form .selector-opened-state .selector-selected-icon,
html[dir=rtl] .main.winmasters .cashier-form-wrapper .product-selector .selector-opened-state .selector-selected-icon,
html[dir=rtl] .main.winmasters .gaming-products .cashier-form .selector-opened-state .selector-selected-icon,
html[dir=rtl] .main.winmasters .gaming-products .product-selector .selector-opened-state .selector-selected-icon {
    left: 10px
}

.main.winmasters .cashier-form-wrapper .cashier-form .selector-opened-state .selector-selected,
.main.winmasters .cashier-form-wrapper .product-selector .selector-opened-state .selector-selected,
.main.winmasters .gaming-products .cashier-form .selector-opened-state .selector-selected,
.main.winmasters .gaming-products .product-selector .selector-opened-state .selector-selected {
    background-color: var(--selector-background-color)
}

.main.winmasters .cashier-form-wrapper .cashier-form .selector-opened-state .selector-selected.first,
.main.winmasters .cashier-form-wrapper .product-selector .selector-opened-state .selector-selected.first,
.main.winmasters .gaming-products .cashier-form .selector-opened-state .selector-selected.first,
.main.winmasters .gaming-products .product-selector .selector-opened-state .selector-selected.first {
    margin-bottom: 3px
}

html[dir=ltr] .main.winmasters .cashier-form-wrapper .cashier-form .selector-opened-state .selector-selected.first,
html[dir=ltr] .main.winmasters .cashier-form-wrapper .product-selector .selector-opened-state .selector-selected.first,
html[dir=ltr] .main.winmasters .gaming-products .cashier-form .selector-opened-state .selector-selected.first,
html[dir=ltr] .main.winmasters .gaming-products .product-selector .selector-opened-state .selector-selected.first {
    padding: 0 17px 0 10px
}

html[dir=rtl] .main.winmasters .cashier-form-wrapper .cashier-form .selector-opened-state .selector-selected.first,
html[dir=rtl] .main.winmasters .cashier-form-wrapper .product-selector .selector-opened-state .selector-selected.first,
html[dir=rtl] .main.winmasters .gaming-products .cashier-form .selector-opened-state .selector-selected.first,
html[dir=rtl] .main.winmasters .gaming-products .product-selector .selector-opened-state .selector-selected.first {
    padding: 0 10px 0 17px
}

.main.winmasters .cashier-form-wrapper .cashier-form .selector-opened-state .selector-selected.first+.selector-selected,
.main.winmasters .cashier-form-wrapper .product-selector .selector-opened-state .selector-selected.first+.selector-selected,
.main.winmasters .gaming-products .cashier-form .selector-opened-state .selector-selected.first+.selector-selected,
.main.winmasters .gaming-products .product-selector .selector-opened-state .selector-selected.first+.selector-selected {
    border-top: var(--selector-border-width) solid var(--selector-border-color);
    border-radius: var(--selector-border-radius)
}

.main.winmasters .cashier-form-wrapper .cashier-form .selector-opened-state .selector-selected:not(.first),
.main.winmasters .cashier-form-wrapper .product-selector .selector-opened-state .selector-selected:not(.first),
.main.winmasters .gaming-products .cashier-form .selector-opened-state .selector-selected:not(.first),
.main.winmasters .gaming-products .product-selector .selector-opened-state .selector-selected:not(.first) {
    height: 37px;
    line-height: 37px;
    border-color: var(--selector-border-color);
    box-shadow: 0 4px 4px #00000040
}

html[dir=ltr] .main.winmasters .cashier-form-wrapper .cashier-form .selector-opened-state .selector-selected:not(.first),
html[dir=ltr] .main.winmasters .cashier-form-wrapper .product-selector .selector-opened-state .selector-selected:not(.first),
html[dir=ltr] .main.winmasters .gaming-products .cashier-form .selector-opened-state .selector-selected:not(.first),
html[dir=ltr] .main.winmasters .gaming-products .product-selector .selector-opened-state .selector-selected:not(.first) {
    padding: 0 17px 0 10px
}

html[dir=rtl] .main.winmasters .cashier-form-wrapper .cashier-form .selector-opened-state .selector-selected:not(.first),
html[dir=rtl] .main.winmasters .cashier-form-wrapper .product-selector .selector-opened-state .selector-selected:not(.first),
html[dir=rtl] .main.winmasters .gaming-products .cashier-form .selector-opened-state .selector-selected:not(.first),
html[dir=rtl] .main.winmasters .gaming-products .product-selector .selector-opened-state .selector-selected:not(.first) {
    padding: 0 10px 0 17px
}

.main.winmasters .cashier-form-wrapper .cashier-form .show-errors .cashier-form-label-text-error,
.main.winmasters .cashier-form-wrapper .product-selector .show-errors .cashier-form-label-text-error,
.main.winmasters .gaming-products .cashier-form .show-errors .cashier-form-label-text-error,
.main.winmasters .gaming-products .product-selector .show-errors .cashier-form-label-text-error {
    color: var(--general-error-color)
}

.main.winmasters .cashier-form-wrapper .cashier-form .show-errors input.ng-invalid,
.main.winmasters .cashier-form-wrapper .cashier-form .show-errors .animated-input input.ng-invalid,
.main.winmasters .cashier-form-wrapper .product-selector .show-errors input.ng-invalid,
.main.winmasters .cashier-form-wrapper .product-selector .show-errors .animated-input input.ng-invalid,
.main.winmasters .gaming-products .cashier-form .show-errors input.ng-invalid,
.main.winmasters .gaming-products .cashier-form .show-errors .animated-input input.ng-invalid,
.main.winmasters .gaming-products .product-selector .show-errors input.ng-invalid,
.main.winmasters .gaming-products .product-selector .show-errors .animated-input input.ng-invalid {
    border-color: var(--general-error-color)
}

.main.winmasters .cashier-form-wrapper .cashier-form .show-errors input.ng-invalid~label,
.main.winmasters .cashier-form-wrapper .cashier-form .show-errors input.ng-invalid label.cashier-form-label-text,
.main.winmasters .cashier-form-wrapper .cashier-form .show-errors .animated-input input.ng-invalid~label,
.main.winmasters .cashier-form-wrapper .cashier-form .show-errors .animated-input input.ng-invalid label.cashier-form-label-text,
.main.winmasters .cashier-form-wrapper .product-selector .show-errors input.ng-invalid~label,
.main.winmasters .cashier-form-wrapper .product-selector .show-errors input.ng-invalid label.cashier-form-label-text,
.main.winmasters .cashier-form-wrapper .product-selector .show-errors .animated-input input.ng-invalid~label,
.main.winmasters .cashier-form-wrapper .product-selector .show-errors .animated-input input.ng-invalid label.cashier-form-label-text,
.main.winmasters .gaming-products .cashier-form .show-errors input.ng-invalid~label,
.main.winmasters .gaming-products .cashier-form .show-errors input.ng-invalid label.cashier-form-label-text,
.main.winmasters .gaming-products .cashier-form .show-errors .animated-input input.ng-invalid~label,
.main.winmasters .gaming-products .cashier-form .show-errors .animated-input input.ng-invalid label.cashier-form-label-text,
.main.winmasters .gaming-products .product-selector .show-errors input.ng-invalid~label,
.main.winmasters .gaming-products .product-selector .show-errors input.ng-invalid label.cashier-form-label-text,
.main.winmasters .gaming-products .product-selector .show-errors .animated-input input.ng-invalid~label,
.main.winmasters .gaming-products .product-selector .show-errors .animated-input input.ng-invalid label.cashier-form-label-text {
    color: var(--general-error-color)
}

.main.winmasters .cashier-form-wrapper .cashier-form .show-errors .credit-card-form-wrapper .credit-card-input input.ng-invalid,
.main.winmasters .cashier-form-wrapper .cashier-form .show-errors .credit-card-form-wrapper .credit-card-input .animated-input input.ng-invalid,
.main.winmasters .cashier-form-wrapper .product-selector .show-errors .credit-card-form-wrapper .credit-card-input input.ng-invalid,
.main.winmasters .cashier-form-wrapper .product-selector .show-errors .credit-card-form-wrapper .credit-card-input .animated-input input.ng-invalid,
.main.winmasters .gaming-products .cashier-form .show-errors .credit-card-form-wrapper .credit-card-input input.ng-invalid,
.main.winmasters .gaming-products .cashier-form .show-errors .credit-card-form-wrapper .credit-card-input .animated-input input.ng-invalid,
.main.winmasters .gaming-products .product-selector .show-errors .credit-card-form-wrapper .credit-card-input input.ng-invalid,
.main.winmasters .gaming-products .product-selector .show-errors .credit-card-form-wrapper .credit-card-input .animated-input input.ng-invalid {
    border-color: var(--credit-card-form-error-color)
}

.main.winmasters .cashier-form-wrapper .cashier-form .show-errors .credit-card-form-wrapper .credit-card-input input.ng-invalid~label,
.main.winmasters .cashier-form-wrapper .cashier-form .show-errors .credit-card-form-wrapper .credit-card-input input.ng-invalid label.cashier-form-label-text,
.main.winmasters .cashier-form-wrapper .cashier-form .show-errors .credit-card-form-wrapper .credit-card-input .animated-input input.ng-invalid~label,
.main.winmasters .cashier-form-wrapper .cashier-form .show-errors .credit-card-form-wrapper .credit-card-input .animated-input input.ng-invalid label.cashier-form-label-text,
.main.winmasters .cashier-form-wrapper .product-selector .show-errors .credit-card-form-wrapper .credit-card-input input.ng-invalid~label,
.main.winmasters .cashier-form-wrapper .product-selector .show-errors .credit-card-form-wrapper .credit-card-input input.ng-invalid label.cashier-form-label-text,
.main.winmasters .cashier-form-wrapper .product-selector .show-errors .credit-card-form-wrapper .credit-card-input .animated-input input.ng-invalid~label,
.main.winmasters .cashier-form-wrapper .product-selector .show-errors .credit-card-form-wrapper .credit-card-input .animated-input input.ng-invalid label.cashier-form-label-text,
.main.winmasters .gaming-products .cashier-form .show-errors .credit-card-form-wrapper .credit-card-input input.ng-invalid~label,
.main.winmasters .gaming-products .cashier-form .show-errors .credit-card-form-wrapper .credit-card-input input.ng-invalid label.cashier-form-label-text,
.main.winmasters .gaming-products .cashier-form .show-errors .credit-card-form-wrapper .credit-card-input .animated-input input.ng-invalid~label,
.main.winmasters .gaming-products .cashier-form .show-errors .credit-card-form-wrapper .credit-card-input .animated-input input.ng-invalid label.cashier-form-label-text,
.main.winmasters .gaming-products .product-selector .show-errors .credit-card-form-wrapper .credit-card-input input.ng-invalid~label,
.main.winmasters .gaming-products .product-selector .show-errors .credit-card-form-wrapper .credit-card-input input.ng-invalid label.cashier-form-label-text,
.main.winmasters .gaming-products .product-selector .show-errors .credit-card-form-wrapper .credit-card-input .animated-input input.ng-invalid~label,
.main.winmasters .gaming-products .product-selector .show-errors .credit-card-form-wrapper .credit-card-input .animated-input input.ng-invalid label.cashier-form-label-text {
    color: var(--credit-card-form-error-color)
}

.main.winmasters .cashier-form-wrapper .cashier-form .show-errors mm-selector.ng-invalid input,
.main.winmasters .cashier-form-wrapper .cashier-form .show-errors mm-selector.ng-invalid .selector-closed-state .selector-new-item,
.main.winmasters .cashier-form-wrapper .cashier-form .show-errors mm-selector.ng-invalid .selector-opened-state .selector-selected.first,
.main.winmasters .cashier-form-wrapper .product-selector .show-errors mm-selector.ng-invalid input,
.main.winmasters .cashier-form-wrapper .product-selector .show-errors mm-selector.ng-invalid .selector-closed-state .selector-new-item,
.main.winmasters .cashier-form-wrapper .product-selector .show-errors mm-selector.ng-invalid .selector-opened-state .selector-selected.first,
.main.winmasters .gaming-products .cashier-form .show-errors mm-selector.ng-invalid input,
.main.winmasters .gaming-products .cashier-form .show-errors mm-selector.ng-invalid .selector-closed-state .selector-new-item,
.main.winmasters .gaming-products .cashier-form .show-errors mm-selector.ng-invalid .selector-opened-state .selector-selected.first,
.main.winmasters .gaming-products .product-selector .show-errors mm-selector.ng-invalid input,
.main.winmasters .gaming-products .product-selector .show-errors mm-selector.ng-invalid .selector-closed-state .selector-new-item,
.main.winmasters .gaming-products .product-selector .show-errors mm-selector.ng-invalid .selector-opened-state .selector-selected.first {
    border-color: var(--general-error-color)
}

.main.winmasters .cashier-form-wrapper .cashier-form .field-wrapper,
.main.winmasters .cashier-form-wrapper .product-selector .field-wrapper,
.main.winmasters .gaming-products .cashier-form .field-wrapper,
.main.winmasters .gaming-products .product-selector .field-wrapper {
    margin-top: 40px
}

.main.winmasters .cashier-form-wrapper .cashier-form .field-wrapper.credit-card-input,
.main.winmasters .cashier-form-wrapper .product-selector .field-wrapper.credit-card-input,
.main.winmasters .gaming-products .cashier-form .field-wrapper.credit-card-input,
.main.winmasters .gaming-products .product-selector .field-wrapper.credit-card-input {
    margin-bottom: 42px;
    margin-top: 0
}

.main.winmasters .cashier-form-wrapper .cashier-form .field-wrapper .alert-container .alert:not(:first-child),
.main.winmasters .cashier-form-wrapper .product-selector .field-wrapper .alert-container .alert:not(:first-child),
.main.winmasters .gaming-products .cashier-form .field-wrapper .alert-container .alert:not(:first-child),
.main.winmasters .gaming-products .product-selector .field-wrapper .alert-container .alert:not(:first-child) {
    display: none
}

.main.winmasters .cashier-form-wrapper .cashier-form .animated-input,
.main.winmasters .cashier-form-wrapper .product-selector .animated-input,
.main.winmasters .gaming-products .cashier-form .animated-input,
.main.winmasters .gaming-products .product-selector .animated-input {
    position: relative
}

.main.winmasters .cashier-form-wrapper .cashier-form .animated-input input,
.main.winmasters .cashier-form-wrapper .product-selector .animated-input input,
.main.winmasters .gaming-products .cashier-form .animated-input input,
.main.winmasters .gaming-products .product-selector .animated-input input {
    height: var(--input-height);
    width: 100%;
    padding: 0 4px
}

.main.winmasters .cashier-form-wrapper .cashier-form .animated-input input::-webkit-input-placeholder,
.main.winmasters .cashier-form-wrapper .product-selector .animated-input input::-webkit-input-placeholder,
.main.winmasters .gaming-products .cashier-form .animated-input input::-webkit-input-placeholder,
.main.winmasters .gaming-products .product-selector .animated-input input::-webkit-input-placeholder {
    color: transparent
}

.main.winmasters .cashier-form-wrapper .cashier-form .animated-input input:-moz-placeholder,
.main.winmasters .cashier-form-wrapper .product-selector .animated-input input:-moz-placeholder,
.main.winmasters .gaming-products .cashier-form .animated-input input:-moz-placeholder,
.main.winmasters .gaming-products .product-selector .animated-input input:-moz-placeholder {
    color: transparent
}

.main.winmasters .cashier-form-wrapper .cashier-form .animated-input input::-moz-placeholder,
.main.winmasters .cashier-form-wrapper .product-selector .animated-input input::-moz-placeholder,
.main.winmasters .gaming-products .cashier-form .animated-input input::-moz-placeholder,
.main.winmasters .gaming-products .product-selector .animated-input input::-moz-placeholder {
    color: transparent
}

.main.winmasters .cashier-form-wrapper .cashier-form .animated-input input:-ms-input-placeholder,
.main.winmasters .cashier-form-wrapper .product-selector .animated-input input:-ms-input-placeholder,
.main.winmasters .gaming-products .cashier-form .animated-input input:-ms-input-placeholder,
.main.winmasters .gaming-products .product-selector .animated-input input:-ms-input-placeholder {
    color: transparent
}

.main.winmasters .cashier-form-wrapper .cashier-form .animated-input input:focus,
.main.winmasters .cashier-form-wrapper .cashier-form .animated-input input.valid,
.main.winmasters .cashier-form-wrapper .product-selector .animated-input input:focus,
.main.winmasters .cashier-form-wrapper .product-selector .animated-input input.valid,
.main.winmasters .gaming-products .cashier-form .animated-input input:focus,
.main.winmasters .gaming-products .cashier-form .animated-input input.valid,
.main.winmasters .gaming-products .product-selector .animated-input input:focus,
.main.winmasters .gaming-products .product-selector .animated-input input.valid {
    border-color: var(--input-focused-border-color)
}

.main.winmasters .cashier-form-wrapper .cashier-form .animated-input input:focus~label:not(.disabled),
.main.winmasters .cashier-form-wrapper .cashier-form .animated-input input:focus label.cashier-form-label-text:not(.disabled),
.main.winmasters .cashier-form-wrapper .cashier-form .animated-input input.valid~label:not(.disabled),
.main.winmasters .cashier-form-wrapper .cashier-form .animated-input input.valid label.cashier-form-label-text:not(.disabled),
.main.winmasters .cashier-form-wrapper .product-selector .animated-input input:focus~label:not(.disabled),
.main.winmasters .cashier-form-wrapper .product-selector .animated-input input:focus label.cashier-form-label-text:not(.disabled),
.main.winmasters .cashier-form-wrapper .product-selector .animated-input input.valid~label:not(.disabled),
.main.winmasters .cashier-form-wrapper .product-selector .animated-input input.valid label.cashier-form-label-text:not(.disabled),
.main.winmasters .gaming-products .cashier-form .animated-input input:focus~label:not(.disabled),
.main.winmasters .gaming-products .cashier-form .animated-input input:focus label.cashier-form-label-text:not(.disabled),
.main.winmasters .gaming-products .cashier-form .animated-input input.valid~label:not(.disabled),
.main.winmasters .gaming-products .cashier-form .animated-input input.valid label.cashier-form-label-text:not(.disabled),
.main.winmasters .gaming-products .product-selector .animated-input input:focus~label:not(.disabled),
.main.winmasters .gaming-products .product-selector .animated-input input:focus label.cashier-form-label-text:not(.disabled),
.main.winmasters .gaming-products .product-selector .animated-input input.valid~label:not(.disabled),
.main.winmasters .gaming-products .product-selector .animated-input input.valid label.cashier-form-label-text:not(.disabled) {
    top: -20px;
    font-size: var(--label-font-size);
    color: var(--label-color)
}

.main.winmasters .cashier-form-wrapper .cashier-form .animated-input label:not(.disabled),
.main.winmasters .cashier-form-wrapper .cashier-form .animated-input label.cashier-form-label-text:not(.disabled),
.main.winmasters .cashier-form-wrapper .product-selector .animated-input label:not(.disabled),
.main.winmasters .cashier-form-wrapper .product-selector .animated-input label.cashier-form-label-text:not(.disabled),
.main.winmasters .gaming-products .cashier-form .animated-input label:not(.disabled),
.main.winmasters .gaming-products .cashier-form .animated-input label.cashier-form-label-text:not(.disabled),
.main.winmasters .gaming-products .product-selector .animated-input label:not(.disabled),
.main.winmasters .gaming-products .product-selector .animated-input label.cashier-form-label-text:not(.disabled) {
    position: absolute;
    top: 5px;
    pointer-events: none;
    transition: all .2s ease;
    color: var(--input-text-color);
    font-size: var(--input-font-size)
}

.main.winmasters .cashier-form-wrapper .notes-wrapper,
.main.winmasters .gaming-products .notes-wrapper {
    clear: var(--direction-left);
    max-width: 800px
}

.main.winmasters .cashier-form-wrapper .notes-wrapper .note,
.main.winmasters .gaming-products .notes-wrapper .note {
    display: flex;
    align-items: flex-start;
    margin: 40px 0
}

html[dir=ltr] .main.winmasters .cashier-form-wrapper .notes-wrapper .note .icon,
html[dir=ltr] .main.winmasters .gaming-products .notes-wrapper .note .icon {
    margin-right: 10px
}

html[dir=rtl] .main.winmasters .cashier-form-wrapper .notes-wrapper .note .icon,
html[dir=rtl] .main.winmasters .gaming-products .notes-wrapper .note .icon {
    margin-left: 10px
}

.main.winmasters .cashier-form-wrapper .notes-wrapper .note .icon path,
.main.winmasters .gaming-products .notes-wrapper .note .icon path {
    fill: var(--notes-icon-color);
    fill-opacity: var(--notes-icon-opacity)
}

.main.winmasters .cashier-form-wrapper .notes-wrapper .note .note-text,
.main.winmasters .gaming-products .notes-wrapper .note .note-text {
    line-height: var(--notes-line-height);
    font-size: var(--notes-font-size);
    color: var(--notes-font-color);
    font-weight: var(--notes-font-weight);
    font-style: normal
}

.main.winmasters .credit-card-v2-wrapper {
    display: flex;
    flex-direction: column
}

.main.winmasters .credit-card-v2-wrapper .empty-selector-placeholder {
    color: var(--credit-card-selector-disabled-color)
}

.main.winmasters .credit-card-v2-wrapper .add-new-credit-card,
.main.winmasters .credit-card-v2-wrapper .credit-card-selector {
    width: 320px
}

.main.winmasters .credit-card-v2-wrapper .credit-card-selector {
    margin-top: 15px
}

.main.winmasters .credit-card-v2-wrapper .selector-label.empty-selector-label,
.main.winmasters .credit-card-v2-wrapper .card-selector-closed.empty-selector,
.main.winmasters .credit-card-v2-wrapper .card-selector-closed.disabled {
    opacity: .6;
    pointer-events: none
}

.main.winmasters .credit-card-v2-wrapper .cvv-field .info-icon .info-link-svg {
    position: absolute;
    top: 2px;
    cursor: pointer
}

html[dir=ltr] .main.winmasters .credit-card-v2-wrapper .cvv-field .info-icon .info-link-svg {
    right: 8px
}

html[dir=rtl] .main.winmasters .credit-card-v2-wrapper .cvv-field .info-icon .info-link-svg {
    left: 8px
}

.main.winmasters .credit-card-v2-wrapper .cvv-field .info-icon .info-link-svg path {
    fill: var(--credit-card-cvv-icon-color)
}

.main.winmasters .credit-card-v2-wrapper .cvv-field .tooltip {
    background-color: var(--credit-card-cvv-info-background-color);
    font-size: var(--credit-card-cvv-info-font-size);
    color: var(--credit-card-cvv-info-text-color);
    width: 100%;
    min-width: unset;
    max-width: unset
}

.main.winmasters .credit-card-v2-wrapper .cvv-field .tooltip .arrow-up {
    border-bottom: 12px solid var(--credit-card-cvv-info-arrow-color);
    left: unset
}

html[dir=ltr] .main.winmasters .credit-card-v2-wrapper .cvv-field .tooltip .arrow-up {
    right: 12px
}

html[dir=rtl] .main.winmasters .credit-card-v2-wrapper .cvv-field .tooltip .arrow-up {
    left: 12px
}

.main.winmasters .credit-card-v2-wrapper .cvv-field .tooltip.info-visible {
    opacity: 1
}

.main.winmasters .credit-card-v2-wrapper .add-new-credit-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 35px;
    cursor: pointer;
    background: var(--credit-card-add-new-button-background-color);
    box-shadow: 0 0 4px var(--credit-card-add-new-button-shadow-color);
    border-radius: var(--credit-card-add-new-button-border-radius);
    color: var(--credit-card-add-new-button-text-color);
    font-size: var(--credit-card-add-new-button-font-size)
}

.main.winmasters .credit-card-v2-wrapper .add-new-credit-card svg {
    fill: var(--credit-card-add-new-button-plus-icon-color)
}

html[dir=ltr] .main.winmasters .credit-card-v2-wrapper .add-new-credit-card svg {
    margin-right: 19px
}

html[dir=rtl] .main.winmasters .credit-card-v2-wrapper .add-new-credit-card svg {
    margin-left: 19px
}

.main.winmasters .selector-closed-state .selector-selected-icon,
.main.winmasters .selector-opened-state .selector-selected-icon,
.main.winmasters .selector-arrow {
    border: none
}

.main.winmasters .selector-closed-state .selector-selected-icon:after,
.main.winmasters .selector-opened-state .selector-selected-icon:after,
.main.winmasters .selector-arrow:after {
    content: "";
    border: solid var(--credit-card-selector-number-color);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.main.winmasters .selector-opened-state .selector-selected-icon:after,
.main.winmasters .up-arrow:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg)
}

.main.winmasters .cashier-method-selector .title {
    font-size: var(--general-page-title-size);
    color: var(--general-page-title-color);
    font-weight: var(--general-page-title-font-weight);
    font-style: normal;
    margin-bottom: 3.3%
}

html[dir=ltr] .main.winmasters .cashier-method-selector .title {
    padding-left: 1%
}

html[dir=rtl] .main.winmasters .cashier-method-selector .title {
    padding-right: 1%
}

.main.winmasters .cashier-method-selector.no-margin-bottom .method-selector-desktop {
    margin-bottom: 0
}

.main.winmasters .selector-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative
}

.main.winmasters .selector-wrapper .custom-tooltip {
    display: none
}

.main.winmasters .selector-wrapper.disabled {
    cursor: auto
}

.main.winmasters .selector-wrapper.disabled .radio-button-selector,
.main.winmasters .selector-wrapper.disabled .selector-item {
    opacity: .7
}

.main.winmasters .selector-wrapper.disabled [type=radio]:checked+label:before,
.main.winmasters .selector-wrapper.disabled [type=radio]:not(:checked)+label:before,
.main.winmasters .selector-wrapper.disabled [type=radio]:checked+label:after,
.main.winmasters .selector-wrapper.disabled [type=radio]:not(:checked)+label:after {
    cursor: auto
}

.main.winmasters .selector-wrapper.disabled:hover .custom-tooltip {
    display: block;
    position: absolute;
    opacity: 1;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid var(--tooltip-border-color);
    font-size: var(--tooltip-label-font-size);
    margin: 7px;
    color: var(--tooltip-label-color);
    background-color: var(--tooltip-background-color);
    box-shadow: 1px 2px 4px #1515151f;
    z-index: 1;
    top: 30px
}

.main.winmasters .selector-wrapper .selector-item {
    width: calc(100% - 19px);
    overflow: hidden
}

.main.winmasters .selector-wrapper .selector-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.main.winmasters .selector-wrapper .selector-logo .method-logo {
    width: var(--logo-width);
    height: var(--logo-heigth);
    border: var(--method-selector-logo-border) solid var(--method-selector-logo-border-color);
    box-sizing: content-box;
    border-radius: var(--method-selector-logo-border-radius)
}

html[dir=ltr] .main.winmasters .selector-wrapper .selector-logo .method-logo {
    margin-right: 19px
}

html[dir=rtl] .main.winmasters .selector-wrapper .selector-logo .method-logo {
    margin-left: 19px
}

.main.winmasters .selector-wrapper .selector-logo .method-logo img {
    width: inherit;
    height: inherit
}

.main.winmasters .selector-wrapper .selector-logo .method-info {
    display: flex;
    flex-direction: column;
    align-items: auto;
    justify-content: auto;
    width: calc(100% - 70px)
}

.main.winmasters .selector-wrapper .selector-logo .method-info .method-title {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: auto;
    height: calc(var(--method-selector-title-font-size) + 2px)
}

.main.winmasters .selector-wrapper .selector-logo .method-info .method-title span {
    max-width: 100%;
    white-space: nowrap;
    font-size: var(--method-selector-title-font-size);
    color: var(--method-selector-title-color);
    font-weight: var(--method-selector-title-weight);
    font-style: normal
}

.main.winmasters .selector-wrapper .selector-logo .method-info .method-limits {
    height: calc(var(--method-selector-limits-font-size) + 2px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: auto
}

.main.winmasters .selector-wrapper .selector-logo .method-info .method-limits .divider {
    margin: 2px
}

.main.winmasters .selector-wrapper .selector-logo .method-info .method-limits span {
    max-width: 100%;
    white-space: nowrap;
    font-size: var(--method-selector-limits-font-size);
    color: var(--method-selector-limits-color);
    font-weight: var(--method-selector-limits-weight);
    font-style: normal
}

.main.winmasters .method-selector-desktop {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.main.winmasters .method-selector-desktop .selector-wrapper {
    width: 30%;
    height: 71px;
    min-width: 390px;
    background: var(--method-selector-background-color);
    box-shadow: 0 0 4px #00000040;
    box-sizing: border-box;
    border-radius: var(--method-selector-border-radius)
}

html[dir=ltr] .main.winmasters .method-selector-desktop .selector-wrapper,
html[dir=rtl] .main.winmasters .method-selector-desktop .selector-wrapper {
    padding: 1% 1% 1% 2%
}

html[dir=ltr] .main.winmasters .method-selector-desktop .selector-wrapper {
    margin: 0 2.5% 1.5% 0
}

html[dir=rtl] .main.winmasters .method-selector-desktop .selector-wrapper {
    margin: 0 0% 1.5% 2.5%
}

.main.winmasters .method-selector-desktop .selector-wrapper.selected {
    border: var(--method-selector-border-width) solid var(--method-selector-border-color-selected)
}

.main.winmasters .gaming-products {
    margin-bottom: 3.3%;
    height: unset
}

.main.winmasters .gaming-products .page-title {
    margin-bottom: 3.3%
}

html[dir=ltr] .main.winmasters .gaming-products .page-title {
    padding-left: 1%
}

html[dir=rtl] .main.winmasters .gaming-products .page-title {
    padding-right: 1%
}

.main.winmasters .gaming-products .page-title svg {
    cursor: pointer;
    fill: var(--tooltip-icon-color);
    margin-left: 15px
}

.main.winmasters .gaming-products .product-selector .cashier-selector .selector-new-item .selector-selected-icon {
    top: -46px
}

.main.winmasters .gaming-products .product-radio-button .selector-wrapper {
    height: 50px;
    min-width: 260px
}

.main.winmasters .gaming-products .product-radio-button .selector-wrapper .radio-button-selector {
    position: static
}

html[dir=ltr] .main.winmasters .gaming-products .product-radio-button .selector-wrapper .product-label {
    padding-left: 0
}

html[dir=rtl] .main.winmasters .gaming-products .product-radio-button .selector-wrapper .product-label {
    padding-right: 0
}

.main.winmasters .radio-button-selector {
    position: static;
    height: var(--radio-button-width);
    width: var(--radio-button-width)
}

.main.winmasters .radio-button-selector label {
    pointer-events: none
}

.main.winmasters [type=radio]:checked,
.main.winmasters [type=radio]:not(:checked) {
    display: none
}

.main.winmasters [type=radio]:checked+label,
.main.winmasters [type=radio]:not(:checked)+label {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: block;
    color: var(--method-selector-toggle-border-color)
}

html[dir=ltr] .main.winmasters [type=radio]:checked+label,
html[dir=ltr] .main.winmasters [type=radio]:not(:checked)+label {
    padding-left: var(--selector-radio-button-width)
}

html[dir=rtl] .main.winmasters [type=radio]:checked+label,
html[dir=rtl] .main.winmasters [type=radio]:not(:checked)+label {
    padding-right: var(--selector-radio-button-width)
}

.main.winmasters [type=radio]:checked+label:before,
.main.winmasters [type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    top: 0;
    width: var(--radio-button-width);
    height: var(--radio-button-width);
    border: var(--radio-button-border-width) solid var(--method-selector-toggle-border-color);
    border-radius: 100%;
    background: #fff;
    background: var(--method-selector-toggle-background-color);
    box-sizing: border-box
}

html[dir=ltr] .main.winmasters [type=radio]:checked+label:before,
html[dir=ltr] .main.winmasters [type=radio]:not(:checked)+label:before {
    left: 0
}

html[dir=rtl] .main.winmasters [type=radio]:checked+label:before,
html[dir=rtl] .main.winmasters [type=radio]:not(:checked)+label:before {
    right: 0
}

.main.winmasters [type=radio]:checked+label:after,
.main.winmasters [type=radio]:not(:checked)+label:after {
    content: "";
    width: var(--radio-button-border-width-internal);
    height: var(--radio-button-border-width-internal);
    background: var(--method-selector-toggle-color);
    position: absolute;
    top: calc((var(--radio-button-width) - var(--radio-button-border-width-internal)) / 2);
    border-radius: 100%;
    transition: all .2s ease
}

html[dir=ltr] .main.winmasters [type=radio]:checked+label:after,
html[dir=ltr] .main.winmasters [type=radio]:not(:checked)+label:after {
    left: calc((var(--radio-button-width) - var(--radio-button-border-width-internal)) / 2)
}

html[dir=rtl] .main.winmasters [type=radio]:checked+label:after,
html[dir=rtl] .main.winmasters [type=radio]:not(:checked)+label:after {
    right: calc((var(--radio-button-width) - var(--radio-button-border-width-internal)) / 2)
}

.main.winmasters [type=radio]:not(:checked)+label:after {
    opacity: 0
}

.main.winmasters [type=radio]:checked+label:after {
    opacity: 1
}

.main.winmasters .modal-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: var(--general-overlay-background-color);
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    z-index: 3
}

html[dir=ltr] .main.winmasters .modal-wrapper {
    left: 0
}

html[dir=rtl] .main.winmasters .modal-wrapper {
    right: 0
}

.main.winmasters .add-new-card .credit-card-view {
    width: 279px;
    height: 166px;
    position: absolute
}

html[dir=ltr] .main.winmasters .add-new-card .credit-card-view {
    left: calc((100% - 279px)/2)
}

html[dir=rtl] .main.winmasters .add-new-card .credit-card-view {
    right: calc((100% - 279px)/2)
}

.main.winmasters .add-new-card .credit-card-view .card-image {
    width: 100%;
    height: 100%
}

.main.winmasters .add-new-card .credit-card-view .card-image,
.main.winmasters .add-new-card .credit-card-view .card-text {
    position: absolute
}

.main.winmasters .add-new-card .credit-card-view .card-text {
    padding: 0 18px;
    font-weight: 700;
    font-size: 12px;
    height: 80px;
    top: 70px;
    color: #fff;
    display: flex;
    flex-direction: column
}

.main.winmasters .add-new-card .credit-card-view .card-text .highlight {
    text-shadow: 2px 2px 5px #000000
}

.main.winmasters .add-new-card .credit-card-view .card-text .card-number {
    font-size: 18px;
    width: 235px;
    display: flex;
    justify-content: space-between
}

.main.winmasters .add-new-card .credit-card-view .card-text .card-holder-name {
    display: flex;
    flex-direction: column
}

.main.winmasters .add-new-card .credit-card-view .card-text .card-holder-name .title {
    line-height: 14px;
    margin-bottom: 2px
}

.main.winmasters .add-new-card .credit-card-view .card-text .card-holder-name .name {
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize
}

.main.winmasters .add-new-card .credit-card-view .card-text .expire-date {
    margin-top: auto
}

html[dir=ltr] .main.winmasters .add-new-card .credit-card-view .card-text .expire-date {
    margin-left: auto
}

html[dir=rtl] .main.winmasters .add-new-card .credit-card-view .card-text .expire-date {
    margin-right: auto
}

.main.winmasters .add-new-card .credit-card-form-wrapper {
    padding-top: 115px
}

.main.winmasters .add-new-card .credit-card-form-wrapper .credit-card-form {
    max-width: 344px;
    margin: auto;
    padding: 85px 14px 30px;
    background: var(--credit-card-form-background-color);
    box-shadow: 0 0 4px #00000040;
    border-radius: var(--credit-card-form-radius)
}

.main.winmasters .add-new-card .credit-card-form-wrapper .credit-card-form .credit-card-input .animated-input input {
    height: 30px;
    font-size: var(--input-mobile-font-size);
    border-color: var(--credit-card-form-input-border-color)
}

.main.winmasters .add-new-card .credit-card-form-wrapper .credit-card-form .credit-card-input .animated-input input:focus,
.main.winmasters .add-new-card .credit-card-form-wrapper .credit-card-form .credit-card-input .animated-input input.valid {
    color: var(--credit-card-form-input-text-color);
    border-color: var(--credit-card-form-input-border-color)
}

.main.winmasters .add-new-card .credit-card-form-wrapper .credit-card-form .credit-card-input .animated-input input:focus~label,
.main.winmasters .add-new-card .credit-card-form-wrapper .credit-card-form .credit-card-input .animated-input input:focus label.cashier-form-label-text,
.main.winmasters .add-new-card .credit-card-form-wrapper .credit-card-form .credit-card-input .animated-input input.valid~label,
.main.winmasters .add-new-card .credit-card-form-wrapper .credit-card-form .credit-card-input .animated-input input.valid label.cashier-form-label-text {
    font-size: var(--label-mobile-font-size);
    color: var(--credit-card-form-label-color)
}

.main.winmasters .add-new-card .credit-card-form-wrapper .credit-card-form .credit-card-input label.cashier-form-label-text {
    font-size: var(--input-mobile-font-size);
    color: var(--credit-card-form-input-text-color)
}

.main.winmasters .add-new-card .credit-card-form-wrapper .credit-card-form .card.note {
    font-size: var(--notes-font-size);
    line-height: var(--notes-line-height)
}

.main.winmasters .add-new-card .credit-card-form-wrapper .credit-card-form .button-wrapper {
    padding: 13px;
    display: flex;
    justify-content: space-between
}

.main.winmasters .add-new-card .credit-card-form-wrapper .credit-card-form .button-wrapper .cancel-button {
    background-color: var(--credit-card-cancel-background-color);
    color: var(--credit-card-cancel-button-text-color);
    border-color: var(--credit-card-cancel-button-border-color)
}

.main.winmasters .add-new-card .credit-card-form-wrapper .credit-card-form .button-wrapper .btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 41px
}

.main.winmasters .cashier-method-selector.is-short-cashier .title,
.main.winmasters .cashier-method-selector.is-short-cashier .method-selector-mobile .method-selector-closed.hidden-on-opened {
    display: none
}

.main.winmasters .cashier-method-selector.is-short-cashier .method-selector-mobile .method-selector-opened.visible-list {
    top: 0;
    box-shadow: none;
    padding: 23px 23px 0
}

.main.winmasters .cashier-method-selector.is-short-cashier .method-selector-mobile .method-selector-opened.visible-list .selector-wrapper.last-child {
    padding-bottom: 30px;
    border-bottom: var(--method-selector-mobile-divider-width) solid var(--input-border-color)
}

.main.winmasters .cashier-method-selector.is-short-cashier .method-selector-mobile .method-selector-opened .method-selector-see-all {
    padding: 20px 16px;
    display: flex;
    justify-content: center
}

.main.winmasters .cashier-method-selector.is-short-cashier .method-selector-mobile .method-selector-opened .method-selector-see-all .method-selector-see-all-button {
    width: 200px;
    height: 32px;
    border: 1px solid var(--secondary-button-border-color);
    background: var(--secondary-button-background-color);
    border-radius: var(--primary-button-border-radius);
    color: var(--secondary-button-border-color);
    font-weight: 700;
    cursor: pointer
}

.main.winmasters .method-selector-mobile.no-margin-bottom .method-selector-closed {
    margin-bottom: 4px
}

.main.winmasters .method-selector-mobile,
.main.winmasters .credit-card-selector {
    position: relative
}

.main.winmasters .method-selector-mobile .card-number,
.main.winmasters .credit-card-selector .card-number {
    color: var(--credit-card-selector-number-color);
    font-size: var(--credit-card-selector-number-font-size);
    white-space: nowrap
}

html[dir=ltr] .main.winmasters .method-selector-mobile .card-number,
html[dir=ltr] .main.winmasters .credit-card-selector .card-number {
    margin-right: 8px
}

html[dir=rtl] .main.winmasters .method-selector-mobile .card-number,
html[dir=rtl] .main.winmasters .credit-card-selector .card-number {
    margin-left: 8px
}

.main.winmasters .method-selector-mobile .card-data,
.main.winmasters .credit-card-selector .card-data {
    display: flex;
    flex-direction: column;
    color: var(--credit-card-selector-date-color);
    font-size: var(--credit-card-selector-date-font-size)
}

html[dir=ltr] .main.winmasters .method-selector-mobile .card-data,
html[dir=ltr] .main.winmasters .credit-card-selector .card-data {
    padding-right: 5px
}

html[dir=rtl] .main.winmasters .method-selector-mobile .card-data,
html[dir=rtl] .main.winmasters .credit-card-selector .card-data {
    padding-left: 5px
}

.main.winmasters .method-selector-mobile .card-data .card-type-name,
.main.winmasters .credit-card-selector .card-data .card-type-name {
    margin-bottom: 5px;
    text-align: end
}

.main.winmasters .method-selector-mobile .method-selector-closed,
.main.winmasters .method-selector-mobile .card-selector-closed,
.main.winmasters .credit-card-selector .method-selector-closed,
.main.winmasters .credit-card-selector .card-selector-closed {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
    background: var(--method-selector-mobile-background-color);
    border: var(--method-selector-border-width) solid var(--method-selector-mobile-border-color);
    border-radius: var(--method-selector-mobile-border-radius);
    height: 50px
}

html[dir=ltr] .main.winmasters .method-selector-mobile .method-selector-closed,
html[dir=ltr] .main.winmasters .method-selector-mobile .card-selector-closed,
html[dir=ltr] .main.winmasters .credit-card-selector .method-selector-closed,
html[dir=ltr] .main.winmasters .credit-card-selector .card-selector-closed {
    padding: 0 17px 0 15px
}

html[dir=rtl] .main.winmasters .method-selector-mobile .method-selector-closed,
html[dir=rtl] .main.winmasters .method-selector-mobile .card-selector-closed,
html[dir=rtl] .main.winmasters .credit-card-selector .method-selector-closed,
html[dir=rtl] .main.winmasters .credit-card-selector .card-selector-closed {
    padding: 0 15px 0 17px
}

.main.winmasters .method-selector-mobile .method-selector-closed .selector-placeholder,
.main.winmasters .method-selector-mobile .card-selector-closed .selector-placeholder,
.main.winmasters .credit-card-selector .method-selector-closed .selector-placeholder,
.main.winmasters .credit-card-selector .card-selector-closed .selector-placeholder {
    font-size: var(--method-selector-mobile-placeholder-font-size);
    color: var(--method-selector-mobile-placeholder-color);
    font-weight: var(--method-selector-title-weight);
    font-style: normal
}

.main.winmasters .method-selector-mobile .method-selector-closed .selected-card,
.main.winmasters .method-selector-mobile .card-selector-closed .selected-card,
.main.winmasters .credit-card-selector .method-selector-closed .selected-card,
.main.winmasters .credit-card-selector .card-selector-closed .selected-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 20px)
}

.main.winmasters .method-selector-mobile .method-selector-closed .selector-arrow,
.main.winmasters .method-selector-mobile .card-selector-closed .selector-arrow,
.main.winmasters .credit-card-selector .method-selector-closed .selector-arrow,
.main.winmasters .credit-card-selector .card-selector-closed .selector-arrow {
    position: absolute;
    top: 12px
}

html[dir=ltr] .main.winmasters .method-selector-mobile .method-selector-closed .selector-arrow,
html[dir=ltr] .main.winmasters .method-selector-mobile .card-selector-closed .selector-arrow,
html[dir=ltr] .main.winmasters .credit-card-selector .method-selector-closed .selector-arrow,
html[dir=ltr] .main.winmasters .credit-card-selector .card-selector-closed .selector-arrow {
    right: 20px
}

html[dir=rtl] .main.winmasters .method-selector-mobile .method-selector-closed .selector-arrow,
html[dir=rtl] .main.winmasters .method-selector-mobile .card-selector-closed .selector-arrow,
html[dir=rtl] .main.winmasters .credit-card-selector .method-selector-closed .selector-arrow,
html[dir=rtl] .main.winmasters .credit-card-selector .card-selector-closed .selector-arrow {
    left: 20px
}

.main.winmasters .method-selector-mobile .method-selector-closed .selector-arrow.up-arrow,
.main.winmasters .method-selector-mobile .card-selector-closed .selector-arrow.up-arrow,
.main.winmasters .credit-card-selector .method-selector-closed .selector-arrow.up-arrow,
.main.winmasters .credit-card-selector .card-selector-closed .selector-arrow.up-arrow {
    top: 16px
}

.main.winmasters .method-selector-mobile .method-selector-closed .selector-logo,
.main.winmasters .method-selector-mobile .card-selector-closed .selector-logo,
.main.winmasters .credit-card-selector .method-selector-closed .selector-logo,
.main.winmasters .credit-card-selector .card-selector-closed .selector-logo {
    max-width: unset
}

.main.winmasters .method-selector-mobile .card-selector-closed.selector-wrapper,
.main.winmasters .credit-card-selector .card-selector-closed.selector-wrapper {
    margin-bottom: 20px
}

.main.winmasters .method-selector-mobile .method-selector-opened,
.main.winmasters .method-selector-mobile .card-selector-opened,
.main.winmasters .credit-card-selector .method-selector-opened,
.main.winmasters .credit-card-selector .card-selector-opened {
    opacity: 0;
    display: none
}

.main.winmasters .method-selector-mobile .method-selector-opened .card-list,
.main.winmasters .method-selector-mobile .card-selector-opened .card-list,
.main.winmasters .credit-card-selector .method-selector-opened .card-list,
.main.winmasters .credit-card-selector .card-selector-opened .card-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    border-bottom: 1px solid var(--selector-divider-color);
    cursor: pointer
}

html[dir=ltr] .main.winmasters .method-selector-mobile .method-selector-opened .card-list,
html[dir=ltr] .main.winmasters .method-selector-mobile .card-selector-opened .card-list,
html[dir=ltr] .main.winmasters .credit-card-selector .method-selector-opened .card-list,
html[dir=ltr] .main.winmasters .credit-card-selector .card-selector-opened .card-list {
    padding: 0 14px 0 17px
}

html[dir=rtl] .main.winmasters .method-selector-mobile .method-selector-opened .card-list,
html[dir=rtl] .main.winmasters .method-selector-mobile .card-selector-opened .card-list,
html[dir=rtl] .main.winmasters .credit-card-selector .method-selector-opened .card-list,
html[dir=rtl] .main.winmasters .credit-card-selector .card-selector-opened .card-list {
    padding: 0 17px 0 14px
}

.main.winmasters .method-selector-mobile .method-selector-opened .card-list:hover,
.main.winmasters .method-selector-mobile .card-selector-opened .card-list:hover,
.main.winmasters .credit-card-selector .method-selector-opened .card-list:hover,
.main.winmasters .credit-card-selector .card-selector-opened .card-list:hover {
    background-color: var(--credit-card-selector-hover-background-color)
}

.main.winmasters .method-selector-mobile .method-selector-opened .card-list:hover .card-data,
.main.winmasters .method-selector-mobile .card-selector-opened .card-list:hover .card-data,
.main.winmasters .credit-card-selector .method-selector-opened .card-list:hover .card-data,
.main.winmasters .credit-card-selector .card-selector-opened .card-list:hover .card-data {
    color: var(--credit-card-selector-hover-date-color)
}

.main.winmasters .method-selector-mobile .method-selector-opened .card-list:hover .card-number,
.main.winmasters .method-selector-mobile .card-selector-opened .card-list:hover .card-number,
.main.winmasters .credit-card-selector .method-selector-opened .card-list:hover .card-number,
.main.winmasters .credit-card-selector .card-selector-opened .card-list:hover .card-number {
    color: var(--credit-card-selector-hover-number-color)
}

.main.winmasters .method-selector-mobile .method-selector-opened .card-list.card-selected,
.main.winmasters .method-selector-mobile .card-selector-opened .card-list.card-selected,
.main.winmasters .credit-card-selector .method-selector-opened .card-list.card-selected,
.main.winmasters .credit-card-selector .card-selector-opened .card-list.card-selected {
    background-color: var(--credit-card-selected-background-color)
}

.main.winmasters .method-selector-mobile .method-selector-opened .card-list.card-selected .card-data,
.main.winmasters .method-selector-mobile .card-selector-opened .card-list.card-selected .card-data,
.main.winmasters .credit-card-selector .method-selector-opened .card-list.card-selected .card-data,
.main.winmasters .credit-card-selector .card-selector-opened .card-list.card-selected .card-data {
    color: var(--credit-card-selected-date-color)
}

.main.winmasters .method-selector-mobile .method-selector-opened .card-list.card-selected .card-number,
.main.winmasters .method-selector-mobile .card-selector-opened .card-list.card-selected .card-number,
.main.winmasters .credit-card-selector .method-selector-opened .card-list.card-selected .card-number,
.main.winmasters .credit-card-selector .card-selector-opened .card-list.card-selected .card-number {
    color: var(--credit-card-selected-number-color)
}

.main.winmasters .method-selector-mobile .method-selector-opened.visible-list,
.main.winmasters .method-selector-mobile .card-selector-opened.visible-list,
.main.winmasters .credit-card-selector .method-selector-opened.visible-list,
.main.winmasters .credit-card-selector .card-selector-opened.visible-list {
    opacity: 1;
    position: absolute;
    top: 52px;
    width: 100%;
    display: block;
    z-index: 2;
    background: var(--method-selector-mobile-background-color);
    box-shadow: 0 4px 4px #00000040;
    border: var(--selector-border-width) solid var(--selector-border-color);
    border-radius: var(--selector-border-radius)
}

.main.winmasters .method-selector-mobile .method-selector-opened.visible-list .selector-wrapper,
.main.winmasters .method-selector-mobile .card-selector-opened.visible-list .selector-wrapper,
.main.winmasters .credit-card-selector .method-selector-opened.visible-list .selector-wrapper,
.main.winmasters .credit-card-selector .card-selector-opened.visible-list .selector-wrapper {
    cursor: pointer;
    padding: 9px 0
}

.main.winmasters .method-selector-mobile .method-selector-opened.visible-list .selector-wrapper:not(:last-child),
.main.winmasters .method-selector-mobile .card-selector-opened.visible-list .selector-wrapper:not(:last-child),
.main.winmasters .credit-card-selector .method-selector-opened.visible-list .selector-wrapper:not(:last-child),
.main.winmasters .credit-card-selector .card-selector-opened.visible-list .selector-wrapper:not(:last-child) {
    border-bottom: var(--method-selector-mobile-divider-width) solid var(--method-selector-mobile-divider-color)
}

.main.winmasters .method-selector-mobile .method-selector-closed {
    height: 55px
}

.main.winmasters .method-selector-mobile .method-selector-closed .selector-arrow {
    position: absolute;
    top: 16px
}

.main.winmasters .method-selector-mobile .method-selector-closed .selector-arrow.up-arrow {
    top: 20px
}

.main.winmasters .method-selector-mobile .method-selector-opened.visible-list {
    top: 57px
}

html[dir=ltr] .main.winmasters .method-selector-mobile .method-selector-opened.visible-list {
    padding: 0 9px 0 10px
}

html[dir=rtl] .main.winmasters .method-selector-mobile .method-selector-opened.visible-list {
    padding: 0 10px 0 9px
}

.main.winmasters .bonus-field .bonus-code.animated-input {
    margin-top: 50px;
    position: relative
}

.main.winmasters .bonus-field .bonus-code.animated-input .pencil,
.main.winmasters .bonus-field .bonus-code.animated-input .clear {
    display: none;
    position: absolute;
    top: 5px;
    height: var(--bonus-input-icon-size);
    width: var(--bonus-input-icon-size)
}

.main.winmasters .bonus-field .bonus-code.animated-input .pencil path,
.main.winmasters .bonus-field .bonus-code.animated-input .clear path {
    fill: var(--input-border-color)
}

.main.winmasters .bonus-field .bonus-code.animated-input .bonus-input {
    text-overflow: ellipsis
}

html[dir=ltr] .main.winmasters .bonus-field .bonus-code.animated-input .bonus-input {
    padding: 0 var(--bonus-gift-size) 0 calc(var(--bonus-input-icon-size) + 15px)
}

html[dir=rtl] .main.winmasters .bonus-field .bonus-code.animated-input .bonus-input {
    padding: 0 calc(var(--bonus-input-icon-size) + 15px) 0 var(--bonus-gift-size)
}

.main.winmasters .bonus-field .bonus-code.animated-input .bonus-input.valid~.bonus-input-icons .clear,
.main.winmasters .bonus-field .bonus-code.animated-input .bonus-input:not(.valid):focus~.bonus-input-icons .clear {
    display: none
}

.main.winmasters .bonus-field .bonus-code.animated-input .bonus-input.valid~.bonus-input-icons .pencil,
.main.winmasters .bonus-field .bonus-code.animated-input .bonus-input:not(.valid):focus~.bonus-input-icons .pencil {
    display: block
}

.main.winmasters .bonus-field .bonus-code.animated-input .bonus-input.valid:focus~.bonus-input-icons .clear {
    cursor: pointer;
    display: block
}

.main.winmasters .bonus-field .bonus-code.animated-input .bonus-input.valid:focus~.bonus-input-icons .pencil {
    display: none
}

.main.winmasters .bonus-field .bonus-code.animated-input .bonus-gift {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: calc(var(--input-height) - var(--bonus-gift-size) - 3px);
    height: var(--bonus-gift-size);
    width: var(--bonus-gift-size);
    border: 1px solid rgba(255, 255, 255, .1);
    background: var(--input-bonus-icon-background-color);
    box-sizing: border-box;
    box-shadow: 0 0 4px var(--input-bonus-icon-shadow-color);
    border-radius: 50%
}

html[dir=ltr] .main.winmasters .bonus-field .bonus-code.animated-input .bonus-gift {
    right: 0
}

html[dir=rtl] .main.winmasters .bonus-field .bonus-code.animated-input .bonus-gift {
    left: 0
}

.main.winmasters .bonus-field .bonus-code.animated-input .bonus-gift.disabled {
    opacity: .6;
    pointer-events: none
}

.main.winmasters .bonus-field .bonus-code.animated-input .bonus-gift .bonus-gift-wrapper {
    position: relative
}

.main.winmasters .bonus-field .bonus-code.animated-input .bonus-gift .bonus-gift-wrapper .bonus-number {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(2px - var(--bonus-gift-number-size));
    height: var(--bonus-gift-number-size);
    width: var(--bonus-gift-number-size);
    font-size: var(--bonus-gift-number-size-font-size);
    background-color: var(--input-bonus-number-background-color);
    color: var(--input-bonus-number-color);
    border-radius: 50%
}

html[dir=ltr] .main.winmasters .bonus-field .bonus-code.animated-input .bonus-gift .bonus-gift-wrapper .bonus-number {
    right: calc(5px - var(--bonus-gift-number-size))
}

html[dir=rtl] .main.winmasters .bonus-field .bonus-code.animated-input .bonus-gift .bonus-gift-wrapper .bonus-number {
    left: calc(5px - var(--bonus-gift-number-size))
}

.main.winmasters .bonus-modal {
    width: 452px;
    background-color: var(--desktop-modal-background-color);
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all .5s ease-out;
    height: unset;
    min-height: 100%
}

html[dir=ltr] .main.winmasters .bonus-modal {
    right: -452px
}

html[dir=rtl] .main.winmasters .bonus-modal {
    left: -452px
}

.main.winmasters .bonus-modal .modal-header {
    position: fixed;
    z-index: 2;
    background-color: var(--desktop-modal-header-background-color);
    height: 58px;
    cursor: pointer;
    width: 452px;
    padding: 0 20px 0 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.main.winmasters .bonus-modal .modal-header .close-wrapper {
    position: absolute;
    top: 14px;
    border: 1px solid var(--desktop-modal-header-close-icon-border-color);
    background-color: var(--desktop-modal-header-close-icon-background-color);
    padding: 1px;
    height: var(--desktop-modal-header-close-icon-border-size);
    width: var(--desktop-modal-header-close-icon-border-size);
    border-radius: 50%
}

html[dir=ltr] .main.winmasters .bonus-modal .modal-header .close-wrapper {
    left: 24px
}

html[dir=rtl] .main.winmasters .bonus-modal .modal-header .close-wrapper {
    right: 24px
}

.main.winmasters .bonus-modal .modal-header .close-wrapper img {
    position: absolute;
    height: var(--desktop-modal-header-close-icon-size);
    top: 5px;
    filter: var(--desktop-modal-header-close-icon-color)
}

html[dir=ltr] .main.winmasters .bonus-modal .modal-header .close-wrapper img {
    left: 5px
}

html[dir=rtl] .main.winmasters .bonus-modal .modal-header .close-wrapper img {
    right: 5px
}

.main.winmasters .bonus-modal .modal-header span {
    display: block;
    color: var(--desktop-modal-header-text-color);
    font-size: var(--desktop-modal-header-font-size);
    font-weight: var(--desktop-modal-header-font-weight);
    text-align: center
}

.main.winmasters .bonus-modal .blur-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: var(--general-overlay-background-color)
}

.main.winmasters .bonus-modal .bonus-list {
    padding: 68px 24px 10px;
    overflow: auto
}

.main.winmasters .bonus-modal .bonus-item-wrapper.opened {
    position: fixed;
    width: 400px;
    top: 100px;
    z-index: 4
}

html[dir=ltr] .main.winmasters .bonus-modal .bonus-item-wrapper.opened {
    left: calc((100% - 400px)/2)
}

html[dir=rtl] .main.winmasters .bonus-modal .bonus-item-wrapper.opened {
    right: calc((100% - 400px)/2)
}

.main.winmasters .bonus-modal .bonus-item-wrapper.opened .close-btn {
    position: absolute;
    cursor: pointer;
    top: calc(0 - var(--bonus-modal-close-button-background-icon-size));
    background: var(--bonus-modal-close-button-background-color);
    width: var(--bonus-modal-close-button-background-icon-size);
    height: var(--bonus-modal-close-button-background-icon-size);
    border-radius: 50%;
    border: 1px solid var(--bonus-modal-close-button-border-color);
    display: flex;
    align-items: center;
    justify-content: center
}

html[dir=ltr] .main.winmasters .bonus-modal .bonus-item-wrapper.opened .close-btn {
    right: -35px
}

html[dir=rtl] .main.winmasters .bonus-modal .bonus-item-wrapper.opened .close-btn {
    left: -35px
}

.main.winmasters .bonus-modal .bonus-item-wrapper.opened .close-btn img {
    height: var(--bonus-modal-close-button-icon-size);
    filter: var(--bonus-modal-close-button-color)
}

.main.winmasters .bonus-modal .bonus-item-wrapper.opened .bonus-item {
    background: var(--bonus-background-color);
    max-height: calc(100vh - 115px);
    overflow: auto;
    border-radius: 0 0 5px 5px
}

.main.winmasters .bonus-modal .bonus-item {
    position: relative;
    background-color: var(--bonus-background-color);
    margin-bottom: 20px;
    box-shadow: 0 5px 7px 4px #00000040;
    border-radius: 5px;
    color: var(--bonus-text-color)
}

.main.winmasters .bonus-modal .bonus-item .bonus-image-wrapper {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 99%, 0 80%);
    height: max-content;
    overflow: hidden;
    position: relative;
    min-height: 150px
}

.main.winmasters .bonus-modal .bonus-item .bonus-image-wrapper img {
    width: 100%
}

.main.winmasters .bonus-modal .bonus-item .bonus-triangle {
    width: 100%;
    height: 27%;
    background: var(--bonus-image-border-color);
    clip-path: polygon(0 0, 0 30%, 100% 96%);
    position: absolute;
    bottom: 0
}

.main.winmasters .bonus-modal .bonus-item .bonus-info .visible-content {
    display: flex;
    flex-direction: column;
    padding: 0 10px 16px
}

.main.winmasters .bonus-modal .bonus-item .bonus-info .visible-content .bonus-title,
.main.winmasters .bonus-modal .bonus-item .bonus-info .visible-content .bonus-description {
    font-family: var(--general-font-family)
}

.main.winmasters .bonus-modal .bonus-item .bonus-info .visible-content .bonus-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: var(--bonus-title-color)
}

.main.winmasters .bonus-modal .bonus-item .bonus-info .visible-content .bonus-description {
    font-size: 16px;
    line-height: 19px;
    margin: 8px 0;
    font-weight: 600;
    max-width: 250px
}

.main.winmasters .bonus-modal .bonus-item .bonus-info .visible-content .read-more {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700
}

.main.winmasters .bonus-modal .bonus-item .bonus-info .visible-content .message {
    font-size: 10px;
    margin-top: 14px
}

.main.winmasters .bonus-modal .bonus-item .bonus-info .visible-content .apply-bonus {
    width: max-content;
    height: 34px;
    font-size: 14px;
    padding: 0 8px;
    margin: 10px auto;
    border-radius: 3px
}

.main.winmasters .bonus-modal .bonus-item .expandable-content {
    margin: 0 16px;
    padding: 17px 0;
    border-top: 1px solid var(--bonus-devider-color)
}

.main.winmasters .bonus-modal .bonus-item .expandable-content .expanded-title {
    font-size: 14px;
    text-align: center;
    display: block;
    margin-bottom: 20px
}

.main.winmasters .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected.first .selector-selected-icon {
    top: 2px
}

.main.winmasters .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-closed-state .selector-selected.first .selector-selected-icon {
    top: -8px
}

.main.winmasters .transaction-history .transaction-history-list .transaction-history-list-item .transaction-history-amount .amount {
    color: var(--amount-negative-color);
    width: 11px;
    display: inline-block
}

.main.winmasters .transaction-history .transaction-history-list .transaction-history-list-item .transaction-history-amount .amount.positive {
    color: var(--amount-positive-color)
}

.main.winmasters .transaction-history .transaction-history-list .transaction-history-list-item .transaction-history-status {
    overflow: hidden;
    text-overflow: ellipsis
}

.main.winmasters .transaction-history .transaction-history-list .transaction-history-list-item .transaction-history-status.history-row-status-success {
    color: var(--status-success-color)
}

.main.winmasters .transaction-history .transaction-history-list .transaction-history-list-item .transaction-history-status.history-row-status-canceled {
    color: var(--status-canceled-color)
}

.main.winmasters .transaction-history .transaction-history-list .transaction-history-list-item .transaction-history-status.history-row-status-rejected {
    color: var(--status-rejected-color)
}

.main.winmasters .transaction-history .transaction-history-list .transaction-history-list-item .transaction-history-status.history-row-status-pending {
    color: var(--status-pending-color)
}

.main.winmasters .pending-withdrawals .page-title {
    display: none
}

.main.winmasters .pending-withdrawals .pending-withdrawals-empty-wm .pending-withdrawals-empty-info {
    padding-top: 50px;
    color: var(--pending-withdrawal-empty-message-info-color)
}

.main.winmasters .pending-withdrawals .pending-withdrawals-empty-wm .pending-withdrawals-empty-message {
    margin-top: 35px;
    background: var(--pending-withdrawal-empty-message-background-color);
    box-shadow: 0 4px 4px #00000040;
    border-radius: 5px;
    width: 670px;
    display: flex;
    align-items: center;
    color: var(--pending-withdrawal-empty-message-color)
}

html[dir=ltr] .main.winmasters .pending-withdrawals .pending-withdrawals-empty-wm .pending-withdrawals-empty-message {
    padding-left: 16px
}

html[dir=rtl] .main.winmasters .pending-withdrawals .pending-withdrawals-empty-wm .pending-withdrawals-empty-message {
    padding-right: 16px
}

.main.winmasters .pending-withdrawals .pending-withdrawals-empty-wm .pending-withdrawals-empty-message img {
    display: block;
    filter: var(--pending-withdrawal-empty-message-icon-color);
    width: 28px;
    height: 28px
}

.main.winmasters .pending-withdrawals .pending-withdrawals-empty-wm .pending-withdrawals-empty-message div {
    float: var(--direction-left);
    padding-top: 13px;
    padding-bottom: 12px
}

html[dir=ltr] .main.winmasters .pending-withdrawals .pending-withdrawals-empty-wm .pending-withdrawals-empty-message div {
    padding-left: 15px
}

html[dir=rtl] .main.winmasters .pending-withdrawals .pending-withdrawals-empty-wm .pending-withdrawals-empty-message div {
    padding-right: 15px
}

.main.winmasters .pending-withdrawals .pending-withdrawals-header,
.main.winmasters .pending-withdrawals .pending-withdrawals-list-item {
    width: 100%;
    float: var(--direction-left)
}

.main.winmasters .pending-withdrawals .pending-withdrawals-header .pending-withdrawals-type,
.main.winmasters .pending-withdrawals .pending-withdrawals-header .pending-withdrawal-logo,
.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .pending-withdrawals-type,
.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .pending-withdrawal-logo {
    float: var(--direction-left);
    width: 15%
}

.main.winmasters .pending-withdrawals .pending-withdrawals-header .pending-withdrawal-logo,
.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .pending-withdrawal-logo {
    display: flex;
    align-items: center;
    min-width: 40px;
    margin: 0
}

.main.winmasters .pending-withdrawals .pending-withdrawals-header .details-wrapper,
.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .details-wrapper {
    float: var(--direction-left);
    width: 62%;
    display: flex
}

.main.winmasters .pending-withdrawals .pending-withdrawals-header .details-wrapper .pending-withdrawal-date-time,
.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .details-wrapper .pending-withdrawal-date-time {
    float: var(--direction-left);
    width: 42%;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center
}

.main.winmasters .pending-withdrawals .pending-withdrawals-header .details-wrapper .pending-withdrawal-date-time .pending-withdrawal-value,
.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .details-wrapper .pending-withdrawal-date-time .pending-withdrawal-value {
    color: var(--pending-withdrawal-value-color);
    font-size: var(--pending-withdrawal-value-size)
}

.main.winmasters .pending-withdrawals .pending-withdrawals-header .details-wrapper .pending-withdrawal-amount,
.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .details-wrapper .pending-withdrawal-amount {
    float: var(--direction-left);
    width: 58%;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center
}

.main.winmasters .pending-withdrawals .pending-withdrawals-header .details-wrapper .pending-withdrawal-amount .pending-withdrawal-value,
.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .details-wrapper .pending-withdrawal-amount .pending-withdrawal-value {
    font-weight: 400;
    font-size: var(--pending-withdrawal-value-size)
}

.main.winmasters .pending-withdrawals .pending-withdrawals-header .details-wrapper .pending-withdrawal-amount .pending-withdrawal-value span,
.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .details-wrapper .pending-withdrawal-amount .pending-withdrawal-value span {
    color: var(--amount-negative-color)
}

.main.winmasters .pending-withdrawals .pending-withdrawals-header .pending-withdrawals-date,
.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .pending-withdrawals-date {
    float: var(--direction-left);
    width: 26%;
    text-align: center
}

.main.winmasters .pending-withdrawals .pending-withdrawals-header .pending-withdrawals-amount,
.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .pending-withdrawals-amount {
    float: var(--direction-left);
    width: 36.5%;
    text-align: center
}

.main.winmasters .pending-withdrawals .pending-withdrawals-header .pending-withdrawal-action,
.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .pending-withdrawal-action {
    display: flex;
    align-items: center;
    width: 23%
}

.main.winmasters .pending-withdrawals .pending-withdrawals-header .pending-withdrawals-status,
.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .pending-withdrawals-status {
    width: 21.5%
}

.main.winmasters .pending-withdrawals .pending-withdrawals-header .pending-withdrawals-status,
.main.winmasters .pending-withdrawals .pending-withdrawals-header .pending-withdrawal-action,
.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .pending-withdrawals-status,
.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .pending-withdrawal-action {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.main.winmasters .pending-withdrawals .pending-withdrawals-header .pending-withdrawals-status button,
.main.winmasters .pending-withdrawals .pending-withdrawals-header .pending-withdrawal-action button,
.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .pending-withdrawals-status button,
.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .pending-withdrawal-action button {
    margin: 0;
    width: 96px;
    height: 36px;
    padding: 10px 16px;
    float: var(--direction-right);
    font-size: var(--pending-withdrawal-button-text-size)
}

.main.winmasters .pending-withdrawals .pending-withdrawals-header {
    font-weight: 700;
    color: var(--pending-withdrawal-table-header-color);
    border-bottom: 1px solid var(--pending-withdrawal-table-border-color);
    font-size: var(--pending-withdrawal-table-header-size)
}

html[dir=ltr] .main.winmasters .pending-withdrawals .pending-withdrawals-header {
    padding: 8px 33px 8px 13px
}

html[dir=rtl] .main.winmasters .pending-withdrawals .pending-withdrawals-header {
    padding: 8px 13px 8px 33px
}

.main.winmasters .pending-withdrawals .pending-withdrawals-list-item {
    width: 100%;
    float: var(--direction-left);
    padding: 0;
    margin: 0;
    display: block
}

.main.winmasters .pending-withdrawals .pending-withdrawals-list-item.odd {
    background-color: var(--pending-withdrawal-odd-background-color)
}

.main.winmasters .pending-withdrawals .pending-withdrawals-list-item.even {
    background-color: var(--pending-withdrawal-even-background-color)
}

.main.winmasters .pending-withdrawals .pending-withdrawals-list-item.even .main-data-wrapper {
    height: 84px
}

.main.winmasters .pending-withdrawals .pending-withdrawals-list-item.even .main-data-wrapper.opened {
    border-color: var(--pending-withdrawal-border-side-background-color)
}

.main.winmasters .pending-withdrawals .pending-withdrawals-list-item.even .expanded-data-wrapper {
    margin-bottom: 2px;
    border-radius: 0 0 5px 5px;
    border-top: 0
}

.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .main-data-wrapper {
    display: flex;
    align-items: center;
    height: 58px;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: none;
    border-top: none;
    width: 100%
}

html[dir=ltr] .main.winmasters .pending-withdrawals .pending-withdrawals-list-item .main-data-wrapper {
    padding: 0 23px 0 10px
}

html[dir=rtl] .main.winmasters .pending-withdrawals .pending-withdrawals-list-item .main-data-wrapper {
    padding: 0 10px 0 23px
}

.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .expanded-data-wrapper {
    display: none;
    flex-wrap: wrap;
    align-content: flex-start;
    background: var(--pending-withdrawal-opened-background-color);
    border: 1px solid var(--pending-withdrawal-border-side-background-color);
    box-sizing: border-box;
    padding: 24px 3px 20px;
    border-bottom: 7px solid var(--pending-withdrawal-border-color)
}

.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .expanded-data-wrapper.opened {
    display: flex
}

.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .expanded-data-wrapper .pending-withdrawal-details-item {
    width: 50%;
    display: flex;
    padding: 10px;
    font-size: var(--pending-withdrawal-text-size)
}

.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .expanded-data-wrapper .pending-withdrawal-details-item div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .expanded-data-wrapper .pending-withdrawal-details-item div.key {
    width: 30%;
    color: var(--pending-withdrawal-detail-key-color)
}

.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .expanded-data-wrapper .pending-withdrawal-details-item div.value {
    width: 70%;
    color: var(--pending-withdrawal-detail-value-color)
}

.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .pending-withdrawal-txn-id,
.main.winmasters .pending-withdrawals .pending-withdrawals-list-item .pending-withdrawal-title {
    display: none
}

.main.winmasters .pending-withdrawals .pending-withdrawals-pagination {
    float: var(--direction-left);
    text-align: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.main.winmasters .pending-withdrawals .pending-withdrawals-pagination .pending-withdrawals-pagination-first,
.main.winmasters .pending-withdrawals .pending-withdrawals-pagination .pending-withdrawals-pagination-last {
    color: var(--pagination-color);
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    padding: 3px 8px;
    justify-content: center
}

.main.winmasters .pending-withdrawals .pending-withdrawals-pagination .pending-withdrawals-pagination-first:hover,
.main.winmasters .pending-withdrawals .pending-withdrawals-pagination .pending-withdrawals-pagination-last:hover {
    color: var(--pagination-hover-color);
    background-color: var(--pagination-hover-background-color);
    border-radius: var(--pagination-border-radius)
}

.main.winmasters .pending-withdrawals .pending-withdrawals-pagination .pending-withdrawals-pagination-first.disabled,
.main.winmasters .pending-withdrawals .pending-withdrawals-pagination .pending-withdrawals-pagination-last.disabled {
    color: var(--pagination-disabled-color)
}

.main.winmasters .pending-withdrawals .pending-withdrawals-pagination .pending-withdrawals-pagination-first.disabled:hover,
.main.winmasters .pending-withdrawals .pending-withdrawals-pagination .pending-withdrawals-pagination-last.disabled:hover {
    background-color: transparent;
    cursor: default
}

.main.winmasters .pending-withdrawals .pending-withdrawals-pagination .pending-withdrawals-pagination-first span,
.main.winmasters .pending-withdrawals .pending-withdrawals-pagination .pending-withdrawals-pagination-last span {
    font-size: 13px;
    font-weight: 1000
}

.main.winmasters .pending-withdrawals .pending-withdrawals-pagination .ngx-pagination {
    color: var(--pagination-color);
    margin: 0
}

.main.winmasters .pending-withdrawals .pending-withdrawals-pagination .ngx-pagination .current {
    background: var(--pagination-current-background-color);
    border-radius: var(--pagination-border-radius);
    border: thin solid var(--pagination-current-background-color)
}

html[dir=ltr] .main.winmasters .pending-withdrawals .pending-withdrawals-pagination .ngx-pagination .pagination-previous {
    padding-right: 50px
}

html[dir=rtl] .main.winmasters .pending-withdrawals .pending-withdrawals-pagination .ngx-pagination .pagination-previous,
html[dir=ltr] .main.winmasters .pending-withdrawals .pending-withdrawals-pagination .ngx-pagination .pagination-next {
    padding-left: 50px
}

html[dir=rtl] .main.winmasters .pending-withdrawals .pending-withdrawals-pagination .ngx-pagination .pagination-next {
    padding-right: 50px
}

.main.winmasters .pending-withdrawals .pending-withdrawals-pagination .ngx-pagination .pagination-next a:after,
.main.winmasters .pending-withdrawals .pending-withdrawals-pagination .ngx-pagination .pagination-next.disabled:after,
.main.winmasters .pending-withdrawals .pending-withdrawals-pagination .ngx-pagination .pagination-previous a:before,
.main.winmasters .pending-withdrawals .pending-withdrawals-pagination .ngx-pagination .pagination-previous.disabled:before {
    content: ""
}

.main.winmasters mm-modal-base {
    display: block;
    margin-top: 150px
}

.main.winmasters mm-modal-base .result-logo {
    position: absolute;
    z-index: 2;
    top: -150px;
    background-color: var(--general-background-color)
}

html[dir=ltr] .main.winmasters mm-modal-base .result-logo {
    left: calc(50% - 100px)
}

html[dir=rtl] .main.winmasters mm-modal-base .result-logo {
    right: calc(50% - 100px)
}

.main.winmasters mm-modal-base.modal-with-overlay .result-logo {
    top: 15px
}

.main.winmasters mm-modal-base .modal-title:after,
.main.winmasters mm-modal-base .modal-title:before,
.main.winmasters mm-modal-base .modal-text:after,
.main.winmasters mm-modal-base .modal-text:before {
    display: none
}

.main.winmasters mm-modal-base .modal-title {
    font-size: var(--result-page-title-font-size);
    margin-bottom: 40px;
    color: var(--result-page-title-color);
    text-align: center;
    font-weight: var(--result-page-title-font-weight)
}

.main.winmasters mm-modal-base .modal-text {
    font-size: var(--result-page-text-font-size);
    margin-bottom: 40px;
    color: var(--result-page-text-color);
    text-align: center;
    font-weight: var(--result-page-text-font-weight)
}

.main.winmasters mm-modal-base .modal.modal-session {
    padding: 10px 10px 15px;
    width: 320px;
    height: 150px;
    top: calc((100% - 150px)/2);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: var(--session-modal-background-color)
}

html[dir=ltr] .main.winmasters mm-modal-base .modal.modal-session {
    left: calc((100% - 320px)/2)
}

html[dir=rtl] .main.winmasters mm-modal-base .modal.modal-session {
    right: calc((100% - 320px)/2)
}

.main.winmasters mm-modal-base .modal.modal-session .modal-buttons {
    margin-top: 0
}

.main.winmasters mm-modal-base .modal.modal-session .modal-title,
.main.winmasters mm-modal-base .modal.modal-session .modal-text {
    margin-bottom: 0;
    text-align: var(--direction-left)
}

.main.winmasters mm-modal-base .modal.modal-session .modal-title {
    font-size: var(--session-modal-title-size);
    color: var(--session-modal-title-color);
    font-weight: var(--session-modal-title-weight)
}

.main.winmasters mm-modal-base .modal.modal-session .modal-text {
    margin: 15px 0;
    font-size: var(--session-modal-text-size);
    color: var(--session-modal-text-color);
    font-weight: var(--session-modal-text-weight)
}

.main.winmasters mm-modal-base .modal.modal-session .btn.modal-ok {
    margin: 0 auto;
    width: 200px
}

.main.winmasters mm-modal-base .modal {
    background: var(--general-background-color);
    box-shadow: 0 0 2px var(--result-page-box-shadow-color);
    border-radius: 5px
}

.main.winmasters mm-modal-base .modal .overview-pane {
    width: 100%
}

.main.winmasters mm-modal-base .modal .overview-pane .overview-title {
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid var(--result-page-box-shadow-color);
    height: 25px;
    color: var(--result-page-text-color)
}

.main.winmasters mm-modal-base .modal .overview-pane .overview-item-wrapper {
    width: 100%;
    padding: 15px
}

.main.winmasters mm-modal-base .modal .overview-pane .overview-item-wrapper .overview-name {
    display: block;
    font-size: 14px;
    color: var(--result-page-text-color);
    margin-bottom: 10px
}

.main.winmasters mm-modal-base .modal .overview-pane .overview-item-wrapper .overview-value {
    width: 100%;
    display: block;
    font-size: 16px;
    border-bottom: 1px solid var(--result-page-text-color);
    color: var(--result-page-overview-text-color)
}

html[dir=ltr] .main.winmasters mm-modal-base .modal .overview-pane .overview-item-wrapper .overview-value {
    padding-left: 5px
}

html[dir=rtl] .main.winmasters mm-modal-base .modal .overview-pane .overview-item-wrapper .overview-value {
    padding-right: 5px
}

.main.winmasters mm-modal-base .modal .modal-buttons button.btn:only-child {
    margin: 0 auto
}

.main.winmasters mm-modal-base .modal-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main.winmasters mm-modal-base .modal-buttons:not(.modal-cancel-x) button.btn {
    width: 200px
}

.main.winmasters mm-modal-base .modal-buttons.modal-cancel-x .btn.btn-secondary.modal-cancel {
    top: 2px;
    background: none;
    color: var(--result-page-title-color);
    opacity: .8;
    padding: 0
}

html[dir=ltr] .main.winmasters mm-modal-base .modal-buttons.modal-cancel-x .btn.btn-secondary.modal-cancel {
    right: 2px
}

html[dir=rtl] .main.winmasters mm-modal-base .modal-buttons.modal-cancel-x .btn.btn-secondary.modal-cancel {
    left: 2px
}

.main.winmasters mm-modal-base .modal-buttons.modal-cancel-x .btn.btn-secondary.modal-cancel:hover {
    opacity: 1
}

.main.winmasters mm-modal-base .modal-buttons.modal-cancel-x .btn.btn-secondary.modal-cancel:before {
    display: none
}

.main.winmasters mm-modal-base .modal-buttons .clear {
    display: none
}

.main.winmasters mm-modal-base .modal-buttons button.btn.btn-secondary,
.main.winmasters mm-modal-base .modal-buttons button.btn {
    margin: 0;
    font-size: 14px
}

.main.winmasters mm-modal-base .btn.btn-secondary.modal-cancel .round-cross {
    display: none
}

.main.winmasters mm-modal-base .modal-confirm .modal-buttons.modal-cancel-x .btn.btn-secondary.modal-cancel .round-cross {
    display: flex
}

.main.winmasters .notification-wrapper {
    transform: translate(-50%, -100%)
}

.cdk-overlay-container .mat-datepicker-content {
    background-color: var(--calendar-background-color);
    direction: ltr
}

.cdk-overlay-container .mat-datepicker-content .mat-calendar-body-cell-content,
.cdk-overlay-container .mat-datepicker-content .mat-button-wrapper {
    color: var(--calendar-text-color)
}

.cdk-overlay-container .mat-datepicker-content .mat-calendar-previous-button,
.cdk-overlay-container .mat-datepicker-content .mat-calendar-next-button {
    color: var(--calendar-arrow-color)
}

.cdk-overlay-container .mat-datepicker-content .mat-calendar-arrow {
    border-top-color: var(--calendar-arrow-color)
}

.cdk-overlay-container .mat-datepicker-content .mat-calendar-previous-button,
.cdk-overlay-container .mat-datepicker-content .mat-calendar-next-button {
    transform: rotate(0)
}

.cdk-overlay-container .mat-datepicker-content .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    border-color: var(--calendar-table-today-background-color)
}

.cdk-overlay-container .mat-datepicker-content .mat-calendar-table-header {
    color: var(--calendar-table-header-color)
}

.cdk-overlay-container .mat-datepicker-content .mat-calendar-table-header-divider:after {
    background: var(--calendar-table-header-divider-color)
}

.cdk-overlay-container .mat-datepicker-content .mat-calendar-body-label {
    text-align: left;
    color: var(--calendar-body-label-color)
}

.cdk-overlay-container .mat-calendar-body-selected {
    background-color: var(--calendar-selected-day-background-color)
}

.cdk-overlay-container .mat-calendar-body-in-range:before {
    background: var(--calendar-background-color-day-between)
}

.cdk-overlay-container .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-overlay-container .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-overlay-container .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: var(--calendar-background-color-day-hover)
}

@media screen and (min-width: 710px) {
    .main.winmasters .modal-with-overlay .modal {
        padding-top: 230px;
        top: calc(50% - 200px)
    }

    html[dir=ltr] .main.winmasters .modal-with-overlay .modal {
        left: calc((100% - 530px)/2)
    }

    html[dir=rtl] .main.winmasters .modal-with-overlay .modal {
        right: calc((100% - 530px)/2)
    }

    .main.winmasters .modal-with-overlay .modal.modal-info {
        padding-top: 100px
    }

    .main.winmasters .content .tooltip {
        max-width: calc(100% - 50px)
    }

    html[dir=ltr] .main.winmasters .content {
        padding: 32px 13px 13px 32px
    }

    html[dir=rtl] .main.winmasters .content {
        padding: 32px 32px 13px 13px
    }

    .main.winmasters .content .btn[type=submit] {
        width: 154px
    }

    .main.winmasters .content .btn[type=submit].btn.btn-lg.paypal-checkout {
        margin-left: 0
    }

    html[dir=ltr] .main.winmasters .cashier-form .cashier-form-content {
        padding: 20px 50px 0 0
    }

    html[dir=rtl] .main.winmasters .cashier-form .cashier-form-content {
        padding: 20px 0 0 50px
    }

    html[dir=ltr] .main.winmasters .cashier-form .cashier-form-content.cashier-form-content-amount,
    html[dir=ltr] .main.winmasters .cashier-form .cashier-form-content.cashier-form-content-high {
        padding: 20px 50px 0 0
    }

    html[dir=rtl] .main.winmasters .cashier-form .cashier-form-content.cashier-form-content-amount,
    html[dir=rtl] .main.winmasters .cashier-form .cashier-form-content.cashier-form-content-high {
        padding: 20px 0 0 50px
    }

    .main.winmasters .cashier-form .cashier-form-content .animated-input input,
    .main.winmasters .cashier-form .cashier-form-content .amount-container {
        width: 320px;
        display: flex
    }

    .main.winmasters .cashier-form .cashier-form-content .animated-input input .cashier-amount-currency,
    .main.winmasters .cashier-form .cashier-form-content .amount-container .cashier-amount-currency {
        position: absolute
    }

    .main.winmasters .cashier-form .cashier-form-content .cashier-form-label-text.includes-iban {
        width: var(--selector-width)
    }

    .main.winmasters .cashier-form .cashier-form-content .cashier-form-label-text.includes-iban .fa.fa-arrows-alt {
        cursor: pointer
    }

    .main.winmasters .field-wrapper {
        max-width: 320px
    }

    .main.winmasters .receipt-fields {
        margin-bottom: 40px
    }

    .main.winmasters .receipt-fields .field-wrapper {
        max-width: unset;
        font-size: 16px;
        color: var(--result-page-text-color);
        text-align: center
    }

    .main.winmasters .receipt-fields .field-wrapper .modal-text {
        text-align: left
    }

    .main.winmasters .receipt-fields .field-wrapper .modal-label {
        font-weight: 400
    }

    .main.winmasters .credit-card-selector-wrapper {
        display: flex;
        align-items: baseline
    }

    .main.winmasters .credit-card-selector-wrapper .credit-card-selector {
        width: 30%;
        min-width: 390px
    }

    .main.winmasters .credit-card-selector-wrapper .add-new-credit-card {
        width: 320px
    }

    html[dir=ltr] .main.winmasters .credit-card-selector-wrapper .add-new-credit-card {
        margin-left: 48px
    }

    html[dir=rtl] .main.winmasters .credit-card-selector-wrapper .add-new-credit-card {
        margin-right: 48px
    }

    html[dir=ltr] .main.winmasters .modal-opened .add-new-card {
        right: 0
    }

    html[dir=rtl] .main.winmasters .modal-opened .add-new-card {
        left: 0
    }

    .main.winmasters .add-new-card {
        width: 452px;
        background-color: var(--desktop-modal-background-color);
        position: absolute;
        height: 100%;
        display: flex;
        flex-direction: column;
        transition: all .5s ease-out
    }

    html[dir=ltr] .main.winmasters .add-new-card {
        right: -452px
    }

    html[dir=rtl] .main.winmasters .add-new-card {
        left: -452px
    }

    .main.winmasters .add-new-card .modal-header {
        position: fixed;
        z-index: 2;
        background-color: var(--desktop-modal-header-background-color);
        height: 58px;
        cursor: pointer;
        width: 452px;
        padding: 0 20px 0 60px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center
    }

    .main.winmasters .add-new-card .modal-header .close-wrapper {
        position: absolute;
        top: 14px;
        border: 1px solid var(--desktop-modal-header-close-icon-border-color);
        background-color: var(--desktop-modal-header-close-icon-background-color);
        padding: 1px;
        height: var(--desktop-modal-header-close-icon-border-size);
        width: var(--desktop-modal-header-close-icon-border-size);
        border-radius: 50%
    }

    html[dir=ltr] .main.winmasters .add-new-card .modal-header .close-wrapper {
        left: 24px
    }

    html[dir=rtl] .main.winmasters .add-new-card .modal-header .close-wrapper {
        right: 24px
    }

    .main.winmasters .add-new-card .modal-header .close-wrapper img {
        position: absolute;
        height: var(--desktop-modal-header-close-icon-size);
        top: 5px;
        filter: var(--desktop-modal-header-close-icon-color)
    }

    html[dir=ltr] .main.winmasters .add-new-card .modal-header .close-wrapper img {
        left: 5px
    }

    html[dir=rtl] .main.winmasters .add-new-card .modal-header .close-wrapper img {
        right: 5px
    }

    .main.winmasters .add-new-card .modal-header span {
        display: block;
        color: var(--desktop-modal-header-text-color);
        font-size: var(--desktop-modal-header-font-size);
        font-weight: var(--desktop-modal-header-font-weight);
        text-align: center
    }

    .main.winmasters .add-new-card form {
        position: relative;
        height: 100%;
        overflow-y: auto;
        margin: auto 0;
        padding: 75px 15px 15px
    }

    .main.winmasters .modal {
        width: 600px;
        padding: 105px 50px 50px
    }

    .main.winmasters .modal.modal-confirm {
        padding-top: 50px
    }

    html[dir=ltr] .main.winmasters .cashier-result.includesPrint .btn.btn-secondary.btn-print {
        right: 20px
    }

    html[dir=rtl] .main.winmasters .cashier-result.includesPrint .btn.btn-secondary.btn-print {
        left: 20px
    }
}

@media screen and (max-width: 710px) {
    .main.winmasters.smallPadding .content {
        padding: 9px
    }

    .main.winmasters.shortCashierOpened .content {
        padding: 0
    }

    .main.winmasters {
        background-color: var(--general-mobile-background-color)
    }

    .main.winmasters .content {
        padding: 5%;
        background-color: var(--general-mobile-background-color)
    }

    .main.winmasters .content .tooltip {
        width: 90%;
        min-width: unset
    }

    .main.winmasters .modal-with-overlay .modal {
        padding-top: 120px;
        top: calc(50% - 142.5px)
    }

    .main.winmasters .modal-with-overlay .modal.modal-confirm {
        padding-top: 45px
    }

    .main.winmasters .gaming-products .product-selector .cashier-selector {
        width: 100%
    }

    .main.winmasters .gaming-products .product-selector .cashier-selector .selector-new-item .selector-selected-icon {
        top: unset
    }

    .main.winmasters .gaming-products .product-selector .cashier-selector .selector-opened-state .selector-selected .selector-selected-item {
        float: none
    }

    .main.winmasters .cashier-form-wrapper .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionText,
    .main.winmasters .cashier-form-wrapper .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionText,
    .main.winmasters .gaming-products .cashier-form .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionText,
    .main.winmasters .gaming-products .product-selector .viva-spot .cashier-form-label .cashier-form-label-description.class-InstructionText {
        font-size: 14px
    }

    html[dir=ltr] .main.winmasters .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector,
    html[dir=ltr] .main.winmasters .cashier-form-wrapper .product-selector .cashier-amount-selector-wrapper .cashier-amount-selector,
    html[dir=ltr] .main.winmasters .gaming-products .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector,
    html[dir=ltr] .main.winmasters .gaming-products .product-selector .cashier-amount-selector-wrapper .cashier-amount-selector {
        margin-right: 18px
    }

    html[dir=rtl] .main.winmasters .cashier-form-wrapper .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector,
    html[dir=rtl] .main.winmasters .cashier-form-wrapper .product-selector .cashier-amount-selector-wrapper .cashier-amount-selector,
    html[dir=rtl] .main.winmasters .gaming-products .cashier-form .cashier-amount-selector-wrapper .cashier-amount-selector,
    html[dir=rtl] .main.winmasters .gaming-products .product-selector .cashier-amount-selector-wrapper .cashier-amount-selector {
        margin-left: 18px
    }

    .main.winmasters .cashier-form-wrapper .cashier-form .cashier-form-label:not(:first-child) .amount-container.animated-input,
    .main.winmasters .cashier-form-wrapper .product-selector .cashier-form-label:not(:first-child) .amount-container.animated-input,
    .main.winmasters .gaming-products .cashier-form .cashier-form-label:not(:first-child) .amount-container.animated-input,
    .main.winmasters .gaming-products .product-selector .cashier-form-label:not(:first-child) .amount-container.animated-input {
        margin-top: 40px
    }

    .main.winmasters .cashier-form-wrapper .cashier-form .cashier-form-label+div .bonus-field,
    .main.winmasters .cashier-form-wrapper .product-selector .cashier-form-label+div .bonus-field,
    .main.winmasters .gaming-products .cashier-form .cashier-form-label+div .bonus-field,
    .main.winmasters .gaming-products .product-selector .cashier-form-label+div .bonus-field {
        margin-top: 20px
    }

    .main.winmasters .cashier-form-wrapper .cashier-form .cashier-amount-currency,
    .main.winmasters .cashier-form-wrapper .product-selector .cashier-amount-currency,
    .main.winmasters .gaming-products .cashier-form .cashier-amount-currency,
    .main.winmasters .gaming-products .product-selector .cashier-amount-currency {
        font-weight: 700
    }

    .main.winmasters .cashier-form-wrapper .cashier-form input,
    .main.winmasters .cashier-form-wrapper .product-selector input,
    .main.winmasters .gaming-products .cashier-form input,
    .main.winmasters .gaming-products .product-selector input {
        font-size: var(--input-mobile-font-size)
    }

    .main.winmasters .cashier-form-wrapper .cashier-form input::-webkit-input-placeholder,
    .main.winmasters .cashier-form-wrapper .product-selector input::-webkit-input-placeholder,
    .main.winmasters .gaming-products .cashier-form input::-webkit-input-placeholder,
    .main.winmasters .gaming-products .product-selector input::-webkit-input-placeholder {
        font-size: var(--input-playceholder-mobile-font-size);
        color: var(--input-playceholder-color)
    }

    .main.winmasters .cashier-form-wrapper .cashier-form input:-moz-placeholder,
    .main.winmasters .cashier-form-wrapper .product-selector input:-moz-placeholder,
    .main.winmasters .gaming-products .cashier-form input:-moz-placeholder,
    .main.winmasters .gaming-products .product-selector input:-moz-placeholder {
        font-size: var(--input-playceholder-mobile-font-size);
        color: var(--input-playceholder-color)
    }

    .main.winmasters .cashier-form-wrapper .cashier-form input::-moz-placeholder,
    .main.winmasters .cashier-form-wrapper .product-selector input::-moz-placeholder,
    .main.winmasters .gaming-products .cashier-form input::-moz-placeholder,
    .main.winmasters .gaming-products .product-selector input::-moz-placeholder {
        font-size: var(--input-playceholder-mobile-font-size);
        color: var(--input-playceholder-color)
    }

    .main.winmasters .cashier-form-wrapper .cashier-form input:-ms-input-placeholder,
    .main.winmasters .cashier-form-wrapper .product-selector input:-ms-input-placeholder,
    .main.winmasters .gaming-products .cashier-form input:-ms-input-placeholder,
    .main.winmasters .gaming-products .product-selector input:-ms-input-placeholder {
        font-size: var(--input-playceholder-mobile-font-size);
        color: var(--input-playceholder-color)
    }

    .main.winmasters .cashier-form-wrapper .cashier-form .cashier-form-label-text,
    .main.winmasters .cashier-form-wrapper .product-selector .cashier-form-label-text,
    .main.winmasters .gaming-products .cashier-form .cashier-form-label-text,
    .main.winmasters .gaming-products .product-selector .cashier-form-label-text {
        font-size: var(--label-mobile-font-size)
    }

    .main.winmasters .cashier-form-wrapper .cashier-form .animated-input input:focus~label,
    .main.winmasters .cashier-form-wrapper .cashier-form .animated-input input:focus label.cashier-form-label-text,
    .main.winmasters .cashier-form-wrapper .cashier-form .animated-input input.valid~label,
    .main.winmasters .cashier-form-wrapper .cashier-form .animated-input input.valid label.cashier-form-label-text,
    .main.winmasters .cashier-form-wrapper .product-selector .animated-input input:focus~label,
    .main.winmasters .cashier-form-wrapper .product-selector .animated-input input:focus label.cashier-form-label-text,
    .main.winmasters .cashier-form-wrapper .product-selector .animated-input input.valid~label,
    .main.winmasters .cashier-form-wrapper .product-selector .animated-input input.valid label.cashier-form-label-text,
    .main.winmasters .gaming-products .cashier-form .animated-input input:focus~label,
    .main.winmasters .gaming-products .cashier-form .animated-input input:focus label.cashier-form-label-text,
    .main.winmasters .gaming-products .cashier-form .animated-input input.valid~label,
    .main.winmasters .gaming-products .cashier-form .animated-input input.valid label.cashier-form-label-text,
    .main.winmasters .gaming-products .product-selector .animated-input input:focus~label,
    .main.winmasters .gaming-products .product-selector .animated-input input:focus label.cashier-form-label-text,
    .main.winmasters .gaming-products .product-selector .animated-input input.valid~label,
    .main.winmasters .gaming-products .product-selector .animated-input input.valid label.cashier-form-label-text {
        font-size: var(--label-mobile-font-size)
    }

    .main.winmasters .cashier-form-wrapper .cashier-form .animated-input label,
    .main.winmasters .cashier-form-wrapper .cashier-form .animated-input label.cashier-form-label-text,
    .main.winmasters .cashier-form-wrapper .product-selector .animated-input label,
    .main.winmasters .cashier-form-wrapper .product-selector .animated-input label.cashier-form-label-text,
    .main.winmasters .gaming-products .cashier-form .animated-input label,
    .main.winmasters .gaming-products .cashier-form .animated-input label.cashier-form-label-text,
    .main.winmasters .gaming-products .product-selector .animated-input label,
    .main.winmasters .gaming-products .product-selector .animated-input label.cashier-form-label-text {
        font-size: var(--input-mobile-font-size)
    }

    .main.winmasters .cashier-form-wrapper .cashier-form .cashier-amount-currency.with-amount-selector,
    .main.winmasters .cashier-form-wrapper .product-selector .cashier-amount-currency.with-amount-selector,
    .main.winmasters .gaming-products .cashier-form .cashier-amount-currency.with-amount-selector,
    .main.winmasters .gaming-products .product-selector .cashier-amount-currency.with-amount-selector {
        bottom: 0
    }

    .main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-closed-state .selector-new-item,
    .main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-closed-state .selector-new-item,
    .main.winmasters .gaming-products .cashier-form .cashier-selector .selector-closed-state .selector-new-item,
    .main.winmasters .gaming-products .product-selector .cashier-selector .selector-closed-state .selector-new-item {
        font-size: var(--input-mobile-font-size)
    }

    .main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-new-item-placeholder[disabled],
    .main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-new-item-placeholder[disabled],
    .main.winmasters .gaming-products .cashier-form .cashier-selector .selector-new-item-placeholder[disabled],
    .main.winmasters .gaming-products .product-selector .cashier-selector .selector-new-item-placeholder[disabled] {
        font-size: var(--input-playceholder-mobile-font-size)
    }

    .main.winmasters .cashier-form-wrapper .cashier-form .cashier-selector .selector-selected,
    .main.winmasters .cashier-form-wrapper .product-selector .cashier-selector .selector-selected,
    .main.winmasters .gaming-products .cashier-form .cashier-selector .selector-selected,
    .main.winmasters .gaming-products .product-selector .cashier-selector .selector-selected {
        font-size: var(--input-mobile-font-size)
    }

    .main.winmasters .cashier-form-wrapper .cashier-form .dynamic-field .custom-tooltip,
    .main.winmasters .cashier-form-wrapper .product-selector .dynamic-field .custom-tooltip,
    .main.winmasters .gaming-products .cashier-form .dynamic-field .custom-tooltip,
    .main.winmasters .gaming-products .product-selector .dynamic-field .custom-tooltip {
        width: 100%;
        top: 10px
    }

    .main.winmasters .cashier-form-wrapper .notes-wrapper .note,
    .main.winmasters .gaming-products .notes-wrapper .note {
        margin-bottom: 20px
    }

    .main.winmasters .bonus-modal {
        width: 100%;
        min-height: 100vh
    }

    .main.winmasters .bonus-modal .bonus-header.modal-header {
        padding: 0 20px 0 45px;
        height: 40px;
        width: 100%
    }

    html[dir=ltr] .main.winmasters .bonus-modal .bonus-header.modal-header {
        padding: 0 20px 0 45px
    }

    html[dir=rtl] .main.winmasters .bonus-modal .bonus-header.modal-header {
        padding: 0 45px 0 20px
    }

    .main.winmasters .bonus-modal .bonus-header.modal-header .close-wrapper {
        position: absolute;
        top: 10px;
        height: 20px;
        width: 20px
    }

    html[dir=ltr] .main.winmasters .bonus-modal .bonus-header.modal-header .close-wrapper {
        left: 16px
    }

    html[dir=rtl] .main.winmasters .bonus-modal .bonus-header.modal-header .close-wrapper {
        right: 16px
    }

    .main.winmasters .bonus-modal .bonus-header.modal-header .close-wrapper img {
        height: 12px;
        top: 3px
    }

    html[dir=ltr] .main.winmasters .bonus-modal .bonus-header.modal-header .close-wrapper img {
        left: 3px
    }

    html[dir=rtl] .main.winmasters .bonus-modal .bonus-header.modal-header .close-wrapper img {
        right: 3px
    }

    .main.winmasters .bonus-modal .bonus-header.modal-header .modal-title {
        font-size: 16px;
        font-weight: 400
    }

    .main.winmasters .bonus-modal .expandable-content {
        margin: 0 12px;
        padding: 13px 0
    }

    .main.winmasters .bonus-modal .expandable-content .expanded-title {
        font-size: 12px;
        margin-bottom: 12px
    }

    .main.winmasters .bonus-modal .expandable-content .expanded-text {
        font-size: 12px;
        line-height: 14px
    }

    .main.winmasters .bonus-modal .bonus-list {
        padding: 50px 10px 10px
    }

    .main.winmasters .credit-card-v2-wrapper .add-new-credit-card,
    .main.winmasters .credit-card-v2-wrapper .credit-card-selector,
    .main.winmasters .credit-card-v2-wrapper .tooltip {
        width: 100%
    }

    .main.winmasters .cashier-method-selector .title,
    .main.winmasters .cashier-method-selector .page-title,
    .main.winmasters .gaming-products .title,
    .main.winmasters .gaming-products .page-title {
        font-size: var(--general-page-mobile-title-size);
        margin-bottom: 20px
    }

    html[dir=ltr] .main.winmasters .selector-wrapper .selector-logo .method-logo {
        margin-right: 13px
    }

    html[dir=rtl] .main.winmasters .selector-wrapper .selector-logo .method-logo {
        margin-left: 13px
    }

    .main.winmasters .selector-wrapper .selector-logo .method-info .method-title {
        height: calc(var(--method-selector-mobile-title-font-size) + 2px);
        margin-bottom: 3px
    }

    .main.winmasters .selector-wrapper .selector-logo .method-info .method-title span {
        font-size: var(--method-selector-mobile-title-font-size)
    }

    .main.winmasters .selector-wrapper .selector-logo .method-info .method-limits {
        height: calc(var(--method-selector-mobile-limits-font-size) + 2px)
    }

    .main.winmasters .selector-wrapper .selector-logo .method-info .method-limits .limits {
        text-overflow: ellipsis;
        overflow: hidden
    }

    .main.winmasters .selector-wrapper .selector-logo .method-info .method-limits span {
        font-size: var(--method-selector-mobile-limits-font-size)
    }

    .main.winmasters .modal-wrapper {
        padding: 23px 20px 20px
    }

    .main.winmasters .modal-wrapper.bonus {
        padding: 0
    }

    .main.winmasters .modal-wrapper .close-wrapper {
        display: flex
    }

    .main.winmasters .modal-wrapper .close-button {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: var(--credit-card-form-close-icon-border-size);
        height: var(--credit-card-form-close-icon-border-size);
        background-color: var(--credit-card-form-close-icon-background-color);
        border: 1px solid var(--credit-card-form-close-icon-border-color);
        border-radius: 50%;
        margin-bottom: 17px
    }

    html[dir=ltr] .main.winmasters .modal-wrapper .close-button {
        margin-left: auto
    }

    html[dir=rtl] .main.winmasters .modal-wrapper .close-button {
        margin-right: auto
    }

    .main.winmasters .modal-wrapper .close-button img {
        height: var(--credit-card-form-close-icon-size);
        opacity: .6;
        filter: var(--credit-card-form-close-icon-color)
    }

    .main.winmasters .modal-wrapper .close-button span {
        display: none
    }

    .main.winmasters .pending-withdrawals .pending-withdrawals-empty-wm .pending-withdrawals-empty-info {
        padding: 25px 10px
    }

    .main.winmasters .pending-withdrawals .pending-withdrawals-empty-wm .pending-withdrawals-empty-message {
        width: 100%;
        margin-top: 25px
    }

    html[dir=ltr] .main.winmasters .pending-withdrawals .pending-withdrawals-empty-wm .pending-withdrawals-empty-message {
        padding-left: 9px
    }

    html[dir=rtl] .main.winmasters .pending-withdrawals .pending-withdrawals-empty-wm .pending-withdrawals-empty-message {
        padding-right: 9px
    }

    .main.winmasters .pending-withdrawals .pending-withdrawals-empty-wm .pending-withdrawals-empty-message div {
        padding-top: 12px;
        padding-bottom: 10px
    }

    html[dir=ltr] .main.winmasters .pending-withdrawals .pending-withdrawals-empty-wm .pending-withdrawals-empty-message div {
        padding-left: 10px
    }

    html[dir=rtl] .main.winmasters .pending-withdrawals .pending-withdrawals-empty-wm .pending-withdrawals-empty-message div {
        padding-right: 10px
    }

    .main.winmasters .pending-withdrawals .pending-withdrawals-header .pending-withdrawals-type,
    .main.winmasters .pending-withdrawals .pending-withdrawals-list-item .pending-withdrawals-type {
        text-align: center
    }

    .main.winmasters .pending-withdrawals .pending-withdrawals-header .pending-withdrawal-logo,
    .main.winmasters .pending-withdrawals .pending-withdrawals-list-item .pending-withdrawal-logo {
        margin: 0
    }

    .main.winmasters .pending-withdrawals .pending-withdrawals-header .details-wrapper .pending-withdrawal-date-time,
    .main.winmasters .pending-withdrawals .pending-withdrawals-header .details-wrapper .pending-withdrawal-amount,
    .main.winmasters .pending-withdrawals .pending-withdrawals-list-item .details-wrapper .pending-withdrawal-date-time,
    .main.winmasters .pending-withdrawals .pending-withdrawals-list-item .details-wrapper .pending-withdrawal-amount {
        width: 50%
    }

    .main.winmasters .pending-withdrawals .pending-withdrawals-header .details-wrapper .pending-withdrawal-date-time .pending-withdrawal-value,
    .main.winmasters .pending-withdrawals .pending-withdrawals-header .details-wrapper .pending-withdrawal-amount .pending-withdrawal-value,
    .main.winmasters .pending-withdrawals .pending-withdrawals-list-item .details-wrapper .pending-withdrawal-date-time .pending-withdrawal-value,
    .main.winmasters .pending-withdrawals .pending-withdrawals-list-item .details-wrapper .pending-withdrawal-amount .pending-withdrawal-value {
        font-size: var(--pending-withdrawal-mobile-value-size);
        line-height: 16px
    }

    .main.winmasters .pending-withdrawals .pending-withdrawals-header .pending-withdrawals-date,
    .main.winmasters .pending-withdrawals .pending-withdrawals-list-item .pending-withdrawals-date {
        width: 30%
    }

    .main.winmasters .pending-withdrawals .pending-withdrawals-header .pending-withdrawals-amount,
    .main.winmasters .pending-withdrawals .pending-withdrawals-list-item .pending-withdrawals-amount {
        width: 32%
    }

    .main.winmasters .pending-withdrawals .pending-withdrawals-header .pending-withdrawal-action,
    .main.winmasters .pending-withdrawals .pending-withdrawals-list-item .pending-withdrawal-action {
        width: 23%
    }

    .main.winmasters .pending-withdrawals .pending-withdrawals-header .pending-withdrawals-status,
    .main.winmasters .pending-withdrawals .pending-withdrawals-list-item .pending-withdrawals-status {
        width: 22%
    }

    .main.winmasters .pending-withdrawals .pending-withdrawals-header .pending-withdrawals-status button,
    .main.winmasters .pending-withdrawals .pending-withdrawals-header .pending-withdrawal-action button,
    .main.winmasters .pending-withdrawals .pending-withdrawals-list-item .pending-withdrawals-status button,
    .main.winmasters .pending-withdrawals .pending-withdrawals-list-item .pending-withdrawal-action button {
        width: 75px;
        height: 28px;
        padding: 7px 13px;
        border-radius: 2px;
        font-size: var(--pending-withdrawal-mobile-button-text-size)
    }

    html[dir=ltr] .main.winmasters .pending-withdrawals .pending-withdrawals-header {
        padding: 8px 15px 8px 5px
    }

    html[dir=rtl] .main.winmasters .pending-withdrawals .pending-withdrawals-header {
        padding: 8px 5px 8px 15px
    }

    .main.winmasters .pending-withdrawals .pending-withdrawals-list-item.even .main-data-wrapper,
    .main.winmasters .pending-withdrawals .pending-withdrawals-list-item .main-data-wrapper {
        height: 42px
    }

    html[dir=ltr] .main.winmasters .pending-withdrawals .pending-withdrawals-list-item .main-data-wrapper,
    html[dir=rtl] .main.winmasters .pending-withdrawals .pending-withdrawals-list-item .main-data-wrapper {
        padding: 0 4px
    }

    .main.winmasters .pending-withdrawals .pending-withdrawals-list-item .expanded-data-wrapper .pending-withdrawal-details-item {
        width: 100%;
        padding: 5px 10px;
        font-size: var(--pending-withdrawal-mobile-text-size)
    }

    .main.winmasters .pending-withdrawals .pending-withdrawals-list-item .expanded-data-wrapper .pending-withdrawal-details-item.opened {
        padding: 5px
    }

    .main.winmasters .pending-withdrawals .pending-withdrawals-list-item .expanded-data-wrapper .pending-withdrawal-details-item div.key,
    .main.winmasters .pending-withdrawals .pending-withdrawals-list-item .expanded-data-wrapper .pending-withdrawal-details-item div.value {
        width: 50%
    }

    .main.winmasters .pending-withdrawals .pending-withdrawals-pagination .ngx-pagination {
        margin-bottom: 0
    }

    html[dir=ltr] .main.winmasters .pending-withdrawals .pending-withdrawals-pagination .ngx-pagination .pagination-previous {
        margin-right: 15px
    }

    html[dir=rtl] .main.winmasters .pending-withdrawals .pending-withdrawals-pagination .ngx-pagination .pagination-previous,
    html[dir=ltr] .main.winmasters .pending-withdrawals .pending-withdrawals-pagination .ngx-pagination .pagination-next {
        margin-left: 15px
    }

    html[dir=rtl] .main.winmasters .pending-withdrawals .pending-withdrawals-pagination .ngx-pagination .pagination-next {
        margin-right: 15px
    }

    .main.winmasters mm-modal-base {
        margin-top: 60px
    }

    .main.winmasters mm-modal-base .modal {
        box-shadow: none;
        padding: 60px 5px 0
    }

    .main.winmasters mm-modal-base .modal .modal-session {
        width: 96%
    }

    html[dir=ltr] .main.winmasters mm-modal-base .modal .modal-session {
        left: 2%
    }

    html[dir=rtl] .main.winmasters mm-modal-base .modal .modal-session {
        right: 2%
    }

    .main.winmasters mm-modal-base .modal,
    .main.winmasters mm-modal-base .result-logo {
        background-color: var(--general-mobile-background-color)
    }

    .main.winmasters mm-modal-base .result-logo {
        width: 110px;
        top: -60px
    }

    html[dir=ltr] .main.winmasters mm-modal-base .result-logo {
        left: calc(50% - 55px)
    }

    html[dir=rtl] .main.winmasters mm-modal-base .result-logo {
        right: calc(50% - 55px)
    }

    .main.winmasters mm-modal-base .modal-buttons {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .main.winmasters mm-modal-base .modal-buttons button.btn.modal-ok {
        margin-bottom: 30px
    }

    .main.winmasters .includesPrint mm-modal-base .modal {
        padding-top: 100px
    }

    .main.winmasters .includesPrint mm-modal-base .modal .result-logo {
        top: -20px
    }

    .main.winmasters .includesPrint mm-modal-base .modal .btn.btn-secondary.btn-print {
        top: -60px;
        margin: 0
    }

    html[dir=ltr] .main.winmasters .includesPrint mm-modal-base .modal .btn.btn-secondary.btn-print {
        right: 0
    }

    html[dir=rtl] .main.winmasters .includesPrint mm-modal-base .modal .btn.btn-secondary.btn-print {
        left: 0
    }
}

@media screen and (max-width: 325px) {
    .main.winmasters .add-new-card .btn {
        font-size: 14px
    }
}

.main .cashier-form .paypal-container {
    position: relative;
    z-index: 1
}

.main .cashier-form .paypal-container #buttons-container {
    float: var(--direction-left);
    width: 100%
}

.main .cashier-form .paypal-container .paypal-container-or,
.main .cashier-form .paypal-container .paypal-container-pay {
    float: var(--direction-left);
    width: 100%;
    text-align: center;
    padding: 15px 0 0
}

.main .cashier-form .paypal-container .paypal-container-or {
    text-transform: uppercase
}

.main .cashier-form .paypal-container .hosted-fields-form-wrapper {
    padding: 0 50px
}

.main .cashier-form .paypal-container .paypal-button-container {
    border-radius: 5px;
    background-color: transparent;
    padding: 20px;
    max-width: 760px;
    width: 100%;
    margin: 0 auto
}

.main .cashier-form .paypal-container .card_container {
    border-radius: 5px;
    background-color: transparent;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    float: var(--direction-left)
}

.main .cashier-form .paypal-container .card_field {
    border: thin solid var(--input-border-color);
    color: var(--input-text-color);
    background: var(--input-background-color);
    font-size: var(--input-font-size);
    line-height: normal;
    padding: 0 6px;
    border-radius: var(--input-border-radius);
    height: 34px;
    vertical-align: top;
    width: 250px;
    margin-bottom: 20px
}

.main .cashier-form .paypal-container .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px
}

.main .cashier-form .paypal-container .col-25 {
    flex: 25%
}

.main .cashier-form .paypal-container .col-50 {
    flex: 50%
}

.main .cashier-form .paypal-container input[type=text],
.main .cashier-form .paypal-container select,
.main .cashier-form .paypal-container textarea {
    margin-bottom: 20px;
    width: 250px
}

.main .cashier-form .paypal-container input[type=submit] {
    background-color: #4caf50;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer
}

.main .cashier-form .paypal-container .cashier-form-label-text {
    padding-top: 20px
}

.main .cashier-form .paypal-container .message_container {
    border-radius: 5px;
    background: #fff;
    font-size: 13px;
    font-family: monospace;
    padding: 20px
}

.main .cashier-form .paypal-container #loading {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    display: block;
    opacity: .7;
    background-color: #fff;
    z-index: 99;
    text-align: center
}

html[dir=ltr] .main .cashier-form .paypal-container #loading {
    left: 0
}

html[dir=rtl] .main .cashier-form .paypal-container #loading {
    right: 0
}

.main .cashier-form .paypal-container #loading-image {
    position: absolute;
    z-index: 15;
    top: 50%;
    margin: -100px 0 0 -150px
}

html[dir=ltr] .main .cashier-form .paypal-container #loading-image {
    left: 50%
}

html[dir=rtl] .main .cashier-form .paypal-container #loading-image {
    right: 50%
}

.main .cashier-form .paypal-container .spinner {
    position: fixed;
    top: 50%;
    margin-top: -50px;
    text-align: center;
    z-index: 1234;
    overflow: auto;
    width: 100px;
    height: 102px
}

html[dir=ltr] .main .cashier-form .paypal-container .spinner {
    left: 50%
}

html[dir=rtl] .main .cashier-form .paypal-container .spinner {
    right: 50%
}

html[dir=ltr] .main .cashier-form .paypal-container .spinner {
    margin-left: -50%
}

html[dir=rtl] .main .cashier-form .paypal-container .spinner {
    margin-right: -50%
}

.main .cashier-form .paypal-container .button_container {
    display: flex;
    justify-content: center
}

.main .cashier-form .paypal-container .cashier-form-label .alert {
    position: relative;
    margin-top: -20px;
    margin-bottom: 5px;
    top: 5px !important;
    font-size: var(--general-error-text-size)
}

.main.default .cashier-form .hosted-fields-form-wrapper {
    padding: 0
}

.main.default .cashier-form .hosted-fields-form-wrapper input[type=text],
.main.default .cashier-form .hosted-fields-form-wrapper select,
.main.default .cashier-form .hosted-fields-form-wrapper textarea,
.main.default .cashier-form .hosted-fields-form-wrapper .card_field {
    width: 100%
}

.main.default .cashier-form .hosted-fields-form-wrapper .cashier-form-label-text {
    padding-top: 0
}

.main.default .cashier-form .hosted-fields-form-wrapper .cashier-form-label>.cashier-form-label-text {
    padding-top: 20px
}

.main.default .cashier-form .hosted-fields-form-wrapper .cashier-form-label>.cashier-form-label-text.paypal-container-pay {
    padding-bottom: 20px
}

.main.default .cashier-form .hosted-fields-form-wrapper input[type=text],
.main.default .cashier-form .hosted-fields-form-wrapper select,
.main.default .cashier-form .hosted-fields-form-wrapper textarea {
    margin-bottom: 20px
}

.main.default .cashier-form .hosted-fields-form-wrapper .card_field {
    width: 100%
}

@media screen and (min-width: 710px) {
    .main.default .cashier-form .paypal-container .hosted-fields-form-wrapper {
        padding: 0 50px
    }

    .main.default .cashier-form .paypal-container input[type=text],
    .main.default .cashier-form .paypal-container select,
    .main.default .cashier-form .paypal-container textarea,
    .main.default .cashier-form .paypal-container .card_field {
        width: 250px
    }

    .main.default .cashier-form .paypal-container .cashier-form-label-text {
        padding-top: 20px
    }

    .main.default .cashier-form .paypal-container .cashier-form-label .cashier-form-label-text:last-child {
        padding-bottom: 0
    }
}

html {
    scrollbar-gutter: stable both-edges
}

.cashier-no-payment-method,
.cashier-bad-payment-method {
    text-align: center
}

.cashier-bad-payment-method {
    padding: 16px 0;
    display: block;
    font-size: var(--general-main-text-size)
}

.qrcodeImage,
.qrcodeImage .center {
    display: flex;
    flex: 1;
    justify-content: center
}

.qrcodeImage qrcode,
.qrcodeImage .center qrcode {
    cursor: pointer
}

.qrcodeImage qrcode.not-clickable,
.qrcodeImage .center qrcode.not-clickable {
    cursor: auto
}

.copy-button {
    position: absolute;
    margin: 0;
    opacity: .5;
    cursor: pointer;
    z-index: 1
}

.copy-button:hover {
    opacity: 1
}

.copy-button span {
    top: -24px;
    position: absolute;
    background-color: #00000080;
    color: #fff;
    border-radius: 5px;
    padding: 2px
}

.copy-button+.cashier-form-label-description {
    padding-left: 20px
}

.cashier-back-to-merchant-header {
    position: absolute;
    top: 30px;
    text-decoration: underline;
    cursor: pointer;
    z-index: 5
}

html[dir=ltr] .cashier-back-to-merchant-header {
    right: 20px
}

html[dir=rtl] .cashier-back-to-merchant-header {
    left: 20px
}

.default .cashier-form {
    font-size: var(--general-main-text-size);
    position: relative
}

.default .cashier-form input,
.default .cashier-form select,
.default .cashier-form .disabled-field {
    width: 100%
}

.default .cashier-form input[type=radio],
.default .cashier-form input[type=checkbox],
.default .cashier-form select[type=radio],
.default .cashier-form select[type=checkbox],
.default .cashier-form .disabled-field[type=radio],
.default .cashier-form .disabled-field[type=checkbox] {
    margin: 14px 0
}

.default .cashier-form .cashier-form-label-limits,
.default .cashier-form .cashier-amount-selector-wrapper {
    display: none
}

.default .cashier-form .cashier-form-content.cashier-form-content-hidden,
.default .cashier-form .cashier-form-content.cashier-form-content-hidden.cashier-form-content-high {
    height: 0;
    padding: 0;
    margin: 0
}

.default .cashier-form .cashier-form-content.cashier-form-content-high.cashier-form-hide-field {
    height: 0;
    padding: 0 !important;
    margin: 0
}

.default .cashier-form .cashier-form-label-text {
    display: block;
    margin-bottom: 2px;
    text-transform: uppercase;
    color: var(--label-color);
    font-size: var(--label-font-size);
    font-weight: var(--label-font-weight)
}

.default .cashier-form .cashier-form-label-text.copy-button-label {
    position: absolute;
    background-color: var(--input-background-color);
    top: -11px;
    z-index: 1;
    padding: 0 5px
}

html[dir=ltr] .default .cashier-form .cashier-form-label-text.copy-button-label {
    left: 15px
}

html[dir=rtl] .default .cashier-form .cashier-form-label-text.copy-button-label {
    right: 15px
}

.default .cashier-form .cashier-form-label-description {
    word-wrap: break-word
}

.default .cashier-form .cashier-form-label-description.type-QRCode {
    display: none
}

.default .cashier-form .cashier-form-label-description.with-copy-btn {
    position: relative;
    margin-top: 15px
}

.default .cashier-form .cashier-form-label-description.with-copy-btn .address-to-copy {
    border: 1px solid var(--input-border-color);
    border-radius: var(--input-border-radius);
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 45px;
    line-height: 45px;
    font-size: var(--input-font-size);
    color: var(--input-text-color)
}

html[dir=ltr] .default .cashier-form .cashier-form-label-description.with-copy-btn .address-to-copy {
    padding: 0 38px 0 10px
}

html[dir=rtl] .default .cashier-form .cashier-form-label-description.with-copy-btn .address-to-copy {
    padding: 0 10px 0 38px
}

.default .cashier-form .cashier-form-label-description.with-copy-btn .fa.fa-clone {
    cursor: pointer;
    position: absolute;
    top: 12px;
    font-size: 21px;
    color: var(--input-text-color)
}

html[dir=ltr] .default .cashier-form .cashier-form-label-description.with-copy-btn .fa.fa-clone {
    right: 10px
}

html[dir=rtl] .default .cashier-form .cashier-form-label-description.with-copy-btn .fa.fa-clone {
    left: 10px
}

.default .cashier-form .cashier-form-label-description.with-copy-btn .copy-tooltip {
    position: absolute;
    top: -11px;
    background-color: var(--input-background-color);
    padding: 0 5px;
    color: var(--label-color);
    visibility: hidden;
    font-size: var(--label-font-size);
    opacity: 0;
    right: 4px;
    z-index: 9;
    transition: all .5s ease
}

.default .cashier-form .cashier-form-label-description.with-copy-btn .copy-tooltip.show {
    visibility: visible;
    opacity: 1
}

.default .cashier-form .cashier-form-item-value {
    color: var(--primary-button-background-color);
    font-weight: 700;
    font-size: 20px;
    margin-top: 2px
}

.default .cashier-form .btn-lg {
    margin-top: 0
}

html[dir=ltr] .default .cashier-form .btn-lg {
    left: 0
}

html[dir=rtl] .default .cashier-form .btn-lg {
    right: 0
}

.default .cashier-form .btn-lg.paypal-checkout,
.default .cashier-form .btn-lg.paypal-checkout:hover:not(:disabled) {
    background-color: transparent !important;
    background-image: url(//static.everymatrix.com/mmstage/cashier/images/checkout-logo-large.png);
    border: none !important;
    width: 228px !important;
    height: 44px !important;
    color: transparent !important;
    margin: 9px auto 0;
    border-radius: 0 !important
}

.default .cashier-form .btn-lg.btn-secondary.paypal-checkout {
    width: 228px !important;
    height: 44px !important;
    margin: 9px auto 0
}

.default .cashier-form .cashier-required-info {
    max-width: 30%
}

html[dir=ltr] .default .cashier-form .cashier-required-info {
    right: 0
}

html[dir=rtl] .default .cashier-form .cashier-required-info {
    left: 0
}

.default .cashier-form .cashier-form-label {
    display: block;
    clear: var(--direction-left);
    width: 100%;
    margin-bottom: 20px;
    float: var(--direction-left);
    position: relative
}

.default .cashier-form .cashier-form-label .cashier-cvv-wrapper {
    display: inline-block
}

.default .cashier-form .cashier-form-label .cashier-cvv-wrapper+.alert {
    display: block
}

.default .cashier-form .cashier-form-label>.dynamic-cashier-form {
    display: flex;
    flex-direction: column
}

.default .cashier-form .cashier-form-label .checkbox-container {
    display: flex;
    position: relative
}

.default .cashier-form .cashier-form-label .checkbox-container .label {
    display: block
}

html[dir=ltr] .default .cashier-form .cashier-form-label .checkbox-container .label {
    margin-left: 10px
}

html[dir=rtl] .default .cashier-form .cashier-form-label .checkbox-container .label {
    margin-right: 10px
}

.default .cashier-form .cashier-form-label .checkbox-container .label.required:before {
    content: "*";
    color: var(--general-error-color);
    display: inline-block;
    font-size: 18px
}

html[dir=ltr] .default .cashier-form .cashier-form-label .checkbox-container .label.required:before {
    margin-right: 3px
}

html[dir=rtl] .default .cashier-form .cashier-form-label .checkbox-container .label.required:before {
    margin-left: 3px
}

.default .cashier-form .cashier-form-label .checkbox-container input:after {
    position: absolute;
    top: 0
}

.default .cashier-form .cashier-form-label input {
    float: var(--direction-left)
}

.default .cashier-form .cashier-form-label input:focus {
    border-color: var(--input-focused-border-color)
}

.default .cashier-form .cashier-form-label.cashier-form-label-amount {
    margin-top: 0
}

.default .cashier-form .cashier-form-label .class-BonusCode+.alert,
.default .cashier-form .cashier-form-label .class-BonusSelectionCode+.alert {
    overflow: unset;
    text-overflow: unset;
    white-space: unset
}

.default .cashier-form .cashier-form-label .alert {
    position: static;
    font-size: var(--general-error-text-size);
    display: block
}

.default .cashier-form .cashier-form-label .alert.partial~span {
    display: none
}

.default .cashier-form .cashier-form-label .alert.partial a {
    text-decoration: underline;
    cursor: pointer
}

.default .cashier-form .cashier-form-label .alert span:not(:first-child) {
    display: none
}

.default .cashier-form .cashier-form-label .alert.amount-not-allowed {
    white-space: normal;
    position: static
}

.default .cashier-form .cashier-form-label .alert:nth-of-type(2) {
    top: 1rem
}

.default .cashier-form .cashier-form-label .alert.alert-cc:nth-of-type(2) {
    display: none
}

.default .cashier-form .cashier-form-label span.alert:nth-of-type(3),
.default .cashier-form .cashier-form-label span.alert:nth-of-type(4) {
    display: none
}

html[dir=ltr] .default .cashier-form .cashier-form-label .year-selector .cashier-selector.element {
    margin-right: 0
}

html[dir=rtl] .default .cashier-form .cashier-form-label .year-selector .cashier-selector.element {
    margin-left: 0
}

html[dir=ltr] .default .cashier-form .cashier-form-label .month-selector .cashier-selector.element {
    margin-right: 20px
}

html[dir=rtl] .default .cashier-form .cashier-form-label .month-selector .cashier-selector.element {
    margin-left: 20px
}

.default .cashier-form .cashier-form-label .selector-wide .cashier-selector,
.default .cashier-form .cashier-form-label .selector-wide .cashier-selector .selector-opened-state {
    width: 100%
}

.default .cashier-form .cashier-form-label .selector-wide .cashier-selector .selector-opened-state span.selector-selected-item {
    width: calc(100% - 20px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.default .cashier-form .cashier-form-label .selector-wide .cashier-selector .selector-opened-state .selector-new-item .selector-new-item-placeholder,
.default .cashier-form .cashier-form-label .selector-wide .cashier-selector .selector-closed-state,
.default .cashier-form .cashier-form-label .selector-wide .cashier-selector .selector-closed-state .selector-new-item .selector-new-item-placeholder,
.default .cashier-form .cashier-form-label .selector-wide .cashier-selector .selector-closed-state .selector-selected .selector-selected-item {
    width: 100%
}

html[dir=ltr] .default .cashier-form .cashier-card-number {
    padding-right: 36px
}

html[dir=rtl] .default .cashier-form .cashier-card-number {
    padding-left: 36px
}

.default .cashier-form .cashier-card-number-icon {
    position: absolute;
    bottom: 7px
}

html[dir=ltr] .default .cashier-form .cashier-card-number-icon {
    right: 6px
}

html[dir=rtl] .default .cashier-form .cashier-card-number-icon {
    left: 6px
}

.default .cashier-form .cashier-credit-card-component .cashier-col.cashier-col-left .cashier-form-label {
    display: flex;
    flex-direction: column
}

.default .cashier-form .cashier-credit-card-component .selector-closed-state .selector-selected span.selector-selected-item:not(.selector-selected-card-number),
.default .cashier-form .cashier-credit-card-component .selector-closed-state .selector-selected span.selector-selected-item-replacer,
.default .cashier-form .cashier-credit-card-component .selector-opened-state .selector-selected span.selector-selected-item:not(.selector-selected-card-number),
.default .cashier-form .cashier-credit-card-component .selector-opened-state .selector-selected span.selector-selected-item-replacer {
    width: 50px
}

.default .cashier-form .cashier-credit-card-component .cashier-form-content.cashier-form-content-high .selector-selected span.selector-selected-item:not(.selector-selected-card-number),
.default .cashier-form .cashier-credit-card-component .cashier-form-content.cashier-form-content-high .selector-selected span.selector-selected-item-replacer {
    width: calc(100% - 20px)
}

.default .cashier-form .cashier-credit-card-component .alert:nth-of-type(2) {
    top: auto
}

html[dir=ltr] .default .cashier-form select+.cashier-card-number-icon {
    right: 26px
}

html[dir=rtl] .default .cashier-form select+.cashier-card-number-icon {
    left: 26px
}

.default .cashier-form .cashier-expiration-month,
.default .cashier-form .cashier-expiration-year,
.default .cashier-form .cashier-cvv {
    width: 70px
}

html[dir=ltr] .default .cashier-form .cashier-expiration-year {
    margin-left: 6px
}

html[dir=rtl] .default .cashier-form .cashier-expiration-year {
    margin-right: 6px
}

.default .cashier-form .cashier-card-scanner {
    float: var(--direction-right);
    margin-top: 2px
}

.default .cashier-form .cashier-card-scanner:before {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f030";
    font-size: 14px;
    vertical-align: top
}

html[dir=ltr] .default .cashier-form .cashier-card-scanner:before {
    padding-right: 5px
}

html[dir=rtl] .default .cashier-form .cashier-card-scanner:before {
    padding-left: 5px
}

.default .cashier-form .cashier-cvv-info {
    display: inline-block;
    padding: 6px 8px;
    font-size: 14px
}

.default .cashier-form .cashier-cvv-info:before {
    content: "";
    width: 30px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 1px
}

html[dir=ltr] .default .cashier-form .cashier-cvv-info:before {
    margin-right: 8px
}

html[dir=rtl] .default .cashier-form .cashier-cvv-info:before {
    margin-left: 8px
}

.default .cashier-form .amount-container {
    position: relative;
    height: 34px
}

.default .cashier-form .alert-container {
    position: relative;
    display: flex;
    flex-direction: column
}

.default .cashier-form .cashier-amount-input {
    vertical-align: middle
}

html[dir=ltr] .default .cashier-form .cashier-amount-input {
    padding-right: 44px !important
}

html[dir=rtl] .default .cashier-form .cashier-amount-input {
    padding-left: 44px !important
}

.default .cashier-form .cashier-amount-currency {
    color: var(--input-icons-color);
    display: inline-block;
    width: 36px;
    text-align: var(--direction-left);
    position: absolute;
    bottom: 8px
}

html[dir=ltr] .default .cashier-form .cashier-amount-currency {
    margin-left: -46px
}

html[dir=rtl] .default .cashier-form .cashier-amount-currency {
    margin-right: -46px
}

html[dir=ltr] .default .cashier-form .cashier-amount-currency {
    right: 8px
}

html[dir=rtl] .default .cashier-form .cashier-amount-currency {
    left: 8px
}

html[dir=ltr] .default .cashier-form .cashier-amount-currency.with-amount-selector {
    right: 22px
}

html[dir=rtl] .default .cashier-form .cashier-amount-currency.with-amount-selector {
    left: 22px
}

.cashier-go-back {
    font-size: 18px;
    float: var(--direction-left);
    cursor: pointer
}

html[dir=ltr] .cashier-go-back {
    padding: 4px 5px 0 0
}

html[dir=rtl] .cashier-go-back {
    padding: 4px 0 5px
}

.cashier-redirect-page .modal-ok {
    width: 100%
}

.cashier-result.includesPrint {
    position: relative
}

.cashier-result.includesPrint .btn.btn-secondary.btn-print {
    position: absolute;
    top: -1px
}

html[dir=ltr] .cashier-result.includesPrint .btn.btn-secondary.btn-print {
    right: 0
}

html[dir=rtl] .cashier-result.includesPrint .btn.btn-secondary.btn-print {
    left: 0
}

.default .modal .modal-buttons.modal-cancel-x .btn.btn-secondary.modal-cancel {
    top: 0;
    background-color: transparent
}

html[dir=ltr] .default .modal .modal-buttons.modal-cancel-x .btn.btn-secondary.modal-cancel {
    right: -7px
}

html[dir=rtl] .default .modal .modal-buttons.modal-cancel-x .btn.btn-secondary.modal-cancel {
    left: -7px
}

.default .modal .modal-buttons.modal-cancel-x .btn.btn-secondary.modal-cancel:hover {
    border: none
}

.default .transaction-history .transaction-history-header {
    font-weight: var(--transaction-history-table-header-font-weight);
    color: var(--transaction-history-table-header-color);
    padding: 50px 10px 8px;
    font-size: var(--transaction-history-table-header-size);
    border-bottom: 1px solid var(--transaction-history-table-header-underline-color);
    text-transform: uppercase
}

.default .transaction-history .transaction-history-list-item .main-data-wrapper {
    height: 58px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    font-size: var(--transaction-history-table-text-size)
}

.default .transaction-history .transaction-history-list-item .main-data-wrapper.opened {
    margin-top: 0;
    border-top: none
}

.default .transaction-history .transaction-history-list-item .details-wrapper.opened {
    display: flex;
    flex-direction: column;
    font-size: var(--transaction-history-table-details-text-size)
}

.default .transaction-history .transaction-history-list-item .details-wrapper.opened .transaction-history-details-item {
    width: 100%
}

.default .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-closed-state .selector-selected-icon {
    top: 14px
}

.default .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected.first .selector-selected-icon {
    top: -18px
}

html[dir=ltr] .default .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected.first .selector-selected-icon {
    right: 9px
}

html[dir=rtl] .default .transaction-history .transaction-history-filtering .transaction-history-date-filter .cashier-selector .selector-opened-state .selector-selected.first .selector-selected-icon {
    left: 9px
}

.banners {
    display: flex;
    flex-wrap: wrap;
    max-width: 1106px;
    justify-content: center
}

.banners .banner-item {
    height: max-content;
    max-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent
}

.banners .banner-item.auto {
    width: 100%
}

.banners .banner-item a {
    height: max-content;
    position: relative
}

.banners .banner-item a img {
    max-width: 100%
}

.banners .banner-item.full-width {
    width: 100%
}

.banners.bottom-banners {
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: var(--general-secondary-background-color);
    position: relative
}

.banners.bottom-banners .bottom-banners-container {
    flex-direction: row;
    flex-wrap: nowrap;
    display: flex;
    margin: 0 15px;
    border-top: 2px solid var(--method-selector-divider-color);
    width: 100%
}

.banners.bottom-banners .bottom-banners-container.mobile-center {
    justify-content: center
}

.banners.bottom-banners .bottom-banners-container.mobile-right {
    justify-content: flex-end
}

.banners.bottom-banners .bottom-banners-container.mobile-left {
    justify-content: flex-start
}

@media screen and (min-width: 710px) {
    .default .content .cashier-form .btn.btn-lg {
        margin-top: 42px
    }

    .default .content .cashier-form .btn.btn-lg.large-copy-button {
        margin-top: 15px
    }

    .default .content .cashier-form .btn.btn-lg.paypal-checkout {
        margin-left: 50px;
        margin-top: 42px
    }

    .default .content .cashier-form.large-copy-button {
        margin-top: 15px
    }

    .default .content .cashier-form .cashier-required-info {
        position: absolute
    }

    .default .cashier-form,
    .product-selector {
        margin-top: 0 !important
    }

    .default .cashier-form input,
    .default .cashier-form select,
    .default .cashier-form .disabled-field,
    .product-selector input,
    .product-selector select,
    .product-selector .disabled-field {
        width: var(--selector-width)
    }

    .default .cashier-form .cashier-col,
    .product-selector .cashier-col {
        float: var(--direction-left);
        margin-top: 20px
    }

    .default .cashier-form .cashier-col.cashier-col-right,
    .product-selector .cashier-col.cashier-col-right {
        width: 200px
    }

    html[dir=ltr] .default .cashier-form .cashier-col.cashier-col-right,
    html[dir=ltr] .product-selector .cashier-col.cashier-col-right {
        margin-left: 75px
    }

    html[dir=rtl] .default .cashier-form .cashier-col.cashier-col-right,
    html[dir=rtl] .product-selector .cashier-col.cashier-col-right {
        margin-right: 75px
    }

    .default .cashier-form .cashier-amount-selector,
    .product-selector .cashier-amount-selector {
        vertical-align: middle;
        cursor: pointer
    }

    html[dir=ltr] .default .cashier-form .cashier-amount-selector,
    html[dir=ltr] .product-selector .cashier-amount-selector {
        padding-right: 44px
    }

    html[dir=rtl] .default .cashier-form .cashier-amount-selector,
    html[dir=rtl] .product-selector .cashier-amount-selector {
        padding-left: 44px
    }

    .default .cashier-form .cashier-amount-selector.disabled,
    .product-selector .cashier-amount-selector.disabled {
        cursor: auto;
        opacity: .6;
        pointer-events: none
    }

    .default .cashier-form .cashier-credit-card-component,
    .product-selector .cashier-credit-card-component {
        padding: 0 50px
    }

    .default .cashier-form .cashier-credit-card-component.cashier-dynamic-component .cashier-form-label,
    .product-selector .cashier-credit-card-component.cashier-dynamic-component .cashier-form-label {
        margin-bottom: 0
    }

    .default .cashier-form .cashier-credit-card-component.cashier-dynamic-component .cashier-form-label .cashier-credit-card-dynamic-error,
    .product-selector .cashier-credit-card-component.cashier-dynamic-component .cashier-form-label .cashier-credit-card-dynamic-error {
        font-size: var(--general-error-text-size);
        color: var(--general-error-color);
        position: absolute;
        bottom: calc(-1px - var(--general-error-text-size))
    }

    html[dir=ltr] .default .cashier-form .cashier-credit-card-component.cashier-dynamic-component .cashier-form-label .cashier-credit-card-dynamic-error,
    html[dir=ltr] .product-selector .cashier-credit-card-component.cashier-dynamic-component .cashier-form-label .cashier-credit-card-dynamic-error {
        left: 0
    }

    html[dir=rtl] .default .cashier-form .cashier-credit-card-component.cashier-dynamic-component .cashier-form-label .cashier-credit-card-dynamic-error,
    html[dir=rtl] .product-selector .cashier-credit-card-component.cashier-dynamic-component .cashier-form-label .cashier-credit-card-dynamic-error {
        right: 0
    }

    .default .cashier-form .cashier-credit-card-component .cashier-form-label,
    .product-selector .cashier-credit-card-component .cashier-form-label {
        margin-bottom: 20px
    }

    .default .cashier-form .cashier-credit-card-component .cashier-form-label.cashier-form-label-first,
    .product-selector .cashier-credit-card-component .cashier-form-label.cashier-form-label-first {
        margin-bottom: 40px
    }

    .default .cashier-form .cashier-credit-card-component .cashier-form-content.cashier-form-content-high,
    .product-selector .cashier-credit-card-component .cashier-form-content.cashier-form-content-high {
        padding: 20px 0 0
    }

    .default .cashier-form .cashier-credit-card-component .cashier-form-content.cashier-form-content-high.cashier-form-hide-field,
    .product-selector .cashier-credit-card-component .cashier-form-content.cashier-form-content-high.cashier-form-hide-field {
        padding: 0
    }

    .default .cashier-form .cashier-form-content,
    .product-selector .cashier-form-content {
        padding: 30px 50px 0
    }

    .default .cashier-form .cashier-form-content.cashier-form-content-high,
    .default .cashier-form .cashier-form-content.cashier-form-content-amount,
    .product-selector .cashier-form-content.cashier-form-content-high,
    .product-selector .cashier-form-content.cashier-form-content-amount {
        padding: 20px 50px 0
    }

    .default .cashier-form .cashier-cvv,
    .default .cashier-form .cashier-expiration-month,
    .default .cashier-form .cashier-expiration-year,
    .product-selector .cashier-cvv,
    .product-selector .cashier-expiration-month,
    .product-selector .cashier-expiration-year {
        width: 90px;
        background-color: var(--input-background-color)
    }

    html[dir=ltr] .default .cashier-form .cashier-expiration-year,
    html[dir=ltr] .product-selector .cashier-expiration-year {
        margin-left: 20px
    }

    html[dir=rtl] .default .cashier-form .cashier-expiration-year,
    html[dir=rtl] .product-selector .cashier-expiration-year {
        margin-right: 20px
    }

    html[dir=ltr] .default .cashier-form .cashier-cvv-info,
    html[dir=ltr] .product-selector .cashier-cvv-info {
        padding-left: 20px
    }

    html[dir=rtl] .default .cashier-form .cashier-cvv-info,
    html[dir=rtl] .product-selector .cashier-cvv-info {
        padding-right: 20px
    }

    .default .cashier-form .cashier-form-label,
    .product-selector .cashier-form-label {
        margin-top: 0
    }

    .default .cashier-form .cashier-form-label.cashier-form-label-amount,
    .product-selector .cashier-form-label.cashier-form-label-amount {
        margin-bottom: 16px
    }

    .default .cashier-form .cashier-form-label .alert,
    .product-selector .cashier-form-label .alert {
        margin-top: 0
    }

    .default .cashier-form .cashier-form-label .selector-wide .cashier-selector,
    .product-selector .cashier-form-label .selector-wide .cashier-selector,
    .default .cashier-form .cashier-form-label .selector-wide .cashier-selector .selector-opened-state,
    .product-selector .cashier-form-label .selector-wide .cashier-selector .selector-opened-state,
    .default .cashier-form .cashier-form-label .selector-wide .cashier-selector .selector-opened-state .selector-new-item .selector-new-item-placeholder,
    .product-selector .cashier-form-label .selector-wide .cashier-selector .selector-opened-state .selector-new-item .selector-new-item-placeholder,
    .default .cashier-form .cashier-form-label .selector-wide .cashier-selector .selector-closed-state,
    .product-selector .cashier-form-label .selector-wide .cashier-selector .selector-closed-state,
    .default .cashier-form .cashier-form-label .selector-wide .cashier-selector .selector-closed-state .selector-new-item .selector-new-item-placeholder,
    .default .cashier-form .cashier-form-label .selector-wide .cashier-selector .selector-closed-state .selector-selected .selector-selected-item,
    .product-selector .cashier-form-label .selector-wide .cashier-selector .selector-closed-state .selector-new-item .selector-new-item-placeholder,
    .product-selector .cashier-form-label .selector-wide .cashier-selector .selector-closed-state .selector-selected .selector-selected-item {
        width: var(--selector-width)
    }

    .default .cashier-form .cashier-form-label.cashier-form-content-amount .alert.required:before,
    .product-selector .cashier-form-label.cashier-form-content-amount .alert.required:before {
        display: none
    }

    .default .cashier-form .cashier-form-label-text,
    .product-selector .cashier-form-label-text {
        margin-bottom: 4px;
        clear: var(--direction-left)
    }

    .default .cashier-form .cashier-amount-currency,
    .product-selector .cashier-amount-currency {
        position: static;
        margin-top: 9px
    }

    .default .cashier-form .cashier-card-scanner,
    .default .cashier-form .cashier-cvv-info span,
    .product-selector .cashier-card-scanner,
    .product-selector .cashier-cvv-info span {
        display: none
    }

    .default .cashier-form .cashier-required-info,
    .product-selector .cashier-required-info {
        padding: 30px 0 0;
        font-size: 14px
    }

    .default .cashier-form .cashier-form-details,
    .product-selector .cashier-form-details {
        padding-bottom: 25px;
        border-bottom: thin solid var(--input-border-color)
    }

    .default .cashier-form .paypal-container,
    .product-selector .paypal-container {
        width: 100%;
        padding: 10px 0;
        float: var(--direction-left)
    }

    .cashier-result .cashier-verification {
        width: 530px;
        margin: 0 auto
    }

    .banners a.disable {
        pointer-events: none
    }

    .banners .banner-item.half-width {
        width: 50%
    }

    .banners .banner-item.half-width:first-child.first.full-width,
    .banners .banner-item.half-width:last-child.last.full-width {
        width: 100%
    }

    .banners .banner-item.half-width.center:first-child.first,
    .banners .banner-item.half-width.center:last-child.last {
        margin: 0 25%
    }
}

.notification-wrapper {
    position: fixed;
    margin: 12px 0;
    background-color: #111;
    color: #fff;
    display: flex;
    border-radius: 4px;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    min-height: 65px;
    pointer-events: auto;
    left: 50%;
    transform: translate(-50%);
    bottom: 0
}

.notification-wrapper .icon {
    display: none
}

.notification-wrapper span,
.notification-wrapper button {
    font-family: Roboto, sans-serif
}

.notification-wrapper span {
    line-height: normal
}

.notification-wrapper button {
    color: #7ec51e;
    background-color: #111;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 700
}

@media screen and (max-width: 710px) {
    .default .content .cashier-form .btn.btn-lg {
        margin-top: 20px
    }

    .default .content .cashier-form .btn.btn-lg.paypal-checkout,
    .default .content .cashier-form .btn.btn-lg.paypal-checkout:hover:not(:disabled) {
        margin-top: 20px
    }

    .default .content .cashier-form .cashier-required-info {
        font-size: 11px
    }

    .cashier-back-to-merchant-header {
        top: 5px
    }

    .default .cashier-form .cashier-amount-selector {
        vertical-align: middle;
        float: var(--direction-left);
        width: 100%
    }

    .default .cashier-form .cashier-amount-selector.disabled {
        cursor: auto;
        opacity: .6;
        pointer-events: none
    }

    .banners .banner-item {
        max-height: 67px;
        border: 1px solid transparent
    }

    .banners .banner-item a.disable {
        pointer-events: none
    }

    .bottom-banners .banner-item {
        max-width: 70px;
        min-height: 65px
    }

    html[dir=ltr] .bottom-banners .banner-item:not(:last-child) {
        margin-right: 10px
    }

    html[dir=rtl] .bottom-banners .banner-item:not(:last-child) {
        margin-left: 10px
    }

    .cashier-form-label.cashier-form-content-amount .alert-container span:not(:first-child).alert {
        display: none
    }

    .cashier-result.includesPrint .btn.btn-secondary.btn-print {
        top: -3px
    }

    .notification-wrapper {
        width: 98%
    }
}

.main input.focusInput {
    display: none;
    opacity: 0;
    width: 1px !important;
    height: 1px !important
}

.main.winmasters input.focusInput {
    display: block
}


@font-face {
    font-family: 'Metric';
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/MetricWeb-Bold.eot');
    src: local('&#x263A'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/MetricWeb-Bold.ttf') format('truetype'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/MetricWeb-Bold.woff') format('woff'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/MetricWeb-Bold.svg#AllerBold') format('svg'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/MetricWeb-Bold.svg#AllerBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Metric';
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/MetricWeb-Semibold.eot');
    src: local('&#x263A'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/MetricWeb-Semibold.ttf') format('truetype'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/MetricWeb-Semibold.woff') format('woff'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/MetricWeb-Semibold.eot?#iefix') format('embedded-opentype'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/MetricWeb-Semibold.svg#Metric-Semibold') format('svg'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/MetricWeb-Semibold.svg#Metric-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Metric';
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/MetricWeb-Thin.eot');
    src: local('&#x263A'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/MetricWeb-Thin.ttf') format('truetype'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/MetricWeb-Thin.woff') format('woff'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/MetricWeb-Thin.svg#AllerItalic') format('svg'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/MetricWeb-Thin.svg#AllerItalic') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Metric';
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/MetricWeb-Regular.eot');
    src: local('&#x263A'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/MetricWeb-Regular.ttf') format('truetype'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/MetricWeb-Regular.woff') format('woff'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/MetricWeb-Regular.svg#AllerRegular') format('svg'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/MetricWeb-Regular.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/Roboto-Regular.woff2') format('woff2'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/Roboto-Regular.woff') format('woff'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/Roboto-Bold.eot');
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/Roboto-Bold.woff2') format('woff2'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/Roboto-Bold.woff') format('woff'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/RobotoCondensed-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/RobotoCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/RobotoCondensed-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro 45 Light';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Pro 45 Light'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/HelveticaNeueLTPro-Lt.woff') format('woff');
}

@font-face {
    font-family: 'Helvetica Neue LT Pro 65 Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Pro 65 Medium'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/HelveticaNeueLTPro-Md.woff') format('woff');
}

@font-face {
    font-family: 'Helvetica Neue LT Pro 75 Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Pro 75 Bold'), url('//static.glastcoper.com/mmprod/cashier/assets/fonts/HelveticaNeueLTPro-Bd.woff') format('woff');
}

@font-face {
    font-family: 'Jost';
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/Jost-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/Jost-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/Jost-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/Mulish-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/Mulish-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Mulish';
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/Mulish-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('//static.glastcoper.com/mmprod/cashier/assets/fonts/Mulish-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Formun arka planı, kenarlık ve gölgelendirme */
#formContainer,
#formContainerT {
    background-color: #f9f9f9;
    /* Açık arka plan */
    color: #333333;
    /* Metin rengi */
    border-radius: 8px;
    /* Yuvarlatılmış köşeler */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Hafif gölge */
    padding: 20px;
    /* İç boşluk */
    margin-bottom: 20px;
    /* Dış boşluk */
}

/* Form başlıkları */
#formContainerT strong,
.form-item label {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

/* Başlık hizalama ve boyutu */
h2.text-center.tmb-5 {
    font-size: 24px;
    color: #1a1a1a;
    /* Daha belirgin başlık rengi */
    margin-bottom: 1rem;
    font-weight: 600;
}

/* Giriş alanları düzeni */
.form-item input,
.form-item select,
#payfix-name,
#payfix-turkeyId,
#payfix-password {
    background-color: #ffffff;
    /* Beyaz arka plan */
    color: #333333;
    /* Siyah metin rengi */
    border: 1px solid #cccccc;
    /* Gri kenarlık */
    border-radius: 4px;
    /* Hafif yuvarlatılmış köşeler */
    padding: 10px;
    font-size: 14px;
}

.form-item input:focus,
#payfix-name:focus,
#payfix-turkeyId:focus,
#payfix-password:focus {
    background-color: #e9e9e9;
    /* Açık gri odak rengi */
    border-color: #4CAF50;
    /* Yeşil sınır */
    outline: none;
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
    /* Hafif gölge ile odak belirtme */
}

/* Placeholder rengi */
::placeholder {
    color: #666666;
    /* Placeholder rengini koyulaştırma */
}

/* Form genişliği */
.card {
    max-width: 500px;
    /* Daha geniş bir form */
    margin: 0 auto;
    /* Ortaya hizalama */
}

/* Form alanları arasındaki boşluklar */
.form-item {
    margin-bottom: 25px;
    /* Daha fazla boşluk ekleme */
}

/* Zorunlu alan işareti ve konumlandırma */
.form-item label span {
    color: #f00;
    margin-left: 5px;
    /* Yıldız sembolünü metinden ayırma */
}

/* Hata mesajları ve geçersiz input */
input:invalid {
    border-color: #C02F3F;
    /* Kırmızı hata rengi */
    background-color: #f9dede;
    /* Hafif kırmızı arka plan */
}

/* Butonlar */
.btn-primary {
    font-size: 16px;
    /* Daha büyük font boyutu */
    padding: 12px 20px;
    /* Buton boyutunu artırma */
    background-color: #4CAF50 !important;
    /* Ana yeşil buton rengi */
    color: white !important;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #45a049 !important;
    /* Hover rengi */
}

.btn-danger {
    background-color: #C02F3F !important;
    color: white !important;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-danger:hover {
    background-color: #B22E39 !important;
    /* Hover rengi */
}

/* Geri butonu */
.back-button {
    color: #333333;
    border-color: #cccccc;
    font-size: 14px;
    padding: 5px 15px;
}

.back-button i {
    margin-right: 8px;
    /* İkon ve metin arasına boşluk ekleme */
}

.back-button:hover {
    color: #1a1a1a;
}

/* Devam Et Butonunun konumu */
.d-flex.justify-content-end {
    justify-content: center !important;
    /* Butonu ortala */
}

/* Başarı mesajı */
#success-message {
    color: #28a745 !important;
    font-size: 18px;
    text-align: center;
}

.checkmark {
    border-color: #28a745 !important;
}

.checkmark::before {
    border-color: #28a745 !important;
}

/* Papara ile Yatırım Butonu */
.btn-secondary {
    background-color: #e0f7fa;
    /* Daha parlak mavi ton */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Hafif gölge */
    transition: box-shadow 0.3s ease;
}

.btn-secondary:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /* Hover gölge efekti */
}

/* Ödeme yöntemleri hover efekti */
.payment-item:hover {
    background-color: #e0e0e0 !important;
    /* Hafif gri hover efekti */
}

/* Loader Overlay */
#loaderOverlay {
    background-color: rgba(249, 249, 249, 0.9) !important;
    /* Daha açık arka plan */
}