html,body{
  font-family: 'Lato', sans-serif !important;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

/* Custom Styles */
nav.navbar.navbar-expand.navbar-dark.bg-dark {
  background: #3677ba !important;
}

.home_container { padding-left: 0px !important; }
.home_tiles { margin-top: 3%;padding-left: 0px; }
.home_tiles li {
  display: inline-block;
  width: 20%;
  padding: 30px 10px;
  text-align: center;
  border: 1px solid #ccc;
  margin-right: 15px;
  font-size: 18px;
}
.home_tiles li a, .about_tiles li a { text-decoration: none;color:inherit; }

.about_tiles { padding-left: 0px !important; }
.about_tiles li {
  display: inline-block;
  width: 47%;
  height: 90px;
  line-height: 6;
  border: 1px solid #ccc;
  margin: 15px;
  padding: 0px 15px;
  font-size: 14px;
  background: linear-gradient(45deg, white, #e4f0f4);
}

.rule_form { padding-left: 0px; }

.fixedTopBar
{
  display: block;
    height: 60px;
    position: sticky;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

.fixedTopBar img { width: 10%;margin-top: 15px; }

.sideMenuBar
{
  padding-left: 0px !important;
  width: 60px !important;
}

.App { padding-right: 0px !important;}

.logoutMenu { text-align: right;
  float: right;
  line-height: 2;
  background: #3c98d3;
  color: #fff;
  padding: 0px 11px;
  margin-top: 15px;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 12px; 
}

.head-div
{
  padding: 24px 20px !important;
}

.pro-sidebar
{
  width: 60px !important;
  min-width: 60px !important;
}

.container { margin-left: 5% !important; }

.pro-menu { margin-top: 140px !important;}
.pro-menu ul a li { margin: 0px !important;line-height: 3; }
.pro-menu ul { text-align: center !important;width:80% !important; }
.pro-menu ul a img { width: 60%; }
.pro-menu ul a img.firstImage { width: 35% !important; }
.pro-menu ul a li div { padding: 8px 2px 8px 15px !important; }

.rdt_TableHeadRow { background: #fff !important; }

.rdt_TableHeadRow div.rdt_TableCol {
  padding-left: 15px;
  background: #f7f7f7;
  font-weight: bold;
}

.rdt_TableRow .rdt_TableCell { padding-left: 10px !important; }

.imgPic {
  width: 22%;
  display: block;
  float: left;
}

.imgPicEye { width: 40%; }

.subHead a { color: #000 !important; }

/*Tiles*/
.rules_tiles .card
{
  width:24%;
  border-radius: 0px !important;
  box-shadow: none;
  float: left;
  margin-right: 1%;
  margin-bottom: 2%;
}

.rules_tiles .card-header { background: #fff !important;font-weight: 500 !important;color: #3e3d3d;font-size: 14px;height: 50px; }
.rules_tiles .card-header i
{
  font-size: 10px;
  font-style: normal;
  display: block;
  width: 59%;
  position: absolute;
  color: #3C98D3;
}

.headTextTile
{
  width: 59%;
  position: absolute;
  font-weight: bold;
  font-size: 12px;
}

.card-header span img { width: 18% !important;margin-right: 6%; }
.card-header span { float: right;width: 40%;text-align: right; }

.card-text
{
  color: #2c2a2a !important;
  font-size: 12px !important;
}

.card-text i { color: #3C98D3; font-style: normal; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { border-left: 0px !important;border-right: 0px !important;border-top: 0px !important; }

.nav-tabs .nav-item { font-size: 12px;margin-right: 2%;margin-bottom: 0px !important; }

.nav-link:hover, .nav-link:focus { border: 0px !important; }

.nav-tabs .nav-item button { font-weight: 500 !important;font-weight:500 !important; padding-bottom: 3px !important; padding-left: 0px !important; padding-right: 0px !important; }

.nav-link.active
{
    border-bottom: 2px solid #3c98d3 !important;
    color: #3c98d3 !important;
}

.nav-item button{ color: #9FA0A3 !important; }

.nav-tabs
{
  margin-bottom: 10px !important;
}

.subHead { margin-top: 10px; }

.dlxGGw .activeClicked >li {
  border-right: 5px solid #000 !important;
  color: #fff !important;
  background: none !important;
}

.parentBlock
{
  padding-left: 0px !important;
  background: #fff !important;
  margin-left: -14px !important;
  z-index: 9999;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.modal-backdrop { z-index: 99999 !important; }
.modal { z-index: 99999 !important; }

.earnRuleModal
{
  width: 38%;
  max-width: 38% !important;
}

.earnRuleModal .modal-content
{
  border-radius: 14px !important;
  height: 500px;
}

.earnRuleModal .modal-body h5
{
  text-align: center;
  font-weight: bold;
}

.earnRuleModal .modal-body p
{
  color: #000000;
  text-align: center;
  opacity: 0.6;
  font-size: 12px;
}

.earnRuleModal .modal-body form
{
  margin: 0px auto;
  width: 400px;
}

.earnRuleModal .modal-body button { margin-left: 0px;border-radius: 2px; }

.rule_form { padding-left: 0px !important; }

.rule_form input
{
  width: 400px;
  border-radius: 2px;
  color: #000;
  color: #000000;
  border: 1px solid #0000001A;
  margin-top: 5px;
}

.rule_form label { color: #727272;font-size: 12px; }

.rule_form select
{
  width: 400px;
  border-radius: 2px;
  color: #000;
}

.earnRuleModal .modal-header { border-bottom: 0px !important; }
.earnRuleModal .modal-header button
{
  border: 1px solid #000;
  border-radius: 50px;
  font-size: 7px;
}

.earnRuleModal .alert-success
{
  width: 74%;
  margin: 0px auto;
  height: 10px;
  line-height: 0;
  margin-bottom: 3%;
  color: #313e41;
  border-radius: 2px;
  font-size: 12px;
}

#controlled-tab-example-tabpane-redeem_rules .card { width: 32% !important;min-height: 140px; }

.redeemRule .modal-content { height: 900px !important; }

.socialTable {
  width: 400px !important;
  margin: 0px auto;
}

.socialModal .modal-content
{
  height: 700px !important;
}

.sc-bTfYFJ.cTyTNK.rdt_TableHeader {
  padding-left: 0px;
  font-size: 15px;
  margin-bottom: -10px;
}

.socialBtn { background: #fff !important;border: 1px solid #ccc;font-size: 12px;padding: 3px 8px; }

.nameHeader
{
  width: 50%;
}

i.avatarName {
  display: block;
  float: revert;
  font-style: normal;
  line-height: 2;
}

.addPointsBtn
{
  right: 0;
  margin-top: -25px !important;
  position: absolute;
  font-size: 12px !important;
  background: #3c98d3 !important;
  border: 0px !important;
  color: #fff !important;
  padding: 6px 10px;
  border-radius: 2px;
  line-height: 1.5;
}

.my-5 { margin-top: 1rem !important; }
.container { margin-top: 2%; background: #fff; }

.footer .container { display: none;}

.cardMargin { margin-top: 2% !important; }

.cardMargin .card
{
  background: #F5FBFF 0% 0% no-repeat padding-box;
  box-shadow: none !important;
  border: 1px solid #ebf3f8 !important;
  width: 89%;
}

.cardMargin .card-header {
  background: #fff;
  border-bottom: 0px;
  font-weight: bold;
}

.cardMargin button.btn.btn-primary {
  background: #000 !important;
  text-transform: CAPITALIZE;
  border: 0px;
  width: 180px;
  clear: both;
  margin-left: 0%;
  float: left;
  margin-top: -5%;
}

.cardMargin .card-title.h5 {
  font-size: 14px;
  font-weight: bold;
}

.cardMargin p.card-text {
  opacity: 57%;
  width: 60%;
  float: left;
}

img.boxImage {
  float: left;
  width: 30%;
  display: block;
  margin-left: 10%;
}

.storeBtn
{
  margin-top: -9px !important;
}

.barChart {
  margin-top: 3%;
}

.graphDashboard { margin-top: 3% !important; }

.clientsPage .accordion img { width: 12%;
  margin-right: 10px; }

.clientsPage .accordion span i
{
  font-style: normal;
  opacity: 50%;
  font-size: 12px;
  color: #010101;
}

ul.accordionDetail {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

span.leftText {
  font-size: 12px;
  text-align: left;
  font-weight: bold;
}

span.rightText {
  font-size: 12px;
  float: right;
  line-height: 2;
  color:#3C98D3;
  font-weight: bold;
}

.marginDiv { display: block; height: 20px; }

.storesPage .card { box-shadow: none !important; }

.storesPage .card-body h5
{
  font-size: 15px;
    font-weight: bold;
}

.storesPage .card-body p
{
  color: #9FA0A3;
}

.storesPage .card-body a
{
  text-decoration: none !important;
  color: #3C98D3;
}

.storesPage .card-body img
{
  float: right;
    margin-top: -30px;
    width: 15px;
}