@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Buttons */
.btn-documents {
    padding: 9px 14px !important;
}

.btn {
    border-radius: 8px;
}

.btn-default {
    color: #008489;
    background-color: #FFFFFF;
    border-color: #008489;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #008489;
    background-color: #F2F2F2;
    border-color: #008489;
}


.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #FFFFFF;
    border-color: #008489;
}

.btn-default .badge {
    color: #FFFFFF;
    background-color: #008489;
}

/* End buttons*/


html,
body,
.full-height {
    min-height: 100% !important;
    height: 100%;
    top: 0px !important;
}

body.all-loaded {
    opacity: 1;
}

.table.table-striped.table-fluid tr {
    margin-bottom: 15px;
}

/* GENERAL */
/*.container-fluid {
    padding-left: 0;
    padding-right: 0;
}*/
.sidenav {
    padding-left: 0;
    flex: 1;
}

.sidenav .nav li.child-link {
    padding-left: 26px;
}

.dashboard-content {
    display: flex;
    flex-direction: row;
    height: 100%;

}

.container-fluid.full-height {
    padding-left: 15px;
    padding-right: 15px;
}

/*.onecolumn .crmEntityFormView .cell input[type=text], .onecolumn .crmEntityFormView .cell select {
    width: 70%;
}
*/

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #767676;
    opacity: 1;
    /* Firefox */
}

td[role="radiogroup"] div.form-control:hover {
    background-color: #F0FFFF;
}

td[role="radiogroup"] .form-control.checked {
    background-color: #F0FFFF;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #767676;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #767676;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #F6F6F6;
    color: #767676;
}

.form-summary .form-control[disabled],
.form-summary .form-control[readonly],
.form-summary fieldset[disabled] .form-control {
    color: #181818;
}

.form-summary .crmEntityFormView .cell div.info.required label:after,
.form-summary .crmEntityFormView div.info.required label:after {
    display: none;
}

.navbar {
    margin-bottom: 0px;
}

body {
    font-family: 'Public Sans', sans-serif !important;
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
    /*padding-bottom: 42px;*/
}

h2,
h3 {
    font-family: 'Public Sans', sans-serif !important;
}

h1,
.h1 {
    font-size: 32px;
    font-weight: 700 !important;
}

h2,
.h2 {
    font-size: 27px;
    font-weight: 600;
}

h3,
.h3 {
    font-size: 20px;
    font-weight: 600;
}

h4,
.h4 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
}

hr {
    border-top: 1px solid #D7D7D7;
}

ul {
    padding-left: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000000;
    font-family: "Public Sans";
}

label {
    margin-bottom: 8px;
}

a,
a:hover,
a:focus {
    color: #018B90;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    cursor: not-allowed;
}

blockquote {
    color: #000;
    font-family: "Public Sans";
    font-size: 13px;
    letter-spacing: 0.25px;
    line-height: 19px;
    padding: 0;
    padding-left: 29px;
    border-left: 2px solid #008489;
    margin: 30px 0;
    margin-left: 30px !important;
}

textarea {
    resize: vertical;
}

.btn .vbx-icon-outlined-refresh {
    padding: 0 10px;
}

.btn span[class^="vbx-icon-outlined"] {
    font-size: 19px;
}

/* MODAL */
.modal-backdrop.in {
    opacity: .3;
    filter: alpha(opacity=30);
}

#edit_mail_address .modal-body iframe {
    height: 330px !important;
}

#edit_mail_address .modal-body {
    padding-bottom: 0;
}

/* BREADCRUMB */
#breadcrumb li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-right: 2px;
}

#breadcrumb ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: -15px;
}

#breadcrumb ol li:before {
    content: "  > ";
    color: #6C6C6C;
}

#breadcrumb ol li:first-child:before {
    content: "";
}

#breadcrumb {
    margin-top: 42px;
}

#breadcrumb li a {
    color: #6C6C6C;
    font-family: "Public Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}

/* ADD ICON ON BUTTON FOR PERSONAL DETAILS ON FORMS */
.ccpedit:before {
    /* content: '\e90f\0020';
    font-family: 'vbx-icons-outlined'; */
    content: "\e910";
    font-family: 'vbx-icons-outlined';
    margin-right: 8px;
}

a.ccpverticalalign {
    vertical-align: -webkit-baseline-middle;
}

.sectionCard_modifyButtonContainer button:before {
    content: "\e910";
    font-family: 'vbx-icons-outlined';
    margin-right: 8px;
}

.sectionCard_modifyButtonContainer button {
    font-weight: bold;
    margin-top: 0px;
}

.layout-simple-form span.vbx-icon-outlined-check {
    font-size: 34px !important;
    display: block;
    width: 85px;
    margin: 0 auto;
    height: 85px;
    border: 2px solid #00A278;
    border-radius: 50%;
    color: #00A278;
    padding-top: 24px;
}

.layout-simple-form {
    margin-top: 30px;
}

/* CHECKBOXES */
.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px !important;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

select {
    -moz-appearance: none;
}

/* Hide the browser's default checkbox */
input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
#EntityFormControl_3de50853fbc0ea11a812000d3aae647a_EntityFormView .checkmark {
    top: 30px;
}

#EntityFormControl_1336e8d4decbea11a812000d3a49e872 .checkmark {
    top: 3px;
}

.checkbox .checkmark {
    top: 31px;
}

/*change top:3px;*/
.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #767676;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input~.checkmark {
    background-color: #F8FFFF;
    border: 1px solid #008489;
}

/* When the checkbox is checked, add a blue background */
input:checked~.checkmark {
    background: linear-gradient(223.7deg, #00BABE 0%, #008489 100%);
    border: 1px solid #008489;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkmark:after {
    left: 8px;
    top: 2px;
    width: 5px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.crmEntityFormView .cell.checkbox-cell div.info {
    padding-left: 5px;
    padding-top: 4px;
}

/* RADIO BUTTONS */
label.radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: none !important;
    color: #181818;
    font-weight: normal;
    font-size: 16px;
}

/* SELECT DROP DOWN ARROW */
select {
    background: url(/images/general/icons/arrow_down_select.png) no-repeat right !important;
    -webkit-appearance: none;
}

select:disabled,
select.readonly {
    background: none !important;
}

/* Hide the browser's default radio button */
label.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
label.radio .checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    background: #fff;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
label.radio:hover input~.checkmark {
    border: 1px solid #008489;
    background: #F8FFFF;
}

/* When the radio button is checked, add a blue background */
.label.radio input:checked~.checkmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
label.radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
label.radio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
label.radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #008489;
    border: none;
}

.form-control.checked {
    border: 2px solid #008489;
    background: #F0FFFF;
    padding: 12px 14px;
}

/* END RADIO BUTTONS */

/* SLIDER CHECKBOXES */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 34px;
    margin-bottom: -8px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #B0B0B0;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 27px;
    width: 27px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background: rgb(0, 132, 137);
    background: linear-gradient(223.7deg, #00BABE 0%, #008489 100%);
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.form-label {
    display: inline;
    padding: .2em .6em .3em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

/* HEADER */
#header-clock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.page-header {
    padding-bottom: 0;
    margin: 42px 0 0;
    border-bottom: 0px solid #eee;
}

.small-line {
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #D7D7D7;
}

#navbarPOC .btn-help:active,
#navbarPOC .btn-help.active {
    background-color: white;
    border-color: #E4E4E4;
    color: #222222;
}

.navbar-fixed-top {
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0px;
    padding-right: 30px;
}

.navbar-default {
    background-color: var(--Basic-White, #FFF) !important;
    border-bottom: 1px solid var(--Border-Main, #DADADA) !important;
    /* box-shadow: 0 0 3px #ccc */
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #181818;
    background-color: #F4F4F4;
    border-radius: 10px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #181818;
    background-color: #F4F4F4;
    border-radius: 10px;
}

.navbar-default .navbar-nav>li>a {
    color: #181818;
    font-size: 15px;
    font-weight: 400;
}

.navbar-brand {
    padding-top: 12px;
    padding-bottom: 0px;
}

.navbar-fixed-top .navbar-brand {
    padding-left: 46px;
}

.navbar-brand img {
    height: 45px;
    margin-left: 5px;
}

.navbar-static-top {
    display: none;
}

.navbar-default a#signIn {
    margin-top: 5px;
    margin-right: 10px;
}

.section-landing {
    display: none;
}

footer {
    display: none;
}

body {
    background-color: #FFFFFF;
}

.navbar-right li:nth-child(2) {
    /*    margin-top: 7px;
*/
}

#navbarPOC .vbx-icon-outlined-web:before,
#navbarPOC .vbx-icon-outlined-profile:before {
    color: #fff;
    width: 15px !important;
    height: 15px !important;
    display: block;
    text-align: center;
}

#navbarPOC .navbar-nav {
    margin: 8px -15px !important;
}

.navbar-right li.dropdown:nth-child(2) {
    margin-top: 0px;
}

.navbar-nav .vbx-icon-outlined-info:before {
    position: relative;
    top: 1px;
    padding-left: 2px;
    padding-right: 5px;
}

.mostasked [class^="vbx-icon-outlined-"],
.mostasked [class*=" vbx-icon-outlined-"] {
    color: #00A8AD;
    font-size: 18pt;
}

#mostpopular {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.mostasked-btn-more {
    color: #4480FF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    display: block;
    margin-top: 27px;
}

/* Help popup */
.help-popup-and-btn {
    float: left;
    position: relative;
}

.help-popup {
    display: none;
    position: absolute;
    right: 0;
    background-color: #FFFFFF;
    padding: 25px 25px 5px 25px;
    box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.17);
    border-radius: 8px;
    color: #353535;
    font-weight: 400;
    width: 220px;
    z-index: 99;
}

/* cutout at top */
.help-popup:before {
    content: "";
    width: 10px;
    position: absolute;
    height: 10px;
    -webkit-transform: rotate(45deg);
    top: -6px;
    z-index: 10;
    left: 52px;
    background: white;
}

@media (max-width: 1200px) {
    .help-popup {
        right: none;
        left: 10px;
    }
}

.help-popup .help-title {
    font-weight: 600;
    font-size: 20px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 23px;
    margin: 17px 0 17px 0;
}

.help.tel {
    font-weight: 500px;
    font-size: 18px;
    border-radius: 8px;
}

.help.tel p {
    color: #000000;
}

.help.tel img {
    width: 30px;
    float: left;
    margin-right: 5px;
}

#btn-help-id {
    outline: none;
    margin-left: 15px;
}

#btn-help-id:hover,
#btn-help-id:focus {
    background-color: #F2F2F2;
    color: #222222;
    border-color: #E4E4E4;
}

/*
.help-popup img {
    float:left;
    padding: 0 25px 0 15px;
}
*/
.help-popup p {
    margin: 0;
}

.help-popup .help-detail {
    color: #7B7B7B;
    margin-top: 0;
}

.help {
    margin: 25px 0;
    height: 40px;
}

