a:hover {
    color: unset;
    text-decoration: unset;
}
.swal2-container.swal2-top {
    transform: none !important;
    left: 78% !important;
    right: 0 !important;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.select2-container {
    width: 100% !important;
}
.primary-color {
    color: #1e73ff;
}
.primary-btn-outline {
    color: #1e73ff;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    border: 1px solid #1e73ff;
    padding: 10px 28px;
    background-color: #ffffff;
    letter-spacing: 0.5px;
    line-height: 18px;
    border-radius: 50px;
    outline: 0;
    box-shadow: none;
    margin: 0;
    transition: 0.3s all ease-in-out;
}
.primary-btn-outline:hover, .primary-btn-outline:focus {
    color: #ffffff;
    background-color: #1e73ff;
    border: 1px solid #1e73ff;
}

.primary-btn,
.primary-btn:hover,
.primary-btn:focus {
    text-decoration: none;
    padding: 10px 28px;
    background-color: #1e73ff;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    border: 1px solid #1e73ff;
    border-radius: 50px;
    white-space: nowrap;
}

.primary-btn-black {
    color: white;
    border: 1px solid black;
    border-radius: 75px;
    padding: 7px 25px;
    font-size: 15px;
    font-weight: bold;
    background: black;
}
.primary-btn-black:hover {
    color: black;
    background-color: unset;
    border: 1px solid black;
    border-radius: 75px;
    padding: 7px 25px;
    font-size: 15px;
    font-weight: bold;
}

.mb-20 {
    margin-bottom: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-13 {
    margin-bottom: 13px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-8 {
    margin-top: 8px;
}
.mt-12 {
    margin-top: 12px;
}
.mh-42 {
    min-height: 42px !important;
}
.mb-7 {
    margin-bottom: 7px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-3 {
    margin-top: 3px;
}
.mt-36 {
    margin-top: 36px;
}
.pt-28 {
    padding-top: 28px;
}
.pt-37 {
    padding-top: 37px;
}
/* #sortable {
    padding: 0px 10px 0px 20px;
    margin-left: 20px;
} */
#sortable li {
    list-style: none;
}
.blockElement {
    cursor: move;
}
.blockElement .heading {
    display: flow-root;
}
.postCategoryDiv {
    height: 300px;
    overflow-y: scroll;
}
.accordion-item {
    padding: 0;
}
.accordion-header {
    display: flex;
    background: #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.accordion-item {
    border: 0;
}
.accordion-button.collapsed,
.accordion-button:not(.collapsed) {
    color: #212121;
}
.accordion-header-newsletter {
    display: unset;
}
.blockTrashLink {
    padding: 10px 20px;
    color: red;
}
.blockTrashLink:hover {
    color: red;
}
.actionButtons {
    margin-top: -47px;
}
.actionButtons .previewButton {
    /* border-radius: 25px;
  color: #0d6efd;
  border-color: #0d6efd; */
}
.all-modules {
    padding: 10px 20px;
    background: #0d6efd;
}
.actionButtons .previewButton:hover {
    background: #0d6efd;
}

.footeBlogEditor {
    /* position: fixed; */
    color: white;
    text-align: center;
    max-width: 100%;
    /* padding: 5px 15px; */
    background: #fff;
    /* top: 16%; */
    /* margin-left: 5px; */
    /* padding: 0; */
    height: 100vh;
    width: 100%;
}
.footeBlogEditor2 {
    position: fixed;
    color: white;
    text-align: center;
    width: 7%;
    background: #fff;
    padding: 9px;
}

.footeBlogEditor li {
    width: 80%;
}
.footeBlogEditor .container .list-group-item {
    font-size: 25px;
}
.blockName {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #1e73ff;
    margin-bottom: 0;
    white-space: nowrap;
}
.blockItemName {
    flex: 1;
    color: #333;
    padding: 1rem 1.25rem;
    font-size: 0.875rem;
    background-color: #eaeaea;
}
.blockItemAccordian {
    flex: 0.1;
    background-color: #eaeaea !important;
}
.form-group .required:after {
    content: "*";
    color: red;
    margin-left: 5px;
}
.cursorPointer {
    cursor: pointer;
}
.w_100_percent {
    width: 100% !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.submitButton {
    position: absolute;
    top: 0;
    right: 10px;
}

/* post list filter nav */

#postListFilterNav ul li {
    padding: 0px 40px;
    text-align: center;
    cursor: pointer;
}
#postListFilterNav ul li a:hover {
    color: #1e73ff;
}
#postListFilterNav ul li.active {
    border-bottom: 4px solid #1e73ff;
}
#postListFilterNav ul li.active a {
    color: #1e73ff;
    font-weight: 700;
}
.carousel-inner .carousel-item img {
    object-fit: cover !important;
}

