﻿.field-validation-error {
    display: inline-block;
    margin-top: 2px;
    font-style: italic;
    font-size: smaller;
    font-weight: 400;
    color: #e85959 !important;
    -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}


/* ----------------------------------------------
 * Generated by Animista on 2025-7-30 16:8:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}


#toast-container > div {
    opacity: 2 !important;
    box-shadow: none !important;
}

toast-container {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.toast-title {
    font-size: larger;
    font-weight: 400 !important;
    margin-bottom: 5px !important;
}
/*#toast-container .toast {
    background-color: rgba(220, 53, 69, 1) !important;*/ /* White background with full opacity */
/*}*/


input:-internal-autofill-selected {
    appearance: unset;
    background-image: none !important;
    background-color: #ffffff00 !important;
    color: #ffffff00 !important;
}



.loaderInitialClickDisabled {
    pointer-events: none;
    cursor: not-allowed !important;
    opacity: 0.6;
}


.form-control[readonly] {
    background-color: #70707028;
    opacity: 1;
    cursor: not-allowed !important;
}


