:root {
--hby-green: #5cb85c;
} .hby_receipt{
background-color: white !important;
}
.hby_receipt td {
padding: 0px !important;
margin: 0px !important;
}
.hby_receipt td, .hby_receipt table {
border: none;
}
.hby_receipt * {
margin: 0;
padding: 0;
font-family: "Helvetica Neue", "Helvetica", "Helvetica", "Arial", "sans-serif";
box-sizing: border-box;
font-size: 14px;
}
.hby_receipt img {
max-width: 100%;
}
body.hby_receipt {
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: none;
width: 100% !important;
height: 100%;
line-height: 1.6;
} .hby_receipt table td {
vertical-align: top;
} .hby_receipt {
background-color: #f6f6f6;
}
.hby_receipt .hby_body-wrap {
background-color: #f6f6f6;
width: 100%;
}
.hby_receipt .hby_container {
display: block !important;
max-width: 600px !important;
margin: 0 auto !important; clear: both !important;
}
.hby_receipt .hby_content {
max-width: 600px;
margin: 0 auto;
display: block;
padding: 20px;
}
.hby_receipt .hby_main {
background: #fff;
border: 1px solid #e9e9e9;
border-radius: 3px;
}
.hby_receipt .hby_content-wrap {
padding: 20px;
}
.hby_receipt .hby_content-block {
padding: 0 0 20px;
}
.hby_receipt .hby_header {
width: 100%;
margin-bottom: 20px;
}
.hby_receipt .hby_footer {
width: 100%;
clear: both;
color: #999;
padding: 20px;
}
.hby_receipt .hby_footer a {
color: #999;
}
.hby_receipt .hby_footer p,
.hby_receipt .hby_footer a,
.hby_receipt .hby_footer,
.hby_receipt .hby_footer td {
font-size: 12px;
}
.hby_receipt h1,
.hby_receipt h2,
.hby_receipt h3 {
font-family: "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", "sans-serif";
color: #000;
margin: 40px 0 0;
line-height: 1.2;
font-weight: 400;
}
.hby_receipt h1 {
font-size: 32px;
font-weight: 500;
}
.hby_receipt h2 {
font-size: 24px;
}
.hby_receipt h3 {
font-size: 18px;
}
.hby_receipt h4 {
font-size: 14px;
font-weight: 600;
}
.hby_receipt p,
.hby_receipt ul,
.hby_receipt ol {
margin-bottom: 10px;
font-weight: normal;
}
.hby_receipt p li,
.hby_receipt ul li,
.hby_receipt ol li {
margin-left: 5px;
list-style-position: inside;
}
.hby_receipt a {
color: var(--hby-green);
text-decoration: underline;
}
.hby_receipt .hby_btn-primary {
text-decoration: none;
color: #FFF;
background-color: #1ab394;
border: solid #1ab394;
border-width: 5px 10px;
line-height: 2;
font-weight: bold;
text-align: center;
cursor: pointer;
display: inline-block;
border-radius: 5px;
text-transform: capitalize;
}
.hby_receipt .hby_last {
margin-bottom: 0;
}
.hby_receipt .hby_first {
margin-top: 0;
}
.hby_receipt .hby_aligncenter {
text-align: center;
}
.hby_receipt .hby_alignright {
text-align: right;
}
.hby_receipt .hby_alignleft {
text-align: left;
}
.hby_receipt .hby_clear {
clear: both;
}
.hby_receipt .hby_alert {
font-size: 16px;
color: #fff;
font-weight: 500;
padding: 20px;
text-align: center;
border-radius: 3px 3px 0 0;
}
.hby_receipt .hby_alert a {
color: #fff;
text-decoration: none;
font-weight: 500;
font-size: 16px;
}
.hby_receipt .hby_alert.hby_alert-warning {
background: #f8ac59;
}
.hby_receipt .hby_alert.alert-bad {
background: #ed5565;
}
.hby_receipt .hby_alert.alert-good {
background: #1ab394;
}
.hby_receipt .hby_invoice {
margin: 4px auto;
text-align: left;
width: 80%;
}
.hby_receipt .hby_invoice td {
padding: 2px 0;
}
.hby_receipt .hby_invoice .hby_invoice-items {
width: 100%;
}
.hby_receipt .hby_invoice .hby_invoice-items td {
border-top: #eee 1px solid;
}
.hby_receipt .hby_invoice .hby_invoice-items .hby_total td {
border-top: 2px dashed var(--hby-green); font-weight: 700;
}
@media only screen and (min-width: 100px) {
.hby_receipt h1,
.hby_receipt h2,
.hby_receipt h3,
.hby_receipt h4 {
font-weight: 600 !important;
margin: 20px 0 5px !important;
}
.hby_receipt h1 {
font-size: 32px !important;
}
.hby_receipt h2 {
font-size: 18px !important;
}
.hby_receipt h3 {
font-size: 16px !important;
}
.hby_receipt .hby_container {
width: 400px !important;
}
.hby_receipt .hby_content,
.hby_receipt .hby_content-wrap {
padding: 10px !important;
}
.hby_receipt .hby_invoice {
width: 100% !important;
}
}  #hby_transactions {
font-family: Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
font-size: 12px;
line-height: 15px;
}
#hby_transactions td, #hby_transactions th {
border: 1px solid #ddd;
padding: 8px;
}
#hby_transactions td a{
background-color: transparent; 
font-size:15px; color: #5cb85c; 
}
#hby_transactions tr:nth-child(even){background-color: #f2f2f2;}
#hby_transactions tr:hover {background-color: coral;}
#hby_transactions th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: var(--hby-green);
color: white;
}
@media only screen and (max-width: 768px) {
#hby_transactions .hbt-t-hide{
display: none;
}
}  .hby-modal-container {
padding: 16px;
} .hby-modal {
display: none; position: fixed; z-index: 150; left: 0;
top: 0;
width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); padding-top: 60px;
} .hby-modal-content {
background-color: #fefefe;
margin: 5% auto 15% auto; border: 1px solid #888;
width: 80%; border-radius: 8px;
} .hby-modal-close {
position: absolute;
right: 25px;
top: 0;
color: #000;
font-size: 35px;
font-weight: bold;
}
.hby-modal-close:hover,
.hby-modal-close:focus {
color: red;
cursor: pointer;
} .hby-modal-animate {
-webkit-animation: animatezoom 0.6s;
animation: animatezoom 0.6s
}
@keyframes animatezoom {
from {transform: scale(0)} 
to {transform: scale(1)}
}
@-webkit-keyframes animatezoom {
from {-webkit-transform: scale(0)} 
to {-webkit-transform: scale(1)}
}  .loading {
width: 2rem;
height: 2rem;
border: 5px solid #f3f3f3;
border-top: 6px solid var(--hby-green);
border-radius: 100%;
margin: auto;
animation: spin 1s infinite linear;
visibility: visible;
transform: rotate(0deg);
transform: rotate(360deg);
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.hby-loading-content {
background-color: transparent;
position: absolute;  
bottom: 50%; 
left: 0; 
right: 0;
margin: auto;
border: none;
width: 80%; border-radius: 8px;
}  #hby_nav_btn{
display: flex;
position: fixed;
top: 60px;
right: 0;
z-index: 2;
justify-content: flex-end;
padding: 15px;
margin-bottom: 10vh;
}
#hby_nav_btn button{
margin: 0; 
padding: 5px; 
border: none; 
background-color: transparent;
outline: none;
color: #5cb85c;
font-size: 20px;
}
#hby_nav_btn button i{
margin: 0; 
padding: 0; 
border: none; 
color: #5cb85c;
}  .hby-switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
.hby-switch input { 
opacity: 0;
width: 0;
height: 0;
}
.hby-switch .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.hby-switch .slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
.hby-switch input:checked + .slider {
background-color: #2196F3;
}
.hby-switch input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
.hby-switch input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
} .hby-switch .slider.round {
border-radius: 34px;
}
.hby-switch .slider.round:before {
border-radius: 50%;
}  .hby_list-item.hby_dragging {
opacity: 0.5; background: #eee; 
}  .hby-fp-btn{
position: sticky;
left: 20px;
bottom: 10%;
border: 1px solid #000;
border-radius: 50%;
z-index: 1;
width: 40px;
max-width: 40px;
font-size: 25px;
color: #fff;
padding: 0;
background-color: var(--hby-green);
aspect-ratio: 1/1;
}  .buttonload {
background-color: #04AA6D; border: none; color: white; padding: 12px 24px; font-size: 16px; } .fa {
margin-left: -12px;
margin-right: 8px;
}
.fa-refresh, .fa-circle-o-notch, .fa-spinner {
color: var(--hby-green);
}
.hby_pay_button {
display: inline-block;
padding: 10px 25px;
font-size: 20px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: var(--hby-green);
border: none;
border-radius: 4px;
box-shadow: 0 4px 4px green; }
.hby_pay_button:hover {background-color: var(--hby-green)}
.hby_pay_button:active {
background-color: var(--hby-green);
box-shadow: 0 5px #666;
transform: translateY(2px);
} input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="select"]{
position: relative;
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid black;
background-color: white;
overflow: hidden;
box-sizing: border-box !important;
}
.hby_container {
padding: 16px;
overflow: hidden;
box-sizing: border-box;
box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
border-radius: 40px;
}
button{
padding: 15px 30px 15px 30px;
background-color: var(--hby-green);
}
#hby-navigate{
display: flex; width: 100%; position: fixed;
bottom: 0;
right: 0;
left: 0;
background-color: #fff;
border-radius: 25px 25px 0px 0px;
border: 1px solid #ccc;
margin: 0;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
z-index: 2;
}
#hby-navigate div{
text-align: center;
margin: auto;
padding: 5px;
}
#hby-navigate div a i{
color: var(--hby-green);
font-size: 20px;
margin: 0;
padding: 0;
}
#hby-navigate div p{
display: block;
margin: 5px;
margin-bottom: 15px;
padding: 0;
line-height: 2px;
font-size: 10px;
} .ptr--ptr{
box-shadow: none !important;
text-align: center;
}  @media only screen and (min-width: 720px) {
#hby-navigate{
width: 60%;
margin: auto;
}
}:root {
--hby-green: #5cb85c;
}
body {
font-family: "Open Sans", sans-serif;
color: #0c0c0c;
background-color: #ffffff;
overflow-x: hidden;
}
.main-header-bar { background: -webkit-gradient(linear, left top, right top, from(#f29263), to(#ee5a6f));
background: linear-gradient(to right, rgb(4, 159, 108), rgb(194, 254, 113));
}
.site-title a, .site-title a:focus, .site-title a:hover, .site-title a:visited { color: #f3f4f5; }
.main-header-menu a, .ast-header-custom-item a { color: #f3f4f5; }
.layout_padding {
padding: 90px 0;
}
.layout_padding2 {
padding: 75px 0;
}
.layout_padding2-top {
padding-top: 75px;
}
.layout_padding2-bottom {
padding-bottom: 75px;
}
.layout_padding-top {
padding-top: 90px;
}
.layout_padding-bottom {
padding-bottom: 90px;
}
.heading_container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.heading_container h2 {
position: relative;
font-weight: bold;
margin-bottom: 0;
}
.heading_container h2 span {
color: var(--hby-green);
}
.heading_container p {
margin-top: 10px;
margin-bottom: 0;
}
.heading_container.heading_center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
a,
a:hover,
a:focus {
text-decoration: none;
}
a:hover,
a:focus {
color: initial;
}
.btn,
.btn:focus {
outline: none !important;
-webkit-box-shadow: none;
box-shadow: none;
} .hero_area {
position: relative;
min-height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.hero_area .hero_bg_box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
overflow: hidden;
z-index: -1;
}
.hero_area .hero_bg_box .bg_img_box {
min-width: 100%;
min-height: 100%;
}
.hero_area .hero_bg_box img {
min-width: 100%;
min-height: 100%;
}
.header_section {
padding: 15px 0;
}
.header_section .container-fluid {
padding-right: 25px;
padding-left: 25px;
}  .slider_section {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
padding: 45px 0 145px 0;
}
.slider_section .row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.slider_section #customCarousel1 {
width: 100%;
position: unset;
}
.slider_section .detail-box h1 {
font-size: 3rem;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 15px;
color: #ffffff;
}
.slider_section .detail-box p {
color: #fefefe;
font-size: 14px;
}
.slider_section .detail-box .btn-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 -5px;
margin-top: 25px;
}
.slider_section .detail-box .btn-box a {
margin: 5px;
text-align: center;
width: 165px;
}
.slider_section .detail-box .btn-box .btn1 {
display: inline-block;
padding: 10px 15px;
background-color: var(--hby-green);
color: #ffffff;
border-radius: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border: none;
}
.slider_section .detail-box .btn-box .btn1:hover {
background-color: #007fa4;
}
.slider_section .detail-box .btn-box .btn2 {
display: inline-block;
padding: 10px 15px;
background-color: #000000;
color: #ffffff;
border-radius: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border: none;
}
.slider_section .detail-box .btn-box .btn2:hover {
background-color: black;
}
.slider_section .img-box {
margin: 45px 0;
}
.slider_section .img-box img {
width: 100%;
-webkit-animation: upDown 5s infinite;
animation: upDown 5s infinite;
}
@-webkit-keyframes upDown {
0% {
-webkit-transform: translateY(-45px);
transform: translateY(-45px);
}
50% {
-webkit-transform: translateY(45px);
transform: translateY(45px);
}
100% {
-webkit-transform: translateY(-45px);
transform: translateY(-45px);
}
}
@keyframes upDown {
0% {
-webkit-transform: translateY(-45px);
transform: translateY(-45px);
}
50% {
-webkit-transform: translateY(45px);
transform: translateY(45px);
}
100% {
-webkit-transform: translateY(-45px);
transform: translateY(-45px);
}
}
.slider_section .carousel-indicators {
position: unset;
margin: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.slider_section .carousel-indicators li {
background-color: #ffffff;
width: 12px;
height: 12px;
border-radius: 100%;
opacity: 1;
}
.slider_section .carousel-indicators li.active {
width: 20px;
height: 20px;
background-color: #00bbf0;
}
.service_section {
position: relative;
}
.service_section .box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
margin-top: 45px;
background-color: #f8f8f9;
padding: 20px;
border-radius: 5px;
}
.service_section .box .img-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 125px;
min-width: 75px;
height: 75px;
margin-bottom: 15px;
}
.service_section .box .img-box img {
max-width: 100%;
max-height: 100%;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.service_section .box .detail-box h5 {
font-weight: bold;
text-transform: uppercase;
}
.service_section .box .detail-box a {
color: #00204a;
font-weight: 600;
}
.service_section .box .detail-box a:hover {
color: #00bbf0;
}
.service_section .btn-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 45px;
}
.service_section .btn-box a {
display: inline-block;
padding: 10px 45px;
background-color: var(--hby-green);
color: #ffffff;
border-radius: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border: none;
}
.service_section .btn-box a:hover {
background-color: #007fa4;
}
.about_section {
background-color: var(--hby-green);
color: #ffffff;
}
.about_section .heading_container {
margin-bottom: 45px;
}
.about_section .row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.about_section .img-box img {
max-width: 100%;
}
.about_section .detail-box h3 {
font-weight: bold;
}
.about_section .detail-box p {
margin-top: 15px;
}
.about_section .detail-box a {
display: inline-block;
padding: 10px 45px;
background-color: green;
color: #ffffff;
border-radius: 0px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border: none;
margin-top: 15px;
}
.about_section .detail-box a:hover {
background-color: #007fa4;
}
.why_section .box {
margin-top: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.why_section .box .img-box {
margin-bottom: 20px;
width: 120px;
height: 120px;
min-width: 120px;
min-height: 120px;
border-radius: 100%;
border: 5px solid #00204a;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.why_section .box .img-box img {
width: 55px;
height: auto;
fill: #00204a;
}
.why_section .box h5 {
font-weight: bold;
margin-bottom: 10px;
}
.why_section .box p {
margin-bottom: 0;
}
.why_section .btn-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 45px;
}
.why_section .btn-box a {
display: inline-block;
padding: 10px 45px;
background-color: var(--hby-green);
color: #ffffff;
border-radius: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border: none;
}
.why_section .btn-box a:hover {
background-color: #007fa4;
}
@media (max-width: 992px) {
.hero_area {
min-height: auto;
}
.hero_area {
background: -webkit-gradient(linear, left top, right top, from(#f29263), to(#ee5a6f));
background: linear-gradient(to right, rgb(4, 159, 108), rgb(194, 254, 113));
}
.hero_area .hero_bg_box {
display: none;
}
.slider_section {
padding: 45px 0 75px 0;
}
.custom_nav-container .navbar-nav {
padding-top: 15px;
align-items: center;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
padding: 5px 25px;
margin: 5px 0;
}
}
@media (max-width: 768px) {
.about_section .img-box {
margin-bottom: 45px;
}
}
@media (max-width: 576px) {
.header_section .header_top .contact_nav a span {
display: none;
}
.client_section .client_container {
width: 100%;
}
.client_section .box {
margin: 0;
}
.owl-nav {
display: flex;
justify-content: center;
margin-top: 45px;
}
.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
position: unset;
margin: 0 2.5px;
}
}
@media (max-width: 480px) {
.slider_section .detail-box h1 {
font-size: 2rem;
}
.track_section form {
flex-direction: column;
align-items: flex-start;
}
.track_section form input {
width: 100%;
}
.track_section form button {
padding: 10px 60px;
margin-top: 10px;
}
}
@media (max-width: 420px) {
.service_section .box {
flex-direction: column;
}
.service_section .box .img-box {
justify-content: flex-start;
margin-bottom: 15px;
}
}
@media (max-width: 376px) {}
@media (min-width: 1200px) {
.container {
max-width: 1170px;
}
}.offline-ui .offline-ui-retry:before{content:"Reconnect"}.offline-ui.offline-ui-up .offline-ui-content:before{content:"Your computer is connected to the internet."}@media (max-width:1024px){.offline-ui.offline-ui-up .offline-ui-content:before{content:"Your device is connected to the internet."}}@media (max-width:568px){.offline-ui.offline-ui-up .offline-ui-content:before{content:"Your device is connected."}}.offline-ui.offline-ui-down .offline-ui-content:before{content:"Your computer lost its internet connection."}@media (max-width:1024px){.offline-ui.offline-ui-down .offline-ui-content:before{content:"Your device lost its internet connection."}}@media (max-width:568px){.offline-ui.offline-ui-down .offline-ui-content:before{content:"Your device isn't connected."}}.offline-ui.offline-ui-down.offline-ui-connecting .offline-ui-content:before,.offline-ui.offline-ui-down.offline-ui-connecting-2s .offline-ui-content:before{content:"Attempting to reconnect..."}.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=second]:before{content:"Connection lost. Reconnecting in " attr(data-retry-in-value) " seconds..."}@media (max-width:568px){.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=second]:before{content:"Reconnecting in " attr(data-retry-in-value) "s..."}}.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=second][data-retry-in-value="1"]:before{content:"Connection lost. Reconnecting in " attr(data-retry-in-value) " second..."}@media (max-width:568px){.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=second][data-retry-in-value="1"]:before{content:"Reconnecting in " attr(data-retry-in-value) "s..."}}.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=minute]:before{content:"Connection lost. Reconnecting in " attr(data-retry-in-value) " minutes..."}@media (max-width:568px){.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=minute]:before{content:"Reconnecting in " attr(data-retry-in-value) "m..."}}.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=minute][data-retry-in-value="1"]:before{content:"Connection lost. Reconnecting in " attr(data-retry-in-value) " minute..."}@media (max-width:568px){.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=minute][data-retry-in-value="1"]:before{content:"Reconnecting in " attr(data-retry-in-value) "m..."}}.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=hour]:before{content:"Connection lost. Reconnecting in " attr(data-retry-in-value) " hours..."}@media (max-width:568px){.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=hour]:before{content:"Reconnecting in " attr(data-retry-in-value) "h..."}}.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=hour][data-retry-in-value="1"]:before{content:"Connection lost. Reconnecting in " attr(data-retry-in-value) " hour..."}@media (max-width:568px){.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=hour][data-retry-in-value="1"]:before{content:"Reconnecting in " attr(data-retry-in-value) "h..."}}.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry{display:none}.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s .offline-ui-content:before{content:"Connection attempt failed."}.offline-ui, .offline-ui *, .offline-ui:before, .offline-ui:after, .offline-ui *:before, .offline-ui *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} .offline-ui {
display: none;
position: fixed;
background: white;
z-index: 2000;
margin: auto;
top: 0;
left: 0;
right: 0;
} .offline-ui .offline-ui-content:before {
display: inline;
} .offline-ui .offline-ui-retry {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
display: none;
} .offline-ui .offline-ui-retry:before {
display: inline;
} .offline-ui.offline-ui-up.offline-ui-up-5s {
display: block;
} .offline-ui.offline-ui-down {
display: block;
} .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-retry {
display: block;
} .offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
display: none;
}
@-webkit-keyframes offline-fadein { 0% {
opacity: 0;
} 100% {
opacity: 1;
}
}
@-moz-keyframes offline-fadein { 0% {
opacity: 0;
} 100% {
opacity: 1;
}
}
@-ms-keyframes offline-fadein { 0% {
opacity: 0;
} 100% {
opacity: 1;
}
}
@-o-keyframes offline-fadein { 0% {
opacity: 0;
} 100% {
opacity: 1;
}
}
@keyframes offline-fadein { 0% {
opacity: 0;
} 100% {
opacity: 1;
}
}
@-webkit-keyframes offline-fadeout-and-hide { 0% {
opacity: 1;
display: block;
} 99% {
opacity: 0;
display: block;
} 100% {
opacity: 0;
display: none;
}
}
@-moz-keyframes offline-fadeout-and-hide { 0% {
opacity: 1;
display: block;
} 99% {
opacity: 0;
display: block;
} 100% {
opacity: 0;
display: none;
}
}
@-ms-keyframes offline-fadeout-and-hide { 0% {
opacity: 1;
display: block;
} 99% {
opacity: 0;
display: block;
} 100% {
opacity: 0;
display: none;
}
}
@-o-keyframes offline-fadeout-and-hide { 0% {
opacity: 1;
display: block;
} 99% {
opacity: 0;
display: block;
} 100% {
opacity: 0;
display: none;
}
}
@keyframes offline-fadeout-and-hide { 0% {
opacity: 1;
display: block;
} 99% {
opacity: 0;
display: block;
} 100% {
opacity: 0;
display: none;
}
}
@-webkit-keyframes offline-rotation { 0% {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
} 100% {
transform: rotate(359deg);
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-ms-transform: rotate(359deg);
-o-transform: rotate(359deg);
}
}
@-moz-keyframes offline-rotation { 0% {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
} 100% {
transform: rotate(359deg);
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-ms-transform: rotate(359deg);
-o-transform: rotate(359deg);
}
}
@-ms-keyframes offline-rotation { 0% {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
} 100% {
transform: rotate(359deg);
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-ms-transform: rotate(359deg);
-o-transform: rotate(359deg);
}
}
@-o-keyframes offline-rotation { 0% {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
} 100% {
transform: rotate(359deg);
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-ms-transform: rotate(359deg);
-o-transform: rotate(359deg);
}
}
@keyframes offline-rotation { 0% {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
} 100% {
transform: rotate(359deg);
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-ms-transform: rotate(359deg);
-o-transform: rotate(359deg);
}
} .offline-ui {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
font-family: "Helvetica Neue", sans-serif;
padding: 1em;
top: 1em;
width: 38em;
max-width: 100%;
overflow: hidden;
}
@media (max-width: 38em) { .offline-ui {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
top: 0;
}
} .offline-ui .offline-ui-content:before {
line-height: 1.25em;
} .offline-ui .offline-ui-retry {
position: absolute;
right: 3em;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.1);
text-decoration: none;
color: inherit;
line-height: 3.5em;
height: 3.5em;
margin: auto;
padding: 0 1em;
} .offline-ui.offline-ui-up {
-webkit-animation: offline-fadeout-and-hide forwards 0.5s 2s;
-moz-animation: offline-fadeout-and-hide forwards 0.5s 2s;
-ms-animation: offline-fadeout-and-hide forwards 0.5s 2s;
-o-animation: offline-fadeout-and-hide forwards 0.5s 2s;
animation: offline-fadeout-and-hide forwards 0.5s 2s;
-webkit-backface-visibility: hidden;
background: #d6e9c6;
color: #468847;
} .offline-ui.offline-ui-down {
-webkit-animation: offline-fadein 0.5s;
-moz-animation: offline-fadein 0.5s;
-ms-animation: offline-fadein 0.5s;
-o-animation: offline-fadein 0.5s;
animation: offline-fadein 0.5s;
-webkit-backface-visibility: hidden;
background: #ec8787;
color: #551313;
} .offline-ui.offline-ui-down.offline-ui-connecting, .offline-ui.offline-ui-down.offline-ui-waiting {
background: #f8ecad;
color: #7c6d1f;
padding-right: 3em;
} .offline-ui.offline-ui-down.offline-ui-connecting:after, .offline-ui.offline-ui-down.offline-ui-waiting:after {
-webkit-animation: offline-rotation 0.7s linear infinite;
-moz-animation: offline-rotation 0.7s linear infinite;
-ms-animation: offline-rotation 0.7s linear infinite;
-o-animation: offline-rotation 0.7s linear infinite;
animation: offline-rotation 0.7s linear infinite;
-webkit-backface-visibility: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
content: " ";
display: block;
position: absolute;
right: 1em;
top: 0;
bottom: 0;
margin: auto;
height: 1em;
width: 1em;
border: 2px solid rgba(0, 0, 0, 0);
border-top-color: #7c6d1f;
border-left-color: #7c6d1f;
opacity: 0.7;
} .offline-ui.offline-ui-down.offline-ui-waiting {
padding-right: 11em;
} .offline-ui.offline-ui-down.offline-ui-waiting.offline-ui-reconnect-failed-2s {
padding-right: 0;
}