/*!
 * Copyright 2022 youngmonkeys.org
 *
 * Licensed under the ezyplatform, Version 1.0.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://youngmonkeys.org/licenses/ezyplatform-1.0.0.txt
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
*/

a {
    text-decoration: none;
}
a:hover {
    color: auto;
}
a.btn-solid:hover, a.btn-outline:hover {
    background-color: #f95eff;
    border-color: #f95eff;
}
code, pre {
    cursor: pointer;
}
label {
    font-weight: 700;
}
.bg-info {
    background-color: #17a2b8!important;
}
button.btn-solid:hover, button.btn-outline:hover {
    background-color: #f95eff;
    border-color: #f95eff;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-link {
    text-decoration: none;
}
.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.clickable-images img {
    cursor: zoom-in;
}
.color-info {
    color: #17a2b8;
}
.color-price { color: #49B265; }
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.cursor-pointer { cursor: pointer; }
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: none;
}
.form-control {
    font-size: inherit;
}
.form-group {
  margin-bottom: 1rem;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col {
  padding-left: 5px;
  padding-right: 5px;
}
.font-size-90 { font-size: 90%; }
.font-size-95 * { font-size: 95% !important; }
.height-320 { height: 320px; }
.image-button {
    position: relative;
}
.image-button button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.2);
    color: white;
    font-size: 18px;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0.0;
}
.image-button button:hover {
    opacity: 1.0;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group-prepend {
    margin-right: -1px;
}
.max-height-75vn-scroll {
    max-height: 75vh;
    overflow: scroll;
}
.max-height-85vn-scroll {
    max-height: 75vh;
    overflow: scroll;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.line-height-1p5 { line-height: 1.5; }
.object-fit-cover { object-fit: cover; }
.overflow-scroll { overflow: scroll; }
.overflow-auto { overflow: auto; }
.overflow-wrap-anywhere {overflow-wrap: anywhere;}
.pagination .page-link { font-size: 1rem; }
.pagination-sm .page-link { font-size: 1rem; }
.pagination-arrows {
    display:flex;
    align-items: center;
    justify-content: center;
}
.pagination-arrows span {
     display:flex;
     align-items: center;
     justify-content: center;
     padding: 15px;
     cursor: pointer;
}
.pagination-arrows a {
    padding: 15px;
}
.pagination-arrows span:hover {
    text-decoration: none;
    color: #2d6ff7;
}
.pagination-arrows span:nth-child(1), .pagination-arrows span:nth-child(5) {
  background: lightgray;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-width: 1px;
  border-color: gray;
}
.project-banner-tool-icons {
    position: absolute;
    right: 50px;
    top: 10px;
}
.project-banner-tool-icons i {
    font-size: 32px;
    cursor: pointer;
}
.project-banner-img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.project-medias-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 100%;
    display: flex;
    gap: 10px;
    overflow: auto;
}
.project-medias-wrapper::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.project-media img {
    width: 192px;
    height: 128px;
    object-fit: cover;
    cursor: pointer;
}
@media (max-width: 768px) {
    .project-banner-tool-icons {
        position: absolute;
        right: 40px;
        top: 8px;
    }
    .project-banner-tool-icons i {
        font-size: 24px;
    }
    .project-banner-img {
        height: 161px;
    }
    .project-media img {
        width: 128px;
        height: 86px;
    }
}
@media (max-width: 576px) {
    .project-banner-tool-icons {
        position: absolute;
        right: 12px;
        top: 8px;
    }
}
.post-content-wrapper,
.post-content,
.post-item,
.page-preview,
.post-preview,
.market-item-details,
.faq-container,
.privacy-policy,
.terms-of-service {
    color: #292b2c;
}
.post-content-wrapper {
    padding-top: 30px;
}
.post-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 28px;
}
.post-title-wrapper {
    margin-bottom: 20px;
    display: flex;
    flex-flow: column;
}
.post-title-wrapper .post-updated-at {
    font-size: 14px;
    margin-top: 10px;
}
.post-terms-wrapper {
    margin-bottom: 20px;
}
.post-terms-wrapper .post-term {
    border: 1px solid rgba(0, 0, 0, .125);
    color: #0d6efd;
    padding: 8px;
    font-size: 14px;
}
.post-content {
    font-size: 16px;
    line-height: 24px;
    overflow-wrap: break-word;
}
.post-content h1 {
    font-weight: 700;
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.post-content h2 {
    font-weight: 700;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.post-content h3 {
    font-weight: 700;
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.post-content h4 {
    font-weight: 700;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.post-content h5 {
    font-weight: 700;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.post-content img,
.page-preview img,
.post-content video,
.post-preview video,
.post-content audio,
.post-preview audio,
.post-content iframe,
.post-preview iframe {
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.post-content ol {
    list-style: auto;
    padding: revert;
    margin: revert;
}
.post-content ol li, .post-content ul li {
    padding-top: 5px;
    padding-bottom 5px;
}
.post-content p {
    margin-top: 5px;
    margin-bottom: 5px;
}
.post-content pre {
    margin-bottom: 0;
}
.post-content ul {
    list-style: disc;
    padding: revert;
    margin: revert;
}
.post-content table td,
.post-content table th {
  padding: 5px;
  border-width: 1px;
  border-color: #000;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}
.post-content table {
   min-width: 50%;
   max-width: 100%;
   overflow-x: auto;
   display: block;
}
@media (max-width: 576px) {
    .post-content-wrapper {
        padding-top: 20px;
    }
}
.p-1px { padding: 1px; }
.pt-4rem { padding-top: 4rem; }
.pt-5rem { padding-top: 5rem; }
.responsive-cell {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.small-avatar {
    width: 48px;
    height: 48px;
    object-fit: cover;
}
.small-h-85 { height: 85% !important; }
.star-checked { color: #ffc24b; }
.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.5rem 0 1.5rem 0;
}
.separator::before, .separator::after {
    content: "";
    flex: 1;
    border-bottom: 2px solid #e1e3e3;;
}
.separator:not(:empty)::before {
    margin-right: .5em;
}
.separator:not(:empty)::after {
    margin-left: .5em;
}
.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}
.text-original-price {
    color: #f30b0b !important;
    text-decoration: line-through;
}
.text-red { color: #dc3545!important; }
.wh-150px { width: 150px; height: 150px; }
.wh-24px { width: 24px ; height: 24px; }
.wh-72px { width: 72px ; height: 72px; }
.w-250px { width: 250px; }
/**************************/
.dropdown-menu-lg {
    max-width: 500px;
    min-width: 320px;
    padding: 0px;
}
.dropdown-menu-md {
    max-width: 250px;
    min-width: 200px;
    padding: 0px;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: none;
    color: #fff;
}
.nav-sidebar>.nav-item .nav-icon {
    margin-left: 0.05rem;
    font-size: 1.2rem;
    margin-right: 0.2rem;
    text-align: center;
    width: 1.6rem;
}
.navbar-badge {
    font-size: 0.6rem;
    font-weight: 300;
    position: absolute;
    right: 5px;
    top: 9px;
    padding: 2px 4px;
}
.wrapper {
	display: flex;
    min-height: 100vh;
    flex-direction: column;
}
/*********** common *************/
body {
    color: #7c899c;
    font-family: 'Roboto Condensed', sans-serif;
}
header {
    z-index: 1000;
}
main {
	flex-grow: 1;
}
.heading {
    text-align: center;
}
.heading-title {
    font-size: 30px;
    color: #737d98;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}
.heading-content {
    margin-top: 5px;
}
.spacing-title-content {
    margin-top: 20px;
}
.spacing-elements {
    margin-top: 30px;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 10px;
}
@media (min-width: 768px) {
    .heading-title {
        font-size: 50px;
    }
    .heading-description {
        font-size: 18px;
    }
    .spacing-elements  {
        margin-top: 60px;
    }
    .spacing-title-content {
        margin-top: 35px;
    }
}
/*********** stars ***************/
.stars i {
    font-size: 21px;
    margin-right: 8px;
    margin-bottom: 10px;
}
@media (max-width: 992px) {
    .stars i {
        font-size: 18px;
        margin-right: 4px;
    }
}
/*********** main nav ************/
.main-nav {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(/live/oe_/https://ezyplatform.com/images/header.png);
}
.main-nav li > a {
    color: #fff;
}
.main-nav ul {
    list-style: none;
    margin: 0px;
    justify-content: center;
    align-items: center;
}
.main-mobile-menu {
    position: fixed;
    height: 100%;
    width: 310px;
    transform: translate3d(-100%,0,0);
    z-index: 100;
    transition: all 0.6s ease-in-out;
    background: #1f345e;
}
.main-mobile-menu li > a {
    color: #fff;
}
.main-mobile-menu ul {
    list-style: none;
    margin: 0px;
}
.main-mobile-common-menu {
    padding-left: 1rem;
}
.main-logo {
    max-height: 64px;
}
/************ banner ***************/
.main-banner {
    height: 532px;
    background-image: url(/live/oe_/https://ezyplatform.com/images/banner_bg.png);
    background-size: cover;
}
.main-banner-left {
    margin-left: 1rem;
}
.main-banner .heading {
    margin-top: 100px;
}
.main-banner .btn {
    font-size: 20px;
    font-weight: bold;
    border: none;
    outline: none !important;
    padding: 15px 50px;
    border-radius: 8px;
    transition: all 0.2s ease;
}
.main-banner .btn:hover {
    background-color: #f95eff;
    color: #fff;
}
.download-platform-button {
    background-color: #005bd1;
    color: #fff;
}
.download-sdk-button {
    background-color: #ffc75d;
}
.experience-button {
    background-color: #28a745;
    color: #fff;
}
.main-banner img {
    width: 100%;
}
@media (min-width: 300px) {
    .main-banner {
        height: 700px;
    }
    .main-banner .heading {
        margin-top: 30px;
    }
    .main-banner .btn {
        padding: 15px 15px;
    }
}
@media (min-width: 576px) {
    .main-banner {
        height: 640px;
    }
    .main-banner .heading {
        margin-top: 30px;
    }
    .main-banner .btn {
        padding: 15px 15px;
    }
}
@media (min-width: 768px) {
    .main-banner {
        height: 420px;
    }
    .main-banner .heading {
        margin-top: 30px;
    }
    .main-banner .btn {
        padding: 12px 12px;
    }
}
@media (min-width: 992px) {
    .main-banner {
        height: 380px;
    }
    .main-banner .heading {
        margin-top: 30px;
    }
    .main-banner .btn {
        padding: 15px 15px;
    }
}
@media (min-width: 1200px) {
    .main-banner {
        height: 480px;
    }
    .main-banner img {
        width: 87%;
    }
    .main-banner-left {
        margin-left: 6.5rem;
    }
    .main-banner-left .heading-content br {
        display: none !important;
    }
}
@media (min-width: 1680px) {
    .main-banner {
        height: 560px;
    }
    .main-banner-left {
        margin-left: 7rem;
    }
    .main-banner .heading {
        margin-top: 120px;
    }
    .main-banner-left .heading-content br {
        display: block !important;
    }
}
@media (min-width: 1920px) {
    .main-banner {
        height: 640px;
    }
    .main-banner-left {
        margin-left: 8rem;
    }
}
@media (min-width: 2560px) {
    .main-banner {
        height: 68vh;
    }
    .main-banner-left {
        margin-left: 12rem;
    }
}
/*********** features ***************/
.features div {
    padding: 30px;
}
.features div:nth-child(-n + 4) {
    border-bottom: 1px solid #d5e7fb;
}
.features div:nth-child(n + 2) {
    border-left: 1px solid #d5e7fb;
}
.features div:nth-child(5) {
    border-left: none;
}
@media (max-width: 576px) {
    .features div:nth-child(3), .features div:nth-child(7) {
        border-left: none;
    }
    .features div:nth-child(5), .features div:nth-child(6) {
        border-bottom: 1px solid #d5e7fb;
    }
}
/*********** action box ***************/
.action-box {
    padding: 30px 15px;
    text-align: center;
    background-color: #4f4df9;
}
.action-box-heading {
    margin-bottom: 40px;
}
.action-box-title {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
.action-box-content {
    color: #fff;
    font-size: 16px;
}
.action-box-button {
    background-color: #fff;
    color: #707f96;
    font-size: 20px;
    font-weight: bold;
    border: none;
    outline: none !important;
    padding: 10px 60px;
    border-radius: 5px;
    transition: all 0.2s ease;
}
.action-box-button:link {
    text-decoration: none;
}
.action-box-button:hover {
    background-color: #f95eff;
    color: #fff;
}
@media (min-width: 768px) {
  .action-box {
    padding: 70px 50px;
  }
  .action-box-title {
    font-size: 50px;
  }
  .action-box-description {
    font-size: 18px;
  }
}
/*********** plugins ***************/
.plugin-item {
    border: 1px solid #d4e6fa;
    border-radius: 3px;
    white-space: nowrap;
    overflow: auto;
    text-overflow: scroll;
}
.plugin-item-image {
    text-align: center;
}
.plugin-item-image img {
    max-width: 100%;
}
.plugin-item-content {
    padding: 20px 0px 20px 0px;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.plugin-item-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #737d98;
    font-weight: bold;
}
.plugin-item-description {
    margin-bottom: 10px;
    font-size: 18px;
}
.plugin-item-author {
    margin-bottom: 15px;
    font-size: 16px;
    opacity: 80%;
    color: inherit;
}
.plugin-item-author:hover {
    text-decoration: none;
}
.plugin-item-price {
    color: #49B265;
    font-size: 18px;
    padding: 0.375rem 0rem;
}
.popular-item .plugin-item-price {
    margin-bottom: 10px;
}
.plugin-item-button, .plugin-item-button-disable {
    width: 80%;
    background-color: #489afe;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    border: 0;
    outline: none;
    font-size: 18px;
    transition: all 0.2s ease;
}
.plugin-item-button:hover {
    background-color: #f95eff;
    color: #fff;
}
.plugin-item-button-disable:hover {
    color: #fff;
}
@media (max-width: 576px) {
    .plugin-item {
        margin-bottom: 30px;
    }
}

/*********** ezyplatform users ***************/
.ezyplatform-users {
    text-align: center;
}

.ezyplatform-users img {
    max-width: 212px;
    max-height: 120px;
    padding: 10px;
    object-fit: cover;
}

/*********** footer ***************/
.footer {
    background-color: #cee1ff;
    padding: 20px 0;
}
.main-footer {
    font-size: 18px;
}
.main-footer ul {
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.footer a {
    color: #7c899c;
}
.footer a:hover {
    color: #49B265;
    text-decoration: none;
}

@media (min-width: 768px) {
    .footer {
        padding: 35px 0;
    }
}
@media (max-width: 576px) {
    .main-footer ul {
        padding: 0;
        margin: 0;
    }
}
/*********** account ***************/
.account-sidebar a {
    color: gray;
}
.account-sidebar a:hover {
    background-color:#f95eff;
    color: #fff;
}
/*************** market *****************/
.highlight-project-description {
    max-height: 320px;
    overflow: auto;
}
.highlight-project-description h1 {
    font-size: 28px;
}
.highlight-project-description h2 {
    font-size: 26px;
}
.highlight-project-description h3 {
    font-size: 24px;
}
.highlight-project-description h4 {
    font-size: 22px;
}
.highlight-project-description h5 {
    font-size: 22px;
}
.highlight-project-description h6 {
    font-size: 20px;
}
.highlight-project-description img {
    max-width: 100%;
    object-fit: cover;
}
.market .plugin-item {
    border: none;
}
.market .plugin-item-content {
    text-align: left;
    align-items: start;
}
.market .plugin-item-price-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.market .plugin-item-price-area button {
    color: #489afe;
}
.market .plugin-item-price-area .collect-button:hover {
    background-color: #f95eff;
    color: #fff;
}
.market .collect-project {
    margin-top: 2rem;
}
.market .collect-project .plugin-item-button,
.market .collect-project .plugin-item-button-disable {
    border-radius: 30px;
    padding: 15px;
}
.market .project-details {
    margin-top: 2.5rem;
}
.market .project-details .nav-tabs a {
    font-size: 110%;
}
.market .project-details .nav-tabs a:hover {
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}
.market .project-details .nav-tabs a.active {
    color: #f95eff;
}
.market .project-details h1 {
    font-size: 28px;
}
.market .project-details h2 {
    font-size: 26px;
}
.market .project-details h3 {
    font-size: 24px;
}
.market .project-details h4 {
    font-size: 22px;
}
.market .project-details h5 {
    font-size: 22px;
}
.market .project-details h6 {
    font-size: 20px;
}
.market .project-details img {
    max-width: 100%;
    object-fit: cover;
    padding-top: 15px;
    padding-bottom: 15px;
}
@media (max-width: 992px) {
    .highlight-project-description {
        max-height: 200px;
    }
}
@media (max-width: 576px) {
    .highlight-project-description {
        max-height: 240px;
    }
    .market .collect-project {
        margin-bottom: 2rem;
    }
    .market .project-details {
        margin-top: 1rem;
    }
}
/*************** project *****************/
.project-details-description {
    overflow: auto;
}
.project-small {
    font-size: 80%;
    font-weight: 400;
    margin-bottom: 3rem;
}
.project-small.last-child {
    margin-bottom: 1.5rem;
}
.project-small label {
    margin-bottom: 0px;
}
.project-tag {
    background-color: lightgray;
    padding: 0px 3px 0px 5px;
    border-radius: 5px;
    margin-top: 2px;
    margin-right: 3px;
    cursor: pointer;
}
.project-image-tmp {
    background-color: orange;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    width: 100%;
    height: 100%;
}
.project-banner-tmp {
    padding-top: 22%;
    padding-bottom: 22%;
}
.project-version-title {
    border-radius: 3px;
    color: white;
    padding: 3px 5px 3px 5px;
    margin-left: 5px;
    margin-top: 5px;
    height: 85%;
}
.project-release-note ul {
    padding-left: 20px;
}
@media (max-width: 576px) {
    .project-details-buttons {
        display: flex;
        flex-flow: column;
        gap: 0.5rem;
    }
}
/************** author *************/
.author-container {
    height: 150px;
    position: relative;
    margin: 0px -15px 0px -15px;
}
.author-container::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index:-99;
    background-size: cover;
    background-image: url(/live/oe_/https://ezyplatform.com/images/banner_bg.png);
}

.author-content {
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.author-avatar {
    width: 72px;
    height: 72px;
    object-fit: cover;
}
.author-project-count {
    background-color: #FFF;
    color: #7c7f85;
    border-radius: 2px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
}
/************** project docs ***********/
.project-docs-item-actions {
    display: flex;
    gap: 12px;
}
/************* market item doc ***********/
.documents-nav {
    border-radius: 3px;
    padding: 16px;
}
.documents-nav .nav-item .nav-link {
    padding: 10px;
}
.documents-nav .nav-item a {
    color: #494F55;
}
.documents-nav .nav-item .nav-link.active {
    background-color: #4f4df9;
    border-radius: 5px;
    color: white;
}
/************** error page *************/
.error-page {
    margin: 50px auto 0;
    width: 600px;
}
.error-page>.headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}
.error-page>.error-content {
    display: block;
    margin-left: 190px;
}
@media (max-width: 767.98px) {
    .error-page {
        width: 100%;
    }
    .error-page>.headline {
        float: none;
        text-align: center;
    }
    .error-page>.error-content {
        margin-left: 0;
    }
}
/********* loading *********/
div.screen-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    background-color: rgba(16, 16, 16, 0.5);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div.screen-loading .loading-percent {
    color: #fff;
}
/*********** modal video **************/
.modal-image .modal-body {
    padding: 0;
}

.modal-image img {
    width: 100%;
    max-height: 90vh;
    object-fit: cover;
}
/*********** modal video **************/
.play-button {
    width: 90px;
}
.play-button-small {
    width: 45px;
}
@media (max-width: 992px) {
    .play-button {
        width: 75px;
    }
}
@media (max-width: 576px) {
    .play-button {
        width: 60px;
    }
}
.modal-video .modal-dialog {
  max-width: 720px;
}
.modal-video .modal-content {
  background: transparent;
  width: 720px;
  height: 405px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .modal-video .modal-content {
    margin: 0 auto;
    width: 92vw;
    height: 52vw;
  }
}
.modal-video .modal-body {
  padding: 0;
}
.modal-video .modal-body iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/*********** copy **************/
.copied-msg {
    position: absolute;
    padding: 5px 10px;
    background-color: #ffffff;
    font-size: 12px;
}

/*********** post **************/
.post-item {
    display: flex;
    gap: 20px;
    padding: 20px 0;
}

.post-item:hover {
    opacity: 0.6;
}

.post-item-thumbnail img {
    width: calc((16 / 9) * 110px);
    height: 110px;
    object-fit: cover;
}

.post-item-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-item-metadata {
    display: flex;
    gap: 8px;
    font-size: 14px;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .post-item {
        flex-direction: column;
    }
    .post-item-thumbnail img {
        width: 100%;
        height: calc((9 / 16) * 100vw);
    }
}
