﻿body {
    background-color: #eef0f8 !important;
}

    body.modal-open {
        overflow: hidden !important;
    }


@media screen and (min-width: 1024px) {
    body {
        margin-left: calc(100vw - 100% - 17px);
    }
}
/* Perfect scroll-bar styles */
.ps__rail-x {
    bottom: 2px;
}

.ps__rail-y {
    right: 2px;
}

.scroll.ps > .ps__rail-x > .ps__thumb-x,
.scroll.ps > .ps__rail-x > .ps__thumb-x:focus {
    background: #bbbbbf;
    height: 6px;
}

.scroll.ps > .ps__rail-y > .ps__thumb-y,
.scroll.ps > .ps__rail-y > .ps__thumb-y:focus {
    background: #bbbbbf;
    width: 6px;
}

.scroll.ps > .ps__rail-x > .ps__thumb-x:hover {
    background: #8a8a8c;
    height: 6px;
}

.scroll.ps > .ps__rail-y > .ps__thumb-y:hover {
    background: #8a8a8c;
    width: 6px;
}

.header {
    border-bottom: 0;
}

    .header.header-sticky {
        position: sticky;
        top: 0;
    }

.dashboard-card-custom {
    height: 60vh;
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.sticky-top {
    background-color: #E1F8F7;
    position: sticky !important;
    top: 0 !important;
    z-index: 0;
}

.card-header.sticky-top {
    z-index: 0;
}

.card-lista .table-responsive {
    min-height: calc(55vh - 1.5rem - 56px);
    max-height: calc(55vh - 1.5rem - 56px);
}

ul.consults-list {
    padding: 0;
}

.modal-dialog.w-40 {
    width: 40%;
    max-width: none;
    margin: 1.75rem auto;
}

.modal-dialog.w-50 {
    width: 50%;
    max-width: none;
    margin: 1.75rem auto;
}

.modal-dialog.w-60 {
    width: 60%;
    max-width: none;
    margin: 1.75rem auto;
}

.modal-dialog.w-70 {
    width: 70%;
    max-width: none;
    margin: 1.75rem auto;
}

.modal-dialog.w-80 {
    width: 80%;
    max-width: none;
    margin: 1.75rem auto;
}

.modal-dialog.w-90 {
    width: 90%;
    max-width: none;
    margin: 1.75rem auto;
}

.hide-screen {
    visibility: hidden;
    position: absolute;
    opacity: 0;
}

.modal-body.queue {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-body.queue > form,
    .modal-body.queue > section {
        flex: 1;
    }

.dashboard-card-custom li {
    cursor: pointer;
}

.card-custom.wave {
    max-height: 145px;
}

.dashboard-card-custom {
    height: 60vh;
    max-height: 60vh;
    overflow-y: auto;
}

.alert.alert-warning {
    background-color: #fae7aa;
    border-color: #fae7aa;
    color: #242424;
}

.alert-custom {
    min-height: 120px;
}

.dropdown-menu {
    z-index: 10000;
}

#kt_aside_desktop_toggle {
    position: unset;
    margin: 0 !important;
}

a h3 {
    margin-bottom: 0;
    color: #fff;
}

/*.user-data-component {
    height: 120px;
}*/

.user-data-component .btn.btn-light:hover:not(.btn-text):not(:disabled):not(.disabled),
.user-data-component .btn.btn-light:focus:not(.btn-text),
.user-data-component .btn.btn-light.focus:not(.btn-text),
.show > .btn.btn-light.dropdown-toggle, .show .btn.btn-light.btn-dropdown {
    background: #fff;
    border-color: #fff;
}

.dropdown-item:active {
    background: #f3f6f9;
    color: #000;
}

.table-60vh {
    height: 60vh !important;
    max-height: 60vh !important;
    overflow-y: auto;
}

.table-60vh .table-heading-sticky {
    position: sticky;
    top: 0;
    background-color: #fff;
}

.login-wrapper.wave.wave-success {
    background-color: #1bc5bd4a !important;
}

.login-wrapper.wave::after {
    content: ' ';
    width: 220vw;
    height: calc(240vw + 10%);
    position: absolute;
    bottom: 60%;
    left: -50vw;
    border-radius: 38%;
    background: white;
    z-index: 0;
    animation: animate-wave 15s infinite linear;
}

.modal-open .modal-body .user-data-component .dropdown,
.modal-open .modal-body .user-data-component .register-companion,
.modal-open .modal-body .user-data-component .icon-md {
    display: none;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.user-data-component .icon-md {
    color: #1bc5bd;
}

.type-of-queue + .btn.dropdown-toggle {
    color: #3f4254 !important;
    background-color: #e4e6ef !important;
    border-color: #e4e6ef !important;
}

td.pri {
    color: #4082ce;
}

td.pri2 {
    color: rgb(255, 51, 0);
}

.header.header-fixed {
    transition: none;
}

#kt_aside_desktop_toggle {
    margin-left: -0.6rem !important;
}
#kt_aside{
    overflow: auto;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    background: transparent;
    border-color: #e4e6ef;
    padding-right: 1rem;
}

