.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)
}

.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: transparent;
    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: rgba(0, 0, 0, .32)
}

.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
}

:root {
    --grey-00: #111111;
    --grey-50: #171717;
    --grey-75: #1e1e1e;
    --grey-100: #393939;
    --grey-200: #5f5f5f;
    --grey-300: #858585;
    --grey-400: #a1a1a1;
    --grey-500: #bebebe;
    --grey-600: #c4c4c4;
    --grey-700: #cdcdcd;
    --grey-800: #d5d5d5;
    --grey-900: #e3e3e3;
    --header-dark-color: #181E25;
    --footer-grey-color: #D9D9D9;
    --primary-color: #ffffff;
    --primary-color-shade: #ffffff;
    --primary-color-tint: #ffffff;
    --primary-color-contrast: #ffffff;
    --black-color: #000;
    --black-color-rgb: 0, 0, 0;
    --bg-grey: #f7f9f9;
    --red-color: #C44141;
    --marquee-red: #F44242;
    --green-color: #138807;
    --yellow-color: #E7A22A;
    --bg-grey-5: #C7C7C7;
    --card-background: #EAEAEA;
    --input-background: #E8E8E8;
    --chip-border: #FEAFB2;
    --lay-color: #FDC9D4;
    --lay-color-light: #fff3f4;
    --back-color: #A0D8FB;
    --back-color-light: #f2f9ff;
    --reset-background: #C13F50;
    --white-color: #ffffff;
    --back-light: #D4E8F8;
    --lay-light: #F7E7EB;
    --blue-color: #31a8df;
    --tabIcon-filter: invert(1);
    --d-color: #11833e;
    --w-color: #dd514a;
    --dark-blue-color: #1F6EE7
}

body[color-theme=default] {
    --secondary-color: #FFC629;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #FFC629;
    --tabIcon-filter: invert(0)
}

body[color-theme=water-blue] {
    --secondary-color: #1E64CE;
    --secondary-color-contrast: #ffffff;
    --primary-color: #1E64CE;
    --primary-color-shade: #1F6EE7;
    --primary-color-tint: #2081e7;
    --primary-color-contrast: #ffffff;
    --highlight-color: #ffffff;
    --tabIcon-filter: invert(0)
}

body[color-theme=sunglow] {
    --secondary-color: #FFC629;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #FFC629;
    --tabIcon-filter: invert(0)
}

body[color-theme=gopunt] {
    --secondary-color: #feb912;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #feb912;
    --tabIcon-filter: invert(0)
}

body[color-theme=raspberry-pink] {
    --secondary-color: #db469a;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #db469a;
    --tabIcon-filter: invert(0)
}

body[color-theme=bright-gold] {
    --secondary-color: #FFCB00;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #FFCB00;
    --tabIcon-filter: invert(0)
}

body[color-theme=saffron] {
    --secondary-color: #FF671F;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #FF671F;
    --tabIcon-filter: invert(0)
}

body[color-theme=firebush] {
    --secondary-color: #ff8e2a;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #ff8e2a;
    --tabIcon-filter: invert(0)
}

body[color-theme=darkorange] {
    --secondary-color: #F78A02;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #F78A02;
    --tabIcon-filter: invert(0)
}

body[color-theme=brightorange] {
    --secondary-color: #ff6600;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #ff6600;
    --tabIcon-filter: invert(0)
}

body[color-theme=rubyred] {
    --secondary-color: #e82127;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #e82127;
    --tabIcon-filter: invert(0)
}

body[color-theme=ferrarired] {
    --secondary-color: #ff2800;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #ff2800;
    --tabIcon-filter: invert(0)
}

body[color-theme=brickred] {
    --secondary-color: #C32034;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #C32034;
    --tabIcon-filter: invert(0)
}

body[color-theme=dustyred] {
    --secondary-color: #c14646;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #c14646;
    --tabIcon-filter: invert(0)
}

body[color-theme=lavared] {
    --secondary-color: #d72c0a;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #d72c0a;
    --tabIcon-filter: invert(0)
}

body[color-theme=orangyred] {
    --secondary-color: #b01d0b;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #b01d0b;
    --tabIcon-filter: invert(0)
}

body[color-theme=supernova] {
    --secondary-color: #fdcf13;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #fdcf13;
    --tabIcon-filter: invert(0)
}

body[color-theme=orangeyellow] {
    --secondary-color: #feba0d;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #feba0d;
    --tabIcon-filter: invert(0)
}

body[color-theme=amberyellow] {
    --secondary-color: #ffb80c;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #ffb80c;
    --tabIcon-filter: invert(0)
}

body[color-theme=sunshade] {
    --secondary-color: #FF9934;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #FF9934;
    --tabIcon-filter: invert(0)
}

body[color-theme=deepsaffron] {
    --secondary-color: #f79333;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #f79333;
    --tabIcon-filter: invert(0)
}

body[color-theme=cadmiumorange] {
    --secondary-color: #ea9624;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #ea9624;
    --tabIcon-filter: invert(0)
}

body[color-theme=fadedorange] {
    --secondary-color: #F88651;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #F88651;
    --tabIcon-filter: invert(0)
}

body[color-theme=granolagold] {
    --secondary-color: #ba9445;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #ba9445;
    --tabIcon-filter: invert(0)
}

body[color-theme=eucalyptusgreen] {
    --secondary-color: #159365;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #159365;
    --tabIcon-filter: invert(0)
}

body[color-theme=venomgreen] {
    --secondary-color: #659910;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #659910;
    --tabIcon-filter: invert(0)
}

body[color-theme=peagreen] {
    --secondary-color: #A6CE39;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #A6CE39;
    --tabIcon-filter: invert(0)
}

body[color-theme=vibrantgreen] {
    --secondary-color: #00BC00;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #00BC00;
    --tabIcon-filter: invert(0)
}

body[color-theme=pinegreen] {
    --secondary-color: #14795a;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #14795a;
    --tabIcon-filter: invert(0)
}

body[color-theme=fountainblue] {
    --secondary-color: #5dade2;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #5dade2;
    --tabIcon-filter: invert(0)
}

body[color-theme=crystalblue] {
    --secondary-color: #3bc6f3;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #3bc6f3;
    --tabIcon-filter: invert(0)
}

body[color-theme=darkcyan] {
    --secondary-color: #149897;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #149897;
    --tabIcon-filter: invert(0)
}

body[color-theme=frenchblue] {
    --secondary-color: #0075DB;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #0075DB;
    --tabIcon-filter: invert(0)
}

body[color-theme=silkblue] {
    --secondary-color: #3F77D9;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #3F77D9;
    --tabIcon-filter: invert(0)
}

body[color-theme=veniceblue] {
    --secondary-color: #005b96;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #005b96;
    --tabIcon-filter: invert(0)
}

body[color-theme=midnightblue] {
    --secondary-color: #0285c8;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #0285c8;
    --tabIcon-filter: invert(0)
}

body[color-theme=mineralgreen] {
    --secondary-color: #3d5566;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #3d5566;
    --tabIcon-filter: invert(0)
}

body[color-theme=warmpurple] {
    --secondary-color: #7e1fac;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #7e1fac;
    --tabIcon-filter: invert(0)
}

body[color-theme=cobaltblue] {
    --secondary-color: #1A3DA6;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #1A3DA6;
    --tabIcon-filter: invert(0)
}

body[color-theme=pacificblue] {
    --secondary-color: #04A1A6;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #04A1A6;
    --tabIcon-filter: invert(0)
}

body[color-theme=fuelyellow] {
    --secondary-color: #f6ae2d;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #f6ae2d;
    --tabIcon-filter: invert(0)
}

body[color-theme=brightyellow] {
    --secondary-color: #f3e819;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #f3e819;
    --tabIcon-filter: invert(0)
}

body[color-theme=osgbook] {
    --secondary-color: #1A3DA6;
    --secondary-color-contrast: #ffffff;
    --primary-color: #1A3DA6;
    --primary-color-shade: #0f2462;
    --primary-color-tint: #0f2462;
    --primary-color-contrast: #ffffff;
    --highlight-color: #ffffff;
    --tabIcon-filter: invert(0)
}

body[color-theme=tuliporange] {
    --secondary-color: #F6A237;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #F6A237;
    --tabIcon-filter: invert(0)
}

body[color-theme=winered] {
    --secondary-color: #A00000;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #A00000;
    --tabIcon-filter: invert(0)
}

body[color-theme=cranberry] {
    --secondary-color: #D84396;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #D84396;
    --tabIcon-filter: invert(0)
}

body[color-theme=marine] {
    --secondary-color: #0B2972;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #0B2972;
    --tabIcon-filter: invert(0)
}

body[color-theme=candlelight] {
    --secondary-color: #FFE001;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #FFE001;
    --tabIcon-filter: invert(0)
}

body[color-theme=beeyellow] {
    --secondary-color: #EBB023;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #EBB023;
    --tabIcon-filter: invert(0)
}

