.form-box {
    padding-top: 40px;
    padding-bottom: 40px;
}

.form {
    padding: 25px;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 6px 3px #777;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}



/** Form Body Classic **/

.form-body-classic .form-control {
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
    padding: 10px 0px 4px 10px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cacbcc;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #0a324d;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 22px;
    border: none;
    border-bottom: 1px solid #dedede;
}

    .form-body-classic .form-control:disabled {
        color: #0a324d !important;
        opacity: 1;
        -webkit-text-fill-color: #0a324d !important;
    }

    .form-body-classic .form-control.no-border {
        border-bottom: none !important;
    }



    .form-body-classic .form-control:focus {
        outline: 0;
        /*background: #f8f8f8 none repeat scroll 0 0;
        border: 1px solid #eee;*/
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.rtl .form-body-classic .form-control {
    padding: 12px 10px 0px 12px;
}

.form-body-classic.form .btn {
    min-width: 105px;
    height: 40px;
    margin: 0;
    padding: 0 20px;
    border: 2px solid #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #40c1e5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-body-classic textarea.form-control {
    resize: none;
    min-height: 100px;
    overflow-y: scroll !important;
    border: 1px solid #dedede;
    box-shadow: -1px 2px 10px 1px rgba(0,0,0,.1);
}

.form-body-classic textarea.text-area-dynamic {
    display: block;
    width: 100%;
    overflow: hidden;
    resize: both;
    min-height: 38px;
    height: 38px;
    line-height: 22px !important;
    resize: none;
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #dedede;
}

    .form-body-classic textarea.text-area-dynamic.error {
        border: none !important;
        border-bottom: 1px solid var(--lds-color-warn-main) !important;
    }
/** Form Body Classic **/
/** Form Body Stylist **/
.form-body-stylist .form-control {
    height: 44px;
    margin: 0;
    padding: 0 20px;
    background: #e1e1e1; /* Old browsers */
    background: -moz-linear-gradient(top, #e1e1e1 0%, #f1f1f1 50%, #e1e1e1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e1e1e1 0%,#f1f1f1 50%,#e1e1e1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e1e1e1 0%,#f1f1f1 50%,#e1e1e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
    border: 1px solid #ddd;
    font-family: 'Roboto', FontAwesome;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-body-stylist .form-control:focus {
        outline: 0;
        background: #e1e1e1; /* Old browsers */
        background: -moz-linear-gradient(top, #e1e1e1 0%, #f1f1f1 50%, #e1e1e1 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #e1e1e1 0%,#f1f1f1 50%,#e1e1e1 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #e1e1e1 0%,#f1f1f1 50%,#e1e1e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
        border: 1px solid #ccc;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.form-body-stylist.form .btn {
    margin: 0;
    padding: 3px 15px;
    border: 2px solid #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 25px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/** Form Body Stylist **/



/** Form Body Material **/

.form-body-material .form-control {
    height: 44px;
    margin: 0;
    padding: 0 20px;
    background: #f8f8f8 none repeat scroll 0 0;
    border: 0px;
    border-bottom: 2px solid #ddd;
    font-family: 'Roboto', FontAwesome;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-body-material .form-control:focus {
        outline: 0;
        background: #f8f8f8 none repeat scroll 0 0;
        border: 0px;
        border-bottom: 2px solid #40c1e5;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.form-body-material.form .btn {
    min-width: 105px;
    height: 40px;
    margin: 0;
    padding: 0 20px;
    border: 2px solid #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/** Form Body Material **/




/** Form header Classic **/

#work-flow-template .form-step-icon {
    color: #ffffff;
    visibility: hidden;
}

.form-header-classic .form-step-icon {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    float: left;
    text-align: center;
    margin: 5px;
    box-shadow: 0 0 0 3pt rgba(255,255,255,.4);
    margin-left: 0;
    display: inline-block;
}

.rtl .form-header-classic .form-step-icon {
    float: right;
    margin-right: 0;
    color: #fff;
}

.rtl .form-steps .easypie-chart {
    right: 6px;
    display: inline-block;
}

.form-header-classic .form-step.activated .form-step-icon {
    background: #fff;
    border: 1px solid #40c1e5;
    color: #40c1e5;
    line-height: 38px;
}

.form-header-classic .form-step.active .form-step-icon {
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 15.5px;
    line-height: 38px;
    font-weight: 400;
    float: left;
    text-align: center;
    margin-top: 5px;
    margin-left: 0px;
}

/*.form-header-classic .form-step p { color: #fff; font-size: 14px; float: left; line-height: 38px; }
.form-header-classic .form-step.activated p { color: #40c1e5; }*/
.form-header-classic .form-step h1 {
    color: #fff;
    font-size: 20px;
    float: left;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rtl .form-header-classic .form-step h1 {
    margin-right: 15px;
    float: right;
}

/** Form header Classic **/
/** Form header Modarn **/
.form-header-modarn .form-step {
    padding-top: 10px !important;
    border: 2px solid #fff;
    background: #ccc;
}

    .form-header-modarn .form-step.active {
        background: #40c1e5;
    }

    .form-header-modarn .form-step.activated {
        background: #40c1e5;
    }

.form-header-modarn .form-progress {
    height: 0px;
    display: none;
}

.form-header-modarn .form-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #777;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.form-header-modarn .form-step.activated .form-step-icon {
    background: #40c1e5;
    border: 1px solid #fff;
    color: #fff;
    line-height: 38px;
}

.form-header-modarn .form-step.active .form-step-icon {
    background: #fff;
    border: 1px solid #fff;
    color: #40c1e5;
    line-height: 38px;
}

.form-header-modarn .form-step h1 {
    color: #fff;
}

.form-header-modarn .form-step.activated p {
    color: #fff;
}

.form-header-modarn .form-step.active p {
    color: #fff;
}

/** Form header Modarn **/



/** Form header Stylist **/

.form-header-stylist .form-step {
    position: relative;
    padding-top: 10px !important;
    border: 0px solid #fff;
    background: #ccc;
}

    .form-header-stylist .form-step::before {
        content: '';
        position: absolute;
        left: 0%;
        top: -2%;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 20px solid #ccc;
        clear: both;
        z-index: 999;
    }

    .form-header-stylist .form-step.active::after {
        content: '';
        position: absolute;
        right: -20px;
        top: -2%;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 20px solid #40c1e5;
        clear: both;
        z-index: 9999;
    }

    .form-header-stylist .form-step.activated::after {
        content: '';
        position: absolute;
        right: -20px;
        top: -2%;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 20px solid #40c1e5;
        clear: both;
        z-index: 9999;
    }

    .form-header-stylist .form-step.active {
        background: #40c1e5;
    }

    .form-header-stylist .form-step.activated {
        background: #40c1e5;
    }

.form-header-stylist .form-progress {
    height: 0px;
    display: none;
}

.form-header-stylist .form-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #777;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.form-header-stylist .form-step.activated .form-step-icon {
    background: #40c1e5;
    border: 1px solid #fff;
    color: #fff;
    line-height: 38px;
}

.form-header-stylist .form-step.active .form-step-icon {
    background: #fff;
    border: 1px solid #fff;
    color: #40c1e5;
    line-height: 38px;
}

.form-header-stylist .form-step h1 {
    color: #fff;
}

.form-header-stylist .form-step.activated p {
    color: #fff;
}

.form-header-stylist .form-step.active p {
    color: #fff;
}

/** Form header Stylist **/





.form strong {
    font-weight: 500;
}

.form a, .form a:hover, .form a:focus {
    color: #40c1e5;
    text-decoration: none;
}

.form h1, .form h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

.form h3 {
    font-size: 25px;
    font-weight: 300;
    color: #40c1e5;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.form h4 {
    float: left;
    font-size: 20px;
    font-weight: 300;
    color: #40c1e5;
    line-height: 26px;
    width: 100%;
}

    .form h4 span {
        float: right;
        font-size: 18px;
        font-weight: 300;
        color: #555;
        line-height: 26px;
    }

.form table tr th {
    font-weight: normal;
}

.form img {
    max-width: 100%;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 9px;
    margin-left: -20px;
}

.form-control option:hover, .form-control option:checked {
    box-shadow: 0 0 10px 100px #40c1e5 inset;
}

.form label {
    font-weight: 300;
}

    .form label span {
        color: #40c1e5;
    }

.form .btn:hover {
    background: #f34727;
    color: #fff;
}

.form .btn:active {
    outline: 0;
    background: #f34727;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form .btn:focus,
    .form .btn:active:focus,
    .form .btn.active:focus {
        outline: 0;
        background: #f34727;
        color: #fff;
    }

.form .btn.btn-next,
.form .btn.btn-next:focus,
.form .btn.btn-next:active:focus,
.form .btn.btn-next.active:focus {
    background: #40c1e5;
}

.form .btn.btn-submit,
.form .btn.btn-submit:focus,
.form .btn.btn-submit:active:focus,
.form .btn.btn-submit.active:focus {
    background: #40c1e5;
}

.form .btn.btn-previous,
.form .btn.btn-previous:focus,
.form .btn.btn-previous:active:focus,
.form .btn.btn-previous.active:focus {
    background: #bbb;
}

.form .success h3 {
    color: #40c1e5;
    text-align: center;
    margin: 20px auto !important;
}

.form .success .success-icon {
    color: #40c1e5;
    font-size: 100px;
    border: 5px solid #40c1e5;
    border-radius: 100px;
    text-align: center !important;
    width: 110px;
    margin: 25px auto;
}

.form .progress-bar {
    background-color: #40c1e5;
}

.form-steps {
    margin: auto;
    overflow: hidden;
    position: relative;
    margin-top: 0px;
    display:flex;
    width: 100%;
    align-items: center;
}

.form-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background: #40c1e5;
}

.rtl .form-progress-line {
    right: 0;
}
/*.form-tolal-steps-2 .form-step { 
	position: relative;
	float: left; 
	width: 50%; 
	padding: 0 5px; 
	text-align: center;
}*/

.form-tolal-steps-2 .form-progress {
    position: absolute;
    top: 18px;
    left: 12%;
    right: 12%;
    width: 100%;
    height: 2px;
    background: #b1b8c4;
}

.form-steps .form-step {
    padding: 0 5px;
    z-index: 999999;
    display: flex;
    width: 100%;
    overflow: hidden;
}

.rtl .form-steps .form-step,
.rtl .form-steps .form-step,
.rtl .form-steps .form-step,
.rtl .form-steps .form-step,
.rtl .form-steps .form-step {
    float: right;
    right: 5px;
    left: auto;
}

.form-steps .form-step.download-files {
    position: static;
    height: 60px;
}

    .form-steps .form-step.download-files p {
        line-height: 60px;
    }

.form fieldset {
    display: none;
    text-align: left;
    border: 0px !important
}

.form-buttons {
    text-align: right;
}

.form .input-error {
    border-color: #40c1e5;
}

/** image uploader **/
.image-upload a[data-action] {
    cursor: pointer;
    color: #555;
    font-size: 18px;
    line-height: 24px;
    transition: color 0.2s;
}

    .image-upload a[data-action] i {
        width: 1.25em;
        text-align: center;
    }

    .image-upload a[data-action]:hover {
        color: #40c1e5;
    }

    .image-upload a[data-action].disabled {
        opacity: 0.35;
        cursor: default;
    }

        .image-upload a[data-action].disabled:hover {
            color: #555;
        }

.settings_wrap {
    margin-top: 20px;
}

.image_picker .settings_wrap {
    overflow: hidden;
    position: relative;
}

    .image_picker .settings_wrap .drop_target,
    .image_picker .settings_wrap .settings_actions {
        float: left;
    }

    .image_picker .settings_wrap .drop_target {
        margin-right: 18px;
    }

    .image_picker .settings_wrap .settings_actions {
        float: left;
        margin-top: 100px;
        margin-left: 20px;
    }

.settings_actions.vertical a {
    display: block;
}

.drop_target {
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
    width: 250px;
    height: 250px;
    background: #f2f2f2;
    border-radius: 100%;
    margin: 0 auto 25px auto;
    overflow: hidden;
    border: 8px solid #E0E0E0;
}

    .drop_target input[type="file"] {
        visibility: hidden;
    }

    .drop_target::before {
        content: 'Drop Hear';
        font-family: FontAwesome;
        position: absolute;
        display: block;
        width: 100%;
        line-height: 220px;
        text-align: center;
        font-size: 40px;
        color: rgba(0, 0, 0, 0.3);
        transition: color 0.2s;
    }

    .drop_target:hover,
    .drop_target.dropping {
        background: #f80;
        border-top-color: #cc6d00;
    }

        .drop_target:hover:before,
        .drop_target.dropping:before {
            color: rgba(0, 0, 0, 0.6);
        }

    .drop_target .image_preview {
        width: 100%;
        height: 100%;
        background: no-repeat center;
        background-size: contain;
        position: relative;
        z-index: 2;
    }

@media (max-width: 500px) { /*
	.form-header-classic .form-step.active .form-step-icon {
		width: 40px;
		height: 40px;
		font-size: 18px;
		line-height: 35px;
		border-width: 2px;
		font-weight: 400;
	}
	.form-header-classic .form-step-icon {
		width: 40px;
		height: 40px;
		font-size: 18px;
		line-height: 35px;
		border-width: 2px;
		font-weight: 400;
	}
	.form-progress{
		top:24px;
		height: 3px;
	}
	
	.form-progress-line{
		height: 3px;
	}
	.form-header-classic .form-step p { 
		font-size: 14px;
		margin: 7px 0;
	}
	*/
}

@media (max-width: 350px) { /*
	.form-header-classic .form-step.active .form-step-icon {
		width: 30px;
		height: 30px;
		font-size: 14px;
		line-height: 27px;
		border-width: 1px;
		font-weight: 400;
	}
	.form-header-classic .form-step-icon {
		width: 30px;
		height: 30px;
		font-size: 14px;
		line-height: 27px;
		border-width: 1px;
		font-weight: 400;
	}
	.form-progress{
		top:19px;
		height: 1px;
	}
	
	.form-progress-line{
		height: 1px;
	}
	.form-header-classic .form-step p { 
		font-size: 14px;
		margin: 5px 0;
	}
	*/
}

.form-sub-title {
    display: inline-block;
    width: 100%;
    margin: 10px 0px;
}

.client-page.new-ui .form-header-classic .form-step h1 {
    color: var(--lds-color-font-base);
    font-weight: 400 !important;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    letter-spacing: 0.015625rem !important;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    flex: 1;
}
.client-page.new-ui .form-header-classic .easypie-chart + .form-step h1 {
    padding-left: 14px;
}
.client-page.new-ui .form-header-classic .form-step-icon {
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
}
.client-page.new-ui .form-body-classic textarea.text-area-dynamic {
    min-height: 2.125rem;
    max-height: 2.125rem;
}

.client-page.new-ui .form-steps {
    margin-bottom: 0;
}
.client-page.new-ui .form-steps .form-step,
.client-page.new-ui .form-steps .form-step,
.client-page.new-ui .form-steps .form-step {
    display: flex;
    align-items: center;
    padding: 0; 
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}