@media screen and (min-width: 1400px) and (max-width: 1800) {
    #postListFilterNav ul li {
        padding: 0px 60px;
    }
    #sortable {
        padding: 0px 10px 0px 10px;
        margin-left: 20px;
    }
}

/* post list filter end */

/* post preview page */
.post_title {
    font-size: 22px !important;
    display: inline !important;
}
.post_dateTime {
    color: #1e73ff;
}
.block_item_preview {
    margin: 16px 0px 16px 0px;
}
.singleTextPreview,
.mapsPreview {
    color:  #2c2c2c;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.09px;
}
.block_item_preview small {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.06px;
    margin-top: 8px;
    margin-bottom: 0;
}
.block_item_preview p {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.06px;
    margin-top: 8px;
    margin-bottom: 0;
}
.block_item_preview .common-desc p {
    color: #ffffff;
}
.block_item_preview p b {
    font-weight: 600;
}
.block_item_preview small a {
    text-decoration: underline;
    color: #212121;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.06px;
    margin-left: 4px;
}
.block_item_preview small a span {
    color: #212121 !important;
}
.block_item_preview h3, .block_item_preview h4 {
    color:#2C2C2C !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    letter-spacing: 0.1px !important;
    margin-bottom: 0 !important;
}
.quotePreview {
    font-size: 20px;
    font-style: italic;
}
label {
    /* margin-top: 10px; */
    font-weight: bold;
}
.container {
    position: relative;
    color: black;
}

.secondary-container {
    max-width: 640px;
    background-color: #ffffff;
}
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 22px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .table-responsive {
    padding-bottom: 5% !important;
} */
/* .tab-content .tab-pane {
    padding-bottom: 10% !important;
} */

.post-cat-detail {
    margin: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-cat-detail h4 {
    color: #2c2c2c;
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    margin-right: 12px;
    margin-bottom: 28px;
}

.post-cat-detail ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.post-cat-detail ul li {
    margin-right: 8px;
    margin-bottom: 10px;
}

.post-cat-detail ul li a {
    text-decoration: none;
    font-size: 12px;
    color: #1e73ff;
    display: inline-block;
    padding: 5px 12px;
    white-space: nowrap;
    border: 1px solid #1e73ff;
    border-radius: 100px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    text-transform: capitalize;
}
.post-cat-detail ul li .active,
.tag .post-cat-detail ul li .active,
.post-cat-detail ul li a:hover,
.tag .post-cat-detail ul li a:hover {
    background-color: #1e73ff;
    color: #fff;
}

/* Post preview css */
.post-preview h2,
.post-title h2 {
    margin: 7px 0 0 0;
    color: #2c2c2c;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    text-transform: capitalize;
    line-height: 58px;
}

.post-preview h4,
.post-title h4 {
    margin-top: 16px;
    color: #2c2c2c;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}

.post-preview h5 {
    margin-top: 24px;
    color: #2c2c2c;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}

.author-detail {
    margin: 26px 0 24px 0;
}

.author-detail img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #1e73ff;
}

.author-detail .author-name {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    color: #2c2c2c;
    margin-left: 10px;
}

.author-detail .author-date {
    margin-left: 19px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #1e73ff;
    border-right: 1px solid;
}

.author-detail .author-time {
    padding-left: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #1e73ff;
}

.post-preview p,
.address-map p {
    margin-top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.005em;
    color: #2c2c2c;
    line-height: 26px;
}

.preview-post-img-box {
    margin-top: 32px;
}

.preview-post-img-box p {
    margin-top: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.005em;
    color: #2c2c2c;
}

.preview-post-img-box p a {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.005em;
    color: #1e73ff;
}

.testimonial p {
    margin-top: 40px;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.005em;
    line-height: 160%;
}
.screen {
    /* margin-top: 62px; */
}

.screen .screen-detail {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-justify {
    text-align: justify;
}
.img_block_preview {
    position: relative;
}

.img_block_preview .screen-detail-img img {
    width: 100px;
    height: 80px;
}

.img_block_preview .first_batch {
    position: absolute;
    top: 10px;
    left: 10px;
}
.img_block_preview .second_batch {
    position: absolute;
    top: 10px;
    right: 10px;
}

.screen .screen-detail h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
    text-align: center;
    margin: 0 20px;
}

.screen .screen-detail-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100px;
}
.post-comment {
    margin: 50px 0 50px 0;
}

.comment-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment-left p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #2c2c2c;
    line-height: 26px;
    letter-spacing: 0.005em;
    margin-bottom: 0;
    white-space: nowrap;
}

