@font-face {
    font-family: "Epiron_Font_Fiat";
    src: url('https://psachat.epiron.com.ar/public/fonts/FuturaStd-Medium.otf') format("truetype");
}

@font-face {
    font-family: "Epiron_Font_Jeep";
    src: url('https://psachat.epiron.com.ar/public/fonts/DINNextLTPro-Regular.ttf') format("truetype");
}

.epiron-template-contenedor{
    overflow: hidden;
    width: 300px;
    position: fixed;
    height: 90%;
    top: 0;
    display:none
}

.epiron-template-contenedor-right{
    right: 0;
}

.epiron-template-contenedor-left{
    left: 0;
}
.epiron-row {
    display: flex;
    flex-direction: column;
    height: 88vh;
    background: white;
    border: 1px solid #edebeb;
}
.epiron-flex {
    flex: 1;
    overflow-y: hidden;
}

.epiron-contenedor{
    position: fixed;
    height: 100%;
    width: 350px;
}

.epiron-chat-right{
    right: 10;
}

.epiron-chat-left{
    left: 0;
}

#epiron-chat{
    overflow: hidden;
    padding: 0px;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
}

.epiron-disabled{
    display: none;
}

.epiron-active{
    display: block;
}

.epiron-boton{
    border-radius: 50%;
    height: 50px;
    width: 50px;
    color: white;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    transition: all 0.3s ease 0s;
}

.epiron-boton:hover {
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
}

.epiron-boton-margen{
    margin-right: 0px;
}

.epiron-desactivado{
    display: none;
}

.epiron-activado{
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}

.epiron-preloader {
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
}

.epiron-iframe{
    width: 100%;
    height: 100%;
    border:none;
}

.epiron-preloader-log {
    width: 50px;
    height: 50px;
    border: 10px solid #eee;
    border-top: 10px solid #666;
    border-radius: 50%;
    animation-name: girar;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin: 0 auto;
    margin-top: 60%;
}

.epiron-botones-right{
    text-align: right;
    padding-right: 5px;
    background: #e9e9e9;
}

.epiron-botones-left{
    text-align: left;
    padding-left: 24px;
}

#epiron-boton-id{
    position: fixed;
    bottom: 10px;
    right: 10px;
    border: none;
}
@keyframes girar {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 320px) {
    #epiron-template-contenedor-id {
        width: 100%;
    }
}
