/* ==============================
   UNIQUE PAR ID
   ============================== */

#fpn_primo_logo {
    width: 10.5rem;
    height: auto;
    margin-right: 1.75rem;
    margin-left: 2rem;
}

#fpn_loading_fullpage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff99;
    z-index: 1000;
    display: none;
}

.fpn-branch-input-div {
    display: flex;
    justify-content: end;
}

#site_navbar {
    display: flex;
    min-width: 10.625rem;
    width: fit-content;
    padding: 0.25rem 0.5rem 0.25rem 0.375rem;
    align-items: center;
    gap: 0.5rem;
    border-radius: var(--Radius-btn, 0.5rem);
    background: var(--Foundation-Red-red-50, #fde8f1);
}

#name_two_first_letter {
    color: var(--Color-Text-white-text, #fff);
    text-align: center;
    font-family: Roboto;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.375rem; /* 40% */
}

#fpn_round_name_navbar {
    width: 1.75rem;
    height: 1.75rem;
    flex-shrink: 0;
    margin-left: 0.75rem;
}

#username_navbar {
    margin-right: 0.5rem;
    margin-top: 0.2rem;
}

#navbar_2,
#navbar_1 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#navbar_form {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 199;
    height: 5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* ==============================
   IMG
   ============================== */

.fpn-image-container {
    position: relative;
    display: inline-block;
    margin-right: 0.62rem;
    align-items: center;
}

.fpn-image-container img {
    display: block;
    width: 100%;
    height: auto;
}

.user-initials-bg {
    width: 40px !important;
}

/* ==============================
   USER DROPDOWN
   ============================== */

.fpn-user-header {
    margin: 0px 10px 5px 10px;
    display: flex;
    align-items: center;
}

.fpn-user-header .fpn-image-container {
    margin-right: 1rem;
}

.fpn-user-header-info {
    display: flex;
    flex-direction: column;
}

.fpn-user-header-info {
    display: flex;
    flex-direction: column;
}

.fpn-user-header-info p {
    margin-bottom: 1px;
}

/* ==============================
   TEXT
   ============================== */

.centered-text {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    text-align: center;
}

.fpn-user-info-bold {
    font-weight: 700;
}

.fpn-user-info-mini {
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #717070;
}

/* ==============================
   NAVBAR
   ============================== */

.fpn-nav-item {
    list-style-type: none;
}

.fpn-navbar-nav .nav {
    display: flex;
    gap: 48px;
}

.fpn-navbar-nav .nav li a:hover {
    color: inherit;
}

.fpn-navbar-nav .nav {
    display: flex;
    gap: 48px;
}

.fpn-navbar-nav a {
    color: var(--Color-Primary-dark_blue);
    text-decoration: none;
}

li.parent {
    display: unset;
    cursor: pointer;
}

li.parent a {
    padding: 5px 10px;
    display: block;
    font-size: 16px;
}

.parent::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 9px;
    background-image: url("/templates/fullpage/assets/check.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
    vertical-align: middle;
}