/* The navigation menu links */
.sidenav {
    border-right: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.sidenav .big-button {
    padding: 14.5px 25px 14.5px 25px !important;
}

.sidenav span.vbx-icon-outlined-add {
    padding: 0 10px;
}

.sidenav .vbx-icon-outlined-add:before {
    color: #fff !important;
}

.sidenav ul {
    width: 100%;
    list-style: none;
    padding: 0;
    overflow: auto;
}

.sidenav .nav li a {
    padding: 6px 8px 15px 16px;
    text-decoration: none;
    color: black;
    display: block;
}

.sidenav .nav li a {
    border-radius: 0px 35px 35px 0px;
    color: black;
    margin: 8px 0px;
}

.sidenav .nav li a.active {
    color: black;
    background-color: #dcebed;
}

.sidenav .nav li a:hover {
    color: black;
    background-color: #F2F2F2;
    border-radius: 10px;
}

.sidenav .circle-icon:before {
    font-size: 18px;
}

.circle-icon {
    background-color: #0088a1;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    color: #767676;
}

.circle-icon.circle-icon-black {
    color: white;
    background: #2D2D2D;
    margin: 0 5px;
    padding: 7px;
}

.circle-icon.circle-icon-red {
    border: 2px solid rgb(255, 0, 0);
    color: rgb(255, 0, 0);
    background: rgba(255, 0, 0, 0.4)
}

.circle-icon.circle-icon-orange {
    border: 2px solid rgb(255, 152, 0);
    color: rgb(255, 152, 0);
    background: rgba(255, 152, 0, 0.4)
}

.circle-icon.circle-icon-green {
    border: 2px solid rgb(76, 175, 80);
    color: rgb(76, 175, 80);
    background: rgb(76, 175, 80, 0.4);
}

.circle-icon.circle-icon-gray {
    border: 2px solid rgb(192, 192, 192);
    color: rgb(192, 192, 192);
    background: rgb(192, 192, 192, 0.4);
}

.sidenav .nav li a .circle-icon {
    background-color: #F2F2F2;
    margin-right: 16px;
    top: 2px;
    margin-right: 10px;
    width: 38px;
    height: 38px;
    text-align: center;
}

.sidenav .nav li a.active>span {
    background-color: #0088a1;
    color: white;
}

.sidenav .nav li a.active .vbx-icon-filled-notif:before {
    color: white;
}

.sidenav .info-bottom-leftsidebar {
    position: relative;
    bottom: 0;
    padding-right: 3px;
    padding-left: 15px;
    padding-top: 30px;
}

.sidenav .info-bottom-leftsidebar a {
    color: #767676;
    font-family: "Public Sans";
    font-size: 13px;
    letter-spacing: 0.25px;
    line-height: 17px;
}

.sidenav .info-bottom-leftsidebar .feder-banner-en {
    height: 100px;
    flex-shrink: 0;
    align-self: stretch;
    background: url("/images/general/feder_banner_europe_en.png")  center / contain no-repeat transparent;
}

.sidenav .info-bottom-leftsidebar .feder-banner-fr-nl {
    height: 100px;
    flex-shrink: 0;
    align-self: stretch;
    background: url("/images/general/feder_banner_europe_fr_nl.png") center / contain no-repeat transparent;
}

.caret {
    margin-right: 5px;
    margin-left: 5px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*.row{
    margin-top: 8px;
    margin-bottom: 8px;
}
*/

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.row-case h3 {
    font-weight: bold;
    margin: auto;
    margin-bottom: 19px;
}

.row-case>[class*='col-']>.row {
    margin-bottom: 15px;
}

.row-case .row:last-child {
    margin-bottom: auto;
}

.row-case .center {
    align-items: center;
    justify-content: center;
}

.row-case .case-img {
    padding-left: 15px !important;
}

.row-case .case-img img {
    /*AVANT
    min-height: 100%;
    object-fit:cover;
    */
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
    aspect-ratio: 4 / 3;
}

/*
.row-case .case-status .text-center.center {
    min-width: 220px;
}
*/

.row-case .case-info {
    margin-top: -5px;
    color: #4D4D4D;
}

.row-case a:hover {
    text-decoration: none;
}

.nav-tabs-requests {
    margin: 20px 0 !important;
}

.row-case .col-xs-12 .row {
    margin-bottom: 10px;
}

.panel {
    border-radius: 7px;
    -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.panel .vertical-line {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    height: 75%;
    padding-right: 10px;
}

.panel-case .case-status {
    flex-direction: row !important;
}

.panel-case .case-status .status-label {
    padding-top: 0px;
    margin-top: 10px;
    display: block;
    color: #4D4D4D;
}

.panel-case .case-status .status-label {
    padding: 0 5px;
    line-height: 15px;
}

.panel-case .case-status .date-only {
    padding-top: 10px;
    display: block;
    color: #4D4D4D;
}

.panel-case .case-img {
    padding: 0;
}

span.vbx-icon-outlined-download {
    font-size: 23px;
}

.btn-border-black {
    border-radius: 8px;
    color: #222222;
    border-color: #464646;
    background-color: white;
}

.btn-border-black:hover {
    background-color: #F5F5F5;
    color: #222222;
}

.btn-help span.glyphicon.glyphicon-question-sign {
    padding-right: 10px;
}

.btn-help .vbx-icon-outlined-info {
    font-size: 20px;
    margin-right: 3px;
}

.btn-back {
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    font-style: underline;
    text-decoration: underline;
    padding-bottom: 20px;
    display: block;
}

.arrow-left {
    float: left;
    padding-right: 10px;
    color: #222222;
    font-weight: bold;
    padding-top: 4px;
    font-size: 14px;
}

.btn-back:hover {
    color: #222222;
}

.vbx-icon-outlined-info:before {
    color: #2D2D2D !important;
}

.btn-help {
    font-size: 14px;
    background-color: white;
    border-color: #E4E4E4;
    color: #222222;
    border-radius: 10px;
    box-shadow: 0 0 4px #ccc;
    padding: 11px 16px 13px 15px;
    font-weight: bold;
}

.navbar-collapse .btn-help {
    margin-left: 5px;
    margin-right: 15px;
    margin-top: 3px !important;
    margin-bottom: -5px;
}

.btn-help span {
    letter-spacing: 0.5px;
}

.btn-help img {
    padding: 0 5px;
}

.btn-help:hover,
.btn-help:focus,
.btn-help:active,
.btn-help.active {
    background-color: #007288;
    border-color: #005d6e;
    color: white;
}

.btn-help.disabled:hover,
.btn-help.disabled:focus,
.btn-help.disabled:active,
.btn-help.disabled.active,
.btn-help[disabled]:hover,
.btn-help[disabled]:focus,
.btn-help[disabled]:active,
.btn-help[disabled].active,
fieldset[disabled] .btn-help:hover,
fieldset[disabled] .btn-help:focus,
fieldset[disabled] .btn-help:active,
fieldset[disabled] .btn-help.active {
    background-color: #0088a1;
    border-color: #0088a1;
}

.btn-primary {
    background-color: #0088a1 !important;
    border-color: #0088a1 !important;
    border: none;
    color: white !important;
    border-radius: 8px !important;
    padding: 16px 25px;
    font-size: 14px !important;
    background: rgb(0, 132, 137) !important;
    background: linear-gradient(223.7deg, #00BABE 0%, #008489 100%) !important;
    font-weight: 500;
}

.btn-knowledgearticle {
    margin: 20px 0;
}

.knowledgebase-article-content a.btn-knowledgearticle {
    text-decoration: none;
}

.IntroductionHiddenForPortal {
    display: none !important;
}

.details-link.launch-modal.btn-primary {
    padding: 7.6px 14px !important;
}

.btn span[class^="vbx-icon-outlined"] {
    padding-left: 0px;
    font-size: 14px;
    font-weight: bold;
}

#mostpopular .btn span[class^="vbx-icon-outlined"] {
    font-size: 25px;
}

#portalWebFormStepEntityForm .btn-primary {
    padding: 16px 35px;
}

.btn-secondary {
    background-color: #fff !important;
    border-color: #008489 !important;
    border: 1px solid #008489;
    color: #008489 !important;
    border-radius: 8px !important;
    padding: 16px 25px !important;
    font-size: 14px !important;
    font-weight: 500;
}

.btn-notification {
    background-color: #fff !important;
    border-color: #008489 !important;
    border: 1px solid #008489;
    color: #008489 !important;
    border-radius: 8px !important;
    padding: 15px 0px !important;
    font-size: 14px !important;
    font-weight: bold;
    width: 250px;
    margin-top: 10px;
    margin-left: 10px;
}

.btn-primary-icon-left {
    padding: 16px 16px !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
    background-color: #F8FFFF !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    border: none;
    background-color: #007288 !important;
    border-color: #005d6e !important;
    color: white !important;
    background: rgb(0, 125, 130) !important;
    background: linear-gradient(223.7deg, #009EA2 0%, #007E83 100%) !important;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #0088a1 !important;
    border-color: #0088a1 !important;
}

.create-action-black {
    background-color: transparent !important;
    color: black !important;
    border-radius: 8px !important;
    border-color: black !important;
    background: rgb(255, 255, 255) !important;
    border: 1px solid rgb(70, 70, 70) !important;
}

.create-action-black:hover {
    background: #F5F5F5 !important;
    border: 1px solid rgb(70, 70, 70) !important;
    color: black !important;
}

.big-button {
    padding: 15px 20px 15px 60px !important;
    margin: 25px 0 15px 0;
    width: 100%;
}

.btn-outlined-home {
    height: 60px;
    padding: 15px;
    width: 100%;
    font-family: "Public Sans";
    font-size: 13px;
    letter-spacing: 0.25px;
    line-height: 16px;
    align-items: center;
    box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    height: 60px;
    align-items: center;
    gap: 7.5px !important;
    border-radius: 6px;
    background: var(--Basic-White, #FFF);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.10);
}

.btn-outlined-home:hover {
    color: #222222;
    background-color: #F2F2F2;
}

.searchbar {
    position: relative;
    border-radius: 40px;
    /* -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);*/
    background-color: #FDFDFD;
    border: 1px solid #DADADA;
    padding: 7px;
    display: flex;
    height: 66px;
}

.searchbar.searchbar-language {
    height: 48px;
}

.searchbar input:focus {
    outline: none;
    /*box-shadow: 0 0 3pt 2pt #0088a1;
    -webkit-box-shadow: 0px 0px 3px 2px #0088a1;
    -moz-box-shadow: 0px 0px 3px 2px #0088a1;
    border-radius: 40px;*/
}

.searchbar .submitbutton:focus {
    outline: none;
}

.searchbar input[type=text] {
    border: none;
    width: 100%;
    background-color: transparent;
    padding: 7px;
    /* padding-right: 123px; */
}

.searchbar.searchbar-language input[type=text] {
    padding-right: inherit;
}

.searchbar .submitbutton {
    right: 10px;
    z-index: 9;
    /*    padding: 15px 20px 0px 20px !important;*/
    background: #FDFDFD;
    color: #2D2D2D;
    border-radius: 90px !important;
    font-size: 16px !important;
    margin: 2px 0px 2px 0px;
    padding-left: 20px !important;
    border: none;
    display: inline-block;
}

.searchbar .resetbutton {
    right: 10px;
    z-index: 9;
    background: #FDFDFD;
    color: #2D2D2D !important;
    border-radius: 90px !important;
    font-size: 16px !important;
    margin: 2px 0px 2px 0px;
    padding-left: 20px !important;
    border: none;
    display: none;
    outline: none !important;
    box-shadow: none !important;
}

.searchbar .resetbutton:focus {
    outline: none !important;
    /* Retire l'indication de focus */
}

.searchbar .resetbutton:active {
    color: #0f3cc3;
    /* Couleur bleue lors du clic */
    outline: none !important;
    box-shadow: none !important;
}

.searchbar .submitbuttonfocus {
    right: 10px;
    z-index: 9;
    background: black;
    color: white;
    border-radius: 90px;
    font-size: 14px;
    margin: 0px;
    padding-left: 15px;
    border: none;
    display: none;
}

.searchbar .submitbuttonfocus>span {
    margin-right: 15px;
}

.search-focused .searchbar .resetbutton {
    display: inline-block !important;
}

.search-focused .searchbar .submitbuttonfocus {
    display: inline-block !important;
}

.search-focused .searchbar .submitbutton {
    display: none !important;
}

.searchbar .vbx-icon-outlined-search:before {
    color: #2D2D2D;
}

.submitbuttonfocus .vbx-icon-outlined-search:before {
    color: white;
}


.form-inline .form-group {
    margin-bottom: 15px !important;
}

div[data-label="VBX/Services/MostPopular"] {
    font-weight: bold;
}

.vbx-categories>a {
    padding: 5px;
}

.roundedimage.vbx-categories a.under-construction {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
    text-decoration: none;
}

/*
html[lang="fr-FR"] .roundedimage.vbx-categories a.col-md-4:nth-child(n+2) .subtitle:after {
    content: '(En construction)';
}
html[lang="nl-NL"] .roundedimage.vbx-categories a.col-md-4:nth-child(n+2) .subtitle:after {
    content: '(In opbouw)';
}
html[lang="en-US"] .roundedimage.vbx-categories a.col-md-4:nth-child(n+2) .subtitle:after {
    content: '(Under construction)';
}
*/

.roundedimage {
    /*    .position:relative */
    margin-left: -5px;
}

.roundedimage .norightgutter {
    padding-right: 5px;
    padding-left: 5px;
    opacity: 1;
}

.roundedimage img {
    border-radius: 10px;
    width: 100%;
    filter: brightness(70%);
}

.roundedimage .title {
    color: white;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
}

.roundedimage .subtitle {
    color: white;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
}

.roundedimage .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    max-width: 100%;
    transform: translateY(-50%)
}

.roundedimage a:hover {
    opacity: 0.7;
}

.dropdown-toggle:focus {
    border: none !important;
}

.pagination li:nth-last-child(2),
.pagination li:nth-child(2) {
    font-size: 20px;
}

.pagination li:nth-last-child(2) a,
.pagination li:nth-child(2) a {
    margin-top: -5px;
}

.pagination li:last-child,
.pagination li:first-child {
    font-size: 20px;
}

.pagination li:last-child a,
.pagination li:first-child a {
    margin-top: -5px;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    color: #4D4D4D !important;
    background-color: #DCEBED !important;
}

.pagination {
    white-space: normal;
}

.pagination>li>a {
    padding-top: 8px;
}

#navbar .dropdown-menu {
    margin-top: 0px;
    padding: 0px;
}

.navbar .dropdown-menu .active a,
.navbar .dropdown-menu .active a:hover,
.navbar .dropdown-menu .active a:focus {
    background-color: #f5f5f5;
}


#navbarPOC .dropdown span {
    margin-right: 15px;
}

#navbar .dropdown-menu li a {
    margin-left: 0px;
}

.nav-pills>li>a {
    border-radius: 25px;
    color: #000000;
    background-color: #EDEDED;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #FFFFFF;
    background-color: #000000;
}

.nav>li>a {
    padding: 10px 12px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #F2F2F2;
    color: #484848;
    border-radius: 8px;
}

.nav>li.active>a:hover,
.nav>li.active>a:focus {
    border-radius: 0;
}

.crmEntityFormView .cell {
    padding: 0px 0px 18px;
}

/*.crmEntityFormView .actions {
    margin-top: -40px;
}
*/

legend.section-title,
#portalWebFormStepEntityForm legend {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 19px;
    border-bottom: 0;
    margin-bottom: 8px;
}

.form-control {
    border-radius: 5px;
    height: auto;
    padding: 13px 15px;
    border: 1px solid #767676;
    color: #181818;
    font-size: 16px;
    text-decoration: none !important;
    margin-bottom: 10px;
    letter-spacing: 0.25px;
    font-weight: 400;
}

.modal-content table.section-to-popup .form-control {
    margin-bottom: 25px;
}

#sectionCard_section_profile {
    padding: 0px 20px;
}

table.section.section-to-popup>* {
    display: none;
}

table.section.section-to-popup {
    background-image: url("/images/general/loader.gif");
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.modal table.section.section-to-popup>* {
    display: revert;
}

.modal table.section.section-to-popup {
    background: none;
    height: auto;
}

.border-radius-5 {
    border-radius: 5px;
}

/*.row.form-custom-actions{
    border-top: 1px solid #ccc;
}
*/

.MicrosoftMap>div {
    border: 1px solid #ccc;
    border-radius: 5px;
}

input {
    box-sizing: border-box !important;
}


.bootstrap-select .dropdown-menu.open {
    max-height: 459px !important;
}

ul.dropdown-menu.inner {
    max-height: 360px !important;
}

#languageModal a {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #4D4D4D;
}

#languageModal .col-md-3 {
    padding-top: 20px;
    padding-bottom: 20px;
}

#languageModal .circle-icon.circle-icon-black {
    color: #000;
    background: none;
    margin: 0;
    margin-right: 5px;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 18px;
}

#languageModal .modal-body {
    padding-left: 60px;
}

#languageModal hr {
    margin-left: -31px;
}

#cookieModal h2 {
    font-size: 18px;
    padding-bottom: 20px;
}

#cookieModal .btn-primary {
    margin-top: 20px;
}

