:root {
    --body-bg: #202230; /*Değiştirilmeyecek*/
    --main-bg: #32354c;
    --main-color: #df4e4e;
    --header-banner-logo: 250px;
    --button-2: #2b2e43;
    --footer-bg: #32354c;
    --card-header: #2b2e43;
    --form-control: #2b2e43;
}

body {
    font-family: "Poppins", sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: #6c757d;
    background-color: var(--body-bg);
}

main.main {
    flex: 1;
}

hr {
    border-color: #e3ebf6;
}

ul {
    padding: 0;
    list-style: none;
}

ol {
    list-style: none;
}

a label {
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: none;
}

.btn,
.badge,
.alert {
    color: #ffffff !important;
}

.btn-warning,
.badge-warning,
.alert-warning {
    color: #ffffff;
}

.breadcrumb {
    border-radius: .625rem;
}

.input-group-text {
    color: #8898aa;
    background-color: #e9ecef;
    border-color: #cad1d7;
}

.alert .fa {
    font-size: 1rem;
    margin-right: .5rem;
}

.custom-control-label::before {
    box-shadow: none !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-radius: 50%;
    border-color: #5e72e4;
    background-color: #5e72e4;
}

.noselect,
.custom-control-label,
.form-check-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fr-emoticon-img {
    background-repeat: no-repeat;
    display: inline-flex;
    align-items: center;
    text-indent: -1000em;
    overflow: hidden;
    width: 18px;
    height: 18px;
}

/* SPINNER */
#spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.is-loading {
    height: 10rem;
    overflow: visible;
}

.is-loading > :not(#spinner) {
    display: none;
}

.iframe-payment-content {
    width: 100%;
    min-height: 200px;
    background: url(/assets/core/images/loaders/iframe.gif) center center no-repeat;
    background-size: 64px;
    background-color: #ffffff;
}

/*FORMS*/
.form-control {
    color: #495057;
    border: 1px solid #cad1d7;
}

.form-control:focus {
    border-color: #a7adb1;
    box-shadow: none;
}

/* SELECT2 */
.select2-container--bootstrap4 .select2-selection {
    color: #495057;
    border: 1px solid #cad1d7;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #a7adb1;
    box-shadow: none;
}

.select2-container--bootstrap4 .select2-dropdown {
    border-color: #a7adb1;
}

.select2-results__option,
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: .75rem;
    padding-right: .75rem;
}

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
    border-bottom: 1px solid #a7adb1;
}

/*TABLES*/
.table {
    color: #6c757d;
}

.table th,
.table td {
    vertical-align: middle;
}

.table tbody tr.active {
    background-color: var(--form-control);
}

/*TEXTS*/
.text-default {
    color: #172b4d !important;
}

.text-primary {
    color: #5e72e4 !important;
}

.text-info {
    color: #11cdef !important;
}

.text-success {
    color: #2dce89 !important;
}

.text-danger {
    color: #f5365c !important;
}

.text-warning {
    color: #fb6340 !important;
}

/*BUTTONS*/
.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}

.btn-rounded {
    border-radius: 2rem;
    padding: .375rem 1rem;
}

