body {
    font-family: "Roboto", sans-serif;
}
h1,
h2,
h3 {
    font-family: "Merriweather", serif;
}
code {
    font-family: "Source Code Pro", monospace;
}

/* ----------------------bootstrap Section ends----------------------------- */
.btn-primary {
    border-radius: 20px !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #0f3b59 !important;
    border-color: #0f3b59 !important;
}

.btn-outline-primary {
    border-radius: 20px !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: #fff !important;
    background-color: #13547a !important;
    border-color: #13547a !important;
}

/* ----------------------bootstrap Section ends----------------------------- */

.avatar {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-hover tbody tr:hover {
    background-color: rgba(13, 110, 253, 0.05);
}

/* footer style */
footer {
    /* background-color: #2A5C89; */
    background-color: #2b8891;
    padding: 20px;
}

/* Footer Links */
.footer-link {
    /* color: #A7D8B3; */
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #cc9303;
    text-decoration: underline;
}

/* Social Media Icons */
.social-link {
    color: #ffffff;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #07bdd1;
}

/* List Items Styling */
.support-list li {
    font-size: 1rem;
    color: #ffffff;
    /* White Text */
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

/* Icon Styling */
.support-list li i {
    color: #a7d8b3;
    font-size: 1.2rem;
    margin-right: 0.5rem;
    transition: color 0.3s ease;
}

/* Link Styling */
.support-list li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Link Hover Effects */
.support-list li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Icon Hover Effects */
.support-list li:hover i {
    color: #ffffff;
}
