

* {
	list-style: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
}
body {
	background: #f5f6fa;
}
::-webkit-scrollbar {
    width: .2em;
    height: .5em;
}
::-webkit-scrollbar-button {
    background: #eee;
}
::-webkit-scrollbar-track-piece {
    background: #eee;
}
::-webkit-scrollbar-thumb {
    background: #cdcdcd;
}

.no-bg {
	background: initial;
}
.theme-bg {
	
}
.top-main-menu {
	display: none;
}
.horizontal-theme .top-main-menu {
	display: block;
}
.horizontal-theme .sidebar {
	display: none;
}
.horizontal-theme .section {
	margin-left: 0 !important;
	width: 100% !important;
}
.horizontal-theme .hamburger {
	display: none;
}
.horizontal-theme .top-navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #eee;
}
.horizontal-theme .section {
	margin-top: 130px;
}
.vertical-theme .top-main-menu, .vertical-theme .menu-icons {
	display: none;
}

.theme-color {
	display: flex;
	padding: 0;
	margin: 0;
}
.theme-color li {
	cursor: pointer;
	width: 72px !important;
	height: 20px;
	margin:  5px;
	border: 2px solid #009688;
	border-radius: 15px;
	transition: all .5s ease;
}
.theme-color li:hover, .theme-color li:focus, .theme-color li:active {
	border: 2px solid #191919;
}
.theme-color li.active {
	border: 2px solid #191919;
}

.one {
	background: #b88ec9;
}
.two {
	background: #5c5cf4;
}
.three {
	background: #64bf64;
}
.four {
	background: #a5a532;
}
.five {
	background: #c17e3c;
}
.six {
	background: #5d95a5;
}
.seven {
	background: #f694b5;
}
.eight {
	background: #ffffff;
}
/*.save-btn a {
	text-decoration: none;
    color: #ffffff;
    background: #4aa7b0;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 8px;
    margin-left: 15px;
    box-shadow: 0 0 0.25rem #5d87a5;
}*/
.custom-btn {
  width: 100px;
  height: 30px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 12px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
.btn-7 {
background: linear-gradient(0deg, rgba(255,151,0,1) 0%, rgba(251,75,2,1) 100%);
  line-height: 30px;
  padding: 0;
  border: none;
}
.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgba(251,75,2,1);
  box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-7:before{
   height: 0%;
   width: 2px;
}
.btn-7:after {
  width: 0%;
  height: 2px;
}
.btn-7:hover{
  color: rgba(251,75,2,1);
  background: transparent;
}
.btn-7:hover:before {
  height: 100%;
}
.btn-7:hover:after {
  width: 100%;
}
.btn-7 span:before,
.btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(251,75,2,1);
  box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-7 span:before {
  width: 2px;
  height: 0%;
}
.btn-7 span:after {
  height: 2px;
  width: 0%;
}
.btn-7 span:hover:before {
  height: 100%;
}
.btn-7 span:hover:after {
  width: 100%;
}





.top-profile img {
	max-width: 100px !important;
}
.top-profile {
	display: none !important;
}
.horizontal-theme .top-profile {
	display: block !important;
}
/*chart style here*/

.chart-media {
    padding: 15px 10px;
}
.icon-div {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 15px;
	transition: all .5s ease;
	background: #f5f5dc;
}
.chart-media:hover .icon-div {
	background: #f8eabe;
	box-shadow: 0 0 0 0.25rem #ffc300;
	border-radius: 50%;
}
.chart-media:hover .icon-div svg {
	color: #ffc300;
}
.chart-media .media svg {
	font-size: 25px;
	color: gray;
}
.media-body h5 {
	color: #67707a;
}
.media-body h4 {
	color: #939393;
}
.chart-media:hover .media-body h5 {
	color: #ececec;
}
.chart-media:hover .media-body h4 {
	color: #fff;
}
.bg-blue {
   background: #21517c;
   color: #fff; 
}
.bg-gray {
    background: lightgray;
}
.bg-white {
    background: #fff;
    color: #000000;
}
.chart-sec svg, #chart_div svg {
    height: 100% !important;
}
#chart_div, #chart_div svg, #chart_div2, #chart_div2 svg, #donutchart, #donutchart svg {
    width: 100% !important; 
}
.chart-media, .media-box {
    border-radius: 10px;
}
.chart-media:hover {
	margin-top: -10px;
	cursor: pointer;
	box-shadow: 0 0 0 0.5rem #eee;
    border: transparent !important;
    background: #50c2cb;
    color: #f4f4f4;
}