.btn-outline {
    background-color: transparent;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-default {
    color: #ffffff;
    border-color: #172b4d;
    background-color: #172b4d;
}

.btn-default.active,
.btn-default:hover,
.btn-default:focus {
    border-color: #0b1526;
    background-color: #0b1526;
}

.btn-primary {
    border-color: #5e72e4;
    background-color: #5e72e4;
}

.btn-primary.active,
.btn-primary:hover,
.btn-primary:focus {
    border-color: #324cdd;
    background-color: #324cdd;
}

.btn-info {
    border-color: #11cdef;
    background-color: #11cdef;
}

.btn-info.active,
.btn-info:hover,
.btn-info:focus {
    border-color: #0da5c0;
    background-color: #0da5c0;
}

.btn-success {
    border-color: #2dce89;
    background-color: #2dce89;
}

.btn-success.active,
.btn-success:hover,
.btn-success:focus {
    border-color: #24a46d;
    background-color: #24a46d;
}

.btn-danger {
    border-color: #f5365c;
    background-color: #f5365c;
}

.btn-danger.active,
.btn-danger:hover,
.btn-danger:focus {
    border-color: #ec0c38;
    background-color: #ec0c38;
}

.btn-warning {
    border-color: #fb6340;
    background-color: #fb6340;
}

.btn-warning.active,
.btn-warning:hover,
.btn-warning:focus {
    border-color: #fa3a0e;
    background-color: #fa3a0e;
}

.input-group > .input-group-append > .btn {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.input-group > .input-group-prepend > .btn {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.btn-tag {
    padding: .125rem .75rem;
    margin-bottom: .375rem;
    margin-left: .375rem;
}

/*BADGES*/
.badge {
    color: #ffffff;
}

.badge-default {
    background-color: #172b4d;
}

.badge-primary {
    background-color: var(--main-color);
}

.badge-info {
    background-color: #11cdef;
}

.badge-success {
    background-color: #2dce89;
}

.badge-danger {
    background-color: #f5365c;
}

.badge-warning {
    background-color: #fb6340;
}

/*ALERT*/
.alert {
    flex-wrap: wrap !important;
    width: 100%;
    color: #ffffff;
    padding: 1rem 1.5rem;
    border: 0;
    border-radius: .25rem;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}

.alert-default {
    background-color: #172b4d;
}

.alert-primary {
    background-color: #5e72e4;
}

.alert-info {
    background-color: #11cdef;
}

.alert-success {
    background-color: #2dce89;
}

.alert-danger {
    background-color: #f5365c;
}

.alert-warning {
    background-color: #fb6340;
}

/*DROPDOWN*/
.dropdown-item {
    font-size: .9375rem;
    color: #555555;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #313a46;
    background-color: #edf1f5;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #333333;
    background-color: #f8f9fa;
}

/*PAGINATION*/
.pagination {
    margin-bottom: 0;
}

.pagination .page-item .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    padding: 0;
    margin-left: 2px;
    margin-right: 2px;
    color: #8898aa;
    border: .0625rem solid #dee2e6;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    transition: .3s;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover {
    color: #ffffff;
    background-color: #5e72e4;
    border-color: #5e72e4;
}

.pagination .page-item .page-link:hover {
    color: #8898aa;
    background-color: #dee2e6;
    border-color: #dee2e6;
}

/* MODAL */
.modal-content {
    border: 0;
    border-radius: .675rem;
    background-color: var(--main-bg);
}

.modal-content .product-details img {
    max-width: 100% !important;
    height: auto !important;
}

.modal-header {
    color: #ffffff;
    background-color: #5e72e4;
    border-top-left-radius: .675rem;
    border-top-right-radius: .675rem;
}

.modal-title {
    font-weight: 500;
}

.modal-content .close {
    color: #ffffff;
    text-shadow: none;
    line-height: .675;
    outline: 0;
    opacity: .75;
}

.modal-content .close:hover,
.modal-content .close:focus {
    opacity: 1 !important;
}

/* SEARCH */
.nav-search .nav-link {
    border: 0 !important;
    padding: 0 !important;
}

.searchbar {
    height: 34px;
    background-color: transparent;
    border-radius: 30px;
}

.searchbar.active,
.searchbar.closing {
    background-color: #eff4ff;
}

.search-input {
    color: #212529;
    border: 0;
    outline: 0;
    padding: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 34px;
    transition: width 0.4s linear;
}

.searchbar.active > .search-input {
    width: 300px;
    padding: 0 1.25rem;
    caret-color: #212529;
    transition: width 0.4s linear;
}

.search-icon {
    width: 34px;
    height: 34px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #5e72e4;
    color: #ffffff !important;
}

/* TITLE */
.title {
    font-size: 1rem;
    font-weight: 500;
    margin: 1rem 0;
    text-align: center;
    text-transform: uppercase;
}

.title.background {
    position: relative;
    z-index: 1;
}

.title.background:before {
    border-top: 2px solid var(--form-control);
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}
.modal-footer {
    border-top: var(--form-control);
}

.modal-content .title span {
    background-color: var(--form-control);
    color:#FFF !important;
}

.title span {
    background: #fff;
    padding: 0 15px;
}

/*CARDS*/
.card {
    margin-bottom: 1.25rem;
    border: 0;
    border-radius: .625rem;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.card {
    background-color: var(--main-bg) !important;
}

.card * {
    color: #d5d5d5;
}

.breadcrumb {
    background: var(--main-bg) !important;
}

.btn-primary {
    background-color: var(--button-2);
    border: 1px solid var(--button-2);
    padding: .5rem;
    border-radius: 8px !important;
}

.btn-primary:hover {
    background-color: var(--button-2);
    border: 1px solid var(--button-2);
    padding: .5rem;
    border-radius: 8px !important;
}

.btn-primary:focus {
    background-color: var(--button-2);
    border: 1px solid var(--button-2);
    padding: .5rem;
    border-radius: 8px !important;
}

.modal-header {
    color: #ffffff;
    background-color: var(--card-header);
    border: 0;
    border-radius: .625rem .625rem 0 0;
}

.card-header:first-child {
    color: #ffffff;
    background-color: var(--card-header);
    border: 0;
    border-radius: .625rem .625rem 0 0;
}

.card-img-profile {
    width: 100%;
    padding: 18px;
    text-align: center;
    background-image: url("/assets/uranus/img/extras/profile.png");
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
    border-radius: .625rem .625rem 0 0;
}

.img-container {
    position: relative;
    width: 100%;
    height: 196px;
    float: left;
    overflow: hidden;
    border-radius: .625rem .625rem 0 0 !important;
}

.img-card-wrapper {
    display: flex;
    margin-bottom: 1.25rem !important;
}

.img-card-wrapper .img-container {
    border-radius: .625rem !important;
}

.img-card-wrapper .img-card:before {
    height: 100%;
}

.img-card {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.img-card:before {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 70%;
    z-index: 99;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .9) 100%);
}

.img-card-tl {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    z-index: 99;
}

.img-card-tr {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    z-index: 99;
}

.img-card-bottom {
    position: absolute;
    bottom: 20px;
    z-index: 99;
    text-align: center;
    margin: auto;
    width: 100%;
}

.img-card-bl {
    position: absolute;
    bottom: 20px;
    left: 1.5rem;
    z-index: 99;
}

.img-card-br {
    position: absolute;
    bottom: 20px;
    right: 1.5rem;
    z-index: 99;
}

.img-container .img-card .card-img-top {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: filter 0s, transform .4s ease;
    transition: filter 0s, transform .4s ease;
}

.img-container:hover .img-card .card-img-top {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.card-img-top {
    height: 100%;
    border-radius: .625rem .625rem 0 0;
}

.card-footer:last-child {
    border-radius: 0 0 .625rem .625rem;
}

/* SWEETALERT */
.swal2-popup {
    border-radius: 1rem;
}

.swal2-actions {
    margin-bottom: .75rem;
}

.swal2-popup .swal2-styled {
    padding: .5rem 1.5rem;
    border-radius: 2rem;
}

.swal2-popup .swal2-styled:hover,
.swal2-popup .swal2-styled:focus {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}

.swal2-popup #swal2-content {
    font-weight: 400;
    color: #777777;
}

/* SEARCH */
.search-cancel {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    padding: .375rem .75rem;
    font-weight: 300;
    color: #6c757d;
    background-color: #ffffff;
    border: 0;
    outline: none;
    transition: .3s all;
}

.search-cancel:hover,
.search-cancel:focus,
.search-cancel:active {
    color: #f5365c;
}

/*MESSAGE*/
.message {
    margin-bottom: 1rem;
}

.message:after {
    display: block;
    clear: both;
    content: "";
}

.message-img {
    float: left;
    width: 40px;
    margin-right: 15px;
    text-align: center;
}

.message-content {
    float: left;
    width: calc(100% - 55px);
}

.message-content img {
    max-width: 100%;
}

.message-header {
    margin-bottom: .325rem;
}

.message-header:after {
    display: block;
    clear: both;
    content: "";
}

.message-username {
    float: left;
}

.message-date {
    float: right;
}

.message-footer {
    display: block;
    float: left;
    width: 100%;
    margin-top: 1rem;
}

/*SECTIONS*/
.section {
    margin: 50px 0;
}

.news-section {
}

.credit-section {
}

.page-section {
}

.error-404-section {
    position: relative;
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.error-404-section h1 {
    font-size: 100px;
    color: #444444;
}

@media all and (max-width: 768px) {
    .error-404-section h1 {
        font-size: 60px;
    }
}

.error-404-section p {
    font-size: 20px;
}

/*HEADER*/
.header {
    width: 75%;
    margin: auto;
    margin-top: 1rem;
}

.header.sticky-top {
    top: calc(0px - 1px);
}

.navbar {
    box-shadow: 0 5px 144px -1px rgba(0, 0, 0, .13);
    padding: 0 !important;
}

.nav-item {
    padding: 0 !important;
    margin: 0 !important;
}

li.nav-item.active {
    position: relative;
}

li.nav-item.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: var(--main-color);
    bottom: 0;
    left: 0;
    right: 0;
}

.special-padding-nav-item a {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
    margin: 0 !important;
    position: relative;
}

.navbar-dark {
    background-color: var(--main-bg);
    border-radius: 10px;
}

.navbar-light {
    background-color: #f8f9fa;
}

.navbar-dark .navbar-brand {
    color: #ffffff !important;
    transition: text-shadow .3s;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #ffffff !important;
    text-shadow: 1px 1px 10px #fff;
}

.navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border: 0;
    border-color: rgba(255, 255, 255, 1);
    outline: 0;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-dark .navbar-nav .nav-link {
    padding: .2rem .75rem;
    color: #ffffff !important;
    border: .125rem solid transparent;
    font-weight: 550;
    font-size: 16px;
}

.navbar-dark .navbar-nav .nav-item {
    margin: .6rem .125rem;
    padding: 0;
}


.navbar-dark .navbar-buttons .nav-item:last-child {
    margin-right: 0;
}

.navbar-dark .navbar-buttons .nav-item .nav-link {
    border-color: #5e72e4;
    background-color: transparent;
    border-radius: 1.5rem;
}

.navbar-server {
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #f5365c;
}

.navbar-server.active {
    background-color: #02b875;
}

.navbar-ip {
    cursor: pointer;
}

.navbar-ip i:first-child {
    margin-right: .5rem;
}

.navbar-ip i:last-child {
    margin-left: .5rem;
}

/* HEADER BANNER */
.header-banner {
    width: 100%;
    background: url(/assets/uranus/img/extras/header-bg.png) no-repeat center center #212b38;
    background-size: cover;
    object-fit: cover;
    margin-bottom: -1px;
    height: 350px;
}

.header-banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .header-banner-content {
        width: 100%;
        justify-content: center;
    }
}

.zoom-hover {
    transition: transform .3s;
    transform: scale(1.0);
}

.header-banner-logo {
    max-height: var(--header-banner-logo);
}

.text-yellow {
    color: #fff600;
}

/* BROADCAST */
.broadcast {
    width: 100%;
    height: 44px;
    overflow: hidden;
    background-color: var(--main-bg);
    margin: 0;
    margin-bottom: -1px;
}

.broadcast-item {
    display: inline-block;
    padding: 10px 0;
    padding-right: 600px;
}

@media (max-width: 768px) {
    .broadcast-item {
        padding-right: 400px;
    }
}

.broadcast-link {
    color: #ffffff !important;
}

/*CAROUSEL*/
.carousel {
    width: 100%;
}

.carousel-item {
    width: 100%;
}

.carousel-item img {
    width: 100%;
    max-height: 30rem;
    object-fit: cover;
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}

.carousel-caption {
    bottom: 10rem;
}

.carousel-caption > h1 {
    font-size: 3rem;
}

.carousel-caption > p {
    font-size: 1.5rem;
}

.carousel-indicators {
    bottom: 1.25rem;
}

.carousel-indicators li {
    border-top: 0;
    border-bottom: 0;
    border-radius: 100px;
    margin-bottom: 10px;
    background-color: #ffffff;
}

.carousel-indicators li.active {
    background-color: #ffffff;
}

.carousel-control-prev,
.carousel-control-next {
    width: 8%;
}

.carousel-control-prev .fa,
.carousel-control-next .fa {
    font-size: 3.5rem;
}

.server-online-info {
    width: 100%;
    padding: 1rem 0;
    background-color: #f5365c;
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
    transition: .3s background-color;
}

.server-online-info.active {
    background-color: #02b875;
}

/*NAV-TABS*/
.nav-tabs .nav-link {
    padding: 18px;
    font-size: 1rem;
    font-weight: 600;
    color: #515151;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid rgba(152, 166, 173, .2);
    transition: .3s all;
}

.nav-tabs .nav-link:hover {
    color: #5e72e4;
}

.nav-tabs .nav-link:first-child {
    border-top-left-radius: 10px;
}

.nav-tabs .nav-link:last-child {
    border-top-right-radius: 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #5e72e4;
    border-color: #5e72e4;
}

/*NEWS*/
.news-content .fr-fic.fr-dib {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
}

.news-content iframe,
.news-content .fr-video {
    width: 100% !important;
}

/*STORE*/
.store-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.store-card-stock {
    position: absolute;
    top: -.75rem;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: .325rem .625rem;
    font-size: 90%;
    color: #ffffff;
    border-radius: .25rem;
}

.store-card-stock.have-stock {
    background-color: #fb6340;
}

.store-card-stock.stock-out {
    background-color: #f5365c;
}

.store-card-discount {
    position: absolute;
    top: -.75rem;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 90%;
    color: #ffffff;
    background-color: var(--main-color);
    border-radius: 50%;
}

.store-card-img {
    width: 100%;
    border-radius: .625rem;
}

.store-card-text {
    font-weight: 500;
    color: #343a40;
    font-size: 1.125rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.store-card .price {
    font-size: 1.125rem;
    font-weight: 500;
    color: #343a40;
}

.store-card .old-price {
    font-size: 80%;
    font-weight: 700;
    color: #f5365c;
    text-decoration: line-through;
}

.cart-old-price {
    text-decoration: line-through;
}

.store-card-button {
    margin-top: auto !important;
}

/*LIST GROUP*/
.list-group-item {
    padding: 0;
}

.list-group-item a {
    display: block;
    width: 100%;
    padding: .75rem 1.25rem;
    color: #FFF;
}

.list-group-item.active {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.list-group-item:last-child {
    border-bottom-right-radius: .625rem !important;
    border-bottom-left-radius: .625rem !important;
}

/*FOOTER*/
.footer {
    position: relative;
    width: 100%;
    margin-top: 3rem;
    box-shadow: 0 5px 144px -1px rgba(0, 0, 0, .13);
}

.footer-top {
    padding: 3rem 0;
    color: rgba(255, 255, 255, .6);
    background-color: #273443;
}

.footer-title {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: .75rem;
}

.footer-top ul li a {
    color: rgba(255, 255, 255, .6);
    transition: .3s color;
}

.footer-top ul li a:hover,
.footer-top ul li a:focus {
    color: #ffffff;
}

.footer-bottom {
    padding: 1rem 0;
    color: #ffffff;
    background-color: #232f3c;
}

.footer-bottom a {
    color: #ffffff;
    transition: text-shadow .3s;
}

.footer-bottom a:hover,
.footer-bottom a:focus,
.footer-bottom a:active {
    color: #ffffff;
    text-shadow: 1px 1px 15px #fff;
}

/*SCROLLUP*/
#scrollUp {
    bottom: 20px;
    right: 15px;
    background-color: rgba(0, 0, 0, .55);
    color: #fff;
    font-size: 22px;
    font-family: sans-serif;
    text-decoration: none;
    text-align: center;
    opacity: .9;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 50%;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;
    -webkit-backface-visibility: hidden;
}

#scrollUp:hover {
    opacity: 1;
    background-color: #5e72e4;
}

#scrollUp i {
    line-height: 36px;
    font-size: 28px;
}

