@font-face {
    font-family: Ubuntu-Bold;
    src: url(../fonts/Ubuntu-Bold.ttf);
}

@font-face {
    font-family: Ubuntu-Light;
    src: url(../fonts/Ubuntu-Light.ttf);
}

@font-face {
    font-family: Ubuntu-Medium;
    src: url(../fonts/Ubuntu-Medium.ttf);
}

@font-face {
    font-family: Ubuntu-Regular;
    src: url(../fonts/Ubuntu-Regular.ttf);
}

body {
    font-family: 'Ubuntu-Light', sans-serif;
    background: url("../images/head-b.png")repeat;
background-attachment: fixed;
    background-color: #000000;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h5, h6{
    font-weight: 600;
}

h4{
 font-weight: 400;
}
.col-centered {
    float: none;
    margin: 0 auto;
}




textarea, input,button,select {
    outline: none !important;
}
header img.logo {
    margin-top:15px;
    height: 120px;
}

header .title {
    background: #252637;
    color: #fff;
    text-align: center;
    padding: 30px 0 14px 0;
    margin-top: -23px;
    width: 80%;
    display: inline-block;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
    z-index: -999;
    margin-left: 52px;
}

header .title:before {
    border-top: 64px solid #252637;
    border-left: 30px solid transparent;
    content: "";
    height: 10px;
    left: -27px;
    position: absolute;
    top: -20px;
    width: 0;
}

header .title:after {
    border-top: 64px solid #252637;
    border-right: 30px solid transparent;
    content: "";
    height: 10px;
    right: -27px;
    position: absolute;
    top: -20px;
    width: 0;
}

header .title h2 {
    margin: 0;
    font-size: 30px;
    font-family: 'Ubuntu-Bold', sans-serif;
}

section.address {
    padding-top: 30px;
}

section.address .main {
    background: url(../images/head-g.png) repeat;
    background-color: #f2f2f2;
    color: #595959;
    border-radius: 40px;
    border-top: 0px solid #fff;
    padding: 0 0 20px 0;
    position: relative;
    z-index: 1;
}

section.address .main-details {
    background: #ffffff;
    color: #000000;
    padding: 40px 20px 10px 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-top: -35px;
}

.green {
    color: #59CE0E;
}

section.address .main .form-holder{
    width: 65%;
    margin: 0 auto;
    text-align: center;
}

section.address .main .form-holder .form-item,
section.reply .form-holder .form-item {
    height: 50px;
    border-radius: 30px;
    outline: none;
    -webkit-box-shadow: 0 3px 0 0 #EBB244;
    -moz-box-shadow: 0 3px 0 0 #EBB244;
    box-shadow: 0 3px 0 0 #EBB244;
    padding-left: 25px;
}

.margin-top-x40 {
    margin-top: 40px;
}

