



  /* TV Screen Container */
		 #tv-screen {
            position: relative;
            width: 100%!important;
            margin: 20px auto;
            border: 10px solid #000;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
            background-color: #333;
            overflow: hidden;
            border-radius: 15px; 
        }


 /* TV Screen Container */


/* updates models*/


.update-footer {
	margin-top: 0.75rem;
	font-size: 0.9rem;
	font-style: italic;
	background-color: #0b0b1f;
	padding: 0.5rem;
	border-left: 3px solid #009;
	border-radius: 4px;
  }
  #update-link{
  color:#500920!important;
  }
/* updates models*/


/*extra add*/





        /*extra adds*/

/*alerts*/


.alerts-dropdown {
    display: none;  /* Hidden by default */
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 300px;
    overflow-y: auto;
    z-index: 100;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.alerts-dropdown.show {
    display: block; /* Show when 'show' class is added */
}

.badge {
    background-color: red;
    color: white;
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
}

.alert {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.alert-info {
    display: flex;
    align-items: center;
}

.alert-info img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
}

.dismiss-btn {
    background: none;
    border: none;
    color: #888;
    font-size: 18px;
    cursor: pointer;
}


.item-wrapper{
        z-index: 0!important; /*let alerts over the gird*/
      }




    .notification-container {
        position: fixed;
        z-index: 10;
        right: 16pc;
    }

    .bell-icon {
        font-size: 24px;
        cursor: pointer;
        position: relative;
        animation: pulse 2s infinite ease-in-out;
    }

    .bell-icon .fa {
        color: #888;
    }

    .bell-icon .badge {
        position: absolute;
        background: red;
        color: white;
        font-size: 9px;
        padding: 3px 6px;
        border-radius: 50%;
        left: 16px;
        top: 10px;
        animation: bounce 1.5s infinite ease-in-out;
    }

    .alerts-dropdown {
        position: absolute;
        z-index: 9999;
        top: 35px;
        right: 0;
        width: 300px;
        background: white;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        display: none;
        flex-direction: column;
    }

    .alert {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        font-size: 14px;
    }

    .alert:last-child {
        border-bottom: none;
    }

    .alert .status {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: green;
        margin-right: 10px;
    }

    .alert.offline .status {
        background: red;
    }

    .alert.succes .status {
        background: orange;
    }

    .alert-info {
        display: flex;
        align-items: center;
    }

    .dismiss-btn {
        background: none;
        border: none;
        color: red;
        font-size: 16px;
        cursor: pointer;
    }

    .show {
        display: flex;
    }

    /* 🔥 Pulse Animation for the Bell */
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }

    /* 🔥 Bounce Animation for the Badge */
    @keyframes bounce {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-3px);
        }
    }
    @media (max-width: 768px) {
    .notification-container {
        right: 1pc;
    }
}


.alert-info {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .alert-info img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        object-fit: cover;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }


/*alerts*/


.rwd-media {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.rwd-media {
    position: relative;
    width: 100%;
    height: 0;
height: 0px; 
    padding-bottom: 56.25%;
}



.modelSeeBio{
  color: #383838!important;;
  background-color:  #2a2a6e!important;
  font-size: 18px;
  font-weight: 600;
} 

.modelSeeBioLow{
  
  color: #383838!important;;
  background-color:  #2a2a6e!important;
  font-size: 14px;
  font-weight: 600;

}




#scrollingList{
  background-color: #474350;
  color:pink;
  list-style-type: none; 
  padding: 0;
   margin: 10px; 
   overflow: hidden;
    white-space: nowrap; 
}
#scrollingList .ListSubject{
  color:pink;
}
#scrollingList .ListSubject a{
  color:red;
}



.paginationFontColor{
  color:!important;
  background-color: !important;
  width: 170px;
  font-size:}

.pagestyle{
  color:!important;
  background-color: !important;
  min-width: 170px;
  font-size:;
  font-weight: 900;
}




.dopp {
    background-color: ;
    border-left-style: solid;
    border-left-color: ;
    margin-bottom: 10px;
    color: ;
}


.emoji-image{
  height:32px;
  width:32px;
}




.promo-label-menu {
    transform: ;
    background: ;
    font-size: px;
    position: absolute;
    border-radius: ;
    right: -5px;
    border: ;
    top: ;
    font-weight: bold;
    padding: 1px 2px;
    line-height: 10px;
    color: ;
    
}



.promo-label-sidebar {

  transform: ; 
    background: ;
    font-size: px;
    position: absolute;
    top: ;
    right: ;
    font-weight: bold;
    padding: 1px 2px;
    line-height: 10px;
    color: ;
    opacity: 0.8; 
}


.label_data.same-country {
    background-color:#500920; 
    color: #eafbe9;
}



.menuImageClass{
  height: ;
  width:;
  margin-top: ;
  margin-right: 3px;
}



.section-title {
  font-size: 20px;
  font-weight: bold;
  color: #d12a6a; /* a warm pink/red tone for adult or fun vibe */
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.related-desc {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.4;
}


/*only for my logo*/

/*tags-page*/






.tab-nav li a:link, .tab-nav li a:visited{
    background: linear-gradient(rgb(255, 204, 0), rgb(249, 135, 6))!important;
            color: #fff !important;
}


.logo-wrapper a svg {
    color: #000 !important;
}

.menu-header-top {
    border-bottom: 3px solid black!important;

}




.detail-item{
  padding-top: 1%;
}
  #tab-bio .model-details .detail-item{
    border-left: 3px solid #CB0001 !important;
  }


#digi-tags{
  padding-bottom: 1%;
  padding-top: 1%;
}

.widget-accordian ul li .item a svg {
    fill: white !important;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}



.h3tag{
      padding-bottom: 10px;
      border-bottom: 3px solid #F98C05;
}
pam{

  float: right;
}






/* model profile stats*/

.stats-wrapper {
        font-family: 'Outfit', sans-serif;
        margin: 40px auto; 
        background:black;
        border-radius: 20px;
        padding: 30px;
        color: #fff;
        box-shadow: 0 8px 40px rgba(0,0,0,0.5);
    }

    .stats-wrapper h2 {
        background: linear-gradient(to right, #ffffff, #ff4b2b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 28px;
        margin-bottom: 30px;
        text-align: center;
        font-weight: 600;
    }

    .stats-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 20px;
    }

    .stat-card {
        background: #29293d        border-radius: 15px;
        padding: 20px;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .stat-card:hover {
        background: #33334d;
    }

    .stat-card h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #aaa;
    }

    .stat-card .value {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

    .stat-bar {
        height: 6px;
        background: #444;
        border-radius: 3px;
        margin-top: 10px;
        overflow: hidden;
    }

    .stat-bar-fill {
        height: 100%;
        background: linear-gradient(to right, #ffffff, #ff4b2b);
        border-radius: 3px;
        width: 60%;
    }

    .graph-placeholder {
        height: 200px;
        background: linear-gradient(135deg,#2e2e46, #3a3a5e);
        border-radius: 15px;
        margin-top: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #888;
        font-size: 18px;
    }


    /* model profile stats*/


.display-h1 {
    font-size: 16px; /* Large text size */
    font-weight: bold; /* Bold style */
    text-align: center; /* Center the text */
    
    text-transform: uppercase; /* Make all text uppercase */
    letter-spacing: 2px; /* Add space between letters */
    line-height: 1.5; /* Space between lines */
    margin-top: 20px; /* Add top margin */
    margin-bottom: 20px; /* Add bottom margin */
    padding: 10px; /* Add padding around text */
   
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow effect */
    font-family: 'Arial', sans-serif; /* Font family */
}
.display-h2 {
    font-size: 16px; /* Large text size */
    font-weight: bold; /* Bold style */
    text-align: center; /* Center the text */
    
    text-transform: uppercase; /* Make all text uppercase */
    letter-spacing: 2px; /* Add space between letters */
    line-height: 1.5; /* Space between lines */
    margin-top: 20px; /* Add top margin */
    margin-bottom: 20px; /* Add bottom margin */
    padding: 10px; /* Add padding around text */
   
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow effect */
    font-family: 'Arial', sans-serif; /* Font family */
}


/*model country index */
.badge-best-nearby {
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: #e91e63;
    color: white;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 4px;
    z-index: 2;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

/*model country index */



/*new css is up*/ 





.page-head {
    color: black;
}

body {
    margin: 0;
    font-family: Ubuntu, ubuntumedium, Arial, Helvetica, sans-serif, auto;
    font-size: 12pt;
    /*background-color: #000;*/
    /*background-color: #EDC8D7;*/
    /*background-color: #4b4b4b;*/
    font-color: yellow;
    background-color: #0b0b1f !important;
}

/*
.main {
    background-color: #0b0b1f !important;
}
*/

body, a:link, a:visited {
    color: black !important;
}

.page-content a:link, .page-content a:visited {
    color: black !important;
}

.main-nav li.has-items ul {
    background-color: #500920;
}

a:link, a:visited {
    color: #0b0b1f !important;
}

.page-content, .top-placement {
    background-color: #0b0b1f !important;
}

footer {
    background-color: #0b0b1f !important;
}

.footer-wrapper .footer-column a {
    color: black !important;
}

.logo-wrapper a svg {
    color: white !important;
}

.sidebar {
    width: 237px;
}
.sidebar.collapse {
    margin-left: -237px;
}

#sidebar, #sidebar a {
    background-color: #0f0f0f !important;
    font-size:10pt;
}

#sidebar * {
    background-color: #0f0f0f !important;
    color: white !important;
}

#sidebar .widget {
    padding: 10px 15px 0 15px;
}


#sidebar {

min-width: 250px; 

}

.primary-header {
    background-color: #0b0b1f !important;
}


.menu-header, .menu-header a:link, .menu-header a:visited {
    background-color: #500920 !important;
    color: white !important;
}

.menu-header .main-nav li.active a,.menu-header .main-nav li:active a,.menu-header .main-nav li:hover a {
    border-bottom-color: white !important;
}

.model-content, .model-box, .model-tab, #chatembed {
    background-color: #0b0b1f !important;
}

.detail-item, .detail-item a:link, .detail-item a:visited {
    background-color: #0b0b1f !important;
    color: white !important;
}

.tab-nav li a:link, .tab-nav li a:visited {
    background-color: #ccc !important;
    color: #0b0b1f !important;
}

.tab-nav li.active a:link, .tab-nav li.active a:visited {
    background-color: black !important;
    color: #0b0b1f !important;
}

#tab-bio .model-details .detail-item {
    border-left: 3px solid white !important;
}

ul.cloud a {
  --size: 4;
  font-size: calc(var(--size) * 1 + 1);
}

.cloud a:link, .cloud a:visited { color: white !important; }

/*
ul.cloud li a { --color: black !important; }
*/

.menu-header .main-nav li a {
    font-size: 12pt;
    font-family: Ubuntu, ubuntumedium, Arial, Helvetica, sans-serif;
}

.item-grid .live-tag, .item-grid a.live-tag {
    background-color: #222;
    color: #eee !important;
}

.item-grid .live-tag {
    opacity: 0.5;
}

.item-grid .live-tag-Freechat:before {
    background-color: green !important;
}

.item-grid .live-tag-Group:before {
    background-color: orange;
}

.item-grid .live-tag-Private:before {
    background-color: blue;
}

.item-grid .live-tag-Offline:before {
    background-color: red;
}

.model-box .full-width.btn {
    background-color: #ccc;;
}

#customSelectors a:link, #multiSelectors a:link {
    background-color: #383838 !important;
    color: #e5e5f7 !important;
}

#customSelectors a:link.active, #multiSelectors a:link.active {
    background-color: #2a2a6e !important;
}

.item-more a:link, .item-more a:visited {
    background-color: #888 !important;
    color: white !important;
}

.item-more a:hover {
    background-color: white !important;
    color: #888 !important;
}

#sidebar-cats {
    display:block;
}


@media (orientation: portrait) {
    #modal-warning .modal-body img#logo-icon,.primary-header .col-logo .logo img#logo-icon {
        max-width: 250pxpx !important;
    }
    #sidebar-cats {
        display:block;
    }
    .mobile-menu {
        display:flex;
    }
/*
    #sidebar {
        width:50% !important;
    }
*/


    .islink {
        margin: 0 auto !important;
    }
    #sidebar-anchor {
        display:none;
    }
    .cloud {
        display:none !important;
    }
    .headermenu-desktop {
        display:none !important;
    }
    .headermenu-mobile {
        display:block !important;
    }
    .mobile-menu {
        display:block !important;
    }
    .sidebar-desktop {
        display:none !important;
    }
    .sidebar-mobile {
        display:block !important;
    }
    .primary-header {
        padding:0 !important;
    }
    .primary-header div {
        padding:2px !important;
    }
}

#customFloatingChatEmbed {
    position:fixed;
    z-index:101;
    visibility:none;
    /*display:inline-block;*/

    top:0;
    left:0;
}

#customFloatingChatEmbed iframe{
    width:450px !important;
    height:270px !important;
}


#modal-warning .modal-body img#logo-icon,.primary-header .col-logo .logo img#logo-icon {
    max-width: 140px;

}

.item {
    color: black}

#big-name {
    color: black}

.model-preview {
    color: black;
}

.page-title h1, .model-preview h1 {
    font-size: 12pt;

    margin: 3px;
color: white;
text-transform: capitalize;
font-size: 23px;
}

.menu-header .main-nav li a,.sidebar {
    -webkit-transition: all 1 ease;
    -o-transition: 1 ease all;
    transition: all 1 ease;
}

#tab-girls .selected {
    font-weight: bold;
}

.thumbs-row {
    display: flex;
    flex-wrap: wrap;
}

.thumbs-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #444;
    margin-right: 10px;
}

.discover .thumbs-cell {
    --width: calc((100% / 10) - 10px);
    width: var(--width) !important;
    height: var(--width) !important;
}

.thumbs-image {
    display: block;
    overflow: hidden;
}

.tagspage-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.tagspage-row > div {
    justify-content: center;
    align-items: center;
}

.tagspage-thumbs {
    display: flex;
}

.tagspage-thumbs .thumbs-cell {
    display: flex;
    --width: calc((100% / 16) - 10px);
    width: var(--width);
    height: var(--width);
    justify-content: center;
    align-items: center;
}

.tagspage-name {
    width: 8em;
}

.tagspage-viewers, .tagspage-rooms {
    width: 4em;
}

.tagspage-thumbs {
    width: calc(100% - 16em);
}

.tagspage-thumbs div {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #444;
    margin-right: 10px;
}


.cookie-notify {
    background-color: #0b0b1f;
}

.cookie-notify-button {
    background-color: #0b0b1f;
    color: white !important;
}

.widget-tabs .tab-block a {
    padding: 5px 0;
}

.primary-header {   /* MADE BY HORATIU */
padding: 14px 14px !important;
}

.age-warn-title {
    color: #e5e5f7;
}

.cookie-notify {
    color: #e5e5f7;
}




.info-wrapper {
    z-index:25;
}

  
.tag-linked {
  display: inline-block;
  background-color: #0b0b1f;
  color: black;
  padding: 0.4em 0.8em;
  margin: 0 0.1em 0.1em 0;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 0.3em;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 2px 5px rgba(0, 87, 183, 0.4);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.tag-linked:hover,
.tag-linked:focus {
  background-color: white;
  color: #0b0b1f;
  box-shadow: 0 4px 10px rgba(255, 221, 0, 0.6);
  outline: none;
}

.tag-linked:active {
  background-color: #0b0b1f;
  color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}



/*tag-cloud*/
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 10px;
}

#tags_c {
  text-decoration: none;
  color: #0b0b1f!important;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
}

#tags_cl:hover {
    color: #0b0b1f!important;
  transform: scale(1.1);
}

#tags_c a[data-weight="1"] {
  color: #e74c3c; /* for tags with a lower weight */
}

#tags_c a[data-weight="2"] {
  color: #f39c12; /* for tags with medium weight */
}

#tags_c a[data-weight="3"] {
  color: #2ecc71; /* for tags with a higher weight */
}

@media (max-width: 768px) {
  .tag-cloud {
    justify-content: flex-start;
  }
}
/*tag-cloud*/




/* Model Info */
        .model-info {
            margin-top: 20px;
            font-size: 18px;
            color:  ;
            text-align: center;
        }

        .modal img {
        width: 100%;
        top: 100px;
        border-radius: 17px;
        border: 3px solid ;
        height: auto;
    }

    .ListSubject{
padding: 0 10px;
font-size: 14px;
display: inline-block;
margin: 0;
line-height: 30px;
font-weight: 400;
color: ;}



.overlay-wrapper .model-tag {
position: absolute;
bottom: 0;
left: 0; 
background-color: ;
}








body {
	line-height: inherit;
}

hr {
	height: 0;
	color: inherit;
	border-top-width: 1px;
}

abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

h1,h2,h3,h4,h5,h6 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
}

b,strong {
	font-weight: bolder;
}

code,kbd,pre,samp {
	font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
	font-feature-settings: normal;
	font-variation-settings: normal;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: initial;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
}

button,input,optgroup,select,textarea {
	font-family: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

button,select {
	text-transform: none;
}

button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]) {
	-webkit-appearance: button;
	background-color: initial;
	background-image: none;
}

:-moz-focusring {
	outline: auto;
}

:-moz-ui-invalid {
	box-shadow: none;
}

progress {
	vertical-align: initial;
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
	margin: 0;
}

fieldset {
	margin: 0;
}

fieldset,legend {
	padding: 0;
}

menu,ol,ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

dialog {
	padding: 0;
}

textarea {
	resize: vertical;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #9ca3af;
}

input::placeholder,textarea::placeholder {
	opacity: 1;
	color: #9ca3af;
}

[role=button],button {
	cursor: pointer;
}

:disabled {
	cursor: default;
}

audio,canvas,embed,iframe,img,object,svg,video {
	/*display: block;*/
	vertical-align: middle;
}

img,video {
	max-width: 100%;
	height: auto;
}

[hidden] {
	display: none;
}

:root,[data-theme] {
	background-color: rgb(var(--eplay-color-background)/1);
	color: rgb(var(--eplay-color-foreground)/1);
}

.\!container {
	width: 100%!important;
}

.container {
	width: 100%;
}

@media (min-width: 350px) {
	.\!container {
		max-width: 350px!important;
	}

	.container {
		max-width: 350px;
	}
}

@media (min-width: 480px) {
	.\!container {
		max-width: 480px!important;
	}

	.container {
		max-width: 480px;
	}
}

