#section-project-all,
#section-project-register {
    position: relative;
}
#section-project-all .title-row,
#section-project-register .title-row {
    text-align: center;
}

#section-project-all{
    border-top: 1px solid rgba(var(--cpn-color-black-dark), 0.2);
    padding-top: 50px;
    /* background-color: rgb(255,255,0,0.5); */
}
#section-project-all .title-row {
    text-align: center;
}
#section-project-all .menu-drag-slide-section {
    margin-bottom: 30px;
}


#all-project {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section-project-register {
    position: relative;
    width: 100%;
    background-color: rgba(var(--cpn-color-white), 1);
    /* box-shadow: 0 10px 40px rgba(var(--cpn-color-black), 0.13); */
    border-radius: var(--cpn-card-border-radius);
    padding: 80px 100px;
    margin-top: 60px;
    overflow: hidden;
}
#section-project-register.off {
    display: none;
}
#section-project-register .title-row {
    margin-bottom: 20px;
}
#section-project-register .button-row {
    display: flex;
    justify-content: center;
}
#section-project-register .output-project-name {
    position: relative;
}
#section-project-register .output-project-name>.icon {
    font-size: 90%;
}
#section-project-register #output-project-form {
    position: relative;
    height: auto;
}
#section-project-register #output-project-form.loading {
    height: 300px;
    overflow: hidden;
}
#section-project-register .loading-form {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(var(--cpn-color-white), 1);
    opacity: 1;
    z-index: 50;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
}
#section-project-register .loading-form.off {
    opacity: 0;
}
#section-project-register .loading-form>.text {
    margin-top: 20px;
    color: rgba(var(--cpn-color-gray), 1);
}



/* ============================================================================================== */
/* ============================================= project ======================================== */
/* ============================================================================================== */

#onload-project-result {}
#onload-project-result.off {
    display: none;
}

/* --------------------------------------------------------------- */
/* --------------------------- result ---------------------------- */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* ------------------------ result popup ------------------------- */
/* --------------------------------------------------------------- */

#section-project-result-popup {
    position: relative;
}
#section-project-result-popup>.this-card {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    /* color: rgba(var(--cpn-color-primary),1);
    background-color: rgba(var(--cpn-color-primary),0.2); */
    color: rgba(var(--cpn-color-on-primary),1);
    background-color: rgba(var(--cpn-color-primary),1);
    border-radius: var(--cpn-card-border-radius);
    padding: 15px 20px;
    cursor: pointer;
}
#section-project-result-popup>.this-card>.text {
    font-weight: 600;
    flex: 1 0 0;
    padding-right: 10px;
}
#section-project-result-popup>.this-card>.icon {
    font-size: 10px;
}

#all-project-popup {}
#all-project-popup .modal-body {
    padding: 30px 0 !important;
}
#all-project-popup .mds-style-btn-tabs .menu-drag-slide {
    width: 100%;
}
#all-project-popup .menu-drag-slide-center.is-center-style ul.splide-list {
    justify-content: flex-start;
}

/* --------------------------------------------------------------- */
/* ---------------------- project selected ----------------------- */
/* --------------------------------------------------------------- */

#section-project-selected {
    /* display: none !important; */
    position: fixed;    
    width: 100%;
    height: 85px;
    left: 0;
    right: 0;
    bottom: 0;   
    background-color: rgba(var(--cpn-color-primary), 1);
    /* opacity: 1; */
    z-index: 60;
    transition: bottom 0.2s ease, opacity 0s ease;
    -webkit-transition: bottom 0.2s ease, opacity 0s ease;
    -moz-transition: bottom 0.2s ease, opacity 0s ease;
    -ms-transition: bottom 0.2s ease, opacity 0s ease;
    -o-transition: bottom 0.2s ease, opacity 0s ease;
    overflow: hidden;
}
#section-project-selected.off {
    bottom: -100px;
}
/* #section-project-selected.is-sticky-stuck {
    height: 85px;
} */
#section-project-selected>.container {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 600px;
    max-width: 100%;
    padding: 20px 20px;
}
#section-project-selected>.container>.topic,
#section-project-selected>.container>.action {
    position: relative;
}
#section-project-selected>.container>.topic {
    flex: 1 0 0;
    padding-right: 15px;
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#section-project-selected>.container>.action {}
#section-project-selected>.container>.action .button {
    padding: 0 15px;
}
#section-project-selected>.container>.action .button+.button {
    margin-left: 5px;
}

/* 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) {}

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

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

    /* --------------------------------------------------------------- */
    /* ---------------------- project selected ----------------------- */
    /* --------------------------------------------------------------- */

    #section-project-selected {
        display: none;
    }

}

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

    /* --------------------------------------------------------------- */
    /* ---------------------- project selected ----------------------- */
    /* --------------------------------------------------------------- */

    #section-project-selected {
        display: none;
    }
    
}

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

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

    /* ============================================================================================== */
    /* ============================================= project ======================================== */
    /* ============================================================================================== */

    #section-project-register {
        padding: 40px 30px;
        margin-top: 30px;
    }

    /* --------------------------------------------------------------- */
    /* ------------------------- project all ------------------------- */
    /* --------------------------------------------------------------- */

    #section-project-all {
        padding-top: 30px;
    }

    /* --------------------------------------------------------------- */
    /* ---------------------- project selected ----------------------- */
    /* --------------------------------------------------------------- */

    #section-project-selected {
        height: 65px;
        padding: 10px 0;
    }
    #section-project-selected>.container {
        padding: 0 10px 0 20px;
    }

}

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