.dataTables_wrapper *, .dataTables_paginate * {
    color: white !important;
}

.dataTables_wrapper .paginate_button {
    color: white !important;
}
form .btn{min-width:150px}

#suggestion-container-add-species{padding:0 10px 10px 0}

.modal{z-index: 1000 !important}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #000;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 450px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

#PricePerIndividual, #PricePerPair, #Group1Price, #Group2Price, #Group1Size, #Group2Size, .input-group-text {
    display: none;
}

.SearchResult {
    border: 1px solid #fff;
    background: #000;
    display: flex;
    align-items: center; /* for vertical alignment */
    justify-content: space-around; /* for horizontal alignment */
}

    .SearchResult .col-3,
    .SearchResult .col-6 {
        display: flex;
        flex-direction: column;
        align-items: center; /* aligns the content of .col-3 and .col-6 vertically in the middle */
        justify-content: center; /* aligns the content of .col-3 and .col-6 horizontally in the middle */
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-color: #000 !important; /* Adjusted to black */
    -webkit-text-fill-color: #fff !important; /* Adjusted to white */
    -webkit-box-shadow: 0 0 0px 1000px #000 inset; /* Adjusted to black */
    transition: background-color 5000s ease-in-out 0s;
}



/* START ACCOUNT/LOGIN */

.login-section {
    background-color: #17161d;
    border-radius: 25px;
    color: white;
    padding: 60px 40px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

    .login-section span.text-danger {
        text-align: left;
        display: block;
        padding: 0 0 10px 0
    }

.icon-container {
    position: absolute;
    top: -37.5px;
    left: 50%;
    transform: translateX(-50%);
    background: #272b30;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

    .icon-container .bi {
        font-size: calc(75px - 2 * 10px);
        color: white;
    }

.login-section input[type="email"],
.login-section input[type="password"], .login-section input[type="text"] {
    width: 100%;
    padding: 10px 17px;
    margin-bottom: 15px;
    background: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 5px;
}


.login-section .form-control::placeholder {
    color: #ccc;
}

@@media (max-width: 576px) {
    .login-section {
        padding: 20px;
    }

    .icon-container {
        top: -20px;
        width: 50px;
        height: 50px;
    }

        .icon-container .bi {
            font-size: calc(50px - 2 * 10px);
        }
}

.password-toggle-icon {
    position: absolute;
    right: 15px;
    top: 18px
}
.age {
    display: none
}