/* Custom Fonts  */

@font-face {
    font-family: "GT Walsheim Pro";
    src: local("GT Walsheim Pro Regular"), local("GT-Walsheim-Pro-Regular"),
        url("../fonts/GTWalsheimPro-Regular.woff2") format("woff2"),
        url("../fonts/GTWalsheimPro-Regular.woff") format("woff"),
        url("../fonts/GTWalsheimPro-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "GT Walsheim Pro";
    src: local("GT Walsheim Pro Medium"), local("GT-Walsheim-Pro-Medium"),
        url("../fonts/GTWalsheimPro-Medium.woff2") format("woff2"),
        url("../fonts/GTWalsheimPro-Medium.woff") format("woff"),
        url("../fonts/GTWalsheimPro-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "GT Walsheim Pro";
    src: local("GT Walsheim Pro Bold"), local("GT-Walsheim-Pro-Bold"),
        url("../fonts/GTWalsheimPro-Bold.woff2") format("woff2"), url("../fonts/GTWalsheimPro-Bold.woff") format("woff"),
        url("../fonts/GTWalsheimPro-Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Herr Von Muellerhoff Regular";
    font-style: normal;
    font-weight: normal;
    src: local("../fonts/Herr Von Muellerhoff Regular"), url("../fonts/HerrVonMuellerhoff-Regular.woff") format("woff");
}

/* End Custom Fonts  */

/* Colors  */

:root {
    --text-color: #353c4e;
    --red-color: #ff244c;
    --yellow-color: #ffb439;
    --green-color: #83c64e;
    --blue-color: #4680ff;
    --grey-color: #6c757d;
    --grey-background: #fbfbfd;
    --card-header-background: #f9f9f9;
    --icon-menu-background: green;
}

/* Colors  */

/* General  */

[v-cloak] {
    display: none;
}

/* General  */

/* Typograpy Wrap  */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-family);
    font-weight: 400;
    color: var(--text-color);
}

ul,
ol {
    list-style: none;
}

p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 600;
}

.strong {
    font-weight: bold;
}

.color-theme {
    color: var(--color-portal-theme);
}

.flag-mini {
    height: 16px;
}

.flag-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

a {
    color: var(--color-portal-theme);
}

a:hover {
    color: var(--color-portal-theme);
    text-decoration: underline;
}

.hide {
    display: none;
}

.btn {
    outline: none;
    border: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.btn.btn-theme {
    background-color: var(--color-portal-theme);
    border-color: var(--color-portal-theme);
    color: white;
}

.btn.btn-theme:active,
.btn.btn-theme:hover,
.btn.btn-theme:focus {
    background-color: var(--color-portal-theme) !important;
    color: white !important;
    border: none !important;
    box-shadow: none !important;
    filter: brightness(90%);
}

.btn.btn-action {
    border: 1px solid;
    border-color: var(--color-portal-theme);
    color: var(--color-portal-theme);
    background-color: #fefefe;
    width: 183px;
}

.btn.btn-action:hover,
.btn.btn-action:focus,
.btn.btn-action:active {
    border: 1px solid;
    background-color: var(--color-portal-theme) !important;
    border: var(--color-portal-theme) !important;
    color: #fefefe !important;
    border: none !important;
    box-shadow: none !important;
}

.alert {
    background-color: #fff;
    color: black;
    border: #edf0f2 solid 1px;
    border-left-width: 4px;
    border-left-style: solid;
    text-align: left;
    background-color: #faf9f9;
}

.top-alert {
    margin-bottom: 0;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.top-alert .btn {
    background-color: #fff;
    color: #856404;
    border: 1px solid #856404;
    margin-left: 8px;
}

.alert.alert-info {
    border-left-color: var(--blue-color);
}

.alert.alert-success {
    border-left-color: var(--green-color);
}

.alert.alert-warning {
    border-left-color: var(--yellow-color);
}

.alert.alert-danger {
    border-left-color: var(--red-color);
}

.text-danger {
    color: var(--red-color);
}

.inline-block {
    display: inline-block;
}

.inline-block2 {
    display: inline-block;
}

/* End Typograpy */

/* Form errors */

label.error,
p.error {
    color: red;
    font-size: 12px;
    font-weight: 500;
}

/* HTml blocs */

span.html-renderer {
    white-space: pre-line;
}

.html-renderer a {
    font-size: 1em;
    font-weight: 600;
    text-decoration: underline;
}

.html-renderer ol,
.html-renderer ul {
    padding-left: 15px;
    margin-top: 5px;
}

.html-renderer ol {
    list-style: decimal;
}

.html-renderer ul {
    list-style: inside;
}

.html-renderer p {
    margin-bottom: 0;
}

.icon {
    color: #e3e3e3;
    font-size: 16px !important;
}

.icon.active {
    color: var(--color-portal-theme);
}

/* End HTml blocs */

/* Main page Bg  */

.page-wrapper {
    width: 100%;
    min-height: 100vh;
}

.mt-43 {
    padding-top: 43px;
}

/* Mobile navigation footer */

.nav-mobile {
    display: none;
}

/* End  */

/* Logo Section  */

.logo-section {
    text-align: center;
}

.logo-section img {
    max-height: 100px;
    width: auto;
    margin-bottom: 20px;
}

/* User Portal Wrap  */

/* Preview */

#modal_preview iframe {
    width: 100%;
    min-height: 500px;
}

#modal_preview img#img-preview {
    width: 100%;
    height: auto;
}

