﻿:root {
    scroll-behavior: smooth;
}

.field-validation-error {
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
    line-height: 1.25 !important;
}

/* write css when imput is required the add asterisk after the label, but it not if label is before input box */

/*label:has(+ input:required)::after,
label:has(+ select:required)::after,
label:has(+ textarea:required)::after {
    content: " *";*/ /* Add a space before the asterisk for better spacing */
/*color: red;*/ /* Customize the color of the asterisk */
/*}*/

/* For HTML5 required */
/* Label BEFORE input — supports text, select, checkbox, radio, textarea */
label:has(+ input[required])::after,
label:has(+ select[required])::after,
label:has(+ textarea[required])::after,
label:has(+ input[data-val-required])::after,
label:has(+ select[data-val-required])::after,
label:has(+ textarea[data-val-required])::after,
label:has(+ input[type="checkbox"][required])::after,
label:has(+ input[type="radio"][required])::after,
label:has(+ input[type="checkbox"][data-val-required])::after,
label:has(+ input[type="radio"][data-val-required])::after,
/* Label AFTER input — fallback */
input[required] + label::after,
select[required] + label::after,
textarea[required] + label::after,
input[type="checkbox"][required] + label::after,
input[type="radio"][required] + label::after,
/* Label explicitly marked */
label.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}



input:required + label::after,
select:required + label::after,
textarea:required + label::after,
label.required::after {
    content: " *"; /* Remove any potential asterisk if input comes before label */
    color: red;
}


#dynamic-data-area .highlight {
    background-color: yellow;
}

/* width */
::-webkit-scrollbar,
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
}

/* Handle */
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover,
    ::-webkit-scrollbar-thumb:hover {
        background: gray;
        cursor: pointer;
    }


body {
    background-color: #f3f2ef !important;
    box-sizing: border-box;
}

.banner-image,
.banner-img {
    max-height: 100px;
    height: 100px;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
}

.profile-image {
    border-radius: 50%;
    margin-bottom: 0px;
    width: 80px;
    height: 80px;
}

.profile-user .user-information {
    overflow: visible;
}

.user-information .settingsectionhref.active {
    z-index: 0;
}

.user-profile {
    top: -120px;
    z-index: 1000;
}

.user-details {
    z-index: 0;
}

.user-info {
    border-radius: 30px;
}

.user-details {
    left: 310px;
    top: 0px;
    display: block;
}

.user-status div {
    width: 84px;
}

.btn-share-min .share-list {
    font-size: 14px;
}

.user-info p ins {
    text-decoration-color: #f3a70a;
    text-decoration-thickness: 1px;
}

@media screen and (min-width: 200px) {
    .user-details {
        display: none;
    }
}

@media screen and (min-width: 320px) {
    .user-details {
        left: 0px;
        top: 420px;
        display: block;
    }

    .profile-user .user-information {
        overflow: auto;
    }

    .card-item .post-data-image {
        max-height: 175px;
    }

    .user-profile {
        top: -120px;
        z-index: 1000;
    }

    .banner-image,
    .banner-img {
        max-height: 100px;
        height: 100px;
    }

    .user-profile {
        top: -110px;
    }
}

@media screen and (min-width: 425px) {
    .user-details {
        left: 0px;
        top: 420px;
        display: block;
    }

    .profile-user .user-information {
        overflow: auto;
    }

    .user-profile {
        top: -120px;
        z-index: 1000;
    }

    .card-item .post-data-image {
        max-height: 175px;
    }

    .user-profile {
        top: -90px;
    }
}

@media screen and (min-width: 768px) {
    .user-details {
        left: 220px;
        top: 0px;
        display: block;
    }

    .user-profile {
        top: -120px;
        z-index: 0;
    }

    .card-item .post-data-image {
        max-height: 110px;
    }

    .profile-user .user-information {
        overflow: visible;
    }

    .user-max-list {
        top: 465px;
        display: block;
    }

    .related-user {
        top: 430px;
    }

    .user-image {
        left: 80px !important;
        bottom: initial;
        width: auto;
        height: auto;
    }

    .profile-image {
        width: 120px;
        height: 120px;
    }

    .banner-image,
    .banner-img {
        max-height: 150px;
        height: 150px;
    }
}

