﻿.field-validation-error { 
    width: 100%;
    margin-top: 1rem;
    font-size: 1rem;
    color: var(--bs-danger-text);
}


.message-wrapper {
    position: fixed;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center
}

.atbd-pop-message {
    min-width: 200px;
    margin-bottom: 15px;
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 4px;
    box-shadow: 0 10px 15px rgba(146,153,184,.2)
}

.atbd-pop-message__icon {
    margin-right: 8px
}

.atbd-pop-message__text p {
    font-size: 14px;
    margin-bottom: 0
}

.du-select2{
	
}