/* BOTON */

#SAC_ETERNITY_BUTTON {
    position:fixed;
    right:10px;
    bottom:10px;
    width:232px;
    min-height:80px;
    border-radius:10px !important;
    border:none;
    cursor:pointer;
    outline:none;
    background-image: url(./img/mainIcon.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-color:rgba(0,0,0,0.8);
    padding-left:80px;
    color:#ffffff;
    padding-right:20px;
    font-family: sans-serif;
    font-size:20px;
    font-weight:300;
    z-index:1000000;
    transition: unset;

    /* Do not allow selection of texts */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

#SAC_ETERNITY_BUTTON:hover{
    background-color:rgba(0,0,0,0.6);
}

#SAC_ETERNITY_POPUP{
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    overflow: hidden;
    font-family: sans-serif;
    font-size: 15px;
    color: black;
    background-color:white;
    line-height: initial;
    min-width:403px;
    z-index: 10000000;

    /* Do not allow selection of texts */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

#SAC_ETERNITY_BUTTON.topleft, #SAC_ETERNITY_POPUP.topleft {
    top: 10px;
    left: 10px;
    bottom: auto;
    right: auto;
}

#SAC_ETERNITY_BUTTON.topright, #SAC_ETERNITY_POPUP.topright {
    top: 10px;
    left: auto;
    bottom: auto;
    right: 10px;
}

#SAC_ETERNITY_BUTTON.middleleft {
    top: calc(50% - 40px);
    left: 10px;
    bottom: auto;
    right: auto;
}

#SAC_ETERNITY_BUTTON.middleright {
    top: calc(50% - 40px);
    left: auto;
    bottom: auto;
    right: 10px;
}

#SAC_ETERNITY_BUTTON.bottomleft, #SAC_ETERNITY_POPUP.bottomleft {
    top: auto;
    left: 10px;
    bottom: 10px;
    right: auto;
}

@media (max-width:768px){
    #SAC_ETERNITY_POPUP{
        bottom: 0px;
        right: 0px;
        min-width:inherit;
        z-index:100000000;
        width:100%;
		height:100%;
        border-radius: 0;
    }

    #SAC_ETERNITY_POPUP.topleft{
        top: 0px;
        left: 0px;
        bottom: auto;
        right: auto;
    }

    #SAC_ETERNITY_POPUP.topright{
        top: 0px;
        left: auto;
        bottom: auto;
        right: 0px;
    }

    #SAC_ETERNITY_POPUP.bottomleft{
        top: auto;
        left: 0px;
        bottom: 0px;
        right: auto;
    }
}

#SAC_ETERNITY_POPUP .minWindow{
    position:absolute;
    right:10px;
    top:15px;
    width:15px;
    height:15px;
    cursor:pointer;
    color: black;
    font-weight: bold;
}

#SAC_ETERNITY_POPUP .minWindow > div{
    width:100%;
    height:2px;
    background-color:#000000;
}

#SAC_ETERNITY_POPUP .closeWindow{
    position:absolute;
    right:10px;
    top:10px;
    width:15px;
    height:15px;
    background-image:url(./img/x-close.svg);
    background-position:center;
    background-size:100%;
    cursor:pointer;
    color: black;
    font-weight: bold;
}

#SAC_ETERNITY_POPUP .mainBoxCont{
    width:100%;
    padding:20px;
    background-color:#ffffff;
    border:solid #1c55bc 2px;
    border-radius:5px;
    margin-top:20px;
    box-sizing:border-box;
}

#SAC_ETERNITY_POPUP .mainImageIcon{
    width:100px;
    margin-bottom:20px;
}

#SAC_ETERNITY_POPUP .titleimage {
    float: left;
}

/* PRINCIPAL */

#SAC_ETERNITY_POPUP .main {
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    background-color: white;
}

