/*===================== RON Reload All Backend Dashboard CSS ====================*/
/*============ Global common CSS start ============*/
body {
    font-family: "Source Sans Pro", sans-serif;
    background-color: #f8f8f8;
}
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
b,
form,
input,
button,
table,
thead,
tbody,
tr,
th,
td,
::before,
::after,
::placeholder,
:hover,
:focus,
:first-child,
:nth-child(),
:last-child {
    font-family: "Source Sans Pro", sans-serif;
}
.ron-global {
    display: flex;
    gap: 24px;
    padding-left: 0;
    background-color: #f8f8f8;
}
.published {
    color: #55b22a !important;
    white-space: nowrap !important;
    background-color: #f6fbf4 !important;
}
.approved {
    color: #55b22a !important;
    white-space: nowrap !important;
    background-color: #f6fbf4 !important;
}
.draft {
    color: #9747ff !important;
    background-color: #faf6ff !important;
    white-space: nowrap !important;
}
.archived {
    color: #F4A100 !important;
    background-color: #FEFAF2 !important;
    white-space: nowrap !important;
}
.pending {
    color: #f4a100 !important;
    white-space: nowrap !important;
    background-color: #fefaf2 !important;
}
.expired {
    color: #eb5757 !important;
    background-color: #fef6f6 !important;
    white-space: nowrap !important;
}
.blocked {
    color: #EB5757 !important;
    background-color: #FEF6F6 !important;
    white-space: nowrap !important;
}
.rejected {
    color: #EB5757 !important;
    background-color: #FEF6F6 !important;
    white-space: nowrap !important;
}
.expired-only {
    color: #eb5757 !important;
    background-color: #ffffff !important;
    white-space: nowrap !important;
}
.red-blood {
    color: #eb5757 !important;
    font-size: 12px !important;
    line-height: 22px !important;
}
.label-font-sm {
    font-size: 12px !important;
    line-height: 22px !important;
    color: #666666 !important;
    font-weight: 400 !important;
}
.global-contents {
    width: 100%;
    overflow: hidden;
}
.status {
    font-family: "Source Sans Pro", sans-serif !important;
    padding: 5px 16px;
    background-color: #f6fbf4;
    border-radius: 12px;
    font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.07px;
    text-transform: capitalize;
    white-space: nowrap;
}
.ron-blue-btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.ron-blue-btn,
.ron-blue-btn:hover,
.ron-blue-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;
    white-space: nowrap;
    border: 1px solid #1e73ff;
    border-radius: 50px;
}
.decoration {
    text-decoration: none;
}
.margin-top-20 {
    margin-top: 20px;
}
.line-height-3 {
    line-height: 24px;
}
.sapce-nowrap {
    white-space: nowrap !important;
}
.break-spaces {
    white-space: break-spaces !important;
}
.space-normal {
    white-space: normal !important;
}
.word-keep-all {
    word-break: keep-all !important;
}
.minimum-height-100 {
    min-height: 100vh;
}
.overflow-x-hidden {
    overflow-x: hidden !important;
}
.grey-border-color {
    border-color: #ced4da !important;
}
.cell i,
.fa-sort {
    margin-left: 7px;
}
.table tr th {
    word-wrap: break-word !important;
    word-break: break-word !important;
    white-space: nowrap;
}
.table tr td {
    word-wrap: break-word !important;
    word-break: break-word !important;
    white-space: nowrap;
}
.not-found-data {
    text-align: center;
    padding: 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.generic-search-input-box,
.generic-search-input-box:hover,
.generic-search-input-box:focus {
    padding: 13px 13px 13px 40px !important;
    background-color: #ffffff;
    border: 1px solid #EAEAEA;
}
.search-bar-btn-box {
    padding: 12px 12px 11px 12px;
    background-color: #ffffff;
    border: 1px solid #EAEAEA;
}
.index-2000 {
    z-index: 2000 !important;
}
.w-20 {
    width: 20% !important;
}
.w-25 {
    width: 25% !important;
}
.w-30 {
    width: 30% !important;
}
.w-37 {
    width: 37% !important;
}
.max-w-300 {
    max-width: 300px !important;
}
.w-70 {
    width: 70% !important;
}
.w-80 {
    width: 80% !important;
}
.bg-gray {
    background-color: #f8f8f8 !important;
}
.bg-strong-gray {
    background-color: #f9f9f9 !important;
}
.pt-32 {
    padding-top: 32px !important;
}
.p-13 {
    padding: 13px !important;
}
.mt-32 {
    margin-top: 32px !important;
}
.gap-40 {
    gap: 40px !important;
}
.mt-24 {
    margin-top: 24px !important;
}
.mt-16 {
    margin-top: 16px !important;
}
.mb-24 {
    margin-bottom: 24px !important;
}
.small-heading {
    color:  #212121;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.06px;
}
.small-grey-heading {
    color:  #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.06px;
}
.global-generic-btn, .global-generic-btn:hover, .global-generic-btn:focus {
    background-color: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
}
.generic-btn, .generic-btn:hover, .generic-btn:focus {
    outline: 0;
    box-shadow: none;
}
.custom-arrow-back {
    font-size: 32px;
    font-weight: 700;
    color: #212121;
}
.border-b-grey {
    border-bottom: 1px solid #ededed;
}
.blue-signature-btn, .blue-signature-btn:hover, .blue-signature-btn:focus {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #ffffff;
    background-color: #1E73FF;
    border: 1px solid #1e73ff;
    padding: 10px 28px;
    border-radius: 50px;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;

}
.blue-sm-btn, .blue-sm-btn:hover, .blue-sm-btn:focus {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #ffffff;
    background-color: #1E73FF;
    border: 1px solid #1e73ff;
    padding: 5px 20px;
    border-radius: 50px;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    outline: 0;
    box-shadow: none;

}
.meta-content {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #666666;
}
.blue-signature-transperant-btn, .blue-signature-transperant-btn:hover, .blue-signature-transperant-btn:focus {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #1E73FF;
    background-color: transparent;
    padding: 10px 28px;
    border: 1px solid #1e73ff;
    border-radius: 50px;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
}
.generic-title {
    color: #212121;
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0.14px;
    margin-bottom: 0;
}
.content-small-title {
    color: #212121;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.14px;
    margin-bottom: 0;
}
.content-small-desc {
    color: #616161;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.14px;
    margin-bottom: 0;
}
.list-thumbnail {
    width: 52px;
    height: 52px;
    object-fit: cover;
}
.not-found {
    padding: 30px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #666666 !important;
    text-align: center;

}
.anti-mb-6 {
    margin-bottom: -6px;
}
.cursor-pointer {
    cursor: pointer !important;
}
.relative {
    position: relative !important;
}
.global-search-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    position: relative;
}
.global-search, .global-search:hover, .global-search:focus {
    border-radius: 26px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    outline: 0;
    box-shadow: none;
    padding: 13px 25px 13px 40px;
    position: relative;
}
.global-search-box::before {
    position: absolute;
    content: url(../images/search-blue.svg);
    left: 11px;
    z-index: 1;
    top: 13px;
}
.pagination {
    gap: 5px;
}
.gap-12 {
    gap: 12px !important;
}
.btn-edit-pen, .btn-edit-pen:hover, .btn-edit-pen:focus {
    text-decoration: none;
    padding: 8px 28px 8px 24px;
    background-color: #1e73ff;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 50px;
}
.reminder-heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
    color: #000000;
    margin-top: 24px;
}
.grand-title-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}
.grand-title-anchor, .grand-title-anchor:hover, .grand-title-anchor:focus {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #212121;
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0.14px;
    text-transform: capitalize;
    cursor: pointer;
}
.grand-title {
    color: #212121;
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0.14px;
    margin-bottom: 0;
}
.breadcrumb-item.bread-active {
    color: #1e73ff;
}
.breadcrumb-item {
    color: #B1B2B3;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.06px;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #1e73ff;
    margin-top: 1px;
}
.profile-letter {
    display: flex;
    Justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #ffffff;
    text-transform: capitalize;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000000;
}
.light-b-bottom {
    border-bottom: 1px solid rgba(70, 70, 70, 0.2) !important;
}
.user-profiles-generic-selection {
    border-bottom: 1px solid rgba(70, 70, 70, 0.2) !important;
    font-size: 14px !important;
    line-height: 24px !important;
    padding-left: 6px !important;
}
.user-profiles-generic-selection option {
    font-size: 14px !important;
    line-height: 24px !important;
}
.char-count {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px;
}
.layout-img {
    width: 155px;
    height: 150px;
    object-fit: cover;
}
.char-count-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
    letter-spacing: 0.08px;
}
.dark-underlined-anchor, .dark-underlined-anchor:hover, .dark-underlined-anchor:focus {
    text-decoration: underline;
    color: #212121;
}
.dark-plain-anchor, .dark-plain-anchor:hover, .dark-plain-anchor:focus {
    text-decoration: none;
    color: #212121;
}
/*============ Global common CSS end ============*/

