

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.container {
    width: 100% !important;
}

.footer-section-powered-by {
    text-align: right;
}

.footer-section-logo {
    text-align: left;
}

@media screen and (max-width: 991px) {
    .footer-section-powered-by {
        text-align: center;
    }

    .footer-section-logo {
        text-align: center;
    }
}

.swal2-popup.swal2-modal.swal2-show {
    font-size: 1.15em;
}

pre.text-area-pre {
    border: 0;
    font-family: "PT Sans", sans-serif!important;
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
    background-color: #fff;
    color: #616161;
    margin: 0;
    display: inline;
    padding: 0;
    overflow: visible;
    white-space: pre-wrap;
    max-width: 100%;
    word-break: keep-all;
}












