/**
 * custom.css
 * @copyright Onepower (c) 2019 - 2025
 * @author amir Bassir
 * @package Onepower
 * @update 2025.11.12
 * @version 4.20.0
 */

@font-face {
  font-family: Sahel;
  src: url('fonts/Sahel.eot');
  src: url('fonts/Sahel.eot?#iefix') format('embedded-opentype'),
       url('fonts/Sahel.woff') format('woff'),
       url('fonts/Sahel.ttf') format('truetype');
  font-weight: normal;
  unicode-range: U+0600-06FF;
}
@font-face {
  font-family: 'Vazirmatn';
  src: url('fonts/Vazirmatn[wght].woff2') format('woff2 supports variations'),
       url('fonts/Vazirmatn[wght].woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Montserrat Alternates';
    src: url('fonts/MontserratAlternates-Regular.ttf') format('truetype'),
    src: url('fonts/MontserratAlternates-Regular.woff2') format('woff2');
    unicode-range: U+0041-005A, U+0061-007A;
}
@font-face {
    font-family: 'SourceCodePro-Regular';
    src: url('fonts/SourceCodePro-Regular.ttf') format('truetype');
    unicode-range: U+0041-005A, U+0061-007A;
}
@font-face {
    font-family: 'Lateef';
    src: url('fonts/Lateef-Regular.ttf') format('truetype');
    unicode-range: U+0600-06FF;
}
@font-face {
    font-family: 'Fira Code';
    src: url('fonts/FiraCode-Regular.ttf') format('truetype');
    unicode-range: U+0041-005A, U+0061-007A;
}
@font-face{
    font-family: "Consola Mono Book";
    src: url("fonts/ConsolaMono-Book.eot");
    src: url("fonts/ConsolaMono-Book.eot?#iefix") format("embedded-opentype"),
        url("fonts/ConsolaMono-Book.woff") format("woff"),
        url("fonts/ConsolaMono-Book.woff2") format("woff2"),
        url("fonts/ConsolaMono-Book.ttf") format("truetype"),
        url("fonts/ConsolaMono-Book.svg#Consola Mono Book") format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

.OneColor {
	color: #3c5b85 !important;
}

.montserrat-alternates-regular {
	 font-family: "Montserrat Alternates", serif !important;
	 font-weight: 600;
	 font-style: normal;
	 font-display: swap;
}
.lateef-regular {
	 font-family: "Lateef", Sahel serif;
	 font-weight: 400;
	 font-style: normal;
}
:root {
    --primary-color: #3c5b85 !important;
}
body {
	font-family: Vazirmatn, Sahel, Lateef, serif !important;
}
body#one-framework {
    background-color: #dee4ed;
}
/* Force white background for content areas */
.py-2 {
    background-color: white !important;
}
body * {
    unicode-bidi: embed;
}

body *:lang(en) {
    font-family: "Montserrat Alternates", serif !important;
    font-weight: 400;
    font-style: normal;
}
.english-text {
	font-family: 'Montserrat Alternates', serif;
	font-weight: 400;
	font-style: normal;
}

ul li {
    text-align: right;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Vazirmatn, Sahel, Lateef, serif !important;
    font-weight: 700;
    line-height: 1.3;
    color: #3c5b85 !important;
    margin: 0;
}

h1 {
    font-size: 1.5rem;
    margin: 1.5em 0 0.75em 0;
}

h2 {
    font-size: 1.4rem;
    margin: 1.4em 0 0.7em 0;
}

h3 {
    font-size: 1.3rem;
    margin: 1.3em 0 0.65em 0;
}

h4 {
    font-size: 1.2rem;
    margin: 1.2em 0 0.6em 0;
}

h5 {
    font-size: 1.1rem;
    margin: 1.1em 0 0.55em 0;
}

h6 {
    font-size: 1rem;
    margin: 1em 0 0.5em 0;
}

code {
    /*direction: ltr !important;*/
}
body::selection {
    background: #6a88b1 !important;
    color: white !important;
}

body::-moz-selection {
    background: #6a88b1 !important;
    color: white !important;
}

p::selection, 
h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection,
span::selection,
div::selection,
article::selection,
section::selection {
    background: #6a88b1 !important;
    color: white !important;
}

/* Reset and initialization */
header {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

/* Standard spacing for header */
header.text-center {
    margin: 0 auto;
}

/* Logo link */
header.text-center a {
    display: inline-block;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

header.text-center a:hover {
    opacity: 0.8;
}

/* Internal div for better control */
header.text-center a div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0;
}

/* SVG logo */
header.text-center svg {
    display: block;
    max-width: 100%;
    height: auto;
}

p::-moz-selection, 
h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection,
span::-moz-selection,
div::-moz-selection,
article::-moz-selection,
section::-moz-selection {
    background: #6a88b1 !important;
    color: white !important;
}
.OneCode {
	font-family: 'Consola Mono Book', 'Fira Code', 'SourceCodePro-Regular', Courier New, monospace;
}
.modal-header {
    flex-direction: row-reverse;
}
.modal-header .btn-close {
    margin-left: 0 !important;
    margin-right: auto !important;
}
.modal-header .modal-title {
 margin-right: 0 !important;
    margin-left: auto !important;
}
.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.btn-primary:hover {
    background-color: #365278 !important;
    border-color: #365278 !important;
}
.navbar {
    background-color: var(--primary-color) !important;
}
.bg-dark {
	background-color: #365278 !important;
}
.en-text {
    font-family: 'monospace', sans-serif !important;
}
.activity-feed-status-form .activity_feed_form textarea {
    min-height: 41px;
    height: 41px;
    line-height: 41px;
}
.error-page {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.error-code {
    font-size: 3rem;
    color: #ff4444;
}

.error-message {
    font-size: 1.5rem;
    color: #ff8888;
}

.error-details {
    background-color: #2a2a2a;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
}

.error-details pre {
    color: #00ff00;
    font-family: 'Courier New', Courier, monospace;
}

.error-solutions {
    margin-top: 20px;
}

.error-solutions ul {
    list-style-type: none;
    padding: 0;
}

.error-solutions li {
    background-color: #333333;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.page-item:first-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius) !important;
    border-bottom-right-radius: var(--bs-pagination-border-radius) !important;
}
.page-item:last-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius) !important;
    border-bottom-left-radius: var(--bs-pagination-border-radius) !important;
}

.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.dropdown-toggle {
    background: none;
    border: none;
    color: #000;
}

.dropdown-menu {
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    padding: 8px 16px;
    font-size: 14px;
}

.dropdown-item.text-danger {
    color: #dc3545 !important;
}
.card-title {
    color: #3c5b85 !important;
}
.btn-outline-primary {
    --bs-btn-color: #3c5b85 !important;
    --bs-btn-border-color: #3c5b85 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3c5b85 !important;
    --bs-btn-hover-border-color: #3c5b85 !important;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3c5b85 !important;
    --bs-btn-active-border-color: #3c5b85 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #3c5b85 !important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #3c5b85 !important;
    --bs-gradient: none;
}
/*.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    color: #3c5b85 !important;
}*/
.bg-primary {
    background-color: #3c5b85 !important;
 
}
#scrollToTopBtn {
    position: fixed; /* ﻪﻣکﺩ ﻦﺘﺷاﺩ ﻩگﻥ ﺖﺑﺎﺛ */
    bottom: 20px;   /* ﻥییاپ ﺯا ﻪﻠﺻﺎﻓ */
    right: 20px;    /* ﺖﺳاﺭ ﺯا ﻪﻠﺻﺎﻓ */
    width: 50px;    /* ﻪﻣکﺩ ﺽﺮﻋ */
    height: 50px;   /* ﻪﻣکﺩ ﻉﺎﻔﺗﺭا */
    display: none;  /* ﺽﺮﻓﺵیپ ﺕﺭﻮﺻ ﻪﺑ ﻪﻣکﺩ ﻥﺩﺭک یﻒﺨﻣ */
    z-index: 1000;  /* ﺖﺳا ﺭگیﺩ ﺮﺻﺎﻨﻋ ﻪﻤﻫ یﻻﺎﺑ ﻪﻣکﺩ ﺩیﻮﺷ ﻦﺌﻤﻄﻣ */
    transition: opacity 0.3s ease-in-out; /* ﻡﺮﻧ ﻦﺷیﻡیﻥا */
}