body[color-theme=orangepeel] {
    --secondary-color: #FFA800;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #FFA800;
    --tabIcon-filter: invert(0)
}

body[color-theme=azureblue] {
    --secondary-color: #007ACC;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #007ACC;
    --tabIcon-filter: invert(0)
}

body[color-theme=chromeorange] {
    --secondary-color: #FF9600;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #FF9600;
    --tabIcon-filter: invert(0)
}

body[color-theme=vibrantyellow] {
    --secondary-color: #F8FF13;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #F8FF13;
    --tabIcon-filter: invert(0)
}

body[color-theme=shyam365],
body[color-theme=newlotus],
body[color-theme=lotus365s],
body[color-theme=gamblerid365] {
    --secondary-color: #FFE001;
    --secondary-color-contrast: #000000;
    --primary-color: #1e8067;
    --primary-color-shade: #1a715b;
    --primary-color-tint: #358d76;
    --primary-color-contrast: #ffffff;
    --highlight-color: #FFE001;
    --tabIcon-filter: invert(0)
}

body[color-theme=driftwood] {
    --secondary-color: #b4833e;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #b4833e;
    --tabIcon-filter: invert(0)
}

body[color-theme=darkpink] {
    --secondary-color: #B6277B;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #B6277B;
    --tabIcon-filter: invert(0)
}

body[color-theme=cherryred] {
    --secondary-color: #C10930;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #C10930;
    --tabIcon-filter: invert(0)
}

body[color-theme=electricblue] {
    --secondary-color: #0088CC;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #0088CC;
    --tabIcon-filter: invert(0)
}

body[color-theme=matchpari] {
    --secondary-color: #FFC629;
    --secondary-color-contrast: #000000;
    --primary-color: #8000FF;
    --primary-color-shade: #7100e0;
    --primary-color-tint: #8d1aff;
    --primary-color-contrast: #ffffff;
    --highlight-color: #FFC629;
    --tabIcon-filter: invert(0)
}

body[color-theme=dustyorange] {
    --secondary-color: #EE8C31;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #EE8C31;
    --tabIcon-filter: invert(0)
}

body[color-theme=artyred] {
    --secondary-color: #FD0000;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #FD0000;
    --tabIcon-filter: invert(0)
}

body[color-theme=goldenbell] {
    --secondary-color: #ED8929;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #ED8929;
    --tabIcon-filter: invert(0)
}

body[color-theme=brightaqua] {
    --secondary-color: #00FFFC;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #00FFFC;
    --tabIcon-filter: invert(0)
}

body[color-theme=sandyellow] {
    --secondary-color: #E9C869;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #E9C869;
    --tabIcon-filter: invert(0)
}

body[color-theme=darkblue] {
    --secondary-color: #183787;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #183787;
    --tabIcon-filter: invert(0)
}

body[color-theme=funbuzz] {
    --secondary-color: #FFCC00;
    --secondary-color-contrast: #000000;
    --primary-color: #184438;
    --primary-color-shade: #153c31;
    --primary-color-tint: #2f574c;
    --primary-color-contrast: #ffffff;
    --highlight-color: #FFCC00;
    --tabIcon-filter: invert(0)
}

body[color-theme=tiger11] {
    --secondary-color: #FF9700;
    --secondary-color-contrast: #000000;
    --primary-color: #205685;
    --primary-color-shade: #1c4c75;
    --primary-color-tint: #366791;
    --primary-color-contrast: #ffffff;
    --highlight-color: #FF9700;
    --tabIcon-filter: invert(0)
}

body[color-theme=brightblue] {
    --secondary-color: #0052ED;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #0052ED;
    --tabIcon-filter: invert(0)
}

body[color-theme=brightgreen] {
    --secondary-color: #55FE43;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #55FE43;
    --tabIcon-filter: invert(0)
}

body[color-theme=yaleblue] {
    --secondary-color: #17459A;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #17459A;
    --tabIcon-filter: invert(0)
}

body[color-theme=hukumid] {
    --secondary-color: #17459A;
    --secondary-color-contrast: #ffffff;
    --primary-color: #1e8067;
    --primary-color-shade: #1a715b;
    --primary-color-tint: #358d76;
    --primary-color-contrast: #ffffff;
    --highlight-color: #17459A;
    --tabIcon-filter: invert(0)
}

body[color-theme=vividpurple] {
    --secondary-color: #8000FF;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #8000FF;
    --tabIcon-filter: invert(0)
}

body[color-theme=lightyellow] {
    --secondary-color: #F7C528;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #F7C528;
    --tabIcon-filter: invert(0)
}

body[color-theme=dodgerblue] {
    --secondary-color: #1A88F3;
    --secondary-color-contrast: #000000;
    --primary-color: #090f1e;
    --primary-color-shade: #080d1a;
    --primary-color-tint: #222735;
    --primary-color-contrast: #ffffff;
    --highlight-color: #1A88F3;
    --tabIcon-filter: invert(0)
}

body[color-theme=neonblue] {
    --secondary-color: #00CCFF;
    --secondary-color-contrast: #000000;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #00CCFF;
    --tabIcon-filter: invert(0)
}

body[color-theme=olivegreen] {
    --secondary-color: #6B8834;
    --secondary-color-contrast: #ffffff;
    --primary-color: #000000;
    --primary-color-shade: #141414;
    --primary-color-tint: #222222;
    --primary-color-contrast: #ffffff;
    --highlight-color: #6B8834;
    --tabIcon-filter: invert(0)
}

.plt-pwa .cn-overlay {
    height: calc(var(--vh, 1vh) * 100 - 107px)
}

.cn-overlay {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100 - 100px);
    background-color: #0009;
    position: fixed;
    bottom: 55px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 2
}

.cn-overlay.on-overlay {
    visibility: visible;
    opacity: 1
}

.opened-nav ul:has(>:last-child:nth-child(4)) li:first-child {
    transform: rotate(0) skew(45deg)
}

.opened-nav ul:has(>:last-child:nth-child(4)) li:nth-child(2) {
    transform: rotate(45deg) skew(45deg)
}

.opened-nav ul:has(>:last-child:nth-child(4)) li:nth-child(3) {
    transform: rotate(90deg) skew(45deg)
}

.opened-nav ul:has(>:last-child:nth-child(4)) li:nth-child(4) {
    transform: rotate(135deg) skew(45deg)
}

.opened-nav ul:has(>:last-child:nth-child(3)) li .link-wrap {
    transform: skew(-30deg) rotate(-60deg) scale(1)
}

.opened-nav ul:has(>:last-child:nth-child(3)) li:first-child {
    transform: rotate(0) skew(30deg)
}

.opened-nav ul:has(>:last-child:nth-child(3)) li:nth-child(2) {
    transform: rotate(60deg) skew(30deg)
}

.opened-nav ul:has(>:last-child:nth-child(3)) li:nth-child(3) {
    transform: rotate(120deg) skew(30deg)
}

.cn-button {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 11;
    margin-top: -2.25em;
    margin-left: -2.25em;
    padding-top: 0;
    width: 4.5em;
    height: 4.5em;
    border: none;
    border-radius: 50%;
    background: none;
    background-color: #fff;
    color: #52be7f;
    text-align: center;
    font-weight: 700;
    font-size: 1.5em;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-backface-visibility: hidden
}

.cn-wrapper2 {
    position: fixed;
    top: 0%;
    left: 63% !important;
    z-index: 10;
    margin-top: -13em;
    margin-left: -13.5em;
    width: 27em;
    height: 27em;
    border-radius: 50%;
    background: transparent;
    opacity: 0;
    transition: all .3s ease .3s;
    transform: scale(.1);
    pointer-events: none;
    overflow: hidden
}

.cn-wrapper {
    position: fixed;
    top: 0%;
    left: 38%;
    z-index: 10;
    margin-top: -13em;
    margin-left: -13.5em;
    width: 27em;
    height: 27em;
    border-radius: 50%;
    background: transparent;
    opacity: 0;
    transition: all .3s ease .3s;
    transform: scale(.1);
    pointer-events: none;
    overflow: hidden
}

.cn-wrapper:after {
    content: ".";
    display: block;
    font-size: 2em;
    width: 6.2em;
    height: 6.2em;
    position: absolute;
    left: 50%;
    margin-left: -3.1em;
    top: 50%;
    margin-top: -3.1em;
    border-radius: 50%;
    z-index: 10;
    color: transparent
}

.opened-nav {
    border-radius: 50%;
    opacity: 1;
    transition: all .3s ease;
    transform: scale(1);
    pointer-events: auto
}

.cn-wrapper li {
    position: absolute;
    top: 0%;
    left: 50%;
    overflow: hidden;
    margin-top: -1.3em;
    margin-left: -10em;
    width: 10em;
    height: 10em;
    font-size: 1.5em;
    transition: all .3s ease;
    transform: rotate(76deg) skew(60deg);
    transform-origin: 100% 100%;
    pointer-events: none;
    cursor: pointer
}