/*============ Listicle dashboard content CSS start ============*/
.listicle-dashboard-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 38px 20px 20px 20px;
    background-color: #f8f8f8;
    gap: 20px;
}
.fixed-headline {
    position: fixed;
    top: 11%;
    width: 100%;
    background-color: #f8f8f8;
    z-index: 500;
}
.fixed-headline.fixed-newsletter-headline {
    top: 13%;
}
.listicle-dashboard-back-title {
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 46px 0 38px 0;
}
.p-pr-fixed {
    padding-right: 18% !important;
}
.newsletter-content-box {
    margin-top: 5%;
}
.listicle-dashboard-title h1 {
    color: #212121;
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0.14px;
    margin-bottom: 0;
}
.listicle-dashboard-title a,
.listicle-dashboard-title a:hover,
.listicle-dashboard-title a: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;
}
.listicle-back-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    position: relative;
    text-decoration: none;
    color: #212121;
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0.14px;
    margin-bottom: 0;
    margin-left: 33px;
}
.listicle-back-title:hover,
.listicle-back-title:focus {
    color: #212121;
}
.listicle-back-title::before {
    position: absolute;
    content: url(../images/arrow-back.svg);
    top: 2px;
    left: -38px;
    margin-right: 8px;
}
/*============ Listicle dashboard content CSS end ============*/

/*==================== All top button CSS start ====================*/
.btn-listicle {
    text-decoration: none;
    padding: 10px 28px;
    background-color: #1e73ff;
    color: #ffffff;
    font-size: 15px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 50px;
    border: 1px solid #1e73ff;
}
.btn-listicle:hover,
.btn-listicle:focus {
    color: #ffffff;
    border: 1px solid #1e73ff;
}
.btn-listicle-dropdown {
    padding: 8px 28px 8px 28px;
    background-color: #1e73ff;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    outline: 0;
    box-shadow: none;
    line-height: normal;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    border: 1px solid #1e73ff;
    border-right: 1px solid #ffffff;
}
.btn-listicle-dropdown:hover,
.btn-listicle-dropdown:focus {
    color: #ffffff;
    outline: 0;
    box-shadow: none;
    border: 1px solid #1e73ff;
    border-right: 1px solid #ffffff;
}
.central-btn-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding-right: 16px;
}
.btn-draft, .btn-draft:hover, .btn-draft:focus {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #1E73FF;
    background-color: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    padding: 10px 28px;
}
.save-as {
    font-size: 18px !important;
    line-height: 28px !important;
}
.wall {
    width: 1px;
    height: 20px;
    background-color: #EAEAEA;
}
.btn-preview, .btn-preview:hover, .btn-preview:focus {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #1E73FF;
    background-color: transparent;
    border: 1px solid #1E73FF;
    border-radius: 50px;
    padding: 10px 28px;
    outline: 0;
    box-shadow: none;
}
.btn-core-publish, .btn-core-publish:hover, .btn-core-publish:focus {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #ffffff;
    background-color: #1E73FF;
    border: 1px solid #1E73FF;
    border-radius: 50px;
    padding: 10px 28px;
    outline: 0;
    box-shadow: none;
}
/*============== Dropdown arrow CSS ================*/
.listicle-group-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.prev-next-btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.listicle-line {
    width: 1px;
    height: 40px;
    background-color: #eaeaea;
}
.listicle-status-group {
    display: flex;
    justify-content: center;
}
.maintain-menu-box {
    min-width: 200px;
    height: 100px;
    overflow-y: auto;
}
.listicle-list.manage-profile-table .table {
    overflow: visible;
}
.listicle-status-group .three-dots {
    display: inline-block;
    outline: 0;
    box-shadow: none;
    background-color: #1e73ff;
    padding: 0px 14px 8px 14px;
    border: 1px solid #1e73ff;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
}
.dropdown-white {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    background-color: transparent;
}
/*================= Three points CSS end ===============*/

/*==================== Listicle breadcrumb CSS start =================*/
.listicle-breadcrumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0 0 0;
}
.listicle-grey-title {
    color: #b1b2b3;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.06px;
}
.listicle-blue-title {
    color: #1e73ff;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.06px;
}
.listicle-blue-angle {
    padding: 0 10px;
    position: relative;
}
.listicle-blue-angle::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #1e73ff;
    border-right: 1px solid #1e73ff;
    transform: rotate(45deg);
    top: -3px;
    left: 6px;
}
/*==================== Listicle breadcrumb CSS end =================*/

/*============ Listicle dashboard list CSS start ============*/
.listicle-list .table {
    height: 100%;
    overflow: hidden;
}
.listicle-list .table .table-light tr th {
    font-size: 14px;
    color: #1e73ff;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.07px;
    text-align: left;
    background-color: #f4f8ff;
    padding: 24px;
    border-bottom-width: 0;
    white-space: nowrap;
}
.listicle-list .table .table-light tr th .up-down {
    margin-left: 12px;
}
.listicle-list .table .table-content tr td {
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 22px;
    text-align: left;
    letter-spacing: 0.07px;
    padding: 29px 24px;
    background: #ffffff;
    /* line-break: anywhere; */
    border-bottom: 2px solid rgba(177, 178, 179, 0.2);
}
.listicle-list.manage-profile-table .table .table-content tr td {
    white-space: nowrap;
}
.listicle-list .table .table-content tr td .three-dots {
    border: 0;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
}
.listicle-table-img {
    width: 56px;
    height: 56px;
    object-fit: cover;
}
.table-content .form-check-input:focus {
    box-shadow: none;
}
/*============ Listicle dashboard list CSS end ============*/

/*============= Listicle pagination CSS start ==============*/
.listicle-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0;
}
.listicle-pagination h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
    color: #464646;
    margin-bottom: 0;
}
.listicle-pagination .page-numbers {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.listicle-pagination .page-numbers span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
    color: #464646;
    margin-right: 20px;
}
.listicle-pagination .page-numbers .angle-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -6px;
}
.listicle-pagination .page-numbers .angle-group button {
    border: 0;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
}
.listicle-pagination .page-numbers .angle-group button .left-angle {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #666666;
    border-left: 2px solid #666666;
    transform: rotate(-45deg);
}
.listicle-pagination .page-numbers .angle-group button .right-angle {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
    transform: rotate(45deg);
}
/*============= Listicle pagination CSS end ==============*/

/*==================== All top button CSS end ====================*/

/*================= Three points CSS start ===============*/
.three-points,
.three-points:hover,
.three-points:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
    background-color: #ffffff;
}
.three-points-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 7rem;
}
.three-points-menu li {
    border-bottom: 1px solid rgba(177, 178, 179, 0.2);
}
.three-points-menu li:last-child {
    border-bottom: 0;
}
.three-points-menu li:hover,
.three-points-menu li:focus {
    background-color: #f4f8ff;
    color: #1e73ff;
}
.three-points-menu li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    line-height: 22px;
    letter-spacing: 0.07px;
    background-color: transparent;
    padding: 6px 15px;
    border: 0;
    outline: 0;
    box-shadow: none;
    text-align: center;
    cursor: pointer;
}
.three-points-menu li a:hover,
.three-points-menu li a:focus {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
    background-color: #f4f8ff;
    color: #1e73ff;
    border: 0;
    outline: 0;
    box-shadow: none;
    text-align: center;
    cursor: pointer;
}
/*================= Three points CSS end ===============*/

/*============= Three dots tooltip menu CSS start ================*/
.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    z-index: auto;
    cursor: pointer;
}
.three-dots,
.three-dots:hover,
.three-dots:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
    background-color: #ffffff;
}
.three-dots.tooltip .tooltiptext {
    width: 120px;
    background-color: #ffffff;
    border: 1px solid rgba(177, 178, 179, 0.2);
    box-shadow: 16px 6px 71px 6px rgba(177, 178, 179, 0.2);
    text-align: center;
    border-radius: 6px;
    padding: 0;
    position: absolute;
    z-index: 1;
    top: 130%;
    left: 50%;
    margin-left: -60px;
}
.three-dots.tooltip.user-profiles-menu-box .tooltiptext {
    left: -100px;
}
.three-dots.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #d3e4ff transparent;
}
.three-dots .tooltiptext ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tooltiptext {
    display: none;
}
.three-dots .tooltiptext.active {
    display: block;
}
.three-dots .tooltiptext ul li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(177, 178, 179, 0.2);
}
.three-dots .tooltiptext ul li:hover,
.three-dots .tooltiptext ul li:focus {
    background-color: #f4f8ff;
    color: #1e73ff;
}
.three-dots .tooltiptext ul li:last-child {
    border-bottom: 0;
}
.three-dots .tooltiptext ul li a,
.three-dots .tooltiptext ul li button {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    line-height: 22px;
    letter-spacing: 0.07px;
    background-color: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
}
/*============= Three dots tooltip menu CSS end ================*/

/*============== Listicle tab CSS start ===============*/
.listicle-tabs .nav-pills {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #ffffff;
    padding: 24px 24px 0 24px;
    border-bottom: 1px solid #ededed;
}
.listicle-tabs .nav-pills li button {
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 0 7px 0;
    border-bottom: 4px solid transparent;
    letter-spacing: 0.07px;
}
.listicle-tabs .nav-pills li button:focus,
.listicle-tabs .nav-pills .nav-link.active {
    color: #1e73ff;
    background-color: transparent;
    border-bottom: 4px solid #1e73ff;
    border-radius: 4px;
}
/*============== Listicle tab CSS end ===============*/

