/*!
 * Name			: Alpha Style
 * Website		: https://softclever.com
 * Copyright	: 2018 SoftClever Limited.
  _____        __      ______    _       
 |_   _|      / _|    |  ____|  | |      
   | |  _ __ | |_ ___ | |__   __| |_   _ 
   | | | '_ \|  _/ _ \|  __| / _` | | | |
  _| |_| | | | || (_) | |___| (_| | |_| |
 |_____|_| |_|_| \___/|______\__,_|\__,_|

*/

.alpha-data {padding-top: 17px;}.alpha-data .grid {display: grid;grid-template-columns: repeat(3, 80px);gap: 10px;justify-content: center;}.alpha-data .bg-primary {width: 80px;height: 80px;color: white;font-size: 24px;display: flex;align-items: center;justify-content: center;cursor: pointer;}.alpha-data .flipped {background: #ffc107 !important;color: black;}.alpha-data .matched {background: #149531 !important;color: #ffffff;pointer-events: none;}