/* * All Rights Reserved * @copyright Copyright (C) 2022 Web-Com Group */ * { margin: 0; padding: 0; } h1 { margin: 10px 0; } p { margin-bottom: 10px; line-height: 1.5em; } ul { padding-left: 15px; } ul li { padding-bottom: 5px; } body { background-color: #fafafa; max-width: 960px; color: #333; font-size: 16px; padding: 0 10px; margin: auto; } .row { width: 100%; overflow: hidden; } .col-3 { float: left; width: 33.3%; } .col-6 { float: left; width: 50%; } .col-9 { float: left; width: 66.6%; } .img-responsive { max-width: 100%; height: auto; } #wait-logo { padding: 25px 0 25px 0; } #wait-title { line-height: 48px; font-size: 48px; font-weight: 300; padding-top: 30px; } #wait-detail { width: 100%; padding-top: 25px; padding-bottom: 25px; text-align: left; } #wait-footer { padding-top: 25px; color: #999; font-size: 10px; } .btn { padding: 15px 30px; background-color: #603FFE; border: 1px solid #277682; color: white; text-decoration: none; display: inline-block; font-size: 16px; } .btn:hover, btn:focus { background-color: #3d26e2; } .line { padding: 15px 0; border-top: 1px solid #ddd; } .sk-cube-grid { width: 40px; height: 40px; display: inline-block; } .sk-cube-grid .sk-cube { width: 33%; height: 33%; background-color: #603FFE; float: left; -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; } .sk-cube-grid .sk-cube1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } .sk-cube-grid .sk-cube2 { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .sk-cube-grid .sk-cube3 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } .sk-cube-grid .sk-cube4 { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; } .sk-cube-grid .sk-cube5 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } .sk-cube-grid .sk-cube6 { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .sk-cube-grid .sk-cube7 { -webkit-animation-delay: 0s; animation-delay: 0s; } .sk-cube-grid .sk-cube8 { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; } .sk-cube-grid .sk-cube9 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } @-webkit-keyframes sk-cubeGridScaleDelay { 0%, 70%, 100% { -webkit-transform: scale3D(1, 1, 1); transform: scale3D(1, 1, 1); } 35% { -webkit-transform: scale3D(0, 0, 1); transform: scale3D(0, 0, 1); } 0% { background-color: #603FFE; } 40%, 60% { background-color: #ffab00; } 100% { background-color: #901e78; } } @keyframes sk-cubeGridScaleDelay { 0%, 70%, 100% { -webkit-transform: scale3D(1, 1, 1); transform: scale3D(1, 1, 1); } 35% { -webkit-transform: scale3D(0, 0, 1); transform: scale3D(0, 0, 1); } } @media screen and (max-width: 640px) { .col-3, .col-6, .col-9 { width: 100%; } #wait-title { line-height: 32px; font-size: 32px; } .spinner { left: 0; width: 30px; height: 30px; } }