.two-sides-main{
	background-color: transparent;
    background-image: linear-gradient(90deg, #00688f 25%, #F1F1F1 0%);
}
.class-creation-wrapper .two-sides-wrapper-exit a{
	color: #00aec7;
}
.two-sides-wrapper{
    width: 100%;
    display: flex;
    max-width: 100%;
    margin: auto;
	margin-top: 0rem;
}
.two-sides-wrapper-sidebar > .elementor > .elementor-element, .two-sides-wrapper-sidebar > .elementor > .elementor-element > .e-con-inner{
	padding: 0!important;
}
body.woocommerce-payment-methods .two-sides-wrapper-content-inner {
    padding: 2rem;
    border: solid 1px #ffffff;
	 border-radius: 12px;
	background: #ffffff;
}
.two-sides-wrapper-sidebar{
    width: 290px;
    background-color: #00688f;
    padding: 0rem;
}
.two-sides-wrapper-content-title h1{
    font-weight: 900;
    margin-bottom: 2rem;
	font-size: 1.5rem;
}
.two-sides-wrapper-content{
    width: 85%;
    background-color: #f1f1f1;
    padding: 3rem;
	flex: 1;
}
.two-sides-wrapper-content-inner{ 
    width: 100%;
    margin: auto;
}
.woocommerce-orders .two-sides-wrapper-content-inner, .woocommerce-subscriptions .two-sides-wrapper-content-inner,  .woocommerce-view-subscription .two-sides-wrapper-content-inner, .woocommerce-edit-address .two-sides-wrapper-content-inner {
  	padding: 2rem 2rem;
    border: solid 1px #ffffff;
    background: white;
    border-radius: 12px;
}
/* cancel floatin navbar */
.page-template-templates .navbar{
    position: relative;
}
.page-template-templates .navbar{
    background: white!important;
}
.page-template-templates .navbar .main-logo path{
    fill: #1c1c1c;
}
.page-template-templates .navbar .navbar-main-menu li a{
    color: #1c1c1c!important;
}
.page-template-templates .navbar .elementor-menu-toggle svg {
    fill: #1c1c1c!important;
}
.page-template-templates .navbar .sub-arrow path{
    fill: #1c1c1c;
}
.two-sides-wrapper-content-inner-header h1{
    font-family: "Archivo";
    font-size: 1.5rem;
    color: #1c1c1c;
    font-weight: 700;
}
.two-sides-wrapper-content-inner-header p{
    font-family: "Archivo";
    font-size: 1rem;
    color: #1c1c1c;
    font-weight: 400;
    line-height: 1.4em;
	text-align: center;
}
.two-sides-wrapper-content-inner-header{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0.5rem;
}
.two-sides-wrapper-exit{
    max-width: 100%;
    display: flex;
    justify-content: end;
    text-align: right;
    margin: auto;
    padding: 1rem 0;
}
.two-sides-wrapper-exit p{
    font-family: "Archivo";
    font-size: 1rem;
    color: #00aec7;
    font-weight: 900;
    line-height: 1.4em;
}
@media(max-width: 1366px){
	.two-sides-wrapper-sidebar{
   	 	width: 290px;
	}
	.two-sides-wrapper-content{
    	width: 85%;
	}
}
@media(max-width: 1024px){
	.two-sides-wrapper-sidebar{
   	 	width: 200px;
	}
	.two-sides-wrapper-content{
		padding: 2rem 2rem 5rem 2rem;
	}
    .woocommerce-orders .two-sides-wrapper-content-inner, .woocommerce-subscriptions .two-sides-wrapper-content-inner, .woocommerce-view-subscription .two-sides-wrapper-content-inner , .woocommerce-edit-address .two-sides-wrapper-content-inner {
        padding: 2rem 2rem;
        border: solid 1px #e6e6e6;
    }
}
@media(max-width: 880px){
    .two-sides-main{
        background-color: white;
        background-image: unset;
    }

}
@media(max-width: 600px){
	.two-sides-wrapper-content, .two-sides-wrapper-content-inner {
		width: 100%;
        padding: 2rem 2rem;
    }
	.two-sides-wrapper-sidebar{
    	width: 100%;
	}
    .trainings-page .class_list{
        flex-direction: column;
    }
	.class-creation-wrapper-sidebar.two-sides-wrapper-sidebar{
		position: fixed;
		z-index: 99;
		top: 0;
		height: 100vh;
		overflow: scroll;
		transform: translateX(-100%);
		transition: transform ease-in-out 0.3s;
	}
	.class-creation-wrapper-sidebar.two-sides-wrapper-sidebar.active{
		transform: translateX(0%);
	}
}