img[alt="www.000webhost.com"] {
  display: none;
}
* {
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background:linear-gradient(0deg,#1c1f2d,#1c1f2d),#f2f4f9;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding:90px 0 0;
}
body>.skiptranslate{
display: none !important;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
button{
	cursor: pointer;
}
button:focus {
  outline: none;
  cursor: pointer;
}
input:focus {
  outline: none;
}
select option {
  background:var(--light-black);
  border:1px solid rgba(255, 255, 255, 0.1);
  color:rgba(255,255,255,0.9);
}



@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
:root {
  --primary-color-light: #f3ae2f;
  --primary-color: #FFB822;
  --primary-color-dark: #bb8718;
  --light-blue: #4c84af;
  --blue: #005596;
  --dark-blue: #002e63;
  --pink: #d80651;
  --red: #ef444a;
  --light-green: #03ac13;
  --green:#35b972;
  --dark-green: #004d43;
  --transparent-black:rgba(53,58,77,.8);
  --light-black:#262b3c;
  --black:#1c1f2d;
  --yellow:#f3ae2f;
  --orange: #FFB822;
  --grey: #9AA7CA;
  --default-font: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}





.website-top-nav-loading{
width:100%;
height:90px;
position:fixed;
top:0;
left:0;
background:var(--black);
display:flex;
align-items:center;
justify-content:center;
flex-direction: row;
flex-wrap:nowrap;
gap:0;
border-bottom:1px solid rgba(255,255,255,.05);
z-index:6;
}
.website-top-nav-loading .icon{
color:rgba(255,255,255,0.9);
font-size:20px;
}

.website-top-nav{
width:100%;
position:fixed;
top:0;
left:0;
background:var(--black);
display:flex;
align-items:center;
justify-content:space-between;
flex-direction: row;
flex-wrap:wrap;
gap:10px;
border-bottom:1px solid rgba(255,255,255,.05);
padding:20px 20px 20px 30px;
z-index:6;
}
.website-top-nav.shadow{
box-shadow: 0 0 8px 1px rgba(0,0,0,0.2);
}
.website-top-nav .logo{
height:50px;
}
.website-top-nav .button-wrapper{
display:flex;
align-items:center;
justify-content: space-evenly;
flex-direction: row;
flex-wrap:wrap;
gap:10px;
width: clamp(720px , calc(100% - 400px), 1000px);
}
.website-top-nav .button-wrapper .link-button{
height:45px;
color:white;
padding:0px;
border: none;
border-radius:5px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight:600;
display:flex;
align-items: center;
justify-content: center;
font-size:14px;
background: transparent;
transition:0.2s;
max-width: 150px;
}
.website-top-nav .button-wrapper .link-button:hover{
color:dodgerblue;
}
.website-top-nav .button-wrapper .link-button.add-box{
background:var(--yellow);
padding:0 15px;
}
.website-top-nav .button-wrapper .link-button.add-box:hover{
color:white;
transform:scale(1.05);
}
.website-top-nav .button-wrapper .link-button-wrapper{
position:relative;
}
.website-top-nav .button-wrapper .link-button-wrapper .link-button:hover+.dropdown-wrapper{
display:flex;
}
.website-top-nav .button-wrapper .dropdown-wrapper{
position:absolute;
top: 40px;
display:none;
align-items:center;
justify-content: center;
flex-direction: column;
flex-wrap:wrap;
background:var(--light-black);
border-radius:5px;
border:none;
padding:10px 0;
z-index:1;
box-shadow: 0 0 8px 1px rgba(0,0,0,0.2);
}
.website-top-nav .button-wrapper .dropdown-wrapper:hover{
display:flex;
}
.website-top-nav .button-wrapper .dropdown-wrapper::before{
content: "";
position: absolute;
top: -5px;
left: 25px;
background: var(--light-black);
width: 10px;
height: 10px;
border-radius: 1px;
transform: rotate(45deg);
}
.website-top-nav .button-wrapper .dropdown-wrapper .button{
width: 100%;
color: white;
background: transparent;
padding: 8px 20px;
border: none;
border-radius: 5px;
font-family: var(--default-font);
font-weight: 400;
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 14px;
line-height: 14px;
}
.website-top-nav .button-wrapper .dropdown-wrapper .button:hover{
color:dodgerblue;
}


.website-top-nav .button-wrapper #google_translate_element{
text-align: center;
color: #eee;
font-family: sans-serif;
display: block;
height:35px;
width:35px;
overflow:hidden;
display:flex;
flex-direction:row;
flex-wrap:wrap;
align-items:center;
justify-content:flex-start;
transition:0.2s;
position:relative;
cursor: pointer;
}
.website-top-nav .button-wrapper #google_translate_element .left-icon {
width:100%;
height: 100%;
font-size: 15px;
color:white;
display: flex;
align-items: center;
justify-content:center;
transition:0.2s;
cursor: pointer;
}
.website-top-nav .button-wrapper #google_translate_element .goog-te-gadget{
height:100%;
width:100%;
position:absolute;
top:0;
left:0;
background: red;
opacity: 0;
z-index:1;
}
.website-top-nav .button-wrapper #google_translate_element .goog-te-gadget>div{
height:100%;
}
.website-top-nav .button-wrapper #google_translate_element .goog-te-combo{
height: 100%;
width:100%;
display: block;
border-radius:5px;
font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color:white;
font-size: 15px;
font-weight:600;
background: transparent;
border: none;
margin:0;
transition:0.2s;
cursor: pointer;
}
.website-top-nav .button-wrapper #google_translate_element .goog-te-combo::-webkit-scrollbar{
width:2px;
}
.website-top-nav .button-wrapper #google_translate_element .goog-te-combo::-webkit-scrollbar-track{
background:var(--black);
}
.website-top-nav .button-wrapper #google_translate_element .goog-te-combo::-webkit-scrollbar-thumb {
background: #555;
border-radius: 5px;
}

