/*
/ Name: SleekStore
/ Author: qSeek
/ Link: https://www.mc-market.org/resources/10013/
/ Support: https://discord.gg/4sDtzrs
*/
:root {
 --main-color: #3498DB;
 --main-color-transparent: rgb(52,152,219,0.6); /* This is the same color as main-color but for header (because it is transparent), 
											to convert --main-color to --main-color-transparent use 
											this website: https://www.rgbtohex.net/hextorgb/ 
											you will receive the color in this format rgb(x,x,x)
											you will need to edit that to rgb(x,x,x,0.6);
										   */
  --sleek-logo-size: 250px; /* Change Header Logo Size */
  --topnav-bg: #1f1f1f;
  --topnav-text: #f0f0f0;
  --topnav-accent: var(--main-color);
  --topnav-height: 48px;
}

html {
     font-size: 15px!important;   
}

body {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.page-wrapper {
  flex: 1 0 auto;
}

footer.footer {
  flex-shrink: 0;
}

body.modal-open {
    overflow: auto !important;
}

.logo {
     text-align: center;
 }

.logo img {
    width: var(--sleek-logo-size);
    margin-bottom: 50px;
    animation: pulse 4s infinite;
    animation-timing-function: ease-in-out;
}
@keyframes pulse {
	0% {
        transform: scale(1);
	}
	50% {
        transform: scale(1.1);
	}
	100% {
        transform: scale(1);
	}
}
.store-content {
    margin-top: -45px;
}
.header {
    position: relative;
    overflow: hidden;
}
.navbar-default {
    background: transparent;
}
.navbar-nav>li {
    transition: 0.05s;
    float: unset;
    border-radius: 0 3px 3px 0;
}
.dark .navbar-inner-container{
    background: #272727;
}
.navbar-inner-container{
    background: #ffffff;
    padding: 5px 0px;
    border-radius: 3px;
}

.navbar-nav {
    float: unset!important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding: 0!important
}
.navbar-default .navbar-nav>li>a {
    color: #373737;
    font-weight: bold;
    font-size: 15px;
}
.navbar-default .navbar-nav>li:hover, .navbar-default .navbar-nav>li:focus, .navbar-default .navbar-nav>.open {
    color: #373737;
    border-left: 4px solid var(--main-color);
}
.dropdown-menu {
    position: unset;
    float: unset;
    border: 0;
    box-shadow: unset;
}

.panel-default>.panel-heading {
    font-size: 14px;
    background: transparent;
    border: 0;
    text-align: center;
    color: var(--main-color);
    font-weight: bold;
    position: relative;
}
.panel-default {
    background: #fff;
    border: 0;
}
.panel-default>.panel-heading:after {
    position: absolute;
    content: "";
    width: 36px;
    height: 4px;
    right: calc(50% - 18px);
    bottom: 2px;
    background: var(--main-color);
    border-radius: 3px;
}
.topbar-items i {
    vertical-align: middle;
}
.topbar-items .text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.top-donator{
	display: grid;
	grid-template-columns: 84px auto;
}

.top-donator .data {
    margin: auto;
    margin-left: 10px;
}

.top-donator .data b {
	color: #373737;
}

.top-donator .avatar img {
	width: 64px;
}
.topdonator-module .panel-body {
	padding: 0;
}

.topdonator-module .avatar {
	height: 96px;
	position: relative;
	top: -12px;
	margin-bottom: -12px;
	margin-left: 12px;
	overflow: hidden;
}

.topdonator-module .data p {
	margin: 0;
}
.topdonator-module .data p.text {
	font-size: 12px;
	color: #000000;
}
.payments .payment img {
	width: 32px;
	border-radius: 4px

}
.payments {
	display: flex;
	justify-content: space-around;
	flex: 1;
}

.profile {
    background: #fff;
    border-radius: 3px;
    margin-bottom: 12px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    padding: 15px;
}

.profile .information {
    display: flex;
    align-items: flex-start;
}

.profile .information .avatar {
    margin-top: -16px;
    margin-bottom: -20px;
}

.profile .information img {
    width: 35px;
    height: auto;
    border-radius: 4px;
}

.profile .information .info {
    margin-left: 10px;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.profile .information .info .main {
    color: #828282;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}

.profile .information .info .sub {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px;
}

/* SETTINGS JUSTERET UNDER NAVN */
.profile .information .info .settings {
    display: flex;
    gap: 10px;
    margin-top: 6px;
}

.profile .information .info .settings div {
    margin: 0;
}

/* Fælles linkstruktur */
.profile .information .info .settings a {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: color 0.2s ease;
}

/* LOGIN */
.profile .information .info .login .login-text {
    color: #34db5e;
    font-weight: bold;
    margin-right: 6px;
    font-size: 14px;
    line-height: 1;
    transition: color 0.2s ease;
}

.profile .information .info .login i {
    color: #34db5e;
    font-size: 30px;
    transition: color 0.2s ease;
}

.profile .information .info .login a:hover .login-text,
.profile .information .info .login a:hover i {
    color: #28b94b;
}

/* LOGOUT */
.profile .information .info .logout .logout-text {
    color: #DB3434;
    font-weight: bold;
    margin-right: 2px;
    font-size: 12px;
    line-height: 1;
    transition: color 0.2s ease;
}

.profile .information .info .logout i {
    color: #DB3434;
    font-size: 30px;
    transition: color 0.2s ease;
}

.profile .information .info .logout a:hover .logout-text,
.profile .information .info .logout a:hover i {
    color: #b12222;
}

/* BASKET */
.profile .information .info .basket .basket-text {
    color: var(--main-color);
    font-weight: bold;
    margin-right: 2px;
    font-size: 12px;
    line-height: 1;
    transition: color 0.2s ease;
}

.profile .information .info .basket i {
    color: var(--main-color);
    font-size: 30px;
    transition: color 0.2s ease;
}

.profile .information .info .basket a:hover .basket-text,
.profile .information .info .basket a:hover i {
    color: #2d8be6;
}





.announce .bar {
	background: var(--main-color);
	animation: rainbow 15s infinite;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    display: flex;
    padding: 15px;
    position: relative;
    margin-bottom: 10px;
}
.announce .bar .text {
    margin-left: 8px;
    margin-top: auto;
    margin-bottom: auto;
}
.announce .bar i {
    font-size: 28px;
}
.announce .bar em {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 28px;
}
.announce .bar .button {
    z-index: 2;
	margin-left: auto;
	margin-top: auto;
    margin-bottom: auto;
    background: rgb(255,255,255, 0.2);
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
}
.announce .bar .button a {
	color: #fff;
	font-weight: bold;	
}
@keyframes rainbow {
	0% {
		background: var(--main-color);
    }
	20% {
		background: #db3434;
    }
    40% {
		background: #4ec344;
    }
	60% {
		background: #db34a0;
    }
	80% {
		background: #d8db34;
    }
	100% {
		background: var(--main-color);
    }                
}
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
footer .seekutils {
	background-color: transparent;
}
footer .seekrow {
	display: flex;
	justify-content: space-between;
	padding: 25px 25px 25px 25px;
}

footer .seekutils img {
	max-height: 250px;
	max-width: 100%;
	margin: auto;
	display: block;
}

footer .seekutils .block {
	flex: 1;
	margin: 0px 35px 0px 35px;
	display: flex;
	flex-direction: column;
}

.seekcopyright {
  padding: 10px 0;
  margin-top: 0;
}

.seekcopyright .seekrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.seekcopyright .left span {
  font-size: 13px;
}

.seekcopyright .right img {
  max-height: 24px;
}


.seekrow .left {
	flex: 1;
	font-weight: bold;
    font-size: 12px;
    color: #828282;
    margin-top: auto;
	margin-bottom: auto;

}
.seekrow .right {
	flex: 1;

}
.seekrow .right img {
	display: block;
	margin-left: auto;
	width: 32px;
    filter: grayscale(1);
    transition: 1s;
}
.seekrow .right img:hover {
    filter: grayscale(0);
}
.seekrow .block .title {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	margin-bottom: 15px;
	position: relative;
}
.seekrow .block .title:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 28px;
    border-radius: 4px;
    background: var(--main-color); 
    left: calc(50% - 14px);
    bottom: -6px;
}
#ipvalue {
	opacity: 0;
	cursor: context-menu;
	position:fixed;
}
#CopyIP {
	cursor: pointer;
}
.seekutils .block li {
    margin: 15px 0px 15px 0px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #7b7b7b;
    list-style-type: none;
}
.seekutils .block ul {
    padding: 0;
}
.seekutils .block li a {
	color: #2c3e50;
}
.seek_themechanger {
	position: fixed;
	left: 0;
	top: 50%;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
	padding: 10px;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	cursor: pointer;
	z-index: 999;
	user-select: none;
	line-height: 1;
	background: #fff;
    color: #272727;
}
.dark .seek_themechanger {
	background: #272727;
    color: #fff;
}
@media (max-width: 991px){
    footer .seekrow {
        flex-direction: column;
    }
    .seekrow .right img {
        margin: auto;
    }
    .seek_themechanger {
        top: unset;
        bottom: 12px;
    }
}

