.project-card .action-btn,
.project-card a {
    outline: none !important;
    text-decoration: none !important;
    -webkit-transition: var(--cpn-transition-all);
    -moz-transition: var(--cpn-transition-all);
    -ms-transition: var(--cpn-transition-all);
    -o-transition: var(--cpn-transition-all);
    transition: var(--cpn-transition-all);
}
.project-card .project-detail-btn {
    color: rgba(var(--cpn-color-black),1);
}
.project-card .project-detail-btn:hover {
    color: rgba(var(--cpn-color-primary),1);
}
/* .project-card .project-name {
    font-size: var(--cpn-h3-font-size);
    line-height: var(--cpn-h3-line-height);
    font-weight: 600;
} */
.project-card .project-status {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.project-card .highlight-group {
    position: relative;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    display: flex;
    flex-wrap: nowrap;
}
.project-card .highlight-group>.highlight-item+.highlight-item {
    margin-left: 5px;
}
.project-card .highlight-group>.highlight-item {
    height: 25px;
    padding: 0 10px;
    border-radius: 20px;
    color: rgba(var(--cpn-color-primary),1);
    /* background: linear-gradient(to right,rgba(var(--cpn-color-primary),0.1),rgba(var(--cpn-color-primary),0)); */
    background-color: rgba(var(--cpn-color-primary),0.1);
    /* border: 1px solid rgba(var(--cpn-color-primary),0.5); */
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.project-card .highlight-group>.highlight-item.has-icon {
    padding-left: 0;
}
.project-card .highlight-group>.highlight-item>.icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    /* color: rgba(var(--cpn-color-white),1); */
    background-color: rgba(var(--cpn-color-primary),0.2);
    text-align: center;
}
.project-card .highlight-group>.highlight-item>.icon+.text {
    margin-left: 8px;
}
/* .project-card .highlight-group>.highlight-item:nth-child(1) {
    color: rgba(var(--cpn-color-primary),1);
    background-color: rgba(var(--cpn-color-primary),0.1);
}
.project-card .highlight-group>.highlight-item:nth-child(1)>.icon {
    background-color: rgba(var(--cpn-color-primary),0.3);
} */

.project-card .action-btn-group {
    flex: 1 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
}
.project-card .action-btn-group>.action-btn+.action-btn{
    margin-left: 20px;
}

/* ============================================================================================== */
/* ============================================== map =========================================== */
/* ============================================================================================== */

#info-project-popup .modal-dialog {
    width: 700px;
}
#info-project-popup .modal-content {
    /* height: 500px; */
}
/* #info-project-popup .modal-header,
#info-project-popup .modal-body,
#info-project-popup .modal-footer {
    position: absolute;
}
#info-project-popup .modal-header,
#info-project-popup .modal-footer,
.info-project-section .info-col.this-col-info {
    width: 550px;
} */

/* --------------------------------------------------------------- */
/* ---------------------------- 1 --------------------------- */
/* --------------------------------------------------------------- */

#info-project-popup .modal-body .container {
    padding: 50px;
}

/* map */
#info-project-popup .map-section {
    position: relative;
    height: 400px;
    overflow: hidden;
    padding: 0 !important;
    border-bottom: 1px solid rgba(var(--cpn-color-black),0.1);
}
#info-project-popup .map-section>iframe {
    position: absolute;
    width: calc(100% + 300px);
    height: calc(100% + 300px);
    top: -150px;
    left: -150px;
    border: none !important;
    z-index: 1;
}

/* nearby place */
#info-project-popup .nearby-section {
    position: relative;
}
#info-project-popup ul.place-group,
#info-project-popup ul.place-group>li {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
#info-project-popup ul.place-group>li.place-item {
    padding: 5px 0;
}
#info-project-popup ul.place-group>li.place-item:last-child {
    padding-bottom: 0;
}
#info-project-popup .place-item {
    display: flex;
    flex-wrap: nowrap;
    border-top: 1px solid rgba(var(--cpn-color-black),0.08);
}
#info-project-popup .place-item>.place {
    width: calc(100% - 80px);
    color: rgba(var(--cpn-color-black),1);
}
#info-project-popup .place-item>.distance {
    width: 80px;
    text-align: right;
    color: rgba(var(--cpn-color-gray),1);
}

/* --------------------------------------------------------------- */
/* ---------------------------- 2 --------------------------- */
/* --------------------------------------------------------------- */

/* #info-project-popup .modal-body {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.info-project-section {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    height: 100%;
}
.info-project-section,
.info-project-section .info-col {
    position: relative;
}

.info-project-section .info-col.this-col-info {
    margin: 0 0 0 auto;
    background-color: rgba(var(--cpn-color-white),1);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 2;
} */

/* xxl */
@media (min-width: 1400px) {}

/* xxl - 1 */
@media (min-width:1500px) and (max-width: 1599.98px) {}

/* xxl - 2 */
@media (min-width: 1400px) and (max-width: 1499.98px) {}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {

    /* highlight */
    .project-card .highlight-group {
        position: relative;
        font-size: 11px;
        line-height: 22px;
    }
    .project-card .highlight-group>.highlight-item {
        height: 22px;
        padding: 0 10px;
    }
    .project-card .highlight-group>.highlight-item.has-icon {
        padding-left: 0;
    }
    .project-card .highlight-group>.highlight-item>.icon {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }
    .project-card .highlight-group>.highlight-item>.icon+.text {
        margin-left: 5px;
    }

}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {

    .project-card .project-status {
        font-size: 11px;
        line-height: 15px;
    }

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

    .project-card .project-status {
        font-size: 12px;
        line-height: 20px;
    }

}

/* sm - xs */
@media (max-width: 767.98px) {}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {

    .project-card .project-status {
        font-size: 10px;
        line-height: 15px;
    }

    /* highlight */
    .project-card .highlight-group {
        position: relative;
        font-size: 10px;
        line-height: 22px;
    }
    .project-card .highlight-group>.highlight-item {
        height: 22px;
        padding: 0 10px;
    }
    .project-card .highlight-group>.highlight-item.has-icon {
        padding-left: 0;
    }
    .project-card .highlight-group>.highlight-item>.icon {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }
    .project-card .highlight-group>.highlight-item>.icon+.text {
        margin-left: 5px;
    }

}

/* xs */
@media (max-width: 575.98px) {

    .project-card .project-status {
        font-size: 10px;
        line-height: 15px;
    }

    /* highlight */
    .project-card .highlight-group {
        position: relative;
        font-size: 10px;
        line-height: 22px;
    }
    .project-card .highlight-group>.highlight-item {
        height: 22px;
        padding: 0 10px;
    }
    .project-card .highlight-group>.highlight-item.has-icon {
        padding-left: 0;
    }
    .project-card .highlight-group>.highlight-item>.icon {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }
    .project-card .highlight-group>.highlight-item>.icon+.text {
        margin-left: 5px;
    }

}

/* xs custom */
@media (max-width: 399.98px) {}
