body {
    font-family: Nunito, sans-serif;
}

:root{
}

.text-danger {
    list-style-type: none;
    padding: 0
}

.text-danger > li {

}
.radical-btn{
    display: flex;
    align-items:center;
}
.sidebar {
    background-color: #0c71c3;
}

.radical-vertical-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nav-link {
    color: #0c71c3;
}

.nav-link:hover {
    color: rgb(56, 81, 126);
}

.nav-pills .nav-link.active {
    background-color: #0c71c3;
}

.btn-primary {
    background-color: #0c71c3;
    border: none;
}

.btn-primary:hover {
    background-color: rgb(56, 81, 126);
}

.modal-content{
    border:none;
}

.modal-header{
    border:none;
}

.modal-footer{
    border:none;
}