/* 
 * Style for components
 * Author: Mzoughi Mohamed Amine
 */


/* Heading Styles */
h1 {
    font-family: "Poppins";
    font-weight: 600; /* Semi-bold */
    font-size: 28px;
    line-height: auto;
}

h2 {
    font-family: "Poppins";
    font-weight: 600; /* Semi-bold */
    font-size: 23px;
    line-height: auto;
}

h3 {
    font-family: "Poppins";
    font-weight: 600; /* Semi-bold */
    font-size: 18px;
    line-height: auto;
}

h4 {
    font-family: "Poppins";
    font-weight: 600; /* Semi-bold */
    font-size: 16px;
    line-height: auto;
}

/* For the rest (e.g., h5, h6, paragraphs, etc.) */
h5, h6, p,  div {
    font-family: "Poppins";
    font-weight: 500; /* Medium */
    font-size: 14px; /* Default size */
    line-height: auto;
}

/* Additional font sizes if needed */
h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}



@media (max-width: 768px) {
    #wrapper {
        display: block !important;

    }

    #sidebar-wrapper {
        position: fixed;
        top: 0;
        background-color: #fff;
        z-index: 9999999;
    }

    .categories-list {
        display: flex;
        flex-wrap: wrap;
    }
}
.custom-block-description p{
    color: #41566C;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
}
.custom-block-title{
    color : #41566C;
}
a.category-filter.disabled-link {
    pointer-events: none;
    /* Prevents clicking */
    color: #ccc;
    /* Color to indicate it's disabled */
    text-decoration: none;
    /* Remove underline */
    cursor: not-allowed;
    /* Show a 'not-allowed' cursor on hover */
}
/* Worker Card Container Styling */
.employee-card .wpb_wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.vc-worker-cards-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vc-worker-card {
    width: 100%; 
    border: 1px solid #DADCEC;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background-color: #F7F7FA;
}

.vc-worker-card .worker-image {
    flex: 0 0 30%;
    margin-right: 15px;
}

.vc-worker-card .worker-image img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.vc-worker-card .worker-details {
    flex: 1;
    padding-top: 8px;
}

.worker-list {
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.worker-list li {
    font-size: 14px;
    color: #312A73;
    font-family: Roboto;
    font-weight: 500;
}
.worker-content {
    display: flex;
    padding: 8px;
    width: 100%;
}
.card-worker-footer{
    background-color: #DADCEC;
    padding: 16px;
    border-radius: 0 0 8px 8px;
    width: 100%;
}
.worker-details h3{
    font-size: 18px !important;
    color: #312A73;
    font-weight: 600;
    font-family: 'Pooppins', sans-serif;
}
.title-job{
    color: #5F64A5;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
}
.email-worker{
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 4px;
    display: flex;
    gap: 10px;
}
.email-worker a{
    color: #312A73;
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto;
}
.phone-worker{
    color: #312A73;
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto;
    display: flex;
    gap: 10px;
}
/* Responsive Design for Smaller Screens */
@media (max-width: 768px) {
    .vc-worker-card {
        width: 100%; /* Full width on mobile */
    }
}

/* .owl-stage-outer{
    overflow: hidden;
    } */
/* .owl-stage {
    display: flex;
    } */
#events-slider {
    padding: 0 34px;
}

#events-slider.owl-carousel .owl-nav button.owl-next,
#events-slider.owl-carousel .owl-nav button.owl-prev {
    top: 30%;
}

.owl-carousel .item {
    height: 290px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 1px 12px 0px #656D8929;

}
.owl-carousel .item:active {
    border: 2px solid #9F248BB2;   

}

.owl-carousel .item a {
    flex-direction: column;
    display: flex;
    height: 100%;

}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: transparent !important;
    color: #9F248B;
    opacity: 1;
}
.nav-tabs .nav-link:hover.active{
    background-color: #ccc0 !important;
    color: #9F248B !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 16px;
}
.owl-carousel .item a:hover {
    opacity: 1 !important;
}

.content-title {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #2D2D2C;
}


.categories-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 34px;
    gap: 8px;
}

.categories-list li {
    list-style: none;
}

.categories-list a {
    text-decoration: none;
    color: #312A73;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 4px;
    border: 1px solid #DADCEC;
    background: #fff;
}

a.category-filter.active {
    background: #6B7EDF;
    border: 1px solid #5F64A599;
    color: #fff;
}

