.admin-bar .container-module {
	height: calc(100vh - 32px);
}
.container-module {
	height: 100vh;
		display: flex;
	justify-content: space-between;
    color: #1c252e;
}
.module-page {
	flex: 1 1 auto;
	padding-top: 5rem;
	position: relative;
}

.module-page.finish {
	background: #eee;
	padding-top: 0rem;
	    max-width: 100%;
}

.module-page .module-area {
	height: calc(100vh - 5rem);
	padding-top: 2rem;
	padding-right: 2rem;
	padding-left: 2rem;
	    overflow: auto;
}
.admin-bar .module-page .module-area {
	height: calc(100vh - 5rem - 32px);
	overflow: auto;
	padding: 3rem 2rem 0;
}
.module-page .module-cont {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0rem;
	border-radius: 30px;
	box-shadow: 0 0 20px -12px rgba(0,0,0,0.3);
	background-color: #fff;
}
.module-cont h1 {
	font-size: 2rem;
}
.module-page .module-cont .wrap {
	padding: 3rem;	
	width: 100%;
}

.module-sidebar {
	min-width: 320px;
	    width: 320px;
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: all .3s ease;
}


.module-sidebar .sidebar-area {
	    height: calc(100vh );
    background: #F6F7F8;
}
.admin-bar .module-sidebar .sidebar-area {
	height: calc(100vh - 32px);
	padding-bottom: 120px;
	overflow-y: auto;
}

.module-sidebar .top-area {
	text-align: center;
	padding: 1rem;
	background: #fff;
}
.module-sidebar .top-area .logo {
	margin-right: auto;
	margin-left: auto;
}
.module-sidebar .top-area *.title {
	font-size: 1.5rem;
	line-height: 1.2;
}


.module-sidebar  .module-area {
	flex: 1 1 auto;
	padding: 1rem;
}
.module-list {
	background: #fff;
	border-radius: 10px;
    padding: 1rem;

    box-shadow: 0 3px 15px -8px rgba(0,0,0,.4);
}
.flex-list {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	height: 2.5rem;
	padding: 5px 8px;
	margin-bottom: 5px;
	border-radius: 10px;
}

.list-head {
	font-weight: bold;
	padding: 0rem;
	margin-bottom:.5rem;
	border-bottom: 2px solid var(--cB);
	border-radius: 0px;
}
.list-head p {
	margin-bottom: 0;
}
.module-list .list {
    list-style: none;
    margin: 0;
    padding: 1rem 0 0;
}
.flex-list .title {
	flex: 1 1 auto;
}
li.list .flex-list {
	font-size: .8rem;
}
.flex-list .action {
	margin-left: .5rem;
	line-height: 1;
}
.flex-list a {
	color: #000;
	text-decoration: none;
}
.flex-list .action.text {
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 1px;
	color: #666;
}
.flex-list .action svg {
	width: 24px;
}
.flex-list .action svg path {
	fill: #eee;
}
.flex-list.current .action svg path {
	fill: #fff;
}
.flex-list.current {
	background-color: var(--cB);
	color: #fff;
}
.flex-list.current a{
	color: #fff;
}
.flex-list.active .action svg path {
	fill: var(--cB);
}


.module-sidebar .bottom-area {
	padding: 0 1rem;
	background: #fff;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.module-sidebar .bottom-area-finish {
	padding: 1rem;
	background: #fff;
	height: 60px;
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
}

*.finish-btn {
	display: flex;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	height: 45px;
	font-weight: bold;
	text-decoration: none;
	transition: all .3s ease;
	background: #fff;
}
*.finish-btn:hover {
	background: #eee;
	cursor: pointer;
}
.finish-btn svg {
	height: 24px;
	fill: var(--cB);
	margin-right: 10px;
}
.module-sidebar .dropdown {
    width: 40px;
    margin-left: auto;
}

.module-page .module-head {
	height: 5rem;
	width: 100%;
	position: absolute;
	top: 0;
	border-bottom: 1px solid #eee;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	justify-content: space-between;
	padding-left: 2rem;
	padding-right: 2rem;
	z-index: 2;
	background-color: #fff;
}
.admin-bar .module-page .module-head  {
/*top: 32px;*/
}