#SAC_ETERNITY_POPUP > div > p:first-child, #SAC_ETERNITY_POPUP > div > div > p:first-child{
    margin-left: -10px;
    margin-top: -10px;
    width: calc(100% + 20px);
    padding: 20px;
    padding-right: 30px;
    border-radius: 10px 10px 0 0;
    background-color: #2196f3;
    color:white;
    font-weight:bold;
    box-sizing:border-box;
    font-size:18px;
}

#SAC_ETERNITY_POPUP > div > p:first-child img, #SAC_ETERNITY_POPUP > div > div > p:first-child img {
    max-height: 40px;
    margin-top: -10px;
    margin-bottom: -12px;
}

#SAC_ETERNITY_POPUP .main .datos-usuario{
    font-weight: bold;
    margin-bottom:10px;
}

#SAC_ETERNITY_POPUP .main .tipo-cita .tipos{
    text-align:left;
    padding:0 30px;
    display: inline-table;
    min-width: 450px;
}

#SAC_ETERNITY_POPUP .main .tipo-cita .tipos img{
    max-width: 35px;
    vertical-align: middle;
}

#SAC_ETERNITY_POPUP .main .tipo-cita .tipos div{
    float:left;
    width:50%;
}
#SAC_ETERNITY_POPUP .main .boton-departamento {
    background: #03a9f4;
    color: #ffffff;
    border-radius: 5px;
    width: 100%;
    left:10px;
    height:40px;
    text-transform:uppercase;
    padding: 0;
}

#SAC_ETERNITY_POPUP .main .boton-departamento:hover {
    background: #0298db;
}

#SAC_ETERNITY_POPUP .main .formulario-usuario input[type="text"] {
    width: 100%;
    background-color:#f5f5f5;
    box-shadow:0px 0px 5px 2px rgba(0,0,0,0.2);
}

#SAC_ETERNITY_POPUP .main .formulario-usuario input[type="checkbox"]::before {
    content: "";
}

@media (max-width:779px){
    #SAC_ETERNITY_POPUP .main .tipo-cita .tipos {
        padding:0px 0px 0px 10px;
        font-size:12px;
        min-width: 250px;
    }
    #SAC_ETERNITY_POPUP .main input[type="radio"]{
        margin: 5px;
        width:10px !important;
        height:10px !important;
        border-radius:50%;
        font-size:10px;
    }
    #SAC_ETERNITY_POPUP .main input[type="checkbox"]{
        margin: 5px;
        width:15px !important;
        height:15px !important;
    }
    #SAC_ETERNITY_POPUP .tipos img{
        width:20px;
        height:20px;
    }
}

#SAC_ETERNITY_POPUP .main .boton-acceder {
    color: #ffffff;
    border-radius: 5px;
    box-sizing:border-box;
    width: 100%;
    height: 40px;
    background-color:#8bc34a;
    background-image: none;
    margin-top:20px;
    text-transform:uppercase;
}

#SAC_ETERNITY_POPUP .main .boton-acceder:hover {
    background-color:#7db53c;
}

#SAC_ETERNITY_POPUP .main .boton-acceder:disabled {
    background: gray;
    border: gray;
    color: white;
    cursor: not-allowed;
}

#SAC_ETERNITY_POPUP .main .enlace-avisolegal {
    color: #03a9f4;
    cursor: pointer;
}

#SAC_ETERNITY_POPUP .main .enlace-avisolegal:hover {
    color: #0298db;
}

#SAC_ETERNITY_POPUP .main .enlace-login, #SAC_ETERNITY_POPUP .main .enlace-logout{
    display:block;
    width:100%;
    height: 40px;
    left:10px;
    background-color:#e0e0e0;
    background-image: none;
    color: inherit;
    padding:0px;
    text-align:center;
    border-radius:5px;
    cursor:pointer;
    text-transform:uppercase;
    margin-bottom:5px;
}
#SAC_ETERNITY_POPUP .main .enlace-login:hover, #SAC_ETERNITY_POPUP .main .enlace-logout:hover{
    background-color:#c9c9c9;
}