@media screen and (min-width: 1024px) {
    .user-details {
        left: 225px;
        top: 0px;
        display: block;
    }

    .user-profile {
        top: -120px;
        z-index: 0;
    }

    .card-item .post-data-image {
        max-height: 110px;
    }

    .user-max-list {
        top: 465px;
        display: block;
    }

    .related-user {
        top: 430px;
    }

    .profile-user .user-information {
        overflow: visible;
    }

    .profile-image {
        width: 140px;
        height: 140px;
    }

    .banner-image,
    .banner-img {
        max-height: 170px;
        height: 170px;
    }
}

@media screen and (min-width: 1200px) {
    .user-details {
        left: 275px;
        top: 0px;
        display: block;
    }

    .user-profile {
        top: -120px;
        z-index: 1000;
    }

    .btn-share-max {
        display: block;
    }

    .card-item .post-image-data {
        max-height: 165px;
    }

    .profile-user .user-information {
        overflow: visible;
    }

    .card-item .post-data-image {
        max-height: 110px;
    }

    .btn-share-min {
        display: none;
    }

    .user-max-list {
        top: 430px;
        display: block;
    }

    .related-user {
        top: 410px;
    }
}

@media screen and (min-width: 1400px) {
    .user-details {
        left: 310px;
        top: 0px;
        display: block;
    }

    .user-profile {
        top: -120px;
        z-index: 1000;
    }

    .profile-user .user-information {
        overflow: visible;
    }

    #UserPosts .card-item .post-image-data {
        max-height: 170px;
    }

    .card-item .post-data-image {
        max-height: 110px;
    }

    .user-max-list {
        top: 415px;
        display: block;
    }

    .related-user {
        top: 380px;
    }
}

.user-about {
    height: 180px;
    overflow-y: auto;
}

    .user-about::-webkit-scrollbar {
        width: 3px;
    }

    .user-about::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }

    .user-about::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

.user-experience,
p ins {
    text-decoration-color: #f3a70a;
    text-decoration-thickness: 1px;
}

.newest-post {
    max-height: 400px;
    overflow-y: auto;
}

    .newest-post::-webkit-scrollbar {
        width: 3px;
    }

    .newest-post::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }

    .newest-post::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

.modal-body-contents {
    max-height: 600px;
    overflow-y: scroll;
}

    .modal-body-contents::-webkit-scrollbar {
        width: 3px;
    }

    .modal-body-contents::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }

    .modal-body-contents::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

.user-icon {
    color: #ef911ecf;
}

.user-tags ul li {
    font-size: 16px;
    color: #6c757d;
    background-color: #e1ecf4;
    border: 1px solid #e1ecf4;
    text-transform: lowercase;
}

.btn-profile button,
.btn-profile a,
.btn-profile .btn-group a {
    background-color: transparent !important;
    border: 0;
    border-radius: initial;
    color: black;
    font-weight: 500;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

    .btn-profile button.active,
    .btn-profile a.active,
    .btn-profile .btn-group a.active {
        background-color: transparent !important;
        border: 0;
        border-radius: initial;
        border-bottom: 4px solid #ffc107;
        color: black;
        font-weight: 600;
    }

.setting-area .menu-content {
    margin: 0px;
}

    .setting-area .menu-content .menu-header {
        margin: 0px;
    }

        .setting-area .menu-content .menu-header .menu-header-info {
            margin: 0px;
            margin-bottom: 5px;
            color: rgba(33,37,41,1);
            font-weight: bold;
        }

        .setting-area .menu-content .menu-header .menu-buttons a.setting-btn.new-feature-btn {
            position: relative;
        }

            .setting-area .menu-content .menu-header .menu-buttons a.setting-btn.new-feature-btn span.new-span {
                position: absolute;
                /*top: 0;*/
                right: 0;
                /*transform: translate(-50%,-50%)!important;*/
                border-radius: 50rem !important;
                background-color: red;
                color: #ffffff;
                font-size: 13px;
            }

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}


.setting-area .menu-content .menu-header .menu-buttons a.setting-btn,
.setting-area .menu-content .menu-header .menu-buttons button.setting-btn {
    font-size: 1.1rem;
    display: block;
    width: 100%;
    color: #6c757d;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 0.20rem;
    border-radius: 25px;
    padding-left: 0.7rem;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    border: 0;
    outline: 0;
    background-color: transparent;
    font-weight: 500;
}

.setting-area .menu-content .menu-header .menu-buttons a.hide-star > span.star-span,
.setting-area .menu-content .menu-header .menu-buttons button.hide-star > span.star-span {
    display: none;
}

