@media (max-width: 767.98px) {
    header {
        transition: margin-top 0.3s ease;
    }
}

.header-with-margin {
    margin-top: 104px;
}

#overlay-modal-download-app {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: flex-end;
    z-index: 999;
    display: none;
}

#overlay-modal-download-app > .fixed-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 300px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
    background-color: #ffffff !important;
}

.fixed-box img {
    height: 64px;
    width: 64px;
}

.fixed-box p {
    font-size: 18px;
    color: #111111;

    > span {
        color: #555555;
    }
}

.fixed-box button {
    font-size: 16px;
}

#overlay-modal-download-app #openOrDownloadBtn {
    padding: 11px 24px;
    background-color: #006CF2;
}

.fixed-box button:last-child {
    margin: 0;
    padding: 0;
    color: #006CF2;
}

.top-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px 12px 6px;
    z-index: 1000;
    box-sizing: border-box;
    overflow-x: hidden;
    display: none;
}

.content-group {
    display: flex;
    align-items: flex-start;
}

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    line-height: 0.6;
    padding: 3px;
    margin-right: 8px;
    margin-top: -6px;
    color: #8d8d8d;
}

.logo {
    margin-right: 8.95px;
    width: 38px;
    height: 38px;
}

.text-box {
    display: inline-block;
    color: #111111;
    font-size: 12px;
    align-self: center;
}

.text-box p {
    margin: 0;
}

.top-modal .btn {
    white-space: nowrap;
    padding: 5px 16px;
    font-size: 13px;
    background-color: #006CF2;
}