@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Birthstone&family=Charm:wght@400;700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


body {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    min-height: 100vh;
    line-height: 1.6;
}

:root {
    --orange: #F9A926;
    --black: #000000;
    --gray: #121212;
    --text-gray: #929292;
    --light-gray: rgba(18, 18, 18, 1);
    --text-blue: rgba(100, 165, 255, 1);
    --text-green: rgba(23, 207, 69, 1);
    --text-red: rgba(246, 2, 2, 1);

}

*::-webkit-scrollbar {
    display: none;
}

a {
    text-decoration: none !important;
}

.text-white-70 {
    color: rgba(255, 255, 255, 0.7) !important;
}

.gray-font {
    color: rgba(135, 135, 135, 1);
}

.mobile-user-info>div:first-child {
    width: 40%;
}

.mobile-user-info>div {
    width: 60%;
}

.mobile-user-info {
    margin-bottom: 15px !important;
}

.mobile-subheading2 {
    font-weight: 600 !important;
    font-size: 16px !important;
}

.table-movie-img {
    height: 40px;
    width: 40px;
    object-fit: cover;
}

.table-movie-big-img {
    height: 78px;
    width: 78px;
    object-fit: cover;
}

.table-movie-bigger-img {
    height: 92px;
    width: 92px;
    object-fit: cover;
}

.dashboard-table-bottom {
    padding: 60px 35px !important;
}

.arrow-top {
    transition: transform 0.3s ease;
}

.arrow-rotate {
    transform: rotate(180deg);
}

.accept-cookies-btn {
    font-size: 14px;
    padding: 12px auto !important;
    border-radius: 56px;
    border-style: none;
    background-color: var(--orange);
    margin-right: 11px;
    width: 190px;
    height: 42px;

}

.decline-cookies-btn {
    font-size: 14px;
    width: 190px;
    height: 42px;

    text-decoration: underline;
    padding: 12px auto !important;
    border: 1px solid rgba(255, 255, 255, 1) !important;
    border-radius: 56px;
    border-style: none;
    background-color: transparent;

}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 40%),
        linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 40%);
    z-index: 1;
    /* Place it above the image */
    pointer-events: none;
    /* Allow interactions with underlying content */
}

.notify-dot {
    height: 11px;
    width: 11px;
    background-color: #F9A926;
    border-radius: 50%;
    margin-right: 6px;
}

.custom-border-gray {
    border: 1px solid #D9D9D9 !important;

}

.add-post-btn {
    padding: 14px 10px !important;
    font-weight: 600 !important;

}

.custom-border-color {
    width: 297px;
    margin-top: 16px;
    border-bottom: 1px solid #92929249 !important;
}

.file-upload {
    display: flex;
    width: 100%;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.17) !important;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px !important;
    box-shadow: 0px 1px 10px 0px #D7D7D740;
}

.file-upload button {
    background-color: #fff;
    border: none;
    color: #616161;
    border-radius: 3px;
    /* padding: 10px 20px; */
    width: 56px;
    height: 35px;
    margin-right: 10px;
    cursor: pointer;
}

label {
    /* color: white !important; */
    margin-bottom: 5px;
}

select {
    width: 100%;
    color: rgba(255, 255, 255, 0.7) !important;
}

.file-upload span {
    color: #B5B2B2;
}

.file-upload input[type="file"] {
    display: none;
}

.custom-wrapper {
    background-color: var(--light-gray) !important;
}

.custom-child-wrapper {
    background-color: #000000 !important;

}

.custom-shadow {
    box-shadow: 0px 2px 9.6px 0px #706E6E40;

}

.text-green {
    color: var(--text-green) !important;
}

.text-red {
    color: var(--text-red) !important;
}

.rounded-lg {
    border-radius: 20px;
}

.rounded-md {
    border-radius: 10px;
}

.movie-postar {
    height: 347px;
    width: 278px;
    object-fit: cover;
}

.star-icon {
    height: 24px;
    width: 24px;
}

.visibility-hidden {
    visibility: hidden;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}

.scroll-container {
    padding: 0px 5px;
    overflow-y: scroll;
}

select {
    border-style: none;
    outline: none;
    background-color: transparent;
}

