#signin-frame, #signup-frame {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/images/login_back.jpg) no-repeat center fixed;
    background-size: cover;
}

#signin-box {
    /* width: 300px; */
}

#logo-white {
    margin: 0 auto;
    width: 263px;
    height: 60px;
    background: url(/images/logo_l_w.svg) no-repeat center;
}

#copy-text {
    width: 100%;
    padding: 25px 0 39px 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    white-space: nowrap;
}

#signin-box .form {
    width: 300px;
    padding-bottom: 10px;
    margin: 0 auto;
}

#signin-box .btn {
    width: 300px;
    padding: 20px 0 30px 0;
    margin: 0 auto;
}

.half-width, .half-width li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.half-width li {
    width: 50%;
    float: left;
}
.half-width {
    width: 300px;
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;

}

#signup-box {
    width: 650px;
    padding: 50px 80px;
    border: 1px solid rgba(112, 112, 112, 0.3);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.3);
    background-image: -webkit-linear-gradient(rgba(49, 57, 64, 0.95) 0%, rgba(37, 43, 47, 0.95) 100%);
    background-image: -moz-linear-gradient(rgba(49, 57, 64, 0.95) 0%, rgba(37, 43, 47, 0.95) 100%);
    background-image: -o-linear-gradient(rgba(49, 57, 64, 0.95) 0%, rgba(37, 43, 47, 0.95) 100%);
    background-image: linear-gradient(rgba(49, 57, 64, 0.95) 0%, rgba(37, 43, 47, 0.95) 100%);
}

#signup-box .main-title {
    font-size: 18px;
    color: #fff;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

#signup-box .layout-allagree {
    font-size: 12px;
    color: #fff;
    padding: 25px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

#signup-box .layout-terms {
    padding-top: 25px;
}

#signup-box .layout-terms textarea {
    width: 100%;
    height: 150px;
    background: rgba(112, 112, 112, 0.2);
    border: 0;
    padding: 15px;
    font-size: 12px;
    color: #aaa;
    line-height: 1.5em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    resize: none;
}

#signup-box .layout-terms .check-terms {
    padding-top: 10px;
    font-size: 12px;
    color: #fff;
}

#signup-box .layout-button {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
    text-align: center;
}

#signup-box .layout-button button {
    width: 140px;
}

#signup-box .layout-button button:first-child {
    margin-right: 15px;
}

#signup-box .layout-email {
    padding-top: 25px;
}

#signup-box .titlebar {
    padding-bottom: 10px;
}

#signup-box .titlebar .title {
    font-size: 14px;
    color: #fff;
}

#signup-box .titlebar .star {
    display: inline-block;
    padding-left: 4px;
    font-size: 14px;
    color: #1E57DC;
}

#signup-box .titlebar .memo {
    font-size: 11px;
    color: #707070;
    display: inline-block;
    vertical-align: middle;
}

.auth-emailbox {
    padding: 9px 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #aaa;
    border: 1px solid rgba(112, 112, 112, 0.2);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#signup-box .layout-email .auth-emailbox {
    margin-top: 23px;
    margin-bottom: 4px;
}

.auth-emailbox button:first-child {
    width: 25%;
    height: 30px;
    font-size: 12px !important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.auth-emailbox input {
    margin: 0 10px;
    width: calc(58% - 20px);
    width: -moz-calc(58% - 20px);
    width: -webkit-calc(58% - 20px);
    height: 30px;
    font-size: 12px !important;
    line-height: 29px;
    padding: 8px 10px;
}
.auth-emailbox button:last-child {
    width: 17%;
    height: 30px;
    font-size: 12px !important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#signup-box .layout-form {
    padding-top: 23px;
}

#signup-box .layout-button.form {
    margin-top: 0;
}

#signup-complete {
    display: none;
    width: 365px;
}

#signup-complete .register-comment {
    padding: 42px 0 65px 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 1.5em;
}

#signup-complete .account-title {
    padding-bottom: 9px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

#signup-complete .account-box {
    padding: 24px 0;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border: 1px solid rgba(112, 112, 112, 0.3);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#signup-complete .btn-area {
    padding: 130px 32px 0 32px;
}

#signup-complete .btn-area button {
    width: calc(50% - 7px);
    width: -moz-calc(50% - 7px);
    width: -webkit-calc(50% - 7px);
}

#signup-complete .btn-area button:first-child {
    margin-right: 14px;
}

#resetpass-box .content-area {
    padding: 30px 0 20px 0;
}

#resetpass-box .content-area .comment {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
}

#resetpass-box .content-area .form {
    padding-top: 18px;
}

#repass-box {
    width: 295px;
    margin: 0 auto;
    padding-top: 85px;
}

#repass-box .mtitle {
    padding-top: 42px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

#repass-box .comment {
    padding: 20px 0 34px 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

#repass-box .btnarea {
    padding-top: 30px;
    text-align: center;
}

#repass-box .btnarea .gosignin_button {
    margin-top: 160px;
    width: 130px;
}


#workspace-frame,
#adminspace-frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(#313940 0%, #252b2f 100%);
    background-image: -moz-linear-gradient(#313940 0%, #252b2f 100%);
    background-image: -o-linear-gradient(#313940 0%, #252b2f 100%);
    background-image: linear-gradient(#313940 0%, #252b2f 100%);
}

#workspace-gnb,
#adminspace-gnb {
    position: fixed;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    background-image: -webkit-linear-gradient(#414b52 0%, #323e46 100%);
    background-image: -moz-linear-gradient(#414b52 0%, #323e46 100%);
    background-image: -o-linear-gradient(#414b52 0%, #323e46 100%);
    background-image: linear-gradient(#414b52 0%, #323e46 100%);
    z-index: 3;
}

.flex-middle {
    display: flex;
    align-items: center;
}

#workspace-frame .safe-box,
#adminspace-frame .safe-box {
    position: relative;
    width: 1260px;
    margin: 0 auto;
}

#workspace-frame .safe-box .logo,
#adminspace-frame .safe-box .logo {
    position: relative;
    /* height: 22px; */
}
#workspace-frame .safe-box .logo img,
#adminspace-frame .safe-box .logo img{
    vertical-align: middle;
}

#adminspace-frame .safe-box .logo .flag {
    position: absolute;
    top: 3px;
    left: 263px;
    width: 50px;
    height: 18px;
    background: #282e33;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#workspace-frame .safe-box .menubar,
#adminspace-frame .safe-box .menubar {
    position: absolute;
    top: 0;
    left: 300px;
    height: 100%;
    display: flex;
    align-items: center;
}

#workspace-frame .safe-box .menubar button,
#adminspace-frame .safe-box .menubar button {
    padding: 0 20px;
    margin: 0 25px;
    color: #afafaf;
}
#workspace-frame .safe-box .menubar button:hover,
#workspace-frame .safe-box .menubar button.on,
#adminspace-frame .safe-box .menubar button:hover,
#adminspace-frame .safe-box .menubar button.on {
    color: #fff;
}
#workspace-frame .safe-box .menubar .workspace_button {
    width: 120px;
}
#workspace-frame .safe-box .menubar .help_button {
    width: 150px;
}

#adminspace-frame .safe-box .menubar .members_button {
    width: 120px;
}
#adminspace-frame .safe-box .menubar .inquiry_button {
    width: 130px;
}

#workspace-frame .safe-box .infobar,
#adminspace-frame .safe-box .infobar {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

#workspace-content,
#adminspace-content {
    position: absolute;
    top: 61px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    z-index: 2;
}

#workspace-content .content-wrapper,
#adminspace-content .content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

#workspace-content::-webkit-scrollbar,
#adminspace-content::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}
#workspace-content::-webkit-scrollbar-track,
#adminspace-content::-webkit-scrollbar-track {
    background-color: transparent;
}
#workspace-content::-webkit-scrollbar-thumb,
#adminspace-content::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    background-color: #3c4850;
    background-clip: padding-box;
}

#workspace-content .content-wrapper .title-area,
#adminspace-content .content-wrapper .title-area {
    position: fixed;
    display: flex;
    align-items: center;
    top: 61px;
    left: 0;
    right: 0;
    height: 162px;
    z-index: 3;
    transition: height 0.3s, background-color 0.3s;
    -webkit-transition: height 0.3s, background-color 0.3s;
    -webkit-appearance: none;
}
#workspace-content .content-wrapper .title-area .location-info,
#adminspace-content .content-wrapper .title-area .location-info {
    position: absolute;
    top: -40px;
    left: 0;
    font-size: 12px;
    color: #6c6c6c;
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -webkit-appearance: none;
    /* word-break: break-word; */
    max-width: 434px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#workspace-content .content-wrapper .title-area.light,
#adminspace-content .content-wrapper .title-area.light {
    height: 80px;
    background: rgba(0, 0, 0, 0.7);
}
#workspace-content .content-wrapper .title-area.light .location-info,
#adminspace-content .content-wrapper .title-area.light .location-info {
    opacity: 0;
}

#workspace-content .content-wrapper .title-area .title,
#adminspace-content .content-wrapper .title-area .title {
    display: flex;
    align-items: center;
    width: 800px;
    height: 42px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

#workspace-content .content-wrapper .title-area .buttons,
#adminspace-content .content-wrapper .title-area .buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}

#workspace-content .content-wrapper .title-area .buttons button,
#adminspace-content .content-wrapper .title-area .buttons button {
    width: auto;
    padding: 0 25px;
    margin: 0 10px;
}
#workspace-content .content-wrapper .title-area .buttons button:last-child,
#adminspace-content .content-wrapper .title-area .buttons button:last-child {
    margin-right: 0;
}

#workspace-content .content-wrapper .project-title-area {
    position: fixed;
    display: flex;
    align-items: center;
    top: 61px;
    left: 0;
    right: 0;
    height: 272px;
    z-index: 3;
    transition: height 0.3s, background-color 0.3s;
    -webkit-transition: height 0.3s, background-color 0.3s;
    -webkit-appearance: none;
}
#workspace-content .content-wrapper .project-title-area .safe-box {
    height: 152px;
}
#workspace-content .content-wrapper .project-title-area .location-info {
    position: absolute;
    top: -40px;
    left: 0;
    font-size: 12px;
    color: #6c6c6c;
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -webkit-appearance: none;
}
#workspace-content .content-wrapper .project-title-area.light {
    height: 118px;
    background: rgba(0, 0, 0, 0.7);
}
#workspace-content .content-wrapper .project-title-area.light .location-info {
    opacity: 0;
}
#workspace-content .content-wrapper .project-title-area .title {
    margin-top: 0;
    width: 800px;
    height: 60px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    transition: height 0.3s, padding-top 0.3s;
    -webkit-transition: height 0.3s, padding-top 0.3s;
    -webkit-appearance: none;
}
#workspace-content .content-wrapper .project-title-area .button {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 57px;
}
#workspace-content .content-wrapper .project-title-area .buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    transition: top 0.3s;
    -webkit-transition: top 0.3s;
    -webkit-appearance: none;
}
#workspace-content .content-wrapper .project-title-area.light .buttons {
    top: 30px;
}
#workspace-content .content-wrapper .project-title-area .buttons button {
    width: 140px;
    margin-left: 15px;
}
#workspace-content .content-wrapper .project-title-area .description {
    position: relative;
    padding-top: 10px;
    width: 800px;
    font-size: 14px;
    font-weight: bold;
    color: #aaa;
    line-height: 20px;
    word-break: break-word;
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -webkit-appearance: none;
}
#workspace-content .content-wrapper .project-title-area.light .title {
    height: 42px;
    margin-top: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#workspace-content .content-wrapper .project-title-area.light .description {
    opacity: 0;
}

#workspace-content .project-content-wrapper {
    width: 100%;
    height: 100%;
    padding-top: 284px;
}

