  :root {
    --color-info: #17a2b8;
    --color-red: #EE6055;
  }

/*  prevents dropdown arrow*/
  a.dropdown-toggle::after {
      display:none;
  }

  .activeTab{
    color: #3F51B5;
    background-color: #fff;
    cursor: default;
  }

  .activeBtn:focus {
     outline: none !important;
     box-shadow:none;
     background-color: var(--color-info);
     color: white;
  }

  .activeBtn:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;  
  }

  .activeBtn{
     outline: none !important;
     box-shadow:none;
     background-color: var(--color-info);
     color: white;
  }

  .activeDropOpt{
   /* font-weight: bold;*/
    background: var(--color-info);
    color: white;
    cursor: default;
  }

  .activeDropOpt:hover{
    cursor: default;
    background: var(--color-info);
    color: white;
  }

  .activeMobileTab{
      color: var(--color-info);
      font-size: 1.1em;
  }

  .alignCentre{
    text-align: center;
  }

  .alignLeft{
    text-align: left;
  }

  .alignRight{
    text-align: right;
  }

  .arrowExpired,.greyedOutOpts{
      color: #dadada;
  }


/*
    //Todo *Imp create new badges for nav bar
.navBarBadge {
      display: inline-block;
      font-size: 50%;
      font-weight: bold;
      line-height: 40%;
      color: #fff;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      padding: 0.1em 0.3em;
      border-radius: 5rem;
  }*/

  body{
      overflow-y: scroll;
   /* font-family: "Century Gothic", serif;*/
      font-family: 'Rubik', sans-serif;
  }

  .bg-info-light {
      background-color: #3fa9b5 !important;
  }

  a.bg-info-light:focus, a.bg-info-light:hover {
      background-color: #117a8b !important;
  }

  .border-left-success {
      border-left: 0.25rem solid #a9c8a9 !important;
  }

  .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }    

  .btn-group-justified .btn,
  .btn-group-justified .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
  }
  .btn-group-justified .btn .btn,
  .btn-group-justified .btn-group .btn {
    width: 100%;
  }

  #chatsBackArrowRow{
      position: absolute;
      top: 0;
      /*display: block;*/
      z-index: 10;
      left: 0;
      right: 0;
      background-color: #eff2f6;
      border-bottom: 1px solid #dee1e5;
