
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

.btn, a {
    border-radius: Opx !important;
}

  /*** Custom ***/
.banner {
    width: 100%;
    background-color: #252731;
    padding: 24px;
    border-radius: 27px;
    font-size: 14px;
    line-height: 1.4;
    color: #e1e3eb;
    box-shadow: 0 1px 3px rgba(9, 10, 15, 0.25), 0 4px 16px rgba(9, 10, 15, 0.1), 0 8px 24px rgba(9, 10, 15, 0.1), inset 0 1px 1px #323543;
}
.modal-content.cookie {
    border-radius: 1.5rem;
    padding: 0.2rem;
}
.cookie-modal-dialog {
    display: flex;
    align-items: end;
    padding-bottom: 0.5rem;
}
.cookie-text h1 {
    font-size: 20px;
}
.cookie-text h2 {
    margin-top: 1rem;
    font-size: 18px;
    font-weight: bold;
}
.cookie-text p {
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.cookie-text a {
    font-size: 13px;
}
.cookie-credit {
    font-size: 2px;
}
.cookie-coin {
    font-size: 1.5rem;
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 996;
    background: #7C8A8C;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    transition: all 0.4s;
    color: white;
}

a {
    text-decoration: none !important;
}

a:hover {
    color: unset;
}