/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.tgm-show-modal {
    position: fixed;
	right: 5vh;
    bottom: 5vh;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
    padding: 10px;
    width: 4em;
    height: 4em;
    border: 2px solid #004274;
    background-color: #fff;
    transition: 0.3s !important;
}
.tgm-show-modal svg:hover{
    transition: 0.3s all ease-in-out;
    animation: flip-vertical-left 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
#tgm_send_form:active{
    box-shadow: 0 0 7px rgba(125, 153, 213, 0.4);
    animation: pulse 0.3s infinite;
}
.tgm-show-modal-notify{
    z-index: 100;
    width: 8px;
    height: 8px;
    position: absolute;
    display: none;
    top: -2px;
    right: -2px;
    background: #03cd03;
    border-radius: 50%;
    animation: pulsegb 2s infinite;
}
.tgm-show-modal svg{
    width: 3.5em;
    height: 3.5em;
    filter: drop-shadow(1px 1px 1px #7e7e7e);
}
.tgm_content_form{
    box-shadow: 1px 0 12px #000000a1;
    margin: 0 50px;
    display: block;
    position: fixed !important;
    right: 0;
    bottom: 0 !important;
    background: #1e23288c;
    z-index: 9999999 !important;
    top: auto !important;
    border-radius: 35px 35px 0 0;
    font-family: Arial, Helvetica, sans-serif;

    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.tgm_content_form input{
    outline: none !important;
}
#tgm_send_form{
    position: absolute;
    right: 28px;
    width: 30px;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    border-radius: 35px;
}
.tgm_form{
    transition: 0.3s all !important;
    display: block;
    border-radius: 30px !important;
    border: 1px solid rgb(253, 253, 253) !important;
    line-height: 30px;
    padding: 5px 10px;
}
#tgm_form_text{
    transition: 0.3s all;
    width: 100% !important;
    min-height: 35px !important;
    height: 30px;
    padding: 3px 35px 3px 15px !important;
    line-height: 25px;
    max-height: 200px !important;
}
#tgm_form_name{
    font-family: 'Arial','sans-serif';
    line-height: 16px;
    font-size: 16px;
    margin-left: 20px;
    font-weight: 400;
    outline: none !important;
    border-radius: 0 !important;
    border: none !important;
    border: 0;
    background: transparent;
}
.tgm_message_no-background{
    background: none !important;
}
.tgm_info{
    z-index: 8;
    display: block;
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    position: relative;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    padding-bottom: 10px;
    animation: 1s fadeIn cubic-bezier(1, -0.23, 0.29, 1.03);
    animation-fill-mode: both;
}

.tgm-cont{
    display: block;
    background-size: cover !important;
    background-position: bottom !important;
}
.tgm-cont-text{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px 10px 5px;
}
.tgm_window{
    position: relative;
    max-height: 900px;
    width: 100%;
    background: #fdfdfd;
    border-radius: 25px 25px 0 0;
}
.ui-draggable-handle{
    z-index: 95;
}
.ui-resizable-n{
    cursor:  n-resize;
    width: 100%;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    transition: none !important;
    z-index: 10;
}
.tgm-window-message::-webkit-scrollbar {
    width: 5px;
    border-radius: 25px;
}

.tgm-window-message::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
}

.tgm-window-message.action::-webkit-scrollbar-track {
    transition: 0.2s all ease-in;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.12);
}

