/* ----- General ----- */

body {
    background-image: url('assets/background.png');
    background-size: cover;
    overflow-x: hidden;
}

@font-face {
    font-family: outfit;
    src: url('fonts/Outfit.ttf');
}

@font-face {
    font-family: poetsenOne;
    src: url('fonts/PoetsenOne-Regular.ttf');
}

.outfit {
    font-family: outfit !important;
    letter-spacing: 1px;
}

.poetsen {
    font-family: poetsenOne !important;
    letter-spacing: 1px;
}

#main-section {
    margin-top: 20px;
    /* margin: auto; */
    /* width: 50%; */
}

.link-button:hover {
    color: #D5CDF9;
}

.text-basic {
    font-family: outfit;
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
}

.flip-h {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.kumo-button {
    font-family: outfit;
    background-image: linear-gradient(#595EE8, #CDACF5);
    border-radius: 20px;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 1px;
}

.kumo-button:hover {
    background-image: none;
    background-color: #595EE8;
}

/* ----- Top Bar ----- */

#top-bar {
    margin: auto;
    align-items: center;
    max-width: 700px;
    /* display: flex; */
    /* justify-content: center; */
}

#top-right-buttons {
    text-align: right;
    /* min-width: 300px; */
}

/* ----- Mint ----- */

#mint {
    text-align: center;
}

#mint-button {
    font-family: outfit;
    border-radius: 50px;
    border-width: 5px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    width: 150px;
    cursor: pointer;
}

.button-active {
    background-image: linear-gradient(#595EE8, #CDACF5);
}

.button-inactive {
    background-image: linear-gradient(#595EE8, #CDACF5);
    cursor: default !important;
    pointer-events: none;
    user-select: none;
}

.button-active:hover {
    background-image: none;
    background-color: #595EE8;
}

#mint-kumo-idle {
    margin-bottom: 40px;
    margin-right: 140px;
    width: 100%;
    height: auto;
    max-width: 350px;
}

#mint-kumo-stumble {
    margin-bottom: 37px;
    margin-right: 135px;
    margin-top: -20px;
    /* width: 100%; */
    width: 465px;
    height: auto;
    /* max-width: 460px; */
}

#mint-price {
    font-size: 28px;
}

@media screen and (max-width: 550px) {
    #mint-kumo-idle {
        margin-right: 90px;
        width: 240px !important;
    }
    #mint-kumo-stumble {
        margin-right: 115px;
        margin-bottom: 40px;
        width: 320px !important;
    }
}

#mint-button-section {
    align-items: center;
    margin-top: -40px;
    min-width: 400px;
}

#mint-button-section a {
    text-decoration: none;
}

#kumo-minted-link {
    text-decoration: none;
}

#disconnect-dropdown {
    width: 140px;
    position: absolute;
}

#disconnect-button {
    background-image: linear-gradient(#595EE8, #CDACF5) !important;
    color: white;
    border-radius: 30px;
    width: 100%;
    border: none;
    background-image: none;
    margin-top: 1px;
}

#disconnect-button:hover {
    background-image: none !important;
    background-color: #595EE8;
}

#address-button {
    width: 150px;
}

/* ----- Phases ----- */

#phases {
    /* border: 1px solid red; */
    align-items: center;
    /* width: 50%; */
    /* min-width: 700px; */
    /* max-width: 700px; */

    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.phase-button {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    width: 80%;
    /* min-width: 150px; */
    font-family: outfit;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.5px;
    background-image: linear-gradient(to right, #595EE8, #CDACF5);
    color: white;
    border-radius: 50px;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
}

.locked-phase-button {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    width: 80%;
    min-width: 150px;
    font-family: outfit;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: white;
    border-radius: 50px;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: default !important;
    position: relative;
}

.lock-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 9px;
}

