h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: bold;
}

.footer-logo{
    text-align: center;
    margin-bottom: 15px;
}
.footer-logo img{
    max-height: 32px;
}
.footer-menu{
    margin-bottom: 0;
}
.footer-menu-wrap .footer-menu-item{
    margin: 0 5px;
}
.footer-menu-wrap .footer-menu-item .dropdown-toggle{
    display: flex;
    align-items: center;
}
.footer-menu-item .btn-group .bi-globe2{
    color: #EF4741;
    margin-right: 5px;
}
.navbar .menu-item .bi-globe2{
    color: #EF4741;
}
.footer-menu-item .dropdown-item{
    padding: 0;
}
.footer-menu-item .dropdown-item:hover,
.footer-menu-item .dropdown-item:focus,
.footer-menu-item .dropdown-item:active{
    background-color: transparent;
    text-decoration: none;
}
.footer-menu-item .dropdown-item .footer-menu-link{
    padding: 5px 15px;
    display: block;
}
.footer-menu-item .dropdown-item .footer-menu-link:hover,
.footer-menu-item .dropdown-item .footer-menu-link:focus,
.footer-menu-item .dropdown-item .footer-menu-link:active{
    background-color: #EF4741;
    color: #fff;
    text-decoration: none;
}

.aside-fixed.fixed{
    position: fixed;
}