#scrollToTopBtn:hover {
    opacity: 0.8; /* ﺭییﻎﺗ opacity ﻡاگﻦﻫ hover */
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width)* -1);
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
}

/* ================================================= */
/* PROFESSIONAL GLASS MESSAGE SYSTEM - FINAL VERSION */
/* ================================================= */

/* Message Queue Container */
#message-queue {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    width: 350px;
    pointer-events: none;
}

#message-queue > * {
    pointer-events: auto;
}

/* Base Message Styles */
.message {
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px 20px;
    margin-bottom: 12px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
    
    /* Glass Morphism Effect */
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    
    /* Glass Border */
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    
    /* Initial State */
    opacity: 0;
    visibility: hidden;
    transform: translateX(400px);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1000;
    max-width: 100%;
    overflow: hidden;
    
    /* Consistent Shadow */
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

/* Glass Icon Container */
.message .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 14px;
    position: relative;
    flex-shrink: 0;
    
    /* Glass Effect */
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    
    box-shadow: 
        inset 0 2px 4px rgba(255, 255, 255, 0.4),
        inset 0 -1px 2px rgba(0, 0, 0, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.1),
        0 2px 4px rgba(255, 255, 255, 0.3);
}

/* Premium Icon */
.message .icon {
    font-size: 16px;
    position: relative;
    text-shadow: 
        0 1px 2px rgba(255, 255, 255, 0.8),
        0 -1px 1px rgba(0, 0, 0, 0.1);
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}

