/*!
Template :	ICOCrypto @by Softnio
Theme	 :  Default
* Version	 :	2.0.0
* Updated	 :	03/08/2022
*/


/*! WRITE YOUR CUSTOM STYLE **/
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span {
    font-family: 'Poppins', sans-serif;
}

.legend {
    transition: all 0.3s linear !important;
}

.legend-info {
    width: 300px;
    line-break: anywhere;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    right: -40%;
    bottom: -90%;
    background: blueviolet;
    padding: 3px;
    border-radius: 4px;
    display: none;
    opacity: 0;
    transition: opacity 0.3s linear;
}

.legend:hover .legend-info {
    display: flex;
    opacity: 1;
}

.gifter-info {
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    right: 110%;
    bottom: 35%;
    background: blueviolet;
    padding: 3px;
    border-radius: 4px;
    display: none;
    opacity: 0;
    transition: opacity 0.3s linear;
}

.player-gifter:hover .gifter-info {
    display: flex;
    opacity: 1;
}

a {
    cursor: pointer !important;
}

/*.header-logo img {*/
/*    animation-name: spinner;*/
/*    animation-duration: 10s;*/
/*    animation-timing-function: linear;*/
/*    animation-iteration-count: infinite;*/
/*}*/

/*footer .wgs-logo img {*/
/*    animation-name: spinner;*/
/*    animation-duration: 10s;*/
/*    animation-timing-function: linear;*/
/*    animation-iteration-count: infinite;*/
/*}*/

/*.wgs-logo.d-inline-block img{*/
/*    animation-name: spinner;*/
/*    animation-duration: 10s;*/
/*    animation-timing-function: linear;*/
/*    animation-iteration-count: infinite;*/
/*}*/

@keyframes spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes glowred {
    from {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.2), 0 0 15px rgba(255, 255, 255, 0.2);
    }

    to {
        box-shadow: 0 0 15px #ff4da6, 0 0 20px #ff4da6;
    }
}

@keyframes glowgreen {
    from {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0), 0 0 20px rgba(255, 255, 255, 0.2);
    }

    to {
        box-shadow: 0 0 15px #3cff06, 0 0 20px #3cff06;
    }
}

.board_players {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.ico-plus {
    width: 30px;s
    height: 30px;
    border-radius: 50%;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
    background-color: rgb(255, 0, 0);
    color: #fff;
    position: absolute;
    top: 80%;
    right: -5px;
    text-align: center;
    line-height: 30px;
}

.player {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 20px;
    margin: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.player-gifter {
    background-color: #2F80ED;
}

.player-builder {
    background-color: #27AE60;
}

.player-guide {
    background-color: #EB5757;
}

.player-legend {
    width: 140px;
    height: 140px;
    background-color: #F2C94C;
}

.ico {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
    position: absolute;
    top: -10px;
    left: -10px;
    text-align: center;
    line-height: 40px;
}

.plus1 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
    position: absolute;
    top: -10px;
    left: 32px;
    text-align: center;
    line-height: 30px;
    background-color: #3cff00;
    animation: glowgreen 1s ease-in-out infinite alternate;
}

.plus2 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
    position: absolute;
    top: -10px;
    left: 67px;
    text-align: center;
    line-height: 30px;
    background-color: #3cff00;
    animation: glowgreen 1s ease-in-out infinite alternate;
}

.minus1 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
    position: absolute;
    top: -10px;
    left: 32px;
    text-align: center;
    line-height: 30px;
    background-color: #ff0000;
    animation: glowred 1s ease-in-out infinite alternate;
}

.minus2 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
    position: absolute;
    top: -10px;
    left: 67px;
    text-align: center;
    line-height: 30px;
    background-color: #ff0000;
    animation: glowred 1s ease-in-out infinite alternate;
}

.gifter-icon {
    background-color: #2F80ED;
}

.gifter-icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f06b";
    color: #fff;
}

.deactive-icon {
    background-color: #00b5e2;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
    text-align: center;
    line-height: 30px;
    text-decoration: none !important;
    font-size: .7em;
}

.deactive-icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d6";
    color: rgb(0, 0, 0);
}

.verify-icon {
    background-color: #27AE60;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
    text-align: center;
    line-height: 30px;
    text-decoration: none !important;
}

.verify-icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #fff;
}

.builder-icon {
    background-color: #27AE60;
}

.builder-icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f6e3";
    color: #fff;
}

.guide-icon {
    background-color: #EB5757;
}

