

/*
Template Name: Velmax Admin
Author: codervent
File: style.css
*/


/* 
- General
- Mini Sidebar
- Submenu Wrapper
- Top Header
- Footer
- Utilities
- swicther
- eCommerce
- Order Tracking
- Responsive
- swicther
- Responsive

 */




/* Genral */

body {
    color: #4c5258;
    font-size: 14px;
    letter-spacing: .5px;
    background-color: #ffffff;
    overflow-x: hidden;
    font-family: Roboto, sans-serif;
}

a {
    color: #923eb9;
    text-decoration: none;
}

ion-icon {
    vertical-align: middle;
}

::placeholder {
    opacity: 0.5 !important;
}

.wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.wrapper .page-content-wrapper {

    margin-left: 260px;
    margin-top: 65px;
    padding-bottom: 20px;
    transition: .3s all;

}


.wrapper .page-content {
	padding: 1.5rem;
}

.wrapper .overlay {
	display: none;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: -300px;
    background-color: #060505;
    opacity: 0.5;
    z-index: 1;
    cursor: move;
    transition: .7s all;
}




/* Sidebar */

.sidebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    background-color: #ffffff;
    background-clip: padding-box;
    border-right: 1px solid #e2e3e4;
    transition: all .2s;
    z-index: 16;
    box-shadow: none;
}


.sidebar-wrapper .sidebar-header {
    width: 260px;
    height: 65px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0 15px;
    z-index: 5;
    background-color: #ffffff;
    border-right: 1px solid #e2e3e4;
    border-bottom: 0px solid #e4e4e4;
    transition: all .2s;
}

.sidebar-wrapper .sidebar-header .logo-icon {
    width: 30px;
}

.sidebar-wrapper .sidebar-header  .logo-text {
    font-size: 22px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #923eb9;
}

.toggle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    color: #293445;
}

.toggle-icon:hover {
    background-color: #f5f5f5;
}

.sidebar-wrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: 0% 0
}

.sidebar-wrapper .metismenu {
	background: 0% 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	margin-top: 60px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.sidebar-wrapper .metismenu li+li {
	margin-top: 5px
}

.sidebar-wrapper .metismenu li:first-child {
	margin-top: 5px
}

.sidebar-wrapper .metismenu li:last-child {
	margin-bottom: 5px
}

.sidebar-wrapper .metismenu>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

.sidebar-wrapper .metismenu a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 6px 10px;
	font-size: 16px;
	color: #5f5f5f;
	outline-width: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	letter-spacing: .5px;
	border: 1px solid rgb(146 62 185 / 0%);
	transition: all .2s ease-out
}

.sidebar-wrapper .metismenu a .parent-icon {
	font-size: 21px;
	line-height: 1
}

.sidebar-wrapper .metismenu a .parent-icon ion-icon {
	vertical-align: initial;
}

.sidebar-wrapper .metismenu a .menu-title {
	margin-left: 10px
}

.sidebar-wrapper .metismenu ul a {
    padding: 5px 12px 5px 12px;
	font-size: 15px;
}

.sidebar-wrapper .metismenu ul a ion-icon {
	margin-right: 10px
}

.sidebar-wrapper .metismenu ul {
	background: rgb(255 255 255 / 0%);
    border: 1px solid #f4ebf8;
}

.sidebar-wrapper .metismenu ul ul a {
	padding: 8px 15px 8px 30px
}

.sidebar-wrapper .metismenu ul ul ul a {
	padding: 8px 15px 8px 45px
}

.sidebar-wrapper .metismenu .mm-active>a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
	color: #923eb9;
    text-decoration: none;
    background-color: rgb(146 62 185 / 10%);
}

.menu-label {
	padding: 20px 15px 5px 5px;
	color: #b0afaf;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .5px
}

.metismenu .has-arrow:after {
	position: absolute;
	content: "";
	width: .5em;
	height: .5em;
	border-style: solid;
	border-width: 1.2px 0 0 1.2px;
	border-color: initial;
	right: 15px;
	transform: rotate(-45deg) translateY(-50%);
	transform-origin: top;
	top: 50%;
	transition: all .3s ease-out
}


@media screen and (min-width:1025px) {
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {
		display: none
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
		width: 80px
	}
    .wrapper.toggled.sidebar-hovered .sidebar-wrapper {
		box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12)!important
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
		width: 80px
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
		display: none
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
		justify-content: center
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
		width: 80px
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
		justify-content: center
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
		display: none
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
		display: none
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
		display: none
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {
		display: none
	}
	
}


.wrapper.toggled .top-header {
	left: 80px
}

.wrapper.toggled .page-content-wrapper {
	margin-left: 80px;
}


/* Top Header */

.top-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: fixed;
    top: 0;
    left: 260px;
    right: 0;
    height: 65px;
    padding: 0 1.5rem;
    border-bottom: 1px solid rgba(233, 236, 239, 0);
    background-clip: border-box;
    background-color: #ffffff;
    z-index: 5;
    transition: 0.3s all;
    box-shadow: none;
   
}

.top-header .navbar {
    width: 100%;
}

.top-header .mobile-menu-button {
	color: #293445;
    font-size: 20px;
    font-weight: 500;
	cursor: pointer;
	display: none;
}


.top-header .navbar .searchbar {
    position: relative;
    display: none;
}


.top-header .navbar .full-search-bar {
    display: flex;
    align-items: center;
    position: fixed;
    left: 260px;
    right: 0;
    top: 0;
    bottom: 0;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    z-index: 100;
    background-color: #ffffff;
    height: 65px;
    padding: 0 1.5rem;
    -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
    animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
    
}