.website-top-nav .button-wrapper #google_translate_element .goog-te-combo option{
background:var(--black);
color:rgba(255,255,255,0.8);
}
.website-top-nav .button-wrapper #google_translate_element .goog-te-combo:focus{
outline:none;
}

.website-top-nav .button-wrapper #google_translate_element:hover{
background:rgba(255,255,255,0.9);
margin:5px 0;
padding:0 8px;
border-radius:5px;
}
.website-top-nav .button-wrapper #google_translate_element:hover .left-icon{
color:#333;
}
.website-top-nav .button-wrapper #google_translate_element:hover .goog-te-combo{
color:#333;
}

.website-top-nav .button-wrapper #google_translate_element a{
color:#333;
}
#goog-gt-vt{
display: none;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf{
display: none;
}


/* .website-top-nav .button-wrapper #google_translate_element{
text-align: center;
color: #eee;
font-family: sans-serif;
display: block;
}
.website-top-nav .button-wrapper #google_translate_element .goog-te-combo{
height: 40px;
display: block;
margin: 0 auto 5px;
border-radius:5px;
padding: 0 15px;
font-family: sans-serif;
}
.website-top-nav .button-wrapper #google_translate_element a{
color:#333;
}
#goog-gt-vt{
display: none;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf{
display: none;
} */


.website-footer-loading{
width:100%;
height:500px;
display:flex;
align-items:center;
justify-content: center;
flex-direction:row;
flex-wrap:nowrap;
gap:0;
background: transparent;
border-top:1px solid #333;
margin:100px 0 0;
}
.website-footer-loading .icon{
color:rgba(255,255,255,0.9);
font-size:50px;
}
  

.website-footer{
width:100%;
display:flex;
align-items:center;
justify-content: center;
flex-direction:column;
flex-wrap:wrap;
gap:50px;
padding:50px 30px;
background: transparent;
border-top:1px solid #333;
margin:100px 0 0;
}
.website-footer .website-logo{
height:60px;
}
.website-footer .content-row{
width:100%;
display:flex;
align-items: center;
justify-content:center;
flex-direction:row;
flex-wrap:wrap;
gap:0;
}
.website-footer .content-row .content-wrapper{
width:33.3%;
list-style-type:none;
padding:0;
margin:0;
display:flex;
align-items: flex-start;
justify-content:center;
flex-direction:column;
flex-wrap:wrap;
gap:5px;
}
.website-footer .content-row .content-wrapper .text{
color: rgba(255,255,255,0.7);
font-size: 14px;
font-family: var(--default-font);
}
.website-footer .content-row .content-wrapper .text.title{
font-size:17px;
font-weight:600;
color:rgba(255,255,255,0.9);
}
.website-footer .content-row .content-wrapper .text:not(.title):hover{
color:var(--yellow);
}
.website-footer .content-row .content-wrapper .text a{
color: inherit;
}
.website-footer .risk-warning-text{
width: 100%;
color: rgba(255,255,255,0.5);
font-size: 13px;
font-family: var(--default-font);
padding: 20px 0 0;
border-top: 1px solid #444;
line-height: 21px;
}  
.website-footer .copyright-text{
width: 100%;
color: rgba(255,255,255,0.9);
font-size: 15px;
font-family: var(--default-font);
line-height: 21px;
font-weight:550;
text-align: center;
}  