.separator-box {
    min-height: 150px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.small-separator-box {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 600px) {
    .separator-box {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.phase-container {
    /* min-width: 220px; */
    width: 220px !important;
    /* border: 1px solid yellow; */
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.phase-box {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    min-width: 220px;
    height: 340px;
    /* max-width: 250px; */
    /* width: 220px; */
}

.phase-progress-container {
    text-align: center;
    border-radius: 30px !important;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
    background-color: white !important;
}

.phase-progress {
    background-image: linear-gradient(to right, #595EE8, #CDACF5);
    /* width: 50%; */
    /* align-items: center; */
}

.locked-phase-progress {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 30px !important;
    background-color: white !important;
    align-items: center;
}

.locked-phase-progress span {
    color: white;
}

.phase-progress-text {
    color: #7D4FFF;
}

.phase-image {
    height: auto;
    width: 200px;
    margin-top: -60px;
}

.image-link {
    text-decoration: none;
}

.image-link:hover {
    filter: brightness(0) saturate(100%) invert(80%) sepia(5%) saturate(1761%) hue-rotate(208deg) brightness(104%) contrast(95%);
}

.phase-info {
    font-family: poetsenOne;
    font-size: 14px;
    letter-spacing: 1px;
    width: 140px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 20px;
    /* text-align: left; */
}

/* .phase-info span {
    filter: blur(4px);
    pointer-events: none;
    user-select: none;
} */

.phase-info-list {
    margin-top: 15px;
    padding-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
}

#meet-kumo {
    /* margin: 0 auto;
    display: flex;
    justify-content: center; */

    margin: 0 auto;
    align-items: center;
    max-width: 700px;
}

#meet-kumo-header {
    font-family: outfit;
    font-size: 40px;
    font-weight: bold;
    color: #D5CDF9;
}

#meet-kumo-image {
    width: 100%;
    height: auto;
    min-width: 250px;
}

#koban-heading {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 30px;
}

#koban {
    margin: 0 auto;
    align-items: center;
    max-width: 800px;
}

#apply-button {
    font-size: 30px;
    font-weight: bold;
    width: 130px;
    border-radius: 30px;
    border-width: 4px;
}

@keyframes character-float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-10px);
    }
    100% {
        transform: translatey(0px);
    }
}

#groucho {
    position: absolute;
    top: -200px;
    left: -100px;
    width: 400px;
    height: auto;
    min-width: 120px;
    animation: character-float 6s ease-in-out infinite;
}

#wolfie {
    position: absolute;
    top: -200px;
    left: -50px;
    width: 380px;
    height: auto;
    min-width: 120px;
    animation: character-float 6s ease-in-out infinite;
}

@media screen and (max-width: 800px) {
    #groucho {
        position: initial;
        left: 0;
        top: 0;
        width: 100%;
    }
    #wolfie {
        position: initial;
        left: 0;
        top: 0;
        width: 100%;
    }
    #koban-heading {
        font-size: 25px;
    }
}

.text-responsive {
    font-size: calc(100% + 1vw + 1vh);
}

.badge {
    font-family: poetsenOne;
    font-size: 15px !important;
    letter-spacing: 1px;
    border-radius: 20px !important;
    background-image: linear-gradient(to right, #595EE8, #CDACF5);
    align-items: center;
    margin-top: 5px;
}

.sparkle {
    position: absolute;
}

.lucky-bg {
    background-image: url('assets/lucky_kat_pattern.png');
    background-size: contain;
    width: 100%;
    height: 500px;
    left: 0;
    right: 0;
    top: -80px;
    position: absolute;
}

#temple-container {
    width: 100%;
    height: 100%;
    /* mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 80%, transparent 100%); */

    /* min-width: 800px; */
    left:0;
    right:0;
    position: absolute;
    z-index: -100;
    text-align: center;
    padding: 0px 0px 0px 0px;
    /* top: 200px; */
    /* margin: 0 auto; */
}

#temple-bg {
    background-image: url('assets/temple.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 700px) {
    #temple-container {
        left: -120px;
        top: -30px;
    }
    #temple-bg {
        width: 150%;
    }
}

.purple-text {
    color: #D5CDF9;
}

#imposter {
    max-width: 700px;
    text-align: center;
    align-items: center;
    margin: 0 auto;
}

#imposter-text {
    /* font-size: 2.3vw; */
    text-align: center;
    font-size: 30px;
}

@media screen and (max-width: 600px) {
    #imposter-text {
        font-size: 20px;
    }
}