.was-validated .dropdown-toggle.bs-placeholder.btn.bs-invalid {
    border-color: #f64e60 !important;
    padding-right: calc(1.5em + 1.3rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f64e60' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f64e60' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.325rem) center !important;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem) !important;
}

.bootstrap-select .dropdown-toggle.bs-invalid {
    border-color: #f64e60 !important;
    padding-right: calc(1.5em + 1.3rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f64e60' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f64e60' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.325rem) center !important;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem) !important;
}

.offcanvas .offcanvas-close.offcanvas-custom-close {
    position: relative !important;
}

label {
    cursor: pointer;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow,
div[data-toggle="tooltip"] .arrow {
    left: 45%;
}

.btn-loading {
    cursor: not-allowed !important;
    pointer-events: none;
}

.irs-bar,
.irs-handle > i:first-child,
.irs-single {
    background-color: #1bc5bd !important;
}

    .irs-single::before {
        border-top-color: #1bc5bd !important;
    }

.mh-60vh {
    max-height: 60vh;
    overflow: hidden;
}

.minh-52 {
    min-height: 55vh;
}

.table td {
    vertical-align: middle;
}

.dropdown-menu {
    cursor: pointer;
}

#kt_header .pulse-ring {
    animation-duration: 1s;
}

.hide-loading {
    display: none !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.switch input:checked ~ span::after {
    background-color: #479691;
}

#avatar-list li {
    list-style: none;
    cursor: pointer;
}

    #avatar-list li > div {
        border: 3px solid transparent;
    }

.disabled-el {
    pointer-events: none;
    cursor: not-allowed;
}

.disabled-card {
    pointer-events: none;
    opacity:0.4;
}

#avatar-list .disabled-el > div {
    border: 3px solid #479691;
}

.form-control.disabled {
    background-color: #f3f6f9;
    opacity: 1;
    pointer-events: none;
}

.swal2-icon-show .ki-bold-wide-arrow-down {
    animation: scaleUpDown 1s infinite;
}

@keyframes scaleUpDown {
    0% {
        transform: scale(100%);
    }

    50% {
        transform: scale(70%);
    }

    100% {
        transform: scale(100%);
    }
}

.striked {
    text-decoration: line-through;
}

th[data-sortable="true"] {
    cursor: pointer !important;
}

[data-table], .empty-table {
    min-height: 35vh;
}

.input-group > button[type="reset"] {
    position: absolute;
    left: 1rem;
    top: 50%;
    z-index: 1000;
    display: none;
    cursor: pointer;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.input-group.clear-search > input#search-param {
    padding-left: 2.5rem;
}

.input-group.clear-search > button[type="reset"] {
    display: flex;
}

[data-search] .input-group-append {
    margin: 0 !important;
}

.view-only {
    cursor: not-allowed !important;
}

.view-only > .card-body {
    opacity: 0.8;
}

