body {
    margin: 0;
    min-height: 100vh;
    font-family: -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
}

h1.ant-typography {
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.2105263157894737;
    font-size: 38px;
}

.ant-card h2.ant-typography {
    font-size: 20px;
}

.ant-card h3.ant-typography {
    font-size: 16px;
}

#mainTitle {
    max-width: 800px;
    text-align: center;
    margin: auto;
    margin-bottom: 3rem;
    font-size: 1.1rem;
    padding: 1rem;
    color: white;
    word-break: break-word;
    line-height: 1.5714285714285714;
}

#root:empty+.initial-loader {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgba(30, 85, 114, 0.1), rgba(42, 121, 152, 0.1), rgba(37, 113, 138, 0.1));
}

#root:empty+.initial-loader::after {
    content: '';
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.toolbar-wrapper {
    padding: 0px 24px;
    color: #fff;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 100px;
}

.toolbar-wrapper .anticon {
    padding: 12px;
    cursor: pointer;
}

.toolbar-wrapper .anticon[disabled] {
    cursor: not-allowed;
    opacity: 0.3;
}

.toolbar-wrapper .anticon:hover {
    opacity: 0.3;
}

.slick-slider button.slick-arrow {
    opacity: 0.6;
}

.slick-slider button.slick-arrow::after {
    border-inline-width: 5px 0;
    border-block-width: 5px 0;
    box-shadow: -2px -2px 0px #000000a5;
}

.slick-slider .slick-dots li {
    color: 'white';
    box-shadow: 2px 2px 5px #000000a5;
}

.ant-carousel .slick-dots li button {
    background-color: white !important;
}

img {
    max-width: 100%;
}

img.ant-image-preview-img {
    max-width: 70vw !important;
    max-height: 70vh !important;
}

.ant-image-preview-info {
    max-width: 70vw !important;
}

.ant-rate-star {
    margin-inline-start: 0 !important;
}

.ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-content {
    white-space: wrap !important;
}

.ant-tag {
    white-space: wrap !important;
}

.hoverable-statistic-link .ant-statistic-content-value,
.hoverable-statistic-link .ant-statistic-title {
    transition: all 0.3s;
}

.hoverable-statistic-link:hover .ant-statistic-content-value,
.hoverable-statistic-link:hover .ant-statistic-title {
    color: rgb(152, 78, 9);
}

.ant-app {
    font-size: 1rem;
    line-height: 2rem;
}

#pageTitle img {
    display: block;
    margin: 0 auto;
}