.imposter-cloud {
    position: absolute;
    top: -50px;
    height: auto;
    width: 200px;
}

.imposter-cloud-left {
    left: -150px;
}

.imposter-cloud-right {
    right: -150px;
}

@media screen and (max-width: 900px) {
    .imposter-cloud {
        position: initial;
        height: auto;
        width: 100%;
    }
}

#bottom-bar {
    max-width: 700px;
    margin: 0 auto;
    align-items: center;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-30px);
    }
    100% {
        transform: translatey(0px);
    }
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes shake-like-you-mean-it {
    0% { transform: scale(1.5) translate(1px, 1px) rotate(0deg); }
    10% { transform: scale(1.2) translate(-1px, -2px) rotate(-5deg); }
    20% { transform: scale(1.5) translate(-3px, 0px) rotate(5deg); }
    30% { transform: scale(1.3) translate(3px, 2px) rotate(0deg); }
    40% { transform: scale(1.5) translate(1px, -1px) rotate(5deg); }
    50% { transform: scale(1.2) translate(-1px, 2px) rotate(-5deg); }
    60% { transform: scale(1.5) translate(-3px, 1px) rotate(0deg); }
    70% { transform: scale(1.3) translate(3px, 1px) rotate(-5deg); }
    80% { transform: scale(1.5) translate(-1px, -1px) rotate(5deg); }
    90% { transform: scale(1.2) translate(1px, 2px) rotate(0deg); }
    100% { transform: scale(1.5) translate(1px, -2px) rotate(-5deg); }
}

@keyframes grow {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

@keyframes grow-chosen-one {
    0% { transform: scale(1); }
    100% { transform: scale(1.5); }
}

@keyframes fade-out {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.imposter-cat {
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
    cursor: pointer;
    /* transition: 0.6s; */
    min-width: 50px;
}

.imposter-cat:hover {
    animation: shake 1s !important;
}

.imposter-cat-disappear {
    min-width: 50px;
    /* filter: invert(100%); */
    animation: grow 0.5s 0s 1 !important;
}

.imposter-cat-gone {
    min-width: 50px;
    animation: none !important;
    /* visibility: none !important; */
    filter: grayscale(100%);
    cursor: initial !important;
}

.imposter-cat-gone:hover {
    animation: none !important;
}

.imposter-cat-chosen-one {
    min-width: 50px;
    animation: grow-chosen-one 0.7s forwards !important;
}

.imposter-cat-chosen-one-shake {
    min-width: 50px;
    animation: shake-like-you-mean-it 1.5s !important;
}

#imposter1 {
    animation: float 6s ease-in-out 1.5s infinite;
}

#imposter2 {
    animation: float 6s ease-in-out 1s infinite;
}

#imposter4 {
    animation: float 6s ease-in-out 1s infinite;
}

#imposter5 {
    animation: float 6s ease-in-out 1.5s infinite;
}

#imposters-container {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
}

.fade-out {
    animation: fade-out 1s forwards;
}

.no-opacity {
    opacity: 0;
}

/* .fade-in {
    animation: fade-out 1s reverse;
} */

/* ----- Connect ----- */
.wallet-button {
    width: 280px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;

    background-image: none !important;
    background-color: #CDACF5;
}

.wallet-button:hover {
    background-image: linear-gradient(#595EE8, #CDACF5) !important;
}

#connect-heading {
    margin-right: 18px;
    font-size: 30px;
}

#connect-modal-inner {
    /* min-width: 350px; */
    width: 300px !important;
    /* height: 80%; */
    height: 500px;
    overflow: auto;
    padding-top: 10px;
}

#info-modal-inner {
    width: 330px !important;
    height: 300px;
    /* max-height: 400px; */
    padding-top: 10px;
    overflow: hidden;

    display:flex;
    justify-content:space-between;
    flex-direction:column;
}

#info-text {
    font-size: 24px;
    /* text-align: left; */
}

#info-ok-button {
    font-size: 24px;
    width: 120px;
    height: 50px;
    margin: 0 auto;
}

.wallet-row-default {
    display: none !important;
}

.wallet-row {
    margin-bottom: 10px;
}