#workspace-content .project-content-wrapper .pc-tabs {
    width: 1260px;
    margin: 0 auto;
    height: 60px;
}
#workspace-content .project-content-wrapper .pc-tabs .pc-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3);
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
}
#workspace-content .project-content-wrapper .pc-tabs .pc-tab:hover,
#workspace-content .project-content-wrapper .pc-tabs .pc-tab.on {
    font-weight: 800;
    color: #fff;
    background: #33393f;
}
#workspace-content .project-content-wrapper .pc-frame {
    width: 100%;
    min-height: calc(100% - 60px);
    min-height: -moz-calc(100% - 60px);
    min-height: -webkit-calc(100% - 60px);
    background-image: -webkit-linear-gradient(#33393f 0%, #2c3236 100%);
    background-image: -moz-linear-gradient(#33393f 0%, #2c3236 100%);
    background-image: -o-linear-gradient(#33393f 0%, #2c3236 100%);
    background-image: linear-gradient(#33393f 0%, #2c3236 100%);
}
#workspace-content .project-content-wrapper .pc-frame .pc-detail {
    width: 1260px;
    margin: 0 auto;
    z-index: 1;
}

#workspace-content .pc-detail .pcd-current-time {
    padding: 45px 0 20px 0;
    text-align: right;
    font-size: 12px;
    color: #aaa;
}

#workspace-content .pc-detail .pcd-tabs {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #41464b;
}
#workspace-content .pc-detail .pcd-tabs .pcd-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
}
#workspace-content .pc-detail .pcd-tabs .pcd-tab:hover,
#workspace-content .pc-detail .pcd-tabs .pcd-tab.on {
    font-weight: 800;
    color: #fff;
    border-bottom: 3px solid #1E57DC;
}

#workspace-content .pc-detail .pcd-setting-tabs {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #41464b;
    margin-bottom: 40px;
}
#workspace-content .pc-detail .pcd-setting-tabs .pcds-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
}
#workspace-content .pc-detail .pcd-setting-tabs .pcds-tab:hover,
#workspace-content .pc-detail .pcd-setting-tabs .pcds-tab.on {
    font-weight: 800;
    color: #fff;
    border-bottom: 3px solid #1E57DC;
}

#workspace-content .pc-detail .pcd-searchbar {
    position: relative;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #41464b;
    margin-bottom: 30px;
}
#workspace-content .pc-detail .pcd-searchbar .worker-type,
#workspace-content .pc-detail .pcd-searchbar .static-type {
    padding-bottom: 6px;
}
#workspace-content .pc-detail .pcd-searchbar .worker-type .labeler,
#workspace-content .pc-detail .pcd-searchbar .worker-type .reviewer,
#workspace-content .pc-detail .pcd-searchbar .static-type .object,
#workspace-content .pc-detail .pcd-searchbar .static-type .rejection,
#workspace-content .pc-detail .pcd-searchbar .static-type .class {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
}
#workspace-content .pc-detail .pcd-searchbar .worker-type .labeler,
#workspace-content .pc-detail .pcd-searchbar .static-type .object,
#workspace-content .pc-detail .pcd-searchbar .static-type .class {
    padding-right: 40px;
    border-right: 2px solid #6c6c6c;
}
#workspace-content .pc-detail .pcd-searchbar .worker-type .reviewer,
#workspace-content .pc-detail .pcd-searchbar .static-type .class,
#workspace-content .pc-detail .pcd-searchbar .static-type .rejection {
    padding-left: 40px;
    text-align: right;
}
#workspace-content .pc-detail .pcd-searchbar .worker-type .labeler:hover,
#workspace-content .pc-detail .pcd-searchbar .worker-type .labeler.on,
#workspace-content .pc-detail .pcd-searchbar .worker-type .reviewer:hover,
#workspace-content .pc-detail .pcd-searchbar .worker-type .reviewer.on,
#workspace-content .pc-detail .pcd-searchbar .static-type .object:hover,
#workspace-content .pc-detail .pcd-searchbar .static-type .object.on,
#workspace-content .pc-detail .pcd-searchbar .static-type .class:hover,
#workspace-content .pc-detail .pcd-searchbar .static-type .class.on,
#workspace-content .pc-detail .pcd-searchbar .static-type .rejection:hover,
#workspace-content .pc-detail .pcd-searchbar .static-type .rejection.on {
    color: #1E57DC;
}
#workspace-content .pc-detail .pcd-searchbar .row {
    padding-bottom: 20px;
}
#workspace-content .pc-detail .pcd-searchbar .row:last-child {
    padding-bottom: 0;
}
#workspace-content .pc-detail .pcd-searchbar .row .cell {
    display: inline-block;
    min-width: 120px;
    margin-right: 10px;
}
#workspace-content .pc-detail .pcd-searchbar .row .cell.member {
    min-width: 210px;
}
#workspace-content .pc-detail .pcd-searchbar .row .cell .title {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 10px;
}
#workspace-content .pc-detail .pcd-searchbar .row .cell .form {
    display: inline-block;
    width: 100%;
    height: 36px;
    vertical-align: middle;
}
#workspace-content .pc-detail .pcd-searchbar .row .cell.keyword .form input {
    width: 310px;
}
#workspace-content .pc-detail .pcd-searchbar .row .cell.keyword .form button {
    margin-left: 10px;
}
#workspace-content .pc-detail .pcd-searchbar .row .cell .form .wave {
    display: inline-block;
    padding: 0 8px;
    font-size: 13px;
    color: #fff;
}

#workspace-content .pc-detail .pcd-listarea {
    padding-bottom: 80px;
}
#workspace-content .pc-detail .pcd-listarea .pcd-pagearea {
    position: relative;
    padding-top: 40px;
}
#workspace-content .pc-detail .pcd-listarea .pcd-pagearea .pages {
    text-align: center;
}
#workspace-content .pc-detail .pcd-listarea .pcd-pagearea .btns {
    position: absolute;
    right: 0;
    top: 20px;
}
#workspace-content .pc-detail .pcd-listarea .pcd-pagearea .btns button {
    width: 110px;
    height: 36px;
}

#workspace-content .pc-detail .selectric-open .selectric {
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}
#workspace-content .pc-detail .selectric-open .selectric-items {
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    z-index: 1;
}
#workspace-content .pc-detail .selectric-items li {
    padding: 0 15px 0 10px;
}

#workspace-content .content-wrapper .main-content,
#adminspace-content .content-wrapper .main-content {
    width: 1260px;
    margin: 0 auto;
    padding-top: 162px;
    z-index: 1;
}

#adminspace-gnb .infobar .language-box {
    margin-right: 20px;
}

#workspace-content .content-wrapper .main-content .project-infobar {
    height: 110px;
    white-space: nowrap;
    margin: 0 -15px 40px -15px;
}

#workspace-content .content-wrapper .main-content .project-infobar ul,
#workspace-content .content-wrapper .main-content .project-infobar li {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

#workspace-content .content-wrapper .main-content .project-infobar li {
    display: inline-block;
    width: calc(25% - 30px);
    width: -moz-calc(25% - 30px);
    width: -webkit-calc(25% - 30px);
    margin: 0 15px;
    height: 110px;
    padding: 33px 30px 0 30px;
    background: #282e33;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#workspace-content .content-wrapper .main-content .project-infobar .total {
    background: rgba(255, 255, 255, 0.03);
}

#workspace-content .content-wrapper .main-content .project-infobar li .count {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
}
#workspace-content .content-wrapper .main-content .project-infobar .ing .count {
    color: #286ad5;
}
#workspace-content .content-wrapper .main-content .project-infobar .completed .count {
    color: #3bbc8f;
}
#workspace-content .content-wrapper .main-content .project-infobar .hold .count {
    color: #919da7;
}

#workspace-content .content-wrapper .main-content .project-infobar li .state-text {
    padding-top: 4px;
    font-size: 13px;
    color: #fff;
}

#workspace-content .content-wrapper .main-content .util-actionbar {
    position: relative;
    padding-bottom: 20px;
}

#workspace-content .content-wrapper .main-content .util-actionbar .searchbar input {
    width: 310px;
}
#workspace-content .content-wrapper .main-content .util-actionbar .searchbar .form-wrapper {
    display: inline-block;
}

#workspace-content .content-wrapper .main-content .util-actionbar .searchbar button {
    margin-left: 10px;
}

#workspace-content .content-wrapper .main-content .util-actionbar .searchbar .search-resultinfo {
    display: none;
    padding-top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

#workspace-content .content-wrapper .main-content .util-actionbar .liststylebar {
    position: absolute;
    top: 0;
    right: 0;
}

#workspace-content .content-wrapper .main-content .util-actionbar .liststylebar button {
    margin-left: 10px;
}

#workspace-content .content-wrapper .main-content .list-area {
    white-space: nowrap;
    margin: 0 -15px 40px -15px;
}

#workspace-content .content-wrapper .main-content .list-area ul,
#workspace-content .content-wrapper .main-content .list-area li {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

#workspace-content .content-wrapper .main-content .list-area li {
    position: relative;
    display: inline-block;
    width: calc(33.33% - 30px);
    width: -moz-calc(33.33% - 30px);
    width: -webkit-calc(33.33% - 30px);
    margin: 0 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    vertical-align: top;
    background-image: -webkit-linear-gradient(#33393f 0%, #2c3236 100%);
    background-image: -moz-linear-gradient(#33393f 0%, #2c3236 100%);
    background-image: -o-linear-gradient(#33393f 0%, #2c3236 100%);
    background-image: linear-gradient(#33393f 0%, #2c3236 100%);
}

#workspace-content .content-wrapper .main-content .list-area li .in-box {
    padding: 30px 30px 0 30px;
}

#workspace-content .content-wrapper .main-content .list-area li .in-box .titlebar {
    position: relative;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}

#workspace-content .content-wrapper .main-content .list-area li .in-box .titlebar .title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
#workspace-content .content-wrapper .main-content .list-area li .in-box .titlebar .title .count {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

#workspace-content .content-wrapper .main-content .list-area li .in-box .titlebar .type {
    position: absolute;
    left: 253px;
    width: 87px;
}

#workspace-content .content-wrapper .main-content .list-area li .in-box .titlebar .undown-btn {
    position: absolute;
    right: 0;
    display: none;
}

#workspace-content .content-wrapper .main-content .list-area li .in-box .list-wrapper {
    position: relative;
    margin-top: 20px;
    width: 100%;
    min-height: 390px;
}

#workspace-content .content-wrapper .main-content .list-area li .in-box .list-wrapper .no-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 32%;
    text-align: center;
}

#workspace-content .content-wrapper .main-content .list-area li .in-box .list-wrapper .no-list .comment {
    font-size: 14px;
    color: #6c6c6c;
    line-height: 1.5em;
    text-align: center;
}

#workspace-content .content-wrapper .main-content .list-area.onlist li {
    width: auto;
    display: block;
    margin-bottom: 20px;
}

#workspace-content .content-wrapper .main-content .list-area.onlist li .in-box .titlebar .undown-btn {
    display: inline;
}

#workspace-content .content-wrapper .main-content .list-area.onlist li .in-box .list-wrapper {
    min-height: 162px;
}

#workspace-content .content-wrapper .main-content .list-area.onlist li .in-box .list-wrapper .no-list {
    top: 16%;
}

#workspace-content .content-wrapper .main-content .list-area.onlist li .in-box .list-wrapper .no-list .comment {
    display: inline-block;
}

#workspace-content .content-wrapper .main-content .list-area .selectric-items li {
    background-image: initial;
}


#workspace-content .step-info {
    height: 177px;
}

#workspace-content .step-info .statusbar {
    position: relative;
    margin: 0 150px;
}

#workspace-content .step-info .statusbar .back-hline {
    position: absolute;
    top: 21px;
    left: 20px;
    right: 20px;
    height: 4px;
    background: #353b42;
    z-index: 1;
}

#workspace-content .step-info .statusbar .back-hline .hbar {
    height: 4px;
    width: 1%;
    background: #1E57DC;
}

#workspace-content .step-info .statusbar .hexagon {
    position: absolute;
    z-index: 2;
}