.login-wrapper{
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 30px;
    background-color: #fff;
    background: url(../images/login-bg.png) no-repeat center bottom /contain;
}
.login-form-wrap{
    position: relative;
    top: -20px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
}
.login-logo{
    text-align: center;
    margin-bottom: 30px;
}
.login-logo img{
    max-height: 80px;
}
.login-form .input-group{
    margin-bottom: 20px;
}
.login-form .input-group .input-group-text{
    padding-left: 20px;
    padding-right: 0;
    background-color: transparent;
    border-radius: 20px 0 0 20px;
}
.login-form .form-control {
    height: 40px;
    border-radius: 0 20px 20px 0;
    background-color: #fff;
    box-shadow: none;
    line-height: 36px;
    color: #222;
    padding: 10px 15px;
    border: 1px solid #DFE1E5;
    border-left: 0;
    text-decoration: none;
}
.login-form .form-control:focus {
    border-color: #DFE1E5;
    box-shadow: none;
    text-decoration: none;
}
.login-form .btn{
    margin-bottom: 20px;
}
.login-form .form-check-label a{
    color: #009CA6;
}
@media (min-width: 768px){
    .login-wrapper{
        margin-top: 200px;
        margin-bottom: 60px;
        padding-bottom: 140px;
    }
    .login-form-wrap{
        top: -40px;
        padding: 40px;
        border-radius: 20px;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.16);
    }
    .login-logo{
        margin-bottom: 40px;
    }
    .login-logo img{
        max-height: 110px;
    }
    .login-form .input-group{
        margin-bottom: 30px;
    }
    .login-form .input-group .input-group-text{
        padding-left: 20px;
        border-radius: 24px 0 0 24px;
    }
    .login-form .form-control {
        height: 48px;
        border-radius: 0 24px 24px 0;
        line-height: 48px;
        padding: 10px 15px;
    }
}
.home-content-wrapper{
    display: flex;
    align-items: center;
}
.home-content-wrap{
    flex: 1;
}
.home-logo{
    text-align: center;
    margin-bottom: 20px;
}
.home-logo img{
    max-height: 40px;
}
.input-icon .input-icon-addon{
    left: 10px;
}
.input-icon .form-control.search-form-input{
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    padding-left: 40px;
    padding-right: 20px;
    width: 100%;
}
@media (min-width: 768px){
    .home-logo{
        margin-bottom: 30px;
    }
    .home-logo img{
        max-height: 80px;
    }
    .input-icon .input-icon-addon{
        left: 10px;
    }
    .input-icon .form-control.search-form-input{
        height: 48px;
        line-height: 48px;
        border-radius: 24px;
        padding-left: 50px;
        padding-right: 30px;
    }
}
.global-page-content{
    margin-top: 40px;
}
@media (min-width: 768px){
    .global-page-content{
        margin-top: 60px;
    }
}
@media (min-width: 992px){
    .global-page-content{
        margin-top: 80px;
    }
}
.user-page-title i{
    font-size: 150%;
}
.record-item{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DFE1E5;
}
.record-title{
    margin-bottom: 10px;
}
.record-title span{
    cursor: pointer;
}
.record-datetime{
    color: #999;
}
.record-list{
    margin-bottom: 40px;
}
@media (min-width: 768px){
    .record-item{
        padding-bottom: 25px;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
    }
    .record-title{
        flex: 1;
        width: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 0;
    }
    .record-datetime{
        color: #999;
        min-width: 170px;
        text-align: right;
    }
    .record-list{
        margin-bottom: 80px;
    }
}
.download-item{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DFE1E5;
}
.download-left{
    margin-bottom: 10px;
}
.download-left span{
    cursor: pointer;
}
.download-datetime{
    color: #999;
}
.download-list{
    margin-bottom: 40px;
}
.download-right{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 768px){
    .download-item{
        padding-bottom: 25px;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
    }
    .download-left{
        flex: 1;
        width: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 0;
    }
    .download-right{
        padding-left: 30px;
        min-width: 300px;
    }
    .download-datetime{
        color: #999;
        text-align: right;
    }
    .download-list{
        margin-bottom: 80px;
    }
}
.user-profile-sidebar{
    padding: 30px 15px;
}
.user-profile-back{
    background-color: #EFF0F0;
    border-radius: 8px;
    padding: 10px 15px;
    color: #000;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.user-profile-back i{
    font-weight: bold;
    margin-right: 10px;
}
.user-profile-info{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #DFE1E5;
    margin-bottom: 20px;
}
.user-profile-info-left{
    font-size: 40px;
    margin-right: 12px;
}
.user-profile-name{
    font-size: 16px;
    font-weight: bold;
}
.user-profile-text{
    color: #999;
}
.user-profile-menu{
    padding: 0;
    list-style: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #DFE1E5;
    margin-bottom: 20px;
}
.user-profile-menu li{
    margin-bottom: 15px;
}
.user-profile-exit a,
.user-profile-menu li a{
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.user-profile-exit a:hover,
.user-profile-menu li a:hover{
    color: #EF4741;
}
.user-profile-exit a i,
.user-profile-menu li a i{
    margin-right: 10px;
    color: #999;
}
.company-page-wrapper{
    background-color: #F2F4FB;
}
.company-list{
    margin-top: 40px;
}
.company-item h4{
    margin-bottom: 20px;
}
.company-item h4 a{
    color: #00AAB5;
}
.company-item h4 a:hover,
.company-item h4 a:focus{
    color: #000;
}
.company-item p{
    margin-bottom: 20px;
}
.company-code{
    color: #000;
}
.company-code span{
    font-weight: bold;
    color: #00AAB5;
}
@media (min-width: 768px){
    .company-list{
        margin-top: 50px;
    }
}
.badge{
    font-size: 0.85em;
}
.text-bg-info{
    color: #fff !important;
}
.bg-light{
  background-color: #F8F7FA !important;
}
/* 分页 */

.pagination .page-link {
    border: 0;
    margin-top: auto;
    margin-bottom: auto;
    color: #111;
    font-weight: bold;
    background: none;
}
.page-item {
    display: flex;
    margin: 0 5px;
}
/* .page-item:first-child .page-link,
.page-item:last-child .page-link {
    font-size: 30px;
} */

.page-link.disabled, .disabled > .page-link,
.pagination .active > .page-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    color: #111;
    background: none;
    border: 0;
}
.pagination .active > .page-link{
    background-color: #fff;
    color: #009CA6;
}
/* Company detail */
.template-company-detail{
    background-color: #F2F4FB;
}
.bg-light-blue{
    background-color: #F8F9FD;
}
.bg-dark-blue{
    background: #0F1621 url("../images/bg-dark-blue.svg") no-repeat right top;
}
.bg-light-blue{
  background: url("images/front-pages/backgrounds/hero-bg.png") center no-repeat, linear-gradient(138.18deg, #eae8fd 0%, #fce5e6 94.44%);
  background-size: cover;
}
.app-copy-box span{
    cursor: pointer;
}
#copyNotification {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    max-width: 120px;
    z-index: 9999;
}
.table-column th{
    min-width: 150px;
    background-color: #F2F4FB;
}
.list-group-custom{
    padding: 0;
}
.list-group-custom li{
    list-style: none;
}
.list-group-custom li::before{
    content: "\f519";
    position: absolute;
    left: 1rem;
    top: 0.8rem;
}
.list-group-custom li span:hover{
    background-color: #F2F4FB;
}
.text-bg-gray {
    color: #212529;
    background-color: #E5FEFF !important;
}
#section11 table td{
    word-break: break-word;
}
.footer a{
    color: #212529;
}
.footer a:hover,
.footer a:focus{
    color: #EF4741;
}
.upload-img-item{
    margin-bottom:10px;
    background: #999 url('../images/add-icon.png') no-repeat scroll right top;
    background-size: 20px;
    border-radius: 2px;
    cursor: pointer;
}
.upload-img-item.company_logo{
    width: 100%;
    background-color: #f5f5f5;
    max-width: 682px;
    min-height: 340px;
    max-height: 340px;
    background-position: center;
    background-size: contain;
}
.max-height-20{
    max-height: 20em;
}

