/* me page only */
body .page-card,
body .me-content {
    border-radius: 16px;
    border: 1px solid var(--gold-color) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Change logo size */
body .app-logo {
  max-height: 64px;
}

/* Button styling */
body .btn-primary {
  border-radius: 12px;
  font-weight: 600;
}

body {
    background-color: var(--white-color) !important;
}

body:before {
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url("/assets/moi/images/moi-bg.png") repeat center center;
    background-size: 40%;
    opacity: 0.10;
    pointer-events: none;
    user-select: none;
}

body[data-path="login"] .navbar-light img {
    max-height: 42px;
    width: auto;
}

body[data-path="login"] .navbar-light{
    height: 60px;
    background-color: var(--forest-color);
    color: var(--white-color);
    border-bottom: 4px solid var(--gold-color);
}

.navbar{
    direction: rtl;
    height: 60px;
    background-color: var(--forest-color);
    color: var(--white-color);
    border-bottom: 4px solid var(--gold-color);
}

.navbar .navbar-brand img {
    max-height: 42px;
    width: auto;
    max-width: 100% !important;
}

.navbar #navbar-search{
    padding-top: 8px;
    background-color: var(--gold-light-color) !important;
    color: var(--forest-dark-color);
}

.navbar .search-bar a, .navbar .search-bar span {
    color: var(--forest-dark-color);
}

.navbar #navbar-search::placeholder{
    color: var(--grey-color);
}

.navbar .dropdown-menu button{
    color: var(--forest-dark-color);
}

.web-footer {
    position: relative;
    z-index: 10;
    background-color: var(--forest-color);
    color: var(--gold-light-color);
    border-top: 4px solid var(--gold-color);
}

.web-footer div {
    color: var(--gold-light-color);
}

.web-footer .footer-col-right {
    text-align: right;
}

.web-footer .input-group .btn-secondary {
    background-color: var(--gold-color);
    border-radius: 0px 50px 50px 0px !important;
    color: var(--forest-dark-color);
    padding: 8px 12px !important;
    line-height: 1;
    font-size: 16px !important;
    height: 34px;
    border: 1px solid #ffffff00 !important;
    font-weight: 700 !important;
}

.web-footer .input-group .btn-secondary:hover, .web-footer .input-group .btn-secondary:focus {
    background-color: var(--gold-light-color);
    border: 1px solid var(--gold-dark-color) !important;
    color: var(--forest-dark-color);
}

.web-footer .input-group .btn-secondary:active {
    background-color: var(--forest-dark-color) !important;
    border: 1px solid var(--gold-dark-color) !important;
    color: var(--gold-light-color) !important;
}

.web-footer .footer-info {
    margin-top: 15px;
}

.web-footer [aria-describedby="footer-subscribe-button"] {
    border-radius: 50px 0px 0px 50px !important;
    border: 1px solid var(--gold-dark-color);
    padding: 8px 12px !important;
    font-size: 16px !important;
    line-height: 1;
    height: 34px;
    color: var(--forest-dark-color);
}

.web-sidebar .sidebar-items, .page-card, .third-party-wrapper {
    background-color: var(--white-color);
    position: relative;
    z-index: 10;
    border-radius: 12px;
    border: 1px solid color-mix(in srgb, var(--forest-color) 20%, transparent) !important;
    padding: 12px;
}

.web-form-header, .web-form {
    background-color: var(--white-color);
    position: relative;
    z-index: 10;
    border: 1px solid color-mix(in srgb, var(--forest-color) 20%, transparent) !important;
    padding: 12px;

}

.navbar-brand {
    color: var(--gold-light-color) !important;
}

.page-card input{
    color: var(--forest-dark-color);
    background-color: color-mix(in srgb, var(--gold-light-color) 50%, transparent) !important;
    border-radius: 8px;
    border: 1px solid color-mix(in srgb, var(--forest-dark-color) 20%, transparent) !important;
}


.web-sidebar .sidebar-items .sidebar-item a{
    font-weight: 700;
}

.avatar-frame.standard-image {    
    border: 1px solid var(--gold-color);
}

.account-info .my-account-name {
    margin-left: 5px;
}

.footer-col-left, .footer-col-right {
    padding-bottom: 0;
}