body {
  background: #14151b !important;
  color: #fff;
}

.premium-plan {
  color: #FFD700;
}

.modal {
  /*position: absolute !important;*/
}

.welcome_msg_header {
  font-size: 1.875rem;
  --text-opacity: 1;
  font-weight: 700;
  color: #636363;
}

.nav-circle-header {
  background: #333;
  border-radius: 9999px !important;
}

.nav-circle-header span.text1 {
  color: #000;
  margin-top: 10px;
}


.switch.ios,
.switch-on.ios,
.switch-off.ios {
  border-radius: 20rem;
}

.switch.ios .switch-handle {
  border-radius: 20rem;
}

.rules-select-box {
  width: auto;
  height: auto;
  display: inline-block;
  border: solid 1px #ccc;
  text-align: center;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  margin: 0px 10px;
}

.rules-input-box {
  width: auto;
  height: auto;
  display: inline-block;
  border: solid 1px #ccc;
  text-align: left;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 14px;
  margin: 0px 10px;
}

.sidebar .nav li a,
.sidebar .nav li .dropdown-menu a {
  margin: 10px 15px 0;
  border-radius: 3px;
  color: #ffffff !important;
}

.sidebar .nav i {
  font-size: 24px;
  float: left;
  margin-right: 15px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #ffffff !important;
}

.sidebar {
  background: url('../img/sidebar-5.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.sidebar:after {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #FFFFFF;
  opacity: .93;
}

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile+label {
  max-width: 80%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.no-js .inputfile+label {
  display: none;
}

.inputfile:focus+label,
.inputfile.has-focus+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile+label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile+label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}

.fs-icon {
  font-size: 20px;
  color: #000;
}

.fs-icon:lang(fedex) {}

/* style 1 */

.inputfile-1+label {
  color: #f1e5e6;
  background-color: #d3394c;
}

.inputfile-1:focus+label,
.inputfile-1.has-focus+label,
.inputfile-1+label:hover {
  background-color: #722040;
}


/* style 2 */

.inputfile-2+label {
  color: #d3394c;
  border: 2px solid currentColor;
}

.inputfile-2:focus+label,
.inputfile-2.has-focus+label,
.inputfile-2+label:hover {
  color: #722040;
}


/* style 3 */

.inputfile-3+label {
  color: #d3394c;
}

.inputfile-3:focus+label,
.inputfile-3.has-focus+label,
.inputfile-3+label:hover {
  color: #722040;
}


/* style 4 */

.inputfile-4+label {
  color: #d3394c;
}

.inputfile-4:focus+label,
.inputfile-4.has-focus+label,
.inputfile-4+label:hover {
  color: #722040;
}

.inputfile-4+label figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #d3394c;
  display: block;
  padding: 20px;
  margin: 0 auto 10px;
}

.inputfile-4:focus+label figure,
.inputfile-4.has-focus+label figure,
.inputfile-4+label:hover figure {
  background-color: #722040;
}

.inputfile-4+label svg {
  width: 100%;
  height: 100%;
  fill: #f1e5e6;
}


/* style 5 */

.inputfile-5+label {
  color: #d3394c;
}

.inputfile-5:focus+label,
.inputfile-5.has-focus+label,
.inputfile-5+label:hover {
  color: #722040;
}

.inputfile-5+label figure {
  width: 100px;
  height: 135px;
  background-color: #d3394c;
  display: block;
  position: relative;
  padding: 30px;
  margin: 0 auto 10px;
}

.inputfile-5:focus+label figure,
.inputfile-5.has-focus+label figure,
.inputfile-5+label:hover figure {
  background-color: #722040;
}

.inputfile-5+label figure::before,
.inputfile-5+label figure::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}

.inputfile-5+label figure::before {
  border-top: 20px solid #dfc8ca;
  border-left: 20px solid transparent;
}

.inputfile-5+label figure::after {
  border-bottom: 20px solid #722040;
  border-right: 20px solid transparent;
}

.inputfile-5:focus+label figure::after,
.inputfile-5.has-focus+label figure::after,
.inputfile-5+label:hover figure::after {
  border-bottom-color: #d3394c;
}

.inputfile-5+label svg {
  width: 100%;
  height: 100%;
  fill: #f1e5e6;
}


/* style 6 */

.inputfile-6+label {
  color: #d3394c;
}

.inputfile-6+label {
  border: 1px solid #d3394c;
  background-color: #f1e5e6;
  padding: 0;
}

.inputfile-6:focus+label,
.inputfile-6.has-focus+label,
.inputfile-6+label:hover {
  border-color: #722040;
}