.tgm-window-message::-webkit-scrollbar-thumb {
    transition: 0.3s all ease-in-out !important;
    background-color: rgba(59, 56, 60, 0.19);
    outline: transparent;
}
.tgm-window-message.action::-webkit-scrollbar-thumb {
    background-color: rgba(59, 56, 60, 0.59);
    outline: transparent;
}
.error-tgm{
    margin-bottom: 20px;
    display: flex;
    z-index: 9;
    justify-content: center;
    align-items: center;
    padding: 20px 36px;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(30deg, #58565d 0%, #353638d4 50%, #37383e96 100%);
    height: 100%;
    letter-spacing: 1px;
    border-radius: 25px 25px 0 0;
    text-align: center;

    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#tgm_form_text[disabled="disabled"]{
    background: #58585b;
}
.error-tgm::after{
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    background: red;
    animation: pulser 1.2s infinite;
}
.tgm-line-green::after{
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #0bff22;
    animation: pulseg 1.2s infinite;
}
.tgm-line-yellow::after{
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #fff550;
    animation: pulsey 2s infinite linear;
}
.tgm-bounce-green::after{
    width: 0.6em;
    height: 0.6em;
    content: '';
    display: inline-block;
    border-radius: 35px;
    margin-left: 10px;
    animation: 3s pulsegb infinite;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.tgm-window-message{
    padding-top: 20px;
    min-height: 20vh;
    height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    max-height: 75vh;
}
.tgm_sidebar_panel{
    position: absolute;
    background: #f3f2f2;
    flex-wrap: wrap;
    max-width: 250px;
    border-radius: 25px 15px 25px 0;
    bottom: 50px;
    list-style: none;
    padding: 10px;
    left: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 2px 4px 6px #ccc9c9;
    z-index: 15;
}
.tgm_sidebar_panel li{
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    font-size: 1.2em;
    margin: 0 3px;
}
.tgm_sidebar_panel li:hover{
    border-radius: 35px;
    border: 1px solid;
}
.tgm_flexbox{
    display: flex !important;
}
.tgm_file_label{
    position: fixed;
    width: 300px;
    height: 250px;
    background: #d4d3d378;
    display: none;
    z-index: 99;
    top: 40%;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #00000082;
    font-size: 6em;
    border: 3px solid #00000082;
    cursor: cell;

    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.tgm_file_upload {
    position: absolute;
    width: 38px;
    height: 38px;
    right: -60px;
    clear: both;
    cursor: pointer;
    background-color: #ffffff;
    padding: 7px;
    border-radius: 10px;
}
.tgm-text{
    word-break: break-word;
    text-align: left;
    display: inline-block;
    background: #e4e4e4;
    min-width: 60px;
    border-radius: 10px;
    padding: 6px 12px;
    min-height: 1.2em;
    color: #2f2f2f;
    max-width: 90%;
}
.tgm-client-message .tgm-text{
    margin-left: 20px;
    border-radius: 0 10px 10px 10px;
}
.tgm-client-message{
    margin-bottom: 20px;
    position: relative;

    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.tgm-manager-message .tgm-text{
    margin-right: 20px;
}
.tgm-manager-message{
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    width: 100%;

    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.tgm-close-btn{
    width: 25px;
    position: absolute;
    top: 0;
    right: -30px;
    cursor: pointer;
    background: white;
    border-radius: 50%;
}
.tgm-close-btn:hover{
    fill: #c40000;
    transition: 0.3s all ease-in-out;
}
.tgm_menu{
    margin-right: 3px;
    display: flex;
    align-items: center;
    height: 22px;
    fill: white;
    cursor: pointer;
}
.tgm-manager{
    font-family: 'Roboto','sans-serif';
    height: 60px;
    background: linear-gradient(to left, #572aa3bd 0%, #5e68cad4 50%, #385bf796 100%);
    padding: 0;
    margin: 0;
    position: relative;
    color: WHITE;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 1px 1px 1px black;

}
.tgm-manager div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 0.7em;
}
.tgm-manager span{
    color: #e6e5e5;
    font-size: 0.7em;
    font-weight: 400;
    font-style: normal;
    font-family: sans-serif;
    margin-top: 4px;
    display: block;
}
.tgm-manager b{
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 600;
    font-style: normal;
    font-family: sans-serif;
    display: flex;
    filter: drop-shadow(0px 1px 1px rgba(39, 44, 39, 0.84));
}
.tgm-online::after{
    content: '';
    width: 0.6em;
    height: 0.6em;
    display: inline-block;
    margin: 50%;
    animation: 1.2s pulseg infinite ease;
}
.tgm-manager img{
    position: absolute;
    width: 100%;
    border-radius: 15px 15px 0 0;
}
.tgm_avatar_small{
    border: 1px solid #fff8e9;
    position: relative !important;
    width: 45px !important;
    height: 45px !important;
    display: block;
    border-radius: 35px !important;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}
.tgm_manager_theme1{
    overflow: hidden;
    min-height: 60px;
    background-size: cover !important;
    height: 250px;
    background-repeat: no-repeat !important;
    background-position: top !important;
    width: 100%;
    transition: 0.3s all ease-in-out;
}
.tgm_manager_theme1:hover{
    filter: brightness(0.95);
}
.tgm_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 5px;
    position: relative;
    font-size: 16px;
    flex-direction: row-reverse;
}
.tgm_top .tgm_sub {
    text-align: center;
    top: 0;
    font-family: 'Roboto', 'sans-serif';
    font-size: 0.8em;
    position: relative;
    opacity: .5;
    margin: 0 auto;
}
.tgm-manager-message .tgm-text{
    background: #cfeeff;
    float: right;
    margin-right: 20px;
    border-radius: 10px 0 10px 10px;
}
.tgm_type{
    width: 100%;
    position: relative;
    display: block;
    height: 6.5px;
}
.tgm_message_image{
    max-height: 250px;
}
.tgm_message_audio{
    outline: none !important;
}
.tgm_message_video{
    outline: none !important;
    max-width: 250px;
}
.tgm_message_file{
    cursor: pointer;
}
.tgm-manager-message .tgm-text .tgm_message_image,.tgm-manager-message .tgm-text .tgm_message_video{
    margin: -15px;
}
.tgm-question-item{
    margin-top: 100px;
    display: inline-flex;
    list-style: none;
    flex-direction: column;
    padding: 0 15px;
}
.tgm-question-item li{
    display: inline-block;
    border: 2px solid #838689;
    color: #181917;
    padding: 6px 12px;
    border-radius: 35px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 10px;
    width: fit-content;
    transition: 0.3s all linear;
}
.tgm-question-item li:hover{
    border: 2px solid #31b4ff;
    color: #31b4ff;
}
.tgm-theme-25 .tgm-question-item li:hover{
    border: 2px solid #d6ca8b;
    color: #b0a263;
}
.tgm-theme-25 svg.tgm_menu:hover{
    fill: #d6ca8b;
}
.tgm_night_mode #tgm_send_form path:nth-child(1),.tgm_night_mode #tgm_send_form path:nth-child(2){
    fill: #343434 !important;
}
.tgm_night_mode #tgm_send_form path:nth-child(3){
    fill: #d6ca8b !important;
}
.tgm_night_mode #tgm_send_form path:nth-child(4){
    fill: #d6ca8b !important;
}
#tgm_send_form:active{
    transform: scale(1.2);
}

