html,
body {
    background-color: transparent;
    color: #555555;
    font-family: 'Montserrat', 'Be Vietnam Pro', 'Arial', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    min-height: 100%;
}
 
.iframe-main-column {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.position-relative {
    position: relative !important;
}

#mom-profile-error-message-toast,
#mom-profile-success-message-toast {
    position: absolute !important;
    top: 60px !important;
    left: 20px !important;
    z-index: 1050 !important;
}

.mom-profile-error-message-body {
  background-color: #f93154 !important;  
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    #mom-profile-error-message-toast,
    #mom-profile-success-message-toast {
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: calc(100% - 40px) !important;
        max-width: 350px !important;
    }
}