:root {
    --bs-blue: #007bff;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red: #ee5f5b;
    --bs-orange: #fd7e14;
    --bs-yellow: #f89406;
    --bs-green: #62c462;
    --bs-teal: #20c997;
    --bs-cyan: #5bc0de;
    --bs-white: #fff;
    --bs-gray: #7a8288;
    --bs-gray-dark: #3a3f44;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #999;
    --bs-gray-600: #7a8288;
    --bs-gray-700: #52575c;
    --bs-gray-800: #3a3f44;
    --bs-gray-900: #272b30;
    --bs-primary: #3a3f44;
    --bs-secondary: #7a8288;
    --bs-success: #62c462;
    --bs-info: #5bc0de;
    --bs-warning: #f89406;
    --bs-danger: #ee5f5b;
    --bs-light: #e9ecef;
    --bs-dark: #272b30;
    --bs-primary-rgb: 58, 63, 68;
    --bs-secondary-rgb: 122, 130, 136;
    --bs-success-rgb: 98, 196, 98;
    --bs-info-rgb: 91, 192, 222;
    --bs-warning-rgb: 248, 148, 6;
    --bs-danger-rgb: 238, 95, 91;
    --bs-light-rgb: 233, 236, 239;
    --bs-dark-rgb: 39, 43, 48;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 170, 170, 170;
    --bs-body-bg-rgb: 39, 43, 48;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #aaa;
    --bs-body-bg: #272b30;
}
#logoHolder {
    width: 100%;
    display: block;
}
nav {
    /* --bs-bg-opacity: 1; */
    background-color: #2fb089!important;
}
.list-group-item {

    background-color: #2cc79a!important;
    color: #fff!important;
    
}
.list-group-item:hover {

    background-color: #a9f7e0!important;
    color: #676464!important;
}
.verified {
    max-width: 30px;
    max-height: 30px;
    margin: 9px;
    cursor: pointer;
}
body {
    background-color: #e3fff7!important;
}
#bio {
    height: 114px;

    font-size: 13px;
    color: #1f1f1f!important;
    /* text-shadow: 1px 1px 1px rgb(0 0 0 / 30%); */

    border-radius: 4px;
    box-shadow: inset 0 -5px 45px rgb(100 100 100 / 20%), 0 1px 1px rgb(255 255 255 / 20%);
    -webkit-transition: box-shadow .5s ease;
    -moz-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
}
div#bio {
    padding: 25px;
	font-size: inherit;
    height: inherit;
	margin-bottom: 30px;
    background: rgb(175 255 232);
    border: 1px solid rgb(120 194 173);
    color: #1f1f1f
}
.list-group-item {
    border: 1px solid rgb(5 152 107)!important;
}