.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-90 {
    width: 90% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.wa-widget-send-button {
    margin: 0 0 50px 0 !important;
    padding-left: 0px;
    padding-right: 0px;
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: 0 !important;
    text-align: center !important;
    height: 50px;
    min-width: 50px;
    border-radius: 25px;
    visibility: visible;
    transition: none !important;
    background-color: #4dc247;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    left: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

svg:not(:root) {
    overflow: hidden;
    vertical-align: baseline !important;
}

.wa-widget-send-button svg {
    fill: white !important;
    width: 41px !important;
    height: 41px !important;
    margin-top: 5px;
}

.responsive-img {
    max-height: 300px;
    height: auto;
    width: auto !important;
}

.footer_line {
    clear: both;
    position: relative;
    width: 100%;
    margin: var(--cnvs-section-margin) 0;
    border-top: 2px solid rgba(var(--cnvs-contrast-rgb), 1);
}

.app-download-btn {
    background: #000;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}

.app-banner {
    position: fixed;
    top: 0;
    width: 100%;
    height: 64px;
    background: #f5f5f7;
    display: none;
    align-items: center;
    padding: 0 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    z-index: 9999;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.app-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.app-info {
    flex: 1;
    margin-left: 10px;
    font-size: 13px;
}

.app-info span {
    display: block;
    color: #666;
    font-size: 12px;
}

.app-btn {
    background: #007aff;
    color: #fff;
    padding: 6px 14px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

.app-close {
    background: none;
    border: none;
    font-size: 22px;
    margin-left: 8px;
    cursor: pointer;
}