.chart-media:hover .media-body {
	margin-top: 15px;
}
.media img {
	width: 50px;
	height: auto;
}
.media-box {
    padding: 15px;
}
.chart-media {
	background: #e6e6fa;
	border: 2px solid #eee;
	transition: all .5s ease;
}
.chart-media:hover {
	border: 2px solid #999;
}
.media-body h5 {
	font-size: 14px;
}
.chart-count-sec p {
    font-size: 12px;
    color: #fefefe;
    margin-bottom: 0;
}
.chart-content-sec {
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}
.chart-content-sec p {
    font-size: 12px;
}
.chart-head-sec {
    background: lightgray;
    padding: 20px 10px;
    border-radius: 10px;
}
.chart-head-sec h3 {
    text-align: center;
}
#chart_div, #chart_div2, #donutchart {
	height: 100%;
	border: 1px solid #50c2cb;
	border-radius: 5px;
	padding: 50px 0;
	margin-bottom: 10px;
	background: #fff;
}

/*================================================================
			Vertical nav Open here
=================================================================*/
.accordion-item {
    border: none;
}
.accordion-button:not(.collapsed) {
    background: transparent;
    color: #353434;
    box-shadow: none;
    padding: 10px 10px;
}
.span-icon {
    font-size: 13px;
    margin-right: 10px;
}
.span-txt {
    font-size: 14px;
}
.accordion-body {
    padding: 5px 15px;
}
.acc-body-in ul {
    list-style-type: none;
    padding-left: 0;
}
.acc-body-in ul li {
    padding: 5px 5px;
    font-size: 13px;
}
.acc-body-in ul li span svg {
    width: 30px !important;
}	
.accordion-button::after {
    transition: .5s;
    background-size: 10px !important;
}
.accordion-button:focus {
	box-shadow: none;
}
.accordion-button:hover, .accordion-button:active, .accordion-button:focus {
	background: #e6e6fa !important;
}
.accordion-link, .accordion-link:hover {
	background: transparent;
    color: #353434;
    box-shadow: none;
    padding: 10px 10px;
    display: block;
    text-decoration: none;
}
.accordion-link:hover {
	background: #e6e6fa;
}
.accordion-button {
	padding: 10px 10px;
}
.acc-body-in ul li:hover {
	background: #e6e6fa;
}
/*================================================================
			Vertical nav Close here
=================================================================*/


