@tailwind base;

@tailwind components;

@tailwind utilities;

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

.side-bar {
    z-index: 100;
}

.login-bg {
    height: 100vh;
    background-color: currentColor;
}

.login-bg > img {
    position: absolute;
    height: inherit;
    width: 100%;
    top: 50%;
    transform: translate(0 ,-50%);
}

.logo-main {
    margin: 20px auto;
}

.header-info  {
    justify-content: end;
}

.header-info li {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    margin-left: 10px;
}

.step {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.step__cover {
    position: relative;
    flex-direction: column;
    align-items: center;
    z-index: 100;
    display: grid;
    place-items: center;
}

.step__cover.lastCircle {
    position: relative;
    flex-direction: column;
    align-items: center;
    z-index: 100;
    display: grid;
    place-items: center;
}

.step__cover__circle {
    margin: 0 auto;
    width: 2rem;
    height: 2rem;
    line-height: 25px;
    border-radius: 100%;
    border: 1px solid gray;
    background-color: gray;
    color: #fff;
    display: grid;
    place-items: center;

    }

.step__cover__circle_2 {
    margin: 0 auto;
    width: 1rem;
    height: 1rem;
    line-height: 25px;
    border-radius: 100%;
    border: 1px solid gray;
    background-color: gray;
    color: #fff;
    display: grid;
    place-items: center;

}

.step__cover__circle.done {

    background-color: blue;
    border: 1px solid blue;
}

.step__cover__circle_2.done {

    background-color: blue;
    border: 1px solid blue;
}

.step__cover__circle.waiting {

    width: 1.25rem;
    height: 1.25rem;
    background-color: white;
}

.step__cover__circle_2.waiting {

    width: 0.5rem;
    height: 0.5rem;
    background-color: white;
}

.step__up{
    width: 80%;
}

.step__cover__circle.margin {
    width: 30px;
    height: 30px;

}

.step__cover__circle.orange {
    border: 1px solid #fa9107;
    background-color: #fa9107;
}

.step__cover__circle.active {
    border: 1px solid blue;
    background-color: blue;
}

.step__line {
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #0d6efd;
    border-radius: 10px;
    /*left: 50%;*/
    /*trnasform: translate(-50%);*/
}

.step__line.margin {
    height: 7px;
}

.step__line.orange {
    background-color: #fa9107;
}

.step__line.margin{
    margin-bottom: 22px;
}

.step__line.active{
    background-color: #6c757d;
}

.step__line:first-child {
    display: none;
}

.step__text{
    text-align: center;
    position: absolute;
    white-space: nowrap;
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem
}

.step__text.top{
    transform: translate(0, -110%);
}

.step__text.bottom{
    transform: translate(0, 110%);
}

.step__text.last{
    transform: translate(70%, 15%);
}

.svg__cover {
    width: 145px;
}

 /*라인 test*/
.test11:nth-child(1){
    background-color: #d2d6dc;
    border-color: honeydew;
    border-width: 0;
}

.test11:nth-child(5){
}

.test_step_cover{
}

.confirmLine {
    stroke: gray;
    stroke-width: 5;
    fill: none;
    stroke-linecap: round;
    z-index: 100;
}

.confirmLine.active{
    z-index: 200;
    stroke: blue;
}

.line:last-child{
    display: none;
}

.table-wrapper tr:hover td {
    background: rgba(238,235,226,0.98);
}

.dashboard-step {
    width: 30% !important;
}

/* second component
    dedicate half a width to each column
*/

.section table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed;
}

.section table tr {
    line-height: 2.5;
}

.section table tr th {
    text-transform: uppercase;
    font-size: 1.15rem;
    width: 50%;
    background: hsl(210, 90%, 60%);
    border-bottom: 2px solid hsl(210, 90%, 50%);
    color: hsl(0, 0%, 100%);
    font-weight: 500;
}

/* alternate the background color of the cells describing the data */
.section table tr:nth-of-type(even) td {
    background: hsl(210, 90%, 88%);
}

.section table tr:nth-of-type(odd) td {
    background: hsl(210, 90%, 96%);
}

