:root {
    --background-color: white;
    --text-color: black;
    --sidebar-background-color: rgb(245, 245, 245);
    --modal-box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    --modal-background: rgba(0,0,0,0.5);
}

.dark-mode {
    --background-color: black;
    --text-color: white;
    --sidebar-background-color: rgb(15, 15, 15);
    --modal-box-shadow: 0 4px 12px rgba(255, 255, 255, 0.5)
    --modal-background: rgba(255, 255, 255, 0.5);
}

body {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
    background-color: var(--background-color);
    color: var(--text-color);
    cursor: default;
    font-family: 'Inter', sans-serif;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Scrollbar */
.h_scrollbar {
    padding-bottom: 10px;
}

.h_scrollbar::-webkit-scrollbar {
    height: 8px;
}

.v_scrollbar::-webkit-scrollbar {
    width: 8px;
}

.h_scrollbar::-webkit-scrollbar-track,
.v_scrollbar::-webkit-scrollbar-track {
    background-color: rgb(245, 245, 245);
    border-radius: 8px;
}

.h_scrollbar::-webkit-scrollbar-thumb,
.v_scrollbar::-webkit-scrollbar-thumb {
    background-color: rgb(200, 200, 200);
    border-radius: 8px;
    transition: opacity 1s ease;
    opacity: 0.5;
}

.h_scrollbar::-webkit-scrollbar-thumb:hover,
.v_scrollbar::-webkit-scrollbar-thumb:hover {
    opacity: 1;
}

.dark-mode .h_scrollbar,
.dark-mode .v_scrollbar {
    scrollbar-color: rgb(34, 34, 34) transparent !important;
}

.dark-mode .h_scrollbar::-webkit-scrollbar-track,
.dark-mode .v_scrollbar::-webkit-scrollbar-track {
    background-color: rgb(15, 15, 15) !important;
}

.dark-mode .h_scrollbar::-webkit-scrollbar-thumb,
.dark-mode .v_scrollbar::-webkit-scrollbar-thumb {
    background-color: rgb(60, 60, 60) !important;
}

/* Libs */
.swal2-confirm {
    background-color: black;
    color: white;
    opacity: 0.5;
    cursor: pointer;
    transition: all 1s ease;
    border: unset;
    box-shadow: none;
}

.swal2-confirm:hover,
.swal2-cancel {
    background-color: black;
    color: white;
    scale: 1.05;
    opacity: 1;
    border: none;
    box-shadow: none;
}

.swal2-cancel {
    background-color: red;
    color: white;
    opacity: 0.5;
    cursor: pointer;
    transition: all 1s ease;
}

html body.swal2-height-auto {
  height: 100vh !important;
}

/* Header & Footer */
header {
    width: calc(100% - 40px);
    padding: 20px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    /* margin-top: 20px; */
}

header a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 1s ease;
}

.header-algoturk-logo {
    width: 30px;
    margin-right: 10px;
}

.darkModeButton {
    margin-left: auto;
    width: 30px;
    fill: var(--text-color);
}

/* Default Elements */
a {
    text-decoration: none;
    color: inherit;
}

label {
    cursor: unset;
}

ul li:not(:last-child) {
    margin-bottom: 10px;
}

button {
    border: unset;
    background: none;
}

button:hover {
    border: none;
    box-shadow: none;
    text-decoration: none;
    cursor: pointer;
}

/* Colors */
.up {
    color: green;
}

.down {
    color: red;
}

.green-fill {
    fill: green !important;
}

/* Dividers */
.vertical-fw-divider {
    width: 100%;
    height: 2px;
    background-color: var(--sidebar-background-color);
    margin-top: 60px;
}

