@media (min-width: 992px) {
    .modal-lg {
        max-width: 70%;
    }
}

button,
button:focus {
    box-shadow: none !important;
}

.btn-style-gradient-blue {
    background: rgb(51, 93, 171);
    background: linear-gradient(to left, rgb(51, 93, 171) 0%, rgb(52, 62, 113) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#343e71", endColorstr="#335dab", GradientType=1);
}

.btn-style-gradient-blue:hover {
    color: rgb(52, 62, 113);
}

.login-box-btn {
    cursor: pointer;
}

footer {
    background: #000 !important;
    position: relative;
}

.coming-soon-section {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

.scroll-to-top {
    background: #59D1FF !important;
}

.count-down-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.banner-section {
    background-color: #000;
}

footer .closer {
    position: absolute;
    top: -2px;
    transform: rotate(180deg);
}

.preloader {
    background-image: url(https://s3.amazonaws.com/foro.innova.prod/images/logos/Logo-INNOVA-2025-RGB.png);
    background-size: 250px;
}

.daterangepicker *:not([class^="fa-"], [class*=" fa-"], i) {
    font-family: Poppins !important;
}

/********** Communications start **********/
.communications-section *:not([class^="fa-"], [class*=" fa-"], i) {
    font-family: Poppins !important;
}

.communications-section .form-group input {
    border-radius: 5px;
    background: #F1F1F1;
    border: none;
    padding: 10px 10px 10px 20px;
    font-size: 16px;
    color: #8e8e8e;
}

#communication-title-input {
    padding-right: 60px;
}

.communications-section .search-btn,
.communications-section .arrow-drop-down-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 44px;
    font-size: 18px;
    color: #888888;
    line-height: 60px;
    font-weight: normal;
    background: #F1F1F1;
    z-index: 9;
    cursor: pointer;
    border-radius: 5px;
}

#communication-date-range-input {
    padding-left: 60px;
    padding-right: 60px;
}

.communications-section .calendar-btn {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 44px;
    color: #888888;
    background: #F1F1F1;
    z-index: 9;
    cursor: pointer;
    border-radius: 5px;
}

.communications-section .news-block .fi-watch-more-btn {
    padding: 10px 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff !important;
    font-weight: 400;
    text-align: center;
    background: #007853;
    overflow: hidden;
    border-radius: 50rem;
    border: 1px solid #007853;
}

.communications-section .news-block .description-container {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    height: 15ch;
}

.communications-section .no-results-message {
    color: #5E5E5E;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.communications-section button.show-all-results-btn {
    border-radius: 50px;
    color: #fff !important;
    background: linear-gradient(180deg, #398CD9 0%, #4156C8 100%);
    padding: 10px 20px;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    border: none;
}

.communications-section button.show-all-results-btn:active {
    background: linear-gradient(180deg, #398CD9 0%, #4156C8 100%) !important;
}

.communications-section .communication-card {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
}

.communications-section .communication-card .lower-content {
    height: 45vh;
}

.communications-section .communication-card video,
.communications-section .modal video,
.communications-section .communication-card iframe,
.communications-section .modal iframe {
    max-width: 100%;
}

.communications-section .modal-title {
    color: #000;
}

.communications-section .modal-dialog {
    max-width: 1200px;
}

@media (max-width: 575px) {
    #communication-list-container .news-block {
        margin-bottom: 20px;
    }

    #communication-list-container .news-block .lower-content {
        padding: 15px;
    }

    .communications-section button.show-all-results-btn,
    .communications-section .form-group input {
        font-size: 14px;
    }

    .communications-section .no-results-message {
        font-size: 16px;
    }
}

/********** Communications end **********/

/********** DatePicker start **********/
.daterangepicker .applyBtn,
.daterangepicker .cancelBtn {
    height: 40px;
    padding: 10px 16px !important;
    border-radius: 50px;
    font-family: Helvetica;
}

/********** DatePicker end **********/

/********** Header start **********/
.main-header .auto-container {
    max-width: 1250px !important;
}

/********** Header end **********/

/********** Presentation Detail start **********/
.fi-download-presentation-button {
    width: fit-content !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    font-size: 16px !important;
    padding: 16px 25px 10px 25px !important;
    border-radius: 10px !important;
    font-family: 'HelveticaNeueLTStd-Bd' !important;
    gap: 5px;
    color: #fff;
}

