[ Root System Explorer ]
Location:
Root
/
var
/
www
/
html
/
acma.in
/
assets
/
css
+ Folder
+ File
Upload
Editing: custom.css
.text-dark-green { color: var(--dark-green) !important; } .text-blue { color: var(--blue) !important; } .bg-blue { background-color: var(--blue) !important; } .btn-blue2 { background-color: #01366c !important; } .btn.btn-success:hover { color: var(--dark-green) !important; } .bg-light-blue { background-color: var(--light-blue) !important; } .bg-green { background-color: var(--green) !important; } .bg-light-green { background-color: var(--light-green); } .bg-gradient-light-green { background: rgb(193, 242, 202); background: linear-gradient(320deg, rgba(193, 242, 202, 1) 0%, rgba(245, 245, 245, 1) 59%); } .bg-light-orange { background-color: var(--light-orange) !important; } .bg-gradient-light-orange { background: rgb(255, 222, 192); background: linear-gradient(320deg, rgba(255, 222, 192, 1) 0%, rgba(245, 245, 245, 1) 59%); } .bg-gradient-light-orange2 { background: rgb(255, 101, 49); background: linear-gradient(32deg, rgb(255 101 49 / 70%) 0%, rgba(255, 222, 192, 1) 41%); } .bg-extra-light-green { background-color: var(--extra-light-green); } .border-green { border-color: var(--green) !important; } .border-orange { border-color: var(--orange) !important; } .border-light-green { border-color: var(--light-green) !important; } .text-light-green { color: var(--light-green) !important; } .border-dark-green { border-color: var(--dark-green) !important; } .bg-dark-green { background-color: var(--dark-green) !important; } .bg-light { background-color: var(--light) !important; } .bg-light-turquoise-blue { background-color: #edf9fa; } .me-minus-50px { margin-right: -50px; } .text-underline { text-decoration: underline; } .border-blue { border: 1px solid var(--blue); } .border-orange { border: 1px solid var(--orange); } .mb-minus-30px { margin-bottom: -30px; } .form-check-input { width: 17px; height: 17px; padding: 0; } .india-tech-day-page { overflow: inherit !important; } .india-tech-day-page #imagePopup { display: none !important; } /* ----- Container ----- */ @media (max-width: 767px) { .sm-box-shadow-none { box-shadow: none; } .mb-md-n { margin-bottom: 1.5rem !important; } .video-icon-large .video-icon { width: 55px; height: 55px; } .pb-md2-0 { padding-bottom: 0px !important; } .pb-md2-20px { padding-bottom: 20px !important; } } /* ----- Typography ----- */ html { scroll-behavior: smooth; } body { line-height: 26px; } @media (max-width: 1400px) { p { font-size: 14px; line-height: 24px; } } .title-wrap { margin-bottom: 40px; } @media (max-width: 767px) { .title-wrap { margin-bottom: 20px; } .xs-mt-0 { margin-top: 0px; } } .rotate-minus-45 { transform: rotate(-45deg); } .bg-gradient-green { background: linear-gradient(#024d6f, #062b29); } .btn-transparent-blue { border-color: var(--blue) !important; } .btn.btn-transparent-light-green { color: var(--dark-green); border-color: var(--light-green) !important; } .btn.btn-transparent-light-green:hover, .btn.btn-transparent-light-green:active, .btn.btn-transparent-light-green:focus { background-color: var(--light-green); color: #fff; } .btn.btn-orange { background-color: var(--orange); color: #fff; } .btn.btn-orange:hover, .btn.btn-orange:active, .btn.btn-orange:focus { background-color: var(--black); color: #fff; } .btn.btn-blue { background-color: var(--blue); color: #fff; } /* Sponsers Logos */ .sponsor-section { margin-top: -40px; background: #fff; padding: 20px; border-radius: 20px; } .sponsers_logos { display: flex; flex-wrap: wrap; row-gap: 20px; column-gap: 20px; text-align: center; justify-content: center; } .sponsers_logo_item { display: flex; flex-direction: column; justify-content: space-between; align-items: center; max-width: calc(20% - 20px); flex: 1 1 calc(20% - 20px); } .sponsers_logo_slider { width: 200px; max-width: 100%; position: relative; overflow: hidden; border: 2px solid #00407D; border-radius: 15px; box-shadow: 0 10px 0 #00407D; transition: all 0.3s ease; } .sponsers_logo_slider:hover { transform: translateY(2px); border-color: var(--orange); box-shadow: 0 10px 0 var(--orange); } @media (max-width: 1199px) { .sponsers_logo_slider { width: 150px; } .sponsor-section { margin-top: 0; padding: 20px 0 0; } } @media (max-width: 991px) { .sponsers_logos { justify-content: flex-start; } .sponsers_logo_slider { width: 120px; } } @media (max-width: 767px) { .sponsor-section .btn.btn-switch-text.btn-large>span { padding: 5px 18px; } .sponsers_logo_item { max-width: calc(33.33% - 10px); flex: 1 1 calc(33.33% - 10px); } .sponsers_logo_slider { width: 145px; } .sponsers_logos { column-gap: 10px; } } /* Hero Banner */ .hero-banner { width: 100%; } .btn.banner-btn { background-color: var(--banner-btn); color: #fff; } .btn.banner-btn:hover { background-color: var(--black); color: #fff; } .hero_video{ width:100%; object-fit:cover; } @media (max-width:767px) { .home-btn .col-md-4 { text-align: center; justify-content: center; display: flex; } } .btn.btn-blue:hover, .btn.btn-blue:active, .btn.btn-blue:focus { background-color: var(--black); color: #fff; } .btn.btn-transparent-orange { border-color: var(--orange); color: var(--orange); } .btn.btn-transparent-orange:hover, .btn.btn-transparent-orange:active, .btn.btn-transparent-orange:focus { background-color: var(--orange); color: #fff; } .btn.btn-switch-text.btn-medium.has-rotate-icon>span { padding-right: 50px; } .btn.has-rotate-icon i { font-size: 26px; position: absolute; transform: rotate(-45deg); top: 1px; } @media (max-width: 767px) { .btn.btn-switch-text.btn-large>span { padding: 6px 26px; } } .mfp-bottom-bar { font-size: 16px; } .mfp-title { margin-bottom: 25px; line-height: 26px; } .highlight-separator-small .highlight-separator[data-shadow-animation] span { height: 45px; bottom: -10px; } .highlight-separator-small .highlight-separator[data-shadow-animation] span img { height: 45px; width: 100%; } .highlight-separator[data-shadow-animation] span { height: 100px; z-index: -1; } @media (max-width: 1400px) { h2, .h2 { font-size: 3rem; } } @media (max-width: 767px) { h2, .h2 { font-size: 2.6rem; } } /* Image Style */ .img_style { position: relative; padding: 0 10px; } .img_style img { z-index: 9; position: relative; } .img_style:after { content: ""; width: 100%; height: 70%; position: absolute; bottom: 0; left: 0; clip-path: polygon(0 65%, 100% 0, 100% 100%, 0 100%); } .img_style_bgLight:after { background-color: var(--light); } .img_style_bgWhite:after { background-color: #fff; } .img_style_bgOrange:after { background-color: var(--orange); } .img_style.img_style_left:after { clip-path: polygon(0 0, 100% 70%, 100% 100%, 0% 100%); } .timeline-v.timeline-v-withImg { display: flex; gap: 30px; align-items: center; } .timeline-v.timeline-v-withImg .timeline-v-wrap { flex: 1; } .timeline-v.timeline-v-withImg img { width: 150px; } .timeline-v-line { width: 1px; height: 100%; position: absolute; top: 0; left: 0; right: 0; margin: auto; background-color: var(--extra-medium-gray); } .timeline-v-left { text-align: right; } .timeline-v-withImg.timeline-v-left { margin-right: 20px; } .timeline-v-withImg.timeline-v-right { margin-left: 20px; } .timeline-v-left .img_style:after { clip-path: polygon(0 0, 100% 70%, 100% 100%, 0% 100%); } .timeline-v-left .timeline-v-content { padding-right: 50px; } .timeline-v-left .timeline-v-content-date { justify-content: flex-end; } .timeline-v-content-date { font-size: 14px; } .timeline-v-content-date span { padding: 1px 15px; border-radius: 30px; } .timeline-v-left .step-box { right: -12px; } .timeline-v.timeline-v-withImg.timeline-v-right { flex-direction: row-reverse; } .timeline-v-right .timeline-v-content { padding-left: 50px; } .timeline-v-right .step-box { left: -12px; } .timeline-v .step-box { position: absolute; top: 0; bottom: 0; margin: auto; } .timeline-v-title { font-size: 24px; } .login-sm-wrap { max-width: 550px; margin: 0 auto; padding: 50px 40px; } @media (max-width: 1399px) { .timeline-v.timeline-v-withImg img { width: 120px; } .timeline-v-title { font-size: 20px; } } @media (max-width: 575px) { .timeline-v-left .timeline-v-content { padding-right: 15px; } .timeline-v-right .timeline-v-content { padding-left: 15px; } .timeline-v-content-date { font-size: 12px; } .timeline-v-content-date span { padding: 0 7px; } .timeline-v-title { font-size: 14px; line-height: 20px; } .timeline-v { padding-top: 30px; } .timeline-v.timeline-v-withImg img { width: 85px; } .xs-ls-minus-0px { letter-spacing: 0; } .login-sm-wrap { padding: 40px 30px; } } .ms-minus-20px { margin-left: -20px; } .me-minus-20px { margin-right: -20px; } /* Border */ @media (max-width: 767px) { .xs-border-none { border: none !important; } } /* ----- Card With Icon ----- */ .icon-card { position: relative; padding: 175px 40px 50px; border-radius: 30px; height: 100%; overflow: hidden; } .icon-card-img { position: absolute; } .icon-card-img-1 { top: -60px; right: -75px; max-width: 275px; } .icon-card-img-2 { top: 15px; right: -90px; max-width: 300px; } .icon-card-img-3 { top: 15px; right: -10px; max-width: 175px; } @media (min-width: 1199px) and (max-width: 1400px) { .icon-card-img-1 { max-width: 230px; } .icon-card-img-2 { max-width: 240px; } .icon-card-img-3 { max-width: 140px; } .icon-card .vertical-counter { font-size: 4.2rem; line-height: 4.2rem; } } @media (max-width: 767px) { .icon-card { padding-top: 100px; } .icon-card-img-1 { max-width: 150px; top: -25px; right: -25px; } .icon-card-img-2 { max-width: 240px; } .icon-card-img-3 { max-width: 140px; } } /* ----- Table ----- */ table.table-res tr td { font-size: 14px; } table.table-res tr td, table.table-res tr th { padding: 20px; } table.table-res thead th { background-color: var(--dark-green); color: #fff; font-weight: 500; } table.table-res tbody tr:nth-child(even) td { background-color: var(--light); } .table-innerPadding tr th, .table-innerPadding tr td { border: 2px solid #f5f5f5; } @media (max-width: 767px) { table thead { display: none; } table.table-res tr td { font-size: 12px; line-height: 20px; border: none; } table.table-res tr td:not(:last-child) { border-bottom: 1px solid #ddd; } table.table-res tr { display: block; margin-bottom: 20px; border: 1px solid #eee; } table.table-res tbody>tr { border-radius: 20px; overflow: hidden; } table.table-res td { display: grid; grid-template-columns: 1fr 1fr; font-size: 12px; gap: 20px; } table.table-res td:before { content: attr(data-label); float: left; font-weight: 500; text-transform: uppercase; color: var(--dark-green); } table.table-res tr td, table.table-res tr th { padding: 30px; } } /* ----- Swiper Slider ----- */ .swiper-slide, .swiper-wrapper { height: inherit; } /* ----- Header ----- */ header .navbar.topbar_nav { position: inherit; } .topbar_icons a { color: #fff; } .topbar_icons a:hover { color: var(--green); } .navbar .navbar-nav .nav-item>a.nav-link { position: relative; overflow: hidden; } .navbar .navbar-nav .nav-item:hover>a.nav-link, .navbar .navbar-nav .nav-item.active>a.nav-link { color: var(--orange); opacity: 1; } .navbar.topbar_nav .navbar-nav .nav-item>a.nav-link { font-size: 14px; font-weight: 300; } .navbar.topbar_nav .navbar-nav .nav-item:hover>a.nav-link, .navbar.topbar_nav .navbar-nav .nav-item.active>a.nav-link { color: var(--orange); } .navbar .navbar-nav .nav-item:hover>a.nav-link:before, .navbar .navbar-nav .nav-item.active>a.nav-link:before { opacity: 1; visibility: visible; transform: translateX(0); } .header-dark .navbar-nav .simple-dropdown .dropdown-menu { background-color: var(--blue) } .header-dark .navbar-nav .simple-dropdown .dropdown-menu a { color: #fff; } .menu-item-list>li:not(:last-child) { border-bottom: 1px solid #eee; } *::-webkit-scrollbar { width: 4px; } *::-webkit-scrollbar-track { background: transparent; } *::-webkit-scrollbar-thumb { background-color: var(--orange); border-radius: 20px; } .sidebar-wrapper { padding: 10px; } .navbar .navbar-nav .simple-dropdown .dropdown-menu { width: inherit; min-width: 275px; padding: 0; } .navbar .navbar-nav .dropdown.open .dropdown-menu li:not(:last-child) a { border-bottom: 1px solid #eee; } @media (min-width: 1200px) { .navbar .navbar-nav .nav-item>a.nav-link:before { content: ""; width: 100%; height: 3px; background-color: var(--orange); position: absolute; bottom: 0; left: 0; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.5s ease; } } @media (min-width: 992px) { .left-sidebar-nav { padding: 35px; height: 100vh; display: flex; flex-direction: column; gap: 30px; } .left-sidebar-nav .side-menu-top, .left-sidebar-nav .left-menu-bottom { height: auto; } .left-sidebar-nav .left-menu-bottom { margin-top: auto; } .left-sidebar-nav .side-menu-bottom { height: auto; overflow: auto; } .left-sidebar-nav .side-menu-bottom .side-menu { margin: 0; } } @media (min-width: 992px) and (max-width: 1400px) { .left-sidebar-wrapper, .left-sidebar-header { padding-left: 250px; } .left-sidebar-header, .left-sidebar-nav { width: 250px; } .left-sidebar-nav { gap: 30px; justify-content: space-between; } .left-sidebar .left-menu-bottom { margin-top: inherit; } } @media (min-width: 992px) { .left-sidebar-wrapper .top-space-margin { margin-top: 0; } } @media (max-width: 1199px) { .navbar .navbar-nav .simple-dropdown .dropdown-menu { padding: 0 0 30px; } } @media (max-width: 1024px) { header .header-top-bar { display: none; } header .header-top-bar+.navbar { top: 0; } } @media (max-width: 1199px) { ul.navbar-nav li:not(:last-child) { border-bottom: 1px solid #eee; } ul.navbar-nav { border-top: 1px solid #eee; } } @media (max-width: 991px) { .ipad-top-space-margin, .top-space-margin { margin-top: 76px !important; } .left-sidebar-wrapper .left-sidebar-nav .navbar-brand { padding: 18px 0 !important; } } @media (max-width: 767px) { [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-collapse { padding: 25px 0; } [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav ul.dropdown-menu li.dropdown ul.dropdown-menu { padding-left: 20px !important; } } /* Hero New */ .hero-banner { position: relative; width: 100%; height: auto; overflow: hidden; /* margin-top: 65px; */ } .hero-link { display: block; text-decoration: none; color: white; } .hero-image { width: 100%; height: 100%; object-fit: cover; } /* @media (max-width: 1199px) { .hero-banner { margin-top: 78px; } } */ /* ----- Awards Video ----- */ section .bg-attachment-auto { background-attachment: inherit !important; } /* ----- Hero Section ----- */ .hero-sec { display: flex; align-items: center; justify-content: center; overflow: hidden; } .home-hero-sec { min-height: calc(100vh - 110px); } .hero-sec video { position: absolute; top: 0; left: 0; object-fit: cover; height: 100%; } .hero-sec .video_wrap:before { content: ""; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); position: absolute; top: 0; left: 0; z-index: 9; } .hero-sec .container { z-index: 99; position: relative; } @media (max-width: 1400px) { .hero-sec h1 { font-size: 4rem; line-height: 5rem; } } @media (max-width: 991px) { .hero-sec { min-height: inherit; /* padding-top: 30px !important; */ } .hero-sec .container { padding-top: 50px; padding-bottom: 50px; } .hero-sec h1 { font-size: 3rem; line-height: 3.6rem; } } @media (max-width: 575px) { .hero-sec h1 { font-size: 2.6rem; line-height: 3rem; } } /* ----- Profile Card ----- */ .profile_card { position: relative; padding: 50px 45px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; } .profile_card-img { margin-bottom: -50px; margin-right: -50px; max-width: 175px; margin-left: auto; } .profile_card.bg-pattern { background-size: 50%; } @media (max-width: 1400px) { .profile_card { padding: 30px; } .profile_card-img { margin-bottom: -30px; margin-right: -30px; } .profile_card h5.fs-20 { font-size: 16px; line-height: 22px; } } /* ----- Counter Section----- */ @media (max-width: 767px) { .counter-bg-gear { padding-bottom: 250px !important; } } @media (max-width: 575px) { .counter-bg-gear { background-size: 100%; } } @media (max-width: 400px) { .counter-bg-gear { padding-bottom: 200px !important; } } /* ----- Form ----- */ .form-select, .form-control { border-radius: 30px; } .mem-search-sec { position: relative; overflow: hidden; } .mem-search-l { position: relative; } .mem-search-l:before { content: ""; width: 1200px; height: 100%; background-color: var(--blue); position: absolute; right: 0; top: 0; } .mem-search-r { background-repeat: repeat-y; background-position: right top; background-size: 40px; } .mem-search-head { margin: 0 -40px; padding: 50px 0 30px; } .select2-container--default .select2-selection--single { border: none; } .select2-search--dropdown { padding: 0 0 10px; } .select2-container--default .select2-search--dropdown .select2-search__field { border-color: #eee; } .select2-dropdown { border-radius: 10px; border: none; box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); padding: 10px; } .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable { background-color: #eee; color: #000; } .select2-results__option { padding: 5px 12px; border-radius: 30px; font-size: 14px; } .field_with_icon+.select2-container { border-radius: 30px; padding: 7px 25px; padding-left: 40px; background-color: #fff; max-width: 100%; } .select2-container--default .select2-selection--single .select2-selection__arrow { background: #eee; border-radius: 50%; width: 24px; height: 24px; top: 9px; right: 5px; border: 1px solid #ddd; } @media (max-width: 1400px) { .pb-xxl-0px { padding-bottom: 0 !important; } } /* ----- Members Result ----- */ ul.member_search_result { max-height: 250px; overflow: auto; position: absolute; z-index: 999; background: #fff; padding: 10px; font-size: 13px; line-height: 20px; } ul.member_search_result li { background: #f5f5f5; padding: 20px; border-radius: 20px; border: 1px solid #f5f5f5; cursor: pointer; } ul.member_search_result li:hover { border: 1px solid var(--orange); } ul.member_search_result li:not(:last-child) { margin-bottom: 15px; } ul.member_search_result li small { font-weight: 500; display: flex; margin-top: 10px; border-top: 1px solid #ddd; padding-top: 10px; font-size: 13px; } /* ----- Slider ----- */ .mt-minus-56px { margin-top: -56px; } /* 1. Push the anchor forward in 3D space */ .atropos-inner a { transform: translateZ(60px); /* Moves link 'closer' to the screen */ display: block !important; position: relative; z-index: 9999; /* Maximum priority */ transform-style: preserve-3d; /* Keeps it sharp */ width: 100%; height: 100%; } /* 2. Disable interference from the rotating container */ .atropos-rotate, .atropos-scale { /* Allows clicks to pass through these wrapper layers */ pointer-events: none; } /* 3. Re-enable clicks ONLY for the inner content */ .atropos-inner { pointer-events: auto; } /* 4. Ensure the shiny layer is strictly unclickable */ .atropos-highlight { pointer-events: none !important; z-index: -1 !important; /* Force it behind the link if possible */ } /* ----- Event ----- */ .event_img_wrap { max-height: 375px; overflow: hidden; display: block; } /* ----- Cards ----- */ .no-img-animation:hover img { transform: inherit !important; } /* ----- Clip Mask ----- */ .clipMask-style1 { clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); } /* ----- Hover Style ----- */ .hover-list-style { transition: all 0.3s ease; } .hover-list-style.bg-light:hover, .hover-list-style.bg-white:hover { background-color: var(--dark-green) !important; color: #fff; } .hover-list-style:hover .text-dark { color: #fff !important; } .hover-list-style:hover .text-dark-green { color: var(--green) !important; } /* ----- Read More ----- */ .read-more .accordion-title span:last-child, .active-accordion .read-more .accordion-title span:first-child { display: none; } .active-accordion .read-more .accordion-title span:last-child { display: block; } /* ----- Footer ----- */ .sidebar-wrapper footer { border-radius: 30px; } footer .footer-border-title { font-size: 14vw; line-height: 10vw; -webkit-text-stroke-color: var(--green); opacity: 0.7; } footer a, footer a.btn-link { color: #fff; } footer a:hover, footer a.btn-link:hover { color: var(--green); } @media screen and (-webkit-min-device-pixel-ratio: 0) { .text-white a[href^=tel]:hover { color: var(--green); } } @media (max-width: 767px) { footer a, footer a.btn-link { font-size: 14px; } } /* ----- Floating Icons ----- */ .floating_icons { position: fixed; top: 50%; transform: translateY(-50%); left: 40px; z-index: 9999; display: flex; flex-direction: column; gap: 15px; transition: left 0.3s ease; } .floating_icons.scrolled { left: 0; gap: 10px; } /* Pillers Page */ .width-m { width: 60%; } .floating_icons a { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background-color: var(--blue); border-radius: 50%; color: #fff; transition: all 0.5s ease; } .floating_icons.scrolled a { width: 35px; height: 35px; font-size: 14px; border-radius: 0 50% 50% 0; } .floating_icons a.facebook { background-color: #3b5998; } .floating_icons a.linkedin { background-color: #0077b5; } .floating_icons a.twitter { background-color: #333; } .floating_icons a.instagram { background-color: #e4405f; } .floating_icons a:hover { background-color: #000; transform: rotate(360deg); } @media (max-width: 1199px) { .floating_icons { display: none; } } /* Annual Session */ .annual_session_65th .video_wrap:before { background-color: rgba(0, 0, 0, 0.35); } .annual_doc_folder { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 350px; } .annual_doc_folder li { position: relative; } .annual_doc_folder li a { display: block; } .annual_doc_folder li span { position: absolute; z-index: 9; left: 0; bottom: 0; padding: 5px 10px; font-size: 12px; font-weight: 500; color: #fff; line-height: 15px; height: calc(100% - 25px); display: flex; justify-content: center; align-items: center; text-align: center; width: 100%; } .annual_session_65th_subtitle { background: linear-gradient(135deg, rgb(0, 65, 125) 10%, rgb(11, 101, 181) 47%); padding: 5px 15px; color: #fff; font-size: 20px; max-width: 430px; font-weight: 500; margin-top: 20px; border-radius: 10px; } @media (max-width: 1199px) { .annual_session_65th .annual_session_65th_title { max-width: 225px; } } @media (max-width: 991px) { .annual_session_65th_subtitle { font-size: 14px; line-height: 24px; } .hero-sec.annual_session_65th .container { padding: 0; } .annual_doc_folder li { width: 74px; } .annual_doc_folder li span { font-size: 10px; line-height: 13px; height: calc(100% - 25px); } .annual_doc_folder img { height: 80px; } } @media (max-width: 767px) { .hero-sec.annual_session_65th .container { padding: 0 20px; } .annual_session_65th .annual_session_65th_title { max-width: 130px; } .annual_session_65th_subtitle { font-size: 12px; line-height: 20px; margin-top: 0; } .annual_session_65th_top { display: flex; align-items: center; gap: 10px; } .annual_doc_folder li { width: 65px; } .annual_doc_folder li span { font-size: 8px; line-height: 12px; height: calc(100% - 21px); } .annual_doc_folder img { height: 60px; } .annual_session_65th iframe { height: 200px; } } /* Popup CSS */ /* 1. The Overlay (Background) */ .popup-overlay { position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); /* Flexbox for perfect centering */ display: flex; justify-content: center; align-items: center; /* Hidden initially */ visibility: hidden; opacity: 0; transition: opacity 0.3s ease, visibility 0.3s ease; } /* Show state */ .popup-overlay.show { visibility: visible; opacity: 1; } /* 2. The Popup Box */ .popup-content { background-color: #fff; padding: 0; border-radius: 8px; position: relative; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Dimensions */ width: 90%; max-width: 500px; /* SCROLLING LOGIC */ margin-top: 60px; max-height: 90vh; /* Never taller than 85% of screen */ overflow-y: scroll; /* Allow scrolling */ /* HIDE SCROLLBAR */ scrollbar-width: none; /* Firefox */ -ms-overflow-style: none; /* IE and Edge */ } /* Hide Scrollbar for Chrome, Safari and Opera */ .popup-content::-webkit-scrollbar { display: none; } /* 3. The Image */ .popup-content img { width: 100%; height: auto; display: block; } /* 4. The Close Button */ .close-btn { position: sticky; /* Stays at top while scrolling */ top: 10px; float: right; right: 10px; margin-right: 10px; z-index: 100; margin-bottom: -32px; background: rgba(255, 255, 255, 0.9); color: #333; border-radius: 50%; width: 32px; height: 32px; line-height: 32px; text-align: center; font-weight: bold; cursor: pointer; backdrop-filter: blur(2px); } .close-btn:hover { background-color: #ff4d4d; color: white; } /* --- Media Query for Laptops & Smaller Screens --- */ @media screen and (max-width: 1370px) { .popup-content { /* 1. Limit height to 80% of the screen */ /* This automatically leaves ~10% space at the top and ~10% at the bottom */ max-height: 80vh !important; /* 2. OPTIONAL: If your sticky header is VERY tall, use '70vh' instead */ /* 3. Ensure the width adjusts nicely */ width: 85%; } /* Adjust the close button slightly for tighter screens */ .close-btn { margin-bottom: -40px; /* Keep the negative margin logic intact */ top: 5px; } }
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 custom.css
FILE
Ren
[EDIT]
DEL
📄 icon.min.css
FILE
Ren
[EDIT]
DEL
📄 responsive.min.css
FILE
Ren
[EDIT]
DEL
📄 style.css
FILE
Ren
[EDIT]
DEL
📄 vendors.min.css
FILE
Ren
[EDIT]
DEL