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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  background: url(../images/fon-bg-top.jpg) fixed top no-repeat;
  background-color: #000000;
  font-family: 'Arial';
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  min-height: 100vh;
  overflow-x: hidden;
}
a {
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
}

p {
  margin-bottom: 15px;
}

h1,
h2,
h3 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
table {
  width: 100%;
}
table td {


  border-collapse: collapse;
  padding: 6px;
  /*border: 1px solid #2ba6c4;*/
}
table thead {
  background: linear-gradient(90deg, #1a1a1a, #333);
}
table tr:nth-child(odd) {
 
}
caption {
  margin-bottom: 15px;
}


textarea {
  color: #fff;
  position: relative;
}

button,
.button {
  width: 281px;
  height: 102px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  border: none;
  background: url(../images/button-login.png)bottom no-repeat;
  padding-bottom: 20px;
}

button:hover,
.button:hover {
   -webkit-filter: brightness(120%);
  filter: brightness(120%);
}


.agree a{
  color: #0b8a88;
  text-decoration: underline !important;
}

.agree a:hover{
  text-decoration: none !important;
}

:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #d49e1771;
}
::-moz-placeholder {
  color: #2a292e;
}
:-moz-placeholder {
  color: #2a292e;
}
:-ms-input-placeholder {
  color: #d49e1771;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;

}

.container {
  display: flex;
  position: relative;
 
  background: url(../images/bg-content.jpg) repeat-y;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  border-radius: 25px;

  min-height: 1500px;
}

.content { 
  width: 1200px;
  line-height: 1.3;
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.top{
  display: flex;
}

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

nav {
  /* position: absolute; */
  width: 100% !important;
  background: #2a2a2a;
  font-size: 19px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10000;

}

/* first stage */

nav > ul {
position: relative;
display: flex;
justify-content: center;
margin: 0 auto;
padding: 0;
}

nav a {
display: block;
color: #fff;
text-decoration: none;
}

nav ul li {
color: #fff;
list-style: none;
transition: 0.5s;
}

nav > ul > li > a {
padding: 15px 25px;
}

nav ul > li.submenu > a:after {
position: relative;
float: right;
content: '';
margin-left: 10px;
margin-top: 8px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #fff;
border-bottom: 5px solid transparent;

}

nav ul > li.submenu:hover > a:after {
margin-top: 2px;
border-top: 5px solid transparent;
border-bottom: 5px solid #fff;
}

nav > ul > li:hover {
background: #c58d0f;
}

/* second stage (the mega-menu) */

nav ul.megamenu {
  position: absolute;
  /* display: flex; */
  flex-wrap: wrap;
  /* width: 100%; */
  top: -9999px;
  /* left: 0; */
  background: #2a2a2ad9;
  text-align: left;
  border-top: 3px solid #c58d0f;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  z-index: 10000;
  color: white;

}

nav ul li:hover ul.megamenu {
top: 100%;

}

.megamenuitem{
  padding: 7px 14px 7px 14px;
}

.megamenuitem:hover{
  background: #c58d0f;
}

.server-menu{
float:right;
margin-top: -37px;
}

/* third stage (child-menus in the mega-menu) */

nav ul.megamenu ul {
width: 25%;
margin-bottom: 40px;
color: #fff;
text-shadow: 1px 0px 1px rgb(156 125 17);
font-size: 15px;
box-shadow: none;
}

nav ul.megamenu h4 {
margin-bottom: 15px;
text-transform: uppercase;
}

nav ul.megamenu ul li {
display: block;
}

nav ul.megamenu ul li a {
margin-top: 10px;
transition: 0.5s;
color: #ffff;

}

.languages {
  margin-left: 100px;
}

.languages a {
  margin-left: 10px;
}

.languages a:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
  margin-left: 10px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  min-height: 600px;
  position: relative;
  display: flex;
  justify-content: center;
    align-items: center;
}
.logo {
  display: block;
  position: absolute;
  transition: 0.3s;
  z-index: -10000;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 150px;

  -webkit-filter: drop-shadow(0PX 0PX 10px  rgb(119, 119, 119));
  filter: drop-shadow(0PX 0PX 10px  rgb(119, 119, 119));

  -webkit-filter: drop-shadow(0PX 0PX 60px  rgb(180, 180, 180, 0.8));
  filter: drop-shadow(0PX 0PX 60px  rgb(180, 180, 180, 0.8));

}

.logo:hover {


}

/* DOWNLOAD, SERVERS, REGISTRATION
-----------------------------------------------------------------------------*/

.download-block  {
display: flex;
height: 126px;
width: 314px;
margin-left: -30px;
background: url(../images/download-button.png) no-repeat;
margin-right: 130px;

}