#workspace-content .step-info .statusbar .step1 {
    left: 0;
}

#workspace-content .step-info .statusbar .step2 {
    left: calc(50% - 20px);
    left: -moz-calc(50% - 20px);
    left: -webkit-calc(50% - 20px);
}

#workspace-content .step-info .statusbar .step3 {
    right: 0;
}

#workspace-content .step-info .statusbar .hexagon .comment {
    position: absolute;
    left: 50%;
    font-size: 18px;
    font-weight: bold;
    color: #555b60;
    text-align: center;
    margin-top: 37px;
    line-height: 24px;
    white-space: nowrap;
    transform: translateX(-50%);
}
#workspace-content .step-info .statusbar .hexagon.on .comment {
    font-weight: 800;
    color: #fff;
}
#workspace-content .step-info .statusbar .hexagon.on .comment.on {
    color: #1E57DC;
}

#workspace-content .form-framebox {
    width: 100%;
    padding: 80px 150px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image: -webkit-linear-gradient(#33393f 0%, #2c3236 100%);
    background-image: -moz-linear-gradient(#33393f 0%, #2c3236 100%);
    background-image: -o-linear-gradient(#33393f 0%, #2c3236 100%);
    background-image: linear-gradient(#33393f 0%, #2c3236 100%);
}
#workspace-content .pc-detail .form-framebox {
    padding: 80px 150px 50px 150px;
    background: rgba(0, 0, 0, 0.07);
}

#workspace-content .form-framebox .form-row {
    position: relative;
    padding-bottom: 30px;
}

#workspace-content .form-framebox .form-row-comment {
    font-size: 12px;
    color: #777;
    padding: 0 0 10px 180px;
}

#workspace-content .form-framebox .form-title {
    position: absolute;
    display: flex;
    align-items: center;
    width: 180px;
    height: 36px;
}

#workspace-content .form-framebox .form-elm {
    position: relative;
    margin-left: 180px;
}
#workspace-content .form-framebox .form-elm.load {
    display: none;
}

#workspace-content .form-framebox .form-title .text {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
#workspace-content .form-framebox .form-title .star {
    margin-left: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #eb4d4d;
}

#workspace-content .form-framebox .form-elm textarea {
    width: 100%;
    height: 96px;
    padding: 10px;
    line-height: 1.5em;
    resize: none;
}

#workspace-content .form-framebox .form-sub-elm-container {
    position: relative;
    width: 100%;
    padding: 15px 0 15px 10px;
}

#workspace-content .form-framebox .form-sub-elm-wrapper {
    max-height: 300px;
    overflow-y: auto;
    border-radius: 4px;

}

#workspace-content .form-framebox .form-sub-elm-wrapper .form-sub-elm {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#workspace-content .form-framebox .form-sub-elm-wrapper .sub-elm-item {
    display: grid;
    grid-template-columns: 138px 1fr;
    align-items: center;
    position: relative;
}

#workspace-content .form-framebox .form-sub-elm-wrapper .sub-elm-item.new-elm {
    padding-right: 30px;
}

#workspace-content .form-framebox .form-sub-elm-wrapper .sub-elm-item .btn-remove{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #fff;

}

#workspace-content .form-framebox .form-sub-elm-container .btn-add {
    background: none;
    border: none;
    color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 4px;
    transition: color 0.2s;
}

#workspace-content .form-framebox .form-sub-elm-container .btn-add svg{
    cursor: pointer;
}


#workspace-content .form-framebox .form-sub-elm-wrapper::-webkit-scrollbar {
    width: 6px;
}

#workspace-content .form-framebox .form-sub-elm-wrapper::-webkit-scrollbar-track {
    border-radius: 4px;
}

#workspace-content .form-framebox .form-sub-elm-wrapper::-webkit-scrollbar-thumb {
    background: #3c4850;
    border-radius: 4px;
}

#workspace-content .form-framebox .form-sub-elm-wrapper::-webkit-scrollbar-thumb:hover {
    background: #888;
}

#workspace-content .form-framebox .form-elm .byte-info {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    right: -6px;
    height: 100%;
    font-size: 12px;
    transform: translateX(100%);
}


#workspace-content .form-framebox .form-row-tab {
    position: relative;
    display: inline-flex;
    width: 100%;
    padding-bottom: 30px;
}

#workspace-content .form-framebox .form-row-tab .empty {
    width: 180px;
    height: 45px;
    border-bottom: 1px solid #41464b;
    border-right: 1px solid #41464b;
}

#workspace-content .form-framebox .form-row-tab .tab-bar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 180px) / 3);
    width: -moz-calc((100% - 180px) / 3);
    width: -webkit-calc((100% - 180px) / 3);
    height: 45px;
    background: #282e33;
    border: 1px solid #41464b;
    border-left: 0;
    font-size: 14px;
    color: #aaa;
    cursor: pointer;
}
#workspace-content .form-framebox .form-row-tab .tab-bar:hover {
    color: #fff;
    background: transparent;
}
#workspace-content .form-framebox .form-row-tab .tab-bar.on {
    font-weight: 800;
    color: #fff;
    background: transparent;
    border-bottom: 1px solid transparent;
}
#workspace-content .form-framebox .form-row-tab .tab-bar.off {
    color: #666;
    background: #454545;
    cursor: default;
}

#workspace-content .form-framebox .form-row-tab2 {
    position: relative;
    display: inline-flex;
    width: 100%;
    padding-bottom: 30px;
}
#workspace-content .form-framebox .form-row-tab2 .tab2-bar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 45px;
    background: #282e33;
    border: 1px solid #41464b;
    border-left: 0;
    font-size: 14px;
    color: #aaa;
    cursor: pointer;
}
#workspace-content .form-framebox .form-row-tab2 .tab2-bar:first-child {
    border-left: 1px solid #41464b;
}
#workspace-content .form-framebox .form-row-tab2 .tab2-bar:hover {
    color: #fff;
    background: transparent;
}
#workspace-content .form-framebox .form-row-tab2 .tab2-bar.on {
    font-weight: 800;
    color: #fff;
    background: transparent;
    border-bottom: 1px solid transparent;
}
#workspace-content .form-framebox .form-row-tab2 .tab2-bar.off {
    color: #666;
    background: #454545;
    cursor: default;
}

#workspace-content .form-framebox .form-row2 {
    position: relative;
    border-bottom: 1px solid #41464b;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#workspace-content .form-framebox .form-elm .ds-useheader {
    display: inline-flex;
    width: 100%;
    padding: 0 10px;
    background: #404448;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#workspace-content .form-framebox .form-elm .ds-useheader .ds-usename {
    display: inline-flex;
    align-items: center;
    width: calc(100% - 310px);
    width: -moz-calc(100% - 310px);
    width: -webkit-calc(100% - 310px);
    padding-left: 10px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
#workspace-content .form-framebox .form-elm .ds-useheader .ds-usenumber,
#workspace-content .form-framebox .form-elm .ds-useheader .ds-useempty {
    display: inline-flex;
    align-items: center;
    width: 100px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
#workspace-content .form-framebox .form-elm .ds-useheader .ds-useregdate {
    display: inline-flex;
    align-items: center;
    width: 110px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

#workspace-content .form-framebox .form-elm .ds-uselistbox {
    position: relative;
    height: 170px;
    background: #21262b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#workspace-content .form-framebox .form-elm .ds-uselistbox .ds-usenolist,
#workspace-content .form-framebox .form-elm .ds-loadlistbox .ds-loadnolist {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 14px;
    color: #6c6c6c;
}
#workspace-content .form-framebox .form-elm .ds-uselistbox .ds-uselist-wrapper,
#workspace-content .form-framebox .form-elm .ds-loadlistbox .ds-loadlist-wrapper {
    position: absolute;
    top: 0;
    left: 10px;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 2;
}

#workspace-content .form-framebox .form-elm .ds-loadlistbox {
    position: relative;
    height: 256px;
    background: #21262b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#workspace-content .form-framebox .form-btnarea {
    position: relative;
    padding-top: 50px;
    text-align: right;
    border-top: 1px solid #41464b;
}
#workspace-content .form-framebox .form-btnarea button {
    margin-left: 15px;
    width: 140px;
}
#workspace-content .form-framebox .form-btnarea button:first-child {
    display: none;
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 140px;
}

#workspace-content .form-framebox .step2-content .s2-searchbar {
    position: relative;
    width: 100%;
    padding: 10px 0 30px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #41464b;
}
#workspace-content .form-framebox .step2-content .s2-searchbar .search-area {
    display: inline-block;
    width: 100%;
    height: 36px;
    vertical-align: middle;
}
#workspace-content .form-framebox .step2-content .s2-searchbar .search-area input {
    width: 310px;
}
#workspace-content .form-framebox .step2-content .s2-searchbar .search-area button {
    margin-left: 10px;
}
#workspace-content .form-framebox .step2-content .s2-searchbar .count-area {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 0;
    height: 36px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: default;
}
#workspace-content .form-framebox .step2-content .s2-searchbar .count-area .count {
    display: inline-block;
    padding-left: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #aaa;
}

#workspace-content .form-framebox .step2-content .s2-actionbar {
    position: relative;
    padding-bottom: 20px;
    height: 90px;
}
#workspace-content .form-framebox .step2-content .s2-actionbar .comment {
    font-size: 12px;
    color: #777;
    padding-bottom: 20px;
}
#workspace-content .form-framebox .step2-content .s2-actionbar button {
    width: auto;
    height: 36px;
    padding: 0 15px;
    font-size: 13px !important;
}
#workspace-content .form-framebox .step2-content .s2-actionbar button:last-child {
    position: absolute;
    right: 0;
    top: 0;
}

#workspace-content .form-framebox .step2-content .s2-item-wrapper {
    position: relative;
}

#workspace-content .form-framebox .step2-content .s2-item-wrapper .s2-item-box {
    position: relative;
    padding: 30px 40px 20px 40px;
    margin-bottom: 20px;
    background: #292f34;
    border: 1px solid #41464b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#workspace-content .form-framebox .step2-content .s2-item-wrapper .s2-item-box:first-child .btn_ƒtrash {
    display: none;
}