.cn-wrapper li:nth-child(2n) .link-wrap {
    background: radial-gradient(transparent 35%, var(--grey-75) 35%)
}

.cn-wrapper li .link-wrap {
    font-size: 15px;
    padding: 11px;
    box-sizing: border-box;
    position: absolute;
    right: -7.25em;
    bottom: -7.25em;
    display: block;
    width: 14.5em;
    height: 14.5em;
    border-radius: 50%;
    background: var(--black-color);
    background: radial-gradient(transparent 35%, var(--grey-00) 35%);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 2;
    transform: skew(-45deg) rotate(-67.5deg) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: auto
}

.cn-wrapper li .link-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 2.5em;
    row-gap: 4px
}

.cn-wrapper li .link-wrap a p {
    font-size: 11px;
    padding: 0 6px;
    width: 18%;
    line-height: normal;
    margin: 0;
    overflow-wrap: normal
}

.cn-wrapper li .link-wrap a img {
    width: 20px;
    height: 20px
}

.cn-wrapper li:first-child .link-wrap p {
    padding: 0;
    width: 30%;
    margin: 0
}

.cn-wrapper li a span {
    position: relative;
    top: 1.8em;
    display: block;
    font-size: .5em;
    font-weight: 700;
    text-transform: uppercase
}

.cn-wrapper li .link-wrap:hover,
.cn-wrapper li .link-wrap:active,
.cn-wrapper li .link-wrap:focus,
.cn-wrapper li.active .link-wrap {
    background: radial-gradient(transparent 35%, var(--secondary-color) 35%)
}

.cn-wrapper li .link-wrap:hover a,
.cn-wrapper li .link-wrap:active a,
.cn-wrapper li .link-wrap:focus a,
.cn-wrapper li.active .link-wrap a {
    color: var(--secondary-color-contrast)
}

.cn-wrapper li .link-wrap:hover a img,
.cn-wrapper li .link-wrap:active a img,
.cn-wrapper li .link-wrap:focus a img,
.cn-wrapper li.active .link-wrap a img {
    filter: drop-shadow(0px .5px 0px var(--secondary-color-contrast))
}

.cn-wrapper li .link-wrap:hover a p,
.cn-wrapper li .link-wrap:active a p,
.cn-wrapper li .link-wrap:focus a p,
.cn-wrapper li.active .link-wrap a p {
    color: var(--secondary-color-contrast)
}

.cn-wrapper li .link-wrap:focus {
    position: fixed
}

.opened-nav li {
    transition: all .3s ease .3s
}

.no-csstransforms .cn-wrapper {
    overflow: hidden;
    margin: 10em auto;
    padding: .5em;
    text-align: center
}

.no-csstransforms .cn-wrapper ul {
    display: inline-block
}

.no-csstransforms .cn-wrapper li {
    float: left;
    width: 5em;
    height: 5em;
    background-color: var(--white-color);
    text-align: center;
    font-size: 1em;
    line-height: 5em;
    cursor: pointer
}

.no-csstransforms .cn-wrapper li .link-wrap {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none
}

.no-csstransforms .cn-wrapper li .link-wrap:hover,
.no-csstransforms .cn-wrapper li .link-wrap:active,
.no-csstransforms .cn-wrapper li .link-wrap:focus {
    background-color: #f8f8f8
}

.no-csstransforms .cn-wrapper li.active a {
    background-color: #6f325c;
    color: #fff
}

.no-csstransforms .cn-button {
    display: none
}

@media only screen and (max-width: 620px) {
    .no-csstransforms li {
        width: 4em;
        height: 4em;
        line-height: 4em
    }
}

@media only screen and (max-width: 500px) {
    .no-ccstransforms .cn-wrapper {
        padding: .5em
    }

    .no-csstransforms .cn-wrapper li {
        width: 4em;
        height: 4em;
        font-size: .9em;
        line-height: 4em
    }
}

@media only screen and (max-width: 480px) {
    .cn-wrapper {
        font-size: .68em
    }

    .cn-button {
        font-size: 1em
    }
}

@media only screen and (max-width: 420px) {
    .no-csstransforms .cn-wrapper li {
        width: 100%;
        height: 3em;
        line-height: 3em
    }
}

@media only screen and (max-width: 380px) {

    .cn-wrapper,
    .cn-wrapper2 {
        left: 50% !important
    }
}