select>option {
    background-color: var(--light-gray);
}

.radio-group {
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    gap: 16px;
}

.custom-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio span {
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 2px solid #aaa;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    transition: border-color 0.3s ease;
}

.custom-radio input[type="radio"]:checked+span {
    border-color: white;
}

.custom-radio input[type="radio"]:checked+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 49%;
    left: 49%;
    transform: translate(-50%, -50%);
}

.custom-radio label {
    font-size: 16px;
}

.scroll-behaviour {
    max-height: 100vh;
    overflow-y: scroll;
    /* height: 100vh; */
}

.filter-icon-yellow:hover {
    filter: brightness(0) saturate(100%) invert(75%) sepia(16%) saturate(4033%) hue-rotate(341deg) brightness(105%) contrast(95%) !important;
}

.white-cross {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2591%) hue-rotate(56deg) brightness(110%) contrast(100%);
}


.cursor-pointer {
    cursor: pointer !important;
}

.bg-cover {
    object-fit: cover !important;
}

.text-orange {
    color: var(--orange);
}

.bg-orange {
    background-color: var(--orange) !important;
}

.permanent-gray-bg {
    background-color: var(--light-gray) !important;

}

.temporary-bg {
    background-color: black !important;

}

.profile-great-grand-parent {
    padding: 46px 31px !important;
}

.temporary-gray {
    background-color: var(--light-gray);

}

.bg-light-gray {
    background-color: var(--light-gray) !important;
}

/* Font Sizes */
.text-16 {
    font-size: 16px;
}


.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-22 {
    font-size: 22px;
}

.text-24 {
    font-size: 24px;
}

.text-26 {
    font-size: 26px;
}

.text-28 {
    font-size: 28px;
}

.text-28 {
    font-size: 28px;
}

.text-32 {
    font-size: 32px;
}

.text-20 {
    font-size: 20px;
}

.text-32 {
    font-size: 32px;
}

.font-32 {
    font-size: 32px;
}


.font-20 {
    font-size: 20px;
}

.font-24 {
    font-size: 24px;
}

.font-16 {
    font-size: 18px;
}

.font-18 {
    font-size: 18px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}

.font-14 {
    font-size: 14px;
}

.line-30 {
    line-height: 30px;
}

/* Bold Text */
.bold {
    font-weight: bold;
}

.bold-500 {
    font-weight: 500;
    /* Semi-bold */
}

.bold-600 {
    font-weight: 600;
    /* Heavy bold */
}

.bold-700 {
    font-weight: 700;
    /* Heavy bold */
}

/* Example for italic and bold combined (optional) */
.bold-italic {
    font-weight: bold;
    font-style: italic;
}

.profile-container-grand-parent {
    padding: 56px 42px !important;
}

.profile-name-container {
    margin-top: 20px;
    margin-bottom: 80px !important;
}

.edit-profile-btn {
    margin: 28px 0px !important;
}

.profile-pic {
    object-fit: cover;
    height: 56px;
    width: 56px;

}

.profile-pic-dashboard {
    object-fit: cover;
    height: 82px;
    width: 82px;
}

.profile-pic-big {
    object-fit: cover;
    height: 95px;
    width: 95px;
}

.bi.bi-house:hover,
.bi.bi-search:hover,
.bi.bi-person:hover {
    color: var(--orange);
    cursor: pointer;
}

.nav-sign-up-btn {
    font-size: 14px !important;
    font-weight: 700 !important;
    border-style: none;
    padding: 12px 26px;
    border-radius: 5px !important;

}

.sign-btn {
    font-size: 14px !important;
    text-decoration: underline !important;
    background-color: var(--orange);
}

.sign-btn:hover {
    color: #000 !important;
}

.home-s1 {
    background-color: var(--gray);
}

p,
li>a {
    color: var(--text-gray) !important;
}

.btn-w {
    width: 190px;
}

.text-on-carousel {
    font-size: 24px !important;
    margin-bottom: 18px !important;
}

.learn-more-btn {
    border-style: none !important;
    font-size: 20px !important;
    border-radius: 8.7px !important;
    padding: 8.5px 17.33px !important;
}

.cookies-popup {
    max-width: 1010px;
    margin: auto;
    padding: 38px 0px !important;
}