.s2-item-wrapper .s2-item-box .move-btnbar {
    position: absolute;
    display: none;
    align-items: center;
    top: 0;
    right: 12px;
    bottom: 0;
}
.s2-item-wrapper .s2-item-box:hover .move-btnbar {
    display: flex;
}
.s2-item-wrapper .s2-item-box .item-btnbar {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #41464b;
    margin-bottom: 20px;
}
.s2-item-wrapper .s2-item-box .item-btnbar button {
    margin-right: 10px;
}
.s2-item-wrapper .s2-item-box .item-btnbar .req {
    margin-left: 5px;
    padding-top: 1px;
    font-size: 14px;
    color: #fff;
}
.s2-item-wrapper .s2-item-box .item-btnbar .btn_trash {
    position: absolute;
    right: 0;
    margin: 0;
}
.s2-item-wrapper .s2-item-box .item-wrapper {
    max-height: 164px;
    margin-right: -40px;
    padding-right: 30px;
    overflow: hidden;
    overflow-y: scroll;
}
.s2-item-wrapper .s2-item-box .item-wrapper.c-scrollbar::-webkit-scrollbar-thumb {
    background-color: #494f54;
}
.s2-item-wrapper .s2-item-box .q-bar {
    padding-bottom: 10px;
}
.s2-item-wrapper .s2-item-box .a-bar {
    padding-bottom: 10px;
}
.s2-item-wrapper .s2-item-box .a-inputbar {
    display: none;
    padding-bottom: 10px;
}
.s2-item-wrapper .s2-item-box .a-inputbar input {
    height: 30px;
    font-size: 12px !important;
}
.s2-item-wrapper .s2-item-box .a-inputbar input:disabled {
    background: #3e4448;
    border: 1px solid #3e4448;
    color: #6c6c6c;
}
.s2-item-wrapper .s2-item-box .a-bar .a-row {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 30px;
    margin-bottom: 6px;
}
.s2-item-wrapper .s2-item-box .a-bar .a-row .atype {
    display: flex;
    align-items: center;
    width: 22px;
    height: 100%;
}
.s2-item-wrapper .s2-item-box .a-bar .a-row .atext {
    display: none;
    align-items: center;
    width: 30px;
    height: 100%;
    font-size: 12px;
    color: #fff;
}
.s2-item-wrapper .s2-item-box .a-bar .a-row.etc .atext {
    display: flex;
}
.s2-item-wrapper .s2-item-box .a-bar .a-row .ainput {
    width: calc(100% - 54px);
    width: -moz-calc(100% - 54px);
    width: -webkit-calc(100% - 54px);
    height: 100%;
}
.s2-item-wrapper .s2-item-box .a-bar .a-row .ainput input {
    height: 30px;
    font-size: 12px !important;
}
.s2-item-wrapper .s2-item-box .a-bar .a-row .ainput input:disabled {
    background: #3e4448;
    border: 1px solid #3e4448;
    color: #6c6c6c;
}
.s2-item-wrapper .s2-item-box .a-bar .a-row.etc .ainput {
    width: calc(100% - 84px);
    width: -moz-calc(100% - 84px);
    width: -webkit-calc(100% - 84px);
    height: 100%;
}
.s2-item-wrapper .s2-item-box .a-bar .a-row .abtn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 32px;
    height: 100%;
}
.s2-item-wrapper .s2-item-box .a-bar .a-row:first-child .abtn,
.s2-item-wrapper .s2-item-box .a-bar .a-row:nth-child(2) .abtn {
    display: none;
}
.s2-item-wrapper .s2-item-box .item-opt-btnbar {
    padding-left: 12px;
}
.s2-item-wrapper .s2-item-box .item-opt-btnbar button {
    width: auto;
    height: 32px;
    padding: 0 10px;
    font-weight: normal !important;
}
.s2-item-wrapper .s2-item-box .item-opt-btnbar button:hover {
    color: #1E57DC;
}

#workspace-content .form-framebox .step2-content .s2-btn {
    text-align: right;
    padding-bottom: 30px;
}
#workspace-content .form-framebox .step2-content .s2-btn button {
    width: 115px;
    height: 36px;
}

#workspace-content .form-framebox .step2-content .tabs-object {
    display: none;
}

#workspace-content .form-framebox .step2-content .s2-obj-formbar {
    display: inline-flex;
    margin: 10px 0 30px 0;
    padding: 0 20px;
    width: 100%;
    height: 76px;
    background: #333a40;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
}
#workspace-content .form-framebox .step2-content .obj-list-box {
    display: inline-flex;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #41464b;
}
.step2-content .obj-name {
    display: inline-flex;
    align-items: center;
    padding-right: 15px;
    width: calc(100% - 428px);
    width: -moz-calc(100% - 428px);
    width: -webkit-calc(100% - 428px);
    height: 100%;
}
.step2-content .obj-aimodel,
.step2-content .obj-type {
    display: inline-flex;
    align-items: center;
    padding-right: 15px;
    width: 215px;
    height: 100%;
}
.step2-content .obj-aimodel .selectric-wrapper,
.step2-content .obj-type .selectric-wrapper {
    width: 100%;
}
.step2-content .obj-aimodel .selectric-wrapper .selectric-items li,
.step2-content .obj-type .selectric-wrapper .selectric-items li {
    padding: 0 44px 0 10px;
}
.step2-content .obj-aimodel .selectric-wrapper .selectric .label .cb-icon,
.step2-content .obj-type .selectric-wrapper .selectric .label .cb-icon,
.step2-content .obj-aimodel .selectric-wrapper .selectric-items li .cb-icon,
.step2-content .obj-type .selectric-wrapper .selectric-items li .cb-icon {
    margin-right: 10px;
    width: 10px;
    height: 30px;
}
.step2-content .obj-aimodel .selectric-wrapper .selectric .label .cb-icon,
.step2-content .obj-type .selectric-wrapper .selectric .label .cb-icon {
    margin-top: -3px;
}
.step2-content .obj-color {
    display: inline-flex;
    align-items: center;
    width: 40px;
    height: 100%;
}
.step2-content .obj-color .sp-replacer {
    margin: 0;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    border: 0;
    background: transparent;
    vertical-align: middle;
}
.step2-content .obj-color .sp-replacer .sp-preview {
    position: relative;
    width: 16px;
    height: 16px;
    border: solid 1px #21262b;
    margin: 0;
    padding: 0;
    float: initial;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 0;
}
.step2-content .obj-color .sp-replacer .sp-dd {
    display: none;
}
.step2-content .obj-btns {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 173px;
    height: 100%;
}
.step2-content .obj-btns .addobject_button {
    width: 80px;
    height: 36px;
    margin-right: 15px;
}
.step2-content .obj-btns .addobject_button:hover,
.step2-content .obj-btns .addobject_button.on {
    background: #fff;
    color: #252b2f;
}

#workspace-content .form-framebox .step2-content .s2-obj-wrapper {
    position: relative;
    min-height: 330px;
    border-top: 1px solid #41464b;
}

#workspace-content .form-framebox .step2-content .s2-obj-wrapper .obj-nolist {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 326px;
    font-size: 14px;
    color: #6c6c6c;
}

#workspace-content .form-framebox .step3-content .s3-mem-formbar {
    display: inline-flex;
    margin-bottom: 40px;
    padding: 0 20px;
    width: 100%;
    height: 76px;
    background: #333a40;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
}

.step3-content .s3-mem-formbar .form-role {
    display: inline-flex;
    align-items: center;
    padding-right: 10px;
    width: 125px;
    height: 100%;
}
.step3-content .s3-mem-formbar .form-dataset {
    display: inline-flex;
    align-items: center;
    padding-right: 10px;
    width: 290px;
    height: 100%;
}
.step3-content .s3-mem-formbar .form-role .selectric-items li:first-child,
.step3-content .s3-mem-formbar .form-dataset .selectric-items li:first-child {
    display: none;
}
.step3-content .s3-mem-formbar .form-email {
    display: inline-flex;
    align-items: center;
    width: calc(100% - 605px);
    width: -moz-calc(100% - 605px);
    width: -webkit-calc(100% - 605px);
    height: 100%;
}
.step3-content .form-role .selectric-wrapper,
.step3-content .form-dataset .selectric-wrapper {
    width: 100%;
}
.step3-content .s3-mem-formbar .form-btns {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 190px;
    height: 100%;
}
.step3-content .s3-mem-formbar .form-btns button {
    width: 80px;
    height: 36px;
    margin-left: 10px;
}
.step3-content .s3-tile-tab .s3-mem-formbar .form-area-setting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;
}
.step3-content .s3-tile-tab .s3-mem-formbar .form-area-setting .p_setting_area {
    font-size: 14px;
    width: 135px;
    color: #fff;
}
.step3-content .s3-tile-tab .s3-mem-formbar .form-area-setting .p_setting_area label {
    color: red;
}   
.step3-content .s3-tile-tab .s3-mem-formbar .form-area-setting .btn_setting_area {
    height: 36px;
    width: 100px;
}
#workspace-content .form-framebox .s3-mem-formbox .mem-header {
    display: inline-flex;
    width: 100%;
    padding: 0 10px;
    background: #404448;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#workspace-content .form-framebox .s3-mem-formbox .mem-header .mem-name {
    display: inline-flex;
    align-items: center;
    width: 150px;
    height: 30px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

#workspace-content .form-framebox .s3-tile-tab .s3-mem-formbox .mem-header .mem-name, 
#workspace-content .form-framebox .s3-tile-tab .mem-result-name {
    width: 100px !important;
    padding: 0 !important;
    margin: 0 !important;
    /* 790px remaining */
}

#workspace-content .form-framebox .s3-tile-tab .s3-mem-formbox .mem-header .mem-email, 
#workspace-content .form-framebox .s3-tile-tab .mem-result-email {
    width: 240px !important;
    padding: 0 !important;
    margin: 0 !important;
    /* 620px remaining */
}

#workspace-content .form-framebox .s3-tile-tab .s3-mem-formbox .mem-header .mem-role,
#workspace-content .form-framebox .s3-tile-tab .mem-result-role {
    width: 90px !important;
    padding: 0 !important;
    margin: 0 !important;
    /* 470px remaining */
}

#workspace-content .form-framebox .s3-tile-tab .s3-mem-formbox .mem-header .mem-status,
#workspace-content .form-framebox .s3-tile-tab .mem-result-status {
    width: 150px !important;
    padding: 0 !important;
    margin: 0 !important;
    /* 310px remaining */
}

#workspace-content .form-framebox .s3-tile-tab .s3-mem-formbox .mem-header .mem-numofwork,
#workspace-content .form-framebox .s3-tile-tab .mem-result-numofwork {
    width: 160px !important;
    padding: 0 !important;
    margin: 0 !important;
    /* 180px remaining */
}

#workspace-content .form-framebox .s3-tile-tab .s3-mem-formbox .mem-header .mem-grantdate,
#workspace-content .form-framebox .s3-tile-tab .mem-result-date {
    width: 120px !important;
    padding: 0 !important;
    margin: 0 !important;
    /* 90px remaining */
}

#workspace-content .form-framebox .s3-tile-tab .s3-mem-formbox .mem-header .mem-viewworkarea,
#workspace-content .form-framebox .s3-tile-tab .mem-result-view-work-area {
    width: 90px !important;
    padding: 0 !important;
    margin: 0 !important;
    /* 0px remaining */
}

#workspace-content .form-framebox .s3-mem-formbox .mem-header .mem-numofwork {
    display: inline-flex;
    align-items: center;
    width: 250px;
    height: 30px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
#workspace-content .form-framebox .s3-mem-formbox .mem-header .mem-viewworkarea {
    display: inline-flex;
    align-items: center;
    width: 150px;
    height: 30px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
#workspace-content .form-framebox .s3-mem-formbox .mem-header .mem-email {
    display: inline-flex;
    align-items: center;
    width: calc(100% - 550px);
    width: -moz-calc(100% - 550px);
    width: -webkit-calc(100% - 550px);
    height: 30px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
#workspace-content .form-framebox .s3-tile-tab .s3-mem-formbox .mem-header .mem-email {
    display: inline-flex;
    align-items: center;
    width: calc(100% - 550px);
    width: -moz-calc(100% - 550px);
    width: -webkit-calc(100% - 640px);
    height: 30px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

#workspace-content .form-framebox .s3-mem-formbox .mem-header .mem-role,
#workspace-content .form-framebox .s3-mem-formbox .mem-header .mem-status,
#workspace-content .form-framebox .s3-mem-formbox .mem-header .mem-dataset {
    display: inline-flex;
    align-items: center;
    width: 120px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
#workspace-content .form-framebox .s3-tile-tab .s3-mem-formbox .mem-header .mem-status {
    width: 155px !important;
}
#workspace-content .form-framebox .s3-mem-formbox .mem-header .mem-status {
    width: 140px;
}
#workspace-content .form-framebox .s3-mem-formbox .mem-header .mem-grantdate {
    display: inline-flex;
    align-items: center;
    width: 170px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
#workspace-content .form-framebox .s3-mem-formbox .mem-header .mem-empty {
    display: inline-flex;
    align-items: center;
    width: 60px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
#workspace-content .form-framebox .s3-mem-formbox.mod .mem-header .mem-email {
    width: calc(100% - 700px);
    width: -moz-calc(100% - 700px);
    width: -webkit-calc(100% - 700px);
    padding-left: 0;
}
#workspace-content .form-framebox .s3-mem-formbox.mod .mem-header .mem-grantdate {
    width: 110px;
}
#workspace-content .form-framebox .s3-mem-formbox .mem-listbox {
    position: relative;
    margin-bottom: 30px;
    height: 300px;
    background: #21262b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#workspace-content .form-framebox .s3-mem-formbox .mem-listbox .mem-nolist {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 14px;
    color: #6c6c6c;
}
#workspace-content .form-framebox .s3-mem-formbox .mem-listbox .mem-list-wrapper {
    position: absolute;
    top: 0;
    left: 10px;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 2;
}