.download-block a {
  font-style: italic;
  font-size: 20px;
  color: #000;
  padding-left: 107px;
  padding-top: 35px;
}

.download-block span {
  font-weight: bold;
}

.download-block p{
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  padding-top: 5px;
  color: #000;
  font-weight: bold;
  text-shadow: #fff 0px 1px;
}

.download-block:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}


/* servers
-----------------------------------------------------------------------------*/


/* servers end
-----------------------------------------------------------------------------*/

.registration-block {

display: flex;
height: 126px;
width: 314px;
background: url(../images/registration-button.png) no-repeat;
}

.registration-block a {
  font-style: italic;
  font-size: 20px;
  color: #000;
  padding-left: 107px;
  padding-top: 35px;
}

.registration-block span {
  font-weight: bold;
}

.registration-block p{

  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  padding-top: 5px;
  color: #000;
  font-weight: bold;
  text-shadow: #fff 0px 1px;
}

.registration-block:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

/* DOWNLOAD, SERVERS, REGISTRATION  end
-----------------------------------------------------------------------------*/

/*slider*/


.slider {
  float: center;
  overflow: hidden;
  position: relative;
  width:1200px;
  height: 400px;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
} 

.slider .slides {
  position: relative;
  transition: 1s;
}
.slider .slides .slide {
  float: left;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  width: 1200px;
  height: 400px;
}
.slider .slides .slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slide-info span{
  font-weight: 800;
  width: 90px;
  height: 36px;
  margin-left: 570px;
  margin-top: 55px;
  font-size: 36px;
  font-style: italic;
  color: #045060;
  text-shadow: #fff 0px 1px;
}

.slide-text-big{
  font-weight: 800;
  color: #045060;
  text-shadow: #fff 0px 1px;
  font-size: 60px;
  width: 100%;
  height: 60px;

  font-style: italic;  
}

.slide-text p{
  margin-top: 10%;
  padding-left: 100px;
  width: 100%;
  color: #fff;
  font-style: italic;
  font-size: 22px;
  font-weight: bold;
     filter: drop-shadow(0PX 5PX 6px  Rgba(0, 0, 0, 0.3))
    drop-shadow(0PX -5PX 6px  Rgba(0, 0, 0, 0.3))
    drop-shadow(5PX 0PX 6px  Rgba(0, 0, 0, 0.3))
    drop-shadow(-5PX 0PX 0px  Rgba(0, 0, 0, 0.3));
}

.slide-text1 p{
  text-align: right;
  margin-top: 50%;
  margin-left: 95%;
  width: 100%;
  padding-left: 200px;
  color: #fff;
  font-style: italic;
  font-size: 22px;
  font-weight: bold;
      filter: drop-shadow(0PX 5PX 6px  Rgba(0, 0, 0, 0.3))
    drop-shadow(0PX -5PX 6px  Rgba(0, 0, 0, 0.3))
    drop-shadow(5PX 0PX 6px  Rgba(0, 0, 0, 0.3))
    drop-shadow(-5PX 0PX 0px  Rgba(0, 0, 0, 0.3));
}

.slider .slides .slide-info {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}


.slider .slides .active .slide-info {
  transition: all 2s ease;
  opacity: 1;
}


.slider .arrows {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 170px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.5;
}

.slider .arrows:hover {
  cursor: pointer;
  opacity: 1;
}
.slider .next {
  background: url(../images/arrow-right.png) no-repeat;
  right: 1px;
}

.slider .prev {
  background: url(../images/arrow-left.png) no-repeat;
  left: 1px;
}
.slider .navigation {
  position: absolute;
  bottom: 20px;
  left: 0px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.slider .navigation .dot {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  cursor: pointer;
  background-color: #fff;
  margin: 0px 20px;
}
.next:hover,
.prev:hover {
  opacity: 1;
  transition: all 0.7s ease;
}
.slider .navigation .active {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0px 20px;
  background-color: #2aadc8;
  position: relative;
}
.slider .navigation .active:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #2aadc8;
  box-shadow: 0 0 4px 1px #fff;
}

/*end slider*/


/*account-panel*/


.account-panel-title{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family:'Times New Roman';
  padding-top: 34px;
}


.input-user {
  position: relative;
  text-align: center;
  padding-top: 10px;
}

.input-user input {
  width: 320px;
  padding-top: 50px;
  padding-bottom: 20px;
  border: none;
  text-align: center;
  color: #8b4c05;
}

.buttons{
  text-align: center;
}

.lost{
  color: #8b4c05;
}


.lost a{
  color: #8b4c05;
  text-decoration: none;
}

.lost a:hover{
  color: #8b2c00;
  text-decoration: underline;
}