/* DEPARTAMENTOS */

#SAC_ETERNITY_POPUP .departamentos .contenido{
    text-align: center;
    border-radius: 10px;
    padding: 10px;
}

#SAC_ETERNITY_POPUP .departamentos .contenido .departamento .cabecera {
    height: 40px;
    line-height: 40px;
    text-align: left;
}

#SAC_ETERNITY_POPUP .departamentos .contenido .departamento .cabecera img {
    max-height: 35px;
    vertical-align: middle;
    margin-right: 20px;
}

#SAC_ETERNITY_POPUP .main .volver, #SAC_ETERNITY_POPUP .departamentos .volver, #SAC_ETERNITY_POPUP .avisolegal .volver{
    color: #ffffff;
    background-color:#000000;
    background-image: none;
    cursor: pointer;
    text-align: center;
    width:100%;
    border-radius: 5px;
    height: 40px;
    text-transform: uppercase;
    margin: 10px 0px;
    padding:0px;
}
#SAC_ETERNITY_POPUP .departamentos .volver:hover ,#SAC_ETERNITY_POPUP .departamentos .volver:hover, #SAC_ETERNITY_POPUP .avisolegal .volver:hover{
    background-color: #191919;
}

#SAC_ETERNITY_POPUP .departamentos .contenido .puestos{
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    max-height: 350px;
    overflow-y: auto;
    margin-bottom: 10px;
}

#SAC_ETERNITY_POPUP .departamentos button, #SAC_ETERNITY_POPUP .avisolegal button{
    background: #03a9f4;
    color: #ffffff;
    border-radius: 5px;
    width: 100%;
    left:10px;
    height: 40px;
    display:block;
    text-align: left;
    text-transform:uppercase;
    margin:10px 0px;
}

#SAC_ETERNITY_POPUP .departamentos button:hover:not(:disabled){
    box-shadow:0px 0px 5px 2px rgba(0,0,0,0.2);
}

#SAC_ETERNITY_POPUP .departamentos button img{
    max-width: 40px;
    max-height: 38px;
    vertical-align: middle;
    margin-right: 10px;
}

#SAC_ETERNITY_POPUP .departamentos button:disabled{
    background: gray;
    cursor: not-allowed;
}

/* LOGIN */

#SAC_ETERNITY_POPUP .login{
    text-align: center;
    border-radius: 10px;
    padding: 10px;
}

#SAC_ETERNITY_POPUP .login input{
    width:100%;
    border-radius:5px;
    background-color:#f5f5f5;
    box-shadow:0px 0px 5px rgba(0,0,0,0.5);
}

#SAC_ETERNITY_POPUP .login .errortxt{
    color: red;
}

#SAC_ETERNITY_POPUP .login button.loginbtn{
    background:#2196f3;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    width:auto;
    text-transform:uppercase;
    padding:10px 20px;
}

#SAC_ETERNITY_POPUP .login button.loginbtn:hover, #SAC_ETERNITY_POPUP .login button.loginbtn:focus{
    background: #0c88eb;
    color:#ffffff;
}

#SAC_ETERNITY_POPUP .login button.cancelarbtn{
    width:auto;
    background: #e91e63;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    text-transform:uppercase;
    padding:10px 20px;
}

#SAC_ETERNITY_POPUP .login button.cancelarbtn:hover, #SAC_ETERNITY_POPUP .login button.cancelarbtn:focus{
    background: #d71557;
}


/* CHAT */

#SAC_ETERNITY_POPUP .chat .contenido{
    text-align: center;
    border-radius: 10px;
    padding: 10px;
}

#SAC_ETERNITY_POPUP .chat .contenido div:first-child{
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
}

#SAC_ETERNITY_POPUP .chat .contenido .error{
    /*color: white;
    background: red;*/
    max-width: 400px;
}