#workspace-content .form-framebox .step4-content .item-infobox {
    margin: 0 30px 20px 30px;
}
#workspace-content .form-framebox .step4-content .item-infobox .box-title {
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
#workspace-content .form-framebox .step4-content .item-infobox .comment-area {
    position: relative;
    display: flex;
    height: 80px;
    padding-bottom: 20px;
    padding-top: 2px;
    border-bottom: 1px solid #41464b;
}
#workspace-content .form-framebox .step4-content .item-infobox:last-child .comment-area {
    border-bottom: 0;
}
#workspace-content .form-framebox .step4-content .item-infobox .comment-area .img {
    display: inline-flex;
    width: 60px;
    height: 60px;
    margin-right: 13px;
}
#workspace-content .form-framebox .step4-content .item-infobox .comment-area .text {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #aaa;
    line-height: 1.6em;
}
#workspace-content .form-framebox .step4-content .item-infobox .comment-area .btn {
    position: absolute;
    right: 0;
    bottom: 30px;
}
#workspace-content .form-framebox .step4-content .item-infobox .comment-area .btn button {
    width: 100px;
    height: 36px;
}


#workspace-content .form-framebox .step1-content {
    display: inline;
}

#workspace-content .form-framebox .step2-content {
    display: none;
}

#workspace-content .form-framebox .step3-content {
    display: none;
}

#workspace-content .form-framebox .step4-content {
    display: none;
}

#workspace-content .archive-content-box,
#workspace-content .board-content-box {
    padding: 80px 150px;
    background-image: -webkit-linear-gradient(#2c3236 0%, #33393f 100%);
    background-image: -moz-linear-gradient(#2c3236 0%, #33393f 100%);
    background-image: -o-linear-gradient(#2c3236 0%, #33393f 100%);
    background-image: linear-gradient(#2c3236 0%, #33393f 100%);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#workspace-content .archive-content-box .search-area,
#workspace-content .board-content-box .search-area {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding-bottom: 30px;
    border-bottom: 1px solid #41464b;
    margin-bottom: 30px;
}
#workspace-content .archive-content-box .search-area input,
#workspace-content .board-content-box .search-area input {
    width: 310px;
}
#workspace-content .archive-content-box .search-area button,
#workspace-content .board-content-box .search-area button {
    margin-left: 10px;
}
#workspace-content .archive-content-box .search-area .count-area,
#workspace-content .board-content-box .search-area .count-area {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    height: 36px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: default;
}
#workspace-content .archive-content-box .search-area .count-area .count,
#workspace-content .board-content-box .search-area .count-area .count {
    display: inline-block;
    padding-left: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #aaa;
}
#workspace-content .archive-content-box .ac-listarea,
#workspace-content .board-content-box .bc-listarea {
    padding-bottom: 40px;
}
#workspace-content .archive-content-box .ac-listarea .ac-header,
#workspace-content .board-content-box .bc-listarea .bc-header {
    display: flex;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    background: #404448;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#workspace-content .archive-content-box .ac-listarea .ac-header > div,
#workspace-content .board-content-box .bc-listarea .bc-header > div {
    display: inline-flex;
    align-items: center;
    height: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
#workspace-content .archive-content-box .ac-listarea .ac-header .ac-project-name {
    width: calc(100% - 540px);
    width: -moz-calc(100% - 540px);
    width: -webkit-calc(100% - 540px);
    padding-left: 10px;
}
#workspace-content .archive-content-box .ac-listarea .ac-header .ac-created-date,
#workspace-content .archive-content-box .ac-listarea .ac-header .ac-completed-date,
#workspace-content .archive-content-box .ac-listarea .ac-header .ac-archived-date {
    width: 120px;
}
#workspace-content .archive-content-box .ac-listarea .ac-header .ac-download {
    width: 100px;
    justify-content: center;
}
#workspace-content .archive-content-box .ac-listarea .ac-header .ac-restore {
    width: 80px;
    justify-content: center;
}

#workspace-content .board-content-box .bc-listarea .bc-header .bc-number {
    width: 70px;
    justify-content: center;
}
#workspace-content .board-content-box .bc-listarea .bc-header .bc-title {
    width: calc(100% - 290px);
    width: -moz-calc(100% - 290px);
    width: -webkit-calc(100% - 290px);
    padding-left: 10px;
}
#workspace-content .board-content-box .bc-listarea .bc-header .bc-writer {
    width: 130px;
}
#workspace-content .board-content-box .bc-listarea .bc-header .bc-date {
    width: 90px;
}

#workspace-content .archive-content-box .ac-listarea .ac-listbox,
#workspace-content .board-content-box .bc-listarea .bc-listbox {
    position: relative;
    width: 100%;
    height: 400px;
    padding-left: 10px;
    background: #21262b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#workspace-content .archive-content-box .ac-listarea .ac-listbox .ac-nolist,
#workspace-content .board-content-box .bc-listarea .bc-listbox .bc-nolist {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 14px;
    color: #6c6c6c;
    text-align: center;
    transform: translateY(-50%);
    z-index: 1;
}
#workspace-content .archive-content-box .ac-listarea .ac-listbox .ac-infobar,
#workspace-content .board-content-box .bc-listarea .bc-listbox .bc-infobar {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 10px;
    height: 40px;
    background: #21262b;
    border-bottom: 1px solid #41464b;
}
#workspace-content .archive-content-box .ac-listarea .ac-listbox .ac-infobar > div,
#workspace-content .board-content-box .bc-listarea .bc-listbox .bc-infobar > div {
    display: inline-flex;
    align-items: center;
    height: 100%;
    font-size: 12px;
    color: #aaa;
}
#workspace-content .archive-content-box .ac-listarea .ac-listbox .ac-infobar .ac-project-name {
    width: calc(100% - 540px);
    width: -moz-calc(100% - 540px);
    width: -webkit-calc(100% - 540px);
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#workspace-content .archive-content-box .ac-listarea .ac-listbox .ac-infobar .ac-created-date,
#workspace-content .archive-content-box .ac-listarea .ac-listbox .ac-infobar .ac-completed-date,
#workspace-content .archive-content-box .ac-listarea .ac-listbox .ac-infobar .ac-archived-date {
    width: 120px;
}
#workspace-content .archive-content-box .ac-listarea .ac-listbox .ac-infobar .ac-download {
    width: 100px;
    justify-content: center;
}
#workspace-content .archive-content-box .ac-listarea .ac-listbox .ac-infobar .ac-restore {
    width: 80px;
    justify-content: center;
}

#workspace-content .board-content-box .bc-listarea .bc-listbox .bc-infobar .bc-number {
    width: 70px;
    justify-content: center;
}
#workspace-content .board-content-box .bc-listarea .bc-listbox .bc-infobar .bc-number .cover-left {
    display: none;
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
#workspace-content .board-content-box .bc-listarea .bc-listbox .bc-infobar .bc-title {
    width: calc(100% - 290px);
    width: -moz-calc(100% - 290px);
    width: -webkit-calc(100% - 290px);
    padding: 0 10px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#workspace-content .board-content-box .bc-listarea .bc-listbox .bc-infobar .bc-writer {
    width: 130px;
}
#workspace-content .board-content-box .bc-listarea .bc-listbox .bc-infobar .bc-date {
    width: 90px;
}
#workspace-content .board-content-box .bc-listarea .bc-listbox .bc-infobar .bc-date .cover-right {
    display: none;
    position: absolute;
    top: 0;
    right: -10px;
    width: 10px;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

#workspace-content .board-content-box .bc-listarea .bc-listbox .bc-infobar.top {
    background: rgba(0, 0, 0, 0.2);
}
#workspace-content .board-content-box .bc-listarea .bc-listbox .bc-infobar.top .bc-number {
    text-indent: -9999px;
    background: transparent url(/images/icon_notice.svg) center no-repeat;
}
#workspace-content .board-content-box .bc-listarea .bc-listbox .bc-infobar.top .bc-number .cover-left,
#workspace-content .board-content-box .bc-listarea .bc-listbox .bc-infobar.top .bc-date .cover-right {
    display: block;
}
#workspace-content .board-content-box .bc-listarea .bc-listbox .bc-infobar.top .bc-title {
    color: #1E57DC;
    font-weight: bold;
}

#workspace-content .archive-content-box .ac-pagearea,
#workspace-content .board-content-box .bc-pagearea {
    text-align: center;
}

#workspace-content .board-content-box .bc-detail-area {
    display: none;
}
#workspace-content .board-content-box .bc-detail-area .bc-detail-box {
    position: relative;
    padding: 0 30px 30px 66px;
    background: #21262b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#workspace-content .board-content-box .bc-detail-area .bc-detail-box .bcd-titlebar {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #41464b;
    min-height: 60px;
    padding: 8px 0;
}
#workspace-content .board-content-box .bc-detail-area .bc-detail-box .bcd-titlebar .number {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -54px;
    width: 54px;
    height: 20px;
    font-size: 12px;
    color: #aaa;
}
#workspace-content .board-content-box .bc-detail-area .bc-detail-box .bcd-titlebar .title {
    font-size: 14px;
    color: #fff;
    word-break: break-word;
    padding-right: 69px;
}
#workspace-content .board-content-box .bc-detail-area .bc-detail-box .bcd-titlebar .date {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #aaa;
    padding-top: 2px;
}
#workspace-content .board-content-box .bc-detail-area .bc-detail-box .bcd-titlebar.top .number {
    text-indent: -9999px;
    background: transparent url(/images/icon_notice.svg) center no-repeat;
}
#workspace-content .board-content-box .bc-detail-area .bc-detail-box .bcd-titlebar.top .title {
    font-weight: bold;
    color: #1E57DC;
    padding-right: 69px;
    word-break: break-word;
}
#workspace-content .board-content-box .bc-detail-area .bc-detail-box .contents {
    padding-top: 40px;
    font-size: 12px;
    color: #aaa;
    line-height: 1.3em;
    min-height: 360px;
    word-break: break-word;
}
#workspace-content .board-content-box .bc-detail-area .bc-btn-box {
    padding-top: 20px;
}
#workspace-content .board-content-box .bc-detail-area .bc-btn-box button {
    width: 110px;
    height: 36px;
}

#pcd-listarea {
    display: inline;
}

#pcd-grapharea {
    display: none;
}

#pcd-grapharea .pcd-gtitle {
    padding: 40px 0;
}
#pcd-grapharea .pcd-gtitle .mtitle {
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}
#pcd-grapharea .pcd-gtitle .stitle {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding-left: 12px;
}

#pcd-grapharea .pcd-ginfobar {
    padding-bottom: 30px;
}
#pcd-grapharea .pcd-ginfobar .infobox {
    display: inline-block;
    width: calc(100% / 4 - 23px);
    width: -moz-calc(100% / 4 - 23px);
    width: -webkit-calc(100% / 4 - 23px);
    height: 110px;
    margin: 0 15px;
    padding: 0 30px;
    background: #282e33;
}
#pcd-grapharea .pcd-ginfobar .infobox:first-child {
    margin-left: 0;
    background: rgba(255, 255, 255, 0.03);
}
#pcd-grapharea .pcd-ginfobar .infobox:last-child {
    margin-right: 0;
}
#pcd-grapharea .pcd-ginfobar .infobox .info {
    padding-top: 33px;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}
#pcd-grapharea .pcd-ginfobar .infobox .stitle {
    padding-top: 4px;
    font-size: 13px;
    color: #fff;
}

