/**
 * Theme Name:     MyRetina Child
 * Author:         ILUMA Digital Agency
 * Template:       myretina
 * Text Domain:	   myretina-child
 * Description:    MyRetina Child Theme by ILUMA Digital Agency
 * Theme URI:      https://iluma.gr
 * Author URI:     https://iluma.gr
 * Version:        99.932
 */

/* ILUMA Digital Customizations go below */

*::selection {
  color: white;
  background: #004875;
}

*::-moz-selection {
  color: white;
  background: #004875;
}

*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-track {
  background: #f5f5f5;
}

*::-webkit-scrollbar-thumb {
  background-color: #002538;
  border-radius: 0px;
  border: 1px solid #002538;
  transition: all 0.2s ease-in-out;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #00619f;
}