.revo-grid {
    height: 100%;
}

.table {
    text-align: left;
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}

.table tbody {
    display: table;
    width: 100%;
}

.gridjs-footer button,
.gridjs-head button {
    background-color: transparent;
    background-image: none;
    border: none;
    cursor: pointer;
    margin: 0;
    outline: none;
    padding: 0
}

.gridjs-temp {
    position: relative
}

.gridjs-head {
    margin-bottom: 5px;
    padding: 5px 1px;
    width: 100%
}

.gridjs-head:after {
    clear: both;
    content: "";
    display: block
}

.gridjs-head:empty {
    border: none;
    padding: 0
}

.gridjs-container {
    color: #000;
    display: inline-block;
    padding: 2px;
    position: relative;
    z-index: 0;
    overflow: auto;
}

.gridjs-footer {
    background-color: #fff;
    border-bottom-width: 1px;
    border-color: #e5e7eb;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .26);
    display: block;
    padding: 12px 24px;
    position: relative;
    width: 100%;
    z-index: 5
}

.gridjs-footer:empty {
    border: none;
    padding: 0
}

input.gridjs-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #d2d6dc;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.45;
    outline: none;
    padding: 10px 13px
}

input.gridjs-input:focus {
    border-color: #9bc2f7;
    box-shadow: 0 0 0 3px rgba(149, 189, 243, .5)
}

.coverStep{

}

.gridjs-pagination {
    color: #3d4044
}

.gridjs-pagination:after {
    clear: both;
    content: "";
    display: block
}

.gridjs-pagination .gridjs-summary {
    float: left;
    margin-top: 5px
}

.gridjs-pagination .gridjs-pages {
    float: right
}

