/*  Project: Side Penal (Responsive Side Navigation)
 *   Frameworks: jQuery 3.3.1 & Font Awesome 4.7.0
 *   Author: Asif Mughal
 *   GitHub: https://github.com/CodeHimBlog
 *   URL: https://www.codehim.com
 *   License: MIT License
 *   Copyright (c) 2018 - Asif Mughal
 */
/* File: side-penal.css */
* { margin: 0; padding: 0}
.side-penal{
   height: 100%;
   background: #fff;
   color: #666;
   font-weight: 300;
   box-shadow: 1px 1px 3px #888;
   position: fixed;
   overflow: hidden; 
   width: 280px;
   top: 0;
   left: -280px;
   z-index: 999;
}

.side-penal.open{
    left: 0;
    overflow: auto;
    box-shadow: 22px 5px 5px #0000009c;
}

.side-penal,
.side-penal.open{
   transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.gameSlots-panel{
   height: 100%;
   background: rgb(17, 161, 46);
   color: #666;
   font-weight: 300;
   box-shadow: 1px 1px 3px #888;
   position: fixed;
   overflow: hidden; 
   width: 80%;
   top: 0;
   left: -80%;
   z-index: 896;
}

.gameSlots-panel.open{
    left: 20%;
    overflow: auto;
    box-shadow: 22px 5px 5px #0000009c;
}

.gameSlots-panel,
.gameSlots-panel.open{
   transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.penal-select{
   font-family: cursive !important;;
   width: 65%;
   padding: 10px;
   margin: 10px 0;
   border: 1px solid #63341f;
   background: #ffffff61;
   padding: 10px;
   text-decoration: none;
   border-bottom: 1px dotted #0d0301;
   text-indent: 10px;
   font-size: 0.8 em;
   font-family: inherit;
   margin-left: 15%;
}

.penal-boton{
   font-family: cursive !important;;
   width: 65%;
   padding: 10px;
   margin: 10px 0;
   border: 1px solid #63341f;
   background: #ffffff61;
   padding: 10px;
   text-decoration: none;
   border-bottom: 1px dotted #0d0301;
   text-indent: 10px;
   font-size: 0.9rem;
   font-family: inherit;
   margin-left: 15%;
}

.penal-list{
   list-style: none;
   
}

.penal-list li a{
   display: block;
   padding: 10px;
   text-decoration: none;
   color: #444;
   border-bottom: 1px dotted #ddd;
   text-indent: 10px;
   font-size: 0.9rem;
   font-family: inherit;

}
.penal-list li a:hover{
   background: #eee;
   transition: .3s;
}


.penal-widget{
   padding-left: 40px; /* HS -> Antes 10px */
   top: -5%; /* HS -> Antes 0%  */
   position: relative;

}
.penal-widget.top-header{
   margin-top: 30px;
}

.penal-widget.top-header h2{
    color: #000000;
    font-size: x-large;
    font-family: 'zoftfrakt eYe/FS';
}
.top-header .tagline{
   display: block;
   font-size: 12px;
   color: #000;
   margin-top: -35px;
}

.penal-widget.about{
    line-height: 1.5;
    font-size: 0.9rem;
    font-family: inherit;
}

.penal-widget h3{
   color: #fff;
   padding: 10px 0 0;
   font-size: 0.9rem;
   /* font-weight: 700; */
   font-family: inherit;
   margin-left: 10%;
   margin-right: 10%;
   text-shadow: 0.1em 0.1em 0.2em black
}

.penal-widget h4{
   padding: 10px;
   cursor: pointer;
   margin: 10px;
   position: relative;
   border-radius: 20px;
   font-size: 0.9rem;
   font-family: 'zoftfrakt eYe/FS';
   color: #000;
   margin-left: 10%;
   margin-right: 10%;
}

/* Toggle Buttons */

.toggle-buttons {
   list-style: none;
   font-size: 0.9rem;
   margin-left: 10%;
   margin-right: 10%;
   padding: 0;
}

.toggle-buttons li {
 /*  padding: 10px 40px 10px 10px;   HS-> Apretamos más las opciones*/
   cursor: pointer;
   -webkit-tap-highlight-color: transparent;
   margin: 10px;
   position: relative;
   border-radius: 20px;
   font-size: 0.9rem;
   font-family: 'zoftfrakt eYe/FS';
   color: #000;
   background: transparent;
}
.toggle-buttons li.disabled {
  color: #0000004a;
  cursor: not-allowed;
  pointer-events: none; /* evita clicks */
  user-select: none; /* evita selección de texto */
}

.toggle-buttons li:hover {
   background: #905B2Fa3;
}

.toggle-buttons li::after {
   content: '☐'; /* Cuadro vacío */
   position: absolute;
   right: 10px;
   top: 50%;
   transform: translateY(-50%);
   font-size: 20px;
   color: #000;
   transition: all 0.2s;
}

.toggle-buttons li.active::after {
   content: '☑'; /* Cuadro con check */
   color: #000;
}


/* Penal Open Button */

.penal-trigger{
    -webkit-appearance: none;
    position: fixed;
    top: 20px;
    left: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 4px #777;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #ffc1077d;
}

.penal-trigger:hover{
   background: #ffc1077d;

}
.top-links-trigger,
.penal-trigger,
.penal-close{
 -webkit-tap-highlight-color: transparent;
   outline: 0;
   font-family: FontAwesome;
   font-size: 18px;
   text-align: center;
   cursor: pointer;
}

.penal-trigger:before{
   content: "<";
  
}




/* Penal Close Button  and Links Trigger*/
.top-links-trigger,
.penal-close{
  width: 32px;
  position: absolute;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  top: 10px;
  color: #ffffff;
  background: black;
}

.penal-close{
    left: 10px;
}

.top-links-trigger{
    right: 20px;
   visibility: hidden;
}


.penal-close:before{
   content: "<";
}


/* Dim background effect */
.dim-overlay{
   display: none !important;
}

.dim-overlay:before {
	content: "";
	background-color: rgba(0, 0, 10, .4);
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	overflow: hidden;
	z-index: 2;
}

/* Side Penal For Desktop and Large Screen */
@media only screen and (min-width: 480px){

   .side-penal{
      width: 20%;
      box-sizing: border-box;
      padding: 40px;
      left: -20%;
    }

}


/* GaneSlots Open Button */

.top-links-trigger,
.slots-trigger,
.slots-close{
-webkit-tap-highlight-color: transparent;
  outline: 0;
  font-family: FontAwesome;
  font-size: 18px;
  cursor: pointer;
}



/* savegames Buttons */

.savegames-buttons{
   list-style: none;
   font-size: 0.9rem;
   margin-left: 10%;
   margin-right: 10%;
}

.savegames-buttons li{
   padding: 10px;
   cursor: pointer;
-webkit-tap-highlight-color: transparent;
   margin: 10px;
   position: relative;
 /*  background: #eee; */
   border-radius: 20px;
   font-size: 0.9rem;
   font-family: 'zoftfrakt eYe/FS';
   color: #000;
}
.savegames-buttons li:hover{
   background: #905B2Fa3;
}