.guide-icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f508";
    color: #fff;
}

.legend-icon {
    background-color: #F2C94C;
}

.legend-icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f521";
    color: #fff;
}

a.buy-package {
    font-size: 1.4em;
    background-color: #2F80ED;
    width: fit-content;
    height: 40px;
    padding: 0 10px;
    display: block;
    text-align: center;
    border-radius: 20px;
    margin: auto;
    font-weight: 800;
    filter: drop-shadow(0 0 2px #fff);
}

.team-photo i.fas.fa-user-lock,
.team-photo i.fa-hand-holding-usd {
    display: block;
    font-size: 3em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

a.buy-package:hover {
    color: rgb(211, 197, 0) !important;
    transform: scale(1.05);
}

.no-enter {
    opacity: 0.2 !important;
}

@media (max-width: 768px) {
    .player h6 {
        font-size: x-small;
    }
    div.countdown{
        font-size: .5em !important;
        padding: 1px 2px;
    }
    .board_players {
        flex-direction: column;
    }

    .gifters {
        display: flex;
    }

    .builders {
        display: flex;
    }

    .player {
        width: 60px;
        height: 60px;
        margin: 1em;
        border-radius: 6px;
    }

    .player-legend {
        width: 80px;
        height: 80px;
        border-radius: 8px;
    }

    .legend-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        left: 7em;
        bottom: 25%;
        width: 100%;
    }

    .gifter-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        right: -50%;
        bottom: 130%;
    }

    .ico {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: .76em;
        left: -10px;
        top: -10px;
    }

    .plus1 {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
        position: absolute;
        top: -10px;
        left: 25%;
        text-align: center;
        line-height: 20px;
        background-color: #3cff00;
    }

    .plus2 {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
        position: absolute;
        top: -10px;
        left: 55%;
        text-align: center;
        line-height: 20px;
        background-color: #3cff00;
    }

    .minus1 {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
        position: absolute;
        top: -10px;
        left: 25%;
        text-align: center;
        line-height: 20px;
        background-color: #ff0000;
    }

    .minus2 {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
        position: absolute;
        top: -10px;
        left: 55%;
        text-align: center;
        line-height: 20px;
        background-color: #ff0000;
    }

    .ico-plus {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: .76em;
        right: -10px;
        top: 85%;
    }

    .verify-icon {
        background-color: #27AE60;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        position: absolute;
        right: -10px;
        top: -10px;
        filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
        text-align: center;
        line-height: 20px;
        text-decoration: none !important;
    }

    .deactive-icon {
        background-color: #00b5e2;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        position: absolute;
        right: -10px;
        top: -10px;
        filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
        text-align: center;
        line-height: 20px;
        text-decoration: none !important;
    }

    .legend-info a,
    .legend-info span {
        font-size: 0.7em;
    }
}

.deactive-user {
    opacity: 0.5 !important;
}

.online-user {
    animation-name: online;
    animation-timing-function: linear;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
}

@keyframes online {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

a.button-eye {
    right: 9px;
    bottom: 3px;
    font-size: 1.2em;
    cursor: pointer;
}

marquee {
    color: #fff;
    font-size: 1.6em;
    background-color: #ff0000;
    box-shadow: 0 0 5px #000;
    font-style: oblique;
}

#notification{
    padding: .5em;
    color: #fff;
    background-color: #ff0000;
    box-shadow: 0 0 5px #000;
    position: fixed;
    bottom:0;
    width:100%;
    height:auto;
    text-align:center;
    z-index:9999;
}


#bg-img{
    background: rgb(215,59,59);
    background: linear-gradient(90deg, rgba(215,59,59,1) 0%, rgba(215,90,59,1) 47%, rgba(215,59,59,1) 100%);

}
#bg-img>i{
    animation: pulsate 0.5s ease-in-out	 infinite alternate;
    animation-delay: 0.5s;
}
#bg-img h1{
    animation: pulsate 0.5s ease-in-out	 infinite alternate;
    animation-delay: 1s;
}

 #bg-img h3{
    animation: pulsate 0.5s ease-in-out	 infinite alternate;
    animation-delay: 1.5s;
 }
@keyframes pulsate {
    
  100% {

      text-shadow:
      0 0 4px #fff,
      0 0 11px #fff,
      0 0 60px #f09
  
  }
  
  0% {

    text-shadow:
    0 0 4px #fff,
    0 0 10px #fff,
    0 0 50px #f09,

}
