@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600&display=swap');

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

    .white {
        background: #fff;
        padding: 2rem;
        border-radius: 5px;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

#event-details-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

.event-edit-buttons {
    display: flex;
}

.button-link-light {
    background-color: #3f4a5f;
    color: #fff !important;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    width: fit-content;
}

    .button-link-light:hover {
        text-decoration: none;
        background-color: #333f56;
        cursor: pointer;
    }

    .button-link-light i {
        margin-right: 0.5rem;
    }

.button-link {
    background-color: #192640;
    color: #fff !important;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    width: fit-content;
}

    .button-link:hover {
        text-decoration: none;
        background-color: #23324f;
        cursor: pointer;
    }

    .button-link i {
        margin-right: 0.5rem;
    }

.login-bg {
    background-image: url("../images/norge_1.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.list-icon {
    font-size: 1.4rem;
    margin-right: 1rem;
}


.event-box {
    background: #56688b;
    width: 400px;
    margin-right: 2rem;
    border-radius: 10px;
    height: fit-content;
    margin-bottom: 1rem;
}

    .event-box:hover {
        cursor: pointer;
        background: #4a5e86;
    }

.event-box-title {
    font-weight: 500;
    background: #374663;
    padding: 0.5rem 1.3rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}


#yearChange {
    background: #192640;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

.event-box-info {
    padding: 1rem 1.5rem;
}

.title {
    font-weight: 500;
}

.subtitle {

}

.login-box {
    margin-right: auto;
    margin-left: auto;
    width: 30vw;
    max-width: 700px !important;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.login-form {
    padding: 40px;
    min-width: 30vw;
}

.logo {
    width: 200px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* min-width: 333px; */
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.login-header-image {
    width: 30vw !important;
    max-width: 700px !important;
    margin-bottom: 2rem;
    margin-top: 2rem;
    animation: zoom-in-zoom-out 6s ease infinite;
}

.index-event-sections {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}


@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    40% {
        transform: scale(1.05, 1.05);
    }
    100% {
        transform: scale(1, 1);
    }
}

.event-highlight {
    margin-top: 1rem;
    margin-left: 2rem;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;


}

b {
    font-weight: 500;
}

.event-highlight-img {
    animation: shake 3s;
    animation-iteration-count: infinite;
}

.event-highlight-text {
    color: #dbbe85;
    top: -5px;
    position: relative;
    font-weight: bold;
    font-size: 0.9rem;
    z-index: 10; 
}

@keyframes shake {
    0% { rotate: 0deg; }
    3% { rotate: -5deg; }
    5% { rotate: -0deg; }
    7% { rotate: 5deg; }
    9% { rotate: 0deg; }
}

    .new-comment {
        padding: 0.25rem;
    }

    .new-comment:hover {
        background-color: #1c4f7429;
        cursor: pointer;
    }

    .event {
        display: flex;
        padding: 0.25rem;
        align-items: center;
        border-bottom: 1px solid #ffffff50;
    }

    .event:hover {
        background-color: #1c4f7429;
        cursor: pointer;
    }

    a, .btn-link {
        color: #1c4f74 !important;
    }

    .btn-primary {
        color: #fff;
        background-color: #1c4f74 !important;
        border-color: #1861ac !important;
        font-size: 1rem !important;
    }

    .btn-primary:hover {
        background-color: #295c81 !important;
    }

    app {
        position: relative;
        display: flex;
        flex-direction: column;
    }

.main {
    background-image: url(../images/_Z9A9181.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1;
}

#currentYearDiv {
    width: 80px;
    text-align: center;
}

.year-selector {
    width: 200px;
    text-align: center;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

    .nav-item a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
    }

    .nav-item a:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

    .navbar-toggler {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .valid.modified:not([type=checkbox]) {
        outline: 1px solid #26b050;
    }

    .invalid {
        outline: 1px solid red;
    }

    .validation-message {
        color: red;
    }




    html, body {
        font-weight: 300;
        font-size: 1rem;
        line-height: 1.3;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        height: 100%;
    }

    p {
        margin: 0;
    }

    h1, h2, h3, h4, h5, h6 {
        font-weight: 600;
        margin: 0;
    }

    h1 {
        font-size: 2.1em;
    }

    h2 {
        font-size: 1.7em;
    }

    h3 {
        font-size: 1.4em;
    }

    h4 {
        font-size: 1.2em;
    }

    h5 {
        font-size: 1.1em;
    }

    h6 {
        font-size: 1em;
    }

    strong {
        font-weight: bold;
    }

    .red {
        color: red !important;
    }

    .green {
        color: green !important;
    }

    .yellow {
        color: yellow !important;
    }

    .grey {
        color: grey !important;
    }

    .pointer {
        cursor: pointer;
    }

    .hover-underline:hover {
        text-decoration: underline;
    }

    .pr-10 {
        padding-right: 10px;
    }

    .pl-10 {
        padding-left: 10px;
    }

.top-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    background: #17263d94;
    padding: 0 50px;
}

    .top-row > a {
        margin-left: 1.5rem;
    }

    #logo {
        width: 100%;
        max-width: 180px;
    }

    #logo img {
        width: 100%;
        max-width: 180px;
        height: auto;
        margin: 15px 15px 15px 0;
    }

    .top-menu-items {
        display: flex;
    }

    .menu-item {
        font-size: 1.2em;
        padding: 0.5rem 1rem;
        font-weight: 500;
        color: #fff !important;
        min-width: 120px;
        text-align: center;
    }

    .menu-item:hover {
        color: #0089c9;
    }

    button.menu-item {
        border: 0;
        background-color: unset;
        color: #005780;
    }

    button.menu-item:hover {
        text-decoration: underline;
        color: #0089c9;
    }

    .home-content {
        width: 100%;
        height: calc(100% - 100px);
    }

.content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* margin: 0 auto; */
    color: #fff;
    overflow-y: scroll;
    background-color: #0000003b;
}

    .content a {
        color: #fff;
    }

    .home-content h1 {
        text-align: center;
        margin-bottom: 0;
        padding: 15px 0 20px 0;
        color: #fff;
    }

    .home-content h2 {
        margin-bottom: 15px;
    }

    .home-content h3 {
        margin-bottom: 0;
    }

    #clothes, #temporary {
        width: calc(100% / 3);
    }