section.address .main .form-holder .amount {
    font-size: 30px;
    font-family: 'Ubuntu-Bold', sans-serif;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

section.address .main .form-holder button.submit,
section.reply .form-holder button.submit {
    display: block;
    width: 100%;
    height: 50px;
    background: #f2f2f2;
    border-radius: 30px;
    color: #59CE0E;
    -webkit-box-shadow: 0 3px 0 0 #EBB244;
    -moz-box-shadow: 0 3px 0 0 #EBB244;
    box-shadow: 0 3px 0 0 #EBB244;
    border: none;
    outline: none;
    font-size: 23px;
    font-family: 'Ubuntu-Bold', sans-serif;
}

section.address .main .form-holder button.submit:hover,
section.reply .form-holder button.submit:hover {
	background: url(../images/head-t.png) repeat;
    background-color: #262626;
}


.ui-widget.ui-widget-content {
    height: 15px;
    border-radius: 30px;
    border: none;
    margin-top: 20px;
    -webkit-box-shadow: 0 2px 0 0 #EBB244;
    -moz-box-shadow: 0 2px 0 0 #EBB244;
    box-shadow: 0 2px 0 0 #EBB244;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -17px;
    margin-left:-.90em;
    height: 47px;
    width: 50px;
    border-radius: 50%;
    outline: none;
    box-shadow: none;
    background: url(../images/logos.png) center center  no-repeat;
    border: none;
}

.ui-corner-all {
    border-radius: inherit;
}

.ui-widget-header {
    background: #ff9900;
}

section.latest-added .item {
    background: #ffffff;
    margin: 10px 0;
    height: 56px;
    border-radius: 30px;
    padding-left: 6px;
    padding-right: 15px;
    text-align: center;
    display: flex;
    align-items: center;
}

section.latest-added .item span.pull-right {
    margin-left: auto;
}

section.latest-added .item .checked {
    background: #fff;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

section.latest-added .item .checked span {
    font-size: 28px;
    vertical-align: middle;
}

section.latest-added .item .added a {
    color: #337ab7;
    font-weight: bold;
}

section.status .item {
    background: #ffffcc;
    margin: 10px 0;
    height: 56px;
    border-radius: 30px;
    padding-left: 6px;
    padding-right: 15px;
    text-align: center;
    display: flex;
    align-items: center;
}

section.status .item span.pull-right {
    margin-left: auto;
}

section.status .item .checked {
    background: #ffffcc;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}



section.status .item .checked2 {
    background: #fff;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 1px;
}

section.status .item .checked3 {
    background: #fff;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 1px;
}
section.status .item .checked4 {
    background: #5bb75b;
    color: #fff;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 1px;
}





section.status .item .checked span {
    font-size: 28px;
    vertical-align: middle;
}

section.status .item .added a {
    color: #64657A;
    font-weight: bold;
}


section.about-us .item {
    background: #fff;
    padding: 10px;
    border-radius: 0px;
    margin-bottom: 0px;

}

section.about-us .item h2 {
    color: #000;
    margin-top: 0;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 5px;
}

section.about-us .item .white {
    background: #ffffcc;
    border-radius: 0 30px 0px 30px;
border-style: solid;
    border-width: 1px;
    border-color: #fc8c14;
    padding: 10px 20px;
}

section.about-us .item .normal {
    padding: 10px 20px;
}

section.status .item-top{
    background: url(../images/head-t.png) repeat;
    background-color: #262626;
    padding: 25px;
    margin: 0;
    border-radius: 40px;
}
section.status .item-top .current-status{
    color:#fff !important;
    font-size: 18px;
    font-family: 'Ubuntu-Bold',sans-serif;
}
section.about-us .item-top,
section.user-chat .item-top,

section.latest-added .item-top{

    background: url(../images/head-t.png) repeat;
    background-color: #262626;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-bottom: -42px;
    padding: 10px 30px 50px 30px;
}
section.reply .item-top{
background: url(../images/head-t.png) repeat;
    background-color: #262626;
    
    margin-bottom: -42px;
    padding: 10px 30px 50px 30px;
}

section.latest-added .item-top,
section.status .item-top {
    margin-top: 10px;
}
section.status .item{
    font-size: 18px;
}
section.about-us .item-top span.pull-left,
section.user-chat .item-top span.pull-left,
section.reply .item-top span.pull-left,
section.latest-added .item-top span.pull-left,
section.status .item-top span.pull-left {
    color: #fff;
    font-size: 18px;
    font-family: 'Ubuntu-Bold',sans-serif;
}

section.about-us .item-top span.pull-right,
section.user-chat .item-top span.pull-right{
    font-size: 18px;
    font-family: 'Ubuntu-Bold',sans-serif;
    color: #ffffff;
}

section.user-chat .item,
section.reply .item {
    background: #fff;
    border-radius: 0px;
    padding: 10px;
    margin-bottom: 0px;
}
section.user-chat .item .user-info{
    padding: 0 10px 5px 10px;
    margin-bottom: -10px;
}
section.user-chat .item span.letter {
    background: #fc8c14;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius:50%;
    width: 35px;
    height: 35px;
}

section.user-chat .item span.user {
   font-weight: bold;
}
section.user-chat .item span.time {
    float: right;
    padding-top: 6px;
    font-weight: 600;
    font-size: 12px;
}
section.user-chat .item span.message {
    display: block;
    min-height: 80px;
    background: #ffffcc;
    border-radius: 0 30px 0px 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #fc8c14;
    padding: 15px;
    word-wrap: break-word;
    max-height: 10px;
    overflow: hidden;
    font-weight: 600;
}
 
section.user-chat .item span.message span.time {
    float: right;
    font-weight: bold;
}


section.reply .form-holder .form-item {
    margin-bottom: 15px;
    overflow: hidden;
}

div.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
}

.modal {
    top: 20%;
}

.popup .modal-header h2 {
    margin: 0;
    font-family: 'Ubuntu-Bold', sans-serif;
}

.popup .modal-header {
    
    background-color: #cc7a00;
    color: #fff;
    text-align: center;
    border-radius: 30px 30px 0 0;
    margin-top: -1px;
}

.popup .modal-body {
    font-size: 16px;
background: #ffffcc;
}

.popup .modal-body .item {
    margin-bottom: 10px;
}

.popup .modal-body .item span.pull-left {
    font-family: 'Ubuntu-Bold', sans-serif;
}

.popup .modal-body .item span.pull-right {
    color: #337ab7;
    font-weight: 600;
}
.blue-a {
    color: #337ab7;
    font-weight: 600;
}

.green {
    color: #5CB85C !important;
}

.popup .modal-footer {
    background: url("../images/head-b.png")repeat;
    background-color: #cc7a00;
    border-top: none;
    text-align: center;border-radius: 0px 0px 30px 30px;
}

.popup .modal-footer button {
    padding: 10px 60px;
    font-size: 18px;
    font-family: 'Ubuntu-Bold', sans-serif;
    outline: none;
    box-shadow: none;
    margin: 0;
    border-radius: 30px;
}
.popup .info{
    text-align: center;
}
#ouibounce-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    font-family: 'Ubuntu-Bold', sans-serif;
}

.modal-holder {
    width: 415px;
    margin: 0 auto;
    top: 100px !important;
    position: relative;
}

.ouibounce-header {
    background: url("../images/head-b.png")repeat;
    background-color: #cc7a00;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 19px;
    border-radius: 30px 30px 0 0;
}

#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

#ouibounce-modal .ouibounce-content {
    
    
   background: #ffffcc;
    padding: 35px 2px 35px 2px;
   text-align: center;
    
    
    

}

