/* loading */
.circle-loading-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100005;
    width: 100%;
    height: 100%;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.circle-loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #fa6400;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}

.locker-select-scroll-bar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.locker-select-scroll-bar::-webkit-scrollbar-thumb {
    background-color: #616161;
    border-radius: 4px;
}

.next-locker-item-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    pointer-events: auto;
    background-color: #303030;
    color: #B2B2B2;
}
.next-locker-item-box.exist-item {
    border: 2px solid #B2B2B2;
}
.next-locker-item-box:hover {
    color: #FFFFFF;
    /*background-color: #333333;*/
    background-color: #484848;
}
.next-locker-item-box.inactive {
    opacity: 25%;
    cursor: not-allowed;
    pointer-events: none;
    /*border: 1.5px solid #303030;*/
    background-color: #303030;
}
.next-locker-item-box.not-used {
    opacity: 25%;
    cursor: not-allowed;
    pointer-events: none;
    border: 1.5px solid #303030;
    background-color: #212121;
}

.next-locker-password-input-wrap {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.next-locker-input-box {
    /*width: 100%;*/
    height: 40px;
    border: 2px solid #2E2E2E;
    border-radius: 6px;
    padding: 0 12px;
    background: none;
    color: #FFFFFF;
    text-align: center;
}

.next-locker-input-box.fail-accent {
    border: 1px solid rgb(223, 114, 109);
}

.locker-password-init-notice-label {
    font-size: 12px;
    font-weight: 500;
    color: rgb(179, 179, 179);
    text-align: center;
}

.next-locker-room-select {
    width: 230px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #3B3B3B;
    border-radius: 6px;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, rgb(148, 148, 148) 50%), linear-gradient(135deg, rgb(148, 148, 148) 50%, transparent 50%);
    background-position: calc(100% - 14px) calc(1em), calc(100% - 9px) calc(1em), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #121212;
    color: #FFFFFF;
}

.next-locker-room-select option {
    color: #FFFFFF;
}

.next-locker-room-title-box {
    display: flex;
    flex-direction: column;
    width: 230px;
    height: 40px;
    color: #DBDBDB;
    font-size: 14px;
    font-weight: bold;
}

.next-locker-room-title-box > div:nth-child(1) {
    width: 100%;
    font-size: 16px;
}
.next-locker-room-title-box > div:nth-child(2) {
    display: flex;
    gap: 3px;
    width: 100%;
    font-size: 14px;
}

.next-locker-status-notice-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #B2B2B2;
    font-size: 16px;
}

.next-locker-status-notice-wrap > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.next-locker-select-modal-box {
    user-select: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    overflow: hidden;
    width: 800px;
    height: 600px;
    z-index: 100;
    box-sizing: border-box;
    background-color: #121212;
    border: 1px solid #3B3B3B;
    border-radius: 12px;
    color: #7C7C7C;
    padding: 16px;
}

.next-locker-select-modal-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #DBDBDB;
}

.next-locker-select-modal-close-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 57px;
    height: 36px;
    border: 1px solid #3B3B3B;
    font-size: 14px;
    color: #B2B2B2;
    border-radius: 6px;
    background-color: #121212;
    cursor: pointer;
    transition: all 0.1s ease;
}
.next-locker-select-modal-close-btn-wrap:hover {
    border-color: #B2B2B2;
    color: #FFFFFF;
    background-color: #1E1E1E;
}

.next-locker-select-modal-body-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    /*height: 100%;*/
    flex-grow: 1;
    height: calc(100% - 24px - 16px * 2)
}

.next-locker-select-modal-body-navigation-wrap {
    display: flex;
    justify-content: space-between;
    flex: 0 0 auto;
    height: 40px;
}

.next-locker-select-modal-body-content-wrap {
    flex-grow: 1;
    overflow: auto;
    height: calc(100% - 16px);
}

.next-locker-select-modal-body-content-item-box-wrap {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.next-locker-select-modal-body-content-item-box-wrap.layout-wrap {
    width: fit-content;
    height: fit-content;
    display: grid;
    /*grid-template-columns: repeat(7, auto);*/
}

.next-locker-select-confirm-modal-cover {
    background: #13131336;
}

.next-locker-select-confirm-modal-box {
    width: 321px;
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 16px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 7px 7px -5px, rgba(0, 0, 0, 0.1) 0px 10px 15px -5px, rgba(0, 0, 0, 0.05) 0px 1px 3px 0px;
    border: 1px solid rgb(59, 59, 59);
    background-color: rgb(33, 33, 33);
}

.next-locker-select-confirm-modal-title-wrap {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}

.next-locker-select-confirm-modal-footer-wrap {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.next-locker-select-confirm-modal-close-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 57px;
    height: 36px;
    border: 1px solid #3B3B3B;
    font-size: 14px;
    color: #B2B2B2;
    border-radius: 6px;
    background-color: #121212;
    cursor: pointer;
    transition: all 0.1s ease;
}
.next-locker-select-confirm-modal-close-btn-wrap:hover {
    border-color: #B2B2B2;
    color: #FFFFFF;
    background-color: #1E1E1E;
}

.next-locker-select-confirm-modal-select-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 57px;
    height: 36px;
    border: 1px solid #3B3B3B;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 6px;
    background-color: #E87130;
    cursor: pointer;
    transition: all 0.1s ease;
}
.next-locker-select-confirm-modal-select-btn-wrap:hover {
    border-color: #FFFFFF;
    background-color: #FA6400;
}