.content-garage{
    display: flex;
    width: 100%;
    background: var(--ColorThemes0);
    flex-direction: column;
    margin-bottom: 10px;
}

.content-garage > .header{
    display: flex;
    flex-direction: row;
    width: calc(100% - 20px);
    justify-content: space-between;
    align-items: center;
    border-radius: 25px;
    margin: 20px 10px;
}
.content-garage > .header > h1{
    font-size: 20px;
    font-weight: 500;
    color: var(--ColorThemes2);
}
.content-garage > .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-garage > .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-garage > .header > button > svg{
    width: 25px;
    height: 25px;
    border-radius: 15px;
    fill: var(--ColorThemes1);
}
.content-garage > .header > button > img{
    width: 40px;
    height: 40px;
    border-radius: 15px;
}
.content-garage > .header > button > a{
    width: 40px;
    height: 40px;
    border-radius: 15px;
    position: absolute;
}


.content-garage > .cards{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.content-garage > .cards > button{
    position: relative;
    display: flex;
    flex-direction: column;
    border: 2px solid var(--ColorThemes1);
    background: var(--ColorThemes1);
    color: var(--ColorThemes2);
    margin: 10px;
    border-radius: 25px;
    min-height: 70px;
    justify-content: center;
    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;
}
.content-garage > .cards > 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-garage > .cards > button > hr{
    width: calc(100% - 2px);
    border: 1px dashed var(--ColorThemes0);
}
.content-garage > .cards > button > .header-status{
    width: 100%;
    background: var(--PrimaryColor);
    min-height: 40px;
    border-radius: 23px 23px 0 0;
    padding-top: 5px;
    color: var(--PrimaryColorText);
    font-size: 14px;
    margin-bottom: -20px;
}
.content-garage > .cards > button > .header-status > p{
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
}
.content-garage > .cards > button > .header-status > div{
    width: 100%;
    background: var(--ColorThemes1);
    height: 23px;
    border-radius: 23px 23px 0 0;
    margin-top: 5px;
    margin-bottom: -1px;
}
.content-garage > .cards > button > .header-status[data-state="deletion"]{
    background: #a52828;
}
.content-garage > .cards > button > .header-status[data-state="area"]{
    background: #2196f3;
}
.content-garage > .cards > button > .header-status[data-state="deletion"] > p{
    justify-content: center;
}
@media (min-width: 1000px) {
    /* .content-garage > .cards > button > .header-status{
        border-radius: 13px 13px 0 0;
    }
    .content-garage > .cards > button > .header-status > div{
        border-radius: 13px 13px 0 0;
    } */
}
.content-garage > .cards > button > .header{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: calc(100% - 40px);
    align-items: center;
    padding: 10px 20px 10px 20px;
}
.content-garage > .cards > button > .header > h2{
    font-size: 24px;
}

.content-garage > .cards > button > .status{
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 40px);
    align-items: center;
}
.content-garage > .cards > button > .status > span{

}
.content-garage > .cards > button > .status > svg{
    width: 20px;
    fill: var(--PrimaryColor);
}

.content-garage > .cards > button > .content{
    padding: 10px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    width: calc(100% - 40px);
}
.content-garage > .cards > button > .content > hr{
    width: 100%;
    height: 1px;
    background: var(--PrimaryColor);
    margin: 10px 0;
}
.content-garage > .cards > button > .content > div{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content-garage > .cards > button > .content > div > span{
    font-weight: 400;
}
.content-garage > .cards > button > .content > div > span:nth-child(2n){
    font-weight: 500;
    max-width: 70%;
    text-align: right;
}
.content-garage > .cards > button > .content > div > a{
    font-weight: 500;
    max-width: 70%;
    text-align: right;
    background: var(--PrimaryColor);
    padding: 5px 10px;
    border-radius: 10px;
    color: var(--ColorThemes2);
    z-index: 100;
}

.content-garage > .cards > button > a{
    width: 100%;
    position: absolute;
    height: 100%;
    border-radius: 25px;
}

#cards-garage > .listNull{
    width: 100%;
    height: calc(100vh - 155px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#cards-garage > .listNull svg{
    width: 150px;
    height: 150px;
    fill: var(--ColorThemes2);
}
#cards-garage > .listNull span{
    color: var(--ColorThemes2);
    font-size: 18px;
    font-weight: 400;
}