html{
    width: 100%;
    min-height: 100vh;
    background: #f1f1f9;
    display: flex;
    justify-content: center;
}

body{
    width: 750px;
    background: #fff;
    margin: 0 auto;
}

.wrapper{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 750px;
    margin: 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0 40px;
}

.header-goback .wrapper{
    background: none;
}

.header-goback a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 30px;
    color: #333;
    line-height: 40px;
    padding: 20px 0;
}
.header-goback a::before{
    content: '';
    background: url(../images/angle-left.svg) center center no-repeat; 
    background-size: 100%;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.index-banner, .swiper-container, .swiper-wrapper{
    position: relative;
}

.index-banner .banner-pagination{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center;
    z-index: 10;
}

.index-banner .swiper-pagination-bullet-active{
    background: #fff;
}

.title-sty1{
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.title-sty1 h1, .title-sty1 h2, .title-sty1 h3, .title-sty1 h4, .title-sty1 h5{
    color: #111;
    font-size: 30px;
    font-weight: bold;
}

.title-sty1::before{
    content: '';
    display: inline-flex;
    width: 8px;
    height: 32px;
    border-radius: 5px;
    background: #de4243;
    margin-right: 10px;
}

.btn-sty1{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 80px;
    border-radius: 40px;
    background: #e44849;
    letter-spacing: 2px;
}

.index-steps{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 30px 50px 30px;
}

.step-item{
    position: relative;
}

.step-item .step-icon{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    background: linear-gradient(#fc804d, #ec3e33);
    margin: 0 6px;
}

.step-item h4{
    position: absolute;
    bottom: -50px;
    left: 50%;
    font-size: 24px;
    font-weight: normal;
    color: #999;
    white-space: nowrap;
    transform: translateX(-50%);
}

.step-split{
    flex-grow: 1;
    background: linear-gradient(90deg, #fc804d, #f6753c);
    height: 2px;
}

.index-funcs{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.index-funcs .funcs-item{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f9f9f9;
    border-radius: 3px;
    padding: 5px 0;
}

.index-funcs .funcs-item.funcs-item:nth-child(3n){
    margin-right: 0;
}

.index-funcs .funcs-icon{
    width: 60%;
    height: 128px;
}

.index-funcs .funcs-item h4{
    font-size: 26px;
    font-weight: normal;
    color: #000;
    line-height: 30px;
}

.go-register-middle{
    margin: 40px 0;
}

.index-faq li{
    border-bottom: 1px solid #ccc;
}

.index-faq a{
    display: block;
    padding: 20px 0;
    line-height: 32px;
    font-size: 26px;
    color: #000;
}

.go-register-bottom{
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 150px;
    width: 100%;
}

.go-register-bottom .btn-sty1{
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

.go-register-bottom.active{
    display: block;
    animation: fadeInUp 0.5s ease forwards;
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer{
    padding: 80px 0;
}

.copyright{
    font-size: 24px;
    color: #999;
    line-height: 44px;
    text-align: center;
}

.copyright a{
    color: #999;
}

.footer-nav{
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer-nav .wrapper{
    border-top: 1px solid #ccc;
    background: #fff;
}

.footer-nav-main{
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.footer-nav .nav-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
}

.footer-nav .nav-icon{
    width: 58px;
    height: 58px;
    margin-bottom: 3px;
}

.footer-nav .nav-item img{
    width: 100%;
}

.footer-nav .nav-item img.colored{
    display: none;
}

.footer-nav .nav-item h2{
    color: #c5c6c8;
    line-height: 36px;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}

.footer-nav .nav-item.active h2{
    color: #de4243;
}

.footer-nav .nav-item.active img{
    display: none;
}

.footer-nav .nav-item.active img.colored{
    display: block;
}

.footer-nav-position{
    height: 120px;
}

.login-wrapper{
    width: 100%;
    min-height: calc(100vh - 120px);
    background: #f1f1f9;
}

.login-wrapper .wrapper{
    background: none;
}

.login-container{
    padding: 40px 30px 20px 30px;
    background: #fff;
    margin-top: 38vh;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 5px;
    transform: translateY(-50%);
}

.login-header{
    text-align: center;
}

.login-header h1{
    font-size: 40px;
    color: #111;
    line-height: 1.4;
    margin-bottom: 10px;
}

.login-subtitle{
    font-size: 26px;
    color: #999;
}

.login-steps{
    position: relative;
    overflow: hidden;
}

.login-step{
    display: none;
    animation: fadeLeft 0.35s ease forwards;
}

.login-step.active{
    display: block;
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.login-label{
    display: block;
    font-size: 26px;
    color: #666;
    margin-bottom: 16px;
}

.login-input-wrap{
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fafafa;
    overflow: hidden;
}

.login-prefix{
    padding: 0 24px;
    font-size: 28px;
    color: #333;
    border-right: 1px solid #ddd;
    line-height: 88px;
    flex-shrink: 0;
}

.login-input{
    flex: 1;
    height: 88px;
    padding: 0 24px;
    font-size: 32px;
    color: #111;
    box-sizing: border-box;
}

.login-tip{
    min-height: 40px;
    margin-top: 16px;
    font-size: 24px;
    color: #999;
    line-height: 40px;
}

.login-tip.error{
    color: #e44849;
}

.login-btn{
    margin-top: 40px;
}

.login-code-title{
    font-size: 32px;
    color: #111;
    font-weight: bold;
    margin-bottom: 12px;
}

.login-code-desc{
    font-size: 26px;
    color: #999;
    margin-bottom: 40px;
}

.login-code-desc span{
    color: #333;
}

.login-code-inputs{
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.login-code-input{
    width: 88px;
    height: 88px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fafafa;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #111;
    box-sizing: border-box;
}

.login-code-input:focus{
    border-color: #e44849;
    background: #fff;
}

.login-slide{
    width: 100%;
    overflow: hidden;
}

.login-step{
    padding: 60px 0;
}

.login-head{
    margin-bottom: 50px;
}

.login-title{
    font-size: 40px;
    font-weight: bold;
    color: #111;
    line-height: 1.4;
    margin-bottom: 16px;
}

.login-desc{
    font-size: 24px;
    color: #999;
    line-height: 1.5;
}

.login-back{
    display: block;
    width: 100%;
    font-size: 26px;
    color: #5784e4;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
}

.login-form{
    width: 100%;
}

.login-field{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin-bottom: 50px;
}

.login-field-label{
    font-size: 30px;
    color: #111;
    margin-right: 20px;
    flex-shrink: 0;
}

.login-input{
    flex: 1;
    font-size: 30px;
    color: #111;
    line-height: 50px;
    border: none;
    background: none;
    box-sizing: border-box;
}

.login-input::placeholder{
    color: #ccc;
}

.code-inputs{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.code-input{
    width: 90px;
    height: 90px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #111;
    background: #fff;
    box-sizing: border-box;
}

.code-input:focus{
    border-color: #e44849;
}

.btn-sty1.disabled{
    opacity: 0.6;
    pointer-events: none;
}

.page-wrapper{
    padding-bottom: 50px;
}

.page-title{
    text-align: left;
    margin: 30px 0;
}

.page-title h1{
    font-size: 32px;
    color: #111;
    font-weight: bold;
}

.page-content p{
    margin-bottom: 1em;
}

.company-register{
    min-height: 100vh;
    background: #f1f1f1;
}

.company-register-steps .step-title{
    margin: 30px 0;
    margin-bottom: 50px;
}

.company-register-steps .step-title h3{
    font-size: 32px;
    color: #111;
    font-weight: bold;
    text-align: center;
}

.company-register-steps .step-content{
    padding-bottom: 50px;
}

.company-register-steps .area-lists input{
    display: none;
}

.company-register-steps .area-lists label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    padding: 25px 30px;
    margin-bottom: 30px;
    cursor: pointer;
    background: linear-gradient(-90deg, #fc804d, #ec3e33);
    border-radius: 5px;
}

.company-register-steps .area-lists label span{
    flex-grow: 1;
}

.company-register-steps .area-lists label::after{
    content: '';
    flex-shrink: 0;
    width: 50px;
    height: 50px;
}

.company-register-steps .area-lists label.active::after{
    background: url(../images/icon-check-white.svg) center center no-repeat;
    background-size: 100%;
}

.company-form{
    margin-bottom: 50px;
}

.company-form input, .company-form textarea, .company-form select{
    width: 100%;
    border: none;
    outline: none;
    line-height: 54px;
    background: #fff;
    box-sizing: border-box;
    padding: 15px 10px;
    border-radius: 3px;
}

.company-form select{
    line-height: 80px;
    padding: 30px 10px;
}

.company-form-label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #999;
    font-size: 26px;
    line-height: 60px;
    margin-bottom: 30px;
}

.company-form-label h5{
    font-size: 30px;
    color: #111;
    font-weight: bold;
    margin-right: 15px;
}

.company-form-input{
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.company-form-input .check-box-group{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    padding-top: 30px;
}

.company-form-input .check-box-group label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 28px;
    color: #666;
    line-height: 40px;
    padding: 10px 20px;
    border-radius: 5px;
    background: #efefef;
    margin-right: 20px;
    margin-bottom: 20px;
}

.company-form-input .check-box-group label::before{
    content: '';
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
    flex-shrink: 0;
}
.company-form-input .check-box-group label.active {
    background: #e44849;
    color: #fff;
}
.company-form-input .check-box-group label.active::before{
    background: url(../images/icon-check-white.svg) center center no-repeat;
    background-size: 140%;
}

.company-form-input .check-box-group input{
    display: none;
}

.users-wrapper{
    background: #f1f1f1;
    min-height: 100vh;
}

.users-header{
    display: flex;
    padding: 30px 0;
    align-items: center;
    justify-content: space-between;
}

.users-header-avatar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background: #fff;
    margin-right: 20px;
    flex-shrink: 0;
}

.users-header-left{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
}

.users-header-avatar img{
    width: 100%;
    aspect-ratio: 1/1;
}

.users-header-info h3{
    font-size: 32px;
    color: #111;
    font-weight: bold;
    line-height: 50px;
}

.users-header-info p{
    font-size: 28px;
    color: #999;
    line-height: 40px;
}

.users-header-right .button{
    display: inline-block;
}

.users-header-right img{
    width: 32px;
}

.users-dashboard{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 40px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    background: linear-gradient(-95deg, #fc804d, #ec3e33);
}

.dashboard-item{
    padding: 10px 20px;
    text-align: center;
    color: #fff;
}

.dashboard-item .dashboard-number {
    font-size: 36px;
    line-height: 60px;
}

.dashboard-item .dashboard-number span{
    font-weight: normal;
}

.dashboard-item .dashboard-label{
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1px;
}

.users-functions{
    display: flex;
    justify-content: flex-start;
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
}

.users-functions .functions-item{
    text-align: center;
    width: 25%;
}

.users-functions .functions-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.users-functions .functions-icon img{
    width: 60px;
    height: auto; 
}

.users-functions .functions-item h3{
    font-size: 26px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #464949;
    font-weight: normal;
}


.orders-wrapper{
    background: #f1f1f1;
    min-height: calc(100vh - 220px);
    padding-top: 100px;
}

.orders-list{
    padding: 40px 0;
}

.orders-types{
    width: 100%;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
}

.orders-types .wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    border-bottom: 2px solid #ccc;
    padding-left: 0;
    padding-right: 0;
}

.orders-types .orders-type-item{
    margin: 0 40px;
    line-height: 80px;
    font-size: 28px;
    color: #464949;
    font-weight: normal;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
}

.orders-types .orders-type-item.active{
    border-bottom: 4px solid #de4243;
    color: #de4243;
    font-weight: bold;
}

.orders-empty{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50vh;
}

.orders-empty-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.orders-empty-icon img{
    width: 70%;
    height: auto;
}

.orders-empty-text{
    font-size: 28px;
    color: #999;
    line-height: 40px;
    margin-top: 30px;
}

.orders-item{
    display: block;
    background: #fff;
    padding:10px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.orders-item-top{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.orders-type{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
}

.orders-type i{
    width: 30px;
    height: 30px;
    background: url(../images/icon-funcs-01.svg) center center no-repeat;
    background-size: 100%;
    margin-right: 10px;
}

.orders-type h3{
    font-size: 32px;
    color: #111;
    line-height: 40px;
    font-weight: bold;
}

.orders-status{
    font-size: 28px;
    color: #c7911c;
    flex-shrink: 0;
    margin-left: 20px;
}

.orders-item-bottom{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

.orders-item-content{
    padding: 15px 0;
}

.orders-item-content p{
    display: flex;
    align-items: center;
    padding: 5px 0;
    color: #000;
}

.orders-item-content span{
    width: 5em;
    flex-shrink: 0;
    color: #999;
}

.orders-item-content strong{
    font-weight: normal;
}

.orders-price{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 30px;
    color: #de4243;
}

.declare-wrapper{
    background: #f1f1f1;
    min-height: calc(100vh - 130px);
}

.declare-wrapper-companys{
    min-height: calc(100vh - 120px);
}

.declare-my-company{
    padding: 30px 0;
}

.my-company-item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
}

.my-company-item .company-title{
    flex-grow: 1;
}

.my-company-item .company-title h3{
    font-size: 32px;
    color: #111;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 10px;
}

.my-company-item .company-title p{
    font-size: 28px;
    color: #999;
    line-height: 46px;
}

.my-company-item .company-angle{
    width: 44px;
    height: 44px;
    background: url(../images/angle-right-gray.svg) center center no-repeat;
    background-size: 100%;
    margin-left: 20px;
    flex-shrink: 0;
}

.declare-go-register{
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
}

.declare-bottom-position{
    height: 140px;
}

.declare-go-register .wrapper{
    padding-top: 30px;
    background: #fff;
    padding-bottom: 30px;
    box-shadow: 0 -10px 20px rgba(0, 0, 0, .1);
}

.company-form .declare-add{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
}

.company-form .declare-add a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 28px;
    color: #de4243;
}

.company-form .declare-add a i{
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 0;
    line-height: 32px;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
    text-align: center;
    background: url(../images/icon-plus-white.svg) center center no-repeat;
    background-size: 50%;
    background-color: #de4243;
}

.declare-project-item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 28px;
    color: #111;
    line-height: 40px;
    padding: 15px 10px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 20px;
}

.declare-add-more{
    display: none;
    width: 100%·;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    padding-top: 0;
}

.declare-add-more a{
    flex-grow: 0 !important;
}

.declare-add-more.active{
    display: flex;
}

.declare-project-item input{
    display: none;
}

.declare-project-item span{
    flex-grow: 1;
}

.declare-project-item .declare-project-delete{
    flex-shrink: 0;
}

.declare-project-item a i{
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 0;
    line-height: 32px;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
    text-align: center;
    background: url(../images/icon-minus-white.svg) center center no-repeat;
    background-size: 80%;
    background-color: #cfcfcf;
}

.declare-add-wrapper{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    display: none;
}

.declare-add-content{
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.declare-add-content .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 0;
}

.declare-add-content .wrapper{
    position: relative;
    z-index: 1;
}

.declare-add-content-box{
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.declare-add-content-box-title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.declare-add-content-box-title h3{
    font-size: 30px;
    color: #111;
    font-weight: bold;
    line-height: 50px;
    flex-grow: 1;
}
.declare-add-content-box-title .declare-add-close{
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.declare-add-content-box-title .declare-add-close i{
    width: 34px;
    height: 34px;
    color: #fff;
    font-size: 0;
    line-height: 32px;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
    text-align: center;
    background: url(../images/icon-close-gray.svg) center center no-repeat;
    background-size: 80%;
    background-color: #cfcfcf;
}

.declare-add-form {
    display: flex;
    align-items:last baseline;
    justify-content: flex-start;
    padding: 40px 0;
    margin-bottom: 50px;
}

.declare-add-form input, .declare-add-form select{
    width: 100%;
    border-bottom: 2px solid #ccc;
    line-height: 50px;
    background: none;
    height: 50px;
}

.declare-add-num{
    width: 30%;
}

.declare-add-unit{
    line-height: 52px;
    margin: 0 20px;
    margin-right: 50px;
}

.declare-add-platform{
    flex-grow: 1;
}

.prifile-wrapper{
    background: #fff;
    min-height: 100vh;
}

.bind-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    margin-top: 50px;
}

.bind-avatar-button {
    width: 212px;
}

.bind-avatar-button .avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    padding: 4px;
    background: #fff;
    justify-content: center;
    align-items: center;
}

.bind-avatar-button .avatar img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.bind-form {
    margin: 0 5%;
    margin-bottom: 80px;
}

.bind-form .form-item {
    border-bottom: 2px solid #ccc;
    display: flex;
    align-items: center;
    padding: 22px 0;
}

.bind-form .form-label{
    width: 100px;
    text-align: center;
    color: #000;
    line-height: 60px;
    flex-shrink: 0;
}

.bind-form .form-input {
    flex-grow: 1;
}

.bind-form input{
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #333;
    border: none;
    outline: none;
    background: transparent;
    text-align: left;
    border: 0; 
    outline: none;
}

.bind-submit{
    margin-top: 80px;
}

.users-services{
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.users-services-title{
    line-height: 46px;
    text-align: left;
    font-size: 30px;
    color: #111;
    font-weight: bold;
    margin-bottom: 20px;
}

.users-services-list{
    display: flex;
    justify-content: flex-start;
}

.users-services-list .services-item{
    text-align: center;
    width: 25%;
}

.users-services-list .services-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.users-services-list .services-icon img{
    width: 60px;
    height: auto; 
}

.users-services-list .services-item h3{
    font-size: 26px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #111;
    font-weight: normal;
}

.mask-share .mask-bg{
    background: rgba(0, 0, 0, .75);
}

.mask-share .mask-v-middle{
    display: flex;
    align-items: center;
    justify-content: center;
}

.mask-share .mask-share-content{
    position: relative;
    width: 80%;
}

.mask-share .mask-share-content img{
    width: 100%;
}

.mask-share .mask-share-content .messagebox-close{
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 24.5px;
    background: url(../images/icon-close.white.svg) no-repeat center center rgba(0, 0, 0, .85);
    background-size: 70%;
    border: 1px solid #fff;
    right: -12px;
    top: -12px;
}

.company-form .invoice-add{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
}

.invoice-add-more{
    display: none;
}

.invoice-add-more.active{
    display: flex;
    align-items: center;
}

.company-form .invoice-add a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 28px;
    color: #de4243;
}

.company-form .invoice-add a i{
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 0;
    line-height: 32px;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
    text-align: center;
    background: url(../images/icon-plus-white.svg) center center no-repeat;
    background-size: 50%;
    background-color: #de4243;
}

.invoiceadd-item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 28px;
    color: #111;
    line-height: 40px;
    padding: 15px 10px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 20px;  
}

.invoiceadd-item-left{
    flex-grow: 1;
}

.invoiceadd-item-left h3{
    font-size: 28px;
    color: #454f4f;
    line-height: 36px;
    margin-bottom: 5px;
    font-weight: bold;
}
.invoiceadd-item-left p{
    color: #000;
    line-height: 32px;
    font-size: 26px;
}

.invoiceadd-item-right{
    flex-shrink: 0;
    margin-left: 20px;
}

.invoiceadd-item-delete i{
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 0;
    line-height: 32px;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
    text-align: center;
    background: url(../images/icon-minus-white.svg) center center no-repeat;
    background-size: 80%;
    background-color: #cfcfcf;
}


.invoice-add-wrapper{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    display: none;
}

.invoice-add-content{
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.invoice-add-content .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 0;
}

.invoice-add-content .wrapper{
    position: relative;
    z-index: 1;
}

.invoice-add-content-box{
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.invoice-add-content-box-title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.invoice-add-content-box-title h3{
    font-size: 30px;
    color: #111;
    font-weight: bold;
    line-height: 50px;
    flex-grow: 1;
}
.invoice-add-content-box-title .invoice-add-close{
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.invoice-add-content-box-title .invoice-add-close i{
    width: 34px;
    height: 34px;
    color: #fff;
    font-size: 0;
    line-height: 32px;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
    text-align: center;
    background: url(../images/icon-close-gray.svg) center center no-repeat;
    background-size: 80%;
    background-color: #cfcfcf;
}

.invoice-add-form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.invoice-add-form label{
    width: 100%;
}
.invoice-add-form label.w-60{
    width: 57%;
}
.invoice-add-form label.w-40{
    width: 37%;
}

.invoice-add-form .company-form-label{
    display:none;
}

.invoice-add-form .company-form-input{
    display:flex;
    align-items: center;
}

.invoice-add-form .company-form-input input{
    width: auto;
    flex-grow: 1;
}

.invoice-add-form .company-form-unit{
    flex-shrink: 0;
    margin-left: 20px;
}