.comment-left .heart,
.comment-left .comment {
    margin-left: 18px;
}

.comment-left .heart a,
.comment-left .comment a {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #2c2c2c;
    line-height: 26px;
}

.comment-left .heart img,
.comment-left .comment img {
    margin-right: 7px;
}

.comment-right .saved-item {
    margin-left: 25px;
}

/* end post preview */

/* start newsletter */

.opacityDisabled {
    opacity: 0.5;
}
.profile-bg {
    background-image: "https://ronreload.test/assets/images/Slider-bg-img.png";
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 452px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.profile-bg .profile-logo {
    margin-top: 48px;
}
.notification {
    max-width: 100%;
    /* height: 64px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0.5px 1.75px rgba(0, 0, 0, 0.039),
        0px 1.85px 6.25px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0.5px 1.75px rgba(0, 0, 0, 0.039),
        0px 1.85px 6.25px rgba(0, 0, 0, 0.19);
    border-radius: 4px;
}
.notification-heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0.5px 1.75px rgba(0, 0, 0, 0.039),
        0px 1.85px 6.25px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0.5px 1.75px rgba(0, 0, 0, 0.039),
        0px 1.85px 6.25px rgba(0, 0, 0, 0.19);
    border-radius: 4px;
}

.notification ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.notification ul li {
    margin-right: 40px;
}

.notification ul li a {
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    color: #2c2c2c;
    display: inline-block;
    white-space: nowrap;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    text-transform: capitalize;
}

.notification ul li a img {
    margin-right: 9px;
}

.heading-text h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
}

/* Category section css */
.newsletter-post-title h2 {
    margin: 41px 0 0 0;
    color: #2c2c2c;
    font-style: normal;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
}
.newsletter-post-title h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
}

/* Post preview section css */
.bottom-border {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 32px;
    margin-bottom: 32px;
}
.newsletter-preview h5 {
    color: #2c2c2c;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.005em;
}
.newsletter-preview .newsletter-post-img-box .author span {
    color: #b1b2b3;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.005em;
}

.newsletter-post-img-box img {
    width: 100%;
    height: 266px;
    -o-object-fit: cover;
    object-fit: cover;
}

.newsletter-post-img-box {
    /* padding: 8px; */
    background: #ffffff;
    -webkit-box-shadow: 0px 2.25px 4px rgba(0, 0, 0, 0.099);
    box-shadow: 0px 2.25px 4px rgba(0, 0, 0, 0.099);
    border-radius: 4px;
}

.newsletter-post-img-box p {
    margin-top: 16px;
    margin-left: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.005em;
    color: #2c2c2c;
}

.newsletter-post-img-box .author a {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.005em;
    color: #1e73ff;
}
.newsletter-post-img-box .author {
    padding: 16px 24px 0px 16px;
}
.newsletter-post-img-box .author img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    margin-top: 7px;
}

.newsletter-post-img-box .author .dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #d9d9d9;
    border-radius: 100%;
    margin: 0 4px;
    vertical-align: middle;
}

/* Blog post css */
.newsletter-blog-post-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    min-height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 262px;
}
.newsletter-blog-post-bg .notification-heading {
    max-width: 544px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0.5px 1.75px rgba(0, 0, 0, 0.039),
        0px 1.85px 6.25px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0.5px 1.75px rgba(0, 0, 0, 0.039),
        0px 1.85px 6.25px rgba(0, 0, 0, 0.19);
    border-radius: 4px;
}
.newsletter-blog-post-bg .notification-heading h2 {
    color: #2c2c2c;
    font-style: normal;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
}
.newsletter-blog-post-bg .notification-heading span {
    color: #b1b2b3;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.005em;
}
.newsletter-blog-post-bg .notification-heading a {
    text-decoration: none;
}

