.btn,
.card,
.randomColorBtn,
.list {
    align-items: center;
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0.22), rgba(255, 255, 255, 0.25));
    box-shadow: var(--nm-inset);
    border-radius: 50px;
    justify-content: center;
}

.yellow-title {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.22), rgba(255, 255, 255, 0.25)) !important;
    margin-top: 50px;
    margin-right: -13px !important;
    margin-left: -13px !important;
}

.input-field .prefix {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    padding: 7px;
    align-items: center;
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0.22), rgba(255, 255, 255, 0.25));
    box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25), -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.22), rgba(255, 255, 255, 0.25)) !important;
    color: #947d00;
}

input-field .prefix~input,
.input-field .prefix~textarea,
.input-field .prefix~label,
.input-field .prefix~.validate~label,
.input-field .prefix~.helper-text,
.input-field .prefix~.autocomplete-content {
    margin-left: 3.5rem;
}

.selectedIcon {
    border-radius: 25%
}

.pfeil {
    background: linear-gradient(45deg, rgba(2, 0, 36, 0.21752450980392157) 0%, rgba(0, 0, 0, 0.2231267507002801) 50%, rgba(255, 255, 255, 0) 50%);
}

.colorOptions {
    border-radius: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.25) 7px 12px 16px 0px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.22), rgba(255, 255, 255, 0.25)) !important;
}

.input-field .prefix~input {
    margin-left: 3.5rem;
}

i.material-icons.prefix {
    transition: all 0.5s ease;
}

.card:hover,
i.material-icons.prefix:hover,
i.material-icons.prefix.active,
.delivery i:hover {
    box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.25),
        -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
}

.social_icon {
    padding: 4px;
    height: 50px;
}

.randomColorBtn {
    width: 40px;
}

.randomColorBtn i {
    color: #947d00;
}

.list {
    padding: 20px;
    background-image: url(/textures/leder.png);
    background-color: #d7d7d7;
}

.info-btn,
.golden_btn {
    align-items: center;
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0.22), rgba(255, 255, 255, 0.25));
    box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25),
        -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    justify-content: center;
    height: 30px;
    width: 30px;
    margin-left: 10px;
    background-color: yellow;
}

.golden_btn i {
    margin-top: -4px;
}

.info-btn i {
    top: -5px;
    position: relative;
}

.yellowStripe {
    background-image: url(/textures/leder.png);
}

.page-footer {
    background-image: url(/textures/leder.png);
    box-shadow: 12px 12px 0px 19px #3f3d54;
    border-top: 2px dashed gold;
}

.lether {
    align-items: center;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.22), rgba(255, 255, 255, 0.25));
    box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25), -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    justify-content: center;
    padding: 20px;
    border: 2px dashed gold;
}

.cardPreviewer {
    background: #0ac4ff;
    background-image: url(/textures/leder.png);
}

.menu i {
    color: #947d00;
}

.menu a {
    color: gold !important;
}

.delivery i {
    color: #00b4ffb5;
    align-items: center;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.22), rgba(255, 255, 255, 0.25));
    box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25), -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    justify-content: center;
    padding: 10px;
    transition: box-shadow 0.5s ease;
}

.page-footer .footer-copyright {
    overflow: visible;
    box-shadow: 2px 14px 2px 21px #3f3d54;
    outline: 1px dashed #ffd700a6;
    border-top: 1px dashed #ffd700b8;
}