﻿@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

/* ------------------------------------------------------------------------------------ redesign */
/*  ct- prefix marks classes designed to be overridden in custom solution  */
:root {
    --ct-bg-body: #F9F9FB;
}

.ct-bg-body {
    background-color: var(--ct-bg-body);
}

/* ------------------------------------------------------------------------------------ general */

html {
    font-size: 16px;
}


body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #fff;
    font-family: Trebuchet MS;
    font-size: 16px;
    color: #2c3e50;
    display: flex;
    flex-direction: column;
}


h1 {
    font-family: Trebuchet MS;
    font-size: 2.5rem;
    font-weight: 300;
}

    h1 a {
        color: #333;
        font-size: 2.5rem;
        font-weight: 300;
    }

    h1 span {
        font-size: 26px;
    }


h2 {
    font-size: 1.5rem;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.row {
    margin-left: -5px;
    margin-right: -5px;
}
/* ------------------------------------------------------------------------------------ top header */



.logo-cnt1 img {
    max-width: 100%;
    max-height: 100px;
    padding: 5px 0;
}

/* ------------------------------------------------------------------------------------ main menu */

.navbar-default {
    background: #1e73be;
    border-color: transparent;
}

.navbar-brand {
    float: left;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    height: auto;
    font-family: Trebuchet MS;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff
}

    .navbar-brand img {
        max-height: 60px;
        margin: 0;
        padding: 0;
        display: inline-block;
    }


.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:active {
    color: #ffffff;
}

.navbar-brand-app {
    font-size: 12px;
    color: rgb(255,255,255,0.5);
    padding-top: 16px;
    display: inline-block;
}

.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0px;
    border: 0px solid transparent;
}


.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 15px;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        font-size: 17px;
        padding-bottom: 16px;
        border-bottom: 2px solid transparent;
        transition: all .3s;
        color: lightblue;
        border-bottom: 2px solid #fff;
    }


    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: lightblue;
        background-color: transparent;
    }

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #1a242f;
}


@media (max-width: 992px) {
    .navbar-nav {
        margin: 0;
    }
}

.btn-logout {
    padding: 6px 9px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 50%;
}
/*search form*/
div.form-group.has-search {
    position: relative;
    width: 500px;
    margin: 10px 15px 0 0;
}

.has-search .form-control {
    padding-left: 10px;
    padding-right: 35px;
    border-width: 0;
    height: 40px;
}

.has-search .form-control-feedback {
    position: absolute;
    top: 9px;
    right: 12px;
    z-index: 2;
    display: block;
    width: 20px;
    height: 23px;
    line-height: 15px;
    text-align: center;
    font-size: 18px;
    color: #194A8B;
    background: transparent;
    border: none;
    cursor: pointer;
    pointer-events: all;
}

div#responsiveSearch {
    display: none;
}

.has-search a:hover {
    background-color: transparent !important;
}

/*end navbar*/
.blue-part {
    margin-top: 0;
    min-height: 350px;
    background: #E9F1FC;
}

.blue-part-inside {
    margin-top: 80px;
}

    .blue-part-inside h1 {
        color: #194A8B;
        font-weight: 600;
        font-size: 56px;
    }

    .blue-part-inside h2, h2.categories-heading, h2.cms {
        color: #194A8B;
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
    }


.pnrr-img {
    position: relative;
    width: 100%;
    top: 120px;
    left: 20px;
}