#tgm_send_form path:nth-child(3){
    animation: 1.7s arrows cubic-bezier(0.26, 0.41, 0.77, 0.18) infinite;
    transform: translateX(-30px);
}
#tgm_send_form path:nth-child(4){
    animation: 1.7s arrows cubic-bezier(0.26, 0.41, 0.77, 0.18) infinite;
    transform: translateX(-32px);
}
.tgm_content_form.bgIn .tgm-close-btn {
    top: -50px;
}
.tgm-theme-25 #tgm_send_form{
    transform: rotate(-90deg);
}
.tgm_night_mode.tgm-theme-25 #tgm_send_form{
    transform: unset;
}
.tgm_theme{
    position: absolute;
    bottom: 40%;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.tgm_theme_prev,.tgm_theme_next{
    font-size: 1.2em;
    color: black;
    padding: 6px 12px;
    border: 2px solid black;
    cursor: pointer;
    background: #c2c1c140;
}
.tgm-night{
    position: relative;
    z-index: 11;
    cursor: grab;
    left: 5%;
    transition: 0.3s all ease-in-out;
}
.tgm-night::after{
    content: '\01F319';
    display: block;
    font-size: 0.75em;
    z-index: 11;
}
.tgm_night_mode{
    color: #fff;
}
.tgm_night_mode .tgm-night::after{
    content: '\01F324' !important;
    font-size: 0.75em;
}
.tgm_night_mode .tgm_window{
    background: #121011fa;
}
.tgm_night_mode #tgm_form_text{
    background: #d2d0d1;
}
.tgm_night_mode .tgm_window::before{
    color: #c4c5ca7a;
}
.tgm_night_mode .tgm-client-message .tgm-text{
    background: #b0abae;
    color: #121212;
}
.tgm_night_mode .tgm-manager-message .tgm-text{
    background: #3f3d3e;
    color: #edf1e8;
}
.tgm_night_mode .tgm-question-item li{
    color: #838689;
}
.tgm_night_mode .tgm_file_upload{
    filter: invert(1);
}
.tgm_night_mode .tgm-text.bot::after{
    color:#afaaad !important;
}
.tgm_night_mode .tgm_sidebar_panel,.tgm_night_mode .tgm_file_upload{
    background: #d6d4d45e !important;
    box-shadow: 2px 4px 6px #ccc9c924;
}
.tgm_night_mode #tgm_form_name{
   color: #fff8e9 !important;
}
.tgm_history_download {
    outline: none !important;
    position: fixed;
    top: 4%;
    font-size: 16px;
    border: unset;
    padding: 7px 17px;
    background: #f3f3f3;
    box-shadow: 1px 1px 4px #8b8b8b;
    border-radius: 30px;
    cursor: pointer;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    min-width: 210px;
    transition: 0.3s all ease;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.tgm_history_download:active{
    background: #56677e;
    color: #f9feff;
    outline: none !important;
}
.tgm-text.bot{
    max-width: 250px;
    position: relative;
}
.tgm-text.bot::after{
    content: "бот";
    position: absolute;
    color: #00000070;
    right: 8px;
    font-size: 0.8em;
    top: -22px;
}
@media (max-width: 600px) {
    .tgm_inner_block{
        height: 100vh;
        max-height: 100vh;
    }
    .tgm_window::before{
        top: 1.5em;
    }
    body #tgm_send_form{
        right: 15px;
    }
    .error-tgm{
        border-radius: 0 !important;
        padding: 0 !important;
    }
    .tgm_manager_theme1{
        display: block;
        background: none;
    }
    .tgm-window-message{
        max-height: 100% !important;
        min-height: calc(100% - 80px);
        padding-bottom: 100px;
    }
    .tgm_content_form{
        width: 100% !important;
        margin: 0 !important;
        border-radius: 0;
        z-index: 999999;
        height: 100%;
    }
    .tgm_window{
        border-radius: 0;
        min-height: 250px;
        max-height: 100%;
        height: 100%;
    }
    .tgm-close-btn{
        width: 1.3em;
        top: 0 !important;
        right: 6%;
        z-index: 9;
        opacity: .3;
        left: unset;
        position: relative;
    }
    .tgm-show-modal {
        bottom: 30px;
        width: 3em;
        height: 3em;
    }
    body .tgm-cont-text{
        padding: 10px 10px 15px 10px;
        height: auto;
    }
    .tgm_menu{
        fill: #5c5656;
    }
    .bgIn .tgm-cont .tgm_menu {
        fill: #fff;
    }
    .tgm-manager img{
        border-radius: 50% !important;
    }
    .tgm-show-modal svg {
        width: 1.5em !important;
        height: 1.5em !important;
    }
    .tgm-cont{
        position: absolute;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #bebbbb4f;
    }
    .tgm-theme-25 .tgm-close-btn g path:nth-child(1){
        fill: rgba(255, 255, 255, 0.04);
    }
    .tgm-night{
        position: relative;
        font-size: 1.5em;
        left: 10%;
    }
    body .tgm_night_mode .tgm_top {
        background: #121011fa;
    }
    body .tgm_top {
        padding: .8em 5px;
        background: #fff;
    }
}
@media (min-width: 1280px) {
    .tgm_content_form{
        max-width: 410px;
    }
}

