.post-icons-wrapper {
    justify-content: space-between;
    display: flex;
    gap: 3%;
}

.post-icon-button {
    border: 0px solid white;
    border-radius: 50px;
    width: auto;
    height: 25px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 10px;
    padding:0;
}

.post-icon-button--no-action {
    cursor: default!important;
}

.post-icon {
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: center;
    width: 32px;
    height: 28px;
    display: inline-block;
}

.post-liked-icon {
    background-image: url('../../updated-icons/updated-post-icons/post-liked-icon-red.svg');
}

.post-like-icon {
    background-image: url('../../updated-icons/updated-post-icons/post-like-icon-black.svg');
}

.post-commented-icon {
    background-image: url('../../updated-icons/updated-post-icons/post-comments-icon-black1.svg');
    background-size: 25px 25px;
    width: 32px;;
}

.post-comments-icon {
    background-image: url('../../updated-icons/updated-post-icons/post-comments-icon-black1.svg');
    background-size: 25px 25px;
}

.post-request-photo-icon {
    background-image: url('../../updated-icons/updated-post-icons/post-request-photo-icon-black1.svg');
    background-size: 26px 26px;
    margin-top: 3px;
    margin-left: 3px;
}

.post-share-icon {
    background-image: url('../../updated-icons/updated-post-icons/post-share-icon-black.svg');
    background-size: 22px 22px;
}

.write-message-icon {
    background-image: url('../../updated-icons/updated-post-icons/post-write-message-icon1.svg');
    background-size: 24px 24px;
}

.post-icon-number-badge {
    /* position: absolute; */
    bottom: 10px;
    font-size: 15px;
    width: auto;
    /* background: white; */
    /* padding-left: 50px; */
    font-weight: bold;
}

.post-icon-button-right-separator {
    margin-left: auto;
}

.me-update-post-input {
    width: 100%;
}

.update-or-create-post-form {
    position: relative;
}

.expanded-form-wrapper {
    background-color: #fbfbfe;
    border-radius: 15px;
}

.create-post-input {
    border-radius: 15px;
    border: none;
    background-color: #fbfbfe;
    height: 45px!important;
}

.expanded-create-post-input {
    height: 110px!important;
}

.multiple-language-post-input-expanded {
    text-indent: 25px;
}

.post-input-buttons {
    position: absolute;
    right: 20px;
    display: flex;
    height: 45px;
}

.post-input-button-wrapper {
    display: flex;
    align-items: center;
}

.poll-icon {
    background-image: url(../../assets/icons/poll-icon.svg);
    background-size: 28px 28px;
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin-top: -1px;
    margin-right: -1px;
}

.poll-icon-wrapper {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
}

.poll-icon-active {
    border-color:lightgray;
}

.poll-inputs-wrapper {
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
    padding: 0 15px;
}

.poll-input-wrapper {
    height: 35px;
    width: 100%;
    border: 1px solid lightgray;
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    padding-left: 10px;
}

.poll-input-photo {
    width: 40px!important;
}

.poll-input-photo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 5px;
}

.poll-input {
    border: none;
    width: 100%;
    background-color: transparent;
    color: #000;
    font-weight: 500;
}

.float-disabled {
    float: unset!important;
}

.post-input-buttons-update {
    top: 9px;
}

.expanded-post-input-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: relative;
    width: 100%;
    top:unset;
    right: unset;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.expanded-post-input-buttons--add-reel {
    justify-content: center;
    gap: 50px;
}

.form-wrapper--add-reel {
    padding-top: 30px;
}

.post-input-button {
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center;
    width: 28px;
    height: 28px;
    display: inline-block;
}

.post-input-button--add-reel {
    width: 50px;
    height: 50px;
}

.post-input-button-photo {
    background-image: url('../../icons/add-photo-icon.svg');
    background-size: 24px 24px;
}

.post-input-button-video {
    background-image: url('../../icons/add-video-icon.svg');
    background-size: 26px 26px;
    filter: invert(40%) sepia(30%) saturate(452%) hue-rotate(5deg) brightness(119%) contrast(419%);

}

.post-input-button-video--add-reel {
    background-size: 50px 50px;
}

.post-input-button-record-video {
    background-image: url('../../icons/record-video-icon.svg');
    background-size: 26px 26px;
}