/*============== Listicle searchbox CSS start ===============*/
.listicle-searchbox {
    background-color: #ffffff;
    padding: 16px 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
.listicle-search {
    width: 70%;
}
.listicle-searchbox .form-control {
    padding: 13px;
    color: #212121;
    border: 1px solid rgba(70, 70, 70, 0.2);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
}
.listicle-searchbox .form-control:hover,
.listicle-searchbox .form-control:focus {
    outline: 0;
    box-shadow: none;
}
.listicle-searchbox .form-control::placeholder {
    color: rgba(70, 70, 70, 0.4);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
}
.listicle-searchbox .input-group-text {
    background-color: #ffffff;
    padding: 12px 12px 11px 12px;
    border: 1px solid rgba(70, 70, 70, 0.2);
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.show-btn {
    width: 30%;
}
.show-btn button {
    display: inline-block;
    color: #1e73ff;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 24px 10px 44px;
    letter-spacing: 0.5px;
    border: 1px solid #1e73ff;
    border-radius: 50px;
    background-color: #ffffff;
    position: relative;
}
.show-btn button::before {
    position: absolute;
    content: url(../images/show.svg);
    top: 10px;
    left: 20px;
    margin-right: 8px;
}
/*============== Listicle searchbox CSS end ===============*/

/*=============== Listicle modal CSS start ================*/
.listicle-modal-dialog {
    max-width: 567px;
}
.listicle-modal .modal-header {
    padding: 28px 24px 16px 24px;
    border-bottom: 0;
}
.listicle-modal .custom-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 24px 16px 24px;
    border-bottom: 0;
}
.listicle-modal-title {
    color: #464646;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
}
.listicle-modal .btn-close {
    background: transparent url(../images/close-cross.svg) center/1.5em auto
        no-repeat;
    width: 24;
    height: 24;
    border: 0;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
    color: #1e73ff;
}
.listicle-modal .btn-close:focus {
    width: 24;
    height: 24;
    outline: 0;
    border: 0;
    box-shadow: none;
    color: #1e73ff;
}
.listicle-modal .modal-body {
    padding: 0 24px 33px 24px;
}
.listicle-modal .custom-modal-body {
    padding: 0 24px 33px 24px;
}
.listicle-card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #eaeaea;
    border-radius: 0;
    margin-top: 16px;
}
.listicle-card .listicle-card-img img {
    width: 107px;
    height: 124px;
}
.listicle-card-content {
    padding: 8px 16px;
    border-right: 1px solid #eaeaea;
}
.listicle-card-title {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.07px;
    margin-bottom: 0;
}
.listicle-card-desc {
    margin-top: 8px;
    margin-bottom: 0;
    color: rgba(44, 44, 44, 0.8);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.06px;
}
.listicle-card-date {
    color: #b1b2b3;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.06px;
    margin-top: 8px;
    margin-bottom: 0;
}
.listicle-card-cancel {
    padding: 0 16px;
}
.listicle-card-cancel button,
.listicle-card-cancel button:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
}
/*=============== Listicle modal CSS end ================*/

/*============= Listicle search modal start ===============*/
.listicle-search-modal-dialog {
    min-height: 318px;
    top: 25%;
}
.listicle-search-modal-content {
    box-shadow: 0px 12px 26px 0px rgba(16, 30, 115, 0.06);
    border: 0;
}
.listicle-search-modal {
    left: -88px;
}
.listicle-search-modal-title {
    color: #464646;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.07px;
}
.listicle-filter-label {
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.06px;
    margin-bottom: 5px;
}
.listicle-modal .modal-footer {
    border: 0;
    padding: 31px 24px 20px 24px;
    gap: 16px;
}
.listicle-modal .custom-modal-footer {
    border: 0;
    padding: 31px 24px 20px 24px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}
.btn-clear-all,
.btn-clear-all:hover,
.btn-clear-all:focus {
    color: #1e73ff;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #1e73ff;
    padding: 10px 28px;
    background-color: #ffffff;
    letter-spacing: 0.5px;
    line-height: normal;
    border-radius: 50px;
    outline: 0;
    box-shadow: none;
    margin: 0;
}
.btn-filter-submit,
.btn-filter-submit:hover,
.btn-filter-submit:focus {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #1e73ff;
    padding: 10px 28px;
    background-color: #1e73ff;
    letter-spacing: 0.5px;
    line-height: normal;
    border-radius: 50px;
    outline: 0;
    box-shadow: none;
    margin: 0;
}
/*============= Listicle search modal end ===============*/

/*=========== Custom preview modal CSS start ==============*/
.custom-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}
.custom-modal-dialog {
    margin: 1.75rem auto;
}
.custom-modal-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: calc(100% - 3.5rem);
}
.custom-modal-box {
    background-color: #ffffff;
    border-radius: 4px;
    width: 100%;
}
.form-full {
    width: 100%;
    border: 0;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #212121;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
    color: #212121;
}
.form-full::placeholder {
    color: #b1b2b3;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
}
/*=========== Custom preview modal CSS end ==============*/

/*================ Custom dropdown CSS start =============*/
.listicle-search-card {
    margin-top: 16px;
}
.t-dropdown-block {
    width: 100%;
    height: 28px;
    margin: 0 auto 24px auto;
    position: relative;
}
.t-dropdown-list {
    display: none;
    background-color: #fff;
    border: 0;
    z-index: 10;
    box-shadow: 0px 12px 26px 0px rgb(0 0 0 / 10%);
    list-style: none;
    margin: 0;
    padding: 0;
    height: 150px;
    overflow: auto;
    position: absolute;
    margin-top: 10px;
    width: 100%;
}
.t-dropdown-item {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
    padding: 5px 20px;
    margin: 0;
    cursor: pointer;
}
.t-dropdown-item:hover {
    background-color: #1e73ff;
    color: #ffffff;
}
.t-dropdown-select {
    border: 0;
    border-bottom: 1px solid #212121;
    border-radius: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    box-sizing: content-box;
    padding-bottom: 5px;
}
.t-dropdown-input {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
    border: 0;
    height: 100%;
    width: 100% !important;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}
.t-dropdown-input::placeholder {
    color: #b1b2b3;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
}
.t-select-btn {
    background-image: url(../images/down-arrow.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
}
/*================ Custom dropdown CSS end =============*/

/*============== Listicle General CSS start ===============*/
.listicle-general {
    padding: 68px 32px 40px 32px;
    background-color: #ffffff;
}
.listicle-general-form {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.listicle-general-form .listicle-search-card {
    margin-top: 0;
}
.listicle-form-title {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.08px;
    margin-bottom: 0;
}
.listicle-filter-label.info-icon {
    display: inline-block;
}
.info-icon {
    position: relative;
}
.info-icon::after {
    position: absolute;
    content: url(../images/info.svg);
    top: 2px;
    right: -18px;
}
.promobox-area .info-icon::after {
    top: 0;
}
.custom-material-symbols-outlined {
    font-size: 16px !important;
    color: #1E73FF;
    margin-left: 4px;
    margin-top: 10px;
}
.listicle-category-group {
    display: flex;
    gap: 24px;
}
.listicle-category-group .listicle-search-card {
    width: 50%;
}
/*============== Listicle General CSS end ===============*/

/*============== Listicle NL layout CSS start ==============*/
.alignment-layout {
    margin-top: 32px;
}
.listicle-layout-title {
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
    margin-bottom: 0;
}
.alignment-layout-box {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 24px;
}
.alignment-selection-box .form-check .form-check-input:checked {
    outline: 0;
    box-shadow: none;
}
.alignment-selection-box .form-check .form-check-label {
    display: flex;
    gap: 16px;
}
.alignment-label {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
}
/*============== Listicle NL layout CSS end ==============*/

/*============== Publish date CSS start ================*/
.listicle-publish-date {
    margin-top: 24px;
    padding: 34px 32px 40px 32px;
    background-color: #ffffff;
}
/*============== Publish date CSS end ================*/

/*============== Title field CSS start ================*/
.listicle-title-field-box .form-control::placeholder {
    color: #b1b2b3;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
}
.listicle-title-field-box .form-control,
.listicle-title-field-box .form-control:hover,
.listicle-title-field-box .form-control:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
    padding: 3px 0 10px 0;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid #000000;
    border-radius: 0;
}
.add-file {
    position: relative;
}
.add-file input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
/*============== Title field CSS end ================*/

/*============= Listicle title image CSS start ============*/
.listicle-title-image-layout {
    display: flex;
    gap: 32px;
}
.listicle-title-image-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
}
/*============= Listicle title image CSS end ============*/

/*=============== Newsletter confirmation CSS start ==================*/
.newsletter-confirmation {
    display: flex;
    gap: 40px;
}
.signature-img {
    width: 140px;
    height: 75px;
    object-fit: contain;
}
/*=============== Newsletter confirmation CSS end ==================*/