/* ----- Modal ----- */
.kumo-modal {
    font-family: outfit;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    background: rgba(0,0,0, .75);
    transition: opacity .25s ease;
    z-index: 10;
}

.kumo-modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.modal-state {
    display: none;
}

.modal-state:checked + .kumo-modal {
    opacity: 1;
    visibility: visible;
}

.modal-state:checked + .kumo-modal .kumo-modal-inner {
    top: 0;
}

.kumo-modal-inner {
    transition: top .25s ease;
    position: absolute;
    top: -20%;
    right: 0;
    bottom: 0;
    left: 0;
    /* width: 400px; */
    max-width: 600px;
    min-width: 400px;
    margin: auto;
    overflow: hidden;
    background: #7C4FFF;
    border-radius: 40px;
    padding: 1em 2em;
    height: 720px;
    text-align: center;
}

.kumo-modal-close {
    position: absolute;
    right: 1.5em;
    top: 1.2em;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
}

.kumo-modal-close:after,
.kumo-modal-close:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 1.5em;
    background: #ffffff;
    display: block;
    transform: rotate(45deg);
    left: 50%;
    margin: -3px 0 0 -1px;
    top: 0;
}

/* @keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg);
    }
}

.kumo-modal-close:hover {
    animation: spin 2s ease-in-out 1;
} */

.kumo-modal-close:hover:after,
.kumo-modal-close:hover:before {
    background: #CDACF5;
}

.kumo-modal-close:before {
    transform: rotate(-45deg);
}

/* @media screen and (max-width: 768px) {
    .kumo-modal-inner {
        width: 90%;
        height: 90%;
        box-sizing: border-box;
    }
} */

#kumo-nft-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 10px;
}

#nft-loader-container {
    position: absolute;
    width: 100%;
    height: 300px;
    padding: 110px 0;
    padding-right: 20px;
}

#kumo-nft-placeholder-container {
    width: 100%;
}

#kumo-nft-placeholder {
    width: 300px;
    height: 300px;
    background-color: #543BBC;
    border-radius: 10px;
    margin: 0 auto;
}

.accessory-box {
    border-radius: 40px;
    background-color: #543BBC;
    padding: 20px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.accessory-image {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

@media screen and (max-width: 550px) {
    .accessory-image {
        width: 70px;
        height: 70px;
    }
}

.accessory-box p {
    margin-bottom: 0px;
}

.text-link {
    /* text-decoration: none; */
    color: white;
}

.text-link:hover {
    color: #CDACF5;
}

.empty-accessory-box {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.25);
    margin: 0 auto;
}

@media screen and (max-width: 550px) {
    .empty-accessory-box {
        width: 70px;
        height: 70px;
    }
}

#nft-arrow-right {
    cursor: pointer;
    position: absolute;
    top: 50%;
    /* right: 60px; */
    left: 80%;
}

@media screen and (max-width: 550px) {
    #nft-arrow-right {
        left: 90%;
    }
}

#nft-arrow-left {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 10%;
}

@media screen and (max-width: 550px) {
    #nft-arrow-left {
        left: 5%;
    }
}

/* ----- Kumo Game ----- */

#game-iframe {
    width: 100%;
    /* height: 400px; */
    /* height: auto; */
    /* min-height: 400px; */
    /* height: 100%; */
    height: 500px;
    overflow: hidden;
}




/* body {
    padding: 1%;
    text-align: center;
}

p img {
    max-width: 200px;
    height: auto;
    float: left;
    margin: 0 1em 1em 0;
} */


#minted-out {
    width: 100%;
    height: auto;
    max-width: 700px;
    cursor: pointer;
}