@font-face {

    src: url(OpenSans-Bold.c744609a802a3288.eot);
    src: url(OpenSans-Bold.c744609a802a3288.eot?#iefix) format("embedded-opentype"), url(OpenSans-Bold.b42e8f997302545c.woff2) format("woff2"), url(OpenSans-Bold.64b698d1d2f794fe.woff) format("woff"), url(OpenSans-Bold.b3fe20c65d6b62cf.ttf) format("truetype"), url(OpenSans-Bold.f38a2340fb722694.svg#OpenSans-Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {

    src: url(OpenSans-SemiBold.deb5b5413aa8d3ac.eot);
    src: url(OpenSans-SemiBold.deb5b5413aa8d3ac.eot?#iefix) format("embedded-opentype"), url(OpenSans-SemiBold.a6f1c6b1afb3465a.woff2) format("woff2"), url(OpenSans-SemiBold.bb3467e1ab08ad28.woff) format("woff"), url(OpenSans-SemiBold.4f8cd531d5793bcb.ttf) format("truetype"), url(OpenSans-SemiBold.53807d58a1c70bd2.svg#OpenSans-SemiBold) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {

    src: url(OpenSans-Regular.3384608ec0a1e49b.eot);
    src: url(OpenSans-Regular.3384608ec0a1e49b.eot?#iefix) format("embedded-opentype"), url(OpenSans-Regular.98f04fd85332c29f.woff2) format("woff2"), url(OpenSans-Regular.bce49be2a274aae7.woff) format("woff"), url(OpenSans-Regular.678fb9cf1b737079.ttf) format("truetype"), url(OpenSans-Regular.9ad98acf6f3e7381.svg#OpenSans-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {

    src: url(OpenSans-Light.eec8d6d88268332f.eot);
    src: url(OpenSans-Light.eec8d6d88268332f.eot?#iefix) format("embedded-opentype"), url(OpenSans-Light.eca1259dc68dc112.woff2) format("woff2"), url(OpenSans-Light.3d40ad4dbf6ff344.woff) format("woff"), url(OpenSans-Light.5262a04f51b93052.ttf) format("truetype"), url(OpenSans-Light.d50201a459c1c184.svg#OpenSans-Light) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: appicon;
    src: url(appicon.4b24a700cc27073b.eot);
    src: url(appicon.4b24a700cc27073b.eot?#iefix) format("embedded-opentype") format("woff2"), url(appicon.0f05bb4ac06b3a0f.woff) format("woff"), url(appicon.117ff2b8407e828b.ttf) format("truetype"), url(appicon.4fff11aaffdacb79.svg#iconmoon) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ai_icon;
    src: url(ai_icon.858cc1070b8b1516.eot);
    src: url(ai_icon.858cc1070b8b1516.eot?#iefix) format("embedded-opentype") format("woff2"), url(ai_icon.c1bc506f2c532aaa.woff) format("woff"), url(ai_icon.87ce2945111e1365.ttf) format("truetype"), url(ai_icon.36bbaba0a2d8a0b3.svg#iconmoon) format("svg");
    font-weight: 400;
    font-style: normal
}

html,
body {
    height: 100%;
    top: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: unset
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

*:focus,
*:focus-visible {
    box-shadow: unset !important;
    border: 0;
    outline: none
}

body {
    background: var(--grey-00);
    color: var(--grey-900);
    margin: 0;
    ,
    open_light,
    open_semiBold,
    open_bold
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    height: 100% !important
}

.text-center {
    text-align: center
}

.custom-radio {
    padding: 10px 5px
}

.custom-radio mat-radio-group {
    row-gap: 10px;
    flex-direction: column;
    display: flex
}

.custom-radio mat-radio-group mat-radio-button .mdc-form-field {
    display: flex;
    align-items: center
}

.custom-radio mat-radio-group mat-radio-button .mdc-form-field .mdc-radio {
    display: flex;
    align-items: center;
    padding: 0
}

.custom-radio mat-radio-group mat-radio-button .mdc-form-field .mdc-radio .mdc-radio__background {
    width: 16px;
    height: 16px
}

.custom-radio mat-radio-group mat-radio-button .mdc-form-field .mdc-radio .mdc-radio__background .mdc-radio__outer-circle {
    border-width: 1px
}

.custom-radio mat-radio-group mat-radio-button .mdc-form-field .mdc-radio .mdc-radio__background .mdc-radio__inner-circle {
    top: -2px;
    left: -2px
}

.custom-radio mat-radio-group mat-radio-button .mdc-form-field .mdc-label {
    font-size: 12px;
    margin-top: -2px
}

[class^=appico-],
[class*=" appico-"] {
    font-family: appicon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.appico-copy:before {
    content: "\e900"
}

.appico-cut:before {
    content: "\e901"
}

.appico-paste:before {
    content: "\e902"
}

.appico-save:before {
    content: "\e903"
}

.appico-ball:before {
    content: "\e904"
}

.appico-dice:before {
    content: "\e905"
}

.appico-eye:before {
    content: "\e906"
}

.appico-gift:before {
    content: "\e907"
}

.appico-home:before {
    content: "\e908"
}

.appico-score:before {
    content: "\e909"
}

.appico-tv:before {
    content: "\e90a"
}

.appico-txn:before {
    content: "\e90b"
}

.appico-upuser:before {
    content: "\e90c"
}

.appico-user:before {
    content: "\e90d"
}

[class^=ai-],
[class*=" ai-"] {
    font-family: ai_icon !important;
    font-size: 16px;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ai-tennis:before {
    content: "\e900"
}

.ai-sportsbook:before {
    content: "\e901"
}

.ai-sports:before {
    content: ""
}

.ai-specia_market:before {
    content: "\e903"
}

.ai-soccer_2:before {
    content: "\e904"
}

.ai-soccer_1:before {
    content: "\e905"
}

.ai-referral:before {
    content: "\e906"
}

.ai-profile:before {
    content: "\e907"
}

.ai-passbook_2:before {
    content: "\e908"
}

.ai-passbook_1:before {
    content: "\e909"
}

.ai-offers_2:before {
    content: "\e90a"
}

.ai-offers_1:before {
    content: "\e90b"
}

.ai-my_market:before {
    content: "\e90c"
}

.ai-live_casino:before {
    content: "\e90d"
}

.ai-id_panel:before {
    content: "\e90e"
}

.ai-home_2:before {
    content: "\e90f"
}

.ai-home_1:before {
    content: "\e910"
}

.ai-gocasino_2:before {
    content: "\e911"
}

.ai-cricket:before {
    content: "\e912"
}

.ai-crash:before {
    content: "\e913"
}

.ai-casino_3:before {
    content: "\e914"
}

.ai-casino_2:before {
    content: "\e915"
}

.ai-casino_1:before {
    content: "\e916"
}

.ai-cart:before {
    content: "\e917"
}

.ai-binary:before {
    content: "\e918"
}

ion-content {
    --background: transparent;
    min-height: calc(var(--vh, 1vh) * 100 - 90px)
}

ion-content ion-refresher {
    z-index: 1;
    background: transparent
}

ion-content ion-refresher .refresher-pulling-icon ion-icon {
    color: var(--secondary-color)
}

ion-content ion-refresher .refresher-refreshing-icon ion-spinner {
    color: var(--secondary-color)
}

.app-splash {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: calc(100% + 1px);
    height: 100%;
    z-index: 100;
    background: var(--header-dark-color);
    max-width: 768px
}

.app-splash .app-loading {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}

.app-splash .app-loading .logo img {
    width: 140px
}

.app-splash .app-loading .snippet {
    margin-top: 10px;
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translate(-50%)
}

.dot-flashing {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: var(--grey-300);
    color: var(--grey-300);
    animation: dot-flashing 1s infinite linear alternate;
    animation-delay: .5s
}

.dot-flashing:before,
.dot-flashing:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0
}

.dot-flashing:before {
    left: -15px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: var(--grey-300);
    color: var(--grey-300);
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 0s
}

.dot-flashing:after {
    left: 15px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: var(--grey-300);
    color: var(--grey-300);
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 1s
}

@keyframes dot-flashing {
    0% {
        background: var(--grey-300)
    }

    50%,
    to {
        background: var(--grey-00)
    }
}

.main {
    height: 100%
}

::selection {
    color: var(--secondary-color-contrast);
    background: var(--secondary-color)
}

.container {
    box-sizing: border-box;
    overflow: auto;
    background: var(--grey-00);
    max-width: 768px;
    margin: auto;
    height: 100%
}

p {
    color: var(--grey-900)
}

.text-grey {
    color: var(--grey-500)
}

.preffered {
    color: var(--secondary-color) !important
}

.success-text,
.approved,
.Approved,
.text-success {
    color: var(--green-color) !important
}

.danger-text,
.rejected,
.Rejected,
.text-danger {
    color: var(--red-color) !important
}

.warning-text,
.pending,
.Hold,
.Pending {
    color: var(--yellow-color) !important
}

.badge {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary-color);
    border-radius: 6px;
    color: var(--secondary-color-contrast);
    font-size: 10px;

}

.flex-row-left {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: center
}

button.btn {
    font-size: 12px;
    white-space: nowrap;
    border: none;
    min-height: 25px;
    border-radius: 10px;
    min-width: 75px;
    font-weight: 300;
    cursor: pointer;
    width: 100%
}

button.btn:disabled {
    background: var(--grey-400) !important;
    cursor: not-allowed;
    opacity: .5
}

button.btn.secondary-btn {
    background: var(--secondary-color);
    color: var(--secondary-color-contrast)
}

button.btn.grey-btn {
    background: var(--grey-100);
    color: var(--white-color)
}

button.btn.outline-btn {
    background: transparent;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color)
}

button.btn.dark-outlined-btn {
    background: transparent;
    border: 1px solid var(--primary-color-shade);
    color: var(--black-color)
}

button.btn.white-text-btn {
    background: transparent;
    color: var(--white-color)
}

button .mat-mdc-button-touch-target {
    width: 100%;
    height: 100% !important
}

.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center
}

.d-flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px
}

.d-flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center
}

mat-form-field {
    width: 100%
}

mat-form-field mat-label {
    color: var(--grey-500)
}

mat-form-field ::ng-deep .mat-form-field-wrapper .mat-form-field-flex {
    padding-top: 0
}

mat-form-field ::ng-deep .mat-form-field-wrapper .mat-form-field-underline {
    border-bottom: 1px solid var(--grey-75)
}

mat-form-field input::-webkit-outer-spin-button,
mat-form-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

mat-form-field input[type=number] {
    -moz-appearance: textfield
}

.page-body {
    background: var(--grey-00);
    height: calc(100% - 60px);
    padding: 0 10px
}

.page-body .title-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0
}

.page-body .title-bar h2 {
    font-size: 14px;
    margin: 0;
    color: var(--white-color)
}

.page-body .title-bar .time-badge {
    font-weight: 300;
    font-size: 10px;
    margin: 0;
    padding: 2px 10px;
    border: 1px solid var(--black-color);
    border-radius: 50px
}

.page-body .pagetab-wrapper {
    position: sticky;
    top: 0;
    z-index: 1000
}

.page-body .pagetab-wrapper .latest-events {
    background: var(--black-color);
    color: var(--white-color);
    display: flex;
    align-items: center;
    width: 100%;
    height: 36px;
    overflow-x: auto;
    border-left: 0;
    overflow: hidden;
    padding: 0 5px
}

.page-body .pagetab-wrapper .latest-events .le-item {
    flex-grow: 1;
    position: relative;
    width: 50%;
    height: 100%;
    cursor: pointer;
    padding: 5px 3px
}

.page-body .pagetab-wrapper .latest-events .le-item:after {
    display: none;
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    right: 0;
    z-index: 1;
    background: var(--black-color);
    top: 50%;
    transform: translateY(-50%);
    opacity: .5
}

.page-body .pagetab-wrapper .latest-events .le-item:last-child:after {
    display: none
}

.page-body .pagetab-wrapper .latest-events .le-item h2 {
    margin: 0;
    font-size: 10px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    color: var(--black-color);
    border-radius: 4px
}

.page-body .pagetab-wrapper .latest-events .le-item h2 span {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px
}

.page-body .pagetab-wrapper .latest-events .le-item h2.active-link {
    background: var(--grey-75);
    color: var(--white-color);
    border: 1px solid var(--grey-75)
}

.page-body .pagetab-header {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 4px;
    margin-bottom: 0;
    background: var(--black-color);
    border-radius: 0 0 10px 10px;
    overflow-x: auto;
    overflow-y: hidden;
    height: 70px;
    padding: 0 10px 0 0
}

.page-body .pagetab-header::-webkit-scrollbar {
    height: 0
}

.page-body .pagetab-header .pagetab-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 5px;
    cursor: pointer;
    position: relative;
    min-width: 14.8148148148%
}

.page-body .pagetab-header .pagetab-item.active:after,
.page-body .pagetab-header .pagetab-item.active-link:after {
    content: "";
    background: var(--secondary-color);
    width: 34px;
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -9px;
    border-radius: 10px 10px 0 0
}

.page-body .pagetab-header .pagetab-item.active .icon-wrap,
.page-body .pagetab-header .pagetab-item.active-link .icon-wrap {
    border: 1px solid var(--black-color);
    outline: var(--secondary-color) solid 2px;
    background: var(--secondary-color)
}

.page-body .pagetab-header .pagetab-item.active .tab-label,
.page-body .pagetab-header .pagetab-item.active-link .tab-label {
    color: var(--grey-800)
}

.page-body .pagetab-header .pagetab-item .icon-wrap {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--grey-100);
    border-radius: 50%
}