.shadow-sm{
    box-shadow: 0 1px 3px 0 rgba(50,100,135,.2) !important;
}

.light-blue{
    color: #346df1;
}

.item-title{
    color: #666;
}

.nav-link{
    color: #000;
}

.aside-section{
    border-bottom: #00AAB5 3px double;
}

.aside-section h6{
    font-size: 100%;
}

.list-row-item .list-item-title{
    position: relative;
}
.list-row-item .list-item-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    height: 1px;
    background-image: linear-gradient(to right, #bcc7cd, #bcc7cd 1px, transparent 1px, transparent);
    background-size: 3px 1px;
    background-repeat: repeat-x;
    background-position: left center;
}
.list-row-item .list-item-title span{
    background-color: #fff;
}
.list-group-item{
    --bs-list-group-item-padding-x: 0;
    --bs-list-group-item-padding-y: 0.4rem;
}

.template-company-detail h4.mb-4,
.template-company-detail h6.mb-3.text-dark{
    text-transform: uppercase;
}


#homepage-header .fixed-top {
  top: 20px;
}

#homepage-header .navbar {
    border: 2px solid #fff;
    border-radius: 10px;
}

.tag{
  background-color: #E8E6FC;
  color: #7366EF;
  border-radius: .25rem;
}

.hero-title{
  animation: shine-0279cd7b 2s ease-in-out infinite alternate;
    background: linear-gradient(135deg, #28c76f, #5a4aff 47.92%, #ff3739);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% auto;
    font-size: 42px;
    font-weight: 800;
    line-height: 48px;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.home-page .card{
  border-radius: 12px;
  height: 100%;
}

.home-page .card.shadow{
  box-shadow: 0.5rem 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.2);
}

.home-page .section-title{
  position: relative;
  animation: shine-0279cd7b 2s ease-in-out infinite alternate;
  background: linear-gradient(135deg, #28c76f, #5a4aff 47.92%, #ff3739);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200% auto;
  font-size: 32px;
  font-weight: 800;
  line-height: 48px;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.home-page .card .card-title{
  font-size: 38px;
}

.home-page .card .card-sub-title{
  color: #0137E4;
  font-size: 28px;
}

.contact-card:before {
    position: absolute;
    content: url(../images/front-pages/contact-border-CaCOSqsR.png);
    inset-block-start: -2.5rem;
    inset-inline-start: -2.5rem;
}

.home-page .investigation-report i{
  color: #0137E4;
  font-size: 38px;
}

.home-page .card.data-stats-item{
  border-radius: 8px;
}

.home-page .card.data-stats-item-01{
  border: 1px solid #9F97F4;
}

.home-page .card.data-stats-item-02{
  border: 1px solid #50CFDF;
}

.home-page .card.data-stats-item-03{
  border: 1px solid #50CFDF;
}

.home-page .card.data-stats-item-04{
  border: 1px solid #FFBD7E;
}

.home-page .card.data-stats-item i{
  font-size: 38px;
}

.home-page .card.data-stats-item-01 i{
  color: #9F97F4;
}

.home-page .card.data-stats-item-02 i{
  color: #50CFDF;
}

.home-page .card.data-stats-item-03 i{
  color: #50CFDF;
}

.home-page .card.data-stats-item-04 i{
  color: #FFBD7E;
}

.services-plan th{
  color: #0137E4;
  font-size: 38px;
}
.services-plan i.bi{
  text-align: center;
  padding: 4px;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  font-size: 18px;
}

.services-plan i.bi.bi-check{
  background-color: #E3E1FC;
  color: #9F97F4;
}

.services-plan i.bi.bi-x{
  background-color: #f5f5f5;
  color: #999;
}

.table-hover > tbody > tr:hover > * {
    --bs-table-bg-state: #f8f9fa;
}

.login-form-wrap .form-check .form-check-input{
  margin-left: 0;
}

.nav-link:hover,
.nav-link:focus{
  color: #0137E4;
}
