* {
    box-sizing: border-box;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

body {
    padding-top: 75px;
    background-color: black;
    color: #9BD7E7;
}
main {
    margin-top: 50px;
    padding-top: 50px;
    margin: auto;
    min-height: 100%;
}
#nav_logo {
    margin-right: 1rem;
    margin-left: 1rem;
}
/* nav and footer styles */
#nav_logo {
    border-radius: 3px;
}
.bg-primary {
    background-color: #E0F6FC !important;
}

.bg-secondary {
    background-color: #41b0ce !important;
}
main {
    padding: 1rem;
    width: 100%;
}
/* index page styles */
.btn-primary {
    background-color: #9BD7EE !important;
    border: none;
    border-radius: 5px !important;
    color: black;
}

.btn-primary:hover {
    background-color: black;
}
.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(27, 42, 68, 0.5);
}
.jumbotron {
    text-align: center;
}
#index-picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* main page styles */
#update_delete {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
/* records page styles */
#search-record-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search_add_group {
    display: flex;
    justify-content: space-between;
}
.card {
    border: none !important;
    padding: 0 !important;
}
.record {
    width: 90% !important;
}
#recordCardGroup {
    margin: auto;
}
input[type=text] {
    border-radius: 5px
}
#filter {
    padding: 1.5px;
    margin: 2px;
}
.edit-record,
.delete-record {
    padding: 1px;
}
#search:hover, #sort:hover {
    box-shadow: 0 0 10px 5px #9BD7E7;
    border-radius: 5px;
}
.btn-secondary {
    border-radius: 5px;
}
#record-icons {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 30px;
}
.dropdown {
    width: 50%
}
.dropdown-filters {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 0.5rem;
}
#record-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.swal-button {
    background-color: #41b0ce !important;
}
.swal-button--cancel {
    background-color: #6c757d !important;
    color: white;
}

/* adding a record page styles */
#submit_btn {
    height: 4rem;
    width: 8rem;
    font-size: 1.5rem;
    border-radius: 10px;
}
/* firebase login ui styles */
.firebaseui-container {
    background-color: #212529;
    color: white;
    width: 90%;
    border-radius: 10px;
}
.firebaseui-card-header {
    border-bottom: 1px solid #E0F6FC !important;
}
.firebaseui-title {
    color: #9BD7E7;
}
.firebaseui-label {
    color: #9BD7E7 !important;

}
.firebaseui-link {
    color: #9BD7E7;
}
.firebaseui-button {
    background-color: #41b0ce !important;
}
.firebaseui-textfield.mdl-textfield .firebaseui-label::after {
    background-color: #41b0ce !important;
}
.mdl-button--primary.mdl-button--primary {
    color: black !important;
}
.firebaseui-tos, .firebaseui-text {
    color: white;
}
.firebaseui-input {
    color: #E0F6FC;
}