.page-wrapper {
/*    width: inherit;*/
}

.logo-img,
img.img_logo{
	height: 40px;
}

.side-mini-panel {
	width: inherit;
}

.nav-logo,
.side-mini-panel .sidebarmenu .sidebar-nav{
	left: inherit;
}

body[data-sidebartype=full] .side-mini-panel{
	left: 0;
}

body[data-sidebartype=mini-sidebar] .side-mini-panel{
	left: -300px;
}

.nav-logo a img{
	height: 50px;
}

.page-wrapper {
	overflow-x: inherit;
}

.left-sidebar .sidebartoggler {
  display: none;
}

@media (max-width: 1300px) {
  .left-sidebar .sidebartoggler {
    display: inline-block;
  }
}

.views-admin-links{
	display: none;
}

.copy-icon{
	position: absolute;
}

.copy-popup {
    position: absolute;
    background: #333;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-family: sans-serif;
    white-space: nowrap;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.balance_check{
}

.BG-PACK-1{
	background: linear-gradient(180deg, rgba(184, 184, 184, 0.12) 0%, rgba(99, 91, 255, 0.03) 100%);
}

.BG-PACK-2{
	background: linear-gradient(180deg, rgba(22, 205, 199, 0.12) 0%, rgba(22, 205, 199, 0.03) 100%);
}

.BG-PACK-3{
	background: linear-gradient(180deg, rgba(99, 91, 255, 0.12) 0%, rgba(99, 91, 255, 0.03) 100%);
}

.BG-PACK-4{
}

.BG-PACK-5{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(54, 199, 108, 0.03) 100%);
}

.BG-PACK-6{
	background: linear-gradient(180deg, rgba(255, 221, 28, 0.12) 0%, rgba(255, 102, 146, 0.03) 100%);
}

.icon-spin {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  100% { transform: rotate(360deg);}
}

.views-exposed-widget{
	max-width: 200px;
	display: inline-block;
}

.lds-ripple {
    width: 90px;
}

.view .views-exposed-form .description{
	display: none;
}

.view .views-exposed-form input[type="submit"] {
	margin-bottom: 0 !important;
	margin-left: 20px;
}

.admin_user_edit_a{
	cursor: pointer;
}

.admin_user_edit {
	display: none;
	position: fixed;
	top: 20px;
	left: 50px;
	width: 600px;
	max-width: 90%;
	z-index: 9999;
	justify-content: center;
	align-items: center;
}

.admin_user_edit .admin-modal-content {
	border-radius: 16px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: auto;
}
