@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.skeleton-loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, rgb(245, 245, 245) 50%, transparent 100%);
    animation: shimmer 1s infinite;
}

.skeleton-loading {
    background-color: #e0e0e0;
}

.scd-button-red {
    background-color: #e03838 !important;
}

.scd-button-red:hover:not(:disabled) {
    background-color: #842a2a !important;
}

.scd-button {
    color: #fff !important;
    outline: none !important;
    border: none !important;
    cursor: pointer;
}

.scd-button:hover {
    color: #fff !important;
    outline: none !important;
    border: none !important;
}

.scd-modal {
    z-index: 9999 !important;
    background-color: rgba(0, 0, 0, 0.5);
}

.scd-flag {
    background-color: var(--e-global-color-secondary) !important;
}

.scd-flag-green {
    background-color: #56F000 !important;
}

.scd-flag-red {
    background-color: red !important;
}

.scd-flag-gray {
    background-color: #A4ABB6 !important;
}

.scd-flag-yellow {
    background-color: #FFCC00 !important;
}

.scd-link-color {
    transition: all .3s;
}

.scd-quantity-input::-webkit-inner-spin-button,
.scd-quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.scd-quantity-input {
    -moz-appearance: textfield;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
    width: 72px !important;
    height: 40px !important;
    border-radius: 0 !important;
}

button.scd-decline-button,
button.scd-decline-button:hover {
    background-color: #fff !important;
    cursor: pointer;
    color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

button.scd-quantity-button {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #fff !important;
    cursor: pointer;
    color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

.scd-quantity-button:disabled:hover,
.scd-quantity-button:disabled:focus {
    background-color: #fff !important;
    color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

.scd-quantity-button:hover,
.scd-quantity-button:focus {
    background-color: var(--e-global-color-primary) !important;
    color: #fff !important;
}

.scd-quantity-button-plus {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.scd-quantity-button-minus {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.freeze-scroll {
    overflow: hidden;
    height: 100%;
    /* Or the height of your viewport */
}

.scd-dot-pulse {
    position: relative;
    left: -9999px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    box-shadow: 9999px 0 0 -16px;
    animation: scd-dot-pulse 1.5s infinite linear;
    animation-delay: 0.25s;
}

.scd-dot-pulse::before,
.scd-dot-pulse::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
}

.scd-dot-pulse::before {
    box-shadow: 9962px 0 0 -16px;
    animation: scd-dot-pulse-before 1.5s infinite linear;
    animation-delay: 0s;
}

.scd-dot-pulse::after {
    box-shadow: 10036px 0 0 -16px;
    animation: scd-dot-pulse-after 1.5s infinite linear;
    animation-delay: 0.5s;
}

.scd-email-validation-success {
    color: rgb(28, 80, 38);
    background-color: rgb(213, 237, 218);
    font-size: 14px;
    padding: 1em;
    border-radius: 5px;
}

.scd-email-validation-fail {
    color: rgb(161, 98, 86);
    background-color: rgb(239, 223, 223);
    font-size: 14px;
    padding: 1em;
    border-radius: 5px;
}

.scd-card-background-color *:focus,
.scd-modal *:focus {
    box-shadow: none !important;
    outline: none !important;
}

@keyframes scd-dot-pulse-before {
    0% {
        box-shadow: 9962px 0 0 -16px;
    }

    30% {
        box-shadow: 9962px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 9962px 0 0 -16px;
    }
}

@keyframes scd-dot-pulse {
    0% {
        box-shadow: 9999px 0 0 -16px;
    }

    30% {
        box-shadow: 9999px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 9999px 0 0 -16px;
    }
}

@keyframes scd-dot-pulse-after {
    0% {
        box-shadow: 10036px 0 0 -16px;
    }

    30% {
        box-shadow: 10036px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 10036px 0 0 -16px;
    }
}

.scd-dot-pulse-white {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
    color: #fff;
    box-shadow: 9999px 0 0 -5px;
    animation: scd-dot-pulse-white 1.5s infinite linear;
    animation-delay: 0.25s;
}

.scd-dot-pulse-blue {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    box-shadow: 9999px 0 0 -5px;
    animation: scd-dot-pulse-white 1.5s infinite linear;
    animation-delay: 0.25s;
}

.scd-dot-pulse-white::before,
.scd-dot-pulse-white::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
    color: #fff;
}

.scd-dot-pulse-white::before {
    box-shadow: 9976.5px 0 0 -5px;
    animation: scd-dot-pulse-white-before 1.5s infinite linear;
    animation-delay: 0s;
}

.scd-dot-pulse-white::after {
    box-shadow: 10014px 0 0 -5px;
    animation: scd-dot-pulse-white-after 1.5s infinite linear;
    animation-delay: 0.5s;
}

.scd-dot-pulse-blue::before,
.scd-dot-pulse-blue::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
}

.scd-dot-pulse-blue::before {
    box-shadow: 9984px 0 0 -5px;
    animation: scd-dot-pulse-blue-before 1.5s infinite linear;
    animation-delay: 0s;
}

.scd-dot-pulse-blue::after {
    box-shadow: 10014px 0 0 -5px;
    animation: scd-dot-pulse-white-after 1.5s infinite linear;
    animation-delay: 0.5s;
}

@keyframes scd-dot-pulse-white-before {
    0% {
        box-shadow: 9976.5px 0 0 -5px;
    }

    30% {
        box-shadow: 9976.5px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 9976.5px 0 0 -5px;
    }
}

@keyframes scd-dot-pulse-blue-before {
    0% {
        box-shadow: 9984px 0 0 -5px;
    }

    30% {
        box-shadow: 9984px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 9984px 0 0 -5px;
    }
}

@keyframes scd-dot-pulse-white {
    0% {
        box-shadow: 9999px 0 0 -5px;
    }

    30% {
        box-shadow: 9999px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 9999px 0 0 -5px;
    }
}

@keyframes scd-dot-pulse-white-after {
    0% {
        box-shadow: 10014px 0 0 -5px;
    }

    30% {
        box-shadow: 10014px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 10014px 0 0 -5px;
    }
}

.scd-toggle-password:hover {
    cursor: pointer;
}

/* BETA FEATUE */

/* CSS für den deaktivierten Button */
.scd-button-red.disabled {
    background-color: #ccc; /* Graue Hintergrundfarbe für deaktivierten Button */
    color: #666; /* Graue Textfarbe für deaktivierten Button */
}

/* CSS für den aktivierten Button */
.confirmButton.scd-button.scd-button-red:not([disabled]) {
    background-color: #f44336; /* Rote Hintergrundfarbe für aktivierten Button */
    color: #fff; /* Weiße Textfarbe für aktivierten Button */
}

.available-label {
    color: green; /* Farbe für Verfügbar */
}

.not-available-label {
    color: red; /* Farbe für Nicht verfügbar */
}

#customDomainInput {
    padding: 0 12px;
}