/**
 * Gaps
 */
.content-padding-left {
    padding-left: 44px;
}
.content-padding-right {
    padding-right: 44px;
}
.content-padding-bottom {
    padding-bottom: 44px;
}

.content-margin-right {
    margin-right: var(--spacing-sm);
}
.content-margin-bottom {
    margin-bottom: var(--spacing-sm);
}
.content-margin-top {
    margin-top: 24px;
}

.no-gaps {
    margin: 0;
}


.big-dailymotion-logo-background {
    background-image: url("../Assets/Dailymotion.png");
    background-repeat: no-repeat;
    background-position: 0 bottom;
}

.max-width-86 {
    max-width: 86%;
}

.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}

.hidden {
    display: none;
}

.width-auto {
    --default-button-width: auto;
}

.position-relative {
    position: relative;
}

.space-top {
    margin-top: 54px;
}

/**
 * Footer styles for Dailymotion Pro admin panel
 */
.st0 {
    fill: #0E0E0E;
}
.st1 {
    fill: none;
}