.agree{
  margin-top: 20px;
  color: #8b4c05;
}

.agree a{
  color: #8b4c05;
  margin-left: 5px;
  text-decoration: underline !important;
}

.agree a:hover{
  text-decoration: none !important;
}

/*end account-panel*/

/*fast-links*/


.fast-links{
  display: flex;
  margin-top: 20px;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
}

.fast-links span{
  margin-right: 3px;
}

/*fast 1*/

.fast-links-left{
  width: 398px;
  height: 125px;
  background: url(../images/fast-links-left.png) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 30px;
  text-shadow: 2px 2px 5px black;
}
.fast-link-text{
  z-index: 1;
}

.fast-links-left span {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.fast-links-left p {
  font-size: 13px;
  font-style: italic;
  line-height: 1.2;
  color: #072650;
  text-shadow: rgba(255, 255, 255, 0.3) 0px 1px;
  font-weight: 600;
}

.fast-links-left:before {
  content: "";
  background: url(../images/coin-small.jpg) no-repeat;
  width: 251px;
  height: 150px;
  position: absolute;
  left: 147px;
  transition: 0.3s;
}

.fast-links-left:hover:before {
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
  transform: translateY(-7px) translateX(-15px) scale(1.05);
  overflow:visible;
}

/*fast 2*/
.fast-links-center{
  width: 398px;
  height: 125px;
  background: url(../images/fast-links-center.png) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 30px;
  text-shadow: 2px 2px 5px black;
}

.fast-links-center span {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.fast-links-center p {
  font-size: 13px;
  font-style: italic;
  line-height: 1.2;
  color: #072650;
  text-shadow: rgba(255, 255, 255, 0.3) 0px 1px;
  font-weight: 600;
}

.fast-links-center:before {
  content: "";
  background: url(../images/hero-links-center.png) no-repeat;
  width: 244px;
  height: 125px;
  position: absolute;
  left: 154px;
  transition: 0.3s;
}

.fast-links-center:hover:before {
  left: 144px;
}

/*fast 3*/
.fast-links-right{
  width: 398px;
  height: 125px;
  background: url(../images/fast-links-right.png) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 30px;
  text-shadow: 2px 2px 5px black;
}

.fast-links-right span {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.fast-links-right p {
  font-size: 13px;
  font-style: italic;
  line-height: 1.2;
  color: #909eb3;
  text-shadow: rgba(255, 255, 255, 0.3) 0px 1px;
  font-weight: 600;;
}

.fast-links-right:before {
  content: "";
  background: url(../images/hero-links-right.png) no-repeat;
  width: 251px;
  height: 125px;
  position: absolute;
  left: 184px;
  transition: 0.3s;
}

.fast-links-right:hover:before {
  left: 169px;
}

/*end fast-links*/

/*LAST NEWS*/

.last-news{
  float: left;

  width: 760px;
  display: grid;

  margin: 20px;
  border-style: solid;
  border-color: white;
}

.gold-a {
  transition: all 0.3s ease;
  cursor: pointer;
  background: #282828;
  height: 22px;
  line-height: 18px;
  display: inline-block;
  border: none;
  color: #ffffff;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 9px;
  text-shadow: 1px 1px 2px #000;
  margin-left: 5px;
  text-decoration: none;
  box-shadow: 0px 5px 10px -1px rgba(253, 251, 251, 0.75);
  padding: 0px 10px;
}



.main-content{
  float: left;
  margin-top: 20px;
  width: 800px;

  padding-right: 40px;
  padding-left: 40px;

}

.last-news-title{
  padding-top: 28px;
  border-bottom: 1px solid #9dbdc8;
}

.last-news-title h2{
  color: #0a5b75;
  font-size: 18px;
  font-family: 'Times New Roman'
}

.last-news-title-small{
  font-size: 16px;
}

.news-title-more{
  background-color: #2aabc7;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-title-more:hover{
  background-color: #4bcde9;
}


.last-news-title a{
color: #fff;
}

.last-news-content{
  margin-top: 60px;
  height: 225px;
}

.img-news{
  float: left;
  width:328px;
  height: 225px;
  margin-right: 40px;
  box-shadow: 0px 20px 30px 0px rgba(16, 86, 105, 0.2); 
}



.news-content{
  position: relative;
}

.news-content-title{
  font-size: 16px;
  font-weight: 600;
}

/*full news*/

.news-content-title-title{
  font-size: 16px;
  font-weight: 600;
  padding-top: 60px;
  padding-bottom: 40px;
}

.img-news-news{
  float: left;
  width:720px;
  height: 394px;
  box-shadow: 0px 20px 30px 0px rgba(16, 86, 105, 0.2); 
  margin-bottom: 40px;
}

.news-text-text{
  line-height: 20px;
}

.news-text-bottom{


}

.time-news-news{
  float: left;
  padding-top: 19px;
  color: #3a95b2;
}

.time-news-news span{
  color: #0a5b75;
  font-size: 20px;
}

/*end full news*/

.news-text{
  padding-top: 27px;
  line-height: 20px;
  height: 130px;
  overflow: hidden;
}

.news-text-bottom{
  position: absolute;
  top:166px;
  left: 368px;
}

.button-small{
  float: left;
  width: 196px;
  height: 92px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  border: none;
  background: url(../images/button-small.png)bottom no-repeat;
  margin-left: -17px;
  text-transform: uppercase;
  padding-bottom: 23px;
}

.button-small:hover {
   -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

.button-small-small{
   margin-left: 17px;
}

.time-news{
  float: right;
  padding-top: 19px;
  color: #3a95b2;
}

.time-news span{
  color: #0a5b75;
  font-size: 20px;
}

/*END LAST NEWS*/


/*right-sidebar*/

.right-sidebar{
  display: block;
  width: 400px;
  min-height: 400px;
  float: right;

}

.itemmall_menu{
  color:white;
}

.itemmall_menu ul li a{
  color:white;
}

.widget-right{
  margin-top: 20px;

}

.widget-title{
  background: url(../images/fon-widget-title.png)top no-repeat;
  height: 100px;
 
}
.widget-title-2{
  background: url(../images/fon-widget-title-2.png)top no-repeat;
  height: 100px;
 
}


.widget-title h2 {
    font-size: 18px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    text-shadow: #fff 0px 1px;
    filter: drop-shadow(0PX 5PX 6px  Rgba(0, 0, 0, 0.3))
    drop-shadow(0PX -5PX 6px  Rgba(0, 0, 0, 0.3))
    drop-shadow(5PX 0PX 6px  Rgba(0, 0, 0, 0.3))
    drop-shadow(-5PX 0PX 0px  Rgba(0, 0, 0, 0.3));
}
.widget-title h2 span {
 padding: 15px;
}

.widget-title-small{
  font-size: 16px;
  text-shadow: #fff 0px 1px;
}

/*servers*/


.widget-content {
padding-top: 7px;
}

.server-name{
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}

.status-block {
  margin-top: 10px;
}

.server {
  position: relative;
}

.status{
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.status-off{
  color: #ff8686;
  text-align: center;
}

.img-online{
  width: 43px;
  height: 43px;
  position: absolute;
  left: 325px;
}

.server-bottom {
  padding: 35px 30px 0px 157px;
  height: 125px;
  font-size: 12px;
  background: url(../images/img-server-bottom.png) no-repeat;
  font-size: 14px;
}

.status-offline{
  color: #aa4a31;
  float: right;
  margin-top: 11px;
  font-size: 12px;
}

.progress-bar {
  float: left;
  height: 49px;
  position: relative;
  width: 357px;
  padding: 23px 20px 0px 19px;
}

.progress-bar:after {
  content: "";
  position: absolute;
  background: url(../images/progress-bar.png) no-repeat;
  width: 100%;
  height: 49px;
  top: 0px;
  left: 0px;
}

.progress-bar span {
  height: 3px;
  background: url(../images/status-on.jpg) repeat-x;
  display: block;
  position: relative;
  z-index: 1;
}

/*end servers*/

/*Top Players*/

.widget-content-content{
  padding-left: 40px;
  padding-right: 40px;
}

.top-block.guild .top-number img {
  margin-bottom: -2px;
  margin-left: 5px;
}


.top-block.guild .score {
  padding-left: 55px
}

.top-block {
  width: 100%;
  padding-bottom: 15px;
}
.top-block span {
  display: block;
}
.top-block .top-number {
  width: 20px;
}

.guild img{
  border: 1px solid #360e17;
}

.top-block .top-flag {
  width: 30px;
  padding-top: 2px;
}

.top-block .top-name {
  width: 162px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-block .top-lvl {
  width: 68px;
}

.top-block .top-Res sup {
  font-size: 10px;
  color: #ff0000;
  position: absolute;
  margin-top: -5px;
}

.top-list {
  height: 41px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  color: #fff;
}
.top-list a {
  color: #fff;
  text-decoration: none;
}
.top-list:hover {
 background-color: rgb(63, 63, 63);
  height: 41px;
  margin: 0px -40px 0px -40px;
  padding: 0px 25px 0px 25px;
  color: gold;
  position: relative;
  z-index: 5;
  box-shadow: 0px 8px 20px 0px rgba(51, 56, 9, 0.2);
}

.top-list:hover a {
  color: gold;
}
.top-title {
  color: gold;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 600;
}

.top-block.guild .top-number {
    width: 60px;
}

/*end Top Players*/

/*discussions*/


.discussions-content-top{
  margin-bottom: 32px;
}

.discussions-content{
  height: 80px;
}

.discussions-icon{
float: left;
border-radius: 50%;
width: 45px;
height: 45px;
background-size: 45px;
box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}

.discussions-message{
  float: right;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #27c9d8;
  color: #fff;
  font-size: 11px;
}

.discussions-content-block{ 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
}

.discussions-text{
  padding-left: 16px;
  font-size: 14px;
  font-weight: 600;
}

.discussions-text-bt{
  padding-left: 16px;
  font-size: 13px;
  color: #0a5b75;
}

.discussions-content-block:hover .discussions-text-bt a{
  color: #fff;
}

.discussions-text-bt a{
  color: #76c8e3;
}

.discussions-text-bt a:hover{
  text-decoration:none;
  color: #fff;
}


.discussions-content-block{
  padding-bottom: 11px;
  padding-top: 11px;
}

.discussions-content-block:hover{
  background-color: #2ba2c2;
  box-shadow: 0px 8px 20px 0px rgba(16, 86, 105, 0.2);
  transition: 0.4s;
  margin: 0px -40px 0px -40px;
  padding: 11px 26px 11px 26px;
  height: 80px;
}

.discussions-content-block:hover .discussions-text {
  color: #fff;
  width: 240px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.discussions-content-block:hover .discussions-message {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #27c9d8;
}


/*end discussions*/

/*end right-sidebar*/

/*paginator*/


.pagination {
  padding-top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;

}
.page-numbers {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  line-height: 38px;
  color: #70c6da;
  text-decoration: none !important;
  font-size: 14px;
  margin: 0px 7px;
  background: rgba(42, 169, 198, 0.1);
}

.page-numbers.active {
  background: #2aa9c6;
  color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(16, 86, 105, 0.2);
}

.page-numbers:hover {
  background: #2aa9c6;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  box-shadow: 0px 5px 10px 0px rgba(16, 86, 105, 0.2);
  color: #fff;
}

.page-numbers.prev,
.page-numbers.next {
  background: rgba(42, 169, 198, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(16, 86, 105, 0.2);
  font-size: 0px;
}
.page-numbers.prev:hover,
.page-numbers.next:hover {
  background: #2aa9c6;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.page-numbers.prev {
  margin: 0px 25px 0px 0px;
}
.page-numbers.next {
  margin: 0px 0px 0px 25px;
}
.page-numbers.prev:after {
  content: "";
  position: absolute;
  background: url(../images/prev-p.png) no-repeat;
  width: 12px;
  height: 18px;
  margin-left: -8px;
  margin-top: -8px;
  left: 50%;
  top: 50%;
  z-index: 2;
}
.page-numbers.prev:hover:after {
  background: url(../images/prev-p.png) no-repeat;
}
.page-numbers.next:after {
  content: "";
  position: absolute;
  background: url(../images/next-p.png) no-repeat;
  width: 12px;
  height: 18px;
  margin-right: -8px;
  margin-top: -8px;
  right: 50%;
  top: 50%;
}
.page-numbers.next:hover:after {
  background: url(../images/next-p.png) no-repeat;
}

/*end paginator*/


/*To top*/

.toTop-fon{
  display: flex;
  background: url(../images/fon-totop.png)center top no-repeat;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}

.toTop {
  background: url(../images/fon-circle.png) no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
}

.toTop:hover {
  box-shadow: inset 0px 0px 5px 0px rgba(152, 224, 229, 1);
  filter: drop-shadow(0px 0px 5px rgba(152, 224, 229, 0.5));
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* to top end*/

/*footer*/

.footer{
  min-height: 269px;
}

.footer-block-coperite{
  float: left;
  color: #fff;
  padding-top: 40px;
  padding-left: 40px;
}

.footer-block-coperite a{
  color: #ccc;
}

.footer-block-coperite a:hover{
  text-decoration: underline;
}

.footer-block-r {
  float: right;
  padding-right: 90px;
}

.soc-block{
  margin-bottom: 24px;
}

.soc-block a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding-top: 8px;
  margin-left: 20px;
  background-color: #2ba4c3;
  height: 33px;
  width: 33px;
}

.soc-block a:hover {
  box-shadow: inset 0px 0px 5px 0px rgba(0, 246, 255, 1);
  filter: drop-shadow(0px 0px 5px rgba(56, 256, 225, 1));
}

.footer-logo{
  text-align:center;
  transition: all 0.3s ease;
}

.footer-logo:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
}

.templstock{
  padding-bottom: 47px;
}

.templstock:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
}

/*end footer*/

/*animation*/


.leaves {
  position: absolute;
  bottom: -130px;
  left: 200px;
}

.leaves-1 {
  background: url(../images/leaves_1.png);
  width: 300px;
  height: 197px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-1 linear infinite;
}

@keyframes leaves-1 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }
  33% {
    transform: scale(0.8) rotate(30deg);
    bottom: -100px;
    left: 500px;
  }
  66% {
    transform: scale(0.9 rotate(60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}
.leaves-2 {
  background: url(../images/leaves_2.png);
  width: 283px;
  height: 171px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-2 linear infinite;
  animation-delay: 2s;
}

@keyframes leaves-2 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }
  33% {
    transform: scale(0.8) rotate(-30deg);
    bottom: -100px;
    left: 500px;
  }
  66% {
    transform: scale(0.9 rotate(-60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(-90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}
.leaves-3 {
  background: url(../images/leaves_3.png);
  width: 324px;
  height: 222px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-3 linear infinite;
  animation-delay: 4s;
}

@keyframes leaves-3 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }
  33% {
    transform: scale(0.8) rotate(-30deg);
    bottom: -100px;
    left: 500px;
  }
  66% {
    transform: scale(0.9 rotate(-60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(-90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}

.sparks{
  position: absolute;
  bottom: -150px;
  left: -50px;
}

.spark-1 {
  background: url(../images/sparks_1.png);
  width: 350px;
  height: 226px;
  left: -50px;
  bottom: -250px;
  position: absolute;
  animation: 4s spark-1 linear infinite;
}

@keyframes spark-1 {
  0% {
    transform: scale(0.4);
    bottom: -150px;
  }
  33% {
    transform: scale(0.6);
    bottom: -100px;
  }
  66% {
    transform: scale(0.8);
    bottom: -50px;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    bottom: 0px;
    opacity: 0;
  }
}
.spark-2 {
  background: url(../images/sparks_2.png);
  width: 350px;
  height: 390px;
  left: -50px;
  bottom: -400px;
  position: absolute;
  animation: 5s spark-2 linear infinite;
  animation-delay: 1s;
}

@keyframes spark-2 {
  0% {
    transform: scale(0.4);
    bottom: -400px;
  }
  33% {
    transform: scale(0.6);
    bottom: -300px;
  }
  66% {
    transform: scale(0.8);
    bottom: -200px;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    bottom: -100px;
    opacity: 0;
  }
}
.spark-3 {
  background: url(../images/sparks_3.png);
  width: 350px;
  height: 352px;
  left: -50px;
  bottom: -350px;
  position: absolute;
  animation: 5s spark-3 linear infinite;
  animation-delay: 2s;
}

@keyframes spark-3 {
  0% {
    transform: scale(0.4);
    bottom: -350px;
  }
  33% {
    transform: scale(0.6);
    bottom: -240px;
  }
  66% {
    transform: scale(0.8);
    bottom: -130px;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    bottom: -20px;
    opacity: 0;
  }
}

/*end animation*/

/*DOWNLOAD*/


.last-news-text{
font-size: 14px;
line-height: 20px;
padding-bottom: 20px;
color: #0a5b75;
}

.news-all-text-download{
  margin-bottom: 15px;
  position: relative;
}

.news-all-text{
  padding-top: 38px;
  color: #0a5b75;
}

.dowload-link{
  color: #2ba3c3;
}

.dowload-link:hover{
  text-decoration:underline;
}

nav {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background: linear-gradient(90deg, #1a1a1a, #333);
  padding: 10px 17px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  font-family: 'Arial', sans-serif;
  text-transform: uppercase !important;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav ul li {
  position: relative;
  margin: 0 15px;
  border-radius: 5px;
}
nav ul li a {
  color: #f0f0f0;
  text-decoration: none;
  padding: 12px 18px;
  font-weight: 500;
  display: block;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
 
}
nav ul li a:hover {
 
  color: #fff;
}
.submenu .megamenu {
  display: none;
  position: absolute;
  background: linear-gradient(90deg, #1a1a1a, #333);
  min-width: 300px;
  top: 100%;
  left: 0;
  z-index: 1000;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  padding: 7px;
}
.submenu:hover .megamenu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.megamenu li {
  margin: 0;
}
.megamenu li a {
  padding: 10px 7px;
  font-size: 14px;
  color: #ddd;
  border-radius: 0;
}
.megamenu li a:hover {
  color: #fff;
}
.widget-account-panel {
  background: linear-gradient(90deg, #1a1a1a, #333);
  padding: 20px;
  border-radius: 5px;
  width: 400px;
  color: #f0f0f0;
  font-family: 'Arial', sans-serif;
}
input[type="text"],
input[type="password"],
input[type="number"] {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: none;
  border-radius: 5px;
  background: #3a3a3a;
  color: #f0f0f0;
  font-size: 14px;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder
input[type="number"]::placeholder {
  color: #aaa;
}
.login-buttons {
  text-align: center;
}
.submit_button {
  color: #fff;
  border: none;
  padding: 10px 16px 35px 16px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.submit_button:hover {

}
.widget-title h2 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 500;
  color: #f0f0f0;

}
.lk-coins {
  margin-bottom: 20px;
}
.lk-coins .username {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  color: #ddd;
}

span.username{
  margin: 15px
}

  .gold-a2 {
    border-radius: 5px !important;
    background: #d4a017;
    padding: 5px 12px !important;
      color: #fff;
    padding: 12px 12px !important;
    text-decoration: none;
    margin: 5px 0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
  .gold-a2:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
       transform: translateY(-2px);
  }
.lk-form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lk-form ul li {
  margin: 5px 0;
}
.login-buttons a {
  color: #d4a017;
  text-decoration: none;
  font-size: 14px;
}
.login-buttons a:hover {
  color: #b38e14;
  filter: brightness(120%);
  transform: translateY(-2px);
}
.social-widget-vertical {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #1a1a1a, #333);
  padding: 15px;
  border-radius: 20px 0 0 20px;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-icons li {
  display: block;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #d4a017;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s;
}

.social-icons a:hover {
  background: #d4a017;
  transform: scale(1.1);
  filter: brightness(120%);
  transform: translateY(-2px);
}

.social-icons i {
  font-size: 1.4em;
}

.register-form {
  background: linear-gradient(90deg, #1a1a1a, #333);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  width: 100%;
  margin: 20px auto;
  color: #f0f0f0;
  font-family: 'Arial', sans-serif;
  display: table;
}
.register-form .input-user {
  margin: 0;
}
.register-form label {
  display: block;
  font-size: 14px;
  color: #ddd;
  margin-bottom: 5px;
  font-weight: 500;
}
.register-form input[type="text"],
.register-form input[type="password"] {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: none;
  border-radius: 5px;
  background: #3a3a3a;
  color: #f0f0f0;
  font-size: 14px;
}
.register-form input[type="text"]::placeholder,
.register-form input[type="password"]::placeholder {
  color: #aaa;
}
.register-form .spacer {
  height: 10px;
}
#reg-submit-btn{
  padding-left: 190px;
}
.news-article {
  padding: 10px;

}
.last-news {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 8px;
}

.news-article {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid white;
    border-radius: 6px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
      background: #2a2a2a;
}

.news-article:hover {

}

.news-article h2 {
    font-size: 1.8em;
    margin: 0 0 10px;
    line-height: 1.3;
    font-weight: 600;
}

.news-article p {
    font-size: 1.1em;
    margin: 0 0 15px;
    line-height: 1.6;
}

.news-date {
  color: #7f8c8d;
  margin-bottom: 10px;
}

.news-article a {
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
  transition: color 0.2s ease;
  float: right;
  transition: background 0.3s, transform 0.2s;
}

.news-article a:hover {
  background: #d4a017;
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 50);
  border: 1px solid #d4a017;
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.news-article hr {
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 20px 0;
}

/* Responsive design */
@media (max-width: 600px) {
    .last-news {
        padding: 10px;
    }

    .news-article {
        padding: 15px;
    }

    .news-article h2 {
        font-size: 1.5em;
    }

    .news-article p {
        font-size: 1em;
    }
}
/*end DOWNLOAD*/

.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.pagination-link {
    display: inline-block;
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.pagination-link:hover {
  background: #d4a017;
  filter: brightness(120%);
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 50);
}

.pagination-current {
    display: inline-block;
    padding: 8px 12px;
    background-color: #d4a017;
    border: 1px solid #d4a017;
    border-radius: 4px;
    font-weight: 800;
}

.pagination span {
    padding: 8px 12px;

}

 /* color: #d4a017;


  color: #b38e14;*/

.download {

  background: #c58d0f;
  border: 2px solid #c58d0f;
  border-radius: 8px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 15px 25px;
  font-size: 16px;
}

.download:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  transform: translateY(-2px);
}
    
.error {
    color: #d32f2f;
    font-size: 14px;
    margin-bottom: 10px;
}
.success {
    color: #2e7d32;
    font-size: 14px;
    margin-bottom: 10px;
}

.bar-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    margin: auto;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bar {

    height: 20px;
    background-color: #4caf50;
    /* Green for visibility */
    transition: width 0.5s ease;
}

.bar.left {
    width: var(--percentage);
    background-color: #2196f3;
}

.bar.right {
    width: var(--percentage);
    background-color: #f44336;
    transform-origin: right;
}

.tab-container {
    padding: 10px;
    max-width: 800px;
    margin: 0 auto;
}

.tab-buttons {
    padding: 0px 65px 0px 65px;
    overflow: hidden;
    border-bottom: 2px solid #ccc;
}

.tab-buttons button {

    float: center;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px 35px 16px;
    transition: 0.3s;
    font-size: 17px;
    border-bottom: 5px solid transparent;
}

.tab-buttons button.active {
    border-bottom: 5px solid #b38e14;
}

.tab-content {
    display: none;
    padding: 20px;
    border: 1px;
    border-top: none;
}

.tab-content.active {
    display: block;
}

.nice_table {
    width: 100%;
    border-collapse: collapse;
}

.nice_table td {

    text-align: left;
}

.nice_table tr:nth-child(even) {}

.nice_table tr:hover {}

/* Loading screen styles */
#loadingScreen {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px;
    height: 100px;
    font-size: 18px;
    color: white;
}
/* Hide connect-btn and action-tabs initially */
#connect-btn, #action-tabs {
    display: none;
}

#loadingScreen .spinner {
    display: inline-block;
    width: 30px; /* Larger spinner */
    height: 30px;
    border: 4px solid #d4a017; /* Gold border */
    border-top: 4px solid transparent; /* Transparent top for spinning effect */
    border-radius: 50%;
    animation: spin 0.8s ease-in-out infinite; /* Smoother, faster animation */
    margin-right: 12px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.balance-container {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 20px auto;
}
.balance-column {
    flex: 1;
    padding: 5px;
}
.balance-column p {
    margin: 10px 0;
}
/* Top-right user address */
.top-right-address {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 12px 16px;
    background: linear-gradient(90deg, #1a1a1a, #333);
    border-radius: 0px 0px 0px 10px;
    font-size: 18px;
    color: white;
    display: none; /* Hidden by default */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.top-right-address.connected {
    display: block; /* Show when connected */
}

.discount-table-container {
    margin: 20px auto;
    max-width: 600px;
    text-align: center;
}

.discount-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.discount-table th, .discount-table td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.discount-table th {
    background-color: #d4a017;
    color: white;
}

.discount-table tr:nth-child(even) {
}

.discount-table tr:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.discount-table-container h3 {
    margin-bottom: 10px;
}

.red-notice {
    background-color: #fee;
    border-left: 6px solid #f00;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    color: #900;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.yellow-notice {
    background-color: #fee;
    border-left: 6px solid yellow;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    color: rgb(153, 143, 0);
    font-weight: bold;
    display: flex;
    align-items: center;
}

.red-notice::before {
    content: "⚠";
    font-size: 24px;
    margin-right: 12px;
}

.close-btn {
      background: none;
      border: none;
      font-size: 24px;
      cursor: pointer;
      color: #c00;
      padding: 0;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      transition: background-color 0.2s;
  }

  .close-btn:hover {
      background-color: rgba(255, 0, 0, 0.1);
  }

  .toast {
        min-width: 300px;
        max-width: 400px;
        padding: 14px 20px;
        border-radius: 8px;
        color: white;
        font-family: Arial, sans-serif;
        font-size: 14px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        display: flex;
        align-items: center;
        justify-content: space-between;
        opacity: 0;
        transform: translateX(100%);
        transition: all 0.3s ease;
        animation: slideIn 0.4s forwards, fadeOut 0.4s 4.6s forwards;
    }

    .toast.show {
        opacity: 1;
        transform: translateX(0);
    }

    .toast.success {
        background-color: #10b981; /* emerald */
    }

    .toast.error {
        background-color: #ef4444; /* red */
        animation: slideIn 0.4s forwards, shake 0.5s 0.5s, fadeOut 0.4s 8s forwards;
    }

    .toast .close-toast {
        background: none;
        border: none;
        color: rgba(255,255,255,0.8);
        font-size: 20px;
        cursor: pointer;
        margin-left: 12px;
        padding: 0;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: background 0.2s;
    }

    .toast .close-toast:hover {
        background: rgba(255,255,255,0.2);
    }

    @keyframes slideIn {
        from { opacity: 0; transform: translateX(100%); }
        to { opacity: 1; transform: translateX(0); }
    }

    @keyframes fadeOut {
        to { opacity: 0; transform: translateX(100%); }
    }

    @keyframes shake {
        0%, 100% { transform: translateX(0); }
        20%, 60% { transform: translateX(-8px); }
        40%, 80% { transform: translateX(8px); }
    }