.cookies-heading {
    font-weight: 500 !important;
    font-size: 20px !important;
    margin-bottom: 7px !important;
}

.cookies-description {
    line-height: 30px !important;
    font-size: 14px !important;
    margin-bottom: 18px !important;

}

.accept-btn {
    font-size: 14px !important;
    background-color: var(--orange) !important;
}

/* .accept-btn:hover{
    background-color: transparent !important;
    border:  1px solid white;
} */

.accept-btn,
.decline-btn {
    padding: 12px 0px !important;
}

.video-above-content {
    position: absolute !important;
    bottom: 70px !important;
    left: 40px;
    z-index: 1;

}

.arrow-on-video {
    z-index: 1;
    cursor: pointer;
    position: absolute !important;
    top: 30px !important;
    left: 56px !important;
}

.mute-on-video {
    z-index: 1;
    cursor: pointer;
    position: absolute !important;
    top: 27px !important;
    right: 56px !important;
}

.play-btn {
    top: 50%;
    /* Vertically center */
    left: 50%;
    /* Horizontally center */
    transform: translate(-50%, -50%);
    /* Adjust position to exact center */
    z-index: 2;
    /* Ensure it stays above the video */
}

.cookies-container {
    box-shadow: 0px -3px 21.6px 0px rgba(143, 142, 142, 0.25) !important;

}

.h-custom {
    max-height: 638px !important;
    height: 600px !important;
}

.h-custom-movie {
    max-height: 757px !important;
    height: 100% !important;
}

.movie-img {
    object-fit: cover;
}

.social-icons {
    height: 40px;
    width: 40px;
}

.social-icons-youtube {
    height: 40px !important;
    width: 50px !important;
}

.reset-btn {
    background-color: transparent;
    border-style: none;
}

.filter-white {
    filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(0%) hue-rotate(100deg) brightness(103%) contrast(101%);

}

.icons-movie-page {
    height: 22px !important;
    width: 22px !important;
}

.desktop-icon-gap {
    margin: 0px 127px !important;
}

.desktop-icon-gap-last {
    margin-right: 73px !important;

}

.icon-btn {
    border-style: none;
    background-color: transparent;
    color: rgba(196, 196, 196, 1);
}

.icon-btn>i {
    color: rgba(196, 196, 196, 1);
}

.input-search {
    border-style: none;
    padding: 15px 0px !important;
    background-color: transparent !important;
    color: rgba(151, 151, 151, 1);
    background-color: rgba(255, 255, 255, 0.17);

}

.input-search2 {
    border-style: none;
    height: 54px;
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
    /* margin-top: 10px; */
    margin-bottom: 26px;
    padding: 15px 10px !important;
    color: rgba(151, 151, 151, 1);
    background-color: rgba(255, 255, 255, 0.17) !important;
    box-shadow: 0px 1px 10px 0px rgba(215, 215, 215, 0.25) !important;
}

.input-search:focus {
    border-style: none;
    outline: none;
    padding: 15px 0px;
    background-color: transparent !important;
    color: rgba(151, 151, 151, 1);
}

.user-search-icon {
    height: 35px;
    width: 35px;
}

.user-filter-icon {
    height: 35px;
    width: 35px;
}

.search-container-user {
    margin-top: 35px;
    margin-bottom: 74px;
    padding: 17px 20px;
    box-shadow: 0px 1.13px 11.26px 0px rgba(215, 215, 215, 0.25);
    width: 600px;
    background-color: rgba(255, 255, 255, 0.17);
}

.search-container-user>div>input,
.search-container-user>div>input:focus {
    font-size: 24px;
    background-color: transparent;
    border-style: none;
    outline: none;
    color: rgba(151, 151, 151, 1);
}

.search-container {
    box-shadow: 0px 1.13px 11.26px 0px rgba(215, 215, 215, 0.25);

    background-color: rgba(255, 255, 255, 0.17);
}

.movie-poster {
    width: 100%;
    height: 418px;
    object-fit: cover !important;
}

.blue-text {
    color: var(--text-blue) !important;
}

.ads {
    padding: 300px 0px 85px 0px;
}


.modal-header,
.modal-footer {
    border: 0px !important;
}

