﻿.server-notice {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    z-index: 9999;
    opacity: 0;
    position: fixed;
    top: 10px;
    left: 50%;
    background: #fff;
    padding: 15px 40px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    pointer-events: none;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    min-width: 315px;
    text-align: center;
}

.img-capcha {
    height: 24px !important;
}

.refresh {
    max-width: 32px;
    margin-left: 10px;
}
/*Loadding*/
.main-loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

    .main-loading .cssload-container {
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.8);
        opacity: 0.8;
        filter: alpha(opacity=80);
        bottom: 0;
        right: 0;
    }

    .main-loading img {
        left: 50%;
        top: 50%;
        position: absolute;
		transform: translate(-50%,-50%);
    }

    .main-loading svg {
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
        margin-left: -21px;
        margin-top: -22px;
        width: 90px;
    }
.wrapShare{
    display: none !important;
}
.wrapAddressFooter {
    color: #ACACAC;
    font-size: 16px;

}
.wrapAddressFooter>* {
    margin: 0 0 15px 0 !important;
}
    .wrapAddressFooter > *:last-child {
        margin:0 !important;
    }
.wrapAddressFooter img{
    max-width : 100%;
    height: auto;
}

/*Css logo*/
.wrapLogoAnimate {
    top: 45%;
    left: 50%;
}
    .wrapLogoAnimate img {
        max-width: 200px;
        height: auto;
    }
/*Loading*/
/* HTML: <div class="loader"></div> */
.main-loading .loader {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.loader {
    height: 15px;
    aspect-ratio: 5;
    -webkit-mask: linear-gradient(90deg, #0000, #d1bb6d 20% 80%, #0000);
    background: radial-gradient(closest-side at 37.5% 50%, #d1bb6d 94%, #0000) 0 / calc(80% / 3) 100%;
    animation: l48 .75s infinite linear;
}

@keyframes l48 {
    100% {
        background-position: 36.36%
    }
}