*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.site-wrapper {
    height: 100%;
}

::-ms-clear {
    display: none;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    position: relative;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

body {
    max-width: 100%;
    overflow-x: hidden;
}

body[data-rtl="rtl"] {
    direction: rtl;
    text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222222;
    font-weight: 400;
    margin-top: 0;
    line-height: 1.2;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p:last-child {
    margin-bottom: 0;
}

p {
    font-size: 16px;
    color: #0f0707;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
    margin: 0;
}

a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a,
button,
img,
input,
span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #6f6f6f;
}

button,
input[type="submit"] {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

.animated {
    opacity: 0;
}

.visible {
    opacity: 1 !important;
}

a,
a:active,
a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.main-content {
    padding: 0 !important;
    margin: auto !important;
    display: block !important;
    width: 100% !important;
    max-width: 500px;
    background: #f8f8f8;
    -webkit-text-size-adjust: none;
    position: relative;
}

.content-left {
    width: 100%;

}

.content-header {
    height: 126px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.3);
    background-color: #202020;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 500px;
    z-index: 111;
    top: 0;

}

.content-box {
    width: 100%;
    margin: auto;
    padding: 20px 15px;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    height: 1111px !important;

}

#tab_frame3 {
    background: url('../images/big-frame3.png');
    text-align: center;
    background-size: 100% 100% !important;
}

#tab_frame2 {
    background: url('../images/big-frame2.png');
    text-align: center;
    background-size: 100% 100% !important;
}

#tab_frame1 {
    background: url('../images/big-frame1.png');
    text-align: center;
    background-size: 100% 100% !important;
}