#SAC_ETERNITY_POPUP .chatcall {
    width: 400px;
    height: 600px;
    max-width: 100%;
    max-height: 100%;
}

#SAC_ETERNITY_POPUP .chatcall .contenido {
    width: 100%;
    height: calc(100% - 60px);
    margin-top: 10px;
    margin-bottom: 40px;
}

#SAC_ETERNITY_POPUP .chatcall .contenido p:first-child {
    text-align: center;
}

#SAC_ETERNITY_POPUP .chatcall form {
    /* This bit sets up the horizontal layout */
    display:flex;
    flex-direction:row;
    width: calc(100% - 2px);
    height: 40px;
    
    /* I've used padding so you can see the edges of the elements. */
    padding:2px;
    margin: 1px;
  }
  
#SAC_ETERNITY_POPUP .chatcall input {
    border: 1px solid lightgray;
    /* Tell the input to use all the available space */
    flex-grow:2;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 0;
}

#SAC_ETERNITY_POPUP .chatcall input:focus {
    /* removing the input focus blue box. Put this on the form if you like. */
    outline: none;
}

#SAC_ETERNITY_POPUP .chatcall .sendbtn {
    /* Just a little styling to make it pretty */
    background:#2196f3;
    width: 60px;
    color:white;
    border:0px;
    padding: 0;
    letter-spacing: initial;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#SAC_ETERNITY_POPUP .chatcall .sendbtn:disabled {
    background: lightblue;
}

#SAC_ETERNITY_POPUP .chatcall .endbtn {
    width:100%;
    background: transparent;
    color: black;
    border-radius: 5px;
    text-transform:uppercase;
    padding:10px 20px;
    margin-left: 1px;
    margin-top: 20px;
}

#SAC_ETERNITY_POPUP .chatcall .endbtn:not(.highlighted):hover {
    background-color: lightgray;
}

#SAC_ETERNITY_POPUP .chatcall .endbtn.highlighted {
    background: #2196f3;
    color: white;
}

#SAC_ETERNITY_POPUP .chatcall .endbtn.highlighted:hover {
    background-color: #0298db;
}

#SAC_ETERNITY_POPUP .chatcall .messages {
    height: calc(100% - 175px);
    margin: 10px;
    overflow: auto;
    word-break: break-word;
}

#SAC_ETERNITY_POPUP .chatcall .messages::-webkit-scrollbar { 
    /*display: none;  /* Safari and Chrome */
}

#SAC_ETERNITY_POPUP .chatcall .agent,
#SAC_ETERNITY_POPUP .chatcall .user{
    clear: both;
    margin: 5px;
    padding: 5px 8px;
    font-size: 14px;
    color:#282726;
    box-sizing:border-box;
    -webkit-box-shadow: 2px 2px 1px 0px rgb(0 0 0 / 50%);
    box-shadow: 2px 2px 1px 0px rgb(0 0 0 / 50%);
}

#SAC_ETERNITY_POPUP .chatcall .agent {
    float: left;
    background-color:#F2F6F9;
    text-align: left;
    margin-right: 20px;
}

#SAC_ETERNITY_POPUP .chatcall .user {
    float: right;
    background-color:#DBF4FD;
    text-align: right;
    margin-left: 20px;    
}

#SAC_ETERNITY_POPUP .chatcall .agent .name, #SAC_ETERNITY_POPUP .chatcall .user .name {
    font-weight: bold;
}

#SAC_ETERNITY_POPUP .chatcall .agent .time, #SAC_ETERNITY_POPUP .chatcall .user .time {
    font-size: 12px;
    text-align: right;
    color: gray;
}

#SAC_ETERNITY_POPUP .chatcall .agent .text, #SAC_ETERNITY_POPUP .chatcall .user .text {
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 5px;
}

#SAC_ETERNITY_POPUP .chatcall .writting {
    box-shadow: none;
    background-color: transparent;
}