#browserModal .panel-body {
    border: 1px #CECECE solid;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 13px;
    padding-left: 50px;
    padding-right: 50px;
    color: #4D4D4D;
    height: 155px;
    margin-bottom: 20px;
}

#browserModal .modal-body {
    padding-top: 20px;
}

#browserModal .row a:link {
    color: black;
    text-decoration: none;
}

#browserModal .row a:hover {
    background-color: gray;
    border-size: 10px;
}

#browserModal h1 img {
    float: left;
}

#browserModal .xrm-editable-html p {
    padding-top: 20px;
    padding-bottom: 20px;
}

#browserModal img.img-responsive {
    padding-bottom: 5px;
    max-height: 100px;
    margin: auto;
}


/* Vertical progress bar */
.bs-vertical-wizard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bs-vertical-wizard ul>li {
    display: block;
    position: relative;
}

.bs-vertical-wizard ul>li>* {
    display: block;
    padding: 10px 10px 10px 70px;
    color: #333c4e;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .8px;
    line-height: 50px;
}

.bs-vertical-wizard ul>li>*:before {
    content: '';
    position: absolute;
    width: 2px;
    height: calc(100% - 40px);
    background-color: #bdc2ce;
    left: 34px;
    top: 55px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>* .ico {
    color: #FFFFFF;
    pointer-events: none;
    font-size: 18px;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    z-index: 2;
    border-radius: 50%;
    padding: 5px;
}

.bs-vertical-wizard ul>li>*:after {
    content: '';
    position: absolute;
    border: 2px solid #bdc2ce;
    border-radius: 50%;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>* .desc {
    display: block;
    color: #bdc2ce;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .8px;
}

.bs-vertical-wizard ul>li.complete>*:before {
    background-color: #5cb85c;
}

.bs-vertical-wizard ul>li.complete>*:after {
    display: none;
}

.bs-vertical-wizard ul>li.locked>*:after {
    display: none;
}

.bs-vertical-wizard ul>li:last-child>*:before {
    display: none;
}

.bs-vertical-wizard ul>li>* .ico.ico-green {
    background-color: #5cb85c;
}

.bs-vertical-wizard ul>li>* .ico.ico-muted {
    color: #bdc2ce;
}

.bs-vertical-wizard ul>li.current {
    background-color: #fff;
}

.bs-vertical-wizard ul>li.current>a {
    text-decoration: none;
}

.bs-vertical-wizard ul>li.current>a:after {
    border-color: #000000;
    background: rgb(0, 0, 0);
    background: radial-gradient(circle, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 52%);
    opacity: 1;
}

.bs-vertical-wizard ul>li.disabled>a {
    color: #bdc2ce !important;
    cursor: not-allowed;
    text-decoration: none;
}

.btn-product[disabled] {
    cursor: not-allowed;
}

.btn-product {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #007288;
    width: 100%;
    border-radius: 4px;
    text-overflow: ellipsis;
}


.greenery-type .btn-product {
    white-space: nowrap;
    overflow: hidden;
}

.btn-product:hover,
.btn-product:focus,
.btn-product:active,
.btn-product.active,
.open .dropdown-toggle.btn-product {
    color: #000000;
    background-color: rgba(0, 114, 136, 0.2);
    border-color: rgb(0, 114, 136);
}

.btn-product:active,
.btn-product.active,
.open .dropdown-toggle.btn-product {
    background-image: none;
}

.btn-product.disabled,
.btn-product[disabled],
fieldset[disabled] .btn-product,
.btn-product.disabled:hover,
.btn-product[disabled]:hover,
fieldset[disabled] .btn-product:hover,
.btn-product.disabled:focus,
.btn-product[disabled]:focus,
fieldset[disabled] .btn-product:focus,
.btn-product.disabled:active,
.btn-product[disabled]:active,
fieldset[disabled] .btn-product:active,
.btn-product.disabled.active,
.btn-product[disabled].active,
fieldset[disabled] .btn-product.active {
    background-color: #FFFFFF;
    border-color: #007288;
}

.btn-product .badge {
    color: #FFFFFF;
    background-color: #000000;
}

.btn-product>img {
    min-height: 120px;
}

.btn-product>img {
    margin: 0 auto;
}

.btn-create {
    padding: 16px 35px;
    font-family: "Public Sans" !important;
    font-size: 14px !important;
    font-weight: bold !important;
    letter-spacing: 0.5px !important;
    line-height: 18px !important;
    color: #000000;
    background-color: #FFFFFF;
    border-color: #000000;
    border-radius: 5px;
}

.btn-create:hover,
.btn-create:focus,
.btn-create:active,
.btn-create.active,
.open .dropdown-toggle.btn-create {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #000000;
}

.btn-create:active,
.btn-create.active,
.open .dropdown-toggle.btn-create {
    background-image: none;
}

.btn-create.disabled,
.btn-create[disabled],
fieldset[disabled] .btn-create,
.btn-create.disabled:hover,
.btn-create[disabled]:hover,
fieldset[disabled] .btn-create:hover,
.btn-create.disabled:focus,
.btn-create[disabled]:focus,
fieldset[disabled] .btn-create:focus,
.btn-create.disabled:active,
.btn-create[disabled]:active,
fieldset[disabled] .btn-create:active,
.btn-create.disabled.active,
.btn-create[disabled].active,
fieldset[disabled] .btn-create.active {
    background-color: #FFFFFF;
    border-color: #000000;
}

.btn-create .badge {
    color: #FFFFFF;
    background-color: #000000;
}

.modal-content {
    border-radius: 5px;
}

.modal-product .modal-header {
    border-radius: 8px 8px 0px 0px;
    background-color: #fff;
}

.btn-product-popup {
    min-height: 8px;
}

.btn-product-popup .product-button-info {
    text-align: left;
}

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.modal-product {
    border-radius: 4px;
}

.modal-product button {
    border-color: transparent !important;
}

.modal-product button:last-child {
    margin-bottom: 0px;
}

.modal-product hr:last-child {
    display: none;
}

legend>p {
    font-size: 15px;
}

ConcernedPartiesList {
    width: 100%
}

#ConcernedPartiesList .details-link {
    text-decoration: none;
}

#ConcernedPartiesList .details-link .row {
    border-radius: 5px;
}

#ConcernedPartiesList td div.row {
    margin: 0px;
}

#ConcernedPartiesList .details-link .row:hover {
    background-color: rgba(0, 114, 136, 0.2);
    border-color: rgb(0, 114, 136);
}

.entity-grid .action.create-action {
    background-color: transparent !important;
    color: black !important;
    border-radius: 8px !important;
    border-color: black !important;
}

.concernedPartiesTable .create-action {
    background: #fff !important;
    color: #222222 !important;
    border: 1px solid #464646 !important;
    font-family: "Public Sans" !important;
    font-size: 14px !important;
    font-weight: bold !important;
    letter-spacing: 0.5px !important;
    line-height: 18px !important;
    margin-left: 0 !important;
    margin-top: 10px;
    margin-bottom: 15px;
}

#portalWebFormStepEntityForm .btn-primary.create-action {
    padding: 15px 35px;
}

#EntityFormControl_abf972da0bc5ea11a812000d3aae647a p {
    color: #4D4D4D;
    font-family: "Public Sans";
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
}

#subgrid_concernedparties .toolbar-actions {
    float: left !important;
}

.modal-form .modal-header {
    text-align: center;
    font-weight: bold;
}

.modal-form .modal-header span.fa {
    display: none;
}

.form-custom-actions .btn {
    margin-top: 20px;
    padding: 16px 20px;
}

#EntityFormPanel .form-custom-actions {
    border-top: 1px solid #e5e5e5;
    padding: 19px 0 0 0;
    margin-top: -10px;
}

button.workflow-link {
    border-radius: 8px;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #222222;
    font-weight: 700;
    font-size: 16px;
}

button.workflow-link:hover {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    color: #222222;
}

#formBackButton {
    background-color: #F2F2F2;
    border: none;
    color: #222222;
    padding: 16px 35px !important;
    font-weight: bold;
}

.form-readonly {
    border: 1px solid #D1D1D1;
    border-radius: 7px;
    padding: 20px;
}

.form-readonly .control a {
    display: inline-block;
    /*pointer-events: none;*/
    /* Contact Rolf when changing this, related to signing doc parental consent*/
    color: #181818;
}

.form-summary .crmEntityFormView h2.tab-title {
    border-bottom: 0px solid #eee;
    font-size: 18px;
    color: #000000;
    font-family: "Public Sans";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    padding-top: 0;
    margin-top: -5px;
    margin-bottom: 20px;
}

#portalWebFormStepEntityForm div[data-name^="tab_"] {
    border-bottom: 1px solid #D7D7D7;
}

#portalWebFormStepEntityForm div[data-name^="tab_"]:last-child {
    border-bottom: 0px solid #D7D7D7;
}

.form-summary #ccp_customermobile::placeholder {
    color: white;
}

.form-summary #alert-notifications {
    margin-bottom: 35px;
}

.form-summary .crmEntityFormView .row.form-custom-actions {
    border-top: 0px solid #ccc;
    padding-right: 15px;
}

.form-summary .crmEntityFormView .info {
    float: left;
    width: 30%;
}

.form-summary .crmEntityFormView .form-control-cell .control,
.form-summary .crmEntityFormView .picklist-cell .control {
    clear: none;
    float: left;
    width: 70%;
}

.form-summary {
    border: 1px solid #D1D1D1;
    border-radius: 7px;
    padding: 20px;
}

.form-summary .form-readonly {
    border: initial;
    border-radius: initial;
    padding: initial;
}

.form-summary .info {
    float: left;
    width: 30%;
}

.form-summary .cell .control {
    clear: none !important;
    float: left;
    width: 70%;
}

.form-summary .cell.subgrid-cell .control {
    width: 100%;
}

.form-summary .form-control {
    padding: 0px;
}

table[data-name="section_gdpr"] .checkbox .checkmark {
    top: 0px;
}

.form-summary .crmEntityFormView .form-control {
    padding: 0;
}

.form-summary .crmEntityFormView .info>label {
    color: #4D4D4D;
    font-family: "Public Sans";
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
}

.form-summary .crmEntityFormView .crmEntityFormView fieldset {
    margin-bottom: 5px;
}

#EntityFormControl_4af8349b69c6ea11a812000d3aae647a #ConcernedPartiesList .col-xs-2 {
    padding-left: 0;
    padding-right: 0;
}

#EntityFormControl_4af8349b69c6ea11a812000d3aae647a #ConcernedPartiesList .col-xs-2 img.img-responsive {
    margin-top: -10px;
}

#EntityFormControl_4af8349b69c6ea11a812000d3aae647a #ConcernedPartiesList .col-xs-10 {
    padding-left: 0;
}

#EntityFormControl_4af8349b69c6ea11a812000d3aae647a #ConcernedPartiesList .col-xs-10 h4 {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 2px;
}

#EntityFormControl_af5dfc0fe814ea11a811000d3ab95cbc iframe,
#EntityFormControl_631c68b068aeeb118236000d3a4c63f9 iframe,
#EntityFormControl_44dd8eacbad5eb11bacc000d3a2df87b iframe,
#EntityFormControl_dd084a9b94d7eb11bacb000d3a2c340b iframe,
#EntityFormControl_44056e7f9177ec118d22000d3aae0f0b iframe,
#EntityFormControl_507af70643fdec1182e56045bd95521e iframe {
    height: 370px;
}

.nav-tabs>li {
    margin-bottom: -4px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #222222;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #222222;
    cursor: default;
    text-decoration: none;
    font-weight: bold;
}

.nav-tabs>li>a {
    color: black;
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
    margin-bottom: 3px;
}

.nav-tabs {
    margin: 40px 0;
}

.nav>ul.nav-tabs>li>a:hover,
.nav>ul.nav-tabs>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    color: black;
    font-weight: bold;
}

.crmEntityFormView .info>label {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 19px;
}

.description {
    font-size: 15px;
}

.crmEntityFormView div.description {
    margin-bottom: 6px;
}

/* CONTACT */
#contactCard .circle-icon-gray {
    height: 64px;
    width: 65px;
    background: #E8E8E8;
    border: 0;
    font-size: 27px;
    padding-left: 20px;
    padding-top: 18.5px;
}

#contactCard .vbx-icon-outlined-profile:before {
    color: #000000 !important;
}

#contactCard .col-xs-10 {
    padding-left: 17px;
}

#contactCard h2 {
    margin-top: 0px;
}

#contactCard {
    margin-bottom: 30px !important;
}

#contactCard h3 {
    margin-top: 0px;
}

#contactCard p {
    color: #626161;
    font-size: 14px;
    letter-spacing: 0.25px;
}

/* FORM MESSAGES */
div.message.success {
    background-color: #D9F1EB;
    border-color: #007456;
    color: #007456;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 15px;
    -ms-text-shadow: 0 0px 0 rgba(255, 255, 255, .5);
    text-shadow: 0 0px 0 rgba(255, 255, 255, .5);
    margin-bottom: 35px;
}

span#MessageLabel:before {
    content: '\2713\0020';
    padding-right: 10px;
}

/* NEWSLETTER */
p.explication {
    margin: 25px 0;
}

/* BOXES */
.boxes .box {
    padding: 0 25px;
    margin-top: 12px;
    border: 1px solid #E4E4E4;
    border-radius: 9px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.box .col-md-1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.box .col-md-9 {
    padding-left: 15 !important;
    margin-left: -2%;
}

.box .col-md-2 {
    padding-right: 0;
    margin-left: 15px;
}

.box .switch {
    margin-top: 25px;
    float: right;
}

.box img.picto {
    margin-top: 20px;
    margin-left: 10px;
}

.box p.description {
    margin-top: -5px;
}

.boxes .btn {
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: -15px;
}

.box .info {
    margin-left: 112px;
    margin-top: -50px;
}

.box h3 {
    margin-top: 19px;
}

.boxes .checkbox-cell {
    border: 1px solid #B1B1B1;
    border-radius: 7px;
    padding: 5px 10px;
    height: 77px;
    padding-left: 25px;
}

.boxes .checkbox-cell.checked {
    border: 1px solid #008489;
    border-radius: 7px;
    background-color: #F8FFFF;
}

.checkbox-cell label {
    color: #181818;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 20px;
}

.checkbox-cell .description {
    margin-top: -8px;
    color: #626161;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 18px;
}

.box-checkboxes .col-md-6 {
    padding-left: 0;
    padding-right: 12px;
    margin-bottom: 10px;
}

.box .cat-img {
    display: inline-block;
    margin-left: 40px;
    margin-top: -8px;
}

.box .checkmark {
    top: 8px;
}

/* MOST USED BUTTONS */
.col-lg-3 .col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
}

