@font-face {
    font-family: 'Baloo';
    src: url('./Exo-Regular.ttf') format('truetype');
  }
  *, ::after, ::before {
    box-sizing: border-box;
    font-family: "Baloo", sans-serif !important;
}
body{
    font-family: "Baloo", sans-serif !important;
}
.content{
    max-width: 1260px;
    width: 96%;
    margin: 20px auto;
}
#search_form{
    max-width: 960px;
    width: 90%;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 25px;
    position: relative;

}
#submit_search{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    display: block;
    margin: 0;
    padding: 0;
    width: 42px;
    height: 42px;
    background-color: transparent;
    text-align: center;
    line-height: 42px;
    opacity: .5;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border: none;
}
#search_ipt{
    padding: 10px 50px 10px 20px;
    color: #aaa;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border:none;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    outline: none;
}
.howto_list{
    text-align: left;
    margin-bottom: 60px;
}
.howto_tip{
    font-size: 18px;
    font-weight: 900;
    font-family: 'exo', Sans-Serif;
    padding: 15px 0;
    color: #000;
}
.howto_list_c{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;
}
.howto_a_c{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.howto_item{
    width: 100%;
    margin-top: 15px;
    border-radius: 8px;
    box-shadow: 0 0 7px 1px rgb(0 0 0 / 12%);
    background-color: #fff;
    background: #fff;
    border: 1px solid #eeeeee;
    padding: 5px 5px 0;
    margin: 0 0 8px;
}
.howto_item:hover{
    box-shadow: 0 0 7px 1px rgba(180, 95, 95, 0.5);
}
.howto_item a{
    /* display: flex;
    flex-direction: row; */
    /* width: 100%; */
}
.page_item_box {
    text-align: right;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
    color: #000;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-left: 60px;
}
.page_item_box span {
    font-size: 12px;
    font-weight: 100;
    color: #a1a0a0;

}
.page_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00abc9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.hitem_right{
    display: flex;
    align-items: center;
}
a:hover{
    text-decoration: none;
}
.how_help{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}
.search_all{
    padding: 70px 0;
}
.page_title {
    color: #000;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.page_text .page_title{
    text-align: left;
    font-size: 12px;
    color: #999999;
}
.page_title:nth-child(1) {
    margin-bottom: 15px;
}
.page_text{
    width: calc(100% - 50px);
}
.border_bottom {
    border-bottom: 1px solid #eeeeee;
}
.hitem_left{
    display: flex;
    align-items: center;
    padding: 20px 10px;
    border-top: 1px solid #eeeeee;
    line-height: 20px;
}
.hitem_left img{
    vertical-align: middle;
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: cover;
}
.hitem_right{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #000;
    opacity: 1;
    font-family: 'exo', Sans-Serif !important;
    padding-left: 10px;
    padding-top: 10px;

    display: flex;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #eeeeee;
    line-height: 20px;
}
.howto_w50{
    width: 50%;
}
.hw50_img img{
    width: 100%;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
    vertical-align: middle;
}
.hw50_title{
    font-size: 36px;
    font-weight: bold;
    line-height: 35px;
    color: #000;
    opacity: 1;
    font-family: 'exo', Sans-Serif !important;
}
.dflex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 10px;
}
.flexcolumn{
    flex-direction: column !important;
}
.flexcolumn .hitem_left,.flexcolumn .hitem_right{
    width: 100%;
}
.dflex .howto_item{
    margin-top: 0;
    padding-left: 10px;
}
.dflex_c .howto_item{
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
}
.dflex_c{
    padding-left: 10px;
}
.header{
    position: inherit;
}
.nt_bg{
    background: #fff;
}
.howto_c_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.c_left{
    width: calc(100% - 400px);
}
.c_right{
    width: 320px;
}
.howto_c_box{
    color: #000;
}
.howto_title{
    font-size: 32px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: bold;
}
.c_left p{
    font-size: 13px;
    margin-bottom: 30px;
    text-align: left;
    line-height: 25px;
}
 ul li{
    text-align: left;
    padding-left: 10px;
    font-size: 13px;
    text-align: left;
    line-height: 25px;
}
.howto_d_t{
    font-size: 24px;
    text-align: left;
    margin-top: 30px;
    font-weight: 700;
}
.howto_d_t span{
    text-align: left;
    background-color:#246EEF;
    color: #fff;
    border-radius: .4rem;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    line-height: 28px;
    display: inline-block;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    margin-right: 25px;
}
.blog_img{
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 10px auto;
    margin-top: 20px;
    max-height: 572px;
    object-fit: contain;
    max-height: 280px;
}
.fixed_step .blog_img{
    object-fit: contain;
    margin-top:0;
    max-height: 470px;
}
.line{
    height: 1px;
    width: 100%;
    background-color: #999999;
}
.create_btn{
    text-align: left;
    color: #1442b7;
    cursor: pointer;
    width: max-content;
}
.r_title{
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}
.r_t_d{
    font-size: 15px;
    font-weight: 700;
}
.r_t_item{
    margin-bottom: 30px;
}
.r_t_item img{
    width: 100%;
    height: auto;
}
.r_t_title{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
    color: #000;
}
.search_form{
    margin: 10px auto !important;
    max-width: 650px !important;
}
.s_item_title a{
    display: block;
    width: 100%;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
}
.s_item_title a,.s_item_des{
    color: #000;
    text-align: left;
}
.search_box{
    width: 960px;
    padding-left: 180px;
}
.s_item_des{
    
    display: block;
    /* color: black; */
    word-break: break-word;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
}
.iframe_box{
    display: none;
    position: fixed;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
}
#contentFrame,.i_b{
    width: 100%;
    height: 100%;
}
.i_b{
    position: relative;
}
.close_iframe{
    position: absolute;
    top: -22px;
    right: -29px;
    cursor: pointer;
}
.search_item{
    /* width: 50%; */
    margin-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9dce5;
}
.search_url{
    font-size: 13px;
    text-align: left;
    color: #000;
}
.votes{
    font-size: 14px;
    color: #000000;
    line-height: 28px;
    text-align: left;
    padding-top: 10px;
}
.share_box{
    display: flex;
    background-color: #14cccc;
    height: 50px;
    width: 100%;
}
.share_left{
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 12px solid #fff;
    display: inline-block;
}
.share_text{
    display: inline-flex;
    margin-top: 10px;
    width: 150px;
    font-size: 16px;
    margin-left: 20px;
    font-family: Outfit;
    font-weight: 700;
    color: #000;
}
.share_btn{
    display: inline-flex;
    float: right;
    margin-left: auto;
    align-items: center;
}
.share_btn a{
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    height: 35px;
    width: 35px;
    margin: 0 6px;
}
.share_box{
    display: none;
}
.linkedin {
    background-color: #0977b5;
}
.google {
    background-color: #dd4b39;
}
.twitter {
    background-color: #55acee;
}
.facebook {
    background-color: #3b5998;
}
.share-buttons-item svg {
    height: 50%;
    margin: 0 auto;
    width: 50%;
}
.fixed_step{
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: 100vh;
    z-index: 999;
    padding: 20px 0;
    overflow: auto;
}
.fixed_step .content{
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    margin: 0 auto;
    min-height: calc(100vh - 45px);
}
.fixed_step p:last-child{
    text-align: left;
}
.close_fixed_btn{
    position: absolute;
    top: 15px;
    right: 15px;
}
.close_fixed_btn svg path{
    fill: #000;
}
.switch_step{
    position: absolute;
    bottom: 20px;
    right: 15px;
    display: flex;
    flex-direction: column;
}