.text-bottom {
	margin-top: 1rem;
}

.module-head .arrow {
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 5px;
	background-color: var(--cB);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.module-head .arrow:hover {
	opacity: .8;
}
.module-head  .col-right {
    justify-self: end;
}
.module-head .arrow svg {
	width: 24px;
}
.module-head .col-cent {
	text-align: center;
}

 .module-head .col-cent .title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
 .module-head .col-cent .title svg {
 	margin-right: 10px;
 }
.module-head .sub-title {
	font-size: .8rem;
	color: #999;
}

.finish-btn[href='#'] {
	opacity: .5;
}

*.finish-btn[href='#']:hover {
	background: none;
	    cursor: default;
}
 .admin-bar .module-page.finish  .module-area {
 	    height: calc(100vh - 2rem - 32px);
 	        padding: 2rem 2rem 0;
 }
  .module-page.finish  .module-area {
 	    height: calc(100vh - 2rem);
 }
   .module-page.finish  .module-area .module-cont{
 	    min-height: 100%;
 	    display: flex;
 	    align-items: center;
 	    justify-content: center;
 	    flex-direction: column;
 }
 .finish-cont {
 	width: 600px;
 	max-width: 100%;
 	margin-right: auto;
 	margin-left: auto;
 	text-align: center;
 }
 .finish-cont h1 {
 	line-height: 1.2;
 	font-size: 2rem;
 	margin: 1rem 0;
 }
.finish .hero-image {
	text-align: center;
}

.finish .hero-image img {
	width: 200px;
	max-width: 100%;
}
.steps-wrap {
	padding: 0 3rem;
	width: 100%;
	background-color: #eee;
}
.flex-steps {
	display: grid;
	grid-template-columns: 1fr 120px 1fr;
	width: 100%;
}

.flex-steps .col1 {
	flex: 1 1 auto;
	padding-bottom: 1rem;
}

.flex-steps .col2 {
	width: 120px;
	padding-top: 2rem;
	padding-bottom: 2rem;
	position: relative;
}

.flex-steps .col2:before {
	content: '';
	z-index: 1;
	position: absolute;
	height: 100%;
	width: 2px;
	left: calc(50% - 1px);
	background-color: #ccc;
	top: 0;
}

.flex-steps .col3 {
	flex: 1 1 auto;
	padding-bottom: 1rem;
}

.flex-steps .step {
	position: relative;
	z-index: 2;
    width: 120px;
    height: 120px;
    background: var(--cB);
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}


.flex-steps .step.min {
    width: 60px;
    height: 60px;
}


.step-info {
	background-color: #fff;
	box-shadow: 0 2px 15px -10px rgba(0,0,0,.5);
	position: relative;
	width: 100%;
	border-radius:15px;
}
.step-info:before {
position: absolute;
    display: inline-block;
    border-right: 0 solid #fff;
    content: " ";
    top: 3rem;
    right: -1rem;
    border-top: 1rem solid transparent;
    border-left: 1rem  solid #fff;
    border-bottom: 1rem  solid transparent;
}

.step-info.right:before {
position: absolute;
    content: " ";
    top: 3rem;
    right: auto;
    left: -1rem;
    border-left: transparent;
    border-right: 1rem  solid #fff;
}

.step-info .check {
position: absolute;
    top: -.5rem;
    right: -.5rem;
    border-radius: 50px;
    background: #00cfad;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    transition: all .2s ease-in;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-info .check svg {
	width: 1rem;
}

.step-info .img-top {
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}
.step-info .img-top,.step-info img  {
	line-height: 0;
	font-size: 0;
}

.step-info .text-bottom {
	padding: 1rem;
}

.step-info .text-bottom .title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: .5rem;
}
.step-info .text-bottom .text {
	font-size: 1rem;
	margin-bottom: .5rem;
}

.step-info .text-bottom .text.color {
	font-weight: 1.5rem;
	text-transform: uppercase;
	color: var(--cB);
}

