div.nsl-container[data-align="left"] {
  text-align: left; }

div.nsl-container[data-align="center"] {
  text-align: center; }

div.nsl-container[data-align="right"] {
  text-align: right; }

div.nsl-container .nsl-container-buttons {
  display: flex; }
  div.nsl-container .nsl-container-buttons a {
    text-decoration: none !important;
    box-shadow: none !important;
    border: 0; }

div.nsl-container.nsl-container-block .nsl-container-buttons a {
  flex: 50%;
  margin: 5px 0;
  max-width: 280px;
  margin-right: 10px; }
  div.nsl-container.nsl-container-block .nsl-container-buttons a:last-child {
    margin-right: 0; }
  div.nsl-container.nsl-container-block .nsl-container-buttons a:hover {
    opacity: 0.8; }

div.nsl-container .nsl-button {
  cursor: pointer;
  vertical-align: top;
  border-radius: 0; }
  @media screen and (max-width: 28.125em) {
    div.nsl-container .nsl-button {
      justify-content: center; } }
  div.nsl-container .nsl-button.nsl-button-default {
    color: #fff;
    display: flex;
    align-items: center; }
    div.nsl-container .nsl-button.nsl-button-default div.nsl-button-label-container {
      margin: 0 24px 0 12px;
      padding: 12px 0;
      font-size: 11px;
      line-height: 1.2;
      text-transform: uppercase;
      font-weight: 600;
      overflow: hidden;
      text-align: center;
      text-overflow: clip;
      white-space: nowrap;
      flex: 1 1 auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media screen and (max-width: 28.125em) {
        div.nsl-container .nsl-button.nsl-button-default div.nsl-button-label-container {
          display: none; } }
  div.nsl-container .nsl-button.nsl-button-icon {
    display: inline-block; }
  div.nsl-container .nsl-button .nsl-button-svg-container {
    flex: 0 0 auto;
    padding: 8px;
    display: flex; }
    div.nsl-container .nsl-button .nsl-button-svg-container svg {
      top: 0;
      height: 24px;
      width: 24px;
      vertical-align: top; }

div.nsl-container span {
  display: inline-block; }

div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container {
  margin: 1px;
  padding: 7px;
  border-radius: 0;
  background: #fff; }

div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-google[data-skin="light"] {
  border-radius: 0;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  color: RGBA(0, 0, 0, 0.54); }

/*Button align start*/
div.nsl-container-block[data-align="left"] .nsl-container-buttons {
  align-items: flex-start; }

div.nsl-container-block[data-align="center"] .nsl-container-buttons {
  align-items: center; }

div.nsl-container-block[data-align="right"] .nsl-container-buttons {
  align-items: flex-end; }

div.nsl-container-inline[data-align="left"] .nsl-container-buttons {
  justify-content: flex-start; }

div.nsl-container-inline[data-align="center"] .nsl-container-buttons {
  justify-content: center; }

div.nsl-container-inline[data-align="right"] .nsl-container-buttons {
  justify-content: flex-end; }

div.nsl-container-grid[data-align="left"] .nsl-container-buttons {
  justify-content: flex-start; }

div.nsl-container-grid[data-align="center"] .nsl-container-buttons {
  justify-content: center; }

div.nsl-container-grid[data-align="right"] .nsl-container-buttons {
  justify-content: flex-end; }

div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons {
  justify-content: space-around; }

div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons {
  justify-content: space-between; }

/* Button align end*/
body.rtl div.nsl-container.nsl-container-block .nsl-container-buttons a {
  margin-right: 0;
  margin-left: 10px; }
