.content-salary {
    display: flex;
    width: 100%;
    background: var(--ColorThemes0);
    flex-direction: column;
    margin-bottom: 10px;
}

.content-salary>.header {
    display: flex;
    flex-direction: row;
    width: calc(100% - 20px);
    justify-content: space-between;
    align-items: center;
    border-radius: 25px;
    margin: 20px 10px;
}

.content-salary>.header>h1 {
    font-size: 20px;
    font-weight: 500;
    color: var(--ColorThemes2);
}

.content-salary>.header>button {
    width: 40px;
    height: 40px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .04), 0px 0px 2px rgba(0, 0, 0, .06), 0px 0px 1px rgba(0, 0, 0, .04);
    transition: .3s ease;
    border: 2px solid var(--ColorThemes2);
    justify-content: center;
    background: var(--ColorThemes2);
}

.content-salary>.header>button:hover {
    cursor: pointer;
    transition: .3s ease;
    transform: scale(1.02) translateY(0);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .04), 0px 2px 6px rgba(0, 0, 0, .04), 0px 0px 1px rgba(0, 0, 0, .04);
}

.content-salary>.header>button>svg {
    width: 25px;
    height: 25px;
    border-radius: 15px;
    fill: var(--ColorThemes1);
}

.content-salary>.header>button>img {
    width: 40px;
    height: 40px;
    border-radius: 15px;
}

.content-salary>.header>button>a {
    width: 40px;
    height: 40px;
    border-radius: 15px;
    position: absolute;
}

#cards-salary-title {
    display: flex;
    background: var(--ColorThemes1);
    border: 2px solid var(--ColorThemes1);
    position: relative;
    color: var(--ColorThemes2);
    margin: 0;
    border-radius: 0;
    justify-content: space-between;
    transition: .3s ease;
    font-size: 13px;
    align-items: center;
    padding: 10px 10px;
    z-index: 5;
}

#cards-salary-all,
#cards-salary-date {
    position: relative;
    display: flex;
    background: var(--ColorThemes1);
    color: var(--ColorThemes2);
    margin: 10px;
    border-radius: 25px;
    justify-content: space-between;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .04), 0px 0px 2px rgba(0, 0, 0, .06), 0px 0px 1px rgba(0, 0, 0, .04);
    transition: .3s ease;
    font-size: 13px;
    align-items: center;
    padding: 8px 12px;
    z-index: 5;
    min-height: 43px;
}

#cards-salary-filter {
    display: flex;
    flex-direction: column;
    width: calc(100% - 44px);
    border-radius: 25px;
    margin: 10px 10px 30px 10px;
    overflow: hidden;
    background: var(--ColorThemes1);
    color: var(--ColorThemes2);
    align-items: stretch;
    padding: 12px;
}

#cards-salary-all>div>li,
#cards-salary-date>li,
#cards-salary-title>li {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

#cards-salary-all>div {
    position: relative;
    display: flex;
    align-items: center;
}

#cards-salary-filter>#salarySelect {
    width: 100%;
    min-width: 120px;
    height: 35px;
    background-color: var(--ColorThemes0);
    color: var(--ColorThemes2);
    font-size: 14px;
    border: 0;
    cursor: pointer;
    border-radius: 15px;
    padding: 5px 8px;
    margin: 4px 0;
}

#cards-salary-filter select[multiple] {
    width: 100%;
    background: var(--ColorThemes0);
    color: var(--ColorThemes2);
    border-radius: 15px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px;
}

#cards-salary-filter optgroup {
    font-size: 16px;
    font-weight: 500;
}

@media (hover: hover) {
    #cards-salary-filter select[multiple] {
        min-height: 145px;
    }
}

#cards-salary-filter option {
    background-color: var(--ColorThemes3);
    color: var(--ColorThemes2);
    opacity: 0.8;
    border-radius: 8px;
    border-color: transparent;
    margin: 5px 0px 0px;
    width: calc(100% - 10px);
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
}

#cards-salary-filter optgroup>option {
    margin: 5px 0px 0px 10px;
    padding: 5px 10px;
    width: calc(100% - 40px);
}

#cards-salary-filter option:hover {
    background-color: var(--ColorThemes1);
    color: var(--ColorThemes3);
    cursor: pointer;
}

#cards-salary-filter option:checked,
#cards-salary-filter select[multiple]:focus option:checked {
    color: var(--PrimaryColorText);
    background: var(--PrimaryColor) linear-gradient(0deg, var(--PrimaryColor), var(--PrimaryColor));
}

#cards-salary-all>div>.cards-salary-all-id {
    margin: 0 10px;
}

#cards-salary-date {
    margin: 10px;
}

#cards-salary-date>input {
    background: var(--ColorThemes0);
    border-radius: 15px;
    padding: 4px 10px;
    width: calc(100% - 20px);
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: var(--ColorThemes2);
    text-align: left;
    min-height: 22px;
}

