/* إجبار الاتجاه العام ليكون من اليمين لليسار */
body {
  direction: rtl !important;
}

/* يمكن أيضًا لضمان اتجاه الريجون فقط يكون من اليمين */
.t-Region, .t-Form-fieldContainer {
  direction: rtl !important;
  text-align: right !important;
}
/* تصغير ارتفاع الريجون R1 */
#form-region {
  height: 60px;
  padding: 3px 3px;
  line-height: 20px;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  margin-bottom: 1px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); /* ظل بسيط */
  border-radius: 5px;
  /*background-color: #fff0f5; /* لون خفيف */
  background: linear-gradient(135deg, #9dc3f5, #e2bde2);
  font-weight: bold;
  
}  
.horizontal-fields {
  display: flex;
  gap: 40px;
  background: linear-gradient(135deg, #f0f8ff, #e6f0ff);
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  align-items: center;
  flex-wrap: wrap;
}

/* إزالة الحدود الظاهرة عند التحديد أو التركيز */
.apex-item-display-only,
.apex-item-display-only:focus,
.apex-item-display-only:active,
.custom-value,
.custom-value:focus,
.custom-value:active,
.field-value,
.field-value:focus,
.field-value:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  background-color: transparent !important;
}
/* تغيير لون الخط للحقلين إلى أحمر غامق */
.custom-value,
.apex-item-display-only {
  color: #8B0000 !important; /* DarkRed */
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  font-size: 50px;
  padding-top: 1px; /* جرّب تغيير القيمة حسب ما يناسب */
  line-height: 1px;
  padding-bottom: 1px !important;
  margin-bottom: 1px !important;
}
.custom-label {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 14px;
}


/* تصغير الحشو داخل حقول الفورم */
#form-region .t-Form-fieldContainer {
  margin-bottom: 2px !important;
}

/* عرض الحقل جنب العنوان */
#P2_SUP_NO_CONTAINER {
  display: flex;
  align-items: center;
  height: 3px;
  font-weight: bold;
  color: #340b75;
}

/* عرض الحقل جنب العنوان */
#P2_SUP_NAME_CONTAINER {
  display: flex;
  align-items: center;
  height: 15px;
  font-weight: bold;
  color: #471313;
}
#t_Header .t-Header-branding,
#t_Header .t-BreadcrumbRegion,
#t_Body_title,
#t_Header h1,
.t-Header-logo,
.t-Header-branding {
  display: none !important;
}


/* === عام لكل الأجهزة - تأثيرات وظلال و3D === */
body {
  font-family: 'Cairo', sans-serif;
  background: linear-gradient(to right, #f8f8f8, #e8e8e8);
  color: #333;
  font-weight: bold;
}

#form-region:hover {
  transform: perspective(1000px) rotateX(2deg);
}

#form-region .t-Form-label {
  font-weight: bold;
  font-size: 16px;
  color: #222;
}

#form-region .t-Form-input {
  box-shadow: inset 0 2px 5px rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #150366;
}

/* === تظليل عام لكل الريجونز === */
.t-Region {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

/* === ريجون R1 === */
#r1 {
  background: linear-gradient(135deg, #e0f7fa, #b2ebf2);
}

/* === ريجون R2 === */
#r2 {
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
}

/* === ريجون R3 === */
#r3 {
  background: linear-gradient(135deg, #fff3e0, #ffe0b2);
}

/* === ريجون R4 === */
#r4 {
  background: linear-gradient(135deg, #f3e5f5, #e1bee7);
}

