
img{
    width: 100%;
}
ul li{
    list-style-type: none;
}
a{
    text-decoration: none;
	color: #e72b3b;
}
.modal-header{
	background: #e72b3b;
	color: white;
}
select, input {
	padding: 9px 10px;
	border:1px solid #dee2e6;
}
select{
width: 100%;
} 
.day {
  cursor: pointer;
}
.old{ 
  cursor: no-drop;
}
.imgUser{
    border-radius: 100%;
    width: 300px;
    height: 300px;
    margin: auto;
}
body{
    overflow-x: hidden;
    background: #f3f3f3; 
}
#page-content-wrapper{
  padding-bottom: 80px;
    min-height: calc(100vh - 139px);
}
.openbtn{
  display: block !important;
}

::-webkit-scrollbar {
    height:  10px;
	width: 10px;
	background: #f5ab0c;
}
::-webkit-scrollbar-thumb { 
      background: #e72b3b;
      border-radius:20px; 
}
.btn-primary {
    color: #fff;
    background-color: #e72b3b;
    border-color: #e72b3b;
}
.boxForm{
	padding: 20px;
} 
.boxForm .form-group{
	padding: 9px 10px;
}
.btn-secondary {
    color: #fff;
    background-color: #f5ab0c;
    border-color: #f5ab0c;
}
.btn-default {
  color: #fff;
  background-color: #e72b3b;
  border-color: #e72b3b;
}
#modalCrearBloque .label {
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  color: black;
  font-size: 16px;
  padding-left: 0;
  display: block;
  text-align: left;

}
body::-webkit-scrollbar {
    height: 10px;
}
body::-webkit-scrollbar-thumb { 
      background: #e72b3b;
      border-radius:20px; 
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn { 
    background: #e72b3b;
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn.dropdown-toggle-split:first-child, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    background: #e72b3b;
}
.active>.page-link, .page-link.active { 
    color: #e72b3b;
    background-color:#e72b3b;
    border-color: #e72b3b;
}
.today .contDia {
  background: #f5ab0c;
}
.bgLogin{
    display: flex; 
    justify-content: center;
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgb(212 255 0 / 50%), rgb(141 159 59 / 50%)), url(../img/comenzar.png);
    background-position: center;
    background-size: cover;
} 
.amarilloColor{
  color: #ffd000;  
}
.mgtop{ 
    margin-top: 30px;
}
.boxBtnR{
    display: flex;
}
.boxBtnR div{
    margin:0 2px;
}
.boxContentAdm{
    padding: 10px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px -3px #00000069; 
}
.bTotal{
    text-align: center;
    margin-right: 10px;
    height: 100%;
    background: #cecece;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.boxTotalRes p, .boxTotalRes h2{
    margin: 0;
    line-height: 1.2;
}
.bTotal h2 { 
    font-size: 23px;
}
.bTotal p {
    font-weight: bold;
    font-size: 20px;
}
.boxTotalRes{
    display: flex; 
    align-items: center;
    height: 130px;

}
.tituloBox{
    background: #e72b3b;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.footer{
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background: #e72b3b;
    color: #9b1336;
    font-weight: bold;
    position: relative;
    width: 100%;
    bottom: 0;
    z-index: 1;

}
.boxDataInf{
    box-shadow: 0 4px 8px -3px #00000069;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.amarilloBg{
    color: #ffd000;  
  }
.rojoColor{
    color: #E72B3B;  
}