.horizontal-fh-divider {
    width: 1px;
    background: var(--sidebar-background-color);
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

/* Elements */
.button {
    opacity: 0.5;
    cursor: pointer;
    transition: all 1s ease;
}

.button-xxl {
    opacity: 0.7;
    cursor: pointer;
    transition: all 1s ease;
}

.svg {
    width: 25px;
    fill: var(--text-color);
}

.svg-logo {
    min-width: 200px;
    min-height: 200px;
    max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.svg-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.login_svg {
    width: 30px;
    fill: var(--text-color);
}

.hidden {
    display: none;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.font-07 {
    font-size: 0.7em;
}

.bolder {
    font-weight: bolder;
}

.background-sidebar {
    background-color: var(--sidebar-background-color);
}

.background-body {
    background-color: var(--background-color);
}

/* Margins */
.top-margin-50 {
    margin-top: 50px;
}

.top-margin-20 {
    margin-top: 20px;
}

.top-margin-m100 {
    margin-top: -100px;
}

.left-margin-20 {
    margin-left: 20px;
}

/* Hover */
.note-label.button:hover,
.button.h1_h3:hover,
.kaynak-in-text-2:hover,
.HyVC7-2:hover,
.li-button:hover,
.hPpMcB1-box:hover,
.button-type01:hover,
.button-1:hover{
    opacity: 1;
    scale: 1.005;
}

.HyVC7:hover,
.news-box-1:hover,
.btn-1:hover,
.GQhbc:hover,
.button-xxl:hover   {
    opacity: 1;
    scale: 1.05;
}

.mail-label:hover,
.QF737:hover,
.click-here-1:hover,
.svg-button-1:hover  {
    opacity: 1;
    scale: 1.1;
}

.menu-icon:hover,
.dark-mode-button:hover,
.kaynak-in-text:hover {
    opacity: 1;
    scale: 1.2;
}

#report_issue_btn:hover {
    fill: red;
    opacity: 1;
}

/* Selected */
.HyVC7.selected {
    opacity: 1;
    scale: unset;
}

/* Charts  */
.chart-1 {
    width: 100%;
    margin-top: 20px;
    height: 78vh;
}

.chart-2 {
    width: 100%;
    margin-top: 20px;
    height: 50vh;
}

/* Design */
.home-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px;
    width: calc(100% - 40px);
    height: 100%;
    padding-top: 0px;
}

section {
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.three-box {
    display: flex;
    flex: 1;
    width: 100%;
    gap: 20px;
    padding: 20px;
}

.three-box-1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.three-box-1-img-area {
    height: 50%;
}

.three-box-1-label-area {
    display: flex;
    height: 50%;
    padding: 10px;
    justify-content: center;
}

.three-box-1-label {
    overflow-y: auto;
    font-size: 1.2em;
    max-height: 250px;
}

.three-box-1-img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.table-1 {
    width: 100%;
    border-spacing: 0;
    border-radius: 5px;
    overflow: hidden;
    border: unset;
}

.table-1 th, .table-1 td {
    padding: 10px;
    border: 1px solid var(--sidebar-background-color);
    text-align: center;
}

.table-1 thead th:first-child {
    border-top-left-radius: 5px;
}

.table-1 tbody tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.table-1 tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}
  
.pie-chart-1 {
    width: 100%;
    margin-top: 50px;
    height: 70vh;
}

.mail-label {
    margin-top: 100px;
    margin-bottom: 100px;
    opacity: 0.5;
}

.menu-icon {
    z-index: 2;
    fill: var(--text-color);
}

.sidebar {
    width: 0px;
    background-color: var(--sidebar-background-color);
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    overflow-x: hidden;
    transition: all 1s ease;
}

.CBoGQ {
    margin-top: auto;
    padding: 20px;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 40px);
    display: flex;
}

.dark-mode-button {
    margin-left: auto;
    fill: var(--text-color);
}

.v9hTW {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.QF737 {
    padding: 2rem 3rem;
    font-size: larger;
}

.MjyYO {
    display: flex;
    gap: 50px;
    align-items: center;
    padding: 20px;
    padding-top: 0px;
    width: 100%;
}

.note-label {
    margin-top: 20px;
    opacity: 0.2;
}

.HyVC7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: var(--sidebar-background-color);
    min-width: 300px;
    max-width: 300px;
    border-radius: 5px;
    padding: 20px 10px;
    opacity: 0.5;
}

.HyVC7 h3 {
    margin-bottom: 0px;
    text-align: center;
}

.HyVC7-2 {
    min-height: 150px;
    max-height: 200px;
    overflow-y: hidden;
    position: relative;
}

.HyVC7-2.sa {
    min-height: 200px;
    max-height: 250px;
    overflow-y: auto;
    position: relative;
    min-width: 300px;
}

