@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'inherit', sans-serif;
	vertical-align: baseline;
  background-color: unset;
}
.success {
  color: #04d577;
}
.warn {
  color: #eda51d;
  ;
}
.flex {
  display: flex;
}
.error {
  color: #ed1d49;
}
.info {
  color: #5477f5;
}
::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #304256;
  border: solid 1px #1f1f22;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  background: #edf0f4;
}
::-webkit-scrollbar-track {
  background: #121b23;
  border: 1px solid #ffffff00;
}
html {
	background-color: #1c2936;
}
/* Google Font Import - Poppins */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.icon {
	font-size: 20px;
}
#fade-up {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  background-color: #04040498;
  display: none;
}
:root{
    /* ===== Colors ===== */
    --sidebar-color: #FFF;
    --primary-color: rgb(4 213 119);
    --primary-color-light: #F6F5FF;
    --text-color: #b2c2c8;
    /* ====== Transition ====== */
    --tran-03: all 0.5s ease;
    --tran-04: all 0.3s ease;
    --tran-05: all 0.3s ease;
}
/* ===== Sidebar ===== */
 .sidebar{
    position: fixed;
    top: 65px;
    left: 0;
    height: 100%;
    width: 250px;
    background: #121b23;
    transition: var(--tran-03);
    z-index: 101;  
    padding: 0px 14px 10px 14px;
}
.sidebar.close{
    width: 88px;
}
.sidebar.close li .tooltip{
	display: block;
	position: absolute;
	top: -20px;
	left: calc(100% + 5px);
	z-index: 3;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 400;
	opacity: 0;
	white-space: nowrap;
	pointer-events: none;
	transition: 0s;
  }
  .sidebar.close li:hover .tooltip{
	opacity: 1;
	pointer-events: auto;
	transition: all 0.4s ease;
	top: unset;
  }
  .sidebar.close li:hover .tooltip::after{
	content: "";
	position: absolute;
	top: 40%;
	bottom: 50%;
	right: 100%;
	border-width: 3px ;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
  }
  .sidebar li .tooltip{
	display: none;
  }
/* ===== Reusable code - Here ===== */
.sidebar li{
    height: 50px;
    list-style: none;
     display: flex;
    align-items: center;
    margin-top: 10px;
}
.sidebar header .image,
.sidebar .icon{
    min-width: 60px;
    border-radius: 6px;
}
.sidebar .icon{
    min-width: 60px;
    border-radius: 6px;
    height: 100%;
     display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.sidebar .text,
.sidebar .icon{

}
.sidebar .text{
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 1;
}
.sidebar.close .text{
    opacity: 0;
}
/* =========================== */
.sidebar header{
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
}
.sidebar header .image-text{
     display: flex;
    align-items: center;
}
.sidebar header .logo-text{
    display: flex;
    flex-direction: column;
    transition: all 0.2s ease;
    gap: 5px;
    color: var(--text-color);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: 150px;
}
.sidebar header .logo-text > div {
  display: flex;
  gap: 10px;
}
.sidebar header .logo-text > div > span:first-child {
  width: 100%;
  overflow: hidden;
  text-overflow: inherit;
}
.sidebar header .logo-text > div > span:last-child {
  color: white;
  line-height: 12px;
  text-transform: uppercase;
  padding: 6px;
  border-radius: 6px;
  background: var(--primary-color)
}

header .image-text .name {
    margin-top: 2px;
    font-size: 18px;
    font-weight: 600;
}
header .image-text .profession{
    font-size: 16px;
    margin-top: -2px;
     display: block;
}
.sidebar header .image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar header .image img{
    width: 40px;
    height: 40px;
    border-radius: 6px;
}
.sidebar header .toggle{
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%) rotate(180deg);
    height: 25px;
    width: 25px;
    background-color: var(--primary-color);
    color: var(--sidebar-color);
    border-radius: 50%;
     display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    transition: var(--tran-03);
}
.sidebar.close .toggle{
    transform: translateY(-50%) rotate(0deg);
}
.sidebar .menu{
    margin-top: 40px;
}