.rojoBg{
    color: #E72B3B;  
}
form{
	margin: 0 !important;
}
.form-login{
    width: 400px;
    background: #ffffffc7;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 12px -5px black;
    margin: 20px auto;
}
.BoxoverFlow{
  overflow: auto;
} 
.message.error{
    padding: 10px;
    background: #E72B3B;  
    margin: 20px auto;
    width: 100%;
    max-width: 1200px;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 5px 12px -5px black;
}
.bgLogin .message.error{ 
    width: 400px; 
    position: absolute;
    bottom: -69px;
    left: 0;
    right: 0;
    margin:0 auto;
}
.message.success {
  padding: 10px;
  background: #00b718;
  margin: auto;
  width: 100%;
  max-width: 1170px;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 5px 12px -5px black;
  margin-top: 25px;
  text-align: center;
}
.btn-success { 
    background: #E72B3B;   
    border-color: #E72B3B; 
}
.btn-success:hover{
    background: #a81b27;   
    border-color: #a81b27; 

}
a:hover{
	text-decoration: none !important;
}
.emailUser{
    margin-right: 15px;
    font-weight: bold;
    color: #fff ;
}
.emailUser a{ 
    color: #fff ;
}
.boxHeader{
    background: #f5ab0c;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    box-shadow: 5px 0 9px -4px black;
}
.btnCloseMenu{
    color: white;
    font-weight: bold;
    position: absolute;
    right: 15px;
    font-size: 20px;   
    cursor: pointer;
}
.boxMenu{
    background: #E72B3B;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: auto;
    transition: 300ms all ease;
    overflow-x: hidden;
    z-index: 99;
}
.openMenu{
    width: 300px;
    box-shadow: 6px 0 17px -9px black;
}
.btnsf{
    cursor: pointer;
}
.boxMenu ul li a{
    background: #c01b46;
    margin-bottom: 10px;
    padding: 10px 30px;
    width: 88%;
    border-radius: 100px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid #c01b46;
    text-transform: uppercase;
    display: block;
}
.boxMenu ul li a:hover,.boxMenu ul li a.active{
    border: 2px solid white;
}
.boxMenu img{
    width: 170px;
    margin: 36px auto;
    display: block;
    cursor: pointer;
}
.btnMenu{
    cursor: pointer;
}
.btnLogout{ 
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.titlePage{
    margin-left: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.colR{
    display: flex;
    justify-content: center;
}

.colL{
    display: flex;
    justify-content: center;
}
.flabel{
    background: #e72b3b;
    padding: 10px;
    color: white;
    box-shadow: 0 2px 6px -3px black;
    border-radius: 5px;
    margin: 0;
}
.fdata {
    border-bottom: 1px solid #dbdbdb;
    padding: 9px;
}
.fdata b{
    padding: 6px;
}
.fradio label{
  margin-right: 10px;
}
.radio label {
  position: relative;  
  padding-left: 30px;
}
.radio input[type=radio] {
  position: absolute; 
  margin-left: -20px; 
  width: 20px;
}
/* Style the tab */
.tab {
    overflow: hidden; 
    background-color: #f1f1f1;
    overflow-x: auto;
    display: flex;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: #dfdfdf;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    margin-left: 10px;
    border-radius: 5px 5px 0 0;
    text-wrap: nowrap;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: white;
    border-bottom: 0;
    box-shadow: 0 5px 9px -4px black;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px -3px #00000069;
    padding-bottom: 15px;
  }
  .bootstrap-table .fixed-table-container .table thead th { 
    background: #e72b3b;
    color: white;
    border: 0;
}

  /* Fade in tabs */
  @-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  .bootstrap-table .fixed-table-container .fixed-table-body { 
    max-height: 50vh !important; 
	height: auto !important; 
}
.total-table {
    margin-top: 20px;
    margin-left: auto;
}
.total-table > tbody > tr > td {
    padding: 5px 8px;
    border: 1px solid #dddddd;
}
.total-table > tbody > tr > td.filled {
    background: #e72b3b;
    padding: 5px 10px;
    text-align: center;
    color: white;
}
.columns-right.btn-group i.glyphicon{
	color: white !important;
}
.boxHorarioAm {
    position: absolute;
    left: 0;
    font-weight: bold;
    padding: 29px 0;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
}
.boxHorarioPm {
    position: absolute;
    left: 0;
    font-weight: bold;
    padding: 24px 0;
    bottom: 0;
}
.boxHorarioAm span, .boxHorarioPm span {
    background: #e72b3b;
    padding: 10px;
    color: white;
    box-shadow: 0 2px 6px -3px black;
    border-radius: 5px;
} 
.boxTimeResp-3 {
	width: 10%;
}
.boxTimeResp-1 {
	width: 12%;
}
.boxTimeResp-2 {
	width: 0;
}
.btnAdd {
    font-size: 18px;
    background: #e72b3b;
    width: max-content;
    padding: 10px 15px;
    border-radius: 10px;
    color: white;
    margin-left: 15px;
}
.flexCenter{
	display: flex;
    align-items: center;
}
.txttitle {
	font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}
 /*calendario*/
 .cal{
    width: 100%;
    overflow: auto;
}
.calOverflow{
    min-width: 550px;
}
.diaTextCal{
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    background: white;
    width: 25px;
    border-radius: 100%;
    box-shadow: 0 1px 5px -3px black;
    text-align: center;
}
.relative{
  position: relative;
}
.promoItem{
      background: #e72b3b;
    color: white;
    margin: 2px 10px;
    border-radius: 5px;
    cursor: pointer;
        display: flex;
    align-items: center;
}
.promo-content{
  width: 80%;
}
.delete-btn{
      width: 20%;
      margin: 5px 0;
}
.dayCell .contDia{
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 20px 0;
    cursor: pointer; 
        overflow: auto;
  }
  #mycalBox1 {
    margin-bottom: 20px;
  } 
  .dayCell { 
    width: 181px;
    height: 140px;
    font-size: 15px;
    text-align: center; 
    position: relative;
    cursor: pointer; 
    background: white !important;
  } 
  .dayHeader { 
    width: 40px;
    height: 20px;
    color: #000;
    text-align: center; 
  }
  .btnNextCal, .btnPrevCal{
    padding: 5px ;
    cursor: pointer;
    font-size: 23px;
    color:#e72b3b;
  }
  .boxHeaderCalSemana{
    width: 70px;
    text-align: center;
    border: 1px solid #E2E6E9; 
    border-radius: 8px 0px 0px 8px;
    font-size: 12px;
    padding: 5px 8px;
    font-weight: bold;
    cursor: pointer;
  }
  .label{
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 5px;
  }
.bold{
  font-weight: bold;
}
  .boxHeaderCalMes{ 
    width: 70px;
    text-align: center;
    border: 1px solid #E2E6E9;
    font-size: 12px;
    cursor: pointer;
    padding: 5px 8px;
    font-weight: bold;
  }
  .boxHeaderCalDia{ 
    width: 70px;
    text-align: center;
    border: 1px solid #E2E6E9;
    font-size: 12px;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    padding: 5px 8px;
    font-weight: bold;
  }
 
  .boxHeaderCalHoy{
    border: 1px solid #e72b3b;
    background: #e72b3b;
    padding: 5px 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: white;
  }
  .boxHeaderCalDMS{
    display: flex;
    align-items: center;
  }
  .flexCenter{
    display: flex;
    align-items: center;
  }
  .flexCenter .btnAdd{
    margin-left: 10px;
  }
  textarea{
    display: block;
    width: 100%;
    min-height: 160px;
  }
  .btnAdd{
    width: 30px;
    height: 30px;
    background: #e72b3b;
    color: white;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  /* form label{
    margin-top: 10px;
  } */
  .boxHeaderCalBtns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  .hoverbtn:hover{
    background: #c2202e;
  }
  #titleDateBox1{
    font-size: 24px;
    max-width: 200px;
    width: 100%;
    text-align: center;
  }
  .boxHeaderCal{
    display: flex; 
    align-items: center;
    justify-content: center;
    margin-bottom: 15px; 
    color: #000;
    font-weight: bold; 
    padding: 5px 10px;
    border-radius: 10px;
    position: relative;
  } 
  .dayCell .boxGameNext{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
  }
  #calendar tr td{
    border: 1px solid #d7d7d7;
    background: #F5F5F5;
  }
  