.footer {
    background: #142037d6;
}

#contact-persons {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.contact-location {
    font-weight: 500;
}

.grey-link {
    font-weight: 400;
    color: #d7d6d5 !important;
}

    .grey-link:hover {
        text-decoration: underline;
    }

    .white-link {
        color: #fff !important;
    }

    .white-link:hover {
        text-decoration: underline;
    }

    #instagram img {
        width: 100%;
    }

    .event-row {
        display: flex;
        flex-direction: column;
        margin-bottom: 0.25rem;
    }
    .event-month-list {
        margin-bottom: 1rem;
    }

    #all-events-list {
        display: flex;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }

    .admin-menu {
         color: #fff;
         margin-left: auto;
         margin-right: auto;
    }

    .admin-menu a {
        color: #fff !important;
    }



#myRSVPs, #thisMonth {
    margin-bottom: 2rem;
}

#admin {
    margin-left: auto;
    margin-right: auto;
}
#thisMonth, #admin, #myRSVPs, #clothes, #latestEvents, #newsletters, #yearChange, #all-events-list, #event-details-wrapper {
    width: 70vw;
}

    .highlighted {
        padding: 10px;
        border: 2px solid green;
        margin-bottom: 10px;
    }

.event-info {
    background: #192640;
    border-radius: 7px;
    padding: 20px;
}


.event-info-row {
    display: unset !important;
}

.event-info-section {

}

.event-info-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.event-info-row {
    display: flex;
}

.event-info-row-part {
    min-width: 20vw;
    margin-bottom: 10px;
}

.event-info-row-part-header {
    font-weight: 500;
}