#ouibounce-modal .ouibounce-content h2,
#ouibounce-modal .ouibounce-content h3 {
    line-height: 28px;
}

#ouibounce-modal .ouibounce-footer {
    text-align: center;
    background: #F0F1F2;
    padding: 20px 0;
    border-radius: 0 0 30px 30px;
}

.ouibounce-footer p {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-size: 17px;
    text-decoration: underline;
}

.ouibounce-footer p:hover {
    cursor: pointer;
}

#ouibounce-modal h2,
#ouibounce-modal h3 {
    margin: 0;
}

#ouibounce-modal h2 {
    font-size: 20px;
}

#ouibounce-modal h3 {
    font-size: 15px;
    margin-top: 15px;
}

.modal-content{
    border-radius: 30px;
}

@media (min-width: 768px){
    .modal-dialog{
        width: 480px;
    }
    .floating-logo {
        position: fixed;
        left: 20px;
        bottom: 20px;
        opacity: .6;
    }
    .floating-logo img {
        width: 200px;
    }
    .floating-server {
        position: fixed;
        right: 20px;
        bottom: 20px;
        opacity: .6;
    }
    .floating-server img {
        width: 100px;
    }
}
@media (max-width: 768px){
    .floating-logo {
        display: none;
    }
    .floating-server {
        display: none;
    }
}

.item-top.err{
    background: #C73C36 !important;
}
.item-top.success{
    background: #5CB85C !important;
}
textarea.form-control{
    max-width: 100%;
}
.form-control.form-item.err{
    -webkit-box-shadow: 0 8px 0 0  #C73C36 !important;
    -moz-box-shadow: 0 8px 0 0  #C73C36 !important;
    box-shadow: 0 8px 0 0  #C73C36 !important;

}