.wrapper .sidebar {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 225px;
	height: 100%;
	padding: 10px 0 10px 0;
	transition: all 0.5s ease;
	overflow-y: auto;
	z-index: 999;
}
.wrapper .sidebar .profile {
	margin-bottom: 30px;
	text-align: center;
}
.wrapper .sidebar .profile img {
	display: block;
	width: 90%;
	height: 90%;
	margin: 0 auto;
}
.wrapper .sidebar .profile .profile-img{
	margin-top: 15px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.wrapper .sidebar .profile h3 {
	color: #191919;
	font-size: 16px;
}
.wrapper .sidebar .profile p {
	color: #666;
	font-size: 14px;
}
.wrapper .sidebar ul {
	padding: 0;
}
.wrapper .sidebar ul li a {
	font-size: 14px;
	display: block;
	padding: 13px 10px;
	border-bottom: 1px solid #ececec;
	color: #666;
	position: relative;
	text-decoration: none;
}
.wrapper .sidebar ul li a .icon {
	color: #c7cfdb;
	width: 30px;
	display: inline-block;
}
.wrapper .sidebar ul li a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 3px;
	height: 100%;
	background: #8d599f;
	display: none;
}
.wrapper .sidebar ul li a:hover,
.wrapper .sidebar ul li a.active {
	color: #8d599f;
	background: linear-gradient(to right, #fff, #f6edfc);
}
.wrapper .sidebar ul li a:hover .icon,
.wrapper .sidebar ul li a.active .icon {
	color: #8d599f;
}
.wrapper .sidebar ul li a:hover:before,
.wrapper .sidebar ul li a.active:before {
	display: block;
}
.wrapper .section {
	width: calc(100% - 225px);
	margin-left: 225px;
	transition: all 0.5s ease;
}
.wrapper .section .top-navbar {
	background: #fff;
	padding: 5px 15px 5px 15px;
	border: 1px solid #f5f6fa;
	border-bottom: 2px solid #e6e6e6;
	z-index: 1000;
}
.wrapper .section .top-navbar .hamburger a {
	font-size: 24px;
	color: #9999;
}
.wrapper .section .top-navbar .hamburger a:hover {
	color: #cbaede;
}
.wrapper .section .container-sec {
	margin: 10px;
	padding: 0 30px;
	background: #fcfcfc;
	line-height: 28px;
}

/*right nav style here*/
.right-bar {
    background-color: #fff;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 6%), 0 1px 0 0 rgb(0 0 0 / 2%);
    display: block;
    position: fixed;
    transition: all .2s ease-out;
    width: 270px;
    z-index: 9999;
    float: right!important;
    right: -280px;
    top: 0;
    bottom: 0;
    
}
.theme-design ul {
	padding: 0;
	margin: 0;
}
.theme-design ul, .theme-design ul li {
	transition: all .5s ease;
}
.theme-design ul li.active {
	background: #e6e6fa;
	color: #000000;
	font-weight: bold;
}
.theme-design ul li:hover a {
	color: #000000;
	font-weight: bold;
}
.right-bar-enabled.right-bar {
    right: 0;
}
/*right nav over lay style here*/
.rightbar-overlay {
    background-color: rgba(50,58,70,.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9998;
    transition: all .2s ease-out;
}
.right-bar-enabled.rightbar-overlay {
	display: block;	
}
/*setting sec style here*/
.setting-sec span.rightnav-click {
	float: right;
}
.search-sec form {
	background: lavender;
	border-radius: 20px;
}

.search-sec input {
	border: none;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background: transparent;
}
.search-sec input:focus {
	box-shadow: none;
	background: transparent;
}
.search-btn {
	padding: 0 10px;
}
.search-btn svg {
	color: #999999;
}
.notification svg {
	font-size: 24px;
	margin: 0 10px;
}
.logout-sec .dropdown .dropdown-menu {
	border-top: 5px solid #999996;
	border-bottom: 5px solid #999996;
	/*box-shadow: 0 0 3px #999996;*/
	width: 11rem;
	padding: 0;
}
.logout-sec a:focus {
	box-shadow: none;
}
.logout-sec ul {
	padding: 0;
	margin: 5px 0;
	background: #f7f7f8;
}
.logout-sec ul li {
	padding: 0 10px;
	display: inline-flex;
	align-items: center;
	width: 100%;
	color: #999999;
}
.logout-sec ul li a, .logout-sec ul li svg {
	font-size: 12px;
}
.logout-sec ul li:hover {
	background-color: #e9ecef;
}
.logout-sec h6 {
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
	/*color: #999999;*/
}

/*right bar tab style here*/
.right-bar .tab-nav {
	padding: 0;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    margin-top: 10px;
    margin-bottom: 5px;
}
.nav-tabs-item.active {
	border-bottom: 3px solid #e6e6fa;
}
.nav-tabs-item a {
	padding: 5px 20px;
}
.nav-tabs-item a svg {
	margin-bottom: 10px;
	font-size: 24px;
}
.nav-tabs-item {
	width: 33.333%;
	text-align: center;
}
.tab-content {
	padding: 10px;
}
.tab-pane { display:none; }
.tab-pane.active {
    display:block;
}
/*tab search*/
.tab-search input {
	border: none;
	border-radius: 20px;
	background: transparent;
	font-size: 14px;
}
.tab-search {
	border: 1px solid #e6e6fa;
	border-radius: 20px;
}
.tab-search svg:hover {
	cursor: pointer;
}
.tab-search input:focus {
	box-shadow: none;
}
span.client-img {
    width: 40px;
    height: 40px;
    background: gray;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}
span.client-img img {
	max-width: 100%;
}

.top-title h5 {
	font-weight: normal;
}
.breadcrumb, .breadcrumb ol {
	margin: 0;
}
.breadcrumb ol li {
	color: #999;
	font-size: 12px;
}
.breadcrumb ol li a {
	color: #999;
}
/*top main menu*/
a {
	text-decoration: none;
}
ul {
	list-style: none;
	padding: ;
}
header {
	width: 100%;
	margin-top: 10px;
}
.menu-icons {
	color: #eee;
	font-size: 1rem;
	cursor: pointer;
	z-index: 1500;
	display: none;
	margin-left: 15px;
}
nav {
	width: 100%;
	background: #413f3f;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
nav ul {
	padding: 0;
	margin: 0;
}
nav ul li a {
	font-size: 12px;
}
.nav-list {
	display: flex;
	width: 100%;
}
.nav-list li {
	line-height: 3rem;
	position: relative;
}
.sub-menu li {
	line-height: 2.5rem;
}
.nav-list a {
	display: block;
	color: #eee;
	padding: 0 1.5rem;
	text-transform: uppercase;
	transition: color 650ms;
}
.nav-list a:hover {
	color: #eb3007;
}
.sub-menu {
	min-width: 10rem;
	display: block;
	position: absolute;
	border-top: 3px solid #eb3007;
	background-color: #413f3f;
	z-index: 100;
	top: 13rem;
	opacity: 0;
	visibility: hidden;
	transition: all 650ms ease;
}
.sub-menu:before {
	content: " ";
	position: absolute;
	top: -1.2rem;
	left: 2rem;
	border: .5rem solid transparent;
	border-bottom-color: #eb3007;
}
.sub-menu .sub-menu:before {
	top: 0;
	left: -1.2rem;
	border: .5rem solid transparent;
	border-right-color: #eb3007;
}
.sub-menu .sub-menu {
	border-top: none;
	border-left: 3px solid #eb3007;
	top: 0;
	left: 120%;
}
.nav-list li:hover > .sub-menu {
	top: 4rem;
	opacity: 1;
	visibility: visible;
}
.sub-menu li:hover > .sub-menu {
	top: 0;
	left: 100%;
}

@media screen and (max-width: 991px) {
	nav {
		height: auto;
	}
	.nav-list {
		height: 100% ;
		flex-direction: column;
		align-items: initial;
		background: #191919;
		display: none;
		z-index: 1000;
		overflow-y: scroll;
	}
	.nav-list > li {
		line-height: 3rem;
	} 
	.sub-menu {
		position: initial;
		border: 3px solid transparent;
		border-left-color: #eb3007;
		margin-left: 1rem;
		max-height: 0;
	}
	.sub-menu:before {
		display: none;
	}
	.nav-list li:hover > .sub-menu {
		opacity: 1;
		visibility: visible;
		max-height: initial;
	}
	.top-navbar {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	
	.section {
		margin-top: 80px;
	}
	.vertical-theme .menu-icons {
		display: none;
	}
	.horizontal-theme .menu-icons {
		display: block;
		color: #999;
		margin-left: 0;
	}
	.fa-times {
		display: none;
	}
	nav.active .fa-times {
		display: block;
	}
	nav.active .fa-bars {
		display: none;
	}
	nav.active .nav-list {
		display: flex;
	}
	.nav-list .active .sub-menu {
		display: block;
	}
	.nav-list .sub-menu {
		display: none;
	}
	.horizontal-theme .section {
		margin-top: 80px;
	}


}


/*Form page style here */
.group-btns-sec .btn {
    background-color: #6f8df4;
    opacity: .8;
    font-size: 12px;
    width: 100px;
    transition: all .5s ease;
}
.others .custom-select, .date-icon, .table-top-sec form input, .table-top-sec form button {
	font-size: 12px;
    font-weight: normal;
    color: #555252;
    padding-left: 10px;
    width: 100%;
    height: 33px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: transparent;
    border-color: #d8d3d3;
}
.table-top-sec form button {
    width: 60px !important;
}
.date-icon {
    min-width: 100%;
    padding: 3px 5px;
    border-radius: 5px;
    border: 1px solid #d8d3d3;
    margin-left: auto;
    position: relative;
    cursor: pointer;
}
.date-icon img {
    position: relative;
    padding-right: 2px;
    /* border-right: 1px solid #000000; */
    width: 15px;
}
.date-icon span {
    margin-left: 10px;
}
.date-icon span::before {
    content: "";
    position: absolute;
    height: 18px;
    bottom: -2px;
    left: 17px;
    top: 7px;
    /* border-left: 1px solid #f6ecec; */
}
.top-title2 nav, .pagination-sec nav {
	background: transparent;
}
.search-result-sec p {
    margin: 5px;
    font-size: 12px;
}
.data-table .table thead th {
	background-color: #ddd;
}
.data-table .table thead th, .data-table .table td {
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid #dee2e699;
    /*border-right: 1px solid #dee2e6;*/
    border-bottom-width: 0;
}
.data-table .table tr:nth-child(even){background-color: #f8f2f2;}

.data-table .table tr:hover {background-color: #ececec; cursor: pointer;}
.action-icons .fa-eye {
	color: green;
}
.action-icons .fa-edit {
	color: blue;
}
.action-icons .fa-trash-alt {
	color: red;
}
.data-table .table td {
	padding: 0;
}
.show-table-details p {
	font-size: 12px;
	margin-bottom: 5px;
}
.data-table {
    margin-top: 10px;
    overflow-x: scroll;
    border: 1px solid #eaecbf;
    box-shadow: 0px 0px 10px #eaecbf;
    border-radius: 10px;
}
.data-table .table thead th {
    font-weight: 700;
}
.breadcrumb .breadcrumb-item a {
    font-size: 12px;
    color: #222;
}
.table-top-sec form button:hover, .group-btns-sec .btn:hover {
    background-color: #6f8df4;
    border-color: #6f8df4;
    opacity: 1;
    color: #fff;
}
.table-top-sec .group-btns-sec .btn {
	width: auto;
	font-size: 10px;
    padding: 6px;
}
.group-btns-sec a svg {
	color: #222;
}
.show-table-details select {
    width: 100px;
    font-size: 12px;
}
.pagination .page-item .page-link {
	font-size: 12px;
	padding: 0 10px;
}
.table-top-sec input:focus, .table-top-sec button:focus {
	box-shadow: none;
}
select:focus-visible  {
	outline-offset: unset;
	box-shadow: none;
	outline: none;
}

/*form page style here*/

.form-box-titile {
	font-size: 16px;
}
.form-box label, .form-check label {
    font-size: 12px;
}
.form-box ::-webkit-input-placeholder {
  font-size: 12px;
}
.form-box :-ms-input-placeholder {
  font-size: 12px;
}
.form-box ::placeholder {
  font-size: 12px;
}
.form-box input:focus, .form-box select:focus, .form-box textarea:focus {
	box-shadow: none;
}
.form-select {
	font-size: 12px;
}
.form-btn-sec button {
	font-size: 12px;
	margin: 0 5px;
}




/*=================================
	Signin page style Open here
==================================*/

.form-signin {
  width: 100%;
  max-width: 70%;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}



/*Custom style here*/
.form-signin .form-sec {
  position: relative;
  margin: 10px;
  padding: 0;
  height: auto;
  background-color: #2d3043;
  border-radius: 5px;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  overflow: hidden;
  box-shadow: 0 0 25rem rgb(248 251 53);
}
.form-signin .signin-bg-circle {
  position: absolute;
  height: 50%;
  background-color: #e3eb3638;
}
.form-signin .circle1 {
  top: 0;
  left: 0;
  width: 51%;
}
.form-signin .circle2 {
  bottom: 0;
  right: 0;
  width: 49%;
}
.form-signin .login-sec {
  background-color: #292c3d;
  padding: 50px 0;
}
.form-signin .login-sec h4 {
  color: #b9bdcb;
  font-size: large;
  padding: 15px;
}
.form-signin .animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #fff 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.form-signin .form-control {
  background-color: #2d3043;
  color: #ffffff;
  border-radius: 0;
  border-top: 1px solid #6c6c6d;
  border-bottom: 1px solid #6c6c6d;
  border-left: transparent;
  border-right: transparent;
}
.form-signin .form-floating>label {
  color: #c9cacb;
}
.form-signin .form-control:focus {
  color: #cacbcb;
  background-color: #53576f1c;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(45 48 67);
}
.form-signin .login-sec a, .login-details a {
  text-decoration: none;
  color: #b9bdcb;
  font-size: 12px;
}
.form-signin .login-btn {
  display: block;
  border: 1px solid darkred;
  padding: 10px 0;
}
.form-signin .login-btn {
  display: block;
  border: 2px solid #f25d59;
  padding: 10px 0;
  border-left: transparent;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.form-signin .login-btn, .form-signin .forgot-btn {
  transition: all .5s ease;
}
.form-signin .login-btn:hover {
  background-color: #f25d598a;
}
.form-signin .login-btn:hover, .form-signin .forgot-btn:hover {
  color: #eeeff2;
}

/*left style here*/

.form-signin .login-details {
  padding: 50px 20px;
}
.form-signin .login-details img {
  width: 150px !important;
  max-width: 150px !important;
}
.form-signin .login-details h5 {
  margin-top: 50px ;
  font-size: 30px;
  color: #e2e2e2;

}
.form-signin .login-details a {

}


@media (max-width: 576px) {
  .form-signin .form-signin {
    max-width: 100%;
  }
  .form-signin .form-sec {
  	padding: 5px !important;
  	border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .form-signin .sm-column-reverse {
    flex-direction: column-reverse !important;
  }
}

/*=================================
	Signin page style Close here
==================================*/










/*media query here*/

/*max width media query*/
@media only screen and (max-width: 1024px) {
	.hamburger {
		display: block;
	}
	.wrapper .sidebar {
		left: -225px;
	}
	.wrapper .section {
		margin-left: 0;
		width: 100% !important;
	}

	body.active .wrapper .sidebar {
		left: 0;
	}
	body.active .wrapper .section {
		/*margin-left: 225PX;*/
		width: 100% !important;
	}
	.sidebar {
		top: 50px !important;
	}
}

@media screen and (max-width: 767px){
	.top-title {
		display: none;
	}
	.logout-sec a {
		font-size: 12px;
		padding-left: 2px;
	}
	.top-profile img {
    	max-width: 60px !important;
	}
	span.client-img {
		width: 30px;
		height: 30px;
	}
	.search-sec input {
		padding: 2px;
		font-size: 12px;
	}
	.hamburger svg {
		font-size: 1rem;
		margin-right: 5px;
	}
	.notification svg {
		font-size: 1rem;
	}
	.rounded-pill {
		font-size: 8px;
	}
	.search-btn {
		font-size: 10px;
		padding: 5px;
	}
	.wrapper .section .top-navbar .hamburger a {
		margin-top: -8px;
		display: block;
	}
	.logout-sec a span {
		display: none;
	}
	.wrapper .section .container-sec {
		padding: 10px;
	}
	/*form page style here*/
	.group-btns-sec, .table-top-sec form, .others .custom-select, .date-icon, .show-table-details {
	    margin-bottom: 15px;
	}
	.group-btns-sec a {
	    width: 80px;
	}
}	

/*min width media query*/
@media only screen and (min-width: 1025px) {
	.hamburger {
		display: none;
	}
}


