/* Main components --------------------------------------------------------*/

.app-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    color: white;
    background-color: var(--primary);
    border-top: 1px solid #c8ced3;
}



/* Colors --------------------------------------------------------*/

.col-primary {
    color: var(--primary) !important;
}

.col-white {
    color: white;
}


.bg-white {
    background-color: white !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-green {
    background-color: #797beab2;
}

.bg-block-1 {
    background-color: #104862 !important;
}


.bg-block-2 {
    background-color: #215F9A !important;
}



/* Containers --------------------------------------------------------*/


.signin-container {
    background-color: var(--ligh-background);
}

.screen-container-1 {
    background-color: #F4F6FC;
    margin: -40px -30px 0px -30px;
}

.screen-container-2 {
    margin: 0px 3% 0 3%;
    padding-top: 3%;
    background-color: transparent;
}

.screen-container-3 {
    background-color: #F4F6FC;
    margin: -32px -30px 0px -30px;
}

.screen-container-4 {
    margin: 2% 3% 0 3%;
    padding-top: 3%;
    background-color: transparent;
}


.horizontal-display {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-item-align: center;
    align-items: center;
    padding: 4px 8px;
}


.horizontal-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-item-align: center;
    align-items: center;
    padding: 4px 8px;
}


.min-h-296 {
    min-height: 296px;
}

.min-h-396 {
    min-height: 396px;
}

.min-h-496 {
    min-height: 496px;
}

.min-h-596 {
    min-height: 596px;
}

/* Breadcrumbs --------------------------------------------------------*/

.screen-breadcrumb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--primary) !important;
}

.screen-breadcrumb-fixed {
    position: fixed;
    top: 55px;
    right: 0;
    left: 0;
    z-index: 1017;
}

.breadcrumb-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    padding-bottom: 0, 5rem !important;
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
    height: 35px;
}

.screen-breadcrumb-item {
    cursor: pointer;
    margin-bottom: 0px;
    color: var(--light) !important;
    font-size: 1em;
}

.screen-breadcrumb-item:hover {
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 0px;
    color: var(--palm-blue-1);
}

.screen-breadcrumb-separator {
    margin: 10px 5px;
    color: var(--light) !important;
    font-size: 1em;
    margin-bottom: 0rem;
    margin-top: 0rem;
}

.screen-breadcrumb-home {
    font-size: 1.2em;
    margin-bottom: 0px;
    color: var(--light) !important;
}


.screen-breadcrumb-home:hover {
    font-weight: bold;
    cursor: pointer !important;
}

.screen-breadcrumb-last-item {
    margin-bottom: 0px;
    color: var(--light) !important;
    font-size: 1em;
}

.screen-breadcrumb-title {
    margin-bottom: 0px;
    color: white !important;
}


.screen-breadcrumb-new-item:hover {
    font-weight: bolder;
    text-decoration: underline;
    cursor: pointer !important;
}


/* Header components --------------------------------------------------------*/

.language-dropdown #languageDropdown {
    background: transparent;
    border: none;
    cursor: pointer;
}

.dropdown i.fa-sun-o {
    color: #ffd900 !important;
}

.dropdown i.fa-moon-o {
    color: #fff7cb !important;
}

.min-h-396 {
    min-height: 396px;
}

.search-container {
    position: relative;
    /* Pour que les éléments positionnés absolument soient relatifs à ce conteneur */
    width: 100%;
    /*max-width: 400px;*/
    margin: 0 auto;
}

.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    /*border: 1px solid #ccc;*/
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    border-radius: 4px;
}

.search-result-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover {
    background-color: #f5f5f5;
}