/*----------------------- Preloader -----------------------*/
#preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: #f8f8f8;
}

#preloader .spinner-border {
    display: flex;
    width: 32px;
    height: 32px;
    color: #5e72e4;
}

.sidebar-store-card {
    background: rgb(36, 216, 255);
    background: linear-gradient(43deg, rgba(36, 216, 255, 1) 0%, rgba(25, 163, 192, 1) 100%);
    border-radius: 1rem;
    cursor: pointer;
}

.sidebar-store-card-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-image: url(/assets/uranus/img/extras/sidebar-store-card.png);
    background-size: cover;
    background-position: center;
    object-fit: cover;
    border-radius: 1rem;
}

.sidebar-store-card-title {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0.1);
    width: 100%;
    padding: 6px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.sidebar-store-card-product {
    margin-top: 4.5rem;
    margin-bottom: 3.5rem;
}

.sidebar-store-card-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0.1);
    width: 100%;
    padding: 6px 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.sidebar-store-card-detail .price {
    color: #ffffff;
}

.sidebar-store-card-detail .old-price {
    font-size: 80%;
    font-weight: 700;
    color: #ff0000;
    text-decoration: line-through;
}

.shopping-cart-count-circle {
    position: absolute;
    top: -8px;
    right: -5px;
    background: red;
    width: 18px;
    height: 18px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
    font-size: 80%;
}