.website-floating-social-media-loading{
position: fixed;
bottom: 20px;
left: 20px;
background: rgba(0, 0, 0, 0.2);
height: 65px;
width: 65px;
border-radius: 50%;
pointer-events: all;
color: #fff;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
gap: 0;
z-index: 10;
backdrop-filter: blur(5px);
}
.website-floating-social-media{
position: fixed;
bottom: 20px;
left: 20px;
pointer-events: none;
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column-reverse;
flex-wrap: nowrap;
gap:0;
z-index: 10;
}
.website-floating-social-media .row-section{
padding:0 0 0 7.5px;
display: flex;
align-items: center;
justify-content: flex-start;
flex-direction: row;
flex-wrap: wrap;
gap:0 10px;
transform:translateX(calc(-100% - 25px));
transition:0.2s;
}
.website-floating-social-media .row-section.main{
transform:translateX(0px);
}
.website-floating-social-media .row-section .btn{
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
gap:0;
border-radius:50%;
border:none;
color:#fff;
font-size:22px;
height:50px;
width:50px;
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
transition:0.2s;
pointer-events: all;
margin:0 0 10px;
}

.website-floating-social-media .row-section.main .btn{
background:var(--primary-color);
transition:0.6s;
height:65px;
width:65px;
margin:0;
}
.website-floating-social-media .row-section.whatsapp .btn{
background:#075E54;
}
.website-floating-social-media .row-section.telegram .btn{
background:var(--light-blue);
}
.website-floating-social-media .row-section.instagram .btn{
background:linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
}
.website-floating-social-media .row-section.tiktok .btn{
background:#000;
}
.website-floating-social-media .row-section.email .btn{
background:#EE4D2D;
}

.website-floating-social-media.show .row-section.main .btn{
transform:rotate(405deg);
}
.website-floating-social-media.show .row-section{
transform:translateX(0);
}

.website-floating-social-media .row-section.main{
transition-delay:0s;
padding:0;
}
.website-floating-social-media .row-section.whatsapp{
transition-delay:0.5s;
}
.website-floating-social-media .row-section.telegram{
transition-delay:0.4s;
}
.website-floating-social-media .row-section.instagram{
transition-delay:0.3s;
}
.website-floating-social-media .row-section.tiktok{
transition-delay:0.2s;
}
.website-floating-social-media .row-section.email{
transition-delay:0.1s;
}

.website-floating-social-media.show .row-section~.row-section.main{
transition-delay:0s;
}
.website-floating-social-media.show .row-section~.row-section.whatsapp{
transition-delay:0.1s;
}
.website-floating-social-media.show .row-section~.row-section.telegram{
transition-delay:0.2s;
}
.website-floating-social-media.show .row-section~.row-section.instagram{
transition-delay:0.3s;
}
.website-floating-social-media.show .row-section~.row-section.tiktok{
transition-delay:0.4s;
}
.website-floating-social-media.show .row-section~.row-section.email{
transition-delay:0.5s;
}