.form-check,
h6 {
    margin-bottom: 16px !important;
}



/* movie-crousel start*/
.count {
    background-color: rgba(255, 255, 255, 0.43);
    border-radius: 100px;
    padding: 10px 25px;
    font-size: 24px;
    font-weight: 600;
}

.info-btns {
    border: 1px solid white !important;
    border-radius: 20px !important;
    color: white !important;
    cursor: pointer !important;
    padding: 15px 19px !important;
    width: fit-content !important;
    font-size: 17px !important;
    background-color: transparent !important;
}

.info-btns:hover {
    color: black !important;
    background-color: white !important;
}

.info-btns-active {
    color: black !important;
    background-color: white !important;
}


/* movie-crousel emd*/





/* rating modal */
.rating-label {
    margin-bottom: 17px !important;
    margin-right: 47px !important;
}

.rating-count {
    font-size: 30px !important;
    margin-right: 17px !important;
}

.progress-bar {
    height: 17px !important;
    width: 314px !important;
    border-radius: 2px !important;
    margin: 12px auto !important;

}

.progress-bar-sm {
    height: 9px !important;
    width: 314px !important;
    border-radius: 2px !important;
    margin: 7px !important;

}

.rating-label-sm {
    margin-bottom: 9px !important;
}

.rating-icons {
    height: 29px;
    width: 29px;
}

.rating-heading {
    font-size: 51.83px !important;
    font-weight: 400 !important;
    margin-bottom: 8px !important;
    margin-right: 17px !important;
}

.rating-subheading {
    font-size: 25.91px !important;
    font-weight: 400 !important;
}

.rating-icons-blank {
    height: 51px;
    width: 51px;
}

.bad-rating-bar {
    height: 9px !important;
    width: 314px !important;
    border-radius: 2px !important;
    background-color: rgba(126, 76, 43, 1) !important;
}

.custom-close-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: white;
    /* Change icon color */
}

.custom-close-btn:hover {
    color: rgb(221, 221, 221);
    /* Change hover color */
}

/* rating modal */











































































/* comments */
.profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-view .user-name {
    font-size: 26px !important;
    font-weight: 500 !important;
}

.comment-view-img {
    height: 78px;
    width: 78px;
    margin-right: 23px !important;
    object-fit: cover;
}

.comment-view .comment {
    font-weight: 300 !important;
    font-size: 24px !important;
}

.report-btn {
    font-size: 26px;
    font-weight: 500;
}

.comment-box {
    border-style: none !important;
    border-bottom: 1px solid #444 !important;
    background-color: transparent !important;
    color: #fea31b;
    font-size: 24px;
    padding: 10px 0 !important;
}

.user-profile {
    margin-right: 33px !important;
}

.comment-box:focus {
    border-style: none !important;
    border-bottom: 1px solid #444 !important;
    background-color: transparent !important;
    color: #fea31b;
    padding: 10px 0;
}

.comment-box:focus {
    outline: none;
}

.comment-actions>span> button i {
    margin-right: 18px;
    font-size: 30px;
    cursor: pointer;
}

.comment-actions>span {
    margin-right: 60px;
    font-size: 22px;
    /*cursor: pointer;*/
}

.comment-actions span button i:hover {
    color: rgba(249, 169, 38, 1) !important;
}

.reply-btn {
    cursor: pointer;
    color: #999;
}

.reply-btn:hover {
    text-decoration: underline;
}




.camera-icon {
    position: absolute;
    right: 0px !important;
    bottom: 5px !important;
    background-color: rgba(17, 17, 17, 1) !important;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    object-fit: contain;


}

.camera-parent {
    width: 100%;
    padding: 5px;
}







/* report modal*/
.custom-modal-width-container {
    width: 100% !important;
}

.custom-modal-width {
    max-width: 507px !important;
    margin: auto;
}





/* movie detail */

.open-in-app {
    margin-top: 120px;
    margin-bottom: 55px;
}

.insta-image {
    height: 38px;
    width: 38px;
}

.thumbs-up.active,
.thumbs-down.active {
    color: yellow;
    /* Highlight the active icon */
}



.info-section {
    margin-bottom: 46px !important;
}

.movie-title {
    margin-bottom: 70px !important;
}

