
/*-------------------------------*/
/*           VARIABLES           */
/*-------------------------------*/
* {
	margin: 0;
	padding: 0;
}
li,ol,ul{
	list-style: none;
}

body {
	position: relative;
	overflow-x: hidden;
}

@media screen and (min-width: 320px) {
	html {
		font-size: 21.33333333px;
	}
}

@media screen and (min-width: 360px) {
	html {
		font-size: 24px;
	}
}

@media screen and (min-width: 375px) {
	html {
		font-size: 25px;
	}
}

@media screen and (min-width: 384px) {
	html {
		font-size: 25.6px;
	}
}

@media screen and (min-width: 400px) {
	html {
		font-size: 26.66666667px;
	}
}

@media screen and (min-width: 414px) {
	html {
		font-size: 27.6px;
	}
}

@media screen and (min-width: 424px) {
	html {
		font-size: 28.26666667px;
	}
}

@media screen and (min-width: 480px) {
	html {
		font-size: 32px;
	}
}

@media screen and (min-width: 540px) {
	html {
		font-size: 36px;
	}
}

@media screen and (min-width: 720px) {
	html {
		font-size: 48px;
	}
}

@media screen and (min-width: 750px) {
	html {
		font-size: 50px;
	}
}

body{
	width: 100%;
max-width:750px;
background:#fff;
margin:0 auto
}
.nav .open>a {
	background-color: transparent;
}

.nav .open>a:hover {
	background-color: transparent;
}

.nav .open>a:focus {
	background-color: transparent;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	padding-left: 0;
	transition: all 0.5s ease;
}

#wrapper.toggled {
	padding-left: 220px;
}

#wrapper.toggled #sidebar-wrapper {
	width: 220px;
}

#wrapper.toggled #page-content-wrapper {
	margin-right: -220px;
	position: absolute;
}

#sidebar-wrapper {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	background: #1a1a1a;
	height: 100%;
	left: 220px;
	margin-left: -220px;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all 0.5s ease;
	width: 0;
	z-index: 1000;
}

#sidebar-wrapper::-webkit-scrollbar {
	display: none;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 220px;
}

.sidebar-nav li {
	display: inline-block;
	line-height: 20px;
	position: relative;
	width: 100%;
}

.sidebar-nav li:before {
	background-color: #1c1c1c;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: width 0.2s ease-in;
	transition: width 0.2s ease-in;
	width: 3px;
	z-index: -1;
}


.sidebar-nav li:before {
	background-color: #402d5c;
}

.sidebar-nav li:hover:before {
	-webkit-transition: width 0.2s ease-in;
	transition: width 0.2s ease-in;
	width: 100%;
}

.sidebar-nav li a {
	color: #dddddd;
	display: block;
	padding: 10px 15px 10px 30px;
	text-decoration: none;
}

.sidebar-nav li.open:hover before {
	-webkit-transition: width 0.2s ease-in;
	transition: width 0.2s ease-in;
	width: 100%;
}

.sidebar-nav .dropdown-menu {
	background-color: #222222;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
	font-size: 20px;
	height: 65px;
	line-height: 44px;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
	background: transparent;
	border: none;
	display: block;
	height: 32px;
	margin-left: 15px;
	position: fixed;
	top: 20px;
	width: 32px;
	z-index: 999;
}

.hamburger:hover {
	outline: none;
}

.hamburger:focus {
	outline: none;
}

.hamburger:active {
	outline: none;
}

.hamburger.is-closed:before {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.35s ease-in-out;
	color: #ffffff;
	content: '';
	display: block;
	font-size: 14px;
	line-height: 32px;
	opacity: 0;
	text-align: center;
	width: 100px;
}

.hamburger.is-closed:hover before {
	-webkit-transform: translate3d(-100px, 0, 0);
	-webkit-transition: all 0.35s ease-in-out;
	display: block;
	opacity: 1;
}

.hamburger.is-closed:hover .hamb-top {
	-webkit-transition: all 0.35s ease-in-out;
	top: 0;
}

.hamburger.is-closed:hover .hamb-bottom {
	-webkit-transition: all 0.35s ease-in-out;
	bottom: 0;
}

.hamburger.is-closed .hamb-top {
	-webkit-transition: all 0.35s ease-in-out;
	background-color: white;
	top: 5px;
}

.hamburger.is-closed .hamb-middle {
	background-color: white;
	margin-top: -2px;
	top: 50%;
}

.hamburger.is-closed .hamb-bottom {
	-webkit-transition: all 0.35s ease-in-out;
	background-color: white;
	bottom: 5px;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
}

.hamburger.is-open .hamb-top {
	-webkit-transform: rotate(45deg);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	background-color: #ffffff;
	margin-top: -2px;
	top: 50%;
}

.hamburger.is-open .hamb-middle {
	background-color: #ffffff;
	display: none;
}

.hamburger.is-open .hamb-bottom {
	-webkit-transform: rotate(-45deg);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	background-color: #ffffff;
	margin-top: -2px;
	top: 50%;
}

.hamburger.is-open:before {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.35s ease-in-out;
	color: #ffffff;
	content: '';
	display: block;
	font-size: 14px;
	line-height: 32px;
	opacity: 0;
	text-align: center;
	width: 100px;
}

.hamburger.is-open:hover before {
	-webkit-transform: translate3d(-100px, 0, 0);
	-webkit-transition: all 0.35s ease-in-out;
	display: block;
	opacity: 1;
}

/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

#page-content-wrapper {
	width: 100%;
	padding: 0.8rem 0;
}

