﻿/*16223C - dark blue*/
/*C8A480 - gold*/

.dt-buttons {
    position: absolute !important;
}

.loading_body {
    width: 100%;
    height: 2px;
    display: none;
}

.m-link {
    color: #16223C !important;
}

.m-portlet__head-text {
    font-family: Poppins !important;
}

.m-subheader__title {
    font-family: Poppins !important;
}

.m-nav__section-text {
    color: #16223C !important;
}

.m-btn--hover-brand:hover {
    border-color: #16223C !important;
    background-color: #16223C !important;
}

.btn-brand {
    border-color: #16223C !important;
    background-color: #16223C !important;
}

    .btn-brand:hover {
        border-color: rgba(22, 34, 60, 0.82) !important;
        background-color: rgba(22, 34, 60, 0.82) !important;
    }

.loading_tip {
    position: relative;
    height: 100%;
    width: 50px;
    background-color: #16223C;
    border-radius: 10px;
    -webkit-animation: bounce-left-right-tip 2s infinite linear; /* Safari 4.0 - 8.0 */
    animation: bounce-left-right-tip 2s infinite linear;
}

.swal2-container {
    z-index: 100000 !important;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bounce-left-right-tip {
    0% {
        left: 0vw;
    }

    50% {
        left: 100vw;
    }

    100% {
        left: 0vw;
    }
}

@keyframes bounce-left-right-tip {
    0% {
        left: 0vw;
    }

    50% {
        left: 100vw;
    }

    100% {
        left: 0vw;
    }
}

.checkbox-normalization {
    position: relative;
    display: inline-block;
    top: -15px;
    width: 20px;
}

.checkbox-normalization-left {
    left: 10px;
}

i[onclick] {
    cursor: pointer;
}

.img-w2t-box .thumb {
    height: 80px;
    width: 80px;
}

.img-w2t-box .show {
    display: none;
    max-height: 50vh;
    position: absolute;
}

    .img-w2t-box .show:hover {
        display: initial;
    }

    .img-w2t-box .show.active {
        display: initial;
    }

.img-w2t-box .thumb:hover + .show {
    display: initial;
}

.img-w2t-box {
    height: 80px;
    width: 80px;
}

.condition, .action {
    width: 100%;
    display: inline-flex;
    margin: 2px 0;
    border: #d2d2d2 1px solid;
    padding: 3px 3px;
    border-radius: 8px;
}

    .condition label, .action label {
        white-space: nowrap;
        margin-top: calc(2.95rem - 28px);
        padding: 0 4px;
    }

.condition-column {
    width: 20%;
}

.action-column {
    width: 30%;
}

.condition-operator {
    width: 20%;
}

.condition-value-text {
    width: 60%;
}

.action-value-text {
    width: 70%;
}
/*.toolbox{
    display:inline-flex;
}
.toolbox > *{
    margin: 10px 0;
}*/
td {
    white-space: nowrap;
}

@media (min-width: 576px) .modal-dialog {
    max-width: 800px;
}

.m-radio, .m-checkbox {
    padding-left: 25px;
}

.select2-container {
    width: 100% !important;
}

.m-brand.m-brand--skin-dark {
    background: #c8a480 !important;
}

.m-brand__toggler span, .m-brand__toggler span::before, .m-brand__toggler span::after {
    background: #ffffff !important;
}

.m-nav .m-nav__section .m-nav__section-text {
    text-transform: none !important;
}

.jstree-default .jstree-wholerow-clicked, .jstree-default .jstree-wholerow-clicked {
    background: #ffffff !important;
}
/* width */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #cecece;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #a9a9a9;
    }

.m-card-profile__pic-wrapper:hover .change-profile-image {
    display: block;
}

.change-profile-image {
    display: none;
    border-radius: 100%;
    border-style: none;
    height: 130px;
    width: 130px;
    position: absolute;
    background-color: #0000006b;
    top: 70px;
    padding-top: 55px;
    color: white;
    z-index: 1000;
}

    .change-profile-image:hover {
        display: block;
    }

.vakata-context, .vakata-context ul {
    z-index: 1070 !important;
}

/*I haven't changed all elements css (*) because it affects the arrows in navigation*/
input {
    font-family: Poppins !important
}

select {
    font-family: Poppins !important
}

table thead tr {
    background-color: #c8a480;
    color: white;
}

    table thead tr select {
    }

