.loadingOverlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.69);
    z-index: 1021;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loadingContent {
    background: #fff;
    border-radius: 8px;
    max-width: 639px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.searchBox__promotion {
    position: relative;
}

.inputSearch__promo {
    position: absolute;
    right: 10px;
    bottom: 12px;
    z-index: 999;
}