.view-only > .card-body,
.modal .view-only > form,
.view-only > form > .card-body,
.view-only > input,
.view-only > select {
    pointer-events: none;
}

.modal .view-only > form button[type="submit"],
.modal .view-only > form button[type="reset"] {
    display: none;
    pointer-events: none;
}

.view-only > form input,
.view-only > form select,
.view-only > input,
.view-only > select,
.view-only > form,
.view-only > form .form-control.bootstrap-select button.dropdown-toggle,
.view-only > form .note-editing-area {
    background-color: #f3f6f9 !important;
}

.view-only > form label,
.view-only > form :not(input) ~ span,
.view-only > form {
    background-color: transparent !important;
}

.bootstrap-select .dropdown-menu {
    max-width: none !important;
}

.bootstrap-select ul.dropdown-menu a {
    padding-right: 2rem !important;
}

.wave.wave-success .svg-icon path {
    fill: #1bc5bd;
}

#logo-dropzone.thumbnail,
#parceiro-dropzone.thumbnail,
#wallpaper-dropzone.thumbnail,
#cabecalho-dropzone.thumbnail {
    position: relative;
}


#logo-dropzone.thumbnail:before,
#parceiro-dropzone.thumbnail:before,
#wallpaper-dropzone.thumbnail:before,
#cabecalho-dropzone.thumbnail:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.54);
    z-index: 0;
}

.dropzone-msg {
    z-index: 2 !important;
    position: relative;
}

.visitation-period button {
    width: 32px;
    height: 32px;
    border-radius: 0.42rem !important;
}

.lista-visitas td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table .lista-visitas tr td:nth-child(2) {
    max-width: 200px;
}


[data-wrapper="video"] video,
[data-wrapper="video"] canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    object-fit: contain;
}

[data-action="webcam"] {
    position: absolute;
    right: -10px;
    top: -10px
}

.card-lista > .blockUI.blockOverlay,
.card-grafico > .blockUI.blockOverlay {
    border-radius: 0.42rem;
}

tr[data-id] {
    cursor: pointer;
}

#kt_quick_user .bootstrap-select .dropdown-menu {
    max-width: auto !important;
}

.btn-xl {
    padding: 12px 50px 30px;
    border-radius: 10px;
    margin-top: -19px;
    width: 159%;
    font-size: smaller;
    text-shadow: 0 0 black;
}

.uppy .uppy-list .uppy-list-item .uppy-list-download {
    cursor: pointer;
    margin-left: 1rem;
}

.uppy .uppy-list .uppy-list-item .uppy-list-download i {
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    font-size: 0.7rem;
    color: #7e8299;
}

.uppy .uppy-list .uppy-list-item .uppy-list-download:hover i {
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    color: #1bc5bd;
}

/* Login */
    .login-form {
        min-width: 500px;
    }
/* Login */

/* App Pesquisa */
    .pesquisa-wrapper button {
        min-height: 8vh;
    }

   .pesquisa-wrapper.wave::after {
        content: ' ';
        width: 220vw;
        height: calc(240vw + 10%);
        position: absolute;
        bottom: 60%;
        left: -50vw;
        border-radius: 38%;
        background: white;
        z-index: 0;
        animation: animate-wave 15s infinite linear;
    }

   /* .perguntas-wrapper.wave::after {
        content: ' ';
        width: 220vw;
        height: calc(220vw + 10%);
        position: absolute;
        bottom: 20%;
        left: -50vw;
        border-radius: 38%;
        background: white;
        z-index: 0;
        animation: animate-wave 15s infinite linear;
    }*/

    .form-perguntas i {
        font-size: 2.5rem;
    }

    .count-quest {
        top: 3rem;
        left: 3rem;
    }
/* App Pesquisa */

/* Custons Gerais*/
.table-responsive {
    overflow-x: initial !important;
}

