/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #f98556 rgb(49, 49, 49);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

*::-webkit-scrollbar-track {
    background: rgb(49, 49, 49);
}

*::-webkit-scrollbar-thumb {
    background-color: #f98556;
    border-radius: 20px;
    border: 3px solid rgb(49, 49, 49);
}

.tab-content {
    user-select: none;
}

#taste .container iframe {
    width: 100%;
    max-width: 220px;
    height: 260px;
    overflow: hidden;
    background: transparent;
}

button.list-group-item {
    user-select: none;
}

.tab-content {
    min-height: 65%;
}

#lgn {
    position: relative;
}

#lgn form {
    border: 1px solid #2bc6f6;
    border-radius: 20px;
    padding: 1% 3% 3%;
    box-shadow: 0 0 30px rgb(41 168 235);
}

.rounded {
    display: block;
    margin: 0 auto;
    margin: 0 auto;
    background-image: url(/images/sprite-logo.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 105px;
    height: 105px;
    border-radius: 60px !important;
    transition: all 1s;
}

.rounded~h1 {
    transition: all 1s;
    line-height: 35px;
    margin-bottom: 0;
}

.rounded~h1~span {
    display: block;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    transition: all 1s;
}

.nav-tabs .nav-link {
    background: transparent;
    white-space: nowrap;
}

.nav-link,
.cff-stl-lnk {
    color: #2bc6f6;
}

.cff-stl-lnk:hover:not(.nav-tabs .nav-link.active) {
    color: #d39278;
    border-color: #6ec0ed #6ec0ed #f9e0d5 !important;
}

.lgn-stl-lnk {
    color: #8b492f;
}

.lgn-stl-lnk.active {
    color: #bcf2ff !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-color: #fc8253 #fc8253 #000000 !important;
}

.lgn-stl-lnk:hover:not(.nav-tabs .nav-link.active) {
    color: #0096c4;
    border-color: #6ec0ed #6ec0ed #5c3525 !important;
}

.crdt-stl-lnk:not(.active) {
    color: #fbff00;
}

.crdt-stl-lnk.active {
    border-color: #fc8253 #fc8253 #7fc3b8 !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
}

.crdt-stl-lnk:hover:not(.nav-tabs .nav-link.active) {
    border-color: #FFEB3B #FFEB3B #e27f30 !important;
}

.bio-stl-lnk {
    color: #fff;
    text-shadow: 1px 1px 2px BLACK;
}

.bio-stl-lnk.active {
    border-color: #fc8253 #fc8253 #e3e3e3 !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
    color: #913e2f !important;
    text-shadow: none;
}

.bio-stl-lnk:hover:not(.nav-tabs .nav-link.active) {
    border-color: #fc8253 #fc8253 #a4cad3 !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.2);
}

.rcr-stl-lnk {
    color: #FFEB3B;
}

.rcr-stl-lnk.active {
    border-color: #FFEB3B #FFEB3B #e27f30 !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

.rcr-stl-lnk:hover:not(.nav-tabs .nav-link.active) {
    border-color: #FFEB3B #FFEB3B #e27f30 !important;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.1);
}

.rls-stl-lnk,
.tst-stl-lnk,
.vd-stl-lnk {
    color: #c36300;
}

.rls-stl-lnk.active {
    border-color: #fc8253 #fc8253 #b9cbd2 !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #0096c3 !important;
}

.rls-stl-lnk:hover:not(.nav-tabs .nav-link.active) {
    border-color: #fc8253 #fc8253 #b9cbd2 !important;
    color: #0096c3 !important;
}

.tst-stl-lnk {
    color: #0096c4;
}

.tst-stl-lnk.active {
    border-color: #fc8253 #fc8253 #151515 !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #f78858 !important;
}

.tst-stl-lnk:hover:not(.nav-tabs .nav-link.active) {
    border-color: #fc8253 #fc8253 #5e3423 !important;
    color: #01bfcb !important;
}

.vd-stl-lnk.active {
    border-color: #fc8253 #fc8253 #cfdbd4 !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #0096c3 !important;
}

.vd-stl-lnk:hover:not(.nav-tabs .nav-link.active) {
    border-color: #fc8253 #fc8253 #cfdbd4 !important;
    color: #0096c3 !important;
}

#methods {
    margin: 2% 213px 0 0;
    color: #000;
    text-shadow: 1px 1px #bbb;
    display: inline-block;
    width: 37%;
    border-radius: 27px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.5);
}