/* End preview */

/* Portal Header  */

.portal .portal-header {
    width: 100%;
    height: 120px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.portal .portal-header h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 6px;
}

.portal .portal-header p {
    font-size: 16px;
    line-height: 23px;
}

/* Portal Auth */

.portal .portal-auth {
    background: #ffffff;
    border-radius: 10px;
}

.portal .portal-auth .portal-auth-picture img {
    width: 90px;
    height: 90px;
}

.portal .portal-auth .alerts {
    padding: 20px 30px;
}

.portal .auth-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.portal .auth-header ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.portal .auth-header ul li a.link {
    text-decoration: none;
    display: block;
    padding: 27px 80px;
    position: relative;
    text-align: center;
    color: var(--text-color);
}

.portal .auth-header ul li a.link:hover {
    color: var(--color-portal-theme);
}

.portal .auth-header ul li a.link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 4px;
    background: var(--color-portal-theme);
}

.portal .auth-header ul li a.link.active {
    font-weight: 600;
    color: var(--color-portal-theme);
}

/* Auth Form   */

.portal .auth-form.register-auth-form {
    padding: 0px 152px 80px 147px;
}

.portal .auth-form.register-auth-form h6 {
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    padding: 30px 0;
    font-weight: normal;
}

.auth-form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.portal .auth-form .user-redirect {
    font-size: 14px;
    line-height: 20px;
}

.portal .auth-form .user-redirect a {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-portal-theme);
    text-decoration: none;
}

/* Author Form Header  */

.portal .auth-form .auth-form-header .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    padding: 30px 0;
}

.portal .auth-form .auth-form-header .subtitle {
    font-size: 14px;
    line-height: 20px;
}

.portal .auth-form .auth-form-header .subtitle.error {
    color: var(--red-color);
}

/* Login  */

.portal .auth-form.login-auth-form {
    padding: 0px 190px 38px 220px;
}

.portal .auth-form .auth-form-header .image.protect {
    width: 159px;
    height: 160px;
    background: url(../img/icon/protect.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto 16px;
}

.portal .auth-form .user-redirect.forgot a {
    font-weight: 400;
}

.portal .enter-password-portal {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 30px 0px;
}

.portal .enter-password-portal h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding-bottom: 7px;
}

/* Welcome Message  */

.portal .auth-form.welcome-message {
    padding: 63px 55px;
}

.portal .auth-form .welcome-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: var(--color-portal-theme);
    padding-bottom: 22px;
}

/* End User Portal  */

/* Header Section Wrap */

.header-section {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 30px;
}

.header-section h1 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    padding: 28px 0 19px;
}

/* Profile Link  */

.header-section .profile-link {
    position: absolute;
    right: 35px;
    top: 21px;
    cursor: pointer;
    border-radius: 6px;
    padding: 6px;
}

.header-section .profile-link img {
    width: 40px;
    height: 40px;

}

.header-section .profile-link.active {
    border: 2px solid var(--color-portal-theme);

}

/* Bloc Infos Wrap  */

.header .bloc-infos-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.header .bloc-infos {
    width: 250px;
    height: auto;
    text-align: center;
    background: var(--grey-background);
    border-radius: 10px;
    margin: 9.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 13px 20px;
}

.header .bloc-infos-wrp.blocs-3 .bloc-infos {
    width: 188px;
}

.header .bloc-infos .label {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 3px;
}