.page-body .pagetab-header .pagetab-item .icon-wrap.crash-icon img {
    width: 30px;
    height: auto
}

.page-body .pagetab-header .pagetab-item .icon-wrap mat-icon {
    width: 20px;
    height: 20px;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center
}

.page-body .pagetab-header .pagetab-item .icon-wrap img {
    width: 20px;
    height: 20px;
    filter: var(--tabIcon-filter)
}

.page-body .pagetab-header .pagetab-item .tab-label {
    font-size: 10px;
    text-align: center;

    color: var(--grey-800);
    text-wrap: nowrap
}

.top-header {
    padding: 10px;
    background: var(--grey-100);
    color: var(--white-color)
}

.inner-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    z-index: 9;
    background: var(--black-color)
}

.inner-page-header .logo img {
    width: 120px
}

.inner-page-header button.mat-mini-fab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: var(--black-color)
}

.inner-page-header button.mat-mini-fab ::ng-deep .mat-button-wrapper {
    padding: 0;
    display: inline-block;
    line-height: 18px
}

.inner-page-header button.mat-mini-fab mat-icon {
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-weight: 900
}

.inner-page-header .header-right-cont {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 10px
}

.inner-page-header .header-right-cont button {
    background: transparent;
    color: var(--black-color);
    font-weight: 400;
    font-size: 12px
}

.inner-page-header .header-right-cont button.mat-mini-fab {
    display: flex;
    align-items: center;
    justify-content: center
}

.inner-page-header h1 {
    font-size: clamp(18px, 2vw, 20px);
    margin-bottom: 0
}

.page-header {
    min-height: 60px;
    max-height: 160px;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    margin-bottom: 30px;
    z-index: 1010;
    background: var(--grey-00)
}

.page-header.not-loggedIn {
    margin-bottom: 15px !important
}

.page-header .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-height: 44px;
    padding: 0 10px
}

.page-header .page-title {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0
}

.page-header .page-title h2 {
    margin: 0;
    color: var(--black-color);
    font-size: 16px
}

.page-header mat-icon {
    color: var(--secondary-color-contrast);
    cursor: pointer;
    z-index: 1
}

.page-header .logo {
    display: flex;
    align-items: center;
    column-gap: 6px;
    z-index: 100
}

.page-header .logo img {
    height: 34px;
    width: auto
}

.page-header .logo mat-icon {
    color: var(--black-color);
    cursor: pointer
}

.page-header .user-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 0
}

.page-header .user-info p {
    margin-bottom: 0;
    color: var(--black-color)
}

.page-header .user-info button {
    width: auto;
    height: auto
}

.page-header .header-right-cont {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 10px;
    min-width: 30px
}

.page-header .header-right-cont .loggedIn {
    display: flex;
    align-items: center;
    column-gap: 5px
}

.page-header .header-right-cont .loggedIn mat-icon {
    color: var(--black-color);
    cursor: pointer
}

.page-header .header-right-cont .not-loggedIn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4px
}

.page-header .header-right-cont .not-loggedIn button {
    height: 28px;
    max-width: 110px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 5px
}

.page-header .header-right-cont button {
    background: transparent;
    color: var(--black-color);
    font-weight: 400;
    font-size: 12px
}

.page-header h1 {
    font-size: clamp(18px, 2vw, 20px);
    margin-bottom: 0
}

.page-header .not-loggedIn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4px
}

.page-header .not-loggedIn button {
    height: 28px;
    max-width: 110px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 5px;
    color: var(--black-color);
    border: 1px solid var(--black-color)
}

.login-section {
    background: var(--grey-75);
    background-position: left
}

.login-section .login-header-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 250px;
    padding: 15px 15px 3px;
    box-sizing: border-box;
    position: sticky;
    top: 0
}

.login-section .login-header-section button.close-btn {
    width: 30px;
    height: 30px;
    line-height: normal;
    display: none;
    justify-content: center;
    align-items: center;
    background: var(--black-color)
}

.login-section .login-header-section button.close-btn mat-icon {
    font-size: 20px;
    width: auto;
    height: auto;
    line-height: normal;
    color: var(--white-color)
}

.login-section .login-header-section .logo {
    align-self: flex-end
}

.login-section .login-header-section .logo p {

    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
    color: var(--black-color)
}

.login-section .login-header-section .logo h2 {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 400;

    margin-bottom: 0;
    margin-top: 10px
}

.login-section .login-header-section img {
    width: 175px;
    max-height: 60px
}

.login-form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 0 15px
}

.login-form .form-title {
    font-size: 12px;
    width: 100%;
    margin: 7px
}

.login-form .form-list {
    width: 100%
}

.login-form .form-list mat-label {
    color: var(--grey-700)
}

.login-form .submit-btn button {
    width: 100%;
    background: var(--black-color);
    color: var(--black-color);
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    height: 50px
}

.login-form .submit-btn .forgot-password {
    text-transform: capitalize;
    font-size: 13px;
    text-decoration: unset;
    margin-top: 10px
}

.login-form .submit-btn .code-link {
    font-size: 14px;
    text-decoration: unset;
    margin-top: 15px;
    color: var(--grey-400)
}

.login-form mat-form-field {
    margin-bottom: 10px;
    max-width: 100%
}

.login-form mat-form-field ::ng-deep .mat-form-field-flex .mat-form-field-infix {
    border-top: 0
}

.login-form mat-form-field ::ng-deep .mat-form-field-flex .mat-form-field-infix input {
    color: var(--grey-900);
    font-size: 14px
}

.login-form mat-form-field ::ng-deep .mat-form-field-flex .mat-form-field-suffix mat-icon {
    color: var(--grey-300)
}

.footer-section {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.footer-section .footer-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 10px;
    padding: 10px
}

.footer-section .signup-link {
    color: var(--grey-500);
    font-size: 15px;
    text-decoration: unset;
    font-weight: 300
}

.footer-section button {
    color: var(--grey-500);
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    background: transparent;
    border: 1px solid var(--grey-500)
}

.plt-pwa {
    background-color: var(--black-color)
}

.plt-pwa mat-sidenav-container .left-sidemenu .sidemenu-list {
    height: calc(var(--vh, 1vh) * 100 - 130px) !important
}

.plt-pwa .cdk-overlay-pane:has(.ph-select) {
    margin-bottom: -10px
}

.plt-pwa body {
    height: calc(var(--vh, 1vh) * 100 - 8px) !important;
    min-height: calc(var(--vh, 1vh) * 100 - 8px) !important
}

.plt-pwa body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    height: calc(var(--vh, 1vh) * 100 - 8px) !important
}

.plt-pwa .main.skeleton-main-wrap {
    max-height: calc(var(--vh, 1vh) * 100 - 115px)
}

@media (max-width: 768px) {
    .plt-pwa .container {
        height: calc(var(--vh, 1vh) * 100 - 20px);
        overflow: hidden
    }
}

.create-panales-footer {
    display: flex;
    flex-direction: row;
    padding: 10px;
    column-gap: 10px;
    background-color: var(--grey-00);
}

.page-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    max-width: 768px;
    margin: auto;
    left: 50%;
    transform: translate(-50%)
}

.page-footer .action-btns {
    padding: 10px;
    column-gap: 10px;
    background: var(--grey-00)
}

.page-footer .action-btns button {
    min-height: 40px
}

.form-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 4px;
    padding: 0 5px
}

.form-links p {
    margin: 0;
    color: var(--white-color);
    font-size: 12px;
    cursor: pointer
}

.dw-dialog .mat-mdc-dialog-container,
.add-bank-dialog .mat-mdc-dialog-container,
.change-password-dialog .mat-mdc-dialog-container,
.complete-profile-dialog .mat-mdc-dialog-container,
.bonus-rules-dialog .mat-mdc-dialog-container,
.betslip-dialog .mat-mdc-dialog-container,
.image-dialog .mat-mdc-dialog-container,
.help-dialog .mat-mdc-dialog-container,
.exposure-dialog .mat-mdc-dialog-container,
.addToHomeScreen .mat-mdc-dialog-container,
.market-dialog .mat-mdc-dialog-container,
.lang-select-modal .mat-mdc-dialog-container,
.referral-dialog .mat-mdc-dialog-container,
.alt-details-dialog .mat-mdc-dialog-container,
.deposit-system-dialog .mat-mdc-dialog-container,
.app-download-dialog .mat-mdc-dialog-container,
.payment-issues-dialog .mat-mdc-dialog-container,
.request-game-dialog .mat-mdc-dialog-container,
.bonus-statement-dialog .mat-mdc-dialog-container,
.game-result-dialog .mat-mdc-dialog-container,
.change-method-dialog .mat-mdc-dialog-container,
.pg-upload-dialog .mat-mdc-dialog-container,
.editstake-dialog .mat-mdc-dialog-container,
.app-install-dialog .mat-mdc-dialog-container,
.create-id-dialog .mat-mdc-dialog-container,
.create-panel-dialog .mat-mdc-dialog-container,
.streamChat-dialog .mat-mdc-dialog-container {
    max-width: 600px;
    margin: auto
}

