.modal-open .modal.set-popup-dynamic {
    overflow-x: hidden;
    overflow-y: hidden;
}

.modal-open .modal {
    padding: 0 !important;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    outline: 0;
}

#pop-img .modal-body {
    border: 2px solid #d3e9f7;
}

#image-modal .modal-content,
#advert-edit-modal .modal-content {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
    /* box-shadow: none; */
    outline: 0;
    top: 0;
}

.comment-modal-body {
    background: #fff;
    max-height: 93vh;
    border-radius: 35px;
    border: 2px solid #0d1a92;
    overflow: hidden;
}

.comment-modal-body .col-lg-4 {
    background-color: #d3e9f7;
}

/* hsl(201deg 97% 88%) */
.p-0 {
    padding: 0 !important;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.border-bottom-1 {
    border-bottom: 1px solid #e1e1e1;
}

.text-right {
    text-align: right !important;
}

.right-section {
    height: calc(100% - 80px);
}

.right-section-text-advert {
    height: 50px;
}

.comment-modal-body .magic-message-body {
    background-color: transparent;
}

.cmnt-right-inner-section.magic-message-body {
    min-height: 39vh;
    background-color: #d3e9f7;
    border-radius: 5px;
}

.cmnt-right-section {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
    padding: 10px 20px 0 0;
}

.pl-2,
.px-2 {
    padding-left: 0.625rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.625rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.625rem !important;
}

.modal-dialog.modal-dialog-centered.modal-lg {
    min-width: 80vw;
    height: calc(100vh - 60px);
}

.row.feed-detail-modal {
    display: flex;
    align-items: normal;
}

.row.feed-detail-modal .position-relative {
    background-color: transparent !important;
    border-right: 2px solid #d3e9f7;
}

.row.feed-detail-modal .position-relative img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.bg-grey {
    background-color: #888 !important;
}

.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

body.page.modal-open {
    overflow: hidden !important;
}

/* .gallary-modal-close-icon {
  position: absolute;
  top: 2;
  right: 18px;
} */
.before-margin-0::before {
    margin: 0 !important;
}

.gallary-modal-close-icon {
    z-index: 1;
    position: absolute;
    top: -10px;
    right: 5px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
}

/* .advert-like-form {
  position: absolute;
  bottom: 0;
} */

.right-section-text-advert .advert-like-form {
    right: 22%;
}

.advert-like-form button:hover,
.advert-like-form button:focus {
    box-shadow: none;
}

.bg-advert-blue {
    background-color: #d3e9f7;
}

.gallary-modal-close-icon i::before {
    font-size: 10px;
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .right-section {
        height: 50vh;
    }

    .advert-modal-right-arrow,
    .right-section-text-advert .fa-chevron-left,
    .bottom-arrows-text .fa-chevron-left,
    .top-arrows-text .fa-chevron-left {
        right: 35% !important;
    }

    .advert-modal-left-arrow,
    .right-section-text-advert .fa-chevron-right,
    .bottom-arrows-text .fa-chevron-right,
    .top-arrows-text .fa-chevron-right {
        left: 45% !important;
    }

    /* .right-section-text-advert .advert-like-form {} */

    .comment-modal-body .row {
        flex-direction: column;
    }

    .gallary-modal-close-icon {
        right: 30px;
        top: 10px;
        margin-top: 0;
    }
}

.advert-user-details-title {
    margin: 10px 0 0 0 !important;
}

.advert-image-border {
    content: "";
    width: 60px !important;
    height: 60px !important;
    border: 2px solid !important;
    border-top-color: #0d1a92 !important;
    border-bottom-color: #0d1a92 !important;
    border-right-color: #5cc3ff !important;
    border-left-color: #5cc3ff !important;
    border-radius: 50% !important;
    z-index: 1 !important;
}

.advert-padding {
    padding-left: 18px;
}

@media (min-width: 1200px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .pr-lg-0 {
        padding: 0 !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }
}

.feed-detail-modal .col-lg-8:hover .advert-modal-left-arrow,
.feed-detail-modal .col-lg-8:hover .advert-modal-right-arrow {
    display: block;
}

.feed-detail-modal ul {
    color: initial;
}

.advert-modal-left-arrow,
.advert-modal-right-arrow {
    /* position: absolute; */
    width: 0;
    height: 0;
    align-items: center;
    justify-content: center;
    display: grid;
    place-content: center;
    top: 0;
    display: none;
}

.advert-modal-left-arrow::before,
.advert-modal-right-arrow::before {
    display: none;
}

/* .advert-modal-right-arrow {
  right: 0;
} */

.advert-modal-left-arrow {
    z-index: 1;
    color: #000;
    left: calc(50% + 30px);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #fff;
}

/* .advert-modal-left-arrow:hover {
    border-top-color: #0d1a92;
} */

/* .text-advert .advert-modal-left-arrow {
    left: 36%;
} */

/* .text-advert .advert-modal-right-arrow {
  right: 64%;
} */

/* .advert-modal-right-arrow:hover {
    border-bottom-color: #0d1a92;
} */

.advert-modal-right-arrow {
    z-index: 9;
    color: #000;
    /* right: calc(50% - 30px); */
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #fff;
}

.date-separator {
    position: relative;
}

/* .date-separator::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #acacac80;
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
} */

.date-separator span {
    background-color: transparent;
    padding: 0 15px;
    color: #0d1a92;
    z-index: 1;
    position: relative;
}

#gallary-image-modal .modal-content {
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

#gallary-image-modal .gallary-modal-close-icon {
    top: 0;
    right: 30px;
}