.label-container {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.checkin_comment {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 90%;
    font-size: 0.8em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 4.5em; 
}

.checkin_time {
    font-size: 0.8em;
    margin-top: 10px;
}

.reviews_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.reviews_container h3 {
    margin: 0px;
}

.DUs6K {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 50px;
    margin-top: 20px;
    text-align: center;
}

.F4ySf {
    display: flex;
    gap: 20px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.product-img-1 {
    max-height: 200px;
}

.news-box-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background-color: var(--sidebar-background-color);
    min-width: 250px;
    max-width: 250px;
    border-radius: 5px;
    padding: 20px;
    opacity: 0.8;
}

.news-grid-container {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

.product-title-h3 {
    max-width: 70%;
    text-align: center;
}

.social-search-table-container {
    max-height: 60vh;
    overflow-y: auto;
}

.SkyY8-1 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.user-img-1 {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    object-fit: cover;
}

.large-image-slider {
    display: flex;
    overflow-x: auto;
    max-height: 90vh;
    gap: 5px;
}

.large-image-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.rating-star {
    stroke: none;
    stroke-width: 0px;
    width: 30px;
    fill: var(--text-color);
}

.h1_h3 {
    display: inline-block;
}

.icindekiler-list ul:not(:last-child) {
    margin-bottom: 20px;
}

.table-scrollable-div {
    max-height: 50vh;
    overflow-y: auto;
}

.rating-star {
    width: 24px;
    height: 24px;
}

.o7GBz {
    max-width: 90%;
    max-height: 50%;
    padding-bottom: 10px;
}

.hPpMcB1-box {
    background-color: var(--sidebar-background-color);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 90%;
    opacity: 0.7;
    overflow: hidden;
}

.hPpMcB1-box1 {
    padding-left: 30px;
}

.hPpMcB1-box2 {
    padding-right: 30px;
    margin-left: auto;
}

.hPpMcB1-inner1 {
    flex: 1;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.hPpMcB1-inner1 h1 {
    white-space: nowrap;
    position: relative;
    top: 0px;
    width: 100%;
    text-align: center;
}

.fBnAqD img {
    border-radius: 10px;
    height: 45vh;
    width: 100%;
    max-width: 2000px;
    object-fit: fill;
}

.fBnAqD {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.module-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;
}
  
.module-list li {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    font-weight: 500;
    
}

.contact-form {
    width: 100%;
    margin-top: auto;
    margin-bottom: 70px;
}

.hTsBi {
    height: 80vh;
    width: 80%;
    overflow: hidden;
    position: relative;
}
  
.iShPb {
    display: flex;
    height: 100%;
    white-space: nowrap;
}

.mFhWuG {    
    min-height: calc(100vh - 150px); 
    width: 100%; 
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.bD2g-1 h1 {
    margin-top: auto;
    color: white;
    text-shadow: 5px 5px 10px #000;
}

.l-h1 {
    margin: auto;
    font-weight: bolder;
    font-size: 5em;
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        120deg,
        black 20%,
        #FFFFFF 40%,
        black 60%
    );
    background-size: 200% auto;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    animation: shine 8s linear infinite;
    margin-bottom: 150px;
}

@keyframes bounce {
0%, 100% {
    transform: translateY(0);
}
50% {
    transform: translateY(20px);
}
}

@media only screen and (max-width: 600px) {

    .home_body_header h1 {
        font-size: 1.3em;
    }

    .header-algoturk-logo,
    .login_svg {
        width: 25px;
    }

    .scrolling-content {
        gap: 10px;
    }

    .feature_comp {
        min-width: 150px;
        min-height: 100px;
        max-width: 150px;
        max-height: 100px;
    }
    
    .features_comp {
        padding-bottom: 10px;
    }

    .feature_comp img {
        scale: 0.8;
    }

    .mobile_warning {
        display: flex !important;
    }

    body, section {
        overflow-y: hidden;
    }

    .wPfPh1 h1 {
        font-size: 2em;
    }

    .footer_email a {
        font-size: 0.8em;
    }

}

@keyframes shine {
    0% {
        background-position: 200% center;
    }
    100% {
        background-position: -200% center;
    }
}
  
.ornek-rapor-label {
    background-color: black;
    color: white;
    position: fixed;
    top: 70px;
    left: 20px;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    z-index: 9999;
    font-size: 0.7em;
}

.rapor-kutu {
  font-size: 0.9em;
}

.rapor-kutu ul {
  white-space: nowrap;
  padding: 0;
  list-style: none;
}

.section-header {
  font-weight: bold;
  margin: 12px 0 6px;
  border-top: 1px solid #ccc;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-top: 20px;
  margin-top: 20px;
  opacity: 0.5;
}

#summary_table {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#summary_table ul {
  flex: 1;
}

@keyframes scaleBox {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
}
  
.bD2g-1.animate {
    animation: scaleBox 3s ease-in-out;
    z-index: 10;
    position: relative;
}
  
.bSg30g {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    align-items: center;
    width: calc(100% - 40px);
    height: 100%;
    padding: 20px;
    gap: 20px;
}

.bD2g-1 {
    padding: 50px;
    border-radius: 5px;
    width: 100%;
    height: 250px;
    text-align: center;
    display: flex;
    padding-bottom: 0px;
    justify-content: center;
    background-size: cover;
    background-position: center;
    transition: transform 2s ease, z-index 2s ease;
    position: relative;
}  

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 100px;
    margin: auto;
}
  
.login-box {
    max-width: 400px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
  
.login-box h2 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 24px;
    color: #1a1a1a;
}
  
.login-box form {
    display: flex;
    flex-direction: column;
}
  
.login-box label {
    margin-bottom: 8px;
    font-weight: 500;
}
  
.login-box input,
.login-box select {
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
}
  
.login-box button {
    padding: 12px;
    background-color: #0e1f44;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
}

.loader-wrapper {
    position: fixed;
    z-index: 999999;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@keyframes heartbeat2 {
    0%   { transform: scale(1); }
    40%  { transform: scale(1.05); }
    60%  { transform: scale(1); }
    100% { transform: scale(1); }
}

.heartbeat-animation {
  animation: heartbeat2 1s ease-in-out;
}
  
.loader-algoturk-logo svg {
    width: 100px;
    height: auto;
    animation: heartbeat 6s infinite ease-in-out;
    transform-origin: center;
}

.div-button-selector {
    opacity: 0.3;
    scale: 0.95;
}

.div-button-selector.selected {
    opacity: 1;
    scale: 1;
}

.FqtEB {
    background-color: var(--sidebar-background-color);
    border-radius: 5px;
    padding: 20px 40px;
}

#pp_file_input {
    display: none;
}

label[for="pp_file_input"] {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    opacity: 0.5;
    cursor: pointer;
    transition: all 1s ease;
    background-color: var(--sidebar-background-color);
}

label[for="pp_file_input"]:hover {
    opacity: 1;
    scale: 1.005;
}

.file-feedback {
    margin: auto;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
}

.file-feedback.invalid {
    color: red;
}

.file-feedback.valid {
    color: green;
}

#pp_file_input:valid {
    background-color: #e7f7e6;
}

