@-webkit-keyframes infinite-spinning {  from {    -webkit-transform: rotate(0deg);    transform: rotate(0deg);  }  to {    -webkit-transform: rotate(360deg);    transform: rotate(360deg);  }}@keyframes infinite-spinning {  from {    -webkit-transform: rotate(0deg);    transform: rotate(0deg);  }  to {    -webkit-transform: rotate(360deg);    transform: rotate(360deg);  }}.epress-spinner {  display: none;  position: relative;  width: 18px;  height: 18px;  border-radius: 18px;  background: rgba(0, 0, 0, 0.5);  -webkit-animation: infinite-spinning 1.08s linear infinite;  animation: infinite-spinning 1.08s linear infinite;  vertical-align: middle;  margin-right: 7px;  top: -1px;}.is-loading .epress-spinner{  display: inline-block;}.epress-spinner:after {  content: "";  position: absolute;  top: 2px;  left: 50%;  width: 4px;  height: 4px;  border-radius: 4px;  margin-left: -2px;  background: #fff;}.epress-admin-fields-container-description {  margin-bottom: 16px;}.epress-admin-dashboard-banner {  width: 100%;}.xx {  margin: 16px 0 0 0!important;}.epress-admin-input-text {  margin-top: 2rem;}.epress-admin-section-heaer-title > i {  display: inline-block;  width: 48px;  height: 48px;  line-height: 48px;  margin-right: 24px;  background-color: #fee9ee;  color: #f2295b;  text-align: center;  border-radius: 3px;  vertical-align: middle;  font-size: 20px;}.attr-card-body{  position: relative;  overflow: hidden;}.epress-admin-section-heaer-title::before {  display: none;}.epress-content-type-pro .epress-admin-input-switch:before{  content: "PRO";  font-size: 11px;  padding: 1px 0;  color: #ffffff;  text-transform: uppercase;  text-align: center;  transform: rotate(-45deg);  position: absolute;  top: 7px;  left: -14px;  width: 55px;  background-image: linear-gradient( -122deg, rgb(148, 113, 255) 0%, rgb(242, 41, 91) 100% );  background-image: -moz-linear-gradient( -122deg, rgb(148, 113, 255) 0%, rgb(242, 41, 91) 100% );  background-image: -webkit-linear-gradient( -122deg, rgb(148, 113, 255) 0%, rgb(242, 41, 91) 100% );  box-shadow: 0px 3px 7px 0px rgba(0, 5, 41, 0.1);}.epress_tab_wraper {  margin: 0 15px;}.btn-license-activate{  border-radius: 4px!important;  margin: 0 0 0 15px!important;}.epress-admin-form {  margin-top: 30px;}