@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
*,
html {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #fff;
    overflow-x: hidden;
    box-sizing: border-box;
    font-size: 16px;
    background: #3c3e41;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}
.doc-menu-btn {
    background-color: #292d32 !important;
}
.outerContainer {
    /* overflow: hidden; */
    padding: 0 30px;
}

::-moz-selection {
    color: #ffffff;
    background: #262549;
}

::selection {
    color: #ffffff;
    background: #262549;
}

.headerBg.active {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.navbar-brand img {
    transition: all 0.4s ease;
}
.navbar-nav {
    align-items: center;
}
.navbar-nav li {
    padding: 5px 20px;
}

.navbar-nav li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.navbar-nav li.loginbtn a {
    background: #ff483d;
    color: #fff !important;
    border-radius: 30px;
    padding: 10px 35px !important;
}
.navbar-nav .nav-link.active {
    color: #ff483d;
}
.logo img {
    max-width: 90px;
}

/*-----bannerBlog------*/
.bannerBlog {
    padding: 176px 0 100px 0;
    background-size: cover;
}

.bannerBlog h1 {
    font-size: 42px;
    color: #ff483d;
    font-weight: 600;
    margin: 20px 0 20px;
    line-height: normal;
}

.bannerBlog h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bannerBlog p {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}
.app-icon-slider {
    list-style: none;
}
.app-icon-slider li:not(:last-child) {
    margin-right: 15px;
}
.app-icon-slider li {
    display: inline-block;
}
.slidImg img {
    max-width: 100%;
}

.app-launchdate {
    background: #78b8ac;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 15px;
}
.btn {
    background-color: #c8b3ea;
    color: #fff;
    padding: 11px 30px;
    border-radius: 10px;
    border: 0;
}

.btn:hover {
    background-color: #5b6bd2;
}

.btn.btn-primary {
    background: #ff483d;
    color: #fff;
}
.btn-primary:focus,
.btn-primary:active {
    background-color: red !important;
}
.btn.btn-outline-primary {
    background: transparent;
    color: #ff483d;
    border: solid 1px #ff483d;
}
.btn.btn-outline-primary:hover {
    background: #ff483d;
    color: #fff;
    border: solid 1px #ff483d;
}
.nav-item .btn_contact {
    color: #000;
}

.nav-item .btn_contact:hover {
    background-color: #85ddbd;
}

.navbar > .container {
    align-items: flex-start;
}

/*-----aboutBlog------*/
.aboutBlog {
    padding: 100px 0;
    background: #292d32;
    text-align: left;
    border-radius: 50px;
}

.aboutBlog h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px 0;
    position: relative;
}

.aboutBlog p {
    margin-bottom: 40px;
    line-height: 34px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

/*-----FeaturesBlog------*/
.featuresBlog {
    padding: 100px 0;
}

.appFeatures_slider {
    max-width: 80%;
    margin: auto;
}

.appFeatures_slider .features {
    max-width: 50%;
    padding-left: 50px;
}

.appFeatures_slider figure {
    max-width: 50%;
}

.featuresBlog h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px 0;
    position: relative;
    color: #fff;
}
.fea-subtitle {
    font-size: 16px;
}
.fea-card {
    background: #41454a;
    border-radius: 18px;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    width: 90%;
}
.fea-card h6 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.featuresBlog .fSubTitle {
    color: #fff;
    font-size: 16px;
    margin: auto;
    text-align: center;
    width: 100%;
}

.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
    background: url(../images/arrow-circle-right.svg) no-repeat center;
}

.slick-next:hover {
    background: url(../images/arrow-circle-right.svg) no-repeat center;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-next {
    right: -75px;
}

.slick-prev {
    left: -75px;
    background: url(../images/arrow-circle-left.svg) no-repeat center;
}

.slick-prev:hover {
    background: url(../images/arrow-circle-left.svg) no-repeat center;
}

/* ----app_screens---- */

.app_screens {
    padding: 100px 0;
    background: #ff483d;
    border-radius: 50px;
}
.app_screens h2 {
    color: #fff;
}

.contactUsBlog {
    padding: 80px 0;
    text-align: center;
}

.contactUsBlog h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px 0;
    position: relative;
    color: #fff;
}