.max-800 {
    max-width: 800px;
    margin: 0 auto;
}

    .max-400 {
        max-width: 400px;
        margin: 0 auto;
    }

    .eventBox .d-flex p {
        width: 50%;
        margin-bottom: 0.25rem;
    }

    .comment-name {
        font-weight: 500;
    }
    .comment-container {
        margin-bottom: 20px;
    }

    .comment, .child-comment {
        border-radius: 10px;
        padding: 10px;
        margin-bottom: 2px;
        background-color: #192640;
        color: #fff;
    }

    .child-comment {
        align-self: flex-end;
    }

        .comment-form textarea, .comment textarea, .child-comment textarea {
            width: 100%;
            padding: 6px 8px;
            background: #192640;
            color: #fff;
            border-radius: 7px;
            border: 1px solid #5a6479;
        }

    .comment-form button[type=submit], .comment button[type=submit], .child-comment button[type=submit], .eventForm button[type=submit], .RSVP-button {
        width: 100%;
        border: 0;
        background-color: #0078b0;
        color: #fff;
        font-weight: 600;
    }

    .comment-form button[type=submit]:hover, .comment button[type=submit]:hover, .child-comment button[type=submit]:hover, .eventForm button[type=submit]:hover, .RSVP-button:hover, .export-btn:hover {
        background-color: #005780;
        color: #fff;
    }

    .export-btn {
        border: 0;
        background-color: #0078b0;
        font-weight: 600;
        margin-bottom: 15px;
    }

    #yearChange {
        margin-top: 20px;
    }

    .arrow-right {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #fff;
        cursor: pointer;
    }

    .arrow-left {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #fff;
        cursor: pointer;
    }

    .current-year-span {
        font-size: 1.5em;
    }

    label {
        display: block;
        margin-bottom: 0px;
    }

    .eventForm {
        max-width: 800px;
    }

    .login-container {
        margin-right: auto;
        margin-left: auto;
        max-width: 400px;
    }

    .login-text {
        color: #8db4dc
    }

    .login-text a {
        color: #b1cdea;
        text-decoration: underline;
    }

    .eventForm label input:not([type=checkbox]), .eventForm label textarea, .eventForm label select {
        display: block;
        width: 100%;
        max-width: 400px;
        border: 1px solid #ccc;
        padding: 5px;
    }

    .eventForm label select {
        cursor: pointer;
    }

    .eventForm button[type=submit] {
        max-width: 400px;
    }

    .eventForm #addedCompanies {
        background-color: #f0f4f6;
        color: #000;
        padding: 10px;
        max-width: 400px;
    }

    .message {
        padding: 10px;
    }

    .message.red {
        border: 2px solid red;
    }

    .message.green {
        border: 2px solid green;
    }

.footer-contact-info {
    display: flex;
    margin-top: 1.5rem;
    justify-content: center;
    text-align: left;
    align-items: baseline;
}

.footer-contact-info-part {
    margin-right: 2rem;
    margin-bottom: 1rem;
}

.every-other:nth-child(even) {
    background-color: #192640;
}

    .every-other:nth-child(odd) {
        background-color: #273756;
    }

    .highlighted-li:before {
        content: "Se hit!";
        color: green;
        font-weight: 600;
    }

    .bg-white {
        background-color: #fff;
    }

    .color-black {
        color: #000;
    }

    .btn-neg {
        background-color: unset;
        border: 2px solid #fff;
        border-radius: 5px;
        font-weight: 600;
        padding: 5px 10px;
        color: #fff;
        margin: 10px 0;
    }

    .btn-neg:hover {
        text-decoration: underline;
    }

    .highlighted-li.grey:before {
        color: grey !important;
    }

.user-display {
    display: flex;
    flex-direction: column;
}

.user-company-label {
    min-width: 200px;
}

.admin-menu-username-label {
    min-width: 200px;
    display: inline-block;
}

.user-row {
    background-color: #263451;
    display: flex;
    justify-content: space-between;
}

.gap-1 {
    gap: 1rem;
}