@media (min-width: 640px) {
	.\!container {
		max-width: 640px!important;
	}

	.container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {
	.\!container {
		max-width: 768px!important;
	}

	.container {
		max-width: 768px;
	}
}

@media (min-width: 1024px) {
	.\!container {
		max-width: 1024px!important;
	}

	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1280px) {
	.\!container {
		max-width: 1280px!important;
	}

	.container {
		max-width: 1280px;
	}
}

@media (min-width: 1536px) {
	.\!container {
		max-width: 1536px!important;
	}

	.container {
		max-width: 1536px;
	}
}

@media (min-width: 1920px) {
	.\!container {
		max-width: 1920px!important;
	}

	.container {
		max-width: 1920px;
	}
}

.pointer-events-none {
	pointer-events: none;
}

.pointer-events-auto {
	pointer-events: auto;
}

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

.collapse {
	visibility: collapse;
}

.static {
	position: static;
}

.\!fixed {
	position: fixed!important;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
}

.inset-0 {
	inset: 0;
}

.inset-x-0 {
	left: 0;
	right: 0;
}

.inset-y-0 {
	top: 0;
	bottom: 0;
}

.\!bottom-\[120px\] {
	bottom: 120px!important;
}

.\!left-\[unset\] {
	left: unset!important;
}

.\!right-0 {
	right: 0!important;
}

.\!right-3 {
	right: 1.5rem!important;
}

.\!top-0 {
	top: 0!important;
}

.-bottom-0\.5 {
	bottom: -.25rem;
}

.-bottom-1 {
	bottom: -.5rem;
}

.-bottom-2 {
	bottom: -1rem;
}

.-bottom-\[4px\] {
	bottom: -4px;
}

.-bottom-\[9px\] {
	bottom: -9px;
}

.-left-1\.5 {
	left: -.75rem;
}

.-left-2 {
	left: -1rem;
}

.-left-4 {
	left: -2rem;
}

.-left-\[44px\] {
	left: -44px;
}

.-left-\[5px\] {
	left: -5px;
}

.-left-full {
	left: -100%;
}

.-right-1 {
	right: -.5rem;
}

.-right-2 {
	right: -1rem;
}

.-right-full {
	right: -100%;
}

.-top-0\.25 {
	top: -.125rem;
}

.-top-0\.5 {
	top: -.25rem;
}

.-top-1 {
	top: -.5rem;
}

.-top-1\.5 {
	top: -.75rem;
}

.-top-2 {
	top: -1rem;
}

.-top-3 {
	top: -1.5rem;
}

.-top-4 {
	top: -2rem;
}

.-top-9 {
	top: -4.5rem;
}

.-top-\[10\%\] {
	top: -10%;
}

.-top-\[11px\] {
	top: -11px;
}

.-top-\[31px\] {
	top: -31px;
}

.-top-\[35px\] {
	top: -35px;
}

.bottom-0 {
	bottom: 0;
}

.bottom-0\.5 {
	bottom: .25rem;
}

.bottom-1 {
	bottom: .5rem;
}

.bottom-1\.5 {
	bottom: .75rem;
}

.bottom-1\/2 {
	bottom: 50%;
}

.bottom-11 {
	bottom: 5.5rem;
}

.bottom-2 {
	bottom: 1rem;
}

.bottom-3 {
	bottom: 1.5rem;
}

.bottom-3\.5 {
	bottom: 1.75rem;
}

.bottom-4 {
	bottom: 2rem;
}

.bottom-6 {
	bottom: 3rem;
}

.bottom-7 {
	bottom: 3.5rem;
}

.bottom-\[100px\] {
	bottom: 100px;
}

.bottom-\[120px\] {
	bottom: 120px;
}

.bottom-\[15\%\] {
	bottom: 15%;
}

.bottom-\[24px\] {
	bottom: 24px;
}

.bottom-\[var\(--slider-fill\)\] {
	bottom: var(--slider-fill);
}

.bottom-full {
	bottom: 100%;
}

.left-0 {
	left: 0;
}

.left-0\.25 {
	left: .125rem;
}

.left-0\.5 {
	left: .25rem;
}

.left-1 {
	left: .5rem;
}

.left-1\.5 {
	left: .75rem;
}

.left-1\/2 {
	left: 50%;
}

.left-2 {
	left: 1rem;
}

.left-2\.5 {
	left: 1.25rem;
}

.left-3 {
	left: 1.5rem;
}

.left-4 {
	left: 2rem;
}

.left-5 {
	left: 2.5rem;
}

.left-\[10px\] {
	left: 10px;
}

.left-\[15\%\] {
	left: 15%;
}

.left-\[23px\] {
	left: 23px;
}

.left-\[30\%\] {
	left: 30%;
}

.left-\[50\%\] {
	left: 50%;
}

.left-\[60\%\] {
	left: 60%;
}

.left-\[70\%\] {
	left: 70%;
}

.left-\[90\%\] {
	left: 90%;
}

.left-\[calc\(100\%\+24px\)\] {
	left: calc(100% + 24px);
}

.left-\[calc\(100\%-220px\)\] {
	left: calc(100% - 220px);
}

.left-\[var\(--slider-fill\)\] {
	left: var(--slider-fill);
}

.left-auto {
	left: auto;
}

.right-0 {
	right: 0;
}

.right-0\.5 {
	right: .25rem;
}

.right-0\.75 {
	right: .375rem;
}

.right-1 {
	right: .5rem;
}

.right-1\.5 {
	right: .75rem;
}

.right-1\.75 {
	right: .875rem;
}

.right-2 {
	right: 1rem;
}

.right-2\.5 {
	right: 1.25rem;
}

.right-3 {
	right: 1.5rem;
}

.right-4 {
	right: 2rem;
}

.right-5 {
	right: 2.5rem;
}

.right-6 {
	right: 3rem;
}

.right-\[11\%\] {
	right: 11%;
}

.right-\[11px\] {
	right: 11px;
}

.right-\[15\%\] {
	right: 15%;
}

.right-\[15px\] {
	right: 15px;
}

.right-\[2\%\] {
	right: 2%;
}

.right-\[26px\] {
	right: 26px;
}

.right-\[2px\] {
	right: 2px;
}

.right-\[3px\] {
	right: 3px;
}

.right-\[60\%\] {
	right: 60%;
}

.right-full {
	right: 100%;
}

.top-0 {
	top: 0;
}

.top-0\.25 {
	top: .125rem;
}

.top-0\.5 {
	top: .25rem;
}

.top-0\.75 {
	top: .375rem;
}

.top-1 {
	top: .5rem;
}

.top-1\.5 {
	top: .75rem;
}

.top-1\/2 {
	top: 50%;
}

.top-1\/4 {
	top: 25%;
}

.top-2 {
	top: 1rem;
}

.top-2\.5 {
	top: 1.25rem;
}

.top-3 {
	top: 1.5rem;
}

.top-3\.5 {
	top: 1.75rem;
}

.top-6 {
	top: 3rem;
}

.top-7 {
	top: 3.5rem;
}

.top-8 {
	top: 4rem;
}

.top-\[-5px\] {
	top: -5px;
}

.top-\[10px\] {
	top: 10px;
}

.top-\[11px\] {
	top: 11px;
}

.top-\[12px\] {
	top: 12px;
}

.top-\[15\%\] {
	top: 15%;
}

.top-\[2px\] {
	top: 2px;
}

.top-\[35\%\] {
	top: 35%;
}

.top-\[5px\] {
	top: 5px;
}

.top-\[65\%\] {
	top: 65%;
}

.top-\[7px\] {
	top: 7px;
}

.top-\[80\%\] {
	top: 80%;
}

.top-\[92px\] {
	top: 92px;
}

.top-\[calc\(50\%-20px\)\] {
	top: calc(50% - 20px);
}

.top-\[initial\] {
	top: auto;
}

.top-\[unset\] {
	top: unset;
}

.top-auto {
	top: auto;
}

.\!z-\[100001\] {
	z-index: 100001!important;
}

.-z-10 {
	z-index: -10;
}

.-z-\[1\] {
	z-index: -1;
}

.z-0 {
	z-index: 0;
}

.z-10 {
	z-index: 10;
}

.z-20 {
	z-index: 20;
}

.z-30 {
	z-index: 30;
}

.z-40 {
	z-index: 40;
}

.z-50 {
	z-index: 50;
}

.z-\[0\] {
	z-index: 0;
}

.z-\[1000001\] {
	z-index: 1000001;
}

.z-\[100000\] {
	z-index: 100000;
}

.z-\[11\] {
	z-index: 11;
}

.z-\[13\] {
	z-index: 13;
}

.z-\[1\] {
	z-index: 1;
}

.z-\[20\] {
	z-index: 20;
}

.z-\[2\] {
	z-index: 2;
}

.z-\[3\] {
	z-index: 3;
}

.z-\[5\] {
	z-index: 5;
}

.z-\[9\] {
	z-index: 9;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-first {
	order: -9999;
}

.order-last {
	order: 9999;
}

.\!m-0 {
	margin: 0!important;
}

.m-0 {
	margin: 0;
}

.m-0\.5 {
	margin: .25rem;
}

.m-1 {
	margin: .5rem;
}

.m-1\.5 {
	margin: .75rem;
}

.m-2 {
	margin: 1rem;
}

.m-3 {
	margin: 1.5rem;
}

.m-\[10px\] {
	margin: 10px;
}

.m-\[5px\] {
	margin: 5px;
}

.m-auto {
	margin: auto;
}

.\!-mx-\[20px\] {
	margin-left: -20px!important;
	margin-right: -20px!important;
}

.\!my-\[20px\] {
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}

.-mx-0\.5 {
	margin-left: -.25rem;
	margin-right: -.25rem;
}

.-mx-1 {
	margin-left: -.5rem;
	margin-right: -.5rem;
}

.-mx-2 {
	margin-left: -1rem;
	margin-right: -1rem;
}

.-mx-3 {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

.-mx-\[15x\] {
	margin-left: -15x;
	margin-right: -15x;
}

.-mx-\[20px\] {
	margin-left: -20px;
	margin-right: -20px;
}

.-mx-\[2px\] {
	margin-left: -2px;
	margin-right: -2px;
}

.mx-0 {
	margin-left: 0;
	margin-right: 0;
}

.mx-0\.25 {
	margin-left: .125rem;
	margin-right: .125rem;
}

.mx-0\.5 {
	margin-left: .25rem;
	margin-right: .25rem;
}

.mx-0\.75 {
	margin-left: .375rem;
	margin-right: .375rem;
}

.mx-1 {
	margin-left: .5rem;
	margin-right: .5rem;
}

.mx-1\.5 {
	margin-left: .75rem;
	margin-right: .75rem;
}

.mx-2 {
	margin-left: 1rem;
	margin-right: 1rem;
}

.mx-2\.5 {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.mx-3 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

.mx-4 {
	margin-left: 2rem;
	margin-right: 2rem;
}

.mx-6 {
	margin-left: 3rem;
	margin-right: 3rem;
}

.mx-7 {
	margin-left: 3.5rem;
	margin-right: 3.5rem;
}

.mx-\[10px\] {
	margin-left: 10px;
	margin-right: 10px;
}

.mx-\[2px\] {
	margin-left: 2px;
	margin-right: 2px;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-0\.25 {
	margin-top: .125rem;
	margin-bottom: .125rem;
}

.my-0\.5 {
	margin-top: .25rem;
	margin-bottom: .25rem;
}

.my-0\.75 {
	margin-top: .375rem;
	margin-bottom: .375rem;
}

.my-1 {
	margin-top: .5rem;
	margin-bottom: .5rem;
}

.my-1\.5 {
	margin-top: .75rem;
	margin-bottom: .75rem;
}

.my-11 {
	margin-top: 5.5rem;
	margin-bottom: 5.5rem;
}

.my-2 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.my-2\.5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.my-3 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.my-4 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.my-5 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.my-6 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.my-\[128px\] {
	margin-top: 128px;
	margin-bottom: 128px;
}

.my-\[20px\] {
	margin-top: 20px;
	margin-bottom: 20px;
}

.my-\[4px\] {
	margin-top: 4px;
	margin-bottom: 4px;
}

.my-\[90px\] {
	margin-top: 90px;
	margin-bottom: 90px;
}

.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}

.\!-mb-2 {
	margin-bottom: -1rem!important;
}

.\!mb-0 {
	margin-bottom: 0!important;
}

.\!ml-0 {
	margin-left: 0!important;
}

.\!mr-1 {
	margin-right: .5rem!important;
}

.\!mr-2 {
	margin-right: 1rem!important;
}

.\!mt-0 {
	margin-top: 0!important;
}

.\!mt-1 {
	margin-top: .5rem!important;
}

.\!mt-3 {
	margin-top: 1.5rem!important;
}

.-mb-0\.25 {
	margin-bottom: -.125rem;
}

.-mb-0\.5 {
	margin-bottom: -.25rem;
}

.-mb-2 {
	margin-bottom: -1rem;
}

.-mb-3 {
	margin-bottom: -1.5rem;
}

.-mb-\[4px\] {
	margin-bottom: -4px;
}

.-ml-0\.25 {
	margin-left: -.125rem;
}

.-ml-0\.75 {
	margin-left: -.375rem;
}

.-ml-1 {
	margin-left: -.5rem;
}

.-ml-20 {
	margin-left: -10rem;
}

.-ml-3 {
	margin-left: -1.5rem;
}

.-ml-4 {
	margin-left: -2rem;
}

.-ml-\[20px\] {
	margin-left: -20px;
}

.-ml-\[2px\] {
	margin-left: -2px;
}

.-ml-\[45px\] {
	margin-left: -45px;
}

.-ml-\[80px\] {
	margin-left: -80px;
}

.-mr-0\.25 {
	margin-right: -.125rem;
}

.-mr-2 {
	margin-right: -1rem;
}

.-mr-3 {
	margin-right: -1.5rem;
}

.-mr-\[2px\] {
	margin-right: -2px;
}

.-mt-0\.5 {
	margin-top: -.25rem;
}

.-mt-1\.5 {
	margin-top: -.75rem;
}

.-mt-10 {
	margin-top: -5rem;
}

.-mt-2 {
	margin-top: -1rem;
}

.-mt-2\.5 {
	margin-top: -1.25rem;
}

.-mt-4 {
	margin-top: -2rem;
}

.-mt-7 {
	margin-top: -3.5rem;
}

.-mt-9 {
	margin-top: -4.5rem;
}

.-mt-\[20px\] {
	margin-top: -20px;
}

.-mt-\[35px\] {
	margin-top: -35px;
}

.-mt-\[60px\] {
	margin-top: -60px;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-0\.25 {
	margin-bottom: .125rem;
}

.mb-0\.5 {
	margin-bottom: .25rem;
}

.mb-1 {
	margin-bottom: .5rem;
}

.mb-1\.5 {
	margin-bottom: .75rem;
}

.mb-10 {
	margin-bottom: 5rem;
}

.mb-2 {
	margin-bottom: 1rem;
}

.mb-2\.5 {
	margin-bottom: 1.25rem;
}

.mb-20 {
	margin-bottom: 10rem;
}

.mb-3 {
	margin-bottom: 1.5rem;
}

.mb-3\.5 {
	margin-bottom: 1.75rem;
}

.mb-4 {
	margin-bottom: 2rem;
}

.mb-5 {
	margin-bottom: 2.5rem;
}

.mb-7 {
	margin-bottom: 3.5rem;
}

.mb-8 {
	margin-bottom: 4rem;
}

.mb-\[10px\] {
	margin-bottom: 10px;
}

.mb-\[150px\] {
	margin-bottom: 150px;
}

.mb-\[18px\] {
	margin-bottom: 18px;
}

.mb-\[5px\] {
	margin-bottom: 5px;
}

.mb-auto {
	margin-bottom: auto;
}

.ml-0 {
	margin-left: 0;
}

.ml-0\.25 {
	margin-left: .125rem;
}

.ml-0\.5 {
	margin-left: .25rem;
}

.ml-0\.75 {
	margin-left: .375rem;
}

.ml-1 {
	margin-left: .5rem;
}

.ml-1\.5 {
	margin-left: .75rem;
}

.ml-1\.75 {
	margin-left: .875rem;
}

.ml-2 {
	margin-left: 1rem;
}

.ml-2\.5 {
	margin-left: 1.25rem;
}

.ml-24 {
	margin-left: 12rem;
}

.ml-3 {
	margin-left: 1.5rem;
}

.ml-4 {
	margin-left: 2rem;
}

.ml-5 {
	margin-left: 2.5rem;
}

.ml-\[10px\] {
	margin-left: 10px;
}

.ml-\[20px\] {
	margin-left: 20px;
}

.ml-\[2px\] {
	margin-left: 2px;
}

.ml-\[3px\] {
	margin-left: 3px;
}

.ml-\[4px\] {
	margin-left: 4px;
}

.ml-\[6px\] {
	margin-left: 6px;
}

.ml-auto {
	margin-left: auto;
}

.mr-0 {
	margin-right: 0;
}

.mr-0\.25 {
	margin-right: .125rem;
}

.mr-0\.5 {
	margin-right: .25rem;
}

.mr-0\.75 {
	margin-right: .375rem;
}

.mr-1 {
	margin-right: .5rem;
}

.mr-1\.5 {
	margin-right: .75rem;
}

.mr-1\.75 {
	margin-right: .875rem;
}

.mr-2 {
	margin-right: 1rem;
}

.mr-2\.5 {
	margin-right: 1.25rem;
}

.mr-3 {
	margin-right: 1.5rem;
}

.mr-4 {
	margin-right: 2rem;
}

.mr-\[20px\] {
	margin-right: 20px;
}

.mr-\[4px\] {
	margin-right: 4px;
}

.mr-\[6px\] {
	margin-right: 6px;
}

.mr-auto {
	margin-right: auto;
}

.mt-0 {
	margin-top: 0;
}

.mt-0\.25 {
	margin-top: .125rem;
}

.mt-0\.5 {
	margin-top: .25rem;
}

.mt-1 {
	margin-top: .5rem;
}

.mt-1\.5 {
	margin-top: .75rem;
}

.mt-12 {
	margin-top: 6rem;
}

.mt-2 {
	margin-top: 1rem;
}

.mt-2\.5 {
	margin-top: 1.25rem;
}

.mt-3 {
	margin-top: 1.5rem;
}

.mt-4 {
	margin-top: 2rem;
}

.mt-5 {
	margin-top: 2.5rem;
}

.mt-6 {
	margin-top: 3rem;
}

.mt-8 {
	margin-top: 4rem;
}

.mt-9 {
	margin-top: 4.5rem;
}

.mt-\[110px\] {
	margin-top: 110px;
}

.mt-\[15px\] {
	margin-top: 15px;
}

.mt-\[20px\] {
	margin-top: 20px;
}

.mt-\[26px\] {
	margin-top: 26px;
}

.mt-\[27px\] {
	margin-top: 27px;
}

.mt-\[2px\] {
	margin-top: 2px;
}

.mt-\[31px\] {
	margin-top: 31px;
}

.mt-\[32px\] {
	margin-top: 32px;
}

.mt-\[4px\] {
	margin-top: 4px;
}

.mt-\[6px\] {
	margin-top: 6px;
}

.mt-\[92px\] {
	margin-top: 92px;
}

.mt-auto {
	margin-top: auto;
}

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

.box-border {
	box-sizing: border-box;
}

.line-clamp-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.\!block {
	display: block!important;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.inline {
	display: inline;
}

.\!flex {
	display: flex!important;
}

.flex {
	display: flex;
}

.\!inline-flex {
	display: inline-flex!important;
}

.inline-flex {
	display: inline-flex;
}

.fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_table {
	display: fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_table;
}

.grid {
	display: grid;
}

.contents {
	display: contents;
}

.list-item {
	display: list-item;
}

.\!hidden {
	display: none!important;
}

.hidden {
	display: none;
}

.\!aspect-\[unset\] {
	aspect-ratio: unset!important;
}

.aspect-\[0\.76\] {
	aspect-ratio: .76;
}

.aspect-\[2\/1\] {
	aspect-ratio: 2/1;
}

.aspect-\[4\/1\] {
	aspect-ratio: 4/1;
}

.aspect-\[4\/3\] {
	aspect-ratio: 4/3;
}

.aspect-square {
	aspect-ratio: 1/1;
}

.aspect-video {
	aspect-ratio: 16/9;
}

.\!size-0\.75 {
	width: .375rem!important;
	height: .375rem!important;
}

.\!size-1 {
	width: .5rem!important;
	height: .5rem!important;
}

.\!size-2 {
	width: 1rem!important;
	height: 1rem!important;
}

.\!size-2\.5 {
	width: 1.25rem!important;
	height: 1.25rem!important;
}

.\!size-3 {
	width: 1.5rem!important;
	height: 1.5rem!important;
}

.\!size-4 {
	width: 2rem!important;
	height: 2rem!important;
}

.\!size-6 {
	width: 3rem!important;
	height: 3rem!important;
}

.size-0 {
	width: 0;
	height: 0;
}

.size-0\.5 {
	width: .25rem;
	height: .25rem;
}

.size-0\.75 {
	width: .375rem;
	height: .375rem;
}

.size-1 {
	width: .5rem;
	height: .5rem;
}

.size-1\.5 {
	width: .75rem;
	height: .75rem;
}

.size-1\.75 {
	width: .875rem;
	height: .875rem;
}

.size-10 {
	width: 5rem;
	height: 5rem;
}

.size-11 {
	width: 5.5rem;
	height: 5.5rem;
}

.size-12 {
	width: 6rem;
	height: 6rem;
}

.size-14 {
	width: 7rem;
	height: 7rem;
}

.size-16 {
	width: 8rem;
	height: 8rem;
}

.size-2 {
	width: 1rem;
	height: 1rem;
}

.size-2\.5 {
	width: 1.25rem;
	height: 1.25rem;
}

.size-20 {
	width: 10rem;
	height: 10rem;
}

.size-28 {
	width: 14rem;
	height: 14rem;
}

.size-3 {
	width: 1.5rem;
	height: 1.5rem;
}

.size-3\.5 {
	width: 1.75rem;
	height: 1.75rem;
}

.size-32 {
	width: 16rem;
	height: 16rem;
}

.size-4 {
	width: 2rem;
	height: 2rem;
}

.size-5 {
	width: 2.5rem;
	height: 2.5rem;
}

.size-6 {
	width: 3rem;
	height: 3rem;
}

.size-7 {
	width: 3.5rem;
	height: 3.5rem;
}

.size-8 {
	width: 4rem;
	height: 4rem;
}

.size-9 {
	width: 4.5rem;
	height: 4.5rem;
}

.size-\[120px\] {
	width: 120px;
	height: 120px;
}

.size-\[128px\] {
	width: 128px;
	height: 128px;
}

.size-\[12px\] {
	width: 12px;
	height: 12px;
}

.size-\[180px\] {
	width: 180px;
	height: 180px;
}

.size-\[18px\] {
	width: 18px;
	height: 18px;
}

.size-\[1em\] {
	width: 1em;
	height: 1em;
}

.size-\[200px\] {
	width: 200px;
	height: 200px;
}

.size-\[260px\] {
	width: 260px;
	height: 260px;
}

.size-\[280px\] {
	width: 280px;
	height: 280px;
}

.size-\[60px\] {
	width: 60px;
	height: 60px;
}

.size-auto {
	width: auto;
	height: auto;
}

.size-full {
	width: 100%;
	height: 100%;
}

.\!h-1\.5 {
	height: .75rem!important;
}

.\!h-2 {
	height: 1rem!important;
}

.\!h-3\/5 {
	height: 60%!important;
}

.\!h-4 {
	height: 2rem!important;
}

.\!h-auto {
	height: auto!important;
}

.\!h-full {
	height: 100%!important;
}

.\!h-screen {
	height: 100vh!important;
}

.h-0 {
	height: 0;
}

.h-0\.25 {
	height: .125rem;
}

.h-0\.5 {
	height: .25rem;
}

.h-0\.75 {
	height: .375rem;
}

.h-1 {
	height: .5rem;
}

.h-1\.5 {
	height: .75rem;
}

.h-1\.75 {
	height: .875rem;
}

.h-1\/2 {
	height: 50%;
}

.h-10 {
	height: 5rem;
}

.h-11 {
	height: 5.5rem;
}

.h-12 {
	height: 6rem;
}

.h-14 {
	height: 7rem;
}

.h-16 {
	height: 8rem;
}

.h-2 {
	height: 1rem;
}

.h-2\.5 {
	height: 1.25rem;
}

.h-20 {
	height: 10rem;
}

.h-24 {
	height: 12rem;
}

.h-28 {
	height: 14rem;
}

.h-3 {
	height: 1.5rem;
}

.h-36 {
	height: 18rem;
}

.h-4 {
	height: 2rem;
}

.h-40 {
	height: 20rem;
}

.h-5 {
	height: 2.5rem;
}

.h-52 {
	height: 26rem;
}

.h-6 {
	height: 3rem;
}

.h-60 {
	height: 30rem;
}

.h-64 {
	height: 32rem;
}

.h-7 {
	height: 3.5rem;
}

.h-8 {
	height: 4rem;
}

.h-9 {
	height: 4.5rem;
}

.h-\[-webkit-fill-available\] {
	height: -webkit-fill-available;
}

.h-\[100px\] {
	height: 100px;
}

.h-\[104px\] {
	height: 104px;
}

.h-\[117px\] {
	height: 117px;
}

.h-\[120px\] {
	height: 120px;
}

.h-\[130px\] {
	height: 130px;
}

.h-\[136px\] {
	height: 136px;
}

.h-\[13px\] {
	height: 13px;
}

.h-\[145px\] {
	height: 145px;
}

.h-\[150px\] {
	height: 150px;
}

.h-\[155px\] {
	height: 155px;
}

.h-\[165px\] {
	height: 165px;
}

.h-\[175px\] {
	height: 175px;
}

.h-\[176px\] {
	height: 176px;
}

.h-\[178px\] {
	height: 178px;
}

.h-\[184px\] {
	height: 184px;
}

.h-\[19px\] {
	height: 19px;
}

.h-\[1px\] {
	height: 1px;
}

.h-\[20\%\] {
	height: 20%;
}

.h-\[22px\] {
	height: 22px;
}

.h-\[23px\] {
	height: 23px;
}

.h-\[250px\] {
	height: 250px;
}

.h-\[260px\] {
	height: 260px;
}

.h-\[275px\] {
	height: 275px;
}

.h-\[280px\] {
	height: 280px;
}

.h-\[300px\] {
	height: 300px;
}

.h-\[36px\] {
	height: 36px;
}

.h-\[40px\] {
	height: 40px;
}

.h-\[42px\] {
	height: 42px;
}

.h-\[44px\] {
	height: 44px;
}

.h-\[450px\] {
	height: 450px;
}

.h-\[460px\] {
	height: 460px;
}

.h-\[48px\] {
	height: 48px;
}

.h-\[500px\] {
	height: 500px;
}

.h-\[50px\] {
	height: 50px;
}

.h-\[50vh\] {
	height: 50vh;
}

.h-\[52px\] {
	height: 52px;
}

.h-\[58px\] {
	height: 58px;
}

.h-\[600px\] {
	height: 600px;
}

.h-\[62px\] {
	height: 62px;
}

.h-\[700px\] {
	height: 700px;
}

.h-\[70px\] {
	height: 70px;
}

.h-\[70vh\] {
	height: 70vh;
}

.h-\[76px\] {
	height: 76px;
}

.h-\[7px\] {
	height: 7px;
}

.h-\[80px\] {
	height: 80px;
}

.h-\[84px\] {
	height: 84px;
}

.h-\[86px\] {
	height: 86px;
}

.h-\[90px\] {
	height: 90px;
}

.h-\[calc\(100\%-48px\)\] {
	height: calc(100% - 48px);
}

.h-\[calc\(100\%-56px\)\] {
	height: calc(100% - 56px);
}

.h-\[calc\(100\%-8px\)\] {
	height: calc(100% - 8px);
}

.h-\[calc\(100\%-94px\)\] {
	height: calc(100% - 94px);
}

.h-\[calc\(100vh-200px\)\] {
	height: calc(100vh - 200px);
}

.h-\[calc\(100vh-56px\)\] {
	height: calc(100vh - 56px);
}

.h-\[unset\] {
	height: unset;
}

.h-\[var\(--slider-fill\)\] {
	height: var(--slider-fill);
}

.h-auto {
	height: auto;
}

.h-fit {
	height: -moz-fit-content;
	height: fit-content;
}

.h-full {
	height: 100%;
}

.h-max {
	height: max-content;
}

.h-px {
	height: 1px;
}

.h-screen {
	height: 100vh;
}

.h-svh {
	height: 100svh;
}

.\!max-h-40 {
	max-height: 20rem!important;
}

.\!max-h-\[calc\(100vh-56px\)\] {
	max-height: calc(100vh - 56px)!important;
}

.max-h-0\.25 {
	max-height: .125rem;
}

.max-h-0\.5 {
	max-height: .25rem;
}

.max-h-14 {
	max-height: 7rem;
}

.max-h-2 {
	max-height: 1rem;
}

.max-h-20 {
	max-height: 10rem;
}

.max-h-3 {
	max-height: 1.5rem;
}

.max-h-4 {
	max-height: 2rem;
}

.max-h-5 {
	max-height: 2.5rem;
}

.max-h-6 {
	max-height: 3rem;
}

.max-h-60 {
	max-height: 30rem;
}

.max-h-7 {
	max-height: 3.5rem;
}

.max-h-80 {
	max-height: 40rem;
}

.max-h-\[240px\] {
	max-height: 240px;
}

.max-h-\[250px\] {
	max-height: 250px;
}

.max-h-\[280px\] {
	max-height: 280px;
}

.max-h-\[300px\] {
	max-height: 300px;
}

.max-h-\[56\.25\%\] {
	max-height: 56.25%;
}

.max-h-\[60vh\] {
	max-height: 60vh;
}

.max-h-\[80px\] {
	max-height: 80px;
}

.max-h-\[80vh\] {
	max-height: 80vh;
}

.max-h-\[calc\(100\%-56px\)\] {
	max-height: calc(100% - 56px);
}

.max-h-\[calc\(100vh-100px\)\] {
	max-height: calc(100vh - 100px);
}

.max-h-\[calc\(100vh-280px\)\] {
	max-height: calc(100vh - 280px);
}

.max-h-\[calc\(80vh-80px\)\] {
	max-height: calc(80vh - 80px);
}

.max-h-\[inherit\] {
	max-height: inherit;
}

.max-h-full {
	max-height: 100%;
}

.max-h-screen {
	max-height: 100vh;
}

.\!min-h-8 {
	min-height: 4rem!important;
}

.min-h-0 {
	min-height: 0;
}

.min-h-10 {
	min-height: 5rem;
}

.min-h-11 {
	min-height: 5.5rem;
}

.min-h-2 {
	min-height: 1rem;
}

.min-h-20 {
	min-height: 10rem;
}

.min-h-3 {
	min-height: 1.5rem;
}

.min-h-4 {
	min-height: 2rem;
}

.min-h-44 {
	min-height: 22rem;
}

.min-h-48 {
	min-height: 24rem;
}

.min-h-5 {
	min-height: 2.5rem;
}

.min-h-56 {
	min-height: 28rem;
}

.min-h-6 {
	min-height: 3rem;
}

.min-h-7 {
	min-height: 3.5rem;
}

.min-h-8 {
	min-height: 4rem;
}

.min-h-\[100px\] {
	min-height: 100px;
}

.min-h-\[100vh\] {
	min-height: 100vh;
}

.min-h-\[104px\] {
	min-height: 104px;
}

.min-h-\[12px\] {
	min-height: 12px;
}

.min-h-\[136px\] {
	min-height: 136px;
}

.min-h-\[140px\] {
	min-height: 140px;
}

.min-h-\[150px\] {
	min-height: 150px;
}

.min-h-\[165px\] {
	min-height: 165px;
}

.min-h-\[216px\] {
	min-height: 216px;
}

.min-h-\[230px\] {
	min-height: 230px;
}

.min-h-\[250px\] {
	min-height: 250px;
}

.min-h-\[263px\] {
	min-height: 263px;
}

.min-h-\[275px\] {
	min-height: 275px;
}

.min-h-\[280px\] {
	min-height: 280px;
}

.min-h-\[350px\] {
	min-height: 350px;
}

.min-h-\[48px\] {
	min-height: 48px;
}

.min-h-\[50px\] {
	min-height: 50px;
}

.min-h-\[50vh\] {
	min-height: 50vh;
}

.min-h-\[calc\(100\%-32px\)\] {
	min-height: calc(100% - 32px);
}

.min-h-\[calc\(100vh-50px\)\],.min-h-\[calc\(100vh_-_50px\)\] {
	min-height: calc(100vh - 50px);
}

.min-h-full {
	min-height: 100%;
}

.min-h-screen {
	min-height: 100vh;
}

.min-h-svh {
	min-height: 100svh;
}

.\!w-2 {
	width: 1rem!important;
}

.\!w-4 {
	width: 2rem!important;
}

.\!w-\[60vw\] {
	width: 60vw!important;
}

.w-0 {
	width: 0;
}

.w-0\.25 {
	width: .125rem;
}

.w-0\.5 {
	width: .25rem;
}

.w-0\.75 {
	width: .375rem;
}

.w-1 {
	width: .5rem;
}

.w-1\.5 {
	width: .75rem;
}

.w-1\.75 {
	width: .875rem;
}

.w-1\/2 {
	width: 50%;
}

.w-1\/3 {
	width: 33.333333%;
}

.w-1\/5 {
	width: 20%;
}

.w-10 {
	width: 5rem;
}

.w-11 {
	width: 5.5rem;
}

.w-12 {
	width: 6rem;
}

.w-14 {
	width: 7rem;
}

.w-16 {
	width: 8rem;
}

.w-2 {
	width: 1rem;
}

.w-2\.5 {
	width: 1.25rem;
}

.w-2\/3 {
	width: 66.666667%;
}

.w-20 {
	width: 10rem;
}

.w-24 {
	width: 12rem;
}

.w-28 {
	width: 14rem;
}

.w-3 {
	width: 1.5rem;
}

.w-3\.5 {
	width: 1.75rem;
}

.w-3\/4 {
	width: 75%;
}

.w-32 {
	width: 16rem;
}

.w-36 {
	width: 18rem;
}

.w-4 {
	width: 2rem;
}

.w-4\/5 {
	width: 80%;
}

.w-40 {
	width: 20rem;
}

.w-44 {
	width: 22rem;
}

.w-48 {
	width: 24rem;
}

.w-5 {
	width: 2.5rem;
}

.w-6 {
	width: 3rem;
}

.w-7 {
	width: 3.5rem;
}

.w-8 {
	width: 4rem;
}

.w-9 {
	width: 4.5rem;
}

.w-96 {
	width: 48rem;
}

.w-\[1000px\] {
	width: 1000px;
}

.w-\[100px\] {
	width: 100px;
}

.w-\[106px\] {
	width: 106px;
}

.w-\[110px\] {
	width: 110px;
}

.w-\[115px\] {
	width: 115px;
}

.w-\[120px\] {
	width: 120px;
}

.w-\[130px\] {
	width: 130px;
}

.w-\[136px\] {
	width: 136px;
}

.w-\[13px\] {
	width: 13px;
}

.w-\[142px\] {
	width: 142px;
}

.w-\[147\.5px\] {
	width: 147.5px;
}

.w-\[150px\] {
	width: 150px;
}

.w-\[152px\] {
	width: 152px;
}

.w-\[160px\] {
	width: 160px;
}

.w-\[175px\] {
	width: 175px;
}

.w-\[180px\] {
	width: 180px;
}

.w-\[19px\] {
	width: 19px;
}

.w-\[1px\] {
	width: 1px;
}

.w-\[20\%\] {
	width: 20%;
}

.w-\[200px\] {
	width: 200px;
}

.w-\[250px\] {
	width: 250px;
}

.w-\[285px\] {
	width: 285px;
}

.w-\[296px\] {
	width: 296px;
}

.w-\[300px\] {
	width: 300px;
}

.w-\[308px\] {
	width: 308px;
}

.w-\[310px\] {
	width: 310px;
}

.w-\[316px\] {
	width: 316px;
}

.w-\[344px\] {
	width: 344px;
}

.w-\[346px\] {
	width: 346px;
}

.w-\[36px\] {
	width: 36px;
}

.w-\[375px\] {
	width: 375px;
}

.w-\[400px\] {
	width: 400px;
}

.w-\[40px\] {
	width: 40px;
}

.w-\[46px\] {
	width: 46px;
}

.w-\[52px\] {
	width: 52px;
}

.w-\[60\%\] {
	width: 60%;
}

.w-\[600px\] {
	width: 600px;
}

.w-\[60px\] {
	width: 60px;
}

.w-\[68px\] {
	width: 68px;
}

.w-\[70px\] {
	width: 70px;
}

.w-\[77px\] {
	width: 77px;
}

.w-\[7px\] {
	width: 7px;
}

.w-\[80px\] {
	width: 80px;
}

.w-\[84px\] {
	width: 84px;
}

.w-\[90\%\] {
	width: 90%;
}

.w-\[90px\] {
	width: 90px;
}

.w-\[calc\(100\%\+32px\)\] {
	width: calc(100% + 32px);
}

.w-\[calc\(100\%-120px\)\] {
	width: calc(100% - 120px);
}

.w-\[calc\(100\%-12px\)\] {
	width: calc(100% - 12px);
}

.w-\[calc\(100\%-20px\)\] {
	width: calc(100% - 20px);
}

.w-\[calc\(100\%-32px\)\] {
	width: calc(100% - 32px);
}

.w-\[calc\(100\%-48px\)\] {
	width: calc(100% - 48px);
}

.w-\[calc\(100\%-52px\)\] {
	width: calc(100% - 52px);
}

.w-\[calc\(100\%-64px\)\] {
	width: calc(100% - 64px);
}

.w-\[calc\(100\%-8px\)\] {
	width: calc(100% - 8px);
}

.w-\[calc\(50\%-16px\)\] {
	width: calc(50% - 16px);
}

.w-\[calc\(50\%-4px\)\] {
	width: calc(50% - 4px);
}

.w-\[calc\(85\%-56px\)\] {
	width: calc(85% - 56px);
}

.w-\[var\(--slider-fill\)\] {
	width: var(--slider-fill);
}

.w-\[var\(--slider-progress\)\] {
	width: var(--slider-progress);
}

.w-auto {
	width: auto;
}

.w-fit {
	width: -moz-fit-content;
	width: fit-content;
}

.w-full {
	width: 100%;
}

.w-max {
	width: max-content;
}

.w-px {
	width: 1px;
}

.w-screen {
	width: 100vw;
}

.min-w-0 {
	min-width: 0;
}

.min-w-1\.5 {
	min-width: .75rem;
}

.min-w-10 {
	min-width: 5rem;
}

.min-w-14 {
	min-width: 7rem;
}

.min-w-16 {
	min-width: 8rem;
}

.min-w-2 {
	min-width: 1rem;
}

.min-w-2\.5 {
	min-width: 1.25rem;
}

.min-w-3 {
	min-width: 1.5rem;
}

.min-w-4 {
	min-width: 2rem;
}

.min-w-5 {
	min-width: 2.5rem;
}

.min-w-7 {
	min-width: 3.5rem;
}

.min-w-8 {
	min-width: 4rem;
}

.min-w-\[100px\] {
	min-width: 100px;
}

.min-w-\[12px\] {
	min-width: 12px;
}

.min-w-\[13px\] {
	min-width: 13px;
}

.min-w-\[148px\] {
	min-width: 148px;
}

.min-w-\[183px\] {
	min-width: 183px;
}

.min-w-\[200px\] {
	min-width: 200px;
}

.min-w-\[400px\] {
	min-width: 400px;
}

.min-w-\[50px\] {
	min-width: 50px;
}

.min-w-\[70px\] {
	min-width: 70px;
}

.min-w-\[8rem\] {
	min-width: 8rem;
}

.min-w-\[var\(--radix-popover-trigger-width\)\] {
	min-width: var(--radix-popover-trigger-width);
}

.min-w-fit {
	min-width: -moz-fit-content;
	min-width: fit-content;
}

.min-w-full {
	min-width: 100%;
}

.min-w-max {
	min-width: max-content;
}

.min-w-min {
	min-width: min-content;
}

.\!max-w-\[200px\] {
	max-width: 200px!important;
}

.max-w-0\.5 {
	max-width: .25rem;
}

.max-w-1\.5 {
	max-width: .75rem;
}

.max-w-11 {
	max-width: 5.5rem;
}

.max-w-12 {
	max-width: 6rem;
}

.max-w-14 {
	max-width: 7rem;
}

.max-w-16 {
	max-width: 8rem;
}

.max-w-2 {
	max-width: 1rem;
}

.max-w-24 {
	max-width: 12rem;
}

.max-w-28 {
	max-width: 14rem;
}

.max-w-32 {
	max-width: 16rem;
}

.max-w-36 {
	max-width: 18rem;
}

.max-w-3xl {
	max-width: 48rem;
}

.max-w-40 {
	max-width: 20rem;
}

.max-w-44 {
	max-width: 22rem;
}

.max-w-48 {
	max-width: 24rem;
}

.max-w-4xl {
	max-width: 56rem;
}

.max-w-56 {
	max-width: 28rem;
}

.max-w-6 {
	max-width: 3rem;
}

.max-w-60 {
	max-width: 30rem;
}

.max-w-6xl {
	max-width: 72rem;
}

.max-w-80 {
	max-width: 40rem;
}

.max-w-9 {
	max-width: 4.5rem;
}

.max-w-\[1475px\] {
	max-width: 1475px;
}

.max-w-\[150px\] {
	max-width: 150px;
}

.max-w-\[200px\] {
	max-width: 200px;
}

.max-w-\[230px\] {
	max-width: 230px;
}

.max-w-\[240px\] {
	max-width: 240px;
}

.max-w-\[250px\] {
	max-width: 250px;
}

.max-w-\[266px\] {
	max-width: 266px;
}

.max-w-\[275px\] {
	max-width: 275px;
}

.max-w-\[280px\] {
	max-width: 280px;
}

.max-w-\[300px\] {
	max-width: 300px;
}

.max-w-\[305px\] {
	max-width: 305px;
}

.max-w-\[315px\] {
	max-width: 315px;
}

.max-w-\[340px\] {
	max-width: 340px;
}

.max-w-\[343px\] {
	max-width: 343px;
}

.max-w-\[350px\] {
	max-width: 350px;
}

.max-w-\[360px\] {
	max-width: 360px;
}

.max-w-\[366px\] {
	max-width: 366px;
}

.max-w-\[370px\] {
	max-width: 370px;
}

.max-w-\[400px\] {
	max-width: 400px;
}

.max-w-\[420px\] {
	max-width: 420px;
}

.max-w-\[45px\] {
	max-width: 45px;
}

.max-w-\[480px\] {
	max-width: 480px;
}

.max-w-\[50\%\] {
	max-width: 50%;
}

.max-w-\[500px\] {
	max-width: 500px;
}

.max-w-\[700px\] {
	max-width: 700px;
}

.max-w-\[70px\] {
	max-width: 70px;
}

.max-w-\[75\%\] {
	max-width: 75%;
}

.max-w-\[80\%\] {
	max-width: 80%;
}

.max-w-\[800px\] {
	max-width: 800px;
}

.max-w-\[90\%\] {
	max-width: 90%;
}

.max-w-\[95\%\] {
	max-width: 95%;
}

.max-w-\[980px\] {
	max-width: 980px;
}

.max-w-\[auto\] {
	max-width: auto;
}

.max-w-\[calc\(100\%\+32px\)\] {
	max-width: calc(100% + 32px);
}

.max-w-\[calc\(100\%-52px\)\] {
	max-width: calc(100% - 52px);
}

.max-w-\[calc\(100\%-72px\)\] {
	max-width: calc(100% - 72px);
}

.max-w-\[calc\(100\%-80px\)\] {
	max-width: calc(100% - 80px);
}

.max-w-\[calc\(100vw-16px\)\] {
	max-width: calc(100vw - 16px);
}

.max-w-full {
	max-width: 100%;
}

.max-w-lg {
	max-width: 32rem;
}

.max-w-max {
	max-width: max-content;
}

.max-w-md {
	max-width: 28rem;
}

.max-w-none {
	max-width: none;
}

.max-w-screen-lg {
	max-width: 1024px;
}

.max-w-sm {
	max-width: 24rem;
}

.max-w-xl {
	max-width: 36rem;
}

.max-w-xs {
	max-width: 20rem;
}

.flex-1 {
	flex: 1 1 0%;
}

.flex-\[0_0_25\%\] {
	flex: 0 0 25%;
}

.flex-\[0_0_auto\] {
	flex: 0 0 auto;
}

.flex-auto {
	flex: 1 1 auto;
}

.flex-shrink {
	flex-shrink: 1;
}

.flex-shrink-0 {
	flex-shrink: 0;
}

.shrink {
	flex-shrink: 1;
}

.shrink-0 {
	flex-shrink: 0;
}

.flex-grow {
	flex-grow: 1;
}

.flex-grow-0 {
	flex-grow: 0;
}

.grow {
	flex-grow: 1;
}

.grow-0 {
	flex-grow: 0;
}

.basis-1\/2 {
	flex-basis: 50%;
}

.basis-full {
	flex-basis: 100%;
}

.fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_table-auto {
	fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_fuck_table-layout: auto;
}

.origin-\[0_50\%\] {
	transform-origin: 0 50%;
}

.origin-\[var\(--radix-select-content-transform-origin\)\] {
	transform-origin: var(--radix-select-content-transform-origin);
}

.origin-\[var\(--radix-tooltip-content-transform-origin\)\] {
	transform-origin: var(--radix-tooltip-content-transform-origin);
}

.origin-center {
	transform-origin: center;
}

.\!translate-x-0 {
	--tw-translate-x: 0px!important;
}

.\!translate-x-0,.\!translate-x-1\/2 {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important;
}

.\!translate-x-1\/2 {
	--tw-translate-x: 50%!important;
}

.-translate-x-1\/2 {
	--tw-translate-x: -50%;
}

.-translate-x-1\/2,.-translate-x-\[calc\(100\%\+4px\)\] {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-\[calc\(100\%\+4px\)\] {
	--tw-translate-x: calc(calc(100% + 4px) * -1);
}

.-translate-x-full {
	--tw-translate-x: -100%;
}

.-translate-x-full,.-translate-y-0\.5 {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-0\.5 {
	--tw-translate-y: -0.25rem;
}

.-translate-y-1 {
	--tw-translate-y: -0.5rem;
}

.-translate-y-1,.-translate-y-1\/2 {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
	--tw-translate-y: -50%;
}

.-translate-y-2\.5 {
	--tw-translate-y: -1.25rem;
}

.-translate-y-2\.5,.-translate-y-\[50\%\] {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[50\%\] {
	--tw-translate-y: -50%;
}

.-translate-y-\[58px\] {
	--tw-translate-y: -58px;
}

.-translate-y-\[58px\],.translate-x-0 {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0 {
	--tw-translate-x: 0px;
}

.translate-x-1\/2 {
	--tw-translate-x: 50%;
}

.translate-x-1\/2,.translate-x-1\/4 {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-1\/4 {
	--tw-translate-x: 25%;
}

.translate-x-2 {
	--tw-translate-x: 1rem;
}

.translate-x-2,.translate-x-3 {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-3 {
	--tw-translate-x: 1.5rem;
}

.translate-x-\[-50\%\] {
	--tw-translate-x: -50%;
}

.translate-x-\[-50\%\],.translate-x-\[120\%\] {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[120\%\] {
	--tw-translate-x: 120%;
}

.translate-y-0 {
	--tw-translate-y: 0px;
}

.translate-y-0,.translate-y-0\.5 {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0\.5 {
	--tw-translate-y: 0.25rem;
}

.translate-y-1\.5 {
	--tw-translate-y: 0.75rem;
}

.translate-y-1\.5,.translate-y-1\/2 {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1\/2 {
	--tw-translate-y: 50%;
}

.translate-y-1\/4 {
	--tw-translate-y: 25%;
}

.translate-y-1\/4,.translate-y-full {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full {
	--tw-translate-y: 100%;
}

.-rotate-45 {
	--tw-rotate: -45deg;
}

.-rotate-45,.-rotate-90 {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-90 {
	--tw-rotate: -90deg;
}

.-rotate-\[45deg\] {
	--tw-rotate: -45deg;
}

.-rotate-\[45deg\],.rotate-0 {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-0 {
	--tw-rotate: 0deg;
}

.rotate-180 {
	--tw-rotate: 180deg;
}

.rotate-180,.rotate-45 {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
	--tw-rotate: 45deg;
}

.rotate-90 {
	--tw-rotate: 90deg;
}

.rotate-90,.rotate-\[160deg\] {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[160deg\] {
	--tw-rotate: 160deg;
}

.\!scale-100 {
	--tw-scale-x: 1!important;
	--tw-scale-y: 1!important;
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important;
}

.scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
}

.scale-100,.scale-110 {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-110 {
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1;
}

.scale-125 {
	--tw-scale-x: 1.25;
	--tw-scale-y: 1.25;
}

.scale-125,.scale-150 {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-150 {
	--tw-scale-x: 1.5;
	--tw-scale-y: 1.5;
}

.scale-75 {
	--tw-scale-x: .75;
	--tw-scale-y: .75;
}

.scale-75,.scale-80 {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-80 {
	--tw-scale-x: 0.8;
	--tw-scale-y: 0.8;
}

.scale-85 {
	--tw-scale-x: 0.85;
	--tw-scale-y: 0.85;
}

.scale-85,.scale-90 {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-90 {
	--tw-scale-x: .9;
	--tw-scale-y: .9;
}

.-scale-x-90 {
	--tw-scale-x: -.9;
}

.-scale-x-90,.transform {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes indeterminateLinearProgress {
	0% {
		transform: translateX(0) scaleX(0);
	}

	to {
		transform: translateX(100%) scaleX(.5);
	}

	40% {
		transform: translateX(0) scaleX(.4);
	}
}

.animate-\[indeterminateLinearProgress_1s_infinite_linear\] {
	animation: indeterminateLinearProgress 1s linear infinite;
}

@keyframes blinking-dot {
	to {
		visibility: hidden;
	}
}

.animate-blinking-dot {
	animation: blinking-dot 2s steps(5,start) infinite;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.animate-fadeInDrawer {
	animation: fadeInOpacity .6s linear;
}

@keyframes fadeOutOpacity {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.animate-fadeOutDrawer {
	animation: fadeOutOpacity .6s linear forwards;
}

@keyframes glowingButton {
	0% {
		transform: scale(.95);
		box-shadow: 0 0 0 outline #ff0065,0 0 0 16px rgba(255,0,101,0);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 8px rgba(255,0,101,.25),0 0 0 16px rgba(255,0,101,.05);
	}

	to {
		transform: scale(.95);
		box-shadow: 0 0 0 8px rgba(255,0,101,0),0 0 0 16px rgba(255,0,101,.15);
	}
}

.animate-glowingButton {
	animation: glowingButton 2s infinite;
}

.animate-none {
	animation: none;
}

.animate-pulse {
	animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite;
}

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

	to {
		transform: rotate(1turn);
	}
}

.animate-rotate {
	animation: rotate 1.5s linear infinite;
}

@keyframes shake {
	0%,16.667%,to {
		transform: rotate(0deg);
	}

	1.667%,11.667%,15%,5%,8.333% {
		transform: rotate(12deg);
	}

	10%,13.333%,3.333%,6.667% {
		transform: rotate(-12deg);
	}
}

.animate-shake {
	animation: shake 6s linear infinite;
}

@keyframes slideDown {
	0% {
		transform: translateY(0);
	}

	to {
		transform: translateY(100%);
	}
}

.animate-slideDownSidebarFooter {
	animation: slideDown .3s forwards;
}

@keyframes slideInRecordButton {
	0% {
		opacity: 0;
		width: 40px;
		color: transparent;
	}

	5% {
		opacity: 1;
		width: 120px;
		color: #fff;
	}

	7% {
		opacity: 1;
		width: 112px;
		color: #fff;
	}

	93% {
		opacity: 1;
		width: 112px;
		color: #fff;
	}

	96% {
		opacity: 1;
		width: 120px;
		color: #fff;
	}

	to {
		opacity: 0;
		width: 40px;
		color: transparent;
	}
}

.animate-slideInRecordButton {
	animation: slideInRecordButton 6s ease-in-out forwards;
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}

	to {
		transform: translateY(0);
	}
}

.animate-slideUpSidebarFooter {
	animation: slideUp .3s linear;
}

.animate-slowSpin {
	animation: spin 2.5s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(1turn);
	}
}

.animate-spin {
	animation: spin 1s linear infinite;
}

.cursor-auto {
	cursor: auto;
}

.cursor-default {
	cursor: default;
}

.cursor-no-drop {
	cursor: no-drop;
}

.cursor-not-allowed {
	cursor: not-allowed;
}

.cursor-pointer {
	cursor: pointer;
}

.touch-none {
	touch-action: none;
}

.select-none {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.resize {
	resize: both;
}

.snap-end {
	scroll-snap-align: end;
}

.list-inside {
	list-style-position: inside;
}

.list-decimal {
	list-style-type: decimal;
}

.list-disc {
	list-style-type: disc;
}

.list-none {
	list-style-type: none;
}

.appearance-none {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.columns-1 {
	column-count: 1;
}

.columns-2 {
	column-count: 2;
}

.auto-rows-\[168px\] {
	grid-auto-rows: 168px;
}

.auto-rows-fr {
	grid-auto-rows: minmax(0,1fr);
}

.grid-cols-1 {
	grid-template-columns: repeat(1,minmax(0,1fr));
}

.grid-cols-2 {
	grid-template-columns: repeat(2,minmax(0,1fr));
}

.grid-cols-3 {
	grid-template-columns: repeat(3,minmax(0,1fr));
}

.grid-cols-\[auto_1fr_auto\] {
	grid-template-columns: auto 1fr auto;
}

.grid-cols-\[repeat\(2\2c _1fr\)\] {
	grid-template-columns: repeat(2,1fr);
}

.grid-cols-\[repeat\(auto-fill\2c 20px\)\] {
	grid-template-columns: repeat(auto-fill,20px);
}

.grid-cols-\[repeat\(auto-fill\2c 32px\)\] {
	grid-template-columns: repeat(auto-fill,32px);
}

.grid-cols-\[repeat\(auto-fill\2c 40px\)\] {
	grid-template-columns: repeat(auto-fill,40px);
}

.grid-rows-2 {
	grid-template-rows: repeat(2,minmax(0,1fr));
}

.grid-rows-3 {
	grid-template-rows: repeat(3,minmax(0,1fr));
}

.flex-row {
	flex-direction: row;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-col {
	flex-direction: column;
}

.flex-col-reverse {
	flex-direction: column-reverse;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.place-items-center {
	place-items: center;
}

.content-center {
	align-content: center;
}

.content-start {
	align-content: flex-start;
}

.items-start {
	align-items: flex-start;
}

.items-end {
	align-items: flex-end;
}

.items-center {
	align-items: center;
}

.items-baseline {
	align-items: baseline;
}

.items-stretch {
	align-items: stretch;
}

.\!justify-start {
	justify-content: flex-start!important;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.gap-0\.5 {
	gap: .25rem;
}

.gap-0\.75 {
	gap: .375rem;
}

.gap-1 {
	gap: .5rem;
}

.gap-1\.5 {
	gap: .75rem;
}

.gap-2 {
	gap: 1rem;
}

.gap-3 {
	gap: 1.5rem;
}

.gap-4 {
	gap: 2rem;
}

.gap-\[10px\] {
	gap: 10px;
}

.gap-x-0\.5 {
	column-gap: .25rem;
}

.gap-x-0\.75 {
	column-gap: .375rem;
}

.gap-x-1 {
	column-gap: .5rem;
}

.gap-x-1\.5 {
	column-gap: .75rem;
}

.gap-x-1\.75 {
	column-gap: .875rem;
}

.gap-x-2 {
	column-gap: 1rem;
}

.gap-x-3 {
	column-gap: 1.5rem;
}

.gap-y-0\.25 {
	row-gap: .125rem;
}

.gap-y-0\.5 {
	row-gap: .25rem;
}

.gap-y-1 {
	row-gap: .5rem;
}

.gap-y-1\.5 {
	row-gap: .75rem;
}

.gap-y-2 {
	row-gap: 1rem;
}

.gap-y-3 {
	row-gap: 1.5rem;
}

.gap-y-4 {
	row-gap: 2rem;
}

.gap-y-6 {
	row-gap: 3rem;
}

.space-x-0>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0px * var(--tw-space-x-reverse));
	margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0\.5>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(.25rem * var(--tw-space-x-reverse));
	margin-left: calc(.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0\.75>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(.375rem * var(--tw-space-x-reverse));
	margin-left: calc(.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(.5rem * var(--tw-space-x-reverse));
	margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.5>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(.75rem * var(--tw-space-x-reverse));
	margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2\.5>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.25rem * var(--tw-space-x-reverse));
	margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(4rem * var(--tw-space-x-reverse));
	margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-0\.5>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(.25rem * var(--tw-space-y-reverse));
}

.space-y-0\.75>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(.375rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(.375rem * var(--tw-space-y-reverse));
}

.space-y-1>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
}

.space-y-1\.5>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
}

.space-y-2>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-3>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-4>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-5>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.self-start {
	align-self: flex-start;
}

.self-end {
	align-self: flex-end;
}

.self-center {
	align-self: center;
}

.self-stretch {
	align-self: stretch;
}

.justify-self-end {
	justify-self: end;
}

.overflow-auto {
	overflow: auto;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-visible {
	overflow: visible;
}

.overflow-scroll {
	overflow: scroll;
}

.overflow-x-auto {
	overflow-x: auto;
}

.overflow-y-auto {
	overflow-y: auto;
}

.overflow-x-hidden {
	overflow-x: hidden;
}

.overflow-y-hidden {
	overflow-y: hidden;
}

.overflow-x-scroll {
	overflow-x: scroll;
}

.overflow-y-scroll {
	overflow-y: scroll;
}

.scroll-smooth {
	scroll-behavior: smooth;
}

.truncate {
	overflow: hidden;
	white-space: nowrap;
}

.text-ellipsis,.truncate {
	text-overflow: ellipsis;
}

.whitespace-normal {
	white-space: normal;
}

.whitespace-nowrap {
	white-space: nowrap;
}

.break-words {
	overflow-wrap: break-word;
}

.break-all {
	word-break: break-all;
}

.\!rounded-\[12px\] {
	border-radius: 12px!important;
}

.rounded {
	border-radius: .25rem;
}

.rounded-2xl {
	border-radius: 1rem;
}

.rounded-3xl {
	border-radius: 1.5rem;
}

.rounded-\[10px\] {
	border-radius: 10px;
}

.rounded-\[12px\] {
	border-radius: 12px;
}

.rounded-\[18px\] {
	border-radius: 18px;
}

.rounded-\[24px\] {
	border-radius: 24px;
}

.rounded-\[36px\] {
	border-radius: 36px;
}

.rounded-\[4px\] {
	border-radius: 4px;
}

.rounded-\[50\%\] {
	border-radius: 50%;
}

.rounded-\[5px\] {
	border-radius: 5px;
}

.rounded-\[6px\] {
	border-radius: 6px;
}

.rounded-\[8px\] {
	border-radius: 8px;
}

.rounded-\[inherit\] {
	border-radius: inherit;
}

.rounded-full {
	border-radius: 9999px;
}

.rounded-lg {
	border-radius: .5rem;
}

.rounded-md {
	border-radius: .375rem;
}

.rounded-none {
	border-radius: 0;
}

.rounded-sm {
	border-radius: .125rem;
}

.rounded-xl {
	border-radius: .75rem;
}

.rounded-b-2xl {
	border-bottom-right-radius: 1rem;
	border-bottom-left-radius: 1rem;
}

.rounded-b-md {
	border-bottom-right-radius: .375rem;
	border-bottom-left-radius: .375rem;
}

.rounded-b-none {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.rounded-l-\[4px\] {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.rounded-l-full {
	border-top-left-radius: 9999px;
	border-bottom-left-radius: 9999px;
}

.rounded-l-xl {
	border-top-left-radius: .75rem;
	border-bottom-left-radius: .75rem;
}

.rounded-r-\[4px\] {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.rounded-r-full {
	border-top-right-radius: 9999px;
	border-bottom-right-radius: 9999px;
}

.rounded-r-none {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.rounded-t-2xl {
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}

.rounded-t-\[11px\] {
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
}

.rounded-t-md {
	border-top-left-radius: .375rem;
	border-top-right-radius: .375rem;
}

.rounded-t-xl {
	border-top-left-radius: .75rem;
	border-top-right-radius: .75rem;
}

.rounded-bl-md {
	border-bottom-left-radius: .375rem;
}

.rounded-bl-xl {
	border-bottom-left-radius: .75rem;
}

.rounded-br-3xl {
	border-bottom-right-radius: 1.5rem;
}

.rounded-br-xl {
	border-bottom-right-radius: .75rem;
}

.rounded-tl-\[10px\] {
	border-top-left-radius: 10px;
}

.rounded-tl-full {
	border-top-left-radius: 9999px;
}

.rounded-tl-md {
	border-top-left-radius: .375rem;
}

.rounded-tl-xl {
	border-top-left-radius: .75rem;
}

.rounded-tr-3xl {
	border-top-right-radius: 1.5rem;
}

.rounded-tr-full {
	border-top-right-radius: 9999px;
}

.rounded-tr-xl {
	border-top-right-radius: .75rem;
}

.border {
	border-width: 1px;
}

.border-2 {
	border-width: 2px;
}

.border-3 {
	border-width: 3px;
}

.border-4 {
	border-width: 4px;
}

.border-\[12px\] {
	border-width: 12px;
}

.border-\[2px\] {
	border-width: 2px;
}

.border-y {
	border-top-width: 1px;
}

.border-b,.border-y {
	border-bottom-width: 1px;
}

.border-b-0 {
	border-bottom-width: 0;
}

.border-b-2 {
	border-bottom-width: 2px;
}

.border-b-4 {
	border-bottom-width: 4px;
}

.border-b-8 {
	border-bottom-width: 8px;
}

.border-b-\[16px\] {
	border-bottom-width: 16px;
}

.border-b-\[2px\] {
	border-bottom-width: 2px;
}

.border-b-\[3px\] {
	border-bottom-width: 3px;
}

.border-b-\[5px\] {
	border-bottom-width: 5px;
}

.border-l {
	border-left-width: 1px;
}

.border-l-4 {
	border-left-width: 4px;
}

.border-l-8 {
	border-left-width: 8px;
}

.border-l-\[16px\] {
	border-left-width: 16px;
}

.border-l-\[5px\] {
	border-left-width: 5px;
}

.border-r {
	border-right-width: 1px;
}

.border-r-2 {
	border-right-width: 2px;
}

.border-r-8 {
	border-right-width: 8px;
}

.border-r-\[16px\] {
	border-right-width: 16px;
}

.border-r-\[3px\] {
	border-right-width: 3px;
}

.border-r-\[5px\] {
	border-right-width: 5px;
}

.border-t {
	border-top-width: 1px;
}

.border-t-0 {
	border-top-width: 0;
}

.border-t-2 {
	border-top-width: 2px;
}

.border-t-4 {
	border-top-width: 4px;
}

.border-t-\[5px\] {
	border-top-width: 5px;
}

.border-solid {
	border-style: solid;
}

.border-dashed {
	border-style: dashed;
}

.border-dotted {
	border-style: dotted;
}

.\!border-none {
	border-style: none!important;
}

.border-none {
	border-style: none;
}

.\!border-danger {
	--tw-border-opacity: 1!important;
	border-color: rgb(var(--eplay-color-danger-500)/var(--tw-border-opacity))!important;
}

.\!border-monetization {
	--tw-border-opacity: 1!important;
	border-color: rgb(var(--eplay-color-monetization-500)/var(--tw-border-opacity))!important;
}

.\!border-monetization-600 {
	--tw-border-opacity: 1!important;
	border-color: rgb(var(--eplay-color-monetization-600)/var(--tw-border-opacity))!important;
}

.\!border-red {
	--tw-border-opacity: 1!important;
	border-color: rgb(var(--eplay-color-red-500)/var(--tw-border-opacity))!important;
}

.\!border-transparent {
	border-color: transparent!important;
}

.\!border-white\/\[0\.25\] {
	border-color: hsla(0,0%,100%,.25)!important;
}

.border-black {
	--tw-border-opacity: 1;
	border-color: rgb(0 0 0/var(--tw-border-opacity));
}

.border-brand {
	--tw-border-opacity: 1;
	border-color: rgb(var(--eplay-color-brand-500)/var(--tw-border-opacity));
}

.border-current {
	border-color: currentColor;
}

.border-cyan-600\/25 {
	border-color: rgb(var(--eplay-color-cyan-600)/.25);
}

.border-cyan-700\/25 {
	border-color: rgb(var(--eplay-color-cyan-700)/.25);
}

.border-danger {
	--tw-border-opacity: 1;
	border-color: rgb(var(--eplay-color-danger-500)/var(--tw-border-opacity));
}

.border-danger-400 {
	--tw-border-opacity: 1;
	border-color: rgb(var(--eplay-color-danger-400)/var(--tw-border-opacity));
}

.border-gray-400 {
	--tw-border-opacity: 1;
	border-color: rgb(156 163 175/var(--tw-border-opacity));
}

.border-gray-600 {
	--tw-border-opacity: 1;
	border-color: rgb(75 85 99/var(--tw-border-opacity));
}

.border-monetization {
	--tw-border-opacity: 1;
	border-color: rgb(var(--eplay-color-monetization-500)/var(--tw-border-opacity));
}

.border-monetization-400 {
	--tw-border-opacity: 1;
	border-color: rgb(var(--eplay-color-monetization-400)/var(--tw-border-opacity));
}

.border-monetization-800\/50 {
	border-color: rgb(var(--eplay-color-monetization-800)/.5);
}

.border-monetization\/25 {
	border-color: rgb(var(--eplay-color-monetization-500)/.25);
}

.border-neutral {
	--tw-border-opacity: 1;
	border-color: rgb(var(--eplay-color-neutral-500)/var(--tw-border-opacity));
}

.border-neutral-100\/25 {
	border-color: rgb(var(--eplay-color-neutral-100)/.25);
}

.border-neutral-200 {
	--tw-border-opacity: 1;
	border-color: rgb(var(--eplay-color-neutral-200)/var(--tw-border-opacity));
}

.border-neutral-300 {
	--tw-border-opacity: 1;
	border-color: rgb(var(--eplay-color-neutral-300)/var(--tw-border-opacity));
}

.border-neutral-400 {
	--tw-border-opacity: 1;
	border-color: rgb(var(--eplay-color-neutral-400)/var(--tw-border-opacity));
}

.border-neutral-500 {
	--tw-border-opacity: 1;
	border-color: rgb(var(--eplay-color-neutral-500)/var(--tw-border-opacity));
}

.border-neutral-600 {
	--tw-border-opacity: 1;
	border-color: rgb(var(--eplay-color-neutral-600)/var(--tw-border-opacity));
}

.border-neutral-700 {
	--tw-border-opacity: 1;
	border-color: rgb(var(--eplay-color-neutral-700)/var(--tw-border-opacity));
}

.border-one-on-one {
	--tw-border-opacity: 1;
	border-color: rgb(var(--eplay-color-one-on-one-500)/var(--tw-border-opacity));
}

.border-orange-300 {
	--tw-border-opacity: 1;
	border-color: rgb(253 186 116/var(--tw-border-opacity));
}

.border-pm-400\/25 {
	border-color: rgb(var(--eplay-color-pm-400)/.25);
}

.border-pm-500 {
	--tw-border-opacity: 1;
	border-color: rgb(var(--eplay-color-pm-500)/var(--tw-border-opacity));
}

.border-pm-700 {
	--tw-border-opacity: 1;
	border-color: rgb(var(--eplay-color-pm-700)/var(--tw-border-opacity));
}

.border-red,.border-red-500 {
	--tw-border-opacity: 1;
	border-color: rgb(var(--eplay-color-red-500)/var(--tw-border-opacity));
}

.border-red-500\/25 {
	border-color: rgb(var(--eplay-color-red-500)/.25);
}

.border-red\/50 {
	border-color: rgb(var(--eplay-color-red-500)/.5);
}

.border-rose-600 {
	--tw-border-opacity: 1;
	border-color: rgb(225 29 72/var(--tw-border-opacity));
}

.border-success {
	--tw-border-opacity: 1;
	border-color: rgb(var(--eplay-color-success-500)/var(--tw-border-opacity));
}

.border-transparent {
	border-color: transparent;
}

.border-vip-club {
	--tw-border-opacity: 1;
	border-color: rgb(var(--eplay-color-vip-club-500)/var(--tw-border-opacity));
}

.border-vip-club-600 {
	--tw-border-opacity: 1;
	border-color: rgb(var(--eplay-color-vip-club-600)/var(--tw-border-opacity));
}

.border-warning {
	--tw-border-opacity: 1;
	border-color: rgb(var(--eplay-color-warning-500)/var(--tw-border-opacity));
}

.border-white {
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255/var(--tw-border-opacity));
}

.border-white\/10 {
	border-color: hsla(0,0%,100%,.1);
}

.border-white\/20 {
	border-color: hsla(0,0%,100%,.2);
}

.border-white\/25 {
	border-color: hsla(0,0%,100%,.25);
}

.border-white\/50 {
	border-color: hsla(0,0%,100%,.5);
}

.border-white\/80 {
	border-color: hsla(0,0%,100%,.8);
}

.border-yellow-300 {
	--tw-border-opacity: 1;
	border-color: rgb(253 224 71/var(--tw-border-opacity));
}

.\!border-b-transparent {
	border-bottom-color: transparent!important;
}

.\!border-l-transparent {
	border-left-color: transparent!important;
}

.border-b-brand {
	--tw-border-opacity: 1;
	border-bottom-color: rgb(var(--eplay-color-brand-500)/var(--tw-border-opacity));
}

.border-b-monetization {
	--tw-border-opacity: 1;
	border-bottom-color: rgb(var(--eplay-color-monetization-500)/var(--tw-border-opacity));
}

.border-b-neutral-400 {
	--tw-border-opacity: 1;
	border-bottom-color: rgb(var(--eplay-color-neutral-400)/var(--tw-border-opacity));
}

.border-b-neutral-500 {
	--tw-border-opacity: 1;
	border-bottom-color: rgb(var(--eplay-color-neutral-500)/var(--tw-border-opacity));
}

.border-b-neutral-700 {
	--tw-border-opacity: 1;
	border-bottom-color: rgb(var(--eplay-color-neutral-700)/var(--tw-border-opacity));
}

.border-b-transparent {
	border-bottom-color: transparent;
}

.border-b-white {
	--tw-border-opacity: 1;
	border-bottom-color: rgb(255 255 255/var(--tw-border-opacity));
}

.border-l-brand {
	--tw-border-opacity: 1;
	border-left-color: rgb(var(--eplay-color-brand-500)/var(--tw-border-opacity));
}

.border-l-transparent {
	border-left-color: transparent;
}

.border-r-brand {
	--tw-border-opacity: 1;
	border-right-color: rgb(var(--eplay-color-brand-500)/var(--tw-border-opacity));
}

.border-r-neutral-900 {
	--tw-border-opacity: 1;
	border-right-color: rgb(var(--eplay-color-neutral-900)/var(--tw-border-opacity));
}

.border-r-transparent {
	border-right-color: transparent;
}

.border-t-brand {
	--tw-border-opacity: 1;
	border-top-color: rgb(var(--eplay-color-brand-500)/var(--tw-border-opacity));
}

.border-t-transparent {
	border-top-color: transparent;
}

.\!bg-black {
	background-color: #000!important;
}

.\!bg-black\/\[0\.85\] {
	background-color: rgba(0,0,0,.85)!important;
}

.\!bg-brand {
	background-color: rgb(var(--eplay-color-brand-500)/1)!important;
}

.\!bg-brand\/25 {
	background-color: rgb(var(--eplay-color-brand-500)/.25)!important;
}

.\!bg-brand\/75 {
	background-color: rgb(var(--eplay-color-brand-500)/.75)!important;
}

.\!bg-brand\/\[0\.85\] {
	background-color: rgb(var(--eplay-color-brand-500)/.85)!important;
}

.\!bg-cyan-400 {
	background-color: rgb(var(--eplay-color-cyan-400)/1)!important;
}

.\!bg-cyan-400\/25 {
	background-color: rgb(var(--eplay-color-cyan-400)/.25)!important;
}

.\!bg-cyan-400\/75 {
	background-color: rgb(var(--eplay-color-cyan-400)/.75)!important;
}

.\!bg-cyan-400\/\[0\.85\] {
	background-color: rgb(var(--eplay-color-cyan-400)/.85)!important;
}

.\!bg-neutral-500 {
	background-color: rgb(var(--eplay-color-neutral-500)/1)!important;
}

.\!bg-neutral-700\/75 {
	background-color: rgb(var(--eplay-color-neutral-700)/.75)!important;
}

.\!bg-neutral-900\/75 {
	background-color: rgb(var(--eplay-color-neutral-900)/.75)!important;
}

.\!bg-transparent {
	background-color: initial!important;
}

.\!bg-yellow-400 {
	background-color: #facc15!important;
}

.\!bg-yellow-400\/25 {
	background-color: rgba(250,204,21,.25)!important;
}

.\!bg-yellow-400\/75 {
	background-color: rgba(250,204,21,.75)!important;
}

.\!bg-yellow-400\/\[0\.85\] {
	background-color: rgba(250,204,21,.85)!important;
}

.bg-\[\#FC2F1B\] {
	background-color: #fc2f1b;
}

.bg-auth-oauth-discord {
	background-color: #5865f2;
}

.bg-auth-oauth-github {
	background-color: #3e3e3e;
}

.bg-auth-oauth-google {
	background-color: #2e73e5;
}

.bg-auth-oauth-phone {
	background-color: #2c8c41;
}

.bg-auth-oauth-x {
	background-color: #3e3e3e;
}

.bg-black {
	background-color: #000;
}

.bg-black\/15 {
	background-color: rgba(0,0,0,.15);
}

.bg-black\/20 {
	background-color: rgba(0,0,0,.2);
}

.bg-black\/25 {
	background-color: rgba(0,0,0,.25);
}

.bg-black\/30 {
	background-color: rgba(0,0,0,.3);
}

.bg-black\/40 {
	background-color: rgba(0,0,0,.4);
}

.bg-black\/50 {
	background-color: rgba(0,0,0,.5);
}

.bg-black\/60 {
	background-color: rgba(0,0,0,.6);
}

.bg-black\/70 {
	background-color: rgba(0,0,0,.7);
}

.bg-black\/75 {
	background-color: rgba(0,0,0,.75);
}

.bg-black\/80 {
	background-color: rgba(0,0,0,.8);
}

.bg-black\/95 {
	background-color: rgba(0,0,0,.95);
}

.bg-blue,.bg-blue-500 {
	background-color: rgb(var(--eplay-color-blue-500)/1);
}

.bg-blue-600\/25 {
	background-color: rgb(var(--eplay-color-blue-600)/.25);
}

.bg-blue-800 {
	background-color: rgb(var(--eplay-color-blue-800)/1);
}

.bg-blue-800\/50 {
	background-color: rgb(var(--eplay-color-blue-800)/.5);
}

.bg-blue-900 {
	background-color: rgb(var(--eplay-color-blue-900)/1);
}

.bg-blue\/20 {
	background-color: rgb(var(--eplay-color-blue-500)/.2);
}

.bg-brand {
	background-color: rgb(var(--eplay-color-brand-500)/1);
}

.bg-brand-700 {
	background-color: rgb(var(--eplay-color-brand-700)/1);
}

.bg-brand-800 {
	background-color: rgb(var(--eplay-color-brand-800)/1);
}

.bg-brand-900 {
	background-color: rgb(var(--eplay-color-brand-900)/1);
}

.bg-brand\/15 {
	background-color: rgb(var(--eplay-color-brand-500)/.15);
}

.bg-brand\/20 {
	background-color: rgb(var(--eplay-color-brand-500)/.2);
}

.bg-brand\/40 {
	background-color: rgb(var(--eplay-color-brand-500)/.4);
}

.bg-brand\/50 {
	background-color: rgb(var(--eplay-color-brand-500)/.5);
}

.bg-brand\/75 {
	background-color: rgb(var(--eplay-color-brand-500)/.75);
}

.bg-brand\/80 {
	background-color: rgb(var(--eplay-color-brand-500)/.8);
}

.bg-cyan {
	background-color: rgb(var(--eplay-color-cyan-500)/1);
}

.bg-cyan\/25 {
	background-color: rgb(var(--eplay-color-cyan-500)/.25);
}

.bg-danger,.bg-danger-500 {
	background-color: rgb(var(--eplay-color-danger-500)/1);
}

.bg-danger-800 {
	background-color: rgb(var(--eplay-color-danger-800)/1);
}

.bg-danger-900 {
	background-color: rgb(var(--eplay-color-danger-900)/1);
}

.bg-danger\/20 {
	background-color: rgb(var(--eplay-color-danger-500)/.2);
}

.bg-danger\/25 {
	background-color: rgb(var(--eplay-color-danger-500)/.25);
}

.bg-danger\/50 {
	background-color: rgb(var(--eplay-color-danger-500)/.5);
}

.bg-danger\/75 {
	background-color: rgb(var(--eplay-color-danger-500)/.75);
}

.bg-gray-500 {
	background-color: #6b7280;
}

.bg-green-500 {
	background-color: #22c55e;
}

.bg-monetization {
	background-color: rgb(var(--eplay-color-monetization-500)/1);
}

.bg-monetization-400 {
	background-color: rgb(var(--eplay-color-monetization-400)/1);
}

.bg-monetization-500 {
	background-color: rgb(var(--eplay-color-monetization-500)/1);
}

.bg-monetization-600\/25 {
	background-color: rgb(var(--eplay-color-monetization-600)/.25);
}

.bg-monetization-600\/50 {
	background-color: rgb(var(--eplay-color-monetization-600)/.5);
}

.bg-monetization-700 {
	background-color: rgb(var(--eplay-color-monetization-700)/1);
}

.bg-monetization-700\/25 {
	background-color: rgb(var(--eplay-color-monetization-700)/.25);
}

.bg-monetization-700\/75 {
	background-color: rgb(var(--eplay-color-monetization-700)/.75);
}

.bg-monetization-800 {
	background-color: rgb(var(--eplay-color-monetization-800)/1);
}

.bg-monetization-800\/75 {
	background-color: rgb(var(--eplay-color-monetization-800)/.75);
}

.bg-monetization\/20 {
	background-color: rgb(var(--eplay-color-monetization-500)/.2);
}

.bg-monetization\/25 {
	background-color: rgb(var(--eplay-color-monetization-500)/.25);
}

.bg-monetization\/50 {
	background-color: rgb(var(--eplay-color-monetization-500)/.5);
}

.bg-monetization\/75 {
	background-color: rgb(var(--eplay-color-monetization-500)/.75);
}

.bg-neutral {
	background-color: rgb(var(--eplay-color-neutral-500)/1);
}

.bg-neutral-200 {
	background-color: rgb(var(--eplay-color-neutral-200)/1);
}

.bg-neutral-200\/50 {
	background-color: rgb(var(--eplay-color-neutral-200)/.5);
}

.bg-neutral-300 {
	background-color: rgb(var(--eplay-color-neutral-300)/1);
}

.bg-neutral-300\/50 {
	background-color: rgb(var(--eplay-color-neutral-300)/.5);
}

.bg-neutral-400 {
	background-color: rgb(var(--eplay-color-neutral-400)/1);
}

.bg-neutral-400\/50 {
	background-color: rgb(var(--eplay-color-neutral-400)/.5);
}

.bg-neutral-500 {
	background-color: rgb(var(--eplay-color-neutral-500)/1);
}

.bg-neutral-500\/25 {
	background-color: rgb(var(--eplay-color-neutral-500)/.25);
}

.bg-neutral-500\/30 {
	background-color: rgb(var(--eplay-color-neutral-500)/.3);
}

.bg-neutral-500\/50 {
	background-color: rgb(var(--eplay-color-neutral-500)/.5);
}

.bg-neutral-500\/75 {
	background-color: rgb(var(--eplay-color-neutral-500)/.75);
}

.bg-neutral-500\/80 {
	background-color: rgb(var(--eplay-color-neutral-500)/.8);
}

.bg-neutral-600 {
	background-color: rgb(var(--eplay-color-neutral-600)/1);
}

.bg-neutral-600\/50 {
	background-color: rgb(var(--eplay-color-neutral-600)/.5);
}

.bg-neutral-600\/70 {
	background-color: rgb(var(--eplay-color-neutral-600)/.7);
}

.bg-neutral-700 {
	background-color: rgb(var(--eplay-color-neutral-700)/1);
}

.bg-neutral-700\/50 {
	background-color: rgb(var(--eplay-color-neutral-700)/.5);
}

.bg-neutral-700\/75 {
	background-color: rgb(var(--eplay-color-neutral-700)/.75);
}

.bg-neutral-800 {
	background-color: rgb(var(--eplay-color-neutral-800)/1);
}

.bg-neutral-900 {
	background-color: rgb(var(--eplay-color-neutral-900)/1);
}

.bg-neutral-900\/25 {
	background-color: rgb(var(--eplay-color-neutral-900)/.25);
}

.bg-neutral-900\/50 {
	background-color: rgb(var(--eplay-color-neutral-900)/.5);
}

.bg-neutral-900\/55 {
	background-color: rgb(var(--eplay-color-neutral-900)/.55);
}

.bg-neutral-900\/75 {
	background-color: rgb(var(--eplay-color-neutral-900)/.75);
}

.bg-neutral-950 {
	background-color: #0a0a0a;
}

.bg-neutral\/25 {
	background-color: rgb(var(--eplay-color-neutral-500)/.25);
}

.bg-neutral\/70 {
	background-color: rgb(var(--eplay-color-neutral-500)/.7);
}

.bg-neutral\/75 {
	background-color: rgb(var(--eplay-color-neutral-500)/.75);
}

.bg-one-on-one,.bg-one-on-one-500 {
	background-color: rgb(var(--eplay-color-one-on-one-500)/1);
}

.bg-one-on-one-500\/50 {
	background-color: rgb(var(--eplay-color-one-on-one-500)/.5);
}

.bg-one-on-one-600 {
	background-color: rgb(var(--eplay-color-one-on-one-600)/1);
}

.bg-one-on-one-600\/50 {
	background-color: rgb(var(--eplay-color-one-on-one-600)/.5);
}

.bg-one-on-one-800 {
	background-color: rgb(var(--eplay-color-one-on-one-800)/1);
}

.bg-one-on-one-900 {
	background-color: rgb(var(--eplay-color-one-on-one-900)/1);
}

.bg-one-on-one\/20 {
	background-color: rgb(var(--eplay-color-one-on-one-500)/.2);
}

.bg-orange-300\/50 {
	background-color: hsla(31,97%,72%,.5);
}

.bg-pink-800 {
	background-color: rgb(var(--eplay-color-pink-800)/1);
}

.bg-pink-900 {
	background-color: rgb(var(--eplay-color-pink-900)/1);
}

.bg-pink-950 {
	background-color: #500724;
}

.bg-pm-500 {
	background-color: rgb(var(--eplay-color-pm-500)/1);
}

.bg-pm-500\/50 {
	background-color: rgb(var(--eplay-color-pm-500)/.5);
}

.bg-pm-700 {
	background-color: rgb(var(--eplay-color-pm-700)/1);
}

.bg-pm-800 {
	background-color: rgb(var(--eplay-color-pm-800)/1);
}

.bg-pm-800\/80 {
	background-color: rgb(var(--eplay-color-pm-800)/.8);
}

.bg-pm-900 {
	background-color: rgb(var(--eplay-color-pm-900)/1);
}

.bg-portal {
	background-color: rgb(var(--eplay-color-portal-500)/1);
}

.bg-portal-800 {
	background-color: rgb(var(--eplay-color-portal-800)/1);
}

.bg-portal\/20 {
	background-color: rgb(var(--eplay-color-portal-500)/.2);
}

.bg-purple-800 {
	background-color: rgb(var(--eplay-color-purple-800)/1);
}

.bg-red,.bg-red-500 {
	background-color: rgb(var(--eplay-color-red-500)/1);
}

.bg-red-500\/25 {
	background-color: rgb(var(--eplay-color-red-500)/.25);
}

.bg-red-500\/50 {
	background-color: rgb(var(--eplay-color-red-500)/.5);
}

.bg-red-600 {
	background-color: rgb(var(--eplay-color-red-600)/1);
}

.bg-red-700 {
	background-color: rgb(var(--eplay-color-red-700)/1);
}

.bg-red-700\/75 {
	background-color: rgb(var(--eplay-color-red-700)/.75);
}

.bg-red-800 {
	background-color: rgb(var(--eplay-color-red-800)/1);
}

.bg-red-900 {
	background-color: rgb(var(--eplay-color-red-900)/1);
}

.bg-red\/25 {
	background-color: rgb(var(--eplay-color-red-500)/.25);
}

.bg-red\/50 {
	background-color: rgb(var(--eplay-color-red-500)/.5);
}

.bg-rose-600 {
	background-color: #e11d48;
}

.bg-success,.bg-success-500 {
	background-color: rgb(var(--eplay-color-success-500)/1);
}

.bg-success-700 {
	background-color: rgb(var(--eplay-color-success-700)/1);
}

.bg-success-800 {
	background-color: rgb(var(--eplay-color-success-800)/1);
}

.bg-success-900 {
	background-color: rgb(var(--eplay-color-success-900)/1);
}

.bg-transparent {
	background-color: initial;
}

.bg-vip-club {
	background-color: rgb(var(--eplay-color-vip-club-500)/1);
}

.bg-vip-club-300\/10 {
	background-color: rgb(var(--eplay-color-vip-club-300)/.1);
}

.bg-vip-club-500 {
	background-color: rgb(var(--eplay-color-vip-club-500)/1);
}

.bg-vip-club-500\/50 {
	background-color: rgb(var(--eplay-color-vip-club-500)/.5);
}

.bg-vip-club-600 {
	background-color: rgb(var(--eplay-color-vip-club-600)/1);
}

.bg-vip-club-700 {
	background-color: rgb(var(--eplay-color-vip-club-700)/1);
}

.bg-vip-club-800 {
	background-color: rgb(var(--eplay-color-vip-club-800)/1);
}

.bg-vip-club-900 {
	background-color: rgb(var(--eplay-color-vip-club-900)/1);
}

.bg-vip-club\/15 {
	background-color: rgb(var(--eplay-color-vip-club-500)/.15);
}

.bg-vip-club\/20 {
	background-color: rgb(var(--eplay-color-vip-club-500)/.2);
}

.bg-vip-club\/50 {
	background-color: rgb(var(--eplay-color-vip-club-500)/.5);
}

.bg-vip-club\/75 {
	background-color: rgb(var(--eplay-color-vip-club-500)/.75);
}

.bg-warning {
	background-color: rgb(var(--eplay-color-warning-500)/1);
}

.bg-warning-300 {
	background-color: rgb(var(--eplay-color-warning-300)/1);
}

.bg-warning-500 {
	background-color: rgb(var(--eplay-color-warning-500)/1);
}

.bg-warning-700 {
	background-color: rgb(var(--eplay-color-warning-700)/1);
}

.bg-warning-800 {
	background-color: rgb(var(--eplay-color-warning-800)/1);
}

.bg-warning-900 {
	background-color: rgb(var(--eplay-color-warning-900)/1);
}

.bg-white {
	background-color: #fff;
}

.bg-white\/10 {
	background-color: hsla(0,0%,100%,.1);
}

.bg-white\/15 {
	background-color: hsla(0,0%,100%,.15);
}

.bg-white\/20 {
	background-color: hsla(0,0%,100%,.2);
}

.bg-white\/25 {
	background-color: hsla(0,0%,100%,.25);
}

.bg-white\/30 {
	background-color: hsla(0,0%,100%,.3);
}

.bg-white\/5 {
	background-color: hsla(0,0%,100%,.05);
}

.bg-white\/50 {
	background-color: hsla(0,0%,100%,.5);
}

.bg-white\/75 {
	background-color: hsla(0,0%,100%,.75);
}

.bg-white\/\[0\.03\] {
	background-color: hsla(0,0%,100%,.03);
}

.bg-white\/\[0\.06\] {
	background-color: hsla(0,0%,100%,.06);
}

.bg-white\/\[0\.15\] {
	background-color: hsla(0,0%,100%,.15);
}

.bg-yellow-300\/50 {
	background-color: rgba(253,224,71,.5);
}

.bg-yellow-500 {
	background-color: #eab308;
}

.bg-yellow-800 {
	background-color: #854d0e;
}

.bg-\[linear-gradient\(180deg\2c _\#F2BC30_0\%\2c _\#866100_100\%\)\] {
	background-image: linear-gradient(180deg,#f2bc30,#866100);
}

.bg-\[radial-gradient\(50\%_50\%_at_50\%_50\%\2c \#181818_0\%\2c \#0F0F0F_100\%\)\] {
	background-image: radial-gradient(50% 50% at 50% 50%,#181818 0,#0f0f0f 100%);
}

.bg-\[radial-gradient\(50\%_50\%_at_50\%_50\%\2c \#FF0065_0\%\2c \#0F0F0F_100\%\)\] {
	background-image: radial-gradient(50% 50% at 50% 50%,#ff0065 0,#0f0f0f 100%);
}

.bg-\[radial-gradient\(circle_at_50\%_-50\%\2c \#6B002A\2c \#0f0f0f\2c \#0f0f0f\)\] {
	background-image: radial-gradient(circle at 50% -50%,#6b002a,#0f0f0f,#0f0f0f);
}

.bg-\[radial-gradient\(circle_at_50\%_135\%\2c \#6B002A\2c \#222222\2c \#222222\)\] {
	background-image: radial-gradient(circle at 50% 135%,#6b002a,#222,#222);
}

.bg-gradient-to-b {
	background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
}

.bg-gradient-to-l {
	background-image: linear-gradient(to left,var(--tw-gradient-stops));
}

.bg-gradient-to-r {
	background-image: linear-gradient(to right,var(--tw-gradient-stops));
}

.bg-gradient-to-t {
	background-image: linear-gradient(to top,var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
	background-image: linear-gradient(to top left,var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
	background-image: linear-gradient(to top right,var(--tw-gradient-stops));
}

.bg-none {
	background-image: none;
}

.from-\[\#062670\] {
	--tw-gradient-from: #062670 var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(6,38,112,0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-\[\#233447\] {
	--tw-gradient-from: #233447 var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(35,52,71,0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-\[\#2a3d57\] {
	--tw-gradient-from: #2a3d57 var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(42,61,87,0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-black {
	--tw-gradient-from: #000 var(--tw-gradient-from-position);
	--tw-gradient-to: transparent var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-black\/0 {
	--tw-gradient-from: transparent var(--tw-gradient-from-position);
	--tw-gradient-to: transparent var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-black\/20 {
	--tw-gradient-from: rgba(0,0,0,.2) var(--tw-gradient-from-position);
	--tw-gradient-to: transparent var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-black\/30 {
	--tw-gradient-from: rgba(0,0,0,.3) var(--tw-gradient-from-position);
	--tw-gradient-to: transparent var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-black\/50 {
	--tw-gradient-from: rgba(0,0,0,.5) var(--tw-gradient-from-position);
	--tw-gradient-to: transparent var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-brand {
	--tw-gradient-from: rgb(var(--eplay-color-brand-500)/1) var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(var(--eplay-color-brand-500)/0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-brand-800 {
	--tw-gradient-from: rgb(var(--eplay-color-brand-800)/1) var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(var(--eplay-color-brand-800)/0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-brand-900 {
	--tw-gradient-from: rgb(var(--eplay-color-brand-900)/1) var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(var(--eplay-color-brand-900)/0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-brand-900\/90 {
	--tw-gradient-from: rgb(var(--eplay-color-brand-900)/0.9) var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(var(--eplay-color-brand-900)/0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-brand\/20 {
	--tw-gradient-from: rgb(var(--eplay-color-brand-500)/0.2) var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(var(--eplay-color-brand-500)/0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-brand\/25 {
	--tw-gradient-from: rgb(var(--eplay-color-brand-500)/0.25) var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(var(--eplay-color-brand-500)/0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-cyan\/10 {
	--tw-gradient-from: rgb(var(--eplay-color-cyan-500)/0.1) var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(var(--eplay-color-cyan-500)/0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-danger-900 {
	--tw-gradient-from: rgb(var(--eplay-color-danger-900)/1) var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(var(--eplay-color-danger-900)/0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-monetization\/10 {
	--tw-gradient-from: rgb(var(--eplay-color-monetization-500)/0.1) var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(var(--eplay-color-monetization-500)/0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-neutral-500 {
	--tw-gradient-from: rgb(var(--eplay-color-neutral-500)/1) var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(var(--eplay-color-neutral-500)/0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-neutral-700 {
	--tw-gradient-from: rgb(var(--eplay-color-neutral-700)/1) var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(var(--eplay-color-neutral-700)/0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-neutral-900 {
	--tw-gradient-from: rgb(var(--eplay-color-neutral-900)/1) var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(var(--eplay-color-neutral-900)/0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-neutral-900\/50 {
	--tw-gradient-from: rgb(var(--eplay-color-neutral-900)/0.5) var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(var(--eplay-color-neutral-900)/0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-one-on-one-600\/10 {
	--tw-gradient-from: rgb(var(--eplay-color-one-on-one-600)/0.1) var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(var(--eplay-color-one-on-one-600)/0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-red-500\/10 {
	--tw-gradient-from: rgb(var(--eplay-color-red-500)/0.1) var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(var(--eplay-color-red-500)/0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-red-500\/40 {
	--tw-gradient-from: rgb(var(--eplay-color-red-500)/0.4) var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(var(--eplay-color-red-500)/0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-success-900 {
	--tw-gradient-from: rgb(var(--eplay-color-success-900)/1) var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(var(--eplay-color-success-900)/0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-vip-club-500\/20 {
	--tw-gradient-from: rgb(var(--eplay-color-vip-club-500)/0.2) var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(var(--eplay-color-vip-club-500)/0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.from-0\% {
	--tw-gradient-from-position: 0%;
}

.from-10\% {
	--tw-gradient-from-position: 10%;
}

.via-brand-700\/30 {
	--tw-gradient-to: rgb(var(--eplay-color-brand-700)/0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),rgb(var(--eplay-color-brand-700)/0.3) var(--tw-gradient-via-position),var(--tw-gradient-to);
}

.via-50\% {
	--tw-gradient-via-position: 50%;
}

.to-\[\#0f529e\] {
	--tw-gradient-to: #0f529e var(--tw-gradient-to-position);
}

.to-\[\#42596b\] {
	--tw-gradient-to: #42596b var(--tw-gradient-to-position);
}

.to-\[\#55708a\] {
	--tw-gradient-to: #55708a var(--tw-gradient-to-position);
}

.to-black {
	--tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.to-black\/20 {
	--tw-gradient-to: rgba(0,0,0,.2) var(--tw-gradient-to-position);
}

.to-black\/30 {
	--tw-gradient-to: rgba(0,0,0,.3) var(--tw-gradient-to-position);
}

.to-black\/75 {
	--tw-gradient-to: rgba(0,0,0,.75) var(--tw-gradient-to-position);
}

.to-brand {
	--tw-gradient-to: rgb(var(--eplay-color-brand-500)/1) var(--tw-gradient-to-position);
}

.to-cyan\/40 {
	--tw-gradient-to: rgb(var(--eplay-color-cyan-500)/0.4) var(--tw-gradient-to-position);
}

.to-danger-800 {
	--tw-gradient-to: rgb(var(--eplay-color-danger-800)/1) var(--tw-gradient-to-position);
}

.to-monetization\/40 {
	--tw-gradient-to: rgb(var(--eplay-color-monetization-500)/0.4) var(--tw-gradient-to-position);
}

.to-neutral-400 {
	--tw-gradient-to: rgb(var(--eplay-color-neutral-400)/1) var(--tw-gradient-to-position);
}

.to-neutral-600 {
	--tw-gradient-to: rgb(var(--eplay-color-neutral-600)/1) var(--tw-gradient-to-position);
}

.to-neutral-700 {
	--tw-gradient-to: rgb(var(--eplay-color-neutral-700)/1) var(--tw-gradient-to-position);
}

.to-neutral-800 {
	--tw-gradient-to: rgb(var(--eplay-color-neutral-800)/1) var(--tw-gradient-to-position);
}

.to-one-on-one-600\/40 {
	--tw-gradient-to: rgb(var(--eplay-color-one-on-one-600)/0.4) var(--tw-gradient-to-position);
}

.to-portal {
	--tw-gradient-to: rgb(var(--eplay-color-portal-500)/1) var(--tw-gradient-to-position);
}

.to-purple-500 {
	--tw-gradient-to: rgb(var(--eplay-color-purple-500)/1) var(--tw-gradient-to-position);
}

.to-purple-800 {
	--tw-gradient-to: rgb(var(--eplay-color-purple-800)/1) var(--tw-gradient-to-position);
}

.to-red-500\/10 {
	--tw-gradient-to: rgb(var(--eplay-color-red-500)/0.1) var(--tw-gradient-to-position);
}

.to-red-500\/40 {
	--tw-gradient-to: rgb(var(--eplay-color-red-500)/0.4) var(--tw-gradient-to-position);
}

.to-success-800 {
	--tw-gradient-to: rgb(var(--eplay-color-success-800)/1) var(--tw-gradient-to-position);
}

.to-transparent {
	--tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-100\% {
	--tw-gradient-to-position: 100%;
}

.to-50\% {
	--tw-gradient-to-position: 50%;
}

.to-70\% {
	--tw-gradient-to-position: 70%;
}

.to-\[30\%\] {
	--tw-gradient-to-position: 30%;
}

.to-\[80\.85\%\] {
	--tw-gradient-to-position: 80.85%;
}

.box-decoration-clone {
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.bg-cover {
	background-size: cover;
}

.bg-\[position\:calc\(50\%-220px\)_calc\(50\%-120px\)\] {
	background-position: calc(50% - 220px) calc(50% - 120px);
}

.bg-center {
	background-position: 50%;
}

.bg-left-bottom {
	background-position: 0 100%;
}

.bg-no-repeat {
	background-repeat: no-repeat;
}

.fill-danger-400 {
	fill: rgb(var(--eplay-color-danger-400)/1);
}

.fill-neutral {
	fill: rgb(var(--eplay-color-neutral-500)/1);
}

.fill-neutral-400 {
	fill: rgb(var(--eplay-color-neutral-400)/1);
}

.fill-neutral-500 {
	fill: rgb(var(--eplay-color-neutral-500)/1);
}

.fill-success-400 {
	fill: rgb(var(--eplay-color-success-400)/1);
}

.fill-transparent {
	fill: transparent;
}

.fill-warning-400 {
	fill: rgb(var(--eplay-color-warning-400)/1);
}

.stroke-black {
	stroke: #000;
}

.stroke-danger {
	stroke: rgb(var(--eplay-color-danger-500)/1);
}

.stroke-monetization {
	stroke: rgb(var(--eplay-color-monetization-500)/1);
}

.stroke-one-on-one-400 {
	stroke: rgb(var(--eplay-color-one-on-one-400)/1);
}

.stroke-red-400 {
	stroke: rgb(var(--eplay-color-red-400)/1);
}

.stroke-success {
	stroke: rgb(var(--eplay-color-success-500)/1);
}

.stroke-1,.stroke-\[1\] {
	stroke-width: 1;
}

.stroke-\[3\] {
	stroke-width: 3;
}

.stroke-\[4\] {
	stroke-width: 4;
}

.object-contain {
	object-fit: contain;
}

.object-cover {
	object-fit: cover;
}

.\!p-0 {
	padding: 0!important;
}

.p-0 {
	padding: 0;
}

.p-0\.25 {
	padding: .125rem;
}

.p-0\.5 {
	padding: .25rem;
}

.p-0\.75 {
	padding: .375rem;
}

.p-1 {
	padding: .5rem;
}

.p-1\.5 {
	padding: .75rem;
}

.p-2 {
	padding: 1rem;
}

.p-2\.5 {
	padding: 1.25rem;
}

.p-3 {
	padding: 1.5rem;
}

.p-4 {
	padding: 2rem;
}

.p-6 {
	padding: 3rem;
}

.p-\[1px\] {
	padding: 1px;
}

.p-\[2px\] {
	padding: 2px;
}

.\!px-\[20px\] {
	padding-left: 20px!important;
	padding-right: 20px!important;
}

.px-0 {
	padding-left: 0;
	padding-right: 0;
}

.px-0\.25 {
	padding-left: .125rem;
	padding-right: .125rem;
}

.px-0\.5 {
	padding-left: .25rem;
	padding-right: .25rem;
}

.px-0\.75 {
	padding-left: .375rem;
	padding-right: .375rem;
}

.px-1 {
	padding-left: .5rem;
	padding-right: .5rem;
}

.px-1\.5 {
	padding-left: .75rem;
	padding-right: .75rem;
}

.px-2 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.px-2\.5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.px-3 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.px-4 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.px-5 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.px-6 {
	padding-left: 3rem;
	padding-right: 3rem;
}

.px-\[10px\] {
	padding-left: 10px;
	padding-right: 10px;
}

.px-\[12px\] {
	padding-left: 12px;
	padding-right: 12px;
}

.px-\[15px\] {
	padding-left: 15px;
	padding-right: 15px;
}

.px-\[20px\] {
	padding-left: 20px;
	padding-right: 20px;
}

.px-\[30px\] {
	padding-left: 30px;
	padding-right: 30px;
}

.px-\[40px\] {
	padding-left: 40px;
	padding-right: 40px;
}

.px-px {
	padding-left: 1px;
	padding-right: 1px;
}

.py-0 {
	padding-top: 0;
	padding-bottom: 0;
}

.py-0\.25 {
	padding-top: .125rem;
	padding-bottom: .125rem;
}

.py-0\.5 {
	padding-top: .25rem;
	padding-bottom: .25rem;
}

.py-0\.75 {
	padding-top: .375rem;
	padding-bottom: .375rem;
}

.py-1 {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.py-1\.5 {
	padding-top: .75rem;
	padding-bottom: .75rem;
}

.py-2 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.py-2\.5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.py-3 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.py-4 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.py-5 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.py-6 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.py-7 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.py-8 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.py-\[10px\] {
	padding-top: 10px;
	padding-bottom: 10px;
}

.py-\[12px\] {
	padding-top: 12px;
	padding-bottom: 12px;
}

.py-\[14px\] {
	padding-top: 14px;
	padding-bottom: 14px;
}

.py-\[25px\] {
	padding-top: 25px;
	padding-bottom: 25px;
}

.py-\[2px\] {
	padding-top: 2px;
	padding-bottom: 2px;
}

.py-\[30px\] {
	padding-top: 30px;
	padding-bottom: 30px;
}

.py-\[5px\] {
	padding-top: 5px;
	padding-bottom: 5px;
}

.\!pl-2 {
	padding-left: 1rem!important;
}

.\!pl-2\.5 {
	padding-left: 1.25rem!important;
}

.\!pl-5 {
	padding-left: 2.5rem!important;
}

.\!pl-6 {
	padding-left: 3rem!important;
}

.\!pt-0 {
	padding-top: 0!important;
}

.pb-0 {
	padding-bottom: 0;
}

.pb-0\.25 {
	padding-bottom: .125rem;
}

.pb-0\.5 {
	padding-bottom: .25rem;
}

.pb-1 {
	padding-bottom: .5rem;
}

.pb-12 {
	padding-bottom: 6rem;
}

.pb-14 {
	padding-bottom: 7rem;
}

.pb-16 {
	padding-bottom: 8rem;
}

.pb-2 {
	padding-bottom: 1rem;
}

.pb-2\.5 {
	padding-bottom: 1.25rem;
}

.pb-3 {
	padding-bottom: 1.5rem;
}

.pb-4 {
	padding-bottom: 2rem;
}

.pb-5 {
	padding-bottom: 2.5rem;
}

.pb-6 {
	padding-bottom: 3rem;
}

.pb-7 {
	padding-bottom: 3.5rem;
}

.pb-8 {
	padding-bottom: 4rem;
}

.pb-\[120px\] {
	padding-bottom: 120px;
}

.pb-\[2px\] {
	padding-bottom: 2px;
}

.pl-0 {
	padding-left: 0;
}

.pl-0\.25 {
	padding-left: .125rem;
}

.pl-0\.5 {
	padding-left: .25rem;
}

.pl-0\.75 {
	padding-left: .375rem;
}

.pl-1 {
	padding-left: .5rem;
}

.pl-1\.5 {
	padding-left: .75rem;
}

.pl-2 {
	padding-left: 1rem;
}

.pl-2\.5 {
	padding-left: 1.25rem;
}

.pl-3 {
	padding-left: 1.5rem;
}

.pl-3\.5 {
	padding-left: 1.75rem;
}

.pl-4 {
	padding-left: 2rem;
}

.pl-5 {
	padding-left: 2.5rem;
}

.pl-6 {
	padding-left: 3rem;
}

.pl-7 {
	padding-left: 3.5rem;
}

.pl-\[10px\] {
	padding-left: 10px;
}

.pl-\[132px\] {
	padding-left: 132px;
}

.pl-\[25px\] {
	padding-left: 25px;
}

.pr-0 {
	padding-right: 0;
}

.pr-0\.25 {
	padding-right: .125rem;
}

.pr-0\.5 {
	padding-right: .25rem;
}

.pr-0\.75 {
	padding-right: .375rem;
}

.pr-1 {
	padding-right: .5rem;
}

.pr-1\.5 {
	padding-right: .75rem;
}

.pr-2 {
	padding-right: 1rem;
}

.pr-2\.5 {
	padding-right: 1.25rem;
}

.pr-3 {
	padding-right: 1.5rem;
}

.pr-4 {
	padding-right: 2rem;
}

.pr-5 {
	padding-right: 2.5rem;
}

.pr-6 {
	padding-right: 3rem;
}

.pr-7 {
	padding-right: 3.5rem;
}

.pr-8 {
	padding-right: 4rem;
}

.pr-\[10px\] {
	padding-right: 10px;
}

.pr-\[23px\] {
	padding-right: 23px;
}

.pr-\[5px\] {
	padding-right: 5px;
}

.pt-0 {
	padding-top: 0;
}

.pt-0\.25 {
	padding-top: .125rem;
}

.pt-0\.5 {
	padding-top: .25rem;
}

.pt-0\.75 {
	padding-top: .375rem;
}

.pt-1 {
	padding-top: .5rem;
}

.pt-1\.5 {
	padding-top: .75rem;
}

.pt-10 {
	padding-top: 5rem;
}

.pt-12 {
	padding-top: 6rem;
}

.pt-2 {
	padding-top: 1rem;
}

.pt-2\.5 {
	padding-top: 1.25rem;
}

.pt-3 {
	padding-top: 1.5rem;
}

.pt-4 {
	padding-top: 2rem;
}

.pt-5 {
	padding-top: 2.5rem;
}

.pt-6 {
	padding-top: 3rem;
}

.pt-7 {
	padding-top: 3.5rem;
}

.pt-8 {
	padding-top: 4rem;
}

.pt-\[10px\] {
	padding-top: 10px;
}

.pt-\[4px\] {
	padding-top: 4px;
}

.pt-\[80px\] {
	padding-top: 80px;
}

.pt-px {
	padding-top: 1px;
}

.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.text-start {
	text-align: start;
}

.indent-2 {
	text-indent: 1rem;
}

.align-top {
	vertical-align: top;
}

.align-middle {
	vertical-align: middle;
}

.\!text-\[16px\] {
	font-size: 16px!important;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 150%;
}

.text-3xl {
	font-size: 2rem;
	line-height: 150%;
}

.text-4xl {
	font-size: 2.5rem;
	line-height: 150%;
}

.text-\[10px\] {
	font-size: 10px;
}

.text-\[12px\] {
	font-size: 12px;
}

.text-\[14px\] {
	font-size: 14px;
}

.text-\[16px\] {
	font-size: 16px;
}

.text-\[17px\] {
	font-size: 17px;
}

.text-\[18px\] {
	font-size: 18px;
}

.text-\[20px\] {
	font-size: 20px;
}

.text-\[22px\] {
	font-size: 22px;
}

.text-\[24px\] {
	font-size: 24px;
}

.text-\[25px\] {
	font-size: 25px;
}

.text-\[26px\] {
	font-size: 26px;
}

.text-\[28px\] {
	font-size: 28px;
}

.text-\[34px\] {
	font-size: 34px;
}

.text-\[36px\] {
	font-size: 36px;
}

.text-\[48px\] {
	font-size: 48px;
}

.text-\[6px\] {
	font-size: 6px;
}

.text-\[8px\] {
	font-size: 8px;
}

.text-\[9px\] {
	font-size: 9px;
}

.text-base {
	font-size: .9375rem;
	line-height: 150%;
}

.text-lg {
	font-size: 1.125rem;
	line-height: 150%;
}

.text-sm {
	font-size: .8125rem;
	line-height: 150%;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 150%;
}

.text-xs {
	font-size: .6875rem;
	line-height: 150%;
}

.text-xxxs {
	font-size: .5rem;
	line-height: 1rem;
}

.font-\[14px\] {
	font-weight: 14px;
}

.font-black {
	font-weight: 900;
}

.font-bold {
	font-weight: 700;
}

.font-extrabold {
	font-weight: 800;
}

.font-extralight {
	font-weight: 200;
}

.font-light {
	font-weight: 300;
}

.font-medium {
	font-weight: 500;
}

.font-normal {
	font-weight: 400;
}

.font-semibold {
	font-weight: 600;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.capitalize {
	text-transform: capitalize;
}

.normal-case {
	text-transform: none;
}

.italic {
	font-style: italic;
}

.not-italic {
	font-style: normal;
}

.leading-3 {
	line-height: .75rem;
}

.leading-4 {
	line-height: 1rem;
}

.leading-5 {
	line-height: 1.25rem;
}

.leading-6 {
	line-height: 1.5rem;
}

.leading-7 {
	line-height: 1.75rem;
}

.leading-9 {
	line-height: 2.25rem;
}

.leading-\[0\] {
	line-height: 0;
}

.leading-\[1\.8\] {
	line-height: 1.8;
}

.leading-\[10px\] {
	line-height: 10px;
}

.leading-\[16px\] {
	line-height: 16px;
}

.leading-\[18px\] {
	line-height: 18px;
}

.leading-\[1\] {
	line-height: 1;
}

.leading-\[22\.4px\] {
	line-height: 22.4px;
}

.leading-\[22px\] {
	line-height: 22px;
}

.leading-\[24px\] {
	line-height: 24px;
}

.leading-\[32px\] {
	line-height: 32px;
}

.leading-\[36px\] {
	line-height: 36px;
}

.leading-loose {
	line-height: 2;
}

.leading-none {
	line-height: 1;
}

.leading-normal {
	line-height: 1.5;
}

.leading-snug {
	line-height: 1.375;
}

.leading-tight {
	line-height: 1.25;
}

.tracking-\[10px\] {
	letter-spacing: 10px;
}

.tracking-\[1px\] {
	letter-spacing: 1px;
}

.tracking-\[2px\] {
	letter-spacing: 2px;
}

.tracking-\[4px\] {
	letter-spacing: 4px;
}

.tracking-tight {
	letter-spacing: -.025em;
}

.tracking-wide {
	letter-spacing: .025em;
}

.tracking-wider {
	letter-spacing: .05em;
}

.\!text-brand {
	color: rgb(var(--eplay-color-brand-500)/1)!important;
}

.\!text-neutral-200 {
	color: rgb(var(--eplay-color-neutral-200)/1)!important;
}

.\!text-white {
	color: #fff!important;
}

.text-\[inherit\] {
	color: inherit;
}

.text-black {
	color: #000;
}

.text-blue-300 {
	color: rgb(var(--eplay-color-blue-300)/1);
}

.text-blue-500 {
	color: rgb(var(--eplay-color-blue-500)/1);
}

.text-brand {
	color: rgb(var(--eplay-color-brand-500)/1);
}

.text-brand-100 {
	color: rgb(var(--eplay-color-brand-100)/1);
}

.text-brand-300 {
	color: rgb(var(--eplay-color-brand-300)/1);
}

.text-brand-500 {
	color: rgb(var(--eplay-color-brand-500)/1);
}

.text-cyan-600 {
	color: rgb(var(--eplay-color-cyan-600)/1);
}

.text-cyan-700 {
	color: rgb(var(--eplay-color-cyan-700)/1);
}

.text-danger {
	color: rgb(var(--eplay-color-danger-500)/1);
}

.text-danger-300 {
	color: rgb(var(--eplay-color-danger-300)/1);
}

.text-danger-400 {
	color: rgb(var(--eplay-color-danger-400)/1);
}

.text-gray-100 {
	color: #f3f4f6;
}

.text-gray-200 {
	color: #e5e7eb;
}

.text-gray-400 {
	color: #9ca3af;
}

.text-green-500 {
	color: #22c55e;
}

.text-monetization {
	color: rgb(var(--eplay-color-monetization-500)/1);
}

.text-monetization-100 {
	color: rgb(var(--eplay-color-monetization-100)/1);
}

.text-monetization-300 {
	color: rgb(var(--eplay-color-monetization-300)/1);
}

.text-neutral {
	color: rgb(var(--eplay-color-neutral-500)/1);
}

.text-neutral-100 {
	color: rgb(var(--eplay-color-neutral-100)/1);
}

.text-neutral-200 {
	color: rgb(var(--eplay-color-neutral-200)/1);
}

.text-neutral-200\/50 {
	color: rgb(var(--eplay-color-neutral-200)/.5);
}

.text-neutral-200\/75 {
	color: rgb(var(--eplay-color-neutral-200)/.75);
}

.text-neutral-300 {
	color: rgb(var(--eplay-color-neutral-300)/1);
}

.text-neutral-400 {
	color: rgb(var(--eplay-color-neutral-400)/1);
}

.text-neutral-50 {
	color: #fafafa;
}

.text-neutral-500 {
	color: rgb(var(--eplay-color-neutral-500)/1);
}

.text-neutral-700 {
	color: rgb(var(--eplay-color-neutral-700)/1);
}

.text-neutral-900 {
	color: rgb(var(--eplay-color-neutral-900)/1);
}

.text-neutral\/50 {
	color: rgb(var(--eplay-color-neutral-500)/.5);
}

.text-one-on-one {
	color: rgb(var(--eplay-color-one-on-one-500)/1);
}

.text-one-on-one-100 {
	color: rgb(var(--eplay-color-one-on-one-100)/1);
}

.text-one-on-one-300 {
	color: rgb(var(--eplay-color-one-on-one-300)/1);
}

.text-one-on-one-400 {
	color: rgb(var(--eplay-color-one-on-one-400)/1);
}

.text-pink-300 {
	color: rgb(var(--eplay-color-pink-300)/1);
}

.text-pm-400 {
	color: rgb(var(--eplay-color-pm-400)/1);
}

.text-pm-600 {
	color: rgb(var(--eplay-color-pm-600)/1);
}

.text-portal-300 {
	color: rgb(var(--eplay-color-portal-300)/1);
}

.text-red {
	color: rgb(var(--eplay-color-red-500)/1);
}

.text-red-100 {
	color: rgb(var(--eplay-color-red-100)/1);
}

.text-red-400 {
	color: rgb(var(--eplay-color-red-400)/1);
}

.text-red-500 {
	color: rgb(var(--eplay-color-red-500)/1);
}

.text-red-600 {
	color: rgb(var(--eplay-color-red-600)/1);
}

.text-stone-500 {
	color: #78716c;
}

.text-success {
	color: rgb(var(--eplay-color-success-500)/1);
}

.text-success-400 {
	color: rgb(var(--eplay-color-success-400)/1);
}

.text-transparent {
	color: transparent;
}

.text-vip-club {
	color: rgb(var(--eplay-color-vip-club-500)/1);
}

.text-vip-club-400 {
	color: rgb(var(--eplay-color-vip-club-400)/1);
}

.text-vip-club-500 {
	color: rgb(var(--eplay-color-vip-club-500)/1);
}

.text-warning {
	color: rgb(var(--eplay-color-warning-500)/1);
}

.text-warning-300 {
	color: rgb(var(--eplay-color-warning-300)/1);
}

.text-warning-400 {
	color: rgb(var(--eplay-color-warning-400)/1);
}

.text-white {
	color: #fff;
}

.text-white\/20 {
	color: hsla(0,0%,100%,.2);
}

.text-white\/25 {
	color: hsla(0,0%,100%,.25);
}

.text-white\/30 {
	color: hsla(0,0%,100%,.3);
}

.text-white\/40 {
	color: hsla(0,0%,100%,.4);
}

.text-white\/5 {
	color: hsla(0,0%,100%,.05);
}

.text-white\/50 {
	color: hsla(0,0%,100%,.5);
}

.text-white\/60 {
	color: hsla(0,0%,100%,.6);
}

.text-white\/70 {
	color: hsla(0,0%,100%,.7);
}

.text-white\/75 {
	color: hsla(0,0%,100%,.75);
}

.text-white\/80 {
	color: hsla(0,0%,100%,.8);
}

.text-white\/\[0\.66\] {
	color: hsla(0,0%,100%,.66);
}

.text-yellow-400 {
	color: #facc15;
}

.underline {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.line-through {
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
}

.no-underline {
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
}

.decoration-current {
	-webkit-text-decoration-color: currentColor;
	text-decoration-color: initial;
}

.decoration-neutral-100 {
	-webkit-text-decoration-color: rgb(var(--eplay-color-neutral-100)/1);
	text-decoration-color: rgb(var(--eplay-color-neutral-100)/1);
}

.decoration-neutral-200 {
	-webkit-text-decoration-color: rgb(var(--eplay-color-neutral-200)/1);
	text-decoration-color: rgb(var(--eplay-color-neutral-200)/1);
}

.decoration-solid {
	-webkit-text-decoration-style: solid;
	text-decoration-style: solid;
}

.decoration-1 {
	text-decoration-thickness: 1px;
}

.decoration-2 {
	text-decoration-thickness: 2px;
}

.underline-offset-2 {
	text-underline-offset: 2px;
}

.underline-offset-4 {
	text-underline-offset: 4px;
}

.underline-offset-\[3px\] {
	text-underline-offset: 3px;
}

.subpixel-antialiased {
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}

.opacity-0 {
	opacity: 0;
}

.opacity-10 {
	opacity: .1;
}

.opacity-100 {
	opacity: 1;
}

.opacity-15 {
	opacity: .15;
}

.opacity-20 {
	opacity: .2;
}

.opacity-25 {
	opacity: .25;
}

.opacity-30 {
	opacity: .3;
}

.opacity-5 {
	opacity: .05;
}

.opacity-50 {
	opacity: .5;
}

.opacity-60 {
	opacity: .6;
}

.opacity-70 {
	opacity: .7;
}

.opacity-75 {
	opacity: .75;
}

.opacity-\[0\.035\] {
	opacity: .035;
}

.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
}

.shadow,.shadow-2xl {
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
	--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
}

.shadow-\[0_1px_2px_rgba\(0\2c 0\2c 0\2c 0\.20\)\] {
	--tw-shadow: 0 1px 2px rgba(0,0,0,.2);
	--tw-shadow-colored: 0 1px 2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.shadow-\[0px_0px_7px_1px_rgb\(255\2c 0\2c 101\)\] {
	--tw-shadow: 0px 0px 7px 1px #ff0065;
	--tw-shadow-colored: 0px 0px 7px 1px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.shadow-\[0px_4px_16px_rgba\(0\2c 0\2c 0\2c \.05\)\] {
	--tw-shadow: 0px 4px 16px rgba(0,0,0,.05);
	--tw-shadow-colored: 0px 4px 16px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.shadow-\[0px_4px_40px_rgba\(0\2c 0\2c 0\2c 0\.65\)\] {
	--tw-shadow: 0px 4px 40px rgba(0,0,0,.65);
	--tw-shadow-colored: 0px 4px 40px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.shadow-\[0px_4px_8px_-4px_rgba\(0\2c 0\2c 0\2c 0\.10\)\] {
	--tw-shadow: 0px 4px 8px -4px rgba(0,0,0,.1);
	--tw-shadow-colored: 0px 4px 8px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.shadow-\[4px_0_40px_rgba\(0\2c 0\2c 0\2c 50\%\)\] {
	--tw-shadow: 4px 0 40px rgba(0,0,0,.5);
	--tw-shadow-colored: 4px 0 40px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.shadow-\[inset_0px_0px_0px_960px_rgba\(0\2c 0\2c 0\2c 0\.50\)\] {
	--tw-shadow: inset 0px 0px 0px 960px rgba(0,0,0,.5);
	--tw-shadow-colored: inset 0px 0px 0px 960px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.shadow-\[inset_0px_120px_52px_-60px_rgba\(22\2c 23\2c 29\2c 0\.1\)\] {
	--tw-shadow: inset 0px 120px 52px -60px rgba(22,23,29,.1);
	--tw-shadow-colored: inset 0px 120px 52px -60px var(--tw-shadow-color);
}

.shadow-\[inset_0px_120px_52px_-60px_rgba\(22\2c 23\2c 29\2c 0\.1\)\],.shadow-lg {
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
}

.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);
}

.shadow-md,.shadow-none {
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.shadow-none {
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
}

.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.\!outline-none {
	outline: 2px solid transparent!important;
	outline-offset: 2px!important;
}

.outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px;
}


.capitalize-text {
    text-transform: capitalize;
}


.outline {
	outline-style: solid;
}

.outline-dashed {
	outline-style: dashed;
}

.outline {
	outline-width: 1px;
}

.outline-0 {
	outline-width: 0;
}

.outline-2 {
	outline-width: 2px;
}


.no_border{
    border:0;
}

.outline-3 {
	outline-width: 3px;
}

.outline-blue {
	outline-color: rgb(var(--eplay-color-blue-500)/1);
}

.outline-blue-800 {
	outline-color: rgb(var(--eplay-color-blue-800)/1);
}

.outline-brand {
	outline-color: rgb(var(--eplay-color-brand-500)/1);
}

.outline-brand-800 {
	outline-color: rgb(var(--eplay-color-brand-800)/1);
}

.outline-danger {
	outline-color: rgb(var(--eplay-color-danger-500)/1);
}

.outline-danger-800 {
	outline-color: rgb(var(--eplay-color-danger-800)/1);
}

.outline-monetization {
	outline-color: rgb(var(--eplay-color-monetization-500)/1);
}

.outline-monetization-800 {
	outline-color: rgb(var(--eplay-color-monetization-800)/1);
}

.outline-monetization\/50 {
	outline-color: rgb(var(--eplay-color-monetization-500)/.5);
}

.outline-one-on-one {
	outline-color: rgb(var(--eplay-color-one-on-one-500)/1);
}

.outline-one-on-one-800 {
	outline-color: rgb(var(--eplay-color-one-on-one-800)/1);
}

.outline-portal {
	outline-color: rgb(var(--eplay-color-portal-500)/1);
}

.outline-portal-800 {
	outline-color: rgb(var(--eplay-color-portal-800)/1);
}

.outline-success {
	outline-color: rgb(var(--eplay-color-success-500)/1);
}

.outline-vip-club {
	outline-color: rgb(var(--eplay-color-vip-club-500)/1);
}

.outline-vip-club-800 {
	outline-color: rgb(var(--eplay-color-vip-club-800)/1);
}

.outline-white\/20 {
	outline-color: hsla(0,0%,100%,.2);
}

.outline-white\/25 {
	outline-color: hsla(0,0%,100%,.25);
}

.outline-white\/5 {
	outline-color: hsla(0,0%,100%,.05);
}

.\!ring-0 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;
	box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important;
}

.ring {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

.ring,.ring-1 {
	box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);
}

.ring-1 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

.ring-2 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);
}

.ring-inset {
	--tw-ring-inset: inset;
}

.\!ring-brand-300\/30 {
	--tw-ring-color: rgb(var(--eplay-color-brand-300)/0.3)!important;
}

.ring-neutral-100 {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(var(--eplay-color-neutral-100)/var(--tw-ring-opacity));
}

.ring-neutral-400 {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(var(--eplay-color-neutral-400)/var(--tw-ring-opacity));
}

.ring-red {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(var(--eplay-color-red-500)/var(--tw-ring-opacity));
}

.ring-success {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(var(--eplay-color-success-500)/var(--tw-ring-opacity));
}

.ring-white\/30 {
	--tw-ring-color: hsla(0,0%,100%,.3);
}

.ring-white\/40 {
	--tw-ring-color: hsla(0,0%,100%,.4);
}

.ring-white\/50 {
	--tw-ring-color: hsla(0,0%,100%,.5);
}

.blur {
	--tw-blur: blur(8px);
}

.blur,.blur-2xl {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-2xl {
	--tw-blur: blur(40px);
}

.blur-\[2px\] {
	--tw-blur: blur(2px);
}

.blur-\[2px\],.blur-\[5px\] {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-\[5px\] {
	--tw-blur: blur(5px);
}

.blur-lg {
	--tw-blur: blur(16px);
}

.blur-lg,.blur-md {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-md {
	--tw-blur: blur(12px);
}

.blur-sm {
	--tw-blur: blur(4px);
}

.blur-sm,.brightness-0 {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-0 {
	--tw-brightness: brightness(0);
}

.brightness-125 {
	--tw-brightness: brightness(1.25);
}

.brightness-125,.brightness-200 {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-200 {
	--tw-brightness: brightness(2);
}

.brightness-75 {
	--tw-brightness: brightness(.75);
}

.brightness-75,.drop-shadow {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
	--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0,0,0,.1)) drop-shadow(0 1px 1px rgba(0,0,0,.06));
}

.drop-shadow-\[-2px_-2px_0_\#000000\] {
	--tw-drop-shadow: drop-shadow(-2px -2px 0 #000);
}

.drop-shadow-\[-2px_-2px_0_\#000000\],.drop-shadow-\[-2px_-2px_0px_\#000000\] {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-\[-2px_-2px_0px_\#000000\] {
	--tw-drop-shadow: drop-shadow(-2px -2px 0px #000);
}

.drop-shadow-lg {
	--tw-drop-shadow: drop-shadow(0 10px 8px rgba(0,0,0,.04)) drop-shadow(0 4px 3px rgba(0,0,0,.1));
}

.drop-shadow-lg,.drop-shadow-md {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-md {
	--tw-drop-shadow: drop-shadow(0 4px 3px rgba(0,0,0,.07)) drop-shadow(0 2px 2px rgba(0,0,0,.06));
}

.drop-shadow-sm {
	--tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,.05));
}

.drop-shadow-sm,.drop-shadow-xl {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-xl {
	--tw-drop-shadow: drop-shadow(0 20px 13px rgba(0,0,0,.03)) drop-shadow(0 8px 5px rgba(0,0,0,.08));
}

.grayscale {
	--tw-grayscale: grayscale(100%);
}

.grayscale,.invert {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
	--tw-invert: invert(100%);
}

.sepia {
	--tw-sepia: sepia(100%);
}

.filter,.sepia {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur {
	--tw-backdrop-blur: blur(8px);
}

.backdrop-blur,.backdrop-blur-\[50px\] {
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[50px\] {
	--tw-backdrop-blur: blur(50px);
}

.backdrop-blur-lg {
	--tw-backdrop-blur: blur(16px);
}

.backdrop-blur-lg,.backdrop-blur-md {
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-md {
	--tw-backdrop-blur: blur(12px);
}

.backdrop-blur-none {
	--tw-backdrop-blur: }

.backdrop-blur-none,.backdrop-blur-xl {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-xl {
	--tw-backdrop-blur: blur(24px);
}

.transition {
	transition-property: color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;
	transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
	transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .25s;
}

.transition-\[background\] {
	transition-property: background;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .25s;
}

.transition-\[left\2c right\2c width\] {
	transition-property: left,right,width;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .25s;
}

.transition-\[top\2c opacity\] {
	transition-property: top,opacity;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .25s;
}

.transition-\[transform\] {
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .25s;
}

.transition-\[width\] {
	transition-property: width;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .25s;
}

.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .25s;
}

.transition-colors {
	transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
	transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
	transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .25s;
}

.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .25s;
}

.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .25s;
}

.delay-150 {
	transition-delay: .15s;
}

.duration-100 {
	transition-duration: .1s;
}

.duration-1000 {
	transition-duration: 1s;
}

.duration-150 {
	transition-duration: .15s;
}

.duration-200 {
	transition-duration: .2s;
}

.duration-300 {
	transition-duration: .3s;
}

.duration-500 {
	transition-duration: .5s;
}

.duration-75 {
	transition-duration: 75ms;
}

.ease-in {
	transition-timing-function: cubic-bezier(.4,0,1,1);
}

.ease-in-out {
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.ease-linear {
	transition-timing-function: linear;
}

.ease-out {
	transition-timing-function: cubic-bezier(0,0,.2,1);
}

.will-change-\[bottom\] {
	will-change: bottom;
}

.will-change-\[height\] {
	will-change: height;
}

.will-change-\[left\] {
	will-change: left;
}

.will-change-\[width\] {
	will-change: width;
}

.will-change-transform {
	will-change: transform;
}

.z-max {
	z-index: 2147483647;
}

.tap-highlight-transparent {
	-webkit-tap-highlight-color: transparent;
}

@keyframes enter {
	0% {
		opacity: var(--tw-enter-opacity,1);
		transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0));
	}
}

@keyframes exit {
	to {
		opacity: var(--tw-exit-opacity,1);
		transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0));
	}
}

.animate-in {
	animation-name: enter;
	animation-duration: .25s;
	--tw-enter-opacity: initial;
	--tw-enter-scale: initial;
	--tw-enter-rotate: initial;
	--tw-enter-translate-x: initial;
	--tw-enter-translate-y: initial;
}

.animate-out {
	animation-name: exit;
	animation-duration: .25s;
	--tw-exit-opacity: initial;
	--tw-exit-scale: initial;
	--tw-exit-rotate: initial;
	--tw-exit-translate-x: initial;
	--tw-exit-translate-y: initial;
}

.fade-in,.fade-in-0 {
	--tw-enter-opacity: 0;
}

.fade-out {
	--tw-exit-opacity: 0;
}

.zoom-in-95 {
	--tw-enter-scale: .95;
}

.zoom-out {
	--tw-exit-scale: 0;
}

.slide-in-from-right {
	--tw-enter-translate-x: 100%;
}

.slide-in-from-top-1\/2 {
	--tw-enter-translate-y: -50%;
}

.slide-in-from-top-full {
	--tw-enter-translate-y: -100%;
}

.duration-100 {
	animation-duration: .1s;
}

.duration-1000 {
	animation-duration: 1s;
}

.duration-150 {
	animation-duration: .15s;
}

.duration-200 {
	animation-duration: .2s;
}

.duration-300 {
	animation-duration: .3s;
}

.duration-500 {
	animation-duration: .5s;
}

.duration-75 {
	animation-duration: 75ms;
}

.delay-150 {
	animation-delay: .15s;
}

.ease-in {
	animation-timing-function: cubic-bezier(.4,0,1,1);
}

.ease-in-out {
	animation-timing-function: cubic-bezier(.4,0,.2,1);
}

.ease-linear {
	animation-timing-function: linear;
}

.ease-out {
	animation-timing-function: cubic-bezier(0,0,.2,1);
}

.\!running {
	animation-play-state: running!important;
}

.running {
	animation-play-state: running;
}

.paused {
	animation-play-state: paused;
}

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

#simple-search-input::-webkit-search-cancel-button {
	display: none;
}

.\!disabled {
	opacity: .5!important;
	pointer-events: none!important;
}

.disabled {
	opacity: .5;
	pointer-events: none;
}

.zIndexMax {
	z-index: 9999999999;
}

.underlineLink {
	border-bottom: 1px solid #6c757d;
	color: #c4c4c4;
	cursor: pointer;
}

.absolute-center {
	position: absolute;
	left: 50%;
	top: 50%;
	--tw-translate-x: -50%;
	--tw-translate-y: -50%;
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.max-w-unset {
	max-width: unset!important;
}

.mainButton {
	margin: auto;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mainButton:hover {
	background-color: rgb(var(--eplay-color-brand-500)/.8);
}

.loaderWrapper {
	top: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

.iosHeightFix {
	max-height: -webkit-fill-available;
	max-height: -moz-available;
	max-height: stretch;
}

.textShadow-regular {
	text-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.textShadow-goal {
	text-shadow: 0 0 2px rgba(0,0,0,.8);
}

.textShadow-none {
	text-shadow: none;
}

.textShadow-chat {
	text-shadow: 0 0 10px rgba(0,0,0,.25),1px 1px 1px rgba(0,0,0,.5);
}

.textShadow-private1on1 {
	text-shadow: 1px 1px 1px rgba(0,0,0,.25),0 0 10px rgba(0,0,0,.25);
}

.textShadow-start {
	text-shadow: 0 0 8px rgba(0,0,0,.25),1px 1px 1px rgba(0,0,0,.25);
}

.aspect-ratio-ios-4-3 {
	height: 0;
	padding-bottom: 75%;
	position: relative;
}

.aspect-ratio-ios-4-3>* {
	inset: 0;
	position: absolute;
}

.text-fill-white {
	-webkit-text-fill-color: #fff;
}

.gradientText {
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 100%;
	display: inline-block;
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}

.goldXGradient {
	background-image: linear-gradient(90deg,#c97d16,#e1ae4f,#c97d16);
}

.fade-mask-bottom {
	-webkit-mask-image: linear-gradient(180deg,#000 85%,hsla(0,0%,100%,0));
	mask-image: linear-gradient(180deg,#000 85%,hsla(0,0%,100%,0));
}

.fade-mask-right {
	-webkit-mask-image: linear-gradient(90deg,#000 85%,hsla(0,0%,100%,0));
	mask-image: linear-gradient(90deg,#000 85%,hsla(0,0%,100%,0));
}

.scrollbar-hide {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
	display: none;
}

.\[text-orientation\:mixed\] {
	-webkit-text-orientation: mixed;
	text-orientation: mixed;
}

.\[word-break\:break-word\] {
	word-break: break-word;
}

.\[writing-mode\:vertical-lr\] {
	writing-mode: vertical-lr;
}

input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover {
	box-shadow: 0 0 0 1000px rgb(var(--eplay-color-neutral-500)) inset;
	-webkit-text-fill-color: rgb(var(--eplay-color-foreground));
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

body,html {
	height: 100%;
}

body {
	background-color: #0f0f0f;
	color: #f2f2f2;
	display: flex;
	flex-direction: column;
	font-family: inter,helvetica neue,arial,sans-serif;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
	overflow: auto;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
	padding: 0;
	position: relative;
	scrollbar-color: transparent transparent;
	scrollbar-width: none;
	width: 100%;
}

body::-webkit-scrollbar {
	display: none;
}

body>div:last-child:has(>div>iframe) {
	pointer-events: auto;
}

body div:not(.scrollbar-always) {
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
	scrollbar-color: transparent transparent;
	scrollbar-width: none;
}

body div:not(.scrollbar-always)::-webkit-scrollbar {
	width: 3px;
}

body div:not(.scrollbar-always)::-webkit-scrollbar-thumb {
	background-color: #5a5a5a;
	border-radius: 3px;
}

body div:not(.scrollbar-always):not(.scrollbarVisible)::-webkit-scrollbar {
	display: none;
}

body p {
	color: #f2f2f2;
	font-weight: 300;
}

body a,body a:active,body a:hover {
	color: #ff0065;
	text-decoration: none;
}

body .btn,body .btn:active,body .btn:hover {
	color: #fff;
	text-decoration: none;
}

body a,body button {
	cursor: pointer;
	font-family: inter,helvetica neue,arial,sans-serif;
}

body .global.full-screen,body .global.theater {
	height: 100%;
}

body .global .noListStyle {
	list-style: none;
}

body .global .popout {
	height: 100%;
	position: absolute;
	width: 100%;
}

body .global .availableMessagesTooltip {
	background-color: #ff0065!important;
	border-radius: 5px!important;
	font-size: 12px!important;
	font-weight: 900!important;
	left: unset!important;
	max-width: 350px;
	opacity: 1!important;
	padding: 8px!important;
	position: absolute;
	right: 44px!important;
	top: 60px!important;
	z-index: 999999;
}

body .global .availableMessagesTooltip:after {
	border-bottom: 10px solid #ff0065!important;
	border-left: 10px solid transparent!important;
	border-right: 10px solid transparent!important;
	height: 0;
	right: 12px!important;
	top: -10px!important;
	width: 0;
}

body .global .pinkTooltip {
	background-color: #ff0065!important;
	border-radius: 5px!important;
	font-size: 12px!important;
	font-weight: 900!important;
	padding: 2px 5px!important;
	z-index: 999999;
}

body .global .pinkTooltip:before {
	background: transparent;
}

body .global .pinkTooltip.place-top:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 8px solid transparent;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
}

body .global .pinkTooltip.place-top:after {
	border-bottom: 6px;
	border-left: 0!important;
	border-right: 0!important;
	border-top: 6px;
}

body .global .pinkTooltip.bottom:after {
	border-bottom-color: #ff0065!important;
}

body .global .pinkTooltip:not(.bottom):after {
	border-top-color: #ff0065!important;
}

body .global .pinkTooltip:after {
	background-color: #ff0065;
	border-left: 6px solid transparent!important;
	border-right: 6px solid transparent!important;
}

body .global .pinkTooltip.author {
	margin-left: 3px;
	margin-top: -6px;
}

body .global .goldTooltip {
	background-color: #ce8721!important;
	border-radius: 5px!important;
	font-size: 12px!important;
	font-weight: 900!important;
	padding: 2px 5px!important;
	z-index: 999999;
}

body .global .goldTooltip:before {
	background: transparent;
}

body .global .goldTooltip.place-top:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 8px solid transparent;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
}

body .global .goldTooltip.place-top:after {
	border-bottom: 6px;
	border-left: 0!important;
	border-right: 0!important;
	border-top: 6px;
}

body .global .goldTooltip.bottom:after {
	border-bottom-color: #ce8721!important;
}

body .global .goldTooltip:not(.bottom):after {
	border-top-color: #ce8721!important;
}

body .global .goldTooltip:after {
	background-color: #ce8721;
	border-left: 6px solid transparent!important;
	border-right: 6px solid transparent!important;
}

body .global .goldTooltip.author {
	margin-left: 3px;
	margin-top: -6px;
}

body .global .dangerTooltip {
	background-color: rgba(239,66,65,.75)!important;
	border-radius: 3px!important;
	font-size: 13px!important;
	font-weight: 400!important;
	padding: 5px 6px!important;
	z-index: 999999;
}

body .global .dangerTooltip:after {
	border-left: 6px solid transparent!important;
	border-right: 6px solid transparent!important;
	border-top-color: rgba(239,66,65,.75)!important;
	margin-left: -6px;
}

body .global .blackTooltip {
	background-color: #000!important;
	font-weight: 900!important;
	margin-top: 5px!important;
	padding: 2px 5px!important;
	white-space: nowrap;
}

body .global .blackTooltip:after,body .global .blackTooltip:before {
	content: none;
}

body .global .grayTooltip {
	background-color: #101015;
	font-size: 10px!important;
	font-weight: 400;
	line-height: 13px!important;
	padding: 2px 5px!important;
	z-index: 999999;
}

body .global .grayTooltip:after {
	border-top-color: #101015;
}

body .global .lightTooltip {
	background-color: #f2f2f2;
	border-radius: 4px;
	color: #3a3a44;
	font-size: 14px;
	font-weight: 400;
	left: 0!important;
	opacity: 1;
	padding: 8px 12px;
	position: absolute;
	text-align: left;
	top: 36px!important;
	width: 100%;
}

body .global .lightTooltip:after,body .global .lightTooltip:before {
	border-bottom-color: #f2f2f2;
	left: 26px;
}

@media(width < 1024px) {
	body .global .lightTooltip {
		margin-left: 0;
		top: 100%!important;
	}

	body .global .lightTooltip:after {
		border-bottom: #f2f2f2;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		left: 20px!important;
		top: 3px!important;
	}

	body .global .channelPage {
		height: 100%;
		margin-bottom: 0;
		margin-top: 0;
		width: 100%;
		z-index: 2;
	}
}

body .global .description {
	display: flex;
	line-height: 1.5em;
	max-height: 11em;
}

body .global .description,body .global .ellipsisTwo {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

body .global .ellipsisTwo {
	display: -webkit-box;
}

body div.lo-cam-control-panel>div.lo-cam-control-panel__panel {
	border-radius: 0 10px 10px 0;
}

body div.lo-cam-control-panel>div.lo-cam-control-panel__panel>div>div.el-drawer.rtl {
	animation: .3s ease 1ms 1 normal none running;
	border-radius: 0 10px 10px 0;
}

body #lvs-control-panel,body #lvs-control-panel-mobile {
	bottom: 50px;
	height: -moz-fit-content;
	height: fit-content;
	position: absolute;
	z-index: 9000000000;
}

body #lvs-control-panel #main-panel,body #lvs-control-panel-mobile #main-panel {
	position: relative;
	z-index: 9000000000;
}

@media screen and (width <= 767px) {
	.crisp-client #crisp-chatbox>div>a[data-cshid] {
		bottom: 64px!important;
	}

	.crisp-client #crisp-chatbox [data-id=new_messages] {
		bottom: 124px!important;
	}
}

.colorWhiteOnHover:hover {
	color: #fff;
}

@keyframes blink-animation {
	to {
		visibility: hidden;
	}
}

.scrollbar-always {
	overflow-y: scroll;
}

.scrollbar-always::-webkit-scrollbar {
	width: .5rem;
}

.scrollbar-always::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: hsla(0,0%,100%,.5);
}

.scrollbar-always::-webkit-scrollbar-track {
	background-color: rgba(0,0,0,.05);
}

.scrollbar-always::-webkit-scrollbar-thumb:vertical {
	height: 50px;
}

.scrollbar-thin {
	scrollbar-color: hsla(0,0%,100%,.5) transparent;
	scrollbar-width: thin;
}

.footer-social-media img:hover {
	filter: invert(25%) sepia(94%) saturate(7478%) hue-rotate(329deg) brightness(99%) contrast(108%);
}

.\*\:\!block>* {
	display: block!important;
}

.\*\:size-full>* {
	width: 100%;
	height: 100%;
}

.first-letter\:uppercase:first-letter {
	text-transform: uppercase;
}

.first-letter\:capitalize:first-letter {
	text-transform: capitalize;
}

.selection\:bg-brand ::selection {
	background-color: rgb(var(--eplay-color-brand-500)/1);
}

.selection\:bg-white\/10 ::selection {
	background-color: hsla(0,0%,100%,.1);
}

.selection\:bg-white\/20 ::selection {
	background-color: hsla(0,0%,100%,.2);
}

.selection\:bg-brand::selection {
	background-color: rgb(var(--eplay-color-brand-500)/1);
}

.selection\:bg-white\/10::selection {
	background-color: hsla(0,0%,100%,.1);
}

.selection\:bg-white\/20::selection {
	background-color: hsla(0,0%,100%,.2);
}

.placeholder\:font-normal::-webkit-input-placeholder {
	font-weight: 400;
}

.placeholder\:font-normal::placeholder {
	font-weight: 400;
}

.placeholder\:text-neutral-200::-webkit-input-placeholder {
	color: rgb(var(--eplay-color-neutral-200)/1);
}

.placeholder\:text-neutral-200::placeholder {
	color: rgb(var(--eplay-color-neutral-200)/1);
}

.placeholder\:text-stone-500::-webkit-input-placeholder {
	color: #78716c;
}

.placeholder\:text-stone-500::placeholder {
	color: #78716c;
}

.before\:visible:before {
	content: var(--tw-content);
	visibility: visible;
}

.before\:invisible:before {
	content: var(--tw-content);
	visibility: hidden;
}

.before\:fixed:before {
	content: var(--tw-content);
	position: fixed;
}

.before\:absolute:before {
	content: var(--tw-content);
	position: absolute;
}

.before\:inset-0:before {
	content: var(--tw-content);
	inset: 0;
}

.before\:-bottom-1\.5:before {
	content: var(--tw-content);
	bottom: -.75rem;
}

.before\:-left-0\.5:before {
	content: var(--tw-content);
	left: -.25rem;
}

.before\:bottom-0:before {
	content: var(--tw-content);
	bottom: 0;
}

.before\:left-1\/2:before {
	content: var(--tw-content);
	left: 50%;
}

.before\:top-1\/2:before {
	content: var(--tw-content);
	top: 50%;
}

.before\:-ml-3:before {
	content: var(--tw-content);
	margin-left: -1.5rem;
}

.before\:block:before {
	content: var(--tw-content);
	display: block;
}

.before\:size-full:before {
	content: var(--tw-content);
	width: 100%;
	height: 100%;
}

.before\:h-0\.25:before {
	content: var(--tw-content);
	height: .125rem;
}

.before\:h-1:before {
	content: var(--tw-content);
	height: .5rem;
}

.before\:h-\[1px\]:before {
	content: var(--tw-content);
	height: 1px;
}

.before\:h-full:before {
	content: var(--tw-content);
	height: 100%;
}

.before\:min-h-5:before {
	content: var(--tw-content);
	min-height: 2.5rem;
}

.before\:min-h-8:before {
	content: var(--tw-content);
	min-height: 4rem;
}

.before\:min-h-\[44px\]:before {
	content: var(--tw-content);
	min-height: 44px;
}

.before\:w-1:before {
	content: var(--tw-content);
	width: .5rem;
}

.before\:w-2:before {
	content: var(--tw-content);
	width: 1rem;
}

.before\:w-full:before {
	content: var(--tw-content);
	width: 100%;
}

.before\:min-w-5:before {
	content: var(--tw-content);
	min-width: 2.5rem;
}

.before\:min-w-8:before {
	content: var(--tw-content);
	min-width: 4rem;
}

.before\:min-w-\[44px\]:before {
	content: var(--tw-content);
	min-width: 44px;
}

.before\:-translate-x-1\/2:before {
	--tw-translate-x: -50%;
}

.before\:-translate-x-1\/2:before,.before\:-translate-y-1\/2:before {
	content: var(--tw-content);
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:-translate-y-1\/2:before {
	--tw-translate-y: -50%;
}

.before\:rotate-45:before {
	content: var(--tw-content);
	--tw-rotate: 45deg;
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes pulse {
	50% {
		content: var(--tw-content);
		opacity: .5;
	}
}

.before\:animate-pulse:before {
	content: var(--tw-content);
	animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite;
}

.before\:rounded-3xl:before {
	content: var(--tw-content);
	border-radius: 1.5rem;
}

.before\:rounded-full:before {
	content: var(--tw-content);
	border-radius: 9999px;
}

.before\:bg-black\/50:before {
	content: var(--tw-content);
	background-color: rgba(0,0,0,.5);
}

.before\:bg-brand:before {
	content: var(--tw-content);
	background-color: rgb(var(--eplay-color-brand-500)/1);
}

.before\:bg-neutral-200:before {
	content: var(--tw-content);
	background-color: rgb(var(--eplay-color-neutral-200)/1);
}

.before\:bg-transparent:before {
	content: var(--tw-content);
	background-color: initial;
}

.before\:bg-white:before {
	content: var(--tw-content);
	background-color: #fff;
}

.before\:backdrop-blur-\[10px\]:before {
	content: var(--tw-content);
	--tw-backdrop-blur: blur(10px);
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.before\:transition-all:before {
	content: var(--tw-content);
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .25s;
}





svg{
  display: block;
    vertical-align: middle;
    fill: white;
}


.widget-accordian ul li .item a svg {
    display: block;
    vertical-align: middle;
    fill: white;
    width: 16px;
    height: 16px;
    margin-right: 0!important;
}
#sidebar .widget {
    padding: 0px 15px 0 0px!important;
}

.bg-white\/10 {
    background-color: red!important;
}



    




/* add custom id's*/

@media (max-width: 576px) {
    .item-grid .item {
        width: 50% !important;
    }
}



/* Exception rule */
#sidebar .bg-exception {
  background-color: #383838!important;
  color:#e5e5f7!important;
}


#sidebar * {
    background-color: transparent!important;
   
}

#sidebar .bg-brand {
  background-color: red!important;
  color: blue!important;
}


.widget-tabs .tab-block a{
  display: flex;
  padding: 10px;
}





#sidebar ul.no-bullet li a:hover {
  background-color: #500920 !important;
  transition: background-color 0.3s ease !important;
}



.widget.widget-accordian.no-divider ul.no-bullet li:hover,
.widget.widget-accordian.no-divider ul.no-bullet li a:hover {
  background-color: #500920 !important;
  transition: background-color 0.3s ease !important;

}

#sidebar .widget {
    padding: 0px!important;
}


.fress{
  width: 100%;
}
.primary-header .search-group .search-txt{
	background-color: #383838;
	color:#e5e5f7;
}


.primary-header .search-group .search-submit svg {
    fill: #e5e5f7;
    width: 20px;
    height: 20px;
}

.bell-icon .fa {
    color: #e5e5f7;;
}



.page-content a:link, .page-content a:visited{
    color: #e5e5f7 !important;
}
body, a:link, a:visited {
	color: #e5e5f7 !important;
}

.item-grid .item{
    padding: 2px 2px 0px 2px;
    margin-bottom: 0px;
}

@media (min-width: 1025px) {
  .item-grid.small .item {
    width: 16.5% !important;
  }
}

/*
.item-grid {
    --auto-grid-min-size: 10rem;
    display: flex!important;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
}
*/

.item-grid .item .item-wrapper .preview img {
    height: 140px;
    transition: .6s ease all;
    object-fit: cover;
}


.model-tab .tab-nav>li+li a{
	margin-top:3px;
}



    .preview {
  position: relative;
  display: inline-block;
}
#live-tag_aps {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-flex;
    background-color: rgba(0, 0, 0, 0.3); /* very transparent */
    color: white;
    padding:3px 3px;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 300;
    z-index: 10;
    white-space: nowrap;

}


.preview img {
    transform: none !important;
    transition: none !important;
}










.bottom-left-corner_model {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  bottom: 8px;
  left: 8px;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 800;
  z-index: 10;
  text-transform: capitalize;
  white-space: nowrap;
}

.bottom-right-corner_model {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 500;
  z-index: 10;
  white-space: nowrap;
}

.item-grid .live-tag {
    opacity: 1;
   
}

.item-grid .live-tag-Freechat:before {
    background-color:red;
}




.primary-header .col-logo .logo img#logo-icon {
    max-width: 140px;
    hight:30px !important;
}







.item-grid .item .item-wrapper .preview img {
    width: 100%;
    aspect-ratio: 16 / 9; /* or use 4/3, 1/1, etc. */
    object-fit: cover;
    display: block;
}



.label_data.promoted-model {
    background-color:green; /* soft red tint */
    color: #ffe6e6;
}

.label_data.flag-label svg {
    width: 24px;
    height: 16px;
    display: block;
}

.label_data.flag-label {
    padding: 2px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}


.labels-overlay {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 10;
}

.label_data {
    background-color: rgba(0, 0, 0, 0.3); /* much more transparent */
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 6px;
    white-space: nowrap;
    backdrop-filter: blur(2px); /* optional modern blur effect */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.3px;
}



.label_data.same-country {
    background-color:#500920; /* flavor -style*/
    color: #eafbe9;
}