.info-title {
    margin-bottom: 22px;
    font-size: 36px !important;
    font-weight: 500 !important;
}

.info-value {
    font-size: 32px !important;
    font-weight: 400 !important;
    color: #ccc;
    /* Slightly dimmed text */
}









/* login modal */
.custom-btn-height {
    font-weight: 500 !important;
    height: 60px !important;
    font-size: 18px !important;
    padding: 19px auto !important;
    border-style: none !important;
    border: 1px solid rgba(199, 197, 204, 1) !important;

}

















.custom-btn-height.signup {
    font-weight: 600 !important;
    height: 57px !important;
    background: rgba(249, 169, 38, 1) !important;
    box-shadow: 0px 2px 10px 0px rgba(97, 97, 97, 1);
    border-style: none !important;
    margin-bottom: 24px !important;

}













/* user profile */
.section-title2 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.section-title {
    font-weight: bold;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 5px;
}

.link-blue {
    color: #00aaff;
    text-decoration: none;
}

.link-blue:hover {
    text-decoration: underline;
}

.logout-icon {
    font-size: 20px;
    margin-top: 20px;
}




































/*footer css*/
.footer-heading {
    font-size: 24px !important;
}

.footer-heading2 {
    font-size: 18px !important;
}

.subscribe-btn {
    border-style: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 8px 20px !important;
    background-color: #ffb400 !important;
    color: #000 !important;
}

.footer {
    background-color: #000;
    color: #fff;
    padding: 40px 20px;
    padding-bottom: 0px !important;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    color: #f0ad4e;
}

.footer .social-icons a {
    font-size: 20px;
    margin-right: 15px;
}

.subscribe-btn:hover {
    background-color: #fea31b !important;
}

.footer-bottom {
    border-top: 1px solid #444;
    margin-top: 15px;
    padding-top: 22px;
    padding-bottom: 34px;
    font-size: 14px;
    text-align: center;
}

.list-unstyled>li {
    margin-bottom: 8px !important;
}






















/* dashboard */

.admin-sidebar-icon {
    height: 20px;
    width: 20px;
    display: block !important;

}

.input-491 {
    width: 491px;
}

.input-491 {
    width: 491px;
}

.show-black-icon {
    filter: invert(100%) grayscale(100%) brightness(0%) !important;

}

.admin-sidebar-icon-black {
    height: 20px;
    width: 20px;
    filter: invert(100%) grayscale(100%) brightness(0%) !important;
    display: none !important;
}

.sidebar {
    /* max-height: 100%; */
    min-height: 100vh;
    max-height: 1024px;
    overflow-y: scroll;
    border-radius: 0px 30px 30px 0px;
    width: 330px !important;
}