#pcd-grapharea .pcd-ginfobar.R {
    display: none;
}
#pcd-grapharea .pcd-ginfobar.R .infobox {
    width: calc(100% / 2 - 23px);
    width: -moz-calc(100% / 2 - 23px);
    width: -webkit-calc(100% / 2 - 23px);
}

.pcd-gstatistics {
    border-bottom: 1px solid #41464b;
}
.pcd-gstatistics.R {
    display: none;
}
.pcd-gstatistics .row {
    padding-bottom: 30px;
    white-space: nowrap;
}
.pcd-gstatistics .row .frame-label-status,
.pcd-gstatistics .row .frame-review-status {
    display: inline-block;
    position: relative;
    width: 340px;
    height: 467px;
    margin-right: 30px;
    background: #3b4148;
    vertical-align: top;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.pcd-gstatistics .row .legend-box {
    padding: 0 40px;
}
.pcd-gstatistics .row .legend-box .item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-bottom: 1px solid #3e4a53;
}
.pcd-gstatistics .row .legend-box .item .type {
    display: inline-flex;
    width: calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    font-size: 14px;
    font-weight: bold;
    color: #aaa;
}
.pcd-gstatistics .row .legend-box .item .info {
    padding-left: 16px;
    font-size: 13px;
    color: #888;
}
.pcd-gstatistics .row .legend-box .item .type.done {
    color: #1E57DC;
}
.pcd-gstatistics.R .row .legend-box .item .type.done {
    color: #3bbc8f;
}
.pcd-gstatistics .row .legend-box .item .type.skip {
    color: #56dbe6;
}
.pcd-gstatistics .row .legend-box .item .type.reject {
    color: #eb4d4d;
    padding-left: 16px;
}
.pcd-gstatistics.R .row .legend-box .item .type.reject {
    padding-left: 0;
}
.pcd-gstatistics .row .legend-box .item .type .circle {
    display: inline-block;
    font-size: 12px;
    line-height: 17px;
    padding-right: 10px;
}
.pcd-gstatistics .row .legend-box .item .count,
.pcd-gstatistics .row .legend-box .item .pct {
    display: inline-flex;
    justify-content: flex-end;
    width: 80px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
.pcd-gstatistics .row .legend-box .item .count {
    width: 50px;
}
.pcd-gstatistics .row .frame-label-images,
.pcd-gstatistics .row .frame-review-images {
    display: inline-block;
    position: relative;
    width: calc(100% - 370px);
    width: -moz-calc(100% - 370px);
    width: -webkit-calc(100% - 370px);
    height: 467px;
    background: #3b4148;
    vertical-align: top;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.pcd-gstatistics .row .frame-average-time,
.pcd-gstatistics .row .frame-total-time {
    display: inline-block;
    position: relative;
    width: calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    height: 517px;
    margin-right: 15px;
    background: #3b4148;
    vertical-align: top;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.pcd-gstatistics .row .frame-total-time {
    margin-right: 0;
    margin-left: 15px;
}
.pcd-gstatistics .row .frame-created-objects {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 416px;
    background: #3b4148;
    vertical-align: top;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.pcd-gstatistics .row .frame-all-average-time {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 380px;
    background: #3b4148;
    vertical-align: top;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.pcd-gstatistics .row .frame-history-list {
    display: inline-block;
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    vertical-align: top;
    white-space: initial;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.pcd-gstatistics .row .frame-title {
    position: relative;
    width: 100%;
    height: 64px;
    line-height: 64px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.pcd-gstatistics .row .frame-title .frame-btn {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    line-height: 64px;
}

.pcd-gstatistics .row .frame-selectbox {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0 30px 10px 30px;
}
.pcd-gstatistics .row .frame-selectbox .selectric-wrapper {
    width: 120px;
}

#pcd-grapharea .pcd-gbtn {
    padding-top: 50px;
    padding-bottom: 60px;
}
#pcd-grapharea .pcd-gbtn button {
    width: 140px;
}

.pcd-object-all-list {
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 60px;
}
.pcd-object-all-list .pcdo-title {
    width: 100%;
    height: 64px;
    padding: 0 30px;
    line-height: 64px;
}
.pcd-object-all-list .pcdo-title .mtitle {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.pcd-object-all-list .pcdo-title .stitle {
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.pcd-object-all-list .pcdo-listarea {
    padding: 0 30px 30px 30px;
}
.pcd-object-all-list .pcdo-listarea .pcdo-theader {
    display: inline-flex;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    background: #404448;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.pcd-object-all-list .pcdo-listarea .pcdo-theader > div {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    height: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.pcd-object-all-list .pcdo-listarea .pcdo-theader .pcdo-order {
    width: 100px;
    padding-left: 10px;
}
.pcd-object-all-list .pcdo-listarea .pcdo-theader .pcdo-objectname {
    width: calc(100% - 540px);
    width: -moz-calc(100% - 540px);
    width: -webkit-calc(100% - 540px);
}
.pcd-object-all-list .pcdo-listarea .pcdo-theader .pcdo-objectcnt,
.pcd-object-all-list .pcdo-listarea .pcdo-theader .pcdo-percentage {
    width: 200px;
}
.pcd-object-all-list .pcdo-listarea .pcdo-tlistbox {
    position: relative;
    min-height: 400px;
    background: #21262b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.pcd-object-all-list .pcdo-listarea .pcdo-tlistbox .pcdo-tnolist {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 14px;
    color: #6c6c6c;
}
.pcdo-tloadlistbox {
    display: inline-flex;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-bottom: 1px solid #41464b;
}
.pcdo-tlistbox .pcdo-tloadlistbox:last-child {
    border-bottom: 0;
}
.pcdo-tloadlistbox > div {
    display: inline-block;
    align-items: center;
    margin-right: 10px;
    height: 100%;
    line-height: 40px;
    font-size: 12px;
    color: #aaa;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pcdo-tloadlistbox .pcdo-order {
    width: 100px;
    padding-left: 10px;
}
.pcdo-tloadlistbox .pcdo-objectname {
    width: calc(100% - 540px);
    width: -moz-calc(100% - 540px);
    width: -webkit-calc(100% - 540px);
}
.pcdo-tloadlistbox .pcdo-objectcnt,
.pcdo-tloadlistbox .pcdo-percentage {
    width: 200px;
}

.pcd-classification-list {
    position: relative;
    display: none;
    width: 100%;
    min-height: 400px;
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.07);
    margin-bottom: 50px;
}
.pcd-rejection-container .pcdr-nolist-container {
    position: relative;
    width: 100%;
    min-height: 400px;
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.07);
    margin-bottom: 50px;
}
.pcd-classification-list .pcdc-nolist,
.pcd-rejection-container .pcdr-nolist-container .pcdr-nolist {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 14px;
    color: #6c6c6c;
}
.pcd-classification-list .pcdc-listbox {
    width: 960px;
    margin: 15px auto;
    padding-bottom: 20px;
    background: #3b4148;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.pcd-classification-list .pcdc-listbox .pcdc-title {
    position: relative;
    width: 100%;
    height: 64px;
    line-height: 64px;
}
.pcd-classification-list .pcdc-listbox .pcdc-title .mtitle {
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.pcd-classification-list .pcdc-listbox .pcdc-title .mtitle .point {
    color: #1E57DC;
}
.pcd-classification-list .pcdc-listbox .pcdc-title .stitle {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    line-height: 64px;
    font-size: 16px;
    font-weight: bold;
    color: #aaa;
}
.pcd-classification-list .pcdc-listbox .pcdc-title .stitle .white {
    color: #fff;
}
.pcd-classification-list .pcdc-listbox .pcdc-gbox {
    width: 100%;
    padding: 20px 50px 10px 50px;
}
.pcd-classification-list .pcdc-listbox .pcdc-gbox:last-child {
    padding-bottom: 20px;
}
.pcd-classification-list .pcdc-listbox .pcdc-gbox .textbar {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}
.pcd-classification-list .pcdc-listbox .pcdc-gbox .textbar .answer {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 100px;
    overflow: hidden;
}
.pcd-classification-list .pcdc-listbox .pcdc-gbox .textbar .info {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #fff;
}
.pcd-classification-list .pcdc-listbox .pcdc-gbox .textbar .info .count {
    font-weight: 800;
}
.pcd-classification-list .pcdc-listbox .pcdc-gbox .graphbar {
    width: 100%;
    height: 6px;
    background: #494f57;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.pcd-classification-list .pcdc-listbox .pcdc-gbox .graphbar .line {
    width: 0;
    height: 6px;
    background: #56dbe6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.pcd-classification-list .pcdc-listbox .pcdc-tbox-list { 
    height: 200px;
    overflow-y: auto;
    margin: 0 50px;
}
.pcd-classification-list .pcdc-listbox .pcdc-tbox-list::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}
.pcd-classification-list .pcdc-listbox .pcdc-tbox-list::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    background-color: #293238;
    background-clip: padding-box;
    border-radius: 10px;
}
.pcd-classification-list .pcdc-listbox .pcdc-tbox {
    width: auto;
    margin: 10px 0;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #494f57;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pcd-classification-list .pcdc-listbox .pcdc-tbox_etc {
    border-bottom: 1px solid #494f57;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-radius: unset;
    -moz-border-radius: unset;
    -webkit-border-radius: unset;
}
.pcd-classification-list .pcdc-listbox .pcdc-tbox .etc {
    font-size: 12px;
}
.pcd-classification-list .pcdc-listbox .pcdc-tbox .pct
{
    font-weight: 400;
}


.video-page .pcd-classification-list .pcdc-listbox .pcdc-gbox .graphbar {
    width: 100%;
    height: 10px;
    background: #494f57;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.video-page .pcd-classification-list .pcdc-listbox .pcdc-gbox .graphbar .line {
    width: 0;
    height: 10px;
    background: #56dbe6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.video-page .pcd-classification-list .pcdc-listbox .pcdc-tbox {
    width: auto;
    margin: 10px 50px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #494f57;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.video-page .pcd-classification-list .pcdc-listbox .pcdc-gbox .textbar {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
}

.frame-history-list .pcd-listarea {
    padding: 0 30px 30px 30px !important; 
}
.frame-history-list .pcd-theader {
    display: inline-flex;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    background: #404448;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.frame-history-list .pcd-theader .pcd-dataset {
    width: calc(100% - 1000px);
    width: -moz-calc(100% - 1000px);
    width: -webkit-calc(100% - 1000px);
    padding-left: 10px;
}
.frame-history-list .pcd-theader .pcd-filename,
.frame-history-list .pcd-theader .pcd-labeler,
.frame-history-list .pcd-theader .pcd-reviewer {
    width: 150px;
}
.frame-history-list .pcd-theader .pcd-lresult,
.frame-history-list .pcd-theader .pcd-rresult {
    width: 85px;
}
.frame-history-list .pcd-theader .pcd-ltime {
    width: 85px;
}
.frame-history-list .pcd-theader .pcd-objectcnt {
    width: 110px;
}
.frame-history-list .pcd-theader .pcd-ldate,
.frame-history-list .pcd-theader .pcd-rdate {
    width: 90px;
}
.frame-history-list .pcd-tloadlistbox .pcd-dataset {
    width: calc(100% - 1000px);
    width: -moz-calc(100% - 1000px);
    width: -webkit-calc(100% - 1000px);
    padding-left: 10px;
}
.frame-history-list .pcd-tloadlistbox .pcd-filename,
.frame-history-list .pcd-tloadlistbox .pcd-labeler,
.frame-history-list .pcd-tloadlistbox .pcd-reviewer {
    width: 150px;
}
.frame-history-list .pcd-tloadlistbox .pcd-lresult,
.frame-history-list .pcd-tloadlistbox .pcd-rresult {
    width: 85px;
}
.frame-history-list .pcd-tloadlistbox .pcd-ltime {
    width: 85px;
}
.frame-history-list .pcd-tloadlistbox .pcd-objectcnt {
    width: 110px;
}
.frame-history-list .pcd-tloadlistbox .pcd-ldate,
.frame-history-list .pcd-tloadlistbox .pcd-rdate {
    width: 90px;
    padding-top: 6px;
    line-height: 14px;
}

/* Project video */
#loading {
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    display: none;
}
body.loading #loading {
    display: flex;
}
#loading .dz-loading {
    width: fit-content;
    position: relative;
}
#loading .dz-success .cb-icon-success {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-size: 100px;
    margin-top: 10px;
}
#loading .dz-progress {
    height: 0 !important;
    border: 0 !important;
}
#loading .loading-text {
    display: block;
    font-size: 36px;
    white-space: nowrap;
    color: #fff;
    margin-bottom: 15px;
    padding: 0 30px;
}
#loading .dz-success {
    font-size: 36px;
    white-space: nowrap;
    color: #fff;
    padding: 0 30px;
}
#loading .dz-upload {
    display: block;
    height: 25px;
    border-radius: 25px;
    background: #1E57DC;
}
#loading .dz-full {
    display: block;
    height: 25px;
    border-radius: 25px;
    border: 1px solid #ddd;
    background: #ddd;
    overflow: hidden;
}
body.loading::before{
    display: block;
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(256, 256, 256, 0.125);
    z-index: 999;
}