.header .bloc-infos .value {
    display: block;
    font-size: 16px;
    line-height: 23px;
}

/* Progress Bar Wrap */

.header .progress_bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.header .progress_bar .step {
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #666;
    cursor: default;
    margin: 0 5px;
    padding: 25px 10px 8px 10px;
    min-width: auto;
    position: relative;
    background-color: #e3e3e3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
}

.header .progress_bar .step:after,
.header .progress_bar .step:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -16px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 17px solid #e3e3e3;
    z-index: 2;
    transition: border-color 0.2s ease;
}

.header .progress_bar .step:before {
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0;
}

.header .progress_bar .step:first-child:before {
    border: none;
}

.header .progress_bar .step span {
    position: relative;
}

.header .progress_bar .step.step.current-step {
    padding: 8px 34px 8px 50px;
}

.header .progress_bar .step.current-step {
    color: #fff;
    background-color: var(--color-portal-theme);
}

.header .progress_bar .step.current-step:after {
    border-left: 17px solid var(--color-portal-theme);
}

.header .progress_bar .step.starting-step {
    color: #fff;
    background-color: #e3e3e3;
}

.header .progress_bar .step.starting-step:after {
    border-left: 17px solid #e3e3e3;
}

/* Action Links Wrap */

.action-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
}

.action-links li a.link {
    width: 50px;
    height: 50px;
    background: var(--grey-background);
    border-radius: 6px;
    display: block;
    position: relative;
}

.action-links li:not(:last-child) a.link {
    margin-right: 20px;
}

.action-links li a.link::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background-size: cover;
}

.action-links li a.link.active {
    border: 2px solid var(--color-portal-theme);
}

/* End Header  */

/* Card Section Wrap  */

.card {
    border: none;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 11px 0 rgb(0 0 0 / 12%);
}

/* Card Header */

.card .card-header {
    padding: 19px 35px;
    background: var(--card-header-background);
}

.card .card-header .buttons .button-back span.icon {
    display: none;
}

.card .card-header .buttons .button-messaging {
    margin-right: 12px;
}

.card .card-header .buttons .button-messaging span {
    font-size: 1em;
    padding-top: 2px;
}

.card .card-header .card-title h6 {
    font-size: 17px;
    line-height: 25px;
    width: 600px;
}

.card-header-bottom {
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* End Card  */

/* Common Section Css  */

.common-section .common-body {
    padding: 0px 35px;
}

.common-section .common-body .common-textbox {
    border: #edf0f2 solid 1px;
    border-radius: 8px;
    padding: 33px 21px;
    margin-bottom: 20px;
    background-color: var(--grey-background);
}

.common-section .common-body .common-textbox p {
    font-size: 16px;
    line-height: 164%;
    color: rgba(0, 0, 0, 0.65);
}

/* End Common Section css  */

/* Check List 1 / Progression  CSS */

.checklist-section .checklist-body {
    padding: 25px 20px;
}

/* Heading */

.checklist-section .checklist-body .heading.heading1 {
    margin-top: 42px;
}

.checklist-section .checklist-body .heading {
    font-size: 18px;
    line-height: 21px;
    color: var(--color-portal-theme);
    border-bottom: 1px solid;
    border-bottom-color: var(--color-portal-theme);
    padding-bottom: 20px;
    margin-bottom: 35px;
    margin-top: 5px;
    cursor: pointer;
}

/* Item Wrap  */

.checklist-section .checklist-body .item {
    background: var(--grey-background);
    border-radius: 8px;
    padding: 20px 21px;
    margin-bottom: 35px;
}

.checklist-section .checklist-body .item .link-irrelevant {
    font-size: 0.7rem;
    color: #b2b2b2;
    font-style: italic;
}

.checklist-section .checklist-body .item .link-irrelevant:hover {
    color: var(--text-color);
}

.checklist-section .checklist-body .item .note {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: var(--yellow-color);
    background: #fffaf2;
    border-radius: 4px;
    padding: 12px 15px;
    margin-bottom: 17px;
    white-space: pre-line;
    text-align: center;
}

.checklist-section .checklist-body .item .note .mentionned {
    color: #fffaf2;
    background-color: var(--yellow-color);
    ;
    border-color: #fffaf2;
    opacity: .7;
    padding: 1px 3px;
    border-radius: 10px;
}

.checklist-section .checklist-body .item.missing_highlighted {
    border: 1px solid red;
}

.checklist-section .checklist-body .item-mini-note {
    vertical-align: text-bottom;
    color: var(--red-color);
    display: none;
}

.checklist-section .checklist-body.grid .item .note {
    display: none;
}

.checklist-section .checklist-body .item-mini-note {
    display: inline-block;
}

.checklist-section .checklist-body .item .item-content {
    display: flex;
    justify-content: space-between;
    position: relative;
}

/* Infos Bloc */

.checklist-section .checklist-body .item .infos-bloc {
    width: 375px;
}

.checklist-section .checklist-body .item .infos-bloc .item-name {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 7px;
    padding-right: 15px;
}

/* Status Bloc  */

.checklist-section .checklist-body .item .status-bloc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95px;
}