.homeTitle {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.homeLogo {
    display: flex;
    align-items: flex-end;
    height: 15vh;
    flex-direction: column;
    justify-content: center;
}


.homeQuoteLine {
    position: absolute;
    bottom: 8%;
    width: 75%;
}

.homePicture {
    border-radius: 10px;
    overflow: hidden;
    max-width: 20vh;
}

.homeQuote {
    background: transparent;
    border: none;
    color: white;
    resize: none;
    /*width: fit-content;*/
}

.setting-text {
    color: var(--primary);
    margin-bottom: 0px;
}

/* Cards --------------------------------------------------------*/

.standard-card {
    background-color: var(--primary) !important;
}

.standard-locked-white-card {
    background-color: white !important;
}

.standard-white-card {
    background-color: white !important;
}


.white-to-black-card {
    background-color: white !important;
}


.standard-blue-card {
    background-color: var(--primary) !important;
}


.standard-blue-border {
    border-width: 1px;
    border-style: solid;
    border-color: var(--primary) !important;
}


.standard-center-border {
    border-left-style: none;
    border-right-style: none;
    border-top-right-radius: 0em !important;
    border-bottom-right-radius: 0em !important;
    border-top-left-radius: 0em !important;
    border-bottom-left-radius: 0em !important;
}

.standard-center-top-border {
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-top-right-radius: 0em !important;
    border-bottom-right-radius: 0em !important;
    border-top-left-radius: 0em !important;
    border-bottom-left-radius: 0em !important;
}

.standard-center-bottom-border {
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-top-right-radius: 0em !important;
    border-bottom-right-radius: 0em !important;
    border-top-left-radius: 0em !important;
    border-bottom-left-radius: 0em !important;
}

.standard-right-border {
    border-top-right-radius: 1em !important;
    border-bottom-right-radius: 1em !important;
    border-top-left-radius: 0em !important;
    border-bottom-left-radius: 0em !important;
}


.standard-right-top-border {
    border-bottom-style: none;
    border-top-right-radius: 1em !important;
    border-bottom-right-radius: 0em !important;
    border-top-left-radius: 0em !important;
    border-bottom-left-radius: 0em !important;
}

.standard-right-bottom-border {
    border-top-style: none;
    border-top-right-radius: 0em !important;
    border-bottom-right-radius: 1em !important;
    border-top-left-radius: 0em !important;
    border-bottom-left-radius: 0em !important;
}

.standard-left-border {
    border-top-right-radius: 0em !important;
    border-bottom-right-radius: 0em !important;
    border-top-left-radius: 1em !important;
    border-bottom-left-radius: 1em !important;
}


.standard-left-top-border {
    border-bottom-style: none;
    border-top-right-radius: 0em !important;
    border-bottom-right-radius: 0em !important;
    border-top-left-radius: 1em !important;
    border-bottom-left-radius: 0em !important;
}

.standard-left-bottom-border {
    border-top-style: none;
    border-top-right-radius: 0em !important;
    border-bottom-right-radius: 0em !important;
    border-top-left-radius: 0em !important;
    border-bottom-left-radius: 1em !important;
}

.card-widget-blue {
    margin: 0px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
    text-align: center;
    background-color: white;
    border-color: var(--primary);
    border-radius: 1em;
    border-width: 1px;
}


.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 14px;
}


.card-body-template {
    text-align: center !important;
    padding: 24px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.img-template {
    border: 0.5px solid #021a40 !important;
    padding: 2px;
    border-radius: 5px;
    box-shadow: 0 0.05rem 0.05rem 0 var(--primary) !important;
    /* add transparency to the shadow */
    background: rgba(0, 0, 0, 0.05);
}


img {
    border-style: none;
    max-width: 100%;
}


.home-cover {
    max-width: 80%;
    cursor: pointer;
    /*margin-top:10px;
    margin-bottom:10px;*/
}

.file_type_logo {
    max-width: 25px;
}

.proportions-254-142 img {
    width: 100%;
    height: calc((14.2 / (25.4*2)) * 100%);
}

.proportions-21-297 img {
    width: 100%;
    height: calc((29.7 / (21*2)) * 100%);
}

.proportions-15-24 img {
    width: 100%;
    height: calc((24 / (15*2)) * 100%);
}

.proportions-20-20 img {
    height: 50%;
    width: calc((20 / 20) * 100%);
}

.proportions-175-245 img {
    height: 100%;
    height: calc((24.5 / (17.5*2)) * 100%);
}


.vertical-display {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertical-display-flex-end {
    justify-content: flex-end !important;
}

.vertical-display-flex-start {
    justify-content: flex-start !important;
}


.homelist-scrollable {
    max-height: 150px;
    min-height: 150px;
    overflow-y: scroll;
}


.tablist-scrollable {
    max-height: 18vh;
    min-height: 18vh;
    overflow-y: scroll;
}

.bottom-row {
    position: absolute;
    bottom: 5%;
    width: 100%;
}

/* Phoenix table --------------------------------------------------------*/

.phoenixtable_length {
    display: flex;
    align-items: center;
    gap: 8px;
}

.phoenixtable_length_text {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

/* Inputs --------------------------------------------------------*/

.is-invalid {
    color: red !important;
    border-bottom: 1px solid red !important;
}

input[type="checkbox"] {
    appearance: none;
    font-family: initial;
    width: 15px;
    height: 16px;
    border: 2px solid var(--primary);
    border-radius: 0.1rem;
    background-color: white;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background-color: var(--primary);
    border-width: 1px;
    border-color: var(--primary);
    border-radius: 0.1rem;
}


input[type="checkbox"]:checked::after {
    content: '✔';
    color: white;
    font-size: 9px;
    display: block;
    text-align: center;
    line-height: 14px;
}

/* Buttons and clickable components --------------------------------------------------------*/


.clickable {
    cursor: pointer;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #23282c;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.4rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.10;
}

.btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 0.30rem;
    min-width: 5rem;
}

.btn:lang(he) {
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 17px !important;
    font-weight: 300;
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    cursor: pointer;
}


.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-login {
    font-size: 1rem;
    width: inherit;
    height: 36px;
    background-color: var(--red) !important;
    border-color: var(--red) !important;
    border-radius: 0.30rem;
    color: white;
    text-align: center;
}

.btn-login:hover {
    text-decoration: underline;
    cursor: pointer !important;
}

.btn-orange {
    color: #fff;
    background-color: var(--red) !important;
    border-color: var(--red) !important;
    border-radius: 0.30rem;
    cursor: pointer !important;
}

.btn-orange:hover {
    color: #fff !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

.btn-phoenixtable {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    margin: 0px 2px !important;
    border-radius: 0.4em;
}

.btn-primary-inverse {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
    font-size: 12px;
    padding-top: 3px;
    border-radius: 0.4em;
}

.btn-primary-inverse:hover {
    color: white !important;
    border-color: var(--primary) !important;
    background-color: var(--primary) !important;
}

.btn-primary-inverse:focus,
.btn-primary-inverse.focus {
    box-shadow: 0 0 0 0.1rem var(--primary) !important;
}

.btn-rounded {
    border-radius: 50px !important;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}


.pagination-navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 0rem;
}

.pagination-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto !important;
}


.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: 2px;
    line-height: 1;
    color: var(--primary);
    background-color: #fff;
    border: 0px solid #c8ced3;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 0.3em;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 0.3em;
}