/*============ Listicle selected post box CSS start ===========*/
.listicle-post-box {
    display: flex;
    gap: 32px;
    padding: 24px;
    border: 1px solid #ededed;
    border-radius: 0;
    /* cursor: grab; */
}
.drag-post {
    width: 10%;
    display: none;
}
.drag-post-card {
    width: 90%;
}
.drag-title {
    color: #212121;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.09px;
    margin-top: 8px;
    margin-bottom: 0;
}
.drag-sub-title {
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.06px;
    margin-top: 16px;
    margin-bottom: 0;
}
.drag-desc {
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
    margin-top: 12px;
    margin-bottom: 0;
}
.post-remove {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 23px;
    border: 0;
    outline: 0;
    box-shadow: none;
    background-color: #ffffff;
    border-left: 1px solid #ededed;
    width: 10%;
}
.post-remove:hover,
.post-remove:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
    background-color: #ffffff;
    border-left: 1px solid #ededed;
}
.remove-bar {
    border-left: 1px solid #EDEDED !important;
}
.delete-bar {
    padding-left: 12px;
    border-left: 1px solid #eaeaea;
}
.remove-text {
    color: #eb5757;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.08px;
    margin-top: 4px;
}
/*============ Listicle selected post box CSS end ===========*/

/*================== Listicle preview CSS start ====================*/
.listicle-preview-container {
    max-width: 992px;
    background-color: #ffffff;
    padding: 32px;
    margin: auto;
}
.listicle-preview-sm-container {
    max-width: 610px;
    padding: 0;
    margin: auto;
}
.listicle-preview-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.listicle-preview-banner img {
    width: 100%;
    max-height: 522px;
    object-fit: cover;
    object-position: center;
}
.responsive-ron-img {
    width: 100%;
    height: auto;
}
.preview-maps {
    margin-top: 32px;
}
.preview-maps iframe {
    border-radius: 4px;
}
.image-source {
    margin-top: 8px;
}
.image-source span {
    color: #2c2c2c;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.06px;
    display: inline-block;
}
.image-source a,
.image-source a:hover,
.image-source a:focus {
    text-decoration: none;
    color: #0f0f0f;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.06px;
    text-decoration: underline;
    display: inline-block;
}
.image-source-desc {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
    margin-top: 8px;
    margin-bottom: 0;
}
.listicle-preview-subtitle-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}
.listicle-preview-subtitle {
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.06px;
    position: relative;
}
.listicle-preview-subtitle-box span:last-child::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    border: 0;
    border-radius: 50%;
    background-color: #d9d9d9;
    top: 8px;
    left: -7px;
}
.listicle-preview-title {
    color: #000000;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0.24px;
    margin-bottom: 0;
}
.listicle-preview-desc {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
    margin-top: 16px;
    margin-bottom: 24px;
}
.listicle-preview-card {
    margin-top: 16px;
    padding-bottom: 16px;
}
.listicle-preview-card-edit-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}
.listicle-edit-btn button,
.listicle-edit-btn button:hover,
.listicle-edit-btn button:focus {
    color: #1e73ff;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.08px;
    background-color: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    position: relative;
    cursor: pointer;
}
.listicle-edit-btn button::before {
    position: absolute;
    content: url(../images/edit-square.svg);
    top: 4px;
    left: -13px;
}
.listicle-preview-modal .modal-body .form-control {
    border-bottom: 0;
}
.listicle-preview-modal .modal-footer {
    padding: 31px 0 20px 0;
    margin: 0 24px;
    border-top: 1px solid #ededed;
}
.listicle-preview-card-title {
    color: #212121;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.09px;
    margin-bottom: 0;
}
.listicle-preview-card-subtitle {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
    margin-top: 14px;
    margin-bottom: 0;
    text-align: justify;
}
.listicle-view-btn,
.listicle-view-btn:hover,
.listicle-view-btn:focus {
    display: block;
    text-align: left;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.07px;
    text-transform: capitalize;
    margin-top: 13px;
    position: relative;
    margin-right: 30px;
}
.listicle-view-btn::after {
    position: absolute;
    content: url(../images/straight-arrow.svg);
    top: 1px;
    margin-left: 4px;
}
/*================== Listicle preview CSS end ====================*/

/*============ City writer list CSS start ============*/
.city-list .table {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(177, 178, 179, 0.2);
    border-radius: 0;
}
.city-list .table .table-light tr th {
    font-size: 14px;
    color: #1e73ff;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.07px;
    text-align: left;
    background-color: #ffffff;
    padding: 15px 24px;
    border-bottom-width: 0;
    white-space: nowrap;
}
.city-list .table .table-light tr th:last-child {
    text-align: left;
}
.city-list .table .table-light tr th .up-down {
    margin-left: 12px;
}
.city-list .table .table-content tr td {
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    line-height: 22px;
    text-align: left;
    letter-spacing: 0.07px;
    padding: 15px 24px;
    background: #ffffff;
    border-top: 1px solid rgba(177, 178, 179, 0.2);
    border-bottom: 1px solid rgba(177, 178, 179, 0.2);
}
.city-list .table .table-content tr td:last-child {
    text-align: left;
}
.city-list .table .table-content tr td .three-dots {
    border: 0;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
}
.table-content .form-check-input:focus {
    box-shadow: none;
}
/*============ City writer list CSS end ============*/

/*=================== City writer CSS start ===============*/
.city-dashboard-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 38px 0;
}
.city-dashboard-title h1 {
    color: #212121;
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0.14px;
    margin-bottom: 0;
}
.help-icon {
    color: #1e73ff;
    font-size: 18px !important;
    margin-right: 8px;
    margin-top: 2px;
}
.support-btn,
.support-btn:hover,
.support-btn:focus {
    text-decoration: none;
    padding: 10px 32px;
    background-color: transparent;
    color: #1e73ff;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.08px;
    border: 1px solid #1e73ff;
    border-radius: 50px;
    text-transform: capitalize;
    text-align: center;
}
.welcome-box {
    padding: 16px 24px;
    border-radius: 8px;
    background-color: #212121;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    gap: 16px;
}
.welcome-text {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.1px;
    margin-bottom: 0;
}
.welcome-name {
    color: #ffffff;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0.14px;
    text-transform: capitalize;
    word-wrap: break-word;
    word-break: break-word;
}
.member-count {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
.member-circle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.member-text {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
}
.circle-picture {
    width: 44px;
    height: 44px;
    border: 2px solid #ffffff;
    border-radius: 44px;
    display: inline-block;
}
.circle-number,
.circle-number:hover,
.circle-number:focus {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 2px solid #ffffff;
    border-radius: 44px;
    width: 44px;
    height: 44px;
    background-color: #000000;
    color: #ffffff;
    letter-spacing: 0.063px;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    margin-left: -15px;
}
.member-circle img:not(:first-child) {
    margin-left: -15px;
}
/*=================== City writer CSS end ===============*/

/*============== City box CSS start =============*/
.city-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}
.news-box {
    padding: 24px;
    background-color: #ffffff;
    border-radius: 8px;
    width: 80%;
}
.news-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
}
.newsbox-title-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.newsbox-title {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.09px;
    margin-bottom: 0;
    display: inline-block;
}
.newsbox-desc {
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.06px;
    margin-top: 2px;
    margin-bottom: 0;
}
.info-tooltip-btn, .info-tooltip-btn:hover, .info-tooltip-btn:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
    display: inline-block;
    padding: 0;
}
.borderless-btn,
.borderless-btn:hover,
.borderless-btn:focus {
    text-decoration: none;
    color: #1e73ff;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    position: relative;
    margin-right: 32px;
}
.borderless-btn::after {
    position: absolute;
    content: url(../images/arrow-right-alt.svg);
    top: 1px;
    right: -32px;
}
.side-box {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
    width: 20%;
}
.thanks-box {
    padding: 24px;
    background-color: #ffffff;
    border-radius: 8px;
    text-align: center;
}
.faq-box {
    background-color: #ffffff;
    border-radius: 8px;
    text-align: center;
    width: 100%;
}
.faq-contents {
    padding: 8px 16px 16px 16px;
}
.trending-flat-arrow {
    font-size: 20px !important;
    margin-left: 8px;
    color: #1E73FF;
}
.promobox-area {
    padding: 24px;
    border-radius: 8px;
    background-color: #ffffff;
}
.promobox {
    text-align: left;
}
.side-title {
    color: #212121;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0.14px;
    margin-top: 12px;
    margin-bottom: 0;
}
.side-secondary-title {
    color: #212121;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
}
.side-third-title {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.09px;
    margin-bottom: 0;
}
.side-desc {
    color: #666666;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.07px;
    margin-top: 8px;
    margin-bottom: 0;
}
.side-image {
    width: 100%;
    height: 150px;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-fit: cover;
}
.star {
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.08px;
    text-transform: capitalize;
}
.ron-trans-btn,
.ron-trans-btn:hover,
.ron-trans-btn:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    padding: 9px 32px;
    background-color: transparent;
    color: #1e73ff;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.08px;
    border: 1px solid #1e73ff;
    border-radius: 50px;
    text-transform: capitalize;
    position: relative;
    margin-right: 32px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 24px;
}
.city-btn, .city-btn:hover, .city-btn:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    padding: 9px 32px;
    background-color: transparent;
    color: #1e73ff;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.075px;
    border: 1px solid #1e73ff;
    border-radius: 50px;
    text-transform: capitalize;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 24px;
}
.grey-bar {
    margin: 16px 0;
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
}
.italic-quote {
    color: #000000;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.07px;
    margin-bottom: 0;
}
.italic-signature {
    color: #000;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.07px;
    margin-top: 5px;
    margin-bottom: 120px;
}
.promo-modal-dialog {
    max-width: 700px;
}
.italic-promo-text {
    opacity: 0.8;
    color: #212121;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
    margin-bottom: 0;
}
.italic-promo-signature {
    display: block;
    opacity: 0.8;
    color: #212121;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.08px;
    margin-top: 5px;
}
.large-space-bottom {
    margin-bottom: 207px;
}
.faq-modal-dialog {
    max-width: 500px;
}
.modal-small-text {
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
    margin-bottom: 8px;
    text-align: left;
}
.email-text {
    color: #1e73ff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
    text-decoration: underline;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/*============== City box CSS end =============*/

/*============= Comment box CSS start ==============*/
.react-box {
    margin-top: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}
.react-detail {
    text-decoration: none;
    display: inline-block;
    gap: 3px;
}
/*============= Comment box CSS end ==============*/

/*================ Owl carousel CSS start ==============*/
.ron-card-carousel {
    position: relative;
}
.owl-carousel {
    z-index: 0;
}
.owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.owl-nav button {
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-nav button span {
    font-size: 20px;
    color: #ffffff;
    padding: 4px 16px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 51%;
}
.owl-nav .owl-prev span::after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    position: absolute;
    border-left: 2px solid #1e73ff;
    border-bottom: 2px solid #1e73ff;
    top: 15px;
    right: 14px;
    transform: rotate(45deg);
}
.owl-nav .owl-next span::after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    position: absolute;
    border-right: 2px solid #1e73ff;
    border-bottom: 2px solid #1e73ff;
    top: 15px;
    right: 16px;
    transform: rotate(-45deg);
}
.owl-item .dropdown-menu.three-points-menu {
    inset: 0px auto auto -110px !important;
}
.owl-carousel .owl-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: 16px;
}
.owl-carousel button.owl-dot {
    display: block !important;
    width: 9px !important;
    height: 9px !important;
    border-radius: 100% !important;
    background-color: #EAEAEA !important;
}
.owl-carousel button.owl-dot.active {
    background-color: #1E73FF !important;
}
/*================ Owl carousel CSS end ==============*/