.mostasked {
    padding-right: 6px !important;
    padding-left: 6px !important;
    margin-bottom: 12px;
}

.mostasked .mostasked-title {
    flex: 1 0 0;
    color: var(--Text-Main, #2D2D2D);

    /* Body/Body2 */
    font-family: "Public Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    /* 146.154% */
    letter-spacing: 0.033px;
}

/* SERVICE PAGE */
.knowledgebase-article-content h1:first-child {
    display: none;
}

.knowledgebase-article-content a {
    font-weight: bold;
    text-decoration: underline;
}

.knowledgebase-info .requestbuttonmobile {
    display: none;
}

.knowledgebase-article-content .headerImg {
    margin-top: 0px;
}

.panel.panel-service {
    margin-top: 12px;
    margin-bottom: 200px;
    color: #626161;
    letter-spacing: 0.25px;
    line-height: 18px;
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.1);
}

.panel.panel-service .panel-body {
    padding: 30px;
    min-width: 300px;
}

.panel-service hr {
    border-top: 1px solid #D7D7D7;
    margin-top: 20px;
    margin-bottom: 20px;
}

.panel-service .field-value {
    color: #000;
    font-weight: bold;
    font-size: 16pt;
}

.panel-service {
    margin-top: 30px;
}

.knowledgearticle {
    font-family: "Public sans";
}

.knowledgearticle a {
    font-weight: bold;
    text-decoration: underline;
}

.knowledgearticle a:hover {
    text-decoration: none;
}

.knowledgearticle a.ka-title {
    text-decoration: none;
}

.row-readmore a {
    font-weight: bold;
    text-decoration: underline;
}

.row-readmore a:hover {
    text-decoration: none;
}

.knowledgearticle>h1:first-child {
    margin-top: 10px;
}

.well-product {
    border-radius: 5px;
    border: none;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 13px;
    background-color: #f2f2f2;
    color: #000000;
    box-shadow: none;
}

.well-product .vbx-icon-colored-alert {
    float: left;
}

.well {
    background-color: #f2f2f2;
}

.col-md-5.knowledgebase-info {
    position: sticky;
    top: 0;
}

a.requestbuttondesktop span:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -23px;
}

/* MODAL */
.modal-body .navbar-brand {
    padding: 0px;
}

.modal-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.modal-body>h2 {
    /*display: none;*/
}

.modal-content {
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.1);
}

.modal-title {
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.modal-dialog {
    margin-top: 130px;
}

.modal-header {
    border-bottom: 1px solid #CECECE;
    padding-top: 21px;
    padding-bottom: 21px;
}

button.close {
    background: none;
    height: 44px;
    width: 44px;
    background-color: #F2F2F2;
    border-radius: 50%;
    margin-top: 0px;
    opacity: 1;
}

button.close:hover,
button.close:focus {
    opacity: 1;
}

button.close span {
    color: #2D2D2D;
    font-size: 30px;
}

table.section.section-to-popup {
    width: 100%;
}

element.style {}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    border: none;
    background-color: #007288 !important;
    border-color: #005d6e !important;
    color: white !important;
    background: rgb(0, 125, 130) !important;
    background: linear-gradient(223.7deg, #009EA2 0%, #007E83 100%) !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1143da;
    border-color: #1040d1;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #2f5fef;
    text-decoration: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    border: none;
    background-color: #007288 !important;
    border-color: #005d6e !important;
    color: white !important;
    background: rgb(0, 125, 130) !important;
    background: linear-gradient(223.7deg, #009EA2 0%, #007E83 100%) !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1143da;
    border-color: #1040d1;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #2f5fef;
    text-decoration: none;
}

a,
a:hover,
a:focus {
    color: #018B90;
}

a:hover,
a:focus {
    color: #0f3cc3;
    text-decoration: underline;
}

a:active,
a:hover {
    outline: 0;
}

a,
a:hover,
a:focus {
    color: #018B90;
}

a:hover,
a:focus {
    color: #0f3cc3;
    text-decoration: underline;
}

a:active,
a:hover {
    outline: 0;
}

.btn-login {
    padding: 15px 50px;
}

.btnlink {
    margin-top: 20px !important;
}

.btn.btn-link {
    color: #00BABE;
}

.panel-documents span.vbx-icon-outlined-download {
    font-size: 23px;
    margin-left: -2px;
}

.panel-documents a.btn.btn-link:hover {
    background-color: #d8d8d8;
    border-radius: 50%;
    height: 44px;
    width: 44px;
}

.page-copy {
    margin-bottom: 40px;
}

.validators {
    height: 0;
}

/*Page demande d'état civil*/
.infobulle {
    display: none;
    /* en attendant le champ*/
}

.infobulle .infobulle-mark {
    display: inline-block;
    color: #FFFFFF;
    background-color: #1A86DC;
    font-size: 10px;
    font-weight: bold;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    text-align: center;
}

.infobulle .infobulle-mark p {
    margin-top: -2px;
}

.infobulle .infobulle-content {
    display: none;
}

.infobulle .infobulle-content .infobulle-text {
    background-color: #2D2D2D;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.09);
    color: #FFFFFF;
    width: 467px;
    border-radius: 8px;
    padding: 15px;
}

.infobulle:hover .infobulle-content {
    display: block;
}

.infobulle .arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 7px solid black;
    margin-left: 15px;
}

/* popover */
.popover.popover-description {
    background-color: #2d2d2d;
    color: white;
    padding: 15px;
    border-radius: 8px;
    max-width: 100%;
}

.popover.popover-description>.arrow:after {
    border-bottom-color: #2d2d2d;
}

/* BASIC PAGE */
.container-basic-page a {
    color: #018B90;
    text-decoration: underline;
    font-weight: bold;
}

.container-basic-page .btn-back {
    color: #222222;
}

.return,
.return:hover span {
    color: #222222;
    font-family: "Public Sans";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 18px;
}

.container-basic-page h1 {
    margin-top: 21px;
    margin-bottom: 20px;
}

.container-basic-page h2 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.list-group {
    margin-top: 30px;
}

.list-group-item,
.list-group-item:first-child,
.list-group-item:last-child {
    margin: 15px 0px;
    padding: 25px;
    border-radius: 10px;
}

.list-group h3 {
    font-size: 16px;
}

.list-group p {
    font-size: 13px;
    color: #3C57E1;
}


.list-group-item>h3 {
    margin-top: initial;
}

.form-search .form-control {
    margin-bottom: initial;
}

.btn-icon>span[class^="vbx-icon"],
.btn-icon>span[class*="vbx-icon"] {
    margin-right: 16px;
}

.btn-icon {
    text-align: initial;
}

.btn-icon>span {
    vertical-align: middle;
}

.page-header>.breadcrumb {
    margin-bottom: 5px;
}

.page-header>h1 {
    margin-top: 0px;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb>li a {
    color: #6C6C6C;
    font-size: 14px;
}

#cookieNav span.vbx-icon-outlined-web.circle-icon.circle-icon-black {
    display: none;
}

.panel-case>.panel-body {
    padding: 0px;
}



.btn-primary-outlined {
    color: #008489;
    background-color: #FFFFFF;
    border-color: #008489;
    border-radius: 8px !important;
    padding: 16px 16px !important;
}

.btn-primary-outlined:hover,
.btn-primary-outlined:focus,
.btn-primary-outlined:active,
.btn-primary-outlined.active,
.open .dropdown-toggle.btn-primary-outlined {
    color: #008489;
    background-color: #FF00000D;
    border-color: #008489;
}

.layout-simple-form .btn-primary-outlined:hover {
    background: #F0FFFF;
}

.layout-simple-form .btn-primary-outlined span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.57px;
}

.layout-simple-form .btn-primary-outlined .vbx-icon-outlined-print:before,
.layout-simple-form .btn-primary-outlined .vbx-icon-outlined-email:before,
.layout-simple-form .btn-primary .vbx-icon-outlined-download:before {
    font-size: 20px;
}

.btn-primary-outlined:active,
.btn-primary-outlined.active,
.open .dropdown-toggle.btn-primary-outlined {
    background-image: none;
}

.btn-primary-outlined.disabled,
.btn-primary-outlined[disabled],
fieldset[disabled] .btn-primary-outlined,
.btn-primary-outlined.disabled:hover,
.btn-primary-outlined[disabled]:hover,
fieldset[disabled] .btn-primary-outlined:hover,
.btn-primary-outlined.disabled:focus,
.btn-primary-outlined[disabled]:focus,
fieldset[disabled] .btn-primary-outlined:focus,
.btn-primary-outlined.disabled:active,
.btn-primary-outlined[disabled]:active,
fieldset[disabled] .btn-primary-outlined:active,
.btn-primary-outlined.disabled.active,
.btn-primary-outlined[disabled].active,
fieldset[disabled] .btn-primary-outlined.active {
    background-color: #FFFFFF;
    border-color: #008489;
}

.btn-primary-outlined .badge {
    color: #FFFFFF;
    background-color: #008489;
}

.sectionPopup_cancel {
    background-color: #eeeeee !important;
    border: none;
    color: black !important;
    padding: 16px 25px !important;
    font-size: 14px !important;
    font-weight: 500;
}

.sectionPopup_cancel:hover {
    background-color: #D9D9D9 !important;
}


/* auto complete */
.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: relative;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    max-height: calc(7 * 42px);
    overflow-y: auto;
    background: #fff;
    margin-top: 20px;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.search-focused {
    z-index: 2;
    background-color: white;
    border-radius: 40px;
}

.search-focused .searchbar {
    border: 2px solid #018B90;
}

.search-overlay {
    background-color: rgba(45, 45, 45, 0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}


/* Google translate */
.goog-te-banner-frame {
    display: none;
}

.goog-te-gadget {
    display: none;
}


.alert.alert-vbx {
    text-align: center;
    background-color: black;
    color: white;
}


.entity-notes a.addnote {
    float: none;
}

/*Phone country code dropdown*/
a>img.countryFlag {
    width: 20px;
    height: 15px;
    padding-right: 5px;
}

span.countryFlag {
    margin-bottom: -5px;
}

span>img.countryFlag {
    width: 40px;
    height: 35px;
    padding-right: 10px;

}

span>span.countryNameSelect {
    display: none;

}

.bootstrap-select {
    width: auto !important;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 7px;
}

.bootstrap-select.btn-group .dropdown-toggle {
    padding-right: 25px;
    padding-left: 40px;
}

#countryCodeSelect_telephone1 button {
    padding-bottom: 14px;
}


#countryCodeSelect_ccp_customermobile button {
    height: 50px;
    width: 148px;
}

#countryCodeSelect_ccp_customermobile .dropdown-menu {
    margin-top: -16px;
}

/* HELP ICON PADDING NEXT TO LABEL */
.glyphicon-question-sign {
    padding-left: 5px;
}

/* REQUEST */
select#entitylist-filters {
    display: none;
}

#dropdown-filter-cases {
    display: inline-block;
    margin-left: 10px;
}

#dropdown-filter-cases .is-selected::before {
    position: absolute;
    left: 1.4rem;
    content: '✓';
    font-weight: 600;
}

#dropdown-filter-cases .dropdown-menu {
    padding: 10px;
    margin-top: -37px;
    margin-left: -2px;
    border-radius: 5px;
}

#dropdown-filter-cases .dropdown-menu li {
    padding: 3px;
}

#dropdown-filter-cases .dropdown-menu li a {
    font-size: 16px;
}

.bingLogoContainer {
    display: none !important;
}



/* badges  */
.badge {
    padding: 2px 12px;
    color: black;
    font-size: 14px;
    font-weight: normal;
    margin-top: -4px;
    background-color: #e5e5e5;
}

.badge-ongoing {
    background-color: #FEF3EF;
}

/*input#ccp_customerid_name, button.btn.btn-default.clearlookupfield, button.btn.btn-default.launchentitylookup {
        min-width: 538px;
        width: 100%;
        border-radius: 5px;
}
*/
/* GREENERY - VEGETALISER */
input#ccp_customerid_name,
button.btn.btn-default.clearlookupfield,
button.btn.btn-default.launchentitylookup {
    /*    display: none !important;
*/
}

.MicrosoftMap .as_img.maps_address {
    margin: 5px 4px 0 5px;
    height: 32px !important;
    background-image: none !important;
    font-family: 'vbx-icons-outlined' !important;
}

.MicrosoftMap .as_img.maps_address::before {
    content: "\e924";
    color: #2d2d2d;
}

.MicrosoftMap .as_container_search {
    width: 621px !important;
}

div#ccp_lov_projecttypeid_InlineSelector {
    padding-right: 15px;
}

.form-summary .crmEntityFormView #the-count {
    display: none;
}

.modal-form .form-close {
    background: none;
    height: 44px;
    width: 44px;
    background-color: #F2F2F2;
    border-radius: 50%;
    margin-top: 0px;
    opacity: 1;
    top: 14px !important;
}

.modal-form .form-close span {
    color: #2D2D2D;
    font-size: 30px;
}

#ConcernedPartiesList {
    margin-left: 0 !important;
}

#ConcernedPartiesList .row.vertical-align {
    padding: 17px 0;
    margin-bottom: 10px;
}

#ConcernedPartiesList h4 {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 2px;
    margin-top: 0;
}

#ConcernedPartiesList a {
    margin-right: 15px;
}

#ConcernedPartiesList .col-xs-2 {
    padding-right: 0;
}

#ConcernedPartiesList span {
    color: #626161;
    font-size: 16px;
}

#ConcernedPartiesList a span {
    color: #00BABE;
}