.video-page .form-framebox .form-row-tab .tile_dataset,
.video-page .obj-aimodel {
    display: none !important;
}

.video-page .form-framebox .form-row-tab .tab-bar {
    width: calc((100% - 180px) / 2) !important;
}
.video-page .form-framebox .form-row-tab .empty {
    border-bottom: 0 !important;
}

/**/
.popup_download-project .download-mode {
    display: flex;
    justify-content: space-around;
    color: #fff;
    padding: 0 15px;
    margin-top: 40px;
}

.popup_download-project .download-mode span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}
.popup_download-project .download-mode span.active {
    cursor: default;
    border-color: blue;
}
.confirm_button_download {
    margin: 20px 0 0;
    color: #fff;
    width: 100%;
    height: 50px;
    padding: 0;
    border: 0;
    background: #314360 url(/images/icon_download.svg) no-repeat;
    background-position: right 10px center;
    background-size: 22px;
    cursor: pointer;
}
#popup_download-project {
    background-color: #333 !important;
}

.pcd-classification-list .pcdc-listbox .pcdc-gbox.inline .textbar .info {
    white-space: nowrap;
}
.video-page .pcd-classification-list .pcdc-listbox .pcdc-gbox.inline .textbar {
    display: flex;
    align-items: center;
    gap: 10px;
}
.pcd-classification-list .pcdc-listbox .pcdc-gbox.inline .textbar .info {
    position: static;
}
.gi-classification.highlight-background {border: 0;}

/* Styling the number input */
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  input[type="number"] {
    -moz-appearance: textfield;
  }

  .number-input-wrapper {
    position: relative;
    display: inline-block;
  }

  .number-input-wrapper input {
    padding-right: 30px;
  }

  .number-input-wrapper .up,
  .number-input-wrapper .down {
    position: absolute;
    right: 59px;
    width: 16px;
    height: 16px;
    color: white;
    text-align: center;
    cursor: pointer;
    line-height: 15px;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
  }

  .number-input-wrapper .up {
    top: 1px;
    border-radius: 3px 3px 0 0;
    background: transparent url(/images/icon_open.svg) center no-repeat;
    transform: rotate(180deg)
  }

  .number-input-wrapper .down {
    right: 60px;
    top: 19px;
    border-radius: 0 0 3px 3px;
    background: transparent url(/images/icon_open.svg) center no-repeat;
  }

  .number-input-wrapper .up:hover,
  .number-input-wrapper .down:hover {
    /* background-color: #999; */
  }

#frames-thumb-slide.notext .swiper-slide::before{
    font-size: 0 !important;
}

#frames-thumb-slide.notext .swiper-slide::before{
    font-size: 0 !important;
}
.s2-classtype [type="radio"]:not(:checked) + label:before, 
.s2-classtype [type="radio"]:checked + label:before {
    top: 1px;
}
.s2-classtype [type="radio"]:not(:checked) + label:after, 
.s2-classtype [type="radio"]:checked + label:after {
    top: 6px;
    left: 5px;
}
#workspace-content .image-page .form-framebox .step2-content .s2-actionbar,
#workspace-content.image-page .form-framebox .step2-content .s2-actionbar {
    height: 50px;
}
.s2-classtype {
    margin-bottom: 30px;
}
.s2-classtype label {
    color: #fff;
    font-size: 14px;
    margin-right: 40px;
}

/***/
.editor_import,
.btn_editor_import {
    opacity: 0;
    height: 40px;
    width: 50px;
    cursor: pointer;
    overflow: hidden !important;
    display: none;
}
.import-btn {
    background: url(/images/icon-upload.png) center no-repeat;
    background-size: 22px;
    cursor: pointer;
    height: 40px;
    width: 50px;
    margin-right: 30px;
}

.layer-setting-btn  {
    background: url(/images/editor/icon_layer_hover.svg) center no-repeat;
    background-size: 22px;
    cursor: pointer;
    height: 40px;
    width: 50px;
    z-index: 1;
}

.import-btn:hover, 
.layer-setting-btn:hover {
    background-color: #272f34;
}
.btn_wrapper:hover .btn_tooltip {
    display: flex;
}
.btn_wrapper.import-btn .btn_tooltip, 
.btn_wrapper.layer-setting-btn  .btn_tooltip {
    top: calc(100% + 6px);
    width: auto;
}

.popup_upload-project .upload-mode {
    display: flex;
    justify-content: space-around;
    color: #fff;
    padding: 0 15px;
    margin-top: 40px;
}