.newsletter-blog-post-bg .notification-heading p {
    margin: 17px 0 24px 0;
}

.newsletter-blog-post-bg .notification-heading img {
    margin-bottom: 2px;
}

.newsletter-blog-post-bg .notification-heading button {
    border: none;
    background-color: transparent;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.5px;
    color: #1e73ff;
}
.newsletter-blog-post-bg .notification-heading button::after {
    content: " \279D";
    margin-left: 10px;
}
.newsletter-blog-post-bg .black-space {
    margin-bottom: -445px;
}

/* Advertise section css */
.newsletter-preview .advertise p {
    color: #616161;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.005em;
}
.newsletter-preview .advertise .advertise-img {
    background-image: url("/assets/images/burger.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    min-height: 344px;
}
.newsletter-preview .advertise {
    margin-bottom: 48px;
    background-color: #f9f9f9;
    padding: 16px 0;
}

/* Author ID post section css */
.author-preview {
    margin: 24px 0 32px 0;
}

.bg-shadow {
    -webkit-box-shadow: 0px 2.25px 4px rgba(0, 0, 0, 0.099);
    box-shadow: 0px 2.25px 4px rgba(0, 0, 0, 0.099);
    border-radius: 4px;
}

.author-preview .author-preview-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 392px;
    border-radius: 4px 4px 0 0;
}

.author-preview .author-preview-detail {
    margin: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 16px;
}

.author-preview .author-preview-detail h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #2c2c2c;
}

.author-preview .author-preview-detail p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #2c2c2c;
    line-height: 23px;
}

.author-preview .author-preview-detail .author-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
}

.author-preview .author-preview-detail .author-social ul li {
    margin-right: 25px;
}

.author-preview .author-preview-detail .author-social ul li a {
    text-decoration: none;
}
/* Community Section css */
.community-text-button {
    border-top: 1px solid #e0e0e0;
    padding: 16px 32px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0.5px 1.75px rgba(0, 0, 0, 0.039),
        0px 1.85px 6.25px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0.5px 1.75px rgba(0, 0, 0, 0.039),
        0px 1.85px 6.25px rgba(0, 0, 0, 0.19);
}
.community-text-button span::after {
    content: url("/assets/images/right_arrow.png");
    float: right;
}

/* Catagory post section css */
.cat-tag {
    margin-bottom: 24px;
}
.newsletter-cat-detail {
    padding: 0 0 24px 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0.5px 1.75px rgba(0, 0, 0, 0.039),
        0px 1.85px 6.25px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0.5px 1.75px rgba(0, 0, 0, 0.039),
        0px 1.85px 6.25px rgba(0, 0, 0, 0.19);
    border-radius: 4px;
}
.newsletter-cat-detail img {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.newsletter-cat-detail h2 {
    margin-top: 16px;
    color: #2c2c2c;
    font-style: normal;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
}
.newsletter-cat-detail a {
    text-decoration: none;
}
.newsletter-cat-detail button {
    border: none;
    background-color: transparent;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.5px;
    color: #1e73ff;
}
.newsletter-cat-detail button::after {
    content: " \279D";
    margin-left: 10px;
}

.newsletterFooter {
    background: #000000;
    margin-top: 5%;
}

.newsletterFooter .container {
    background: #000000;
}
.social-icon {
    padding-top: 35px;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
}
.social-icon ul {
    padding-left: 0;
}
.social-icon ul li {
    list-style: none;
    float: left;
    margin-left: 28px;
}
.social-icon ul li:first-child {
    margin-left: 0;
}
.social-icon ul li a {
    text-decoration: none;
}
.contact-details {
    padding: 26px 0 24px 0;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    text-align: center;
}
.contact-details ul li {
    list-style: none;
    float: left;
    margin-left: 18px;
    padding-right: 18px;
    border-right: 1px solid #ffffff;
}
.contact-details ul li:last-child {
    border: none;
}
.contact-details ul li a {
    text-decoration: none;
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.005em;
}

.footer-end {
    padding: 24px 0 32px 0;
    border-top: 1px solid #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.005em;
    color: #ffffff;
    text-align: center !important;
}

/* update-modify-post */
.select2-container .select2-selection--single {
    height: 50px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}
.thumnail-wrap .input-group-text {
    padding: 0 12px;
    height: 100%;
    font-size: 16px;
    line-height: 2.3;
}
.thumnail-wrap .input-group {
    height: 50px;
}
.thumnail-wrap .form-control {
    line-height: 2.3;
}
.post-wrap .form-control {
    height: 50px;
}
.post-wrap .form-control.input-height-26 {
    height: 26px;
}
.select2-container .select2-search--inline .select2-search__field {
    height: 32px;
}

/* end newsletter */

/* action dropdoen listdata */
.dropbtn {
    cursor: pointer;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.07);
    z-index: 1;
    border-radius: 8px;
    top: 30px;
    left: -44px;
}
.dropdown-content a {
    display: block;
    text-decoration: none;
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    line-height: 22px;
    letter-spacing: 0.07px;
    background-color: transparent;
    /* white-space: nowrap; */
    padding: 7px 20px;
}
.dropdown-content a:hover,
.dropdown-content a:focus {
    background-color: #f4f8ff;
    color: #1e73ff;
}