/*============ Card component CSS start ===============*/
.info-tooltip,
.info-tooltip:hover,
.info-tooltip:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
    background-color: #ffffff;
}
.card-component {
    border: 1px solid #eaeaea;
    border-radius: 0;
    background: #ffffff;
    position: relative;
}
.card-component-image {
    display: block;
    width: 257px;
    height: 170px;
    object-fit: cover;
}
.card-component-cat-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    position: absolute;
    top: 13px;
    left: 13px;
}
.card-component-cat-text {
    border: 0;
    outline: 0;
    color: #1e73ff;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.06px;
    padding: 3px 10px;
    border-radius: 4px;
    background-color: #f4f8ff;
}
.card-component-content {
    padding: 16px;
}
.card-component-author {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 9px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f4f8ff;
}
.card-author-img {
    display: inline-block !important;
    width: 32px !important;
    height: 32px;
    border-radius: 50%;
}
.card-lg-text {
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.07px;
    margin-bottom: 3px;
}
.card-component-role {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}
.card-sm-text {
    color: #9e9e9e;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.06px;
}
.card-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #eaeaea;
}
.card-component-heading {
    text-decoration: none;
    color: #212121;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.09px;
    transition: 0.2s all ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 8px;
}
.card-component-heading:hover,
.card-component-heading:focus {
    color: #1e73ff;
}
.card-component-desc {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.07px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    min-height: 45px;
}
/* .card-component-content.card-details-component-content p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.07px;
    margin-bottom: 0;
} */
/*============ Card component CSS end ===============*/

/*================ FAQ CSS start ================*/
.FAQ-box-group {
    padding: 24px;
    background-color: #ffffff;
    border-radius: 8px;
    width: 100%;
}
.bottom-bar {
    padding-bottom: 16px;
    border-bottom: 1px solid #eaeaea;
}
.FAQ-contents {
    padding-top: 16px;
}
.FAQ-contents ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
/*================ FAQ CSS end ================*/

/*============== Old Action menu CSS start =================*/
.dropbtn {
    cursor: pointer;
}
.dropdown-content {
    position: absolute;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 8px;
    top: 25px;
    right: 23px;
}
.dropdown-content a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    line-height: 22px;
    letter-spacing: 0.07px;
    background-color: transparent;
}
.dropdown-content a:hover,
.dropdown-content a:focus {
    background-color: #f4f8ff;
    color: #1e73ff;
}
/*============== Old Action menu CSS end =================*/

/*=============== Comics CSS start =============*/
.cell a i,
.cell i,
.comics-table .row-bg th a i {
    margin-left: 7px;
}
.comic-image .file-amount {
    border-left: 0;
}
.comic-info-tooltip,
.comic-info-tooltip:hover,
.comic-info-tooltip:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
    background-color: #ffffff;
    padding: 0;
}
.generic-input-field,
.generic-input-field:hover,
.generic-input-field:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
    padding: 3px 0 10px 0;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid #000000;
    border-radius: 0;
}
.comic-info-tooltip img {
    margin-bottom: 3px;
}
.browse-btn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.5px;
    border: 1px solid #1e73ff;
    padding: 10px 28px;
    border-radius: 0;
    display: inline-block;
    background-color: #1e73ff;
}
/*=============== Comics CSS end =============*/

/*=========== JQuery UI Datepicker CSS start ============*/
.ron-calendar,
.ron-calendar:hover,
.ron-calendar:focus {
    position: relative;
    width: 100%;
    padding: 0 20px 5px 0;
    border: 0;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #212121;
    z-index: 1;
}
.ron-calendar::placeholder {
    color: #b1b2b3;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
}
.ron-calendar::after {
    position: absolute;
    content: url(../images/calendar.svg);
    top: 0;
    right: 0;
    z-index: -1;
}
.ui-datepicker {
    width: 375px;
}
.ui-widget-content {
    box-shadow: none;
    border: 1px solid #e6e6e6 !important;
    padding: 28px;
    background-color: #f9f9fa;
    border-radius: 8px;
    margin-top: 5px;
}
.ui-datepicker-header {
    background-color: #f9f9fa;
    background-image: none;
    color: #1e73ff;
    border: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background-color: #f9f9fa;
    border: none;
    cursor: pointer;
}
.ui-datepicker-prev span {
    background-image: url(../images/previous.png) !important;
    background-position: 0px 0px !important;
}
.ui-datepicker-next span {
    background-image: url(../images/next.png) !important;
    background-position: 0px 0px !important;
}
.ui-datepicker .ui-datepicker-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -0.3px;
    text-transform: capitalize;
    color: #1e73ff;
}
.ui-datepicker th {
    background-color: #f9f9fa;
    color: #b1b2b3;
    font-weight: 400;
}
.ui-datepicker-calendar tbody {
    background-color: #f9f9fa;
    color: #c0a699;
}
.ui-datepicker td {
    background-color: #f9f9fa;
    border-top: none;
    border-right: none;
}
.ui-datepicker td a {
    border: 1px solid #b1b2b3 !important;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    background-color: #f9f9fa !important;
}
.ui-datepicker td a:hover {
    background-color: #1e73ff !important;
    border-color: #1e73ff !important;
    color: #ffffff;
}
.ui-datepicker td a:focus {
    background-color: #1e73ff !important;
    border-color: #1e73ff !important;
}
.ui-state-default.ui-state-active {
    background-color: #1e73ff !important;
}
/*=========== JQuery UI Datepicker CSS end ============*/

/*=============== Dropdown scrollbar CSS start ==============*/
/*======= width =======*/
.t-dropdown-list::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* Track */
.t-dropdown-list::-webkit-scrollbar-track {
    border-radius: 10px;
}
/*====== Handle =======*/
.t-dropdown-list::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    border-radius: 10px;
}
/*======= Handle on hover =======*/
.t-dropdown-list::-webkit-scrollbar-thumb:hover {
    background: #dddddd;
}
/*=============== Dropdown scrollbar CSS end ==============*/

/*=============== Tooltip menu box Scrollbar CSS start ==============*/
/*======= width =======*/
.tooltiptext::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* Track */
.tooltiptext::-webkit-scrollbar-track {
    border-radius: 10px;
}
/*====== Handle =======*/
.tooltiptext::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    border-radius: 10px;
}
/*======= Handle on hover =======*/
.tooltiptext::-webkit-scrollbar-thumb:hover {
    background: #dddddd;
}
/*=============== Tooltip menu box Scrollbar end ==============*/

/*=============== Post widgets Scrollbar CSS start ==============*/
/*======= width =======*/
.post-widgets::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* Track */
.post-widgets::-webkit-scrollbar-track {
    border-radius: 10px;
}
/*====== Handle =======*/
.post-widgets::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    border-radius: 10px;
}
/*======= Handle on hover =======*/
.post-widgets::-webkit-scrollbar-thumb:hover {
    background: #dddddd;
}
/*=============== Post widgets scrollbar CSS end ==============*/

/*=============== Modal body scrollbar CSS start ==============*/
/*======= width =======*/
.modal-body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* Track */
.modal-body::-webkit-scrollbar-track {
    border-radius: 10px;
}
/*====== Handle =======*/
.modal-body::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    border-radius: 10px;
}
/*======= Handle on hover =======*/
.modal-body::-webkit-scrollbar-thumb:hover {
    background: #dddddd;
}
/*=============== Modal body scrollbar CSS end ==============*/