.menu-item {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.menu-item:hover {
    cursor: pointer;


}

/* .menu-item:hover .admin-sidebar-icon {
    display: none !important;
} */

/* .menu-item:hover .admin-sidebar-icon-black {
    display: block !important;



} */

.menu-item.active {
    border-radius: 5px 0 0 5px;
    background-color: rgba(249, 169, 38, 1);
    color: #121212;

}

.menu-item .icon {
    margin-right: 23px;
}



.mobile-menu {
    border-radius: 30px 0px 0px 30px;
    width: 350px !important;

    background-color: #1e1e1e;
    height: 100vh;
    max-height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    /* Position the sidebar on the right */
    width: 250px;
    transform: translateX(100%);
    /* Initially hidden off-screen to the right */
    transition: transform 0.3s ease-in-out;
    z-index: 1050;
    overflow-y: auto;
    overflow-x: hidden;
}

.mobile-menu.show {
    transform: translateX(0);
    /* Slides into view from the right */
}

/* Mobile menu content styling for better scrolling */
.mobile-menu .p-3 {
    padding-bottom: 80px !important; /* Add extra bottom padding to ensure all items are accessible */
}

.mobile-menu nav {
    margin-bottom: 20px;
}

.mobile-menu .menu-item {
    margin-bottom: 8px;
    padding: 12px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* Ensure profile section doesn't interfere with scrolling */
.mobile-menu .text-center.py-4 {
    flex-shrink: 0;
}

/* Smooth scrolling for mobile menu */
.mobile-menu {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; /* iOS smooth scrolling */
}


/* prgressbar */




.circular-progress {
    position: relative;
    width: 100px;
    height: 100px;
}

.circular-progress .circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#a020f0 0% 51%, #ffffff 51% 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    mask: radial-gradient(circle, #000 60%, transparent 61%);
    -webkit-mask: radial-gradient(circle, #000 60%, transparent 61%);
}

.circular-progress .overlay {
    position: absolute;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background-color: #000;
    z-index: 1;
}

.circular-progress .percentage {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    z-index: 2;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}




/* movie card */
.poster-container {
    height: 168px;
}

.poster {
    height: 168px !important;
    width: 133px;
    object-fit: cover;
}

.custom-dropdown .dropdown-black {
    background-color: black !important;
    box-shadow: 0px 1.16px 6.86px 0px #45454570;
    border: 1px solid #303030;

}

.custom-dropdown .dropdown-menu .dropdown-item {
    text-align: center !important;
    border-radius: 10px !important;
    padding: 10px 0px;
    color: #fff !important;
}


.dropdown-menu {
    background-color: rgba(18, 18, 18, 1) !important;
    border: none;
    border-radius: 10px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    padding: 10px !important;
}

.dropdown-menu .dropdown-item {
    text-align: center !important;
    border-radius: 10px !important;
    padding: 15px !important;
    color: #fff !important;
}

.dropdown-menu .dropdown-item:hover {
    background-color: rgba(39, 38, 38, 1) !important;
}

.three-dots {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}





.custom-table-fine {
    border: 0.3px solid #d9d9d946 !important;
    /* background-color: black !important; */
    padding: 38px 22px;
    border-radius: 10px;
}

table {

    width: 100%;
    border: none !important;
    border-collapse: collapse !important;
    color: white;
}

th {

    padding-bottom: 30px;

}

th:not(:last-child) {
    border-top: 0px !important;
    border-bottom: 0px !important;

    border-right: solid 1px rgba(48, 48, 48, 1) !important;
    /* border-left: solid 1px rgba(48, 48, 48, 1) !important; */
}

tr {
    text-align: center;
    border: none !important;
}

td {
    font-size: 14px !important;
    text-align: center;
    padding-bottom: 30px !important;

}

td:not(:first-child):not(:last-child) {
    border-top: 0px !important;
    border-bottom: 0px !important;
    border-right: 1px solid rgba(48, 48, 48, 1) !important;
    border-left: 1px solid rgba(48, 48, 48, 1) !important;
}

/* Optional: To specifically handle first and last child */
td:first-child {
    border-left: none !important;
    /* No left border for the first child */
}

td:last-child {
    border-right: none !important;
    /* No right border for the last child */
}


td>div>img {
    margin-right: 20px;
}

.table-custom-child {
    padding: 22px 30px;
    background-color: #000;
    border: 1px solid white;
    border-radius: 10px;
}

.table-custom-child>div:not(:nth-child(4n)) {
    border-right: 1px solid rgba(217, 217, 217, 0.132);
}























/* admin-dashboard */

.profile-container {
    /* max-width: 400px; */
    /* margin: 50px auto; */
}

.section {
    background: #222;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    border: 1px solid #333;
}

.section h4 {
    font-size: 1.2em;
    margin: 0;
}

.toggle-button {
    color: #fff;
    text-decoration: none;
}

.toggle-button:hover {
    color: #ddd;
}


.orange-btn {
    border-style: none;
    padding: 10px 15px;
    border-radius: 6px;

}
















.skill {

    height: 100px;
    width: 100px;
    position: relative;
}

.outer {
    height: 100px;
    width: 100px;
    padding: 10px;
    /* Adjusted padding for smaller size */
    background-color: rgba(248, 248, 252, 1);
    border-radius: 50%;
}

.inner {
    background-color: rgba(18, 18, 18, 1);
    height: 80px;
    width: 80px;

    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.number {
    font-weight: 600;
    color: white;
}

svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}

circle {
    fill: none;
    stroke-width: 10px;
    /* Adjusted stroke-width for smaller size */
    stroke-dasharray: 220;
    stroke-dashoffset: 220;
    animation: anim 2s linear forwards;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

@keyframes anim {
    100% {
        stroke-dashoffset: 77;
    }
}






/* modal CSS*/
.profile-modal-heading {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 65px;
}

.profile-user-heading {
    font-size: 18px !important;
    font-weight: 600;
}

.profile-email {
    font-size: 14px;
}

.profile-date-heading {
    font-size: 22px;
    font-weight: 600;
    line-height: 26.63px;
    letter-spacing: -0.02em;

}

.profile-date {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 19.36px;
    letter-spacing: -0.02em;
    margin: 25px 0 15px 0;

}

.profile-edit {
    margin: 25px auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    letter-spacing: -0.02em;

}

.add-cinema {
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;

}

.subtext-cinema {
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
}

.profile-s1-container {
    margin-bottom: 30px;
}

.desktop-height-only {
    height: 100%;
}

.h-mobile-100 {
    height: 100%;
}

.modal-height-for-desktop {
    height: 100%;
}

.login-success-heading-container {
    margin: 32px auto !important;
}

.profile-user-email-containter {
    margin-bottom: 40px !important;
}

.login-success-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
}

.login-success-subheading {
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-bottom: 12px !important;
}

.login-heading {
    font-size: 22px;
    padding: 14px auto !important;
    margin-bottom: 38px !important;
}

.login-subheading {
    font-size: 20px;
    padding: 16px auto;
    margin-bottom: 24px !important;
}

.login-subheading2 {
    font-size: 18px !important;
    margin-top: 16px !important;
    margin-bottom: 40px !important;
}

.modal-content.login-modal-content {
    padding: 40px !important;
    width: 507px !important;
    height: 812px !important;
    border-radius: 10px;
    background: rgba(17, 17, 17, 0.85) !important;



}

.modal-content.login-success-content {
    padding: 40px !important;
    width: 507px !important;
    height: 812px !important;
    border-radius: 10px;
    background: rgba(17, 17, 17, 0.85) !important;



}

.modal-content.profile-modal-content {
    padding: 40px 100px !important;
    width: 545px !important;
    border-radius: 20px;

}

.modal-content.edit-profile-modal-content {
    padding: 40px 100px !important;
    width: 545px !important;
    height: 617px;
    border-radius: 20px;

}

.modal-content.report-modal-content {
    padding: 42px 70px !important;
    border-radius: 20px;
}

.modal-content.delete-acc-modal {
    width: 469px !important;
    border-radius: 20px;

}

.modal-content.rating-modal-content {
    padding: 64px;

}

.rating-modal>.modal-dialog {
    width: 1045px !important;
    height: 531px !important;
}

.term-policy-text {
    font-family: "Roboto", serif;
    font-size: 14px !important;
    width: 217px !important;
    line-height: 22px !important;
}

.success-login-height {
    position: relative !important;
}

.login-success-terms {
    width: 100%;
    position: absolute !important;
    bottom: 0px !important;
}



.edit-profile-heading {
    font-size: 24px !important;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 53px;
    cursor: pointer;
}

.edit-profile-img-container>div>img {
    height: 116px !important;
    width: 116px !important;
}

.edit-profile-img-container {

    margin-bottom: 29px !important;
}

.edit-label {
    margin-bottom: 10px;
    font-family: Poppins;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 27px;

}

.edit-input {
    border-style: none;
    height: 49px !important;
    border-radius: 10px;
    font-size: 16px;
    width: 100%;
    /* margin-top: 10px; */
    margin-bottom: 20px;
    padding: 12px 10px !important;
    color: rgba(151, 151, 151, 1);
    background-color: rgba(255, 255, 255, 0.17) !important;
    box-shadow: 0px 1px 10px 0px rgba(215, 215, 215, 0.25) !important;


}

.user-profile-btns {
    margin-top: 39px !important;
}

.edit-profile-save-changes {
    font-size: 16px;
    font-weight: 600;
    border-style: none;
    padding: 9px 10px;
    border-radius: 8px;
    box-shadow: 0px 1px 10px 0px rgba(215, 215, 215, 0.25);
}

.edit-profile-cancel-btn {
    font-size: 16px;
    font-weight: 600;
    border-style: none;
    padding: 9px 10px;
    border-radius: 8px;
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 1) !important;
}


.delete-acc-heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 32px !important;
}