.contactBox {
    background: #41454a;
    max-width: 360px;
    width: 100%;
    border-radius: 100px;
    padding: 30px 50px;
    display: flex;
    text-align: left;
    justify-content: left;
    align-items: center;
}

.mailIcon {
    margin-right: 20px;
}
.mailIcon img {
    max-width: 100px;
}
.mailDetails h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    color: #fff;
}
.mailDetails p a {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    position: relative;
    color: #fff !important;
}

.mailDetails a {
    color: #fff !important;
}
.mailDetails p {
    color: #fff !important;
}

.nav-link:focus,
.nav-link:hover {
    color: #333;
}

.app_screens h2 {
    font-size: 36px;
    font-weight: 700;
}

.screen_slider {
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}

.screen_slider figure {
    display: flex;
    justify-content: center;
    align-items: center;
}

.screen_slider .slick-slide {
    margin: 0 10px;
}

.education-section {
    padding: 100px 0;
    background: #fff;
    font-size: 18px;
}

/*-----downloadAppBlog------*/
.downloadAppBlog {
    padding: 100px 0;
    background: #fff;
}

.downloadAppBlog h4 {
    font-size: 38px;
    color: #85ddbd;
    font-weight: 600;
    margin-bottom: 15px;
}

.downloadAppBlog span {
    font-size: 38px;
    font-weight: 300;
}

.downloadAppBlog p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 30px;
}

/*-----ContactBlog------*/
.ContactBlog {
    padding: 70px 0;
    background: #e8f4f1;
}

.ContactBlog h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 50px 0;
    position: relative;
}

.ContactBlogCont {
    text-align: center;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #c8b3ea;
    height: 100%;
}

.iconTitle {
    margin-bottom: 25px;
}

.ftLgIcon {
    max-width: 55px;
}

.ContactBlogCont h4 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ContactBlogCont p,
.ContactBlogCont a {
    color: #000;
    font-size: 18px !important;
    font-weight: 300;
}

.ppContentInner {
    margin-top: 220px;
    margin-bottom: 50px;
}

.ppContentInner h1 {
    color: #fff;
    line-height: normal;
    font-size: 38px;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
}

.blackHeading {
    color: #000;
    line-height: normal;
    font-size: 36px;
    font-weight: 700;
    margin-top: 3rem;
    padding-bottom: 20px;
    position: relative;
}

.ppContentInner h1::after,
.blackHeading::after {
    width: 190px;
    height: 1px;
    background-color: #5b6bd2;
    content: "";
    left: 0px;
    bottom: 10px;
    position: absolute;
}

.ppContentInner p,
.ppContentInner li {
    color: #515867;
}

footer .ftContactDetails img {
    max-height: 20px;
}

.form-control {
    border-color: #6f6f6f;
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 10px;
    background: transparent;
}

input.form-control::placeholder {
    color: #a4a4a4;
}
.form-label {
    font-size: 13px;
}
.signup_screens {
    padding: 60px 0;
    background: url(../images/featurebg.png) center center no-repeat;
    background-size: cover;
}
.signup_screens h2 {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin: 0;
    line-height: 1;
}
.sendbtn {
    border-radius: 10px;
    color: #fff;
    background: #78b8ac;
    font-size: 18px;
    padding: 8px 25px;
    border: solid 1px #78b8ac;
}
.continfo-slide {
    display: flex;
    font-size: 18px;
    font-weight: 300;
}
.cont-info-icon {
    margin-right: 20px;
}
.continfo-slide h6 {
    font-weight: 700;
    color: #000;
    font-size: 20px;
    margin: 0;
}

/*-----footerBlog------*/

.bg-footer {
    padding: 40px 0;
    text-align: center;
}
.footerMenu {
    margin: 40px 0;
}
.footerBlog h4 {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
}

.footerBlog span {
    font-size: 38px;
    color: #fff;
    font-weight: 300;
}

.footerBlog p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 26px;
}

.footerMenu a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 2px 5px;
}

.ftCopyRight {
    padding: 15px 0;
    background: #292d32;
}
.ftCopyRight p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}
.innerpage-style .footerBlog {
    border-top: solid 1px #ddd;
}

