.quick-express-steps-form {
    max-width: 850px;
    width: 90%;
    margin: 20px auto 0;
}
.quick-express-steps-form #steps-quick-express .step-number {
    display: flex;
    justify-content: space-between;
    position: relative;
}
#steps-quick-express .step:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -51%);
    z-index: 1;
    left: 51%;
}
#ex1Slider .slider-selection {
	background: #BABABA;
}
#steps-quick-express {
	width: 100%;
}
.jotform-container .form-field-wrap > label {
	font-weight: 500;
}
.jotform-container .form-field-wrap.inline-checkbox .checkbox {
	width: calc(100% / 3);
	float: left;
}
.form-button-foot {
	width: 100%;
	float: left;
	text-align: center;
	margin: 20px 0;
}
.form-radio-button {
	width: 100%;
	float: left;
	text-align: center;
	display: none;
}
.furniture-packing-filter .panel-group {
	padding: 20px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid #efefef;
}
.form-button-foot button {
	outline: 0;
	border: none;
	width: 186px;
	padding:15px 10px;
	font-size: 20px;
	border-radius: 7px;
	color: #ffffff;
	font-weight: 400 !important;
	background: #73499a; /* Old browsers */
	background: -moz-linear-gradient(left,  #73499a 0%, #db1774 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #73499a 0%,#db1774 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #73499a 0%,#db1774 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73499a', endColorstr='#db1774',GradientType=1 ); /* IE6-9 */
	margin: 0 5px;
	font-family: 'Roboto', sans-serif;
	box-shadow: none !important;
	cursor: pointer;
}
.form-button-foot button:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#db1774+0,73499a+100 */
background: #db1774; /* Old browsers */
background: -moz-linear-gradient(left,  #db1774 0%, #73499a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #db1774 0%,#73499a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #db1774 0%,#73499a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db1774', endColorstr='#73499a',GradientType=1 ); /* IE6-9 */

}
.input-group.range-slider-style {
	margin: 20px 0 0 0;
}
.form-button-foot button:focus {
	background: #db1774; /* Old browsers */
	background: -moz-linear-gradient(left,  #db1774 0%, #73499a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #db1774 0%,#73499a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #db1774 0%,#73499a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db1774', endColorstr='#73499a',GradientType=1 ); /* IE6-9 */
}
/* Mark input boxes that gets an error on validation: */
#steps-quick-express input.invalid {
	background-color: rgba(255, 221, 221, 0.81);
	border-color: rgba(255, 0, 0, 0.11);
}
/* Hide all steps by default: */
#steps-quick-express .tab {
	display: none;
}
.form-button-foot button#prevBtn {
	background: #eaeaea !important;
	    color: #444444;
}
#prevBtn:hover, #prevBtn:focus {
	background: #ffffff !important;
}
/* Make circles that indicate the steps of the form: */
#steps-quick-express .step {
	width:100%;
	border: none;
	display: inline-block;
	position: relative;
}
#steps-quick-express .step:last-child {
	width: auto;
}
#steps-quick-express .step:last-child:before {
	display: none;
}
#steps-quick-express .step b {
    width: 45px;
    height: 45px;
    background: #eaeaea;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #dedede;
		font-size: 18px;
}
#steps-quick-express .step.active {
	opacity: 1;
}
/* Mark the steps that are finished and valid: */
#steps-quick-express .step.finish {
	background-color: #4CAF50;
}
#steps-quick-express span.step.active b , #steps-quick-express span.step.done b {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#73499a+0,db1774+100 */
background: #73499a; /* Old browsers */
background: -moz-linear-gradient(left,  #73499a 0%, #db1774 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #73499a 0%,#db1774 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #73499a 0%,#db1774 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73499a', endColorstr='#db1774',GradientType=1 ); /* IE6-9 */

    color: #ffffff;
		border-color:#7d4597;
}