.top-header .navbar .searchbar .form-control {
    box-shadow: none;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.top-header .navbar .searchbar .form-control:focus {
    background-color: #fff;
    border-color: #c27be4;
    box-shadow: 0 0 0 .25rem rgba(146, 62, 185, 0.3)
    
}

.top-header .navbar .top-navbar-right .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0 2px;
}

.top-header .navbar .top-navbar-right .nav-item:hover {
    background-color: #f5f5f5;
}

.top-header .navbar .top-navbar-right .nav-link {
    color: #293445;
    font-size: 18px;
    font-weight: 500;
    padding-right: .7rem;
    padding-left: .7rem;
}

.top-header .navbar .searchbar .search-icon {
  
    color: #41464b;
    font-size: 1.2rem;
    opacity: 0.5;
    font-size: 20px;

}

.top-header .navbar .searchbar .search-close-icon {
    right: 2rem;
    opacity: 0.5;
    cursor: pointer;
    display: none;
    font-size: 20px;
    display: none;
}

.top-header .navbar .searchbar .search-close-icon {
    display: block;
}

.top-header .navbar .user-img {
    width: 30px;
    height: 30px;
    padding: 0px;
    border-radius: 50%;
}

.dropdown-toggle-nocaret:after {
	display: none
}

.top-header .navbar .nav-link .notify-badge {
    position: absolute;
    top: 0px;
    right: -8px;
    color: #fff;
    font-size: 12px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f50d0d;
    z-index: 1;
}

.dropdown-user-setting .dropdown-menu {
    color: #1e2125;
	width: 230px;
	font-size: 14px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.top-header .navbar .dropdown-user-setting .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #fff;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd
}

.top-header .navbar .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #ffff;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd
}

.top-header .navbar .dropdown-item:hover,
.top-header .navbar .dropdown-item:focus {
	color: #1e2125;
	background-color: #f5f5f5
}


.top-header .navbar .dropdown-menu {
	-webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
	animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
}

@-webkit-keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}


.dropdown-large {
	position: relative
}

.dropdown-large .dropdown-menu {
	width: 320px;
	border: 1px solid #e9ecef;
	padding: 0 0;
	border-radius: 10px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.top-header .navbar .dropdown-large .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #fff;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd
}


.top-header .navbar .dropdown-apps .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #343a40;
	position: absolute;
	top: -6px;
	right: 12px;
	transform: rotate(45deg);
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd
}


.dropdown-large .msg-header {
	padding: .8rem 1rem;
	border-bottom: 1px solid #ededed;
	background-clip: border-box;
	text-align: left;
	display: flex;
	align-items: center;
}

.dropdown-large .msg-header .msg-header-title {
	font-size: 15px;
	color: #1c1b1b;
	margin-bottom: 0;
	font-weight: 500
}

.dropdown-large .msg-header .msg-header-clear {
	font-size: 12px;
	color: #585858;
	margin-bottom: 0
}

.dropdown-large .msg-footer {
	padding: .8rem 1rem;
	color: #1c1b1b;
	border-top: 1px solid #ededed;
	background-clip: border-box;
	background: 0% 0;
	font-size: 14px;
	font-weight: 500;
}

.dropdown-large .user-online {
	position: relative
}

.dropdown-large .msg-name {
	font-size: 13px;
	margin-bottom: 0
}

.dropdown-large .msg-info {
	font-size: 12px;
	margin-bottom: 0
}

.dropdown-large .msg-avatar {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin-right: 15px
}

.dropdown-large .msg-time {
	font-size: 11px;
	margin-bottom: 0;
	color: #919191
}

.dropdown-large .user-online:after {
	content: '';
	position: absolute;
	bottom: 1px;
	right: 17px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	background: #16e15e
}


.dropdown-large .dropdown-menu .dropdown-item {
	padding: .5rem 1.3rem;
	border-bottom: 1px solid #ededed
}


.header-message-list {
	position: relative;
	height: 360px
}

.header-notifications-list {
	position: relative;
	height: 360px
}

.dropdown-large .notify {
	font-size: 26px;
	text-align: center;
	margin-right: 15px
}

.app-box {
	width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 24px;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #f6f6f6;
	margin-bottom: 5px;
}

.app-title {
	color: #fff;
	font-size: 14px;
}

.header-notifications-list {
	position: relative;
	height: 332px;
}


.breadcrumb-title {
    font-size: 20px;
    border-right: 1.5px solid #ced3da;
	
}

.page-breadcrumb .breadcrumb li.breadcrumb-item {
    font-size: 16px;
	
}

.page-breadcrumb .breadcrumb li a {
    font-size: 20px;
	color: #697278;
}

.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    font-family: LineIcons;
    content: "\ea5c";
}


/* Footer */

.footer {
    position: absolute;
    left: 260px;
    right: 0;
    bottom: 0;
    padding: 0.7rem;
    color: #484444;
    background-color: #fff;
    border-top: 1px solid #e9ecef;
    text-align: center;
    transition: .3s all;
}

.wrapper.toggled .footer {
    left: 0px;
}


/* Utilities */

.radius-10 {
	border-radius: 10px !important;
}

.icon-badge {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
	color: #fff;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.radius-30 {
    border-radius: 30px;
}


.btn i,
.btn ion-icon {
    vertical-align: middle;
    font-size: 1rem;
    margin-top: -1em;
    margin-bottom: -1em;
    margin-right: 7px;
}


.btn i,
.btn.btn-lg  ion-icon {
    font-size: 1.25rem;
}

.service-box {
	font-size: 25px;
    color: #1c1b1b;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e9ecef;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.error-social a {
	display: inline-block;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin: 0px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.product-img-2 {
    width: 45px;
    height: 45px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
}

.theme-icons {
    background-color: #fff;
    color: #434547;
}

.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    position: fixed;
    border-radius: 50%;
    bottom: 20px;
    right: 12px;
    background-color: #923eb9;
    z-index: 5;
}

