.sunpics-bulk-external-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    height: auto;
    background-color: rgb(154 154 154 / 59%);
    position: absolute;
    min-height: 100%;
    z-index: 1002;
}

.sunpics-bulk-inner-modal {
    width: 35%;
    position: absolute;
    background: var(--sunWhite);
    border-radius: var(--sunBorderRadius);
    top: 20%;
}

.sunpics-bulk-modal-header {
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    box-shadow: 0 2px 5px #e8e8e8;
}

.sunpics-bulk-modal-header > span:hover {
    cursor: pointer;
    color: var(--sunDefault);
}

.sunpics-bulk-modal-content {
    display: flex;
    flex-direction: column;
    padding: 25px 15px;
    gap: 25px;
}

.sunpics-bulk-modal-content > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}

.sunpics-bulk-modal-content > div > label {
    font-weight: 500;
}

.sunpics-bulk-modal-content > div > select {
    width: 50%;
}

.sunpics-bulk-modal-footer {
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 15px;
    height: 30px;
    box-shadow: 0 -2px 5px #e8e8e8;
}