/*

The ASO Project, LLC

*/


/* --------------------- REPORT --------------------- */
.report-wrapper {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
}
.compare-report-wrapper {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.report-app-top-card {
    position: relative;
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(34,45,63,0.25);
}
.app-top-extra-space {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(34,45,63,0.25);
}
.load-app-top-card {
    display: none;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.85) url('/img/loading.gif') 50% 50% no-repeat;
}
.report-app-top-card.loader {
    overflow: hidden;
}
.report-app-top-card.loader .load-app-top-card {
    display: block;
}
.report-app-top-card-icon {
	float: right;
	text-align: right;
	width: 15%;
	height: 100px;
}
.report-ios-icon {
    border-radius: 22.37%;
    -webkit-border-radius: 22.37%;
    -moz-border-radius: 22.37%;
}
.report-app-top-card-icon img {
	width: 100px;
	height: 100px;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border: 0;
	transition: all linear .1s;
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
}
.report-app-top-card-icon img:hover {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.report-app-top-card-name {
	text-align: left;
	width: 80%;
	float: left;
	height: 100px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 26px;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.report-app-top-card-name span.report-app-top-card-name-span {
    display: block;
    height: 35px;
}
.report-app-top-card-name-span:nth-child(2) {
    font-size: 20px;
}
.report-app-top-card-name span.report-app-top-card-name-span:last-of-type {
    font-size: 18px;
    font-weight: normal;
}
.report-app-top-card-url span.report-app-top-card-url-span {
    text-align: left;
	width: 96%;
    margin: 0 auto;
	height: 100px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    height: 35px;
}
.report-app-top-card-name a {
	color: #222d3f;
	text-decoration: none;
    transition: all linear .1s;
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
}
.report-app-top-card-name a:hover {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    color: #0489B1;
}


.report-top-card {
    position: relative;
    width: 100%;
    border: 1px solid rgba(34,45,63,0.25);
    padding-bottom: 20px;
}
.load-top-card {
    display: none;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.85) url('/img/loading.gif') 50% 50% no-repeat;
}
.report-top-card.loader {
    overflow: hidden;
}
.report-top-card.loader .load-top-card {
    display: block;
}

.report-top-card-entry {
    width: 96%;
    margin: 10px auto 20px auto;
    height: 45px;
    clear: both;
}
.report-top-card-entry-label {
    float: left;
    width: 40%;
}
.report-top-card-entry-label span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}
.report-top-card-entry-label span:last-of-type {
    font-size: 16px;
    font-weight: normal;
}
.report-top-card-entry-bar {
    float: left;
    width: 60%;
    height: 45px;
    background: url('/img/bar-back.png');
}
.report-top-card-entry-bar-outer {
    width: 100%;
    height: 45px;
    background: url('/img/bar-color.jpg') no-repeat left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.report-top-card-entry-bar-inner {
    width: 100%;
    float: right;
    background: url('/img/bar-back.png');
    height: 45px;
}
.bottom-cards-holder {
    width: 100%;
    margin-top: 20px;
}
.report-left-card {
    position: relative;
    width: 49%;
    float: left;
    min-height: 785px;
    border: 1px solid rgba(34,45,63,0.25);
}
.links-graph-values {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    width: 96%;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #222d3f;
}
.links-graph-values .ion-arrow-up-c {
    color: green;
}
.links-graph-values .ion-arrow-down-c {
    color: red;
}
.links-graph-values-total {
    float: left;
    width: 45%;
    text-align: left;
}
.links-graph-values-change {
    float: right;
    width: 45%;
    text-align: right;
}
.load-left-card {
    display: none;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.85) url('/img/loading.gif') 50% 50% no-repeat;
}
.report-left-card.loader {
    overflow: hidden;
}
.report-left-card.loader .load-left-card {
    display: block;
}

