.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.DDLPrestataire {
    z-index: 9999999 !important;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.caretPerso {
    border-top-color: #ffffff;
}

.iti__flag {
    background-image: url("path/to/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("path/to/flags@2x.png");
    }
}

.textHidden {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: white;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.triggerShowTextHidden:hover .textHidden {
    display: block;
}

.scrollable-card {
    height: 500px;
    overflow-y: scroll;
    overflow-x: scroll;
    width: 100%;
}

.scrollable {
    overflow-y: scroll;
    width: 100%;
}

.fullScreenScrollable-card {
    max-height: 80vh;
    overflow: scroll;
    width: 97vw;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.popover,
.tooltip-inner {
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(83, 104, 121, 0.14);
    box-shadow: 0 0.75rem 1.6rem rgba(23, 35, 49, 0.12);
    color: #43515d;
}

.popover .popover-header {
    background: rgba(246, 249, 252, 0.98);
    border-bottom-color: rgba(83, 104, 121, 0.12);
    color: #24313b;
}

.popover .popover-body {
    color: #43515d;
}

.modal-backdrop.show {
    opacity: 0.58;
}