.checklist-section .checklist-body .item .status-bloc .status-text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}

.checklist-section .checklist-body .item .status-bloc .status-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 6px;
    position: relative;
    top: 5px;
}

/* Bullet Pending  */

.checklist-section .checklist-body .item .status-bloc .status-bullet.bullet-missing {
    background: var(--red-color);
}

.checklist-section .checklist-body .item .status-bloc .status-bullet.bullet-returned {
    background: var(--yellow-color);
}

.checklist-section .checklist-body .item .status-bloc .status-bullet.bullet-approved {
    background: var(--green-color);
}

.checklist-section .checklist-body .item .status-bloc .status-bullet.bullet-irrelevant {
    background: var(--grey-color);
}

/* Action Bloc */

.checklist-section .checklist-body .item .action-bloc .action-button {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Different button css  */

.checklist-section .checklist-body .item .action-bloc {
    margin-left: auto;
}

/* Check List / Progression CSS */

/* Check List 1 / Progression CSS */

/* Item Details(Files) Wrap */

.item-details-section .item-details-body .item-instructions {
    margin-bottom: 35px;
}

.item-details-section .item-details-body {
    padding-top: 25px;
    padding-bottom: 150px !important;
}

/* Dropdown Zone  */

.item-details-section .dropdown-zone {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    width: 100%;
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.item-details-section .dropdown-zone .dropzone-image {
    width: 67px;
    height: 65px;
    background: url(../img/icon/cloud-computing.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
}

.item-details-section .dropdown-zone .dropzone-label {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    cursor: pointer;
}

/* Uploads List */

.item-details-section .uploads-list {
    margin-top: 20px;
}

.item-details-section .uploads-list .upload {
    height: 75px;
    background: var(--grey-background);
    border-radius: 8px;
    padding: 8px 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.infos-attachments .attachment .attachment-title::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 4px;
    position: relative;
    background: var(--color-portal-theme);
}

.item-details-section .uploads-list .upload a img {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    display: inline-block;
    background-size: contain !important;
    border: none;
}

.item-details-section .uploads-list .upload a img {
    margin-left: 20px;
}

.item-details-section .uploads-list .upload .filename {
    font-size: 16px;
    width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-details-section .uploads-list .upload .filename::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 4px;
    position: relative;
    background: var(--color-portal-theme);
}

/* End Item Wrap  */

/* Profile Wrap  */

.profile-header {
    justify-content: space-between;
    align-items: center;
    padding: 17px 21px;
    margin-bottom: 20px;
    overflow: visible;
}

.profile-header .welcome {
    font-size: 28px;
}

.profile-header .initials {
    width: 92px;
    height: 83px;
    background: var(--color-portal-theme);
    border-radius: 10px;
}

.profile-header .initials h4 {
    font-size: 32px;
    line-height: 138.5%;
    color: #ffffff;
}

.profile-header .dropdown-toggle::after {
    content: none;
}

.profile-header .field-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.profile-header .field-item:not(:last-child) {
    margin-bottom: 16px;
}

.profile-header .field-item .field-label {
    font-size: 16px;
    line-height: 138.5%;
}

.profile-header .field-item .field-value {
    font-size: 16px;
    line-height: 22.16px;
    margin-left: 3px;
}

.profile-header .button-logout,
.profile-header .button-logout:hover {
    color: var(--red-color);
    text-decoration: none;
}

/* Profile Box  */

.profile-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/* Profile & Security common  */

.profile-applications {
    min-height: 520px;
    margin-bottom: 20px;
    background: var(--grey-background);
}

.profile-security {
    min-height: 520px;
    margin-bottom: 20px;
    background: var(--grey-background);
}

.profile-box .profile-card-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    padding: 24px 35px 22px 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* Profile Application */

.profile-applications .profile-applications-content {
    overflow-y: auto;
    padding: 10px;
    margin: 20px 0;

}

.profile-applications .profile-applications-content .application:hover {
    background-color: #F7F7F7;
    border-radius: 8px;
}

.profile-applications .profile-applications-content a.link {
    color: var(--text-color);
    text-decoration: none;
}

.profile-applications .application {
    background: var(--grey-background);
    height: 74px;
    width: 94.5%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    font-size: 14px;
    border-bottom: 1px solid #f3f3f3;
}

.profile-applications .application .table-header {
    font-weight: 600;
}


.profile-applications .application .link,
.profile-applications .application .link:hover {
    color: var(--text-color);
}

.profile-applications .application .link.active,
.profile-applications .application .link.active:hover {
    color: var(--color-portal-theme);
}

.profile-applications .application .custom-value {
    max-width: 98%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

/* Profile Security */

.profile-security-content {
    padding: 35px 28px 20px 35px;
}

.profile-security .form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding-top: 40px;
}

.profile-security .two-factor-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    position: relative;
}

/* Privacy Top & Privacy  */
.privacy .profile-card-title,
.privacy-top .profile-card-title {
    font-size: 21px;
    line-height: 30px;
    padding: 22px 32px 12px 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Privacy Top */

.privacy-top {
    margin-bottom: 20px;
}

.privacy-top .privacy-top-body {
    padding: 46px 65px;
}

.privacy-top .privacy-top-body p {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 36px;
}

.privacy-top .privacy-top-body .button-privacy {
    margin: auto;
}

/* Privacy  */

.privacy .privacy-body {
    padding: 37px 7px 15px 11px;
}

.privacy p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.65);
    padding-bottom: 48px;
}

/* Request  */

.privacy .request {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--grey-background);
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 15px 10px;
}