.popup-transaction{
  max-width:50%;
  position: fixed;
  top: 50%;
  left: 10px;
  transform: translateY(-50%) translateX(calc(-100% - 20px));
  border: 2px solid #f3ae2f;
  border-left: 20px solid #f3ae2f;
  border-radius: 5px;
  padding: 20px 30px;
  background: #262b3c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-wrap: nowrap;
  flex-direction: column;
  box-shadow:0 0 5px 1px #f3ae2f8c;
  transition:0.2s;
  opacity:0;
  z-index:6;
}
.popup-transaction.show{
  transform: translateY(-50%);
  opacity:1;
}
.popup-transaction .text-1,.popup-transaction .text-2,.popup-transaction .text-3,.popup-transaction .text-4{
  width:100%;
  color:rgba(255,255,255,0.9);
  font-family:sans-serif;
  font-size:16px;
}
.popup-transaction .text-3{
  font-size:14px;
  color:rgba(255,255,255,0.7);
}
.popup-transaction .text-4 a{
  text-decoration: none;
  color:dodgerblue;
}




.website-copied-modal {
background: var(--dark-green);
height: 60px;
border-radius: 30px 0 0 30px;
border: none;
width: 150px;
position: fixed;
top: 70px;
overflow: hidden;
display: flex;
align-items: center;
color: white;
font-size: 11px;
font-family: "fontawesome";
letter-spacing: 0.4mm;
padding: 0 0 0 30px;
transition: 1s;
right: -150px;
opacity: 0;
z-index: 10;
}
.website-copied-modal .icon {
margin-right: 8px;
font-size: 16px;
}
.website-copied-modal.show {
right: 0;
opacity: 1;
}



  






