@import '../../base/base';
body.dark {

.section {
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.layout-spacing {
  padding-bottom: 25px;
}

.general-info .info h6, .social .info h5 {
  color: #bfc9d4;
  margin: 5px 0 40px 0;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
}

.animated-underline-content .nav-tabs {
  li a {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .nav-link.active, .show > .nav-link {
    background-color: transparent;
    color: #00ab55;
  }

  .nav-link.active:hover svg, .show > .nav-link:hover svg, .nav-link.active:hover, .show > .nav-link:hover {
    color: #bfc9d4;
  }

  .nav-link:before {
    background-color: #00ab55;
  }
}

}

/*
    General Infomation
*/
body.dark {
.general-info {
  background-color: #0e1726;
  border-radius: 6px;
  border: 1px solid #0e1726;

  .info, .save-info {
    padding: 20px;
  }

  .info {
    .upload {
      border-right: 1px solid #191e3a;

      p {
        font-size: 14px;
        font-weight: 600;
        color: #009688;
      }
    }

    label {
      color: #888ea8;
      letter-spacing: 1px;
    }
  }
}
}
/*
    Social
*/
body.dark {
.social {
  background-color: #0e1726;
  border-radius: 6px;
  border: 1px solid #0e1726;

  .info, .save-info {
    padding: 20px;
  }

  .input-group-text {
    border-radius: 6px !important;
    color: #fff;
    border: none;
  }
}

.input-group {
  .input-group-text svg, &:hover .input-group-text svg {
    color: #009688;
  }
}

.social .info input {
  border-radius: 0.25rem !important;
}
}
/*
    Payment Methods
*/
body.dark {
.payment-info .list-group-item {
  border: none;
  border-bottom: 1px solid #1b2e4b;
  padding-left: 0;
  padding-right: 0;

  &:first-child {
    border-bottom: 1px solid #1b2e4b;
  }

  &:last-child {
    border: none;
  }

  .billing-content {
    div {}

    p {
      color: #bfc9d4;
      font-size: 12px;
    }
  }
}
}
/*
    Invoice
*/
body.dark {
.invoice-action-currency {
  label {
    padding: 0 25px 10px 25px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #191e3a;
    width: 100%;
    font-size: 16px;
    color: #e0e6ed;
    font-weight: 500;
  }

  a.dropdown-toggle {
    padding: 9px 38px 9px 45px;
    width: 100%;

    span {
      vertical-align: middle;
    }
  }

  .dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu {
    width: 100%;
    padding: 6px 15px;

    .dropdown-item {
      padding: 10px 3px;
      border-radius: 0;
      font-size: 16px;
      line-height: 1.45;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      white-space: nowrap !important;
    }

    img {
      vertical-align: sub;
    }
  }
}

.selectable-dropdown {
  a.dropdown-toggle {
    padding: 11px 35px 10px 15px;
    position: relative;
    padding: 12px 20px 12px 44px;
    border-radius: 6px;
    transform: none;
    font-size: 15px;
    background-color: #1b2e4b;
    letter-spacing: normal;
    text-align: inherit;
    color: #bfc9d4;
    box-shadow: none;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    border: 1px solid #1b2e4b;

    img {
      width: 24px;
      height: 24px;
      vertical-align: text-bottom;
      position: absolute;
      left: 12px;
      top: 10px;
    }

    .selectable-text {
      overflow: hidden;
      display: block;
    }

    .selectable-arrow {
      display: inline-block;
      position: absolute;
      padding: 6px 4px;
      background: #1b2e4b;
      top: 6px;
      right: 3px;
    }

    svg {
      color: #009688;
      width: 15px !important;
      height: 15px !important;
      margin: 0;
      -webkit-transition: -webkit-transform .2s ease-in-out;
      transition: -webkit-transform .2s ease-in-out;
      transition: transform .2s ease-in-out;
      transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    }

    &.show svg {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
    }
  }

  &.dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu {
    right: auto;
    top: 65px !important;

    &.show {
      top: 50px !important;
    }

    img {
      width: 30px;
      height: 30px;
      margin-right: 7px;
      vertical-align: top;
      background: #0e1726;
      padding: 4px 4px;
      border-radius: 6px;
    }
  }
}

}