.post-input-button-record-video--add-reel {
    background-size: 50px 50px;
}

.post-input-button-stop-recording-video {
    background-image: url('../../icons/stop-recording-icon.svg');
    background-size: 22px 22px;
    display: none;
}

.post-input-button-language {
    width: 100%;
    background-color: transparent;
    margin-bottom: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.post-input-language-dropdown-content {
    background-color: #fbfbfe!important;
    border: solid 1px lightgray;
    top: -27px!important;
    right: -5px!important;
    box-shadow: none!important;
    max-height: 200px;
    overflow: auto;
}

.dropdown-arrow {
    position: absolute;
    top: 12px;
    color: gray;
    right: 10px;
}

.post-input-language-dropdown-item {
    position: relative;
    background: #fbfbfe !important;
}

.create-post-input-hidden {
    display: none;
}

.create-post-language-checkbox {
    position: absolute;
    right: -20px;
}

.create-post-input-border-top {
    border-top: 1px solid #f2f2f2;
    border-radius: 0;
}

.dd-phrase-wrapper {
    align-items: center;
    padding-bottom: 3px;
    display: flex;
    height: inherit;
}

.post-language-checkbox {
    cursor:pointer;
    position: absolute;
    right: 11px;
    top: 16px;
}

.post-language-checkbox:hover {
    cursor:pointer;
}

.post-input-buttons-update .file-input {
    display: inline-block;
    width: auto;
    margin-top: 0;
}

.post-input-flag {
    height: 25px;
    width: 25px;
    top: 6px;
    left: 10px;
    cursor: default;
}

.post-input-flag:hover {
    opacity: 1;
}

.post-input-flag-more-top {
    top: 35px
}

.post-input-flag-first {
    position: absolute;
}

.post-dropdown-flag {
    height: 25px;
    width: 25px;
    margin: 0;
}

.post-dropdown-flag-wrapper {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-flag-active {
    border: 1px solid lightgray;
}

.add-post-button {
    height: 48px;
    width: 48px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 10px;
}

.feed-entry-flags {
    display: inline-flex;
    gap: 3px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.feed-entry-flag {
    width: 16px;
    height: 16px;
    border-radius: 50px;
    display: inline-block;
}

.feed-entry-flag-pl {
    background: url("../../assets/flags/pl.svg") no-repeat center;
}

.feed-entry-flag-de {
    background: url("../../assets/flags/de.svg") no-repeat center;
}

.feed-entry-flag-fr {
    background: url("../../assets/flags/fr.svg") no-repeat center;
}

.feed-entry-flag-en {
    background: url("../../assets/flags/gb.svg") no-repeat center;
}

.feed-entry-flag-it {
    background: url("../../assets/flags/it.svg") no-repeat center;
}

.feed-entry-flag-ru {
    background: url("../../assets/flags/ru.svg") no-repeat center;
}

.feed-entry-flag-ua {
    background: url("../../assets/flags/uk.svg") no-repeat center;
}

.feed-entry-flag-cs {
    background: url("../../assets/flags/cs.svg") no-repeat center;
}

.feed-entry-flag-es{
    background: url("../../assets/flags/es.svg") no-repeat center;
}

.feed-entry-flag-hu {
    background: url("../../assets/flags/hu.svg") no-repeat center;
}

.feed-entry-flag-pt {
    background: url("../../assets/flags/pt.svg") no-repeat center;
}

.feed-entry-flag-ro {
    background: url("../../assets/flags/ro.svg") no-repeat center;
}

.feed-entry-flag-sk {
    background: url("../../assets/flags/sk.svg") no-repeat center;
}

.entry-vote-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
}

.entry-vote-button {
    width: 45%;
    height: 50px;
    border: 1px solid #f0eefa;
    border-radius: 8px;
    background: #FBFBFE;
    color: #bcbbc2;
    font-weight: 600;
    transition: all 0.7s ease;
    position: relative;
    overflow: hidden;
}

.entry-vote-button-active {
    pointer-events: none;
    background: #FBFBFE; /* Reset to original background */
}

.entry-vote-button.showing-result {
    width: 45%;
}

.voting-disabled {
    cursor: default;
}

/* Modified progress bar animation */
@keyframes slideProgress {
    0% { transform: translateX(-100%); }
    45% { transform: translateX(10%); }
    90% { transform: translateX(-5%); }
    100% { transform: translateX(0); }
}

.vote-percentage-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #f0eefa;
    z-index: 1;
    transition: background-color 0.3s ease, width 0.016s linear;
}

.entry-vote-button-winner .vote-percentage-fill {
    background: #d8d7ff;
}


.percentage-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.percentage-text.visible {
    opacity: 1;
}

/* Rest of the CSS remains the same */

.vote-percentage-fill.animating {
    animation: slideProgress 1.5s ease-in-out;
}

.percentage-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.percentage-text.visible {
    opacity: 1;
}

.vote-text {
    transition: opacity 0.3s ease;
    position: relative;
    z-index: 2;
}

.vote-text.hidden {
    opacity: 0;
}

.entry-vote-button-winner {
    border-color: #d8d7ff;
}

.grid-hon {
    position: relative;
}

.hot-or-not-images-separator {
    height: auto;
    background: transparent;
}

.hot-or-not-images-separator-icon {
    position: absolute;
    bottom: -10px;
    height: 40px;
    width: 40px;
    z-index: 3;
    background-position: center;
    background: url("../../icons/hot-icon.svg") no-repeat;
    background-size: contain;
    right: -20px;
    margin: 0 50%;
}

.hot-or-not-images-separator-icon-left-chosen {
    margin: 0 45% 0 55%;
    transition: all 0.5s ease;
}

.grid-item-hot-or-not {
    flex: 50%!important;
    max-width: 50%!important;
}

.grid-item-hot-or-not-left {
    padding-right: 2px;
}

.grid-item-hot-or-not-right {
    padding-left: 2px;
}

.hon-user-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    color: white;
    font-weight: 600;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.95);
}

