* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Roboto, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    min-height: 100%;
    background-color: #fff;
}

.aff_header {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #18665e;
    text-align: center;
}

.loading-page {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.loading-page .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 7px dashed #1111118f;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
}

.loading-page .content h1 {
    color: #000;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
}

@keyframes blink {
    0% {opacity: .2; }
    20% {opacity: 1;}
    100% {opacity: .2;}
}

.saving span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.saving span:nth-child(2) {
    animation-delay: .2s;
}

.saving span:nth-child(3) {
    animation-delay: .4s;
}

.loading-page .content .aff-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #181818;
    margin: auto;

}

.loading-page .content .aff-logo img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.loading-page .content .footer {
    margin-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: rgba(24, 102, 94, .18);
    /* min-width: 500px; */
}

.loading-page .content .footer h2 {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #000;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
}

.loading-page .content .footer p {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 17px;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 400;
}

@media (max-width: 479px) {
.loading-page {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color:transparent;
}

.loading-page .content {
    border: none;
    background-color: transparent;
    width: 100%;
}

.loading-page .content .top {
    background-color: #ffffff;
    width: 100%;
}

.loading-page .content .aff-logo {
    width: 50vw;
    height: 50vw;
}



}

#admin_menu_side {display: none !important;}