img.faucet {
    position: absolute;
    width: 140px;
    top: 70px;
    right: 0;
}

.underlined {
    text-decoration: underline;
}

.bounce {
    color: #5CB85C;
    font-size: 30px;
    font-family: 'Ubuntu-Bold', sans-serif;
}
.bounce-a {
    color: #595959;
   font-size: 24px;
    font-family: 'Ubuntu-Bold', sans-serif;
}
.bounce-b {
    color: #595959;
    font-family: 'Ubuntu-Bold', sans-serif;
}
.acolor-a {
    color: #5bb75b;
   font-size: 18px;
    font-family: 'Ubuntu-Bold', sans-serif;
}

.w {
    color: #fff;
    
}
.w-h {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.amount-b {
    color:#fc8c14;
    font-size: 30px;
    font-weight: 600;
}
.demo-video {
    border-radius: 30px;
    padding: 12px 40px;
}
.terminal-bg{
    background: #000;
    padding: 30px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.terminal {
    white-space: pre;
    height: 200px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: .2px;

}
#b { display: none; }
.terminal span {
    color:#5CB85C;
}
.terminal b{
    color:#D94343;
    font-weight: 600;
}
.none{
    display: none;
}

.n{
    color:#fff;
    font-size: 2px;
}
.nn{
    color:#333333;
    font-size: 1px;
}
.progress-bg{
    padding: 3px 8px;
    background: #232323;
    border-radius: 40px;
    margin-top: 5px;
}
.progress{
    height: 24px;
    width: 1%;
    z-index: 99;
    overflow: hidden;
    background: #5CB85C;
    transition: width .3s;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
    padding-top: 1px;
    border-radius: 40px;
}
#qrcode img{
    margin: 0 auto;
}

.greenAmount {
    background-color: rgb(91,183,91);
    background-image: -moz-linear-gradient(50% 0%,rgb(98,196,98),rgb(81,163,81));
    background-repeat: repeat-x;
    border-bottom-color: rgba(0,0,0,0.25);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: rgba(0,0,0,0.1);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0,0,0,0.1);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0,0,0,0.1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: rgba(255,255,255,0.2) 0px 1px 0px 0px inset, rgba(0,0,0,0.05) 0px 1px 2px 0px;
    color: rgb(255,255,255);
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    text-align: center;
    text-shadow: rgba(0,0,0,0.25) 0px -1px 0px;
    vertical-align: middle;
}

.blueConfirmation {
    background-color: rgb(0,116,204);
    background-image: -moz-linear-gradient(50% 0%,rgb(0,136,204),rgb(0,85,204));
    background-repeat: repeat-x;
    border-bottom-color: rgba(0,0,0,0.25);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: rgba(0,0,0,0.1);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0,0,0,0.1);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0,0,0,0.1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: rgba(255,255,255,0.2) 0px 1px 0px 0px inset, rgba(0,0,0,0.05) 0px 1px 2px 0px;
    color: rgb(255,255,255);
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    text-align: center;
    text-shadow: rgba(0,0,0,0.25) 0px -1px 0px;
    vertical-align: middle;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}

.o-header {
    background: url(../images/head-t.png) repeat;
    background-color: #262626;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 19px;
    border-radius: 30px 30px 0 0;
}

#bP {
    color: #fff;
    font-size: 29px;
    text-align: center;
    padding: 20px 8px 0 0px;
        
}

.t-top {
    color: #fff;
    font-size: 40px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 2px;
    font-weight: 300;
    text-stroke: 1px transparent;text-align: center;
    display: block;
    text-shadow: 0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15);
}


:root {
    --neon-green: #00ff9c;
    --neon-blue: #00e5ff;
    --neon-purple: #9d4edd;
    --dark-void: #020617;
    --dark-panel: rgba(10,15,35,.75);
    --border-glow: rgba(0,255,156,.45);
    --radius-mega: 32px;
}