.hon-user-link:hover {
    color: white;
}

.hon-user-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.hon-user-wrapper {
    height: 40px;
    position: absolute;
    padding: 10px;
}

.hon-user-wrapper-chosen {
    transition: all 0.5s ease;
    z-index: 1;
}

.hon-user-wrapper-chosen-left {
    transform: rotate(-2deg) translateY(-6px) translateX(6px);
}

.hon-user-wrapper-chosen-right {
    transform: rotate(-2deg) translateY(-6px) translatex(-25px);
}

.hon-user-a-wrapper {
    top: 0;
}

.hon-user-b-wrapper {
    top: 0;
}

.hon-winner-user-a-wrapper {
    top: unset;
    bottom: -60px;
    z-index: 2;
}

.hon-winner-user-wrapper-feed {
    bottom: -50px;
}

.multiple-entry-image-chosen {
    width: 110%!important;
    transition: all 0.5s ease;
    box-shadow: 0 2px 19px #d8d7ff;
}

.winner-photo-action-buttons {
    position: absolute;
    top: 80%;
    width: 110%;
    justify-content: center;
    align-items: center;
    display: flex;
    opacity: 0;
    transition: opacity 0.5s ease;
    gap: 10px;
}

.post-icon-button-hon-winner {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    border: none;
}

/* New class for showing the buttons */
.winner-photo-action-buttons.show {
    opacity: 1;
}

.hon-user-wrapper-chosen-right .winner-photo-action-buttons {
    transform: rotate(2deg);
}

.hon-user-wrapper-chosen-left .winner-photo-action-buttons {
    transform: rotate(2deg);
}

@media only screen and (max-width: 859px) {
    .hon-user-wrapper {
        height: 30px;
        padding: 8px;
    }

    .hon-user-image {
        width: 30px;
        height: 30px;
    }

    .hon-winner-user-a-wrapper {
        bottom: -50px;
    }

    .hon-winner-user-wrapper-feed {
        bottom: -40px;
    }
}

/* Media Query - smaller screens */
@media (max-width: 600px) {
    .post-icon {
        background-size: 24px 24px;
    }

    .post-commented-icon {
        background-size: 23px 23px;
    }

    .post-comments-icon {
        background-size: 23px 23px;
    }

    .post-request-photo-icon {
        background-size: 24px 24px;
    }

    .post-share-icon {
        background-size: 20px 20px;
    }

    .write-message-icon {
        background-size: 22px 22px;
    }

    .post-icons-wrapper {
        gap: 3.5%;
    }
}