.sidebar li a , .sidebar li button{
    list-style: none;
    height: 100%;
    background-color: transparent;
     display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    text-decoration: none;
    transition: var(--tran-03);
    border: unset;
    color: var(--text-color);
    cursor: pointer;
}
.sidebar li a:hover , .sidebar li button:hover{
    background-color: var(--primary-color);
}
.sidebar li button:hover .icon,
.sidebar li button:hover .text{
    color: var(--sidebar-color);
}
.sidebar li a:hover .icon,
.sidebar li a:hover .text{
    color: var(--sidebar-color);
}
.sidebar .menu-bar{
    height: calc(100% - 55px);
     display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: scroll;
}
.menu-bar::-webkit-scrollbar{
     display: none;
}
.bottom-content {
	margin-bottom: 60px;
}

/* HEADER  */
.header {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
	background-color: #121b23;
	transition: var(--tran-03);
}
.header > div:first-child {
	display: flex;
  padding: 10px 0px 10px 24px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 65px;
}
.header > div:first-child > a {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #b2c2c8;
    text-decoration: none;
}
.header .barbase {
  display: inline-flex;
  justify-content: center;
  border-radius: 14px 8px 19px 14px;
  align-items: center;
  gap: 8px;
  margin-right: 0px !important;
  padding: 1px 0px 1px 14px !important;
  border: solid 1.5px #1c2936;
  background: #1d272e;
  color: #fff;
  cursor: pointer;
}
.header .barbase > i {
  color: var(--sidebar-color);
  font-size: 22px;
}
.header .barbase .walle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 7px 7px 17px 7px;
  margin-right: 1px;
  background: linear-gradient(180deg, #a1db6c 0%, #a7c33d 50%, #9bb735 100%);
}
#header-options {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 13px;
}
.dropdown-content {
  position: absolute;
  background-color: #1d272e;
  border: solid 1.5px #1c2936;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px;
  display: none;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-content .pro_con {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  padding: 5px 10px;
}
.dropdown-content .pro_con > img {
  height: 72px;
  width: 72px;
  border-radius: 8px;
}
.dropdown-content .pro_con h3 {
  background: #090c0e9c;
  border-radius: 8px;
  padding: 3px 10px;
  width: 105px;
  margin-top: -15px;
  font-size: 14px;
  margin-bottom: 8px;
  color: #cdcdcd;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.dropdown-content .pro_con div > div {
  background: #1014166b;
  padding: 3px 10px;
  border-radius: 55px 38px 38px 60px;
  font-size: 12px;
  border: 1px solid #ffffff0e;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
}
.dropdown-content .border {
  border-bottom: solid 1.5px #1c2936;
}
.dropdown-content > ul,li {
  list-style: none;
}
.dropdown-content > li {
  margin: 5px 10px;
  padding: 5px;
  border-radius: .5rem;
}
.dropdown-content > li:hover {
  background-color: rgba(0, 0, 0, .1);
}
.dropdown-content > li > a , .dropdown-content > li > button {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  gap: 5px;
}
.dropdown-content > li > button {
  background-color: unset;
  border: unset;
  cursor: pointer;
}
#header-options > a {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    height: 38px;
    width: 125px;
    color: white;
    transition: var(--tran-03);
    background-color: #1d272e;
}
#header-options > button:last-child {
    color: #FFF;
    height: 40px;
	width: 40px;
	position: relative;
    background: rgb(4 213 119);
    color: #167148;
    border-radius: 10px 0px 0px 10px;
    border-bottom: solid 2px #127548;
    border-radius: 10px 0 0 10px;
    border-style: none;
    cursor: pointer;
}
#header-options > button:last-child:after{
    content: '';
    position: absolute;
    background-color: #04d577;
    top: 76%;
    left: 12%;
    width: 10px;
    height: 12px;
    transform: rotate(-45deg);
  }

.header > div > div:first-child > a:last-child {
	display: none;
}