.burger-icon span::before, .burger-icon span::after, .burger-icon span {
    background-color: #fff;
    height: 2px;
    min-height: 2px;
}
.burger-icon span::before{
    top: -7px;
}
.burger-icon span::after {
    bottom: -7px;
}
.burger-icon span {
    height: 2px;
    min-height: 2px;
}
.scroll-style {
    scrollbar-width: thin;
    scrollbar-color: #1bc5bd transparent;
}

.scroll-style::-webkit-scrollbar {
    width: 5px;
}

.scroll-style::-webkit-scrollbar-track {
    background: transparent;
}

.scroll-style::-webkit-scrollbar-thumb {
    background-color: #1bc5bd;
    border-radius: 20px;
    border: 5px solid transparent;
}

/*Wiki*/
.wiki .father-search-wiki .input-group-append {
    position: absolute;
    right: 0;
    background: none !important;
    min-height: 100%;
    z-index:99;
}

.wiki .father-search-wiki .input-group-append button {
    background: none !important;
    border: none !important;
}

.wiki .father-search-wiki input {
    border-radius: 0.42rem !important;
}
.menu-colapse-wiki .arrow-rotate {
    transition: .3s transform ease-in-out;
    padding: 0 !important;
}
.menu-colapse-wiki.collapsed .arrow-rotate {
    transform: rotate(180deg);
}
.wiki .card-video{
    height: auto !important;
}
.wiki .card-video iframe{
    height: 65vh !important;
}
.wiki .titles-menus-wiki{
    font-size: 1.1rem !important;
}
    /*Pesquisa*/
        .wiki #tablePesquisa_wrapper .pagination {
            justify-content: initial;
        }
        .wiki #tablePesquisa_wrapper #tablePesquisa_filter {
            display: flex;
            justify-content: end;
        }
        .wiki #tablePesquisa_wrapper #tablePesquisa_filter label{
            display: flex;
            align-items: center;
        }
        .wiki #tablePesquisa_wrapper #tablePesquisa_filter label input{
            margin-left: 10px;
        }
        .wiki #tablePesquisa_wrapper #tablePesquisa_length label {
            margin-bottom: 0;
        }
        .wiki #tablePesquisa_wrapper #tablePesquisa_info{
            margin-left: 10px;
        }
        .wiki .dataTables_wrapper .dataTable td:first-child {
            padding-top: 0 !important;
        }
        .wiki #erro-search-wiki{
            min-height: 65vh;
        }
    /*Fim Pesquisa*/
/*Fim Wiki*/
/*Cookies*/
#section-popup-cookies {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3vh;
    z-index: 99;
    width: 53%;
    border-radius: 1rem;
    animation: fadeIn 1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(64,64,64,.9);
}
    #col-text-popup-cookies{
        display: flex;
        align-items: center;
    }
/*END - Cookies*/
#aceiteTermo.btn.btn-success.disabled, #aceiteTermo.btn.btn-success:disabled {
    background-color: #cfcfcf;
    border-color: #cfcfcf;
}

/*pagination tables */
.pagination-tables {
    padding: 2rem 2.25rem;
}
.pagination-tables .btn.btn-light-success i {
    color: #1bc5bd !important;
}
.pagination-tables .btn.btn-icon.btn-sm, .pagination-tables .btn-group-sm > .btn.btn-icon {
    height: calc(1.35em + 1.1rem + 2px) !important;
    width: calc(1.35em + 1.1rem + 2px) !important;
}
.pagination-tables .page-link {
    background-color: #C9F7F5 !important;
    color: #1BC5BD !important;
}
.pagination-tables .active .page-link {
    z-index: 3;
    color: #ffffff !important;
    background-color: #1bc5bd !important;
    border-color: #1bc5bd !important;
}
/*pagination tables */

/*Organograma Modal*/
.accordion.accordion-toggle-plus .card .card-header#organograma .card-title {
    color: #3f4254;
}
.accordion.accordion-toggle-plus .card .card-header#organograma .card-title i{
    color: #3f4254;
}
.accordion.accordion-toggle-plus .card .card-header#organograma .card-title i:hover {
    color: #1bc5bd;
}
.accordion.accordion-toggle-plus .card .card-header#organograma .card-title:after {
    content: "";
}
/*Fim Organograma Modal*/

