/*
! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

::before,
::after {
    --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-size: inherit; */
    /* font-weight: inherit; */
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    margin: 0;
    padding: 0;
    list-style: auto;
    margin-left: 1rem;
}
ol {
    list-style: auto;
}
ul {
    list-style: disc;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

/* [hidden] {
  display: none;
} */

*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.static {
    position: static;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.left-0 {
    left: 0px;
}

.left-1\/2 {
    left: 50%;
}

.right-0 {
    right: 0px;
}

.top-0 {
    top: 0px;
}

.top-1\/2 {
    top: 50%;
}

.z-30 {
    z-index: 30;
}

.m-3 {
    margin: 0.75rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mr-0 {
    margin-right: 0px;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

/* .hidden {
  display: none;
} */

.h-10 {
    height: 2.5rem;
}

.h-56 {
    height: 14rem;
}

.h-6 {
    height: 1.5rem;
}

.h-full {
    height: 100%;
}

.w-10 {
    width: 2.5rem;
}

.w-6 {
    width: 1.5rem;
}

.w-full {
    width: 100%;
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
    cursor: pointer;
}

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

.justify-center {
    justify-content: center;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.border {
    border-width: 1px;
}

.bg-white\/30 {
    background-color: rgb(255 255 255 / 0.3);
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.duration-700 {
    transition-duration: 700ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Fonts link */

/*======================== Common css ===============================*/

#page-topbar {
    display: none;
}
.main-content {
    padding: 0;
    border: none;
}
.page-title-box {
    padding-bottom: 0px;
}
.page-content {
    padding: 0px;
}
.vertical-menu {
    display: none;
}
#layout-wrapper {
    background: var(--bs-sidebar-bg);
}
.footer {
    display: none;
}
.main-content {
    margin: 0 auto;
}
img {
    max-width: 100%;
}
.badge {
    font-size: 14px;
    padding: 8px 12px 8px 12px;
    font-weight: bold;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    padding: 10px 16px;
    gap: 8px;
    background: #1e73ff;
    /* width: 111px;
    height: 45px; */
}
/* .show{
      background: transparent;
      width: 100%;
      height: 100%;
  } */
.nav-link {
    padding: 10px 16px;
    gap: 8px;
    background: #1e73ff;
    border-radius: 4px 0px 0px 4px;
    /* width: 111px;
    height: 45px; */
}
.post-preview h2,
.post-title h2 {
    margin: 8px 0 0 0;
    color: #212121;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0.18px;
    text-transform: none;
}
.border-circle-option {
    border: 1px solid;
    border-radius: 50px;
    padding: 3px 8px 4px 8px;
}
body {
    font-family: "Source Sans Pro";
}
.screen {
    /* margin-top:0; */
}
.author-detail {
    margin: 0;
}
#postCreateForm thead,
tbody,
tfoot,
tr,
td,
th {
    /* border: 1px solid; */
}
#postCreateForm ol,
ul {
    margin-left: 1rem;
}
table {
    caption-side: unset;
}
caption {
    text-align: center;
    color: black;
}
#postCreateForm .adsPreview .testimonial-row table tr td {
    border-color: transparent;
}
/*============ Carousel CSS ==============*/
.ron-carousel .carousel {
    /* min-height: 635px; */
}
.carousel-img {
    height: 522px;
    object-fit: cover;
}
.carousel-caption {
    position: unset;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}
.carousel-control-next,
.carousel-control-prev {
    top: -20%;
    width: 10%;
}
.carousel-control-prev-icon {
    background-image: url(../../images/previous-rounded.svg);
}
.carousel-control-next-icon {
    background-image: url(../../images/next-rounded.svg);
}
.carousel-indicators {
    bottom: 18%;
}
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.carousel-text-box {
    padding: 8px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
}
.carousel-md-text {
    color: #2c2c2c !important;
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    letter-spacing: 0.06px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.carousel-text {
    color: #2c2c2c !important;
    font-family: "Source Sans 3", sans-serif;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 15px !important;
    letter-spacing: 0.06px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.carousel-text-link, .carousel-text-link:hover, .carousel-text-link:focus {
    text-decoration: underline;
    color: #2c2c2c !important;
    font-family: "Source Sans 3", sans-serif;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 15px !important;
    letter-spacing: 0.06px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: "Source Sans Pro", sans-serif;
}

.tws-post-container {
    max-width: 740px;
}

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

.post-cat-detail h4 {
    margin-right: 0.75rem;
    margin-bottom: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    font-style: normal;
    --tw-text-opacity: 1;
    color: #2c2c2c;
}

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

.post-cat-detail ul li {
    margin-right: 0.5rem;
}

.post-cat-detail ul li a {
    display: inline-block;
    white-space: nowrap;
    border-radius: 100px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(30 115 255 / var(--tw-border-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: rgb(30 115 255 / var(--tw-text-opacity));
    text-decoration-line: none;
    transition-property: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: all;
    transition-timing-function: ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.post-cat-detail ul li .active,
.tag .post-cat-detail ul li .active,
.post-cat-detail ul li a:hover,
.tag .post-cat-detail ul li a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 115 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*======================== Post preview css =========================*/

.post-preview h2,
.post-title h2 {
    margin: 8px 0 0 0;
    color: #212121;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0.18px;
    text-transform: none;
    margin-bottom: 0;
}

.post-preview h4,
.post-title h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #212121;
}

.post-preview h5 {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    line-height: 26px;
    color: #212121;
    margin-bottom: 0;
}
.description_section p {
    margin-top: 16px;
    margin-bottom: 0;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
    word-wrap: break-word;
    word-break: break-word;
}
.author-detail {
    margin-left: 0px;
    margin-right: 0px;
    /* margin-top: 26px; */
    /* margin-bottom: 1.5rem; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.social-card-avatar-description {
    margin: 0px 0 0 8px !important;
}
.author-detail img {
    /* height: 30px;
  width: 30px; */
    /* border-radius: 100%; */
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(30 115 255 / var(--tw-border-opacity));
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    background-color: #ffffff;
}

.author-detail .author-name {
    margin-left: 0.625rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgb(44 44 44 / var(--tw-text-opacity));
}

.author-detail .author-date {
    margin-left: 19px;
    border-right-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-right-color: rgb(30 115 255 / var(--tw-border-opacity));
    padding-right: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    font-style: normal;
    --tw-text-opacity: 1;
    color: rgb(30 115 255 / var(--tw-text-opacity));
}

.author-detail .author-time {
    padding-left: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    font-style: normal;
    --tw-text-opacity: 1;
    color: rgb(30 115 255 / var(--tw-text-opacity));
}

.profile-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: 0.005em;
    color: #2c2c2c;
    margin-bottom: 2px;
}

.social-card-location {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.social-card-location h6 {
    margin-left: 4px;
}
.social-date {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 18px;
    color: #b1b2b3;
}
.social-place,
.social-place:hover,
.social-place:focus {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.005em;
    color: #1e73ff;
    margin-left: 4px;
    margin-top: -8px;
    list-style: none;
}

.post-preview p,
.address-map p {
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
    letter-spacing: 0.005em;
    --tw-text-opacity: 1;
    color: rgb(44 44 44 / var(--tw-text-opacity));
}

.address-map-details p {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.post-image-gallery {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
}

.post-image-gallery .preview-post-img-box:first-child {
    margin-left: 0px;
}

.post-banner-desc .preview-post-img-box {
    margin-left: 0px;
}

.preview-post-img-box {
    margin-top: 2rem;
    margin-left: 0.75rem;
}

.preview-post-img-box p {
    margin-top: 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.005em;
    --tw-text-opacity: 1;
    color: rgb(44 44 44 / var(--tw-text-opacity));
}

.preview-post-img-box p a {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.005em;
    --tw-text-opacity: 1;
    color: rgb(30 115 255 / var(--tw-text-opacity));
    text-decoration-line: none;
}

.post-testimonial-box {
    display: flex;
    /* align-items: flex-end; */
    justify-content: space-between;
}

.post-testimonial-box .testimonial p {
    margin-top: 0px;
}

.testimonial p {
    margin-top: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    font-style: italic;
    line-height: 160%;
    letter-spacing: 0.005em;
}

.testimonial-thumbnail {
    width: 700px;
}

.sponsored-post {
    margin-top: 6px;
    margin-bottom: 17px;
}

.sponsored-post ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sponsored-post ul li a {
    border-radius: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    padding: 8px 12px 8px 12px;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*========================= Tag css ==========================*/

.tag .post-cat-detail ul li a {
    border-radius: 0px;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(239 244 253 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(30 115 255 / var(--tw-text-opacity));
}

.tag .post-cat-detail {
    margin-top: 2.75rem;
}

/*=================== Screen css ======================*/

.screen {
    /* margin-top: 60px; */
}

.textBoxPreview ol {
    /* padding: 5% 0% 0% 5%; */
}

.screen .screen-detail {
    display: flex;
    min-height: 300px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../dist/images/game-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.screen .screen-detail h4 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    line-height: 27px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.screen .screen-detail-img {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

/*===================== Post comment css ======================*/

.post-comment {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 0px;
    margin-right: 0px;
}

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

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

.comment-left p {
    margin-bottom: 0px;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
    letter-spacing: 0.005em;
    --tw-text-opacity: 1;
    color: rgb(44 44 44 / var(--tw-text-opacity));
}

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

.comment-left .heart a,
.comment-left .comment a {
    position: relative;
    margin-left: 1.5rem;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
    --tw-text-opacity: 1;
    color: rgb(44 44 44 / var(--tw-text-opacity));
    text-decoration-line: none;
}

.comment-left .heart a::before {
    position: absolute;
    top: 0px;
    left: -25px;
    --tw-content: url(../dist/images/heart.svg);
    content: var(--tw-content);
}

.comment-left .comment a::before {
    position: absolute;
    top: 0px;
    left: -25px;
    --tw-content: url(../dist/images/comment.svg);
    content: var(--tw-content);
}

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

.comment-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

/* .comment-detail-mobile {
  display: none;
} */

/*========================= Quiz CSS ========================*/

.post-quiz {
    margin-top: 52px;
    margin-bottom: 52px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(237 237 237 / var(--tw-border-opacity));
    padding: 1rem;
}

.post-quiz-heading h3 {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(237 237 237 / var(--tw-border-opacity));
    padding-bottom: 0.5rem;
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    --tw-text-opacity: 1;
    color: rgb(44 44 44 / var(--tw-text-opacity));
}

.post-quiz-h-secondary {
    margin-top: 0.75rem;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    --tw-text-opacity: 1;
    color: rgb(44 44 44 / var(--tw-text-opacity));
}

.post-quiz-text {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    --tw-text-opacity: 1;
    color: rgb(44 44 44 / var(--tw-text-opacity));
}

.quiz-box-details h2 {
    margin-bottom: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    line-height: 22.4px;
    letter-spacing: 0.005em;
    --tw-text-opacity: 1;
    color: rgb(44 44 44 / var(--tw-text-opacity));
}

/*==================== Custom radio button for Quiz ====================*/

.post-radio-container {
    margin-bottom: 1rem;
    display: flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0px;
    font-size: 14px;
}

.post-radio-container input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
}

.post-checkmark {
    height: 2rem;
    width: 2rem;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(237 237 237 / var(--tw-border-opacity));
}

.post-radio-container:hover input ~ .post-checkmark {
    --tw-bg-opacity: 1;
    background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

.post-radio-container input:checked ~ .post-checkmark {
    --tw-bg-opacity: 1;
    background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.post-press-option {
    position: relative;
}

.post-press-group .post-press-option:last-child label {
    margin-bottom: 0px;
}

.post-press-option h4 {
    position: absolute;
    left: 12px;
    top: 7px;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 0.005em;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.post-press-option p {
    margin-left: 0.75rem;
}
.post_thumbnail img {
    /* object-fit: cover; */
    /* height: auto !important; */
    max-height: 522px;
    object-fit: contain;
}
.customized-client-box-img {
    width: 300px;
    height: 100%;
    max-height: 250px;
    object-fit: contain;
}
.customized-client-box-img.mobile-customized-client-box-img {
    width: 100%;
}

/*============================= Media query ===============================*/

@media only screen and (max-width: 767px) {
    .tws-post-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .post-cat-detail ul {
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
    }

    .post-testimonial-box {
        flex-direction: column;
        align-items: center;
    }

    .testimonial-thumbnail {
        width: 170px;
    }

    .screen {
        margin-top: 0px;
    }

    .tag .post-cat-detail {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 428px) {
    .post-comment {
        margin-top: 2rem;
    }

    .comment-detail {
        display: block;
    }

    .comment-detail .comment-left {
        justify-content: flex-start;
    }

    /* .comment-detail {
    display: none;
  } */

    .comment-detail-mobile {
        display: block;
    }

    .comment-mobile-option {
        margin-top: 1.25rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .comment-detail-mobile p {
        margin-bottom: 0px;
        white-space: nowrap;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
        font-style: normal;
        line-height: 26px;
        letter-spacing: 0.005em;
        --tw-text-opacity: 1;
        color: rgb(44 44 44 / var(--tw-text-opacity));
    }

    .comment-detail-mobile .comment-mobile-option .comment-left .heart {
        margin-left: 0px;
    }

    .testimonial-row {
        display: flex;
        flex-direction: column-reverse;
    }
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.group:hover .group-hover\:bg-white\/50 {
    background-color: rgb(255 255 255 / 0.5);
}

.group:focus .group-focus\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.group:focus .group-focus\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}

.group:focus .group-focus\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

@media (prefers-color-scheme: dark) {
    .dark\:bg-gray-800\/30 {
        background-color: rgb(31 41 55 / 0.3);
    }

    .dark\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgb(31 41 55 / var(--tw-text-opacity));
    }

    .group:hover .dark\:group-hover\:bg-gray-800\/60 {
        background-color: rgb(31 41 55 / 0.6);
    }

    .group:focus .dark\:group-focus\:ring-gray-800\/70 {
        --tw-ring-color: rgb(31 41 55 / 0.7);
    }
}

@media (min-width: 768px) {
    .md\:h-96 {
        height: 24rem;
    }
}






.block_item_preview h3, .block_item_preview h4 {
    color:#2C2C2C !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    letter-spacing: 0.1px !important;
    margin-bottom: 0 !important;
}