#pp_file_input:invalid {
    background-color: red;
}

.image-preview {
    margin-top: 10px;
    max-width: 200px;
    max-height: 200px;
    display: block;
    margin: auto;
    background-color: transparent;
    border-radius: 10px;
}

.input_text_type_0 {
    min-width: 250px;
    padding: 10px 20px;
    text-align: center;
    border: none;
}

.contact_email_div {
    display: flex;
    gap: 10px;
    align-items: center;
}

#email_field {
    width: 100%;
    padding: 15px 10px;
    border-radius: 5px;
    width: 30ch;
    background-color: var(--sidebar-background-color);
    color: var(--text-color);
}

.buttonBoxType0 {
    min-height: 80px;
    position: relative; 
    display: flex; 
    flex-direction: column; 
    gap: 10px; 
    border-radius: 5px; 
    align-items: center; 
    justify-content: center;
    background-color: var(--sidebar-background-color);
    padding-left: 40px;
    padding-right: 40px;
}

.buttonBoxType0 h3 {
  white-space: nowrap;
}

.buttonBoxType0 label {
    opacity: 0.3;
    font-size: 0.7em; 
    white-space: nowrap;
    margin-top: -20px;
}

.pricing-section {
    padding: 2rem;
    padding-top: 0px;
}

.pricing-category {
    margin-top: 2rem;
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .pricing-grid {
    grid-template-columns: 1fr 1fr;
    }
}

.pricing-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
}

.pricing-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
}

.pricing-table th,
.pricing-table td {
    border: 1px solid #ddd;
    padding: 1rem;
}

.pT2 th,
.pT2 td {
    text-align: center;
}

.pricing-table th {
    background-color: #f4f4f4;
}