@media (min-width: 601px) {
    .tgm_content_form{
        border-radius: 25px 25px 0 0;
        min-width: 370px !important;
        max-width: 390px;
    }
    .tgm-manager{
        border-radius: 15px 15px 0 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(94, 143, 204, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(114, 153, 204, 0.4);
        box-shadow: 0 0 0 0 rgba(113, 140, 204, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}
@keyframes flip-vertical-left {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@-webkit-keyframes pulser {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(114, 153, 204, 0.2);
        box-shadow: 0 0 0 0 rgba(78, 79, 81, 0.2);
        background: #ff4240;
    }
    50% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(87, 71, 20, 0);
        background: #ff0400;
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(57, 47, 14, 0);
        box-shadow: 0 0 0 0 rgba(59, 48, 13, 0);
        background: #ff4240;
    }
}
@-webkit-keyframes pulseg {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(104, 204, 129, 0.2);
        box-shadow: 0 0 0 0 rgba(104, 204, 129, 0.2);
        background: rgba(60, 255, 70, 0.93);
    }
    50% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(98, 204, 134, 0.08);
        background: #1eff31;
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(114, 255, 125, 0);
        box-shadow: 0 0 0 0 rgba(114, 255, 125, 0.03);
        background: rgba(114, 255, 125, 0.92);
    }
}
@-webkit-keyframes pulsegb {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(104, 204, 129, 0.2);
        box-shadow: 0 0 0 0 rgba(19, 254, 24, 0.36);
        background: rgba(60, 255, 70, 0.93);
    }
    50% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(24, 239, 21, 0.16);
        background: #1eff31;
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(114, 255, 125, 0);
        box-shadow: 0 0 0 0 rgba(114, 255, 125, 0.03);
        background: rgba(112, 250, 131, 0.55);
    }
}
@-webkit-keyframes pulsey {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 204, 53, 0.2);
        box-shadow: 0 0 0 0 rgba(204, 187, 64, 0.2);
        background: rgba(255, 210, 86, 0.93);
    }
    50% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204, 159, 41, 0.08);
        background: #ffee06;
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(114, 255, 125, 0);
        box-shadow: 0 0 0 0 rgba(255, 189, 37, 0.03);
        background: rgba(248, 255, 253, 0.92);
    }
}
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes arrows {
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}
