/***
* Package  CyAxContact 1.1.10
* Copyright  (C) 2019 Cyberaxle Limited All Rights Reserved.
* License  Designed and Developed By www.cyberaxle.com (Cyberaxle Limited)
* Author  Morteza Moosavi <mm@cyberaxle.com> 
***/

.mod-cyaxcontact_msg {
    color: green;
    font-weight: bold;
}
.mod-cyaxcontact-pre-text, .mod-cyaxcontact-post-text {
    margin: 9px 0;
}
.mod-cyaxcontact-error {
    color: #b94a48;
	margin: 0 0;
}
.mod-cyaxcontact-loader {
    display: none;
    width: 30px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.mod-cyaxcontact-width-auto {
    width: auto;
}
 @-webkit-keyframes rotating /* Safari and Chrome */ {
 from {
 -ms-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -ms-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes rotating {
 from {
 -ms-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -ms-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.rstpl-rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