.ck-editor__editable {
    min-height: 150px !important;
}

@media (min-width: 768px) {
    .termsfeed-com---nb .cc-nb-main-container {
        padding: 2rem !important;
    }

    .termsfeed-com---nb-simple {
        bottom: 20px !important;
        right: 20px !important;
        border-radius: 0.625rem !important;
    }
}

.cc-cp-foot-byline {
    visibility: hidden;
}

.cc-pc-head-close:focus {
    border: none !important;
}

.termsfeed-com---palette-dark *:focus {
    box-shadow: none !important;
}

.cc-nb-okagree, .cc-cp-foot-save {
    color: #fff !important;
    background-color: #2dce89 !important;
}

/* STAFF */
.staff-card {
    display: flex;
    padding: 1rem 1.5rem;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1rem;
    max-height: 100px;
}

.staff-card-content {
    display: flex;
}

.staff-card-username {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

.staff-card-avatar-body {
    margin-top: -8px;
    height: 160px;
    width: auto;
}

.ck-editor__editable {
    min-height: 150px !important;
}

.forum-content img {
    max-width: 100%;
    height: auto;
}

.role__default {
    display: block;
    margin-bottom: 0.25rem;
    padding: 0.5rem 1rem;
    border-radius: .3rem;
    text-align: center;
    font-size: 80%;
    font-weight: 700;
    color: #343a40;
    background-color: #f8f9fa;
}

.border-bottom-separator > * {
    padding-top: .875rem;
    padding-bottom: .875rem;
    border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-separator > *:last-child {
    border-bottom: 0 !important;
}

.rounded-card {
    border-radius: .625rem !important;
}

/* OAUTH BUTTONS */
.btn-discord {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-color: #7289da;
    border-color: #7289da;
    color: #fff;
}

.btn-discord:hover {
    background-color: #4d62ab !important;;
    border-color: #4d62ab !important;;
    color: #fff !important;
}

.btn-discord svg {
    width: 18px;
}

li.nav-item.active {
    background: #363952;
}

li.nav-item {
    transition: 500ms;
}

li.nav-item:hover {
    background: #363952;
    transition: 500ms;
}

.ip-copy-btn {
    background-color: hsla(0, 0%, 100%, .09);
    font-weight: 800;
    padding: 8px 20px 6px;
    height: 40px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-right: 8px;
    margin-left: auto;
    right: 0;
    bottom: 0;
    max-width: 304px;
    cursor: pointer;
    transition: .15s;
    display: flex;
}

.circle-copy {
    color: #fff;
    width: 80px;
    background: var(--main-color);
    border-radius: 13px;
    line-height: 1.5;
    font-weight: 700;
    padding: 0;
    margin-right: -11px;
    margin-left: 13px;
    text-align: center;
    transition: .15s;
}

.ip-copy-btn span:first-child {
    color: var(--main-color);
}

.main-right .play-now {
    position: relative;
    background: rgba(0, 0, 0, .1);
    padding: 35px 30px 35px 40px;
    max-width: 525px;
    border-radius: 8px;
    border: 2px solid hsla(0, 0%, 100%, .02);
    overflow: hidden;
}

.main-right .play-now:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    filter: blur(79px);
    background: var(--main-color);
    left: 0;
    bottom: 0;
}

.btn-main {
    background-color: var(--main-color);
}

a.news-title-a {
    color: var(--main-color);
    font-weight: 500;
    font-size: 18px;
}


.news-text {
    color: #b2b7e4 !important;
}

.col-lg-12.skin-absolute-home.mt-2 {
    position: absolute;
    left: -35px;
    top: 16%;
    z-index: 0;
}

.footer-bottom {
    background-color: var(--footer-bg) !important;
    filter: brightness(0.7);
}

.swiper-slide .card {
    overflow: hidden;
}

.z-3 {
    z-index: 3;
}

.padding-left-card {
    padding-left: 5rem;
}

a.dropdown-item {
    padding: 11px;
}

.swiper {
    width: 100%;
    height: 240px !important;
}

.nav-tabs .nav-link {
    padding: 1rem !important;
    color: #FFF !important;
}

.nav-tabs .nav-link.active {
    background-color: var(--body-bg) !important;
    border-color: var(--main-color) !important;
}

.swiper-slide {
    height: 221px !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-top {
    background-color: var(--footer-bg) !important;
}

.dropdown-menu * {
    color: #fff;
}

a.dropdown-item:hover {
    background-color: var(--body-bg) !important;
    border-radius: 5px !important;
}

.dropdown-menu {
    background-color: var(--main-bg);
    border-radius: 18px;
    padding: 0.7rem;
}

.card-img-top {
    background-size: cover;
    object-fit: cover;
}

.form-control {
    background-color: var(--form-control);
    color: #fff;
    border: 1px solid var(--form-control);
    border-radius: 10px;
}

.form-control:focus {
    background-color: var(--form-control);
    color: #fff;
    border: 1px solid var(--form-control);
    border-radius: 10px;
}

li.list-group-item {
    background-color: var(--main-bg);
}

li.list-group-item.active {
    background-color: var(--main-color);
    filter: brightness(0.9);
    border-bottom: 0 !important;
    border-top: 0 !important;
}

li.list-group-item:hover {
    color: #FFF !important;
}

.btn {
    border-radius: 12px;
    padding: .5rem;
}

.table td, .table th {
    border-color: var(--form-control) !important;
}

#searchBox .input-group-text {
    background-color: var(--main-bg) !important;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: var(--main-bg) !important;
}

li.breadcrumb-item a {
    color: #FFF;
}

.breadcrumb-item.active {
    color: var(--main-color) !important;
}

.ck-toolbar {
    background: var(--form-control) !important;
    border-color: var(--form-control) !important;
}

.ck-content {
    background: var(--form-control) !important;
    border-color: var(--form-control) !important;
}

.ck-list__item * {
    background: var(--form-control) !important;
    border-color: var(--form-control) !important;
    outline: 0 !important;
}

.ck-button {
    background-color: var(--main-bg) !important;
    color: #FFF !important;
}

.ck-button:focus {
    background-color: var(--main-bg) !important;
}
td.text-start.table-header {
    background-color: var(--form-control) !important;
}
.vip-table .price {
    color: #FFF;
}
.form-control:disabled, .form-control[readonly] {
    background: var(--form-control);
}
#inputCoupon {
    padding:1.4rem;
}
a.btn.btn-primary.btn-circle i {
    display: flex;
  justify-content:center;
}
a.btn.btn-success.btn-circle i {
    display: flex;
}
.select2-selection {
    background-color: var(--form-control) !important;
    border-color: var(--form-control) !important;
}
.input-group-text {
    color: #FFF !important;
    background-color: var(--form-control);
    border-color: var(--form-control);
}