.home-menu {
    font-weight: light !important;
}

.home-menu:hover {
    z-index: 2;
    text-decoration: underline;
}


.tab-link {
    display: block;
    padding: 0.5rem 0rem;
    margin-right: 20px;
    margin-left: 20px;
    cursor: pointer;
}


.tab-link-selected {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
    border-bottom: 0.1em solid;
}


.row-reversable {
    flex-direction: row;
}

.text-left-reversable {
    text-align: left;
}

.text-right-reversable {
    text-align: right;
}

.m-auto {
    margin: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}


.mb-auto {
    margin-bottom: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

/* Language --------------------------------------------------------*/

p:lang(he) {
    font-size: 18px;
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.ltr-text {
    direction: ltr;
    unicode-bidi: embed;
}

.rtl-text {
    direction: rtl;
    unicode-bidi: embed;
}


.vertical-display-flex-end:lang(he) {
    /*justify-content: flex-start !important;*/
    flex-direction: row;
}

.vertical-display-flex-start:lang(he) {
    /*justify-content: flex-end !important;*/
    flex-direction: row-reverse;
}

.row-reversable:lang(he) {
    flex-direction: row-reverse;
}

.text-left-reversable:lang(he) {
    text-align: right;
}

.text-right-reversable:lang(he) {
    text-align: left;
}


.col-text-left-reversable:lang(he) {
    text-align: right !important;
}

.col-text-right-reversable:lang(he) {
    text-align: left !important;
}

.breadcrumb-row:lang(he) {
    flex-direction: row-reverse;
}

.dropdown-header:lang(he) {
    font-size: calc(100% + 20%);
}

.dropdown-item:lang(he) {
    text-align: right;
    font-size: calc(100% + 20%);
    flex-direction: column-reverse;
}


.flag-icon:lang(he) {
    text-align: right;
    font-size: calc(100% - 20%);
    float: right;
    margin-top: 8px;
    margin-left: 6px;
}

.btn:lang(he) {
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: calc(100% + 30%) !important;
    font-weight: 300;
}

h5:lang(he),
h6:lang(he) {
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: calc(100% + 30%);
}

.homeTitle:lang(he),
.homeSubTitle:lang(he),
.horizontal-menu:lang(he) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.fa-arrow-right:lang(he) {
    margin-top: 4px;
    transform: rotate(180deg);
}

.homeQuote:lang(he) {
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: calc(100% + 30%) !important;
    font-weight: 300;
}