.content-bloc {
    margin: 8px;
    display: flex;
    align-items: end;
    justify-content: flex-start;
    padding: 15px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 117px;
    border-radius: 5px;
    margin: 8px;
}

.content-bloc-category {
    background: #6B7EDF;
    border: 1px solid #5F64A599;
    color: #fff;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 4px;
    text-decoration: none;
}

.content-excerpt {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #667085;
    overflow: hidden; 
    text-overflow: ellipsis; 
    -webkit-line-clamp: 2; 
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    white-space: normal;
}

.item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 8px 16px;
}

.owl-carousel .item .footer {
    height: 38px;
    background: #DADCEC;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
}

/* .owl-carousel .item .footer a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
} */
.accordion-body .card svg{
    min-width: 26px !important;
    height: 26px !important;
}
.owl-carousel .item .footer a img {
    width: auto;
}

.owl-carousel .item .footer a span {
    color: #5F64A5;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    width: 26px;
    height: 26px;
    background: #fff !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    color: #9F248B;
    font-size: 20px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

div#posts-slider {
    padding: 0 34px 32px 34px;
}
div#infos-metier-slider {
    padding: 0 34px 32px 34px;
}

.owl-carousel .item,
.content-title,
.content-bloc-category,
.owl-carousel .item .footer  span {
    transition: .5s all;
}

.owl-carousel .item a .footer  svg path,
.owl-carousel .item a .footer  span,
.owl-carousel .item:hover a.footer  svg {
    transition: .5s all;
}

.owl-carousel .item {
    border: 1px solid #DADCEC;
}

.owl-carousel .item:hover  {
    border: 1px solid #9F248B;
}

.owl-carousel .item:hover .content-title {
    color: #9F248B;
}

.owl-carousel .item:hover .content-bloc-category {
    background-color: #9F248B;
}

.owl-carousel .item:hover  .footer  span {
    color: #9F248B !important;
    opacity: 1 !important;
}

.owl-carousel .item:hover  .footer  svg {
    width: 22px !important;
    height: auto !important;
}

.owl-carousel .item:hover  .footer  svg path {
    stroke: #9F248B !important;
    opacity: 1 !important;
}

.item-content {
    background-color: #fff;
    transition: .5s all;
}

.owl-carousel .item .item-content {
    transition: .5s all;
}

.owl-carousel .item:hover .item-content {
    transform: translate(0px, -15px);
}

.owl-carousel .item:hover .content-bloc-category {
    transform: translate(0px, -5px);
}

.content-bloc {
    transition: .5s all;
}

.owl-carousel .item:hover .content-bloc {
    border-radius: 5px 5px 0 0;
}

.item-event {
    transition: .5s all;
    border: 1px solid #fff;
    box-shadow: 0px 1px 12px 0px #656D8929;

}

.item-event .footer-event a svg path {
    transition: .5s all;
}

.item-event:hover {
    border: 1px solid #9F248B;
}

.item-event:hover .event-title {
    color: #9F248B;
}

.item-event .footer-event a svg {
    transition: .5s all;
}

.item-event:hover .footer-event  svg {
    width: 24px;
    height: auto;
}

.item-event:hover a {
    opacity: 1 !important;
}

.item-offer:hover a {
    opacity: 1 !important;
}

.item-offer .footer-offer  svg {
    transition: .5s all;
}

.item-offer:hover .footer-offer  svg {
    width: 22px;
}

.item-event:hover .footer-event  svg path {
    stroke: #9F248B;
    opacity: 1 !important;
}

.no-posts-message {
    padding: 16px;
    margin-left: 32PX;
    background-color: #DADCEC;
    border-radius: 8px;
    border: 1px solid #5F64A51A;
    margin-bottom: 40px;
}

.error-title {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #312A73;
}