.gridjs-pagination .gridjs-pages button {
    background-color: #fff;
    border: 1px solid #d2d6dc;
    border-right: none;
    outline: none;
    padding: 5px 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.gridjs-pagination .gridjs-pages button:focus {
    border-right: 1px solid #d2d6dc;
    box-shadow: 0 0 0 2px rgba(149, 189, 243, .5);
    margin-right: -1px;
    position: relative
}

.gridjs-pagination .gridjs-pages button:hover {
    background-color: #f7f7f7;
    color: #3c4257;
    outline: none
}

.gridjs-pagination .gridjs-pages button:disabled, .gridjs-pagination .gridjs-pages button:hover:disabled, .gridjs-pagination .gridjs-pages button[disabled] {
    background-color: #fff;
    color: #6b7280;
    cursor: default
}

.gridjs-pagination .gridjs-pages button.gridjs-spread {
    background-color: #fff;
    box-shadow: none;
    cursor: default
}

.gridjs-pagination .gridjs-pages button.gridjs-currentPage {
    background-color: #f7f7f7;
    font-weight: 700
}

.gridjs-pagination .gridjs-pages button:last-child {
    border-bottom-right-radius: 6px;
    border-right: 1px solid #d2d6dc;
    border-top-right-radius: 6px
}

.gridjs-pagination .gridjs-pages button:first-child {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.gridjs-pagination .gridjs-pages button:last-child:focus {
    margin-right: 0
}

button.gridjs-sort {
    background-color: transparent;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    cursor: pointer;
    float: right;
    height: 24px;
    margin: 0;
    outline: none;
    padding: 0;
    width: 13px
}

button.gridjs-sort-neutral {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDEuOTk4IiBoZWlnaHQ9IjQwMS45OTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwMS45OTggNDAxLjk5OCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTczLjA5MiAxNjQuNDUyaDI1NS44MTNjNC45NDkgMCA5LjIzMy0xLjgwNyAxMi44NDgtNS40MjQgMy42MTMtMy42MTYgNS40MjctNy44OTggNS40MjctMTIuODQ3cy0xLjgxMy05LjIyOS01LjQyNy0xMi44NUwyMTMuODQ2IDUuNDI0QzIxMC4yMzIgMS44MTIgMjA1Ljk1MSAwIDIwMC45OTkgMHMtOS4yMzMgMS44MTItMTIuODUgNS40MjRMNjAuMjQyIDEzMy4zMzFjLTMuNjE3IDMuNjE3LTUuNDI0IDcuOTAxLTUuNDI0IDEyLjg1IDAgNC45NDggMS44MDcgOS4yMzEgNS40MjQgMTIuODQ3IDMuNjIxIDMuNjE3IDcuOTAyIDUuNDI0IDEyLjg1IDUuNDI0ek0zMjguOTA1IDIzNy41NDlINzMuMDkyYy00Ljk1MiAwLTkuMjMzIDEuODA4LTEyLjg1IDUuNDIxLTMuNjE3IDMuNjE3LTUuNDI0IDcuODk4LTUuNDI0IDEyLjg0N3MxLjgwNyA5LjIzMyA1LjQyNCAxMi44NDhMMTg4LjE0OSAzOTYuNTdjMy42MjEgMy42MTcgNy45MDIgNS40MjggMTIuODUgNS40MjhzOS4yMzMtMS44MTEgMTIuODQ3LTUuNDI4bDEyNy45MDctMTI3LjkwNmMzLjYxMy0zLjYxNCA1LjQyNy03Ljg5OCA1LjQyNy0xMi44NDggMC00Ljk0OC0xLjgxMy05LjIyOS01LjQyNy0xMi44NDctMy42MTQtMy42MTYtNy44OTktNS40Mi0xMi44NDgtNS40MnoiLz48L3N2Zz4=");
    background-position-y: center;
    opacity: .3
}

button.gridjs-sort-asc {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuMzYyIiBoZWlnaHQ9IjI5Mi4zNjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTI4Ni45MzUgMTk3LjI4NyAxNTkuMDI4IDY5LjM4MWMtMy42MTMtMy42MTctNy44OTUtNS40MjQtMTIuODQ3LTUuNDI0cy05LjIzMyAxLjgwNy0xMi44NSA1LjQyNEw1LjQyNCAxOTcuMjg3QzEuODA3IDIwMC45MDQgMCAyMDUuMTg2IDAgMjEwLjEzNHMxLjgwNyA5LjIzMyA1LjQyNCAxMi44NDdjMy42MjEgMy42MTcgNy45MDIgNS40MjUgMTIuODUgNS40MjVoMjU1LjgxM2M0Ljk0OSAwIDkuMjMzLTEuODA4IDEyLjg0OC01LjQyNSAzLjYxMy0zLjYxMyA1LjQyNy03Ljg5OCA1LjQyNy0xMi44NDdzLTEuODE0LTkuMjMtNS40MjctMTIuODQ3eiIvPjwvc3ZnPg==");
    background-position-y: 35%;
    background-size: 10px
}

button.gridjs-sort-desc {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuMzYyIiBoZWlnaHQ9IjI5Mi4zNjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTI4Ni45MzUgNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiAwLTkuMjMzIDEuODA3LTEyLjg1IDUuNDI0QzEuODA3IDcyLjk5OCAwIDc3LjI3OSAwIDgyLjIyOGMwIDQuOTQ4IDEuODA3IDkuMjI5IDUuNDI0IDEyLjg0N2wxMjcuOTA3IDEyNy45MDdjMy42MjEgMy42MTcgNy45MDIgNS40MjggMTIuODUgNS40MjhzOS4yMzMtMS44MTEgMTIuODQ3LTUuNDI4TDI4Ni45MzUgOTUuMDc0YzMuNjEzLTMuNjE3IDUuNDI3LTcuODk4IDUuNDI3LTEyLjg0NyAwLTQuOTQ4LTEuODE0LTkuMjI5LTUuNDI3LTEyLjg1eiIvPjwvc3ZnPg==");
    background-position-y: 65%;
    background-size: 10px
}

button.gridjs-sort:focus {
    outline: none
}

table.gridjs-table {
    border-collapse: collapse;
    display: table;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    table-layout: fixed;
    text-align: left
}

.gridjs-tbody, td.gridjs-td {
    background-color: #fff
}

td.gridjs-td {
    border: 1px solid #e5e7eb;
    box-sizing: content-box;
    padding: 12px 24px
}

td.gridjs-td:first-child {
    border-left: none
}

td.gridjs-td:last-child {
    border-right: none
}

td.gridjs-message {
    text-align: center
}

th.gridjs-th {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-top: none;
    box-sizing: border-box;
    color: #6b7280;
    outline: none;
    padding: 14px 24px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

th.gridjs-th .gridjs-th-content {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

th.gridjs-th-sort {
    cursor: pointer
}

th.gridjs-th-sort .gridjs-th-content {
    width: calc(100% - 15px)
}

th.gridjs-th-sort:focus, th.gridjs-th-sort:hover {
    background-color: #e5e7eb
}

th.gridjs-th-fixed {
    box-shadow: 0 1px 0 0 #e5e7eb;
    position: -webkit-sticky;
    position: sticky;
}

@supports (-moz-appearance:none) {
    th.gridjs-th-fixed {
        box-shadow: 0 0 0 1px #e5e7eb
    }
}

th.gridjs-th:first-child {
    border-left: none
}

th.gridjs-th:last-child {
    border-right: none
}

.gridjs-tr {
    border: none
}

.gridjs-tr-selected td {
    background-color: #ebf5ff
}

.gridjs-tr:last-child td {
    border-bottom: 0
}

.gridjs *, .gridjs :after, .gridjs :before {
    box-sizing: border-box;
}

.gridjs-wrapper {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-color: #e5e7eb;
    border-radius: 8px 8px 0 0;
    border-top-width: 1px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .26);
    display: block;
    overflow: auto;
    position: relative;
    width: 100%;
    z-index: 1
}

.gridjs-wrapper:nth-last-of-type(2) {
    border-bottom-width: 1px;
    border-radius: 8px;
    max-height : 500px;
}

.gridjs-search {
    float: left
}

.gridjs-search-input {
    width: 250px
}

.gridjs-loading-bar {
    background-color: #fff;
    opacity: .5;
    z-index: 10
}

.gridjs-loading-bar, .gridjs-loading-bar:after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.gridjs-loading-bar:after {
    -webkit-animation: shimmer 2s infinite;
    animation: shimmer 2s infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 80%, 0), hsla(0, 0%, 80%, .2) 20%, hsla(0, 0%, 80%, .5) 60%, hsla(0, 0%, 80%, 0));
    content: "";
    transform: translateX(-100%)
}

@-webkit-keyframes shimmer {
    to {
        transform: translateX(100%)
    }
}

@keyframes shimmer {
    to {
        transform: translateX(100%)
    }
}

.gridjs-td .gridjs-checkbox {
    cursor: pointer;
    display: block;
    margin: auto
}

.gridjs-resizable {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 5px
}

.gridjs-resizable:hover {
    background-color: #9bc2f7;
    cursor: ew-resize
}

.main-table {
    margin: 10px 0;
    border-radius: 5px;
    overflow: hidden;
}

.project-info-wrap {
    overflow: auto;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin: 0 auto;
}

.project-info {
    display: table;
    width: max-content;
}

.project-info-body {
    border-top: none;
}

.project-info-header,
.project-info-body {
    font-size: 14px;
}

.project-info-header tr,
.project-info-body tr {
    border-bottom: 1px solid #e5e7eb;
}

.project-info-body tr:last-child {
    border-bottom: none;
}

.project-info-header th,
.project-info-body td {
    text-align: center;
    font-weight: 600;
    color: #6b7280;
    padding: 14px 24px;
    /* background: #f2f2f2; */
    border-right: 1px solid #e5e7eb;
}

.project-info-header li {
    
}

.project-info-body tr {
    background: #fff;
}

.project-info-header th:last-child,
.project-info-body td:last-child {
    border-right: none;
}

.project-info-total td{
    background: #dcedff !important;
    font-weight: 800 !important;
}

.table-total td{
    background-color: #f9fafb !important;
}

/* history */
.history-info-wrap {
    overflow: auto;
    border: 1px solid #e5e7eb;
    border-bottom: none;
    border-radius: 10px;
    max-width: fit-content;
    margin: 0 auto;
}

.history-info {
    display: table;
    width: max-content;
}

.history-info-body {
    border-top: none;
}

.history-info-header,
.history-info-body {
    font-size: 12px;
}

.history-info-header tr,
.history-info-body tr {
    border-bottom: 1px solid #e5e7eb;
}

.history-info-header th,
.history-info-body td {
    text-align: center;
    font-weight: 600;
    color: #6b7280;
    padding: 14px 24px;
    background: #f2f2f2;
    border-right: 1px solid #e5e7eb;
}

.history-info-body .log-modify td{
    background-color: #d3ffd6;
}

.history-info-body .log-delete td{
    background-color: #ffdcdc;
}

.log-info {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.log-info > div {
    display: flex;
    align-items: center;
}

.log-create-info .info-circle {
    background-color: #fff;
}
.log-modify-info .info-circle {
    background-color: #d3ffd6;
}
.log-delete-info .info-circle {
    background-color: #ffdcdc;
}

.info-circle {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 10px;
}

.history-hidden {
    background: #eff4fe !important;
    display: none;
}
.history-hidden.active {
    display: table-cell;
}
.history-emphasisA {
    background: #fff2af !important;
}
.history-emphasisB {
    background: hwb(27 67% 0%) !important;
}
.history-emphasisC {
    background: #a0bfff !important;
}
.history-emphasisD {
    background: #ccf1fc !important;
}

.history-info-body td {
    background: #fff;
}

.modal-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: #00000096;
}
.modal {
    position: fixed;
    background: rgb(249, 246, 254);
    width: 90%;
    max-width: 520px;
    max-height: 600px;
    overflow-y: scroll;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    border-radius: 10px;
    animation: smoothAppear 0.5s;
    z-index: 200;
}
.modal-form {
    margin: 15px 0;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 26px;
    cursor: pointer;
}

.switching-tap {
    display: flex;
}

.team-button {
    cursor: pointer;
    font-weight: 600;
    border-radius: 0.25rem;
    padding: 6px 12px;
    margin: 5px;
}

.management-detail {
    cursor: pointer;
}
.management-detail:hover {
    color: orangered;
}
.print {
    position: fixed;
    z-index: 200;
    left: 5%;
    bottom: 5%;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: tomato;
    filter: drop-shadow(0px 0px 3px tomato) grayscale(0);
    text-align: center;
    cursor: pointer;
    transition: filter 0.3s linear;
} 

.print:hover {
    filter: drop-shadow(0px 0px 3px gray) grayscale(1);
}

.print i {
    line-height: 60px;
    font-size: 32px;
    color: #fff;
}

.print-page-wrap {
    display: none;
}

.print-info {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #e6f7f3;
    z-index: 50;
}

.print-button {
    position: fixed;
    z-index: 200;
    bottom: 5%;
    right: 5%;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border: 1px solid #fff;
    line-height: 60px;
    color: #fff;
    border-radius: 100%;
    background: tomato;
    filter: drop-shadow(0px 0px 3px tomato) grayscale(0);
    text-align: center;
    cursor: pointer;
    transition: filter 0.3s linear;
}

@keyframes smoothAppear {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 1200px) {
    .progress-bar {
        display: none;
    }
}

@media (max-width: 1024px) {
    .svg__cover {
        width: 100px;
    }
}

@media print {
    #printHidden {
        display: none;
    }
    .app {
        width: 3400px;
    }
    .history-hidden {
        display: table-cell;
    }
    .print-page-wrap {
        display: block;
    }
    .print-info {
        display: none;
    }
    .history-info-header th, 
    .history-info-body td,
    .project-info-header th, 
    .project-info-body td,
    .history-info-header tr, 
    .history-info-body tr,
    .project-info-header tr, 
    .project-info-body tr{
        color: #000;
        font-weight: normal;
        border-color: #646464;
    }
    .project-info-wrap,
    .history-info-wrap {
        border-color: #515151;
    }

  }