body {
    background-color: #6e6e6e29;
}
.navbar_box,
.show_logout_btn {
    background: white;
    border-radius: 10px;
    box-shadow: -7px 6px 6px rgba(0, 0, 0, 0.2),
        inset 0 -3px 0 rgba(0, 0, 0, 0.22);
}
.logo_image {
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 50px;
    margin-right: -13px;
}
.create_buttons {
    padding: 10px;
    margin-bottom: 30px;
    box-shadow: -7px 6px 6px rgba(0, 0, 0, 0.2),
        inset 0 -3px 0 rgba(0, 0, 0, 0.22);
}
.table {
    border-radius: 15px;
    box-shadow: -7px 6px 6px rgba(0, 0, 0, 0.2),
        inset 0 -3px 0 rgba(0, 0, 0, 0.22);
}
#navbarSupportedContent {
    height: 63px;
}
.cursor-pointer {
    display: flex;
    justify-content: space-between;
}
.card {
    background: white;
}
.col-xs-12 {
    margin-top: 15px;
}
strong {
    padding: 5px;
}
.gj-icon {
    margin-top: 6px;
    margin-right: 10px;
}