.delete-acc-subheading {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 43px;
}

.delete-acc-btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.18px;
    background-color: var(--orange) !important;
    border-style: none;
    padding: 12px 20px;
    border-radius: 5px;
}

.cancel-dlt-acc-btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.18px;
    border-style: none;
    padding: 12px 20px;
    background-color: transparent;
    color: white;
    border: 1.26px solid rgba(255, 255, 255, 1);
    border-radius: 5px;
}

.report-heading {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 46px;
}

.report-subheading {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 29px;
}

.report-subheading2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 19px;
}

.submit-report-btn {
    font-size: 20px;
    font-weight: 600;
    padding: 16px 17px;
    border-radius: 9px;
    border-style: none;
    margin-right: 29px;
    background-color: var(--orange);
}

.cancel-submit-report {
    font-size: 20px;
    font-weight: 600;
    padding: 16px 17px;
    border-radius: 9px;
    border-style: none;
    background-color: transparent;
    color: white;
    border: 1.74px solid rgba(255, 255, 255, 1)
}

.reports-btns {
    margin-top: 60px;
}

.action-btns .save-changes {
    font-size: 16px;
    font-weight: 600;
    margin-right: 13px;
    border-style: none !important;
    padding: 9px 10px !important;
    border-radius: 8px !important;
    box-shadow: 0px 1px 10px 0px rgba(215, 215, 215, 0.25);
}