.dw-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.add-bank-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.change-password-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.complete-profile-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.bonus-rules-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.betslip-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.image-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.help-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.exposure-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.addToHomeScreen .mat-mdc-dialog-container .mdc-dialog__surface,
.market-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.lang-select-modal .mat-mdc-dialog-container .mdc-dialog__surface,
.referral-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.alt-details-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.deposit-system-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.app-download-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.payment-issues-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.request-game-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.bonus-statement-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.game-result-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.change-method-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.pg-upload-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.editstake-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.app-install-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.create-id-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.create-panel-dialog .mat-mdc-dialog-container .mdc-dialog__surface,
.streamChat-dialog .mat-mdc-dialog-container .mdc-dialog__surface {
    border-radius: 10px;
    background: var(--grey-100)
}

.cdk-overlay-container:has(.jetXDialog) .cdk-overlay-backdrop {
    background-color: #000c
}

.cdk-overlay-container:has(.jetXDialog) .jetXDialog .mat-mdc-dialog-container .mdc-dialog__surface {
    background-color: var(--white-color);
    border-radius: 0;
    width: 90%;
    overflow-x: hidden
}

.app-install-dialog .mat-mdc-dialog-container .mdc-dialog__surface {
    border-radius: 0;
    background: var(--grey-100)
}

.cdk-overlay-container:has(.global-search-dialog) .cdk-overlay-backdrop {
    background-color: #000000b8
}

.cdk-overlay-container:has(.global-search-dialog) .global-search-dialog {
    height: 100%
}

.cdk-overlay-container:has(.global-search-dialog) .global-search-dialog .mat-mdc-dialog-container .mdc-dialog__surface {
    background-color: transparent
}

.cdk-overlay-container:has(.global-search-dialog) .global-search-dialog .mat-mdc-dialog-container .mdc-dialog__surface app-global-search-dialog .modal-body {
    height: calc(100vh - 110px);
    position: relative
}

.change-lang-dialog .mat-mdc-dialog-container .mdc-dialog__surface {
    background: rgba(28, 28, 28, .5);
    border-radius: 0
}

.mat-mdc-dialog-container.mdc-dialog .modal-header {
    position: relative;
    padding: 10px 0;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--grey-50)
}

.mat-mdc-dialog-container.mdc-dialog .modal-header h2 {
    font-size: 12px;
    margin: 0;
    text-align: center;
    max-width: calc(100% - 130px)
}

.mat-mdc-dialog-container.mdc-dialog .modal-header .modal-close-btn,
.mat-mdc-dialog-container.mdc-dialog .modal-header .modal-back-btn {
    min-width: auto;
    width: 25px;
    max-height: 25px;
    background: var(--black-color) !important;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px
}

.mat-mdc-dialog-container.mdc-dialog .modal-header .modal-close-btn mat-icon,
.mat-mdc-dialog-container.mdc-dialog .modal-header .modal-back-btn mat-icon {
    color: var(--white-color);
    font-size: 16px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.mat-mdc-dialog-container.mdc-dialog .modal-header .modal-back-btn {
    left: 10px;
    right: auto;
    background: transparent !important;
    border: none
}

.mat-mdc-dialog-container.mdc-dialog .modal-header .modal-back-btn mat-icon {
    color: var(--white-color);
    font-size: 21px
}

.mat-mdc-dialog-container.mdc-dialog .modal-body {
    padding: 10px
}

.mat-mdc-dialog-container.mdc-dialog .modal-body .form-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 15px
}

.mat-mdc-dialog-container.mdc-dialog .modal-body .form-wrap .input-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    position: relative
}

.mat-mdc-dialog-container.mdc-dialog .modal-body .form-wrap .input-wrap .pass-eye-icon {
    position: absolute;
    right: 10px;
    top: 28px;
    font-size: 18px;
    opacity: .75;
    display: flex;
    align-items: center;
    justify-content: center
}

.mat-mdc-dialog-container.mdc-dialog .modal-body .form-wrap .input-wrap mat-form-field .mat-mdc-text-field-wrapper {
    background: var(--grey-00);
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    padding: 0 10px
}

.mat-mdc-dialog-container.mdc-dialog .modal-body .form-wrap .input-wrap mat-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix {
    display: flex;
    column-gap: 4px;
    align-items: center;
    cursor: pointer
}

.mat-mdc-dialog-container.mdc-dialog .modal-body .form-wrap .input-wrap mat-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix img {
    max-width: 25px;
    border-radius: 3px;
    width: 25px;
    height: 100%
}

.mat-mdc-dialog-container.mdc-dialog .modal-body .form-wrap .input-wrap mat-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix p {
    margin: 0;
    font-size: 12px;
    width: 100%
}

.mat-mdc-dialog-container.mdc-dialog .modal-body .form-wrap .input-wrap mat-form-field .mat-mdc-text-field-wrapper mat-select {
    max-width: calc(100% - 28px);
    display: flex
}

.mat-mdc-dialog-container.mdc-dialog .modal-body .form-wrap .input-wrap mat-form-field .mat-mdc-text-field-wrapper mat-select .mat-mdc-select-arrow-wrapper {
    margin-left: 4px
}

.mat-mdc-dialog-container.mdc-dialog .modal-body .form-wrap .input-wrap mat-form-field .mat-mdc-text-field-wrapper mat-select .mat-mdc-select-value {
    display: none
}

.mat-mdc-dialog-container.mdc-dialog .modal-body .form-wrap .input-wrap mat-form-field .mat-mdc-text-field-wrapper mat-select .mat-mdc-select-value .mat-mdc-select-value-text {
    font-size: 14px;
    display: none
}

.mat-mdc-dialog-container.mdc-dialog .modal-body .form-wrap .input-wrap mat-form-field .mat-mdc-text-field-wrapper mat-select .mat-mdc-select-trigger {
    justify-content: flex-end
}

.mat-mdc-dialog-container.mdc-dialog .modal-body .form-wrap .input-wrap mat-form-field .mat-mdc-text-field-wrapper .mdc-line-ripple {
    display: none
}

.mat-mdc-dialog-container.mdc-dialog .modal-body .form-wrap .input-wrap mat-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix input {
    font-size: 14px
}

.mat-mdc-dialog-container.mdc-dialog .modal-body .form-wrap .input-wrap mat-form-field.select-menu {
    min-width: 100%;
    width: 100%;
    position: relative
}

.mat-mdc-dialog-container.mdc-dialog .modal-body .form-wrap .input-wrap mat-form-field.select-menu ::ng-deep .mat-mdc-text-field-wrapper {
    border-radius: 10px;
    position: relative;
    padding: 0 8px
}

.mat-mdc-dialog-container.mdc-dialog .modal-body .form-wrap label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px
}

.mat-mdc-dialog-container.mdc-dialog .modal-body .form-wrap input {
    min-height: 40px;
    border-radius: 10px;
    border: none;
    background: var(--grey-00);
    padding: 0 10px;
    font-size: 12px;
    color: var(--white-color)
}

.mat-mdc-dialog-container.mdc-dialog .modal-body .form-wrap .note-message {
    margin: 5px 0 0;
    font-size: 10px;
    opacity: .8
}

.mat-mdc-dialog-container.mdc-dialog .modal-footer {
    padding: 10px
}

.mat-mdc-dialog-container.mdc-dialog .modal-footer button {
    width: 100%
}

.market-dialog ion-content {
    min-height: calc(var(--vh, 1vh) * 50 - 90px)
}

.market-dialog div.no-data {
    min-height: calc(var(--vh, 1vh) * 50 - 60px)
}

.login-dialog div.mdc-dialog__surface {
    border-radius: 20px;
    background: var(--grey-75)
}

.login-dialog div.mdc-dialog__surface .login-section {
    height: 100%
}

.login-dialog div.mdc-dialog__surface .login-section div.login-header-section {
    padding-bottom: 0
}

.login-dialog div.mdc-dialog__surface .login-section div.login-header-section .logo {
    align-self: center;
    margin: auto !important
}

.login-dialog div.mdc-dialog__surface .login-section div.login-header-section .welcome-text p {
    color: var(--black-color)
}

.login-dialog div.mdc-dialog__surface .login-section div.login-header-section button.close-btn {
    width: 24px;
    height: 24px;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--black-color);
    position: absolute;
    right: 15px;
    top: 15px;
    box-shadow: none
}

.login-dialog div.mdc-dialog__surface .login-section div.login-header-section button.close-btn mat-icon {
    font-size: 16px;
    font-weight: 900;
    color: var(--white-color)
}

.login-dialog div.mdc-dialog__surface .login-section div.body-section {
    background: var(--grey-75)
}