.dgt-section {
    margin-top: 35px;
    margin-bottom: 5px;
}

    .dgt-section h2 {
        margin-bottom: 15px;
    }

    .dgt-section h4 {
        font-weight: 600;
        font-size: 17px;
        max-width: 98%;
        margin-bottom: 10px;
        color: var(--text-primary, #071125);
    }

.servicii-online-section {
    margin-bottom: 64px;
}

/* servicii online card */
.servicii-online-card {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #B9B9B9;
}

a.servicii-online-card {
    text-decoration: none;
    color: #071125;
    /*    transition: all .15s;
*/
}

    a.servicii-online-card:hover {
        text-decoration: none;
        color: #071125;
        background: #fff;
    }

h2.login {
    font-family: Trebuchet MS;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 127.273% */
    text-transform: none;
    margin-bottom: 20px;
}

form.auth p {
    font-family: Trebuchet MS;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 141.176% */
    display: block;
    margin-bottom: 20px;
}

form.auth {
    display: flex;
    padding: 10px 40px;
    margin: 40px;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
    border-bottom: 1px solid var(--Extra-Dark-Gray, #B9B9B9);
    background: #fff;
}

    form.auth p a span {
        color: #3672C0;
        font-family: Trebuchet MS;
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    form.auth p a:hover {
        text-decoration: none;
    }

    form.auth h2 {
        color: var(--Text-Primary, #071125);
        font-feature-settings: 'clig' off, 'liga' off;
        /* L/Title 2 */
        font-family: Trebuchet MS;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px; /* 127.273% */
        text-transform: none;
    }

.servicii-online-card h3,
h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #071125;
}

.servicii-online-card p {
    font-size: 17px;
    font-weight: 400;
}

.servicii-online-icon, .servicii-online-icon-sesizare {
    max-width: 85px;
    margin: 15px 10px 10px 0;
}

.arrow-right-icon {
    margin: 0 15px 0 40px;
}


/* fonduri-structurale */

.fonduri-structurale {
    padding: 50px 0;
}

.finance {
    font-weight: 600;
    padding: 20px 0 40px;
    color: #071125;
}

.inform-system {
    color: #194A8B;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.gray {
    color: #5D616B;
    font-size: 17px;
    font-weight: 600;
}

.pnrr {
    max-width: 600px;
    margin: 40px auto;
    display: block;
}


/* footer */

footer {
    margin-top: auto;
    width: 100%;
    padding: 20px;
}

.cnt-footer {
    background: #1e73be;
    color: #fff;
}

    .cnt-footer h1 {
        color: #fff;
        text-transform: uppercase;
        line-height: 1.2em;
        letter-spacing: 0.05em;
        font-size: 1.5rem;
        margin-bottom: 20px;
        position: relative;
    }

    .cnt-footer a {
        color: #fff;
    }

ul.nav.navbar-nav.navbar-right svg {
    margin-bottom: -6px;
}

    ul.nav.navbar-nav.navbar-right svg path {
        fill: #E2E7F0;
    }

ul.nav.navbar-nav.navbar-right a:hover > svg path {
    fill: #3672C0;
    transition: all .35s;
}
/*autorizari*/
/*breadcrumbs*/
.breadcrumbs {
    background: #E9F1FC;
}

.breadcrumbs, login-breadcrumbs {
    margin-top: 0px;
    min-height: 250px;
}

.breadcrumbs-container {
    margin-top: 150px;
    margin-bottom: 50px;
}

.breadcrumbs h1 {
    font-family: Trebuchet MS;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
}

ul.breadcrumbs-list {
    list-style: none;
    display: flex;
}

    ul.breadcrumbs-list li {
        padding: 5px;
    }

        ul.breadcrumbs-list li a {
            text-decoration: none;
            color: #194A8B;
        }

            ul.breadcrumbs-list li a:after {
                content: '/';
                color: var(--text-secondary, #5D616B);
                padding-left: 5px;
            }

            ul.breadcrumbs-list li a.active:after {
                content: '';
            }

            ul.breadcrumbs-list li a.active {
                color: var(--text-secondary, #5D616B);
                font-size: 15px;
                font-style: normal;
                font-weight: 400;
                line-height: 20px;
            }

.servicii-online-card-header {
    display: flex;
    padding: 10px;
    border-bottom: 0;
    margin: 70px 0 30px;
}

    .servicii-online-card-header h3 {
        color: var(--brand-navy, #194A8B);
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
    }

    .servicii-online-card-header p {
        color: var(--text-primary, #071125);
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

.fonduri-structurale-autorizari {
    background-color: #e9f1fc;
    padding: 5px 0;
}


/* accordions */
#accordion {
    min-height: 60vh;
}

.panel-heading .accordion-toggle.collapsed:after {
    width: 20px;
    height: 20px;
    background-image: url(./icons/chevron-down.svg);
    background-size: 100%;
    content: "";
    position: relative;
    top: -50px;
    transition: all .25s;
}

.panel-heading .accordion-toggle:after {
    content: "";
    float: right;
    width: 20px;
    height: 20px;
    background-image: url(./icons/chevron-up.svg);
    background-size: 100%;
    position: relative;
    top: 20px;
    left: 30px;
}

.mat-accordions {
    margin: 50px 0 10px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
    padding-right: 60px;
    padding-top: 0;
    font-size: 15px;
}

.panel-default > .panel-heading {
    background-image: linear-gradient(to bottom, #f9f9fb 0, #f9f9fb 100%);
    border: transparent;
}

    .panel-default > .panel-heading.active {
        background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
    }

.panel-default {
    border-color: #f9f9fb;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--extra-dark-gray, #B9B9B9);
}

.panel-heading:hover {
    margin-bottom: 0;
    border-radius: 0;
    background: #fff;
}

.panel {
    box-shadow: none;
}

a.accordion-toggle {
    display: block;
    width: 100%;
    padding-right: 40px;
    text-decoration: none;
}

    a.accordion-toggle h5 {
        color: var(--text-primary, #071125);
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    a.accordion-toggle h6 {
        color: var(--text-secondary, #5D616B);
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

.btns-container {
    padding: 20px 0;
}

.mat-btn {
    border-radius: 4px;
    /*padding: 12px 16px;*/
    gap: 4px;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1px;
    text-shadow: none;
    box-shadow: none;
    outline: 0;
    border: none;
    color: var(--brand-blue, #3672C0);
}

    .mat-btn:hover, .mat-btn:focus {
        color: var(--brand-blue, #3672C0);
        text-decoration: none;
    }

.mat-primary {
    background: var(--brand-blue, #3672C0);
    color: var(--text-light, #F0F5FF);
}

.mat-link {
    background: transparent;
    text-decoration: none;
    color: var(--text-light, rgb(25, 83, 160));
}

    .mat-link:hover,
    .mat-link:focus {
        text-decoration: none;
        color: var(--text-light, rgb(5, 31, 66));
    }

/* mat buttons */
/*structuri autorizate*/

.struct-auto {
    margin-bottom: 50px;
}

.structuri_heading {
    padding: 0 0 15px 10px;
    color: var(--brand-navy, #194A8B);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    border-bottom: 1px solid #194A8B;
    margin: 0 15px 0;
}

p.update {
    color: var(--text-secondary, #5D616B);
    font-family: Trebuchet MS;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.mat-btn-block {
    background-color: #3672C0;
    color: #fff;
    margin-top: 25px;
}

    .mat-btn-block:hover {
        background-color: #3672C0;
        color: #fff;
        text-decoration: none;
    }
/*new landing page*/
/*asking cards*/
.asking-cards {
    position: relative;
}

    .asking-cards > div {
        background: #fff;
        padding: 10px;
        border-bottom: 1px solid var(--extra-dark-gray, #B9B9B9);
    }

        .asking-cards > div:hover,
        .asking-cards > div:focus {
            border-bottom: 1px solid var(--brand-navy, #194A8B);
        }

    .asking-cards .arrow-right-icon {
        position: absolute;
        top: 13px;
        right: 30px;
        margin: 0;
    }

    .asking-cards a span {
        display: inline-block;
        max-width: 80%;
        color: var(--brand-blue, #3672C0);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Trebuchet MS;
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .asking-cards p {
        color: #5D616B;
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Trebuchet MS;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 141.176% */
    }

.mat-bordered-btn {
    border-radius: 4px;
    border: 1px solid var(--brand-blue, #3672C0);
}

    .mat-bordered-btn:hover,
    .mat-bordered-btn:focus {
        border-radius: 4px;
        border: 1px solid var(--brand-blue, #3672C0);
    }
/*end new landing page css*/
/*dropdown*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #3672C0;
    color: #ffffff;
}



@media (max-width: 1024px) {
    .blue-part-inside h1 {
        font-size: 36px;
    }

    .blue-part {
        margin-top: 0px;
        min-height: 270px;
        background: #E9F1FC;
    }
}


@media (max-width: 992px) {
    .pnrr-img {
        position: static;
        max-width: 100%;
    }


    .blue-part-inside h1 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .servicii-online-section {
        padding: 0;
    }

    .servicii-online-card {
        padding: 0 10px;
    }

        .servicii-online-card h3 {
            font-size: 18px;
        }

        .servicii-online-card p, .servicii-online-card-header p {
            margin-bottom: 15px;
        }

        .servicii-online-card img:first-child {
            display: none;
        }

    footer {
        padding: 10px 10px 10px 10px;
    }

    .footer-padding {
        padding-left: 0;
    }

    footer .col-xs-6 {
        width: 50%;
        min-height: 160px;
    }

    /*navbar*/
    div#navbar ul.nav.navbar-nav.navbar-left {
        display: block !important;
    }

    div.form-group.has-search {
        width: 300px;
    }

    .has-search .form-control {
        padding-left: 10px;
        padding-right: 35px;
        border-width: 0;
        height: 40px;
        margin: 0 0 10px 15px;
        width: 404px;
    }

    .has-search .form-control-feedback {
        right: -110px;
    }

    .blue-part {
        margin-top: 0px;
        min-height: 270px;
        background: #E9F1FC;
    }

    .pnrr {
        max-width: 100%;
    }
}

@media (max-width: 500px) {

    .blue-part {
        margin-top: 0px;
        min-height: 230px;
        background: #E9F1FC;
    }

    .blue-part-inside h1 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .servicii-online-icon, .servicii-online-icon-sesizare {
        display: none;
    }

    .pnrr-img {
        max-width: 100%;
        margin: 20px auto;
    }

    .pnrr {
        max-width: 100%;
    }

    .mat-btn {
        padding: 6px 9px;
        font-size: 15px;
        font-weight: 500;
    }
}

/* =========================
   Bootstrap 5
   ========================= */
.layout-bs5 .se-navbar {
    background: #1e73be;
}

.layout-bs5 .se-navbar-container {
    width: 100%;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    margin: -0.5rem 0.5rem;
}

.layout-bs5 .se-navbar .navbar-brand {
    padding: 5px 10px;
    font-size: 16px;
    font-family: Trebuchet MS;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
}

    .layout-bs5 .se-navbar .navbar-brand img {
        max-height: 60px;
    }

.layout-bs5 .se-navbar .nav-link {
    color: #ffffff;
    font-size: 15px;
    padding: 0.75rem 0.75rem;
    border-bottom: 2px solid transparent;
    transition: transform .2s ease, color .2s ease, border-color .2s ease;
}

    .layout-bs5 .se-navbar .nav-link:hover,
    .layout-bs5 .se-navbar .nav-link:focus {
        color: lightblue;
        border-bottom-color: #ffffff;
        transform: scale(1.05);
    }

.layout-bs5 .se-navbar .dropdown-menu {
    padding: .5rem 0;
}

.layout-bs5 .se-navbar .dropdown-item {
    font-size: 15px;
    display: block;
    padding: 3px 18px;
    clear: both;
    font-weight: normal;
    line-height: 1.45;
    color: #7b8a8b;
    white-space: nowrap;
}

    .layout-bs5 .se-navbar .dropdown-item:hover,
    .layout-bs5 .se-navbar .dropdown-item:focus {
        background-color: #2C3E50;
        color: #ffffff;
    }

.layout-bs5 .badge {
    font-size: 0.65rem;
}

.layout-bs5 .navbar-toggler {
    border-color: rgba(255,255,255,0.5);
}

.layout-bs5 .navbar-toggler-icon {
    filter: #ffffff;
}

.layout-bs5 .footer-link {
    text-decoration: none;
}

    .layout-bs5 .footer-link:hover {
        text-decoration: underline;
    }

.layout-bs5 .footer-divider {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #ecf0f1;
}

@media (max-width: 991.98px) {
    .layout-bs5 .se-navbar .navbar-collapse .dropdown-menu {
        background-color: #1e73be;
        border-color: transparent;
    }

    .layout-bs5 .se-navbar .dropdown-item {
        color: #ffffff;
    }

    .layout-bs5 .se-navbar .dropdown-divider {
        border-top-color: #ffffff;
    }
}


/* =========================
   HEADER REDESIGN
   ========================= */

.layout-redesign.header {
    background: var(--brand-navy, #194A8B);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Trebuchet MS;
    width: 100%;
}

.layout-redesign .se-container-fluid {
    width: 100%;
    padding-inline: 0.5rem;
    margin-left: auto;
    margin-right: auto;
}

.layout-redesign .top-bar {
    display: flex;
    padding: 0.5rem;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1.5px solid var(--brand-blue, #245E9F);
}

.layout-redesign .top-bar-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5rem;
}

.layout-redesign .top-bar-left {
    display: flex;
    align-items: center;
}

.layout-redesign .app-title {
    display: flex;
    align-items: center;
    color: var(--surface-pure-white, #ffffff);
    font-size: 0.875rem;
    letter-spacing: 0.4px;
    text-decoration: none;
    flex-wrap: wrap;
}

.layout-redesign .logo-guvernul-romaniei {
    height: 46px;
    width: 46px;
}

.layout-redesign .minister-text {
    font-family: Trebuchet MS;
    font-size: 0.75rem;
    color: var(--surface-pure-white, #ffffff);
    white-space: nowrap;
    margin-left: 0.5rem;
}

.layout-redesign .title-separator {
    display: inline-block;
    width: 1.5px;
    height: 1rem;
    background-color: var(--surface-pure-white, #ffffff);
    margin-left: 6px;
    margin-right: 6px;
}

.layout-redesign .portal-text {
    font-weight: 700;
    white-space: nowrap;
}

.layout-redesign .auth-controls {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--surface-pure-white, #ffffff);
    flex-wrap: wrap;
}

.layout-redesign .guest-controls {
    display: flex;
    align-self: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.layout-redesign .btn-auth {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    white-space: nowrap;
    text-decoration: none;
}

    .layout-redesign .btn-auth .sing-up {
        padding: 0.75rem 1rem;
        background: var(--brand-primary, #245E9F);
        color: var(--text-light, #F0F5FF);
        border-radius: 4px;
    }

        .layout-redesign .btn-auth .sing-up:focus,
        .layout-redesign .btn-auth .sing-up:hover {
            background: color-mix(in srgb, var(--brand-blue, #245E9F) 93%, white);
            box-shadow: 0 2px 5px rgba(0,0,0,0.15);
            transform: translateY(-0.3px);
        }

    .layout-redesign .btn-auth .login {
        padding: 0.75rem 1rem;
        color: var(--brand-blue, #245E9F);
        background: var(--extra-light-gray, #EFEEEE);
        border-radius: 4px;
    }

        .layout-redesign .btn-auth .login:focus,
        .layout-redesign .btn-auth .login:hover {
            background: color-mix(in srgb, var(--extra-light-gray, #EFEEEE) 92%, var(--brand-blue, #245E9F));
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
            transform: translateY(-0.3px);
        }

.layout-redesign .notification-dropdown {
    position: relative;
}

.layout-redesign .notification-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-blue, #245E9F);
    border-radius: 8px;
    padding: 0.75rem 0.75rem;
    color: var(--surface-pure-white, #ffffff);
    border: none;
    cursor: pointer;
}

    .layout-redesign .notification-btn:focus,
    .layout-redesign .notification-btn:hover,
    .layout-redesign .notification-btn.is-open {
        background: color-mix(in srgb, var(--brand-blue, #245E9F) 93%, white);
        box-shadow: 0 2px 5px rgba(0,0,0,0.15);
        transform: translateY(-0.5px);
    }

    .layout-redesign .notification-btn i {
        font-size: 1.5rem;
    }

.layout-redesign .notification-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #dc3545;
    color: var(--surface-pure-white, #ffffff);
    font-size: 0.675rem;
    border-radius: 50%;
    min-width: 18px;
    height: 1.125rem;
    padding: 3px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.layout-redesign .notification-menu {
    width: 360px;
    max-width: calc(100vw - 24px);
    padding: 8px;
    border-radius: 8px;
    background: var(--surface-pure-white, #ffffff);
    right: 0;
    left: auto;
}

.layout-redesign .notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}

.layout-redesign .notification-count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: #dc3545;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1;
}

.layout-redesign .notification-header .title {
    color: var(--text-primary, #071125);
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
}

.layout-redesign .notification-item {
    display: flex;
    position: relative;
    gap: 10px;
    padding: 12px 16px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    font-size: 0.825rem;
    line-height: 16px;
}

    .layout-redesign .notification-item .content {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .layout-redesign .notification-item.unread::after {
        content: "";
        position: absolute;
        right: 20px;
        top: 25%;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--brand-blue, #245E9F);
    }

    .layout-redesign .notification-item.unread {
        background: #f4f8ff;
    }

    .layout-redesign .notification-item .title {
        color: var(--text-primary, #071125);
        font-weight: 700;
    }

    .layout-redesign .notification-item .text {
        color: var(--text-secondary, #5D616B);
        font-weight: 400;
    }

    .layout-redesign .notification-item .time {
        color: #A6A8AC;
        font-weight: 400;
    }

    .layout-redesign .notification-item .icon {
        display: flex;
        width: 32px;
        height: 32px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 10px;
    }

        .layout-redesign .notification-item .icon i {
            font-size: 1rem;
        }

    .layout-redesign .notification-item.type-success .icon {
        background: var(--notif-success-bg, #DCFCE7);
        color: var(--notif-success-icon, #22C55E);
    }

    .layout-redesign .notification-item.type-user .icon {
        background: var(--notif-user-bg, #FCE7F3);
        color: var(--notif-user-icon, #DB2777);
    }

    .layout-redesign .notification-item.type-doc .icon {
        background: var(--notif-doc-bg, #DCFCE7);
        color: var(--notif-doc-icon, #22C55E);
    }

    .layout-redesign .notification-item.type-message .icon {
        background: var(--notif-message-bg, #DBEAFE);
        color: var(--notif-message-icon, #2563EB);
    }

    .layout-redesign .notification-item.type-warning .icon {
        background: var(--notif-warning-bg, #FEF3C7);
        color: var(--notif-warning-icon, #F59E0B);
    }

.layout-redesign .notification-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 16px 4px;
    color: var(--brand-blue, #245E9F);
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    cursor: pointer;
}

    .layout-redesign .notification-footer i {
        margin-left: 4px;
    }

.layout-redesign .bottom-bar {
    display: flex;
    padding: 0.1rem 0.5rem 0.3rem;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.layout-redesign .mobile-nav-bar {
    display: flex;
    gap: 2.5rem;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.layout-redesign .navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid #ffffff9d;
    background: transparent;
    border-radius: 4px;
    cursor: pointer;
}

.layout-redesign .navbar-toggler-icon {
    position: relative;
    display: inline-block;
    width: 1.25rem;
    height: 0.9rem;
}

    .layout-redesign .navbar-toggler-icon::before,
    .layout-redesign .navbar-toggler-icon::after,
    .layout-redesign .navbar-toggler-icon {
        background-image: linear-gradient(var(--surface-pure-white, #ffffff), var(--surface-pure-white, #ffffff));
        background-repeat: no-repeat;
    }

.layout-redesign .navbar-toggler-icon {
    background-size: 100% 2px;
    background-position: center;
}

    .layout-redesign .navbar-toggler-icon::before,
    .layout-redesign .navbar-toggler-icon::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-size: 100% 2px;
    }

    .layout-redesign .navbar-toggler-icon::before {
        top: 0;
    }

    .layout-redesign .navbar-toggler-icon::after {
        bottom: 0;
    }

.layout-redesign .se-collapse {
    display: none;
}

    .layout-redesign .se-collapse.is-open {
        display: flex;
        flex-direction: column;
    }

.layout-redesign .main-navbar {
    width: 100%;
}

.layout-redesign .nav-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.layout-redesign .nav-item {
    display: flex;
    align-items: center;
}

    .layout-redesign .nav-link,
    .layout-redesign .nav-item a {
        color: var(--text-light, #F0F5FF);
        font-size: 1rem;
        font-weight: 400;
        line-height: 24px;
        text-decoration: none;
        padding: 10px;
        position: relative;
        border-bottom: none;
    }

        .layout-redesign .nav-link::after,
        .layout-redesign .nav-item a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background: var(--extra-light-gray, #EFEEEE);
            transform: scaleX(0);
            transition: transform .3s ease;
        }

        .layout-redesign .nav-link:hover::after,
        .layout-redesign .nav-item a:hover::after {
            transform: scaleX(1);
        }

        .layout-redesign .nav-link.active::after,
        .layout-redesign .nav-item a.active::after {
            transform: scaleX(1);
        }

        .layout-redesign .nav-link.active,
        .layout-redesign .nav-item a.active {
            font-weight: 500;
        }

@media (max-width: 767.98px) {
    .layout-redesign .nav-list > .nav-item {
        align-items: stretch;
    }

    .layout-redesign .nav-list > .nav-item > .nav-link {
        display: inline-block;
        width: fit-content;
        max-width: 100%;
    }

    .layout-redesign .nav-list > .nav-item > .nav-link::after {
        left: 10px;
        width: calc(100% - 20px);
    }

    .layout-redesign .nav-list > .nav-item > .nav-link.active {
        color: var(--surface-pure-white, #ffffff);
        font-weight: 500;
    }

    .layout-redesign .nav-list > .nav-item > .nav-link.active::after {
        display: block;
        transform: scaleX(1);
    }
}

.layout-redesign .admin-nav-list {
    display: flex;
    gap: 0;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.admin-nav-list .nav-link,
.admin-nav-list .nav-item a {
    line-height: unset;
    font-size: 0.95rem;
}

.layout-redesign .search-container {
    max-width: 550px;
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
}

.layout-redesign .search-container-mobile {
    width: 100%;
    max-width: 550px;
}

.layout-redesign .search-container-desktop {
    display: none;
}

.layout-redesign .search-input-group {
    display: flex;
    width: 100%;
}

.layout-redesign .search-container .form-control {
    width: 100%;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: 4px 0 0 4px;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.layout-redesign .search-container .form-control::placeholder {
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #979fa8;
    opacity: 1;    
}

.layout-redesign .btn-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.9rem;
    border: 1px solid #ced4da;
    border-left: 0;
    background: #ffffff;
    color: var(--brand-primary, #245E9F);
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.layout-redesign .btn-search:active {
    background: color-mix(in srgb, var(--extra-light-gray, #EFEEEE) 92%, var(--brand-blue, #245E9F));
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transform: translateY(-0.3px);    
}

.layout-redesign .search-container .form-control:focus {
    box-shadow: none;
    border-color: var(--brand-primary, #245E9F);
}

    .layout-redesign .search-container .form-control:focus + .btn-search {
        border-color: var(--brand-primary, #245E9F);
    }

.layout-redesign .se-dropdown {
    position: relative;
}

.layout-redesign .se-dropdown-toggle {
    cursor: pointer;
}

.layout-redesign .account-menu {
    position: relative;
    display: inline-block;
}

.layout-redesign .account-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--brand-blue, #245E9F);
    border-radius: 8px;
    padding: 6px 14px;
    height: 3.125rem;
    color: var(--surface-pure-white, #ffffff);
    border: none;
}

.layout-redesign .account-btn-label {
    font-weight: 700;
}

.layout-redesign .account-btn:not(.account-btn-static):hover,
.layout-redesign .account-btn:not(.account-btn-static):focus,
.layout-redesign .account-btn:not(.account-btn-static).is-open {
    background: color-mix(in srgb, var(--brand-blue, #245E9F) 93%, white);
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    transform: translateY(-0.5px);
}

.layout-redesign .account-btn i {
    font-size: 1rem;
}

.layout-redesign .account-btn .person-icon {
    font-size: 1.5rem;
}

.layout-redesign .account-text {
    text-align: left;
    color: var(--text-light, #F0F5FF);
    font-size: 0.8125rem;
}

    .layout-redesign .account-text .name {
        font-weight: 700;
    }

    .layout-redesign .account-text .role {
        font-weight: 400;
    }

.layout-redesign .se-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    z-index: 1000;
    list-style: none;
}

    .layout-redesign .se-dropdown-menu.is-open {
        display: block;
    }

.layout-redesign .se-dropdown-menu.align-start {
    left: 0;
    right: auto;
    transform: none;
}

.layout-redesign .se-dropdown-menu.align-end {
    right: 0;
    left: auto;
    transform: none;
}

.layout-redesign .se-dropdown-menu.align-center {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.layout-redesign .se-dropdown-menu-shadow {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.layout-redesign .admin-dropdown,
.layout-redesign .account-dropdown {
    max-width: 320px;
    min-width: 260px;
    padding: 0.875rem 0.5rem;
    border-radius: 0.5rem;
    background: var(--surface-pure-white, #ffffff);
}

    .layout-redesign .admin-dropdown .dropdown-item,
    .layout-redesign .account-dropdown .dropdown-item {
        font-size: 0.875rem;
        width: 100%;
        padding: 0.5rem 0.75rem;
        color: var(--text-primary, #071125);
        text-decoration: none;
        border: 0;
        background: transparent;
        border-radius: 6px;
        text-align: left;
        cursor: pointer;
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }

    .layout-redesign .admin-dropdown .dropdown-item {
        padding: 0.25rem 0.5rem;
    }

        .layout-redesign .admin-dropdown .dropdown-item:hover,
        .layout-redesign .account-dropdown .dropdown-item:hover,
        .layout-redesign .admin-dropdown .dropdown-item:focus,
        .layout-redesign .account-dropdown .dropdown-item:focus {
            background-color: var(--text-light, #F0F5FF);
            outline: none;
        }

    .layout-redesign .account-dropdown .icon {
        width: 1.125rem;
        margin-top: 7px;
        color: var(--brand-blue, #245E9F);
    }

        .layout-redesign .account-dropdown .icon i {
            font-size: 1.125rem;
        }

    .layout-redesign .account-dropdown .text {
        display: flex;
        flex-direction: column;
        font-weight: 400;
        min-width: 0;
    }

    .layout-redesign .account-dropdown .title {
        color: var(--text-primary, #071125);
        font-weight: 700;
    }

    .layout-redesign .account-dropdown .desc {
        color: var(--text-secondary, #5D616B);
        font-weight: 400;
    }

.layout-redesign .dropdown-divider {
    height: 1px;
    margin: 0.375rem 0;
    background: #d1d5db;
}

.layout-redesign .account-switch-list {
    list-style: none;
    margin: 0.375rem 0 0;
    padding-left: 0;
    margin-left: -18px;
}

.layout-redesign .account-switch-link {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    min-width: 0;
    color: var(--brand-blue, #245E9F);
    text-decoration: none;
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    font-weight: bolder;
}

    .layout-redesign .account-switch-link:hover {
        filter: brightness(1.3);
        transform: scale(1.01);
    }

.layout-redesign .account-dropdown .dropdown-group-item:hover {
    background: transparent;
    text-decoration: none;
}

.layout-redesign .account-switch-name {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.layout-redesign .account-switch-type {
    flex-shrink: 0;
    font-size: 0.875rem;
    white-space: nowrap;
}

.layout-redesign .go-to-accounts {
    background-color: var(--text-light, #F0F5FF);
    margin-top: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

    .layout-redesign .go-to-accounts .account-switch-link {
        justify-content: center;
        text-align: center;
    }

.layout-redesign .account-menu-desktop {
    display: none;
}

    .layout-redesign .account-menu-desktop.account-menu-always-visible {
        display: inline-block;
    }

.layout-redesign .account-menu-mobile {
    display: inline-block;
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

    .layout-redesign .account-menu-mobile .account-btn {
        /* width: 100%; */
        justify-content: flex-start;
    }

.layout-redesign .account-dropdown-mobile {
    position: static;
    box-shadow: none;
    border: 1px solid #d1d5db;
    margin-top: 0.25rem;
}

@media (min-width: 768px) {
    .layout-redesign .se-container-fluid {
        padding-inline: 1rem;
    }

    .layout-redesign .top-bar-content {
        flex-direction: row;
        align-items: center;
    }

    .layout-redesign .mobile-nav-bar {
        display: none;
    }

    .layout-redesign .app-title {
        letter-spacing: 0.75px;
        flex-wrap: unset;
    }

    .layout-redesign .minister-text {
        margin-left: 0.8rem;
    }

    .layout-redesign .title-separator {
        margin-left: 12px;
        margin-right: 12px;
    }

    .layout-redesign .se-collapse {
        display: flex !important;
        flex-direction: row;
        gap: 2.5rem;
        align-items: center;
        width: 100%;
    }

    .layout-redesign .nav-list {
        flex-direction: row;
        gap: 8px;
    }

    .layout-redesign .search-container-desktop {
        display: block;
        margin-left: auto;
        flex-grow: 1;
    }

    .layout-redesign .nav-item a,
    .layout-redesign .nav-link {
        padding: 14px 8px;
    }

    .layout-redesign .account-menu-desktop {
        display: inline-block;
    }

    .layout-redesign .account-menu-mobile {
        display: none;
    }
}

@media (min-width: 1200px) {
    .layout-redesign .guest-controls {
        gap: 1rem;
    }

    .layout-redesign .nav-list {
        gap: 24px;
    }

    .layout-redesign .app-title {
        font-size: 0.95rem;
        letter-spacing: 1px;
    }
}

/* =========================
   END OF HEADER REDESIGN
   ========================= */

/*   --------------------    */

/* =========================
   FOOTER REDESIGN
   ========================= */

.vheight-md {
    height: 48px;
    display: inline-block;
}

.layout-redesign.footer {
    background: var(--brand-navy, #194A8B);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Trebuchet MS";
    color: var(--surface-pure-white, #ffffff);
    padding: 40px 16px;
    width: 100%;
    min-height: 295px;
    overflow-x: hidden;
}

.footer-container {
    max-width: 1200px;
    min-height: 200px;
    margin: 0 auto;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.footer-col {
    width: 100%;
}

@media (min-width: 768px) {
    .footer-col {
        width: calc(50% - 12px);
    }
}

@media (min-width: 992px) {
    .footer-col {
        width: calc(25% - 18px);
    }
}

.footer-icon-space {
    margin-left: 4px;
}

.layout-redesign .footer-title {
    color: #d1d5db;
    font-size: 0.9375rem;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 24px;
    opacity: 0.8;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.layout-redesign .footer-text {
    color: var(--text-light, #F0F5FF);
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    width: 90%;
}

.layout-redesign .footer-link {
    color: var(--text-light, #F0F5FF);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}

    .layout-redesign .footer-link:hover {
        text-decoration: underline;
    }

.layout-redesign .footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .layout-redesign .footer-list li {
        margin-bottom: 6px;
    }

    .layout-redesign .footer-list a {
        color: var(--surface-pure-white, #ffffff);
        text-decoration: none;
        font-size: 1rem;
    }

        .layout-redesign .footer-list a:hover {
            text-decoration: underline;
        }

.layout-redesign .footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.80);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

    .layout-redesign .footer-contact li {
        margin-bottom: 10px;
        font-size: 1rem;
    }

    .layout-redesign .footer-contact i {
        font-size: 1rem;
        margin-right: 3px;
    }

/* =========================
   END OF FOOTER REDESIGN
   ========================= */

/* ----- CMS utilities --- */

.d-flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.gap-0 {
    gap: 0;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-2-5 {
    gap: 0.75rem;
}

.gap-3 {
    gap: 1rem;
}

.gap-4 {
    gap: 1.5rem;
}

.gap-5 {
    gap: 3rem;
}


/* --------- CMS --------- */

.layout-redesign {
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Trebuchet MS;
}

    .layout-redesign .cms-header {
        background-color: var(--extra-ice, #E9F1FC);
        width: 100%;
        height: fit-content;
        padding-block: 2.5rem;
    }

    .layout-redesign .cms-page-title {
        color: var(--text-primary, #071125);
        font-size: 2rem;
        font-weight: 700;
        margin-top: 1rem;
    }

    .layout-redesign .app-breadcrumbs {
        background: transparent;
        margin-bottom: 1.5rem;
    }

        .layout-redesign .app-breadcrumbs .breadcrumb {
            padding: 5px;
            margin-bottom: 0;
            font-size: 0.8125rem;
            --bs-breadcrumb-divider-color: var(--text-secondary, #5D616B);         
            background-color: transparent;
        }

        .layout-redesign .app-breadcrumbs .breadcrumb-item > a {
            color: var(--brand-blue, #245E9F);
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            text-decoration: none;
        }

        .layout-redesign .app-breadcrumbs .breadcrumb-item > a:hover {
            filter: brightness(0.75);
        }

        .layout-redesign .app-breadcrumbs .breadcrumb-item.active:not(:has(a)) {
            color: var(--text-secondary, #5D616B);
            font-weight: 500;
        }

    .layout-redesign .cms-content-title {
        margin-top: 2rem;
        color: var(--text-primary, #071125);
        font-size: 1.25rem;
        font-weight: 700;
    }

    .layout-redesign .cms-content-desc {
        margin-top: .75rem;
        color: var(--text-primary, #071125);
        font-size: 1rem;
        font-weight: 400;
    }

    .layout-redesign .cms-solicitari-list {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        margin-block: 2rem;
    }

    /* ---------  CMSCategories --------- */

    .layout-redesign .cms-header-icon {
        border-radius: 14px;
        background-color: var(--extra-ice, #E9F1FC);
        color: var(--brand-blue, #3672C0);
        width: 5rem;
        height: 5rem;
        align-self: self-start;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.5rem;
    }

        .layout-redesign .cms-header-icon.red {
            background-color: #FFDBE2;
            color: #BB3931;
        }

        .layout-redesign .cms-header-icon.green {
            background-color: #D1FAE5;
            color: #059669;
        }

        .layout-redesign .cms-header-icon.orange {
            background-color: #FEF3C7;
            color: #B45309;
        }

    .layout-redesign .cms-solicitari-info {
        padding: 1.5rem;
        display: flex;
        flex-direction: row;
        margin-block: 2rem;
        gap: 1.25rem;
        border-radius: 10px;
        border-left: 4px solid var(--brand-navy, #194473);
        background: var(--extra-ice, #E9F1FC);
    }

    .layout-redesign .cms-solicitari-info__icon {
        color: var(--brand-navy, #194473);
        font-size: 1.5rem;
    }

    .layout-redesign .cms-solicitari-info__content {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .layout-redesign .cms-solicitari-info__title {
        color: var(--brand-navy, #194473);
        font-size: 1rem;
        font-weight: 700;
        margin-top: 0.125rem;
    }

    .layout-redesign .cms-solicitari-info__text {
        color: var(--text-secondary, #5D616B);
        font-size: 1rem;
        font-weight: 400;
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    /* --------- CMSPages --------- */

    .layout-redesign .cms-solicitari-page-card {
        border-radius: 10px;
        border: 1px solid var(--extra-light-gray, #DDD);
        background: #FFF;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
    }

    .layout-redesign .cms-solicitari-page-card__title {
        color: var(--text-primary, #071125);
        font-size: 1.25rem;
        font-weight: 700;
    }

    .layout-redesign .cms-solicitari-page-card__desc {
        color: var(--text-secondary, #5D616B);
        font-size: 1rem;
        font-weight: 400;
        margin-top: 0.5rem;
    }

    .layout-redesign .cms-solicitari-page-card__actions {
        margin-top: 1rem;
        display: flex;
        flex-direction: row;
        gap: 0.75rem;
    }

    .layout-redesign .cms-solicitari-page-no-results {
        min-height: 30vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    .layout-redesign .cms-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.5rem 1rem;
        border-radius: 6px;
        font-size: 1rem;
        font-weight: 700;
        text-decoration: none;
        border: 1px solid transparent;
        cursor: pointer;
        transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.15s ease, transform 0.05s ease;
    }

        .layout-redesign .cms-btn:hover,
        .layout-redesign .cms-btn:focus,
        .layout-redesign .cms-btn:active {
            text-decoration: none !important;
            outline: none;
            box-shadow: none;
        }

    .layout-redesign .cms-btn-primary {
        background-color: var(--brand-blue, #245E9F);
        color: var(--text-light, #F0F5FF);
    }

        .layout-redesign .cms-btn-primary:hover {
            color: var(--text-light, #F0F5FF);
            background-color: #194A8B;
        }

        .layout-redesign .cms-btn-primary:active {
            background-color: var(--brand-navy, #194A8B);
            transform: translateY(1px);
            box-shadow: inset 0 2px 4px rgba(0,0,0,0.15);
        }

    .layout-redesign .cms-btn-secondary {
        background-color: var(--extra-ice, #E9F1FC);
        color: var(--brand-blue, #245E9F);
    }

        .layout-redesign .cms-btn-secondary:hover {
            color: var(--brand-blue, #245E9F);
            background-color: #d8e2ee;
        }

        .layout-redesign .cms-btn-secondary:active {
            background-color: #c9d6e6;
            transform: translateY(1px);
            box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
        }

    .layout-redesign .cms-btn.cms-disabled,
    .layout-redesign .cms-btn:disabled {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.65;
        box-shadow: none;
        transform: none;
    }

    .layout-redesign .cms-btn-primary.cms-disabled,
    .layout-redesign .cms-btn-primary:disabled {
        background-color: #9BB3CC;
        color: #ffffff;
        border-color: #9BB3CC;
    }

    .layout-redesign .cms-btn.cms-disabled:hover,
    .layout-redesign .cms-btn.cms-disabled:active {
        background-color: inherit;
        transform: none;
        box-shadow: none;
    }

/* =========================
   CMS AUTH REDESIGN
   ========================= */
.layout-redesign .cms-auth-content {
    margin-block: 2rem 4rem;
}

/* =========================
   END OF CMS AUTH REDESIGN
   ========================= */


/* =========================
   CMS ACTION CARDS
   ========================= */   

   .layout-redesign .cms-action-card-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-block: 2rem;
}

.layout-redesign .cms-action-card {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    border: 2px solid #E2E7F0;
    background: #FFF;
    padding: 2rem;
    text-decoration: none;

    transition: 
        box-shadow 0.15s ease,
        transform 0.08s ease,
        background-color 0.15s ease;  
}

.layout-redesign .cms-action-card__img-box {}

.layout-redesign .cms-action-card__category-icon-box {
    border-radius: 14px;
    background-color: var(--extra-ice, #E9F1FC);
    color: var(--brand-blue, #3672C0);
    width: 5rem;
    height: 5rem;
    align-self: self-start;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
}

.layout-redesign .cms-action-card:hover {
    box-shadow: 0 6px 10px rgba(107, 115, 131, 0.1);
}

.layout-redesign .cms-action-card:active {
    outline: none;
    transform: translateY(2px);
    box-shadow: 0 2px 4px rgba(107, 115, 131, 0.1);
    background-color: #f9fafb;
}

.layout-redesign .cms-action-card__header {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

.layout-redesign .cms-action-card__title {
    flex: 1;
    color: var(--text-primary, #071125);
    font-size: 1.375rem;
    font-weight: 600;
}

.layout-redesign .cms-action-card__icon-box {
    color: #4B6E9B;
}

.layout-redesign .cms-action-card__icon-box i {
    font-size: 1.5rem;
}

.layout-redesign .cms-action-card__desc {
    color: var(--text-secondary, #5D616B);
    font-size: 1rem;
    font-weight: 400;
    padding-left: calc(72px + 2rem);
    margin-top: -1.5rem;
    line-clamp: 1;
}

.layout-redesign .cms-action-card.cms-action-card--multiline-title .cms-action-card__desc {
    margin-top: 1rem;
}

@media (max-width: 509.98px) {
    .layout-redesign .cms-action-card {
        padding: 1.5rem;
    }
    .layout-redesign .cms-action-card__title {
        margin-top: 0.5rem;
        font-size: 1.375;
    }
    .layout-redesign .cms-action-card__icon-box {
        margin-top: 1rem;
    }
    .layout-redesign .cms-action-card__desc {
        padding-left: 0.5rem;
        margin-top: 1rem;
    }
}

/* =========================
   END OF CMS ACTION CARDS
   ========================= */   