/* === ريجون R5 === */
#r5 {
  background: linear-gradient(135deg, #ede7f6, #d1c4e9);
}
#r6 {
  background: linear-gradient(135deg, #7d8f7e, #b3217b);
}
/* === تحسين الـ Interactive Report في كل ريجون === */
.a-IRR-table td, .a-IRR-table th {
  padding: 12px 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.a-IRR-header {
  background-color: rgba(0, 0, 0, 0.05);
  font-weight: bold;
  font-size: 16px;
}

/* === تلوين الأعمدة داخل الـ Interactive Report === */
.a-IRR-table td:nth-child(1) { background-color: #f0f9ff; }
.a-IRR-table td:nth-child(2) { background-color: #e8f5e9; }
.a-IRR-table td:nth-child(3) { background-color: #fffde7; }
.a-IRR-table td:nth-child(4) { background-color: #fce4ec; }
.a-IRR-table td:nth-child(5) { background-color: #f3e5f5; }
.a-IRR-table td:nth-child(6) { background-color: #ede7f6; }
.a-IRR-table td:nth-child(7) { background-color: #e1f5fe; }
.a-IRR-table td:nth-child(8) { background-color: #f9fbe7; }

/* === تأثير عند المرور على الصف === */
.a-IRR-table tr:hover {
  background-color: #f0f0f0;
}

/* === للموبايل فقط === */
@media (max-width: 768px) {
  #form-region, #r1, #r2, #r3, #r4, #r5 {
    padding: 12px !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  }

  .a-IRR-table td, .a-IRR-table th {
    font-size: 15px;
  }

  .t-Form-label {
    font-size: 15px;
  }
}

/* === تأثير ثلاثي الأبعاد خفيف عند المرور على أي ريجون === */
#r1:hover, #r2:hover, #r3:hover, #r4:hover, #r5:hover {
  transform: scale(1.01);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.a-IRR-table td,
.a-IRR-table td span,
.a-IRR-table td div {
  text-align: center !important;
  vertical-align: middle !important;
}

#r1 .t-Region, #r2 .t-Region, #r3 .t-Region, #r4 .t-Region, #r5 .t-Region , #r6 .t-Region{
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.3) !important;
}
.a-IRR-search-field-container,
.a-IRR-controls {
  display: none !important;
}
.a-IRR-buttons button.a-IRR-button.a-IRR-actions {
  display: none !important;
}

/* توسيط عنوان الريجون (الهيدر) */
.t-Region .t-Region-header {
  text-align: center !important;
  padding: 4px 0;
  background: linear-gradient(to left, #ffd6ec, #fce4f4); /* خلفية وردية خفيفة */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 8px 8px 0 0;
  min-height: 30px !important; /* تقليل الارتفاع */
}

/* تعديل الهيدر لجميع الريجون في الصفحة */
.t-Region .t-Region-header {
  height: 40px;
  padding: 5px 10px;
  line-height: 30px;
  background-color: #ffe6e6; /* لون الخلفية */
  color: #000; /* لون النص */
  font-weight: bold;
  border-radius: 6px;
}

/* تعديل الهيدر لجميع أنواع الريجون بما فيها Interactive Report */
.t-Region .t-Region-header,
.a-IRR-region .a-IRR-toolbar {
  background: #c9f3b68c !important;        
  background-image: none !important; 
  height: 20px;
  padding: 3px 3px;
  line-height: 20px;
  color: #000 !important; /* لون النص */
  font-weight: bold;
  border-radius: 3px;
}

 .t-Region-body {
  padding: 5px !important; /* أو جرّب 6px حسب ذوقك */
}

.a-GV-cell, .a-GV-header {
  font-size: 10px !important;
  font-weight: bold !important;
  font-family: 'Cairo', sans-serif;
  text-align: center !important;
  vertical-align: middle !important;
}

/* ✅ تنسيق رأس الجدول */
.a-GV-header {
  background-color: #004466 !important;
  color: white !important;
  font-weight: bold !important;
  height: 40px !important;
  font-size: 10px !important;
}

/* ✅ تنسيق الخلايا */
.a-GV-cell {
  padding: 8px !important;
  border-bottom: 1px solid #ddd !important;
}

/* ✅ تغيير لون الصفوف المتبادلة */
.a-GV-row:nth-child(even) {
  background-color: #f9f9f9 !important;
}
.a-GV-row:nth-child(odd) {
  background-color: #ffffff !important;
}

/* ✅ ضبط عرض الأعمدة يدويًا */
.a-GV-column:nth-child(1),
.a-GV-column:nth-child(3) {
  width: 200px !important;
}
.a-GV-column:nth-child(2),
.a-GV-column:nth-child(4) {
  width: 100px !important;
}

/* إخفاء الترس و Action Menu من Interactive Grid */
#r6 .a-GV-toolbar,
#r6 .a-IG-controlsContainer,
#r6 .a-Toolbar,
#r6 .a-IG-actions,
#r6 .a-IG-toolbar {
    display: none !important;
}
#r6 .t-Report-report tr:last-child {
  background: linear-gradient(to right, #e0f7fa, #f1f8e9);
  font-weight: bold;
  color: #2e3b4e;
}

tr.is-total-row td {
  background: linear-gradient(to right, #e0f7fa, #b2ebf2);
  font-weight: bold;
  color: #004d40;
}

/*tr.is-total-row td {
  background: linear-gradient(to right, #d2f8d2, #f0f0ff);
  font-weight: bold;
  color: #222;
}*/
/* التحكم فى عرض اﻻعمدة فى inter. grade */
.a-IGGrid th, .a-IGGrid td {
    width: 150px !important;
    min-width: 150px;
}

@media print {
  .no-print { display: none; }
  body { font-family: Arial; font-size: 12pt; }
  .report-header { margin-bottom: 20px; }
  .report-footer { margin-top: 30px; }
  table { width: 100%; border-collapse: collapse; }
  table, th, td { border: 1px solid #ddd; }
  th { background-color: #f2f2f2; }
}

.a-IRR-header {
    font-weight: bold !important;
    font-size: 14px !important;
    color: #000 !important;
}

.a-IRR-table td {
    font-size: 13px;
}
@media print {
  body {
    font-family: 'Arial';
    direction: rtl;
    margin: 1cm;
  }

  .t-Region {
    border: 2px solid #4CAF50;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 10px;
    page-break-inside: avoid;
  }

  .t-Region-header {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #000;
  }

  .a-IRR-table th {
    background-color: #e0e0e0;
    font-weight: bold;
    font-size: 14px;
    color: #000;
  }

  .a-IRR-table td {
    font-size: 13px;
  }

  /* التاريخ ورقم الصفحة */
  @page {
    margin: 1cm;
  }

  body::before {
    content: "تاريخ الطباعة: " attr(data-date);
    position: absolute;
    top: 1cm;
    left: 1cm;
    font-size: 12px;
  }

  body::after {
    content: "الصفحة " counter(page);
    position: fixed;
    bottom: 0.5cm;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
  }
}

#region-st_print {
  background-color: #fffde7; /* لون أصفر هادي */
  border: 2px dashed #ccc;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 12px;
  text-align: center;
}

#st_print button.a-Button {
  background-color: #878b87; 
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

#st_print button.a-Button:hover {
  background-color: #388E3C;
}

#st_print button.a-Button::before {
  content: "🖨️ ";
  font-size: 20px;
}

/* Special style for the welcome message */
.bot-message.welcome-message {
    background-color: #d4edda; /* Light green background */
    color: #155724; /* Dark green text */
    border: 1px solid #c3e6cb; /* Slightly darker border */
    font-weight: bold; /* Make text bold for emphasis */
}


.t-Login-region {
  background: rgba(248, 193, 193, 0.9);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

.t-Login-region label,
.t-Login-region input {
  font-size: 18px;
  font-weight: bold;
}

.t-Button--login {
  background-color: #1a73e8;
  color: white;
  border-radius: 12px;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 24px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.t-Button--login:hover {
  background-color: #0c47a1;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 6px 0;
  background-color: #628548;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 8px;
}

.marquee-container span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee-move 30s linear infinite;
  font-size: 18px;
  color: hsl(294, 88%, 10%);
  font-weight: bold;
}

@keyframes marquee-move {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.marquee-container span:hover {
  animation-play-state: paused;
  cursor: pointer;
}

/*الصفحة الرئيسية*/

 إعداد الصفحة الأساسي 
.t-Body {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
    font-family: 'Arial', sans-serif;
}

/* شريط المستخدم العلوي */
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px 30px;
    margin: -20px -20px 30px -20px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.user-info {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: bold;
}

.user-info i {
    font-size: 24px;
    color: #ffd700;
}

.modern-logout-btn {
    background: rgba(255,255,255,0.2);
    border: 2px solid rgba(255,255,255,0.3);
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
}

.modern-logout-btn:hover {
    background: rgba(255,255,255,0.3);
    border-color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* القائمة الرئيسية */
.main-menu-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 30px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.4s ease;
    border: 3px solid transparent;
    direction: rtl;
    position: relative;
    overflow: hidden;
}

/* تأثير الـ hover للأيقونات */
.menu-item:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    border-color: #2196F3;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

/* الأيقونات الكبيرة */
.menu-icon {
    margin-left: 30px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.menu-icon i {
    font-size: 60px !important;
    transition: all 0.4s ease;
}

/* ألوان الأيقونات */
.menu-item:nth-child(1) .menu-icon i {
    color: #4CAF50;
}

.menu-item:nth-child(2) .menu-icon i {
    color: #2196F3;
}

.menu-item:nth-child(3) .menu-icon i {
    color: #FF9800;
}

/* تأثير الأيقونات عند الـ hover */
.menu-item:hover .menu-icon {
    transform: scale(1.2) rotate(10deg);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.menu-item:hover .menu-icon i {
    transform: scale(1.1);
    text-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* النصوص */
.menu-text {
    flex: 1;
    text-align: right;
    padding-right: 20px;
}

.menu-text h3 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.menu-text p {
    margin: 8px 0;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.menu-item:hover .menu-text h3 {
    color: #2196F3;
}

/* تأثير الخط الجانبي */
.menu-item::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 6px;
    background: linear-gradient(180deg, #2196F3, #4CAF50, #FF9800);
    border-radius: 0 15px 15px 0;
    transform: scaleY(0);
    transition: transform 0.4s ease;
}

.menu-item:hover::before {
    transform: scaleY(1);
}

/* تأثير الضوء المتحرك */
.menu-item::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.2), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.menu-item:hover::after {
    animation: shine 0.6s ease-in-out;
}

@keyframes shine {
    0% { 
        transform: translateX(-100%) translateY(-100%) rotate(45deg); 
        opacity: 0; 
    }
    50% { 
        opacity: 1; 
    }
    100% { 
        transform: translateX(100%) translateY(100%) rotate(45deg); 
        opacity: 0; 
    }
}

/* تأثير النبض للأيقونات */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.menu-item:hover .menu-icon i {
    animation: pulse 1s infinite;
}

/* تصميم متجاوب */
@media (max-width: 768px) {
    .top-bar {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .menu-item {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }
    
    .menu-icon {
        margin-left: 0;
        margin-bottom: 20px;
    }
    
    .menu-text {
        text-align: center;
        padding-right: 0;
    }
    
    .menu-item::before {
        right: 50%;
        transform: translateX(50%) scaleY(0);
        width: 80%;
        height: 4px;
        top: auto;
        bottom: 0;
        border-radius: 15px 15px 0 0;
    }
    
    .menu-item:hover::before {
        transform: translateX(50%) scaleY(1);
    }
}

 تأثير الظهور التدريجي 
.menu-item {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.menu-item:nth-child(1) {
    animation-delay: 0.2s;
}

.menu-item:nth-child(2) {
    animation-delay: 0.4s;
}

.menu-item:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



#ext_btn {
  background-color: #fff;
  color: #5c8abe;         /* لون أزرق غامق شويه */
  font-size: 20px;       
  padding: 14px 30px;
  border-radius: 22px;
  font-weight: bold;
  border: 2px solid #1565c0;
  margin-top: 0px;      
  margin-right: 135px;    
  box-shadow: none;
  transition: 0.3s;
  float: right;         
}

#ext_btn:hover {
  background-color: #694b65;
  color: #fff;
  cursor: pointer;
}

@keyframes popupFade {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
 /* الصندوق نفسه */
html body .ui-dialog {
  max-width: 420px !important;
  width: 95% !important;
  box-sizing: border-box !important;
  margin: auto !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  padding: 20px !important;
  z-index: 10000 !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #4e54c8, #8f94fb) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
}

/* النص داخل الرسالة */
.ui-dialog .ui-dialog-content,
.ui-dialog-content *,
.ui-dialog-content p,
.ui-dialog-content div,
.ui-dialog-content span {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center !important;
  line-height: 1.6 !important;
}

/* أزرار التأكيد */
.ui-dialog-buttonpane {
  display: flex !important;
  justify-content: center !important;
  gap: 16px !important;
  flex-wrap: wrap;
  padding: 10px !important;
}

/* تنسيق الأزرار */
.ui-dialog-buttonpane button {
  background-color: #ffffff !important;
  color: #4e54c8 !important;
  font-weight: bold !important;
  padding: 10px 24px !important;
  border: none !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  font-size: 16px !important;
  transition: all 0.3s ease-in-out;
}

.ui-dialog-buttonpane button:hover {
  background-color: #ddddff !important;
}

.t-Form-labelContainer {
    padding-left: 10px !important;
    padding-right: 10px !important;
    min-width: 130px !important;
    text-align: left !important;
    flex: 0 0 auto !important;
}

.t-Form-inputContainer {
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    margin-left: 10px !important;
    margin-right: 0 !important;
}

/* توحيد أحجام جميع الحقول */
.apex-item-text, 
.apex-item-display-only, 
.apex-item-number, 
.apex-item-datepicker {
    width: 100% !important;
    min-width: 150px !important;
    height: 38px !important;
    line-height: 20px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* تصحيح محاذاة النص داخل الحقول */
input.apex-item-text,
input.apex-item-number,
input.apex-item-datepicker,
.apex-item-display-only {
    padding: 8px 12px !important;
    display: flex !important;
    align-items: center !important;
}


/* تغيير خلفية عنوان الريجون في كل الصفحات - نسخة قوية */
.t-Region-header, 
.t-StandardRegion-header,
.apex-rds .t-Region-header,
.t-Region--scrollBody .t-Region-header {
    background: linear-gradient(90deg, #00d2ff 0%, #3a7bd5 100%) !important;
    background-color: #00d2ff !important; /* Fallback */
    border-bottom: 2px solid #00f2fe !important;
    box-shadow: 0 4px 15px rgba(0, 210, 255, 0.4) !important;
    position: relative !important;
}

/* إزالة أي خلفية قديمة (الأخضر) */
.t-Region-header::before,
.t-Region-header::after {
    display: none !important;
}

/* تأكيد اللون على العنوان نفسه */
.t-Region-title {
    color: #ffffff !important;
    font-weight: bold !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3) !important;
    font-size: 1.2rem !important;
}

/* لو في أيقونة في العنوان */
.t-Region-headerIcon {
    color: #ffffff !important;
}

/* لو في أزرار في الهيدر */
.t-Region-buttons {
    filter: brightness(1.2) !important;
}