.lazy {
	opacity: 0;
	transition: all .5s cubic-bezier(0.72,-0.02, 0.19, 1.37);
	transform: scale(.5,.5);
}
.lazyLoaded {
	opacity: 1;
	transform: scale(1,1);
}


/*.closed-sidebar .module-sidebar {
    min-width: 0px;
    width: 0px;
}*/

.head-mob {
	display: none;
}
.right-mob {
	display: none;
}
.change-sidebar{
	display: none;
}

.module-sidebar a.logo, .module-sidebar span.logo {
    width: 128px;
    height: auto;
    min-height: auto;
    display: block;
    }
.logo img {
        display: block;
       }

@media (max-width: 768px) {
	.module-sidebar .sidebar-area {
    padding: 48px 0 70px;
    overflow-y: auto;
}
	.right-mob {
		display: inline-block
	}
	.module-sidebar {
		width: 100%;
		position: fixed;
		transform: translate3d(-100%, 0px, 0px);
		z-index: 3;
	}
	.open-sidebar .module-sidebar {
		transform: translate3d(0%, 0px, 0px);
	}
	.admin-bar .module-page .module-head , .module-page .module-head {
    top: auto;
    bottom: 0;
    position: fixed;
        border-top: 1px solid #eee;
        border-bottom:none;
	}
	.module-page {
		padding-top: 0;
		padding-bottom: 5rem;
	}

	.head-mob {
		width: 100%;
		padding: 5px 1rem;
		position: fixed;
		top: 0;
		display: flex;
		/*border-bottom: 1px solid #eee;*/
		background: #fff;
		z-index: 2;
		align-items: center;
    justify-content: space-between;
	}
	.admin-bar .head-mob {
		top: 48px;
	}
	button.change-sidebar {
		border-radius: 5px;
		border: 1px solid #eee;
		text-align: center;
		padding: .5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		background: none;
		cursor: pointer;
	}

	button.change-sidebar svg {
		width: 1.5rem;
	}
	.module-page  {
		padding-top: 5rem;
	}
	.module-page .module-cont .wrap {
    padding: 1rem;
	margin-bottom: 50px;
}
.module-sidebar {
	top: 0px;
}
.admin-bar .module-sidebar {
	top: 48px;
}
.admin-bar .module-sidebar .sidebar-area {
    height: calc(100vh - 48px);
    }
.admin-bar .module-sidebar .sidebar-area {
	padding-bottom: 60px;
	padding-top: 75px;
}
.module-sidebar .bottom-area-finish {
	bottom: 0;
	padding: 15px 1rem;
	height: 75px;
}
.module-sidebar .bottom-area {
	bottom: auto;
	top: 0px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.admin-bar .container-module {
    height: calc(100vh - 48px);
}
.sidebar-menu {
    display: flex;
    align-items: center;
        justify-content: space-between;
    width: 100%;
}
.sidebar-menu button {
    margin-left: 0px;
}
.flex-steps  {
	display: flex;
}
.flex-steps .col1 {
	order: 2;
}
.flex-steps .col3 {
	order: 2;
}

.flex-steps .col2 {
	order: 1;
	min-width: 100px;
	width: 100px;
}
.flex-steps .step {
	width: 100px;
	height: 100px;
}
.step-info:before {
    position: absolute;
    content: " ";
    top: 3rem;
    right: auto;
    left: -1rem;
    border-left: transparent;
    border-right: 1rem solid #fff;
}
.flex-steps .col1,.flex-steps .col2 {
    padding-bottom: 3rem;
}
.steps-wrap {
    padding: 0 1rem;
    }
    .module-page.finish {
    	padding-top: 0rem;
    }
.module-page .module-area {
	padding-right: 1rem;
	padding-left: 1rem;
	padding-top: 0px;
}
    .admin-bar .module-page.finish {
    	padding-top: 2rem;
    }
   .module-page.finish .module-area,.admin-bar .module-page.finish .module-area {
   padding-bottom: 0rem;
       padding-top: 5rem;
}
     .module-page .module-area,.admin-bar .module-page .module-area {
   padding-bottom: 5rem;
}
}