#live-offers {
  transition: var(--tran-03);
  margin-left: 88px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  padding: 8px 15px;
  height: 50px;
  background: linear-gradient(0.25turn, #121b23 .8%, #192531);
  overflow: hidden;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#live-offers > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  border-radius: 10px;
  border: 1px solid #404d5f;
  background: #1c2936;
  width: 135px;
}
#live-offers > div > img {
  border-radius: 6px;
}
#live-offers > div > div:nth-child(2) {
  color: #d4d9d9;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60px;
  display: flex;
  flex-direction: column;
  margin: 0 5px;
}
#live-offers > div > div:nth-child(2) > p:first-child {
  align-items: center;
  color: #55677E;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: .58rem;
  font-weight: 500;
  letter-spacing: .025em;
  transition-duration: .2s;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  vertical-align: baseline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#live-offers > div > div:nth-child(2) > p:last-child {
  color: #b7b7b7;
  align-items: center;
  display: inline-flex;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: .55rem;
  letter-spacing: .025em;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  vertical-align: baseline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#live-offers > div > div:last-child {
  display: flex;
  background: #19232d;
  padding: 0 5px;
  border-radius: 10px;
  color: white !important;
  font-weight: 500;
  font-size: 9px !important;
  height: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 3px;
}


/* BOTTOM HEADER */