/*=============== Table scrollbar CSS start ==============*/
/*======= width =======*/
.table-responsive::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* Track */
.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
}
/*====== Handle =======*/
.table-responsive::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    border-radius: 10px;
}
/*======= Handle on hover =======*/
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #dddddd;
}
/*=============== Table scrollbar CSS start ==============*/

/*=============== Select2 scrollbar CSS start ==============*/
/*======= width =======*/
.select2-results__options::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* Track */
.select2-results__options::-webkit-scrollbar-track {
    border-radius: 10px;
}
/*====== Handle =======*/
.select2-results__options::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    border-radius: 10px;
}
/*======= Handle on hover =======*/
.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #dddddd;
}
/*=============== Select2 scrollbar CSS start ==============*/

/*=================== Select2 CSS for glabal =================*/
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    vertical-align: unset;
    background-color: #eff4fd;
    border: 1px solid #eff4fd;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__display {
    color: #1e73ff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:focus {
    border-right: 1px solid #eff4fd;
    color: #1e73ff;
    background-color: #eff4fd;
    font-size: 15px;
    font-weight: 400;
}
.select2-container .select2-selection--single{
    height: 35px;
    padding: 0px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212121 !important;
    font-size: 400 !important;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    border: none;
    border-bottom: 1px solid #212121;
    width: 100%;
    padding: 4px;
    outline: none;
    border-radius: 0;
    background: #ffffff;
  }
  .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 0px;
        border-radius: 0px;
    }
 .select2-container--default .select2-selection--single {
   background-color: #fff;
   border: 0;
   border-bottom: 1px solid #fff !important;
   border-radius: 0;
 }
 .select2-container--default .select2-results__option--selected {
    background-color: #eaeaea;
 }
 .select2-container .select2-selection--multiple {
    min-height: 45px !important;
 }
 .select2-container--default.select2-container--focus .select2-selection--multiple {
   min-height: 45px !important;
   height: auto !important;
 }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #1e73ff transparent transparent transparent;
  }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #1e73ff transparent;
  }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    display: none;
  }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #1e73ff;
  }

/*=============== Generic Modal CSS start =================*/
.modal-body p,
.modal-body .top-box h4,
.post_parent_div h4,
.post_parent_div p {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
/*=============== Generic Modal CSS end =================*/

/*=============== Post on newsletter CSS start ===============*/
.cell .accordion-button,
.cell .accordion-button:hover,
.cell .accordion-button:focus,
.cell .accordion-button:not(.collapsed) {
    background-color: #ffffff;
    border: 0;
    outline: 0;
    box-shadow: none;
}
.cell .accordion-button::after,
.cell .accordion-button:not(.collapsed)::after {
    background-image: url(../images/blue-arrow-down.svg);
    transform: rotate(0deg);
    margin-top: 3px;
}
.category-wrapper ul {
    list-style: none;
    padding-left: 0;
}
.category-wrapper ul li {
    margin-right: 0;
    margin-bottom: 0;
}
.category-wrapper ul li a,
.category-wrapper ul li a:hover,
.category-wrapper ul li a:focus {
    color: #212121;
}
.tag-btn-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.btn-tag {
    text-decoration: none;
    font-size: 12px;
    color: #1e73ff;
    display: inline-block;
    padding: 5px 12px;
    white-space: nowrap;
    border: 1px solid #1e73ff;
    border-radius: 100px;
    transition: 0.3s all ease-in-out;
    text-transform: capitalize;
}
.btn-tag:hover,
.btn-tag:focus {
    background-color: #1e73ff;
    color: #fff;
}
/*=============== Post on newsletter CSS end ===============*/

/*================= tags component CSS start ==================*/
.post-tags-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    margin: 20px 0 16px 0;
}
.tag-btn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.tag-text {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
    white-space: nowrap;
}
.btn-tag-item, .btn-tag-item:hover, .btn-tag-item:focus {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.08px;
    padding: 4px 12px;
    background-color: #F2F2F2;
    color: #212121;
    border: 0;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
}
/*================= tags component CSS end ==================*/

/*================ Bootstrap datepicker CSS ===================*/
/*=========== Bootstrap Datepicker CSS start ==============*/
.datepicker-inline {
    width: 100%;
}
.datepicker-dropdown {
    width: 300px;
    padding: 0;
    border: 0;
}
.datepicker-dropdown::after,
.datepicker-dropdown::before {
    display: none;
}
.datepicker-days .table-condensed {
    max-width: 452px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    padding: 10px;
    border-collapse: separate;
}
.datepicker table tr th {
    font-family: "Roboto", sans-serif;
    width: 30px;
    height: 40px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    line-height: 0.4px;
    color: #b6bdc2;
}
.datepicker table tr td {
    font-family: "Roboto", sans-serif;
    width: 30px;
    height: 40px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    line-height: 0.4px;
    color: #252627;
}
.datepicker table tr td:hover {
    border-radius: 50%;
    background-color: #212121;
}
.datepicker-months .table-condensed tr td:hover {
    background-color: #ffffff;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    border-radius: 50%;
    background-color: #212121;
}
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
    border-radius: 50%;
    background-color: #212121;
}
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    line-height: 0.5px;
    color: #666666;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover {
    background-color: #ffffff;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #b1b2b3;
}
.datepicker .form-control {
    background-color: #ffffff;
    border: 0;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #000000;
    padding: 0 0 10px 0;
}
.datepicker .input-group-addon {
    padding: 0;
    background-color: #ffffff;
    border: 0;
    position: relative;
}
.datepicker .input-group-addon span {
    color: #1e73ff;
    position: absolute;
    top: 0;
    right: 10px;
}
/*=========== Bootstrap Datepicker CSS end ==============*/

/*=============== Errors page CSS start ================*/
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
.error-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    background-color: #f8f8f8;
    font-family: "Source Sans 3", sans-serif;
}
.error-wrapper {
    max-width: 727px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: center;
}
.error-code {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
}
.error-number-text {
    font-family: "Bebas Neue", sans-serif;
    font-size: 150px;
    font-weight: 400;
    line-height: 150px;
    letter-spacing: 0.25px;
    color: #212121;
    margin-bottom: 0;
    margin-top: 0;
}
.error-heading {
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0.08px;
    color: #212121;
    margin-bottom: 0;
}
.error-desc {
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #666666;
    margin-bottom: 0;
}
.error-sm-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #666666;
    margin-bottom: 0;
}
.error-btn-wrapper-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;;
}
.error-reload-btn,
.error-reload-btn:hover,
.error-reload-btn:focus {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.08px;
    text-align: center;
    color: #ffffff;
    background-color: #212121;
    border: 2px solid #212121;
    border-radius: 50px;
}
.generic-error-btn, .generic-error-btn:hover, .generic-error-btn:focus {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    border: 2px solid #212121;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    color: #212121;
    background-color: transparent;
    gap: 8px;
    letter-spacing: 0.08px;
}
.error-symbol {
    width: 24px;
    height: 24px;
    font-weight: 700;
}
.error-btn-text {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.07px;
}
.error-btn-text-reverse {
    margin: 0;
    color: #212121;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.07px;
}
/*=============== Errors page CSS end ================*/

/*============= Eye box CSS start ============*/
.eye-box,
.eye-box:hover,
.eye-box:focus {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #1e73ff;
    letter-spacing: 0.05px;
}
.eye {
    font-size: 18px !important;
    margin-top: 2px;
}
/*============= Eye box CSS end ============*/

/*============== Error cursor CSS ============*/
.disable-cursor {
    cursor: not-allowed;
}
/*========= Wiki position mrnu ============*/
ul.dropdown-menu.three-points-menu.wiki-three-points-menu.show {
    inset: 0 auto auto -110px !important;
}

/*============== City writer CSS =============*/
.city-writer-menu-points-box {
    inset: -40px auto auto -110px !important;
    transform: translate(-13px, -65px) !important;
}
.content-search-group .input-group .form-control {
    padding: 9px;
}

/*============== Market packages CSS begins ====================*/
.package-container {
    padding: 16px 24px;
    gap: 16px;
}
.package-box {
    width: 50%;
}
.package-search {
    width: 50%;
    gap: 16px;
}
.nameBox span {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #212121;
}
.activeAddWrapper span {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.08px;
    color: #666666;
    padding: 4px 10px;
    background-color: #F6F6F6;
    border-radius: 16px;
}
.activeAddWrapper span b {
    color: #212121;
    font-weight: 700;
}
.search-magnate {
    position: relative;
}
.search-magnate::before {
    position: absolute;
    content: url(../images/search-blue.svg);
    left: 11px;
    z-index: 1;
    top: 13px;
}
.view-packages-popups {
    margin-bottom: 10px;
}
.package-desc-box {
    margin-bottom: 24px;
}
.package-desc-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.08px;
    color: #212121;
    text-align: left;
    margin-bottom: 0;
}
.view-packages-popups:last-child {
    margin-bottom: 0;
}
.view-packages-popups .table tr th {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.08px;
    color: #666666;
    text-align: left;
    width: 20%;
    padding: 0 0 2px 0;
    background-color: #ffffff;
    white-space: nowrap;

}
.view-packages-popups .table tr td {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.08px;
    color: #212121;
    text-align: left;
    width: 20%;
    padding: 0;
    background-color: #ffffff;
    white-space: nowrap;
}
.package-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.08px;
    color: #666666;
    text-align: left;
    margin-bottom: 0;
}
.package-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.08px;
    color: #212121;
    text-align: left;
    margin-bottom: 0;
}
.btn-blue-mirror, .btn-blue-mirror:hover, .btn-blue-mirror:focus {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.08px;
    color: #1E73FF;
}
.custom-package-symbol {
    font-size: 18px !important;
    margin-right: 3px;
}
.euro-box {
    padding: 16px;
    background-color: #EEF4FF;
    gap: 12px;
}
.euro-symbol {
    font-size: 30px !important;
    color: #1e73ff;
}
.revenue {
    color: #212121;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.06px;
    margin-bottom: 4px;
}
.revenue-desc {
    color: #1E73FF;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.06px;
    margin-bottom: 0;
}
.price-details-wrapper {
    gap: 30px;
}
/*============== Market packages CSS ends ====================*/