.setting-area .menu-content .menu-header .menu-buttons a.setting-btn:hover,
.setting-area .menu-content .menu-header .menu-buttons button.setting-btn:hover {
    background-color: #fac364;
    color: #ffffff;
    border: 0;
    outline: 0;
}

.setting-area .menu-content .menu-header .menu-buttons a.setting-btn i,
.setting-area .menu-content .menu-header .menu-buttons button.setting-btn i {
    font-size: 14px;
    padding-right: 0.25rem;
    margin-right: 7px;
    display: none;
    /*margin-right: auto ;
                    margin-left: auto ;*/
}

.setting-area .menu-content .menu-header .menu-buttons a.setting-btn.active,
.setting-area .menu-content .menu-header .menu-buttons button.setting-btn.active {
    background-color: #fac364;
    color: #ffffff;
    border: 0;
    outline: 0;
}

/*.menu-content div {
    border-radius: 20px;
    margin: 2px;
}
.menu-content div a {
    margin-left: 7px;
    font-size: 18px;
}
.menu-content div:hover {
    background-color: #989b9c !important;
}
.menu-content div.active a {
    color: #ffffff !important;
}
.menu-content div a:hover {
    color: #ffffff !important;
}
.menu-content div.active {
    background-color: #fac364 !important;
}*/

.lower-data-post .item-category span a {
    color: #f29607 !important;
    text-decoration: none;
}

.lower-data-post .item-category span:hover {
    background-color: #fac364 !important;
}

.likes-parent a {
    border: none;
}

p span .fa-heart-o,
.fa-heart {
    color: #dc2626 !important;
}

    p .fa-heart-o:hover,
    .fa-heart:hover {
        color: #dc2626 !important;
        cursor: pointer;
        background-color: #f1dddd !important;
        border: none;
    }

p .fa-comment-o {
    color: #0af57b !important;
    background-color: #e1faed !important;
}

p .fa-eye:hover {
    background-color: #ebedec !important;
}

.main-modal .btn-modal {
    top: 28px;
    display: none;
}

.abuse-profile {
    background-color: #ff0000;
    padding: 5px 15px;
    color: #fff;
    border-radius: 25px;
    margin-right: 15px;
}

.main-modal .btn-modal {
    top: 28px;
    display: none;
}
/*.banner-image,
.banner-img {
    max-height: 170px;
    height: 170px;
    width: 100%;
}*/


/*Usr Profile */

a:hover {
    text-decoration: underline !important;
}

hr {
    color: rgba(0,0,0,.5) !important;
}

.user-image {
    left: 50px;
    bottom: initial;
    width: auto;
    height: auto;
}

section {
    background-color: #ffffff;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    margin-bottom: 20px;
}


/*People You May Know */
#people-you-may-know, .people-you-may-know {
    padding: 1rem !important;
    padding-bottom: 0.25rem !important;
    background-color: #ffffff;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    margin-bottom: 20px;
}

.related-user-list {
}

    .related-user-list .related-user {
        margin-bottom: 20px;
    }

        .related-user-list .related-user .user-image {
            width: 60px;
            margin-right: 0.5rem !important;
        }

        .related-user-list .related-user .user-details {
            width: 100%;
        }

.list-show-more button,
#list-show-more button {
    width: 100% !important;
    display: block !important;
    border: 1px solid #dee2e6;
    border-left: 0 !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
    border-radius: initial;
}


/*user-status-deatails*/
.user-status-deatails span {
    color: #00000080;
    font-size: 1rem !important;
}

.user-status-deatails small {
    font-weight: 700 !important;
}

/*User Jobs */

.user-job-deatails img {
    width: 50px;
    height: 50px;
}

.user-award-post img {
    width: 80px;
    height: 80px;
}

.user-gallery-post img {
    width: 105px;
    height: 105px
}

.user-gallery-post.img-thumbnail {
    padding: 0.12rem;
}

/*User Addinal Area */
.showimage-on-click {
    cursor: pointer;
}

    .showimage-on-click img {
        border: 1px solid #d7d7d7;
    }

.user-profile-base-area {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

    .user-profile-base-area :is(h1, h2, h3, h4, h5, h6) {
        text-transform: capitalize !important;
    }

/*Account premium card */
#premium .premium-info {
}

    #premium .premium-info ul {
        list-style-type: none;
    }

        #premium .premium-info ul li {
            display: flex;
            color: rgba(0,0,0,.5);
        }

            #premium .premium-info ul li i {
                padding: 0.25rem;
                padding-right: 0.5rem;
                color: rgba(0,0,0,1);
            }