.fi-download-presentation-button i {
    font-size: 30px;
}

.fi-download-presentation-button:has(i.fa-file-powerpoint) {
    background: #fff;
    border: 1px solid #c55837;
    color: #c55837;
}

.fi-download-presentation-button:has(i.fa-file-powerpoint):hover {
    background: #C55837;
    border: 1px solid #c55837;
    color: #fff;
}

.fi-download-presentation-button:has(i.fa-file-pdf) {
    background: #fff;
    border: 1px solid #D21F27;
    color: #c55837;
}

.fi-download-presentation-button:has(i.fa-file-pdf):hover {
    background: #D21F27;
    border: 1px solid #D21F27;
    color: #fff;
}

.fi-download-presentation-button:has(i.fa-file-csv),
.fi-download-presentation-button:has(i.fa-file-excel) {
    background: #fff;
    border: 1px solid #3A6E46;
    color: #3A6E46;
}

.fi-download-presentation-button:has(i.fa-file-csv):hover,
.fi-download-presentation-button:has(i.fa-file-excel):hover {
    background: #3A6E46;
    border: 1px solid #3A6E46;
    color: #fff;
}

.fi-download-presentation-button:has(i.fa-file-word) {
    background: #fff;
    border: 1px solid #2F5C98;
    color: #2F5C98;
}

.fi-download-presentation-button:has(i.fa-file-word):hover {
    background: #2F5C98;
    border: 1px solid #2F5C98;
    color: #fff;
}

.fi-download-presentation-button:has(i.fa-file) {
    background: #fff;
    border: 1px solid #393A3F;
    color: #393A3F;
}

.fi-download-presentation-button:has(i.fa-file):hover {
    background: #393A3F;
    border: 1px solid #393A3F;
    color: #fff;
}

/********** Presentation Detail end **********/

/********** Schedule start **********/
.schedule-section .auto-container {
    max-width: 1250px;
}

.schedule-block .schedule-information-container {
    position: relative;
    border-radius: inherit;
    overflow: hidden;
}

.schedule-block .speaker-info .thumb {
    height: 60px;
}

.schedule-block .post-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.schedule-block .post-info a {
    color: #888;
    display: flex;
    height: fit-content;
    align-items: center;
    gap: 5px;
}

.schedule-block .post-info a img {
    height: 30px;
    width: 30px;
    border-radius: 99em;
}

.schedule-block .post-info a i.fa-user-circle {
    font-size: 30px
}

.schedule-block:nth-child(4n + 1) a.speaker-name:hover {
    color: #ffc20b;
}

.schedule-block:nth-child(4n + 2) a.speaker-name:hover {
    color: #40cbb4;
}

.schedule-block:nth-child(4n + 3) h4 a:hover,
.schedule-block:nth-child(4n + 3) a.speaker-name:hover {
    color: #59D1FF !important;
}

.schedule-block:nth-child(4n + 4) a.speaker-name:hover {
    color: #e6275a;
}

.schedule-block .inner {
    border: none !important;
}

