/* You can add global styles to this file, and also import other style files */
/*p-messages Start*/
p-messages{
    display: block;
    width: 100%;
}
.p-message{
    position: relative;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    border: 1px solid transparent;
    border-radius: 0.4rem;
}
.p-message-error{
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.p-message-success{
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.p-message-info{
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}
.p-message-warning{
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.p-message-close.p-link {
    margin-left: 10px !important;
    margin-right: auto;
    background-color: inherit;
    border: none;
}
.p-message-icon{
    display: none;
}
/*p-messages End*/

html:has(.action-form-container) {
    overflow: hidden; 
}
.dropdown-menu.dropdown-action .dropdown-item>i {
    text-align: center;
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.dropdown-menu.dropdown-action .dropdown-item>img, .dropdown-menu.dropdown-action .dropdown-item>i {
    margin-left: 1rem;
}
input[type="search" i]::-webkit-search-cancel-button {
    display: none;
}