.btn-primary {
	border-radius: 4px;
	background: #51c55d; 
	border: 0;
}

.item-footer button {
	width: 100%;
	border: transparent;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.5);
	font-weight: bold;
	padding: 12px 24px;
	border: 0;
}

.input-group .btn-primary {
	padding: 8px;
}
.item-footer button:hover, .item-footer button:focus , .item-footer button.focus, .item-footer button:focus:active, .item-footer button:hover:active {
	background: #43b04f;
	border: transparent;
}
.announce .bar .text p {
	margin: 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:focus:active, .btn-primary:hover:active {
	background: #43b04f;
	border: transparent;
}
.btn-secondary {
	padding: 8px;
	background: #ff3939;
	border-bottom: 3px solid #e83535;
	color: #fff;
	border-radius: 4px;
}
.navbar-nav {
    margin: 0;
}
body.dark {
    background: #1b1b1b;
    color: #e2e2e2;
}
.dark .panel-default {
    background: #272727;
    border: unset;
}
.dark .profile {
    background: #272727;
}
.dark .profile .information .info .main {
    color: #c1c1c1;
}
.dark .profile .information .info .sub {
    color: #fff;
}
.dark .navbar-nav>li {
    background: #272727;
}
.dark .navbar-default .navbar-nav>li>a {
    color: #e2e2e2;
}
.dark .topdonator-module .data p.text {
    color: #ececec;
}
.dark .top-donator .data b {
    color: #ececec;   
}
.dark .seekcopyright {
    background: transparent;
}
.dark .seekrow .block .title {
    color: #ececec;
}
.dark .seekutils .block li a {
    color: #c5c5c5;
}
.dark footer .seekutils {
    background-color: transparent;
}
.dark .modal-content {
    background-color: #272727;
}
.dark .modal-header {
    border-bottom: 1px solid #4e4e4e;
}
.dark .modal-footer {
    border-top: 1px solid #4e4e4e;
}

.dark .navbar-nav>li>.dropdown-menu {
    background: #272727;
}
.dark .navbar-default .navbar-nav>.open>a, .dark .navbar-default .navbar-nav>.open>a:hover, .dark .navbar-default .navbar-nav>.open>a:focus {
    background: #272727; 
    color: #e2e2e2;
}
.sk-cube-grid {
  width: 50px;
  height: 50px;
  position: fixed;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #fff;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

@keyframes fadeOut {
 0% {
    opacity: 1;   
 }
 100% {
    opacity: 0; 
     visibility: hidden;
 }
}

#preloader {
	position: fixed;
	background: var(--main-color);
	width: 100%;
	height: 100%;
	z-index: 1000;
	transition: 1s;
}

.loaded#preloader {
    animation: fadeOut 0.8s ease-out;
    animation-fill-mode: forwards;
}
.dark .dropdown-menu>li>a:hover, .dark .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: rgb(255,255,255,0.2);
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: rgb(0,0,0,0.2);
}
.dropdown-menu>li>a {
    color: #333;
}
.dark .dropdown-menu>li>a {
    color: #fff;
}
.dark .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #1b1b1b;
}
.dark .input-group .form-control:first-child, .dark .form-control {
    background: #1b1b1b;
    border: 0;
    color: #949494;
}
.dark .progress {
    background-color: #1b1b1b;
}
.progress {
    background-color: #efefef;
    height: 20px;
}
.progress-bar {
    background-color: var(--main-color);
}
.dark .quantity input {
    background: #272727;
    border: 0;
}
::-webkit-scrollbar {
  width: 6px;
}