tbody tr:nth-child(even) {
    background: #CCC
}

tbody tr:nth-child(odd) {
    background: #FFF
}

.m-dropdown {
    border-collapse: initial !important;
    white-space: initial !important;
}

.column-manager-import {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
}

.input-group-text {
    color: #a4a2bb !important;
}

/* This part describes table parts with editable cells and action buttons */
.table-editable {
    /*display:block;*/
    overflow-y: auto;
    max-height: 50vh;
    height: auto;
    width: 100%;
}

.table-editable-actions {
    padding: 4px !important;
}

    .table-editable-actions a {
        margin: 0px;
    }

.table-editable td {
    padding: 0px;
    margin: 0px;
}

    .table-editable td p {
        margin: 11px;
    }

    .table-editable td input {
        width: 100%;
        margin: 0;
        background: unset;
        border: none;
        padding: 11px;
        font-size: 13px;
        font-weight: 300;
        font-family: Poppins;
    }

.table-editable select {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    min-width: 150px;
}

/* - Ratings AutoCoding CSS - */
/*.ratings-condition > div {
    display: inline-block;
}*/

.ratings-condition label {
    font-size: initial;
}

@media only screen and (min-width: 48em) {
    .ratings-condition {
        font-size: small;
    }
}

.ratings-action > div {
    display: inline-block;
}

.ratings-action label {
    font-size: initial;
}

@media only screen and (min-width: 48em) {
    .ratings-action {
        font-size: small;
    }
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

    .autocomplete > input {
        border: none;
        padding: 10px;
    }

        .autocomplete > input[type=text] {
            width: 100%;
        }

        .autocomplete > input[type=submit] {
            background-color: DodgerBlue;
            color: #fff;
        }

.autocomplete-items {
    position: absolute;
    max-height: 770%;
    overflow: auto;
    box-shadow: 0px 3px 15px 1px rgba(69, 65, 78, 0.2);
    border-radius: 5px;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 11px;
        cursor: pointer;
        background-color: #fff;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

/*Select2 basic (just add this class to select, no need for initialization)*/
.select2_basic {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: #f4f5f8;
}

.bigdrop {
    width: 270px !important;
    min-width: 270px !important;
}

select.select2-edit + span.select2-container {
    color: transparent;
}

    select.select2-edit + span.select2-container > span > span.select2-selection {
        background-color: transparent;
    }

.select2-edit {
    background: none;
    border-radius: 0px !important;
}

select2_basic::-ms-expand {
    box-shadow: 0px 3px 15px 1px rgba(69, 65, 78, 0.2);
    border-radius: 5px;
    border-top: none;
    padding: 10px;
}

/*Adds disappear effect on element*/
.disappear:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 100px;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
}

.disappear {
    position: relative;
}

.datepicker thead th.dow {
    border-radius: 0px !important;
}

.datepicker tbody tr > td.day {
    border-radius: 0px !important;
}

.datepicker thead th.prev, .datepicker thead th.datepicker-switch, .datepicker thead th.next {
    border-radius: 0px !important;
}

.datepicker {
    z-index: 1100 !important;
}

select.form-control {
    padding: 0 1.15rem !important;
}

.empty-default-text {
    margin: 10px
}

/*EPG Schedule colors*/

.sked-tape__event {
    background-color: rgba(3, 121, 222, 0.64) !important;
    border-color: rgba(3, 121, 222, 0.80) !important
}

    .sked-tape__event:hover {
        background-color: rgb(60, 111, 155) !important;
        border-color: rgb(60, 111, 155) !important;
    }

.sked-tape__event--low-gap {
    background-color: rgba(3, 121, 222, 0.64) !important;
    border-color: rgba(3, 121, 222, 0.80) !important
}

    .sked-tape__event--low-gap:hover {
        background-color: rgb(60, 111, 155) !important;
        border-color: rgb(60, 111, 155) !important;
    }


/*Cards*/
.card {
    border: 0px;
    margin-bottom: 2.2rem;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    min-height: 200px;
    padding: 10px;
}

.card-1 {
    background-color: #c8a480;
}

.card-2 {
    background-color: #c8a480;
}

.card-3 {
    background-color: #c8a480;
}

.card-4 {
    background-color: #c8a480;
}

.card-body {
    align-items: center;
    padding: 20px;
}

/*Pulse Animation*/
.pulse {
    overflow: visible;
    position: relative;
}

    .pulse:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: inherit;
        border-radius: inherit;
        transition: opacity .3s, transform .3s;
        animation: pulse-animation 2s cubic-bezier(0.24, 0, 0.38, 1) infinite !important;
        z-index: 0 !important;
    }