.space-right {
    margin-right: 13px;
}

.settings .save-changes {
    font-size: 16px;
    font-weight: 600;
    margin-right: 13px;
    border-style: none !important;
    padding: 9px 21px !important;
    border-radius: 8px !important;
    box-shadow: 0px 1px 10px 0px rgba(215, 215, 215, 0.25);
}

.action-btns .cancel-btn {
    font-size: 16px;
    font-weight: 600;
    border-style: none;
    background-color: transparent;
    padding: 9px 10px;
    border-radius: 8px;
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 1) !important;
}

.default-btn {
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
    padding: 9px 10px;
    border-radius: 8px;
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 1) !important;
}

.default-btn:hover {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 1) !important;
    color: black !important;
    background-color: white !important;
}

.form-545 {
    padding: 32px 98px !important;
    border-radius: 12px;
}

.form-560 {
    margin-bottom: 26px;
    width: 575px;
}

.admin-profile-form {
    margin-top: 29px !important;
    margin-bottom: 39px !important;

}




.dash-heading-1 {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 18px;
}

.dash-heading-2 {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 9px;
}

.mobile-dropdown {
    --bs-dropdown-min-width: 90px !important;
    font-size: 11.63px !important;
    height: 103px !important;

}

.mobile-dropdown .dropdown-item {
    text-align: center !important;
    padding: 0px 0px !important;
    color: #fff !important;
    margin-bottom: 13px !important;
}

.mobile-dropdown .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0) !important;
}

.mobile-dropdown>li>a {
    width: 56px !important;
}

.mobile-dropdown>li:first-child>a>img {
    height: 13px !important;
    width: 13px !important;
}

.dashboard-search {
    width: 566px;
}


.date-input-container {
    display: flex;
    gap: 1rem;
    color: white;
    font-family: Arial, sans-serif;
}

.input-wrapper {
    box-shadow: 0px 1px 10px 0px #D7D7D740;
    margin-bottom: 20px;
    position: relative;
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.17) !important;

    border-radius: 8px;
    padding: 0.5rem;
    width: 100%;
    height: 54px;
}

.dashboard-search {
    height: 45px !important;
}

.newMessage {
    background-color: rgba(77, 78, 80, 1);
    border-radius: 30px;
    font-size: 16px;
    height: 27px !important;
    width: 33px !important;
    margin-left: 10px;
}

.input-wrapper input[type="date"] {
    border: none;
    background: transparent;
    color: white;
    font-size: 14px;
    width: 100%;
    padding: 0.2rem 0.5rem;
    outline: none;
}

.input-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}

/* .input-wrapper .icon {
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url('./../icons/calender.png') no-repeat center center;
    background-size: cover;
  } */