﻿.info-item {
    width: 100%;
    background-color: #ebebeb;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
}

.info-item:hover {
    background-color: darkorange;
}

.info-item.active {
    background-color: darkorange;
}

.info-icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 5px;
}

.info-icon span {
    font-size: 34px;
    color: darkorange;
}

.info-text-container {
    padding-left: 10px;
    font-size: 20px;
    color: black;
    margin-left: 5px;
    display: flex;
    flex-direction: column;
}

.boxinfo {
    padding-left: 20px;
    padding-right: 10px;
}

.boxinfo .boxinfo-item {
    width: 100%;
    background-color: #ebebeb;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    height: 100px;
}

.boxinfo .boxinfo-item:hover {
    background-color: darkorange;
}

.boxinfo .boxinfo-item.active {
    background-color: darkorange;
}

.boxinfo .boxinfo-item .boxinfo-icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 5px;
    font-size: 32px;
}

.boxinfo .boxinfo-item .boxinfo-icon span {
    font-size: 34px;
    color: black;
}

.boxinfo .boxinfo-item .boxinfo-text-container {
    padding-left: 10px;
    font-size: 18px;
    color: black;
    margin-left: 5px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.boxinfo-name1 {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}

.boxinfo-name2 {
    font-size: 18px;
    text-align: right;
}

.panel-container {
    margin-left: 20px;
    margin-right: 10px;
    border: 1px solid lightgray;
    border-radius: 5px;
}

.panel-title {
    margin-top: -18px;
}

.panel-title-text span {
    background-color: white;
    font-size: 22px;
}

.panel-control {
    display: flex;
    justify-content: flex-start;
    padding: 5px 20px 20px 20px;
}

.panel-item {
    margin: 5px;
}

.panel-item-btn {
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.panel-item-btn button {
    width: 130px;
    margin-top: -14px;
    height: 38px;
}

.boxinfo2 {
    padding-left: 20px;
    padding-right: 10px;
}

.boxinfo2 .boxinfo2-item {
    width: 100%;
    background-color: #ebebeb;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
}

.boxinfo2 .boxinfo2-item:hover {
    background-color: darkorange;
}

.boxinfo2 .boxinfo-item2.active {
    background-color: darkorange;
}

.boxinfo2 .boxinfo2-item .boxinfo2-icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 5px;
    font-size: 24px;
}

.boxinfo2 .boxinfo2-item .boxinfo2-icon span {
    font-size: 34px;
    color: black;
}

.boxinfo2 .boxinfo2-item .boxinfo2-text-container {
    padding-left: 10px;
    font-size: 18px;
    color: black;
    margin-left: 5px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.boxinfo2-name1 {
    font-size: 30px;
    font-weight: 600;
}

.boxinfo2-name2 {
}

.d-flex-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fraud-card-container {
}

.fraud-card-item {
    width: 100%;
    border: 1px solid #222529;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #222529;
}

.fraud-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
    color: white;
}

.fraud-card-header-left {
    font-size: 26px;
    font-weight: 600;
}

.fraud-card-header-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
}

.fraud-card-content {
    padding: 10px;
    background-color: #c3c5c6 !important;
    margin-top: 10px;
}

.fraud-card-content1 {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fraud-card-content2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    background-color: #f0e4e4;
}

.fraud-card-thumbnail {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.fraud-card-thumbnail img {
    width: 160px;
    height: 128px;
}

.fraud-card-number {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 24px;
}

.fraud-card-content3 {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fraud-card-content4 {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fraud-card-content5 {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: wheat;
    cursor: pointer;
}

.fraud-card-content5 span {
    font-size: 18px;
    font-weight: 600;
}

.case-info {
    margin: 0px 10px 10px 10px;
}

.case-info-item {
    vertical-align: middle;
}

.case-header {
    font-size: 18px;
    font-weight: 600;
}

.case-timeline {
    border: 1px solid lightgray;
    margin: 10px;
    background-color: #fcfcfc;
}

.action-history {
    border: 1px solid lightgray;
    margin: 10px;
    background-color: #fcfcfc;
}

.action-item {
    margin: 20px;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 10px;
}

.action-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: lightgray;
    margin: -10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 8px;
}

.action-remark {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

.action-file-list {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    color: blue;
}

.action-button-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px 20px;
}

.action-button-list button {
    margin-right: 7px;
    width: 130px;
}

.action-remark-list {
    overflow-y: scroll;
    height: 350px;
}

.action-file-list span {
    cursor: pointer;
}

.action-image-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.action-image-item {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
}

.action-image-item img {
    height: 70px;
    width: 70px;
}

.action-new-remark {
    margin: 20px;
}

.action-new-remark textarea {
    width: 100%;
}

.tbl-item {
    flex: 1;
}

.tbl-img-container {
    display: flex;
    overflow-x: scroll;
    flex-wrap: wrap;
}

.tbl-img-item {
    padding: 10px;
    margin: 70px 10px 10px 10px;
    width: 350px;
    height: 150px;
}

.tbl-img-item img {
    background-size: cover;
    width: 100%;
    height: 100%;
}

.tbl-img-lbl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    background-color: lightgray;
    padding: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tbl-img-lbl-footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
/*    background-color: lightgray;
    padding: 5px;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top:5px;
}

.fraud-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.fraud-status-header {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 5px;
    background-color: lightgrey;
}

.fraud-status-group {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #232529;
    color: white;
}

.fraud-status-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: 1px solid lightgray;
}

.fraud-status-text1 {
    font-size: 20px;
    font-weight: 600;
}

.fraud-status-text2 {
    font-size: 30px;
    font-weight: 600;
}

.analytic-container {
    display: flex;
    margin-bottom: 50px;
}

.stat-container {
    width:80%;
}

.branch-list-container {
    padding: 10px 10px 10px 20px;
    width: 20%;
    overflow-y: scroll;
}

.branch-item-header {
    background-color: lightgrey;
    padding: 5px;
}

.branch-item {
    padding: 10px;
    border-bottom: 1px solid lightgray;
    cursor : pointer;
}