.schedule-block h4,
.schedule-block h4 a {
    font-family: Helvetica;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.schedule-block.even .row > div:has(.speaker-info) {
    order: 2;
}

.schedule-presentation-block .inner {
    /*background: linear-gradient(180deg, #7A69DF 0%, #1F56A8 100%);*/
    background: linear-gradient(180deg, #5887da 0%, #3178A9 100%)
}

.schedule-presentation-block .inner *:not(.date) {
    color: #fff;
}

.schedule-presentation-block .inner:after {
    border-right: 20px solid #272F75;
}

.schedule-presentation-block.even .inner:after {
    border-left: 20px solid #272F75;
}

.schedule-timeline .schedule-presentation-block .inner {
    border-radius: 20px 50px;
}

.schedule-timeline .schedule-presentation-block.even .inner {
    border-radius: 50px 20px;
}

.schedule-timeline .schedule-presentation-block.even .calendar-container {
    display: flex;
    justify-content: end;
}

.schedule-timeline .schedule-presentation-block .calendar-container a {
    display: block;
    width: fit-content;
}

.schedule-presentation-block .schedule-information-container .speaker-info {
    border-radius: 84px;
    border: 10px solid #cedbf4 !important;
    background: #003B71;
    width: 150px;
    height: 150px;
    top: -20px;
    left: -30px;
}

.schedule-presentation-block.even .schedule-information-container .speaker-info {
    border-radius: 84px;
    border: 10px solid #cedbf4 !important;
    background: #003B71;
    width: 150px;
    height: 150px;
    top: -20px;
    left: 30px;
}


.schedule-general-block .schedule-information-container .speaker-info {
    border-radius: 84px;
    border: 10px solid #bfe1d1 !important;
    background: #007853;;
    width: 150px;
    height: 150px;
    top: -20px;
    left: -30px;
}

.schedule-general-block.even .schedule-information-container .speaker-info {
    border-radius: 84px;
    border: 10px solid #bfe1d1 !important;
    background: #007853;
    width: 150px;
    height: 150px;
    top: -20px;
    left: 30px;
}

.schedule-block .schedule-information-container figure {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

.schedule-presentation-block .speakers-container .speakers-avatars {
    display: flex;
    align-items: center;
    gap: 14px;
}

.schedule-presentation-block.even .speakers-container .speakers-avatars {
    justify-content: flex-end;
}

.schedule-presentation-block .speakers-container .avatars-container a:not(:first-child) {
    margin-left: -10px;
}

.schedule-presentation-block .speakers-container .avatar-image {
    border-radius: 50px;
    border: 3px solid #FFF;
    width: 25px;
    height: 25px;
}

.schedule-block:nth-child(4n + 1) .speakers-container a:hover .avatar-image {
    border-color: #ffc20b;
}

.schedule-block:nth-child(4n + 2) .speakers-container a:hover .avatar-image {
    border-color: #40cbb4;
}

.schedule-block:nth-child(4n + 3) .speakers-container a:hover .avatar-image {
    border-color: #59D1FF;
}

.schedule-block:nth-child(4n + 4) .speakers-container a:hover .avatar-image {
    border-color: #e6275a;
}

.schedule-presentation-block .speakers-container .speakers-tag {
    margin: 0;
    padding: 0 10px;
    border-radius: 50px;
    background: #003B71;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.schedule-presentation-block .speakers-container a.speaker-name {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.schedule-presentation-block .speakers-container span.speakers-bullet {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.schedule-block .inner .schedule-information-container .date {
    display: none;
}

@media (max-width: 599px) {
    .schedule-block .inner .date {
        display: none;
        background: unset;
    }

    .schedule-block .inner .date-mobile {
        display: block !important;
        text-align: inherit;
    }

    .schedule-presentation-block .inner .date {
        color: #fff;
    }
}

.schedule-general-block .inner {
    background: rgba(255, 255, 255, 0.43);
}

.schedule-general-block .inner *:not(.date) {
    color: #000;
}

.schedule-general-block .inner:after {
    border-right: 20px solid #007853;
}

.schedule-general-block.even .inner:after {
    border-left: 20px solid #007853;
}

.schedule-timeline .schedule-general-block .inner {
    border-radius: 40px 20px 20px 40px;
}

.schedule-timeline .schedule-general-block.even .inner {
    border-radius: 20px 40px 40px 20px;
}

.schedule-general-block .description-part-one.see-more-inactive::after {
    content: "...";
}

.schedule-general-block .description-part-one.see-more-active::after {
    content: unset;
}

.schedule-general-block .watch-description-links a {
    color: #424244;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 141%;
}


.button.schedule-presentation-button {
    padding: 5px 10px;
    width: 119.66px;
    height: 31.6px;
}

.button.schedule-presentation-button span {
    font-size: 14px;
}

.button.download-file-button {
    cursor: pointer;
}

.button.schedule-presentation-button .loader,
.button.schedule-presentation-button .loader::after {
    max-width: 14px;
    max-height: 14px;
}

@media (max-width: 667px) {
    .schedule-presentation-block .inner:after,
    .schedule-general-block .inner:after {
        top: 20px;
    }

    .schedule-presentation-block .speaker-info .thumb,
    .schedule-general-block .speaker-info .thumb {
        height: 40px;
        width: 40px;
    }

    .schedule-presentation-block .schedule-information-container .speaker-info,
    .schedule-presentation-block.even .schedule-information-container .speaker-info {
        border: 0 !important;
        border-radius: unset;
        top: unset;
        left: unset;
        width: 100%;
        border-bottom: 3px solid #cedbf4 !important;
        height: 60px;
    }

    .schedule-block.even .row > div:has(.speaker-info) {
        order: unset;
    }

    .schedule-timeline .schedule-general-block .inner {
        border-radius: 20px 50px;
    }

    .schedule-timeline .schedule-general-block.even .inner {
        border-radius: 50px 20px;
    }

    .schedule-general-block .schedule-information-container .speaker-info,
    .schedule-general-block.even .schedule-information-container .speaker-info {
        border: 0 !important;
        border-radius: unset;
        top: unset;
        left: unset;
        width: 100%;
        border-bottom: 3px solid #cedbf4 !important;
        height: 60px;
    }
}
/********** Schedule end **********/

/********** Social Wall start **********/
.sidebar-page-container.social-wall *:not(i) {
    font-family: Poppins;
}

.news-block .inner-box {
    box-shadow: unset;
    border-bottom: 1px solid #EEE;
}

.news-block .inner-box .image-box .fi-middle {
    width: 100%;
    height: 100%;
    transition: .5s ease;
    position: absolute;
    z-index: 2;
    box-shadow: inset 0px -140px 77px -73px rgba(0, 0, 0, 0.75);
}

.news-block .inner-box:hover .image-box .fi-middle {
    box-shadow: inset 0px 350px 300px 30px rgba(0, 0, 0, 0.45)
}

.news-block .inner-box .image-box .fi-middle .fi-icons-box {
    opacity: 0;
    transition: opacity .5s ease-in-out;
    width: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
}

.news-block .inner-box:hover .image-box .fi-middle .fi-icons-box {
    opacity: 1;
    transition: opacity .5s ease-in-out;
}

.news-block .inner-box .image-box .fi-middle .fi-total-comments-box {
    color: #FFF;
    position: absolute;
    bottom: 2%;
    right: 2%;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.news-block .inner-box .image-box .fi-middle .fi-total-reactions-box {
    color: #FFF;
    position: absolute;
    bottom: 2%;
    left: 2%;
    display: flex;
    gap: 5px;
}

.news-block .inner-box .image-box .fi-middle .fi-icons-reactions-box span {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.news-block .fi-icons-reactions-box > i:nth-child(1) {
    z-index: 3;
}

.news-block .fi-icons-reactions-box > i:nth-child(2) {
    z-index: 2;
    margin-left: -2px;
}

.news-block .fi-icons-reactions-box > i:nth-child(3) {
    z-index: 1;
    margin-left: -2px;
}

.news-block .lower-content * {
    color: #000 !important;
}

.news-block .fi-i-like-icons-box {
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sidebar .search-box .form-group input[type="text"] {
    background: #eee;
    box-shadow: none;
    padding-left: 20px;
    height: 50px;
}

.sidebar .search-box .form-group button {
    color: #262626;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.sidebar .search-box .form-group input[type="text"]::placeholder {
    color: #969696;
}

.sidebar .btn-success {
    box-shadow: none !important;
    border: none !important;
    border-radius: 0;
    background: #FFF !important;
    color: #007853 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    border-bottom: 3px solid #007853 !important;
    padding-left: 0;
    padding-right: 0;
}

.sidebar .sidebar-title {
    font-weight: unset;
}

.sidebar .blog-categories li a span {
    font-size: 15px;
}

.sidebar .popular-posts .post .text a {
    color: #000;
    font-size: 16px;
}

.sidebar .popular-posts .post .post-info {
    font-size: 13px;
}

.sidebar .popular-posts .post .post-info span::after {
    margin-left: 5px;
}

.sidebar .sidebar-title {
    border-bottom: 1px solid #eee;
}

.fi-2024-multicolor-text {
    background: linear-gradient(
        to right,
        #007853,
        #003B71,
        #5887da
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.12px;
}

.modal-content {
    border-radius: 10px
}

.create-new-post-modal *:not(i) {
    font-family: Poppins;
}

.create-new-post-modal .modal-header button.close {
    color: #000;
    padding: 5px;
    background: #33373D;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 3%;
    margin: auto 0;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.create-new-post-modal .image-box {
    border: 2px dashed #535151;
    border-radius: 15px;
    max-width: 464px;
}

.create-new-post-modal .image-box figure {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal input[type="file"][name="image"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.create-new-post-modal input[type="file"][name="image"] + label {
    border-radius: 999em;
    padding: 10px;
    color: #eee;
    background-color: #5887da;
    display: inline-block;
    cursor: pointer;
}

.create-new-post-modal input[type="file"][name="image"]:focus + label,
.create-new-post-modal input[type="file"][name="image"] + label:hover {
    background-color: #18222C;
}

.modal input[type="file"][name="image"]:focus + label {
    outline: 1px dotted #000;
}

#edit-image-button {
    background: #3C8BBB;
    position: absolute;
    right: 3%;
    bottom: 5%;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#edit-image-button i {
    color: white;
    cursor: pointer;
}

#new-post-image-container:not(.position-relative) {
    height: 264px;
}

.create-new-post-modal .modal-content {
    background: #12161D !important;
}

.create-new-post-modal .modal-header {
    border-bottom: 1px solid #4F4D4D;
}

.create-new-post-modal .modal-footer {
    border-top: 1px solid #4F4D4D;
}

.create-new-post-modal .modal-header h5 {
    color: #eee;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.create-new-post-modal form input[type="text"],
.create-new-post-modal form textarea {
    border: none;
    border-radius: unset;
    border-bottom: 1px solid #4F4D4D;
    color: #E0E0E0;
    background: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.create-new-post-modal form textarea:focus {
    box-shadow: none;
    background: transparent;
    color: #E0E0E0;
}

.create-new-post-modal form input[type="text"]::placeholder,
.create-new-post-modal form textarea::placeholder {
    color: #E0E0E0
}

.create-new-post-modal .btn-success {
    border-radius: 999em;
    padding: 10px;
    color: #fff;
    background-color: #007853;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    box-shadow: none;
    border: none;
}

.create-new-post-modal .btn-success:not(:disabled):not(.disabled).active,
.create-new-post-modal .btn-success:not(:disabled):not(.disabled):active,
.create-new-post-modal btn-success:not(:disabled):not(.disabled):active:focus,
.create-new-post-modal .btn-success:hover {
    background-color: #0E59B1;
    border: none;
    box-shadow: none;
}

.social-wall-bread-crumbs {
    display: flex;
    gap: 5px;
}

.social-wall-bread-crumbs li a,
.social-wall-bread-crumbs li {
    color: #000 !important;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.social-wall-bread-crumbs li:last-child {
    color: #847E7E !important;
}

.social-wall-foro-innova-title {
    color: #000;
    font-family: Helvetica !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sidebar-page-container.social-wall h4.sidebar-title,
.sidebar-page-container.social-wall h4.sidebar-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sidebar-page-container.social-wall .social-wall-category-link {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sidebar-page-container.social-wall .social-wall-category-link span,
.sidebar-page-container.social-wall .social-wall-post-link {
    color: #545050;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sidebar-page-container.social-wall .post-creator-info {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.sidebar-page-container.social-wall .post-creator-name {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.social-wall .individual-post .post-creator-info .creator-avatar {
    width: 32px;
    height: 32px;
    border-radius: 99em;
}

.social-wall .individual-post .post-creator-info .creator-name {
    color: #2b2b2b;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.social-wall .individual-post .post-creator-info .post-date {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.social-wall .individual-post .post-title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.social-wall-mobile-menu {
    background: #fff;
    position: fixed;
    z-index: 3;
    width: 100%;
}

.social-wall-mobile-menu button {
    background: none;
}

.social-wall-mobile-menu-content {
    background: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition: 0.3s all;
}

.social-wall-mobile-menu-content-visible .social-wall-mobile-menu-content {
    opacity: 1;
    visibility: visible;
}

.mobile-search-post-input {
    display: flex;
    gap: 10px;
    border-radius: 4px;
    background: #eee;
}

.mobile-search-post-input input {
    border: none;
    background: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #828282
}

.mobile-search-post-input .fi-search-icon {
    width: 22px;
    height: 22px;
}

.social-wall-mobile-menu-content > .row {
    background: #fff;
    overflow: auto;
    height: calc(100vh - 70px) !important;
}

@media (max-width: 575px) {
    .create-new-post-modal .modal-content {
        background: #fff !important;
    }

    .create-new-post-modal .modal-header h5 {
        color: #000;
        font-size: 16px;
    }

    .create-new-post-modal .modal-header button.close {
        background: #dadada;
    }

    .create-new-post-modal .fi-close-dark-icon {
        width: 18px;
        height: 18px;
    }

    .create-new-post-modal .modal-header {
        border-bottom: 1px solid #E0E0E0;
    }

    .create-new-post-modal .image-box {
        border: 2px dashed #d0d0d0;
    }

    .create-new-post-modal input[type="file"][name="image"] + label {
        background: #ececec;
        font-size: 14px;
        color: #5a5a5a;
    }

    #select-image-button {
        background: #ececec;
        border: none;
    }

    .create-new-post-modal form input[type="text"]::placeholder,
    .create-new-post-modal form textarea::placeholder {
        color: #2B2B2B;
        font-size: 16px;
    }

    .create-new-post-modal form input[type="text"],
    .create-new-post-modal form textarea {
        color: #2B2B2B;
        font-size: 16px;
        border-bottom: 1px solid #BDBDBD;
        box-shadow: none;

    }

    .create-new-post-modal form textarea {
        max-height: 38px;
    }

    .create-new-post-modal .modal-footer {
        border-top: 1px solid #e0e0e0;
    }
}

.reactions-box {
    position: absolute;
    top: -50px;
    left: -74px;
    border-radius: 50px;
    border: 1px solid #FBFBFB;
    background: #FFF;
    box-shadow: 0px 4px 24px -9px rgba(0, 0, 0, 0.25);
    z-index: 2;
    display: flex;
    gap: 10px;
    padding: 5px 10px 5px 10px;
}

.reaction-btn {
    height: 25px;
    width: 25px;
}

.i-comment-btn,
.i-like-btn,
.reaction-btn {
    background: none;
    box-shadow: none;
    padding: 0;
}

.i-comment-btn,
.i-like-btn {
    display: flex;
    gap: 10px
}

.i-comment-btn:focus {
    box-shadow: none;
}


.social-wall .reactions-box {
    left: -74px !important;
}

.post-detail .reactions-box {
    left: -82px !important;
}

.default-guest-icon .icon.flaticon-user {
    font-size: 32px !important;
    line-height: 1 !important;
}

.social-wall .individual-post .post-description,
.post-detail .post-description {
    font-size: 14px !important;
}

@media (max-width: 575px ) {
    .emoji-img,
    .fi-message-2-icon {
        width: 20px !important;
        height: 20px !important;
    }

    .i-comment-btn,
    .reaction-description,
    .social-wall .individual-post .post-title {
        font-size: 14px !important;
    }

    .social-wall .reactions-box {
        left: -86px !important;
    }

    .post-detail .reactions-box {
        left: 0% !important;
        right: 0% !important;
        margin: auto !important;
        width: fit-content !important;
    }

    #reactions-box-a,
    #reactions-box-b,
    .post-detail .reactions-box-container {
        position: static !important;
    }

    .social-wall .individual-post .post-description,
    .post-detail .post-description {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-page-container.social-wall {
        padding: 0 0 20px;
    }

    .header-span {
        height: 70px;
    }
}
/********** Social Wall end **********/

/********** Post Detail start **********/
.post-detail *:not(i) {
    font-family: Poppins;
}

.post-detail .go-back {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-detail .go-back * {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.post-detail .go-back-container {
    border-bottom: 1px solid #C9C9C9;
}

.post-detail .post-creator-info {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.post-detail .post-creator-info .creator-avatar {
    width: 32px;
    height: 32px;
    border-radius: 99em;
}

.post-detail .post-creator-info .creator-name {
    color: #2b2b2b;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.post-detail .post-creator-info .post-date {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.post-detail .post-creator-info .post-title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.post-detail .fi-total-reactions-box {
    color: #FFF;
    display: flex;
    gap: 5px;
}

.post-detail .text-with-icon {
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.post-detail .comments-area h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.post-detail .comment-box .autor-avatar {
    width: 32px;
    height: 32px;
    border-radius: 99em;
}

.post-detail .comment-box .autor-name {
    color: #2B2B2B;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.post-detail .comment-box .autor-comment {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.post-detail .comment-box .comment-date {
    color: #a8a8a8;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.post-detail .write-comment-box {
    border-radius: 10px;
    border: 1px solid #bdbdbd
}

.post-detail .write-comment-box textarea {
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: unset;
}

.post-detail .write-comment-box textarea::placeholder {
    color: #c0c0c0
}

.post-detail .write-comment-box .publish-btn {
    color: #eeeff0;
    border-radius: 50px;
    background: #007853;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    box-shadow: none;
    padding: 10px 20px;
}

.post-detail .not-comments-text {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.post-detail .do-it-text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 575px) {
    .post-detail .foro-innova-text {
        font-size: 16px;
    }

    .post-detail .not-comments-text {
        font-size: 14px;
    }

    .post-detail .do-it-text {
        font-size: 12px;
    }

    .post-detail .go-back-container {
        border-top: 1px solid #e0e0e0;
    }

    .post-detail .write-comment-box {
        border: unset;
        border-radius: unset;
        border-top: 1px solid #e0e0e0;
        padding-top: 1.5rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
    }

    .post-detail .write-comment-box .publish-btn {
        padding: 10px 10px;
        background: #1E5BB6;
    }

    .post-detail .write-comment-box .publish-btn .btn-title {
        font-size: 14px;
    }

    .post-detail .autor-comment {
        font-size: 14px !important;
    }
}

/********** Post Detail end **********/

/********** Separators start **********/
.fi-separator-10 {
    height: 10px;
}

.fi-separator-100 {
    height: 100px;
}

/********** Separators end **********/

/********** Pagination start **********/
.styled-pagination a {
    border-radius: 5px;
}

/********** Pagination end **********/

/********** Menu start **********/
.mobile-menu .navigation li > a {
    color: #eeeeee !important;
}

.main-menu .navigation > li > ul > li > a {
    text-transform: unset;
}

.mobile-menu .navigation li.dropdown.single-item .dropdown-btn {
    display: none;
}

.main-menu .navigation > li > a:before {
    background: linear-gradient(
        to left,
        #007853 0%,
        #003B71 50%,
        #5887da 100%
    );
}

.main-menu .navigation > li > ul {
    border-bottom: 3px solid #007853;
}
/********** Menu end **********/

/********** Presentation List start **********/
.presentations-section .presentation-card {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.presentations-section .presentation-card *:not([class^="fa-"], [class*=" fa-"]) {
    font-family: Poppins !important;
}

.stars-container .fa.fa-star {
    font-size: 25px;
}

.rating-star {
    cursor: pointer;
    font-size: 18px;
}

.rating-star:not(.selected) {
    color: #DFE1E2 !important;
}

.rating-star.selected {
    color: #F6C953 !important;
}

.presentations-section .presentation-card .download-file {
    padding: 10px 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff !important;
    font-weight: 400;
    text-align: center;
    background: #007853;
    overflow: hidden;
    border-radius: 50rem;
    border: 1px solid #007840;
}

.presentations-section .presentation-card .download-file:hover {
    background: #007853 !important;
    color: #ffffff !important;
}

/********** Presentation List end **********/

/********** Loader start **********/
.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #007853;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-bottom: 4px solid #5887DA;
    border-left: 4px solid transparent;
}

.loader.loader-white {
    border-top: 4px solid #ffffff;
}
.loader.loader-white::after {
    border-bottom: 4px solid #ffffff;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/********** Loader end **********/

/********** Speakers end **********/
.speakers-section-three .form-group select {
    border-radius: 5px;
    background-color: #F1F1F1 !important;
    border: none;
    padding: 10px 10px 10px 20px;
    font-size: 16px;
    color: #8e8e8e;
}

.speakers-section-three .form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../images/icons/arrow-drop-down.svg) no-repeat right center;
    width: 100%;
    padding-right: 20px;
}

.speakers-section-three *:not([class^="fa-"], [class*=" fa-"], i) {
    font-family: Poppins !important;
}

.sec-title .title {
    background: linear-gradient(
        to right,
        #007853,
        #003B71,
        #5887da
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.speaker-block-three .info-box {
    background: linear-gradient(
        to right,
        #007853 10%,
        #003B71 50%,
        #5887da 100%
    ) !important;
    padding-right: 5px;
    height: 100%;
}

.speaker-block-three .info-box:before{
    background: linear-gradient(
        to right,
        #007853,
        #003B71,
        #5887da
    ) !important;
    right: -35px;
}

.speaker-block-three .image-box .image {
    border: 4px solid #007853 !important;
}

.speaker-block-two .image-box .image {
    border: 4px solid #003B71 !important;
}

.speaker-block-two .info-box {
    background-color: #003B71 !important;
}

.speaker-block-two .inner-box {
    border-bottom: 5px solid #003B71;
}

.speaker-block-three .inner-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}
/********** Speakers end **********/

/********** Date Picker start **********/
.btn-primary,
.btn-primary:hover {
    background-color: #003B71 !important;
    border-color: #003B71 !important;
}
/********** Date Picker end **********/


.register-section .title-column {
    background: #003b71 !important;
}

.coming-soon-section .outer-box {
    background: linear-gradient(
        to right,
        #007853,
        #003B71,
        #5887da
    ) !important;
}

/********** Carousel start **********/
.banner-carousel .slide-item:before {
    background-color: transparent;
}

.banner-carousel-section .banner-carousel .slide-item {
    padding: 0;
}

.banner-carousel-section .banner-carousel.owl-carousel .owl-stage-outer {
    aspect-ratio: 2000 / 1125;
}

.header-span {
    display: block !important;
}

.banner-carousel-section .banner-carousel .owl-nav div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner-carousel-section .banner-carousel .auto-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/********** Carousel end **********/

/********** About start **********/
.about-section .auto-container {
    top: 25% !important;
}

@media (max-width: 767px) {
    .about-section .auto-container {
        top: 10% !important;
    }

    .about-section .auto-container h2 {
        font-size: 30px !important;
    }
}

.button {
    padding: 10px 20px;
    line-height: 20px;
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
    border-radius: 50rem;
    border: 1px solid #000000;
    width: fit-content;
}

.button.transparent-button {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}

.button.home-download-schedule-button {
    height: 36px;
    width: 127px;
}

.button.home-download-schedule-button span {
    font-size: 20px;
    line-height: 0;
}

.button.home-download-schedule-button .loader,
.button.home-download-schedule-button .loader::after {
    max-height: 15px;
    max-width: 15px;
}

.button.transparent-button:hover{
    background: linear-gradient(
        to right,
        #007853,
        #003B71,
        #5887da
    );
}

.about-section .aspect-placeholder {
    width: 100%;
    background: black;
    aspect-ratio: 5203 / 2200
}

.about-section .auto-container {
    top: 50% !important;
    left: 0 !important;
    transform: translateY(-50%) !important;
}

.about-section .content-column {
    margin-bottom: 0 !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .about-section .aspect-placeholder {
        aspect-ratio: 5203 / 3000;
    }
}

@media (max-width: 767px) {
    .about-section .aspect-placeholder {
        aspect-ratio: 360 / 400;
    }
}
/********** About end **********/

/********** Banner start **********/
.page-title {
    padding: 120px 0;
}

@media (min-width: 576px) {
    .page-title {
        padding: 140px 0;
    }
}

@media (min-width: 768px) {
    .page-title {
        padding: 200px 0;
    }
}

@media (min-width: 992px) {
    .page-title {
        padding: 200px 0;
    }
}

@media (min-width: 1200px) {
    .page-title {
        padding: 200px 0;
    }
}

@media (min-width: 1400px) {
    .page-title {
        padding: 220px 0;
    }
}

@media (min-width: 1920px) {
    .page-title {
        padding: 320px 0;
    }
}
/********** Banner end **********/

.speakers-section-three {
    padding: 90px 0 90px;
}

.news-section.alternate {
    padding: 90px 0;
}

/********** Login start **********/
#login-form .recover-password-link {
    color: #777777;
}

#login-form .recover-password-link:hover {
    color: #0056b3;
}
/********** Login end **********/

/********** Update password start **********/
.register-form .go-to-home-button .btn-title {
    color: #ffffff;
    font-family: 'HelveticaNeueLTStd-Bd', sans-serif;
}

.register-form .go-to-home-button:hover .btn-title {
    color: rgb(52, 62, 113)
}
/********** Update password end **********/

