body {
    color: #566787;
    font-family: 'Manrope', 'sans-serif';
    font-size: 13px;
    background-image: url("img/gif.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* Style the links inside the navigation bar */

.active {
    background: #fa0a0adc;
    border-radius: 10px;
}

.dropdown-menu a {
    color: black;
}

.navbar {
    background-image: linear-gradient(gray, rgb(156, 156, 156), gray);
}

.fa-bars {
    color: blue;
}

.nav-link {
    color: white;
}

.far {
    margin: 5px;
    font-size: 20px;
}


/* 
.topnav {
    overflow: hidden;
    background-color: gray;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.active {
    background-color: red;
    color: white;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
    background-color: rgb(88, 87, 87);
    color: white;
}

.dropdown-content .active {
    color: white;
}

.dropdown-content a:hover {
    background-color: rgb(177, 8, 8);
    color: rgb(255, 255, 255);
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav.responsive .dropdown {
        float: none;
    }
    .topnav.responsive .dropdown-content {
        position: relative;
    }
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
} */

.table-wrapper {
    background: rgba(255, 255, 255, 0.589);
    width: 100%;
    padding: 20px 25px;
    margin: 30px 0;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.table-title {
    padding-bottom: 15px;
    background: linear-gradient(to right, gray, rgba(128, 128, 128, 0));
    color: #fff;
    padding: 16px 30px;
    margin: -20px -25px 10px;
    border-radius: 10px 10px 0 0;
}

.table-title h2 {
    margin: 5px 0 0;
    font-size: 24px;
}

tr {
    border-radius: 20px;
}

.article {
    backdrop-filter: blur(3px);
    background-color: #566787d0;
    border-radius: 20px;
    color: white;
    padding: 20px;
    margin: 10px auto;
    width: 80%;
}

.article p,
.article li {
    font-size: 25px;
}


/* table {
    backdrop-filter: blur(5px);
} */

.delete,
.delete:hover {
    color: red;
}

.delete:hover {
    color: darkred;
}

.id {
    opacity: 0;
    color: #ff0808af;
}

.table-primary {
    border-radius: 10px;
    margin: 5px;
}

.fixed-top {
    font-size: 20px;
    transition: fade 0.4s ease-in-out;
}

.alert {
    background-image: linear-gradient(gray, rgb(156, 156, 156), gray);
    color: white;
}

.my-custom-scrollbar {
    position: relative;
    height: 430px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.scrollbar-primary::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
    background-color: #dbdbdb;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #05337e;
}

.scrollbar-primary {
    scrollbar-color: #4285F4 #f5f5f5;
}

thead {
    font-size: 18px;
    text-align: center;
    background-color: rgb(255, 69, 69);
}