/*Dynamic content */
#dynamic-data-area img {
    border: 1px solid #ffffff !important;
}


/*Share Icons */

.icon-share {
    cursor: pointer;
}

    .icon-share i {
        padding: 0px 6px;
        margin: 0px;
    }

    .icon-share:hover {
        color: #F79407 !important;
        background-color: #fff4e6;
        border-radius: 50%;
    }

.btn-facebook a i {
    color: #3b5998 !important;
}

.btn-facebook:hover > a {
    color: #3b5998 !important;
}

.btn-twitter a i {
    color: #00acee !important;
}

.btn-twitter:hover > a {
    color: #00acee !important;
}

.btn-linkedin a i {
    color: #0e76a8 !important;
}

.btn-linkedin:hover > a {
    color: #0e76a8 !important;
}

.btn-instagram a i {
    color: #bc2a8d !important;
}

.btn-instagram:hover > a {
    color: #bc2a8d !important;
}

.btn-whatsapp a i {
    color: #25D366 !important;
}

.btn-whatsapp:hover > a {
    color: #25D366 !important;
}

.btn-email a i {
    color: #ff0052 !important;
}

.btn-email:hover > a {
    color: #ff0052 !important;
}




/*User Resume */
.user-resume-area-panel .user-resume-area-panel-data {
    font-family: Calibri, Arial, sans-serif;
}

    .user-resume-area-panel .user-resume-area-panel-data .resume-header-rrea p {
        margin-bottom: 10px !important;
    }

    .user-resume-area-panel .user-resume-area-panel-data .advance-area {
        display: none;
    }

    .user-resume-area-panel .user-resume-area-panel-data h5 {
        text-transform: uppercase !important;
    }

    .user-resume-area-panel .user-resume-area-panel-data hr {
        color: #000000 !important;
    }

    .user-resume-area-panel .user-resume-area-panel-data .user-education hr,
    .user-resume-area-panel .user-resume-area-panel-data .user-experience hr {
        color: rgba(0,0,0, 0.5) !important;
    }



/*User FAQ */
::marker {
    color: black;
    font-weight: bold;
}

.company-faq :is(h1, h2, h3, h4, h5, h6),
.company-portfollios :is(h1, h2, h3, h4, h5, h6) {
    color: #000000;
}

.company-faq strong,
.company-faq b,
.company-portfollios strong,
.company-portfollios b {
    font-weight: bold;
    color: #000000;
}

.company-faq ul,
.company-portfollios ul {
    display: block;
    list-style-type: disc;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 0px;
}

.company-faq ol,
.company-portfollios ol {
    display: block;
    list-style-type: decimal;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 0px;
}


/*Proifle Header button */
.user-action-btn {
}

    .user-action-btn a,
    .user-action-btn button {
        white-space: nowrap;
    }

.text-black-low-contrast {
    color: #000000ad;
}

.no-white-space {
    white-space: nowrap;
}

/*Common */

* {
    scroll-behavior: smooth;
}

::-webkit-scrollbar-track {
    background-color: #ffffff;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 5px;
}

.user-social-links a {
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
    text-decoration: none !important;
}

    .user-social-links a:hover {
        background-color: #e5e5e5;
    }

.edit-profile-icon:hover * {
    display: block !important;
}

.ms-clamp.expanded {
    -webkit-line-clamp: unset;
    max-height: none;
}

.read-more {
    display: none;
    color: blue;
    cursor: pointer;
    margin-top: 5px;
    font-size: 0.9em;
}

.min-width-auto {
    min-width: auto;
}


.collapsible-container {
    overflow: hidden;
    position: relative;
}

.collapsible-content {
    overflow: hidden;
    transition: max-height 0.3s ease;
    -webkit-mask-image: linear-gradient(0deg, transparent, black 4rem 100%);
    mask-image: linear-gradient(0deg, transparent, black 4rem 100%);
}

.max-height-100 {
    max-height: 100px;
}

.max-height-200 {
    max-height: 200px;
}

.max-height-500 {
    max-height: 500px;
}

.collapsible-content.expanded {
    max-height: none !important;
    -webkit-mask-image: none;
    mask-image: none;
}