/* 🌌  */
body {
    background:
      radial-gradient(circle at 20% 10%, #0d2b52, transparent 40%),
      radial-gradient(circle at 80% 80%, #1b0035, transparent 45%),
      linear-gradient(180deg, #01020a, #020617);
    color: ;
}


section .main,
section .item,
.modal-content,
.terminal-bg {
    background: var(--dark-panel) !important;
    backdrop-filter: blur(22px) saturate(160%);
    border-radius: var(--radius-mega);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow:
        0 0 0 1px rgba(255,255,255,.03),
        0 25px 80px rgba(0,0,0,.7);
    position: relative;
    overflow: hidden;
}

/* ⚡ Animated neon border */
section .main::before,
.modal-content::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(
      120deg,
      transparent,
      var(--neon-green),
      var(--neon-blue),
      transparent
    );
    mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
    animation: neonMove 6s linear infinite;
    pointer-events: none;
}

@keyframes neonMove {
    0% { filter: hue-rotate(0deg); }
    100% { filter: hue-rotate(360deg); }
}


.item-top,
header .title,
.o-header {
    background: linear-gradient(135deg, #030712, #020617) !important;
    border-bottom: 1px solid rgba(255,255,255,.1);
}


h1, h2, h3 {
    letter-spacing: .5px;
    text-shadow:
      0 0 10px rgba(0,255,156,.35),
      0 0 40px rgba(0,229,255,.15);
}


.form-item,
textarea.form-control {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    transition: all .3s ease;
}

.form-item:focus,
textarea:focus {
    border-color: var(--neon-green);
    box-shadow:
      0 0 0 3px rgba(0,255,156,.25),
      0 0 25px rgba(0,255,156,.45);
}


button.submit,
.popup .modal-footer button {
    background:
      linear-gradient(135deg, var(--neon-green), var(--neon-blue));
    color: #020617 !important;
    font-weight: 800;
    letter-spacing: .5px;
    border: none;
    border-radius: 999px;
    box-shadow:
      0 0 25px rgba(0,255,156,.6),
      0 15px 60px rgba(0,0,0,.8);
    transition: all .35s cubic-bezier(.2,.8,.2,1);
}

button.submit:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow:
      0 0 45px rgba(0,255,156,.9),
      0 0 80px rgba(0,229,255,.6);
}


.terminal-bg {
    background:
      linear-gradient(180deg, #000, #020617);
    box-shadow:
      inset 0 0 0 1px rgba(0,255,156,.15),
      0 0 40px rgba(0,255,156,.25);
}

.terminal span {
    color: var(--neon-green);
}

.terminal b {
    color: #ff3b3b;
}


.progress-bg {
    background: rgba(255,255,255,.08);
}

.progress {
    background:
      linear-gradient(90deg,
        var(--neon-green),
        var(--neon-blue),
        var(--neon-purple)
      );
    text-shadow: 0 0 10px rgba(0,0,0,.6);
}


section.latest-added .item,
section.status .item {
    transition: transform .3s ease, box-shadow .3s ease;
}

section.latest-added .item:hover,
section.status .item:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow:
      0 30px 80px rgba(0,0,0,.8),
      0 0 35px rgba(0,255,156,.35);
}


.floating-logo img,
.floating-server img {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* ===== FINAL MODAL – COMPACT ===== */
#finalModal .modal-dialog {
    max-width: 420px;   /* réduit la largeur */
}

#finalModal .modal-content {
    padding: 10px;
}

#finalModal .modal-header {
    padding: 10px 15px;
}

#finalModal .modal-body {
    padding: 12px 15px;
}

/* Texte plus compact */
#finalModal p.info {
    font-size: 13px;
    line-height: 1.4;
}

/* Adresse BTC plus discrète */
#finalModal .pay-address {
    font-size: 13px;
    word-break: break-all;
    margin: 8px 0;
}

/* ===== QR CODE ===== */
#finalModal #qrcode img,
#finalModal #qrcode image {
    width: 120px;
    height: 120px;
    max-width: 100%;
}

/* Centrage propre */
#finalModal #qrcode {
    margin-top: 8px;
}