.boxHeaderCalDMS .tabsAct{
    border: 1px solid #f8ae17;
    background: #f8ae17;
    font-weight: bold;
}
/*calendarios*/
.back{
  padding: 7px 30px;
    font-size: 18px;
    cursor: pointer;
}
.titleSucursal{
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-outline-danger {
  color: #dc3545;
  background-color: white;
  border-color: #dc3545;
}
.btn-outline-success {
  color: #198754;
  background-color: white;
  border-color: #198754;
}
.btn-outline-success:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  color: white;
  background-color: #198754;
  border-color: #198754;
}
.btn-outline-danger:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  color: white;
  background-color: #dc3545;
  border-color: #dc3545;
}
.titleSucursal::after{
  content: '';
  max-width: 300px;
  width: 100%;
  height: 1px;
  background-color: #c9c9c9;
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
textarea{
  border: 1px solid #c9c9c9; 
}
.googlemapsiframe{
  box-shadow: 0 4px 7px -4px black;
    border-radius: 5px;
    border: 3px solid #f5ab0c;
}
.select2-container { 
  width: 100% !important;
}
.select2-container--default .select2-selection--single { 
  border: 1px solid #c9c9c9; 
  padding: 3px;
}
.select2-container .select2-selection--single { 
  height: 37px; 
}
.mainDiv{ 
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainSwitch{
  height: 50px;
  width: 200px;
  position: relative;
  display: flex;
  align-items:center;
  justify-content: space-around;
  background-color: lightgray;
  border-radius: 50px;
}

.mainSwitch button{
  background-color: transparent;
  border: none;
  z-index: 10;
}

.backgroundPill{
  position: absolute;
  background-color: white;
  width: 100px;
  height: 40px;
  border-radius: 50px;
  left: 5px;
  transition: all ease 300ms;
  box-shadow: 0 8px 8px 0 rgba(0,0,0,0.1)
}
.w90{
    max-width: 90vw;
    width: 100%;
}
.w800{
    max-width: 800px;
    width: 100%;
}
.modal-body .tabcontent { 
  box-shadow: none; 
  padding: 20px;
  border: 1px solid #c9c9c9;
}
.modal-body .tab { 
  background-color: #fff;
}
.btnTree{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.chevron{
  margin-right: 15px;
  transition: 300ms all ease; 
}
.boxChecks{
  margin-right: 10px;
  border: 1px solid #c9c9c9;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.boxList{
  padding-left: 50px;
  display: none;
  position: relative;
  left: -30%;
  transition: 300ms all ease;
  opacity: 0;
}
.boxList li{
  display: flex;
  margin: 10px 0;
  cursor: pointer;
}
.expand{ 
  transform: rotate(90deg);
}
.expandList{
  left: 0;
  opacity: 1; 
}
.selectCheck{
  background: #e72b3b;
  color: white;
  border: 1px solid #e72b3b
}
.boxTree{
  margin-bottom: 20px;
}
.overflowCont{
  max-height: 66vh;
  overflow: auto;
}
.form-check-input:checked {
  background-color: #e72b3b;
  border-color: #e72b3b;
}
.msjCalendar{
  text-align: center;
    padding: 10px;
    background: #e72b3b;
    color: white;
    border-radius: 0 0 5px 5px; 
    display: none;
    margin-top: 10px;
}
.mostrar{
  display: block !important;
}
.oculto{
  display: none !important;
}
.boxPosicionBarra{
  height: 5px;
  width: 100%;
  background: #e3e3e3;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  margin-top: 40px;
  align-items: center;
}
.boxPosicionBarra div{ 
  width: 5px;
  height: 5px;
  background: #e72b3b;
  border-radius: 100%;
  cursor: pointer;
  transition: 300ms all ease;
  position: relative;
}
.boxPosicionBarra div:hover,  div.active{ 
  width: 15px;
  height: 15px;
} 
.boxPosicionBarra div span{
  position: absolute;
  top: -35px;
  left: -4px;
  background: #e72b3b;
  height: 28px;
  width: 22px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  display: none;
}
.boxPosicionBarra div.active span, .boxPosicionBarra div:hover span{
  display: flex;
}
.boxPosicionBarra div span::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e72b3b;
  position: absolute;
  bottom: -5px;
  transform: rotate(180deg);
}
/*para files*/
.upload__box {
  padding: 40px;
}
.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.boxFileHeader{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e72b3b;
  padding: 5px 10px;
  border-radius: 5px;
}
.boxSize{
  color: white;
  font-size: 12px;
  font-weight: bold;
}
.upload__btn {
  display: inline-block;
  font-weight: 600;
  color: #e72b3b;
  text-align: center;
  min-width: 44px;
  padding: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid;
  background-color: #ffffff;
  border-radius: 10px;
  line-height: 26px;
  font-size: 14px;
}
.upload__btn:hover {
  background-color: unset;
  color: #fff;
  transition: all 0.3s ease;
}
.upload__btn-box {
  margin-bottom: 10px;
}
.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.upload__img-box {
  width: -webkit-fill-available;
  padding: 0 10px;
  margin-bottom: 12px;
}
.boxFileUp{
  min-height: 100px;
    background: #f2f2f2;
    border-radius: 10px;
}
.boxFileUp span{
      color: white;
} 
.upload__img-box {
    position: relative;
    display: inline-block;
    margin: 5px;
}
 

.upload__img-close {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    background-color: #ff4444;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
}

.upload__img-close:hover {
    background-color: #cc0000;
}

.upload__img-close::before {
    content: "×";
} 
.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%; 
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
.upload__img-close:after {
  content: "✖";
  font-size: 14px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}
.m10{
  margin-top: 10px; 

}
.uploadOuter {
  text-align: center;
  padding: 20px;
}
.uploadOuter strong {
  padding: 0 10px;
}
.mg0{
  margin: 0 !important;
}
.btnCargarImg{
  margin-top: 0;
  margin-bottom: 10px;
}
.dragBox {
  width: 250px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 95px;
  color: #999;
  border: 2px dashed #ccc;
  display: inline-block;
  transition: transform 0.3s;
}
.dragBox input[type="file"] {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}
.draging {
  transform: scale(1.1);
}
#preview {
  text-align: center;
}
#preview img {
  max-width: 100%;
}

.w100{
  width: 100%;
}
.text-center{
  text-align: center !important;
}
input, select{
  width: 100%; 
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}
.label{
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.dropdown-item-marker input{
    width: auto;
}
/*files fin*/
 .message.warning{
    padding: 10px;
    background: yellow;
    text-align: center;
        font-size: 16px;
        cursor: pointer;
 }
/* Loader styles */
.table-loader-overlay {
    animation: fadeIn 0.3s ease-in-out;
}

.table-loader-overlay .loader-container {
    background: white;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.table-loader-overlay .fa-spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Alert styles */
.alert {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 300px;
    z-index: 10000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    animation: slideIn 0.3s ease-in-out;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
} 