.menu-mobile {
	display: none;
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	right: 0;
	border-top: 1px solid #0002;
	font-size: 8px;
	background-color: #121b23;
	z-index: 999;
	font-weight: 400;
  }
  .menu-mobile .menu-list {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
	text-align: center;
	margin: 12px 0;
	display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-mobile .menu-list .menu-item {
	display:inline-block;
	width: 19%;
  }
  .menu-item.center {
    margin-top: -1.5rem;
    background-color: #121b23;
    border-radius: 99999px;
    padding: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #99E8B0;
  }
  
  .menu-mobile .menu-list .menu-item a, .menu-mobile .menu-list .menu-item button {
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: var(--text-color);
	display: inline-block;
  }
  .menu-mobile .menu-list .menu-item button {
	background-color: transparent;
	border: none;
  cursor: pointer;
  }
  .menu-mobile .menu-list .menu-item a div , .menu-mobile .menu-list .menu-item button div {
	font-size: 10px;
  }
  .menu-mobile .menu-list .menu-item a i.icon , .menu-mobile .menu-list .menu-item button i.icon {
	font-size: 25px;
  }
  .menu-mobile .menu-list .menu-item a:hover ,  .menu-mobile .menu-list .menu-item button:hover {
	color: var(--primary-color);
  }
  .menu-mobile .menu-list .menu-item a.menu_active ,  .menu-mobile .menu-list .menu-item button.menu_active {
    color: var(--primary-color);
    }
  .menu-mobile .menu-list .menu-item img {
	 width: 30px;
	 height: 30px;
  }


  /* CHAT */
  #chat {
    width: 300px;
    position: fixed;
    bottom: 0;
    right: -300px;
    top: 0;
    z-index: 102;
    transition: var(--tran-03);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #121b23;
  }
  #chat.open {
	right: 0;
  }
  #chat > div:first-child {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
	}
  #chat > div:first-child > button {
	width: 50%;
    padding: 10px 0px;
    color: white;
    font-size: 13px;
    font-weight: 600;
    background-color: #1d272e;
    border-style: none;
    cursor: pointer;
    border-radius: 8px 0px 0px 8px;
    transition: all 0.2s linear;
  }
  #chat > div:first-child > button.active {
    background-color: var(--primary-color);
  }
  #chat > div:first-child > button:last-child {
    border-radius: 0px 8px 8px 0px;
	}
	#chat > div > form {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 5px;
		background-color: #19232d;
		border-radius: 8px;
		width: 100%;
	}
	#chat > div > form > input {
		width: 100%;
		background-color: #19232d;
		border: none;
		border-radius: 8px 0px 0px 8px;
		border-right-style: none;
		height: 38px;
		color: white;
		outline: none;
		padding: 0px 20px;
		resize: none;
    font-size: 17px;
		font-family: inherit;
		padding: 8px 12px;
		letter-spacing: .025em;
	}
	#chat > div > form > button ,  	#chat > div > form > div{
		height: 38px;
		width: 38px;
		color: #FFF;
		cursor: pointer;
		border: none;
		padding-right: 10px;
		padding: 8px 12px;
		border-radius: 6px;
		display: flex;
		background-color: transparent;
		justify-content: center;
		align-items: center;
	}
	#chat > div > form > button:last-child {
		background: linear-gradient(1turn, #0ab367 .8%, #08d97b);
	}
	#chat > .bb-chat{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0px;
		padding: 12px;
		background: #1d272e;
	}
  #chat > .bb-chat > .unl-chat {
    position: absolute;
    display: flex;
    background: rgba(18, 27, 35, 0.76);
    color: rgb(8, 211, 120);
    border: none;
    height: 72px;
    width: 100%;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
    z-index: 99;
    border-radius: 0;
    padding: 5px;
    font-weight: bold;
    font-size: 13px;
  }
  #chat > .bb-chat > .unl-chat > div {
    display: flex;
    align-items: center;
  }
  #chat .message {
    background: #1c2936;
    border-radius: 7px;
    padding: 8px 10px 10px 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  #chat .message > div {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #chat .message > div > div {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  #chat .message > div > span {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  #chat .username {
    outline-offset: 2px;
    text-decoration: none;
    font-weight: 500;
    font-size: 12.5px;
    max-width: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #dfdfe9;
    margin-left: 3px;
  }
  #chat .level {
    border-radius: 99px;
    color: white;
    line-height: 12px;
    text-transform: uppercase;
    font-size: 9px;
    padding: 2px 5px;
    background: #404d5f;
  }
  .badge.owner {
    border-radius: 99px;
    color: white;
    line-height: 12px;
    text-transform: uppercase;
    font-size: 9px;
    padding: 2px 5px;
    background: #ed1d49;
  }
  .badge.mod {
    border-radius: 99px;
    color: white;
    line-height: 12px;
    text-transform: uppercase;
    font-size: 9px;
    padding: 2px 5px;
    background: #eda51d;
}
.badge.dev {
  border-radius: 99px;
  color: white;
  line-height: 12px;
  text-transform: uppercase;
  font-size: 9px;
  padding: 2px 5px;
  background: #5477f5;
}
  #chat .message > div > div img:first-child {
    height: 27px;
    border-radius: 9999px;
    width: 27px;
  }
  #chat .message > div > div img:last-child {
    width: 24px;
    height: 16px;
  }
  #chat .message > span {
    color: var(--text-color);
    font-size: 17px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #chat .message > div > div > span {
    color: #dfdfe9;
    font-size: 12.5px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #chat .message > .delete {
    display: flex;
    justify-content: end;
  }
  #chat .message > .delete > i {
    color: #ed1d49;
    cursor: pointer;
    width: 12.5px;
    height: 12.5px;
  }
  .box-chat {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    overflow: auto;
  }
  #chat-general , #chat-support {
    margin-bottom: 72px;
    scrollbar-width: none;
  }
  #div-root-top {
    margin-top: 115px;
  }
  /* ROOT */
	#root {
		background-color: #1c2936;
		margin-left: 88px;
    transition: var(--tran-03);
	}
	
	#root.chat-open {
		margin-right: 300px;
	}

	.header.chat-open {
		margin-right: 300px;
	}

  .sidebar li a.menu_active, .sidebar li button.menu_active {
    background-color: var(--primary-color) !important;
    color: #fff !important;
  }
  /* FOOTER */

  footer {
    margin-left: 88px;
    transition: var(--tran-03);
  }
  footer > div {
    margin: 20px;
    display:  flex;
    justify-content: space-between;
    padding: 30px 50px;
    color: var(--text-color);
    background-color: #121b23;
    border-radius: 12px;
  }
  @media screen and (min-width: 1000px) {
    footer.slidebar-open {
      margin-left: 250px;
    }
    #root.slidebar-open {
      margin-left: 250px;
    }
    #live-offers.slidebar-open {
      margin-left: 250px;
    }
  }
  footer.chat-open {
    margin-right: 300px;
  }
  footer div a {
    color: var(--text-color);
    text-decoration: none;
  }
  footer div a i {
    color: #FFF;
  }
  footer> div > div:nth-child(2) > div {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  footer > div > div:nth-child(2) > div > div:first-child {
    border: 1px solid #a1a1c3;
    border-radius: 8px;
    border-width: 2px;
    border-radius: 100%;
    width: .5rem;
    height: .5rem;
  }
  footer > div > div:nth-child(3) > div {
    display: flex;
    justify-content: center;
    gap: 9px;
    max-width: 200px;
    flex-wrap: wrap;
  }
  footer > div > div:nth-child(3) > div > div {
    padding: 6px;
    border-radius: 8px;
    cursor: pointer;
  }
  footer > div > div:nth-child(3) > div > div {
    max-width: 32px;
    max-height: 32px;
  }
  footer > div > div:nth-child(4) > div {
    display: flex;
    align-items: center;
    background-color: #090c0e;
    padding: 6px;
    border-radius: 30px;
    width: 100px;
  }

  footer > div > div {
    gap: 8px;
    display: flex;
    flex-direction: column;
    margin: 0 8px;
  }
  footer h2 {
    color: #FFF;
  }
  @media screen and (max-width: 700px) {
    footer div {
      flex-direction: column;
    }
    footer > div > div {
      margin: 8px
    }
    footer > div > div:nth-child(2) > div , footer > div > div:nth-child(4) > div ,  footer > div > div:nth-child(3) > div{
      align-items: center;
      flex-direction: initial;
      max-width: unset;
    }
    footer > div > div:nth-child(3) > div {
      justify-content: start;
    }
  }

  @media screen and (max-width: 1000px) {
	.header > div > div:first-child > a:last-child {
		display: block;
	}
  emoji-picker {
    right: 0px !important;
    width: 100%;
    height: 250px;
  }
	.header > div > div:first-child > a:first-child {
		display: none;
	}
	.sidebar {
		display: none;
	}
	.menu-mobile {
		display: block;
	}
	#header-options > button:last-child {
		display: none;
	}
	.header > div:first-child  {
		padding: 10px 24px
	}
  #live-offers{
    margin-left: 0px;
  }
	#root {
		margin-left: 0px;
	}
  footer {
    margin-left: 0px;
    margin-bottom: 90px;
  }
	#chat.open {
		right: 0px;
    width: 100%;;
	}
	#chat {
		bottom: 70px;
	}
  #root.chat-open {
		margin-right: 0px;
	}
  footer.chat-open {
    margin-right: 0px;
  }
  .header.chat-open {
    margin-right: 0px;
  }
}