::-webkit-scrollbar-track {
  background: var(--main-color-transparent);
}


::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 4px;
}


::-webkit-scrollbar-thumb:hover {
  background: var(--main-color);
}
@media (max-width: 450px){
    .seek-basket-reponsive {
        overflow-x: scroll;   
    }
}
.table-responsive {
    border: 0;
}
.item-wrapper img {
    margin: auto;
}
.dark hr {
	border-top: 1px solid #383838;
}
.modal-footer {
	display: flex;
}
.modal-currency {
	margin: auto 0px auto 0px;
}
.modal-buttons {
	margin-left: auto;
}
.dark .table-hover>tbody>tr:hover {
    background-color: rgb(0,0,0,0.1);
}
.panel img {
    max-width: 100%;
    height: unset!important;
}
#particles-header {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}
.dark .swal2-popup, .dark .swal2-popup .swal2-header {
	background: #272727
}
.dark .swal2-title {
	color: #d8d8d8;
}
.dark .swal2-content {
	color: #cacaca;
}
.fa , .fas{
	font-size: 24px;
}
.topbar .fa, .topbar .fas {
	font-size: 18px;
}
.btn-featured {
    border: 0;
    width: 100%;
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    padding: 12px 0;
	text-transform: initial;
}
.btn-featured:hover {
    border: 0;
    background: #43b04f;
    padding: 12px 0;
}
.featured {
    position: relative;   
}
.featured-badge {
    position: absolute;
    right: -10px;
    top: -10px;
    color: rgba(0, 0, 0, 0.5);
    background: var(--main-color);
    padding: 6px 16px;
    border-radius: 8px;
}
.payments-module {
    display: flex;
}
.payments-module .far {
    margin: auto;
    margin-right: auto;
    margin-right: 12px;
    font-size: 20px;
    color: #4e4e4e;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: unset;
	color: var(--main-color);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: var(--main-color);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}