#AddEstabelecimentoModal{
    padding-right: 0 !important;
}

#divChatMensagem {
    min-height: 15vh;
    max-height: 55vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 1vw;
    padding-right: 1vw;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #bbbbbf transparent;
}
    #divChatMensagem::-webkit-scrollbar {
        width: 6px;
    }

    #divChatMensagem::-webkit-scrollbar-track {
        background: transparent;
    }

    #divChatMensagem::-webkit-scrollbar-thumb {
        background-color: #bbbbbf;
        border-radius: 20px;
    }
    body[data-offcanvas-offcanvas="on"]{
        overflow: hidden;
    }
/*animation*/
@-webkit-keyframes shake-horizontal {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    20%, 40%, 60% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    90% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
}

@keyframes shake-horizontal {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    20%, 40%, 60% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    90% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
}

.alert_notificacao:hover i{
    -webkit-animation: wobble-hor-top 1s both;
    animation: wobble-hor-top 1s both;
}

.scale-in-center {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes wobble-hor-top {
    0%, 100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 10% 10%;
        transform-origin: 50% 50%;
    }

    15% {
        -webkit-transform: translateX(-3px) rotate(6deg);
        transform: translateX(-3px) rotate(6deg);
    }

    30% {
        -webkit-transform: translateX(1.5px) rotate(-6deg);
        transform: translateX(1.5px) rotate(-6deg);
    }

    45% {
        -webkit-transform: translateX(-1.5px) rotate(3.6deg);
        transform: translateX(-1.5px) rotate(3.6deg);
    }

    60% {
        -webkit-transform: translateX(0.9px) rotate(-2.4deg);
        transform: translateX(0.9px) rotate(-2.4deg);
    }

    75% {
        -webkit-transform: translateX(-0.6px) rotate(1.2deg);
        transform: translateX(-0.6px) rotate(1.2deg);
    }
}

@keyframes wobble-hor-top {
    0%, 100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    15% {
        -webkit-transform: translateX(-3px) rotate(6deg);
        transform: translateX(-3px) rotate(6deg);
    }

    30% {
        -webkit-transform: translateX(1.5px) rotate(-6deg);
        transform: translateX(1.5px) rotate(-6deg);
    }

    45% {
        -webkit-transform: translateX(-1.5px) rotate(3.6deg);
        transform: translateX(-1.5px) rotate(3.6deg);
    }

    60% {
        -webkit-transform: translateX(0.9px) rotate(-2.4deg);
        transform: translateX(0.9px) rotate(-2.4deg);
    }

    75% {
        -webkit-transform: translateX(-0.6px) rotate(1.2deg);
        transform: translateX(-0.6px) rotate(1.2deg);
    }
}


.fade-out {
    -webkit-animation: fade-out 1s ease-out both;
    animation: fade-out 1s ease-out both;
}
/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.scale-out-horizontal {
    -webkit-animation: scale-out-horizontal 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: scale-out-horizontal 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes scale-out-horizontal {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 1;
    }
}

@keyframes scale-out-horizontal {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 1;
    }
}

.puff-in-center {
    -webkit-animation: puff-in-center 0.2s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    animation: puff-in-center 0.2s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

/**
 * ----------------------------------------
 * animation puff-in-center
 * ----------------------------------------
 */
@-webkit-keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}


.slide-out-top {
    -webkit-animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

/**
 * ----------------------------------------
 * animation slide-out-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
}

@keyframes slide-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
}

.slide-in-top {
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

span.num {
    position: relative;
    /*font-size: 0.7em;*/
    top: -9px;
    color: #fff;
    right: 2px;
}

.circle-span_1 {
    position: relative;
    color: crimson;
    top: 17px;
}
.circle-span_2 {
    position: relative;
    color: cadetblue;
    top: 17px;
}

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-in-left {
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.slide-out-left {
    -webkit-animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes slide-out-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
}

@keyframes slide-out-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
}