.contctBlog {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.featuresBoxs {
    display: flex;
}
.contactBgRow {
    background: #292d32;
    padding: 15px;
    margin-top: 30px;
    border-radius: 50px;
}
.fixed-top.active .logo img {
    width: 51px;
}
.contactTopBtn {
    background: #527769;
    color: #fff !important;
    border-radius: 10px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.bannerWelcome {
    text-transform: uppercase;
    font-size: 14px;
}
.featuresBoxs div {
    position: relative;
    padding-left: 25px;
}
.featuresBoxs div::before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ff483d;
    border-radius: 20px;
    left: 0;
    top: 9px;
    content: "";
}
.featuresBoxs div p {
    color: #fff;
}

/** Header **/
.header .navbar {
    background: #292d32;
    border-radius: 0 0 50px 50px;
}
.navbar-nav li a {
    color: #fff;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus {
    color: #ff483d;
}
.header .fixed-top {
    right: 30px;
    left: 30px;
}

/*--login---*/
.login-wrapper {
    padding: 170px 0 40px;
    text-align: left;
    border-radius: 50px;
    font-size: 14px;
}
.login-container {
    background: #292d32;
    border-radius: 16px;
    padding: 50px;
    max-width: 470px;
    margin: auto;
}
.icon-holder-lft {
    position: relative;
}
.icon-holder-lft input {
    padding-left: 45px;
}
.input-icon-lft {
    position: absolute;
    top: 12px;
    left: 11px;
}
.input-icon-rt {
    position: absolute;
    top: 12px;
    right: 11px;
}
.theme-text-link {
    color: #ff483d;
}
/*--login---*/
/**-forums-wrapper--*/
.forums-wrapper {
    padding: 150px 0 0;
    text-align: left;
    border-radius: 50px;
}
.forums-container {
    /* max-width: 1174px; */
    margin: auto;
}
.login-add {
    background: #292d32;
    padding: 35px;
    border-radius: 17px;
    position: sticky;
    top: 100px;
}
.login-add h2 {
    font-size: 26px;
    margin-bottom: 13px;
}
.forums-card {
    background: #292d32;
    padding: 20px;
    border-radius: 17px;
    display: flex;
}
.forums-card-user-pic {
    flex: 0 0 auto;
    margin: 0 15px 0 0;
}
.forums-card-user-pic img {
    width: 76px;
    height: 76px;
    border-radius: 100px;
}
.forums-card-det h5 {
    font-size: 20px;
}
.fnt-18 {
    font-size: 18px;
}
.grey-text-link {
    color: #bec0c1;
    display: inline-block;
}
.time-duration {
    color: #bec0c1 !important;
    font-size: 13px;
}
.chat-like-count-list {
    display: flex;
    align-items: center;
    margin: 20px 0 5px;
}
.chat-like-count-list li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
}
.forums-m-pic.png {
    width: 100%;
    border-radius: 16px;
}
/**-forums-wrapper--*/