.back-to-top:hover{
    color: #fff;
}

.font-22 {
    font-size: 22px;
}


.chart-container1 {
	position: relative;
	height: 380px;
}

.chart-container2 {
	position: relative;
	height: 420px;
}

.chart-container3 {
	position: relative;
	height: 293px;
}

.chart-container4 {
	position: relative;
	height: 350px;
}

.chart-container5 {
	position: relative;
	height: 230px;
}

.chart-container6 {
	position: relative;
	height: 250px;
}

.chart-container7 {
	position: relative;
	height: 300px;
}

.chart-container8 {
	position: relative;
	height: 190px;
}

.chart-container9 {
	position: relative;
	height: 320px;
}


.product-box {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    background-color: #ffffff;
}

.product-box img {
    width: 52px;
    height: 52px;
    border-radius: 10px;
}

.piechart-legend {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.chart {
    position: relative;
    display: inline-block;
    width: 110px !important;
    height: 110px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.percent {
    display: inline-block;
    line-height: 110px !important;
    z-index: 2;
    font-size: 18px;
    color: #525050;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px !important;
    height: 110px !important;
}

.gmaps, .gmaps-panaroma {
    height: 400px;
    background: #eee;
    border-radius: 3px;
}

.user-profile-avatar {
    background-color: #ffffff;
    width: 160px;
    height: 160px;
    padding: 5px;
    border-radius: 50%;
	margin-left: 6.5rem;
}

.user-profile-avatar img {
	width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-cover {
    background-image: url(../images/cards/profile-cover.png);
    background-size: cover;
    height: 10rem;
    background-position: center;
}

.user-change-photo {
	background-color: #ffffff;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    padding: 5px;
}

.user-change-photo img {
	width: 100%;
    height: 100%;
    border-radius: 50%;
}

.error {
    color: #ff152b;
}


.widget-icon {
    width: 48px;
    height: 48px;
    background-color: #fafafa;
    border-radius: 50%;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.widget-icon-small {
    width: 36px;
    height: 36px;
    background-color: #ebebeb;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.widget-icon-2 {
    width: 52px;
    height: 52px;
    background-color: #fafafa;
    border-radius: 10px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.font-13 {
    font-size: 13px;
}


.w_chart {
    position: relative;
    display: inline-block;
    width: 80px !important;
    height: 80px !important;
    text-align: center;
    font-size: 1.4em;
}

.w_percent {
    display: inline-block;
    line-height: 80px !important;
    z-index: 2;
    color: #0a0808;
}

.w_chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px !important;
    height: 80px !important;
}

.w_percent:after {
    content: '%';
    margin-left: 0.1em;
}

.table-responsive {
    white-space: nowrap;
}




/* swicther */

.btn-switcher {
    position: fixed;
    right: 0px;
    top: 40%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.header-colors-indigators .indigator {
    width: 50px;
    height: 50px;
    background-color: #f7f8fa;
    border-radius: 10px;
    cursor: pointer;
}

/* eCommerce */

.btn-mobile-filter {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #ffffff;
    background-color: #923eb9;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 55%;
    z-index: 3;
}


.shop-container .card {
    border: 1px solid rgb(0, 0, 0, .125);
    box-shadow: none;
}

.product-grid .card.product-card {
	background-color: #ffffff;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.product-name {
    color: #212529;
}

@media (min-width: 992px) {
	.product-grid .card.product-card {
        margin-bottom: 1.5rem;
	}
	.product-grid .card.product-card:hover {
		background-color: #fff;
		-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
		box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	}
}


ul.categories-list li {
    font-size: 14px;
    margin-bottom: 8px;
}

.product-categories ul a {
	color: #212529;
}

.product-grid .card .card-footer a {
	color: #212529;
}

.color-indigator-item {
	width: 1.5rem;
	height: 1.5rem;
	background-color: #e6e0e0;
	border-radius: 50%;
	cursor: pointer
}

.color-indigator {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ccc;
}

.product-wishlist {
	width: 2.2rem;
	height: 2.2rem;
	font-size: 20px;
	background-color: #f9f9f9;
    color: #212529;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%
}
.product-compare, .product-catergory {
	color: #212529;
}
.product-compare:hover, .product-wishlist:hover, .product-catergory:hover {
	color: #212529;
}
.product-sharing .list-inline-item a {
	width: 36px;
	height: 36px;
	color: #ffffff;
    background-color: rgb(255 255 255);
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all .2s;
}

.tags-box .tag-link {
    padding: .3rem;
    background-color: #212529;
    border: 1px solid rgb(33 37 41);
    color: rgb(255 255 255);
    font-size: 13px;
    margin: 4px;
    display: inline-block;
}

/* Order Tracking */

.steps {
	display: flex;
	width: 100%;
}
.steps-light .step-item {
	color: #888a8c
}
.step-item {
	flex-basis: 0;
	flex-grow: 1;
	transition: color 0.25s ease-in-out;
	text-align: center;
	text-decoration: none !important;
}
.steps-light .step-item.active .step-count, .steps-light .step-item.active .step-progress {
	color: #ffffff;
    background-color: #923eb9;
}
.step-item:first-child .step-progress {
	border-radius: .125rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.steps-light .step-count, .steps-light .step-progress {
	color: #2e323e;
    background-color: #eaf0f5;
}
.step-progress {
	position: relative;
	width: 100%;
	height: .25rem;
}
.step-count {
	position: absolute;
	top: -.75rem;
	left: 50%;
	width: 1.625rem;
	height: 1.625rem;
	margin-left: -.8125rem;
	border-radius: 50%;
	font-size: .875rem;
	line-height: 1.625rem;
}
.step-label {
	padding-top: 1.5625rem;
}
.step-label>i {
	margin-top: -.25rem;
	margin-right: .425rem;
	font-size: 1.5em;
	vertical-align: middle;
}
.steps-light .step-item.active.current {
	color: #30384a;
}


.owl-thumbs .owl-thumb-item {
    width: 80px;
    height: 80px;
    margin: 0 4px;
    padding: 2px;
    background-color: transparent;
    border: 1px solid rgb(0 0 0 / 12%);
    border-radius: 4px;
}

.owl-thumbs .owl-thumb-item img {
    width: 100%;
}

.login-box {
    width: 30rem;
    margin: 1.5rem auto;
    height: auto;
}

.seperator {
    background-color: #ffffff;
    left: 35%;
    padding: 0px 10px;
}

.seperator-2 {
    background-color: #ffffff;
    left: 45%;
    padding: 0px 10px;
}


.options {
    font-size: 20px;
    color: #4c5258;
    cursor: pointer;
}

.login-bg-overlay {
    width: 100%;
    height: 420px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #8436a8;
    background-image: linear-gradient( 310deg,#7928ca,#ff0080);

}

.social-login a {
    width: 50px;
    height: 50px;
    
}

.social-login a img {
    width: 100%;
    border: 1px solid #e4e6eb;
    padding: 13px;
    border-radius: 10px;
}

.social-login-footer a {
    color: #3c3e40;
}

.fw-500 {
    font-weight: 500;
}

.login-menu-2 a.nav-link {
    color: #6d6868;
}


.login-cover-wrapper {
    width: 25rem;
    height: 46rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


.login-cover-img {
    background-image: url('../images/authentication/login-cover.jpg');
    background-position: center;
    background-size: cover;
    width: 100%;
    transform: skewX(-10deg);
}


.register-cover-img {
    background-image: url('../images/authentication/login-cover.jpg');
    background-position: center;
    background-size: cover;
    width: 100%;
    transform: skewX(-10deg);
}

.au-reset-password-cover {
    background-image: url(../images/authentication/au-reset-password-cover.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    transform: skewX(-10deg);
}


.reset-passowrd {
    width: auto;
    height: 35em;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt-8 {
    margin-top: 12rem;
}

.au-sign-up-basic {
    background-image: url(https://img.freepik.com/free-vector/abstract-realistic-technology-particle-background_23-2148429738.jpg?w=1060&t=st=1687332715~exp=1687333315~hmac=2f095ecc353eddc9a4f933063c22183b04c700876077b94ad02c2261c85e96c2);
    background-position: center;
    background-size: cover;
}

.au-sign-in-basic {
    background-image: url(https://img.freepik.com/free-vector/halftone-background-with-circles_23-2148907689.jpg?w=1060&t=st=1687332710~exp=1687333310~hmac=22a76c04e48b50a77ed677ad683b2478c7542ac5ee442f5b2809ea6df3e49777);
    background-position: center;
    background-size: cover;
}

.au-reset-password-basic {
    background-image: url(../images/authentication/au-reset-password-cover.png);
    background-position: center;
    background-size: cover;
}



/* Responsive */

@media screen and (max-width: 1200px) {

    .filter-sidebar {
        width: 300px;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        overflow-y: scroll;
        background-color: #ffffff;
        z-index: 5;
        border-right: 1px solid #eee;
        box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 28%);
    }
    
}

@media screen and (max-width:1024px) {

    .top-header .navbar .full-search-bar {
        left: 0;
    }
    

    .sidebar-wrapper {
    
        left: -300px;
    }

  
    .wrapper .page-content-wrapper {

        margin-left: 0px;

    }

    .top-header{
      
        left: 0px;
    }

    /* Toggeled */


   .wrapper.toggled .sidebar-wrapper{
    
        left: 0px;
    }

    
    .wrapper.toggled .page-content-wrapper {

        margin-left: 0px;

        padding: 0 0rem 2em 0rem;

    }

    .wrapper.toggled .top-header{
      
        left: 0px;
    }


    .wrapper.toggled .overlay {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #000;
		opacity: .6;
		z-index: 12;
		display: block;
		cursor: move;
		transition: all .2s ease-out
	}


	.top-header .mobile-menu-button {
		display: block;
	}


	

    .footer {
        left: 0px;
    }
    

}


@media screen and (max-width:620px) {
	.top-header .navbar .dropdown-menu::after {
		display: none
	}
	.top-header .navbar .dropdown {
		position: static!important
	}
	.top-header .navbar .dropdown-menu {
		width: 100%!important
	}

    .login-cover-wrapper {
        width: auto;
        height: auto;
    }
}
  .overlay-loading{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99998;
  background-color: rgba(255, 255, 255, 0.5);
}
.overlay-loading__absolute{
  position: absolute;
}
.loader{
  height: 38px;
  width: 20%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.loader svg path,
.loader svg rect{
  fill: #FFA500;
}
.link-download{
	color: #d1a44f;
}
.title-status{
	color: green;
}

.server-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;

    background:
        linear-gradient(
            rgba(0, 0, 0, 0.48),
            rgba(0, 0, 0, 0.72)
        ),
        url('/images/banner-bg.jpg') center center / cover no-repeat;

    color: #fff;
}

.server-hero::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at 50% 35%,
            rgba(196, 139, 52, 0.15),
            transparent 35%
        );

    pointer-events: none;
}

.server-hero::after {
    content: "";
    position: absolute;
    inset: 15px;

    border: 1px solid rgba(167, 119, 47, 0.2);

    clip-path: polygon(
        0 0,
        25% 0,
        26% 12px,
        74% 12px,
        75% 0,
        100% 0,
        100% 100%,
        75% 100%,
        74% calc(100% - 12px),
        26% calc(100% - 12px),
        25% 100%,
        0 100%
    );

    pointer-events: none;
}

.server-hero__content {
    position: relative;
    z-index: 2;

    width: min(1100px, calc(100% - 40px));

    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 40px 0 55px;
}

/* LOGO */

.server-logo {
    width: 330px;
    margin-bottom: 10px;

    filter:
        drop-shadow(0 0 15px rgba(255, 181, 50, 0.22))
        drop-shadow(0 0 35px rgba(255, 150, 20, 0.12));
}

.server-logo img {
    display: block;
    width: 100%;
    height: auto;
}

/* TITLE */

.server-title {
    margin: 0 0 34px;

    color: #fff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 700;
    line-height: 1.1;

    text-align: center;

    text-shadow:
        0 3px 4px rgba(0, 0, 0, 0.9),
        0 0 15px rgba(255, 255, 255, 0.08);
}

/* COUNTDOWN */

.server-countdown {
    position: relative;

    width: min(100%, 1050px);

    padding: 28px 55px 32px;

    background:
        linear-gradient(
            145deg,
            rgba(10, 10, 10, 0.92),
            rgba(27, 22, 15, 0.9)
        );

    border: 2px solid rgba(169, 119, 47, 0.85);

    box-shadow:
        0 0 0 1px rgba(255, 194, 85, 0.15) inset,
        0 0 25px rgba(0, 0, 0, 0.7),
        0 0 35px rgba(161, 108, 36, 0.08);

    clip-path: polygon(
        40px 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% calc(100% - 40px),
        calc(100% - 40px) 100%,
        40px 100%,
        0 calc(100% - 40px),
        0 40px
    );
}

.server-countdown::before {
    content: "";
    position: absolute;
    inset: 8px;

    border: 1px solid rgba(192, 141, 67, 0.45);

    clip-path: polygon(
        30px 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% calc(100% - 30px),
        calc(100% - 30px) 100%,
        30px 100%,
        0 calc(100% - 30px),
        0 30px
    );

    pointer-events: none;
}

/* TITLE INSIDE */

.server-countdown__title {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    margin-bottom: 24px;

    color: #cfa35a;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1.5px;

    text-align: center;
}

.server-countdown__title::before,
.server-countdown__title::after {
    content: "◆";

    color: #b8893c;
    font-size: 9px;
}

.server-countdown__title .line {
    width: 45px;
    height: 1px;

    background: linear-gradient(
        to right,
        transparent,
        #b8893c
    );
}

.server-countdown__title .line:last-child {
    background: linear-gradient(
        to left,
        transparent,
        #b8893c
    );
}

/* NUMBERS */

.server-countdown__items {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 18px;
}

.countdown-item {
    width: 190px;
    height: 125px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            145deg,
            rgba(22, 20, 17, 0.98),
            rgba(10, 10, 9, 0.94)
        );

    border: 1px solid rgba(166, 119, 53, 0.48);

    box-shadow:
        inset 0 0 25px rgba(0, 0, 0, 0.55),
        0 0 12px rgba(0, 0, 0, 0.35);
}

.countdown-value {
    color: #e1b765;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 58px;
    font-weight: 400;
    line-height: 1;

    text-shadow:
        0 0 8px rgba(221, 169, 78, 0.3);
}

.countdown-label {
    margin-top: 8px;

    color: #eee;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    letter-spacing: 1.5px;
}

.countdown-separator {
    color: #bd8b3d;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;

    margin-top: -15px;

    text-shadow: 0 0 10px rgba(210, 156, 63, 0.3);
}

/* BUTTONS */

.server-actions {
    display: flex;
    justify-content: center;

    gap: 45px;

    width: 100%;

    margin-top: 24px;
}

.server-btn {
    position: relative;

    width: 410px;
    height: 108px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #eee;
    text-decoration: none;

    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;

    transition:
        transform 0.25s ease,
        filter 0.25s ease;
}

.server-btn span {
    position: relative;
    z-index: 2;
}

.server-btn::before {
    content: "";

    position: absolute;
    inset: 0;

    clip-path: polygon(
        8% 0,
        92% 0,
        100% 50%,
        92% 100%,
        8% 100%,
        0 50%
    );

    border: 2px solid #96713a;
    background: #40321f;
}

.server-btn::after {
    content: "";

    position: absolute;
    inset: 7px;

    clip-path: polygon(
        8% 0,
        92% 0,
        100% 50%,
        92% 100%,
        8% 100%,
        0 50%
    );

    border: 1px solid rgba(217, 171, 91, 0.5);

    pointer-events: none;
}

.server-btn--download::before {
    background:
        linear-gradient(
            135deg,
            #604824,
            #8d6b39,
            #4b381e
        );
}

.server-btn--register::before {
    background:
        linear-gradient(
            135deg,
            #183a4e,
            #2e607c,
            #183849
        );
}

.server-btn:hover {
    transform: translateY(-3px);

    filter:
        brightness(1.2)
        drop-shadow(0 0 12px rgba(213, 161, 75, 0.25));
}

/* SERVER OPENED */

.server-countdown.server-opened {
    border-color: #c89b4b;
}

.server-countdown.server-opened .server-countdown__title {
    color: #e0b968;
}

.server-opened-message {
    position: relative;
    z-index: 2;

    padding: 25px 0;

    color: #e4bc6b;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    text-align: center;
}

/* MOBILE */

@media (max-width: 900px) {

    .server-hero__content {
        padding: 30px 0 40px;
    }

    .server-logo {
        width: 260px;
    }

    .server-title {
        margin-bottom: 25px;
    }

    .server-countdown {
        padding: 25px 20px 28px;
    }

    .server-countdown__items {
        gap: 8px;
    }

    .countdown-item {
        width: 150px;
        height: 110px;
    }

    .countdown-value {
        font-size: 45px;
    }

    .countdown-separator {
        font-size: 28px;
    }

    .server-actions {
        gap: 20px;
    }

    .server-btn {
        width: 350px;
    }
}

@media (max-width: 650px) {

    .server-hero {
        min-height: 100svh;
    }

    .server-hero__content {
        width: calc(100% - 25px);
    }

    .server-logo {
        width: 200px;
    }

    .server-title {
        font-size: 38px;
        margin-bottom: 22px;
    }

    .server-countdown {
        padding: 22px 10px;
    }

    .server-countdown__title {
        font-size: 13px;
        gap: 7px;
        letter-spacing: 0.5px;
    }

    .server-countdown__title .line {
        width: 20px;
    }

    .server-countdown__items {
        gap: 3px;
    }

    .countdown-item {
        width: calc(25vw - 12px);
        height: 85px;
    }

    .countdown-value {
        font-size: 30px;
    }

    .countdown-label {
        margin-top: 5px;
        font-size: 9px;
        letter-spacing: 0.5px;
    }

    .countdown-separator {
        font-size: 20px;
        margin-top: -12px;
    }

    .server-actions {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-top: 18px;
    }

    .server-btn {
        width: min(100%, 390px);
        height: 85px;
        font-size: 18px;
    }
}
.register-success{
	text-align: center !important;
}
.login-link{
	color: #923eb9;
	text-decoration: none;
}

/* ===========================
   DONATE WARNING MODAL
=========================== */

.donate-warning-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity .25s ease,
        visibility .25s ease;
}

.donate-warning-modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


/* overlay */

.donate-warning-modal__overlay {
    position: absolute;
    inset: 0;

    background: rgba(20, 28, 40, .72);

    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}


/* window */

.donate-warning-modal__window {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 790px;
    max-height: calc(100vh - 48px);

    overflow-y: auto;
    overflow-x: hidden;

    background: #fff;

    border-radius: 18px;

    box-shadow:
        0 30px 80px rgba(10, 20, 35, .24),
        0 8px 24px rgba(10, 20, 35, .12);

    transform: translateY(20px) scale(.98);

    transition: transform .3s ease;
}

.donate-warning-modal.active .donate-warning-modal__window {
    transform: translateY(0) scale(1);
}


/* close */

.donate-warning-modal__close {
    position: absolute;

    top: 18px;
    right: 18px;

    z-index: 10;

    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 1px solid #dfe3ea;
    border-radius: 50%;

    background: #fff;

    cursor: pointer;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.donate-warning-modal__close:hover {
    background: #f5f7fa;
    border-color: #cfd5dd;
    transform: rotate(90deg);
}

.donate-warning-modal__close svg {
    width: 22px;
    height: 22px;

    fill: none;
    stroke: #172033;
    stroke-width: 1.8;
    stroke-linecap: round;
}


/* top */

.donate-warning-modal__top {
    padding: 42px 70px 28px;

    text-align: center;
}


/* alert icon */

.donate-warning-modal__warning-icon {
    width: 60px;
    height: 60px;

    margin: 0 auto 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 3px solid #ff315e;
    border-radius: 50%;

    color: #ff315e;

    font-size: 37px;
    line-height: 1;
    font-weight: 700;

    background: #fff5f7;
}


/* title */

.donate-warning-modal__title {
    margin: 0 0 12px;

    color: #171d2b;

    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
}

.donate-warning-modal__title span {
    color: #ff315e;
}


/* description */

.donate-warning-modal__description {
    max-width: 610px;

    margin: 0 auto;

    color: #2d3442;

    font-size: 18px;
    line-height: 1.5;
}

.donate-warning-modal__description strong {
    color: #ff315e;
    font-weight: 700;
}


/* bonus */

.donate-warning-modal__bonus {
    max-width: 555px;

    margin: 25px auto 0;

    display: flex;
    align-items: center;
    gap: 18px;

    padding: 16px 20px;

    text-align: left;

    color: #222936;

    font-size: 16px;
    line-height: 1.45;

    background: #fff7f9;

    border: 1px solid #ffd1db;
    border-radius: 12px;
}

.donate-warning-modal__bonus strong {
    color: #ff315e;
    font-weight: 700;
}

.donate-warning-modal__bonus-icon {
    flex: 0 0 50px;

    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffe3e9;
}

.donate-warning-modal__bonus-icon svg {
    width: 25px;
    height: 25px;

    fill: none;
    stroke: #ff315e;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* screenshot block */

.donate-warning-modal__example {
    margin: 0 25px;

    padding: 19px 45px 20px;

    border-top: 1px solid #e8ebef;
}

.donate-warning-modal__example-title {
    margin-bottom: 10px;

    text-align: center;

    color: #171d2b;

    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
}


/*
   ВАЖЛИВО:
   тут картинка НЕ перемальовується.
   Просто твій скрін.
*/

.donate-warning-modal__screenshot {
    overflow: hidden;

    background: #fff;

    border: 1px solid #e1e5ea;
    border-radius: 10px;
    padding: 16px;
}

.donate-warning-modal__screenshot img {
    display: block;

    width: 50%;
    height: auto;

    object-fit: contain;
    margin: 0 auto;
}


/* important */

.donate-warning-modal__important {
    margin: 0 65px 22px;

    display: flex;
    align-items: center;
    gap: 15px;

    padding: 14px 18px;

    color: #222936;

    font-size: 15px;
    line-height: 1.45;

    background: #fff6f8;

    border: 1px solid #ffd3dc;
    border-radius: 10px;
}

.donate-warning-modal__important-icon {
    flex: 0 0 44px;

    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffe2e8;
}

.donate-warning-modal__important-icon svg {
    width: 23px;
    height: 23px;

    fill: none;
    stroke: #ff315e;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* footer */

.donate-warning-modal__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding: 20px 25px;

    border-top: 1px solid #e8ebef;
}


/* support */

.donate-warning-modal__support {
    display: flex;
    align-items: center;
    gap: 12px;
}

.donate-warning-modal__support-icon {
    flex: 0 0 44px;

    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #fff0f4;
}

.donate-warning-modal__support-icon svg {
    width: 24px;
    height: 24px;

    fill: none;
    stroke: #ff315e;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.donate-warning-modal__support strong {
    display: block;

    margin-bottom: 3px;

    color: #202633;

    font-size: 14px;
    line-height: 1.3;
}

.donate-warning-modal__support span {
    display: block;

    color: #7e8592;

    font-size: 13px;
}


/* actions */

.donate-warning-modal__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}


/* cancel */

.donate-warning-modal__cancel {
    min-height: 50px;

    padding: 0 22px;

    color: #252b37;

    font-size: 15px;
    font-weight: 600;

    background: #fff;

    border: 1px solid #d2d7df;
    border-radius: 9px;

    cursor: pointer;

    transition:
        background .2s ease,
        border-color .2s ease;
}

.donate-warning-modal__cancel:hover {
    background: #f6f7f9;
    border-color: #bdc3cc;
}


/* continue */

.donate-warning-modal__continue {
    min-height: 50px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 0 25px;

    color: #fff;

    font-size: 15px;
    font-weight: 600;
    text-decoration: none;

    background: #ff315e;

    border-radius: 9px;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.donate-warning-modal__continue:hover {
    color: #fff;

    background: #f22453;

    transform: translateY(-1px);

    box-shadow: 0 10px 25px rgba(255, 49, 94, .25);
}

.donate-warning-modal__continue svg {
    width: 19px;
    height: 19px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* body lock */

body.donate-warning-modal-open {
    overflow: hidden;
}


/* ===========================
   MOBILE
=========================== */

@media (max-width: 767px) {

    .donate-warning-modal {
        padding: 12px;
        align-items: flex-end;
    }

    .donate-warning-modal__window {
        max-height: calc(100vh - 24px);

        border-radius: 18px 18px 12px 12px;
    }

    .donate-warning-modal__close {
        top: 12px;
        right: 12px;

        width: 40px;
        height: 40px;
    }

    .donate-warning-modal__top {
        padding: 32px 20px 20px;
    }

    .donate-warning-modal__warning-icon {
        width: 50px;
        height: 50px;

        font-size: 30px;
    }

    .donate-warning-modal__title {
        padding: 0 30px;

        font-size: 26px;
    }

    .donate-warning-modal__description {
        font-size: 15px;
    }

    .donate-warning-modal__bonus {
        gap: 12px;

        padding: 13px 14px;

        font-size: 14px;
    }

    .donate-warning-modal__bonus-icon {
        flex-basis: 42px;

        width: 42px;
        height: 42px;
    }

    .donate-warning-modal__example {
        margin: 0 15px;
        padding: 18px 5px;
    }

    .donate-warning-modal__example-title {
        font-size: 17px;
    }

    .donate-warning-modal__important {
        margin: 0 15px 18px;

        padding: 12px;

        font-size: 14px;
    }

    .donate-warning-modal__footer {
        flex-direction: column;

        padding: 15px;
    }

    .donate-warning-modal__support {
        width: 100%;
    }

    .donate-warning-modal__actions {
        width: 100%;
    }

    .donate-warning-modal__cancel,
    .donate-warning-modal__continue {
        flex: 1;

        padding-left: 12px;
        padding-right: 12px;
    }

}
.support-back {
    margin-bottom: 25px;

    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: #777;
    font-size: 14px;
}

.support-back:hover {
    color: #9841cf;
}

.support-form {
    padding: 25px;

    background: #fff;

    border: 1px solid #e1e1e1;
    border-radius: 12px;

    box-shadow: 0 2px 6px rgba(0,0,0,.05);
}

.support-form__field {
    margin-bottom: 24px;
}

.support-form__field label {
    margin-bottom: 9px;

    display: block;

    font-size: 14px;
    font-weight: 600;
}

.support-form__field input,
.support-form__field textarea {
    width: 100%;

    padding: 14px 16px;

    border: 1px solid #ddd;
    border-radius: 7px;

    outline: none;

    font-family: inherit;
    font-size: 15px;

    transition: border-color .2s ease;
}

.support-form__field input:focus,
.support-form__field textarea:focus {
    border-color: #9841cf;
}

.support-form__field textarea {
    min-height: 220px;
    resize: vertical;
}

.support-form__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.support-form__bottom > span {
    color: #999;
    font-size: 13px;
}

.support-form__bottom button {
    min-height: 48px;
    padding: 0 24px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    border: 0;
    border-radius: 7px;

    background: #9841cf;
    color: #fff;

    font-size: 15px;
    font-weight: 600;

    cursor: pointer;
}

.support-alert {
    margin-bottom: 20px;
    padding: 14px 17px;

    border-radius: 7px;

    font-size: 14px;
}

.support-alert--error {
    color: #a12626;
    background: #ffeaea;
}

.support-limit {
    min-height: 280px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 10px;

    background: #fff;

    border: 1px solid #e1e1e1;
    border-radius: 12px;

    text-align: center;
}

.support-limit i {
    font-size: 35px;
    color: #bbb;
}

.support-limit span {
    color: #999;
    font-size: 14px;
}
.account-support {
    width: 100%;
}

.account-support__header {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.account-support__header h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #222;
}

.account-support__header p {
    margin: 8px 0 0;
    font-size: 15px;
    color: #8b8b8b;
}

.support-create-btn {
    min-height: 48px;
    padding: 0 22px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    border: 1px solid #9841cf;
    border-radius: 8px;

    color: #9841cf;
    font-size: 15px;
    font-weight: 600;

    transition: .2s ease;
}

.support-create-btn:hover {
    background: #9841cf;
    color: #fff;
}

.support-create-btn--disabled {
    opacity: .5;
    cursor: default;
    pointer-events: none;
}

.support-card {
    overflow: hidden;

    background: #fff;

    border: 1px solid #e1e1e1;
    border-radius: 12px;

    box-shadow: 0 2px 6px rgba(0,0,0,.05);
}

.support-card__top {
    min-height: 65px;
    padding: 0 22px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid #e5e5e5;
}

.support-card__top strong {
    font-size: 18px;
}

.support-card__top span {
    color: #999;
    font-size: 14px;
}

.support-list {
    width: 100%;
}

.support-ticket {
    min-height: 100px;
    padding: 18px 22px;

    display: grid;

    grid-template-columns:
        90px
        minmax(300px, 1fr)
        150px
        130px
        25px;

    align-items: center;
    gap: 20px;

    border-bottom: 1px solid #e8e8e8;

    color: #222;

    transition: background .2s ease;
}

.support-ticket:last-child {
    border-bottom: 0;
}

.support-ticket:hover {
    background: #faf7fc;
}

.support-ticket__id {
    font-size: 15px;
    font-weight: 600;
    color: #777;
}

.support-ticket__content {
    min-width: 0;

    display: flex;
    flex-direction: column;
    gap: 7px;
}

.support-ticket__content strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-size: 16px;
}

.support-ticket__content span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    color: #8a8a8a;
    font-size: 14px;
}

.support-ticket__date {
    display: flex;
    flex-direction: column;
    gap: 5px;

    font-size: 14px;
}

.support-ticket__date strong {
    font-weight: 500;
}

.support-ticket__date span {
    color: #999;
}

.support-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 6px 10px;

    border-radius: 6px;

    font-size: 12px;
    font-weight: 700;
}

.support-status--new {
    color: #fff;
    background: #9841cf;
}

.support-status--work {
    color: #986b00;
    background: #fff1c7;
}

.support-status--closed {
    color: #687078;
    background: #eceff2;
}

.support-ticket__arrow {
    text-align: right;
    color: #aaa;
}

.support-empty {
    min-height: 280px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 10px;

    text-align: center;
}

.support-empty i {
    margin-bottom: 5px;

    font-size: 36px;

    color: #cfcfcf;
}

.support-empty strong {
    font-size: 17px;
}

.support-empty span {
    color: #999;
    font-size: 14px;
}

.support-ticket-header {
    margin-bottom: 25px;
    padding: 24px 25px;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;

    background: #fff;

    border: 1px solid #e1e1e1;
    border-radius: 12px;
}

.support-ticket-header__meta {
    margin-bottom: 10px;

    display: flex;
    align-items: center;
    gap: 12px;

    color: #999;
    font-size: 13px;
}

.support-ticket-header h1 {
    margin: 0;

    font-size: 25px;
}

.support-ticket-header__date {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;

    white-space: nowrap;
}

.support-ticket-header__date span {
    color: #999;
    font-size: 12px;
}

.support-ticket-header__date strong {
    font-size: 14px;
}

.support-conversation {
    margin-bottom: 25px;

    display: flex;
    flex-direction: column;
    gap: 15px;
}

.support-message {
    max-width: 75%;
    padding: 18px 20px;

    border-radius: 10px;
}

.support-message--player {
    align-self: flex-start;

    background: #f4f4f4;
}

.support-message--admin {
    align-self: flex-end;

    background: #f7edfc;
    border: 1px solid #ead7f5;
}

.support-message__top {
    margin-bottom: 10px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.support-message__top strong {
    font-size: 13px;
}

.support-message__top span {
    color: #999;
    font-size: 12px;
}

.support-message__text {
    font-size: 14px;
    line-height: 1.6;

    white-space: normal;
    word-break: break-word;
}

.support-reply {
    padding: 22px;

    background: #fff;

    border: 1px solid #e1e1e1;
    border-radius: 12px;
}

.support-reply > label {
    margin-bottom: 10px;

    display: block;

    font-size: 14px;
    font-weight: 600;
}

.support-reply textarea {
    width: 100%;
    min-height: 150px;

    padding: 14px 16px;

    border: 1px solid #ddd;
    border-radius: 7px;

    outline: none;
    resize: vertical;

    font-family: inherit;
    font-size: 14px;
}

.support-reply textarea:focus {
    border-color: #9841cf;
}

.support-reply__bottom {
    margin-top: 15px;

    display: flex;
    justify-content: flex-end;
}

.support-reply button {
    min-height: 45px;
    padding: 0 22px;

    display: inline-flex;
    align-items: center;
    gap: 9px;

    border: 0;
    border-radius: 7px;

    background: #9841cf;
    color: #fff;

    font-weight: 600;

    cursor: pointer;
}

.support-wait {
    padding: 20px 22px;

    display: flex;
    align-items: center;
    gap: 15px;

    background: #fffaf0;

    border: 1px solid #f1dfba;
    border-radius: 10px;
}

.support-wait > i {
    font-size: 22px;
    color: #b78622;
}

.support-wait div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.support-wait strong {
    font-size: 14px;
}

.support-wait span {
    color: #888;
    font-size: 13px;
}

.support-wait--closed {
    background: #f5f5f5;
    border-color: #ddd;
}

.support-wait--closed > i {
    color: #888;
}
.notifications-empty {
    min-height: 120px;
    padding: 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 8px;

    color: #999;
    text-align: center;
}

.notifications-empty ion-icon {
    font-size: 28px;
}

.notifications-empty span {
    font-size: 13px;
}

.notifications-footer {
    padding: 12px 15px;

    border-top: 1px solid #eee;

    text-align: center;
}

.notifications-footer a {
    color: #9841cf;
    font-size: 13px;
    font-weight: 600;
}