body,
html {
    padding: 0px;
    margin: 0px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: white #4115e8;
    height: 100vh;
}

.only_for_test {
    color: #f08187;
}

body b,
body bold,
body bolder {
    font-weight: 700;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    outline: none;
    outline: 0;
    cursor: pointer;
}

textarea:focus,
input:focus {
    outline: none;
}

img {
    image-rendering: auto;
}

/* ==== ==== ==== debug ==== ==== ==== */
#dWrite {
    position: fixed;
    display: none;
    z-index: 30000000;
    top: 40px;
    right: 0px;
    color: black;
    background-color: #eaeaea;
    padding: 5px;
    font-size: 12px;
    overflow: auto;
    padding: 10px;
    padding-bottom: 30px;
    max-height: 600px;
}

.menu-main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
}

.menu-main .btni {
    padding: 14px 8px 8px 16px;
}

.menu-main .btni ._ico>div:before {
    font-size: 20px;
    color: var(--menuHb_T1_1_Color);
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 12px;
    padding-right: 24px;
    height: inherit;
    margin-left: 4px;
}

.data .logo>div {
    color: var(--LogoPrimaryColor);
    font-size: 20px;
    font-weight: 700;
    margin-top: -2px;
}

.nav-bar {
    flex-grow: 1;
    display: flex;
    align-items: center;
    height: inherit;
}

.nav-bar-right {
    display: flex; 
    align-items: center;
    justify-content: right;
    min-width: 100px;
    height: inherit;
 
}

.nav-bar-signup {
    padding-right: 12px;
}

.nav-bar-right>.btn {
    margin-left: 14px;
}

.nav-bar-right .btn ._iHelp>div:first-child:before {
    margin-right: 2px;
    font-size: 18px;
    padding: 4px;
}

.nav-bar-user {
    max-width: 500px;
    padding-top: 8px;
    padding-right: 16px;
    height: var(--header_height);
    overflow-x: auto;
}

.nav-bar-user .btn {
    display: flex;
    flex-direction: column;
}

.nav-bar-user ._ico._iUser ._userName {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: var(--primaryLinkColor);
}

.nav-bar-user ._ico._iUser ._userName:before {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    box-sizing: border-box;
    border: 2px solid #a5bac9;
    border-radius: 20px;
}

.nav-bar-user ._userRole,
.nav-bar-user ._userOrganisation {
    padding-left: 28px;
    margin-top: 4px;
}

.nav-bar-user ._userOrganisation {
    /* margin-top: 6px; */
}

.nav-bar-user ._userRole,
.nav-bar-user ._userOrganisation,
.nav-bar-user ._userRole *,
.nav-bar-user ._userOrganisation * {
    word-break: normal;
    font-size: 13px;
    line-height: 13px;
    color: var(--primaryColorGray);
}

.nav-bar-user ._userRole b,
.nav-bar-user ._userOrganisation b {
    font-size: 12.5px;
}


/*========= Banners =========== */
.bannerB1_1,
.bannerB1_2,
.bannerB1_3 {
    background-color: white;
    padding: min(24px, 3%);
    margin-bottom: 20px !important;
    margin-top: 8px;
    border-radius: 6px;
}

.bannerB1_1 {
    border: 1px solid var(--bannerB1_1_borderColor);
    background-color: var(--bannerB1_1_background);
}

.bannerB1_1 ._title {
    color: var(--bannerB1_1_titleColor);
    font-weight: 700;
}

.bannerB1_2 {
    border: 1px solid var(--bannerB1_2_borderColor);
    background-color: var(--bannerB1_2_background);
}

.bannerB1_2 ._title {
    color: var(--bannerB1_2_titleColor);
    font-weight: 700;
}

.bannerB1_3 {
    border: 1px solid var(--bannerB1_3_borderColor);
    background-color: var(--bannerB1_3_background);
}

.bannerB1_3 ._title {
    color: var(--bannerB1_3_titleColor);
    font-weight: 700;
}

/*========= Wrappers =========== */
.wrap-full {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav-bottom-static {
    position: fixed;
    width: calc(100% - 24px);
    bottom: 0px;
    padding-left: 12px;
    padding-bottom: 12px;
}

/*========= Audit Trail =========== */

.audit-trail {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    padding-left: clamp(16px, 2%, 96px);
    padding-right: clamp(8px, 1%, 96px);
    box-sizing: border-box;
    margin: auto;
    overflow: auto;
}

.audit-trail-filters .filters-reset-cancel {
    display: flex;
    justify-content: space-between;
    height: 40px;
}

.audit-trail-filters .filters-wrapper {
    padding: 24px 10px;
    border: 1px solid #DADADA;
    border-radius: 5px;
}

.audit-trail-filters .filters-wrapper .search {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}


.audit-trail-filters .filters-wrapper .filters {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1em;
}

.audit-trail-filters .filters-wrapper .filters input {
    /* padding: 3px; */
    border: 1px solid #8E8E8E;
}

.audit-trail-filters .filters-wrapper .filters select {

    /* padding: 3px; */
    background-color: #EFEFEF;
    border: 1px solid #808080;
}

.audit-trail-filters .short-input {
    width: 70px !important;
    border: 1px solid #8E8E8E;
}


.imageCard {
    border-radius: 8px;
    overflow: hidden;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgMain {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover; /* Ensures image is scaled appropriately */
    object-position: center; /* Centers the image if zoomed */
}