/* Icon  */

.privacy .request .request-icon img {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    margin-right: 12px;
}

/* End Icon  */

.privacy .request .request-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 8px;
}

.privacy .request .request-description {
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.65);
}

.privacy .request .rq-success-button {
    min-width: 150px;
}

/* End Profile Wrap  */

/* Infos Wrap  */

.infos-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/* Description & Attachment Common  */

.infos-description,
.infos-attachments {
    width: 49%;
    height: 391px;
}

/* Infos Description */

.infos-description .infos-dbody {
    padding: 38px 35px;
    overflow-y: auto;
}

.infos-description .description {
    font-size: 16px;
    line-height: 22px;
}

.infos-description .description.description-heading {
    padding-bottom: 11px;
}

/* Infos Attachments */

.infos-attachments .infos-abody {
    padding: 22px 21px 0px 21px;
    overflow-y: auto;
}

/* Attach Item */

.infos-attachments .attachment {
    background: var(--grey-background);
    border-radius: 8px;
    margin-bottom: 14px;
    padding: 13px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.infos-attachments .attachment .attachment-title {
    font-size: 14px;
    line-height: 19px;
    position: relative;
    font-weight: 400;
    width: 270px;
}

.infos-attachments .attachment .attachment-title::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 4px;
    position: relative;
    background: var(--color-portal-theme);
}

/* Buttons  */

.infos-attachments .attachment a img {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    display: inline-block;
    background-size: contain !important;
    border: none;
}

.infos-attachments .attachment a.button-preview img {
    margin-right: 20px;
}

/* End Infos  */

/* Payment Wrap  */

.payment-section .total-payment {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding: 0px 0px 30px;
}

/* Payment Box  */

.payment-box {
    background: var(--grey-background);
    border-radius: 8px;
    margin-bottom: 42px;
    display: flex;
    align-items: flex-start;
}

.payment-section .pay-box {
    width: 49%;
    padding: 27px 21px 24px 21px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.payment-section .pay-box .pay-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    position: relative;
    margin-bottom: 30px;
}

.payment-section .pay-box .pay-footer p {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 18px;
}

/* End Payment  */

/* Modal Wrap  */

.modal .modal-dialog:not(.modal-xl) {
    max-width: 555px;
}

.modal .modal-content {
    background: #ffffff;
    box-shadow: 41px 54px 154px rgba(0, 0, 0, 0.4);
    border-radius: 40px;
}

.modal .modal-content .modal-picture {
    margin: 0 0 20px;
}