#ConcernedPartiesList a {
    display: inline;
}

#EntityFormControl_abf972da0bc5ea11a812000d3aae647a_EntityFormView .grid-actions {
    border-bottom: 0px solid #D7D7D7;
}

table[data-name="section_charter"] .info.required {
    display: none !important;
}

.crmEntityFormView .actions {
    margin-top: -10px;
}

.description.below.check-reglement {
    /*  padding-left: 37px;*/
    padding-left: 37px;
    /*    padding-top: 34px; */
    padding-top: 34px;
}

.description.below.check-reglement-horeca {
    padding-left: 37px;
}

.description.below.check-reglement-documentscomplete {
    /*  padding-left: 37px; */
    padding-left: 37px;
    /*    padding-top: 32px; */
    padding-top: 14px;
    margin-top: -8px;
    color: #626161;
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 18px;
}

.description.below.check-reglement.driving-license-agreements {
    padding-top: 8px !important;
}

#ccp_projectdescription_label,
#ccp_organisationname_label {
    margin-top: 15px;
}

.tab-column table #ccp_organisationname_label,
.tab-column table #ccp_projectdescription_label {
    margin-top: 0;
}

.tab-column #ccp_projectdescription {
    color: #181818;
}

.tab-column .form-control {
    background-color: #fff;
}

.tab-column .form-control:focus {
    outline: none;
}

#ccp_charteraccepted_label {
    visibility: hidden;
}

table[data-name="section_charter"] .info.required {
    display: none !important;
}

table[data-name="section_gdpr"] .info.required {
    display: none !important;
}

table[data-name="section_consent"] .info {
    display: none !important;
}


table[data-name="section_charter"],
table[data-name="section_consent"] {
    border-top: 1px solid #d7d7d7;
}

div[data-name="tab_concernedparties"] iframe {
    height: 818px !important;
}

.description.below.check-reglement {
    /*border-top: 1px solid #d7d7d7;
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 35px;*/
}

.btn-product {
    min-height: 180px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #fff;
    padding: 0px;
    color: #181818;
    font-family: "Public Sans";
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: center;
}

.btn-product .product-image {
    border-radius: 8px;
    height: 129px;
}

.btn-product:hover,
.btn-product:focus,
.btn-product:active,
.btn-product.active {
    border: 1px solid #008489;
    border-radius: 8px;
    background-color: #F0FFFF;
    outline: none !important;
}

.greenery-type {
    margin: 5px 0 15px 0;
    padding-right: 0;
}

.greenery-type button {
    padding: 10px 0;
}

.greenery-type button img {
    margin-bottom: 15px;
}

button[data-id="ccp_locationaddresslinecountrycodeselect"],
button[data-id="ccp_customermobilecountrycodeselect"] {
    /* padding-top: 6.7px;
    padding-bottom: 6.7px; */
}

.btn-product-popup {
    padding: 14px;
    min-height: auto;
    width: 70% !important;
    border: 1px solid #767676;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: none;
    background: url(/images/arrow_down_select.png) no-repeat right !important;
    -webkit-appearance: none;
}

.btn-product-popup:hover,
.btn-product-popup:focus,
.btn-product-popup:active,
.btn-product-popup.active {
    border: 1px solid #767676;
    border-radius: 5px;
    background-color: #FFFFFF;
    outline: none !important;
}

.btn-product-popup-content {
    color: #181818 !important;
    font-family: "Public Sans";
    font-size: 16px;
    letter-spacing: 0.25px;
}

#the-count {
    float: right;
    color: #3A3838;
    font-family: "Public Sans";
    font-size: 15px;
    letter-spacing: 0.38px;
    margin-top: -40px;
    margin-right: 15px;
    z-index: 9000;
    position: relative;
}

#ccp_projectdescription {
    color: #767676;
    font-family: "Public Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}

.modal-product .btn-product {
    box-shadow: none;
    border: none;
    min-height: 150px;
}

.modal-product .btn-product .product-image {
    height: 106px;
    width: 106px;
}

.modal-product .btn-product .vertical-align {
    align-items: unset !important;
}

.modal-product .btn-product h4 {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    color: #000000;
    font-family: "Public Sans";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
}

.modal-product hr {
    margin-top: 0;
    margin-bottom: 0;
}

.modal-product .btn-product p {
    color: #626161;
    font-family: "Public Sans";
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 18px;
}

.btn-product-popup-content .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}

.btn-product-popup-content .col-sm-3 img {
    border-radius: 8px;
    height: 75px;
    width: 100%;
}

.btn-product-popup-content .product-button-info h4 {
    color: #181818;
    font-family: "Public Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 5px;
    padding-bottom: 0;
}

.btn-product-popup-content .product-button-info p {
    color: #626161;
    font-family: "Public Sans";
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 17px;
}

#EntityFormControl_f65deda3c611ea11a811000d3ab95cbc_EntityFormView .tab-title {
    border-bottom: 0px solid #eee;
}

#EntityFormControl_f65deda3c611ea11a811000d3ab95cbc_EntityFormView div[data-name="tab_location"] {
    border-bottom: 1px solid #D7D7D7;
}

#EntityFormControl_abf972da0bc5ea11a812000d3aae647a_EntityFormView div[data-name="tab_concernedparties"] {
    border-bottom: 1px solid #D7D7D7;
}

#EntityFormControl_af5dfc0fe814ea11a811000d3ab95cbc_EntityFormView div[data-name="tab_documents"] {
    border-bottom: 1px solid #D7D7D7;
}

#EntityFormControl_3de50853fbc0ea11a812000d3aae647a_EntityFormView legend.section-title {
    color: #000000;
    font-family: "Public Sans";
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 30px;
    margin-bottom: 20px;
    border-top: 1px solid #d7d7d7;
    padding-top: 40px;
}

#EntityFormControl_3de50853fbc0ea11a812000d3aae647a_EntityFormView legend.section-title p {
    font-weight: normal;
    margin-top: 20px;
}

div.section {
    border-bottom: 1px solid #D7D7D7;
}

div.section:last-child {
    border-bottom: none;
}

.row.row-attribute {
    margin-bottom: 20px;
}

.row.row-attribute .attribute-value {
    color: #181818;
}


.row.row-attribute .attribute-value a {
    margin: 0px;
}

a.details-link .vbx-icon-outlined-refresh:before {
    color: #008489;
}

.view-grid a {
    color: #008489;
    display: block;
}

.view-grid a.details-link {
    font-family: 'Public Sans', sans-serif !important;
    color: #4D4D4D;
    font-size: 18px;
    font-weight: 300;
}

.description.convert-description-to-placeholder {
    display: none;
}

.description.hidden-description {
    display: none;
}

.section-card ul.section-card-information {
    list-style: none;
    padding-left: 0px
}

.section-card ul.section-card-information li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #626161;
}

.section-card ul.section-card-information li.h3 {
    color: #000;
}

.translate-lookup {
    display: none;
}

.translate-lookup.translated {
    display: block;
}

.crmEntityFormView div.info.required label:after {
    content: ' *';
    color: red;
    /*ADD COLOR RED - /J */
}

.form-summary .form-title {
    margin: -20px -20px 20px -20px;
    background-color: #F2F2F2;
    padding: 20px;
    border-radius: 7px 7px 0px 0px;
}

.form-summary .form-title h2 {
    margin: 0px;
}

.form-action-container-right {
    text-align: right;
}

.PortalWebForm .form-custom-actions {
    display: none;
}

.btn-cancel {
    background-color: #F2F2F2;
    border: none;
    color: #222222;
    padding: 16px 35px !important;
    font-weight: bold;
}

.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:active,
.btn-cancel.active,
.open .dropdown-toggle.btn-cancel {
    color: #222222;
    background-color: #D9D9D9;
    border-color: #F2F2F2;
}

.btn-cancel:active,
.btn-cancel.active,
.open .dropdown-toggle.btn-cancel {
    background-image: none;
}

.btn-cancel.disabled,
.btn-cancel[disabled],
fieldset[disabled] .btn-cancel,
.btn-cancel.disabled:hover,
.btn-cancel[disabled]:hover,
fieldset[disabled] .btn-cancel:hover,
.btn-cancel.disabled:focus,
.btn-cancel[disabled]:focus,
fieldset[disabled] .btn-cancel:focus,
.btn-cancel.disabled:active,
.btn-cancel[disabled]:active,
fieldset[disabled] .btn-cancel:active,
.btn-cancel.disabled.active,
.btn-cancel[disabled].active,
fieldset[disabled] .btn-cancel.active {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
}

.btn-cancel .badge {
    color: #F2F2F2;
    background-color: #222222;
}

.row.equal-height-columns {
    display: flex;
    flex-wrap: wrap;
}

/* COOKIEBOT */
a#CybotCookiebotDialogBodyLevelButtonAccept,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #0088a1 !important;
    border-color: #0088a1 !important;
    border: none;
    color: white !important;
    border-radius: 8px !important;
    background: rgb(0, 132, 137) !important;
    background: linear-gradient(223.7deg, #00BABE 0%, #008489 100%) !important;
    font-weight: 500;
}

/* Onboarding */
/*.modal-onboarding iframe {
    height:500px !important;
}*/
/* Onboarding */
.onboarding-content h3 {
    margin-bottom: 20px;
}

.onboarding-content {
    margin-bottom: -50px;
}

#EntityFormControl_0a0bdbd81783eb11a812000d3abf107c_EntityFormView {
    display: none;
}

#EntityFormControl_aecbf4e91883eb11a812000d3abf107c .crmEntityFormView fieldset {
    margin-bottom: 0;
}

.panel-hover:hover,
.panel-documents:hover {
    -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 8px rgb(0 0 0 / 30%);
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
}


td.day.disabled button {
    cursor: not-allowed;
    color: #eee;
}

.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: #eee;
}

.form-summary input:checked~.checkmark {
    cursor: not-allowed;
}

/* Notifications */
.panel-notification {
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    box-shadow: none;
}

.panel-notification:first-child {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.panel-notification:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom: 0;
}

.panel-notification .circle-icon {
    background-color: #F2F2F2;
    top: 2px;
    margin-right: 10px;
    width: 50px;
    height: 50px;
}

.panel-notification .circle-icon:before {
    font-size: 25px;
    display: block;
    margin-top: 3px;
    margin-left: 2px;
}

.panel-notification .notification-infos {
    padding: 5px;
    justify-content: center;
}

.notification-time {
    margin-top: 5px;
    color: #767676;
}

.panel-notification p,
.notification-time p {
    margin-bottom: 0;
}

.panel-notification p {
    margin-left: 10px;
}

.panel-notification .notification-new {
    background-color: rgba(0, 151, 157, 0.05);
}

.panel-notification .notification-new .vbx-icon-filled-requests:before {
    color: white;
}

.panel-notification .notification-new .circle-icon {
    background-color: #008489;
}

.panel-notification .notification-new .notification-time {
    color: #008489;
    font-weight: bold;
}

.panel-notification-all {
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
    border-radius: 7px;
}

/* Terminal */
body.kiosk .hideonterminal {
    display: none;
}

.terminalonly {
    display: none;
}

.table.table-quote th {
    white-space: nowrap;
}

.table.table-quote td {
    width: 1%;
    white-space: nowrap;
}



/* Context selection */
.btn-context {
    background-color: #FFFFFF;
    border-color: #B1B1B1;
    text-align: left;
}

.btn-context:hover,
.btn-context:focus,
.btn-context:active,
.btn-context.active,
.open .dropdown-toggle.btn-context {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #B1B1B1;
}

.btn-context:active,
.btn-context.active,
.open .dropdown-toggle.btn-context {
    background-image: none;
}

.btn-context.disabled,
.btn-context[disabled],
fieldset[disabled] .btn-context,
.btn-context.disabled:hover,
.btn-context[disabled]:hover,
fieldset[disabled] .btn-context:hover,
.btn-context.disabled:focus,
.btn-context[disabled]:focus,
fieldset[disabled] .btn-context:focus,
.btn-context.disabled:active,
.btn-context[disabled]:active,
fieldset[disabled] .btn-context:active,
.btn-context.disabled.active,
.btn-context[disabled].active,
fieldset[disabled] .btn-context.active {
    background-color: #FFFFFF;
    border-color: #B1B1B1;
}

.btn-context .badge {
    color: #FFFFFF;
    background-color: #000000;
}

.btn-context.disabled {
    cursor: wait;
}

.btn-context .row {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.btn-context-save.disabled {
    cursor: wait;
}

.contextselection h3 {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 700;
}

.contextselection {
    margin-top: -20px;
}

.contextselection p {
    font-size: 14px;
    color: #626161;
}

.contextselection .glyphicon-chevron-right {
    color: #0B0B0B;
}

.contextselection .btn {
    margin-bottom: 10px;
}

.contextselection a:hover,
.contextselection button:hover {
    background-color: #f5f5f5;
}



/* End Context Selection */

/* Header context */
.username-context {
    float: left;
    margin-top: -11px;
}

.username-context .username {
    margin-bottom: 5px;
}

.user-context .caret {
    margin-top: 10px;
    margin-left: 20px;
}

.context-connected-as-name,
.context-connected-as {
    font-size: 12px;
    line-height: 3px;
}

.context-connected-as {
    color: #767676;
}

.user-context .circle-icon.circle-icon-black {
    float: left;
    margin-right: 15px;
}

.context-separation {
    width: 1px;
    height: 52px;
    background-color: #D7D7D7;
    display: block;
    float: left;
    margin-left: 5px;
}

.navbar-default .navbar-nav>li.user-context>a:hover,
.navbar-default .navbar-nav>li.user-context>a:focus {
    height: 52px;
}

#navbarPOC .dropdown-menu>li>a:focus,
#navbarPOC .dropdown-menu>li>a:hover {
    border: none;
}

.user-context .dropdown-menu>li>a {
    margin-left: 0;
}

.user-context .active a,
.user-context .active a:hover,
.user-context .active a:focus {
    background-color: #f5f5f5;
}


.lookup.family-member-lookup-to-child-select {
    display: none;
}

.lookup.family-member-lookup-to-child-select~* {
    display: none;
}

