@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@400;500;600;700&display=swap');

html, body {
    font-family: 'Sofia Sans', sans-serif;
    word-break: break-word;
    color: #616161;
}

app {
    min-width: 100vw;
    min-height: 100vh;
    width: 100%;
}

a {
    cursor: pointer;
}

p {
    margin-bottom: 0 !important;
    line-height: 1.2;
    font-size: 18px;
}

.wrap {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

input,
input:focus-visible,
input:focus {
    outline: none;
}

.validation-message {
    text-align: left;
    padding-left: 22px;
    font-size: 13px;
    line-height: 1;
    color: #f44336 !important;
}

.mud-popover {
    margin-left: -8px !important;
    padding: 2px 3px !important;
}

.triangle-container {
    left: calc(-50vw + 50%);
    position: fixed;
    right: calc(-50vw + 50%);
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: var(--mud-palette-appbar-background);
}

.triangles {
    background-image: url("../images/triangles.svg");
    background-size: cover;
    height: 100%;
    bottom: 0;
    left: 0;
    mix-blend-mode: hard-light;
    position: fixed;
    right: 0;
    top: 0;
    background-position: center center;
}

.loading-container {
    position: relative;
    text-align: center;
    background-color: #fff;
    margin: 10% auto 0 auto;
    padding: 20px;
}

.loading-items {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/preloader.gif') center no-repeat #fff;
}

.logo {
    text-align: center;
}

.logo h4 {
    margin: 20px auto;
}

.loading-container {
    border-radius: 0 !important;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19) !important;
}

.logo-img {
    height: 42px;
}

.page-footer {
    background: #fff;
    color: #4d4d4d;
    padding: 9px 12px 9px 18px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.21);
    margin-top: 30px;
    font-size: 12px;
}

.drawer-footer {
    text-align: left;
    border-top: solid 1px #AAA;
    font-size: 12px;
    padding: 0 12px 0 12px;
    background-color: lightgray
}

.mud-drawer-header {
    background-color: var(--mud-palette-appbar-background);
    padding-bottom: 0;
    padding-top: 0;
}

.drawer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mud-palette-appbar-background);
    height: 64px;
    color: #fff;
}

.drawer-logo a {
    color: #fff;
}

hr {
    clear: both;
}

.selectCulture {
    min-width: 120px;
    margin-top: -16px;
}

.selectCulture .mud-input {
    color: #fff;
}

.signInWithButton {
    margin: 8px;
    padding: 8px;
    height: 40px;
    min-width: 140px;
}

.validation-message {
    color: red;
}

