main.acp-page{
    overflow: visible;
}
.acp-page .container {
    position: relative;
}
.acp-page nav .breadcrumb-item a {
    color: #467BBB;
}
.acp-page nav .breadcrumb-item a:hover {
    text-decoration: underline;
}
.acp-page nav .breadcrumb-item.active span {
    color: #000000
}
.acp-page .btn {
    background: #FFD72F;
    color: #000;
    padding: 5px 30px;
    border-radius: 8px;
    width: fit-content;
    font-size: 16px;
    transition: 0.4s;
    display: block;
    position: relative;
}
.acp-page .btn.btn_light_yellow {
    background:rgba(255, 215, 47, 0.44);
    padding: 2px 30px;
    font-size: 14px;
    border-radius: 4px;
    border: solid 1px #FFD72F;
    font-weight: 500;
    line-height: 28px;
}
.acp-page .btn.btn_small {
    padding: 2px 8px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 500;
    line-height: 28px;
}
.acp-page select {
    border: solid 1px #FFD72F;
    background-color:#FFD72F;
    border-radius: 4px;
    width: 50%;
    padding: 1px 10px;
    cursor: pointer;
}
.acp-page .btn.btn_light_yellow:hover {
    background-color: #fff;
}
.acp-page .btn img {
    margin-left: 10px;
}
.acp-page .btn:hover {
    background: hsla(209, 56%, 60%, 1);
    text-decoration: none;
}
.acp-page .btn.btn_blue {
    background: hsla(209, 56%, 60%, 1);
    color: #fff;
    white-space: nowrap;
}
.acp-page .btn.btn_blue:hover {
    background: #FFD72F;
}
.acp-page h1 {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 45px;
    margin-bottom: 15px;
}
.intro_wrapper {
    margin-bottom: 50px;
}
.intro_text:before {
    content: " ";
    display: block;
    width: 6px;
    height: 46px;
    background-color: #FFD72F;
    position: absolute;
    left: 0px;
}
.intro_text {
    padding-right: 30px;
}
.intro_text p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-right: 50px;
}
.acp-page .rel {
    position: relative;
}
.acp-page .flex {
    display: flex;
}
.reports_summary {
    width: 100%;
    margin-top: 50px;
}
.reports_summary > div:first-child {
    width: 30%;
}
.reports_summary > div:last-child {
    width: 70%;
}
.report-card {
    box-shadow: 7px 7px 36px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 14px 18px 14px 30px;
    height: 100%;
}
.reports_summary > .report-card:first-child {
    margin-right: 20px;
    padding: 10px 20px 20px 30px;
}
.report-qty {
    font-size: 50px;
    font-weight: 700;
    color: #3C6BA1;
    line-height: 1;
}
.report-name {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    border-left: solid 1px #000;
    display: block;
    margin-left: 15px;
    padding-left: 10px;
    height: 32px;
    position: relative;
    top: 10px;
}
.report-card .btn {
    margin-top: 10px;
}
.one-measure-item {
    line-height: 14px;
    font-size: 12px;
    align-items: center;
}
.one-measure-item span{
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    margin-right: 10px;
}
.one-measure-item .label-circle {
    font-size: 12px;
    line-height: 14px;
    margin-left: 5px;
}
.done-status {
    background-color: #7CE96A;
}
.partly-done-status {
    background-color: #DFE96A;
}
.not-done-status {
    background-color: #E96A6A;
}
.not-time-status {
    background-color: #E99F6A;
}
h4 {
    font-size: 20px;
    font-weight: 400;
}
.report_done-wrapper {
    margin: 60px 0;
}
.report_done-wrapper .flex {
    justify-content: space-between;
}
.simple_table {
    width: 100%;
    margin-top: 20px;
}
.simple_table  td,
.simple_table  th {
    border: solid 1px #A9CEF9;
    border-collapse: collapse;
    width: 16%;
    text-align: center;
    line-height: 18px;
}
.simple_table  th {
    padding: 30px 10px;
    font-size: 16px;
    font-weight: 500;
}
.simple_table  td {
    padding: 10px;
}
.simple_table  tr td:first-child {
    text-align: left;
}
.intro_panel {
    min-width: 30%;
}
.intro_panel > p {
    font-size: 20px;
    line-height: 24px;
    margin-top: 40px;
}
.acp-page .intro_panel input {
    border: 1px solid #FFD72F;
    line-height: 34px;
    background-color: #fff;
    border-radius: 6px;
    width: 100%;
    padding-right: 60px;
}
.intro_panel .btn {
    font-size: 20px;
    border-radius: 6px;
    line-height: 25px;
}
.acp-page .search_btn {
    height: 34px;
    width: 50px;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 0;
    background-color: transparent;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    align-items: center;
}
.pagination > li > a, .pagination > li > span{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > .active > a{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.wide_mobile_table{
    width:100%;
    overflow-y: auto;
}
@media (max-width: 991px) {
    .intro_wrapper,
    .measures-box,
    .two-columns {
        flex-direction: column;
    }
    .acp-page h1 {
        font-size: 28px;
        line-height: 35px;
    }
    .intro_text p {
        margin-right: 0;
    }
    .reports_summary {
        flex-direction: column;
        margin-top: 20px;
    }
    .reports_summary > div:first-child {
        width: 100%;
        margin-bottom: 20px;
    }
    .reports_summary > div:last-child {
        width: 100%;
    }
    .report-col-2 .report-card {
        flex-direction: column;
        margin-bottom: 10px;
        width: 100%;
    }
    .report-col-2 .report-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .intro_wrapper {
        margin-bottom: 20px;
    }
    .report-card .btn {
        width: 100%;
    }
    .one-measure-item {
        margin-bottom: 20px;
    }
    .one-measure-item span {
        margin-right: 30px;
    }

}