.modal .modal-content .modal-picture img {
    height: 85px;
    width: 85px;
}

.modal .modal-header {
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 8px;
    border-bottom: none;
    text-align: center;
}

.modal .modal-header h5 {
    margin-top: 30px;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
}

.modal .modal-footer {
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    border-top: none;
    margin-bottom: 30px;
    width: 100%;
}

.modal-signature .modal-header,
.modal-delete-item .modal-header,
.modal-submit-imformation .modal-header {
    font-size: 24px;
    line-height: 28px;
}

.modal-signature .modal-content {
    padding: 40px 40px 0px 40px;
}

.modal-signature .modal-body p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 32px !important;
}

.modal-signature .signature-draw-box {
    width: 100%;
    height: 175px;
    background: rgba(244, 244, 244, 0.49);
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Herr Von Muellerhoff Regular";
    font-size: 84px;
    line-height: 119px;
    margin-bottom: 15px;
}

.modal-signature .signature-name {
    width: 100%;
    height: 75px;
    background: rgba(244, 244, 244, 0.49);
    border-radius: 19px;
    border: none;
    outline: none;
    font-size: 18px;
    line-height: 26px;
    padding: 23px 29px;
    margin-bottom: 20px;
}

.modal-signature .signature-checkbox {
    display: flex;
    align-items: center;
}

.modal-signature .signature-checkbox .checkbox {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    cursor: pointer;
    text-align: left;
    position: relative;
    padding-left: 28px;
}

/* End Modal  */

/* File Dropzone */

.dz-default.dz-message span i {
    font-size: 60px;
    color: rgb(214, 214, 214);
}

#dropzone.dropzone.vue-dropzone {
    border: 1px solid #e5e5e5;
    font-family: Arial, sans-serif;
    letter-spacing: 0.2px;
    color: #777;
    transition: 0.2s linear;
    min-height: 150px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    background: white;
    padding: 20px 20px;
    border-radius: 5px;
}

/* End File Dropzone */

/* Form items */

.form-control {
    background: var(--grey-background);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    border-radius: 4px;
    height: 50px;
    font-size: 16px;
    line-height: 23px;
}

.form-control:hover,
.form-control:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.form-control::placeholder {
    color: lightgray;
}

.form-control.editable-content {
    min-height: 60px;
}

.form-control.editable-content:empty:before {
    content: attr(data-placeholder);
    color: #999;
    pointer-events: none;
    display: block;
    /* ensures it shows on a new line */
}

/* End Form items */

/* Spreadsheet items */

.spreadsheet-render.jexcel_container {
    overflow-x: scroll;
    text-align: center;
    min-height: 400px;
    display: block;
}

.spreadsheet-render-container .rendered-form .form-group {
    margin-left: 0px;
    margin-bottom: 25px;
}

/* Buttons */

.spreadsheet-render-container .spreadsheet-render-buttons {
    border-top: 1px dotted #c7cdd1;
    margin-bottom: 1.25em;
    margin-top: 30px;
    padding-top: 20px !important;
}

/* End Buttons */

/* End Spreadsheet items */

/* Econtract items */

.econtract-render-container .signing-alert-top {
    z-index: 99;
}

/* Messaging */

.messaging .other-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.messaging .messages-section {
    margin-top: 40px;
}

.messaging .media .send-chat,
.messaging .media .receive-chat {
    position: relative;
    background-color: #e6edfd;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 30px;
    max-width: 250px;
    overflow: visible;
}

.messaging .media .send-chat:before,
.messaging .media .receive-chat:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border: 10px solid transparent;
    border-right: 15px solid #e6edfd;
    left: -20px;
    top: 8px;
}

.messaging .media .send-chat .time,
.messaging .media .receive-chat .time {
    position: absolute;
    bottom: -27px;
    right: 0;
    font-size: 12px;
}

.messaging .media .receive-chat {
    background-color: #f7f7f7;
}

.messaging .media .receive-chat:before {
    left: auto;
    right: -26px;
    border-left: 15px solid #f7f7f7;
    border-right: 15px solid transparent;
}

.messaging .media .receive-chat .time {
    left: 0;
}

.messaging .media .h6 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    line-height: 2.5;
    margin-bottom: 0;
    font-weight: 600;
    padding: 3px;
}

.messaging .media .receive-chat {
    background-color: #f4f5f6;
}

.messaging .media .receive-chat:before {
    border-left: 15px solid #f4f5f6;
}

