﻿.bg-img {
    background-image: linear-gradient(rgba(255, 255, 255, .97),rgba(255, 255, 255, .97) 100%),url('../img/S__52355105.jpg');
    background-size: cover;
    min-height: 800px;
}

.font_weight_900 {
    font-weight: 900;
}

li {
    font-size: 25px;
}

.color_red {
    color: red;
}

.custom-btn {
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}

/* 3 */
.modal-footer {
    justify-content: space-between;
}

.btn-3 {
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
    border-radius: 50px;
}

    .btn-3 span {
        position: relative;
        display: block;
        font-size: 17px;
        background: #475da7;
        color: #fff;
    }

#form_3 {
    background-color: white;
    padding: 25px;
    border-radius: 10px;
}

.text-size-ylarge {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    word-break: break-all;
    padding: 20px 15px 20px 15px;
    margin-top: 20px;
    background-color: #D9F9FFE8;
}

.subtext {
    margin-top: 20px;
    padding: 20px 15px 20px 15px;
    line-height: 2;
    text-align: left;
    width: 100%;
    font-size: 20px;
}

    .subtext p {
        font-size: 20px;
    }

.bg_D9F9FFE8 {
    background-color: #D9F9FFE8;
}

.tab-content {
    margin-bottom: 20px;
    border-radius: 10px;
}

.selector_Occupational {
    display: flex;
    align-items: baseline;
}

.selector_Occupational_others {
    display: flex;
    flex-direction: column;
}

.selector_Occupational label {
    padding-left: 8px;
}

.custom-control {
    display: flex;
    align-items: baseline;
}

    .custom-control label {
        padding-left: 8px;
    }


td {
    text-align: center;
    vertical-align: middle; /* 将文本垂直居中对齐 */
    height: 100px; /* 根据需要设置单元格高度 */
}

.dataTitle_Index {
    border-top-left-radius: 10px;
}

.dataTitle_usage {
    border-top-right-radius: 10px;
}

.padding_30px_25px {
    padding: 30px 25px;
    text-align: center;
    vertical-align: middle; /* 将文本垂直居中对齐 */
}

.data_cardTitle {
    padding: 25px;
    width: 15%;
}

.data_description {
    padding: 25px;
    width: 35%;
}



.bg-tr {
    background-color: #3CB371;
    color: white;
}

/* 自定义样式，根据需要进行调整 */
.line-with-icon {
    display: flex;
    align-items: center;
    text-align: center;
}

    .line-with-icon::before,
    .line-with-icon::after {
        content: "";
        flex: 1;
        border-top: 2px solid gray; /* 线的样式和颜色 */
        width: 100%; /* 将宽度设置为 100% 以延长线 */
        margin: 0 10px; /* 图标和线之间的距离，根据需要调整 */
    }

    .line-with-icon .icon {
        font-size: 20px; /* 图标的大小，根据需要调整 */
    }

/*max pic*/
.heading {
    position: relative;
    width: 100%;
    padding: 75px;
    min-height: 200px;
    display: flex;
    align-items: center;
}

.heading_backgroundImg {
    background-image: linear-gradient(rgba(204, 220, 181, 0),rgba(176, 220, 228, 0) 100%),url('../img/vackground-hDQ-dUjQN8E-unsplash copy.jpg');
    background-size: cover;
    background-position: center;
}

.header-title {
    width: 100%;
    margin: 0 0 24px;
    font-size: 40px;
    font-weight: 250;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-top: 15px;
    text-align: center;
}

.header_title_second {
    font-size: 50px;
}

.bg-img .container {
    /*display: flex;*/
    justify-content: center;
}

.text-center {
    text-align: center;
}

/*databar*/
.data-right-part {
    color: #9955FF;
    background-color: #f1f6f7;
}

.datasets-bar .nav {
    justify-content: flex-start;
    margin-left: 24px;
}

.datasets-bar .nav-link.active {
    background-color: #fff;
}

.datasets-search {
    padding: 8px 24px;
}

.datasets-bar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.databar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
}

    .databar .databar-title {
        color: #000;
        font-size: 20px;
    }

.color_A73AFD_and_weight600 {
    color: #A73AFD !important;
    font-weight: 600;
}

/*tablist*/
.nav-link {
    color: black;
}

.nav {
    justify-content: center !important;
}

.nav-tabs .nav-link.active {
    color: #9955FF;
    background-color: #fff;
}

.tablist-title {
    text-align: left;
    padding: 60px 50px 60px;
    /*border-bottom: 1px solid #DEE2E6;
        border-left: 1px solid #DEE2E6;
        border-right: 1px solid #DEE2E6;*/
}

@media(min-width:1400px) {
    .container {
        max-width: 1500px;
    }
}

@media(max-width: 1199px) {

    .container, .container-lg, .container-md, .container-sm {
        max-width: 1120px;
    }

    li {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 720px;
    }

    li {
        font-size: 18px;
    }
}

@media(max-width: 768px) {
    .table_box {
        overflow: auto;
    }
}

@media(max-width: 575px) {

    .header_title_second {
        font-size: 40px;
    }

    li {
        font-size: 18px;
    }

    .header-title {
        font-size: 30px;
    }

    .text-size-ylarge {
        font-size: 20px;
    }

    .subtext {
        font-size: 18px;
    }

    .btn-3 {
        width: 100px;
    }
}
