.modal-dialog {
    min-width: 1200px;
}

.modal-content {
    background-color: #dee5ef;
    font-family: 'Slabo 27px', serif;
}

#SignIn {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #FEFEFEFF;
}

.navbar {
    background-color: #dee5ef;
    color: #3074b3;
    margin-bottom: 30px;
}

.nav {
    color: #3074b3;
    font-weight: bold;
}

.user {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#title {
    min-height: 50px;
}

/* #SignIn {
    margin-left: 10px;
    margin-right: 10px;
} */

.btn-outline-danger:hover {
    color: #fefefe !important;
}

.btn-custom {
    color: #FEFEFEFF;
    background-color: #3074B3;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
}

.btn-custom:hover {
    color: #3074B3;
    background-color: #FEFEFEFF;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-custom-1 {
    color: #3074b3;
    background-color: #dee5ef;
    font-size: 1.1em;
    font-weight: 200;

    float: left;
}

.btn-custom-1:hover {
    color: #dee5ef;
    background-color: #3074b3;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.add-button {
    cursor: pointer;
    width: 30px;
    border: 1px solid #ccc;
    background-color: #dee5ef;
    color: #666;
    text-align: center;
    line-height: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 2px #888888;
    box-shadow: 1px 2px #888888;
}

.add-button:hover {
    background-color: rgb(16, 142, 5);
    color: #FEFEFEFF;
}

.img-thumbnail {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /*border-color: #3074b3;*/
    padding: 0;
    bottom: 10px;
    margin: 0 10px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
}

#WelcomeMessage {
    margin: 0 10px 0 10px;
}