﻿/************** variable ***************/
button:focus {
  background-color: transparent;
}
/************** Combine ***************/
.clear {
  clear: both;
  display: table;
  content: '';
}
.text-center {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
.text-left {
  text-align: -moz-left;
  text-align: -webkit-left;
  text-align: left;
}
.text-right {
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
}
.text-justify {
  text-align: -moz-justify;
  text-align: -webkit-justify;
  text-align: justify;
}
.limit-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ripplelink {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}
.ripplelink2 {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}
.ripplelink:hover {
  z-index: 999;
}
.ripplelink2:hover {
  z-index: 999;
}
.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.ink2 {
  display: block;
  position: absolute;
  background: rgba(68, 200, 245, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
/************** manibody ***************/
/*roboto*/
@font-face {
  font-family: 'roboto';
  src: url('/Themes/plapoos/static/fonts/roboto/medium/Roboto-Medium.eot');
  /* IE9 Compat Modes */
  src: url('/Themes/plapoos/static/fonts/roboto/medium/Roboto-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/Themes/plapoos/static/fonts/roboto/medium/Roboto-Medium.woff2') format('woff2'), /* Super Modern Browsers */ url('/Themes/plapoos/static/fonts/roboto/medium/Roboto-Medium.woff') format('woff'), /* Pretty Modern Browsers */ url('/Themes/plapoos/static/fonts/roboto/medium/Roboto-Medium.ttf') format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'roboto2';
  src: url('/Themes/plapoos/static/fonts/roboto/Regular/Roboto-Regular.eot');
  /* IE9 Compat Modes */
  src: url('/Themes/plapoos/static/fonts/roboto/Regular/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/Themes/plapoos/static/fonts/roboto/Regular/Roboto-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/Themes/plapoos/static/fonts/roboto/Regular/Roboto-Regular.woff') format('woff'), /* Pretty Modern Browsers */ url('/Themes/plapoos/static/fonts/roboto/Regular/Roboto-Regular.ttf') format('truetype');
  /* Safari, Android, iOS */
}
/**************** SERVICES ****************/
/*.serviceItem {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1),0px 25px 20px -15px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1),0px 25px 20px -15px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1),0px 25px 20px -15px rgba(0,0,0,0.1);
    .transition(0.5s);
    cursor: pointer;
    overflow: hidden;

    img {
        max-height: 208px;
        .transition(0.8s);
        width: 100%;
    }

    figcaption {
        padding: 15px;

        a {
            display: block;
            .text-center;
            color: var(--color-dark);
            .limit-text;
            font-family: 'roboto2';
            font-size: 12pt;
            margin: 10px auto;
        }

        p {
            font-size: 9pt;
            line-height: 1.8;
            margin-bottom: 22px;
        }

        &:after {
            .clear;
        }
    }

    .btnCustom {
        line-height: 3;
    }

    &:hover {
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1),0px 15px 10px -10px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1),0px 15px 10px -10px rgba(0,0,0,0.1);
        box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1),0px 15px 10px -10px rgba(0,0,0,0.1);

        img {
            .transform(scale(1.05));
        }
    }

    &:after {
        .clear;
    }
}*/
/******** material-scrolltop  ********/
.material-scrolltop {
  display: block;
  position: fixed;
  width: 0;
  height: 0;
  bottom: 50px;
  right: 15px;
  left: inherit;
  padding: 0;
  /*overflow: hidden;*/
  outline: none;
  border: none;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background: var(--color-blue2);
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  -moz-transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  -ms-transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  -o-transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 99;
  background-image: url(../../img/top-arrow.svg);
  background-position: center 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 35%;
  -moz-background-size: 35%;
  -o-background-size: 35%;
  background-size: 35%;
}
.material-scrolltop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  content: "";
  width: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  background-image: url(../../img/top-arrow.svg);
  background-position: center 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 35%;
  -moz-background-size: 35%;
  -o-background-size: 35%;
  background-size: 35%;
}
.material-scrolltop:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  /*background: #fff;*/
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
  -moz-transition: -moz-transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.material-scrolltop:hover,
.material-scrolltop:focus {
  background-color: var(--color-blue);
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
}
.material-scrolltop:hover:after,
.material-scrolltop:focus:after {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 0;
  background: var(--color-blue);
}
.material-scrolltop span {
  display: block;
  font-size: 23.5px;
  color: #fff;
}
.material-scrolltop:active::before {
  width: 120%;
  padding-top: 120%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.material-scrolltop.reveal {
  width: 40px;
  height: 40px;
}
/***************** FOOTER ******************/
footer .footerTop {
  background-color: var(--color-dark3);
  padding: 18px 0;
}
footer .footerTop .newsLetter {
  width: 377px;
  margin: auto;
  height: 44px;
}
footer .footerTop .newsLetter .input-field {
  height: 44px;
  width: 294px;
  float: left;
}
footer .footerTop .newsLetter .input-field input {
  height: 44px;
  background: #273036 !important;
  -moz-border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  -khtml-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
  box-shadow: none !important;
  text-indent: 15px;
  color: #fff;
  padding: 0;
}
footer .footerTop .newsLetter .input-field label {
  color: #abadae;
  top: 10px;
  left: 15px;
  font-size: 10pt;
}
footer .footerTop .newsLetter .magnify {
  color: var(--color5);
  width: 83px;
  float: left;
  height: 44px;
  position: relative;
}
footer .footerTop .newsLetter .magnify button {
  background-color: var(--color-blue2);
  border: 0;
  width: 100%;
  float: right;
  height: 44px;
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
  -khtml-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
}
footer .footerTop .newsLetter .magnify svg {
  height: 44px;
  position: absolute;
  left: -57px;
  top: 0px;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
footer .footerTop .newsLetter .magnify svg path {
  fill: var(--color-blue2);
}
footer .footerTop .newsLetterIn {
  position: fixed;
  top: 20%;
  right: 0;
  left: 0;
  margin: auto;
  width: 500px;
  background: #fff;
  padding: 100px 25px;
  z-index: 9999;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  min-height: 300px;
  background: #f2f2f2;
  background: -moz-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  background: -webkit-gradient(right top, left bottom, color-stop(0%, #f2f2f2), color-stop(49%, #f2f2f2), color-stop(49%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  background: -o-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  background: -ms-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  background: linear-gradient(135deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1);
  transform: translate(0, -225%);
  -webkit-transform: translate(0, -225%);
  -moz-transform: translate(0, -225%);
  -ms-transform: translate(0, -225%);
  -o-transform: translate(0, -225%);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
footer .footerTop .newsLetterIn .close {
  float: none;
  font-size: 17pt;
  line-height: 1;
  color: #b3b3b3;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
footer .footerTop .newsLetterIn .close:hover {
  color: #4d4d4d;
}
footer .footerTop .newsLetterIn .g-recaptcha {
  margin-bottom: 10px;
}
footer .footerTop .newsLetterIn .g-recaptcha > * {
  margin: auto;
}
footer .footerTop .newsLetterIn .btnCustom {
  border: 0;
}
footer .footerTop .newsLetterIn.show {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
footer .footerTop:after {
  clear: both;
  display: table;
  content: '';
}
footer .footerCenter {
  padding: 30px 0;
  color: var(--color1);
  background-color: var(--color-dark);
}
footer .footerCenter * {
  color: var(--color1);
  font-size: 10pt;
}
footer .footerCenter label {
  color: var(--color-blue2);
  font-family: 'roboto2';
  display: block;
  margin-bottom: 15px;
  font-size: 11pt;
}
footer .footerCenter .aboutFooter {
  padding-right: 75px;
}
footer .footerCenter ul {
  line-height: 2.4;
}
footer .footerCenter a:hover {
  color: var(--color-blue2);
}
footer .footerCenter .info {
  margin-left: 20px;
}
footer .footerCenter .info p {
  margin-bottom: 10px;
}
footer .footerCenter .info p:after {
  clear: both;
  display: table;
  content: '';
}
footer .footerCenter .info i {
  width: 10%;
  float: left;
  color: var(--color-blue2);
  font-size: 17pt;
  line-height: 1;
}
footer .footerCenter .info span {
  width: 90%;
  float: left;
}
footer .footerCenter .info:after {
  clear: both;
  display: table;
  content: '';
}
footer .footerCenter .social {
  margin-top: 20px;
}
footer .footerCenter .social a {
  float: right;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  position: relative;
}
footer .footerCenter .social a:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  left: 0;
  top: 0;
  border-top: 1px solid var(--color-blue2);
  border-left: 1px solid var(--color-blue);
}
footer .footerCenter .social a:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  right: 0;
  top: 0;
  border-top: 1px solid var(--color-blue2);
  border-right: 1px solid var(--color-blue);
}
footer .footerCenter .social a span {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
}
footer .footerCenter .social a span:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  left: 0;
  bottom: 0;
  border-bottom: 1px solid var(--color-blue2);
  border-left: 1px solid var(--color-blue);
}
footer .footerCenter .social a span:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  right: 0;
  bottom: 0;
  border-bottom: 1px solid var(--color-blue2);
  border-right: 1px solid var(--color-blue);
}
footer .footerCenter .social a i {
  font-size: 17pt;
  /*color: #575e63;*/
  color: var(--color1);
  opacity: 0.5;
  display: block;
  line-height: 1.7;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
footer .footerCenter .social a svg {
  position: relative;
  top: 11px;
}
footer .footerCenter .social a svg path {
  fill: var(--color1);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  opacity: 0.5;
}
footer .footerCenter .social a:hover:before,
footer .footerCenter .social a:hover:after,
footer .footerCenter .social a:hover span:before,
footer .footerCenter .social a:hover span:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
footer .footerCenter .social a:hover i {
  color: var(--color-blue2);
  opacity: 1;
}
footer .footerCenter .social a:hover svg path {
  fill: var(--color-blue2);
  opacity: 1;
}
footer .footerCenter .social:after {
  clear: both;
  display: table;
  content: '';
}
footer .footerBtm {
  background-color: var(--color-dark3);
  color: var(--color3);
  font-size: 8pt;
  padding: 18px 0;
}
footer .footerBtm * {
  color: var(--color3);
  font-size: 8pt;
}
footer .footerBtm .year {
  color: var(--color2);
  font-size: 15pt;
  margin-right: 17px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
footer .footerBtm .developed {
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
  direction: rtl;
}
footer .footerBtm .developed img {
  opacity: 0.5;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
footer .footerBtm a:hover {
  color: var(--color2);
}
footer .footerBtm:after {
  clear: both;
  display: table;
  content: '';
}
footer:after {
  clear: both;
  display: table;
  content: '';
}
.bgDark {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.95);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
/**************** BROWSER *****************/
/*firefox*/
/*firefox*/
@-moz-document url-prefix() {
  /*footer .footerTop .newsLetter .magnify svg {
        top: -0.5px;
    }*/
}
/*safari*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*footer .footerTop .newsLetter .magnify svg {
        top: -0.5px;
    }*/
}
/*ie*/
/******************** Responsive *********************/
@media only screen and (max-width: 992px) {
  /***************** FOOTER ******************/
  footer .footerCenter .aboutFooter {
    padding-right: 0;
  }
  footer .footerCenter .info {
    margin-left: 0;
  }
  footer .footerCenter .social a {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  /***************** FOOTER ******************/
  footer .footerCenter .aboutFooter {
    line-height: 1.5;
  }
  footer .footerCenter .info i {
    width: 13%;
  }
  footer .footerCenter .info span {
    width: 87%;
  }
  footer .footerCenter .social a,
  footer .footerCenter .social a span {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 580px) {
  .title strong {
    font-size: 11pt;
  }
  /***************** FOOTER ******************/
  footer .footerTop .newsLetterIn {
    width: 300px;
  }
  footer .footerCenter {
    padding: 15px 0;
  }
  footer .footerCenter label {
    margin-bottom: 5px;
  }
  footer .footerCenter .row > div {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footerBtm .developed {
    width: 40%;
  }
  footer .footerBtm .company {
    width: 60%;
  }
}
@media only screen and (max-width: 420px) {
  .myCarousel .item {
    padding: 10px 5px 15px;
  }
  /***************** FOOTER ******************/
  footer .footerTop .newsLetter {
    width: 100%;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
  }
  footer .footerTop .newsLetter .input-field {
    height: 40px;
    width: 100%;
    margin-bottom: 5px;
  }
  footer .footerTop .newsLetter .input-field input {
    height: 40px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
  }
  footer .footerTop .newsLetter .input-field label {
    left: 0;
    right: 0;
    top: 8px;
  }
  footer .footerTop .newsLetter .magnify {
    width: 100%;
    height: 40px;
  }
  footer .footerTop .newsLetter .magnify button {
    height: 40px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
  }
  footer .footerTop .newsLetter .magnify svg {
    display: none;
  }
}
/***************** دکمه درخواست تماس *******************/
.action-buttons-root.tada {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #98cb00;
  color: #ffffff;
  font-size: 25px;
  line-height: 64px;
  bottom: 110px;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper {
  display: flex;
  z-index: 1050;
  align-items: center;
  position: fixed;
  bottom: 15px;
  left: 15px;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper.directionUp {
  flex-direction: column-reverse;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root {
  display: block;
  position: relative;
  text-align: center;
  border-radius: 50%;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root .icon {
  display: inline-block;
  background: none !important;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root .label {
  display: inline-block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 0 5px;
  line-height: 25px;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  bottom: auto;
  right: auto;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root i.icon {
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
@media (pointer: coarse) {
  .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root.active + .action-buttons-inner-wrapper {
    pointer-events: auto;
  }
}
@media (pointer: coarse) {
  .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root.active + .action-buttons-inner-wrapper {
    pointer-events: auto;
  }
  .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root.active + .action-buttons-inner-wrapper .action-button {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.8s, height 0s linear 0s, margin 0s linear 0s;
  }
}
@media (pointer: fine) {
  .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root:hover + .action-buttons-inner-wrapper {
    pointer-events: auto;
  }
  .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root:hover + .action-buttons-inner-wrapper .action-button {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.8s, height 0s linear 0s, margin 0s linear 0s;
  }
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper {
  pointer-events: none;
  display: flex;
  display: -webkit-flex;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex-direction: column;
  padding-bottom: 48px;
  margin-bottom: 80px;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper:hover {
  pointer-events: auto;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper:hover .action-button {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.8s, height 0s linear 0s, margin 0s linear 0s;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button {
  display: block;
  position: relative;
  color: rgba(0, 0, 0, 0.54);
  margin: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  padding: 0;
  font-size: 20px;
  min-width: 0;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.8s;
  background-color: #fff;
  opacity: 0;
  transform: scale(0);
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button .icon {
  display: inline-block;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button .label {
  display: inline-block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 0 5px;
  line-height: 25px;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  bottom: auto;
  right: auto;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button i.icon {
  color: rgba(0, 0, 0, 0.54);
  background: 0 0;
  line-height: 40px;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper:hover .action-buttons-root {
  animation: none;
}
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}