/*--sidebar card--*/
.sidebar-card {
    background: #292d32;
    padding: 35px;
    border-radius: 17px;
    position: sticky;
    top: 100px;
}
.sidebar-card h4 {
    font-size: 20px;
}
.u-profile-pic {
    margin: auto;
    display: block;
    width: 119px;
    height: 119px;
    border-radius: 100%;
    object-fit: cover;
}
.sidebar-menu {
    border-top: solid 1px #464b51;
    margin: 30px 0 0 0;
    padding: 20px 0 0 0;
}
.sidebar-menu li {
    margin: 0 0 15px 0;
}
.sidebar-menu li a {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.sidebar-menu li a i {
    background: #41454a;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin: 0 18px 0 0;
}
/*--sidebar card--*/

/* view all comments =====================================================*/
.comments-wrapper {
    max-width: 650px;
}

.comment {
    background: #3c3e41;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.comment strong {
    font-weight: 600;
    color: #ffffff;
    font-size: 15px;
}
.comment-header {
    display: flex;
    gap: 10px;
}

/* Avatar circle */
.avatar {
    min-width: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #5e5e5e;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
}

/* Time text */
.time {
    display: block;
    font-size: 12px;
    color: #777;
}

.comment p {
    margin: 5px 0 0 0px;
    font-size: 14px;
    font-weight: 400;
}

/* hide extra comments initially */
.more-comments {
    display: none;
    padding-top: 15px;
    max-height: 300px;
    overflow: auto;
    padding-right: 5px;
}
.more-comments::-webkit-scrollbar {
    width: 4px; /* scrollbar width */
    height: 8px; /* horizontal scrollbar */
}

.more-comments::-webkit-scrollbar-track {
    background: #1a1a1a; /* dark background */
    border-radius: 10px;
}

.more-comments::-webkit-scrollbar-thumb {
    background: #444; /* scrollbar color */
    border-radius: 10px;
}

.more-comments::-webkit-scrollbar-thumb:hover {
    background: #666; /* lighter on hover */
}
.grey-text-link {
    color: #777;
    text-decoration: none;
    cursor: pointer;
}

.grey-text-link:hover {
    text-decoration: underline;
}

.pass-dots {
    position: absolute;
    display: flex;
    gap: 4px;
    left: 50px;
    top: 20px;
}

.pass-dots span {
    width: 7px;
    height: 7px;
    background: #ccc;
    display: inline-block;
    border-radius: 100%;
}

.login-container .form-check-input[type="checkbox"] {
    border: 2px solid #c1c7db;
    background-color: #292d32;
    box-shadow: none;
    width: 24px;
    height: 24px;
    margin-left: -32px;
}

.login-container .form-check {
    padding-left: 32px;
}

.user-profile {
    width: 130px;
    height: 130px;
    border: 1px solid #ff483d;
    border-radius: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.user-profile button {
    position: absolute;
    bottom: 10px;
    right: 0;
    background: transparent;
    border: 0;
    outline: none;
}

.otp-inputs {
    position: relative;
}
.otp-inputs .pass-dots {
    left: 50%;
    transform: translateX(-50%);
}
.otp-inputs input {
    text-align: center;
    color: #fff;
}
.otp-inputs input:focus + .pass-dots {
    display: none;
}

/* view  */
.create-forum-container {
    max-width: 650px;
    margin: auto;
    padding-bottom: 30px;
}

.upload-area {
    border: 2px dashed #ff483d;
    border-radius: 14px;
    padding: 18px 20px 20px;
    text-align: center;
    margin-bottom: 1.5rem;
    background: #292d32;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    cursor: pointer;
}
.upload-area input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.upload-icon {
    font-size: 2rem;
    color: #4c4b45;
    margin-bottom: 5px;
}
.upload-text {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}
.upload-subtext {
    font-size: 11px;
    color: #979797;
}

.create-forum-input textarea {
    color: #fff;
    height: 160px;
    color: #fff;
    background-color: #292d32;
}
.form-control::placeholder {
    color: #a4a4a4;
}
.form-control {
    color: #fff;
}
.form-control:focus {
    background-color: #444;
    box-shadow: none;
    color: #fff;
}

.btn-secondary {
    background: #0d0d0d !important;
}

.back-btn a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 23px;
}

.back-btn {
    margin-bottom: 22px;
}

.forums-rgt-inner {
    max-width: 650px;
    margin: auto;
}

.scroll-mt-100 {
    scroll-margin-top: 100px;
}

.input-icon-holder-lft {
    position: relative;
}

.input-icon-holder-lft input {
    padding-left: 45px;
}

.toggle-password {
    position: absolute;
    right: 30px;
    top: 24px;
    transform: translateY(-50%);
    cursor: pointer;
}

input.otp-input {
    position: relative;
    text-align: center;
    font-size: 20px;
}

/* Show dot when empty */
input.otp-input:placeholder-shown {
    color: transparent; /* hide placeholder text */
}

input.otp-input::placeholder {
    color: #fff; /* dot color */
    font-size: 20px;
}

input#fileInput:after {
    /* content: ""; */
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.dz-preview {
    display: inline-block;
    margin: 10px;
}

/* Upload Area */
.upload-area {
    border: 2px dashed #ddd;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 8px;
}

.upload-area.dz-drag-hover {
    border-color: #000;
    background: #fafafa;
}

/* Preview Grid */
.dz-preview {
    width: 120px;
    height: 120px;
    margin: 8px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.dz-preview img,
.dz-preview video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Media Type Badge */
.media-badge {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 12px;
}

/* Progress Bar */
.dz-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
}

.dz-upload {
    background: #000;
}

/* Error UI */
.field-error {
    color: red;
    font-size: 13px;
    margin-top: 5px;
}

.forum-media-wrapper {
    width: 100%;
    max-width: 518px;
    margin: 0 auto; /* centers inside slick */
}

.forum-media-wrapper img,
.forum-media-wrapper video {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    display: block;
    border-radius: 12px;
}

.like-btn.liked {
    filter: invert(24%) sepia(96%) saturate(7498%) hue-rotate(352deg)
        brightness(97%) contrast(118%);
}
.dropdown-menu {
    background-color: #f1f1f1 !important;
}
.dropdown-menu .forum-delete-btn {
    display: flex;
    gap: 8px;
}
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active {
    background: #fff;
    color: #000;
}

.profile-pic-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.forums-card-inner {
    width: 100%;
}

/* report modal */
.modal-content.bg-dark {
    background: #3c3e41 !important;
}
.modal-header,
.modal-footer {
    border-color: #292d32;
}
.modal .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.modal-footer {
    padding: 0px 16px 20px;
    border: 0;
}

.modal-footer button {
    margin-top: 0 !important;
    margin: 0;
}

.form-check-input[type="radio"] {
    box-shadow: none;
    background-color: #3c3e41;
    border-color: #8b8b8b;
}
.form-check-input[type="radio"]:checked {
    background-color: #3c3e41;
    border-color: #ff483d;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ff483d'/%3e%3c/svg%3e");
}
.dz-image,
.dz-image img {
    height: 100%;
    object-fit: contain;
}
.dz-image {
    background: #3c3e41;
}

/* card  */
.forums-card-det {
    padding-left: 96px;
    position: relative;
}

.forums-card-user-info {
    display: flex;
    gap: 17px;
    width: 100%;
}
.user-dp {
    min-width: 76px;
    width: 76px;
    height: 76px;
    overflow: hidden;
}

.user-dp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.user-name-desc {
    flex: 1;
    align-content: center;
}

.sidebar-card {
    max-width: 360px;
    margin: auto;
}

.slick-dots {
    position: static !important;
    display: flex !important;
    justify-content: center;
    margin-top: 15px !important;
}

.slick-dots button::before {
    display: none !important;
}

.slick-dots button {
    width: 10px !important;
    height: 10px !important;
    background: #898989 !important;
    display: block !important;
    border-radius: 100%;
}
.slick-dots .slick-active button {
    background: #ff483d !important;
}
.slick-dots li {
    width: unset !important;
    height: unset !important;
}

/* rv */

/* a.dz-remove.dz-remove-button { */
a.dz-remove {
    position: absolute !important;
    top: 2px !important;
    right: 2px !important;
    display: block !important;
    padding: 1px 3px 0 4px;
    border-radius: 100%;
    background: #ff483d;
    color: #fff;
    box-sizing: border-box;
    font-size: 12px;
    width: 21px;
    height: 21px;
    line-height: 20px;
    text-align: center;
}
a.dz-remove:last-child {
    display: none !important;
}

.replied-comment {
    background: #37393c;
    margin-top: 10px;
}

.comment-reply {
    margin-top: 6px;
    margin-bottom: 5px;
    font-size: 14px;
}

.comment-reply img.comment-reply-icon {
    width: 16px;
}

/* .post-media-slider video {
    touch-action: pan-y;
    pointer-events: none;
}

.post-media-slider::-webkit-media-controls {
    pointer-events: auto;
} */

/* .slick-track .slick-slide {
    position: relative;
}
.slick-track .slick-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: ccalc(100% - 40px);
} */

.custom-video-player {
    position: relative;
}

.custom-video-player video {
    width: 100%;
    display: block;
    touch-action: pan-y;
}

.video-controls {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 6px 10px;
    border-radius: 6px;
}

.video-controls button {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.seek-bar {
    flex: 1;
}