.yesImAdmin, .yesImManager {
    display: inline-block;
    margin-left: 5px;
    padding: 0px 8px 0px 7px;
    font-size: 0.85em;
    cursor: help;
}

    .yesImAdmin {
        background-color: darkred;
    }

    .yesImManager {
        background-color: darkgreen;
    }

    .tox-tinymce {
        width: 100%;
        max-width: 800px;
    }

    .clothes-container {
        margin-top: 40px;
    }

    .clothes-container > div {
        width: calc(25% - 11px);
        margin-right: 14px;
    }

    .clothes-container > div:nth-child(4n+4) {
        margin-right: 0;
    }

    .clothes-container input, .clothes-container select {
        width: 100%;
        max-width: 150px;
        display: block;
    }

    .clothes-container input[type=submit], .my-cart button, .edit-garment input[type=submit], .order button {
        border: 0;
        background-color: #0078b0;
        color: #fff;
        font-weight: 600;
    }

    .clothes-container input[type=submit]:hover, .my-cart button:hover, .edit-garment input[type=submit]:hover, .order button:hover {
        background-color: #005780;
        color: #fff;
    }

    .my-cart, .clothes-image, .order {
        border: 1px solid #fff;
        padding: 10px;
    }

    .my-cart button, .my-cart input, .edit-garment input {
        width: 100%;
        max-width: 150px;
        display: block;
    }

    .my-cart .cart-item {
        width: calc((100% / 6) - 12px);
        margin-right: 14px;
    }

    .my-cart .cart-item:nth-child(6n+6) {
        margin-right: 0;
    }

    .garment-image-container {
        width: calc((100% / 4) - 11px);
        position: relative;
        border: 1px solid #fff;
        margin-right: 14px;
    }

    .garment-image-container:nth-child(4n+4) {
        margin-right: 0;
    }

    .garment-image-container img {
        width: 100%;
    }

    .garment-image-container .image-delete-icon {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: red;
        color: #fff;
        border-radius: 50%;
        padding: 0 7px;
        font-weight: bold;
        cursor: pointer;
    }

    .order table {
        width: 100%;
    }

    .order table tr:nth-child(even) {
        background-color: rgba(255,255,255,0.1);
    }



    /*@media (max-width: 725px) {
        .main .top-row {
        flex-wrap: wrap;
        padding-bottom: 10px;
    }

    .d-flex {
        flex-wrap: wrap;
    }

    
    .d-flex > section,
    .d-flex > div:not(#currentYearDiv),
    .d-flex li {
        width: 100% !important;
    }

    .d-flex > div.w-50.pr-10 {
        padding-right: 0px !important;
    }

    .d-flex > div.w-50.pl-10,
    .w-75.pl-3 {
        padding-left: 0px !important;
    }


    #newsletters,
    #clothes {
        order: 2;
    }

    .clothes-container > div,
    .cart-item > div {
        margin-bottom: 30px;
    }*/

    /*Tillfällig*/
    /*#temporary {
        order: 3;
    }

    #instagram {
        order: 3;
    }

    #yearChange.d-flex {
        flex-wrap: nowrap;
    }

    .eventForm label input:not([type=checkbox]),
    .eventForm label textarea,
    .eventForm label select,
    .eventForm #addedCompanies {
        max-width: 800px;
    }
    ul.user-display li {
        margin-right: 0;
    }
    .top-row > div.d-flex {
        flex-wrap: wrap;
    }
    .top-row > div {
        width: 100%;
    }
    .menu-item {
        padding: 2px 15px 2px 0;
    }
    #logo img {
        max-width: 120px;
    }
}*/


/*Loading animation*/
.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-spinner div {
        transform-origin: 40px 40px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: #fff;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/* Toast notification styling */
.e-toast.info,
.e-toast.warning {
    background-color: #ffdea0 !important;
}

    .e-toast.info .e-toast-title,
    .e-toast.info .e-toast-content,
    .e-toast.warning .e-toast-title,
    .e-toast.warning .e-toast-content {
        color: #b47b16 !important;
    }

.e-toast.error {
    background-color: #d87b7b !important;
}

    .e-toast.error .e-toast-title,
    .e-toast.error .e-toast-content {
        color: darkred !important;
    }

.e-toast.success {
    background-color: #449444 !important;
}

    .e-toast.success .e-toast-title,
    .e-toast.success .e-toast-content {
        margin: 0;
        padding: 0;
    }

.e-toast-container .e-toast .e-toast-message .e-toast-title:first-child {
    margin: 0;
    padding: 10px 10px 0px 10px;
    border: none !important;
}

.e-toast-container .e-toast .e-toast-message .e-toast-content:first-child {
    margin: 0;
    padding: 0;
    border: none !important;
}

.e-toast-close-icon {
    color: #000 !important;
}