#cards-salary-date>svg {
    fill: var(--ColorThemes2);
    min-width: 28px;
    height: 40px;
    margin: 0 10px;
}



.content-salary>.cards {
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
    /* min-width: 600px; */
    border-radius: 25px;
    margin: 0 10px;
    overflow: hidden;
}

.content-salary>.cards>div>.info {
    position: relative;
    display: flex;
    flex-direction: row;
    border: 2px solid var(--ColorThemes1);
    background: var(--ColorThemes1);
    color: var(--ColorThemes2);
    margin: 0;
    justify-content: space-between;
    transition: .3s ease;
    font-size: 13px;
    align-items: center;
    padding: 10px;
    z-index: 5;
}

.content-salary>.cards>div>.info[data-state="even"] {
    border: 2px solid var(--ColorThemes3) !important;
    background: var(--ColorThemes3);
    color: var(--ColorThemes2);
}

.content-salary>.cards>div>.info>li {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-salary>.cards>div>.info>li>a {
    color: var(--PrimaryColor);
}

.content-salary>.cards>div>.info>li>a[data-state="blue"] {
    color: #2196f3 !important;
}

.content-salary>.cards>div>.info>li>svg {
    width: 30px;
    height: 30px;
    fill: var(--PrimaryColor);
}

.content-salary>.cards>div>.info>li>button {
    background: var(--ColorThemes2);
    border-radius: 15px;
    padding: 8px;
    display: flex;
    transition: .3s ease;
}

.content-salary>.cards>div>.info>li>button:hover {
    cursor: pointer;
    transition: .3s ease;
    transform: scale(1.002) translateY(0);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .04), 0px 2px 6px rgba(0, 0, 0, .04), 0px 0px 1px rgba(0, 0, 0, .04);
}

.content-salary>.cards>div>.info>li>button>svg {
    width: 20px;
    height: 20px;
}

.cards-salary-id {
    max-width: 70px;
    min-width: 20px;
}

@media (max-width: 550px) {
    .cards-salary-id {
        display: none !important;
    }
}

.cards-salary-name {
    width: 16%;
    min-width: 75px;
}

.cards-salary-invoice {
    max-width: 70px;
    min-width: 20px;
}

.cards-salary-cash {
    width: 16%;
}

.cards-salary-date {
    width: 16%;
}

.cards-salary-last_change {
    width: 16%;
}

@media (max-width: 550px) {
    .cards-salary-last_change {
        display: none !important;
    }
}

.cards-salary-type {
    width: 30px;
}

.cards-salary-status {
    width: 25px;
    margin-left: 10px;
}

.content-salary>.cards>div>.money {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--ColorThemes1);
    color: var(--ColorThemes2);
    border-radius: 0 0 25px 25px;
    transition: .3s ease;
    font-size: 13px;
    z-index: 4;
    overflow: hidden;
    align-items: flex-start;
}

.content-salary>.cards>div>.money[data-state="even"] {
    background: var(--ColorThemes3);
    color: var(--ColorThemes2);
}

.content-salary>.cards>div>.money>h2 {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin: 5px 0 5px 0;
}
.content-salary>.cards>div>.money>h3 {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 15px 0;
}

.content-salary>.cards>div>.money>hr {
    width: calc(100% - 20px);
    margin: 0 10px 10px 10px;
    border-top: 2px solid var(--ColorThemes3);
    border-style: dotted;
}

.content-salary>.cards>div>.money>hr[data-state="even"] {
    border-top: 2px solid var(--ColorThemes1);
    border-style: dotted;
}

.content-salary>.cards>div>.money>div {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 10px 15px 10px;
    align-items: center;
    width: calc(100% - 20px);
}

.content-salary>.cards>div>.money>div>h3 {
    width: 60%;
    font-size: 13px;
    font-weight: 500;
    padding-right: 10px;
    /* text-align: center; */
}

.content-salary>.cards>div>.money>div>p {
    width: 20%;
    font-size: 13px;
    font-weight: 400;
    padding-right: 10px;
    text-align: center;
}

/* .content-salary > .cards > div > .money > div > p::after{
    content: '₴';
} */
.content-salary>.cards>div>.money>div>span {
    font-size: 13px;
    font-weight: 500;
    padding-right: 10px;
}


@media (max-width: 550px) {
    .cards-salary-date {
        overflow: hidden;
        justify-content: flex-start !important;
    }
}

#cards-salary>.salaryNull {
    width: 100%;
    height: calc(100vh - 155px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#cards-salary>.salaryNull svg {
    width: 150px;
    height: 150px;
    fill: var(--ColorThemes2);
}

#cards-salary>.salaryNull span {
    color: var(--ColorThemes2);
    font-size: 18px;
    font-weight: 400;
}