.collapsible-see-more-btn {
    display: block;
    /*margin: 0px auto 5px auto;*/
    font-size: 16px;
    cursor: pointer;
    border: none;
    color: black;
    background-color: #f4f4f4;
    outline: none;
    font-weight: 600 !important;
    width: 100%;
    padding: 7px;
}

    /* Hover/Active styles */
    .collapsible-see-more-btn:hover,
    .collapsible-see-more-btn:active {
        background-color: #f1f1f1;
        color: black;
    }

    /* Default arrow icon (down) – only if not an advanced button */
    .collapsible-see-more-btn:not(.collapsible-advance)::after {
        content: "\ea99"; /* Down arrow */
        font-family: 'IcoFont';
        font-style: normal;
        font-weight: normal;
        display: inline-block;
        margin: auto 5px;
    }

    /* When expanded – show up arrow */
    .collapsible-see-more-btn.expanded:not(.collapsible-advance)::after {
        content: "\eaa1"; /* Up arrow */
    }


    /* Advanced buttons with special icons */
    .collapsible-see-more-btn.collapsible-advance.has-link::after,
    .collapsible-see-more-btn.collapsible-advance.has-more-modal::after {
        content: '\eac4'; /* Custom icon */
        font-family: 'IcoFont';
        font-style: normal;
        font-weight: normal;
    }

#people-you-may-know, .people-you-may-know {
    padding: 1rem !important;
    padding-bottom: .25rem !important;
    background-color: #fff;
    border-radius: .5rem;
    border: 1px solid #dee2e6;
    margin-bottom: 0px;
}

.side-bar-list section {
    margin-bottom: 0px;
}

.premium-account-icon {
    cursor: pointer;
}

/* rejected btn */
.show-reason {
    cursor: pointer;
}


/* Select 2 custom */

.select2-container {
    max-width: -webkit-fill-available;
    width: -webkit-fill-available !important;
    width: 100%;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dee2e6 !important;
    border-radius: 4px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 37px !important;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 4px 12px !important;
    }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px !important;
    right: 10px !important;
    width: 20px !important;
}

/* end */


/* tooltip */

[data-tooltip-title] {
    position: relative;
    cursor: pointer;
    display: inline-block;
}



/* Time line css*/

.timeline {
    /*position: relative;*/
    position: sticky;
    margin: 50px auto;
    padding: 0;
    max-width: 900px;
}

    .timeline::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        background: #262626;
        transform: translateX(-50%);
        z-index: -1;
    }

.timeline-year {
    font-weight: bold;
    color: #ffffff;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 2px solid rgb(0 0 0);
    align-self: center;
    background: rgb(0 0 0);
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 2rem auto;
    font-size: larger;
}

.timeline-item {
    position: relative;
    margin-bottom: 2rem;
}

.timeline-icon {
    position: absolute;
    top: 50%;
    right: 60%;
    transform: translateY(-50%);
    color: #909090;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border: 2px solid #000000;
    padding: 0.5rem;
    box-sizing: initial;
}

    .timeline-icon.even {
        right: 60%;
    }

    .timeline-icon.odd {
        left: 60%;
    }

    .timeline-icon img {
        width: inherit;
        height: inherit;
        padding: 0px;
    }

.timeline-line {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #000000;
    bottom: 0;
    top: 50%;
    width: 20%;
}

    .timeline-line::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        background: #ffffff;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        border: 2px solid #676767;
    }

.timeline-content {
    padding: 0.75rem 0.6rem;
    border-radius: 0.5rem;
    position: relative;
    background: #ffffff;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}

    .timeline-content :is(h1, h2, h3, h4, h5, h6) {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 5px;
    }

.timeline-date {
    font-size: small;
    color: #6c757d !important;
}

.timeline-content div {
    margin: 0;
    font-size: 0.875rem;
    color: #495057;
}

.timeline-content small {
    font-size: 0.875rem;
}

.timeline-item.left .timeline-content {
    margin-right: auto;
    text-align: left;
    margin-left: 55%;
}

.timeline-item.right .timeline-content {
    margin-left: auto;
    text-align: right;
    margin-right: 55%;
}

.timeline-footer {
    text-align: center;
    margin-top: 3rem;
}

    .timeline-footer a {
        text-decoration: none;
        font-weight: 600;
        color: #dc3545;
        font-size: 0.875rem;
    }
/*
@media screen and (max-width: 425px) {
    .timeline-year{
        margin: 0;
    }
    .timeline::before {
        left: 9%;
    }
}*/

/* end timeline */
