﻿body {
}

.test {
    width: 1000vw;
    border: 1px red solid;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.rz-fieldset-legend-text {
    padding: 2px 5px;
    border-radius: 10px;
    background-color: white;
}

.invalid {
    outline: none !important;
}

.validators {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    padding-left: 2px;
    font-weight: 600;
    color: red;
}

.footerStyle {
    width: 100%;
    background-color: #082541 !important;
}

.footerWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}



.footerInner {
    width: 90%;
    max-width: 1400px;
    display: grid;
    grid-template-areas: 'three'
        'four'
        'two'
        'one';
}

.Login {
    display: flex;
    flex-direction: column;
    justify-content: start !important;
    align-items: start !important;
}

    .Login h3 {
        padding-bottom: 5px;
    }

.LoginName {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.Sidebar {
    display: block;
   
}

.notificationWrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.notificationInner {
    width: 100%;
    height:auto;
    margin: 0 auto;
}

.notification {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
notificationThirdLine {
display:flex;
flex-direction:column;
}


.notificationJednostka {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.notificationJednostkaButton{
    width:90%;
    margin:0 auto;

}
.notificationJednostkaForm {
    width: auto;
    height: auto;
    min-width: calc(100% - 155px);
}

.notificationJednostkaDropDown {
    width: 100%;
}


.notificationThirdLine {
    width: 100%;
    display: flex;
flex-direction: column;
gap: 10px;
}

.notificationData {
    border: none;
    width: 100%;
}

    .notificationData:first-child div {
        width: 100%;
        border: 0.1px #bdbdbd solid;
    }

.notificationNeeds {
    margin-bottom: 0;
    font-size: 17px;
    width: 100%;
}

.notificationStopien {
    margin-bottom: 0;
    font-size: 17px;
    width: 100%;
} 

.notificationTitle {
    width: 100%;
    height: 200px;
}

.notificationPerson {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    z-index: 1;
}

.Age {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}


@media (min-width: 800px) {
    .Sidebar {
        display: none;
        border: 1px red solid;
    }

    .footerInner {
        width: 90%;
        max-width: 1200px;
        min-width: 730px;
        display: grid;
        grid-template-columns: 20% 1fr 1fr 1fr;
        grid-template-areas: 'one two three four';
    }

    .Login {
        width: 100%;
        display: flex !important;
        flex-direction: row !important;
    }

    .LoginName {
        width: auto;
        display: flex;
        flex-direction: row;
        justify-content: end;
        align-items: center;
        gap: 5px;
    }
    .notificationWrapper {
        position: relative;
        width: 100%;
        padding:10px;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .notificationInner {
        width: 90%;
        max-width:1400px;
        padding:20px 10px 20px 10px;
        margin: 0 auto;
    }

    .notification {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }
    .notificationThirdLine {
        display: flex;
        flex-direction: row;
        flex: 1;
        gap: 15px;
     
    }


    .notificationTitle {
        width: 60%;
        height: 100%;
        min-height: 500px;
    }

    .notificationJednostka {
        width: 100%;
        height: auto;
        max-height: 50px;
        display: flex;
        flex-direction:row;
        justify-content: space-between;
        align-items: end;
  
    }
    .notificationJednostkaForm{
        width:auto;
        height:auto;
        min-width:calc(100% - 125px);    
    }

    .notificationJednostkaDropDown {
        width: 100%;
       
    }

    .notificationJednostkaButton {
        width:auto;
        border: 2px black solid;
        height: 40px;
        margin-bottom:5px;
    }
    .notificationData {
        border: none;
        width: auto;
        flex:1;
    }

        .notificationData div {
            width: 100%;
            border: 1px #bdbdbd solid;
        }

    .notificationNeeds {
        flex: 1;
    }

    .notificationStopien {
        flex: 1;
    }

    .notificationPerson {
        width: 100%;
        min-width: 500px;
        display: flex;
        gap: 20px;
        flex-direction: row;
        align-items: center;
        padding-left:5px;
       
    }

    .notificationPerson p {
        width: auto;
        word-wrap: break-word;
        word-break: keep-all;
        white-space: nowrap;
        height: 100%;
      
    }

    .Age {
        display: flex;
        flex-direction: row;
        justify-content:space-between;
        gap: 10px;
      
    }
}