.item-link:hover {
    opacity: 1;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {

    background: #9F248B14 !important;
}

.owl-carousel .owl-nav button.owl-next:hover.disabled,
.owl-carousel .owl-nav button.owl-prev:hover.disabled {

    background: #F6F7F8 !important;
}

.owl-carousel .owl-nav button.owl-next.disabled,
.owl-carousel .owl-nav button.owl-prev.disabled {

    background: #F6F7F8 !important;
}

.owl-carousel .owl-nav button.owl-next.disabled span,
.owl-carousel .owl-nav button.owl-prev.disabled span {
    color: #41566C80;
    font-size: 20px;
}


.error-content {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;

    color: #5F64A5;
}

.event-content-details {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

.event-details {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

span.time-date-wicon {
    font-size: 14px;
    color: #5F64A5;
    overflow: hidden; 
    text-overflow: ellipsis; 
    -webkit-line-clamp: 2; 
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    white-space: normal;
}

p.date-details {
    display: flex;
}

p.date-details img {
    width: 20px !important;
    margin-right: 4px;
}

p.date-details {
    margin-bottom: 0;
    max-width: 230px;
}

p.date-details:first-child {
    border-right: 1px solid #DADCEC;
    padding-right: 8px;
}

.item-event .event-date {
    font-family: Roboto;
    background-color: #6B7EDF;
    border-radius: 8px;
    flex-grow: 0;
    width: 82px;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.event-date .day {
    font-size: 18px;
    font-weight: 600;
    line-height: 22.5px;
    color: #F7F7FA;
    font-family: 'Pooppins', sans-serif;
    margin-bottom: 0;
    text-align: center;
}

.event-date .month {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #F7F7FA;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
}

.website a {
    color: #41566C;
}

div#agendas,
div#actualites {
    padding-left: 24px;
    padding-right: 24px;
}

.event-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-left: 15px;
    flex-grow: 1;
    flex-basis: 0;
    gap: 8px;
}

.header-event {
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.item-event .event-title {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #2D2D2C;
    transition: .5s all;
    display: grid;
     overflow: hidden ;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal; 

}

.item-event {
    display: flex;
    flex-direction: row;
    box-shadow: 0px 1px 12px 0px rgba(101, 109, 137, 0.16);
    background-color: #fff;
    border-radius: 8px;
    padding: 8px 16px 8px 8px;
    margin-bottom: 16px;
    border: 1px solid #DADCEC;
}

.footer-event {
    align-self: end;
    flex-grow: 0;
}

div#offers-slider {
    padding: 0 34px 0 34px !important;
}

.footer-offer {
    margin-left: auto;
}

.offer-content-details {
    background-color: #DADCEC;
    padding: 6px 16px;
    display: flex;
    align-items: center;
    border-radius: 0 0 8px 8px;
}


p.offer-details {
    color: #312A73;
    font-size: 14px;
    margin-bottom: 0;
    font-family: Roboto;
    font-weight: 500;
    border-right: 1px solid #9BA0C84A;
    padding-right: 8px;
    padding-left: 8px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    align-self: center;
}

p.offer-details:first-child {
    padding-left: 0;
}

p.offer-details:last-child {
    border-right: none;
    padding-right: 0;
}

.item-offer {
    background-color: #fff;
    border: 1px solid #DADCEC;
    border-radius: 8px;
    transition: .5s all;
    margin-bottom: 24px;
    box-shadow: 0px 1px 12px 0px #656D8929;
}

div#offers-slider .item-offer {
    margin-bottom: 0;
}

.item-offer:hover {
    border: 1px solid #9F248B;
}

.offer-title {
    padding: 16px 16px 8px 16px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    color: #2D2D2C;
    transition: .5s all;
}

.item-offer:hover .offer-title {
    color: #9F248B;
}

.item-offer .footer-offer a svg path {
    transition: .5s all;
}

.item-offer:hover .footer-offer a svg path {
    stroke: #9F248B;
    opacity: 1;
}
.vc-top-image-text {
    margin-bottom: 24px;
}

/* Note Block Styles */
.vc-note-block {
    margin-bottom: 40px;
    padding: 0;
}

.vc-note-block .note-block {
    display: flex;
    align-items: flex-start;
    padding: 24px 74px 24px 24px;
    background-color: #6B7EDF;
    border-radius: 8px;
    gap: 16px;
    color: white;
}

.vc-note-block .note-block .note-icon {
    width: 24px;
    margin-left: 0;
}

.vc-note-block .note-block .content-note {
    display: flex;
    flex-direction: column;
}

.vc-note-block .note-block .note-title {
    font-size: 16px;
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: white;
}

.vc-note-block .note-block .note-content {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    color: white;
}

hr {
    border: none;
    height: 1px;
    background-color: #DADCEC;
    margin: 24px 0;
}


/*************accordient************/
.accordion-button{
    background-color: #ffffff00 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #41566C !important;
    padding: 4px 8px !important;
    font-family: Roboto;
    font-weight: 500;
    transition: .5s all;
    box-shadow: none !important;
}

.accordion-item{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #DADCEC !important;
    margin-bottom: 32px !important;
    background-color: #ffffff00 !important;
}
.accordion-button:hover{
    color: #9F248B !important;
}
.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19 9L12 15L5 9' stroke='%232D2D2C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M19 9L12 15L5 9' stroke='black' stroke-opacity='0.2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") !important;
}
.accordion-button:focus{
    border-color: #ffffff00 !important;
    box-shadow: none !important;
}
.accordion-body a.card-link{
 height: 100%;
 display: grid;
}
.accordion-body .card{
    flex-direction: row-reverse;
    align-items: center;
    padding-right: 16px;
    border: 1px solid #DADCEC;
    box-shadow: 0px 0px 8px 0px rgba(101, 109, 137, 0.16);
    border-radius: 8px;
    transition: .5s all;
}
.accordion-body{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.accordion-body .card:hover{
    border: 1px solid #9F248B;
    opacity: 1;
}
.accordion-body .card-title{
    color: #2D2D2C;
    transition: .5s all;
    font-size: 16px;
}
.accordion-body .card:hover .card-title{
    color: #9F248B;
    opacity: 1;
}
p.card-text{
    color: #2D2D2C;
    transition: .5s all;
    font-size: 14px;
    font-weight: 400;
}
.accordion-body .card:hover p.card-text{
    color: #9F248B;
    opacity: 1;
}
.accordion-body .card:hover svg path{
    stroke: #9F248B;
    opacity: 1;
}

/**************custom accordion************/

.vc-image-text-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vc-image-text-block.image-left .image-container {
    order: 0; /* Image on the left */
    height: 100%;
}
.vc-image-text-block.image-left .image-container img{
    order: 0; /* Image on the left */
    width: 100% !important;
    height: 100% ;
    object-fit: cover;
}

.vc-image-text-block.image-right .image-container {
    order: 1; /* Image on the right */
}

.vc-image-text-block .image-container {
    max-width: 37.5%;
}

.vc-image-text-block .content-container {
    max-width: 62.5%;
    padding-left: 24px;
}

.vc-image-text-block .block-title {
    font-size: 18px;
    margin-bottom: 8px;
    color: #41566C;
    font-family: 'Pooppins', sans-serif;
    font-weight: 600;
}
.vc-title-and-content-block .block-title {
    font-size: 18px;
    margin-bottom: 8px;
    color: #41566C;
    font-family: 'Pooppins', sans-serif;
    font-weight: 600;
}
.vc-top-image-text .main-title{
margin-bottom: 40px;
}
.vc-title-and-content-block .block-content {
    font-size: 16px;
    margin-bottom: 8px;
    color: #41566C;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.vc-image-text-block .block-description {
    font-size: 16px;
    line-height: 1.5;
    color: #41566C;
    font-family: Roboto;
}
.vc-dark-note-block{
    margin-left: -24px;
    margin-right: -24px;
    background-color: #312A73;
    padding: 24px;
}
h3.dark-note-small-title{
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
    font-family: 'Pooppins', sans-serif;
    font-weight: 600;
}
.dark-note-content-text{
    font-size: 16px;
    line-height: 1.5;
    color: #FFF;
    font-family: Roboto;
    margin-bottom: 24px;
}
.dark-note-block {
    background: #fff;
    display: flex;
    align-items: flex-start;
    padding: 24px 74px 24px 24px;
    border-radius: 8px;
    gap: 16px;
}
img.dark-note-icon{
    width: 24px;
    margin-left: 0;
}
h4.dark-note-title{
    color: #312A73;
    font-size: 16px;
    margin-bottom: 8px;
    font-family: Roboto;
    font-weight: 600;
}
p.dark-note-content{
    color: #312A73;
    font-size: 16px;
    font-family: Roboto;
    margin-bottom: 0;
}


    /* Menu Tab Styling */
    .vc-lien-tabs-wrapper {
        display: flex;
        margin-bottom: 16px;
    }
    .lien-tabs {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
    }
    .lien-tab {
   padding-top: 16px;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid transparent;
    color: #41566C;
    font-size: 16px;
    padding-right: 20px;
    font-weight: 600;
    font-family: Roboto;
    transition: background-color 0.3s, border-right 0.3s;
    }
    .lien-tab:first-child{
        padding-top: 0;
    }
    .lien-tab.active {
        color: #41566C;
        position: relative;
    }
    .lien-tab.active::after {
        content: "";
        display: block;
        width: 40px;
        height: 4px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="4" viewBox="0 0 40 4" fill="none"><rect y="0.150391" width="39.7686" height="3.64258" rx="1.82129" fill="%239F248B"/></svg>');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -10px; /* Adjust this value to control distance from the tab */
        left: 0;
    }
    .lien-tab:hover {
       color:#9F248B;
    }
    .lien-tab-content-wrapper {
        flex-grow: 1;    
    }
    .lien-tab-content {
        display: none;
    }
    .lien-tab-content.active {
        display: block;
        background-color: #F7F7FA;
        border-radius: 8px;
    }
        .lien-tab-content.active p{
            padding: 16px;
            font-size: 16px;
            font-weight: 400;
            font-family: Roboto;
            color: #41566C;
}


.fullwidth-image-container {
    padding: 0;
    margin-left: -24px;
    margin-right: -24px;
}

.fullwidth-image-container img {
    width: 100%;
    display: block;
    height: auto;
}

.content-text{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #41566C;
}



/***************custom accordion************/
.custom-accordion-button {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 16px;
    background-color: #F7F7FA;
    outline: none;
    transition: 0.4s;
    border: none;
}
    .custom-accordion-item {
        background-color: #f8f9fa;
        margin-bottom: 16px;
    }
    .accordion-icon {
    font-size: 18px;
    margin-right: 24px;
    transition: transform 0.3s ease-in-out;
}
.custom-accordion-button:not(.collapsed) .accordion-icon {
    transform: rotate(180deg);
}
.accordion-title {
    flex-grow: 1;
    font-size: 16px;
    color: #41566C;
    font-weight: 600;
    font-family: Roboto;
}
.custom-accordion-button:hover .accordion-icon svg path{
    stroke: #9F248B;
}
.custom-accordion-button:hover .accordion-title{
    color: #9F248B;
}
.custom-accordion-body{
    padding: 0px 16px 16px 65px;
}
.custom-accordion-item{
    border-radius: 8px;
    border: 1px solid #DADCEC;
}
.custom-accordion-header{
    margin-bottom: 0;
}
button.custom-accordion-button.collapsed{
    
}
/*************************/

@media (max-width: 767px) {
    .see-all-link-desktop {
        display: none;
    }

    .see-all-link-mobile {
        display: block;
        padding-top: 16px;
        padding-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .see-all-link-desktop {
        display: block;
    }

    .see-all-link-mobile {
        display: none;
    }
}


@media screen and (max-width: 339.5px) {
    div#navbarSupportedContent input[type="text"] {
        margin-left: 0;
        margin-right: 0;
        height: 40px;
        min-width: 80%;


    }
}

@media (max-width: 991.5px) {
    .item-event .event-date {
        width: 75px;
    }

    .event-details {
        display: grid;
        gap: 0px;
    }

    p.date-details:first-child {
        border-right: none;
    }

    .content-dashboard {
        border-radius: 0px !important;
    }

    div#navbarSupportedContent {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 12px;
        margin-top: 14px;
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
        background-color: #F7F7FA;
        margin-bottom: -16px;
        padding-bottom: 16px;
    }

    div#navbarSupportedContent input[type="text"] {
        margin-left: 0;
        height: 40px;
        min-width: 80%;
        background-color: #f7f7fa;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        z-index: 9999;
        right: 0;
        background: #fff;
        padding: 15px;
        box-shadow: 0px 0px 5px -1px rgba(153, 153, 153, 0.4);
        -webkit-box-shadow: 0px 0px 5px -1px rgba(153, 153, 153, 0.4);
        -moz-box-shadow: 0px 0px 5px -1px rgba(153, 153, 153, 0.4);
        border-radius: 4px;
        min-width: 150px;
        margin-right: 125px;
    }

    .dropdown-content a {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
    }


    .show {
        display: block;
    }

    .offer-content-details {
        width: 100%;
        flex-wrap: wrap;
    }

    p.offer-details:first-child {
        padding-left: 8px;
    }

    p.offer-details {
        width: 45%;
        margin-bottom: 8px;
    }

    p.offer-details:nth-child(4) {
        border-right: 0px !important;
    }

}