.pricing-contact {
    font-weight: bold;
}

.fade-out {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.all_text_inputs {
    width: 100% !important;
    box-sizing: border-box !important;
}

#info-popup-links-maps {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: red;
    z-index: 9999999;
    border-radius: 10px;
    display: none;
    align-items: center;
    justify-content: center;
}

#info-popup-links-maps img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.report-form {
    margin: 0 auto;
    background: #f9fbfc;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    font-family: sans-serif;
}

.report-form h2 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #27374D;
}

.report-form label {
    display: block;
    color: #333;
    font-weight: 500;
}

.report-form input[type="text"],
.report-form select {
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    transition: 0.2s border-color;
}

.report-form input[type="text"]:focus,
.report-form select:focus {
    border-color: #526D82;
    outline: none;
}

.add-link-btn {
    margin-top: 10px;
    background: #DDE6ED;
    color: #27374D;
    padding: 8px 12px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
}

.add-link-btn:hover {
    background-color: #cfdde6;
}

.submit-btn {
    margin-top: 24px;
    background-color: green;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 14px;
    width: 100%;
}

.drafts_button {
    margin-top: 24px;
    background-color: #4794ff;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 14px;
    width: 100%;
}

@media (max-width: 600px) {
    .report-form {
        padding: 16px;
    }
}

#logout-button{
    font-size: 0.8em; 
    color: white; 
    background-color: red; 
    padding: 10px 20px; 
    border-radius: 5px;
}

.download_button {
    margin-top: 20px; margin-right: 10px; margin-left: auto;
    font-size: 0.8em;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: var(--modal-background);
}

.modal-content {
    background-color: var(--background-color);
    margin: 10% auto;
    padding: 20px;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    box-shadow: var(--modal-box-shadow);
    font-family: Arial, sans-serif;
}

.modal2 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: var(--modal-background);
}

.modal2-content {
    background-color: var(--background-color);
    margin: 10% auto;
    padding: 20px;
    border-radius: 12px;
    width: 90%;
    max-width: 900px;
    box-shadow: var(--modal-box-shadow);
    font-family: Arial, sans-serif;
}

.close {
    opacity: 0.5;
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    transition: all 1s ease;
}

.close:hover {
    opacity: 1;
}

/* Home */
.home_body {
    background-color: black;
    color: #ffffff;
}

.home_body_header {
    display: flex;
    justify-content: center;
    padding: 30px 50px;
    margin-top: 20px;
    align-items: center;
    width: calc(100% - 100px);
    background-color: transparent;
}

.home_body_header h1 {
    font-weight: 100;
    font-size: 1.2rem;
}

.home_body h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.home_body .buttons {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.home_body .btn {
    background: #3b82f6;
    color: #fff;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
}

.home_body .btn:hover {
    background: #2563eb;
}

.features_comp {
    width: 100%;
    overflow-x: auto;
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}

.feature_comp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    background: #0f1115;
    padding: 1.5rem;
    border-radius: 12px;
    min-width: 250px;
    min-height: 200px;
}

.f_inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: all 1s ease;
    text-align: center;
}

.f_inner h1 {
    padding: 0px 20px;
}

.feature_comp:hover .f_inner {
    opacity: 1;
}

.company_logo_svg {
    min-width: 200px;
}

.scrolling-content {
    display: flex;
    gap: 20px;
    animation: scroll-left 100s linear infinite;
}

.sRbRh {
    padding: 20px;
    background-color: rgb(245, 245, 245);
    border-radius: 5px;
    text-align: center;
    color: black;
    width: 100px;
    margin-right: auto;
    font-size: 0.8em;
    margin-top: 20px;
}

.features_comp {
    width: 100%;
    overflow: hidden;
    position: relative;
} 

.f_r_to_l .scrolling-content {
    animation-name: scroll-left;
}

.f_l_to_r .scrolling-content {
    animation-name: scroll-right;
}

.features_comp:hover .scrolling-content {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}

.wPfPh1 {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    pointer-events: none;
}

.wPfPh1 h1 {
    color: white;
    font-size: 2.5rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    margin: 0;
    font-weight: 400;
}