.switch_step a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border: none;
    outline: none;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    cursor: pointer;
}
.switch_step a svg path{
    fill:#fff;
}
.fixed_step{
    display: none;
}
.page_next {
    padding: 15px;
    border-bottom: 1px solid #ECEFF1;
    border-top: 1px solid #ECEFF1;
    max-width: 640px;
    width: 94%;
    margin: 20px auto 30px;
    display: flex;
    justify-content: space-between;
}
.page_prev {
    width: 50px;
    margin: 0 10px;
    padding-left: 0;
}
.page_content{
    width: calc(100% - 120px);
    padding-left: 30px;
}
.page_content span{
    display: flex;
    color:#000;
}

.page_btn:hover{
    color: #fff;
}
#step_des{
    width: 100%;
    display: block;
    text-align: left;
}
.page_btn {
    display: block;
    padding: 16px 0;
    background-color: #1A73E8;
    border-radius: 5px;
    width: 60px;
    color: #fff;
    text-align: center;
}
.fixed_step p{
    text-align: left;
}
.fixed_step::-webkit-scrollbar{
    width: 0;
}
.fixed_step .howto_d_t{
    margin-top: 15px;
}
.invoice_main{
    padding-top: 0;
    position: relative;
}
.invoiceone{
    background-image: url(../images/top1.webp);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: 50px;
    min-height: calc(100vh - 60px);
}
.invoicetwo{
    background-image: url(../images/top2.webp);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: 50px;
    min-height: calc(100vh - 60px);
}
.invoicethree{
    background-image: url(../images/top3.webp);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: 50px;
    min-height: calc(100vh - 60px);
}
.invoicefour{
    background-image: url(../images/top4.webp);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: 50px;
    min-height: calc(100vh - 60px);
}
.invoicefive{
    background-image: url(../images/top5.webp);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: 50px;
    min-height: calc(100vh - 60px);
}
.invoice_box{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.invoice_title{
    font-size: 25px;
    font-weight: 700;
    margin: 20px 0;
}
.mask_btn a{
    background-color: #ff8c00;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    padding: 10px 50px;
    width: fit-content;
}
.invoice_ht{
    padding: 30px 0;
}
.invoice_t{
    text-align: center;
    color:#000;
    font-size: 25px;
    font-weight: 700;
}
.invoice_ht_box{
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.invoice_ht_item{
    width: 32%;
}
.invoice_ht_img img{
    width: 98%;
    margin: 10px auto;
    max-height: 230px;
}
.invoice_ht_t{
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.invoice_ht_d{
    color: #000;
    font-size: 13px;
    line-height: 16px;
}
.main-box {
    padding-top: 70px;
    min-height: calc(100vh - 60px);
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin: 24px 0 0 0;
    font-family: Arial, sans-serif;
}
.pagination .page-link {
    display: inline-block;
    padding: 6px 14px;
    margin: 0 2px;
    border-radius: 4px;
    background: #f5f7fa;
    color: #007bff;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    font-size: 15px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}
.pagination .page-link:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}
.pagination .current {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
    font-weight: bold;
    cursor: default;
    box-shadow: 0 2px 6px rgba(0,123,255,0.08);
}
.pagination .page-link[disabled],
.pagination .page-link.disabled {
    background: #f5f7fa;
    color: #ccc;
    border-color: #e0e0e0;
    cursor: not-allowed;
    pointer-events: none;
}
@media (max-width:1366px) {
    .fixed_step .blog_img{
        max-height:320px
    }
    .main{
        padding-top: 0;
    }
    .c_left p, .howto_title{
        margin-bottom:15px;
    }
    .howto_d_t{
        margin-top: 10px;
    }
}
@media (max-width:1024px) {

    .search_box{
        width: 96%;
        padding-left: 0;
        margin: 0 auto;
    }
}
@media (max-width:850px) {
    .page_item_box{
        flex-wrap: wrap;
    }
    .top-a .pdf-all{
        height: 22px;
    }
    .menu-login{
        height: 25px;
        line-height: 15px;
    }
    .fixed_step .content{
        min-height: calc(100vh - 95px);
    }
    .page_content span{
        font-size: 14px;
    }
    .page_btn{
        font-size: 13px;
    }
    .page_content{
        padding-left: 10px;
    }
    .page_next_box{
        position: fixed;
        bottom: -30px;
        width: 100%;
        left: 0;
        background: #fff;
        z-index: 99999;
        padding: 8px 5px;
    }
    .fixed_step{
        padding-bottom: 60px;
    }
    .page_next{
        padding: 8px;
    }
    .share_box{
        display: flex;
    }
    .search_item{
        margin: 15px 0;
        padding-bottom: 10px;
    }
   
    .search_b #search_form{
        display:block;
    }
    .howto_search #search_form{
        display:block;
        margin: 25px auto;
    }
    .main{
        padding-top: 0;
    }
    #main_howto{
        padding-top: 65px;
    }
    .howto_title{
        font-size: 23px;
        margin-bottom: 15px;
    }
    .c_left p{
        line-height: 22px;
        font-size: 15px;
    }
    .firstp{
        font-size: 13px !important;
        line-height: 28px !important;
    }
    .howto_d_t span{
        width: 32px;
        height: 36px;
        line-height: 36px;
        margin-right:15px;
    }
    
    .howto_d_t{
        font-size: 18px;
        font-weight: 700;
    }
    .howto_item,.howto_w50,.c_left,.c_right{
        width: 100%;
    }
    .howto_item a{
        width: 100%;
        flex-direction: column;
    }
    .hitem_left,.hitem_right{
        width: 100%;
    }
    .hitem_left,.hw50_img img{
        height: 200px;
    }
    .hitem_left img{
        width: 100%;
        height: 200px;
    }
    .hw50_title{
        font-size: 22px;
        margin: 3px 0;
    }
    .howto_list{
        margin-bottom: 0;
    }
    .dflex .howto_item,.dflex,.dflex_c,.hitem_right{
        padding: 0;
    }
    .hitem_right{
        margin: 10px;
        text-align: center;
    }
    .howto_tip{
        font-size: 25px;
    }
    .r_t_title{
        font-size: 18px;
        color:#000;
    }
    .r_t_item img{
        width: 100%;
        height: 213px;
        border-radius: 20px;
        object-fit: cover;
    }
}