#title {
    text-align: center;
    margin-top: 2rem;
    font-size: 2rem;
    margin-bottom: 2rem;
}

#shop-select {
    margin-bottom: 2rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #d8d6d6;
}

.tour-step-modal-window {
    max-width: 350px;
}

#job-title-select {
    margin-bottom: 1rem;
}

#shops-options, #file-shops-options {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.csv-validate-not-successful {
    color: red;
}

.csv-validate-successful {
    color: green;
}

#staff-form-error {
    color: red;
    text-align: center;
}

.margin-bottom-1-rem {
    margin-bottom: 1rem;
}

.margin-bottom-0_5-rem {
    margin-bottom: 0.5rem;
}

#characteristics-error {
    text-align: center;
    color: red;
    margin-bottom: 1rem;
}

.unsort-icon {
    height: 1.2rem;
    margin-left: 0.5rem;
    fill: grey;
}

.staff-table-th {
    cursor: pointer;
}

.from-more-less-icon, .from-less-more-icon {
    margin-left: 0.5rem;
    fill: #5656f7;
}

.staff-table-header-cell {
    display: flex;
    align-items: center;
}

.shop-checkbox {
    margin-right: 0.5rem;
    cursor: pointer;
}

.shop-checkbox-label {
    margin-right: 2rem;
    margin-bottom: 2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-wrap: no-wrap;
}

#modal-windows {
    position: relative;
    z-index: 2000;
}

.no-active-previous-next-page-button {
    cursor: no-drop;
}

.cursor-pointer {
    cursor: pointer;
}

#shop-with-empty-staff, #shop-with-empty-goods, #shop-with-empty-search-goods {
    text-align: center;
    font-size: 1rem;
    margin: 0 auto;
    width: 100%;
    padding: 1rem;
}

#cashiers-select {
    max-height: 50vh;
    overflow: scroll;
    padding-right: 2rem;
    padding-left: 2rem;
}

.error-message {
    margin-top: 0.5rem;
    color: red;
}

.margin-top-2rem {
    margin-top: 2rem;
}

.label-good-type {
    cursor: pointer;
}

#empty-shop-pull {
    margin: 0 auto;
    text-align: center;
    font-size: 1.25rem;
}

.active-shop-button, .active-job-title-button {
    border-color: blue !important;
    border-width: 2px !important;
    color: blue !important;
    font-weight: 700 !important;
}

.shop-button-selection {
    font-size: 1rem;
    border: 1px solid grey;
    margin-right: 1rem;
    padding: 0.5rem 2rem;
    margin-bottom: 1rem;
}

#select-type {
    cursor: pointer;
}

.type-option {
    cursor: pointer;
}

.type {
    margin-right: 2rem;
    cursor: pointer;
}

#input-staff-window {
    z-index: 2000;
}

#close-input-staff-window-button, #close-input-good-window-button {
    cursor: pointer;
}

.update-staff-button, .update-good-button {
    fill: blue;
    cursor: pointer;
}

.update-staff-button:hover, .update-good-button:hover {
    fill: #5656f7;
}

.delete-staff-button, .delete-good-button {
    cursor: pointer;
}

#multiple-selected-error {
    color: red;
    margin-bottom: 1rem;
}

.delete-staff-button:hover {
    fill: #c20000;
}

.active-good-button {
    fill: #c20000;
    cursor: pointer;
}

.active-good-button:hover {
    fill: #c20000;
}

#generate-new-password {
    color: blue;
    cursor: pointer;
    font-size: 0.9rem;
}

.job-title-option {
    cursor: pointer;
}

#delete-staff-template {
    position: relative;
    z-index: 2000;
}

#successful-create-new-good,
#successful-update-good,
#successful-activated-good,
#successful-archive-good,
#successful-delete-good,
#successful-activated-goods,
#successful-delete-goods,
#successful-archive-goods,
#successful-update-characteristics {
    position: relative;
    z-index: 2000;
}

.top-left-top-right-border-radius-0-5-rem {
    border-radius: 0.5rem 0.5rem 0 0 !important;
}

.shop-staff-block, .shop-goods-block {
    padding-bottom: 3rem;
}

.password {
    filter: blur(3px);
}

.password:hover {
    filter: unset;
}

.edit-staff-button {
    width: 1.5rem;
    height: 1.5rem;
    fill: rgb(79,70,229);
    cursor: pointer;
}