/* TOASTIFY */

.toastify {
  padding: 12px 20px;
  color: #fff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12), 0 10px 36px -4px rgba(77, 96, 232, .3);
  background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
  border-radius: 2px;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}
.toastify-left {
  left: 15px;
}
.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
}
.toastify-bottom {
  bottom: -150px;
}
.toastify.on {
  opacity: 1;
}
.toast.success {
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12), 0 10px 36px -4px #12754842;
  background: -webkit-linear-gradient(315deg, #04d577, #167148);
  background: linear-gradient(135deg, #04d577, #167148);
}
.toast.info {
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12), 0 10px 36px -4px #124c7542;
  background: -webkit-linear-gradient(315deg, #5477f5, #3551b4);
  background: linear-gradient(135deg, #5477f5, #3551b4);
}
.toast.error {
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12), 0 10px 36px -4px #75121273;
  background: -webkit-linear-gradient(315deg, #ed1d49, #b31738);
  background: linear-gradient(135deg, #ed1d49, #b31738);
}
.toast-close {
  background: 0 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: .4;
  padding: 0 5px;
}
emoji-picker {
  position: relative;
  right: 30px;
  bottom: 65px;
  display: none;
  transition: var(--tran-03);
  --background: #121b23;
  --border-size: 1px;
  --border-color: #1d272e;
}