/*============== Newsletter accordion CSS start ====================*/
.customized-accordion-heading, .customized-accordion-heading:hover, .customized-accordion-heading:focus {
    background-color: #ffffff;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #ededed;
    outline: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    color: #212121;
    padding: 16px 32px;
}
.customized-accordion-heading.accordion-button:not(.collapsed) {
    box-shadow: none;
}
.customized-accordion-heading.accordion-button:not(.collapsed)::after {
    background-image: url(../images/down-arrow-blue.svg);
    transform: rotate(0);
}
.blockElement .accordion-header .blockItemName {
    background-color: #F2F2F2;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #eaeaea;
    outline: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #212121;
    letter-spacing: 0.08px;
    padding: 16px;
}
.accordion-button.blockItemAccordian {
    background-color: #F2F2F2 !important;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #eaeaea;
    outline: 0 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #212121 !important;
    letter-spacing: 0.08px;
    padding: 16px;
}
.blockTrashLink {
    background-color: #F2F2F2 !important;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #eaeaea;
    outline: 0 !important;
    padding: 16px;
}
/*============== Newsletter accordion CSS end ====================*/

/*============= Location icons placement CSS ===============*/
.location-icon {
    position: absolute;
    right: 8px;
}

/*==================== Custom radio CSS ==================*/
.inspect-zone.rounded-box, .inspect-zone.square-box {
    justify-content: flex-start;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
    color: #212121;
    position: relative;
    cursor: pointer;
}
.inspect-zone input {
    position: absolute;
    height: 0px;
    width: 0px;
    cursor: pointer;
    opacity: 0;
}
.rounded-box .checkmark {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #DADADA;
    background-color: #ffffff;
}
.rounded-box .checkmark::after {
    position: absolute;
    display: none;
    content: "";
}
.inspect-zone.rounded-box:hover input ~ .checkmark {
    background-color: #ffffff;
}
.inspect-zone.rounded-box input:checked ~ .checkmark {
    border: 2px solid #1E73FF;
    background-color: #ffffff;
}
.inspect-zone.rounded-box input:checked ~ .checkmark::after {
    display: block;
}
.inspect-zone.rounded-box .checkmark:after {
    left: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border-color: #1E73FF;
    background-color: #1E73FF;
}

/*==================== Custom checkbox CSS ==================*/
.square-box .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #DADADA;
    border-radius: 4px;
    background-color: #ffffff;
  }
  .inspect-zone.square-box:hover input ~ .checkmark {
    background-color: #ffffff;
  }
  .inspect-zone.square-box input:checked ~ .checkmark {
    border: 2px solid #1e73ff;
    background-color: #1e73ff;
  }
  .inspect-zone.square-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .inspect-zone.square-box input:checked ~ .checkmark:after {
    display: block;
  }
  .inspect-zone.square-box .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .table-checkbox .square-box .checkmark {
    top: -5px;
  }

/*================ Ads modal CSS ================*/
#filterAds input {
    width: 100%;
    padding: 4px 4px 4px 0;
    border-bottom: 1px solid #B1B2B3;

}

/*============ Newsletter preview edit option ( for backend ) and modal CSS ===============*/
.modal-dialog.nl-preview-modal-dialog {
    max-width: 640px !important;
    width: 100% !important;
}
.modal-dialog .btn-close, .modal-dialog .btn-close:hover, .modal-dialog .btn-close:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}
.open-AddBookDialog, .open-AddBookDialog:hover, .open-AddBookDialog:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
    vertical-align: middle;
}
.email-backend-edit-icon {
    color: #1E73FF;
    font-size: 16px !important;
}

/*============== Weunity CSS ===============*/
.weunity-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    background-color: #F4F8FF;
    border-radius: 8px;
    padding: 12px;
}
.weunity-info-text {
    color:#212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
}
.exclamation {
    font-size: 18px !important;
    color: #1E73FF;
}
.weunity-preview-box {
    display: block;
    width: 100%;
}

/*============= News bulletin CSS =============*/
.list-tab-box {
    gap: 16px;
    padding: 12px 0;
}
.list-tab-wrapper .nav-link {
    text-transform: capitalize;
    padding: 12px 0;
}

/*============= Filter modal button CSS ============*/
.filter-btn, .filter-btn:hover {
    display: inline-block !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    letter-spacing: 0.5px !important;
    color: #666666 !important;
    background-color: transparent !important;
    padding: 10px 28px !important;
    border: 1px solid #b1b2b3 !important;
    border-radius: 50px !important;
    white-space: nowrap !important;
    text-align: center !important;
    cursor: pointer !important;
    outline: 0 !important;
    text-transform: capitalize !important;
    box-shadow: none !important;
}
.filter-btn.active, .filter-btn.btn-info {
    color: #ffffff !important;
    border: 1px solid #1e73ff !important;
    background-color: #1e73ff !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.filter-box-radius {
    border-radius: 24px 0 0 24px !important;
}
.filter-btn-radius {
    border-radius: 0px 24px 24px 0px !important;
}
.filter-box-full-radius {
    border-radius: 50px !important;
}
.sponsored-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
    color: #212121;
}
.anti-mt-4 {
    margin-top: -4px;
}

/*============== Post preview CSS ================*/
.client-anchor-box, .client-anchor-box:hover, .client-anchor-box:focus {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 0;
    text-align: center;
    text-decoration: none !important;
}
.client-box-border {
    border: 1px solid #eaeaea;
}
.client_text_box {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 0;
    padding: 16px 24px;
    text-align: left;
    background-color: #ffffff;
}
.desktop_preview .link a, .desktop_preview .link a:hover, .desktop_preview .link a:focus, .mobile_preview .link a, .mobile_preview .link a:hover, .mobile_preview .link a:focus, .newsletter_preview .link a, .newsletter_preview .link a:hover, .newsletter_preview .link a:focus {
    text-decoration: underline !important;
    color: #212121 !important;
}
.customized-client-box {
    padding: 8px;
    background-color: #f9f9f9;
    margin-top: 16px;
}
.mobile-client-box {
    padding: 8px 16px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
    border: 1px solid #EAEAEA;
    background-color: #FFFFFF;
}
.mobile-client-box-img-wrapper {
    max-width: 35%;
    width: 100%;
}
.mobile-client-box-img-wrapper-full {
    max-width: 100%;
    width: 100%;
}
.mobile-client-box-img {
    width: 100px;
    height: 80px;
    object-fit: contain;
}
.client-text-container {
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
    padding: 0;
}
.img-credit-wrapper {
    margin-top: 8px;
    color: #2C2C2C;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.06px;
}
.img-credit-wrapper a, .img-credit-wrapper a:hover, .img-credit-wrapper:focus {
    text-decoration: underline;
    color: #2C2C2C;
    display: inline-block;
}
.post-img-box-desc {
    margin-top: 16px;
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.07px;
}
.maps-address {
    margin-top: 16px;
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
    margin-bottom: 0;
}
.backend-post-preview-box {
    padding: 24px;
    border-bottom: 2px solid #1E73FF;
}
.post-preview-logo {
    width: 120px;
    height: auto;
}
.copy-btn-box, .copy-btn-box:hover, .copy-btn-box:focus {
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.08px;
    color: #1E73FF;
}
.copy-btn-box img {
    padding-top: 4px;
}
.post-nav-tabs {
    border: 0;
}
.post-preview-tab-box, .post-preview-tab-box:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px !important;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.08px;
    font-weight: 400;
    color: #666666;
    padding: 10px 20px !important;
    background-color: transparent !important;
    border: 1px solid #EDEDED !important;
    border-radius: 0 !important;
}
.post-preview-tab-box.active {
    color: #ffffff !important;
    background-color: #1E73FF !important;
    border: 1px solid #1E73FF !important;
    border-radius: 0 !important;
}
.desktop-post-container {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    padding: 24px;
    background-color: #FFFFFF;
}
.mobile-post-container {
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
    padding: 24px;
    background-color: #FFFFFF;
}
.post-newsletter-container {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    padding: 24px;
    background-color: #FFFFFF;
}