/* VIDEO */

#SAC_ETERNITY_POPUP .video .contenido{
    text-align: center;
    border-radius: 10px;
    padding: 10px;
}

#SAC_ETERNITY_POPUP .video .contenido div:first-child{
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
}

#SAC_ETERNITY_POPUP .video .contenido .error{
    /*color: white;
    background: red;*/
    max-width: 400px;
}

#SAC_ETERNITY_POPUP .videocall {
    width: 700px;
    height: 400px;
    background: gray;
    max-width: 100%;
    max-height: 100%;
}

#SAC_ETERNITY_POPUP .videocall .contenido {
    width: 100%;
    height: 100%;
}

/* PHONE */

#SAC_ETERNITY_POPUP .phone .content {
    /*width: 300px;*/
    height: 100px;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
}

#SAC_ETERNITY_POPUP .phone .content .error{
    /*color: white;
    background: red;*/
}

#SAC_ETERNITY_POPUP .phonecall {
    width: 700px;
    height: 120px;
    background: gray;
    max-width: 100%;
    max-height: 100%;
}

#SAC_ETERNITY_POPUP .phonecall .content {
    width: 100%;
    height: 100%;
}

/* FACE2FACE */

#SAC_ETERNITY_POPUP .facetoface .content {
    height: 100px;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
}

#SAC_ETERNITY_POPUP .facetoface .content .appointmentinfo{
    font-size: 20px;
}

#SAC_ETERNITY_POPUP .facetoface .content .error{
    /*color: white;
    background: red;*/
}

#SAC_ETERNITY_POPUP .facetoface .content .info{
    color: white;
    background: green;
}

/* AVISO LEGAL */

#SAC_ETERNITY_POPUP .avisolegal {
    padding: 10px;
}

#SAC_ETERNITY_POPUP .avisolegal .contenido > p {
    text-align: center;
}

#SAC_ETERNITY_POPUP .avisolegal .textos {
    width: 500px;
    max-height: 500px;
    overflow-y: auto;
    margin-bottom: 10px;
}

/* FOOTER */
#SAC_ETERNITY_POPUP .footer {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    background-color: transparent;
}

#SAC_ETERNITY_POPUP .footer a{
    text-decoration: none;
    color:#333333;
}

/* RATING */

#SAC_ETERNITY_POPUP .rating .contenido{
    text-align: center;
    border-radius: 10px;
    padding: 10px;
}

/*shows the stars side by side, centered, and in reverse order than the HMTL*/
#SAC_ETERNITY_POPUP .rating .stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

/*shows the stars side by side, centered*/
#SAC_ETERNITY_POPUP .rating {
    text-align: center;
}
  
/*hides the radio buttons*/
#SAC_ETERNITY_POPUP .rating .stars > input{ display:none;}
  
/*style the empty stars, sets position:relative as base for pseudo-elements*/
#SAC_ETERNITY_POPUP .rating .stars > label {
    position: relative;
    width: 1.1em;
    font-size: 60px;
    color: #FFD700;
    cursor: pointer;
}

/* sets filled star pseudo-elements */
#SAC_ETERNITY_POPUP .rating .stars > label::before{ 
    content: "\2605";
    position: absolute;
    opacity: 0;
}
/*overlays a filled start character to the hovered element and all previous siblings*/
#SAC_ETERNITY_POPUP .rating .stars > label:hover:before,
#SAC_ETERNITY_POPUP .rating .stars > label:hover ~ label:before {
    opacity: 1 !important;
}

/*overlays a filled start character on the selected element and all previous siblings*/
#SAC_ETERNITY_POPUP .rating .stars > input:checked ~ label:before{
    opacity:1;
}

/*when an element is selected and pointer re-enters the rating container, selected rate and siblings get semi transparent, as reminder of current selection*/
#SAC_ETERNITY_POPUP .rating .stars:hover > input:checked ~ label:before{ opacity: 0.4; }

