.text-justify {
    text-align: justify !important;
}

.app_text_color {
    color: #7b68ee;
}

.app_bg_color {
    background-color: #7b68ee;
}

.app_section_title {
    font-size: 25px;
}


.app_toast {
    opacity: 1;
    position: fixed;
    top: 5%;
    right: -100%;
    min-width: 200px;
    max-width: 250px;
    padding: 0.2rem 0.9rem;
    border-radius: 0.41rem;
    z-index: 999999;
    transition: all ease-in-out 0.4s;
    color: #fff;
}

.app_toast .toast_div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.toast {
    opacity: 1 !important;
}

.toast:not(.show) {
  display: none;
}