.button-loader {
    width: 30px;
    height: 30px;
    border: 5px solid #FFF;
    border-bottom-color: #543BBC;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader {
    width: 80px;
    height: 80px;
    border: 6px solid #FFF;
    border-bottom-color: #543BBC;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}





#confetti-container {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    pointer-events: none;
}
.confetti {
    width: 15px;
    height: 15px;
    background-color: #f2d74e;
    position: absolute;
    left: 50%;
    animation: confetti 5s ease-in-out -2s infinite;
    transform-origin: left top;
    pointer-events: none;
}
.confetti:nth-child(1) {
    background-color: #f2d74e; left: 10%; animation-delay: 0;
}
.confetti:nth-child(2) {
    background-color: #95c3de; left: 20%; animation-delay: -5s;
}
.confetti:nth-child(3) {
    background-color: #ff9a91; left: 30%; animation-delay: -3s;
}
.confetti:nth-child(4) {
    background-color: #f2d74e; left: 40%; animation-delay: -2.5s;
}
.confetti:nth-child(5) {
    background-color: #95c3de; left: 50%; animation-delay: -4s;
}
.confetti:nth-child(6) {
    background-color: #ff9a91; left: 60%; animation-delay: -6s;
}
.confetti:nth-child(7) {
    background-color: #f2d74e; left: 70%; animation-delay: -1.5s;
}
.confetti:nth-child(8) {
    background-color: #95c3de; left: 80%; animation-delay: -2s;
}
.confetti:nth-child(9) {
    background-color: #ff9a91; left: 90%; animation-delay: -3.5s;
}
.confetti:nth-child(10) {
    background-color: #f2d74e; left: 100%; animation-delay: -2.5s;
}

@keyframes confetti {
    0% { transform: rotateZ(15deg) rotateY(0deg) translate(0,0); }
    25% { transform: rotateZ(5deg) rotateY(360deg) translate(-5vw,20vh); }
    50% { transform: rotateZ(15deg) rotateY(720deg) translate(5vw,60vh); }
    75% { transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw,80vh); }
    100% { transform: rotateZ(15deg) rotateY(1440deg) translate(10vw,110vh); }
}

.days-display {
    font-family: poetsenOne;
    text-align: center;
    font-size: 100px;
}






  /*=================
  * TIMER
  *=================*/
  .timer {
    font-family: outfit;
    width: 700px;
    height: 248px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -124px;
    color: white;
  }
  .timer * {
    cursor: default;
  }
  .timer h3 {
    width: 100%;
    font-size: 26px;
    letter-spacing: 4px;
    text-align: center;
  }
  .timer--clock {
    width: 100%;
    position: relative;
    padding-left: 6px;
    margin-top: 22px;
    overflow: hidden;
  }
  .timer--clock .clock-display-grp {
    width: 100%;
    position: relative;
  }
  .timer--clock .clock-display-grp .number-grp {
    width: auto;
    display: block;
    height: 156px;
    float: left;
    overflow: hidden;
  }
  .timer--clock .clock-display-grp .number-grp .number-grp-wrp {
    width: 100%;
    position: relative;
  }
  .timer--clock .clock-display-grp .number-grp .number-grp-wrp .num {
    width: 100%;
    position: relative;
    height: 156px;
  }
  .timer--clock .clock-display-grp .number-grp .number-grp-wrp .num p {
    width: auto;
    display: table;
    font-size: 150px;
    line-height: 150px;
    font-weight: bold;
  }
  .timer--clock .clock-separator {
    width: auto;
    float: left;
    display: block;
  }
  .timer--clock .clock-separator p {
    width: auto;
    display: table;
    font-size: 150px;
    line-height: 150px;
    font-weight: bold;
  }

@media screen and (max-width: 1000px) {
    .timer {
        margin-left: -190px;
    }
    .timer--clock .clock-display-grp .number-grp .number-grp-wrp .num p {
        font-size: 80px;
    }
    .timer--clock .clock-separator p {
        font-size: 80px;
    }
}

  .timer h4 {
    width: 100%;
    font-size: 10px;
    letter-spacing: 6px;
    text-align: center;
    padding-top: 25px;
    float: left;
  }
  
  .reload {
    width: 125px;
    height: 14px;
    position: absolute;
    bottom: 50vh;
    left: 50%;
    margin-left: -62.5px;
    opacity: 0;
    display: none;
    cursor: pointer;
    z-index: 9999;
  }
  .reload:hover svg path {
    fill: #666666;
  }
  .reload:hover p {
    color: #666666;
  }
  .reload svg {
    width: 12px;
    height: 12px;
    float: left;
    margin-right: 10px;
  }
  .reload p {
    color: #2b2b2b;
    font-size: 12px;
    float: left;
    line-height: 11px;
  }