#a2hs-container {
    font-size: 16px;
    display: none;
}

body.showA2HS #a2hs-container {
    display: block;
}

.a2hs {
    font-size: 1em;
}

.a2hs h1, .a2hs h2, .a2hs h3, .a2hs h4, .a2hs h5, .a2hs h6,
.a2hs .h1, .a2hs .h2, .a2hs .h3, .a2hs .h4, .a2hs .h5, .a2hs .h6 {
    text-shadow: none;
}

.a2hs h1,
.a2hs .h1 {
    font-size: 2.5rem;
}

.a2hs h2,
.a2hs .h2 {
    font-size: 2rem;
}

.a2hs .lead {
    font-size: 1.2rem;
}

.a2hs .logo-cat {
    height: 25vh;
    max-height: 120px;
}

.a2hs .apple-share {
    width: 2em;
}

.a2hs .chrome-menu {
    width: 1.3em;
}

@media (max-width: 320px) {
    .a2hs {
        font-size: 0.9em;
    }

    .a2hs h1,
    .a2hs .h1 {
        font-size: 1.5rem;
    }

    .a2hs h2,
    .a2hs .h2 {
        font-size: 1.2rem;
    }

    .a2hs .lead {
        font-size: 1rem;
    }
}

@media (orientation: landscape) and (max-height: 800px) {
    .a2hs h1,
    .a2hs .h1 {
        font-size: 2.1rem;
    }

    .a2hs h2,
    .a2hs .h2 {
        font-size: 1.7rem;
    }

    .a2hs .lead {
        font-size: 1.1rem;
    }
}

/**
 Modal styling
 */
.a2hs .heading {
    -webkit-text-stroke: 1px #8a2801;
    text-shadow: 0 2px #8a2801;
}

.a2hs h1.heading,
.a2hs .h1.heading {
    color: #ffb100;
    background: -webkit-linear-gradient(180deg, #ffb100 0%, #ffa600 100%);
    -webkit-text-fill-color: #ffb100;
    -webkit-background-clip: text;
}

.a2hs h2.heading,
.a2hs .h2.heading {
    color: #ffc400;
    background: -webkit-linear-gradient(180deg, #ffc400 0%, #ffd900 100%);
    -webkit-text-fill-color: #ffc400;
    -webkit-background-clip: text;
}

.a2hs .modal-content {
    background-color: #FFEED2;
    color: #863823;
    border: 3px solid #96471A;
}

.a2hs .modal-footer {
    border-color: #f2cab3;
}

/**
 Buttons styling
 */
.a2hs .a2hs-action-button {
    width: 174px;
    height: calc(142/400 * 174px);
    display: inline-block;
    position: relative;
    background-position: 0 0;
    color: transparent;
}

.a2hs .a2hs-action-button::selection {
    background: transparent;
}

.a2hs .a2hs-action-button::-moz-selection {
    background: transparent;
}

.a2hs .a2hs-play-sprite {
    background-image: url('../assets/images/a2hs/chrome-button-play.png');
    background-size: 100% 100%;
}

.a2hs .a2hs-add-sprite {
    background-image: url('../assets/images/a2hs/chrome-button-add.png');
    background-size: 100% 100%;
}

.a2hs .a2hs-unsupported-sprite {
    background-image: url('../assets/images/a2hs/chrome-button-unsupported.png');
    background-size: 100% 100%;
}

.a2hs .a2hs-google-play-sprite {
    background-image: url('../assets/images/a2hs/gp-badge.png');
    background-size: 100% 100%;
}

.a2hs .a2hs-ios-play-sprite {
    background-image: url('../assets/images/a2hs/ios-badge.png');
    background-size: 100% 100%;
}

.a2hs .a2hs-chrome-add-sprite {
    background-image: url('../assets/images/a2hs/chrome.png');
    background-size: 100% 100%;
}

/**
 Conditional states
 */
#a2hs-container:not(.a2hs-unsupported):not(.a2hs-add):not(.a2hs-play) .a2hs-conditional:not(.a2hs-default-conditional) {
    display: none;
}

#a2hs-container.a2hs-add .a2hs-conditional:not(.a2hs-add-conditional) {
    display: none;
}