/*      border: 1px solid #dee1e5;
   !*   font-size: 0.95em; !* 14px/16=0.875em *!*!
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
      /*color: var(--color-info);*/
  }

  .clickableArrow{
    cursor: pointer;
    color: grey;
  }

  .comment{
    font-size: 0.95em; 
    word-wrap: break-word;
  }

  .commentImage{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
  }

  .cursorPointer, .close, .btn:hover{
      cursor: pointer;
  }

  .defaultCursor{
      cursor: default;
  }

  .disabled:hover{
    cursor: default;
  }

  .disabledLink{
      opacity: .50;
      pointer-events: none;
  }

  .errorText{
    font-size: 0.8em;
    line-height: 2ex;
    height: 4ex; 
    overflow: auto;   
    color: #ff6655;
  }

  .grey{
    color: grey;
  }

  .greyer{
    color: rgba(43, 43, 43, 0.63);
  }  

  .info{
    color: var(--color-info);
  }

  .icons{
      height: 1.5em;
      width: 1.5em;
  }

  #logoutImage{
    height:200px;
    display: block;
    margin: 0 auto;    
  }

  .mobileFooterTab{
     text-overflow: ellipsis;
  }

  .mobileFooterText{
      font-size: 0.7em;
  }

  .mobileNavLinks{
      color: white;
  }

  .notActive{
    display:none;
  }

  .notVisible{
      /*visibility: hidden;*/
      opacity: 0;
  }

  .noPadding {
      padding: 0 !important;
      margin: 0 !important;
  }

  .noPaddingLeft {
      padding-left: 0 !important;
      margin-left: 0 !important;
  }

  .noPaddingRight {
      padding-right: 0 !important;
      margin-right: 0 !important;
  }

  .optionSelected{
      color: black;
  }

  .pageBackdrop{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.9;
      background: #fff;
      display: none;
      z-index: 1;
  }

  .post{
    border-radius: 4px;
    border: 1px solid #dee1e5;
    font-size: 0.95em; /* 14px/16=0.875em */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 /*   padding-left: 3px;*/
  }

  @media (max-width: 767px) {
      .post{
          border-radius: 0;
          border: 0;
          border-top: 1px solid #dee1e5;
          font-size: 0.95em; /* 14px/16=0.875em */
          box-shadow: none;
      }
  }

  .postFirstRow{
      width: 100%;
      font-size: 0.9em;
  }

  .postImage{
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
  }

  .postImpactAward{
      color: goldenrod;
      font-size: 0.5em;
  }


  .postTypeComplain{
      color: #e05b41;
      font-size: 0.5em;
  }

  .postTypeCompliment{
      color: #2e9e66;
      font-size: 0.5em;
  }

  .postTypeExpired{
      color: #dadada;
      font-size: 0.5em;
  }

  .postTypeIcons{
      color: #dadada;
      height: 1em;
      width: 1em;
  }

  .overflowEllipsis{
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #868e96;
  }

  .overflowEllipsisBlack{
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .oneLineText{
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .red{
      color: darkred;
  }

  .replyButton{
      text-align: right;
      padding-top: 5px;
  }

  .responsesActiveChat{
      background-color: white;
  }

  #responsesContainer{
      height: 80vh;
      position: relative;
      border: 1px solid #dee1e5;
      border-radius: 5px;
  }

  .responsesCurrentUserMsgDiv{
      border-radius: 10px 0 10px 10px;
      background: #f2fff2;
  }

  .responsesConversation{
      border-bottom: 1px solid #dee1e5;
      cursor: pointer;
  }

  .responsesConversation.responsesActiveChat:hover{
      background-color: white;
      cursor: default;
  }

  .responsesConversation:hover{
      background-color: whitesmoke;
  }

  #responsesEnterMsgDiv{
      min-height: 4vh;
      position: absolute;
      bottom: 0;
      border-top: 1px solid #dee1e5;
      background-color: #eff2f6;
      /*        min-height: 5vh;*/
  }

  #responsesEnterChatMsg{
      resize: none;
  }

  #responsesLeftPanel{
      /*border-right: 1px solid #dee1e5;*/
      white-space: nowrap;
      overflow: auto;
      text-overflow: ellipsis;
      background-color: #eff2f6;
  }

  @media (min-width: 767px) {
      #responsesLeftPanel{
        height: 80vh;
      }
      ::-webkit-scrollbar {
          width: 10px;
      }

      /* Track */
      ::-webkit-scrollbar-track {
          background: #ededed;
      }

      /* Handle */
      ::-webkit-scrollbar-thumb {
          background: #cdcdcd;
      }

      /* Handle on hover */
      ::-webkit-scrollbar-thumb:hover {
          background: #a2a2a2;
      }
  }

  #responsesMsgsArea{
      max-height: 76vh;
      position: absolute;
      overflow: auto;
      width: 100%;
   /*   padding-bottom: 7vh;*/
      overflow-x: hidden;
      /*bottom: 0;*/
  }

  .responsesMsgDiv{
      font-size: 0.95em; /* 14px/16=0.875em */
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      display: inline-block;
  }

  .responsesOtherUserMsgDiv{
      border-radius: 0 10px 10px 10px;
      background: #f2fdff;
  }

  .responsesPersonNameBlack{
      color: black;
  }

  #responsesRightPanel{
      position: relative;
      overflow: auto;
      bottom: 0;
      right: 0;
      /*height: 70vh;*/
  }

  .responsesUserImage{
      width: 50px;
      height: 50px;
      border-radius: 50%;
      cursor: pointer;
      object-fit: contain;
  }

  .rightPanel{
      padding: 4%;
      border-radius: 2px;
      border: 1px solid #dee1e5;
      font-size: 0.95em; /* 14px/16=0.875em */
      /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
  }

  .rightPanel hr{
      margin-top: 3px;
      margin-bottom: 9px;
  }

  @media (min-width: 768px) {
      .searchDropdown {
          width: 389px;
      }
  }

  @media (max-width: 767px) {
      footer.sticky-footer{
          position: fixed;
          left: 0;
          bottom: 0;
          width: 100%;
          /*border-top: grey solid;*/
        /*  border-top: 1px solid #dee1e5;*/
          background-color: white;
          color: darkgrey;
          text-align: center;
          box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
      }

      #mainNav{
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
      }

      #pageLoader{
          left: 50%;
      }
  }

  .userImage{
      width: 40px;
      height: 40px;
      border-radius: 50%;
      cursor: pointer;
      object-fit: cover;
  }

    /*used in post upvote/downvote button*/
  .vertical-align {
      display: flex;
      align-items: center;
  }        

  .whiteText{
      color: white !important;
  }

  .card.features {
      height: 60vh;
      border: 0;
/*      border-radius: 3px;
      box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);*/
      transition: all 0.3s ease;
  }

  @media (min-width: 767px) {
      .card.features {
          height: 30vh;
      }
  }

  @media (max-width:991px) {
      .card.features {
          margin-bottom: 2rem;
      }
      [class^="col-"]:last-child .card.features {
          margin-bottom: 0;
      }
  }

  .card.features:before {
      content: "";
      position: absolute;
    /*  width: 3px;*/
      color: #3c0876;
      background: -moz-linear-gradient(top, #008b8b 0%, #3c0876 100%);
      background: -webkit-linear-gradient(top, #008b8b 0%, #3c0876 100%);
      background: linear-gradient(to bottom, #008b8b 0%, #3c0876 100%);
      top: 0;
      bottom: 0;
      left: 0;
  }

  .card-text {
      font-size: 1.1em;
  }

  .gradient-fill:before {
      color: #3c0876;
      background: -moz-linear-gradient(top, #008b8b 0%, #3c0876 100%);
      background: -webkit-linear-gradient(top, #008b8b 0%, #3c0876 100%);
      background: linear-gradient(to bottom, #008b8b 0%, #3c0876 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
  }

/*  .card.features:hover {
      transform: translateY(-3px);
      -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  }*/
  .carousel-control-next{
      background: -webkit-linear-gradient(top, #008b8b 0%, #3c0876 100%);
      opacity: 0.7;
  }

  .carousel-control-prev{
      background: -webkit-linear-gradient(top, #008b8b 0%, #3c0876 100%);
      opacity: 0.7;
  }

  .carousel-indicators .active {
      background-color: #17a2b8;
  }

  .carousel-indicators li {
      background-color: #dfdfdf;
  }