.login-dialog div.mdc-dialog__surface .login-section div.body-section div.login-form {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.login-dialog div.mdc-dialog__surface .login-section div.body-section div.login-form .form-title {
    color: var(--white-color)
}

.login-dialog div.mdc-dialog__surface .login-section div.body-section div.login-form .form-list mat-form-field .mat-mdc-text-field-wrapper {
    background: var(--black-color) !important
}

.login-dialog div.mdc-dialog__surface .login-section div.body-section div.login-form div.form-links {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 30px) !important;
    margin: 0 !important
}

.login-dialog div.mdc-dialog__surface .login-section div.body-section div.login-form div.form-links p {
    color: var(--white-color) !important
}

.login-dialog div.mdc-dialog__surface .login-section div.body-section div.login-form div.form-links p.signin-w-pass:only-child {
    width: 100%;
    text-align: center
}

.login-dialog div.mdc-dialog__surface .login-section div.body-section div.login-form div.form-links p.active {
    color: var(--white-color) !important;
    cursor: pointer
}

.login-dialog div.mdc-dialog__surface .login-section div.body-section div.login-form div.form-links p.otp-link {
    cursor: not-allowed;
    color: var(--white-color) !important;
    opacity: .75
}

.login-dialog div.mdc-dialog__surface .login-section div.body-section div.login-form div.form-links p.otp-link.active {
    color: var(--white-color) !important;
    cursor: pointer
}

.login-dialog div.mdc-dialog__surface .login-section div.body-section div.login-form .form-btn .secondary-btn {
    color: var(--primary-color-shade);
    background: var(--white-color)
}

.login-dialog div.mdc-dialog__surface .login-section div.body-section .terms {
    display: none
}

.cdk-overlay-pane:has(.ph-select) {
    width: calc(100% - 60px) !important;
    margin-top: -10px;
    max-width: 470px
}

.cdk-overlay-pane:has(.ph-select.pageSelect) {
    width: calc(100% - 60px) !important;
    margin-top: -10px;
    max-width: 738px
}

.cdk-overlay-pane:has(.ph-select.pageSelect.signupV2) {
    width: calc(100% - 30px) !important
}

.cdk-overlay-pane:has(.ph-select.pageSelect.signupV2) .ph-select.pageSelect.signupV2 {
    max-height: 280px !important
}

.cdk-overlay-pane .bankPH-select {
    max-height: 280px !important
}

.cdk-overlay-pane .ph-select,
.cdk-overlay-pane .bankPH-select {
    max-height: 300px;
    overflow: auto;
    margin: 3px 0;
    border-radius: 10px;
    max-height: 195px;
    box-shadow: none;
    background: var(--grey-00)
}

.cdk-overlay-pane .ph-select .mat-select-search-clear,
.cdk-overlay-pane .bankPH-select .mat-select-search-clear {
    padding: 0
}

.cdk-overlay-pane .ph-select .mat-select-search-clear mat-icon,
.cdk-overlay-pane .bankPH-select .mat-select-search-clear mat-icon {
    font-size: 16px
}

.cdk-overlay-pane .ph-select .mat-select-search-input,
.cdk-overlay-pane .bankPH-select .mat-select-search-input {
    background: var(--grey-75)
}

.cdk-overlay-pane .ph-select mat-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple),
.cdk-overlay-pane .bankPH-select mat-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) {
    background: var(--grey-00)
}

.cdk-overlay-pane .ph-select mat-option.mdc-list-item,
.cdk-overlay-pane .bankPH-select mat-option.mdc-list-item {
    background: var(--grey-00);
    font-size: 12px;
    min-height: 35px
}

.cdk-overlay-pane .ph-select mat-option span,
.cdk-overlay-pane .bankPH-select mat-option span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px
}

.cdk-overlay-pane .ph-select mat-option span img,
.cdk-overlay-pane .bankPH-select mat-option span img {
    width: 25px;
    border-radius: 6px
}

.cdk-overlay-pane .ph-select mat-option span p,
.cdk-overlay-pane .bankPH-select mat-option span p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;
    margin: 0
}

.time-title h2 {
    margin: 6px 0 0;
    font-size: 14px;
    padding: 5px 10px 0 15px;
    color: var(--white-color)
}

.input-wrap p.error {
    margin: 2px 0 0;
    font-size: 10px;
    padding: 0 4px;
    color: var(--red-color)
}

.input-wrap .mat-mdc-form-field-subscript-wrapper {
    display: none
}

mat-tab-header {
    background: var(--grey-75)
}

mat-tab-header .mat-mdc-tab-header-pagination-chevron {
    border-color: var(--white-color)
}

mat-tab-header .mat-mdc-tab-label-container .mat-mdc-tab.mdc-tab--active:hover .mdc-tab-indicator__content--underline,
mat-tab-header .mat-mdc-tab-label-container .mat-mdc-tab.mdc-tab--active:focus .mdc-tab-indicator__content--underline {
    border-color: var(--highlight-color)
}

mat-tab-header .mat-mdc-tab-label-container .mat-mdc-tab {
    height: 40px;
    font-size: 10px;

    color: var(--white-color);
    text-transform: uppercase
}

mat-tab-header .mat-mdc-tab-label-container .mat-mdc-tab.mdc-tab-indicator--active .mdc-tab-indicator__content--underline {
    opacity: .85
}

mat-tab-header .mat-mdc-tab-label-container .mat-mdc-tab .mdc-tab-indicator__content--underline {
    max-width: 60%;
    border-radius: 6px 6px 0 0;
    border-color: var(--highlight-color);
    border-width: 3px
}

.mat-mdc-tab-body-wrapper {
    padding: 10px
}

.swal2-container:has(.rewards-dialog) {
    align-content: center
}

.swal2-container:has(.alert-dialog) {
    z-index: 10000
}

.swal2-container:has(.alert-dialog).swal2-backdrop-show {
    background: rgba(0, 0, 0, .6)
}

.cdk-overlay-dark-backdrop {
    background: rgba(0, 0, 0, .6)
}

.swal2-popup.alert-dialog {
    background: var(--grey-75);
    max-width: 390px;
    padding: 10px 0 0;
    width: 100%;
    border-radius: 6px
}

.swal2-popup.alert-dialog .swal2-icon {
    height: auto;
    border: none;
    margin: 0 auto;
    padding: 0;
    width: calc(100% - 15px);
    justify-content: flex-start;
    align-items: center;
    background: var(--grey-50);
    border-radius: 10px
}

.swal2-popup.alert-dialog .swal2-icon .swal2-icon-content {
    column-gap: 5px;
    padding: 5px;
    min-height: 40px;

    font-size: 14px;
    margin: 0;
    line-height: 1
}

.swal2-popup.alert-dialog .swal2-icon .swal2-icon-content p {

    font-size: 14px;
    margin: 0;
    line-height: 1
}

.swal2-popup.alert-dialog .swal2-icon img {
    width: 30px;
    height: 30px
}

.swal2-popup.alert-dialog .swal2-title {
    color: var(--text-color);
    padding-top: 5px;
    padding-bottom: 15px;
    font-weight: 400;
    font-size: clamp(1rem, 4vw, 1.125rem);
    margin: 0 auto
}

.swal2-popup.alert-dialog .swal2-html-container {
    width: 100%;
    margin: 0 auto;
    padding: 15px 1rem 0;
    text-align: left;
    font-size: 12px;

    color: var(--white-color);
    opacity: .75
}

.swal2-popup.alert-dialog .swal2-actions {
    width: 100%;
    padding: 15px 0;
    margin: 0;
    border-radius: 0 0 6px 6px
}

.swal2-popup.alert-dialog .swal2-actions:has(.swal2-styled.swal2-cancel[style="display: flex;"]),
.swal2-popup.alert-dialog .swal2-actions:has(.swal2-styled.swal2-cancel[style="display: inline-block;"]),
.swal2-popup.alert-dialog .swal2-actions:has(.swal2-styled.swal2-cancel[style="display: block;"]) {
    column-gap: 5px;
    flex-direction: row-reverse
}

.swal2-popup.alert-dialog .swal2-actions:has(.swal2-styled.swal2-cancel[style="display: flex;"]) button,
.swal2-popup.alert-dialog .swal2-actions:has(.swal2-styled.swal2-cancel[style="display: inline-block;"]) button,
.swal2-popup.alert-dialog .swal2-actions:has(.swal2-styled.swal2-cancel[style="display: block;"]) button {
    width: calc(50% - 15px)
}

.swal2-popup.alert-dialog .swal2-actions .swal2-styled.swal2-confirm {
    background: var(--secondary-color) !important;
    margin: 0;
    border-radius: 10px;
    width: 100%;
    height: 35px;
    max-width: calc(100% - 15px);
    line-height: 1;
    font-size: 12px;

    color: var(--secondary-color-contrast)
}

.swal2-popup.alert-dialog .swal2-actions .swal2-styled.swal2-confirm:focus {
    box-shadow: none
}

.swal2-popup.alert-dialog .swal2-actions .swal2-styled.swal2-cancel {
    background: transparent !important;
    color: var(--grey-900);
    border: 1px solid var(--grey-900);
    margin: 0;
    border-radius: 10px;
    width: 100%;
    height: 35px;
    max-width: calc(100% - 15px);
    line-height: 1;
    font-size: 12px;
}