.modal-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 9999;
}

.advert-modal-left-bottom-arrow {
    z-index: 1;
    color: red;
    /* left: calc(50% + 30px); */
    bottom: calc(50% + 10px);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    /* border-top: 20px solid #d3e9f7; */
}

.right-section .fa-chevron-right,
.right-section .fa-chevron-left,
.right-section-text-advert .fa-chevron-right,
.right-section-text-advert .fa-chevron-left,
.bottom-arrows .fa-chevron-right,
.bottom-arrows .fa-chevron-left,
.bottom-arrows-text .fa-chevron-right,
.bottom-arrows-text .fa-chevron-left {
    position: absolute;
    bottom: 0;
}

.top-arrows .fa-chevron-right,
.top-arrows .fa-chevron-left,
.top-arrows-text .fa-chevron-right,
.top-arrows-text .fa-chevron-left {
    position: absolute;
    top: 0;
}

.right-section .fa-chevron-right::before,
.right-section .fa-chevron-left::before,
.right-section-text-advert .fa-chevron-right::before,
.right-section-text-advert .fa-chevron-left::before,
.bottom-arrows .fa-chevron-right::before,
.bottom-arrows .fa-chevron-left::before,
.top-arrows .fa-chevron-right::before,
.top-arrows .fa-chevron-left::before,
.bottom-arrows-text .fa-chevron-right::before,
.bottom-arrows-text .fa-chevron-left::before,
.top-arrows-text .fa-chevron-right::before,
.top-arrows-text .fa-chevron-left::before {
    display: none;
}

.right-section .fa-chevron-right,
.right-section-text-advert .fa-chevron-right,
.bottom-arrows .fa-chevron-right,
.bottom-arrows-text .fa-chevron-right,
.top-arrows .fa-chevron-right,
.top-arrows-text .fa-chevron-right {
    width: 30px !important;
    left: calc(56% - 30px);
    /* arrow override issue solved */
    display: inline-block;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #1d78fd;
}

.right-section .fa-chevron-left,
.right-section-text-advert .fa-chevron-left,
.bottom-arrows .fa-chevron-left,
.bottom-arrows-text .fa-chevron-left,
.top-arrows .fa-chevron-left,
.top-arrows-text .fa-chevron-left {
    width: 30px !important;
    right: calc(45% - 30px);
    /* arrow override issue solved */
    display: inline-block;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #1d78fd;
}

.bottom-arrows-text .fa-chevron-right,
.top-arrows-text .fa-chevron-right {
    left: calc(81% - 20px);
}

.bottom-arrows-text .fa-chevron-left,
.top-arrows-text .fa-chevron-left {
    right: calc(20% - 48px);
}

.right-section-text-advert .fa-chevron-left {
    /* right: 14%; */
    right: calc(16% - 40px);
    border-top: 20px solid #d3e9f7;
}

.right-section-text-advert .fa-chevron-right {
    /* left: 80%; */
    left: calc(85% - 27px);
    border-bottom: 20px solid #d3e9f7;
}

.margin-0 {
    margin: 0 !important;
}

.comment_popup .modal-body {
    --webkit-flex: 1 1;
    flex: 1 1;
}

.comment-modal-body .flaticon-close {
    height: 25px;
    width: 25px;
    padding: 5px;
    border: 2px solid #000;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
    margin-top: 4px
}

.comment-modal-body .flaticon-close::before {
    margin-left: 0px;
    font-size: 12px;
    color: #000;
}

.px-10 {
    padding: 0 10px !important;
}

#advert-edit-modal .video_players {
    height: 200px;
    width: 200px;
}

#advert-edit-modal .comment-modal-body {
    background: #fff;
    border-radius: 35px;
    border: 2px solid #0d1a92;
    overflow: inherit;
    max-height: none;
}

#advert-edit-modal .main-modal-content {
    margin: 0 auto;
}

#advert-edit-modal .gallary-modal-close-icon {
    top: 2px;
    right: 13px;
}

#advert-edit-modal .current-media {
    width: 50%;
    border: none !important;
}

.justify-between {
    justify-content: space-between;
}

.advert-actions {
    top: -6px !important;
}

.advert-actions i::before {
    font-size: 17px;
}