.edit-staff-button:hover {
    fill: rgb(99,102,241)
}

.delete-staff-button {
    width: 1.5rem;
    height: 1.5rem;
    fill: #ba1200;
    cursor: pointer;
}

.delete-staff-button:hover {
    fill: #ff230a;
}

.shop-staff-header {
    display: flex;
    align-items: center;
}

.arrow-down-icon, .arrow-up-icon {
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    margin-left: 2rem;
}

#add-to-all-shops {
    display: flex;
    justify-content: right;
    align-items: center;
    flex-direction: column;
}

#add-to-all-shops-top-part {
    margin-bottom: 1rem;
}

#select-file {
    display: flex;
    flex-direction: column;
}

#add-to-all-shops-bottom-part {
    width: 100%;
}

.characteristic-value-input-field {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}


.characteristic-value-input-block {
    width: 45%;
}


#header-main-content {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    justify-content: space-between;
}

#header-main-content-staff {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    justify-content: right;
}

#good-to-search {
    padding-left: 2rem;
    padding-right: 2rem;
}

#go-search-icon {
    fill: inherit;
}

#go-search:hover {
    fill: rgb(99,102,241);
}

.cursor-no-drop {
    cursor: no-drop !important;
}

.clue {
    position: absolute;
    top: 1.5rem;
    width: 18rem;
    max-width: unset;
    font-size: 0.7rem;
    background-color: grey;
    color: white;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
}


#input-staff-window-content {
    max-width: 50vw;
}

#add-new-good-window-content {
    max-width: 45vw;
}

#characteristics-modal-window-content, #import-from-csv-modal-window-content {
    width: 50vw;
}

#characteristics-modal-window-title, #import-from-csv-modal-window-title {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 3rem;
}

#characteristics-table-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    align-items: center;
}

#characteristics-table-body {
    margin-bottom: 3rem;
}

.characteristic-raw {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    align-items: center;
}

#characteristics-table-footer {
    display: flex;
    justify-content: space-between;
}

.delete-characteristic-icon {
    fill: grey;
    cursor: pointer;
    border-radius: 2rem;
    padding: 0.25rem;
}

.hover-grey:hover {
    background-color: rgba(120, 120, 120, 0.5);
}

#action-for-multiple-select {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.action-for-multiple-select-option {
    margin-bottom: 1rem;
    margin-right: 1rem;
    border: 1px solid black;
    color: #434343;
}

.action-for-multiple-select-option:hover {
    color: rgb(123 123 123);
}

.delete-characteristic-icon:hover {
    background-color: #fc4b4b;
    fill: black;
}


@media (max-width: 700px) {
    body {
        background-color: #F3F4F6;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem;
    }

    #add-new-shop {
        display: flex;
        align-items: center;
        position: absolute;
        top: 200%;
        right: 0;
        transform: translate(0, -50%);
    }

    #main-content-header {
        margin-bottom: 3rem;
    }

    #staff-table-block {
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: 1rem;
    }

    #input-staff-window-content {
        width: 100%;
        max-width: 100%;
    }

    #header-main-content {
        display: flex;
        align-items: flex-end;
        margin-bottom: 2rem;
        justify-content: space-between;
        flex-direction: column;
    }

    #search-field-block {
        margin-bottom: 1rem;
        width: 100%;
    }

    .mobile-col-span-2 {
        grid-column: span 2 / span 2;
    }

    #good-table-block {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #add-new-good-window-content {
        width: 100%;
        max-width: unset;
    }

    #import-from-csv-modal-window-content {
        width: 95vw;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    #characteristics-modal-window-content {
        width: 95vw;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    #add-to-all-shops {
        margin-top: 1rem;
    }
}

@media (min-width: 700px) and (max-width: 900px) {
    #input-staff-window-content {
        max-width: 75vw;
    }

    #add-new-good-window-content {
        max-width: 65vw;
    }

    #import-from-csv-modal-window-content {
        width: 80vw;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    #characteristics-modal-window-content {
        width: 80vw;
    }
}

@media (min-width: 900px) and (max-width: 1200px) {
    #input-staff-window-content {
        max-width: 60vw;
    }

    #add-new-good-window-content {
        max-width: 55vw;
    }

    #import-from-csv-modal-window-content {
        width: 70vw;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    #characteristics-modal-window-content {
        width: 70vw;
    }
}