
body {
    /* background: linear-gradient(135deg, #00EAF8 0%, #6D42EF 100%) !important; */
    background: linear-gradient(135deg, #68c5de 0%, #8e7ab6 100%) !important;
    margin:0;
    padding: 0;
    font-family: 'Poppins';
}
h2{
    color: #FFFFFF;
    font-family: 'Poppins';
}
.user-area {
    text-align: center;
    margin-top: 20px;
    padding-top: 15px
}

@font-face {
  font-family: 'MyCustomFont';
  src:url('fonts/Gemstone.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

#buja-countdown {
    font-family: 'MyCustomFont', sans-serif;
    color: #ffffff;
  font-weight: 700;

  /* Fallback for browsers without text-stroke (multiple shadows emulate outline) */
  text-shadow:
    -2px -2px 0 #000,
     2px -2px 0 #000,
    -2px  2px 0 #000,
     2px  2px 0 #000,
    -2px  0    0 #000,
     2px  0    0 #000,
     0    -2px 0 #000,
     0     2px 0 #000;
}

#blocks {
    padding-top: 1%;
    margin-left: auto;
    margin-right: auto;
}

.buttons {
    overflow-y: auto; /* Allows vertical scrolling */
    overflow-x: hidden; /* Prevents horizontal scrolling */
}

.block {
    border-radius: 50px;
    margin-bottom: 12px;
    font-size: 1.2em !important;
    padding: 12px 0;
    color: #fff !important;

    background-color: #fff !important;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .25s cubic-bezier(.08, .59, .29, .99);
    transition: all .25s cubic-bezier(.08, .59, .29, .99);
    z-index: 2;
}

.block:hover {
    background-color:rgb(208, 208, 208)!important;
}

.slick-slide {
    height: auto !important;
}

.image {
    margin-bottom: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.image img {
    background-size: cover;
    width: 100px;
    
    height: 100px;
    vertical-align: middle;
    background-color: rgba(0,0,0,.1);
    border-radius: 50%;  
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin:0 auto; 
    display: inline-block;
}

.normalButton {
    padding: 14px !important;  
    background: #FFFFFF!important;
    margin-left: 4%;
    margin-right: 4%;
    height: 2em;
}

.normalButton div {
    font-size:18px !important; 
    font-weight: 600; 
    display:inline-block;
    /* color: #0FACF3; */
    color: #171918;

    padding-top: 1%;
    padding-bottom: 1%;
    /* font-family: 'Open Sans', serif; */
    /* font-weight: bolder; */
}

.normalButton div img {
    width: 22px !important;
    vertical-align: middle;
    padding-bottom: 4px;

    fill: #00EAF8;
}

/* footer */
.footer{
    margin-left: 0;
    margin-right: 0;
    margin-top: 5%;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    /* text-align: center; */

    margin-bottom: 2em;
}

.social {
    /* margin-left: 10%;
    margin-right: 10%; */

    display:flex;
    justify-content: center;
    flex-direction: row;

    /* max-width: 60%; */
    margin: 0;
}

.social div {
    padding: 0;

    text-align: center;
    width: 12%;
    min-width: 5em;
    max-width: 9.5em;
}

.socialButton {
    /* padding: 15px 0; */
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.socialButton img {
    width: 60%;
    min-width: 2em;
    max-width: 3em;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}

.socialButton img:hover {
    background-color:rgb(208, 208, 208)!important;
    border-radius: 50%;  
}

/*************** in case we have a lot of buttons ***************/
@media (min-width: 800px) {
    /* width */
    ::-webkit-scrollbar {
        width: 0.5em;
        max-width: 0.5em;
        min-width: 0.1em;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: rgba(255,255,255, 0.5);
        border-radius: 10px;
    }
}

@media (max-width: 800px) {
    /* width */
    ::-webkit-scrollbar {
        width: 0.2em;
        max-width: 0.5em;
        min-width: 0.1em;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: rgba(255,255,255, 0.5);
        border-radius: 10px;
    }
}