@keyframes pulse-animation {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0;
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

.social-media-logo-png {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.alert-logo-svg {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/*.overflow {
    overflow-x: auto;
    overflow-y: auto;
}*/

/*.align-verticaly {
    vertical-align: inherit;
}*/

/*Vue - vcloak*/
[v-cloak] {
    display: block;
    padding: 50px 0;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

[v-cloak]:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner 0.6s linear infinite;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

[v-cloak] > * {
    display: none;
}


.pagination--social-media .page-link {
    padding: 0.868rem 1.25rem;
    color: #c8a480;
}

    .pagination--social-media .page-link:hover {
        color: #c8a480;
    }

.pagination--social-media .page-item.active .page-link {
    background: #c8a480;
    border-color: #c8a480;
}

    .pagination--social-media .page-item.active .page-link:hover {
        color: white;
    }

.check-module {
    font-size: 20px;
    color: green;
    display: table-cell;
}

.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
    top: 0.1rem !important;
    left: -2rem !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
}

.custom-control-lg .custom-control-label {
    margin-left: 0.5rem !important;
    font-size: 1.1rem !important;
    cursor: pointer !important;
}

[v-cloak] {
    display: none;
}

.RedRow {
    background-color: #f08080cc !important;
}

.GreenRow {
    background-color: #abd7a8e0 !important;
}

.OrangeRow {
    background-color: #f8b878ab !important;
}

.RedRowDFL {
    background-color: #f08080cc !important;
}

.YellowRowDFL {
    background-color: #f0e68cba !important;
}

.GreenRowDFL {
    background-color: #5cd65c91 !important;
}

.GreyRowDFL {
    background-color: #F0F0F0 !important;
}

.green-color {
    color: green;
}

.header_filter {
    color: whitesmoke;
}

.sort-hand {
    cursor: pointer !important;
}

/*.custom-inline {
    display: flex;
    justify-content: space-between;
}*/

select option:disabled {
    color: red;
    cursor: not-allowed !important;
}

.not-allowed {
    cursor: not-allowed;
}

.btn-circle.btn-sm {
    width: 20px;
    height: 20px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}

.custom-padding {
    padding-right: 100px;
    padding-left: 100px;
}

.in-header-margin {
    margin-left: 24px !important;
}




/* Vue CSS */
.v-table {
    border-radius: 7px !important;
    max-height: 60vh !important;
}

.sticky-header {
    position: sticky !important;
    top: 0;
    z-index: 1;
}

.v-table-size {
    border-radius: 7px !important;
    height: 55px !important;
    position: sticky;
    top: 0;
    z-index: 999;
}

.vs__dropdown-option--highlight {
    background: #ebedf2;
    color: #544b60;
}

/*Initial overflow class to get over Vue Multiselect itegrated overflow*/
.m-accordion .m-accordion__item.initial-overflow {
    overflow: initial;
}


.vs__dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    padding: 0 0 4px;
    background: none;
    /*border: 1px solid rgba(60,60,60,.26);*/
    border-color: #ebedf2;
    border-radius: 4px;
    white-space: normal;
    height: 40px;
}

.vs__dropdown-menu {
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 1000;
    padding: 5px 0;
    margin: 0;
    width: 100%;
    max-height: 350px;
    min-width: 160px;
    overflow-y: auto;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 15%);
    border: 1px solid rgba(235, 237, 242, 1);
    border-top-style: none;
    border-radius: 0 0 4px 4px;
    text-align: left;
    list-style: none;
    background: #fff;
}

.vs__selected {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    border: 1px solid rgba(235, 237, 242, 1);
    border-radius: 15px;
    color: #333;
    line-height: 1.4;
    margin: 4px 2px 0;
    padding: 0 .25em;
    z-index: 0;
}

.vs__selected-options {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 0 2px;
    position: relative;
    overflow: auto;
}

.footer-input {
    margin-left: 1rem;
}

/*Animation content btn click*/
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
}

.btn-active {
}

    .btn-active:hover {
        -webkit-animation: hover 1200ms linear 2 alternate;
        animation: hover 1200ms linear 2 alternate;
    }

    .btn-active:active {
        -webkit-animation: bounce 0.75s infinite;
        animation: active 1200ms ease 1 alternate;
    }