/* ============ MESSAGE TYPES ============ */

/* Success Message */
.message.success {
    background: rgba(212, 255, 222, 0.85);
    color: #0a5c1f;
    border-left: 4px solid rgba(34, 197, 94, 0.7);
}

.message.success .icon-container {
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.4);
}

.message.success .icon {
    color: #16a34a;
}

/* Error Message */
.message.error {
    background: rgba(255, 224, 227, 0.85);
    color: #7f1d1d;
    border-left: 4px solid rgba(239, 68, 68, 0.7);
}

.message.error .icon-container {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.4);
}

.message.error .icon {
    color: #dc2626;
}

/* Warning Message */
.message.warning {
    background: rgba(255, 248, 225, 0.85);
    color: #78350f;
    border-left: 4px solid rgba(245, 158, 11, 0.7);
}

.message.warning .icon-container {
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.4);
}

.message.warning .icon {
    color: #d97706;
}

/* Info Message */
.message.info {
    background: rgba(224, 247, 255, 0.85);
    color: #1e3a8a;
    border-left: 4px solid rgba(59, 130, 246, 0.7);
}

.message.info .icon-container {
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.4);
}

.message.info .icon {
    color: #2563eb;
}

/* ============ PROGRESS BAR - FIXED FOR ALL MESSAGES ============ */

.message::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #22c55e; /* Default color */
    transform: scaleX(1);
    transform-origin: left;
    animation: progressBar 5s linear forwards;
    border-radius: 0 0 16px 16px;
    z-index: 2;
}