#navbarPOC .dropdown-menu .vbx-icon-outlined-profile:before {
    color: #767676 !important;
}

#navbarPOC .dropdown-menu span.vbx-icon-outlined-profile {
    display: inline-block;
}

.request-popup {
    margin-top: 100px;
}

/* SUMMARY */
#summarydemand img {
    border-radius: 15px;
}

#summarydemand .summary-creationdate,
#summarydemand .summary-number {
    margin-bottom: 15px;
}

#summarydemand .summary-title {
    margin-bottom: 20px;
    font-size: 32px;
}

#summarydemand .summary-icon {
    height: 34px;
}

#summarydemand .summary-status {
    padding-top: 10px;
    display: inline-block;
    padding-left: 7px;
}

.appointment-summary .glyphicon {
    margin-right: 16px;
}

.table-services .checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.table-services .checkbox .checkmark {
    top: 0px;
}

/* appointments */
.datepicker .active {
    background-color: #199CA0 !important;
}

.datepicker td.day:hover:not(.active),
.datepicker th.next:hover,
.datepicker th.prev:hover,
.datepicker th.picker-switch:hover,
.datepicker span.month:hover:not(.active),
.datepicker span.year:hover:not(.active),
.datepicker span.decade:hover:not(.active) {
    background-color: #EAF6F6 !important;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #199CA0 !important;
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff !important;
}

.no-padding {
    padding: 0;
}

.bold {
    font-weight: 700;
}

.light {
    font-weight: 300;
}

.semi-bold {
    font-weight: 600;
}

.btn-appointment {
    padding: 15px !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: fit-content;
    margin: 5px;
}

.appointment-card {}

#btnSchedule {
    margin-bottom: 20px;
}

.dialog-background {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(181, 181, 181, 0.8);
    z-index: 9999;
    display: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dialog-content {
    background-color: white;
    text-align: center;
    padding: 40px;
    border-radius: 10px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loader {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.loader::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 50px;
    height: 50px;
    border-style: solid;
    border-color: #199CA0;
    border-top-color: transparent;
    border-width: 7px;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.d-flex {
    display: flex;
}

.d-center {
    align-items: center;
}

.warning-icon {
    color: #FF9A1A;
    font-size: 5em;
    margin-bottom: 20px;
}

.requestbuttondesktop {
    margin-top: 20px;
}

.appointment-card-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 15px;
}

.appointment-button-container {
    display: flex;
    justify-content: flex-end;
    /*    flex-wrap: wrap;      */
}

.appointment-card-text-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.required-field::after {
    content: ' *';
    color: #a94442;
}


/*.datepicker td.day {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.center-columns {
    display: flex;
    align-items: center;
}

.hide-lookup-name {
    display: none;
}

#loader::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 50px;
    height: 50px;
    border-style: solid;
    border-color: #199CA0;
    border-top-color: transparent;
    border-width: 7px;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none;
}

.form-button-container {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}

.alert {
    border-radius: 4px;
}

#search-page select {
    width: -moz-max-content;
}

.kiosk-margin {
    margin-bottom: 20px;
}

.ka-content a.ka-title>h2 {
    border-top: 1px solid #C5C5C5;
    padding-top: 21px;
}

.ka-content a.ka-title>h2:first-chiild {
    border-top: none;
}


.ka-content a.ka-title>h2:after {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    float: right;
    color: black;
    font-size: 14px;
}

.ka-content a.ka-title.collapsed>h2:after {
    content: "\e114";
}

.img-btn {
    display: flex;
    align-items: center;
}

.img-btn-icon {
    height: 30px;
    margin: 0px 10px;
}

.highlight-button-wrapper {
    position: relative;
}

.highlight-button {
    display: inline-block;
    position: relative;
    line-height: 6ex;
    margin-top: 15px;
    border-color: #009D74;
    color: black;
    margin-bottom: 10px;
}

.highlight-label {
    position: absolute;
    z-index: 1;
    left: 1em;
    background-color: #009D74;
    padding: 0 10px;
    color: white;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 15px;
}

.highlight-label::before {
    content: "★ ";
}

.btn-login-secondary {
    border-color: #D7D7D7 !important;
    color: black !important;
}

.btn-tertiary {
    border-width: 0;
    background-color: #f2f2f2;
    font-size: 14px;
    padding: 16px 25px;
    border-radius: 8px !important;
    color: black;
    font-weight: 500;
}

.btn-tertiary:hover {
    background-color: #bfbfbf;
    color: white;
}

div#ccp_hiddentags {
    display: none !important;
}

.ka-introduction {
    transition: height 200ms ease 0s;
    overflow: hidden;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.no-style-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}


#initial-page-descr {

    color: #4D4D4D !important;
    font-family: "Public Sans" !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
}

#initial-page-link {
    font-weight: bold;
    text-decoration: underline;
    color: #018B90;
}

div.row.row-ka>div {
    padding-bottom: 15px
}

/* HIDE A FIELD */

#ccp_pp_duration {
    display: none;
}

/* RESIZE */

#EntityFormControl_3de50853fbc0ea11a812000d3aae647a #countryCodeSelect_ccp_locationaddressline .btn {
    height: 50.85px;
}

@media (max-width: 1280px) {

    #EntityFormControl_ce6deaca97aaec11983f002248852924,
    #resize {
        width: 100%;
    }

    #EntityFormControl_5db0380e31f2ec11bb3d000d3a4787bc {
        width: 100%;
    }
}

@media (min-width: 1300px) {

    #EntityFormControl_ce6deaca97aaec11983f002248852924,
    #resize {
        width: 700px;
    }

}

.fa-arrow-up {
    display: none !important;
}

.fa-arrow-down {
    display: none !important;
}

/* SUMMARY PAGE - ADD SPACE */

.kiosk-button {
    line-height: 1.8 !important;
}

/* Bannière Google Translate*/
.skiptranslate iframe {
    display: none;
    visibility: hidden;
}

td.day.disabled {
    color: rgba(119, 119, 119, 0.2) !important;
}

/* Change the font's link to a normal text*/
ul.voucher-list {
    border-radius: 8px;
    background-color: #F2F2F2;
    padding: 16px;
}

.voucher {
    padding: 15px;
}

.voucher:last-child {
    margin-bottom: 0px;
}

#ccp_description.hideJSON {
    display: none !important;
}

strong {
    font-weight: bold;
}

#EntityFormControl_da7c232a0132ee11bdf46045bd8c966b_EntityFormView {
    display: inline !important;
}


.form-summary select.form-control.voucher-filter {
    color: #000000;
    font-family: "Public Sans";
    font-size: 13px;
    letter-spacing: 0.25px;
    line-height: 19px;
    width: fit-content;
    padding: 13px 44px 13px 15px;
    display: inline;
}

.voucher h4 {
    margin: 0;
    padding-top: 4px;
    padding-bottom: 4px;
}

.voucher .row:first-child {
    margin-top: 0;
}

.voucher .row {
    margin-top: 8px;
}

.voucher .voucher-status.label {
    font-size: 16px;
}

.voucher-unused {
    background-color: #D4F5E9;
    color: #007758;
}

.voucher-used,
.voucher-expired,
.voucher-revoked {
    background-color: #FFD3D3;
    color: #AA0000;
}

/* Style spécifique pour les boutons de pagination */

.pagination-system {
    text-align: center;
    margin-top: 20px;
}

.pagination-system button,
.pagination-filter button,
.pagination-system ul,
.pagination-filter ul {
    display: inline-block;
    /* Aligner les boutons et la liste de pagination horizontalement */
    vertical-align: middle;
    /* Pour aligner les éléments verticalement */
    margin: 5px;
    /* Ajouter de l'espace entre les éléments */
}

.pagination-system button {
    padding: 10px 10px;
    background-color: transparent;
    color: #4D4D4D;
    border: none;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
    width: 42px;
    height: 42px;
}

.pagination-filter button {
    padding: 10px 4px;
    background-color: transparent;
    color: #4D4D4D;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.pagination-system button:hover,
.pagination-filter button:hover,
.filter-selected {
    background-color: rgba(1, 139, 144, 0.2);
}

/* Styles supplémentaires pour la liste de pagination */
.pagination-list {
    list-style: none;
    display: inline-block;
    padding: 0;
}

.pagination-list li {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    padding: 5px 10px;
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
}

.pagination-list li:hover {
    background-color: rgba(1, 139, 144, 0.2);
}

.pagination-list li.active {
    background-color: rgba(1, 139, 144, 0.5);
    color: #4D4D4D;
    border: 1px solid #DCEBED;
}

.ticketing-kiosk-title {
    margin-bottom: 50px;
}

#EntityFormControl_22d0c9cd8821ee1199666045bd8f696f_EntityFormView,
#EntityFormControl_5db0380e31f2ec11bb3d000d3a4787bc_EntityFormView,
#EntityFormControl_21f139b3afe4ee11904c000d3a2487d0_EntityFormView,
#EntityFormControl_51d15dfb05e5ee11904c000d3a2487d0_EntityFormView,
#EntityFormControl_5541395d12e5ee11904c000d3a2487d0_EntityFormView,
#EntityFormControl_1a6e66dc12e5ee11904c000d3a2487d0_EntityFormView {
    border: none;
    padding: 0px;
}

#ccp_signingdocumenturl_label {
    font-family: Public Sans;
    font-size: 27px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
}

#phone-warning {
    width: 450px;
}

.ui-widget-content {
    background: #fff !important;
    font-size: 14px !important;
    opacity: 0.9 !important;
    color: #666 ! important;
}

