html > body {
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto !important;
    font-style: normal;
    font-weight: 500;
}

body.cookie-consent-active div.page {
    filter: brightness(0.5) blur(2px);
}

.site-error {
    min-height: calc(100dvh - 65px);
    padding: 15px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

.page {
    min-height: calc(100dvh - 60px);
}

.footer {
    background-color: #f5f5f5;
    height: 60px;
    padding: 5px 15px;
}

.footer-inner-wrap {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.footer-inner-wrap > div {
    padding-top: 5px;
    padding-bottom: 5px;
}


.footer-inner-wrap div.item-subscribe span.red {
    color: red;
}

.icon-svg {
    display: block;
}

.icon-svg.fiverr {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 0;
    top: -70px;
}

.icon-svg svg {
    position: relative;
    height: 100%;
}

.footer-inner-wrap .item-fiverr {
    width: 120px;
    height: 60px;
    padding-right: 10px;
}

.footer-inner-wrap .item-music-officials {
    padding-left: 10px;
    font-size: 14px;
}

.footer .business-details {
    text-align: right;
}

.footer-inner-wrap .item-footer-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.cookie-consent-popup.custom {
    background-color: #f8f8f8;
    color: black;
    z-index: 9999;
    padding: 30px;
    font-size: 16px;
    position: fixed;
    max-width: 500px;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
    border: 2px solid #005aa2;
    box-shadow: inset 0 0 10px 0 #005aa2;
}

.cookie-consent-popup .cookie-consent-details {
    margin-bottom: 10px;
    margin-top: 20px;
}

.cookie-consent-popup .cookie-consent-details span.main-title {
    font-weight: 700;
    color: #005aa2;
}

.cookie-consent-popup .cookie-consent-details table td {
    font-size: 14px;
}

.cookie-consent-popup .cookie-consent-details table .title {
    font-weight: 700;
}

.cookie-consent-popup .cookie-consent-details table .description {
    padding-left: 5px;
    text-align: justify;
}

.cookie-consent-popup .cookie-consent-popup .cookie-consent-message {
    margin-bottom: 10px;
}

.cookie-consent-popup .cookie-consent-controls {
    margin-top: 30px;
    margin-bottom: 30px;
}

.cookie-consent-popup .cookie-consent-controls > label {
    margin-right: 15px;
    cursor: pointer;
}

.cookie-consent-popup .cookie-consent-save,
.cookie-consent-popup .cookie-consent-accept-all,
.cookie-consent-popup .cookie-consent-save:focus,
.cookie-consent-popup .cookie-consent-accept-all:focus {
    border: 0 !important;
    outline: none !important;
}

.cookie-consent-popup .save-buttons {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookie-consent-popup hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #005aa2;
}

.cookie-consent-controls.open {
    max-height: unset !important;
}

@media (max-width: 800px) {
    .footer-inner-wrap .item-fiverr {
        display: none;
    }

    .footer {
        height: auto;
    }

    .footer-inner-wrap .item-footer-text {
        display: block;
        text-align: center;
        width: 100%;
        max-width: unset;
    }

    .footer-inner-wrap .item-music-officials {
        padding-left: 0;
        font-size: 18px;
    }

    .footer-inner-wrap .business-details {
        margin-top: 10px;
        font-size: 14px;
        text-align: center;
    }

    .page.index .right-side {
        padding-left: 0;
        text-align: center;
    }

    .page.index .description {
        text-align: center;
        margin-right: auto;
    }
}