/* Progress Bar Colors */
.message.success::before {
    background: linear-gradient(90deg, #1A8742 0%, #16a34a 100%);
}

.message.error::before {
    background: linear-gradient(90deg, #B22626 0%, #dc2626 100%);
}

.message.warning::before {
    background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
}

.message.info::before {
    background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
}

/* Progress Bar Animation */
@keyframes progressBar {
    0% { 
        transform: scaleX(1);
    }
    100% { 
        transform: scaleX(0);
    }
}

/* ============ INTERACTIVE ELEMENTS ============ */

/* Close Button */
.message .close {
    margin-left: auto;
    color: inherit;
    background: rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    opacity: 0.7;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    line-height: 1;
    padding: 4px 8px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.message .close:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.4);
    transform: scale(1.1);
}

.message .close:active {
    transform: scale(0.95);
}

/* Text Container */
.message .text {
    flex: 1;
    padding-right: 12px;
    font-weight: 600;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* ============ ANIMATIONS ============ */

/* Show Animation */
.message.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    animation: messageEntrance 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Hide Animation */
.message.hide {
    opacity: 0;
    visibility: hidden;
    transform: translateX(400px);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

/* Entrance Animation */
@keyframes messageEntrance {
    0% {
        opacity: 0;
        transform: translateX(400px);
    }
    60% {
        opacity: 1;
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ============ HOVER EFFECTS ============ */

.message:not(.hide):hover {
    transform: translateX(-5px);
    background: rgba(255, 255, 255, 0.95);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ============ DARK MODE SUPPORT ============ */

/*@media (prefers-color-scheme: dark) {
    .message {
        background: rgba(40, 40, 40, 0.85);
        color: #f8f9fa;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
}*/

/* ============ RESPONSIVE DESIGN ============ */

@media (max-width: 768px) {
    #message-queue {
        width: 90%;
        right: 5%;
        left: 5%;
        top: 10px;
    }
    
    .message {
        max-width: 100%;
        padding: 14px 16px;
    }
    
    .message .icon-container {
        width: 28px;
        height: 28px;
        margin-right: 12px;
    }
    
    .message .icon {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    #message-queue {
        width: 95%;
        right: 2.5%;
        left: 2.5%;
    }
    
    .message {
        padding: 12px 14px;
        font-size: 13px;
    }
}

/* ============ ACCESSIBILITY ============ */

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .message {
        border-width: 2px;
    }
    
    .message::before {
        height: 3px;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .message,
    .message .close,
    .message::before {
        transition: none;
        animation: none;
    }
    
    .message.show {
        transform: none;
    }
}

.custom-abbr {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}

.custom-abbr::after {
    content: '?';
    position: absolute;
    top: -0.9em;
    right: -0.5em;
    font-size: 0.8em;
    color: #007BFF;
    background-color: #fff;
    border-radius: 50%;
    width: 1.2em;
    height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-abbr::before {
    content: attr(data-title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #365278;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.custom-abbr:hover::before {
    opacity: 1;
    visibility: visible;
}

.custom-abbr.active::before {
    opacity: 1;
    visibility: visible;
}

ul li {
 white-space: normal !important;
}
/*.form-check .form-check-input {
    float: right !important;
}*/
label.form-check-label {
    margin-right: 25px !important;
}
a {
    text-decoration: none !important;
}
.list-group {
 padding-top: 1 rem !important;
}
.engraved-text {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(255, 255, 255, 0.3);
}
.one-cover {
 height: 200px;
 object-fit: cover;
}
@media (min-width: 576px) {
    .bd-content .highlight {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (min-width: 576px) {
    .highlight {
        padding: 1rem 1.5rem;
  margin-right: 0;
        margin-left: 0;
  border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }
}
.highlight {
    padding: 1rem;
    margin-bottom: 1rem;
}
.highlight {
    direction: ltr;
    text-align: left;
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}
.highlight pre code {
    font-size: inherit;
    color: #3a71a9;
    word-wrap: normal;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

/* ================================================= */
/* STYLES FOR INLINE CODE                            */
/* ================================================= */ 
code:not(pre code) {
    background: #f1f5f9;
    color: #0f172a;
    padding: 2px 3px; /* A little more padding for better readability */
    border-radius: 5px;
    font-family: 'Fira Code', 'Monaco', 'Cascadia Code', monospace;
    font-size: 0.875em; /* Use em for better compatibility */
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease; /* Smooth transition for hover */
}

/* ================================================= */
/* HOVER MODE FOR BETTER INTERACTION                 */
/* ================================================= */
code:not(pre code):hover {
    background: #e2e8f0; /* Easier background change */
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(59, 130, 246, 0.2); /* Softer shadow */
}

/* ================================================= */
/* FOR SPECIAL CODES IN THE TEXT                     */
/* ================================================= */
.code-php {
    background: #f3f4f6;
    border-left: 3px solid #4f5b93;
    color: #0f172a;
}

.code-js {
    background: #fef9e7;
    border-left: 3px solid #d6ba32;
    color: #0f172a;
}

.code-html {
    background: #fef2f2;
    border-left: 3px solid #c53707;
    color: #0f172a;
}

.code-css {
    background: #eff6ff;
    border-left: 3px solid #1e40af;
    color: #0f172a;
}

.code-sql {
    background: #f0f9ff;
    border-left: 3px solid #0369a1;
    color: #0f172a;
}

code, kbd, pre, samp {
    font-size: 1em;
    direction: ltr;
    unicode-bidi: embed;
}

/* Active mode for copying */
code:not(pre code):active {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(59, 130, 246, 0.1);
}

.chroma {
    direction: ltr;
    text-align: left;
}

.language-html {
    direction: ltr;
    text-align: left;
}
.centered-image {
 display: block;
 margin: 0 auto;
}
.highlight {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}

.chroma {
    direction: ltr;
    text-align: left;
}

.p { color: #999; } /* tags */
.nt { color: #2f6f9f; } /* tags names */
.na { color: #4f9fcf; } /* Attribute names */
.s { color: #d44950; } /* Attribute values */
.o { color: #999; } /* = and <> signs */
.visitor-badge {
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 8px 12px;
}

.visitor-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {
    .visitor-badge {
        width: 100%;
        margin: 5px 0;
    }
}
.blog-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.blog-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.blog-item .blog-content {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-item h5 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.blog-item p {
    font-size: 0.9rem;
    color: #666;
}

.blog-item small {
    font-size: 0.8rem;
    color: #999;
}
.nav-link .menu-text::after {
 background: #ec8e08 !important;
}
.btn-loading {
    position: relative;
    pointer-events: none;
}

.btn-loading .spinner-border {
    margin-right: 8px;
}

/* Animation for success button */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.btn-success-animated {
    animation: pulse 0.5s ease-in-out;
}
.toast {
 min-width: 300px;
 animation: fadeIn 0.3S;
}
@keyframes fadeIn {
 from {
  opacity: 0;
  transform: translateY(-20px);
 }
 to {
  opacity: 1;
  transform: translateY(0);
 }
}
/* rss feed */
:root {
 --primary-color: #3c5b85;
 --primary-light: #5a7ba9;
 --primary-dark: #2a4568;
 --complementary: #e1a749; /* Complementary color based on the color wheel */
 --accent: #853c5b; /* Accent color */
 --light-bg: #f8fafc;
 --text-on-primary: #ffffff;
}

.rss-card {
 transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
 transform-style: preserve-3d;
 box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
 border: none;
 border-radius: 12px;
 overflow: hidden;
 position: relative;
 background: var(--light-bg);
 perspective: 1000px;
 border: 1px solid rgba(60, 91, 133, 0.1);
}

.rss-card::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 height: 4px;
 background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
 z-index: 2;
}

.rss-card-inner {
 transition: inherit;
 transform-style: preserve-3d;
 height: 100%;
}

.rss-icon {
 font-size: 2.8rem;
 color: var(--primary-color);
 margin-bottom: 1rem;
 transform: translateZ(30px);
 text-shadow: 0 2px 4px rgba(60, 91, 133, 0.2);
}

.rss-badge {
 position: absolute;
 top: 10px;
 right: 10px;
 background: var(--complementary);
 color: var(--text-on-primary);
 border-radius: 50%;
 width: 32px;
 height: 32px;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 0.9rem;
 transform: translateZ(25px);
 box-shadow: 0 2px 5px rgba(0,0,0,0.2);
 z-index: 3;
}

.card-title {
 transform: translateZ(20px);
 color: var(--primary-dark);
 font-weight: 600;
}

.card-text {
 transform: translateZ(15px);
 color: var(--primary-dark);
 opacity: 0.8;
}

.btn-primary {
 background-color: var(--primary-color);
 border-color: var(--primary-dark);
 transform: translateZ(25px);
 transition: all 0.3s ease;
}

.btn-primary:hover {
 background-color: var(--primary-dark);
 transform: translateZ(25px) scale(1.05);
}

.rss-url-box {
 background: rgba(60, 91, 133, 0.05);
 border-left: 3px solid var(--primary-color);
 transform: translateZ(10px);
 font-family: monospace;
 font-size: 0.8rem;
 direction: ltr;
 padding-left: 8px;
}

/* Lighting effect to emphasize 3D */
.rss-card::after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: linear-gradient(135deg, 
    rgba(255,255,255,0.3) 0%, 
    rgba(255,255,255,0) 50%);
 pointer-events: none;
 border-radius: 12px;
 z-index: 1;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-item {
    margin: 0 3px;
}

.page-item:first-child .page-link {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-right: -1px;
    line-height: 1.25;
    color: #4e73df;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
}

.page-link:hover {
    color: #224abe;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.ticket-replies {
    margin-top: 2rem;
}

.reply-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.admin-reply {
    background-color: #f8f9fa;
    border-left: 4px solid #0d6efd;
}

.user-reply {
    border-left: 4px solid #6c757d;
}

.reply-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.user-info {
    display: flex;
    align-items: center;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.user-meta {
    display: flex;
    flex-direction: column;
}

.reply-date {
    color: #6c757d;
    font-size: 0.9rem;
}

.reply-actions {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 1rem;
    border-radius: 4px;
    color: white;
    z-index: 1000;
}

.toast-success {
    background-color: #198754;
}

.toast-error {
    background-color: #dc3545;
}

.valid-feedback {
    display: none;
    color: #198754;
    font-size: 0.875em;
    margin-top: 0.25rem;
}

.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* Style for IP address display */
.card-footer .badge.bg-secondary {
    font-family: monospace;
    font-size: 0.85em;
    padding: 0.25em 0.5em;
}

/* Priority badge styles */
.badge.bg-info { background-color: #0dcaf0 !important; }
.badge.bg-primary { background-color: #0d6efd !important; }
.badge.bg-warning { background-color: #ffc107 !important; color: #000; }
.badge.bg-danger { background-color: #dc3545 !important; }

.card.bg-primary .card-title,
.card.bg-primary .card-text,
.card.bg-info .card-title,
.card.bg-info .card-text,
.card.bg-warning .card-title,
.card.bg-warning .card-text,
.card.bg-success .card-title,
.card.bg-success .card-text {
    color: #fff !important; /* Force white color for all text */
}

.button-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* Onepower Markdown Editor Styles */
.op-md-toolbar {
 background: #f8f9fa;
 padding: 0.5rem;
 border-radius: 0.25rem;
 border: 1px solid #dee2e6;
}

.op-md-preview {
 background: #fff;
 border-radius: 0.25rem;
 min-height: 200px;
}

.op-md-preview img {
 max-width: 100%;
 height: auto;
}

.op-md-preview pre {
 background: #f8f9fa;
 padding: 1rem;
 border-radius: 0.25rem;
}

.op-md-preview code {
 background: #f8f9fa;
 padding: 0.2rem 0.4rem;
 border-radius: 0.2rem;
 font-family: monospace;
}

.counter-badge {
    background-color: #f8f9fa;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 0.85rem;
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.counter-badge .count {
    font-weight: bold;
    color: #0d6efd;
}

.counter-badge.warning {
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.counter-badge.danger {
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.counter-badge.success {
    background-color: #d1e7dd;
    border-color: #badbcc;
}

/* Basic animations */
.animate__animated {
    animation-duration: 0.3s;
}

/* New comment */
.comment-new {
    animation: fadeInUp 0.3s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Like/Dislike */
.comment-vote-btn.active {
    position: relative;
}

.comment-vote-btn.active:after {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    70% {
        transform: scale(1.2);
        opacity: 0.2;
    }
    100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
}

.comment-alert {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    max-width: 400px;
}

.one-content-text {
    text-align: justify;
    letter-spacing: -0.01em;
    hyphens: auto;
    margin: 0;
    padding: 0;
    word-spacing: -0.1em;
}

.list-unstyled {
    padding-right: 0 !important;
 padding-left: auto !important;
}

.op-editor {
 padding: 0.875rem !important;
}

.error-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 300px;
    padding: 2rem;
}

/* In the home-special.css file */
.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.card-justify .card-text {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.7;
}

.blog-justify {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.8;
    /*text-align-last: right;*/
}

/* Professional Modal Styles */
.one-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 99998 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: one-fadeIn 0.3s ease-out;
}

.one-modal {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    width: 480px;
    max-width: 90vw;
    max-height: 85vh;
    overflow: hidden;
    animation: one-slideUp 0.3s ease-out;
    border: 1px solid #e1e5e9;
}

.one-modal-header {
    background: linear-gradient(135deg, #3c5b85 0%, #2d4668 100%);
    color: white;
    padding: 24px 30px;
    position: relative;
}

.one-modal-header h3 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.2px;
 color: #bec5cf !important;
}

.one-modal-body {
    padding: 20px;
    color: #2d3748;
    line-height: 1.6;
    font-size: 1rem;
}

.one-modal-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

/* Professional Buttons */
.one-btn {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.one-btn-primary {
    background-color: #007bff;
    color: white;
}

.one-btn-primary:hover {
    background-color: #0056b3;
}

.one-btn-secondary {
    background-color: #6c757d;
    color: white;
}

.one-btn-secondary:hover {
    background-color: #545b62;
}

.one-btn-danger {
    background-color: #dc3545;
    color: white;
}

.one-btn-danger:hover {
    background-color: #c82333;
}

.one-btn-success {
    background-color: #28a745;
    color: white;
}

.one-btn-success:hover {
    background-color: #218838;
}

/* Animations */
@keyframes one-fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes one-slideUp {
    from { 
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to { 
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Close Button */
.one-modal-close {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.one-modal-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

/* Alpine Notification Styles */
.alpine-notification {
    position: fixed;
    min-width: 300px;
    max-width: 500px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    border-left: 4px solid;
    z-index: 10001;
    overflow: hidden;
}

/* Notification Positions */
.alpine-notification.top-right {
    top: 20px;
    right: 20px;
}

.alpine-notification.top-left {
    top: 20px;
    left: 20px;
}

.alpine-notification.bottom-right {
    bottom: 20px;
    right: 20px;
}

.alpine-notification.bottom-left {
    bottom: 20px;
    left: 20px;
}

/* Notification Types */
.alpine-notification.notification-success {
    border-left-color: #28a745;
    background: linear-gradient(135deg, #f8fff9 0%, #e8f5e8 100%);
}

.alpine-notification.notification-error {
    border-left-color: #dc3545;
    background: linear-gradient(135deg, #fff8f8 0%, #f5e8e8 100%);
}

.alpine-notification.notification-warning {
    border-left-color: #ffc107;
    background: linear-gradient(135deg, #fffdf8 0%, #f5f2e8 100%);
}

.alpine-notification.notification-info {
    border-left-color: #17a2b8;
    background: linear-gradient(135deg, #f8fdff 0%, #e8f2f5 100%);
}

.notification-content {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.notification-content p {
    margin: 0;
    flex: 1;
    color: #2d3748;
    font-weight: 500;
    line-height: 1.5;
}

.notification-action {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.notification-action:hover {
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.notification-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.notification-close:hover {
    background: rgba(0, 0, 0, 0.2);
}

/* Notification Icons */
.notification-icon {
    font-size: 1.2rem;
}

.notification-success .notification-icon { color: #28a745; }
.notification-error .notification-icon { color: #dc3545; }
.notification-warning .notification-icon { color: #ffc107; }
.notification-info .notification-icon { color: #17a2b8; }

/* Alpine Counter Styles */
.alpine-counter {
    display: inline-flex;
    align-items: center;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.counter-btn {
    background: #f8fafc;
    border: none;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1.2rem;
    font-weight: bold;
    color: #4a5568;
    min-width: 50px;
}

.counter-btn:hover:not(:disabled) {
    background: #e2e8f0;
    color: #2d3748;
}

.counter-btn:disabled {
    background: #f1f5f9;
    color: #cbd5e0;
    cursor: not-allowed;
}

.counter-decrement {
    border-right: 1px solid #e2e8f0;
}

.counter-increment {
    border-left: 1px solid #e2e8f0;
}

.counter-value {
    padding: 12px 20px;
    min-width: 60px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    background: white;
}

/* Action Links */
.action-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s ease;
    cursor: pointer;
    font-weight: 500;
}

.action-link:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

/* Variants */
.action-link.text-warning {
    color: #e0a800;
    background: rgba(255, 193, 7, 0.1);
}

.action-link.text-warning:hover {
    background: rgba(255, 193, 7, 0.15);
}

.action-link.text-danger {
    color: #dc3545;
    background: rgba(220, 53, 69, 0.1);
}

.action-link.text-danger:hover {
    background: rgba(220, 53, 69, 0.15);
}

.action-link.text-success {
    color: #28a745;
    background: rgba(40, 167, 69, 0.1);
}

.action-link.text-success:hover {
    background: rgba(40, 167, 69, 0.15);
}

.action-link.text-info {
    color: #17a2b8;
    background: rgba(23, 162, 184, 0.1);
}

.action-link.text-info:hover {
    background: rgba(23, 162, 184, 0.15);
}

/* For dropdowns */
.dropdown-item.action-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: none;
    width: 100%;
    text-align: left;
    background: none;
    margin: 0;
}

.dropdown-item.action-link:hover {
    background: #f8f9fa;
}

/* Loading overlay for modals */
.one-modal-loading {
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 12px;
}

.one-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3c5b85;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Success state for modals */
.one-modal-success {
    text-align: center;
    padding: 40px 20px;
}

.one-modal-success .success-icon {
    font-size: 48px;
    color: #28a745;
    margin-bottom: 20px;
}

.one-modal-success h4 {
    color: #2d3748;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.one-modal-success p {
    color: #4a5568;
    font-size: 1rem;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.toast-notification {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.toast-content i {
    margin-right: 8px;
}

/* Add to your CSS file */
[x-cloak] {
    display: none !important;
}

.one-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 300px;
    max-width: 500px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 10000;
    animation: oneToastIn 0.3s ease-out;
}

.one-toast-success {
    border-left: 4px solid #28a745;
}

.one-toast-error {
    border-left: 4px solid #dc3545;
}

.one-toast-content {
    display: flex;
    align-items: center;
    padding: 12px 16px;
}

.one-toast-content i {
    font-size: 1.2rem;
    margin-right: 12px;
}

.one-toast-success i {
    color: #28a745;
}

.one-toast-error i {
    color: #dc3545;
}

.one-toast-message {
    flex: 1;
}

.one-toast-title {
    font-weight: bold;
    margin-bottom: 4px;
}

.one-toast-close {
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.7;
    margin-left: 12px;
}

@keyframes oneToastIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes oneToastOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* Action visibility control - SAFE APPROACH */
.action-hidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.action-visible {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
}

/* Ensure dropdown items maintain proper layout */
.dropdown-menu .action-hidden,
.dropdown-menu .action-visible {
    height: auto !important;
    overflow: visible !important;
}

/* Safe container for action items */
.action-container {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.action-container.action-hidden {
    display: none;
}

.countdown-timer {
    background: #e8f5e8;
    color: #2d5016;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: bold;
    margin-left: 10px;
}

.one-modal-success {
    text-align: center;
    padding: 20px 0;
}

.success-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

/* Loading indicator for soft refresh */
.refresh-loading {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #007bff;
    color: white;
    padding: 10px 15px;
    border-radius: 4px;
    z-index: 10001;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}

/*.featured-item {
    border: 2px solid #ffd700;
    background-color: #fffdf0;
    position: relative;
}*/

.featured-star {
    color: #ffd700;
    visibility: visible !important;
}

.one-modal-container {
    position: fixed;
    z-index: 99999 !important;
}

/* Prevent transform from affecting modal */
.dropdown-menu .one-modal-container {
    transform: none !important;
}

.hljs-ln tr {
    line-height: 1.6;
}

.hljs-ln td {
    padding: 2px 12px !important;
    vertical-align: top;
}

.hljs-ln-numbers {
    padding-right: 20px !important;
    text-align: right;
    color: #6c757d;
    border-right: 2px solid #495057;
    background: rgba(0, 0, 0, 0.1);
    min-width: 45px;
    user-select: none;
    /*font-family: 'Fira Code', monospace;*/
}

.hljs-ln-code {
    padding-left: 25px !important;
    width: 100%;
}