#a2hs-container.a2hs-play .a2hs-conditional:not(.a2hs-play-conditional) {
    display: none;
}

#a2hs-container.a2hs-unsupported .a2hs-conditional:not(.a2hs-unsupported-conditional) {
    display: none;
}

#a2hs-container.a2hs-action-hide .a2hs-action {
    display: none;
}

#a2hs-container:not(.a2hs-loader-show) .a2hs-loader {
    display: none;
}

.a2hs .modal-content.full-width {
    border-radius: 16px;
    background: #ffffff;
    border: none;
}


.a2hs .modal-content {
    background-color: #FFEED2;
    color: #863823;
    border: 3px solid #96471A;
    padding: 10px;
}

.modal-content.full-width .modal-body {
    padding: 0;
}

.modal-content.full-width .modal-body .logo-cat {
    width: 100%;
    height: auto;
    max-height: initial;
    border-radius: 10px 10px 0px 0px;
    margin-top:0!important;
}

.modal-content.full-width .modal-body .heading {
    -webkit-text-stroke: 0px;
    text-shadow: none;
}

.modal-content.full-width .modal-body .heading.h2 {
    font-size: 40px;
    font-weight: normal;
    color: #FF9D2B;
    letter-spacing: 0;
    -webkit-text-fill-color: #FF9D2B;
}

.modal-content.full-width .modal-body .heading.h1 {
    font-size: 48px;
    font-weight: normal;
    color: #1797F9;
    letter-spacing: 0;
    -webkit-text-fill-color: #1797F9;
}

.modal-content.full-width .modal-body .usual-text {
    letter-spacing: 0;
    color: #030506;
    font-size: 19px;
    font-weight: 400;
}

.modal-content.full-width .modal-footer .apple-share {
    width: 4em;
}

.modal-content.full-width .modal-footer .a2hs-default-container {
    display: flex;
}

.modal-content.full-width .modal-footer .a2hs-default-container .left-column {
    margin: auto;
}

.modal-content.full-width .modal-footer .a2hs-default-container .right-column {
    text-align: left;
    font-size: 19px;
    color: #030506;
    width: 184px;
    margin: 0 10px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.modal-content.full-width .modal-footer .a2hs-conditional {
    display: flex;
}

.modal-content.full-width .modal-footer .a2hs-conditional .left-column {
    margin-top: 10px;
}

.modal-content.full-width .modal-footer .a2hs-conditional .left-column .a2hs-chrome-add-sprite {
    width: 3.5rem;
}

.modal-content.full-width .modal-footer .a2hs-conditional .right-column {
    text-align: left;
    font-size: 19px;
    color: #030506;
    width: 184px;
    margin: 0 10px;
}

.dotted-hr {
    display: flex;
    margin: auto;
    color: #1797F9;
}

.dotted-hr .blue-text {
    font-size: 16px;
}

.dotted-hr .dotted {
    width: 150px;
    height: 5px;
    border-style: dotted;
    border-width: 5px;
    border-top: none;
    float: left;
    margin-top: 8px;
    margin-right: 6px;
}

.dotted-hr .dotted.left-margin {
    margin-left: 6px;
}

.modal-content.full-width .modal-footer {
    border: none;
}

.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0;
    pointer-events: none;
}
.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 0);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 0);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 350px;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 0);
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #000;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    width: 100vw;
    height: 100vh;
    background-color: red;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 1;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    border-bottom: 1px solid red;
}
.modal-header .close {
    padding: 0;
    margin: 0 auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 10px;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 10px;
}
.modal-footer {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
    border-top: 1px solid red;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.a2hs-play-action {
    padding: 10px 0;
}
