.main{
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 100px;
}
.page-link{
    min-height: 100%;
    display: flex;
    align-items: center;
}

.active a{
    background: #2c5c9d!important;
}

svg{
    color: #2c5c9d;
}

.delete svg, .edit svg,.search svg,.add svg{
    color: #ffffff;
    cursor: pointer;
}
.searchInput{
    margin-right: 10px;
    min-width: 300px;
}

.btn-primary{
    background: #2c5c9d;
    border: none;
}

.btn-primary:hover{
    background: #1f4373;
    border: none;
}

.logo{
    width: 100%;
    max-width:300px;
}
.header{
    color: white;
    text-align: end;

}
#message{
    display: none;
}

.headerContainer{
    display: flex;
    flex-direction: column-reverse;
}