ul.nav-child {
    position: absolute;
    min-width: 11.25rem;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
    border-radius: 0.25rem;
    border: 1px solid var(--Neutral-Silver, #eee);
    background: var(--Neutral-White, #fff);
    box-shadow: 0px 6px 12px 0px rgba(197, 197, 197, 0.3);
    padding: 0.5rem 0;
    margin-top: 2px;
    transition: all 0.3s ease-in-out;
}

ul.nav-child li:hover {
    background-color: #e9ecef;
}

/* ==============================
   DIVERS
   ============================== */

.fpn-nav-current.active {
    text-decoration: underline;
    text-decoration-color: #e71d72;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

/* ----------------------------- */
.fpn-navbar {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    background-color: #ffffff;
    border-bottom: 1px solid #e9e9e9;
    height: 5rem;
}

.fpn-logo {
    flex: 1;
}

.fpn-sandbox-title {
    font-size: 2rem;
    font-weight: bold;
    color: #e71d72;
}

.fpn-nav-links {
    flex: 2;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.fpn-right-nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.fpn-right-nav a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    padding: 0.5rem 1rem;
    background-color: #eee;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.fpn-nav-flex {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

.fpn-nav-item {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.fpn-nav-item > a,
.fpn-nav-item > .nav-label {
    text-decoration: none;
    color: #333;
    padding: 0.5rem 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.fpn-nav-item .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0.5rem 0;
    background: #fff;
    border: 1px solid #ddd;
    min-width: 200px;
    z-index: 10;
}

.fpn-nav-item .dropdown li {
    padding: 0;
}

.fpn-nav-item .dropdown li a {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
}

.fpn-nav-item.has-children:hover .dropdown {
    display: flex;
}

/*-----------------------------*/

.fpn-dropdown-right-navbar {
    z-index: 15;
    width: 100%;
    max-width: 280px;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(197, 197, 197, 0.3);
    font-family: Roboto, sans-serif;
    color: #333;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: fixed;
    top: 4rem;
    right: 0rem;
    background: #fff;
}

.fpn-dropdown-burger {
    z-index: 15;
    width: 100%;
    max-width: 280px;
    max-height: 600px;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(197, 197, 197, 0.3);
    font-family: Roboto, sans-serif;
    color: #333;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: fixed;
    top: 4rem;
    right: 0rem;
    overflow-y: auto;
    background: #fff;
}

.fpn-dropdown-header {
    padding: 12px 16px;
    display: flex;
    align-items: center;
}

.fpn-avatar-group {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.fpn-avatar {
    position: relative;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.fpn-avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
}

.fpn-avatar-initials {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    pointer-events: none;
}

.fpn-user-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.fpn-user-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #344054;
}

.fpn-user-email {
    font-size: 12px;
    color: #475467;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fpn-dropdown-list {
    display: flex;
    flex-direction: column;
}

.fpn-dropdown-item {
    padding: 1rem;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s ease;
    color: black;
    text-decoration: none;
}

.fpn-dropdown-item:hover {
    background-color: #f5f5f5;
}

.fpn-burger-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.fpn-burger {
    width: 32px;
    height: 32px;
}

.fpn-active-link {
    position: relative;
    display: inline-block;
    padding-bottom: 0.2rem;
    font-weight: 500;
}

.fpn-active-link::after {
    content: "";
    position: absolute;
    left: 5%;
    bottom: 5px;
    width: 90%;
    height: 0.125rem;
    background-color: #e71d72;
}

/* select branch */
.ts-navbar {
    position: relative;
}

.ts-navbar .ts-control {
    border: none !important;
    box-shadow: none !important;
    display: flex;
    min-width: 2rem;
    align-items: center;
    justify-content: space-around;
    gap: 0.5rem;
    padding: 8px !important;
    position: relative;
    flex-wrap: nowrap;
    border-radius: var(--Radius-btn, 0.5rem);
    background: rgba(253, 232, 241, 0.6) !important;
}

.ts-navbar .ts-control::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='%23333334' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00001 11.2C7.53335 11.2 7.06668 11.02 6.71335 10.6667L2.36668 6.31999C2.17335 6.12666 2.17335 5.80666 2.36668 5.61332C2.56001 5.41999 2.88001 5.41999 3.07335 5.61332L7.42001 9.95999C7.74001 10.28 8.26001 10.28 8.58001 9.95999L12.9267 5.61332C13.12 5.41999 13.44 5.41999 13.6333 5.61332C13.8267 5.80666 13.8267 6.12666 13.6333 6.31999L9.28668 10.6667C8.93335 11.02 8.46668 11.2 8.00001 11.2Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    flex-shrink: 0;
}

.ts-navbar .ts-control::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' fill='%23333334' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M8.96994 4.11764C8.96994 4.7349 8.46955 5.23528 7.8523 5.23528C7.23504 5.23528 6.73466 4.7349 6.73466 4.11764C6.73466 3.50039 7.23504 3 7.8523 3C8.46955 3 8.96994 3.50039 8.96994 4.11764ZM9.96994 4.11764C9.96994 5.28718 9.02184 6.23528 7.8523 6.23528C6.68276 6.23528 5.73466 5.28718 5.73466 4.11764C5.73466 2.9481 6.68276 2 7.8523 2C9.02184 2 9.96994 2.9481 9.96994 4.11764ZM5.73466 6.79416C5.45851 6.79416 5.23466 7.01802 5.23466 7.29416C5.23466 7.5703 5.45851 7.79416 5.73466 7.79416H9.96994C10.2461 7.79416 10.4699 7.5703 10.4699 7.29416C10.4699 7.01802 10.2461 6.79416 9.96994 6.79416H5.73466ZM7.85331 8.20584C8.12945 8.20584 8.35331 8.4297 8.35331 8.70584V13.4902C10.8655 13.3894 11.7791 12.5285 12.1257 11.8352C12.2877 11.5112 12.3486 11.1826 12.3624 10.9035L11.7359 11.53C11.5406 11.7253 11.224 11.7253 11.0288 11.53C10.8335 11.3347 10.8335 11.0182 11.0288 10.8229L12.4405 9.41114C12.6358 9.21588 12.9524 9.21588 13.1476 9.41114L14.5594 10.8229C14.7547 11.0182 14.7547 11.3347 14.5594 11.53C14.3641 11.7253 14.0476 11.7253 13.8523 11.53L13.3562 11.0339C13.3297 11.4025 13.2411 11.8405 13.0202 12.2824C12.4183 13.486 10.9582 14.5 7.85237 14.5C4.74653 14.5 3.28639 13.486 2.68458 12.2824C2.46373 11.8407 2.37515 11.403 2.34856 11.0345L1.85307 11.53C1.6578 11.7253 1.34122 11.7253 1.14596 11.53C0.950696 11.3347 0.950696 11.0182 1.14596 10.8229L2.55772 9.41114C2.75298 9.21588 3.06956 9.21588 3.26483 9.41114L4.67659 10.8229C4.87185 11.0182 4.87185 11.3347 4.67659 11.53C4.48133 11.7253 4.16474 11.7253 3.96948 11.53L3.34234 10.9029C3.35606 11.1821 3.41686 11.5109 3.57901 11.8352C3.92574 12.5287 4.83972 13.3898 7.35331 13.4903V8.70584C7.35331 8.4297 7.57717 8.20584 7.85331 8.20584Z'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    flex-shrink: 0;
}

.ts-navbar .ts-control .item {
    background-color: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
    border: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: opacity 0.2s ease;
    flex-shrink: 1;
}

.ts-navbar .dropdown-input {
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    padding: 4px 6px;
    font: inherit;
}

.ts-navbar .ts-control .item.active,
.ts-navbar .ts-control .item.focus,
.ts-navbar .ts-control .item:hover {
    background-color: transparent !important;
    box-shadow: none !important;
}

.ts-navbar .ts-control.focus .item {
    opacity: 0;
    pointer-events: none;
}

.ts-navbar .ts-control input {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    font-family: "Roboto", sans-serif !important;
    font-size: 16px !important;
}
