body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300; }

.row .pad-0 {
  padding: 0; }

.row .marg-0, .row.marg-0 {
  margin: 0; }

a {
  color: #41c4ab;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  a:hover {
    text-decoration: none; }

.fvc-header, .fvc-main {
  padding-left: 300px; }

.fvc-sidenav .user-circle-img {
  border: 3px solid #ffffff;
  overflow: hidden; }

.fvc-main .content-container {
  padding: 20px 50px; }

.fvc-custom-navbar nav {
  background-color: #1a687e; }
.fvc-custom-navbar .brand-logo {
  margin: 5px 26px;
  height: 100%;
  box-sizing: border-box; }
  .fvc-custom-navbar .brand-logo img {
    height: 30px; }
.fvc-custom-navbar .header-dropdown {
  display: flex; }
  .fvc-custom-navbar .header-dropdown img {
    width: 40px;
    height: 40px;
    margin-top: 12px;
    margin-right: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }

.fvc-button-collapse.top-nav {
  position: absolute;
  text-align: center;
  height: 48px;
  width: 48px;
  left: 0;
  top: 0;
  float: none;
  margin-left: 1.5rem;
  color: #ffffff;
  font-size: 36px;
  z-index: 2; }
  .fvc-button-collapse.top-nav i {
    font-size: 32px; }
  .fvc-button-collapse.top-nav.full {
    line-height: 65px; }

.user-loading-box {
  margin: 150px auto !important; }

.fvc-user-pagination-btns {
  display: block;
  text-align: center;
  padding: 15px 20px; }
  .fvc-user-pagination-btns a {
    width: 50px;
    padding: 0; }
    .fvc-user-pagination-btns a i {
      font-size: 30px; }

.user-groups-card .groups-img {
  width: 100px;
  height: 100px; }
.user-groups-card .user-groups-content {
  padding: 5px 24px; }
.user-groups-card .each-content-box label {
  color: #6ac6e0;
  font-size: 12px;
  font-weight: bold; }
.user-groups-card .each-content-box p {
  font-size: 14px; }

.fvc-masonry-box {
  width: 100%;
  display: inline-block; }

.fvc-masonry-item {
  width: 33.33%;
  float: left;
  padding: 10px 10px 0; }
  @media screen and (max-width: 992px) {
    .fvc-masonry-item {
      width: 50%; } }
  @media screen and (max-width: 600px) {
    .fvc-masonry-item {
      width: 100%; } }

.fvc-offer-box {
  background-color: #ffffff;
  padding: 10px 20px; }
  .fvc-offer-box .offer-heading {
    color: teal;
    font-size: 20px; }
  .fvc-offer-box .offer-time {
    color: #757575;
    font-size: 10px;
    margin-bottom: 10px; }
  .fvc-offer-box .history-name {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px; }
  .fvc-offer-box .fvc-offer-item {
    font-size: 14px;
    margin-bottom: 5px; }
    .fvc-offer-box .fvc-offer-item label {
      font-size: 14px;
      margin-right: 10px; }

.load-more-btn {
  background-color: #2196f3;
  margin-top: 10px; }

.fvc-offers-table {
  background-color: #ffffff; }
  .fvc-offers-table thead {
    border: none; }
    .fvc-offers-table thead th {
      padding: 15px;
      font-size: 14px;
      font-weight: 500;
      color: #26a69a;
      border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  .fvc-offers-table td {
    padding: 15px;
    font-size: 14px; }
  .fvc-offers-table .img-row {
    display: flex; }
    .fvc-offers-table .img-row img {
      height: 20px;
      margin-right: 10px; }

.take-cash-modal .modal-content {
  padding: 0; }
.take-cash-modal .tcm-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #1a687e;
  color: #ffffff;
  padding: 15px 20px;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center; }
.take-cash-modal .tnc-collapsible {
  margin: 0.5rem 20px 1rem; }
  .take-cash-modal .tnc-collapsible .collapsible-header {
    color: #41c4ab;
    font-size: 1rem; }
  .take-cash-modal .tnc-collapsible .collapsible-body {
    background-color: #fafafa;
    font-size: 14px; }
    .take-cash-modal .tnc-collapsible .collapsible-body .tnc-list li {
      list-style-type: decimal;
      padding-left: 10px; }

.fvc-transfer-container {
  background-color: #ffffff;
  padding: 20px 0 0;
  margin-top: 66px; }
  .fvc-transfer-container .transfer-header {
    text-align: center; }
    .fvc-transfer-container .transfer-header button {
      display: block;
      margin: 0 auto 10px; }
    .fvc-transfer-container .transfer-header .vertical-line {
      height: 10px;
      border: 1px solid #26a69a;
      display: inline-block;
      margin: 5px 5px 1px; }
  .fvc-transfer-container .transfer-actions {
    justify-content: space-between;
    display: flex;
    margin-bottom: 50px; }
  .fvc-transfer-container .alert-msg {
    background-color: rgba(38, 166, 154, 0.2);
    padding: 10px;
    margin: 0 20px 10px;
    font-size: 12px;
    border-radius: 2px;
    text-align: center;
    font-weight: bold; }

.fvc-takecash {
  width: 100px;
  padding: 8px;
  font-size: 12px;
  line-height: 17px;
  height: 30px;
  min-height: 30px;
  margin: 8px auto; }

.fvc-user-main-container {
  background: #ffffff; }

.fvc-wallet-info {
  line-height: 30px;
  padding: 20px;
  border-bottom: 1px solid #EEEEEE; }
  .fvc-wallet-info span {
    color: #26a69a;
    font-weight: 400;
    margin-right: 10px; }

.fvc-profile-container {
  background-color: #ffffff; }
  .fvc-profile-container .fvc-profile-header {
    padding: 20px;
    background-color: #53a0be;
    text-align: center; }
    .fvc-profile-container .fvc-profile-header .profile-pic-box {
      position: relative;
      display: inline-block; }
      .fvc-profile-container .fvc-profile-header .profile-pic-box .fvc-profile-img {
        width: 100px;
        height: 100px;
        border: 5px solid #ffffff;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%; }
      .fvc-profile-container .fvc-profile-header .profile-pic-box .change-pic-btn {
        width: 35px;
        height: 35px;
        position: absolute;
        bottom: 5px;
        right: 0;
        background-color: #ffffff;
        padding: 7px;
        color: #c8ce13;
        cursor: pointer;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%; }
        .fvc-profile-container .fvc-profile-header .profile-pic-box .change-pic-btn i {
          font-size: 20px; }
  .fvc-profile-container .fvc-profile-content {
    padding-top: 20px; }
    .fvc-profile-container .fvc-profile-content input:disabled, .fvc-profile-container .fvc-profile-content [type="radio"]:disabled + label {
      color: #26a69a;
      font-weight: 400; }
  .fvc-profile-container .save-btn {
    display: block;
    width: 100%; }

.fvc-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none; }
  .fvc-bottom-nav .fvc-bottom-nav-inner {
    position: relative;
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: center;
    background-color: #ffffff; }

.fvc-each-nav-button {
  min-width: 60px;
  max-width: 168px;
  flex: 1 1 0%;
  background: none;
  padding: 8px 12px 10px;
  border: 10px;
  box-sizing: border-box;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .fvc-each-nav-button:hover {
    background-color: #1a687e;
    color: #ffffff; }
  .fvc-each-nav-button i {
    width: 100%;
    display: block; }
  .fvc-each-nav-button .nav-heading {
    font-size: 12px;
    font-weight: 400; }

.fvc-user-header-right {
  height: 100%;
  overflow: hidden; }

.fvc-mobile-header .fvc-mobile-user-img {
  width: 40px;
  height: 40px;
  margin-top: 17%;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }
.fvc-mobile-header i {
  margin-left: 0; }

.fvc-active-item {
  background-color: #1a687e;
  color: #ffffff !important; }
  .fvc-active-item a, .fvc-active-item a i {
    color: #ffffff !important; }

.fvc-dropdown-content {
  width: auto !important; }
  .fvc-dropdown-content .user-details-box {
    padding: 10px 15px; }
    .fvc-dropdown-content .user-details-box .user-name {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 400;
      color: teal; }
    .fvc-dropdown-content .user-details-box .user-email {
      font-size: 12px;
      color: rgba(0, 0, 0, 0.54); }

@media screen and (max-width: 992px) {
  .fvc-header, .fvc-main {
    padding-left: 0; }

  .fvc-offers-table thead th {
    text-align: left; }

  table.fvc-offers-table {
    display: inline-block; }
    table.fvc-offers-table thead {
      border-right: 1px solid #d0d0d0; }

  .fvc-bottom-nav {
    display: inherit; }

  .fvc-sidenav {
    display: none; } }
@media screen and (max-width: 600px) {
  .fvc-custom-navbar .brand-logo {
    left: 13%; }

  .fvc-custom-navbar .fvc-os-logo {
    left: 20%; }

  .fvc-main .content-container {
    padding: 20px 0; }

  .fvc-transfer-container {
    padding: 20px 5px; }

  .modal.take-cash-modal {
    width: 90%;
    max-height: 85%;
    height: 85%;
    top: 5% !important; }
    .modal.take-cash-modal .tnc-collapsible .collapsible-body {
      padding-left: 0; }

  .fvc-mobile-header .fvc-mobile-user-img {
    margin-top: 13%; }

  table.fvc-bank-table {
    display: inline-block; }
    table.fvc-bank-table thead {
      border-right: 1px solid #000000; } }

/*# sourceMappingURL=favcy-user.css.map */
