a {
    text-decoration: none;
}

.banner {
    width: 100%;
    height: 360px;
    position: relative;
    text-align: center;
}

.crumbs {
    font-size: 14px;
    position: absolute;
    width: 100%;
    bottom: 10px;
    color: white;
    text-align: left;
}

.crumbs a {
    color: white;
    text-decoration: none;
}

.banner > img {
    width: 1920px;
}

.bar {
    height: 64px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.bar ul {
    list-style: none;
    display: flex;
}

.bar ul li {
    width: 80px;
    height: 60px;
    margin-right: 60px;
}

.bar ul .bar-active {
    border-bottom: 4px solid #3B83F2;
}

.bar ul li a {
    line-height: 60px;
    font-size: 16px;
    color: #555555;
}

.bar ul .bar-active a {
    color: #111111;
}

.list-title {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.list-title h3 {
    font-size: 35px;
    font-weight: bold;
    color: #272e3b;
}

.list-title p {
    margin-top: 10px;
    font-size: 14px;
    color: #999999;
}

.page_form {
    margin-top: 20px;
    height: 60px;
    display: flex;
    justify-content: left;
    font-size: 14px;
    background-color: #ffffff;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
}

.inputTextBox {
    position: relative;
    flex: 1;
    margin-right: 10px;
}

.inputTextBox > i {
    position: absolute;
    left: 15px;
    top: 11px;
    z-index: 50;
    font-size: 16px;
    color: #8d97a2;
}

.inputText {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    margin-right: 15px;
    padding: 2px 10px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #777;
    border-radius: 8px;
    text-indent: 30px;
    position: relative;
}

.inputText::before {
    position: absolute;
    content: "<i class='fa fa-plane'></i>";
    color: #333333;
}

.formBtn {
    height: 40px;
    color: white;
    background-color: #ff7d00;
    border: none;
    padding: 0 20px;
    border-radius: 8px;
    letter-spacing: 2px;
    font-size: 14px;
    cursor: pointer;
}

.formBtn:hover {
    background-color: #f5963a;
}

.page_form input[type=checkbox] {
    display: none;
}

/* SQUARED FOUR */
.squaredFour {
    position: relative;
    margin-right: 15px;
    font-size: 14px;
}

.squaredFour label {
    display: block;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 15px;
    background: #f5f7fa;
    color: #a99d93;
    letter-spacing: 2px;
}

.squaredFour label:hover {
    background-color: #3b83f2;
    color: #ffffff;
    opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label {
    background-color: #3b83f2;
    color: #ffffff;
    opacity: 1;
}

.supplier-list {
    min-height: 350px;
    background-color: rgb(240, 244, 250);
    border: 1px solid rgb(240, 244, 250);
    padding: 20px 0;
}

.tab-box {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.tab-item {
    padding: 10px 28px;
    font-size: 15px;
    color: #555555;
    background-color: #ffffff;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    transition: all 0.2s ease;
    user-select: none;
    letter-spacing: 1px;
}

.tab-item:hover {
    color: #3b83f2;
    border-color: #3b83f2;
    background-color: #f0f6ff;
}

.tab-item.active {
    color: #ffffff;
    background-color: #3b83f2;
    border-color: #3b83f2;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(59, 131, 242, 0.3);
}

.list-group {
    margin: 20px 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.list-item {
    width: 413px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #FFFFFF 0%, #F2F7FF 100%);
    border-radius: 10px;
    display: flex;
    padding: 20px;
    box-shadow: 8px 8px 12px 0px #3B5C8F0A;
    position: relative;
}

.list-item > img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

.list-item-info {
    flex: 1;
    margin-left: 15px;
    /*border-right: 1px solid #EEEEEE;*/
}

.list-item-info-head {
    display: flex;
    align-items: center;
}

.list-item-info-head h3 {
    flex: 1;
    width: 170px;
    font-weight: 700;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-item-remark {
    height: 20px;
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 4px;
    display: flex;
    background-color: #3B83F214;
}

.list-item-remark-r {
    color: #3B83F2;
    line-height: 20px;
    padding: 0 5px;
    white-space: nowrap;
    font-size: 11px;
}

.list-item-remark-l {
    min-width: 20px;
    height: 20px;
    border-radius: 4px 0 7px 4px;
    background: linear-gradient(#79AEFF, #3B83F2);
}

.list-item-remark-l svg {
    margin-left: 5px;
    margin-top: 4px;
}

.list-item-remark-warn {
    background-color: #FFEEDF
}

.list-item-remark-warn .list-item-remark-l {
    font-weight: 700;
    font-size: 14px;
    color: #B15E2C;
    line-height: 24px;
    box-sizing: border-box;
    padding: 0 8px;
}

.list-item-remark-warn .list-item-remark-r {
    color: #B15E2C;
}

.list-item-remark-warn .list-item-remark-l {
    background: linear-gradient(#FEE4CD, #FFBD99);
}

.list-item-score {
    margin-top: 20px;
}

.list-item-score {
    color: #FF5533;
    font-size: 14px;
}

.list-item-score svg {
    position: relative;
    top: 4px;
    margin-right: 6px;
}

.list-item-score span {
    color: #555555;
}

.list-item-labels {
    margin-top: 8px;
    min-height: 25px;
    display: flex;
    flex-wrap: wrap;
}

.list-item-label {
    border-radius: 10px;
    background-color: #f5f7fa;
    color: #888888;
    font-size: 12px;
    padding: 3px 8px;
    margin-right: 4px;
    margin-bottom: 3px;
}

.list-item-memo {
    margin-top: 10px;
    width: 270px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #777777;
    font-size: 12px;
    line-height: 18px;
}

.list-item-btn-box {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.list-item-link-box {
    margin-top: 5px;
    color: #444444;
    line-height: 20px;
}

.list-item-link-box i {
    margin-right: 3px;
}

.list-item-btn {
    width: 100px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: white;
    text-align: center;
    background-color: #3B83F2;
    border-radius: 4px;
    margin-left: 10px;

    &.btn-gray {
        background-color: #d2d9de !important;
        color: #444444 !important;
    }
}

.list-item.list-item-1 {
    & .role-label {
        color: #9333ea;
        background-color: #f5eafe;
    }

    & .list-item-link-box i {
        color: #9333ea;
    }

    & .list-item-btn {
        color: #ffffff;
        background-color: #9333ea;
    }
}

.list-item.list-item-2 {
    & .role-label {
        color: #ef4444;
        background-color: #fdeced;
    }

    & .list-item-link-box i {
        color: #ef4444;
    }

    & .list-item-btn {
        color: #ffffff;
        background-color: #ef4444;
    }
}

.list-item.list-item-3 {
    & .role-label {
        color: #ff7d00;
        background-color: #fff2e5;
    }

    & .list-item-link-box i {
        color: #ff7d00;
    }

    & .list-item-btn {
        color: #ffffff;
        background-color: #ff7d00;
    }
}

.list-item.list-item-4 {
    & .role-label {
        color: #165dff;
        background-color: #e7eeff;
    }

    & .list-item-link-box i {
        color: #165dff;
    }

    & .list-item-btn {
        color: #ffffff;
        background-color: #165dff;
    }
}

.list-item.list-item-5 {
    & .role-label {
        color: #22c55e;
        background-color: #e8f9ef;
    }

    & .list-item-link-box i {
        color: #22c55e;
    }

    & .list-item-btn {
        color: #ffffff;
        background-color: #22c55e;
    }
}

.list-pager {
    display: flex;
    justify-content: center;
}

.list-pager > div {
    padding: 0 10px;
    background-color: #ffffff;
    border-radius: 8px;
}

.sub-title {
    font-size: 26px;
    font-weight: bold;
}

.map-box {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 8px 8px 12px 0px rgba(13, 22, 38, 0.18);
    min-height: 500px;

    & * {
        box-sizing: border-box;
    }

    & .map-header {
        height: 50px;
        background-color: #ffffff;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;

        & .map-title {
            font-size: 17px;
            font-weight: bold;
        }

        & .map-memo {
            font-size: 12px;
            color: #777777;
        }
    }

    & .map-content {
        width: 100%;
        height: 600px;
        position: relative;

        & #mapDiv {
            width: 100%;
            height: 100%;

            & .tdt-label {
                background: none;
                border: none;
                box-shadow: none;
                cursor: pointer;

                & .icon-box {
                    height: 30px;
                    width: 30px;
                    background-color: #3870f3;
                    border-radius: 50%;
                    text-align: center;
                    line-height: 30px;
                    color: #ffffff;
                    font-size: 14px;

                    &::after {
                        content: '';
                        position: absolute;
                        top: 29px;
                        left: 19px;
                        width: 0;
                        height: 0;
                        border-width: 6px;
                        border-style: solid;
                        border-color: transparent;
                        border-top-width: 8px;
                        border-top-color: currentColor;
                        color: #3870f3;
                    }
                }
                & .icon-box.item-1{
                    background-color: #9333ea;
                    &::after {
                        color: #9333ea;
                    }
                }
                & .icon-box.item-2{
                    background-color: #ef4444;
                    &::after {
                        color: #ef4444;
                    }
                }
                & .icon-box.item-3{
                    background-color: #ff7d00;
                    &::after {
                        color: #ff7d00;
                    }
                }
                & .icon-box.item-4{
                    background-color: #165dff;
                    &::after {
                        color: #165dff;
                    }
                }
                & .icon-box.item-5{
                    background-color: #22c55e;
                    &::after {
                        color: #22c55e;
                    }
                }
            }

            & .info-window {
                padding: 0;

                & .info-window-title {
                    font-size: 16px;
                    font-weight: bold;
                    margin-bottom: 3px;
                }
            }
        }

        & .map-legend {
            position: absolute;
            right: 20px;
            bottom: 20px;
            padding: 15px;
            background-color: #FFFFFF;
            border-radius: 8px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            z-index: 1000;
            box-shadow: 8px 8px 12px 0px rgba(13, 22, 38, 0.18);

            & .legend-item {
                display: flex;
                align-items: center;

                & .icon-box {
                    height: 30px;
                    width: 30px;
                    background-color: #3870f3;
                    border-radius: 50%;
                    text-align: center;
                    line-height: 30px;
                    color: #ffffff;
                    font-size: 14px;
                }

                & span {
                    margin-left: 5px;
                    font-size: 14px;
                    color: #555555;
                }
            }

            & .legend-item.item-1 .icon-box {
                background-color: #9333ea;
            }

            & .legend-item.item-2 .icon-box {
                background-color: #ef4444;
            }

            & .legend-item.item-3 .icon-box {
                background-color: #ff7d00;
            }

            & .legend-item.item-4 .icon-box {
                background-color: #165dff;
            }

            & .legend-item.item-5 .icon-box {
                background-color: #22c55e;
            }
        }
    }
}