.inputfile-6+label span,
.inputfile-6+label strong {
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.inputfile-6+label span {
  width: 200px;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}

.inputfile-6+label strong {
  height: 100%;
  color: #f1e5e6;
  background-color: #d3394c;
  display: inline-block;
}

.inputfile-6:focus+label strong,
.inputfile-6.has-focus+label strong,
.inputfile-6+label:hover strong {
  background-color: #722040;
}


.media-item {
  display: inline-block;
  padding: 1em;
  vertical-align: top;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.media-item__img {
  max-width: 100%;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
  opacity: 1;
}

.media-item__title {
  margin: 0;
  padding: 0.5em;
  font-size: 1em;
}

.zipcode_bar_settings {
  margin-top: 10px;
}

.zipcode_bar_settings h3 {
  font-size: 16px;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 0.5px #dfdfdf solid;
  margin-bottom: 20px;
  font-weight: 400;
}

.zipcode_bar_settings .item {
  margin-bottom: 20px;
}

.zipcode_bar_settings .heading {
  vertical-align: middle;
  margin-top: 5px;
  font-size: 15px;
  color: #000;
}

.zipcode_bar_settings input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  border: solid 1px #ccc;
  font-size: 12px;
}

.howto ul li {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
}

@media screen and (max-width: 50em) {
  .inputfile-6+label strong {
    display: block;
  }
}

.stickyy {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 7%;
}

input[type=color] {
  height: 40px;
  width: 120px;
}

input[type=range] {
  width: 40%;
}

.vanusa,
li.active>a {
  background: #DA4453 !important;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #89216B, #DA4453) !important;
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #89216B, #DA4453) !important;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /*  background: transparent ! important;*/
}

.btn-circle {
  padding: 10px;
  margin-right: 10px;
  border-radius: 100%;
  font-size: 12px;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #000;
  background: #fff;
  border: solid 1px #ccc;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 620px !important;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.smart-popup {
  padding: 50px 50px;
  border-radius: 1.6rem;
  width: unset;
  height: unset;
  max-height: 90vh;
  background: #fff;
  text-align: center;
}

.smart-popup p {
  color: #000;
}

.smart-popup div {
  margin-bottom: 20px;
}

.smart-popup .starts {
  font-size: 15px;
  font-weight: bold;
  color: #ed0052;
  text-align: center;
  margin-bottom: 10px;
}

.smart-popup .price {
  font-size: 40px;
  font-weight: bold;
  color: #b3006a;
  text-align: center;
}

.smart-popup p {
  font-size: 15px;
  font-weight: bold;
  color: #666;
}

.smart-popup ul {
  list-style-image: url(../img/tick.png);
}

.smart-popup ul li {
  text-align: left;
  list-style-type: none;
  margin-bottom: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f44336;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #4caf50;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch-small {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  top: 4px;
}

.switch-small input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-small {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f44336;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-small:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider-small {
  background-color: #4caf50;
}

input:focus+.slider-small {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider-small:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider-small.round-small {
  border-radius: 34px;
}

.slider-small.round-small:before {
  border-radius: 50%;
}

.plan-header {
  background: linear-gradient(60deg, #fb8c00, #ffa726);
  color: #fff !important;
  font-size: 14px;
}

.switch-header {
  background: #eaeaea;
  color: #000 !important;
}

.zp_reports_row:nth-child(n+5) {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.report_lock1 {
  /*background-color: rgb(0,0,0); /* Fallback color */
  /*background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: #000;
  font-weight: bold;
  /*border: 3px solid #f1f1f1;*/
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 40%;
  text-align: center;
}

.report_lock1 span {
  background: #DA4453 !important;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #89216B, #DA4453) !important;
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #89216B, #DA4453) !important;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  font-size: 40px;
  padding: 15px;
  border-radius: 50px;
}

.report_lock1 h1 {
  font-size: 1.6em;
  font-weight: bold;
  margin: 0.4em 0;
  text-transform: capitalize;
}

.report_lock1 p {
  color: #424242;
  font-weight: normal;
  font-size: 14px;
}

.notifications-bar {
  padding: 10px;
  background: #DA4453 !important;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #89216B, #DA4453) !important;
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #89216B, #DA4453) !important;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  font-size: 16px;
  padding: 10px 0px 10px 20px;
  text-align: left;
  position: fixed;
  z-index: 999999;
}

.card .card-header {
  z-index: 0 !important;
}

/***** Popup Model ****/

/* body.modal-open {
    overflow: hidden;
    position: fixed;
} */

.overlay_1511 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  z-index: 99999 !important;
}

.overlay_1511:target {
  visibility: visible;
  opacity: 1;
}


.popup_1511 {
  /*margin: 70px auto;*/
  margin: auto;
  top: 50%;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 600px;
  position: relative;
}

.popup_1511 h2 {
  margin-top: 10px;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
}

.popup_1511 p {
  margin-top: 10px;
  color: #000;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
}

.popup_1511 .close_1511 {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup_1511 .close_1511:hover {
  color: #06D85F;
}

.popup_1511 .content_1511 {
  max-height: 30%;
  overflow: auto;
  border-top: 1px #ccc dashed;
  padding-top: 30px;
  padding-bottom: 30px;
}

/** Pricing Table 1 **/

.very-blue {
  background: #0575E6;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #021B79, #0575E6);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #021B79, #0575E6);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.soundcloud {
  background: #fe8c00;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f83600, #fe8c00);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f83600, #fe8c00);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.quepal {
  background: #11998e;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #38ef7d, #11998e);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #38ef7d, #11998e);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.burning-orange {
  background: #FF416C;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #FF4B2B, #FF416C);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #FF4B2B, #FF416C);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.sin-city-red {
  background: #ED213A;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #93291E, #ED213A);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #93291E, #ED213A);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.main-price-table {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  font-family: "Open Sans";
  /*width: 1170px;*/
  width: 85%;
  margin: 0 auto;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  border: 0 none;
}

.price-table tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.price-table tr td {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding: 8px 24px;
  font-size: 14px;
}

.price-table tr td:first-child {
  border-left: 0 none;
}

.price-table tr td:not(:first-child) {
  text-align: center;
}

.price-table tr:nth-child(even) {
  background-color: #FFFFFF;
}

.price-table tr:hover {
  background-color: #EEEEEE;
}

.price-table .fa-check {
  color: #5336ca;
}

.price-table .fa-times {
  color: #D8D6E3;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
  background-color: rgba(216, 214, 227, 0.25);
}

.price-table tr td:nth-child(3) {
  background-color: rgba(216, 214, 227, 0.15);
  padding: 8px 48px;
}

.price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
  /* color: #ffffff; */
}

/**/

.price-table tr.price-table-head td {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.price-table tr.price-table-head {
  background-color: #5336ca;
  color: #FFFFFF;
}

.price-table td.price {
  color: #3a3a3a;
  padding: 16px 24px;
  font-size: 30px;
  font-weight: 600;
  font-family: "Montserrat";
}

.price-table td.price a {
  background-color: #5336ca;
  color: #FFFFFF;
  padding: 12px 32px;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat";
  text-transform: uppercase;
  display: inline-block;
  border-radius: 64px;
}

.price-table td.price-table-popular {
  font-family: "Montserrat";
  border-top: 3px solid #022c8d;
  color: #03298a;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 48px;
  font-weight: 700;
}

.price-table .price-blank {
  background-color: #fafafa;
  border: 0 none;
}

.price-table svg {
  width: 90px;
  fill: #5336ca;
}

.page.pricing .pricing-testimonial {
  color: #41495b;
  position: relative;
  top: -20px;
}

.page.pricing .pricing-testimonial .stars {
  padding-right: 4px;
}

.page.pricing .pricing-testimonial .stars i {
  color: #ffd900 !important;
}

/** END Pricing Table **/

/* The ribbons */

.corner-ribbon {
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky {
  position: fixed;
}

.corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

/* Different positions */

.corner-ribbon.top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* Colors */
.corner-ribbon.red {
  background: #000000;
}



.featured_clients {
  background: #f9f9fb;
  padding: 50px 0px;
}

.featured_clients h2 {
  font-size: 2.8rem;
  line-height: 1.15em;
}

.workspace h3 {
  font-size: 16px;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 0.5px #dfdfdf solid;
  margin-bottom: 20px;
  font-weight: 400;
}

.workspace .heading {
  vertical-align: middle;
  margin-top: 5px;
  font-size: 15px;
  color: #000;
}

.workspace .item {
  margin-bottom: 20px;
}

.workspace input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  border: solid 1px #ccc;
  font-size: 12px;
}

.integration_services_list input {
  display: none;
}

.integration_services_list label {
  text-transform: none;
  font-size: 14px;
}

@media screen and (max-width: 700px) {
  .popup_1511 {
    width: 90%;
  }

  .overlay_1511 {
    padding: 0px 15px;
  }

  .popup_1511 {
    /*margin: 70px auto;*/
    margin: auto;
    top: 30%;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    position: relative;
  }
}

/***** END Popup Model ****/


.delivery-date-promo-card {
  background: #fff;
  border: solid 1px #1d1d1d;
}

.delivery-date-promo-card span {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

.delivery-date-promo-card h1 {
  font-size: 26px;
  font-weight: bold;
  color: #000;
}

.delivery-date-promo-card p {
  font-size: 15px;
  color: #000;
}

.delivery-date-promo-card i {
  color: #FF00B8;
  font-size: 16px;
}

.delivery-date-promo-card .title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.delivery-date-promo-card .subtitle {
  color: #000;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
}

.delivery-date-promo-card .btn {
  background: #FF00B8;
  color: #fff;
  font-size: 15px;
  text-transform: none;
  width: 100%;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 1200;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}