@font-face{
  font-family: "Roboto-Bold";
  src: url(../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf);
}
@font-face{
  font-family: "Roboto-Regular";
  src: url(../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf);
}
@font-face{
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
}


body, .font-montserrat{
  font-family: "Montserrat"
}

h1, h2, h3, h4, h5, button, .font-roboto{
  font-family: "Roboto-Bold" !important;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.offers-menu a:hover{
  text-decoration: none;
  color: #fff;
}

.overflow-visible{
  overflow: visible;
}

.font-roboto-regular{
  font-family: "Roboto-Regular"
}


.bg-cyan{
  background: #43a6c5;
}

.bg-red{
  background-color: #E52D27;
}

.bg-red-dark{
  background-color: #B31217;
}

.bg-blue-darker{
  background: #343a40;
}

.bg-grey-lighter{
  background: #f5f5f5;
}

.bg-none{
  background: none !important;
}

.bg-grey-light{
  background: #ddd;
}

.bg-grey{
  background: #666;
}

.bg-grey-dark{
  background: #444;
}

.bg-yellow-lighter{
  background: #fff982;
}


.bg-pink{
  background: #FE3745 !important;
}

.bg-white{
  backdrop-filter: #fffff;
}


.hover-bg-pink-dark:hover{
  background: #e43743 !important;
}

.hover-bg-pink:hover{
  background: #FE3745 !important;
}

.bg-smooth{
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
}

.lh-3rem{
  line-height: 3rem;
}

.lh-36px{
  line-height: 36px;
}

.service-card{
  text-decoration: none;
  position: relative;
  align-items: center;
}
.service-card .box{
  /* position: absolute; */
  background: #fff;
}

.services .service-card .box{
  margin-right: 3rem;
  width: calc(100% - 2.5rem);
  left: 2.5rem;
  padding-left: 5rem !important;
}

.service-card .blue{
  background: #88b5e5;
}
.service-card .yellow{
  background: #f4e8a6;
}
.service-card .red{
  background: #d77a7d;
}
.service-card .green{
  background: #97dbc5;
}

.justify-between {
  justify-content: space-between;
}


/* .service-card.blue i{
  color: #4387f6;
}
.service-card.yellow i{
  color: #f7e75c;
}
.service-card.red i{
  color: #fa718e;
}
.service-card.green i{
  color: #6ab25b;
} */

/* .service-card{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  color: #777 !important;
  padding-top: 2rem;
  border-top: 3px solid #aaa;
  padding-bottom: 2rem;
  font-size: 1.3em;
  text-decoration: none !important;
  background: linear-gradient(90deg, #e3e3e3, #ededed);
} */

/* .service-card::after{
  left: 0;
  position: absolute;
  top: 0;
  height: 0;
  width: 7rem;
  border-bottom: 95px solid #ededed;
  border-left: 0px solid transparent;
  border-right: 25px solid transparent;
} */


.news-card{
  position: relative;
  color: #777 !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-top: 3px solid #aaa;
  text-decoration: none !important;
  background: linear-gradient(90deg, #efefef, #e6e6e6);
}

.news-card::after{
  right: 0;
  position: absolute;
  top: 0;
  height: 0;
  width: 12rem;
  border-bottom: 191px solid #efefef;
  border-right: 0px solid transparent;
  border-left: 25px solid transparent;
}

.news-card:hover{
  border-top-color: #FE3745;
}

.news-card p{
  font-family: "Montserrat";
  font-size: .9rem;
  color: #333;
  z-index: 10;
  position: relative;
}

.news-card .split-line{
  height: 1px;
  width: 100%;
  background: #ccc;
  z-index: 10;
  position: relative;
}

.service-card i{
  color: #aaa;
}

.service-card:hover{
  text-decoration: none;
  /* color: #fff !important;
  border-top-color: #FE3745;
  background: linear-gradient(90deg, #ff6e6e, #FE3745); */
}

.service-card:hover .font-roboto{
  color: #333;
}

.service-card:hover .box{
  box-shadow: 5px 5px 5px #ccc !important;
}


.hover-text-white:hover{
  color: #fff;
}

.hover-text-pink:hover{
  color: #FE3745 !important;
}

.hover-text-white:hover i{
  color: #fff;
}

.text-white{
  color: white;
}

.text-green{
  color: #23b38d;
}

.border-0{
  border: 0;
}

.greyscale{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: .3s all;
  opacity: .8;
}

.greyscale:hover{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

.dropdown-menu{
  transform: translate3d(-150px, 50px, 0px) !important;
  width: 15rem;
}

.dropdown-item:focus, .dropdown-item:hover{
  font-weight: normal;
}

.dropdown-menu .dropdown-item{
  color: #555;
  padding-top: .8rem;
  padding-bottom: .8rem;
  /* padding-left: 3rem;
  padding-right: 3rem; */
}

.dropdown-menu .dropdown-item:active{
  background: #f5f5f5;
}

.dropdown-menu .dropdown-item.active{
  background: #f5f5f5;
  color: #111;
}

.dropdown-menu .dropdown-item.active i{
  color: #FE3745;
}

.underline-none{
  text-decoration: none;
}

.underline-none:hover{
  text-decoration: none;
}

.hover-box-shadow:hover{
  box-shadow: 5px 5px 5px #ccc;
}


.my-5{
  margin: 5rem 0;
}

.my-6{
  margin: 6rem 0;
}

.my-8{
  margin: 8rem 0;
}

.my-10{
  margin: 6rem 0;
}

.mt-1{
  margin-top: 1rem;
}

.mt-2{
  margin-top: 2rem;
}

.mt-6{
  margin-top: 6rem;
}

.mt-8{
  margin-top: 8rem;
}

.mt-10{
  margin-top: 10rem;
}

.-mb-12{
  margin-bottom: -12rem;
}
.-mb-10{
  margin-bottom: -10rem;
}


.mb-0{
  margin-bottom: 0;
}

.mb-2{
  margin-bottom: 2rem;
}

.mb-7{
  margin-bottom: 7rem;
}

.mb-10{
  margin-bottom: 10rem;
}
.mb-12{
  margin-bottom: 12rem;
}

.px-3{
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-1{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-4rem{
  padding: 4rem 0;
}

.py-6rem{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-8rem{
  padding: 8rem 0;
}

.pt-6{
  padding-top: 5rem;
}

.pt-8{
  padding-top: 8rem;
}

.pb-4{
  padding-bottom: 4rem;
}

.pb-10{
  padding-bottom: 10rem;
}

.pb-32{
  padding-bottom: 32rem;
}

.p-1rem{
  padding: 1rem;
}

.p-2{
  padding: 2rem;
}

.pl-5rem{
  padding-left: 5rem;
}

.border-pink{
  border-color: #FE3745 !important;
}

.border-orange{
  border: 1px solid #ffc107 !important;
}

.border-grey{
  border: 1px solid #ccc;
}

.border-2{
  border: 2px solid;
}
.border-4{
  border-width: 4px solid !important;
}

.h-px{
  height: 1px;
}

.h-1{
  height: 0.25rem;
}

.h-1rem{
  height: 1rem;
}

.h-3rem{
  height: 3rem;
}

.h-35px{
  height: 35px;
}

.h-2{
  height: 2rem;
}
.h-5{
  height: 5rem;
}

.h-18{
  height: 18rem;
}

.h-20{
  height: 20rem;
}
.h-26{
  height: 26rem;
}

.h-90{
  height: 25rem
}

.h-120{
  height: 37.5rem
}

.h-50vh{
  height: 50vh;
}

.w-1{
  width: 1rem;
}

.w-2{
  width: 2rem;
}
.w-3{
  width: 3rem;
}
.w-5{
  width: 5rem;
}

.w-8{
  width: 5rem;
}

.w-7{
  width: 7rem;
}

.w-8rem{
  width: 8rem;
}

.w-9{
  width: 9rem;
}
.w-10{
  width: 10rem;
}
.w-11{
  width: 11rem;
}

.w-15{
  width: 15rem;
}

.w-19{
  width: 19rem;
}
.w-20{
  width: 20rem;
}
.w-22{
  width: 22rem;
}


.w-24{
  width: 24rem;
}

.w-30{
  width: 30rem;
}

.w-35{
  width: 35rem;
}
.w-40{
  width: 40rem;
}

.w-80{
  width: 80rem;
}

.w-50-perc{
  width: 50%;
}

.w-85perc{
  width: 85%;
}

.-right-1{
  right: -1rem;
}

.right-0{
  right: 0;
}


.-left-1{
  left: -1rem;
}

.left-0{
  left: 0;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.text-2xs{
  font-size: 0.8rem;
}
.text-3xs{
  font-size: 0.7rem;
}
.text-4xs{
  font-size: 0.6rem;
}
.text-16px{
  font-size: 16px;
}
.text-1dot5xs{
  font-size: .9rem;
}
.text-xs{
  font-size: 1.1rem;
}

.text-sm{
  font-size: 1.3rem !important;
}

.text-md{
  font-size: 1.5rem;
}

.text-lg{
  font-size: 1.7rem;
}

.text-xl{
  font-size: 2rem;
}

.text-2xl{
  font-size: 3rem;
}
.text-4xl{
  font-size: 4rem;
}


.text-grey-lightest{
  color: #f5f5f5;
}

.text-blue{
  color: #88b5e5;
}

.hover-text-grey:hover{
  color: #bbb !important;
}

.text-grey-lighter{
  color: #f2f2f2;
}
.text-grey-light{
  color: #ccc;
}

.text-grey{
  color: #aaa;
}

.text-grey-dark{
  color: #777;
}

.text-grey-dark{
  color: #555;
}

.hover-text-grey-darkest:hover{
  color: #222;
}

.text-grey-darker{
  color: #333;
}

.text-grey-darkest{
  color: #222;
}

.text-pink{
  color: #FE3745;
}

.text-blue-darker{
  color: #5B6271 !important;
}

.text-blue-darkest{
  color: #3D4556;
}

.text-orange{
  color: #ffc107;
}

.text-green{
  color: #13c453;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.-bottom-3{
  bottom: -3rem;
}

.-bottom-3dot1{
  bottom: -3.1rem;
}

.bottom-0{
  bottom: 0;
}

.bottom-05{
  bottom: 0.5rem;
}

.bottom-5{
  bottom: 5rem;
}

.left-5{
  left: 5rem;
}

.float-right{
  float: right;
}

.strip{
  position: relative;
  margin-left: -10px;
	background-color: #999;
}

.strip:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
	top: 100%;
	border-width: 3px 5px;
	border-style: solid;
	border-color: #bb9522 #bb9522 transparent transparent;
}

.strip:before {
	content: ' ';
	position: absolute;
	width: 30px;
	height: 0;
	left: -20px;
	top: 7px;
	border-width: 20px 10px;
	border-style: solid;
	border-color: #ffc107 #ffc107 #ffc107 transparent;
}

.social-bg{
  background: url('../img/social-media-background.png');
  background-size: 50rem;
}

.header-bg{
  background: url('../img/header-bg.jpg');
  background-position: right;
  background-size: cover;
}

.header-menu{
  box-shadow: 0 0 5px #ccc;
}

.-top-13{
  top: -13rem;
}

.-top-5{
  top: -5rem;
}

.-top-2{
  top: -2rem;
}

.top-0{
  top: 0rem;
}
.top-1px{
  top: 1px;
}

.top-5px{
  top: 5px;
}
.top-9px{
  top: 9px;
}

.top-102{
  top: 102px;
}

.top-3{
  top: 3px;
}

.top-8{
  top: 8rem;
}

.top-10{
  top: 10rem;
}

.opacity-05{
  opacity: .5;
}

.transition-xs{
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.transition{
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.transition-md{
  transition: all .7s ease-in-out;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
}
.transition-lg{
  transition: all .9s ease-in-out;
  -webkit-transition: all .9s ease-in-out;
  -moz-transition: all .9s ease-in-out;
  -o-transition: all .9s ease-in-out;
}


.move-none{
  transform: translate(0,0) !important;
  -webkit-transform: translate(0,0) !important;
  -o-transform: translate(0,0) !important;
  -moz-transform: translate(0,0) !important;
}

.scale-none{
  transform: scale(0);
}

.scale-1{
  transform: scale(1);
}

.move-right{
  transform: translate(800px,0);
  -webkit-transform: translate(800px,0);
  -o-transform: translate(800px,0);
  -moz-transform: translate(800px,0);
}

.move-left{
  transform: translate(-800px,0);
  -webkit-transform: translate(-800px,0);
  -o-transform: translate(-800px,0);
  -moz-transform: translate(-800px,0);
}

.hover-light:hover{
  opacity: .8 !important;
}
.hover-dark:hover{
  filter: brightness(.9) !important;
}
.hover-darker:hover{
  filter: brightness(.5) !important;
}

.no-results{
  text-align: center;
  font-size: 20px;
}

.chat-window{
  height: 20rem;
  border: 1px solid #ccc;
  background: #ddd;
  overflow-y: auto;
}

.chat-window .message-wrapper.new{
  background: #eaf0ff;
  padding-top: 1rem;
}

.chat-window .message{
  max-width: 80%;
}


.chat-window .message-wrapper:not(.new) .message{
  margin: 1rem;
}

.chat-window .message-wrapper.new .message.is-outcome{
  margin-right: 1rem;
}

.chat-window .message-wrapper.new .message.is-income{
  margin-left: 1rem;
}

.chat-window .message.is-outcome{
  margin-left: auto !important;
  text-align: right;
}

.chat-window .message-wrapper .message span{
  padding: .5rem;
  line-height: 24px;
  display: inline-block;
  border-radius: 10px;
  font-family: "Montserrat";
  font-size: .9rem;
  position: relative;
}

.chat-window .message-wrapper .message.is-income span{
  background: #f5f5f5;
  color: #555;
}

.chat-window .message.is-outcome span{
  background: #33bdff;
  color: #fff;
}

.chat-window .message-wrapper .message span::after{
  width: 15px;
  bottom: 0;
  position: absolute;
}

.chat-window .message-wrapper .message.is-outcome span::after{
  right: -5px;
  border-right: 15px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 15px solid #33bdff;
}

.chat-window .message-wrapper .message.is-income span::after{
  left: -5px;
  border-left: 15px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 15px solid #f5f5f5;
}

.chat-window .message .date{
  color: #aaa;
  font-size: .7rem;
}

.chat-window-wrapper .text-input{
  padding: 1rem;
  border: 1px solid #ccc;
  width: 100%;
}

.chat-window-wrapper .err{
  font-size: 12px;
  color: #fe3745;
}


.breadcrumbs li a.active{
  border-bottom: 3px solid #FE3745;
  color: #555;
}

.breadcrumbs li a:not(.active):hover{
    border-bottom: 3px solid #eee;
}

.breadcrumbs li a.active i{
  color: #FE3745;
}


.tabs-wrapper{
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  /* max-width: 750px; */
}

.tab {
  overflow: hidden;
  border-bottom: 2px solid #c41319;
  background: #f5f5f5;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}

.hidden{
  display: none;
}

.flex {
  display: flex;
}

.tabcontent {
  display: none;
  padding: 20px 12px;
  border-top: none;
  background: #f5f5f5;
}

.cursor-pointer{
  cursor: pointer;
}


.outline-none{
  outline: none;
}

.border-none{
  border: none;
}

#generate-csv-block button:disabled {
  background-color: #ccc !important;
}

.table{
  width: 100%;
  margin-top: 2rem;
  color: #444;
  border-collapse: collapse;
}

.table th, td{
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}

.table th{
  background: #ddd;
}

.rounded{
  border-radius: 50%;
}

.d-inline{
  display: inline-block;
}

.mr-2{
  margin-right: .5rem;
}

.ml-7px{
  margin-left: 7px;
}

.action-table-button{
  width: 3rem;
  height: 3rem;
  background: #3ecb89;
  border: none;
  color: #fff;
  border-radius: 5px;
}

.action-table-button:hover{
  background: #2db173;
}