.mobile_warning {
    position: fixed;
    z-index: 99999999;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: black;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mobile_warning h1 {
    transform-origin: center;
    font-size: 1em;
    text-align: center;
    padding: 0px 20px;
    line-height: 2;
    color:  white;
}

.mobile_warning svg {
    width: 70px;
    margin-bottom: 100px;
}

.mobile_warning a {
    opacity: 0.5;
    font-size: 0.8em;
    margin-top: 100px;
}

.footer_email {
    display: flex; align-items: center; justify-content: center; width: 100%; margin-top: 50px;
    font-size: 0.8em;
}

.sRslw {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 50px;
}

.rating-star-2 {
    width: 60px;
    height: 60px;
    margin: 5px;
}

.j1iru {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    padding-top: 50px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    flex-direction: column;
    width: calc(100% - 40px);
    max-width: 500px;
}

.j1iru input {
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    width: calc(100% - 40px);
}

.j1iru input:focus {
  outline: none;
}

.j1iru button {
    padding: 12px;
    background-color: #0e1f44;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
}

.arrow {
    position: absolute;
    bottom: 20px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid rgba(255, 255, 255, 0.2);
    margin: 50px auto;
    transform: rotate(45deg);
    animation: bounce 5s infinite;
    box-sizing: content-box;
}

.Otzl3 {
    display: flex;
    gap: 10px;
    width: 100%;
}

.ePyh0 {
    flex: 1;
    padding: 50px;
    min-height: 200px;
    background-color: var(--sidebar-background-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 1.5em;
    text-align: center;
    white-space: nowrap;
}

.ePyh02 {
    flex: 1;
    padding: 50px;
    min-height: 100px;
    background-color: var(--sidebar-background-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 1.5em;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 30px;
}

.Sd3Eh {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80vh;
    width: 80vw;
    background-color: var(--text-color);
    color: var(--background-color);
    border-radius: 10px;
    display: none;
    z-index: 5;
}

.Sd3Eh .close {
    margin: 10px;
    opacity: 0.5;
    color: var(--background-color);
    margin-right: 15px;
}

.Sd3Eh .close:hover {
    opacity: 1;
}

.Sd3Eh {
    overflow-y: auto;
}

.Jb72I {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 16px;
    padding: 20px;
    box-sizing: border-box;
    max-height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
}

.jaYbG {
    background-color: var(--sidebar-background-color);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 16px 20px;
    font-family: 'Segoe UI', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background-color 0.3s ease;
    animation: fadeInUp 0.4s ease;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    position: relative;
}

.jaYbG_date {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 0.7em;
    opacity: 0.5;
}

.jaYbG_customer_info {
    font-size: 0.7em;
    opacity: 0.5;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.jaYbG_comment {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-y: auto;
    max-height: 70px;
}

.jaYbG_name_rating {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

#statusWrapper {
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999999;
    display: none;
}

#statusLabel {
    background-color: red;
    color: white;
    padding: 15px 20px;
    font-size: 0.8em;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    animation: heartbeat 6s infinite ease-in-out;
    transform-origin: center;
}

#statusLabel label {
    font-size: 0.7em;
    opacity: 0.8;
}

@keyframes heartbeat {
    0%   { transform: scale(1); }
    40%  { transform: scale(1.2); }
    60%  { transform: scale(1); }
    100% { transform: scale(1); }
}

.logs-table {
    border-spacing: 0 10px;
    border-collapse: separate;
}

.logs-table td {
    padding: 10px;
    background-color: var(--sidebar-background-color);
}

#report_issue_btn {
    width: 30px !important;
}

.new_label {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    background-color: green;
    padding: 5px;
    border-radius: 5px 8px;
    opacity: 0.6;
    font-size: 0.8em;
}

.full_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup_content {
  background: var(--background-color);
  padding: 30px;
  padding-top: 10px;
  max-width: 95vw;
  max-height: 95vh;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  font-family: Arial, sans-serif;
  text-align: left;
  overflow-y: auto;
}

.popup_content button {
  display: block;
  margin: 50px auto;
  margin-bottom: 0px;
  padding: 15px 20px;
  background-color: #0066ff;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.bvn41 {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.plq59 {
    flex: 1;
    min-width: 400px;
    background: var(--sidebar-background-color);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plq59:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.mno82 {
  font-size: 20px;
  margin-bottom: 12px;
}

.jkl04 {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 16px;
}

.hgf27 {
  font-size: 14px;
  color: #0066cc;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.hgf27:hover {
  color: #004999;
}

.article_cover {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  margin-bottom: 16px;
}