.report-right-card {
    position: relative;
    width: 49%;
    float: right;
    height: 785px;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border: 1px solid rgba(34,45,63,0.25);
}
.load-right-card {
    display: none;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.85) url('/img/loading.gif') 50% 50% no-repeat;
}
.report-right-card.loader {
    overflow: hidden;
}
.report-right-card.loader .load-right-card {
    display: block;
}
.report-right-card-reviews {
    width: 96%;
    margin: 0 auto 20px auto;
}
.report-right-card-reviews-total {
    width: 48%;
    float: left;
    height: 100px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    padding-top: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.report-right-card-reviews-total span:last-of-type {
    display: block;
    font-size: 18px;
    font-weight: normal;
}
.report-right-card-reviews-total-right {
    width: 48%;
    float: right;
    height: 100px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    padding-top: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.report-right-card-reviews-total-right span:last-of-type {
    display: block;
    font-size: 18px;
    font-weight: normal;
}
.report-right-card-reviews-list {
    width: 52%;
    float: right;
    height: 100px;
}
.report-right-card-review-entry {
    width: 100%;
}
.report-right-card-review-entry-label {
    width: 20%;
    padding-right: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    text-align: right;
}
.report-right-card-review-entry-bar-wrap {
    width: 80%;
    float: right;
    height: 20px;
    background: url('/img/bar-back.png');
}
.report-right-card-review-entry-bar {
    background: green;
    height: 20px;
}

.report-right-card-keywords {
    height: 550px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.report-right-card-keywords-list {
    width: 96%;
    margin: 10px auto;
}
.report-right-card-keywords-entry {
    width: 100%;
    margin-bottom: 30px;
}
.report-right-card-keywords-entry-label {
    width: 100%;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px dotted rgba(34, 45, 63, 0.15);
}
.report-right-card-keywords-entry-stats {
    width: 100%;
    margin-top: 15px;
    background: url('/img/bar-back.png');
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.report-right-card-keywords-entry-stats-stat {
    display: inline-block;
    width: 25%;
    float: left;
    height: 60px;
}
.report-right-card-keywords-entry-stats-stat-indicator {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.report-right-card-keywords-entry-stats-stat-indicator-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.report-right-card-keywords-entry-stats-stat-indicator-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.report-right-card-keywords-entry-stats-stat-indicator-wrapper-outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    background: transparent;
    border: 2px solid black;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    z-index: 2;
}
.report-right-card-keywords-entry-stats-stat-indicator-wrapper-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.report-right-card-keywords-entry-stats-stat-label {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
}


.report-footer-card {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 200px;
    text-align: left;
    border: 1px solid rgba(34,45,63,0.25);
}
.report-footer-card-list {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.load-footer-card {
    display: none;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.85) url('/img/loading.gif') 50% 50% no-repeat;
}
.report-footer-card.loader {
    overflow: hidden;
}
.report-footer-card.loader .load-footer-card {
    display: block;
}
.report-footer-card-app {
    display: inline-block;
    width: 100px;
    margin: 10px;
    margin-right: 20px;
}
.report-footer-card-app img {
    width: 100%;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    cursor: pointer;
}
.report-footer-card-app img:hover {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}


.card-header {
    width: 96%;
    margin: 10px auto 20px auto;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 22px;
    padding: 0;
    padding-bottom: 10px;
    color: #54b847;
    border-bottom: 1px solid rgba(84,184,71,0.25);
}


.report-top-apps-wrapper {
    width: 100%;
    text-align: center;
}
.report-keywords-wrapper {
    width: 100%;
    text-align: center;
}

.on-compare-page, .on-compare-page-other {
    max-width: 100% !important;
}
.main-button-compare {
    width: 100%;
}
.on-compare-page-input {
    max-width: 100% !important;
}
.compare-app-search-bar {
    float: left;
    width: 65%;
}
.compare-app-button {
    float: right;
    width: 33%;
    height: 60px;
}
.inner-report-wrapper {
    width: 100%;
    max-width: 1200px;
    font-size: 12px;
    position: relative;
    margin: 0 auto;
}
.inner-report-wrapper-labels {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    height: 50px;
}
.inner-report-wrapper td, .inner-report-wrapper-labels td {
    height: 71px !important;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    background: white;
}
.inner-report-wrapper-table-container {
    position: relative;
    width: 96%;
    margin: 10px auto;
    padding-left: 70px;
    z-index: 1;
    overflow-x: scroll;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#first-table-fixed {
    position: absolute;
    width: 70px;
    z-index: 2;
    margin-left: 1%;
}
#first-table-fixed td, #second-table-scroll td {
    position: relative;
    height: 65px;
    width: 65px;
}
#second-table-scroll {
    width: 100%;
}
#first-table-fixed tr:nth-child(even) td, #second-table-scroll tr:nth-child(even) td {
    background: white !important;
}
#second-table-scroll .inner-report-wrapper-labels, #second-table-scroll .inner-report-wrapper-labels td {
    border-bottom: 1px solid rgba(34, 45, 63, 0.0) !important;
}
#second-table-scroll tr {
    border-bottom: 1px dotted rgba(34, 45, 63, 0.0);
}
.report-element-icon {
    padding: 0 !important;
    height: 71px !important;
}
.report-element-icon:hover > .delete-compare {
    opacity: 1.0;
    filter:alpha(opacity=100);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.delete-compare {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    cursor: pointer;
    opacity: 0;
    filter:alpha(opacity=0);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 0;
    background: red;
    color: white;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 1px;
    left: 1px;
    border: 0;
}
.delete-compare:hover {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.inner-report-wrapper img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.inner-report-wrapper img.report-loader {
    width: 30px;
    height: 30px;
    display: block;
    margin: 20px auto;
}
.report-green-circle, .report-red-circle {
    background: #1E8449;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 auto;
}
.report-red-circle {
    background: #A93226;
}

.report-picker {
    display: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: left;
    position: absolute;
    border: 1px solid #222d3f;
    background: white;
    list-style-type: none;
    height: 250px;
    overflow-y: scroll;
    margin: 10px auto;
    width: 100%;
    font-size: 16px;
    padding: 0;
    top: 319px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.report-picker[data-language-picker-dropdown] {
    top: 384px;
}
.report-picker li {
    padding: 10px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.report-picker li span {
    margin-right: 5px;
}
.report-picker li:hover {
    cursor: pointer;
    background: rgba(34,45,63,0.1);
}
/* --------------------- END REPORT --------------------- */



/* --------------------- APPS LIST SEARCH --------------------- */
.apps-list {
	position: absolute;
    z-index: 3;
	width: 95%;
	height: 265px;
	overflow-y: scroll;
	max-width: 500px;
	margin: 0 auto;
	border: 1px solid #222d3f;
	background: rgba(255,255,255,1);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.hidden-list {
	display: none;
}
.app {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid rgba(34,45,63,0.1);
	background: rgba(255,255,255,1);
}
.app:hover {
	cursor: pointer;
	background: rgba(34,45,63,0.1);
}
.highlighted-app {
	background: rgba(34,45,63,0.1);
}
.app-icon {
	margin-top: 5px;
	float: left;
	width: 15%;
	height: 40px;
}
.app-icon img {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.app-name {
	margin-top: 12px;
	float: right;
	width: 85%;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
	height: 26px;
	text-align: left;
}
/* --------------------- END APPS LIST SEARCH --------------------- */



/* --------------------- LINKS GRAPHS --------------------- */
.links-data-table {
	width: 100%;
}
.links-data-table tr:nth-child(even) {
	background: #FAFAFA;
}
.links-data-table tr:hover {
	background: #E6E6E6;
}
.links-graph, .links-canvas {
    position: relative;
    width: 96%;
    min-height: 250px;
    margin: 0 auto;
    font-size: 10px;
}
.links-graph:last-of-type {
    margin-bottom: 5px;
}
.links-graph img {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 35%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
}
#domains-data {
    color: rgba(72, 195, 241, 1);
}
#links-data {
    color: rgba(84, 184, 71, 1);
}
.data-point, .data-point-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.data-point td {
    padding: 5px;
    text-align: center;
}
.data-point-top td {
    padding: 5px;
    text-align: center;
    font-weight: bold;
}
/* --------------------- END LINKS GRAPHS --------------------- */


/* --------------------- SAVE REPORT POPUP --------------------- */
.popup-holder {
	display: none;
	width: 100%;
	height: 100vh;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	background: rgba(0,0,0,0.75);
	z-index: 999999;
}
.popup {
	text-align: center;
	width: 90%;
	max-height: 400px;
	max-width: 500px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	background: white;
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: scroll;
}
.save-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
	color: #222d3f;
	font-size: 24px;
}
.save-description {
	font-size: 16px;
	margin-bottom: 25px;
}
/* --------------------- END SAVE REPORT POPUP --------------------- */


/* --------------------- SCREEN < 920px --------------------- */

@media screen and (max-width: 920px) {
    .report-left-card, .report-right-card {
        width: 100%;
        float: none;
    }
    .report-right-card {
        margin-top: 20px;
    }
}

/* --------------------- SCREEN < 800px --------------------- */

@media screen and (max-width: 800px) {
    .report-top-card-entry {
        height: auto;
    }
    .report-top-card-entry-label {
        float: none;
        width: 100%;
    }
    .report-top-card-entry-bar {
        float: none;
        width: 100%;
    }
    .compare-app-search-bar {
        float: none;
        width: 100%;
        margin: 10px auto;
        max-width: 100%;
    }
    .compare-app-button {
        float: none;
        width: 100%;
        height: 60px;
        max-width: 100%;
    }
    .main-holder-compare {
        max-width: 100%;
    }
}

/* --------------------- END SCREEN < 800px --------------------- */


/* --------------------- ANIMATIONS --------------------- */
@-o-keyframes heartbeat {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(0.9);
    }
    100% {
        -o-transform: scale(1);
    }
}
@-moz-keyframes heartbeat {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(0.9);
    }
    100% {
        -moz-transform: scale(1);
    }
}
@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

@-o-keyframes heartbeat-big {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(1.5);
    }
    100% {
        -o-transform: scale(1);
    }
}
@-moz-keyframes heartbeat-big {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.5);
    }
    100% {
        -moz-transform: scale(1);
    }
}
@-webkit-keyframes heartbeat-big {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@keyframes heartbeat-big {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}


@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
  }
}
@-moz-keyframes shake {
  10%, 90% {
    -moz-transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -moz-transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -moz-transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -moz-transform: translate3d(4px, 0, 0);
  }
}
@-o-keyframes shake {
  10%, 90% {
    -o-transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -o-transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -o-transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -o-transform: translate3d(4px, 0, 0);
  }
}
