/*!*****************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/index.css ***!
  \*****************************************************************/
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*!**********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/LivePayouts/LivePayouts.css ***!
  \**********************************************************************************************/
header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.ant-notification {
    scale: 1.5;
}

.ant-notification .payout-notification {
    animation: pulse 1s 5;
    animation-delay: .5s;
    border-radius: 8px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }
    50% {
        box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    }
}


.payout-notification .ant-notification-notice-message,
.payout-notification .ant-notification-notice-description {
    margin-inline-start: 42px !important;
}

main {
    display: none;
}

.logo {
    visibility: hidden;
}

.loading-screen {
    padding: 12px 32px;
    transition: all 1s ease-out;
    transition-delay: .2s;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 1);
}

.loading-screen svg {
    scale: 10;
    transition: all 1s ease-out;
}

.loaded main {
    display: block;
}

.loaded .loading-screen  svg {
    scale: 1;
}

.loaded .loading-screen {
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    width: 204px;
    height: 66px;
}

.loaded .loading-screen path.blink {
    animation: none !important;
    fill: white;
}
/*!**********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/Clock/Clock.css ***!
  \**********************************************************************************/
.clock {
    font-size: 24px;
}
/*!**********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/Slide/Slide.css ***!
  \**********************************************************************************/
.polska {
    background: #00072d80 url(66c6397a7b2ad55bd9fa.png) no-repeat center;
    background-blend-mode: soft-light;
    background-size: cover;
} 

.norge {
    background: #00072d80 url(145e5db9d68063e3c4e0.png) no-repeat center;
    background-blend-mode: soft-light;
    background-size: cover;
} 

.slide {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.slide > * {
    width: 90%;
}

.slide > span {
    color: white;
    line-height: 64px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    position: absolute;
    top: 0;
}
/*!************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/BanksPayouts/BanksPayouts.css ***!
  \************************************************************************************************/
.banks-payouts .slick-list {
    border-radius: 8px;
}

.banks-payouts .ant-empty {
    height: 800px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: scale(2);
}

.banks-payouts .product-card .ant-card-head-title {
    font-size: 32px;
    text-align: center;
    line-height: 2.5;
    text-transform: uppercase;
}

.banks-payouts .product-card .ant-card-body {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
}

.banks-payouts .product-card .ant-card-body > * {
    width: 100%;
}

.banks-payouts .product-card .ant-table-wrapper {
    flex-grow: 1;
}

.banks-payouts .product-card .ant-table-wrapper table {
    font-size: 1.5em;
}

.banks-payouts .product-card canvas {
    width: 800px !important;
    height: 800px !important;
}
/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/CountryStatistics/CountryStatistics.css ***!
  \**********************************************************************************************************/
.country-statistics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10%;
}

.country-statistics .ant-list-header {
    display: none;
}

.country-statistics .ant-card .ant-card-body .ant-empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.country-statistics .payout-seller-statistics .ant-list-item-meta {
    align-items: center !important;
}

.country-statistics .payout-seller-statistics .ant-list-item-meta-title {
    margin: 0 !important;
}

.country-statistics .payout-seller-statistics .ant-list-item-meta-description {
    display: none;
}
/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/PayoutStatistics/Sellers/PayoutSellerStatistics.css ***!
  \**********************************************************************************************************************/
/*!* for displaying sold products and amount in same line *!*/

/*.payout-seller-statistics .ant-list-items {*/
/*    display: grid;*/
/*    grid-template-columns: auto min-content min-content;*/
/*}*/

/*.payout-seller-statistics .ant-list-item,*/
/*.payout-seller-statistics .ant-list-item-action {*/
/*    display: contents;*/
/*}*/

/*.payout-seller-statistics .ant-list-item:not(:last-child) .ant-list-item-meta,*/
/*.payout-seller-statistics .ant-list-item:not(:last-child) .ant-list-item-action li {*/
/*    border-block-end: 1px solid rgba(5, 5, 5, 0.06);*/
/*}*/

/*.payout-seller-statistics .ant-list-item-meta,*/
/*.payout-seller-statistics .ant-list-item-action li {*/
/*    padding: 8px 0 8px 16px;*/
/*    align-content: center;*/
/*}*/

/*.payout-seller-statistics .ant-list-item-action li {*/
/*    text-align: right !important;*/
/*}*/

/*!********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/PayoutStatistics/PayoutStatistics.css ***!
  \********************************************************************************************************/
/* for displaying sold products and amount in same line */

.payout-statistics .ant-list-items {
    display: grid;
    grid-template-columns: auto min-content min-content;
}

.payout-statistics .ant-list-item,
.payout-statistics .ant-list-item-action {
    display: contents;
}

.payout-statistics .ant-list-item:not(:last-child) .ant-list-item-meta,
.payout-statistics .ant-list-item:not(:last-child) .ant-list-item-action li {
    border-block-end: 1px solid rgba(5, 5, 5, 0.06);
}

.payout-statistics .ant-list-item-meta,
.payout-statistics .ant-list-item-action li {
    padding: 8px 0 8px 16px;
    align-content: center;
}

.payout-statistics .ant-list-item-action li {
    text-align: right !important;
}

/*!**********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/ProductCard/ProductCard.css ***!
  \**********************************************************************************************/
.product-card.ant-card {
    display: flex;
    flex-direction: column;
}

.product-card .ant-card-head-title {
    text-align: center;
    font-size: 18px;
    line-height: 2.5;
    text-transform: uppercase;
}

.product-card .ant-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}

.product-card .ant-card-body > *:first-child {
    flex-grow: 1;
}

.product-card .ant-card-body > * {
    width: 100%;
}
/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/ProductStatistics/ProductStatistics.css ***!
  \**********************************************************************************************************/
.product-statistics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10%;
}

.product-statistics .ant-card .ant-card-body .ant-empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-statistics .payout-country-statistics {
    margin-block: 24px;
}

.product-statistics .latest-payout-statistics {
    height: 300px;
}

.product-statistics canvas {
    width: 200px !important;
    height: 200px !important;
}
/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/PeriodCard/PeriodCard.css ***!
  \********************************************************************************************/
.period-card.period-day {
    transform: scale(1.1);
}

.period-card.ant-card {
    display: flex;
    flex-direction: column;
}

.period-card .ant-card-head-title {
    text-align: center;
    font-size: 18px;
    line-height: 2.5;
}

.period-card .ant-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}

.period-card .ant-card-body > *:first-child {
    flex-grow: 1;
}

.period-card .ant-card-body > * {
    width: 100%;
}
/*!********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/List/List.css ***!
  \********************************************************************************/
.ant-list-header {
    text-align: center;
    font-size: 14px;
}

.ant-list-item-action {
    margin-inline-start: 16px !important;
}

.ant-list-item-action li:first-child {
    color: rgba(0, 0, 0, 0.88) !important;
}

.ant-list h4 {
    font-weight: 500;
}

.ant-list-footer {
    padding-block: 0;
}

.ant-list-footer .ant-list-item-action {
    font-weight: bold;
}
/*!**************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/LoadingScreen/LoadingScreen.css ***!
  \**************************************************************************************************/
.loading-screen svg {
    width: 140px;
    height: 42px;
    overflow: visible;
}

/*# sourceMappingURL=main.css.map*/