.required:after {
    content: "*";
    position: absolute;
    right: 26px;
    top: 24px;
    font-size: 22px;
    color: #f19cb6;
}

.required {
    position: relative;
}

body .modal {
    z-index: 100;
}

header.fixed {
	position:fixed;
}
header .container {
	position:relative;
}
.text-element {
    cursor: move;
    border: 1px dotted #ccc;
    display: inline-block;
    padding: 5px;
}
.markup svg {
    height: 100%;
}

.order a {
    display: flex !important;
    font-size: 12px !important;
    padding: 0px;
    margin: 5px;
    border: 1px solid #eee;
    border-radius: 28px;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.order a span {
    padding: 5px 10px;
}
span.order_number {
     background: #f3f3f3;
 }
header .header_wrapper .header_right > * {
    z-index: 2;
    position: relative;
}
.orders {
    position: absolute !important;
    padding: 90px 10px 10px;
    top: 0%;
    width: 100%;
    left: 0;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
    border-radius: 28px;
    background: #fff;
    z-index: 1 !important;
}

.header_right {position: relative;}

.notification {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(275deg, #EA64BD 0%, #F5C9B0 100%);
    border-radius: 90px;
    padding: 20px 30px;
    z-index: 3;
    width: 300px;
    position: absolute;
    right: 20px;
    margin-top: 20px;
    color: #fff;
}

body .content .bx-authform-input-container input {
    width: 100%;
    border-radius: 90px;
    border: 2px solid #F19CB6;
    color: #AAA;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 70px;
    transition: 0.3s all ease;
}

input.btn.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(275deg, #EA64BD 0%, #F5C9B0 100%);
    border-radius: 90px;
    padding: 20px 30px;
    position: relative;
    z-index: 3;
    width: 100%;
    color: #fff;
    font-size: 20px;
}

.bx-authform-formgroup-container .checkbox {
    display: none;
}

h3.bx-title {
    display: none;
}

.bx-authform {
    text-align: center;
    margin: 20px auto;
}

.bx-authform-label-container {
    font-size: 17px;
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

.with_sidebar {
    display: flex;
}

.main_content {
    width: 100%;
}


.sidebar {
    width: 400px;
    position: sticky;
    top: 20px;
    right: 0;

}
.sidebar ul {
    border-radius: 40px;
    background: #FFF;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
    padding: 40px 60px 25px 60px;
}
a.selected {
    font-weight: bold;
}
ul.personal-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #D9D9D9;
}

.order_wrapper .order_left .inputs_wrapper {
    margin-top: 20px !important;
}

h1.sale-order-title {
    display: none;
}

.row.col-md-12.col-sm-12 {
    display: none;
}

.sale-order-list-container {
    box-sizing: border-box;
}

.sale-order-list-container .row {
    margin: 0 !important;
    background: #fff;
}
a.sale-order-list-about-link {
    display: none;
}
.sale-order-list-title, .sale-order-list-accomplished-title {
    margin: 0;
}
span.sale-order-list-inner-title-line-item {
    line-height: 20px;
}
.result_form {
    text-align: center;
    margin: 30px 0 10px;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.05);
    font-family: "Coco Gothic";
    font-size: 23px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(273deg, #EA64BD 0.63%, #F5C9B0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width:767px) {
	.with_sidebar {
		flex-wrap: wrap;
	}
}