article.top-task .field--name-field-media-svg svg {
    padding-right: 0;
    width: 75px;
    height: 75px;
}

.voyager .panel {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    margin-bottom: 0px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.voyager .panel .action {
    margin-bottom: 5px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 30px 20px 15px;
    text-align: left;
    background-color: #9e9e9e;
    color: #f9f9f9;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}


.panel-action-title-header {
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 30px 20px 15px;
    text-align: left;
    background-color: #9e9e9e;
    color: #f9f9f9;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 100px;
}

.panel-actions {
    position: absolute;
    display: block;
    transform: translateY(-50%);
    z-index: 1;
}

.panel-actions-left {
    left: 30px;
}

.panel-actions-right {
    right: 30px;
}


.voyager .btn.btn-police {
    color: white !important;
    background-color: #263b73 !important;
    border-color: #F6E3CE !important;
}

label {
    color: #263b73 !important;
    font-size: 14px;
    font-weight: 900;
}

.view-top-login .view-content {
    display: -ms-grid;
    display: list-item;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-bottom: 30px;
    text-align: center;
}

article.top-login {
    background: #003a64;
    color: #fff;
    padding: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: list-item;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}


article.top-task {
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    background: #263b73;
    color: #fff;
    padding: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.site-logo__flame svg {
    width: 50px;
    height: 50px;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    margin-right: 8px;
}

.block-system-branding-block .site-logo__police_logo {
    width: 100%;
}

.block-system-branding-block .site-name-wrapper h1 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    line-height: 20px;
    line-height: 1.25rem;
}

.block-system-branding-block a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
}

.block-system-branding-block a:hover {
    color: #001b3f;
    text-decoration: underline;
}

.block-system-branding-block .site-name-wrapper {
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    line-height: 20px;
    line-height: 1.25rem;
    display: inline-block;
    margin-left: 22px;
    margin-top: 8px;
    margin-top: .5rem;
}

.block-system-branding-block .site-logo {
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 8px;
    padding-right: .5rem;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal;
}

a {
    background-color: transparent;
    display: inline-block;
}

.top-task .site-name-wrapper a:focus {
    color: #002853;
    text-decoration: underline !important;
}


.accessible-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.accessible-link a:hover {
    color: #032757;
    text-decoration: underline;
}


@media (min-width: 768.1px) {

    article.top-task {
        padding: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        height: 100%;
    }

    .view-top-tasks .view-content {
        display: -ms-grid;
        display: grid;
        grid-gap: 30px;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .view-top-tasks .view-content {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}


.funkyradio div {
    float: left;
    clear: none;
    margin-right: 25px;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    float: left;
    clear: none;
    display: block;
    margin-right: 25px;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 0em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;

}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.imgIcone {
    left: 49px;
    bottom: 0;
    background: #fff;
    height: 85px;
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.imgIconeLogin {
    left: 49px;
    bottom: 0;
    background: #fff;
    height: 85px;
    width: 85px;
    display: inline;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}


.h2, h2 {
    font-size: 20px;
}

.hide {
    display: none;
}

/*
.card {
    max-width: 340px;
    margin: auto;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    background-color: white;
    display: -webkit-box;
    display: inline-grid;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
    margin: 5px;
}


.card[data-state="#about"] .card-main {
    padding-top: 0;
}



.card.is-active .card-header {
    height: 80px;
}
.card.is-active .card-cover {
    height: 100px;
    top: -50px;
}
.card.is-active .card-avatar {
    -webkit-transform: none;
    transform: none;
    left: 20px;
    width: 50px;
    height: 50px;
    bottom: 10px;
}
.card.is-active .card-fullname,
.card.is-active .card-jobtitle {
    left: 86px;
    -webkit-transform: none;
    transform: none;
}
.card.is-active .card-fullname {
    bottom: 18px;
    font-size: 19px;
}
.card.is-active .card-jobtitle {
    bottom: 16px;
    letter-spacing: 1px;
    font-size: 10px;
}

.card-header {
    position: relative;
    display: -webkit-box;
    display: flex;
    height: 200px;
    flex-shrink: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.card-header * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.card-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    height: 160px;
    top: -20%;
    left: 0;
    will-change: top;
    background-size: cover;
    background-position: center;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}



.card-avatar {
    width: 100px;
    height: 100px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-64px);
    transform: translateX(-50%) translateY(-64px);
}

.card-fullname {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    -webkit-transform: translateY(-10px) translateX(-50%);
    transform: translateY(-10px) translateX(-50%);
    left: 50%;
}

.card-jobtitle {
    position: absolute;
    bottom: 0;
    font-size: 11px;
    white-space: nowrap;
    font-weight: 500;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-7px);
    transform: translateX(-50%) translateY(-7px);
}

.card-main {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.card-subtitle {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 8px;
}

.card-content {
    padding: 20px;
}

.card-desc {
    line-height: 1.6;
    color: #636b6f;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
}

.card-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 30px;
}
.card-social svg {
    fill: #a5b5ce;
    width: 16px;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.card-social a {
    color: #8797a1;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: rgba(93, 133, 193, 0.05);
    border-radius: 50%;
    margin-right: 10px;
}
.card-social a:hover svg {
    fill: #637faa;
}
.card-social a:last-child {
    margin-right: 0;
}

.card-buttons {
    display: -webkit-box;
    display: flex;
    background-color: #fff;
    margin-top: auto;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
}
.card-buttons button {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0;
    font-size: 13px;
    border: 0;
    padding: 15px 5px;
    cursor: pointer;
    color: #5c5c6d;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    outline: 0;
    border-bottom: 3px solid transparent;
}
.card-buttons button.is-active, .card-buttons button:hover {
    color: #2b2c48;
    border-bottom: 3px solid #8a84ff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 199, 231, 0)), color-stop(44%, rgba(207, 204, 255, 0.2)), to(rgba(211, 226, 255, 0.4)));
    background: linear-gradient(to bottom, rgba(127, 199, 231, 0) 0%, rgba(207, 204, 255, 0.2) 44%, rgba(211, 226, 255, 0.4) 100%);
}

.card-section {
    display: none;
}
.card-section.is-active {
    display: block;
    -webkit-animation: fadeIn 0.6s both;
    animation: fadeIn 0.6s both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translatey(40px);
        transform: translatey(40px);
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translatey(40px);
        transform: translatey(40px);
    }
    100% {
        opacity: 1;
    }
}
.card-timeline {
    margin-top: 30px;
    position: relative;
}
.card-timeline:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(134, 214, 243, 0)), to(#516acc));
    background: linear-gradient(to top, rgba(134, 214, 243, 0) 0%, #516acc 100%);
    content: "";
    left: 42px;
    width: 2px;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
}

.card-item {
    position: relative;
    padding-left: 60px;
    padding-right: 20px;
    padding-bottom: 30px;
    z-index: 1;
}
.card-item:last-child {
    padding-bottom: 5px;
}
.card-item:after {
    content: attr(data-year);
    width: 10px;
    position: absolute;
    top: 0;
    left: 37px;
    width: 8px;
    height: 8px;
    line-height: 0.6;
    border: 2px solid #fff;
    font-size: 11px;
    text-indent: -35px;
    border-radius: 50%;
    color: rgba(134, 134, 134, 0.7);
    background: -webkit-gradient(linear, left top, left bottom, from(#a0aee3), to(#516acc));
    background: linear-gradient(to bottom, #a0aee3 0%, #516acc 100%);
}

.card-item-title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.card-item-desc {
    font-size: 13px;
    color: #6f6f7b;
    line-height: 1.5;
    font-family: "DM Sans", sans-serif;
}

.card-contact-wrapper {
    margin-top: 20px;
}

.card-contact {
    display: -webkit-box;
    display: table-cell;
    -webkit-box-align: center;
    align-items: center;
    font-size: 13px;
    color: #6f6f7b;
    font-family: "DM Sans", sans-serif;
    line-height: 1.6;
    cursor: pointer;
}
.card-contact + .card-contact {
    margin-top: 16px;
}
.card-contact svg {
    flex-shrink: 0;
    width: 30px;
    min-height: 34px;
    margin-right: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-right: 12px;
    border-right: 1px solid #dfe2ec;
}*/

.contact-me {
    border: 0;
    outline: none;
    background: -webkit-gradient(linear, left top, right top, from(rgba(83, 200, 239, 0.8)), color-stop(96%, rgba(81, 106, 204, 0.8)));
    background: linear-gradient(to right, rgba(83, 200, 239, 0.8) 0%, rgba(81, 106, 204, 0.8) 96%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    color: #fff;
    padding: 12px 16px;
    width: 100%;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.d-none {
    display: none;
}

.carousel .item {
    height: 1px;
    background-color: #777;
}

.carousel {
    height: 100%;
    max-height: 100%;
    margin-bottom: 10px;
}


.img-responsive {
    display: block;
    max-width: 100%;
}


html {
    scroll-behavior: smooth;
}


.voyager .side-menu .navbar-header .navbar-brand {
    background-color: #263b73;
}


.projcard-container {
    margin: 50px 0;
}

/* Actual Code: */
.projcard-container,
.projcard-container * {
    box-sizing: border-box;
}

.projcard-container {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

.projcard {
    position: relative;
    /*width: 100%;*/
    height: 300px;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #ddd;
    font-size: 18px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, .66);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.projcard:hover {
    box-shadow: 0 34px 32px -33px rgba(0, 0, 0, .18);
    transform: translate(0px, -3px);
}

.projcard::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
    opacity: 0.07;
}

.projcard:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #424242, transparent 50%);
}

.projcard-innerbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.projcard-img {
    position: absolute;
    height: 300px;
    width: 400px;
    top: 0;
    left: 0;
    transition: transform 0.2s ease;
}

.projcard:nth-child(2n) .projcard-img {
    left: initial;
    right: 0;
}

.projcard:hover .projcard-img {
    transform: scale(1.05) rotate(1deg);
}

.projcard:hover .projcard-bar {
    width: 70px;
}

.projcard-textbox {
    position: absolute;
    top: 7%;
    bottom: 7%;
    left: 430px;
    width: calc(100% - 470px);
    font-size: 17px;
}

.projcard:nth-child(2n) .projcard-textbox {
    left: initial;
    right: 430px;
}

.projcard-textbox::before,
.projcard-textbox::after {
    content: "";
    position: absolute;
    display: block;
    background: #ff0000bb;
    background: #fff;
    top: -20%;
    left: -55px;
    height: 140%;
    width: 60px;
    transform: rotate(8deg);
}

.projcard:nth-child(2n) .projcard-textbox::before {
    display: none;
}

.projcard-textbox::after {
    display: none;
    left: initial;
    right: -55px;
}

.projcard:nth-child(2n) .projcard-textbox::after {
    display: block;
}

.projcard-textbox * {
    position: relative;
}

.projcard-title {
    font-family: 'Voces', 'Open Sans', arial, sans-serif;
    font-size: 24px;
}

.projcard-subtitle {
    font-family: 'Voces', 'Open Sans', arial, sans-serif;
    color: #888;
}

.projcard-bar {
    left: -2px;
    width: 50px;
    height: 5px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
}

.projcard-blue .projcard-bar {
    background-color: #0088FF;
}

.projcard-blue::before {
    background-image: linear-gradient(-70deg, #0088FF, transparent 50%);
}

.projcard-blue:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #0088FF, transparent 50%);
}

.projcard-red .projcard-bar {
    background-color: #D62F1F;
}

.projcard-red::before {
    background-image: linear-gradient(-70deg, #D62F1F, transparent 50%);
}

.projcard-red:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #D62F1F, transparent 50%);
}

.projcard-green .projcard-bar {
    background-color: #40BD00;
}

.projcard-green::before {
    background-image: linear-gradient(-70deg, #40BD00, transparent 50%);
}

.projcard-green:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #40BD00, transparent 50%);
}

.projcard-yellow .projcard-bar {
    background-color: #F5AF41;
}

.projcard-yellow::before {
    background-image: linear-gradient(-70deg, #F5AF41, transparent 50%);
}

.projcard-yellow:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #F5AF41, transparent 50%);
}

.projcard-orange .projcard-bar {
    background-color: #FF5722;
}

.projcard-orange::before {
    background-image: linear-gradient(-70deg, #FF5722, transparent 50%);
}

.projcard-orange:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #FF5722, transparent 50%);
}

.projcard-brown .projcard-bar {
    background-color: #C49863;
}

.projcard-brown::before {
    background-image: linear-gradient(-70deg, #C49863, transparent 50%);
}

.projcard-brown:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #C49863, transparent 50%);
}

.projcard-grey .projcard-bar {
    background-color: #424242;
}

.projcard-grey::before {
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
}

.projcard-grey:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #424242, transparent 50%);
}

.projcard-customcolor .projcard-bar {
    background-color: var(--projcard-color);
}

.projcard-customcolor::before {
    background-image: linear-gradient(-70deg, var(--projcard-color), transparent 50%);
}

.projcard-customcolor:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, var(--projcard-color), transparent 50%);
}

.projcard-description {
    z-index: 10;
    font-size: 15px;
    color: #424242;
    height: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.projcard-tagbox {
    position: absolute;
    bottom: 3%;
    font-size: 14px;
    cursor: default;
    user-select: none;
    pointer-events: none;
}

.projcard-tag {
    display: inline-block;
    background: #E0E0E0;
    color: #777;
    border-radius: 3px 0 0 3px;
    line-height: 26px;
    padding: 0 10px 0 23px;
    position: relative;
    margin-right: 20px;
    cursor: default;
    user-select: none;
    transition: color 0.2s;
}

.projcard-tag::before {
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    height: 6px;
    left: 10px;
    width: 6px;
    top: 10px;
}

.projcard-tag::after {
    content: '';
    position: absolute;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #E0E0E0;
    border-top: 13px solid transparent;
    right: -10px;
    top: 0;
}

.user-profile-header-banner img {
    height: 250px;
    width: 100%;
}

.cardevents {
    background-clip: padding-box;
    box-shadow: 0 2px 14px rgb(38 60 85 / 16%);
}

.cardevents {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 0 solid #d4d8dd;
    border-radius: 0.3125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    position: relative;
}


#map {
    height: 180px;
}

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700');

section {
    float: left;
    width: 100%;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    margin: 30px;
}


.cardDashboard {
    max-width: 340px;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    background-color: white;
    display: -webkit-box;
    display: inline-grid;
    -webkit-transition: 0.3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-radius: 10px;
    border: 2px solid #ddd;
    margin: 10px;
    box-shadow: 0 4px 21px -12px rgb(0 0 0 / 66%);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.cardDashboard:hover {
    transform: scale(1.05);
    transition: all 1s ease;
    z-index: 999;
}

.card-01 .card-body {
    position: relative;
    padding: 12px;
}

.card-01 .badge-box {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    text-align: center;
}


.card-01 .badge-box i {
    background: #263b73;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}


.card-01 .badge-box-2 {
    position: absolute;
    top: -20px;
    left: 75%;
    text-align: center;
    color: #263b73;
    font-weight: bolder;
}

.card-01 .height-fix {
    height: 455px;
    overflow: hidden;
}

.card-img-top {
    width: 80px;
    height: 80px;
    border-bottom: solid;
}


/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    border: 1px solid #ddd;
    margin-top: 2px;
    margin-left: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;

}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
}

@media (max-width: 568px) {
    div.bhoechie-tab-menu div.list-group {
        flex-direction: column;
    }
}

div.bhoechie-tab-menu div.list-group > a {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group > a .glyphicon,
div.bhoechie-tab-menu div.list-group > a .fa {
    color: #263b73;
}

div.bhoechie-tab-menu div.list-group > a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
    background-color: #263b73;
    background-image: #263b73;
    color: #ffffff;
}

div.bhoechie-tab-menu div.list-group > a.active:after {
    /*    content: '';
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -13px;
        border-left: 0;
        border-bottom: 13px solid transparent;
        border-top: 13px solid transparent;
        border-left: 10px solid #263b73;*/
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
    min-height: 500px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}
.btn.btn-sm.normal {

    display: inline-block;
    outline: 0;
    width: 270px;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    border: none;
    padding: 0 5px;
    height: 45px;
    line-height: 45px;
    border-radius: 7px;
    background-color: #0070f3;
    color: white;
    font-weight: 400;
    font-size: 16px;
    box-shadow: 0 4px 14px 0 rgb(0 118 255 / 39%);
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.btn.btn-sm.special {

    display: inline-block;
    outline: 0;
    width: 270px;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    border: none;
    padding: 0 5px;
    height: 100px;
    line-height: 80px;
    border-radius: 7px;
    background-color: #0070f3;
    color: white;
    font-weight: 400;
    font-size: 18px;
    box-shadow: 0 4px 14px 0 rgb(0 118 255 / 39%);
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.btn.btn-sm.special:hover {
    background: rgba(0, 118, 255, 0.9);
    box-shadow: 0 6px 20px rgb(0 118 255 / 23%);
}

.btn.btn-sm.special.default {
    background-color: #0070f3;
}

.btn.btn-sm.special.carpass {
    background-color: #009a5c;
}

.btn.btn-sm.special.event {
    background-color: #c46b00;
}

.btn.btn-sm.special.lieux {
    background-color: #067293;
}

.btn.btn-sm.special.contact {
    background-color: #4435ff;
}

.btn.btn-sm.special.confirmer {
    background-color: #00a437;
}

.btn.btn-sm.special.dispatcher {
    background-color: #b60000;
}

.btn.btn-sm.special.fsp {
    background-color: #8d00d3;
}


.btn.btn-sm.normal.retour {
    background-color: #4435ff;
}

.btn.btn-sm.normal.edit {
    background-color: #efae47;
}

.btn.btn-sm.normal.delete {
    background-color: #c70000;
}

.btn.btn-sm.normal.lien {
    background-color: #8d00d3;
}

.btn.btn-sm.normal.contact {
    background-color: #4435ff;
}

.btn.btn-sm.normal.lieux {
    background-color: #067293;
}

.btn.btn-sm.transfert-chargement {
    background-color: #1c5900;
}

.btn.btn-sm.transfert-chargement {
    background-color: #ab0078;
}

.btn.btn-sm.transfert-enroute {
    background-color: #e37c00;
}

.btn.btn-sm.transfert-dechargement {
    background-color: #007798;
}

.btn.btn-sm.transfert-livre {
    background-color: #009a2a;
}

.btn.btn-sm.normal.precedente {
    background-color: #000000;
}

.btn.btn-sm.normal.suivante {
    background-color: #000000;
}

.btn.btn-sm.normal.danger {
    background-color: #cc001e;
}

.btn.btn-sm.normal.warning {
    background-color: #ff9500;
}

.btn.btn-sm.normal.success {
    background-color: #226502;
}

.btn.btn-sm.normal.default {
    background-color: #19c3e1;
}

.btn.btn-sm.normal.secondary {
    background-color: #2287ef;
}


/* Style pour le cadre principal */
.cadre-principal {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
    height: 100px;
    width: 200px;
    position: relative; /* Ajout d'une position relative pour positionner le sous-cadre */
}

/* Style pour le sous-cadre de date et d'heure */
.cadre-date-heure {
    position: absolute; /* Positionnement absolu par rapport au cadre principal */
    bottom: 5px; /* Ajustez la position verticale comme vous le souhaitez */
    right: 5px; /* Ajustez la position horizontale comme vous le souhaitez */
    background-color: #FFFFFF;
    padding: 5px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}

.license-plate {
    background: white;
    padding: 4px;
    max-width: 330px; /* Largeur adaptée à la plaque belge */
    border-radius: 10px;
    transform: scale(1.5); /* Ajustement pour un meilleur rendu */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 330px;
}

@media (max-width: 568px) {
    .license-plate {
        background: white;
        padding: 4px;
        width: 155%;
        max-width: 300px;
        border-radius: 10px;
        transform: scale(1);
    }
}

.red-border {
    background: red;
    box-shadow: inset -2px -2px 2px 0px #680d0d85, inset 2px 2px 2px 0px #ffababab;
    padding: 4px;
    border-radius: 8px;
}

.license-plate-content {
    background: white;
    border: 2px solid #000; /* Bordure noire */
    overflow: hidden;
    border-radius: 6px;
    display: flex;
    height: 50px;
}

.eu-badge-region {
    background: #002D8F; /* Couleur du badge belge */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FDDA24; /* Couleur du texte */
    padding: 8px 12px;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 20px;
    overflow: hidden;
    position: relative;
}

.eu-badge-region-gradient {
    width: 400%;
    height: 400%;
    position: absolute;
    background-image: linear-gradient(90deg, rgba(2, 45, 143, 1) 14%, rgba(4, 120, 188, 1) 28%, rgba(0, 212, 255, 1) 50%);
    background-size: 200%;
    transform: rotate(45deg);
    opacity: 0.1;
}

.eu-badge-holo-strip-container {
    width: 8px;
    background-size: contain;
    background-image: url('https://fa.ggot.dk/holo/holo-strip-tile-close.png');
    position: relative;
    overflow: hidden;
}

.eu-badge-holo-strip-gradient {
    left: -300px;
    top: -300px;
    right: -300px;
    bottom: -300px;
    opacity: 0.69;
    position: absolute;

    transform: rotateZ(90deg);
    background-image: linear-gradient(
        90deg,
        rgba(255, 0, 0, 1) 0%,
        rgba(255, 154, 0, 1) 10%,
        rgba(208, 222, 33, 1) 20%,
        rgba(79, 220, 74, 1) 30%,
        rgba(63, 218, 216, 1) 40%,
        rgba(47, 201, 226, 1) 50%,
        rgba(28, 127, 238, 1) 60%,
        rgba(95, 21, 242, 1) 70%,
        rgba(186, 12, 248, 1) 80%,
        rgba(251, 7, 217, 1) 90%,
        rgba(255, 0, 0, 1) 100%
    );
    background-size: 50%;
    mix-blend-mode: screen;
}

.license-plate input {
    outline: none;
    border: none;
    background: transparent;
    margin: 0 12px;
    font-size: 2rem;
    width: 100%;
    text-align: center;
    color: #000; /* Couleur du texte */
}


/* Animation */

.sablier, .sablier:before, .sablier:after {
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.sablier {
    --polygonH: polygon(0% 0%, 100% 0%, 100% 5.55%, 95% 5.55%, 95% 28%, 60% 46%, 60% 54%, 95% 72%, 95% 94.45%, 100% 94.45%, 100% 100%, 0% 100%, 0% 94.45%, 5% 94.45%, 5% 72%, 40% 54%, 40% 46%, 5% 28%, 5% 5.55%, 0% 5.55%);
    animation-name: flip;
    animation-timing-function: ease-in-out;
    background-image: linear-gradient(var(--primary) 0.5em, #737a8c55 0.5em 8.5em, var(--primary) 8.5em);
    clip-path: var(--polygonH);
    -webkit-clip-path: var(--polygonH);
    overflow: hidden;
    position: relative;
    width: 5em;
    height: 9em;
    z-index: 0;
}

.sablier:before, .sablier:after {
    animation-timing-function: linear;
    content: "";
    display: block;
    position: absolute;
}

.sablier:before {
    --polygonB1: polygon(0% 0%, 100% 0%, 100% 24%, 50% 47%, 50% 47%, 50% 47%, 50% 47%, 50% 47%, 50% 47%, 50% 47%, 50% 47%, 0% 24%);
    --polygonB2: polygon(0% 4%, 100% 4%, 100% 24%, 55% 45%, 55% 100%, 55% 100%, 55% 100%, 45% 100%, 45% 100%, 45% 100%, 45% 45%, 0% 24%);
    --polygonB3: polygon(0% 24%, 100% 24%, 100% 24%, 55% 45%, 55% 80%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 45% 80%, 45% 45%, 0% 24%);
    --polygonB4: polygon(45% 45%, 55% 45%, 55% 45%, 55% 45%, 55% 58%, 100% 76%, 100% 100%, 0% 100%, 0% 76%, 45% 58%, 45% 45%, 45% 45%);
    --polygonB5: polygon(50% 53%, 50% 53%, 50% 53%, 50% 53%, 50% 53%, 100% 76%, 100% 100%, 0% 100%, 0% 76%, 50% 53%, 50% 53%, 50% 53%);
    animation-name: fill;
    background-color: var(--fg);
    background-size: 100% 3.6em;
    clip-path: var(--polygonB1);
    -webkit-clip-path: var(--polygonB1);
    top: 0.5em;
    left: 0.5em;
    width: 4em;
    height: 8em;
    z-index: 1;
}

.sablier:after {
    animation-name: glare;
    background: linear-gradient(90deg, #0000 0.5em, #0003 0.5em 1.5em, #0000 1.5em 3.5em, #fff3 3.5em 4.5em, #fff0 4.5em 6.5em, #0003 6.5em 7.5em, #0000 7.5em) 0 0 / 100% 0.5em,
    linear-gradient(90deg, #0000 0.75em, #0003 0.75em 1.25em, #0000 1.25em 3.75em, #fff3 3.75em 4.25em, #fff0 4.25em 6.75em, #0003 6.75em 7.25em, #0000 7.25em) 0 0.5em / 100% 8em,
    linear-gradient(90deg, #0000 0.5em, #0003 0.5em 1.5em, #0000 1.5em 3.5em, #fff3 3.5em 4.5em, #fff0 4.5em 6.5em, #0003 6.5em 7.5em, #0000 7.5em) 0 100% / 100% 0.5em;
    background-repeat: repeat-x;
    top: 0;
    left: -3em;
    width: 200%;
    height: 100%;
    z-index: 2;
}

/* Animation */
@keyframes fill {
    from {
        clip-path: var(--polygonB1);
        -webkit-clip-path: var(--polygonB1);
    }
    10% {
        clip-path: var(--polygonB2);
        -webkit-clip-path: var(--polygonB2);
    }
    45% {
        clip-path: var(--polygonB3);
        -webkit-clip-path: var(--polygonB3);
    }
    80% {
        clip-path: var(--polygonB4);
        -webkit-clip-path: var(--polygonB4);
    }
    85%, to {
        clip-path: var(--polygonB5);
        -webkit-clip-path: var(--polygonB5);
    }
}

@keyframes glare {
    from, 90% {
        transform: translateX(0);
    }
    to {
        transform: translateX(3em);
    }
}

@keyframes flip {
    from, 90% {
        transform: rotate(0);
    }
    to {
        transform: rotate(180deg);
    }
}

/* Mode nuit */
@media (prefers-color-scheme: dark) {
    :root {
        --bg: #17181c;
        --fg: #c7cad1;
    }
}


/*
#signature-pad {min-height:200px;border: 1px solid #000;}
#signature-pad canvas {position: absolute;left: 0;top: 0;width: 100%;height: 100%}
*/

.table-responsive {
    text-align: left;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #f6f6f6;
}

.form-control {
    color: #084069;
    font-weight: 900;
}


/*#clear_button {
    z-index: 10;
    position: absolute;
    right: 2em;
    padding: 1.5em 2em;

    color: #21cfa6;
    font-weight: 600;
    font-size: 14pt;
    cursor: pointer;
}*/


.visibledevice {
    display: none;
}

.visibledesktop {
    display: block;
}

canvas {
    width: 100%;
    height: 100%;

    border: 1px #5fca83 dashed;
    border-radius: 7px;
}

#finish_button {
    margin-top: 2em;
    cursor: pointer;
}

.signature-pad-container {
    width: 20em;
    height: 25em;
    /*max-height: 30em;*/
    min-width: 20em;
   min-height: 25em;
    padding: 5px;
    position: initial;
    background-color: white;
    box-shadow: 0 0 20px 1px #ddd;
    text-align: right;
}

.animation {
    width: 250px;
    height: 120px;
    margin-left: 20px; /* Espacement entre le texte et l'animation, vous pouvez ajuster selon vos préférences */
}

.maintenance-box {
    background-color: #fff; /* Couleur de fond du cadre */
    border: 2px solid #f1c40f; /* Bordure du cadre */
    padding: 20px; /* Espacement interne du cadre */
    border-radius: 10px; /* Coins arrondis */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); /* Ombre pour donner de la profondeur */
    display: flex;
    align-items: center;
}

.error-box {
    background-color: #fff;
    border: 2px solid #ff0000;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    display: flex; /* Ajout de la propriété display:flex */
    align-items: center;
}


.panel-title-header {
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 30px 20px 15px;
    text-align: left;
    background-color: #263b73;
    color: #f9f9f9;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    margin-bottom: 15px;
}


:root {
    --default-color: #0070f3;
    --carpass-color: #009a5c;
    --event-color: #c46b00;
    --lieux-color: #067293;
    --confirmer-color: #00a437;
    --dispatcher-color: #b60000;
    --fsp-color: #8d00d3;
    --retour-color: #4435ff;
    --edit-color: #efae47;
    --delete-color: #c70000;
    --rdv-color: #8d00d3;
    --contact-color: #0b2f42;

    --demarrer-color: #164200;
    --chargement-color: #ab0078;
    --enroute-color: #e37c00;
    --dechargement-color: #007798;
    --livre-color: #009a2a;

    --hover-background: rgb(38, 59, 115);
    --hover-shadow: 0 6px 20px rgb(0, 23, 82);
}


.card-container {
    display: inline-block;
    justify-content: space-between; /* ou une autre valeur selon votre préférence */
}

/* Classe de base pour les propriétés communes */
.card-mission {
    height: 100px;
    display: inline-block;
    outline: 0;
    padding: 15px;
    margin: 5px;
    cursor: pointer;
    border: 2px solid #575757;
    line-height: 30px;
    border-radius: 7px;
    color: white;
    font-weight: 400;
    font-size: 18px;
    box-shadow: 0 4px 14px 0 rgb(0 118 255 / 39%);
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

/* Classes pour les largeurs */
.card-mission-simple {
    width: 270px;
}

.card-mission-large {
    width: 100%;
}

/* Classe pour le contenu de la carte */
.card-mission-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: auto;
}

/* Règles pour les couleurs */
.card-mission.default {
    background-color: var(--default-color);
}

.card-mission.carpass {
    background-color: var(--carpass-color);
}

.card-mission.event {
    background-color: var(--event-color);
}

.card-mission.lieux {
    background-color: var(--lieux-color);
}

.card-mission.confirmer {
    background-color: var(--confirmer-color);
}

.card-mission.dispatcher {
    background-color: var(--dispatcher-color);
}

.card-mission.fsp {
    background-color: var(--fsp-color);
}

.card-mission.retour {
    background-color: var(--retour-color);
}

.card-mission.edit {
    background-color: var(--edit-color);
}

.card-mission.delete {
    background-color: var(--delete-color);
}

.card-mission.rdv {
    background-color: var(--rdv-color);
}

.card-mission.contact {
    background-color: var(--contact-color);
}

.card-mission.transfert-demarrer {
    background-color: var(--demarrer-color);
}

.card-mission.transfert-chargement {
    background-color: var(--chargement-color);
}

.card-mission.transfert-enroute {
    background-color: var(--enroute-color);
}

.card-mission.transfert-dechargement {
    background-color: var(--dechargement-color);
}

.card-mission.transfert-livre {
    background-color: var(--livre-color);
}


/* Règle de hover commune pour toutes les cartes */
.card-mission:hover {
    background: var(--hover-background);
    box-shadow: var(--hover-shadow);
}


.card-text-center {
    color: #ffffff;
    font-weight: 900;
}

.card-text-center:hover {
    color: #ffffff;
    font-weight: 900;
}


.no-link-style {
    text-decoration: none;
    color: inherit;
    background-color: #0070f3;
}


.photo-container {
    position: relative;
    display: inline-block;
    margin: 10px; /* Marge entre les photos */
}

.delete-photo {
    position: absolute;
    top: 5px; /* Ajustez la position verticale en fonction de vos préférences */
    right: 5px; /* Ajustez la position horizontale en fonction de vos préférences */
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    visibility: hidden;
    transition: visibility 0.3s; /* Ajoutez une transition pour une apparition en douceur */
}

.photo-container:hover .delete-photo {
    visibility: visible;
}

.delete-photo:hover {
    background-color: #d9534f; /* Couleur de fond au survol */
}

.photo-container img {
    width: 250px;
    height: auto;
    display: block;
}

/* Timeline Transfert */
:root {

    --default: #1f9eba;
    --chargement: #ab0078;
    --enroute: #e37c00;
    --dechargement: #007798;
    --livre: #009a2a;
}

.badge.badge-pill.default {
    background-color: var(--default);
}

.badge.badge-pill.Chargement {
    background-color: var(--chargement);
}

.badge.badge-pill.Déplacement {
    background-color: var(--enroute);
}

.badge.badge-pill.Déchargement {
    background-color: var(--dechargement);
}

.badge.badge-pill.Livré {
    background-color: var(--livre);
}


/* Timeline */
:root {

    --default: #1f9eba;
    --dc: #777;
    --hd: #46be8a;
    --hapl: #f2a654;
    --hfpl: #62a8ea;
    --hfm: #ba1f1f;
}

.timeline-badge.default {
    background-color: var(--default);
}

.timeline-badge.dc {
    background-color: var(--dc);
}

.timeline-badge.hd {
    background-color: var(--hd);
}

.timeline-badge.hapl {
    background-color: var(--hapl);
}

.timeline-badge.hfpl {
    background-color: var(--hfpl);
}

.timeline-badge.hfm {
    background-color: var(--hfm);
}


.timeline {
    list-style: none;
    padding: 20px;
    position: relative;
}

.timeline:before {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline-item {
    margin-bottom: 20px;
    position: relative;
}

.timeline-item:before,
.timeline-item:after {
    content: "";
    display: table;
}

.timeline-item:after {
    clear: both;
}

.timeline-badge {
    color: #fff;
    width: 54px;
    height: 54px;
    line-height: 52px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -25px;
    background-color: #333;
    border: 3px solid #ffffff;
    z-index: 100;
    border-radius: 50%;
}

.timeline-panel {
    position: relative;
    width: 46%;
    float: left;
    right: 16px;
    border: 1px solid #777777;
    background: #ffffff;
    border-radius: 2px;
    padding: 20px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -16px;
    display: inline-block;
    border-top: 16px solid transparent;
    border-left: 16px solid #777777;
    border-right: 0 solid #777777;
    border-bottom: 16px solid transparent;
    content: " ";
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

.timeline-item:last-child {
    &:nth-child(even) {
        float: right;
    }
}

.timeline-item:nth-child(even) {
    .timeline-panel {
        float: right;
        left: 16px;

        &:before {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
    }
}

/* Timeline Horizontal */
.timeline-horizontal {
    list-style: none;
    position: relative;
    padding: 20px 0;
    display: inline-block;
}

.timeline-horizontal:before {
    height: 3px;
    top: auto;
    bottom: 26px;
    left: 56px;
    right: 0;
    width: 100%;
    margin-bottom: 20px;
}

.timeline-horizontal .timeline-item {
    display: table-cell;
    height: 280px;
    width: 20%;
    min-width: 320px;
    float: none !important;
    padding-left: 0;
    padding-right: 20px;
    margin: 0 auto;
    vertical-align: bottom;
}

.timeline-horizontal .timeline-panel {
    top: auto;
    bottom: 64px;
    display: inline-block;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    margin-bottom: 20px;
}

.timeline-horizontal .timeline-panel:before {
    top: auto;
    bottom: -16px;
    left: 28px !important;
    right: auto;
    border-right: 16px solid transparent !important;
    border-top: 16px solid #777777 !important;
    border-bottom: 0 solid #777777 !important;
    border-left: 16px solid transparent !important;
}

.timeline-horizontal .timeline-badge {
    top: auto;
    bottom: 0;
    left: 43px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.blinking {
    animation: blink 1s infinite;
}

.required-star {
    color: red;
    font-size: 1.2em;
    font-weight: bold;
}

.badge {
    animation: pulse 1.5s ease-in-out infinite;
}


.mission-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 auto;

}

.mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: #003a64;
    border-radius: 10px 10px 0 0;
}

.card-title {
    color: #ffffff;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
}

.card-body-main p {
    font-size: 16px;
    color: #003a64;
    padding: 5px;
    margin-bottom: 10px; /* Espacement entre les paragraphes */
}

.card-body-main .badge {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px; /* Plus d'espace dans les badges */
    border-radius: 12px; /* Optionnel : arrondir les badges */
    transition: background-color 0.3s ease, color 0.3s ease; /* Animation pour survol */
}

.card-footer .btn {
    padding: 8px 20px;
    font-size: 14px;
    transition: background-color 0.3s ease, transform 0.3s ease; /* Ajout d'une transition pour le survol */
}

.card-footer .btn-sm {
    font-size: 14px;
}

.card-footer .btn:hover {
    background-color: #0056b3; /* Exemple de survol : couleur personnalisée */
    transform: translateY(-2px); /* Effet de léger déplacement au survol */
}

@media (max-width: 767px) {
    .card-footer {
        padding: 1rem;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.badge {
    animation: pulse 1.5s ease-in-out infinite;
}

.text-primary {
    margin-top: 0;
    color: #263b73;
}

.text-title {
    color: #ffffff;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
}

.parking-dashboard {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.parking-card {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 600px;
    width: 380px;
    display: flex;
    flex-direction: column;
    margin: 5px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.parking-card:hover {
    transform: scale(1.05); /* Zoom effect */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Enhanced shadow */
}

.role-container {
    background-color: #000000;
    border-radius: 20px 20px 0px 0px;
    padding: 1px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 15px;
    font-weight: bold;
}

.panel-police > .panel-heading  > .panel-title {
    color: white !important;
    background-color: #263b73 !important;
    border-color: #F6E3CE !important;
    padding-bottom: 15px;
    padding-top: 0px;
}


.panel-wann-vert > .panel-heading  > .panel-title {
    color: white !important;
    background-color: #037f41 !important;
    border-color: #000000 !important;
    border: 1px solid;
    padding-bottom: 15px;
    padding-top: 0px;
}

.panel-wann-jaune > .panel-heading  > .panel-title {
    color: white !important;
    background-color: #fbaf1e !important;
    border-color: #000000 !important;
    border: 1px solid;
    padding-bottom: 15px;
    padding-top: 0px;
}

.panel-wann-noir > .panel-heading  > .panel-title {
    color: white !important;
    background-color: #001a49 !important;
    border-color: #000000 !important;
    border: 1px solid;
    padding-bottom: 15px;
    padding-top: 0px;
}


.panel-wann-rouge > .panel-heading  > .panel-title {
    color: white !important;
    background-color: #bf0908 !important;
    border-color: #000000 !important;
    border: 1px solid;
    padding-bottom: 15px;
    padding-top: 0px;
}

.panel-wann > .panel-heading  > .panel-title {
    color: white !important;
    background-color: #000000 !important;
    border-color: #F6E3CE !important;
}

.module-box {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.module-box:hover {
    background: #007bff;
    border-color: #0056b3;
    color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.module-icon {
    font-size: 40px;
    color: #007bff;
    margin-bottom: 10px;
}

.module-box:hover .module-icon {
    color: #fff;
}

.module-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.module-box:hover .module-title {
    color: #fff;
}

.btn-lang {
    -webkit-font-smoothing: subpixel-antialiased;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.57142857;
    background-color: #004d9f;
    color: white;
    margin: 10px;
    padding: 6px 15px;
    transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
}

/* Styles communs pour les badges */
.access-badge {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    height: auto; /* Ajusté pour la vue en liste */
  /*  width: 150px; /* Ajusté pour la vue en liste */
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
}


/* Styles pour la vue en grille */
.access-badge-container.grid-view {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.access-badge-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background-color: #f0f8ff;
    border-bottom: 2px solid #007bff;
}

.access-badge-photo {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #007bff;
}

.access-badge-name {
    font-size: 18px;
    font-weight: bold;
    color: #007bff;
    margin: 10px 0 0;
}

.access-badge-body {
    padding: 15px;
    text-align: center;
}

.access-badge-info {
    font-size: 14px;
    margin: 5px 0;
}

.access-badge-footer {
    padding: 10px;
    background-color: #f0f8ff;
    border-top: 2px solid #040404;
}

.access-badge-btn {
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
}

/* Styles pour la vue en liste */
.access-badge-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background-color: #f0f8ff;
    border-bottom: 2px solid #007bff;
    min-height: 92px;
}

.access-badge-container.list-view {
    display: ruby;
    flex-direction: column;
    overflow-y: auto;
    max-height: 165vh;
}

.access-badge-list-item {
    display: flex;
    align-items: center;
    margin: 10px 0;
    width: 100%;
}

.access-badge-photo-container {
    flex-shrink: 0;
    margin-right: 15px;
}

.access-badge-photo {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #007bff;
}

.access-badge-body {
    text-align: left;
/*    padding: 15px;
    flex-grow: 1;
    width: 200px;*/
}

.access-badge-name {
    font-size: 18px;
    font-weight: bold;
    color: #001b48;
    margin: 0;
}

.access-badge-info {
    font-size: 14px;
    margin: 5px 0;
}

.access-badge-footer {
    padding: 10px;
    text-align: center;
}

.access-badge-btn {
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
}

/* Styles de couleur pour les badges */
.access-badge-black {
    border-color: #000000;
}

.access-badge-green {
    border-color: #037e40;
}

.access-badge-orange {
    border-color: #f9ae1e;
}

.access-badge-red {
    border-color: #bc0908;
}

.access-badge-blue {
    border-color: #001b49;
}

.access-badge-header-black {
    border-bottom-color: #000000;
    background-color: #00000020;
}

.access-badge-header-green {
    border-bottom-color: #037e40;
    background-color: #037e4020;
}

.access-badge-header-orange {
    border-bottom-color: #f9ae1e;
    background-color: #f9ae1e20;
}

.access-badge-header-red {
    border-bottom-color: #bc0908;
    background-color: #bc090820;
}

.access-badge-header-blue {
    border-bottom-color: #001b49;
    background-color: #001b4920;
}

/* Style général pour les boutons d'affichage */
.display-controls .btn {
    margin: 0 5px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #007bff;
    background-color: #ffffff;
    color: #007bff;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.display-controls .btn:hover {
    background-color: #007bff;
    color: #ffffff;
}

/* Style pour le bouton actif */
.display-controls .btn.active {
    background-color: #007bff;
    color: #ffffff;
    border: 1px solid #007bff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Styles spécifiques aux badges pour la vue grille */
.access-badge.grid-view {
    width: 100%;
}

/* Styles spécifiques aux badges pour la vue liste */
.access-badge.list-view {
    width: 50%;
}


.custom-panel {
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-panel-heading {
    background-color: #003a64;
    color: #fff;
}

.custom-panel-title {
    font-size: 18px;
    margin-top: 0;
}

.custom-bold-text {
    font-weight: 900;
    color: #003a64;
}

