html {
	font-size: 16px;
	height: 100%;
    direction: ltr;
}
body {
	margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    text-align: left;
    font-family: 'Poppins', sans-serif!important;
    background-color: #f4f6f9;
    height: 100%;
    overflow-y: scroll;
    position: relative;
}

table {
	color:#99a5bd!important;
}

.page {
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
}

.page-main {

    flex: 1 1 auto;
}

h3, h4, label {
	color: #000!important;
}

.btn-xs, .btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.header {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background:#127F2E;
    position: relative;
}

.header-brand img {
	height: 50px;
}
.img-circle {
	border-radius: 100%;
}
.nav-sidebar a, .nav-sidebar a:focus, .nav-sidebar a:hover {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 40px 0;
}
.content-area{
	width: 100%;
    padding: 0 30px;
    padding-bottom: 10px;
}
/* ---------------------------------------------------
    NAVBAR STYLE
----------------------------------------------------- */

.theme-color {
	background: #fff !important;
}
.navbar {
	padding: 0;
}

.menu-toggle-button {
    z-index: 5;
}
.navbar .menu-toggle-button a {
	padding: 1.1rem 1rem;
	color: #FFF!important;
}
.navbar .menu-toggle-button a:hover {
	background: rgba(0, 0, 0, 0.1);
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#sidebar {
	min-width: 240px;
	max-width: 240px;
	background: #FFF;
	-webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
	color: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 10;
}
#sidebar .sidebar-header {
	padding: 10px;
	background: #0061da;
	text-align: center;
}
#sidebar .sidebar-header p {
	color: #FFF;
}
#sidebar ul.components {
	padding: 20px 0;
}
#sidebar ul p {
	color: #fff;
	padding: 10px;
}
#sidebar ul li a {
	padding: 10px;
	display: block;
	color: #000;
	padding: 15px 35px 15px 20px;
}
#sidebar li a[aria-expanded="true"], #sidebar ul li a:hover {
	background:#127F2E;
	color:#000;
}
#sidebar ul li.active>a {
	color: #000;
	background: #127F2E;
	font-weight: 500;
}
#sidebar a[data-toggle="collapse"] {
	position: relative;
}
#sidebar li a[aria-expanded="false"]::before, #sidebar li a[aria-expanded="true"]::before {
	content: "\f105";
	display: block;
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 1em;
	font-family: 'Font Awesome 5 Free';
	    font-weight: 900;
}
#sidebar li a[aria-expanded="true"]::before {
	content: '\f107';
}
#sidebar ul ul a {
	font-size: 0.9em !important;
	padding: 10px 35px 10px 35px !important;
}
#sidebar.active {
	margin-left: -240px;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
	min-height: 100vh;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
	#sidebar {
		margin-left: -250px;
	}
	#sidebar.active {
		margin-left: 0;
	}
	.nav-sidebar {
		position: absolute;
		z-index: 1;
    }
    
    .counter {
        width:100%;
        display:block;
    }
}
.m-t-5 {
	margin-top: 5px !important;
}
.p-t-5 {
	padding-top: 5px !important;
}
.m-b-5 {
	margin-bottom: 5px !important;
}
.p-b-5 {
	padding-bottom: 5px !important;
}
.m-l-5 {
	margin-left: 5px !important;
}
.p-l-5 {
	padding-left: 5px !important;
}
.m-r-5 {
	margin-right: 5px !important;
}
.p-r-5 {
	padding-right: 5px !important;
}
.m-t-10 {
	margin-top: 10px !important;
}
.p-t-10 {
	padding-top: 10px !important;
}
.m-b-10 {
	margin-bottom: 10px !important;
}
.p-b-10 {
	padding-bottom: 10px !important;
}
.m-l-10 {
	margin-left: 10px !important;
}
.p-l-10 {
	padding-left: 10px !important;
}
.m-r-10 {
	margin-right: 10px !important;
}
.p-r-10 {
	padding-right: 10px !important;
}
.m-t-15 {
	margin-top: 15px !important;
}
.p-t-15 {
	padding-top: 15px !important;
}
.m-b-15 {
	margin-bottom: 15px !important;
}
.p-b-15 {
	padding-bottom: 15px !important;
}
.m-l-15 {
	margin-left: 15px !important;
}
.p-l-15 {
	padding-left: 15px !important;
}
.m-r-15 {
	margin-right: 15px !important;
}
.p-r-15 {
	padding-right: 15px !important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.p-t-20 {
	padding-top: 20px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.p-b-20 {
	padding-bottom: 20px !important;
}
.m-l-20 {
	margin-left: 20px !important;
}
.p-l-20 {
	padding-left: 20px !important;
}
.m-r-20 {
	margin-right: 20px !important;
}
.p-r-20 {
	padding-right: 20px !important;
}
.m-t-25 {
	margin-top: 25px !important;
}
.p-t-25 {
	padding-top: 25px !important;
}
.m-b-25 {
	margin-bottom: 25px !important;
}
.p-b-25 {
	padding-bottom: 25px !important;
}
.m-l-25 {
	margin-left: 25px !important;
}
.p-l-25 {
	padding-left: 25px !important;
}
.m-r-25 {
	margin-right: 25px !important;
}
.p-r-25 {
	padding-right: 25px !important;
}
.m-t-30 {
	margin-top: 30px !important;
}
.p-t-30 {
	padding-top: 30px !important;
}
.m-b-30 {
	margin-bottom: 30px !important;
}
.p-b-30 {
	padding-bottom: 30px !important;
}
.m-l-30 {
	margin-left: 30px !important;
}
.p-l-30 {
	padding-left: 30px !important;
}
.m-r-30 {
	margin-right: 30px !important;
}
.p-r-30 {
	padding-right: 30px !important;
}
.m-t-35 {
	margin-top: 35px !important;
}
.p-t-35 {
	padding-top: 35px !important;
}
.m-b-35 {
	margin-bottom: 35px !important;
}
.p-b-35 {
	padding-bottom: 35px !important;
}
.m-l-35 {
	margin-left: 35px !important;
}
.p-l-35 {
	padding-left: 35px !important;
}
.m-r-35 {
	margin-right: 35px !important;
}
.p-r-35 {
	padding-right: 35px !important;
}
.m-t-40 {
	margin-top: 40px !important;
}
.p-t-40 {
	padding-top: 40px !important;
}
.m-b-40 {
	margin-bottom: 40px !important;
}
.p-b-40 {
	padding-bottom: 40px !important;
}
.m-l-40 {
	margin-left: 40px !important;
}
.p-l-40 {
	padding-left: 40px !important;
}
.m-r-40 {
	margin-right: 40px !important;
}
.p-r-40 {
	padding-right: 40px !important;
}
.m-t-45 {
	margin-top: 45px !important;
}
.p-t-45 {
	padding-top: 45px !important;
}
.m-b-45 {
	margin-bottom: 45px !important;
}
.p-b-45 {
	padding-bottom: 45px !important;
}
.m-l-45 {
	margin-left: 45px !important;
}
.p-l-45 {
	padding-left: 45px !important;
}
.m-r-45 {
	margin-right: 45px !important;
}
.p-r-45 {
	padding-right: 45px !important;
}
.m-t-50 {
	margin-top: 50px !important;
}
.p-t-50 {
	padding-top: 50px !important;
}
.m-b-50 {
	margin-bottom: 50px !important;
}
.p-b-50 {
	padding-bottom: 50px !important;
}
.m-l-50 {
	margin-left: 50px !important;
}
.p-l-50 {
	padding-left: 50px !important;
}
.m-r-50 {
	margin-right: 50px !important;
}
.p-r-50 {
	padding-right: 50px !important;
}
.m-t-75 {
	margin-top: 75px !important;
}
.p-t-75 {
	padding-top: 75px !important;
}
.m-b-75 {
	margin-bottom: 75px !important;
}
.p-b-75 {
	padding-bottom: 75px !important;
}
.m-l-75 {
	margin-left: 75px !important;
}
.p-l-75 {
	padding-left: 75px !important;
}
.m-r-75 {
	margin-right: 75px !important;
}
.p-r-75 {
	padding-right: 75px !important;
}
.m-t-100 {
	margin-top: 100px !important;
}
.p-t-100 {
	padding-top: 100px !important;
}
.m-b-100 {
	margin-bottom: 100px !important;
}
.p-b-100 {
	padding-bottom: 100px !important;
}
.m-l-100 {
	margin-left: 100px !important;
}
.p-l-100 {
	padding-left: 100px !important;
}
.m-r-100 {
	margin-right: 100px !important;
}
.p-r-100 {
	padding-right: 100px !important;
}
.menu-toggle-button {
	font-size: 20px;
    margin-top: 15px;
	color:#fff;
}
ul {
	margin-top: 0;
	margin-bottom: 10px;
}
.user-profile {
	padding: 0 0 15px;
	position: relative;
	text-align: center;
	border-bottom:1px solid #e7effc;
}
.user-profile .user-pro-body {
	display: block;
}
.user-profile .user-pro-body img {
	width: 50px;
	display: block;
	margin: 0 auto 10px;
}
.user-profile .user-pro-body  span.text-gray{
	font-size:12px;
}
.user-profile .user-pro-body .u-dropdown span{
	color:#7490BD;
}
.user-profile .user-pro-body .u-dropdown {
	color: #97999f;
}
.user-profile .user-pro-body .dropdown-menu {
	right: 0;
	width: 80%;
	left: 0;
	margin: 0 auto;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	top: 85px !important;
}
.user-profile .user-pro-body .dropdown-menu li a {
	padding-left: 5px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
	padding: 10px !important;
}
.navbar-top-links .profile-pic {
	color: #FFF;
	text-decoration: none;
	padding: 0 12px;
}
.navbar-top-links .dropdown-menu li {
	display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
	margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
	display: block;
	padding: 9px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.navbar-top-links .dropdown-menu li a:hover {
	background: #f7fafc;
	text-decoration: none;
}
.navbar-top-links .dropdown-user {
	right: 0;
	left: auto;
	position: absolute;
	width: 280px;
	margin-top: 10px;
}
.navbar-top-links .dw-user-box {
	padding: 15px;
}
.navbar-top-links .dw-user-box .u-img {
	width: 70px;
	display: inline-block;
	vertical-align: top;
}
.navbar-top-links .dw-user-box .u-img img {
	width: 100%;
	border-radius: 5px;
}
.navbar-top-links .dw-user-box .u-text {
	display: inline-block;
	padding-left: 10px;
}
.navbar-top-links .dw-user-box .u-text h4 {
	margin: 0;
}
.navbar-top-links .dw-user-box .u-text p {
	margin-bottom: 3px;
}
.navbar-top-links .dw-user-box .u-text .btn-danger {
	background: #f33155;
	opacity: .8;
	border-radius: 60px;
	border: 1px solid #f33155;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #FFF;
}
.card-login {
	max-width: 25rem;
}
.content-area .panel {
	background: #FFF;
	padding: 25px;
}
.top-inner-navbar {
	min-height: 57px;
}
.text-decoration-none:hover {
	text-decoration: none;
}

.nav-link.icon {
    margin: 5px;
    border-radius: 50%;
    padding: 10px 14px;
    width: 2.5rem;
    text-align: center;
    height: 2.5rem;
    background: rgba(255,255,255,0.2);
    color: #fff !important;
}

a.icon {
    text-decoration: none;
    cursor: pointer;
}

.nav-link, .nav-item {
    min-width: 2rem;
    transition: .3s color;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header .nav-link .badge, .header .nav-item .badge {
    position: absolute;
    top: 0;
    right: 0;
    padding: .2rem .25rem;
    min-width: 1rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 85%;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
}

.badge-warning {
    color: #fff;
    background-color: #ecb403;
}

.brround {
    border-radius: 50%;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem !important;
}
.avatar {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    background: #127F2E no-repeat center/cover;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 400;
    vertical-align: bottom;
    font-size: .875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.avatar-md {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
}

.notifyimg {
    color: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    border-radius: 50%;
    background: #127F2E;
}

.page-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 1.5rem 0 1.5rem;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
}

.referral-action-copy-code {
    color: #fff;
    text-align: center;
    /* font-size: 0.9em; */
    padding: 0.5rem 1rem;
    border-radius: 4px;
    background-color: #127F2E;
    border: none;
}

.card {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 10px 60px 0 rgba(29,29,31,.09)!important;
}

.invite-action-whatsapp i,
  .invite-action-facebook i,
  .invite-action-twitter i,
  .invite-action-pinterest i,
  .invite-action-instagram i {
    padding-right: 0.4rem;
    font-size: 1.5em;
  }
  .invite-action-whatsapp,
  .invite-action-facebook,
  .invite-action-twitter,
  .invite-action-pinterest,
  .invite-action-instagram {
    border-radius: 4px;
    padding: 0.625rem 0.4rem;
    width: 100%;
    color: #fff !important;
    text-align: center;
    font-size: 0.75em;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
	text-decoration: none !important;
	margin-top: 5px;
  }
  .invite-action-whatsapp {
    background-color: #25d366 !important;
  }
  .invite-action-facebook {
    background-color: #3b5998 !important;
  }
  .invite-action-twitter {
    background-color: #1dcaff !important;
  }
  .invite-action-pinterest {
    background-color: #C92228 !important;
  }
  .invite-action-instagram {
    background-color: #833AB4 !important;
  }

  .offerlistDevider{
    height: 1.5px;
    background-color: #127F2E!important;
    margin: 15px;
    border-radius: 5px;
}
.offers {
    max-width: 960px;
    margin: 0 auto;
}

.offers h2 {
    font-size: 24px;
    text-align: center;
    margin: 10px;
    padding-top: 10px;
}

.offers p {
  font-weight: 300;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 25px;
}

.offerlist .offer p {
  font-weight: 300;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 3px;
  margin-top: 0;
}

.offerlist .offer {
    display: block;
    position: relative;
    margin: auto;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 97%;
}


.offerlist .offer {
    margin-bottom: 10px;
    background: white;
    border-radius: 10px;
    padding: 2px 3px;
}

.offerlist a, .offerlist a:hover, .offerlist a:visited {
    color: #000;
}
.offerlist .offer:last-child {
    border-bottom: none;
}

.offer:after, .totalpoints:after {
  content: "";
  display: table;
  clear: both;
}

.offerimg {
    max-width: 68px;
    float: left;
}

.offerimg img {
    width: 90%;
}

.offerinfo {
    width: 45%;
    float: left;
    overflow:hidden;
}

.offerinfo h3 {
    margin-bottom: 2px;
    margin-top: 5px;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.offerinfo .worth {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.offer .download {
    width: 30%;
    float: right;
    height: 48px;
    margin: 10px 0;
    padding-left: 10px;
    border-left: 1px solid rgba(0,0,0,0.2);
}

.offer .download h4 {
    line-height: 40px;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}


.offer .download .btn-o {
    width: 100%;
    margin-top: 4px;
    height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.btn-o {
      font-size: 14px;
      padding: 7px 1px;
      border-radius: 2px;
}
.offer .download .btn-o {
    border: 1px solid #127F2E!important;
}
.offer .download .btn {
background: #fff;
}
.offer .download h4 {
line-height: 25px !important;
color: #127F2E!important;
}
.offerlist .offer {
margin-bottom: 5px;
}

.offers {
    max-width: 960px;
    margin: 0 auto;
}

#global-loader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #f8faff !important;
}

.showbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.showbox .lds-ring {
    position: relative;
    margin: 0 auto !important;
    width: 50px;
    height: 100% !important;
}

.lds-ring {
	position: relative;
	width: 64px;
	height: 64px;
	margin: 100px auto;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
	/* margin: 6px; */
	border: 2px solid #127F2E;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #127F2E  transparent transparent transparent;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 0px 5px 0 0px rgba(222, 222, 248,0.5), 0 5px 25px 0 rgba(222, 222, 248,0.9);
	border-radius: 50%;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-hourglass {
	position: relative;
	width: 64px;
	height: 64px;
	margin: 100px auto;
}
.lds-hourglass:after {
	content: " ";
	display: block;
	border-radius: 50%;
	width: 0;
	height: 0;
	margin: 6px;
	box-sizing: border-box;
	border: 26px solid #127F2E ;
	border-color: #127F2E  transparent ;
	animation: lds-hourglass 1.2s infinite;
}

.bg-gradient-indigo {
	background:#127F2E;
	border: 0;
}

.task-table {
    width: 100%;
    color: #fff;
}

.task-table tbody tr td {
    font-size: .875rem;
    padding-bottom: 5px;
}

button.t-earn {
    background: #fff;
    border: 0;
    padding: 5px 15px;
    font-size: 0.875rem;
    border-radius: 25px;
    min-width: 50%;
    color: #127F2E;
}

@media (max-width: 576px) {
	button.t-earn {
		min-width: 100%!important;
	}

}

.leaderboard-table {
    display: table;
    width: 100%;
    max-width: 100%;
    border: 1px solid #ecedf2;
    border-radius: 4px;
    background-color: #fff;
    border-collapse: collapse;
    box-shadow: none;
}

.leaderboard {
	padding: 0!important;
}

.leaderboard h3 {
	padding: 1.25rem;
}

.leaderboard thead {
	background-color: #f4f6f9;
}

.text-white table{
	color:#fff!important;
}


.surveybox a:hover{
	text-decoration:none;
}

.card-status {
    position: absolute;
    top: -1px;
    left: 0px;
    right: 0px;
    height: 3px;
    border-radius: 7px 7px 0 0;
    background: rgba(0, 40, 100, 0.12);
}

.bg-blue {
    background-color: #127F2E !important;
    color: #fff !important;
}

.text-blue {
    color: #127F2E !important;
}

.card-status-left {
    right: auto;
    bottom: 0;
    height: auto;
    width: 3px;
    border-radius: 3px 0 0 3px;
}

.bg-cyan {
    background-color: #127F2E !important;
    color: #fff !important;
}

.text-cyan {
    color: #127F2E !important;
}

.bg-orange {
    background-color: #127F2E !important;
    color: #fff !important;
}

.text-orange {
    color: #127F2E !important;
}

.bg-red {
    background-color: #127F2E !important;
    color: #fff !important;
}

.text-red {
    color: #127F2E !important;
}

.bg-yellow {
    background-color: #127F2E !important;
    color: #fff !important;
}
.text-yellow {
    color: #127F2E !important;
}
.menu-toggle-button {
    display: none;
    margin-right: 15px;
    border: 0;
    background: transparent;
    font-size: 28px;
}

@media (max-width: 992px) {
	.menu-toggle-button {
		display: block;
}
.prog {
    width: 100%;
    display:block;
}
.counter {
    font-size: 1.3rem!important;
}

.mheader-ico {
    display:none;
}
}

.btn-success:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.footer {
    font-size: 0.875rem;
    padding: 1.25rem 0;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(61,119,180,.12), 0 8px 16px 0 rgba(91,139,199,.24);
}

.loginHeader {
	text-align:center;
}


.signup-bonus {
    background: #127F2E;
    border-color: #127F2E;
    color: #fff;
    padding: 5px;
    font-size: 15px;
    border-radius: 10px;
    display:block;
    margin-bottom: 15px;
}

.btn-primary {
    background-color: #127F2E!important;
    border-color: #127F2E!important;
}

#particles-js {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
}

b, strong {
    font-weight: 500!important;
}

.nav-link .wave-effect {
    color:#fff!important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 16px 20px;
    margin-bottom: -1px;
}

.social-sales-icon-circle {
    height: 40px;
    width: 40px;
    line-height: 1;
    text-align: center;
    border-radius: 100%;
    padding: 12px 13px;
    display: inline-block;
    margin-right: 10px;
}


.facebook-bgcolor {
    background-color: #3b5898;
    color: #fff;
}

.whatsapp-bgcolor {
    background-color: #25d366;
    color: #fff;
}

.twitter-bgcolor {
    background-color: #1ea2f2;
    color: #fff;
}

.pinterest-bgcolor {
    background-color: #c8232c;
    color: #fff;
}

.googleplus-bgcolor {
    background-color: #d34836;
    color: #fff;
}

.instagram-bgcolor {
    background-color: #9361fa;
    color: #fff;
}

.social-sales-count {
    float: right;
    line-height: 2.9;
}

.social-sales-count a {
    padding: 8px;
    font-size: 1rem;
    line-height: 1rem;
    border-radius: 0.1rem;
}