/**
 * Theme Name:     RC Child
 * Author:         Iluma Digital Agency
 * Template:       isavior
 * Text Domain:	   isavior-child
 * Description:    Repair Corner Child theme - Handcrafted by Greg Lefkelis
 * Theme URI:      https://iluma.gr
 * Author URI:     https://iluma.gr
 * Version:        8.4.11
 * License:        GPL
 * License URI:    https://iluma.gr
 * Tags:           isavior
 */

::selection {
    color: white;
    background: #064E9D;
  }
  
  ::-webkit-scrollbar {
    width: 10px;
  }
  
 
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
 
  ::-webkit-scrollbar-thumb {
    background: #064E9D; 
  }
  
 
  ::-webkit-scrollbar-thumb:hover {
    background: #1a1a1a; 
  }
  

  .repair-status-technician {
      background-color: #6a0dad;
      color: white;
  }
  
  .repair-status-parts {
      background-color: #ffa500;
      color: black;
  }
  
  .repair-status-approval {
      background-color: #ffff00;
      color: black;
  }
  
  .repair-status-open {
      background-color: #f9f9f9;
      color: black;
  }
  
  .repair-status-cancelled {
      background-color: #ff0000;
      color: white;
  }
  
  .repair-status-closed {
      background-color: #333333;
      color: #b0b0b0;
  }


.elementor-3281 .elementor-element {border-color: #064E9D!important;}

.internal-section-gradient {
	background-color: transparent !important;
	background-image: linear-gradient(135deg, #064E9D 0%, var(--e-global-color-34a715c) 100%) !important;
}


