/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */

.gosign-multipos-quote-block{
  .pos-left{
    float: left;
    @media (max-width: 480px){
      float: none;
      text-align: left !important;
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
  }
  .pos-right{
    float: right;
    @media (max-width: 480px){
      float: none;
      text-align: left !important;
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
  }
  .tWq-wrapper {
      margin: auto;
  }
  .icon-true .qouteTxt {
    position: relative;
      &:after, &:before {
        position: absolute;
        font-family: dashicons;
        display: inline-block;
        line-height: 1;
        font-weight: 400;
        font-style: normal;
        speak: none;
        text-decoration: inherit;
        text-transform: none;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 20px;
        height: 20px;
        font-size: 20px;
        vertical-align: top;
        text-align: center;
        -webkit-transition: color .1s ease-in;
        -o-transition: color .1s ease-in;
        transition: color .1s ease-in;
        content: "\f122";
        left: 0;
        top: 0;
    }
    &:before{
      right: 0;
      bottom: 0;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      left: auto;
      top: auto;
    }

  }

}