/* mobile popup styling */
.button {
    cursor: pointer;
    z-index: 1000;
}

.sns-mobile-popup-container {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /* height: 150px; */
    background-color: #fff;
    -webkit-box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.35);
    padding: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.popup-title-container,
.app-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-logo {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.sns-popup-text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
}

.sns-popup-divider {
    height: 0.5px;
    background-color: #c7c7c7;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sns-popup-app-container {
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
}

.app-link {
    margin-right: 10px;
}

.btn-popup {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary-popup {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-secondary-popup {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary-popup {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.btn-sm-popup {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