#SAC_ETERNITY_POPUP .rating .observation{
    width: 100%;
    resize: none;
    margin-bottom: 20px;
    height: 50px;
}

#SAC_ETERNITY_POPUP .rating button.ratebtn{
    width: 100%;
    background: #2196f3;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    text-transform:uppercase;
    padding:10px 20px;
}

#SAC_ETERNITY_POPUP .rating button.cancelbtn{
    width: 100%;
    color: black;
    background: transparent;
    padding: 10px;
    border-radius: 5px;
    text-transform:uppercase;
    padding:10px 20px;
}

/* LOADING */

#SAC_ETERNITY_POPUP :is(.chat, .video) .contenido .waitinglogo{
    max-width: 200px;
    max-height: 100px;
    margin-top: 10px;
}

#SAC_ETERNITY_POPUP :is(.chat, .video) .contenido .waitingvideocontainer{
    position: relative;
    max-width: 400px;
    height: 220px;
    margin-top: 10px;
    overflow: hidden;
}

#SAC_ETERNITY_POPUP :is(.chat, .video) .contenido .waitingvideo{
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
}

#SAC_ETERNITY_POPUP :is(.chat, .video) .contenido .waitingvideomutebutton {
    position: absolute;
    bottom:0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    z-index: 1;
    border: 1px outset;
    background-color: rgba(0,0,0,0.2);
}

#SAC_ETERNITY_POPUP .chatbot_options {
    float: left;
}

#SAC_ETERNITY_POPUP .chatbot_option {
    border: 1px solid gray;
    padding: 10px;
    text-align: center;
}

#SAC_ETERNITY_POPUP .chatbot_imageoption {
    border: 1px solid gray;
    padding: 5px;
    text-align: center;
    width: 60px;
    height: 60px;
    font-size: 10px;
    float: left;
    margin: 2px;
}

#SAC_ETERNITY_POPUP .chatbot_imageoption img {
    height: 24px;
    display: block;
    margin: auto;
}

#SAC_ETERNITY_POPUP .chatbot_option:hover, #SAC_ETERNITY_POPUP .chatbot_imageoption:hover{
    background: lightgray;
    cursor: pointer;
}

/* Animated dots for loading */
.dot-pulse {
    position: relative;
    left: -9999px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: black;
    color: black;
    box-shadow: 9999px 0 0 -5px black;
    animation: dotPulse 1.5s infinite linear;
    animation-delay: .25s;
    margin: auto !important;
    margin-top: 10px !important;
  }
  
  .dot-pulse::before, .dot-pulse::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: black;
    color: black;
  }
  
  .dot-pulse::before {
    box-shadow: 9984px 0 0 -5px black;
    animation: dotPulseBefore 1.5s infinite linear;
    animation-delay: 0s;
  }
  
  .dot-pulse::after {
    box-shadow: 10014px 0 0 -5px black;
    animation: dotPulseAfter 1.5s infinite linear;
    animation-delay: .5s;
  }

  @keyframes dotPulseBefore {
    0% {
      box-shadow: 9984px 0 0 -5px black;
    }
    30% {
      box-shadow: 9984px 0 0 2px black;
    }
    60%,
    100% {
      box-shadow: 9984px 0 0 -5px black;
    }
  }
  
  @keyframes dotPulse {
    0% {
      box-shadow: 9999px 0 0 -5px black;
    }
    30% {
      box-shadow: 9999px 0 0 2px black;
    }
    60%,
    100% {
      box-shadow: 9999px 0 0 -5px black;
    }
  }
  
  @keyframes dotPulseAfter {
    0% {
      box-shadow: 10014px 0 0 -5px black;
    }
    30% {
      box-shadow: 10014px 0 0 2px black;
    }
    60%,
    100% {
      box-shadow: 10014px 0 0 -5px black;
    }
  }