.swal2-popup.alert-dialog.copyData-dialog {
    background: var(--black-color);
    align-items: center;
    justify-content: space-between;
    padding: 2px 10px;
    margin-bottom: 15px;
    width: auto;
    min-width: 230px;
    border: 1px solid var(--grey-200);
    border-radius: 14px
}

.swal2-popup.alert-dialog.copyData-dialog .swal2-actions {
    padding: 0
}

.swal2-popup.alert-dialog.copyData-dialog .swal2-actions .swal2-cancel {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 25px !important;
    height: 25px;
    text-align: center;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(--marquee-red) !important;
    border: none;
    color: var(--white-color);
    border-radius: 50%
}

.swal2-popup.alert-dialog.copyData-dialog .swal2-actions .swal2-cancel mat-icon {
    font-size: 18px
}

.swal2-popup.alert-dialog.copyData-dialog .swal2-close.close-btn {
    width: 20px;
    height: 20px;
    background: var(--marquee-red);
    border-radius: 50%;
    font-size: 30px;
    color: var(--white-color);
    line-height: .1px
}

.swal2-popup.alert-dialog.copyData-dialog .swal2-icon {
    width: 100%;
    background: var(--black-color)
}

.swal2-popup.alert-dialog.copyData-dialog .swal2-icon img {
    width: 23px;
    height: 23px
}

.swal2-popup.alert-dialog.copyData-dialog .swal2-icon .swal2-icon-content {
    padding: 0 36px 0 0;
    width: 100%
}

.swal2-popup.alert-dialog.copyData-dialog .swal2-icon .swal2-icon-content p {

    font-size: 12px;
    margin: 0;
    line-height: normal;
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100% - 15px);
    opacity: .75
}

.tournament-info,
.coins-info {
    margin: 4px 5px 10px !important;
    background: var(--grey-100);
    color: var(--white-color);
    font-size: 10px;
    z-index: 100000;
    padding: 2px 6px;
    border-radius: 6px !important
}

.warning-info {
    margin: 0 15px 10px 5px !important;
    background: var(--grey-100);
    color: var(--white-color);
    font-size: 10px;
    z-index: 100000;
    padding: 2px 6px;
    border-radius: 6px !important
}

ngx-loading .backdrop {
    z-index: 9999 !important
}

ngx-loading .spinner-circle {
    z-index: 99999 !important;
    border-color: rgb(56, 54, 54) rgb(56, 54, 54) rgb(56, 54, 54) var(--secondary-color) !important
}

.mat-mdc-snack-bar-container {
    background: var(--grey-700);
    color: var(--black-color);
    border-radius: 4px;
    font-size: 12px
}

.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label {
    margin-right: 20px
}

.mat-mdc-snack-bar-container.success-snackbar,
.mat-mdc-snack-bar-container.fail-snackbar {
    background: var(--grey-700)
}

.mat-mdc-snack-bar-container.default-snackbar,
.mat-mdc-snack-bar-container .mat-simple-snackbar-action {
    color: var(--black-color)
}

.mat-mdc-snack-bar-container button.mat-mdc-snack-bar-action {
    position: absolute;
    right: -10px;
    font-size: 16px
}

.plt-desktop ::-webkit-scrollbar {
    width: 5px
}

.plt-desktop ::-webkit-scrollbar-track {
    background: var(--grey-00)
}

.plt-desktop ::-webkit-scrollbar-thumb {
    background: var(--grey-75);
    border-radius: 10px;
    cursor: pointer
}

.plt-desktop ::-webkit-scrollbar-thumb:hover {
    background: var(--grey-75)
}

.page-loader-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 30, 30, .95);
    min-height: calc(var(--vh, 1vh) * 100);
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 768px;
    transform: translate(-50%);
    z-index: 10000
}

.page-loader-wrap .pageloader {
    border: 2px solid var(--grey-75);
    border-radius: 50%;
    border-top: 2px solid var(--secondary-color);
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite
}

.cdk-overlay-container:has(.ls-menu) .ls-menu {
    background: var(--grey-50);
    min-width: 150px;
    border-radius: 10px;
    margin-top: 10px
}

.cdk-overlay-container:has(.ls-menu) .ls-menu .mat-mdc-menu-content {
    padding: 6px 0
}

.cdk-overlay-container:has(.ls-menu) .ls-menu button {
    font-size: 12px;
    border-bottom: .55px solid var(--grey-75);
    min-height: 35px
}

.cdk-overlay-container:has(.ls-menu) .ls-menu button:last-child {
    border-bottom: 0
}

.cdk-overlay-container:has(.ls-menu) .ls-menu button:hover {
    background-color: var(--grey-75)
}

.logged-in #cn-wrapper {
    left: 31%
}

.logged-in #cn-wrapper2 {
    left: 50% !important
}

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

    to {
        transform: rotate(360deg)
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.animated {
    background: var(--grey-75);
    background: linear-gradient(to right, var(--grey-75) -5%, var(--grey-50) 20%, var(--grey-75) 40%, var(--grey-75) 100%);
    background-size: 800px 104px;
    animation: 1.5s forwards lazyLoad linear infinite;
    border-radius: 2px;
    margin: 3px 0
}

@keyframes lazyLoad {
    0% {
        background-position: -468px 0
    }

    to {
        background-position: 468px 0
    }
}

.blink-it {
    animation: blinker 1s linear infinite
}

.blink-it:hover {
    animation: none
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.page-refresher .ngx-ptr-str-container .ngx-ptr-loadingbar-container .ngx-ptr-spinner .ngx-ptr-path {
    stroke: var(--secondary-color) !important
}

@media all and (max-width: 768px) {
    .global-search-dialog .mat-mdc-dialog-container .mdc-dialog__surface app-global-search-dialog .modal-body {
        padding: 0
    }

    .container {
        padding: 0;
        height: calc(var(--vh, 1vh) * 100);
        width: 100%
    }
}

@media only screen and (max-width: 320px) {
    .logo img {
        max-width: 75px
    }

    .header-wrapper .header-right-cont .not-loggedIn button {
        height: 20px;
        padding: 0 5px;
        font-size: 8px
    }

    mat-sidenav-container .left-sidemenu {
        min-width: 245px;
        width: calc(100% - 45px);
        max-width: calc(100% - 45px)
    }

    .cdk-overlay-pane:has(.ph-select) {
        width: calc(100% - 40px) !important;
        margin-top: -10px;
        max-width: 470px
    }
}

@media only screen and (max-width: 345px) {
    .cdk-overlay-pane:has(.ph-select) {
        width: calc(100% - 40px) !important;
        margin-top: -10px;
        max-width: 470px
    }
}

@media only screen and (max-width: 400px) {
    .page-body .pagetab-header .pagetab-item {
        min-width: 22.2222222222%
    }
}

.translator-wrap {
    display: block;
    max-width: 768px;
    margin: auto;
    position: relative
}

.translator-wrap mat-icon,
.translator-wrap lottie-player,
.translator-wrap img {
    font-size: 24px;
    position: absolute;
    z-index: 10;
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 50%;
    color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 15px;
    top: 8px;
    max-width: 30px;
    z-index: 10000
}

.translator-wrap div#google_translate_element {
    position: absolute;
    right: 50px;
    top: 16px;
    z-index: 10
}

.translator-wrap div#google_translate_element .skiptranslate {
    opacity: 0;
    width: 30px;
    overflow: hidden
}

.translator-wrap .goog-te-gadget-simple {
    background: var(--black-color);
    border-radius: 10px;
    border-color: var(--white-color);
    width: auto;
    font-size: 12px;
    height: 25px;
    display: flex;
    align-items: center;
    padding: 0 5px
}

.translator-wrap .goog-te-gadget-simple span {
    width: 100%;
    color: var(--ion-color-secondary-contrast) !important
}

.translator-wrap .goog-te-gadget-simple span a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--ion-color-secondary-contrast);
    font-size: 12px;
    margin: 0
}

.translator-wrap .goog-te-gadget-simple span a span {
    width: auto
}

.translator-wrap .goog-te-gadget img {
    display: none
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc,
.VIpgJd-suEOdc,
.skiptranslate .VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important
}

@keyframes spinGlobe {
    0% {
        transform: rotateY(0)
    }

    to {
        transform: rotateY(360deg)
    }
}

.casino-hidden {
    display: none !important
}

.gsc_game mat-sidenav-container {
    max-width: 100% !important
}

.gsc_game .container {
    max-width: 100%
}

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .logged-in #cn-wrapper {
        left: 35%
    }
}

@media all and (max-width: 360px) {
    .cdk-overlay-pane:has(.ph-select) {
        width: calc(100% - 40px) !important
    }
}

iframe#chat-widget-minimized {
    display: none !important
}

.main:has(.btn-wrap.chat) .floating-btns2 {
    bottom: 160px !important
}