.dark .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}

.gateways .radio label {
    display: flex;
    align-items: center;
}
.gateways h5 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

.topnav-bar {
  background: var(--topnav-bg);
  color: var(--topnav-text);
  height: var(--topnav-height);
  font-size: 14px;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  z-index: 1001;
  position: relative;
}

.topnav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.topnav-left a,
.topnav-right span {
  margin-right: 20px;
}

.topnav-link {
  color: var(--topnav-text);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s;
}

.topnav-link:hover {
  color: var(--topnav-accent);
}

.topnav-ip, .topnav-players {
  font-size: 13px;
  color: #cccccc;
}

@media (max-width: 600px) {
  .topnav-bar {
    flex-direction: column;
    height: auto;
    padding: 6px 0;
  }
  .topnav-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .topnav-left, .topnav-right {
    margin: 4px 0;
  }
}

.fancy-option-card {
    background-color: #2d2d2d;
    border: 2px solid #555;
    border-radius: 8px;
    padding: 12px 18px;
    color: white;
    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;
    min-width: 160px;
    text-align: center;
    font-size: 15px;
}
.fancy-option-card:hover {
    border-color: #888;
    background-color: #3a3a3a;
}

.fancy-option-card .trial-tag {
    background: #28a745;
    color: white;
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 4px;
    margin-top: 6px;
    display: inline-block;
}

/* When selected */
input[type="radio"]:checked + .fancy-option-card {
    border-color: #28a745;
    background-color: #1e522c;
    box-shadow: 0 0 0 2px #28a74599;
}
.headerbg {
    position: absolute;
    z-index: -1;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    filter: blur(7px);
}