.badge-active {
    background-color: #f6fbf4;
    color: #55b22a;
    padding: 4px 12px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    white-space: nowrap;
    letter-spacing: 0.08px;
}

.badge-inactive {
    background-color: #f2f2f2;
    color: #666666;
    padding: 4px 12px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    white-space: nowrap;
    letter-spacing: 0.08px;
}
.label-text {
    font-size: 12px;
    color: #666666;
}
.btn-outline-info {
    color: #666666 !important;
}

.actionDetails {
    /* width:5px; */
    /* float: right; */
    position: relative;
}

.show-div {
    /* display: block; */
    display: inline-block;
}
.button_div {
    padding: 10px 5px 15px 0px;
}
.button_div a {
    display: inline-block;
}
.text-underline {
    text-decoration: underline !important;
}
.search_with_filter {
    border-radius: 24px 0 0 24px;
    padding: 10px 15px;
}
/* end action dropdown listdata */

/*============= Three dots tooltip menu CSS start ================*/
.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    z-index: auto;
    cursor: pointer;
}
/* .table tr td .three-dots.tooltip {
    position: absolute;
} */
.table tr td .three-dots.tooltip .dropdown-content {
    left: -165px;
}
/*============= Three dots tooltip menu CSS end ================*/

/* wire loader */
.loading-container {
    position: relative; /* Ensure the container is positioned */
}

.page-loading {
    position: absolute; /* Position the loading indicator */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* Add opacity to the background */
    z-index: 999; /* Ensure the loading indicator is above other content */
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.color-custom{
    color: #1e73ff;
}
/* end wire loader */

/*============= Media CSS ================*/
@media only screen and (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100%;
    }
    .previewPageContainer {
        max-width: 1320px !important;
        margin: 0 auto;
    }
}

.navbar-nav {
    justify-content: space-between;
    width: 100%;
}

.preview-header .nav-item .nav-link:hover,
.preview-header .nav-item .nav-link:focus {
    color: #212121;
}

.preview-header li.nav-item.active .nav-link {
    color: #ffffff;
}

.preview-header .nav-pills .nav-link.active,
.preview-header .nav-pills .show > .nav-link {
    color: #ffffff;
}

.pop-up-footer-button button.btn.btn-secondary {
    font-family: "Source Sans Pro";
    background: transparent;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.5px;
    color: #1e73ff;
    border-radius: 50px;
    border: 1px solid #1e73ff;
    padding: 8px 18px;
    outline: none;
    box-shadow: none;
}
.pop-up-footer-button .btn.btn-success {
    justify-content: center;
    align-items: center;
    padding: 8px 28px;
    padding: 8px 18px;
    background: #1e73ff;
    border-radius: 50px;
    box-shadow: none;
    border: none;
    outline: none;
}
.pop-up-footer-button .btn.btn-success:hover {
    background: #1e73ff;
    color: #fff;
    border-color: #1e73ff;
    box-shadow: 0 0 0 0.15rem rgba(12, 128, 223, 0.5);
}
.citywriter-permission-box{
    border: 1px solid #EBEBEB;
    padding: 16px;
}

.table-responsive-custom{
    min-height: 500px;
}