@import "garland.css";

.header-logo {
    max-width: 100%;
    height: 80px;
    margin: 20px;
}

.btn-active-server {
    background: var(--color_2);
}

.nav-link {
    transition: 0.3s ease;
}

.nav-link:hover {
    color: #0691f1 !important;
    transform: scale(1.1, 1.1);
}

.btn-secondary {
    transition: 0.3s ease;
    background: var(--color_2);
    border-radius: 25px 14px 25px 14px;
}
.btn-secondary:hover {
    background: var(--color_2) !important;
}
.btn-dark, .btn-danger, .btn-success {
    border-radius: 25px 14px 25px 14px;

}
.store-product {
    cursor: pointer;
}

.card, .modal-body {
    background: rgba(13%, 15%, 18%, 0.7);
    border: 0;
}

.bg-dark, .table-dark {
    background: var(--header_bg) !important;
    border-radius: 25px 14px 25px 14px;
}

.product-modal .modal-content {
    background: rgba(89, 89, 89, 0.8) !important;
    border: 0;
}

.card-body {
    background: rgba(89, 89, 89, 0.8);
}

img {
    user-select: none;
}
.card-header, .card-footer, .modal-header, .modal-footer {
    background:var(--header_bg) !important;
    border-radius: 25px 14px 25px 14px !important;
}
.modal-footer-no-radius {
    border-radius: inherit !important;
    display: block;
}
.no-scale:hover a {
    transform: none;
}
.nav-link {
    cursor: pointer;
}

.alert-success {
    background-color: #378b29 !important;
    background-image: linear-gradient(315deg, #378b29 0%, #74d680 74%) !important;
    border: 0;
    border-radius: 4px;
    color: #000;
}
.alert-success p {
    margin: 0;
}
.store-product {
    background: transparent !important;
}
.store-product .card-body {
    border-radius: 25px 14px 25px 14px;
}
.store-product .card-footer {
    background: var(--color_1) !important;
    display: grid;
    grid-template-columns: 40% 60%;
    padding: 0;
    border-radius: 0px 14px 1px 14px;
    min-height: 65px;
    justify-content: center;
    align-items: center;

}
.store-product .card-footer .store-product-price {
    background: var(--color_2) !important;
    padding: 0.25em;
    border-radius: 0px 14px 25px 14px;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;

}

.navbar-dark .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.white-space-nowrap {
    white-space: nowrap !important;
}
.card-deals-img-discount {
    position: absolute;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 110%;
    color: #fff;
    background: #cd3324;
    border-radius: 4px;
    padding: 4px;
    top: 4%;
    right: 4%;
}

.price-old  {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.servers-widget .list-group-item {
    background: var(--color_1);
    display: grid;
    grid-template-columns: 70% 30%;
    border-radius: 25px 14px 25px 14px;
    padding: 0;
    color: #fff;
    cursor: pointer;
}
.servers-widget .list-group-item .server-online {
    background: var(--color_2) !important;
    border: 2px solid var(--color_2);
    border-radius: 25px 14px 25px 14px;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.servers-widget .list-group-item .server-name {
    padding: 0.75rem 1.25rem;
    white-space: nowrap;
 }
.servers-widget .list-group-item .play {
    display: flex;
    justify-content: center;
    align-items: center;
}
.servers-widget .list-group-item .play svg {
    vertical-align: -1.5rem;
    transition: .3s ease all;
}
.servers-widget .list-group-item .play svg path {
    fill: #fff;
    transition: .3s ease all;
}
.servers-widget .list-group-item .play svg:hover{
    transform: scale(1.2)
}
.servers-widget .list-group-item .play svg:hover path {
    fill: #dd163b;
}


.page-item.disabled .page-link, .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: var(--color_2);
    border-color:var(--header_bg);
}
.page-link {
    pointer-events: inherit;
    cursor: pointer;
    color: #fff;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ac0028;
    border-color: #ac0028;
}

.btn-primary {
    color: #fff;
    background-color: #ac0028;
    border-color: #ac0028;
}

.product-modal .modal-header {
    border-radius: 25px 14px 0px 0px !important;
}

.product-modal .modal-footer {
    border-radius: 0px 0px 25px 14px  !important;
}