.btn-popup {
}

    .btn-popup:hover {
        -webkit-animation: hover 1200ms linear 2 alternate;
        animation: hover 1200ms linear 2 alternate;
    }

    .btn-popup:active {
        -webkit-animation: bounce 0.75s infinite;
        animation: active 1200ms ease 1 alternate;
    }

.highlight-element {
    animation: flash 1.3s ease-in-out;
}

@keyframes flash {
    50% {
        background-color: #34ddc1;
        color: white;
    }

    100% {
        background-color: clear;
        color: white;
    }
}


/* Active state animation keyframes below */

@-webkit-keyframes active {
    0% {
        transform: scale(1,1);
    }

    90% {
        transform: scale(.9,.88);
    }

    100% {
        transform: scale(.92,.9);
    }
}

keyframes active {
    0%

{
    transform: scale(1,1);
}

90% {
    transform: scale(.9,.88);
}

100% {
    transform: scale(.92,.9);
}

}

/* Hover state animation keyframes below */

@-webkit-keyframes hover {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    1.8% {
        -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.016, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    3.5% {
        -webkit-transform: matrix3d(1.033, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.033, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    4.7% {
        -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.129, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.045, 0, 0, 0, 0, 1.129, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    5.31% {
        -webkit-transform: matrix3d(1.051, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.051, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    7.01% {
        -webkit-transform: matrix3d(1.068, 0, 0, 0, 0, 1.158, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.068, 0, 0, 0, 0, 1.158, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    8.91% {
        -webkit-transform: matrix3d(1.084, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.084, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    9.41% {
        -webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.088, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    10.71% {
        -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.097, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    12.61% {
        -webkit-transform: matrix3d(1.108, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.108, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    14.11% {
        -webkit-transform: matrix3d(1.114, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.114, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    14.41% {
        -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.115, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    16.32% {
        -webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.119, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    18.12% {
        -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.121, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    18.72% {
        -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.121, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    20.02% {
        -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.121, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    21.82% {
        -webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    24.32% {
        -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.11, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.115, 0, 0, 0, 0, 1.11, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    25.53% {
        -webkit-transform: matrix3d(1.113, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.113, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.23% {
        -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.106, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.93% {
        -webkit-transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    35.54% {
        -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.098, 0, 0, 0, 0, 1.105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    36.64% {
        -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.097, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    41.04% {
        -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.096, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    44.04% {
        -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    51.45% {
        -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    52.15% {
        -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    58.86% {
        -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    63.26% {
        -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.101, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    66.27% {
        -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.101, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    73.77% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    81.18% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    85.49% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    88.59% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    96% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    100% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes hover {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    1.8% {
        -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.016, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    3.5% {
        -webkit-transform: matrix3d(1.033, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.033, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    4.7% {
        -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.129, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.045, 0, 0, 0, 0, 1.129, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    5.31% {
        -webkit-transform: matrix3d(1.051, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.051, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    7.01% {
        -webkit-transform: matrix3d(1.068, 0, 0, 0, 0, 1.158, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.068, 0, 0, 0, 0, 1.158, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    8.91% {
        -webkit-transform: matrix3d(1.084, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.084, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    9.41% {
        -webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.088, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    10.71% {
        -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.097, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    12.61% {
        -webkit-transform: matrix3d(1.108, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.108, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    14.11% {
        -webkit-transform: matrix3d(1.114, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.114, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    14.41% {
        -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.115, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    16.32% {
        -webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.119, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    18.12% {
        -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.121, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    18.72% {
        -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.121, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    20.02% {
        -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.121, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    21.82% {
        -webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    24.32% {
        -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.11, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.115, 0, 0, 0, 0, 1.11, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    25.53% {
        -webkit-transform: matrix3d(1.113, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.113, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.23% {
        -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.106, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.93% {
        -webkit-transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    35.54% {
        -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.098, 0, 0, 0, 0, 1.105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    36.64% {
        -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.097, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    41.04% {
        -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.096, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    44.04% {
        -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    51.45% {
        -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    52.15% {
        -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    58.86% {
        -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    63.26% {
        -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.101, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    66.27% {
        -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.101, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    73.77% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    81.18% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    85.49% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    88.59% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    96% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    100% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}