.content-right {
    min-height: 100vh;
    padding: 50px 30px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-head h1 {
    font-size: 28px;
    font-weight: 500;
}

.seprator {
    margin: 15px 0;
}

.content-title, .content-bottom, .bottom-list {
    padding-bottom: 20px;
}

.content-title h2 {
    font-size: 25px;

    font-weight: 600;
    margin-bottom: 3px;
}

.content-title span {
    font-size: 20px;

    font-weight: 500;
}

.content-bottom h4 {
    font-size: 18px;

    font-weight: 500;
}

.co-name {
    font-size: 18px;

    font-weight: 600;
}

.content-detail {
    max-width: 550px;
    margin: auto;
}

.content-detail p {
    font-size: 15px;
    text-align: center !important
    font-weight: 400;
    line-height: 25px;
}

.content-detail p.avatar-text {
    text-align: center !important;
    width: 100%
}

.sub-title {
    font-size: 20px;

    font-weight: 600;
}

.content-img {
    width: 250px;
    margin: 0 auto 20px;
    position: relative;
}

.address {
    font-size: 15px;

    font-weight: 400;
}

.b-list li {
    font-size: 15px;
}

.avatar-upload {
    position: relative;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 25px;
    z-index: 1;
    top: -5px;
}

.avatar-upload-inner .avatar-edit {
    position: absolute;
    right: 55px;
    z-index: 1;
    top: 33px;
}

.avatar-upload .avatar-edit input, .avatar-upload-inner .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label, .avatar-upload-inner .avatar-edit input + label {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover, .avatar-upload-inner .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after, .avatar-upload-inner .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-size: 12px;
}

.avatar-upload .avatar-preview {
    width: 250px;
    height: 250px;
    position: relative;
}

.upload-img {
    width: 250px;
    height: 250px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-img img {
    height: 100%;
    width: 80%;
}


.avatar-upload-inner .avatar-preview-inner {
    width: 145px;
    height: 190px;
    position: absolute;
    top: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.upload-img1 {
    width: 100%;
    height: 200px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin: auto;
}

[contentEditable] {
    border: 1px dotted rgba(255, 255, 255, 0.2);
    position: relative;
}

/*
[contentEditable]:before{
	    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: -5px;
    right: -20px;
    text-align: center;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.bg-change .avatar-edit {
    position: absolute;
    right: 0px;
    z-index: 1;
    top: 0px;
}

.frame-name {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.16);
    background-color: #fffdeb;
    height: 90px;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.44px;
    text-align: left;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 500px;
    top: 125px;
    z-index: 1;
}

.frame-list {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 250px 0 50px;
    border-bottom: 0px;
}

.frame-list li, .nav-tabs .nav-item {
    margin-bottom: 30px;
}

.frame-list li {
    display: flex;
    justify-content: center;
}

.frame-list li .nav-link {
    padding: 0;
    display: inline-block;
}

.frame-list::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.1);
}

.frame-list::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(0, 0, 0, 0.1);
}

.frame-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #7e7e7e;
}

.content-right {
    padding: 125px 30px 50px;
}

.con-all {
    width: 100%;
    height: 67px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    border: none;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    transition: all .6s ease-in-out;

}

.d-pdf {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.d-pdf:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.d-img {
    border-radius: 12px;
    background-color: rgba(243, 141, 82, 0.2);
}

.d-img:hover {
    background-color: rgba(243, 141, 82, 0.4);
}

.con-text {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.5px;
    text-align: left;
    color: #000000;
    position: relative;
    text-align: center;
}

.con-text:before {
    content: '';
    position: absolute;
    background: rgba(112, 112, 112, 0.2);
    left: 0;
    height: 1px;
    width: 32%;
    top: 10px;
}

.con-text:after {
    content: '';
    position: absolute;
    background: rgba(112, 112, 112, 0.2);
    right: 0;
    height: 1px;
    width: 32%;
    top: 10px;
}

.social-list li {

    padding: 0px 30px;
    height: 35px;
    display: flex;
    align-items: center;
    border-right: solid 1px rgba(112, 112, 112, 0.2);
}

.social-list li:last-child {
    border-right: 0;
}

.content-middle {

    padding: 125px 0 0px;
}

.frame-list.nav-tabs .nav-item.show .nav-link, .frame-list.nav-tabs .nav-link.active {

    border: 8px solid #F38D52 !important;
    border-radius: 22px;
    padding: 0 !important;
}

.frame-list.nav-tabs .nav-item .nav-link {
    padding: 0 !important;
}

.frame-list li .nav-link {
    border: 8px solid transparent;
    border-radius: 22px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 8px solid #F38D52;
}

.color-orange {
    color: #EB9E27;
}

.color-white {
    color: #fff;
}

.color-gold {
    color: #FFD98F;
}

.color-gold1 {
    color: #E0D3A1;
}

.social-list li a img {
    transition: all .6s ease-in-out;
}

.social-list li a img:hover {
    transform: scale(1.1);
}

.avatar-upload-inner .avatar-preview-inner1 {
    width: 158px;
    height: 205px;
    position: absolute;
    top: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.avatar-upload-inner .avatar-preview-inner1 .upload-img1 {
    width: 100%;
    height: 100%;
}

.btn-next {
    width: 100%;
    height: 50px;
    border: 2px solid transparent;
    background: #f38d52;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .6s ease-in-out;
}

.btn-next .fa {
    font-size: 18px;
    font-weight: 500;
}

.btn-next:hover {
    color: #fff;
    box-shadow: 0px 0px 20px 0px rgb(243, 141, 82, 0.7);
}

.btn-back {
    height: 50px;
    border: 2px solid transparent;
    background: #000;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .6s ease-in-out;
}

.btn-back:hover {
    color: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0, 0, 0, 0.7);
}

.btn-all {
    margin: 0px 0px 0px;
    position: fixed;
    width: 500px;
    bottom: 0;
    z-index: 11;

}

.bg-orange {
    background: #f38d52;
}

@media (max-width: 450px) {
    .content-header, .frame-name, .btn-all {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .content-header {
        height: 100px;
    }

    .frame-name {
        height: 70px;
        top: 100px;
    }

    .content-middle {
        padding: 100px 0 50px;
    }
}

canvas {
    margin: 0 auto;
    display: block;
    padding: 0px;
}

.avatar-name, .avatar-date, .avatar-chairman, .avatar-company, .avatar-text, .avatar-pray, .avatar-address, .list-item {
    position: relative;
}

body span.close {
    position: absolute;
    background: #fff;
    color: #000;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    right: -6px;
    top: -6px;
    z-index: 11;
    font-size: 11px;
    cursor: pointer;
    opacity: 1;
    line-height: 17px;
}

.sec-step-template fieldset:not(:first-of-type) {
    display: none;
}

.form-content {
    width: 100%
}

.next {
    position: absolute;
    right: 0;
    bottom: 0
}

body .d-pdf {
    display: none !important
}

.form-content .content-right {
    padding-bottom: 30px
}


.btn-container{
    width: 500px;
    position: fixed;
    bottom: 0;
}

.btn-container button{
    position: absolute;
}

.btn-container .btn-back{
    bottom: 0;
}