/* .custom-bundle-app-extension select:nth-child(1), .custom-bundle-app-extension-preview select:nth-child(1) {
    margin-top: 20px;
} */
.custom-bundle-app-extension select:focus {
    outline: none;
    border: none;
}

.custom-bundle-app-extension select, .custom-bundle-app-extension-preview select {
    /* width: 50%;
    font-size: 13px;
    padding: 6px;
    margin-bottom: 20px;
    border-radius: 20px; */
    max-width: 490px;
    /* min-width: 49%; */
    min-width: 100%;
    padding: 10px;
    /* margin-bottom: 20px; */
    /* border-radius: 8px; */
    font-size: 15px;
}

.custom-bundle-app-extension .disable-select{
    color: #cdcbcb !important;
    cursor: no-drop !important;
}

.custom-bundle-app-extension .clear-filter-button {
    margin-bottom: 15px;
}

.custom-bundle-app-extension #loader {
    color: #fff;
    width: 48px;
    height: 48px;
    border: 3px solid #000000;
    border-radius: 50%;
    display: block;
    box-sizing: border-box;
    position: relative;
    animation: pulse 1s linear infinite;
    margin: auto;
}

.custom-bundle-app-extension #loader:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    border: 5px solid #000000;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scaleUp 1s linear infinite;
}

@keyframes scaleUp {
    0% {
        transform: translate(-50%, -50%) scale(0)
    }

    60%, 100% {
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes pulse {
    0%, 60%, 100% {
        transform: scale(1)
    }

    80% {
        transform: scale(1.2)
    }
}

/* .custom-bundle-app-extension #loader {
    margin: auto;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #000000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} */

.promotion {
    margin-top: -10px;
    gap: 10px;
    display: flex;
    height: 50px;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}

.promotion img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.promotion h5 {
    margin: 0px;
}

#custom-bundle-app-extension-preview {
    font-weight: 900;
}