.messaging .media .send-chat,
.messaging .media .receive-chat {
    margin-bottom: 70px;
    max-width: 70%;
}

.messaging .mention_username,
.messaging .mention_name {
    font-size: 11px;
}

.messaging .media .time .reply {
    cursor: pointer;
}

.messaging .media .img-radius {
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.messaging .receive-chat>p,
.messaging .send-chat>p {
    font-weight: 600;
    padding-bottom: 10px;
}

.messaging .media .receive-chat {
    background-color: #f4f5f6;
}

.messaging .media .send-chat {
    background-color: #e6edfd;
}

.messaging .btn-send-message {
    margin-right:5px;
    margin-bottom: 5px;
}

.messaging .mentionned {
    color: #333;
    background: #E1E1E1;
    padding: 1px 3px;
    border-radius: 10px;
}

.messaging .media-reply {
    background-color: white;
    margin-bottom: 20px;
    border-radius: 7px;
    border: 1px solid #e6ebf1;
    border-left: 2px solid var(--color-portal-theme);
    max-height: 90px;
    overflow: hidden;
    padding: 5px;
}

.messaging .parent-title {
    float: right;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 4px;
    font-size: 75%;
    padding: 4px 7px;
    margin-right: 5px;
    font-weight: 400;
    color: #fff !important;
    background-color: var(--color-portal-theme);
}

.messaging .new-message {
    border-radius: 5px;
    background-color: #fbfbfd;
    border: 1px solid #dfe3e5;
    color: var(--text-primary);
}

.messaging .new-message .form-control {
    border-radius: 0px;
    background-color: transparent;
    border: none;
}

.messaging .new-message .media-reply {
    margin: 10px;
    position: relative;
}

.messaging .new-message .cancel-reply {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 18px;
    cursor: pointer;
}

.messaging .media-reply,
.messaging .media-reply p {
    font-size: 90% !important;
}



/* End Messaging */

/* Stakeholders List Wrap  */

/* Stakeholders List Wrap  */

.stakeholders-section .card-header .card-title h6 {
    font-size: 20px;
}

.stakeholders-section .common-body {
    padding: 35px;
}

.stakeholders-section .stakeholder-list .stakeholder-content {
    max-width: 300px;
}

.stakeholders-section .stakeholder-list .name {
    width: 160px;
}

.stakeholders-section .stakeholder-list .name,
.stakeholders-section .stakeholder-list .stakeholder-content h4,
.stakeholders-section .stakeholder-list .stakeholder-content a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
}

.stakeholders-section .stakeholder-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 20px 10px;
}

.stakeholders-section .stakeholder-list .profile {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-size: 60%;
}

.stakeholders-section .stakeholder-list .profile:hover {
    text-decoration: none;
}

/* End Stakeholders List  */

/* fileshare approval */
.fileshareapproval_buttons button {
    min-width: 150px;
    margin-top: 20px;
}

.fileshareapproval_buttons button.btn-danger {
    background-color: var(--text-error) !important;
}



/* Generice  */

.image-info-bloc {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 20px;
}

.image-info-bloc .image {
    height: 80px;
    width: 80px;
    background-size: contain !important;
    margin-bottom: 10px;
}

.image-info-bloc .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 11px;
}

.image-info-bloc .subtitle {
    font-size: 16px;
    line-height: 19px;
    padding: 0 20%;
    margin-top: 20px;
}

/* End Generice  *


/** SIDE PANEL ***/
.flexbox-wrapper {
    display: flex;
    /* Full-screen overlay */
    align-items: center;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* Show overlay */
.overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.overlay.over-modals {
    z-index: 9999999;
}

/* Side panel */

body {
    margin: 0;
}

.side-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100vh;
    background-color: #fff;
    z-index: 999;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    transform: translateX(100%);
    /* hidden by default */
    transition: transform 0.3s ease-in-out;
}

.side-panel.open {
  transform: translateX(0); /* visible when open */
}

.side-panel .close-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    font-size: 22px;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
}

.side-panel .side-panel-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    padding-top: 40px;
    /* Space for close button */
}

.side-panel .content {
    flex: 1;
    /* padding-bottom: 100px;*/
    /* Reserve space for sticky footer */
}

.side-panel .sticky-footer {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.side-panel .footer-content textarea {
    width: 100%;
    height: 100px;
    resize: none;
    padding: 10px;
    font-size: 14px;
    box-sizing: border-box;
}