.loading-modal {
width:100%;
height:100%;
background:rgba(0,0,0,0.8);
position:fixed;
top:0;
left:0;
z-index:99;
display:flex;
align-items:center;
justify-content:center;
}
.loading-modal.show{
display:flex;
}
.loading-modal.hide{
display:none;
}
.loading-modal .loading-wrapper {
width:200px;
height:150px;
position:relative;
}
.loading-modal .loading-wrapper .border-animation{
width:200px;
height:150px;
position:relative;
overflow:hidden;
clip-path:polygon(0 0,
5px 0,
5px calc(100% - 5px),
calc(100% - 5px) calc(100% - 5px),
calc(100% - 5px) 5px,
5px 5px,
5px 0,
100% 0,
100% 100%,
0 100%,
0 0
);
}
.loading-modal .loading-wrapper .border-animation::before{
content: "";
width: 70px;
height: 300px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background: white;
animation: loading-modal-animation 5s linear 0s infinite normal;
}
.loading-modal .loading-wrapper .logo {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 170px;
border-radius: 5px;
}
@keyframes loading-modal-animation{
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
  

.processing-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.1);
display: none;
justify-content: center;
align-items: center;
overflow: hidden;
z-index: 99;
backdrop-filter: blur(8px);
}
.processing-modal.show{
display:flex;
}
.processing-modal.hide{
display:none;
}
.processing-div {
width: min(500px, 90%);
height: 200px;
background:var(--light-black);
border-radius: 5px;
position: relative;
box-shadow: 0 0 8px 2px rgba(0,0,0,0.2);
}
.processing-div .box {
width: 40px;
height: 40px;
background: #63c5d8;
border-radius: 5px;
position: absolute;
left: 0;
right: 0;
top: 55px;
margin: auto;
transition: 0.5s;
z-index: 1;
box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
animation: bounce 1s linear 0s infinite normal;
}
.processing-div .shadow {
width: 40px;
height: 7px;
background: radial-gradient(#999, transparent);
border-radius: 50%;
position: absolute;
left: 0;
right: 0;
top: 111px;
margin: auto;
transition: 0.5s;
animation: shadow 1s linear 0s infinite normal;
}
.processing-div .text {
position: absolute;
top: 140px;
left: 0;
width: 100%;
text-align: center;
font-family: "fontawesome";
letter-spacing: 0.3mm;
font-size: 12px;
color: rgba(255,255,255,0.7);
}
.processing-div .text::after {
content: "";
animation: text 4s linear 0s infinite normal;
}

@keyframes bounce {
  0% {
    transform: translatey(0px) rotate(0deg);
    border-radius: 5px;
  }
  50% {
    transform: translatey(20px) rotate(45deg);
    border-bottom-right-radius: 20px;
  }
  100% {
    transform: translatey(0px) rotate(90deg);
    border-radius: 5px;
  }
}
@keyframes shadow {
  0% {width: 40px;}
  50% {width: 70px;}
  100% {width: 40px;}
}
@keyframes text {
  0% {content: "";}
  20% {content: ".";}
  40% {content: "..";}
  60% {content: "...";}
  80% {content: "....";}
  100% {content: "";}
}









.website-uploading-modal{
width:min(400px , calc(100% - 40px));
display:flex;
align-items:center;
justify-content: center;
flex-direction:row;
flex-wrap:wrap;
background:var(--light-black);
border-radius:5px;
padding:30px 20px;
gap: 20px;
box-shadow:0 0 5px 1px rgba(0,0,0,0.2);
}
.website-uploading-modal .title{
font-family: var(--default-font);
font-size: 14px;
color: rgba(255,255,255,0.8);
font-weight: 600;
width: 100%;
text-align: center;
line-height:20px;
display:flex;
align-items: center;
justify-content: center;
gap:5px;
}
.website-uploading-modal .progress-wrapper{
width:100%;
height:25px;
background:linear-gradient(to bottom ,rgba(255,255,255,0.4) 80%,rgba(255,255,255,0.2));
border-radius:10px;
position: relative;
overflow: hidden;
}
.website-uploading-modal .progress-wrapper .progress-bar{
width:0%;
height:100%;
background:var(--pink);
position:absolute;
top:0;
left:0;
box-shadow:0 0 5px 1px rgba(0,0,0,0.5);
transition:0.05s;
}
.website-uploading-modal .progress-wrapper .progress-percent{
width:100%;
height:100%;
background:transparent;
position:absolute;
top:0;
left:0;
display: flex;
align-items: center;
justify-content: center;
color:white;
font-family: sans-serif;
font-size:13px;
}
.website-uploading-modal .button{
height:40px;
padding:0 20px;
background: #f55;
border: none;
border-radius:3px;
font-family: sans-serif;
font-size: 12px;
transition: 0.2s;
color:white;
display:none;
}
.website-uploading-modal .button:hover{
transform: scale(1.05);
}


.modal {
width:100%;
height:100%;
top:0;
left:0;
position:fixed;
align-items:center;
justify-content:center;
display: none;
z-index:10;
background:rgba(255,255,255,0.2);
backdrop-filter:blur(5px);
}
.modal.show {
display:flex;
}


.confirm-modal {
  width: min(500px, 90%);
  border-radius: 5px;
  overflow: hidden;
  display: block;
  background:var(--light-black);
  padding: 30px 20px 10px 20px;
  box-shadow:0 0 5px 2px rgba(0, 0, 0, 0.2);
}
.confirm-modal .heading-text {
  font-family: "fontawesome";
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.5mm;
  font-size: 13px;
  font-weight: 600;
}
.confirm-modal .body-text {
  font-family: sans-serif;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.1mm;
  font-size: 15px;
  margin: 10px 0 10px 0;
}
.confirm-modal .confirm-button,.confirm-modal .cancel-button {
  height: 40px;
  padding: 0 15px;
  border-radius: 3px;
  border: none;
  color: white;
  font-family: "fontawesome";
  font-size: 10px;
  letter-spacing: 0.3mm;
  transition: 0.1s;
  float: right;
  background: none;
}
.confirm-modal .cancel-button:hover,.confirm-modal .confirm-button:hover {
  transform: perspective(500px) translateZ(80px);
  -webkit-transform: perspective(500px) translateZ(80px);
  -moz-transform: perspective(500px) translateZ(80px);
  -ms-transform: perspective(500px) translateZ(80px);
  -o-transform: perspective(500px) translateZ(80px);
}
.confirm-modal .cancel-button {
  color: #ff7777;
}
.confirm-modal .confirm-button {
  color: var(--light-green);
}

.display-info-modal {
width: min(500px, 90%);
border-radius: 5px;
overflow: hidden;
display: block;
background:var(--light-black);
padding: 30px 20px 10px 20px;
border-left: 7px solid var(--light-green);
z-index: 10;
box-shadow:0 0 5px 2px rgba(0, 0, 0, 0.2);
}
.display-info-modal .heading-text {
font-family: "fontawesome";
color:rgba(255,255,255,0.8);
letter-spacing: 0.5mm;
font-size: 13px;
font-weight: 600;
}
.display-info-modal .body-text {
font-family: sans-serif;
color:rgba(255,255,255,0.7);
letter-spacing: 0.1mm;
font-size: 14px;
margin: 15px 0 10px 0;
line-height: 20px;
}
.display-info-modal .body-text a {
color: var(--light-blue);
}
.display-info-modal .close-button {
height: 40px;
padding: 0 15px;
border-radius: 3px;
border: none;
color: white;
font-family: "fontawesome";
font-size: 10px;
letter-spacing: 0.3mm;
transition: 0.1s;
float: right;
background: none;
color: var(--light-green);
}
.display-info-modal .close-button:hover {
transform: perspective(500px) translateZ(80px);
}




.website-notification-fixed{
width:min(100% , 500px);
padding:15px;
border-radius:5px;
background:#f44;
display: none;
align-items: center;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
font-family: var(--default-font);
gap:5px;
}
.website-notification-fixed.show{
display:flex;
}
.website-notification-fixed.info {background: #03a9f4;}
.website-notification-fixed.alert {background: #ea4242;}
.website-notification-fixed.success {background:var(--dark-green);}
.website-notification-fixed .title{
color:rgba(255,255,255,0.8);
font-size: 11px;
font-weight:600;
width:100%;
}
.website-notification-fixed .text{
color:rgba(255,255,255,0.9);
font-size: 13px;
font-weight:400;
line-height:14px;
width:100%;
}



.website-notification{
  width: 100%;
  padding: 20px;
  border-radius: 2px;
  display: none;
  margin: auto;
  margin-top: 10px;
  transition: 0.6s;
  opacity: 1;
  box-sizing: border-box;
  color: whitesmoke;
  font-size: 15px;
  font-family: sans-serif;
  letter-spacing: 0.15mm;
}
.website-notification span{
  float: right;
  color: #ea2d2d;
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  line-height: 20px;
  margin-left: 15px;
}
.website-notification.info {background: #03a9f4;}
.website-notification.info span {color: #ea2d2d;}
.website-notification.alert {background: #ea4242;}
.website-notification.alert span {color: whitesmoke;}
.website-notification.success {background:var(--dark-green);}
.website-notification.success span {color: whitesmoke;}

@keyframes shake {0% {transform: translate(1px, 1px) rotate(0deg);}10% {transform: translate(-1px, -2px) rotate(-1deg);}20% {transform: translate(-3px, 0px) rotate(1deg);}30% {transform: translate(3px, 2px) rotate(0deg);}40% {transform: translate(1px, -1px) rotate(1deg);}50% {transform: translate(-1px, 2px) rotate(-1deg);}60% {transform: translate(-3px, 1px) rotate(0deg);}70% {transform: translate(3px, 1px) rotate(-1deg);}80% {transform: translate(-1px, -1px) rotate(1deg);}90% {transform: translate(1px, 2px) rotate(0deg);}100% {transform: translate(1px, -2px) rotate(-1deg);}}
  








.website-sticky-notification-wrapper{
display:flex;
align-items:flex-end;
justify-content: flex-start;
flex-direction:column;
gap:5px;
position:fixed;
top:60px;
right:0;
z-index:15;
width:min(calc(100% - 20px) , 250px);
pointer-events: none;
}
.website-sticky-notification-wrapper .notification {
max-width:100%;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 15px 10px;
border-radius: 10px 0 0 10px;
box-shadow: -2px 0 5px 2px rgba(0, 0, 0, 0.2);
transform: translateX(calc(100% + 5px));
transition: 0.2s;
pointer-events: auto;
}
.website-sticky-notification-wrapper .notification.show {
transform: translateX(0px);
}
.website-sticky-notification-wrapper .notification.delete {
display:none;
}
.website-sticky-notification-wrapper .notification .close-button{
background:transparent;
color:#fff;
font-size:15px;
border:none;
}
.website-sticky-notification-wrapper .notification .text{
color:#fff;
font-size:14px;
font-family: sans-serif;
font-weight:400;
width:100%;
}
.website-sticky-notification-wrapper .notification.success{background:var(--green)}
.website-sticky-notification-wrapper .notification.alert{background:#f44}
.website-sticky-notification-wrapper .notification.info{background:var(--blue)}


  
@media screen and (max-width: 500px) {
  .popup-transaction{
    max-width:80%;
    top:70px;
    transform: translateX(calc(-100% - 20px));
  }
  .popup-transaction.show{
    transform:translateX(0px);
  }
}