/*=============== Newsletter publishing steps CSS ==============*/
.newsletter-publishing-steps .accordion-button.collapsed, .newsletter-publishing-steps .accordion-button:not(.collapsed) {
    background-color: #ffffff !important;
    border: 0 !important;
    border-bottom: 1px solid #ededed !important;
    padding: 16px 32px !important;
    color: #212121 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 26px !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.newsletter-publishing-steps .accordion-button::after {
    width: 30px !important;
    height: 30px !important;
    background-image: url(../images/blue-arrow-down-rounded.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(0deg);
}
.newsletter-publishing-steps .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}
.newsletter-publishing-steps .accordion-body {
    padding: 16px !important;
    background-color: #F4F8FF !important;
}
.assigned-block-title {
    color: #212121 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    letter-spacing: 0.08px !important;
    margin-bottom: 32px !important;
    width: 100% !important;
}
.newsletter-publishing-steps .accordion-body.assigned-block-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    width: 100% !important;
    background-color: #ffffff !important;
    padding: 32px !important;
}
.newsletter-publishing-steps .post_parent_div {
    position: relative;
    border: 1px solid #ededed;
    padding: 16px;
}
.removed-round {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}
.no-post-found {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #666666 !important;
    text-align: center;
    margin-bottom: 0;
}
.assigned-nl-inner-left-container {
    padding: 0 8px 0 0;
    border-right: 1px solid #B1B2B3;
}
.assigned-nl-left-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.assigned-img {
    width: 100px;
    height: auto;
}
.assigned-nl-desc-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    padding: 8px;
    background-color: #ffffff;
}
.assigned-nl-desc-box-title {
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.07px;
    margin-bottom: 0;
}
.assigned-form-title {
    color: #666666 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 15px !important;
    letter-spacing: 0.06px !important;
}
.assigned-nl-desc-box-description, .assigned-nl-desc-box-description p {
    color: rgba(44, 44, 44, 0.60);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.06px;
    margin-bottom: 0;
}
.assigned-date {
    color: #B1B2B3;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.06px;
}
.assigned-nl-inner-right-container {
    padding: 0 0 0 8px;
}
.assigned-nl-right-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    padding: 0 16px;
}
.assigned-post-direction-text {
    color: #212121;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.06px;
    margin-bottom: 0;
}
/*============= Core modal CSS =============*/
.modal-title {
    color: #464646;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.07px;
    margin-bottom: 0;
}
.modal-header {
    padding: 32px 24px 16px 24px !important;
    border-bottom: 0 !important;
}
.modal-header .btn-close {
    background: transparent url(../images/blue-close.svg) center/24px auto no-repeat;
    opacity: 1;
}
.modal-body {
    padding: 16px 24px !important;
}
.modal-footer {
    padding: 16px 24px 32px 24px !important;
}
.special-nl-city-box .active {
    background-color: #1E73FF;
    color: #ffffff;
}

/*=============== Video box CSS ===============*/
.mobile_preview .mobile-video {
    height: 200px;
}

/*============= Sponsored stories posts anchor CSS =============*/
.sponsored-table a {
    text-decoration: underline !important;
    color: #212121 !important;
}



/*================= Media CSS start ================*/
@media only screen and (max-width: 1920px) {
    .fixed-headline {
        top: 9%;
    }
    .fixed-headline.fixed-newsletter-headline {
        top: 11%;
    }
}
@media only screen and (max-width: 1720px) {
    .p-pr-fixed {
        padding-right: 20% !important;
    }
}
@media only screen and (max-width: 1500px) {
    .p-pr-fixed {
        padding-right: 21% !important;
    }
    .fixed-headline {
        top: 11%;
    }
}
@media only screen and (max-width: 1470px) {
    .p-pr-fixed {
        padding-right: 23% !important;
    }
    .fixed-headline.fixed-newsletter-headline {
        top: 11%;
    }
}
@media only screen and (max-width: 1440px) {
    .fixed-headline.fixed-newsletter-headline {
        top: 13%;
    }
}
@media only screen and (max-width: 1366px) {
    .fixed-headline.fixed-newsletter-headline {
        top: 15%;
    }
}
@media only screen and (max-width: 1350px) {
    .fixed-headline {
        gap: 30px;
        top: 14%;
    }
    .p-pr-fixed {
        padding-right: 25% !important;
    }
    .fixed-headline.fixed-newsletter-headline {
        top: 18%;
    }
}
@media only screen and (max-width: 1280px) {
    .fixed-headline {
        top: 12%;
    }
    .fixed-headline.fixed-newsletter-headline {
        top: 12%;
    }
}
@media only screen and (max-width: 1250px) {
    .p-pr-fixed {
        padding-right: 27% !important;
    }
}
@media only screen and (max-width: 1150px) {
    .p-pr-fixed {
        padding-right: 29% !important;
    }
}

@media only screen and (max-width: 991px) {
    .ron-top-header {
        position: sticky;
    }
    .ron-sidenav {
        position: sticky;
    }
    .ron-global {
        display: block;
        width: 100%;
        padding-left: 15px;
    }
    .listicle-searchbox {
        flex-direction: column;
    }
    .listicle-search {
        width: 100%;
    }
    .listicle-search-modal {
        left: 0;
    }
    .city-dashboard-title {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .welcome-box {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .welcome-greetings {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .member-count {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .city-box {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .news-group {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 15px;
    }
    .news-box {
        width: 100%;
        width: 100%;
    }
    .thanks-box {
        width: 100%;
    }
    .side-box {
        width: 100%;
        width: 100%;
    }
    .fixed-headline {
        top: 9%;
        left: 0;
    }
    .ron-top-header {
        position: sticky;
    }
    .ron-sidenav {
        position: sticky;
    }
    .ron-global {
        display: block;
        width: 100%;
        padding-left: 15px;
    }
    .ron-blue-btn-group {
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
    }
    .ron-blue-btn,
    .ron-blue-btn:hover,
    .ron-blue-btn:focus {
        width: 100%;
        text-align: center;
    }
    .borderless-btn,
    .borderless-btn:hover,
    .borderless-btn:focus {
        width: 100%;
        text-align: center;
    }
    .news-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .listicle-dashboard-title {
        flex-direction: column;
    }
    .listicle-searchbox {
        flex-direction: column;
    }
    .listicle-search {
        width: 100%;
    }
    .listicle-search-modal {
        left: 0;
    }
    .city-dashboard-title {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .welcome-box {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .welcome-greetings {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .member-count {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .city-box {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .news-group {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 15px;
    }
    .news-box {
        width: 100%;
        width: 100%;
    }
    .thanks-box {
        width: 100%;
    }
    .side-box {
        width: 100%;
        width: 100%;
    }
    .p-pr-fixed {
        padding-right: 0 !important;
    }
}

/*=============== Post on newsletter CSS start ===============*/
.cell .accordion-button,
.cell .accordion-button:hover,
.cell .accordion-button:focus,
.cell .accordion-button:not(.collapsed) {
    background-color: #ffffff;
    border: 0;
    outline: 0;
    box-shadow: none;
}
.cell .accordion-button::after,
.cell .accordion-button:not(.collapsed)::after {
    background-image: url(../images/blue-arrow-down.svg);
    transform: rotate(0deg);
    margin-top: 3px;
}
.category-wrapper ul {
    list-style: none;
    padding-left: 0;
}
.category-wrapper ul li {
    margin-right: 0;
    margin-bottom: 0;
}
.category-wrapper ul li a,
.category-wrapper ul li a:hover,
.category-wrapper ul li a:focus {
    color: #212121;
}
.tag-btn-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.btn-tag {
    text-decoration: none;
    font-size: 12px;
    color: #1e73ff;
    display: inline-block;
    padding: 5px 12px;
    white-space: nowrap;
    border: 1px solid #1e73ff;
    border-radius: 100px;
    transition: 0.3s all ease-in-out;
    text-transform: capitalize;
}
.btn-tag:hover,
.btn-tag:focus {
    background-color: #1e73ff;
    color: #fff;
}
.input-group {
    align-items: center;
}
.date-calender {
    position: absolute;
    right: 10px;
    pointer-events: none;
    z-index: 3;
    top: -5px;
    color: #1e73ff;
}
.date-calender.modal-date-calendar {
    font-size: 18px !important;
    right: 4px;
    top: 3px;
}
/*=============== Post on newsletter CSS end ===============*/

@media only screen and (max-width: 450px) {
    .fixed-headline {
        top: 15%;
    }
    .listicle-dashboard {
        margin-left: auto;
    }
    .listicle-back-title {
        font-size: 23px;
    }
    .btn-listicle {
        font-size: 13px;
    }
    .listicle-search-modal {
        top: 8%;
    }
    .listicle-preview-container {
        padding: 15px;
    }
    .custom-modal-box {
        margin: 10px;
    }
    .mobile-flexible-column {
        flex-direction: column;
        gap: 16px;
    }
    .btn-listicle-dropdown {
        font-size: 12px;
    }
    .alignment-layout-box {
        flex-direction: column;
    }
    .listicle-title-image-layout {
        flex-direction: column;
    }
    .listicle-post-box {
        flex-direction: column;
    }
    .listicle-preview-title {
        font-size: 35px;
        line-height: 45px;
    }
    .listicle-preview-desc {
        font-size: 14px;
        line-height: 24px;
    }
    .mobile-video {
        height: 200px;
    }
}
/*================= Media CSS end ================*/
.validation-error {
    width: 100%;
    font-size: .875em;
    color: #dc3545;
}