#steps-quick-express span.step.done:before {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#73499a+0,db1774+100 */
background: #73499a; /* Old browsers */
background: -moz-linear-gradient(left,  #73499a 0%, #db1774 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #73499a 0%,#db1774 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #73499a 0%,#db1774 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73499a', endColorstr='#db1774',GradientType=1 ); /* IE6-9 */

}
.quick-express-steps-form .inner-form-wrapper {
	background: #faf8fb;
	border: 1px solid #ececec;
	border-radius: 10px;
	margin: 25px 0 0 0;
	padding: 20px;
}
.quick-express-steps-form .inner-form-wrapper h1 {
    text-align: center;
    font-size: 25px;
    margin: 0 0 15px 0;
    color: #7d4597;
}
.quick-express-steps-form .inner-form-wrapper h1 small {
    display: block;
    font-size: 14px;
    margin: 10px 0 0 0;
    color: #585858;
		font-weight: 400;
}
 .form-row {
    display: flex;
		flex-flow: wrap;
}
 .form-row .col-12 {
    width: 100%;
		padding: 0 10px;
}
.form-row .col-6 {
	 width: 50%;
	 padding: 0 10px;
}
.form-field-group .input-group-field {
    display: flex;
}
.form-field-group .input-group-field input, .form-field-group .input-group-field .select {
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    font-size: 16px;
		outline: 0;
		height: 50px;
}
.form-field-group .input-group-field input:focus {
	border-color:#7d4597;
}
.form-field-group .input-group-field select.small-select {
	max-width: 150px;
	text-align: center;
	width: 100%;
    margin: 0 0 0 10px;
    color: #ffffff;
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
		font-size: 16px;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#73499a+0,db1774+100 */
		background: #73499a; /* Old browsers */
		background: -moz-linear-gradient(left,  #73499a 0%, #db1774 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #73499a 0%,#db1774 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #73499a 0%,#db1774 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73499a', endColorstr='#db1774',GradientType=1 ); /* IE6-9 */

}
.form-field-group  label {
    font-size: 16px;
    margin: 5px 0;
    display: block;
    font-weight: 600;
}
.form-row .form-field-group {
    margin: 20px 0 0 0;
}
ul.select-radio-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.select-radio-list li input {
    display: none;
}
ul.select-radio-list li label {
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    padding:20px 15px;
    border: 1px solid #ececec;
    border-radius: 5px;
		position: relative;
}
ul.select-radio-list li label p {
    margin: 0;
		text-align: center;
		font-size: 14px;
}
ul.select-radio-list li label p b {
    display: block;
    color: #824295;
    margin: 5px 0 0 0;
}
ul.select-radio-list li input[type="radio"]:checked ~ label {
	border-color: #73499a;
background: #73499a; /* Old browsers */
background: -moz-linear-gradient(left,  #73499a 0%, #db1774 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #73499a 0%,#db1774 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #73499a 0%,#db1774 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73499a', endColorstr='#db1774',GradientType=1 ); /* IE6-9 */
}
ul.select-radio-list li input[type="radio"]:checked ~ label p, ul.select-radio-list li input[type="radio"]:checked ~ label p b, ul.select-radio-list li input[type="radio"]:checked ~ label h4{
	color: #ffffff;
}
ul.select-radio-list li {
    display: block;
		margin: 15px 0 0 0;
}
ul.select-radio-list li .remove-row {
    background: none;
    padding: 0;
    line-height: normal;
    border: none;
    outline: navajowhite;
    font-size: 18px;
    color: #d81875;
}
ul.select-radio-list li input[type="radio"]:checked ~ label .remove-row {
	color: #ffffff;
}
ul.select-radio-list li label:before {
    content: "\f00c";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    position: absolute;
    top: -10px;
    border: 1px solid #844194;
    background: #ffffff;
    font-size: 12px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    left: -8px;
		opacity: 0;
		color: #844194;
}
ul.select-radio-list li input[type="radio"]:checked ~ label:before {
	opacity: 1;
}
.quick-express-steps-form .inner-form-wrapper .add-field-popup {
    background: #73499a;
    background: -moz-linear-gradient(left, #73499a 0%, #db1774 100%);
    background: -webkit-linear-gradient(left, #73499a 0%,#db1774 100%);
    background: linear-gradient(to right, #73499a 0%,#db1774 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73499a', endColorstr='#db1774',GradientType=1 );
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px;
    line-height: normal;
		cursor: pointer;
		outline: 0;
}

.form-field-group .input-group-field .checkbox {
    display: flex;
    margin: 5px 0 15px 0;
}
.form-field-group .input-group-field .checkbox input[type="radio"] {
    display: none;
}
.form-field-group .input-group-field .checkbox label {
    font-weight: 400;
    position: relative;
    font-size: 14px;
    margin: 0 25px 0 0;
    padding: 0 0 0 30px;
}
.form-field-group .input-group-field .checkbox label:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 2px solid #784799;
    left: 0;
    top: 0;
    border-radius: 30px;
}
.form-field-group .input-group-field .checkbox label:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 30px;
}
.form-field-group .input-group-field .checkbox input[type="radio"]:checked ~ label:after {
	background: #73499a;
	background: -moz-linear-gradient(left, #73499a 0%, #db1774 100%);
	background: -webkit-linear-gradient(left, #73499a 0%,#db1774 100%);
	background: linear-gradient(to right, #73499a 0%,#db1774 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73499a', endColorstr='#db1774',GradientType=1 );
}
.modal-footer .btn-primary, .form-field-group .input-group-field .btn-primary {
    background: #73499a;
    background: -moz-linear-gradient(left, #73499a 0%, #db1774 100%);
    background: -webkit-linear-gradient(left, #73499a 0%,#db1774 100%);
    background: linear-gradient(to right, #73499a 0%,#db1774 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73499a', endColorstr='#db1774',GradientType=1 );
    border: none;
    padding: 12px 35px;
    color: #ffffff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
}
.form-field-group label sup {
    color: #d42896;
    font-size: 22px;
    top: 0;
}
.detail-facturaction-popup .modal-body h3 {
    margin: 25px 0 0 0;
    font-size: 22px;
    font-weight: 500;
    color: #ce1e79;
}
.quick-express-steps-form .inner-form-wrapper table tr td {
    border: 1px solid #e8e8e8;
    background: #ffffff;
    padding: 10px;
}
.quick-express-steps-form .inner-form-wrapper table {
    width: 100%;
}
.quick-express-steps-form .inner-form-wrapper h3 {
    margin: 15px 0 5px 0;
}
ul.select-radio-list.payment-method-list {
    display: flex;
		margin: 0 -10px;
		margin-top: 30px;
}
ul.select-radio-list.payment-method-list li {
    width: 100%;
    margin: 0 10px;
}
ul.select-radio-list.payment-method-list li img{
	width:75px;
}
ul.select-radio-list.payment-method-list li label h4 {
    margin:0;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
}
ul.select-radio-list.payment-method-list li label {
    align-items: center;
}
.form-field-group .input-group-field .btn-primary {
    margin: 0 0 0 10px;
}
.inner-form-wrapper.inner-form-wrapper-container {
    padding: 0;
    display: flex;
		overflow: hidden;
}
.inner-form-wrapper.inner-form-wrapper-container .detail-left-bar {
    max-width: 300px;
    width: 100%;
    background: #3f4552;
		padding: 20px;
}
.inner-form-wrapper.inner-form-wrapper-container .detail-right-bar {
	padding: 20px;
}
.inner-form-wrapper.inner-form-wrapper-container .detail-left-bar table thead tr th {
    color: #ffffff;
    border-bottom: 2px solid #5c6577;
    text-align: left;
    padding: 10px 0;
}
.inner-form-wrapper.inner-form-wrapper-container .detail-left-bar table tbody tr td {
    border: none;
    background: transparent;
    color: #ffffff;
    padding: 5px 0;
}
.inner-form-wrapper.inner-form-wrapper-container .detail-left-bar table tbody tr td:last-child {
	text-align: right;
}
.inner-form-wrapper.inner-form-wrapper-container .detail-left-bar h3 {
    margin: 0 0 5px 0;
    font-weight: 500;
    color: #d81975;
    font-size: 18px;
}
.inner-form-wrapper.inner-form-wrapper-container .detail-right-bar table thead tr th h4 {
    margin: 0;
    text-align: left;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.inner-form-wrapper.inner-form-wrapper-container .detail-right-bar table thead tr th h4 i {
    font-style: normal;
    max-width: 30px;
    width: 100%;
    height: 30px;
    background: #7b4597;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 10px 0 0;
}
.inner-form-wrapper.inner-form-wrapper-container .detail-right-bar h3 {
    margin: 0;
		font-size: 25px;
		color: #7d4597;
}
.inner-form-wrapper.inner-form-wrapper-container .detail-right-bar h3 small {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #9c9c9c;
}
.quick-express-steps-form.transaction-history-wrapper {
	max-width: inherit;
	display: inline-block;
	width: calc(100% - 270px);
	padding: 30px;
	vertical-align: top;
	margin: 0;
}
.quick-express-steps-form.transaction-history-wrapper table thead {
    background: #73499a;
    background: -moz-linear-gradient(left, #73499a 0%, #db1774 100%);
    background: -webkit-linear-gradient(left, #73499a 0%,#db1774 100%);
    background: linear-gradient(to right, #73499a 0%,#db1774 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73499a', endColorstr='#db1774',GradientType=1 );
}
.quick-express-steps-form.transaction-history-wrapper table thead tr th {
    color: #ffffff;
    text-align: center;
    padding: 15px 10px;
    border: 1px solid #90216a;
}
.quick-express-steps-form.transaction-history-wrapper table tbody tr:nth-child(even) td {
    background: #f7f5f8 !important;
}
.quick-express-steps-form.transaction-history-wrapper table tr td {
    text-align: center;
    padding: 10px;
    border: 1px solid #e6e6e6;
}
.quick-express-steps-form .inner-form-wrapper table {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.quick-express-steps-form.transaction-history-wrapper table tr td button, ul.select-radio-list li label .btn-primary{
    background: #73499a;
    background: -moz-linear-gradient(left, #73499a 0%, #db1774 100%);
    background: -webkit-linear-gradient(left, #73499a 0%,#db1774 100%);
    background: linear-gradient(to right, #73499a 0%,#db1774 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73499a', endColorstr='#db1774',GradientType=1 );
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    color: #ffffff;
    line-height: normal;
    font-size: 14px;
		outline: 0;
}
.detail-facturaction-popup.transaction-history-popup .modal-content .modal-header {
    background: #73499a;
    background: -moz-linear-gradient(left, #73499a 0%, #db1774 100%);
    background: -webkit-linear-gradient(left, #73499a 0%,#db1774 100%);
    background: linear-gradient(to right, #73499a 0%,#db1774 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73499a', endColorstr='#db1774',GradientType=1 );
}
.detail-facturaction-popup.transaction-history-popup .modal-content .modal-header h4.modal-title {
    color: #ffffff;
}
.detail-facturaction-popup.transaction-history-popup .modal-content {
    overflow: hidden;
}
.detail-facturaction-popup.transaction-history-popup .modal-content h3 {
    text-align: center;
		font-size: 30px;
		font-weight: 700;
		margin: 20px 0;
}
.detail-facturaction-popup.transaction-history-popup .modal-content h3 small{
	display: block;
	font-size: 18px;
	font-weight: normal;
}
.detail-facturaction-popup.transaction-history-popup .modal-content .modal-header button.close {
    color: #ffffff;
}
.detail-facturaction-popup.transaction-history-popup .modal-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.detail-facturaction-popup.transaction-history-popup .modal-content ul li {
    display: flex;
    justify-content: space-between;
    line-height: 1.9;
    border-top: 1px solid #f1f1f1;
}

.detail-facturaction-popup.transaction-history-popup .modal-content ul li p b {
    margin: 0 5px;
}
.detail-facturaction-popup.transaction-history-popup .modal-content ul li p:last-child {
	text-align: right;
}
.detail-facturaction-popup.transaction-history-popup .modal-content ul li p:first-child {
	text-align: left;
}
.modal-footer .btn-default {
    background: #ffffff;
    border: 1px solid #c5c5c5;
    padding: 12px 35px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
}
.detail-facturaction-popup.transaction-history-popup .modal-content ul li p {
    padding: 0 15px;
    font-size: 16px;
}
@media all and (max-width:550px) {
	#steps-quick-express .step b {
	    width: 35px;
	    height: 35px;
	    font-size: 14px;
	}
	.quick-express-steps-form .inner-form-wrapper h1, .inner-form-wrapper.inner-form-wrapper-container .detail-right-bar h3 {
		font-size: 22px;
	}
	.quick-express-steps-form .inner-form-wrapper h1 small, ul.select-radio-list li label p, .inner-form-wrapper.inner-form-wrapper-container .detail-right-bar h3 small {
		font-size: 12px;
	}
	.form-field-group .input-group-field input, .form-field-group .input-group-field .select {
    padding: 5px 10px;
    font-size: 14px;
    height: 40px;
}
.form-field-group .input-group-field select.small-select {
    max-width: 120px;
    padding: 5px 10px;
    font-size: 14px;
}
.form-button-foot button {
    width: 130px;
    padding: 10px 5px;
    font-size: 16px;
}
.form-row .col-6 {
	width: 100%;
}
ul.select-radio-list.payment-method-list li img {
    width: 55px;
		margin: 0 10px 0 0;
}
ul.select-radio-list.payment-method-list li label h4 {
	font-size: 16px;
	width: auto;
}
ul.select-radio-list.payment-method-list {
	flex-flow: wrap;
	margin: 20px 0 0 0;
}
ul.select-radio-list.payment-method-list li {
    width: 100%;
    margin: 0 0 15px 0;
}
ul.select-radio-list.payment-method-list li label {
    justify-content: flex-start;
}
ul.select-radio-list li label p {
    width: 50%;
    flex-grow: 2;
    text-align: left;
    margin: 10px 0;
}
ul.select-radio-list li label {
	flex-flow: wrap;
}
.quick-express-steps-form .inner-form-wrapper table tr td {
	font-size: 12px;
}
.form-field-group .input-group-field .btn-primary {
    padding: 0 15px;
    font-size: 14px;
}
.inner-form-wrapper.inner-form-wrapper-container .detail-left-bar {
	max-width: 100%;
}
.inner-form-wrapper.inner-form-wrapper-container {
    flex-flow: wrap;
}
.inner-form-wrapper.inner-form-wrapper-container .detail-right-bar table thead tr th h4 {
	font-size: 16px;
}
.inner-form-wrapper.inner-form-wrapper-container .detail-right-bar table thead tr th h4 i {
    max-width: 25px;
    height: 25px;
    font-size: 12px;
}
.quick-express-steps-form .inner-form-wrapper {
	padding: 10px;
}
.quick-express-steps-form .inner-form-wrapper.inner-form-wrapper-container {
    padding: 0;
}
.inner-form-wrapper.inner-form-wrapper-container .detail-right-bar {
	padding: 15px;
}
}


.quick-express-steps-form.transaction-history-wrapper .tab-content .inner-form-wrapper {
    margin-top: 0;
    border-radius: 0 0 10px 10px;
}
.quick-express-steps-form.transaction-history-wrapper ul.nav.nav-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 -5px;
}
.quick-express-steps-form.transaction-history-wrapper ul.nav.nav-tabs li {
    width: 100%;
		margin: 0 5px;
}
.quick-express-steps-form.transaction-history-wrapper ul.nav.nav-tabs li a {
    display: block;
    text-align: center;
    background: #ffffff;
    padding: 20px 15px;
    border-radius: 10px 10px 0 0;
    color: #000000;
    font-size: 20px;
    border: 1px solid #ececec;
    border-bottom: none;
		text-decoration: none;
}
.quick-express-steps-form.transaction-history-wrapper ul.nav.nav-tabs li.active a {
    background: #73499a;
    background: -moz-linear-gradient(left, #73499a 0%, #db1774 100%);
    background: -webkit-linear-gradient(left, #73499a 0%,#db1774 100%);
    background: linear-gradient(to right, #73499a 0%,#db1774 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73499a', endColorstr='#db1774',GradientType=1 );
    color: #ffffff;
}
.quick-express-steps-form.transaction-history-wrapper .tab-content .tab-pane {
    display: none;
}
.quick-express-steps-form.transaction-history-wrapper .tab-content .tab-pane.active {
    display: block;
}
.custom-dashboar-header {
	width: 250px;
	min-height: 100vh;
	background: #2a0635;
	display: inline-block;
	padding:0;
	vertical-align: top;
}
.custom-dashboar-header .dashboard-logo {
	background: #2a0635;
	text-align: center;
	padding: 20px;
}
.quick-express-steps-form.transaction-history-wrapper .search-heade {
    display: flex;
    align-items: center;
    justify-content: space-between;
		padding: 15px 0;
}
.quick-express-steps-form.transaction-history-wrapper .search-heade h1 {
    margin: 0;
    color: #2a0635;
    font-size: 25px;
    font-weight: 400;
}
.quick-express-steps-form.transaction-history-wrapper .search-heade .inner-search-box {
    display: flex;
    max-width: 300px;
		width: 100%;
}
.quick-express-steps-form.transaction-history-wrapper .search-heade .inner-search-box input {
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 10px 15px;
    border-radius: 5px;
		outline: 0;
}
.quick-express-steps-form.transaction-history-wrapper .search-heade .inner-search-box button {
    border: none;
    max-width: 42px;
    width: 100%;
    color: #ffffff;
    background: #73499a;
    background: -moz-linear-gradient(left, #73499a 0%, #db1774 100%);
    background: -webkit-linear-gradient(left, #73499a 0%,#db1774 100%);
    background: linear-gradient(to right, #73499a 0%,#db1774 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73499a', endColorstr='#db1774',GradientType=1 );
    border-radius: 4px;
    margin: 0 0 0 10px;
    font-size: 18px;
    padding: 0;
}
.custom-dashboar-header ul.nav.nav-tabs {
    padding: 0;
    list-style: none;
    margin: 0;
		border-bottom: 1px solid #3f164c;
}
.custom-dashboar-header ul.nav.nav-tabs li a {
    padding: 18px 20px;
    display: inline-block;
    width: 100%;
    line-height: normal;
    border-top: 1px solid #3f164c;
    text-align: left;
    font-size: 16px;
    color: #ffffff;
    border-right: 4px solid transparent;
		text-decoration: none !important;
}
.custom-dashboar-header ul.nav.nav-tabs li.active a {
    border-right-color: #d01d78;
}
.custom-dashboar-header ul.nav.nav-tabs li:hover a {
    background: #490a42;
		text-decoration: none;
}
.custom-dashboar-header ul.nav.nav-tabs li a i {
    color: #d72476;
    margin: 0 10px 0 0;
		font-size: 20px;
}
.quick-express-steps-form.transaction-history-wrapper ul.custom-pagination {
    padding: 0;
    list-style: none;
    margin: 15px 0 0 0;
    display: flex;
		align-items: center;
}
.quick-express-steps-form.transaction-history-wrapper ul.custom-pagination li {
	margin: 0 8px;
}
.quick-express-steps-form.transaction-history-wrapper ul.custom-pagination li a {
    font-size: 18px;
    color: #9c9c9c;
}
.quick-express-steps-form.transaction-history-wrapper ul.custom-pagination li a:hover {
    color: #d11c78;
    text-decoration: none;
}
.quick-express-steps-form.transaction-history-wrapper ul.custom-pagination li.next a, .quick-express-steps-form.transaction-history-wrapper ul.custom-pagination li.prev a {
    background: #7d4496;
    padding:0;
    text-align: center;
    color: #ffffff;
    border-radius: 30px;
    height: 30px;
    width: 100%;
    display: inline-block;
		font-size: 14px;
		line-height: 32px;
}
.quick-express-steps-form.transaction-history-wrapper ul.custom-pagination li.next, .quick-express-steps-form.transaction-history-wrapper ul.custom-pagination li.prev {
	max-width: 30px;
	width: 100%;
}
.quick-express-steps-form.transaction-history-wrapper ul.custom-pagination li.active a {
    color: #d51b77;
}

span.order-id {
    max-width: 200px;
    margin: 0 auto;
    position: relative;
    display: block;
    background: #7D4597;
    text-align: center;
    color: white;
}