.faq-card {
    border: none !important;
    border-radius: 4px;
    background-color: var(--main-bg) !important;
    color: var(--main-color);
}

.no-background {
    background: none !important;
}
footer a.dropdown-item:hover {
    background-color: var(--body-bg) !important;
    border-radius: 5px !important;
    color: #FFF !important;
}
footer .dropdown-item.active, .dropdown-item:active {
    color: #FFF !important;
    background-color: var(--main-color);
    border-radius: 5px;
}
.pagination .page-item.active .page-link, .pagination .page-item.active .page-link:hover {
    color: #ffffff;
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}
.dropdown-item:hover, .dropdown-item:focus {
    background-color: var(--main-bg) !important;
    color: #FFF;
}
button.dropdown-item.logout:hover {
    background: #f02d2d !important;
    padding: 0.8rem;
    border-radius: 5px;
}
button.dropdown-item.logout {
    padding: 0.8rem;
    border-radius: 12px;
}
.btn-primary:focus {
 background-color:var(--main-color) !important;
  box-shadow:none !important;
  border:none !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: var(--main-color);
}
.nav-tabs {
  border-bottom:none;
}
.profile-card {
    background-color: var(--main-bg) !important;
}
div#account-menu h4 {
    color: var(--main-color);
}
.sidebar-link {
    padding: 6px 12px 10px 26px !important;
}
.card-title {
    font-size: 1.20rem !important;
    margin-bottom: 0 !important;
    font-weight: 500;
}
a.sidebar-link:hover {
    color: var(--main-color) !important;
}
.change-profile-absolute {
    position: absolute;
    top: -8px;
    right: -20px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 500px;
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}