#userinfo {
    float: right;
    width: 200px;
    max-width: 20%;
    position: relative;
    max-height: 72px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    .username {
        text-align: center;     
        opacity: 0;
    }
    .username:hover {
        background-color: var(--ayvens-nav-back);
        opacity: 1;
    }
    .show {
        text-align: right;  
        opacity: 1;
    }
}
.logon-body {
    background-image: none;
}
.login-frame-left {
    background-image: var(--brand-image12);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 100vh;
}
.logon-card {
    position: inherit;
    top: 0px;
    right: 0px;
}
.logoAyv {
    width: 40vh;
    display: table-row;

}
.logoAyvTitle {
    color: var(--ayvens-bg);
    font-family: Chillax;
    font-size: xx-large;
    font-weight:500;
}
.logoAyv svg .cls-2{
    fill: none !important;
    stroke: var(--ayvens-bg);
    stroke-width: 2;

}
.country-item img {
    border-radius: 2px;
}
.favoriteList {
    display:none;
}

#noinputwait ,#noinputwaitSkip, #noinputwaitLoader {
    position:fixed;
    top: 0px;
    left:0px;
    right: 0px;
    bottom: 0px;
}
#noinputwait  {
    opacity: 0.5;
    display:none;
    z-index: 9997;
    background-color: var(--ayvens-bg);
}
#noinputwaitLoader  {
    opacity: 1;
    display:none;
    z-index: 9998;
}
#noinputwaitSkip {
    opacity: 1;
    display:none;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

#skipinfo {
    width: 300px;
    background-color: var(--ayvens-bg);
    border-radius: 24px;
    padding: 32px;
    text-align: center;
    filter: drop-shadow(2px 4px 6px black);
} 
.ayvens-dialog {
    padding: 1rem !important;
}
.footerIcons {
    float: right;
    padding-right:0.5rem;
    opacity: 0;
}
.footerIcons:hover {
    opacity: 0.5;
}
.tableContainer{
    .sortBtn , .filterBtn {
        border:none;
        background-color: transparent;
        color: var(--ayvens-bg);
    }
    th {
        white-space: nowrap;
    }
    .filterCloseBtn {
        float: right;
        transform: scale(0.6);
        margin-top:-5px;
    }
    .filter-option {
        display: block;
    }
}
.table-clickable {
    cursor: pointer;
}
.table-filter-overlay {
    display: none;
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    padding: 12px;
    min-width: 250px;
}

.table-filter-overlay.show {
    display: block;
}

#mainOverlay {
    display: none;
}


.tableContainer {
    position: relative;
    overflow-y: auto;
    overflow-x: auto;
    scrollbar-gutter: stable;
    max-height: calc(100vh - 200px);
    min-height: 200px;
}

.container-full {
    max-width: calc(100vw - 288px) !important;
}
@media (max-width: 768px) {
    .container-full {
        max-width: calc(100vw - 10px) !important;
    }
}
.dashboard-compact {
    .container-full {
        max-width: calc(100vw - 50px) !important;
    }   
}

.lcv-heading { 
    position: relative; 
    margin: 25px 0 15px 0; 
    padding: 12px 30px; 
    cursor: pointer; 
    font-size: 20px;
    font-weight: 600; 

} 

.lcv-heading i { 
    float: right; 
    transition: transform 0.2s ease; 
} 
.lcv-heading[aria-expanded="true"] i { 
    transform: rotate(180deg); 
}
.card-image {
    background-color: unset !important;
    height: 144px;
    max-height: 144px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.card-image:hover{
    cursor: pointer;
    border-color: var(--ayvens-bg);
    border-width: 2px;
}

span.inlineEdit {
    font-weight: bold;
}

.tableUnset {
     width: unset !important;
    
}
.tableUnset td:nth-child(2) { font-weight: bold; }

.galary {
    padding-top: 2rem;
    padding-bottom: 2rem;

}
.custChildListHide {
    display: none;
}

.dashboard-nav-item.disabled,
.dashboard-nav-dropdown-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.hidesql {
    font-family: 'Courier New', Courier, monospace;
    font-size: 8pt;
    color: gray;
    display: none;
}

.button-container-menu {
    display: flex;
    gap: 8px;
}

.button-container-menu button {
    flex: 1;
}