#page-content-wrapper h1 {
	text-align: center;
	color: black;
	margin: 0;
	padding: 0;
	font-size: 0.6rem;
}
.nav-tabs li{
	width: 25%;
	background: #2e3746;
}
.nav-tabs li a{
	font-size: 0.6rem;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 1.5rem;
	line-height: 1.5rem;
	color: white !important;
	font-weight: bolder;
}
.active>a{
	border: none;
	background-color: rgba(230, 74, 25, 1) !important;
	border-radius: 0 !important;
}
.tab-list1{
	display: flex;
	padding:0.2rem 0.4rem 0.2rem 0.4rem;
}
.tab-list-img-box{
	width: 20%;
}


.tab-list-img-box img{
	width: 100%;
}
.tab-list1 ul{
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: start;
	padding: 0.2rem 0 0 0.2rem;
	flex-shrink:1;
	margin: 0;
}
.tab-list1 ul span{
	font-size: 0.75rem;
	font-weight: bold;
	color: black;
}
.tab-list1 ul li{
	font-size: 0.55rem;
	color: black;
}
.tab-list1 ul p{
	font-size: 0.45rem;
	color: #666;
}
.tab-list1 a{
	width: 20%;
	height: 1.5rem;
	text-align: center;
	line-height: 1.5rem;
	align-self: center;
	font-weight: bolder;
	color: white;
	border-radius: 1.5rem;
	font-size: 0.5rem;
	flex-shrink:1;
}
.tab-list-box>p{
	color: rgba(176, 22, 55, 0.81);
	font-size: 0.6rem;
	font-weight: bolder;
	padding-left: 0.4rem;
}
#home>.tab-list-box .tab-list1 a{
	background: -webkit-linear-gradient(135deg, rgba(191, 143, 72, 1) 10%,rgba(223,199,163, 1));
}

#profile>.tab-list-box .tab-list1 a{
	background-color: rgba(255,114,20,1);
}
#messages>.tab-list-box .tab-list1 a{
	background-color: rgba(252,198,1,1);
}
#settings>.tab-list-box .tab-list1 a{
	background-color: rgba(31, 135, 232, 1);
}
.content-box{
	padding-bottom: 1rem;
}

.footer-box1{
	background: #1a1a1a;
	padding: 1rem 0;
}
.footer-box1 p{
	text-align: center;
	color: white;
	font-size: 0.55rem;
	height: 1rem;
	line-height: 1rem;
}

.lyb-box{
	width: 100%;
	padding: 0.2rem;
}
.lyb-box p{
	border-bottom: 1px solid #eee;
	font-size: 0.6rem;
	color: #ff7214;
	height: 1.5rem;
	line-height: 1.5rem;
	padding-left: 0.5rem;
}
.lyb-box li{
	height: 3rem;
	padding-left: 0.5rem;
	position: relative;
	top: 0;
	line-height: 3rem;
	left: 0;
}
.lyb-box li span{
	position: absolute;
	left: 3.5%;
	height: 3rem;
	color: red;
	font-size: 1rem;
	line-height: 3.4rem;
}
.lyb-box li input{
	width: 95%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0.45rem;
	margin-left: -47.5%;
	z-index: 99;
	background: rgba(255, 255, 255, 0);
	height: 2.1rem;
	line-height: 2.1rem;
	border: 1px solid #666;
	padding-left: 0.7rem;
	font-size: 0.6rem;
	border: 1px solid #666;
	border-radius: 0.25rem;
}
.lyb-box input:focus{
	border:1px solid #9dbff6;
}
.lyb-box textarea{
	width: 95%;
	display: block;
	margin: 0.5rem auto 0;
	height: 3rem;
	border-radius: 0.25rem;
	padding-left: 0.3rem;
	padding-top: 0.2rem;
	font-size: 0.6rem;
	border: 1px solid #666;
}
.lyb-sub{
	font-size: .7rem;
	color: #fff;
	border-radius: 0.1rem;
	border: none;
	width: 90%;
	display: block;
	margin: 0.8rem auto 0;
	background: #ff7214;
	line-height: 2.1rem;
	height: 2.1rem;
}
.lyb-list1 ul {
	position: relative;
	background: #f8f8f8;
}

.lyb-list1 ul i{
	position: absolute;
	top: -0.325rem;
	border-right: 0.3rem solid transparent;
	border-left: 0.3rem solid transparent;
	border-bottom: 0.425rem solid #f8f8f8;
}
.lyb-ly{
	border-top: 0.5rem solid #f8f8f8;
	padding: 0.3rem;
}
.lyb-ly h2{
	text-align: center;
	font-size: 0.8rem;
	margin: 0;
	height: 2rem;
	line-height: 2rem;
}
.lyb-list1{
	padding: 0.5rem 0;
	border-top: 1px solid #999;
}
.lyb-list1>p{
	display: flex;
	justify-content: space-between;
}
.lyb-list1>p>span{
	padding-left: 0.5rem;
	font-size: 0.6rem;
	color: #000;
	font-weight: bold;
}
.lyb-list1>p>i{
	font-style: normal;
	padding-right: 0.5rem;
	font-size: 0.4rem;
	color: #999;
}
.lyb-list1>li{
	padding-left: 0.5rem;
	font-size: 0.7rem;
	color: #111;
}
.lyb-list1>ul{
	margin:0.5rem 0.5rem 0;
	padding: 0.5rem;
	background-color: #f8f8f8;
}
.lyb-list1>ul>span{
	color: #666;
	font-size: 0.6rem;
}
.lyb-list1>ul>p{
	padding: 0.5rem 0;
	color: #111;
	font-size: 0.6rem;
}