/* PRIME */
.check-reglement-consent {
    color: var(--Text-Main, #2D2D2D);
    font-family: "Public Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.033px;
    padding-top: 34px;
    padding-left: 37px;
    padding-right: 200px;
}

.check-reglement-consent a {
    color: var(--Main-BLG, #008489);
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.033px;
    text-decoration-line: underline;
}

.check-reglement-consent a:hover {
    color: var(--Main-BLG, #40A5A8);
    text-decoration: underline;
}

.col-15 {
    width: 17.5%;
}

.col-25 {
    width: 25%;
}

.col-20 {
    width: 20%;
}

.col-30 {
    width: 30%;
}

.col-40 {
    width: 40%;
}

/* EVENT (Detail overview) */

.fullContainEvent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.containerEvent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.layoutEvent {
    display: flex;
    width: 628px;
    height: 64px;
    padding: 20px 30px;
    align-items: center;
    gap: 30px;
    border-radius: 6px;
    border: 1px solid var(--Border-Dark, #C5C5C5);
    background: var(--Basic-White, #FFF);
}

.layoutEventBlue {
    background: var(--Feedback-Neutral-Light, #E6F2FD);
}

.layoutEventGreen {
    background: var(--Feedback-Positive-Light, #D4F5E9);
}

.iconFillEvent {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
}

.frameTitleEvent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    flex: 1 0 0;
}

.frameTextTitleEvent {
    align-self: stretch;
    font-family: "Public Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 122.222% */
    color: var(--Basic-Black, #0B0B0B);
}

.frameTextTitleEventBlue {
    color: var(--Feedback-Neutral, #0030A6) !important;
}

.frameTextTitleEventGreen {
    color: var(--Feedback-Positive, #007758) !important;
}

.frameButtonEvent {
    display: flex;
    align-items: center;
    gap: 5px;
}

.buttonEvent {
    display: flex;
    height: 34px;
    padding: 15px 10px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
}

/* Effet au survol */
.buttonEvent:hover {
    transform: scale(1.05);
    /* Agrandit légèrement le bouton */
}

.titleButtonEvent {
    color: var(--Text-Main, #2D2D2D);
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.035px;
}

.iconBackEvent {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
}

/* Effet pour l'icône */
.iconBackEvent:hover path {
    fill: #0030A6;
    /* Change la couleur de l'icône au survol */
}

.titleEvent {
    width: 300px;

    color: var(--Text-Main, #2D2D2D);

    /* Body/Body1 - Medium */
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
}

.framebuttonEvent a {
    text-decoration: none;
    /* Retirer la décoration par défaut */
}

.framebuttonEvent a .buttonEvent {
    display: flex;
    height: 48px;
    padding: 15px 20px;
    align-items: center;
    gap: 10px;

    border-radius: 6px;
    background: var(--Main-BLG-Gradient, linear-gradient(78deg, #008489 -4.87%, #00BABE 106.4%));

    color: var(--Basic-White, #FFF);
    /* Texte blanc par défaut */
    transition: all 0.3s ease;
    /* Ajouter une transition pour l'effet d'illumination */
}

.framebuttonEvent a .buttonEvent:hover,
.framebuttonEvent a .buttonEvent:focus {
    text-decoration: none;
    /* Retirer la décoration au survol et focus */
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    /* Ajouter un effet d'illumination */
}

.framebuttonEvent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.buttonEditEvent {
    display: flex;
    height: 48px;
    padding: 15px 20px;
    align-items: center;
    gap: 10px;

    border-radius: 6px;
    border: 1px solid var(--Main-BLG, #008489);
}

.buttonIconEvent {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
}

.textIconEditEvent {
    display: flex;
    width: 20px;
    height: 19px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;

    color: var(--Main-BLG, #008489);
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.textEditEvent {
    color: var(--Main-BLG, #008489);
    text-align: center;

    /* Inputs/Button */
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.07px;
}

.checkBoxTrueEvent {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 2px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

    border-radius: 4px;
    background: var(--Main-BLG, #008489);
}

.checkBoxFrameImgEvent {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.checkBoxImgEvent {
    width: 16px;
    flex-shrink: 0;

    color: var(--Basic-White, #FFF);
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.checkBoxFalseEvent {
    width: 24px;
    height: 24px;
    flex-shrink: 0;

    border-radius: 4px;
    border: 1px solid var(--Grey-Grey-700, #767676);
    background: var(--Basic-White, #FFF);
}


/* CHECKBOX PROTAGONIST */

/* Style de base pour le container de checkbox personnalisé */
.custom-checkbox {
    width: 24px;
    height: 24px;
}

/* Style général du label pour checkbox personnalisé */
.custom-checkbox-label {
    display: block;
    position: relative;
    padding-left: 35px;
    /* espace pour le checkmark */
    margin-bottom: 12px !important;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Cache le vrai checkbox */
.custom-checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Style de base du checkmark personnalisé */
.custom-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border-radius: 4px;
    border: 1px solid var(--Grey-Grey-700, #767676);
    background: var(--Basic-White, #FFF);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Style lorsque le checkbox est coché */
.custom-checkbox-label input:checked~.custom-checkmark {
    background: var(--Main-BLG, #008489);
    /* couleur de fond quand coché */
    border: 1px solid var(--Main-BLG, #008489);
    padding: 2px;
}

/* Conteneur pour l'icône */
.checkmark-icon {
    display: none;
    /* Masqué par défaut */
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Affichage de l'icône lorsque le checkbox est coché */
.custom-checkbox-label input:checked~.custom-checkmark .checkmark-icon {
    display: flex;
}

/* Style pour l'image à l'intérieur du checkmark */
.checkmark-icon img {
    width: 16px;
    height: 16px;
    color: var(--Basic-White, #FFF);
    /* Assurez-vous que la couleur de l'icône est correcte */
    text-align: center;
}

.custom-checkbox.disabled-checkbox .custom-checkmark {
    background: var(--Main-BLG, #008489);
    /* Maintient la couleur de fond */
    border: 1px solid var(--Main-BLG, #008489);
    /* Maintient la bordure */
    cursor: not-allowed;
    /* Change le curseur pour indiquer que la case est non modifiable */
}


/* PROTAGONIST  */

.ListUserProtagonist {
    display: flex;
    padding: 15px 30px 15px 20px;
    align-items: center;
    gap: 15px;
    /*align-self: stretch; OR WIDTH*/
    min-width: 430px;
    border-radius: 6px;
    border: 1px solid var(--Border-Dark, #C5C5C5);
    background: var(--Basic-White, #FFF);
}

/* Style appliqué lorsque le checkbox est coché */
.ListUserProtagonist.checked {
    border-radius: 6px;
    border: 2px solid var(--Main-BLG, #008489);
    background: var(--Main-BLG-Lightest, #F2F9F9);
}

.infoProtagonist {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1 0 0;
}

.IconProtagonist {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ovalProtagonist {
    width: 43px;
    height: 43px;
    flex-shrink: 0;
    position: relative;
}

.ovalProtagonist svg {
    position: absolute;
    top: 0;
    left: 0;
}

.actionsProtagonist {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.populationProtagonist {
    align-self: stretch;
    color: var(--Text-Main, #2D2D2D);
    font-family: "Public Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 122.222% */
}

.adressProtagonist {
    align-self: stretch;
    color: var(--Text-Secondary, #767676);
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.035px;
}


.btn-self-service-kiosk-logout {
    font-size: 14px;
    background-color: black;
    color: white;
    border-radius: 10px;
    padding: 11px 16px 13px 15px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    box-shadow: 0 0 4px #ccc;
    margin-top: 3px !important;
}

.btn-self-service-kiosk-logout:hover {
    color: white;
}


/* SIGNATURE */

.startDivSign {
    margin-top: -50px;
    display: flex;
    width: 560px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 50px;
}

.titleDivSign {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.divReturnSign {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
}

.divReturnWhiteSign {
    border: none;
    background-color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
}

.contentReturnSign {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
}

.textReturnSign {
    color: var(--Basic-Black, #0B0B0B);
    text-align: center;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.07px;
}

.contentTitleSign {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.titleTypeSign {
    color: var(--Text-Main, #2D2D2D);
    font-family: "Public Sans";
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    /* 114.815% */
}

.desciptionTypeSign {
    align-self: stretch;
    color: var(--Text-Secondary, #767676);
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}

.contentDivSign {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.divTutoSign {
    display: flex;
    padding: 20px 30px;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid var(--Border-Dark, #C5C5C5);
    background: var(--Basic-White, #FFF);
}

.divTutoSign:hover {
    border: 2px solid #0088a1;
    /* Bordure solide au survol */
}

.divTutoSign.completed {
    background: var(--Feedback-Positive-Light, #D4F5E9);
}

.newTitleStyle {
    align-self: stretch;
    color: #007758;
    font-family: "Public Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.divespaceSign {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1 0 0;
}

.iconCircleSign {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
}

.directionRightSign {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
}

.contentTutoSign {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    flex: 1 0 0;
}

.tutoTitleSign {
    align-self: stretch;
    color: var(--Text-Main, #2D2D2D);
    font-family: "Public Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 122.222% */
}

.tutoDescriptionSign {
    align-self: stretch;
    color: var(--Text-Secondary, #767676);
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.035px;
}

.footerSign {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.lignSign {
    width: 100%;
    height: 1px;
    background: #DADADA;
}

.divFooterSign {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

.buttonFinalSign {
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: var(--Main-BLG-Gradient, linear-gradient(78deg, #008489 -4.87%, #00BABE 106.4%));
}

.buttonTextSign {
    color: var(--Basic-White, #FFF);
    text-align: center;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.07px;
}

.divMessageSign {
    display: flex;
    padding: 15px 20px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    background: var(--Feedback-Neutral-Light, #E6F2FD);
}

.divIconMessageSign {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
}

.iconMessageSign {
    display: flex;
    width: 20px;
    height: 19px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: var(--Feedback-Neutral, #0030A6);
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.messageSign {
    color: var(--Text-Main, #2D2D2D);
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}

.messageBrowserSign {
    width: 468px;
    color: var(--Text-Main, #2D2D2D);
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 137.5% */
}

.divBrowserSign {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.divContentBrowserSign {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

.separeteBrowserSign {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
}

.browserSign {
    display: flex;
    padding: 20px 15px 15px 15px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid var(--Border-Main, #DADADA);
}

.imgBrowserSign {
    width: 70px;
    height: 70px;
}

.txtBrowserSign {
    color: var(--Text-Main, #2D2D2D);
    text-align: center;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}

a .browserSign,
a .txtBrowserSign {
    display: flex;
    /* Le lien devient un conteneur flex */
    align-items: center;
    /* Centrer verticalement les enfants dans le lien */
    text-decoration: none;
}

.transparentLinkSign {
    display: contents;
    /* Rend ce lien transparent */
}

.transparentLinkSign:hover,
.transparentLinkSign:active,
.transparentLinkSign:visited {
    text-decoration: none;
    /* Empêche les effets visuels de lien */
}

.displayfooterSign {
    display: flex;
    padding-top: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.sectionfooterSign {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
}

.txtFooterSign {
    flex: 1 0 0;
    color: var(--Text-Main, #2D2D2D);
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}

.checkBoxSign {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid var(--Grey-Grey-700, #767676);
    background: var(--Basic-White, #FFF);
}

.footerButtonSign {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.footerSeperateSign {
    display: flex;
    align-items: center;
    gap: 15px;
    align-self: stretch;
}

.buttonWhiteSign {
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid var(--Main-BLG, #008489);
}

.txtButtonWhiteSign {
    color: var(--Main-BLG, #008489);
    text-align: center;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.07px;
}

#overlaySign {
    width: 100vw;
    /* 100% de la largeur de la fenêtre */
    height: 100vh;
    /* 100% de la hauteur de la fenêtre */
    position: fixed;
    /* Fixe la position, l'overlay reste toujours sur l'écran */
    opacity: 0.3;
    background: var(--Grey-Grey-900, #2D2D2D);
    top: 0;
    left: 0;
    z-index: 10;
}


/* Styles pour la popup */
#popupSign {
    display: flex;
    width: 600px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    position: absolute;
    left: 446px;
    top: 100px;
    border-radius: 8px;
    background: var(--Basic-White, #FFF);
    box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.17);
    padding: 20px;
    z-index: 20;
}

/* Cache l'overlay et la popup par défaut */
.hiddenSign {
    display: none !important;
}

/* Styles pour le conteneur principal du header */
.popup-headerSign {
    display: flex;
    padding-left: inherit;
    flex-direction: column;
    align-items: center;
    /* Centrer horizontalement */
    gap: 20px;
    /* Ajusté pour espacer le texte et le bouton de fermeture */
    border-bottom: 1px solid var(--Border-Main, #DADADA);
}

/* Styles pour le texte */
.popup-titleSign {
    align-self: center;
    /* Assurer que le titre est centré horizontalement */
    color: var(--Text-Main, #2D2D2D);
    font-family: "Public Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
}

/* Styles pour le bouton de fermeture (croix) */
.close-buttonSign {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 11px;
    border-radius: 180px;
    background: var(--Background-Secondary, #F2F2F2);
    cursor: pointer;
    /* Change le curseur pour indiquer que c'est cliquable */
}

.close-buttonSign svg {
    width: 24px;
    height: 24px;
}

.popup-bodySign {
    display: flex;
    padding: 0px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.popup-contentSign {
    display: flex;
    width: 468px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.popup-headingSign {
    align-self: stretch;
    color: var(--Text-Main, #2D2D2D);
    text-align: center;
    font-family: "Public Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 120% */
    margin: 0;
    /* Enlevez la marge par défaut des titres */
}

.popup-descriptionSign {
    align-self: stretch;
    color: var(--Text-Secondary, #767676);
    text-align: center;
    font-family: "Public Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    margin: 0;
    /* Enlevez la marge par défaut des paragraphes */
}

.imgPopupSign {
    height: 337px;
    align-self: stretch;
    border: 1px solid var(--Border-Main, #DADADA);
}

.footerSign {
    display: flex;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.lignSign {
    width: 560px;
    height: 1px;
    background: #DADADA;
}

.buttonGreeSign {
    border: none;
    display: flex;
    height: 48px;
    padding: 15px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: var(--Grey-Grey-50, #F2F2F2);
}

.buttonGreeSign:hover,
.buttonGreeSign:focus {
    border: solid;
    /* Couleur de bordure au survol (ajustez selon votre design) */
}

.divFooterAllSign {
    display: flex;
    padding: 0px 20px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.enumFooterSign {
    right: 266px;
    top: 15px;
    color: var(--Text-Main, #2D2D2D);
    text-align: center;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.07px;
    transition: opacity 0.3s ease;
}

.buttonHideSign {
    display: flex;
    height: 48px;
    padding: 15px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    padding-right: 80px;
}

.browserSign:hover {
    border: 2px solid #0088a1;
    /* Bordure solide au survol */
}

/* MULTISELECT */

.multiselect {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.multipleValueMultiselect {
    display: flex;
    width: 100%;
    align-items: center;
    align-content: center;
    gap: 5px;
    flex-wrap: wrap;
}

.valueMultiselect {
    display: flex;
    padding: 5px 10px;
    align-items: center;
    gap: 5px;
    border-radius: 4px;
    background: var(--Feedback-Positive-Light, #D4F5E9);
}

.textValueMultiselect {
    color: var(--Feedback-Positive, #007758);
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.035px;
    margin-bottom: 0px;
}

.deleteValueMultiselect {
    width: 16px;
    color: var(--Feedback-Positive, #007758) !important;
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 3px;
}

.contentMultiselect {
    display: flex;
    padding: 15px 20px 15px 15px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid var(--Border-Darker, #767676);
    background: var(--Basic-White, #FFF);
    cursor: pointer;
    /* Changer le curseur lors du survol */
    transition: background-color 0.2s ease;
    /* Ajout d'une transition pour l'effet de survol */
}

.textMultiSelect {
    flex: 1 0 0;
    color: var(--Text-Main, #2D2D2D);
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    border: none;
    /* Si vous voulez enlever les bordures */
    background: none;
    /* Pour enlever le fond par défaut */
    outline: none;
    /* Pour enlever le contour au focus */
    padding: 0;
    /* Ajustez le remplissage si nécessaire */
}

.iconMultiselect {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
}

.positionIconMultiselect {
    display: flex;
    width: 20px;
    height: 19px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: var(--Text-Main, #2D2D2D);
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dropDownMutliselect {
    display: flex;
    padding: 20px;
    /* Ajustez si nécessaire */
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    /* Ajustez si nécessaire */
    align-self: stretch;
    border-radius: 4px;
    background: var(--Basic-White, #FFF);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.10);
    max-height: 350px;
    /* Ajustez la hauteur maximale selon vos besoins */
    overflow-y: auto;
    /* Permet le défilement vertical */
    display: none;
    /* Masquer par défaut */
}

.optionMultiselect {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    padding: 8px 10px;
    /* Ajouter du rembourrage pour un meilleur aspect */
    border-radius: 4px;
    /* Coins arrondis pour les options */
}

.textOptionsMultiSelect {
    flex: 1 0 0;
    color: var(--Text-Main, #2D2D2D);
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}

span.vbx-icon-outlined-check.success {
    font-size: 34px;
    display: block;
    width: 85px;
    margin: 0 auto;
    height: 85px;
    border: 2px solid #00A278;
    border-radius: 50%;
    color: #00A278;
    padding-top: 24px;
    text-align: center;
}

.btn-container {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.inputReadOnly {
    display: flex;
    padding: 15px !important;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid var(--Border-Main, #DADADA) !important;
    background: #F2F2F2 !important;
}

/** BEST ADDRESS */

.popupBestAddress {
    display: flex;
    width: 800px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* Centrer l'élément par rapport à son propre centre */
    border-radius: 8px;
    background: var(--Basic-White, #FFF);
    box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.17);
    padding: 20px;
    z-index: 20;
}

.contentFormBestAddress {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    align-self: stretch;
    width: 100%;
}

.contentInputBestAddress {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    width: 100%;
}

.contentTextAndInputBestAddress {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
}

.contentLabelBestAddress {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
    width: 100%;
    position: relative;
}

.labelBestAddress {
    align-self: stretch;
    color: var(--Text-Main, #2D2D2D);
    font-family: "Public Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    /* 126.667% */
    letter-spacing: 0.038px;
}

.asteriskBestAddress {
    color: #EA3323;
    font-family: "Public Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.038px;
}

.inputBestAddress {
    display: flex;
    height: 50px;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid var(--Border-Darker, #767676);
    background: var(--Basic-White, #FFF);
    width: 100%;
}

.inputBestAddress:focus {
    border: 1px solid var(--Main-BLG, #008489);
    border-radius: 6px;
    outline: none;
}

.textInputBestAddress {
    align-self: stretch;
    color: var(--Basic-Black, #0B0B0B);
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
}

.inputStreetBestAddress {
    display: flex;
    height: 50px;
    padding: 15px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid var(--Border-Darker, #767676);
    background: var(--Basic-White, #FFF);
    width: 500px;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2220%22%20viewBox%3D%220%200%2021%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.6875%2018.3984C20.0781%2018.7891%2020.0781%2019.375%2019.6875%2019.7266C19.5312%2019.9219%2019.2969%2020%2019.0625%2020C18.7891%2020%2018.5547%2019.9219%2018.3594%2019.7266L13.125%2014.4922C11.7188%2015.625%209.96094%2016.25%208.08594%2016.25C3.63281%2016.25%200%2012.6172%200%208.125C0%203.67188%203.59375%200%208.08594%200C12.5391%200%2016.2109%203.67188%2016.2109%208.125C16.2109%2010.0391%2015.5859%2011.7969%2014.4531%2013.1641L19.6875%2018.3984ZM1.875%208.125C1.875%2011.6016%204.64844%2014.375%208.125%2014.375C11.5625%2014.375%2014.375%2011.6016%2014.375%208.125C14.375%204.6875%2011.5625%201.875%208.125%201.875C4.64844%201.875%201.875%204.6875%201.875%208.125Z%22%20fill%3D%22%23767676%22%2F%3E%3C%2Fsvg%3E');
    background-size: 30px 16px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.inputStreetBestAddress:focus {
    border: 1px solid var(--Main-BLG, #008489);
    border-radius: 6px;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2220%22%20viewBox%3D%220%200%2021%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.6875%2018.3984C20.0781%2018.7891%2020.0781%2019.375%2019.6875%2019.7266C19.5312%2019.9219%2019.2969%2020%2019.0625%2020C18.7891%2020%2018.5547%2019.9219%2018.3594%2019.7266L13.125%2014.4922C11.7188%2015.625%209.96094%2016.25%208.08594%2016.25C3.63281%2016.25%200%2012.6172%200%208.125C0%203.67188%203.59375%200%208.08594%200C12.5391%200%2016.2109%203.67188%2016.2109%208.125C16.2109%2010.0391%2015.5859%2011.7969%2014.4531%2013.1641L19.6875%2018.3984ZM1.875%208.125C1.875%2011.6016%204.64844%2014.375%208.125%2014.375C11.5625%2014.375%2014.375%2011.6016%2014.375%208.125C14.375%204.6875%2011.5625%201.875%208.125%201.875C4.64844%201.875%201.875%204.6875%201.875%208.125Z%22%20fill%3D%22%23008489%22%2F%3E%3C%2Fsvg%3E');
    outline: none;
}

.placeholderStreetBestAddress {
    flex: 1 0 0;
    color: var(--Text-Secondary, #767676);
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.iconStreetBestAddress {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
}

.placeholderBestAddress {
    align-self: stretch;
    color: #767676;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.noContentBestAddress {
    display: flex;
    width: 628px;
    height: 79px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    position: relative;
}

.lignBestAddress {
    width: 100%;
    height: 1px;
    background: #DADADA;
}

.labelBestAddress {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.testof {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
}

.contentAddressBestAddress {
    display: flex;
    width: 486px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.textAddressBestAddress {
    align-self: stretch;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    background: var(--Main-BLG-Gradient, linear-gradient(78deg, #008489 -4.87%, #00BABE 106.4%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#textAddressBestAddress {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.inputBestAddressStreet {
    display: flex;
    height: 50px;
    padding: 15px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid var(--Border-Darker, #767676);
    background: var(--Basic-White, #FFF);
    width: 100%;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2220%22%20viewBox%3D%220%200%2021%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.6875%2018.3984C20.0781%2018.7891%2020.0781%2019.375%2019.6875%2019.7266C19.5312%2019.9219%2019.2969%2020%2019.0625%2020C18.7891%2020%2018.5547%2019.9219%2018.3594%2019.7266L13.125%2014.4922C11.7188%2015.625%209.96094%2016.25%208.08594%2016.25C3.63281%2016.25%200%2012.6172%200%208.125C0%203.67188%203.59375%200%208.08594%200C12.5391%200%2016.2109%203.67188%2016.2109%208.125C16.2109%2010.0391%2015.5859%2011.7969%2014.4531%2013.1641L19.6875%2018.3984ZM1.875%208.125C1.875%2011.6016%204.64844%2014.375%208.125%2014.375C11.5625%2014.375%2014.375%2011.6016%2014.375%208.125C14.375%204.6875%2011.5625%201.875%208.125%201.875C4.64844%201.875%201.875%204.6875%201.875%208.125Z%22%20fill%3D%22%23767676%22%2F%3E%3C%2Fsvg%3E');
    background-size: 30px 16px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}


.dropDownBestAddress {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    padding: 10px;
    flex-direction: column;
    gap: 10px;
    border-radius: 4px;
    background: white;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    max-height: 225px;
    overflow-y: auto;
    z-index: 100;
}

.dropDownBestAddressStreet {
    display: none;
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 100%;
    padding: 10px;
    background: white;
    border-radius: 4px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    max-height: 202px;
    overflow-y: auto;
    z-index: 100;
}

.dropDownBestAddressStreet.active {
    display: block;
}


.optionBestAddress {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    padding: 8px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.optionBestAddress:hover {
    background-color: #f0f0f0;
}

.readonly-input {
    background-color: #f0f0f0;
    pointer-events: none;
    color: #ccc;
}

.click-to-enlarge {
    width: 100px;
    height: 75px;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    object-fit: cover
}

.click-to-enlarge:hover {
    width: 200px;
    height: 150px;
    border-radius: 10px;
    object-fit: cover
}

.hrefRed {
    color: inherit;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.hrefRed:hover {
    color: darkred;
}

.contentSideMenu {
    display: inline-flex;
    height: 688px;
    padding: 25px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    flex-shrink: 0;
    border-right: 1px solid var(--Border-Main, #DADADA);
    background: var(--Basic-White, #FFF);
}


/** DOCUMENT & POPUPDocument **/

.contentAllDocument {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
    padding-bottom: 24px;
}

.contentTitleDocument {
    display: flex;
    width: 460px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.titleDocument {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.textTitleDocument {
    align-self: stretch;
    color: var(--Text-Main, #2D2D2D);
    font-family: "Public Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.038px;
}

.textDescriptionDocument {
    align-self: stretch;
    color: var(--Text-Secondary, #767676);
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.035px;
}

.contentDocument {
    display: flex;
    padding: 16px 16px 16px 20px;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid var(--Border-Dark, #C5C5C5);
    background: var(--Basic-White, #FFF);
}

.contentSpaceDocument {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
}

.contentImgDocument {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
}

.contentTextImgDocument {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    flex: 1 0 0;
}

.titleImgDocument {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: var(--Text-Main, #2D2D2D);
    text-overflow: ellipsis;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.buttonDocument {
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid var(--Main-BLG, #008489);
    cursor: pointer;
    user-select: none;
    background-color: #ffffff;
    transition: all 0.2s ease;
}

.buttonDocument:hover {
    background-color: #e6f0f0;
    border-color: #006666 box-shadow;
}

.buttonDocument:active {
    background-color: #cce0e0;
    border-color: #004d4d;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    transform: scale(0.98);
}

.textButtonDocument {
    color: var(--Main-BLG, #008489);
    text-align: center;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.07px;
}

.contentIconDocument {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
}

.buttonSaveAndExitDocument {
    display: flex;
    height: 48px;
    padding: 15px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: var(--Grey-Grey-50, #F2F2F2);
}

.textSaveAndExitDocument {
    color: var(--Basic-Black, #0B0B0B);
    text-align: center;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.07px;
}

/**popup**/
.contentFormatPopupDocument {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    align-self: stretch;
}

.contentFormatStartPopupDocument {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
}

.titleDocumentPopupDocument {
    display: flex;
    height: 19px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.formatDocumentPopupDocument {
    align-self: stretch;
    color: var(--Text-Secondary, #767676);
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.035px;
}

.contentButtonAddPopupDocument {
    display: flex;
    height: 230px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border: 2px dashed #BBB;
}

.buttonAddPopupDocument {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 6px;
    background: var(--Basic-Black, #0B0B0B);
}

.buttonTextPopupDocument {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
}

.textButtonPopupDocument {
    color: var(--Basic-Black, #0B0B0B);
    text-align: center;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.iconPopupDocument {
    display: flex;
    width: 20px;
    height: 19px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: var(--Basic-White, #FFF);
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: -8px;
}

.textDocumentPopupDocument {
    align-self: stretch;
    color: var(--Text-Main, #2D2D2D);
    font-family: "Public Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.038px;
}


/**
YOUR INFORMATION
**/
.contentInformation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #DADADA;
    background: var(--Basic-White, #FFF);
}

.contentTitleInformation {
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    border-bottom: 1px solid var(--Border-Main, #DADADA);
}

.titleInformation {
    color: var(--Text-Main, #2D2D2D);
    font-family: "Public Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.iconContentInformation {
    display: flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
}

.contentBodyInformation {
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

.contentCheckInformation {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
}

.contentInputInformation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.textTitleInputInformation {
    align-self: stretch;
    color: var(--Text-Main, #2D2D2D);
    font-family: "Public Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.038px;
}

.inputInformation {
    height: 50px;
    padding: 15px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid var(--Border-Darker, #767676);
    background: var(--Basic-White, #FFF);
    color: var(--Basic-Black, #0B0B0B);
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.tooltip-wrapper {
    position: relative;
    display: inline-block;
}

.tooltip-text {
    visibility: hidden;
    background: var(--Basic-Black, #0B0B0B);
    text-align: left;
    padding: 20px;
    border-radius: 6px;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 370px;
    max-width: 370px;
    white-space: normal;
    word-wrap: break-word;
    color: var(--Basic-White, #FFF);
    font-family: "Public Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.033px;
    margin-left: 159px;
    margin-top: 12px;
}

.tooltip-text::before {
    content: '';
    position: absolute;
    top: -11px;
    left: 15px;
    transform: none;
    width: 22px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.7047 1.89165C9.30594 -0.105221 12.3447 -0.10522 13.9459 1.89165L21.6506 11.5H0L7.7047 1.89165Z' fill='%230B0B0B'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1001;
}

.tooltip-wrapper:hover .tooltip-text {
    visibility: visible;
}

.contentRenewalInformation {
    display: flex;
    padding: 15px 20px;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border-radius: 6px;
    background: var(--Feedback-Alert-Light, #FFF5D8);
}

.contentMessageRenewalInformation {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
}

.contentIconRenewalInformation {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
}

.textRenewalInformation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    flex: 1 0 0;
}

.policeTextRenewalInformation {
    align-self: stretch;
    color: var(--Text-Main, #2D2D2D);
    font-family: "Public Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.033px;
}

.buttonRenewalInformation {
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--Feedback-Alert-Light, #FFF5D8);
    border-radius: 6px;
    border: 1px solid var(--Basic-Black, #0B0B0B);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    user-select: none;
}

.buttonRenewalInformation:hover {
    background-color: #ffeab3;
    border-color: #333;
}

.buttonRenewalInformation:active {
    background-color: #ffd885;
    transform: scale(0.98);
}

.textButtonRenewalInformation {
    color: var(--Basic-Black, #0B0B0B);
    text-align: center;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.07px;
}

.inputReadOnlyGrey {
    background-color: #f2f2f2 !important;
    color: #6e6e6e;
    border: 1px solid #d1d1d1;
    cursor: not-allowed;
}

.inputOverlayBlocker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: not-allowed;
}

.profile-section-container {
    border-radius: 8px;
    margin-bottom: 25px;
    border: 1px solid #DADADA;
}

.profile-section-container>fieldset {
    margin-bottom: 0px !important;
}

.profile-section-table-container {
    padding: 40px 40px 0px 40px;
}

.profile-section-container legend {
    border-bottom: 1px solid #DADADA !important;
    padding: 20px !important;
}

.profile-section-container legend>* {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.profile-section-container legend>h3 {
    margin: 0;
}

.profile-section-container legend {
    display: flex;
    align-items: center;
    gap: 5px;
}

.profile-section-container legend>span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.checkbox-container {
    display: flex !important;
}

.checkbox-container .checkmark {
    top: 0 !important;
}

.phone-root {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 10px;
}

.phone-root>* {
    margin: 0;
}

.phone-root .dropdown-toggle {
    height: 100%;
}

:root {
    /* Anais digital color names */
    --feedback-error-light: #FFD3D3;
    --feedback-error: #AA0000;
    --feedback-positive-light: #D4F5E9;
    --feedback-positive: #007758;
    --feedback-alert-light: #FFF5D8;
    --feedback-alert: #F67E2E;
    --feedback-neutral-light: #E6F2FD;
    --feedback-neutral: #0030A6;
}

/* Overwrite bootstrap alert styles */
.alert {
    border-color: transparent !important;
    color: #2D2D2D !important;
    border-radius: 6px !important;
    font-weight: 400 !important;
    padding: 15px 20px !important;
}

.alert-danger {
    background-color: var(--feedback-error-light) !important;
}

.alert-danger>i {
    color: var(--feedback-error) !important;
}

.alert-success {
    background-color: var(--feedback-positive-light) !important;
}

.alert-success>i {
    color: var(--feedback-positive) !important;
}

.alert-warning {
    background-color: var(--feedback-alert-light) !important;
}

.alert-warning>i {
    color: var(--feedback-alert) !important;
}

.alert-info {
    background-color: var(--feedback-neutral-light) !important;
}

.alert-info>i {
    color: var(--feedback-neutral) !important;
}

#google_translate_element {
    display: flex;
    flex-direction: column;
}

.navbar {
    min-height: unset;
}

@media(min-width: 1513px) {
    .container.wide {
        width: 1513px !important;
    }
}

@media (min-width: 1200px) {
    .container.wide {
        width: 100%;
    }
}

.nowrap {
    white-space: nowrap;
}