.nav-tabs .nav-link:focus:not(.nav-tabs .nav-link.active),
.nav-tabs .nav-link:hover:not(.nav-tabs .nav-link.active) {
    border-color: #6ec0ed #6ec0ed #5c3525;
}

#frm-login {
    display: flex;
    flex-flow: column;
    min-height: 300px;
    justify-content: space-evenly;
    margin: 14% 35% 0;
    color: white;
}

#frm-edit {
    margin: 5% 0;
}

#greeting {
    display: block;
}

#greeting svg {
    position: absolute;
    top: -20px;
    right: 0;
}

#credits {
    padding: 3% 0% 0 0;
}

.list-group {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    flex-flow: wrap;
    gap: 12px;
    justify-content: center;
}

.list-group-item+.list-group-item {
    border-top-width: thin;
}

.list-group-item {
    border-radius: 50px;
    padding: 0.5rem;
    border: 5px solid rgb(104, 195, 238);
}

.list-group-item h3 {
    font-size: x-large;
    white-space: nowrap;
    color: coral;
    text-shadow: 1px 1px darkred;
}

.list-group-item:last-child {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.list-group-item:first-child {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-top-width: 1px;
}

.list-group-item img {
    border-radius: 50%;
    border: 3px solid coral;
}

.img-track {
    display: inline-block;
    min-width: 70px;
    min-height: 70px;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #6ec0ed;
    border-color: #fc8253;
}

.nav-tabs {
    border-bottom-color: #fc8253;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #fc8253 #fc8253 #fff;
    background-color: transparent;
}

.nav-tabs .nav-link:focus:not(.nav-tabs .nav-link.active),
.nav-tabs .nav-link:hover:not(.nav-tabs .nav-link.active) {
    border-color: #6ec0ed #6ec0ed #fc8253;
}

.toast-header {
    display: flex;
    justify-content: space-between;
}

.toast .toast-body:not(.toast.bg-primary .toast-body) {
    color: #333;
}

center>div {
    max-width: 25%;
}

#bmcff {
    padding: 5% 27%;
    text-align: center;
}

@media (min-width: 557px) and (max-width: 992px) and (min-height: 960px) {
    #frm-login {
        margin: 30% 25% 0;
    }
}

@media (min-width: 557px) and (max-width: 992px) and (min-height: 1446px) {
    #frm-login {
        margin: 45% 25% 0;
    }
}

@media (max-width: 576px) {
    .list-group-item h3 {
        font-size: large;
    }

    #methods {
        width: 100%;
    }

    #bgrph {
        padding: 3% 1% 0 33% !important;
    }

    #credits .container {
        padding: 7% 0% 0 0;
        font-size: .9em;
    }

    #credits .container div div:first-child {
        width: 40%;
    }

    #credits .container div div:last-child {
        width: 60%;
    }

    #credits .container div div:last-child h5 {
        font-size: 1.2em;
        padding-left: 0 !important;
    }

    #bmcff {
        padding: 5% 15% 0;
    }

    #frm-login {
        margin: 0 15%;
        min-height: 250px;
    }

    .lgn-stl-lnk.active {
        color: #bcf2ff !important;
        background-color: rgba(255, 255, 255, 0.2) !important;
        border-color: #fc8253 #fc8253 #0e4372 !important;
    }
}