.mud-dialog .mud-tabs-panels {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

#blazor-error-ui::before {
    margin: auto;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

#blazor-error-ui {
    z-index: 9999;
    display: none;
    background: #fff;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19) !important;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 596.98px) {
    .drawer-logo {
        height: 56px;
    }

    .logo-img {
        height: 38px;
    }

    .donate span {
        display: none;
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

    .drawer-profile {
        padding: 0 4px;
    }

    .drawer-footer {
        padding: 0;
    }

    .loading-container {
        padding: 10px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* Link */
.link {
    color: #981d68;
    font-weight: 600;
    transition: all linear 0.3s;
}
    .link.disabled {
        pointer-events: none;
        color: #ccc;
    }
.link:hover {
    color: #616161;
}

.link-underline {
    color: #981d68;
    font-weight: 600;
    transition: all linear 0.3s;
    text-decoration: underline;
}

.link-underline:hover {
    color: #616161;
    text-decoration: none
}

.uppercase {
    text-transform: uppercase;
}

button {
    cursor: pointer;
}

/* Facebook button */
.facebook-btn {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 16px;
    min-height: 40px;
    background-color: #1a77f2;
    color: #fff;
    font-weight: bold;
    padding: 2px 6px;
    gap: 6px;
    min-width: 215px;
    font-family: 'Roboto', 'Freight Sans LF Pro', Helvetica, Arial, 'Lucida Grande', sans-serif
}

.facebook-btn svg {
    height: 1.33em;
    padding: 0.065em;
}

/* Google button */
.google-btn {
    border-radius: 4px;
    color: #444;
    border: thin solid #888;
    box-shadow: 1px 1px 1px gray;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 6px;
    gap: 6px;
    min-width: 215px;
    min-height: 40px;
    background-color: #fff;
}

.google-btn svg {
    width: 19px;
    height: 19px;
}

/* Content box */
.content-box {
    max-width: 275px;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

/* Login page */
.login-message {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 0.3s linear;
    max-width: 768px;
}

.login-message h2 {
    color: #981d68;
    text-align: center
}

.login-message h3 {
    color: #616161;
    text-align: center;
}

.login-message.show-message {
    opacity: 1;
    visibility: visible;
    max-height: 400px;
}

.login .box-heading {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;

}

.login .login-reg {
    font-size: 18px;
    text-align: center;
    display: flex;
    flex-flow: column;
}

.login .login-or {
    max-width: 60%;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.login .login-or .line {
    height: 1px;
    background-color: #9e9e9e;
    width: 100%;
    flex: 1 30%;
}

.login .login-or span {
    font-size: 18px;
    flex-grow: 1;
    min-width: 30px;
    text-align: center;
}

/* Registration and Reset password */
.registration .box-heading,
.reset-password .box-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.registration .box-heading span,
.reset-password .box-heading span {
    font-weight: bold;
    font-size: 24px;
    color: #616161;
}

.register-form,
.reset-form,
.profile-form,
.add-bank-terms-form {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
}

/* Profile */
.profile.content-box {
    justify-content: center
}

/* Home */
.home.content-box {
    gap: 30px !important;
}

/* Bank accounts */
.bank-accounts .box-heading {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 15px;
}

.bank-accounts .box-heading .title {
    font-size: 20px;
    color: #616161;
    font-weight: bold;
}

.bank-accounts.content-box {
    max-width: 100%;
    justify-content: flex-start;
    padding: 15px 0;
}

.bank-accounts .no-accounts {
    padding: 30px 0;
    width: 100%;
}

.bank-accounts .no-accounts p {
    color: #616161;
    text-align: center;
}
.bank-accounts .club-member-ob {
    font-size: 18px;
    color: #be5c5c;
    line-height: 25px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 1035px;
}
.bank-accounts .accounts {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
    width: 100%;
    max-width: 1035px;
}

.bank-accounts .accounts .add-bank-account-btn {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    min-height: auto;
}

/* Add bank account */
.add-bank-account-list.content-box {
    max-width: 100%;
    padding: 15px 0;
}

.add-bank-account-list .box-heading {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 5px;
    max-width: 768px;
}

.add-bank-account-list .box-heading .title {
    font-size: 24px;
    color: #616161;
    font-weight: bold;
}

.add-bank-account-list .box-heading .subtitle {
    font-size: 22px;
    min-width: 250px;
}

.add-bank-account-list .banks-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    max-width: 768px;
}

.add-bank-account-list .banks-list .bank {
    box-shadow: 0 0 8px 0 rgba(140,140,140,0.5);
    background-color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all linear 0.3s;
    width: 235px;
}

.add-bank-account-list .banks-list .bank svg {
    height: 55px;
    width: auto;
}

.add-bank-account-list .banks-list .bank:hover {
    box-shadow: 0 0 16px 0 rgba(97,97,97,0.6);
}

.add-bank-account.content-box {
    max-width: 600px;
    justify-content: center;
}

.add-bank-account.content-box .button {
    max-width: 320px;
    width: 100%;
    display: flex;
    justify-content: center
}

.add-bank-account.content-box .add-bank-terms-form {
    align-items: center;
    gap: 25px;
}

/* Account movements */
.account-movements.content-box {
    max-width: 100%;
    padding: 15px 0;
    gap: 20px;
}

.account-movements .box-heading {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 5px;
    max-width: 768px;
}

.account-movements .box-heading .title {
    font-size: 24px;
    color: #616161;
    font-weight: bold;
}

.account-movements .back-btn {
    max-width: 768px;
    width: 100%;
    display: flex;
    justify-content: flex-start
}

.account-movements .movements {
    max-width: 768px;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.account-movements .movements > img {
    height: 40px;
    width: auto;
}

.account-movements .account-type {
    font-size: 20px;
    color: #616161;
    font-weight: bold;
}

.account-movements .list-header {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 15px;
}

.account-movements .list-header .type-movements {
    flex: 1 25%;
    min-width: 220px;
}

.account-movements .list-header .numbers {
    flex: 1 10%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    min-width: 130px;
}

.account-movements .list-header .numbers span {
    word-break: initial;
}

.account-movements .list-header .dates-calendar {
    flex: 1 30%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.mud-icon-button.mud-selected {
    background-color: #981d68 !important;
}

.account-movements .list-header .dates-calendar .mud-picker {
    min-width: 130px;
}

.account-movements .list-header .dates-calendar .mud-input-control {
    margin-top: 0;
}

.account-movements .list-header .dates-calendar .mud-input {
    border: 1.55px dashed #981d68 !important;
    background-color: #fff;
    border-radius: 5px !important;
    height: 35px;
    margin-top: 0 !important;
}

.account-movements .list-header .dates-calendar .mud-input > input.mud-input-root,
.account-movements .list-header .dates-calendar div.mud-input-slot.mud-input-root {
    padding-left: 10px;
}

.account-movements .list-header .dates-calendar .mud-input-adornment {
    min-width: 25px;
}

.account-movements .list-header .dates-calendar .mud-icon-root.mud-svg-icon {
    fill: #981d68;
    width: 20px;
    height: 20px;
}

.account-movements .list-header .dates-calendar .mud-icon-button {
    padding: 0 5px 0 0;
}

.account-movements .list-header .dates-calendar .mud-input::before,
.account-movements .list-header .dates-calendar .mud-input::after {
    display: none;
}

.account-movements .list-header .dates-calendar .mud-picker-view {
    margin-top: 35px !important;
    box-shadow: 0 0 8px 0 rgba(140,140,140,0.5) !important;
}

.search {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px dashed #981d68;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transition: all linear 0.3s;
    cursor: pointer;
}

.search:hover {
    border-color: #616161;
    box-shadow: 0 0 8px 0 rgba(140,140,140,0.5);
}

.search svg {
    fill: #981d68;
    transition: all linear 0.3s;
}

.search:hover svg {
    fill: #616161;
}

.account-movements .list-movements {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

/* Account details */
.account-details.content-box {
    max-width: 100%;
    padding: 15px 0;
    gap: 20px;
}

.account-details > button {
    max-width: 115px;
}

.account-details .box-heading {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 15px;
    max-width: 768px; 
}

.account-details .back-btn {
    max-width: 768px;
    width: 100%;
    display: flex;
    justify-content: flex-start
}

.account-details .box-heading .title {
    font-size: 24px;
    color: #616161;
    font-weight: bold;
}

.account-details .details {
    max-width: 768px;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.account-details .details > img {
    height: 40px;
    width: auto;
}

.account-details .account-type {
    font-size: 20px;
    font-weight: bold;
}

.details-table {
    border: 0;
    border-collapse: collapse;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.details-table-border {
    width: 100%;
    border-spacing: 0;
    border-color: #616161;
}

.details-table-border tr td:not(:first-child) {
    border-left: 0;
}

.details-table-border tr:not(:first-child) td {
    border-top: 0;
}

.details-table-border tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.details-table-border tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.details-table-border td {
    border: 1px solid #981d68;
}

.details-table tr:nth-child(odd), .details-table-border tr:nth-child(odd) {
    background-color: #f4e7e6;
}

.details-table tr:nth-child(even), .details-table-border tr:nth-child(even) {
    background-color: #fff;
}

.details-table td, .details-table-border td {
    padding: 15px;
    font-size: 18px;
}

.details-table td:first-child, .details-table-border td:first-child {
    font-weight: bold;
}

.offers-panel {
    background-color: #fff;
    width: 100%;
    padding: 10px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .offers-panel li {
        display: flex;
        align-items: center;
        padding: 5px 0;
    }

        .offers-panel li svg {
            margin-right: 10px;
        }

    .offers-panel a {
        text-decoration: underline;
        color: #2798f4;
    }

    .offset-panel a:visited {
        color: #981d68;
    }

.documents-panel {
    padding: 10px 4px;
    width: 100%;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .documents-panel p {
        text-align: center;
        font-size: 13px;
        padding-bottom: 10px;
    }

    .documents-panel .upload-documents {
        padding-bottom: 25px;
    }

    .documents-panel .upload-documents-header {
        display: flex;
        justify-content: center;
        text-transform: uppercase;
        color: #981d68;
        font-weight: bolder;
    }

    .documents-panel .upload-documents-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        background-color: white;
        border: 1px solid #981d68;
        border-top: none;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 10px 11px;
    }

.upload-files-btn-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Add bank accounts */
.add-bank-accounts.content-box {
    max-width: 100%;
    padding: 15px 0;
    gap: 20px;
}

.add-bank-accounts .back-btn {
    max-width: 620px;
    width: 100%;
    display: flex;
    justify-content: flex-start
}

/* Iris */
irispay-component {
    width: 100%;
}

.irisUIwrapper {
    font-family: 'Sofia Sans', sans-serif !important;
    min-width: 620px;
}

.cdk-overlay-container,
.irispay-custom-dialog .irispay-custom-dialog-header,
.irispay-custom-dialog .irispay-custom-dialog-content,
.irispay-custom-dialog .continue, .irispay-custom-dialog .language-button {
    font-family: 'Sofia Sans', sans-serif !important;
}

.irisUIwrapper .main-display {
    padding: 15px 0 !important;
}

.upper-indicator {
    margin-bottom: 30px !important;
}

.upper-indicator .progress-bar {
    background-color: #f4e7e6 !important;
}

.upper-indicator .progress-bar-value {
    background-color: #981d68 !important;
}

.iris-loader-container .lds-roller div {
    transform-origin: unset !important;
    width: 75px;
    height: 75px;
    box-sizing: border-box;
    position: absolute;
    border: 5px solid;
    border-radius: 50%;
    border-color: #981d68 transparent transparent transparent;
}

.iris-loader-container .lds-roller div::after {
    display: none !important;
}

.irisUIwrapper .select-bank .display-banks .bank-tiles {
    gap: 30px;
}

.irisUIwrapper .banks-select-panel {
    align-items: flex-start;
}

.irisUIwrapper .select-bank .display-banks .bank-tiles .bank-tile,
.irisUIwrapper .select-bank .display-banks .bank-tiles.narrow-bank-tile {
    margin: 0;
    transition: all linear 0.3s;
    background-color: #fff !important;
    width: 46% !important;
}

.irisUIwrapper .select-bank .display-banks .bank-tiles .bank-tile:hover {
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.6)
}

.irisUIwrapper .display-banks .back-link,
.irisUIwrapper .button-row .continue {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 2px 30px;
    min-height: 35px;
    height: 40px;
    border-radius: 30px;
    transition: all linear 0.3s;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background-color: #981d68;
    margin: 15px 0;
    text-transform: uppercase;
    width: 290px;
}

.irisUIwrapper .button-row .continue {
    margin: 0;
}

.irisUIwrapper .display-banks .back-link .material-icons {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    width: 22px;
}

.irisUIwrapper .back-link,
.irispay-custom-dialog .continue {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 2px 15px;
    min-height: 30px;
    height: 40px;
    border-radius: 30px;
    transition: all linear 0.3s;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    background-color: #981d68;
    width: 110px;
}

.irisUIwrapper .back-link {
    font-size: 16px;
    height: 30px;
    width: max-content;
}

.irisUIwrapper .banks-form .continue,
.irisUIwrapper .select-bank .continue {
    width: 165px;
}

.irisUIwrapper .final-panel-wrapper .success-icon {
    color: #981d68;
}

.irisUIwrapper .final-panel-wrapper {
    min-width: 100%;
}

.irisUIwrapper .final-panel-wrapper .status-txt {
    font-size: 22px;
    font-weight: bold;
    color: #616161;
}

.irisUIwrapper .back-link .material-icons {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    width: 14px;
}

.irisUIwrapper .back-link:hover {
    background-color: #b40e71;
}

.irisUIwrapper .general-text-container,
.irisUIwrapper .help-page-header {
    font-size: 20px;
}

.irisUIwrapper .select-bank .display-banks .general-text-container span {
    color: #981d68 !important;
    font-weight: bold;
    transition: all linear 0.3s;
    text-decoration: underline;
}

.irisUIwrapper .select-bank .display-banks .general-text-container span:hover {
    color: #616161 !important;
    text-decoration: none;
}

.irisUIwrapper .banks-select-panel {
    margin-bottom: 30px;
}

.irisUIwrapper .help-page-header {
    margin-bottom: 30px !important;
    text-align: left;
}

app-help-videos .display-banks {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 15px;
}

app-help-videos iframe {
    margin-bottom: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.irisUIwrapper .button-row,
.irisUIwrapper .banks-form {
    margin-top: 30px;
}

.irispay-info-label span {
    font-size: 18px;
    font-weight: bold;
    color: #616161;
}

.cdk-overlay-container .cdk-overlay-dark-backdrop {
    background: #f4e7e650;
}

.irispay-custom-dialog .irispay-custom-dialog-header,
.irispay-custom-dialog .irispay-custom-dialog-content {
    padding: 0 !important;
    margin-bottom: 30px !important;
    color: #616161;
}

.irispay-custom-dialog .irispay-custom-dialog-content {
    font-size: 18px;
    color: #616161;
}

.irispay-custom-dialog .irispay-custom-dialog-footer{
    padding: 0 !important
}

.cdk-overlay-pane {
    max-width: 90vw !important
}

.irisUIwrapper .inline-input-container {
    position: relative;
}

.irisUIwrapper .inline-input-container label {
    position: absolute;
    top: -10px;
    left: 12px;
    color: #616161;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    padding: 1px 8px;
    height: 25px;
    max-height: 25px;
    max-width: 235px;
    overflow: hidden;
    z-index: 2;
    transition: all linear 0.3s;
    border-radius: 13px;    
}

.irisUIwrapper .inline-input-container .inline-input {
    height: 53px;
    border-radius: 30px !important;
    transition: all linear 0.2s;
    padding: 2px 20px;
    flex-grow: 1;
    color: #981d68 !important;
    font-size: 18px;
}

.irisUIwrapper .inline-input-container .inline-input:focus {
    border-color: #981d68 !important;
}

.irisUIwrapper a {
    transition: all linear 0.3s;
    color: #981d68;
    text-decoration: underline
}

.irisUIwrapper a:hover {
    color: #616161;
    text-decoration: none;
}

/* Snackbar messages */
.mud-snackbar{
    min-height: 55px;
    height: 100%;
    border-radius: 100px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.mud-alert.mud-alert-filled-normal {
    background-color: #616161
}

.mud-snackbar.mud-alert-filled-info {
    background-color: #981d68;
}

.mud-snackbar.mud-alert-filled-error,
.mud-snackbar.mud-alert-filled-warning {
    background-color: #f44336
}

.mud-alert mud-alert-filled-success {
    background-color: #4caf50
}

/* Page not found and user not authorized */
.not-found-message-box,
.user-not-authorized-message-box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 275px;
}

.not-found-message-box h2,
.not-found-message-box h1,
.user-not-authorized-message-box h2,
.user-not-authorized-message-box h1{
    text-align: center;
    color: #616161;
}



.styled-loading-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-color: #f4e7e650;
    visibility: hidden;
    opacity: 0;
    transition: all linear 0.3s;
}

.styled-loading-background.fade-in {
    animation: fadeInAnimation 0.3s linear;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.styled-loading-background .loader {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.styled-loading-background .loader div {
    width: 75px;
    height: 75px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    border: 5px solid;
    border-radius: 50%;
    animation: animation 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #981d68 transparent transparent transparent;
}

.styled-loading-background .loader div:nth-child(1) {
    animation-delay: -0.45s;
}

.styled-loading-background .loader div:nth-child(2) {
    animation-delay: -0.3s;
}

.styled-loading-background .loader div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes animation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.styled-loading-background .child-content * {
    font-size: 20px;
    color: #981d68;
    text-align: center;
}

@media only screen and (max-width: 1200px ) {
    p {
        font-size: 16px;
    }

    /* Login page */
    .login .login-reg,
    .login .login-or span {
        font-size: 16px;
    }

    /* Registration */
    .registration .box-heading span {
        font-weight: bold;
        font-size: 22px;
        color: #616161;
    }

    /* Bank accounts */
    .bank-accounts .accounts {
       gap: 15px;
       max-width: 875px;
       justify-content: center;
    }
       
    .bank-accounts .accounts .add-bank-account-btn {        
        width: 280px;
    }

    /* Add bank account */
    .add-bank-account .box-heading {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        gap: 5px;
    }

    .add-bank-account .box-heading .title {
        font-size: 22px
    }

    .add-bank-account .box-heading .subtitle {
        font-size: 20px;
    }

    .add-bank-account .banks-list {
        gap: 15px;
    }

    .add-bank-account .banks-list .bank {
        padding: 5px;
        width: 240px;
    }

    .add-bank-account .banks-list .bank svg {
        height: 40px;
        width: auto
    }


    /* Account movements and Account details */
    .account-movements .box-heading .title,
    .account-details .box-heading .title {
        font-size: 22px
    }

    .account-movements .movements,
    .account-details .details {
        gap: 15px;
    }

    .account-movements .movements > img,
    .account-details .details > img {
        height: 30px;
        width: auto;
    }

    .account-movements .account-type,
    .account-details .account-type {
        font-size: 18px;
    }

    .details-table td, .details-table-border td {
        padding: 5px;
        font-size: 14px;
    }

    .offers-panel {
        padding: 10px;
    }

    .documents-panel .upload-documents-content {
        padding: 10px 7px;
    }
    /* Iris */
    .irisUIwrapper .select-bank .display-banks .bank-tiles {
        gap: 15px;
    }

    .irisUIwrapper .general-text-container,
    .irisUIwrapper .help-page-header,
    .irispay-custom-dialog .irispay-custom-dialog-content {
        font-size: 16px;
        color: #616161;
    }

    .irisUIwrapper .banks-select-panel,
    .irisUIwrapper .help-page-header,
    .upper-indicator {
        margin-bottom: 15px !important;
    }

    .irisUIwrapper .button-row,
    .irisUIwrapper .banks-form {
        margin-top: 15px;
    }

    .irispay-info-label span {
        font-size: 16px;
        color: #616161;
    }

    .irispay-custom-dialog .irispay-custom-dialog-header,
    .irispay-custom-dialog .irispay-custom-dialog-content {
        margin-bottom: 15px !important;
    }

    .irisUIwrapper .final-panel-wrapper .status-txt {
        font-size: 20px;
    }
}

@media only screen and (max-width: 900px) {
    /* Bank accounts */
    .bank-accounts .accounts {
        grid-template-columns: repeat(2, 1fr);
        max-width: 575px;
        align-items: center;
    }
     
    /* Add bank account */
    .add-bank-account .banks-list {
        justify-content: flex-start;
    }

    .add-bank-account .banks-list .bank {
        width: 200px;
    }
}

@media only screen and (max-width: 768px) {
    /* Login */
    .login .box-heading svg {
        width: 50px;
        height: 50px;
    }

    /* Bank accounts */
    .bank-accounts .accounts {
        flex-flow: column;
    }

    /* Account movements */
    .account-movements .list-header .type-movements {
        flex: 1 100%
    }

}

@media only screen and (max-width: 650px) {
    .irisUIwrapper {
        width: 100%;
        min-width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .bank-accounts.content-box,
    .add-bank-account.content-box,
    .account-details.content-box,
    .account-movements.content-box {
        padding: 0 !important;
    }

    /* Bank accounts */
    .bank-accounts .accounts,
    .add-bank-account .banks-list {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    /* Account movements */
    .account-movements .list-header .type-movements {
        flex: 1 50%;
        order: 1;
    }

    .account-movements .list-header .numbers {
        flex: 1 40%;
        order: 2;
    }

    .account-movements .dates-calendar {
        order: 3;
    }

    .account-movements .search {
        order: 4;
    }
}

@media only screen and (max-width: 500px) {
    .irisUIwrapper .select-bank .display-banks .bank-tiles .bank-tile,
    .irisUIwrapper .select-bank .display-banks .bank-tiles.narrow-bank-tile {
        width: 100% !important;
    }
}

@media only screen and (max-width: 425px) {
    /* Account movements */
    .account-movements .list-header .type-movements {
        flex: 1 30%;
    }

    .account-movements .list-header .dates-calendar {
        gap: 10px;
    }

    .account-movements .list-header .numbers {
        flex: 1 30%;
        max-width: 130px
    }
    
    .account-movements .search {
        order: 4;
    }
}

@media only screen and (max-width: 400px) {
    .account-movements .list-header {
        justify-content: flex-start;
    }

    .account-movements .list-header .numbers {
        order: 3;
    }

    .account-movements .list-header .numbers span {
        display: none;
    }
}
@media (max-width: 600px) {
    .styled-accordion .mud-expand-panel-header {
        padding: 10px 5px;
    }

    .styled-accordion .mud-table-row {
        display: table-row !important;
    }

    .styled-accordion .mud-table-cell {
        display: table-cell !important;
    }
    .styled-accordion .mud-expand-panel-gutters {
        padding-left: 4px;
        padding-right: 4px;
    }
}