.popup_upload-project .upload-mode span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}
.popup_upload-project .upload-mode span.active {
    cursor: default;
    border-color: blue;
}
.confirm_button_upload {
    margin: 20px 0 0;
    color: #fff;
    width: 100%;
    height: 50px;
    padding: 0;
    border: 0;
    background: #314360 url(/images/icon-upload.png) no-repeat;
    background-position: right 10px center;
    background-size: 22px;
    cursor: pointer;
}
#popup_upload-project {
    background-color: #333 !important;
}
#editor-frame.review .import-btn,
#editor-frame.review .editor_import {
    display: none;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container {
    width: 80%;
    height: 80%;
    background: rgb(33,38,43);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin: 20px 20px 0 20px;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .popup-header h3 {
    margin: 0;
    color: white;
    font-size: 18px;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .popup-body {
    flex: 1;
    display: flex;
    margin: 0px 20px 20px 20px;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .popup-body #as-map-body {
    width: 100%;
    height: 100%
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .popup-body #as-map-body .control-btns {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background-color: rgb(69 68 68 / 59%);
    display: flex;
    justify-content: center;
    padding: 10px 0;
    z-index: 1000;
    gap: 20px;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .popup-body #as-map-body .control-btns .select-tile-btn {
    background: transparent;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .popup-body #as-map-body .control-btns .btn-tooltip {
    position: relative;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .popup-body #as-map-body .control-btns .btn-tooltip::before {
    content: '';
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #2c2c2c transparent;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: 10;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .popup-body #as-map-body .control-btns .btn-tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 135%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 8px;
    background: #2c2c2c;
    color: white;
    padding: 6px 10px;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: 10;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .popup-body #as-map-body .control-btns .btn-tooltip:hover::after,
#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .popup-body #as-map-body .control-btns .btn-tooltip:hover::before {
    opacity: 1;
}

.focus-icon {
    position: relative;
    width: 24px;
    height: 24px;
}

.corner {
    width: 6px;
    height: 6px;
    border: 2px solid white;
    position: absolute;
}

.top-left {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.top-right {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
}

.bottom-left {
    bottom: 0;
    left: 0;
    border-top: none;
    border-right: none;
}

.bottom-right {
    bottom: 0;
    right: 0;
    border-top: none;
    border-left: none;
}

.center-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid white;
    transform: translate(-50%, -50%);
}
  
.toggle-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.toggle-label {
    font-size: 16px;
}

.custom-toggle {
    width: 50px;
    height: 24px;
    border-radius: 24px;
    background-color: #ccc;
    position: relative;
    cursor: pointer;
    border: 1px solid white;
    transition: background-color 0.3s;
}

.custom-toggle::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
}

.custom-toggle.active {
    background-color: #232323;
}

.custom-toggle.active::before {
    transform: translateX(26px);
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .map-section {
    flex: 2;
    margin-right: 20px;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .assign-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .assign-labeler, .change-labeler, .change-reviewer, .assign-reviewer, .delete-assigned-tile, .member-assign-tile, .member-delete-tile, .member-delete-dataset, .popup-confirm-change-assigner {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: calc(50% - 80px);
    left: calc(50% - 175px);
    z-index: 1000;
    background: #2b3034;
    padding: 10px;
    width: 350px;
    border-radius: 5px;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .assign-labeler h4, .assign-reviewer h4, .change-labeler h4, .change-reviewer h4, .popup-confirm-change-assigner h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
    color: white;
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #fff;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .delete-assigned-tile h4, .member-assign-tile h4, .member-delete-tile h4, .member-delete-dataset h4, .popup-confirm-change-assigner h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
    color: white;
    padding: 10px 0 5px 0;
}
#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .delete-assigned-tile .sub-popup-btns {

}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container select {
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: gray;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .popup-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    margin: 0 20px;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .sub-popup-btns {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 30px;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .sub-popup-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .sub-popup-select span {
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 3;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .sub-popup-message {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: white;
    font-size: 11px;
    padding-top: 10px;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .btn-cancel, .btn-save, .btn-del-no, .btn-del-yes, .btn-m-assign-no, .btn-m-assign-yes, .btn-m-del-no, .btn-m-del-yes {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .btn-cancel, .btn-del-no, .btn-m-assign-no, .btn-m-del-no {
    background: #414b52;
    color: #fff;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .btn-cancel:hover,
#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .btn-del-no:hover,
#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .btn-m-assign-no:hover,
#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .btn-m-del-no:hover {
    background: #161c1f;
    color: #fff;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .btn-save, .btn-del-yes, .btn-m-del-yes, .btn-m-assign-yes {
    background: #1E57DC;
    color: white;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .btn-save:hover,
#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .btn-del-yes:hover,
#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .btn-m-del-yes:hover,
#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .btn-m-assign-yes:hover {
    background: #5488FF;
    color: #fff;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .as-popup-tab {
    margin: 20px 20px 0 20px;
    display: flex;
    justify-content: space-around;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .as-popup-tab .as-tab-labeler,
#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .as-popup-tab .as-tab-reviewer {
    font-size: 14px;
    color: white;
    padding: 10px 0;
    flex: 1;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .as-popup-tab .on {
    background: rgb(57, 68, 75);
}

.leaflet-draw-draw-rectangle {
    display: none !important;
}

/* css for unreviewed area */
#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .switch-container {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 30px;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .switch-container .label {
    color: white;
    font-size: 14px;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .switch-container .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    background-color: #ccc;
    border-radius: 20px;
    transition: background-color 0.3s;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .switch-container .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .switch-container .slider {
    position: absolute;
    cursor: pointer;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .switch-container .switch input:checked + .slider {
    transform: translateX(20px);
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .switch-containern .switch input:checked ~ .switch-background {
    background-color: #4CAF50;
}

#workspace-content .form-framebox .step3-content .as-popup-overlay .as-popup-container .switch-container .switch-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    border-radius: 20px;
    transition: background-color 0.3s;
}


.grid-tile-text-content {
    background-color: rgb(241, 123, 123);
    padding: 3px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100px;
}

.badge-text {
    font-weight: bold;
}

.badge-icon {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

.badge-icon-small {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
}

.leaflet-label-fixed {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 4px;
    white-space: nowrap;
  }

  .leaflet-label-container {
    padding: 10px;
    width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #555555;
    font-size: 10px;
    color: white;
  }

  .leaflet-label-container:hover {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    word-wrap: break-word;
}
  
  .leaflet-label-splitter {
    position: absolute;
    top: 10px;
    border-radius: 4px;
    white-space: nowrap;
    transform: translateX(-50%);
  }
  


  .obj-list-box-no-border  {
    border-bottom: none !important;
  }

  .t-container {
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-size: 14px;
    min-height: 70px;
}
.t-label {
    margin-right: 15px;
    white-space: nowrap;
    color: #fff;
}
.t-radio-group {
    display: flex;
    align-items: center;
    gap: 20px;
}
.t-radio-input {
    margin: 0;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 2px solid #666;
    border-radius: 50%;
    background-color: #2a2a2a;
    cursor: pointer;
    vertical-align: middle;
}
.t-radio-input:checked {
    border-color: #ff9500;
}
.t-radio-input:checked::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #ff9500;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.t-radio-label {
    margin-left: 5px;
    cursor: pointer;
    color: #b0b0b0;
    font-size: 13px;
}

.t-radio-input:disabled + .t-radio-label {
    cursor: not-allowed;
    color: #797777 !important;
}



.t-input-container {
    display: none;
    margin-left: 20px;
    align-items: center;
    flex: 1;
    background-color: #303438;
    border-radius: 5px;
    padding: 10px;
    min-height: 46px;
}
.t-input-container.active {
    display: flex;
}
.t-input {
    width: 74px; 
    height: 36px; 
    border: 1px solid #21262b;
    background-color: #21262b;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 14px; 
    vertical-align: middle;

}
.t-unit {
    margin-left: -1px;
    color: #b0b0b0;
    font-size: 14px;
    background: #21262b;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: end;
    padding: 3px 7px;
    border-radius: 0 3px 3px 0;

}

.t-label-with-radio {
    display: flex;
    gap: 12px;
    align-items: center;
}

.t-input-container > input:disabled {
    color: #9c9c9c;
    background: #21262b;
    border: 1px solid #21262b;
}

.t-input-label {
    margin-right: 30px;
    font-size: 14px;
    color: #FFFFFF;
}

.t-input-label-required {
    color: red;
}

.t-obj-list-box {
    display: flex;
}

.t-multiply {
    margin: 0 30px;
}

.force-obj-list-box {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    padding: 10px !important;
}

.obj-list-box-wrapper {
    display: inline-flex;
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

.t-input-label-text {
    margin-right: 5px;
    margin-top: 15px;
}

.search-bar {
    position: absolute;
    top: 0;
    height: 40px;
    right: 375px;
    display: inline-flex;
    width: 330px;
    align-items: center;
}
.with-change-detection {
    right: 430px !important;
}

.search-input {
    height: 30px;
    width: 100%;
    border-radius: 5px;
    background-color: #272F34;
    border: 1px solid #262F34;
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    outline: none;
    box-sizing: border-box;
    border-radius: 5px;

}

.search-bar .reset-search-input {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    
}

.search-bar .search-input-error {
    display: none;
    position: absolute;
    padding: 10px 5px;
    top: 88%;
    width: 95%;
    left: 10px;
    color: red;
    font-size: 12px;
    color: #fff;
    font-size: 13px;
    outline: none;
    box-sizing: border-box;
    background: #2B3033;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 1px;
}

.project-name-tooltip {
    position: relative;
}

.project-name-tooltip .project-name-tooltip-text {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #3a444c;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px !important;
    font-weight: normal;
    display: none;
    z-index: 1000;
    width: 310px;
    white-space: normal;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}
.project-name-tooltip:hover .project-name-tooltip-text {
    display: block;
}


.obj_upload_json_button_wrapper:hover .obj_upload_json_button_list {
    display: block;
}

.obj_upload_json_button_list {
    position: absolute;
    left: 0;
    background-color: #3a444c;
    border-radius: 5px;
    list-style: none;
    display: none;
    width: 150px;
    z-index: 1000;
    margin: 0;
    padding: 3px;
}

.obj_upload_json_button_item {
    cursor: pointer;
    border-radius: 5px;
    background-color: #3a444c;
    color: #fff;
    font-size: 13px;
    padding: 10px 7px;

}

.obj_upload_json_button_item:hover {
    background-color: #272f34;
}
.force-objloadall_button {
    position: relative !important;
}

.s2-actionbar {
    display: flex !important;
    justify-content: end !important;
    gap: 10px !important;
}

.s2-actionbar .comment {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.prj_button_download_wrapper:hover .prj_button_download_list {
    display: block;
}

.prj_button_download_list {
    position: absolute !important;
    left: 0 !important;
    background-color: #3a444c !important;
    border-radius: 5px !important;
    list-style: none !important;
    display: none;
    width: 150px !important;
    z-index: 1000 !important;
    margin: 0 !important;
    padding: 3px !important;
}

.prj_button_download_item {
    cursor: pointer !important;
    border-radius: 5px !important;
    background-color: #3a444c !important;
    color: #fff !important;
    font-size: 13px !important;
    padding: 10px 7px !important;
    background-image: none !important;
    position: static !important;
    display: list-item !important;
    margin: 0 !important;
    width: auto !important;

}

.prj_button_download_item:hover {
    background-color: #272f34 !important;
}
/* Swap Object Type Dialog (scoped) */
#swap-object-type-dialog .eo-modal {
    width: 100%;
    background: #2b2f36;
    border-radius: 8px;
    color: #e5e7eb;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

#swap-object-type-dialog .eo-header {
    padding: 16px 20px 8px;
}

#swap-object-type-dialog .eo-title {
    font-size: 15px;
    font-weight: 700;
}

#swap-object-type-dialog .eo-controls {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    align-items: center;
}

#swap-object-type-dialog .eo-icon-btn {
    width: 44px;
    height: 36px;
    background: #3a3f4a;
    color: #e5e7eb;
    border: 1px solid #4b5563;
    border-radius: 6px;
}

#swap-object-type-dialog .eo-icon-btn:hover {
    background: #454b58;
}

#swap-object-type-dialog .eo-body {
    overflow: auto;
    padding: 8px;
    font-size: 14px;
}

#swap-object-type-dialog .eo-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#swap-object-type-dialog .eo-row {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 202px;
    padding: 14px 16px;
    border-radius: 6px;
    margin: 6px 8px;
    background: #333844;
    cursor: pointer;
    border: 1px solid transparent;
}

#swap-object-type-dialog .eo-row:hover {
    background: #3b4150;
}

#swap-object-type-dialog .eo-row.selected {
    border-color: #2563eb;
    background: #2f3750;
}

#swap-object-type-dialog .eo-type {
    opacity: .9;
    display: flex;
    align-items: center;
    gap: 8px;
}

#swap-object-type-dialog .eo-name {
    flex: 1;
}

#swap-object-type-dialog .swap-error {
    color: red;
    font-size: 12px;
}

#swap-object-type-dialog .eo-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
}

#swap-object-type-dialog .c-scrollbar::-webkit-scrollbar-thumb {
    background-color: #3c4850;
}

.pcd-rejection-container .pcd-rejection-content {
    width: 100%;
    color: #fff;
    padding-bottom: 50px;
}
.pcd-rejection-container .pcd-rejection-content .pcd-rejection-overview {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.pcd-rejection-container .pcd-rejection-content .pcd-rejection-overview .pcd-rejection-overview_box {
    background-color: #21262c;
    padding: 24px;
    border-radius: 0.5rem;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: background 0.3s ease;
}

.pcd-rejection-container .pcd-rejection-content .pcd-rejection-overview .pcd-rejection-overview_box .pcd-rejection-overview_box_content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.pcd-rejection-container .pcd-rejection-content .pcd-rejection-overview .pcd-rejection-overview_box .pcd-rejection-overview_box_content span {
    font-size: 0.75rem;
    color: #6c6c6c;
}
.pcd-rejection-container .pcd-rejection-content .pcd-rejection-overview .pcd-rejection-overview_box .pcd-rejection-overview_box_content .pcd-rejection-overview_box_content_value {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}
.pcd-rejection-container .pcd-rejection-content .pcd-rejection-overview .pcd-rejection-overview_box .pcd-rejection-overview_box_icon {
    width: 32px;
    height: 32px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.pcd-rejection-container .pcd-rejection-content .pcd-rejection-overview .pcd-rejection-overview_box .pcd-rejection-overview_box_icon.total {
    background-image: url('/images/icon-list-check.svg');
}
.pcd-rejection-container .pcd-rejection-content .pcd-rejection-overview .pcd-rejection-overview_box .pcd-rejection-overview_box_icon.ing {
    background-image: url('/images/icon-spinner.svg');
}
.pcd-rejection-container .pcd-rejection-content .pcd-rejection-overview .pcd-rejection-overview_box .pcd-rejection-overview_box_icon.done {
    background-image: url('/images/icon-done.svg');
}
.pcd-rejection-container .pcd-rejection-content .pcd-rejection-detail {
    margin-top: 24px;
}
.pcd-rejection-container .pcd-rejection-content .pcd-rejection-detail .pcd-rejection-detail_header {
    display: grid;
    margin-top: 16px;
    grid-template-columns: 3fr 1fr 1fr 1fr;
    gap: 16px;
    background-color: #282e34;
}

.pcd-rejection-container .pcd-rejection-content .pcd-rejection-detail .pcd-rejection-detail_header .pcd-rejection-detail_header_item {
    padding: 12px 24px;
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #1E57DC;
}
.pcd-rejection-container .pcd-rejection-content .pcd-rejection-detail .pcd-rejection-detail_header .pcd-rejection-detail_header_item .pcd-rejection-detail_header_reason-count {
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
}
.pcd-rejection-container .pcd-rejection-content .pcd-rejection-detail .pcd-rejection-detail_header .pcd-rejection-detail_header_item:hover  {
    background-color: #2e353c;
    cursor: pointer;
}

.pcd-rejection-container .pcd-rejection-content .pcd-rejection-detail .pcd-rejection-detail_header .pcd-rejection-detail_header_item:first-child {
    text-align: left;
}
.pcd-rejection-container .pcd-rejection-content .pcd-rejection-detail .pcd-rejection-detail_header .pcd-rejection-detail_header_item:first-child:hover {
    cursor: default;
    background-color: #282e34;
}
.pcd-rejection-container .pcd-rejection-content .pcd-rejection-detail .pcd-rejection-detail_list {
    max-height: 500px;
    overflow-y: auto;
}
.pcd-rejection-container .pcd-rejection-content .pcd-rejection-detail .pcd-rejection-detail_list::-webkit-scrollbar {
    width: 10px;
    background-color: #282e34;
}
.pcd-rejection-container .pcd-rejection-content .pcd-rejection-detail .pcd-rejection-detail_list::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    background-color: #21262c;
    background-clip: padding-box;
    border-radius: 10px;
}
.pcd-rejection-container .pcd-rejection-content .pcd-rejection-detail .pcd-rejection-detail_list .pcd-rejection-detail_list_row {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr;
    gap: 16px;
    background-color: #21262c;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #282e34;
}
.pcd-rejection-container .pcd-rejection-content .pcd-rejection-detail .pcd-rejection-detail_list .pcd-rejection-detail_list_row:hover {
    background-color: #282e34;
}
.pcd-rejection-container .pcd-rejection-content .pcd-rejection-detail .pcd-rejection-detail_list .pcd-rejection-detail_list_cell {
    padding: 16px 24px;
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    color: #d1d5db;
}
.pcd-rejection-container .pcd-rejection-content .pcd-rejection-detail .pcd-rejection-detail_list .pcd-rejection-detail_list_cell:first-child {
    text-align: left;
    text-transform: none;
    color: #fff;
}


.classifications-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    border-radius: 4px;
}

.classifications-container .gc-tile { 
    font-size: 12px;
    width: 100%;
    line-height: 25px;
    padding: 8px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    background-color: #333C44;
    padding: 0 10px;
}

.classifications-container .gc-content {
    padding: 10px;
    background-color: #39444B;

}