.lc-block:not(.lcb-alt) .btn-login {
  top: 50%;
  margin-top: -25px;
  right: -25px;
}

.lc-block:not(.toggled) {
  display: none;
}

.lc-block .checkbox {
  margin: 5px 0 0 42px;
  text-align: left;
}

.lc-block.toggled {
  z-index: 10;
}

.login-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0%;
  bottom: -45px;
}

.login-navigation > li {
  display: inline-block;
  margin: 0 2px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  cursor: pointer;
  vertical-align: top;
  color: #fff;
  line-height: 16px;
  min-width: 16px;
  min-height: 16px;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.login-navigation > li > span {
  opacity: 0;
  filter: alpha(opacity=0);
}

.login-navigation > li:not(:hover) {
  font-size: 0px;
  border-radius: 100%;
}

.login-navigation > li:hover {
  border-radius: 10px;
  padding: 0 5px;
  font-size: 8px;
}

.login-navigation > li:hover > span {
  opacity: 1;
  filter: alpha(opacity=100);
}

.lcb-alt {
  padding: 70px 55px 60px;
}

.lcb-alt .btn-login {
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
}

.lcb-alt .login-navigation {
  bottom: -75px;
}

.lcb-user {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.18);
}

div.login-content {
  text-align: center;
  /* background: url('/img/background.svg'); */
  background: url('/img/bg.png');
  /* background-position: center center; */
  background-size: cover;
}

div.login-content:before {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.45); */
  content: "";
  z-index: 0;
}

.login-content .forgot-pass-process {
  font-size: 15px;
  position: relative;
  color: white;
}

.login-content .forgot-pass-process:hover {
  text-decoration: underline;
}

.login-content .customer-process-error {
  position: relative;
  font-size: 17px;
  color: white;
  max-width: 35%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 33px;
  line-height: 29px;
}

.login-content .lc-block-customer-process  .customer-process-error {
  max-width: 100%;
}

.login-content .customer-process-error a {
  color: #4b5bab;
}

.login-content .customer-process-error a:hover {
  text-decoration: underline;
}

.table-common-script button:hover {
  color: black !important;
}

#profile-main {
  min-height: 500px;
  position: relative;
}

#profile-main .pm-overview {
  overflow-y: auto;
}

@media (min-width: 1200px) {
  #profile-main .pm-overview {
    width: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  #profile-main .pm-overview {
    width: 250px;
  }
}

@media (min-width: 768px) {
  #profile-main .pm-overview {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f8f8f8;
    border-right: 1px solid #eee;
  }
}

@media (max-width: 767px) {
  #profile-main .pm-overview {
    width: 100%;
    background: #333;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  #profile-main .pm-body {
    padding-left: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  #profile-main .pm-body {
    padding-left: 250px;
  }
}

@media (max-width: 767px) {
  #profile-main .pm-body {
    padding-left: 0;
  }
}

#profile-main .pmo-pic {
  position: relative;
  margin: 20px;
}

@media (min-width: 768px) {
  #profile-main .pmo-pic img {
    width: 100%;
    border-radius: 2px 2px 0 0;
  }
}

@media (max-width: 767px) {
  #profile-main .pmo-pic img {
    width: 180px;
    display: inline-block;
    height: 180px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
  }
  .login-1{
    width: 100% !important;
  }
  .login-2{
    display: none;
  }
}

#profile-main .pmo-pic .pmo-stat {
  border-radius: 0 0 2px 2px;
  color: #fff;
  text-align: center;
  padding: 30px 5px 0;
}

@media (min-width: 768px) {
  #profile-main .pmo-pic .pmo-stat {
    background: #ffc107;
    padding-bottom: 15px;
  }
}

#profile-main .pmo-pic .pmop-edit {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.38);
  text-align: center;
  padding: 10px 10px 11px;
}

#profile-main .pmo-pic .pmop-edit:hover {
  background: rgba(0, 0, 0, 0.8);
}

#profile-main .pmo-pic .pmop-edit i {
  font-size: 18px;
  vertical-align: middle;
  margin-top: -3px;
}

@media (min-width: 768px) {
  #profile-main .pmo-pic .pmop-edit {
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  #profile-main .pmo-pic .pmop-edit i {
    margin-right: 4px;
  }
}

#profile-main .pmo-pic:hover .pmop-edit {
  opacity: 1;
  filter: alpha(opacity=100);
}

#profile-main .pmo-pic .pmop-message {
  position: absolute;
  bottom: 27px;
  left: 50%;
  margin-left: -25px;
}

#profile-main .pmo-pic .pmop-message .dropdown-menu {
  padding: 5px 0 55px;
  left: -90px;
  width: 228px;
  height: 150px;
  top: -74px;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

#profile-main .pmo-pic .pmop-message .dropdown-menu textarea {
  width: 100%;
  height: 95px;
  border: 0;
  resize: none;
  padding: 10px 19px;
}

#profile-main .pmo-pic .pmop-message .dropdown-menu button {
  bottom: 5px;
  left: 88px;
}

#profile-main .pmb-block {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  #profile-main .pmb-block {
    padding: 40px 42px 0;
  }
}

@media (max-width: 1199px) {
  #profile-main .pmb-block {
    padding: 30px 20px 0;
  }
}

#profile-main .pmb-block:last-child {
  margin-bottom: 50px;
}

#profile-main .pmb-block .pmbb-header {
  margin-bottom: 25px;
  position: relative;
}

#profile-main .pmb-block .pmbb-header .actions {
  position: absolute;
  top: -2px;
  right: 0;
}

#profile-main .pmb-block .pmbb-header h2 {
  margin: 0;
  font-weight: 100;
  font-size: 20px;
}

#profile-main .pmb-block .pmbb-edit {
  position: relative;
  z-index: 1;
}

#profile-main .pmo-block {
  padding: 25px;
}

#profile-main .pmo-block > h2 {
  font-size: 16px;
  margin: 0 0 15px;
}

#profile-main .pmo-items .pmob-body {
  padding: 0 10px;
}

#profile-main .pmo-items a {
  display: block;
  padding: 4px;
}

#profile-main .pmo-items a img {
  width: 100%;
}

.pmo-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pmo-contact ul li {
  position: relative;
  padding: 8px 0 8px 35px;
}

.pmo-contact ul li i {
  font-size: 18px;
  vertical-align: top;
  line-height: 100%;
  position: absolute;
  left: 0;
  width: 18px;
  text-align: center;
}

.pmo-map {
  margin: 20px -20px -18px;
  display: block;
}

.pmo-map img {
  width: 100%;
}

@media (max-width: 767px) {
  .c-timeline {
    background: #edecec;
    box-shadow: none;
  }

  .c-timeline .tab-nav {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  }
}

.timeline {
  position: relative;
}

@media (min-width: 768px) {
  .timeline {
    padding: 50px;
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .timeline {
    margin-top: 30px;
  }
}

.t-view {
  border: 1px solid #eee;
  position: relative;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .t-view {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  }
}

.t-view .tv-header {
  padding: 16px 18px;
  border-bottom: 1px solid #eee;
  background: #f9f9f9;
}

.t-view .tv-header .actions {
  position: absolute;
  top: 5px;
  right: 10px;
}

.t-view .tv-body {
  padding: 23px 25px;
}

.t-view .tv-body .tvb-lightbox {
  margin: 0 -8px 15px;
}

.t-view .tv-body .tvb-lightbox [data-src] {
  padding: 0 5px;
  margin-bottom: 5px;
}

.t-view .tvh-user {
  display: block;
}

.t-view .tvh-user img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.t-view:before {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: -70px;
  top: 0;
  border: 3px solid #fff;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  font-family: "Material-Design-Iconic-Font";
  z-index: 1;
}

.t-view:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 1px;
  height: calc(100% + 37px);
}

.t-view[data-tv-type="text"]:before {
  content: "\f24f";
  background: #00bcd4;
  box-shadow: 0 0 0 1px #00bcd4;
}

.t-view[data-tv-type="text"]:after {
  background: #00bcd4;
}

.t-view[data-tv-type="image"]:before {
  content: "\f17f";
  background: #4caf50;
  box-shadow: 0 0 0 1px #4caf50;
}

.t-view[data-tv-type="image"]:after {
  background: #4caf50;
}

.t-view[data-tv-type="video"]:before {
  content: "\f3a9";
  background: #ffc107;
  box-shadow: 0 0 0 1px #ffc107;
}

.t-view[data-tv-type="video"]:after {
  background: #ffc107;
}

.t-view .tvb-stats {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px;
}

.t-view .tvb-stats > li {
  display: inline-block;
  padding: 5px 10px 6px;
  border: 1px solid #ccc;
  margin-right: 2px;
}

.t-view .tvb-stats > li i {
  font-size: 15px;
  line-height: 100%;
  vertical-align: top;
  margin-top: 2px;
}

.t-view .tvb-stats > li.tvbs-comments {
  border-color: #4caf50;
  color: #4caf50;
}

.t-view .tvb-stats > li.tvbs-likes {
  border-color: #03a9f4;
  color: #03a9f4;
}

.t-view .tvb-stats > li.tvbs-views {
  border-color: #ff9800;
  color: #ff9800;
}

.tv-comments .tvc-lists {
  padding: 0;
  list-style: none;
  margin: 0;
}

.tv-comments .tvc-lists > li {
  padding: 15px 20px;
  margin: 0;
  border-top: 1px solid #eee;
}

.tvc-more {
  color: #333;
  display: block;
  margin-bottom: -10px;
}

.tvc-more:hover {
  color: #000;
}

.tvc-more i {
  vertical-align: middle;
  margin-right: 5px;
}

.p-header {
  position: relative;
  margin: 0 -7px;
}

.p-header .actions {
  position: absolute;
  top: -18px;
  right: 0;
}

.p-menu {
  list-style: none;
  padding: 0 5px;
  margin: 0 0 30px;
}

.p-menu > li {
  display: inline-block;
  vertical-align: top;
}

.p-menu > li > a {
  display: block;
  padding: 5px 20px 5px 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}

.p-menu > li > a > i {
  margin-right: 4px;
  font-size: 20px;
  vertical-align: middle;
  margin-top: -5px;
}

.p-menu > li:not(.active) > a {
  color: #4285f4;
}

.p-menu > li:not(.active) > a:hover {
  color: #333;
}

.p-menu > li.active > a {
  color: #000;
}

@media (max-width: 991px) {
  .p-menu .pm-search {
    margin: 20px 2px 30px;
    display: block;
  }

  .p-menu .pm-search input[type="text"] {
    width: 100%;
    border: 1px solid #ccc;
  }
}

.p-menu .pms-inner {
  margin: -2px 0 0;
  position: relative;
  top: -2px;
  overflow: hidden;
  white-space: nowrap;
}

.p-menu .pms-inner i {
  vertical-align: top;
  font-size: 20px;
  line-height: 100%;
  position: absolute;
  left: 9px;
  top: 8px;
  color: #333;
}

.p-menu .pms-inner input[type="text"] {
  height: 35px;
  border-radius: 2px;
  padding: 0 10px 0 40px;
}

@media (min-width: 768px) {
  .p-menu .pms-inner input[type="text"] {
    border: 1px solid #fff;
    width: 50px;
    background: transparent;
    position: relative;
    z-index: 1;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }

  .p-menu .pms-inner input[type="text"]:focus {
    border-color: #dfdfdf;
    width: 200px;
  }
}

.photos {
  margin: -3px 0 0;
}

.photos .lightbox {
  margin: 0 -8px;
}

.photos:not(.p-timeline) [data-src] {
  padding: 3px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}

.p-grid {
  list-style: none;
  padding: 0;
  margin: 0 0 23px;
  text-align: center;
}

.p-grid > li {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border: 1px solid #d5d5d5;
  line-height: 27px;
  font-size: 12px;
  color: #ababab;
  border-radius: 50%;
  cursor: pointer;
  letter-spacing: -1px;
  padding-right: 1px;
  margin: 0 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p-grid > li:hover {
  border-color: #c0c0c0;
}

.p-grid > li.active {
  color: #8c8c8c;
  border-color: #8c8c8c;
}

.p-timeline {
  position: relative;
  padding-left: 80px;
  margin-bottom: 75px;
}

.p-timeline [data-src] {
  float: left;
  width: 70px;
  height: 70px;
  margin: 0 3px 3px 0;
}

.p-timeline:last-child .pt-line:before {
  height: 100%;
}

.ptb-title {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}

.pt-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 14px;
}

.pt-line:before,
.pt-line:after {
  content: "";
  position: absolute;
}

.pt-line:before {
  width: 1px;
  height: calc(100% + 63px);
  background: #e2e2e2;
  top: 14px;
  right: -20px;
}

.pt-line:after {
  top: 2px;
  right: -26px;
  width: 13px;
  height: 13px;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
}

.contacts:not(.c-profile) {
  padding: 0 8px;
}

.contacts > [class*="col-"] {
  padding: 0 10px;
}

.contacts .c-item {
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  margin-bottom: 24px;
}

.contacts .c-item .ci-avatar {
  display: block;
}

.contacts .c-item .ci-avatar img {
  width: 100%;
  border-radius: 2px 2px 0 0;
}

.contacts .ci-avatar {
  margin: -1px -1px 0;
}

.contacts .c-info {
  text-align: center;
  margin-top: 15px;
  padding: 0 5px;
}

.contacts .c-info strong {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.contacts .c-info small {
  color: #999;
  margin-top: 3px;
}

.contacts .c-info strong,
.contacts .c-info small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.contacts .c-footer {
  border-top: 1px solid #e2e2e2;
  margin-top: 18px;
}

.contacts .c-footer > button {
  padding: 4px 10px 3px;
  display: block;
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: 500;
  border-radius: 2px;
  background: #fff;
  border: 0;
}

.contacts .c-footer > button > i {
  font-size: 16px;
  vertical-align: middle;
  margin-top: -3px;
}

.z-depth-1 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

.z-depth-1-top {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.z-depth-1-bottom {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}

.z-depth-2 {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}

.z-depth-2-top {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19);
}

.z-depth-2-bottom {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
}

.z-depth-3 {
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
}

.z-depth-3-top {
  box-shadow: 0 17px 50px rgba(0, 0, 0, 0.19);
}

.z-depth-3-bottom {
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24);
}

.z-depth-4 {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22), 0 25px 55px rgba(0, 0, 0, 0.21);
}

.z-depth-4-top {
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.21);
}

.z-depth-4-bottom {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
}

.z-depth-5 {
  box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2), 0 40px 77px rgba(0, 0, 0, 0.22);
}

.z-depth-5-top {
  box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22);
}

.z-depth-5-bottom {
  box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2);
}

.z-depth-animation .z-depth-1,
.z-depth-animation .z-depth-2,
.z-depth-animation .z-depth-3,
.z-depth-animation .z-depth-4,
.z-depth-animation .z-depth-5 {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/*
 * Block Header
 * Used for Heading outside the Cards.
 */

.block-header {
  margin-bottom: 25px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .block-header {
    padding: 0 22px;
  }
}

@media screen and (max-width: 991px) {
  .block-header {
    padding: 0 18px;
  }
}

.block-header > h2 {
  font-size: 15px;
  color: #777;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}

.block-header > h2 > small {
  display: block;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 20px;
  color: #9e9e9e;
  line-height: 140%;
}

.block-header .actions {
  position: absolute;
  right: 10px;
  top: -5px;
  z-index: 4;
}

/*
 * Header Actions
 */

.actions {
  list-style: none;
  padding: 0;
  z-index: 3;
  margin: 0;
}

.actions > li {
  display: inline-block;
  vertical-align: baseline;
}

.actions > li > a,
.actions > a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
}

.actions > li > a > i,
.actions > a > i {
  color: #adadad;
  font-size: 20px;
}

.actions > li > a:hover > i,
.actions > a:hover > i {
  color: #000;
}

@media (min-width: 768px) {
  .actions > li > a,
  .actions > a {
    position: relative;
  }

  .actions > li > a:before,
  .actions > a:before {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 0;
    border-radius: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .actions > li > a:hover:before,
  .actions > a:hover:before,
  .actions > li > a.open:before,
  .actions > a.open:before {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.actions > li.open > a > i,
.actions.open > a > i {
  color: #000;
}

.actions > li.open > a:before,
.actions.open > a:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.actions.actions-alt > li > a > i {
  color: #fff;
}

.actions.actions-alt > li > a > i:hover {
  color: #fff;
}

.actions.actions-alt > li.open > a > i {
  color: #fff;
}

.actions.open {
  z-index: 3;
}

/*
 * Collapse Menu Icons
 */

.line-wrap {
  width: 18px;
  height: 12px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  margin: 12px 20px;
}

.line-wrap .line {
  width: 18px;
  height: 2px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.line-wrap .line.center {
  margin: 3px 0;
}

.open .line-wrap {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.open .line-wrap .line.top {
  width: 12px;
  transform: translateX(-1px) translateY(1px) rotate(-45deg);
  -webkit-transform: translateX(-1px) translateY(1px) rotate(-45deg);
}

.open .line-wrap .line.bottom {
  width: 12px;
  transform: translateX(-1px) translateY(-1px) rotate(45deg);
  -webkit-transform: translateX(-1px) translateY(-1px) rotate(45deg);
}

/*
 * Load More
 */

.load-more {
  text-align: center;
  margin-top: 30px;
}

.load-more a {
  padding: 5px 10px 3px;
  display: inline-block;
  background-color: #f44336;
  color: #fff;
  border-radius: 2px;
  white-space: nowrap;
}

.load-more a i {
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  margin-top: -2px;
}

.load-more a:hover {
  background-color: #ea1c0d;
}

.ie-warning {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #000000;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-family: "Courier New", Courier, monospace;
  padding: 50px 0;
}

.ie-warning p {
  font-size: 17px;
}

.ie-warning .iew-container {
  min-width: 1024px;
  width: 100%;
  height: 200px;
  background: #fff;
  margin: 50px 0;
}

.ie-warning .iew-download {
  list-style: none;
  padding: 30px 0;
  margin: 0 auto;
  width: 720px;
}

.ie-warning .iew-download > li {
  float: left;
  vertical-align: top;
}

.ie-warning .iew-download > li > a {
  display: block;
  color: #000;
  width: 140px;
  font-size: 15px;
  padding: 15px 0;
}

.ie-warning .iew-download > li > a > div {
  margin-top: 10px;
}

.ie-warning .iew-download > li > a:hover {
  background-color: #eee;
}

/*
 * Animation
 */

@-webkit-keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Make clicks pass-through */

#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: linear all;
  -o-transition: linear all;
  transition: linear all;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
  filter: alpha(opacity=0);
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
  filter: alpha(opacity=100);
}

#loading-bar .bar {
  -webkit-transition: width;
  -o-transition: width;
  transition: width;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  background: rgba(255,255,255, 0.13);
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */

#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: 0.45;
  filter: alpha(opacity=45);
  box-shadow: #fff 1px 0 6px 1px;
  border-radius: 100%;
  z-index: 99999;
}

#loading-bar-spinner {
  width: 56px;
  height: 56px;
  text-align: center;
  padding: 14px;
  border-radius: 50%;
  position: fixed;
  top: 105px;
  left: 50%;
  margin-left: -28px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

#loading-bar-spinner .spinner-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0;
  float: left;
  background: transparent !important;
  border: 2px solid #00bcd4;
  border-bottom-color: transparent !important;
  border-radius: 100%;
  -webkit-animation: ball-clip-rotate 0.75s linear infinite;
  -o-animation: ball-clip-rotate 0.75s linear infinite;
  animation: ball-clip-rotate 0.75s linear infinite;
}

#loading-bar-spinner:before,
#loading-bar-spinner:after {
  content: " ";
  display: table;
}

#loading-bar-spinner:after {
  clear: both;
}

#loading-bar-spinner:before,
#loading-bar-spinner:after {
  content: " ";
  display: table;
}

#loading-bar-spinner:after {
  clear: both;
}

#footer {
  text-align: center;
  width: 100%;
  color: #a2a2a2;
  padding-top: 15px;
  padding-bottom: 15px;
}

#footer .f-menu {
  display: block;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-top: 8px;
}

#footer .f-menu > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

#footer .f-menu > li > a {
  color: #a2a2a2;
}

#footer .f-menu > li > a:hover {
  color: #777;
}

@media (min-width: 1199px) {
  body.sw-toggled #footer {
    padding-left: 268px;
  }
}

.pt-inner {
  text-align: center;
}

.pt-inner .pti-header {
  padding: 45px 10px 70px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}

.pt-inner .pti-header > h2 {
  margin: 0;
  line-height: 100%;
  color: #fff;
  font-weight: 100;
  font-size: 50px;
}

.pt-inner .pti-header > h2 small {
  color: #fff;
  letter-spacing: 0;
  vertical-align: top;
  font-size: 16px;
  font-weight: 100;
}

.pt-inner .pti-header .ptih-title {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 8px 10px 9px;
  text-transform: uppercase;
  margin: 0 -10px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.pt-inner .pti-body {
  padding: 0 23px;
}

.pt-inner .pti-body .ptib-item {
  padding: 15px 0;
  font-weight: 400;
}

.pt-inner .pti-body .ptib-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.pt-inner .pti-footer {
  padding: 10px 20px 30px;
}

.pt-inner .pti-footer > a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display: inline-block;
  line-height: 60px;
  font-size: 30px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.pt-inner .pti-footer > a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

.invoice {
  min-width: 1100px;
  max-width: 1170px;
}

.i-logo {
  width: 150px;
}

.i-table .highlight {
  background-color: #eee;
  border-bottom: 1px solid #e6e6e6;
}

.i-table td.highlight {
  font-size: 14px;
  font-weight: 500;
}

.wall-attrs {
  margin-bottom: 0;
}

.wa-stats {
  float: left;
}

.wa-stats > span {
  margin-right: -1px;
  padding: 7px 12px;
  border: 1px solid #e0e0e0;
  float: left;
  font-weight: 500;
}

.wa-stats > span.active {
  color: #4caf50;
}

.wa-stats > span:first-child {
  border-radius: 2px 0 0 2px;
}

.wa-stats > span:last-child {
  border-radius: 0 2px 2px 0;
}

.wa-stats > span > i {
  line-height: 100%;
  vertical-align: top;
  position: relative;
  top: 2px;
  font-size: 15px;
  margin-right: 2px;
}

.wa-users {
  float: right;
  padding: 0 !important;
  margin-right: -5px;
}

.wa-users > a {
  display: inline-block;
  margin-left: 2px;
}

.wa-users > a > img {
  width: 33px;
  height: 33px;
  border-radius: 50%;
}

.wa-users > a > img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.wcc-inner {
  border: 1px solid #e4e4e4;
  padding: 10px 15px;
  resize: none;
  border-radius: 2px;
  background: #fff;
  color: #9a9a9a;
  cursor: pointer;
}

.wcci-text {
  border: 0;
  display: block;
  width: 100%;
  resize: none;
  padding: 0;
}

.wall-comment-list {
  padding: 20px;
  background: #f7f7f7;
}

.wall-comment-list .media {
  position: relative;
}

.wall-comment-list .media:hover .actions {
  display: block;
}

.wall-comment-list .actions {
  display: none;
  position: absolute;
  right: -20px;
  top: -1px;
}

.wcl-list + .wcl-form {
  margin-top: 25px;
}

.wp-text {
  border: 0;
  padding: 0;
  display: block;
  width: 100%;
  resize: none;
}

.wp-media {
  background: #f7f7f7;
  border: 1px solid #e4e4e4;
  padding: 12px 15px;
  margin-top: 25px;
  text-align: center;
}

.wpb-actions {
  background: #f7f7f7;
  margin: 0;
  padding: 10px 20px;
}

.wpb-actions > li:not(.pull-right) {
  float: left;
}

[data-wpba="image"] {
  color: #4caf50;
}

[data-wpba="image"]:hover {
  color: #449d48;
}

[data-wpba="video"] {
  color: #ff9800;
}

[data-wpba="video"]:hover {
  color: #e68900;
}

[data-wpba="link"] {
  color: #00bcd4;
}

[data-wpba="link"]:hover {
  color: #00a5bb;
}

.wpba-attrs > ul > li {
  padding: 0;
  margin-right: 5px;
}

.wpba-attrs > ul > li > a {
  display: block;
  width: 22px;
}

.wpba-attrs > ul > li > a > i {
  font-size: 20px;
}

.wpba-attrs > ul > li > a.active > i {
  color: #333;
}

.wall-img-preview {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .wall-img-preview {
    margin: 0 -23px 20px;
  }
}

@media screen and (max-width: 991px) {
  .wall-img-preview {
    margin: 0 -16px 20px;
  }
}

.wall-img-preview .wip-item {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.wall-img-preview .wip-item > img {
  display: none;
}

.wall-img-preview .wip-item:first-child:nth-last-child(2),
.wall-img-preview .wip-item:first-child:nth-last-child(2) ~ div {
  width: 50%;
  padding-bottom: 40%;
}

.wall-img-preview .wip-item:first-child:nth-last-child(3),
.wall-img-preview .wip-item:first-child:nth-last-child(3) ~ div,
.wall-img-preview .wip-item:first-child:nth-last-child(4),
.wall-img-preview
  .wip-item:first-child:nth-last-child(4)
  ~ div:not(:last-child),
.wall-img-preview .wip-item:first-child:nth-last-child(5),
.wall-img-preview
  .wip-item:first-child:nth-last-child(5)
  ~ div:not(:nth-last-of-type(-n + 2)),
.wall-img-preview .wip-item:first-child:nth-last-child(6),
.wall-img-preview .wip-item:first-child:nth-last-child(6) ~ div,
.wall-img-preview
  .wip-item:first-child:nth-last-child(7)
  ~ div:nth-last-of-type(-n + 3) {
  width: 33.333333%;
  padding-bottom: 30%;
}

.wall-img-preview
  .wip-item:first-child:nth-last-child(5)
  ~ div:nth-last-of-type(-n + 2) {
  width: 50%;
  padding-bottom: 40%;
}

.wall-img-preview .wip-item:first-child:nth-last-child(7),
.wall-img-preview
  .wip-item:first-child:nth-last-child(7)
  ~ div:not(:nth-last-of-type(-n + 3)),
.wall-img-preview .wip-item:first-child:nth-last-child(n + 8),
.wall-img-preview .wip-item:first-child:nth-last-child(n + 8) ~ div {
  width: 25%;
  padding-bottom: 22%;
}

.wall-img-preview .wip-item:only-child,
.wall-img-preview .wip-item:first-child:nth-last-child(4) ~ div:nth-child(4) {
  width: 100%;
  padding-bottom: 50%;
}

/*
 * For header type 1 only
 * You may remove these if you opt header 2
 */

#header .skin-switch {
  padding: 15px 0 8px;
  text-align: center;
}

#header .ss-skin {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  margin: 2px 5px;
}

/* ----------------------------- End header type 1 ------------------------------------- */

/*
 * For header type 2 only
 * You may remove these if you opt header 1
 */

#header-2 .skin-switch {
  position: absolute;
  right: 58px;
  bottom: 23px;
  z-index: 1;
}

#header-2 .skin-switch .btn {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 25px;
  z-index: 2;
}

#header-2 .skin-switch .dropdown-menu {
  min-width: 130px;
  height: 130px;
  border-radius: 50%;
  width: 130px;
  top: -42px;
  left: -40px;
  z-index: 1;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0) rotate(-360deg);
  -ms-transform: scale(0) rotate(-360deg);
  -o-transform: scale(0) rotate(-360deg);
  transform: scale(0) rotate(-360deg);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

#header-2 .skin-switch .dropdown-menu .ss-skin {
  position: absolute;
}

#header-2 .skin-switch .dropdown-menu .ss-skin:nth-child(1) {
  margin-left: -8px;
  top: 12px;
  left: 50%;
}

#header-2 .skin-switch .dropdown-menu .ss-skin:nth-child(2) {
  right: 24px;
  top: 26px;
}

#header-2 .skin-switch .dropdown-menu .ss-skin:nth-child(3) {
  top: 50%;
  margin-top: -8px;
  right: 12px;
}

#header-2 .skin-switch .dropdown-menu .ss-skin:nth-child(4) {
  right: 24px;
  bottom: 26px;
}

#header-2 .skin-switch .dropdown-menu .ss-skin:nth-child(5) {
  margin-left: -8px;
  bottom: 12px;
  left: 50%;
}

#header-2 .skin-switch .dropdown-menu .ss-skin:nth-child(6) {
  left: 24px;
  bottom: 26px;
}

#header-2 .skin-switch .dropdown-menu .ss-skin:nth-child(7) {
  top: 50%;
  margin-top: -8px;
  left: 12px;
}

#header-2 .skin-switch .dropdown-menu .ss-skin:nth-child(8) {
  left: 24px;
  top: 26px;
}

#header-2 .skin-switch.open .dropdown-menu {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

/* ----------------------------- End header type 2 ------------------------------------- */

/*
 * Do not remove these
 * This is common for both
 */

.ss-skin {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
}

.ss-skin:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

[data-current-skin="lightblue"] {
  background-color: #03a9f4;
}

[data-current-skin="lightblue"] .ss-icon {
  color: #03a9f4;
}

@media (max-width: 767px) {
  [data-current-skin="lightblue"] .ha-menu {
    background: #03a9f4;
  }
}

[data-current-skin="bluegray"] {
  background-color: #607d8b;
}

[data-current-skin="bluegray"] .ss-icon {
  color: #607d8b;
}

@media (max-width: 767px) {
  [data-current-skin="bluegray"] .ha-menu {
    background: #607d8b;
  }
}

[data-current-skin="blue"] {
  background-color: #2196f3;
}

[data-current-skin="blue"] .ss-icon {
  color: #2196f3;
}

@media (max-width: 767px) {
  [data-current-skin="blue"] .ha-menu {
    background: #2196f3;
  }
}

[data-current-skin="purple"] {
  background-color: #9c27b0;
}

[data-current-skin="purple"] .ss-icon {
  color: #9c27b0;
}

@media (max-width: 767px) {
  [data-current-skin="purple"] .ha-menu {
    background: #9c27b0;
  }
}

[data-current-skin="orange"] {
  background-color: #ff9800;
}

[data-current-skin="orange"] .ss-icon {
  color: #ff9800;
}

@media (max-width: 767px) {
  [data-current-skin="orange"] .ha-menu {
    background: #ff9800;
  }
}

[data-current-skin="cyan"] {
  background-color: #00bcd4;
}

[data-current-skin="cyan"] .ss-icon {
  color: #00bcd4;
}

@media (max-width: 767px) {
  [data-current-skin="cyan"] .ha-menu {
    background: #00bcd4;
  }
}

[data-current-skin="green"] {
  background-color: #4caf50;
}

[data-current-skin="green"] .ss-icon {
  color: #4caf50;
}

@media (max-width: 767px) {
  [data-current-skin="green"] .ha-menu {
    background: #4caf50;
  }
}

[data-current-skin="teal"] {
  background-color: #009688;
}

[data-current-skin="teal"] .ss-icon {
  color: #009688;
}

@media (max-width: 767px) {
  [data-current-skin="teal"] .ha-menu {
    background: #009688;
  }
}

[data-current-skin="pink"] {
  background-color: #e91e63;
}

[data-current-skin="pink"] .ss-icon {
  color: #e91e63;
}

@media (max-width: 767px) {
  [data-current-skin="pink"] .ha-menu {
    background: #e91e63;
  }
}

.preloader {
  position: relative;
  margin: 0px auto;
  display: inline-block;
}

.preloader:not([class*="pl-"]) {
  width: 40px;
}

.preloader:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.preloader.pl-xs {
  width: 20px;
}

.preloader.pl-sm {
  width: 30px;
}

.preloader.pl-lg {
  width: 50px;
}

.preloader.pl-xl {
  width: 80px;
}

.preloader.pl-xxl {
  width: 100px;
}

.preloader:not([class*="pls-"]) .plc-path {
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}

.preloader[class*="pls-"] .plc-path {
  animation: dash 1.5s ease-in-out infinite;
}

.preloader.pls-red .plc-path {
  stroke: #f44336;
}

.preloader.pls-blue .plc-path {
  stroke: #2196f3;
}

.preloader.pls-green .plc-path {
  stroke: #4caf50;
}

.preloader.pls-yellow .plc-path {
  stroke: #ffeb3b;
}

.preloader.pls-bluegray .plc-path {
  stroke: #607d8b;
}

.preloader.pls-amber .plc-path {
  stroke: #ffc107;
}

.preloader.pls-teal .plc-path {
  stroke: #009688;
}

.preloader.pls-gray .plc-path {
  stroke: #9e9e9e;
}

.preloader.pls-pink .plc-path {
  stroke: #e91e63;
}

.preloader.pls-purple .plc-path {
  stroke: #9c27b0;
}

.pl-circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.plc-path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 2;
  stroke-miterlimit: 10;
  fill: none;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes color {
  100%,
  0% {
    stroke: #f44336;
  }

  40% {
    stroke: #2196f3;
  }

  66% {
    stroke: #4caf50;
  }

  80%,
  90% {
    stroke: #ffc107;
  }
}

@media print {
  @page {
    margin: 0;
    size: auto;
  }

  body {
    margin: 0mm 0mm 0mm 0mm !important;
    padding: 0mm !important;
  }

  #header,
  #footer,
  #sidebar,
  #chat,
  .growl-animated,
  .m-btn {
    display: none !important;
  }

  /*
     * INVOICE
     */

  .invoice {
    padding: 30px !important;
    -webkit-print-color-adjust: exact !important;
  }

  .invoice .card-header {
    background: #eee !important;
    padding: 20px;
    margin-bottom: 20px;
    margin: -60px -30px 25px -30px;
  }

  .invoice .block-header {
    display: none;
  }

  .invoice .highlight {
    background: #eee !important;
  }
}

/*
 * Vendor Overrides
 */

.mejs-container {
  outline: none;
}

.mejs-container .mejs-controls {
  background: #ec592f;
  height: 50px;
  padding: 10px 5px 0;
}

.mejs-container .mejs-controls div {
  height: 5px;
}

.mejs-container .mejs-controls div.mejs-time-rail {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 100% !important;
}

.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-total {
  margin: 0;
  width: 100% !important;
  background: #ec592f;
}

.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-loaded {
  background: #d04b25;
}

.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-current {
  background: #ffea00;
}

.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-buffering {
  background: #ec592f;
}

.mejs-container .mejs-controls div.mejs-time-rail span:not(.mejs-time-float),
.mejs-container .mejs-controls div.mejs-time-rail a {
  border-radius: 0;
  height: 3px;
}

.mejs-container .mejs-controls .mejs-button button {
  background-color: #ec592f;
  width: 15px;
  height: 15px;
  background-position: center;
}

.mejs-container .mejs-controls .mejs-button button:focus {
  outline: none !important;
}

.mejs-container .mejs-controls .mejs-volume-button {
  position: absolute;
  right: 35px;
}

.mejs-container .mejs-controls .mejs-play button {
  background-image: url("../img/icons/play.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .mejs-container .mejs-controls .mejs-play button {
    background-image: url("../img/icons/play@2x.png");
    background-size: 15px 15px;
  }
}

.mejs-container .mejs-controls .mejs-pause button {
  background-image: url("../img/icons/pause.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .mejs-container .mejs-controls .mejs-pause button {
    background-image: url("../img/icons/pause@2x.png");
    background-size: 15px 15px;
  }
}

.mejs-container .mejs-controls .mejs-mute button {
  background-image: url("../img/icons/speaker.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .mejs-container .mejs-controls .mejs-mute button {
    background-image: url("../img/icons/speaker@2x.png");
    background-size: 15px 15px;
  }
}

.mejs-container .mejs-controls .mejs-unmute button {
  background-image: url("../img/icons/speaker-2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .mejs-container .mejs-controls .mejs-unmute button {
    background-image: url("../img/icons/speaker-2@2x.png");
    background-size: 15px 15px;
  }
}

.mejs-container .mejs-controls .mejs-fullscreen-button {
  position: absolute;
  right: 5px;
}

.mejs-container .mejs-controls .mejs-fullscreen-button button {
  background-image: url("../img/icons/fullscreen.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .mejs-container .mejs-controls .mejs-fullscreen-button button {
    background-image: url("../img/icons/fullscreen@2x.png");
    background-size: 15px 15px;
  }
}

/** CALENDAR WIDGET **/

#calendar-widget {
  margin-bottom: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

#fc-actions {
  position: absolute;
  bottom: 10px;
  right: 12px;
}

.fc {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.fc td,
.fc th {
  border-color: #f0f0f0;
}

.fc th {
  font-weight: 400;
}

.fc table {
  background: transparent;
}

.fc table tr > td:first-child {
  border-left-width: 0;
}

#calendar-widget .fc-toolbar {
  background: #009688;
}

#calendar-widget .fc-day-header {
  color: #fff;
  background: #007d71;
  padding: 5px 0;
  border-width: 0;
}

#calendar-widget .fc-day-number {
  text-align: center;
  color: #adadad;
  padding: 5px 0;
}

#calendar-widget .fc-day-grid-event {
  margin: 1px 3px 1px;
}

#calendar-widget .ui-widget-header th,
#calendar-widget .ui-widget-header {
  border-width: 0;
}

#calendar .fc-toolbar {
  height: 300px;
  background-image: url("../img/cal-header.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-position: inherit;
}

#calendar .fc-toolbar:before {
  content: "";
  height: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.36);
  position: absolute;
  bottom: 0;
  left: 0;
}

#calendar .fc-toolbar .fc-center {
  margin-top: 238px;
  position: relative;
}

@media screen and (max-width: 991px) {
  #calendar .fc-toolbar {
    height: 200px;
  }

  #calendar .fc-toolbar .fc-center {
    margin-top: 138px;
  }
}

#calendar .fc-day-header {
  color: #adadad;
  text-align: left;
  font-size: 14px;
  border-bottom-width: 0;
  border-right-color: #eee;
  padding: 10px 12px;
}

#calendar .fc-day-number {
  padding-left: 10px !important;
  color: #ccc;
  text-align: left !important;
}

@media screen and (min-width: 991px) {
  #calendar .fc-day-number {
    font-size: 25px;
    letter-spacing: -2px;
  }
}

#calendar .fc-day-grid-event {
  margin: 1px 9px 0;
}

.fc-today {
  color: #ffc107;
}

.fc-toolbar {
  margin-bottom: 0;
  padding: 20px 7px 19px;
  position: relative;
}

.fc-toolbar h2 {
  margin-top: 7px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.fc-toolbar .ui-button {
  border: 0;
  background: 0 0;
  padding: 0;
  outline: none !important;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 2px;
  color: #fff;
}

.fc-toolbar .ui-button:hover {
  background: #fff;
  color: #009688;
}

.fc-toolbar .ui-button > span {
  position: relative;
  font-family: "Material-Design-Iconic-Font";
  font-size: 20px;
  line-height: 100%;
  width: 30px;
  display: block;
  margin-top: 2px;
}

.fc-toolbar .ui-button > span:before {
  position: relative;
  z-index: 1;
}

.fc-toolbar .ui-button > span.ui-icon-circle-triangle-w:before {
  content: "\f2fa";
}

.fc-toolbar .ui-button > span.ui-icon-circle-triangle-e:before {
  content: "\f2fb";
}

.fc-event {
  padding: 0;
  font-size: 11px;
  border-radius: 0;
  border: 0;
}

.fc-event .fc-title {
  padding: 2px 8px;
  display: block;
}

.fc-event .fc-time {
  float: left;
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 6px;
  margin: 0 0 0 -1px;
}

.fc-view,
.fc-view > table {
  border: 0;
  overflow: hidden;
}

.fc-view > table > tbody > tr > .ui-widget-content {
  border-top: 0;
}

div.fc-row {
  margin-right: 0 !important;
  border: 0 !important;
}

.fc-today {
  color: #ffc107 !important;
}

/* Even Tag Color */

.event-tag {
  margin-top: 5px;
}

.event-tag > span {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 3px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.event-tag > span:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.event-tag > span.selected:before {
  font-family: "Material-Design-Iconic-Font";
  content: "\f26b";
  position: absolute;
  text-align: center;
  top: 3px;
  width: 100%;
  font-size: 17px;
  color: #fff;
}

hr.fc-divider {
  border-width: 1px;
  border-color: #eee;
}

.fc-day-grid-container.fc-scroller {
  height: auto !important;
  overflow: hidden !important;
}

.chosen-container .chosen-drop {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-top: 1px;
  border: 0;
  left: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: transform opacity;
  -o-transition: transform opacity;
  transition: transform opacity;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.chosen-container.chosen-with-drop .chosen-drop {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.chosen-container.chosen-with-drop .chosen-single:after {
  width: 100%;
}

.chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  max-height: 300px;
}

.chosen-container .chosen-results li {
  padding: 10px 17px;
  width: 100%;
}

.chosen-container .chosen-results li.highlighted {
  background: rgba(0, 0, 0, 0.075);
  color: #333;
}

.chosen-container .chosen-results li.result-selected {
  background: transparent;
  color: #5e5e5e;
  position: relative;
}

.chosen-container .chosen-results li.result-selected:before {
  content: "\f26b";
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 19px;
}

.chosen-container .chosen-results li.group-result {
  color: #b2b2b2;
  font-weight: normal;
  padding: 16px 15px 6px;
  margin-top: 9px;
}

.chosen-container .chosen-results li.group-result:not(:first-child) {
  border-top: 1px solid #eee;
}

.chosen-container-single .chosen-single {
  border-radius: 0;
  overflow: visible;
  height: 34px;
  padding: 6px 0 6px;
  text-transform: uppercase;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}

.chosen-container-single .chosen-single:after {
  content: "";
  width: 0;
  background: #2196f3;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: width;
  -o-transition: width;
  transition: width;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.chosen-container-single .chosen-single div b {
  background-image: url("../img/select.png");
  background-repeat: no-repeat;
  background-position: right 12px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .chosen-container-single .chosen-single div b {
    background-image: url("../img/select@2x.png");
    background-size: 12px 12px;
  }
}

.chosen-container-single .chosen-search {
  padding: 5px 5px 5px 40px;
  background: #f7f7f7;
}

.chosen-container-single .chosen-search:before {
  content: "\f1c3";
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  font-size: 25px;
  padding: 5px 0 0 15px;
}

.chosen-container-single .chosen-search input[type="text"] {
  border: 0;
  height: 35px;
  background-color: transparent;
  line-height: 1.42857143;
}

.chosen-container-multi .chosen-choices {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  border-radius: 2px;
  margin: 4px 4px 0 0;
  background: #eaeaea;
  border-color: #eaeaea;
  padding: 5px 23px 5px 8px;
}

.chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:before {
  display: inline-block;
  font-family: "Material-Design-Iconic-Font";
  content: "\f135";
  position: relative;
  top: 1px;
  color: #9c9c9c;
  z-index: 2;
  font-size: 12px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  padding: 0;
  height: 31px;
}

select.chosen {
  display: none;
}

.noUi-target {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

.noUi-background {
  background: #d4d4d4;
  box-shadow: none;
}

.noUi-horizontal {
  height: 3px;
}

.noUi-horizontal .noUi-handle {
  top: -8px;
}

.noUi-vertical {
  width: 3px;
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  width: 19px;
  height: 19px;
  border: 0;
  border-radius: 100%;
  box-shadow: none;
  -webkit-transition: box-shadow;
  -o-transition: box-shadow;
  transition: box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  cursor: pointer;
  position: relative;
}

.noUi-horizontal .noUi-handle:before,
.noUi-vertical .noUi-handle:before,
.noUi-horizontal .noUi-handle:after,
.noUi-vertical .noUi-handle:after {
  display: none;
}

.noUi-horizontal .noUi-handle:active,
.noUi-vertical .noUi-handle:active {
  background: #ccc !important;
}

.noUi-horizontal .noUi-handle .is-tooltip,
.noUi-vertical .noUi-handle .is-tooltip {
  position: absolute;
  bottom: 32px;
  height: 35px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 33px;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  padding: 0 10px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.noUi-horizontal .noUi-handle .is-tooltip:after,
.noUi-vertical .noUi-handle .is-tooltip:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  content: "";
}

.noUi-horizontal .noUi-active,
.noUi-vertical .noUi-active {
  box-shadow: 0 0 0 13px rgba(0, 0, 0, 0.1);
}

.noUi-horizontal .noUi-active .is-tooltip,
.noUi-vertical .noUi-active .is-tooltip {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  bottom: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.input-slider:not([data-is-color]) .noUi-handle,
.input-slider-range:not([data-is-color]) .noUi-handle,
.input-slider-values:not([data-is-color]) .noUi-handle,
.input-slider:not([data-is-color]) .noUi-connect,
.input-slider-range:not([data-is-color]) .noUi-connect,
.input-slider-values:not([data-is-color]) .noUi-connect {
  background: #009688 !important;
}

.input-slider:not([data-is-color]) .is-tooltip,
.input-slider-range:not([data-is-color]) .is-tooltip,
.input-slider-values:not([data-is-color]) .is-tooltip {
  background: #009688;
}

.input-slider:not([data-is-color]) .is-tooltip:after,
.input-slider-range:not([data-is-color]) .is-tooltip:after,
.input-slider-values:not([data-is-color]) .is-tooltip:after {
  border-color: #009688 transparent transparent transparent;
}

.input-slider[data-is-color="red"] .noUi-handle,
.input-slider-range[data-is-color="red"] .noUi-handle,
.input-slider-values[data-is-color="red"] .noUi-handle,
.input-slider[data-is-color="red"] .noUi-connect,
.input-slider-range[data-is-color="red"] .noUi-connect,
.input-slider-values[data-is-color="red"] .noUi-connect {
  background: #f44336 !important;
}

.input-slider[data-is-color="blue"] .noUi-handle,
.input-slider-range[data-is-color="blue"] .noUi-handle,
.input-slider-values[data-is-color="blue"] .noUi-handle,
.input-slider[data-is-color="blue"] .noUi-connect,
.input-slider-range[data-is-color="blue"] .noUi-connect,
.input-slider-values[data-is-color="blue"] .noUi-connect {
  background: #2196f3 !important;
}

.input-slider[data-is-color="cyan"] .noUi-handle,
.input-slider-range[data-is-color="cyan"] .noUi-handle,
.input-slider-values[data-is-color="cyan"] .noUi-handle,
.input-slider[data-is-color="cyan"] .noUi-connect,
.input-slider-range[data-is-color="cyan"] .noUi-connect,
.input-slider-values[data-is-color="cyan"] .noUi-connect {
  background: #00bcd4 !important;
}

.input-slider[data-is-color="amber"] .noUi-handle,
.input-slider-range[data-is-color="amber"] .noUi-handle,
.input-slider-values[data-is-color="amber"] .noUi-handle,
.input-slider[data-is-color="amber"] .noUi-connect,
.input-slider-range[data-is-color="amber"] .noUi-connect,
.input-slider-values[data-is-color="amber"] .noUi-connect {
  background: #ffc107 !important;
}

.input-slider[data-is-color="green"] .noUi-handle,
.input-slider-range[data-is-color="green"] .noUi-handle,
.input-slider-values[data-is-color="green"] .noUi-handle,
.input-slider[data-is-color="green"] .noUi-connect,
.input-slider-range[data-is-color="green"] .noUi-connect,
.input-slider-values[data-is-color="green"] .noUi-connect {
  background: #4caf50 !important;
}

.input-slider .noUi-origin {
  background: #d4d4d4;
}

.input-slider:not([data-is-color]) .noUi-base {
  background: #009688 !important;
}

.input-slider[data-is-color="red"] .noUi-base {
  background: #f44336 !important;
}

.input-slider[data-is-color="blue"] .noUi-base {
  background: #2196f3 !important;
}

.input-slider[data-is-color="cyan"] .noUi-base {
  background: #00bcd4 !important;
}

.input-slider[data-is-color="amber"] .noUi-base {
  background: #ffc107 !important;
}

.input-slider[data-is-color="green"] .noUi-base {
  background: #4caf50 !important;
}

.cp-container {
  position: relative;
}

.cp-container > .input-group input.cp-value {
  color: #000 !important;
  background: transparent !important;
}

.cp-container > .input-group .dropdown-menu {
  padding: 20px;
}

.cp-container i.cp-value {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 15px;
}

.note-editor,
.note-popover {
  border-color: #e4e4e4;
}

.note-editor .note-toolbar,
.note-popover .note-toolbar,
.note-editor .popover-content,
.note-popover .popover-content {
  background: #fff;
  border-color: #e4e4e4;
  margin: 0;
  padding: 10px 0 15px;
  text-align: center;
}

.note-editor .note-toolbar > .btn-group,
.note-popover .note-toolbar > .btn-group,
.note-editor .popover-content > .btn-group,
.note-popover .popover-content > .btn-group {
  display: inline-block;
  float: none;
  box-shadow: none;
}

.note-editor .note-toolbar > .btn-group .btn,
.note-popover .note-toolbar > .btn-group .btn,
.note-editor .popover-content > .btn-group .btn,
.note-popover .popover-content > .btn-group .btn {
  margin: 0 1px;
}

.note-editor .note-toolbar > .btn-group > .active,
.note-popover .note-toolbar > .btn-group > .active,
.note-editor .popover-content > .btn-group > .active,
.note-popover .popover-content > .btn-group > .active {
  background: #00bcd4;
  color: #fff;
}

.note-editor .note-toolbar .btn,
.note-popover .note-toolbar .btn,
.note-editor .popover-content .btn,
.note-popover .popover-content .btn {
  height: 40px;
  border-radius: 2px !important;
  box-shadow: none !important;
}

.note-editor .note-toolbar .btn:active,
.note-popover .note-toolbar .btn:active,
.note-editor .popover-content .btn:active,
.note-popover .popover-content .btn:active {
  box-shadow: none;
}

.note-editor .note-toolbar .note-palette-title,
.note-popover .note-toolbar .note-palette-title,
.note-editor .popover-content .note-palette-title,
.note-popover .popover-content .note-palette-title {
  margin: 0 !important;
  padding: 10px 0 !important;
  font-size: 13px !important;
  text-align: center !important;
  border: 0 !important;
}

.note-editor .note-toolbar .note-color-reset,
.note-popover .note-toolbar .note-color-reset,
.note-editor .popover-content .note-color-reset,
.note-popover .popover-content .note-color-reset {
  padding: 0 0 10px !important;
  margin: 0 !important;
  background: none;
  text-align: center;
}

.note-editor .note-toolbar .note-color .dropdown-menu,
.note-popover .note-toolbar .note-color .dropdown-menu,
.note-editor .popover-content .note-color .dropdown-menu,
.note-popover .popover-content .note-color .dropdown-menu {
  min-width: 335px;
}

.note-editor .note-statusbar .note-resizebar,
.note-popover .note-statusbar .note-resizebar {
  border-color: #e8e8e8;
}

.note-editor .note-statusbar .note-resizebar .note-icon-bar,
.note-popover .note-statusbar .note-resizebar .note-icon-bar {
  border-color: #bcbcbc;
}

.note-editor .fa,
.note-popover .fa {
  font-style: normal;
  font-size: 20px;
  vertical-align: middle;
}

.note-editor .fa:before,
.note-popover .fa:before {
  font-family: "Material Design Iconic Font";
}

.note-editor .fa.fa-magic:before,
.note-popover .fa.fa-magic:before {
  content: "\f11b";
}

.note-editor .fa.fa-bold:before,
.note-popover .fa.fa-bold:before {
  content: "\f17a";
}

.note-editor .fa.fa-italic:before,
.note-popover .fa.fa-italic:before {
  content: "\f181";
}

.note-editor .fa.fa-underline:before,
.note-popover .fa.fa-underline:before {
  content: "\f18b";
}

.note-editor .fa.fa-font:before,
.note-popover .fa.fa-font:before {
  content: "\f17e";
}

.note-editor .fa.fa-list-ul:before,
.note-popover .fa.fa-list-ul:before {
  content: "\f183";
}

.note-editor .fa.fa-list-ol:before,
.note-popover .fa.fa-list-ol:before {
  content: "\f184";
}

.note-editor .fa.fa-align-left:before,
.note-popover .fa.fa-align-left:before {
  content: "\f178";
}

.note-editor .fa.fa-align-left:before,
.note-popover .fa.fa-align-left:before {
  content: "\f178";
}

.note-editor .fa.fa-align-right:before,
.note-popover .fa.fa-align-right:before {
  content: "\f179";
}

.note-editor .fa.fa-align-center:before,
.note-popover .fa.fa-align-center:before {
  content: "\f176";
}

.note-editor .fa.fa-align-justify:before,
.note-popover .fa.fa-align-justify:before {
  content: "\f177";
}

.note-editor .fa.fa-indent:before,
.note-popover .fa.fa-indent:before {
  content: "\f180";
}

.note-editor .fa.fa-outdent:before,
.note-popover .fa.fa-outdent:before {
  content: "\f17f";
}

.note-editor .fa.fa-text-height:before,
.note-popover .fa.fa-text-height:before {
  content: "\f182";
}

.note-editor .fa.fa-table:before,
.note-popover .fa.fa-table:before {
  content: "\f21e";
}

.note-editor .fa.fa-link:before,
.note-popover .fa.fa-link:before {
  content: "\f10d";
}

.note-editor .fa.fa-picture-o:before,
.note-popover .fa.fa-picture-o:before {
  content: "\f224";
}

.note-editor .fa.fa-minus:before,
.note-popover .fa.fa-minus:before {
  content: "\f16e";
}

.note-editor .fa.fa-arrows-alt:before,
.note-popover .fa.fa-arrows-alt:before {
  content: "\f29f";
}

.note-editor .fa.fa-code:before,
.note-popover .fa.fa-code:before {
  content: "\f066";
}

.note-editor .fa.fa-question:before,
.note-popover .fa.fa-question:before {
  content: "\f033";
}

.note-editor .fa.fa-eraser:before,
.note-popover .fa.fa-eraser:before {
  content: "\f17b";
}

.note-editor .fa.fa-square:before,
.note-popover .fa.fa-square:before {
  content: "\f1f4";
}

.note-editor .fa.fa-circle-o:before,
.note-popover .fa.fa-circle-o:before {
  content: "\f2e3";
}

.note-editor .fa.fa-times:before,
.note-popover .fa.fa-times:before {
  content: "\f29a";
}

.note-editor .note-air-popover .arrow,
.note-popover .note-air-popover .arrow {
  left: 20px;
}

.note-editor .note-editable {
  padding: 20px 23px;
}

.bootstrap-datetimepicker-widget {
  margin-top: 0 !important;
}

.bootstrap-datetimepicker-widget.top {
  -webkit-transform-origin: 0 100% !important;
  -moz-transform-origin: 0 100% !important;
  -ms-transform-origin: 0 100% !important;
  transform-origin: 0 100% !important;
}

.bootstrap-datetimepicker-widget:before,
.bootstrap-datetimepicker-widget:after {
  display: none !important;
}

.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle span {
  background: #fff;
  border-radius: 0;
}

.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle span:hover {
  background: #fff;
}

.bootstrap-datetimepicker-widget .datepicker-days table {
  margin-bottom: 20px;
}

.bootstrap-datetimepicker-widget .timepicker .md {
  font-size: 25px;
}

.bootstrap-datetimepicker-widget .glyphicon {
  color: #333;
}

.bootstrap-datetimepicker-widget .active {
  background: #2196f3 !important;
}

.date-picker.is-opened .dropdown-menu {
  display: block;
}

.fileinput {
  position: relative;
  padding-right: 35px;
}

.fileinput .close {
  position: absolute;
  top: 5px;
  font-size: 12px;
  float: none;
  opacity: 1;
  font-weight: 500;
  border: 1px solid #ccc;
  width: 19px;
  text-align: center;
  height: 19px;
  line-height: 15px;
  border-radius: 50%;
  right: 0;
}

.fileinput .close:hover {
  background: #eee;
}

.fileinput .btn-file > input {
  z-index: 1000;
}

.fileinput .input-group-addon {
  padding: 0 10px;
  vertical-align: middle;
}

.fileinput .fileinput-preview {
  width: 200px;
  height: 150px;
  position: relative;
}

.fileinput .fileinput-preview img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -13px;
}

.fileinput .fileinput-preview:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

#lg-slider:after {
  content: "";
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #2196f3;
  -webkit-animation: ball-scale-ripple 1s 0s infinite
    cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple 1s 0s infinite
    cubic-bezier(0.21, 0.53, 0.56, 0.8);
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  z-index: -1;
}

#lg-outer {
  background: rgba(255, 255, 255, 0.95);
}

#lg-outer .object {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

#lg-close {
  display: none;
}

#lg-action {
  top: 0;
  width: 100%;
  left: 0;
  margin-left: 0 !important;
  height: 40px;
  text-align: center;
}

#lg-action > a {
  background: transparent;
  color: #9d9d9d;
  font-size: 18px;
  width: 28px;
  height: 37px;
}

#lg-action > a:hover {
  background: transparent;
  color: #000;
}

#lg-action .cl-thumb {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 38px;
  background: #f44336;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

#lg-action .cl-thumb:after {
  text-align: center;
  left: 16px !important;
  bottom: 6px !important;
  color: #fff;
}

#lg-action .cl-thumb:hover {
  background: #f32c1e;
}

#lg-gallery .thumb-cont {
  background: #f44336;
  text-align: center;
}

#lg-gallery .thumb-cont .thumb-info {
  background: #f44336;
}

#lg-gallery .thumb-cont .thumb-info .count {
  display: none;
}

#lg-gallery .thumb-cont .thumb-info .close {
  width: 14px;
  margin-top: 0;
  background: none;
}

#lg-gallery .thumb-cont .thumb-info .close:hover {
  background: none;
}

#lg-gallery .thumb-cont .thumb {
  opacity: 1;
  filter: alpha(opacity=100);
}

#lg-gallery .thumb-cont .thumb-inner {
  display: inline-block;
  padding: 12px 12px 15px;
}

.lg-slide {
  background: none !important;
}

.lg-slide em {
  font-style: normal;
}

.lg-slide em h3 {
  margin-bottom: 5px;
}

.lg-slide .video-cont {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}

@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    opacity: 0;
  }
}

.waves-button,
.waves-circle {
  -webkit-mask-image: none;
  line-height: inherit;
}

.date-picker .dp-inline {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  display: inline-block;
}

.date-picker:not(.dp-blue):not(.dp-red) .tr-dpnav th {
  background: #009688;
}

.date-picker:not(.dp-blue):not(.dp-red) .tr-dpday th {
  background: #00877a;
}

.date-picker:not(.dp-blue):not(.dp-red) .dp-active {
  background-color: #009688;
}

.date-picker:not(.dp-blue):not(.dp-red) .dp-actions .btn-link {
  color: #009688;
}

.date-picker .dropdown-menu {
  padding: 0;
  margin: 0;
}

.date-picker.is-opened .dropdown-menu {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.dp-table {
  position: relative;
  z-index: 1;
}

.dp-table thead > tr th:first-child {
  padding-left: 15px;
}

.dp-table thead > tr th:last-child {
  padding-right: 15px;
}

.dp-table tbody > tr:first-child > td {
  padding-top: 15px;
}

.dp-table tbody > tr:last-child > td {
  padding-bottom: 15px;
}

.dp-table tbody > tr td:first-child {
  padding-left: 15px;
}

.dp-table tbody > tr td:last-child {
  padding-right: 15px;
}

.btn-dp {
  background: transparent;
  border: 0;
}

.btn-dp .zmdi {
  font-size: 18px;
  line-height: 100%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 34px;
}

.btn-dp .zmdi:hover {
  background-color: rgba(0, 0, 0, 0.14);
}

.btn-dp[disabled] {
  color: #cdcdcd;
}

.btn-dp[disabled] .dp-day-muted {
  color: #cdcdcd;
}

.btn-dpbody {
  padding: 13px;
  font-size: 12px;
  border-radius: 2px;
}

.btn-dpbody:not(.dp-active):not([disabled]) {
  color: #000;
}

.btn-dpbody:not(.dp-active):not([disabled]):not(.dp-today):hover {
  background: #f0f0f0;
}

.btn-dpday {
  border-radius: 50%;
  width: 42px !important;
  height: 42px;
}

.tr-dpnav .btn-dp {
  color: #fff;
  padding: 25px 0 23px;
}

.tr-dpday th {
  padding: 8px 0 9px;
  color: #fff;
  text-transform: uppercase;
}

.dp-active {
  color: #fff;
}

.dp-today:not(.dp-active) {
  background-color: #e2e2e2;
}

.dp-day-muted {
  color: #8b8b8b;
}

.dp-title {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}

.dp-title:hover {
  background-color: rgba(0, 0, 0, 0.14);
  border-radius: 2px;
}

.dp-blue .tr-dpnav th {
  background: #2196f3;
}

.dp-blue .tr-dpday th {
  background: #128ff2;
}

.dp-blue .dp-active {
  background-color: #2196f3;
}

.dp-blue .dp-actions .btn-link {
  color: #2196f3;
}

.dp-red .tr-dpnav th {
  background: #f44336;
}

.dp-red .tr-dpday th {
  background: #f33527;
}

.dp-red .dp-active {
  background-color: #f44336;
}

.dp-red .dp-actions .btn-link {
  color: #f44336;
}

.dp-actions {
  padding: 10px 20px 20px;
  text-align: right;
}

.dp-actions .btn-link {
  text-decoration: none;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
}

.ng-table th.sortable {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ng-table th.sortable:hover {
  background-color: #fdfbd3;
}

.ng-table .form-control {
  border: 1px solid #e4e4e4;
  padding: 10px 15px;
  height: 40px;
}

.ng-table .form-control:active,
.ng-table .form-control:focus {
  border-color: #d7d7d7 !important;
}

.ng-table-pager {
  padding: 12px 25px 15px;
  min-height: 101px;
}

@media screen and (min-width: 768px) {
  .ng-table-pager {
    background: #f4f4f4;
  }
}

.ng-table-counts {
  box-shadow: none !important;
  margin-top: 23px;
  border: 1px solid #e8e8e8;
}

@media screen and (max-width: 768px) {
  .ng-table-counts {
    display: none;
  }
}

.ng-table-counts .active {
  background: #f0f0f0;
}

@media screen and (max-width: 768px) {
  .ng-table-pagination {
    width: 100%;
    text-align: center;
  }
}

.ng-table-pagination > li {
  position: relative;
}

.ng-table-pagination > li:first-child:before,
.ng-table-pagination > li:last-child:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 22px;
  position: absolute;
  left: 16px;
  top: 5px;
  z-index: 12;
}

.ng-table-pagination > li:first-child > a,
.ng-table-pagination > li:last-child > a {
  font-size: 0px;
}

.ng-table-pagination > li:first-child:before {
  content: "\f2fa";
}

.ng-table-pagination > li:last-child:before {
  content: "\f2fb";
}

.sortable .ng-table-header {
  position: relative;
}

.sortable .ng-table-header:before {
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  right: 0;
  top: -2px;
  font-size: 17px;
}

.sortable.sort-desc .ng-table-header:before {
  content: "\f1ce";
}

.sortable.sort-asc .ng-table-header:before {
  content: "\f1cd";
}

.sweet-alert {
  border-radius: 2px;
  padding: 10px 30px;
}

.sweet-alert h2 {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.sweet-alert .lead {
  font-size: 13px;
}

.sweet-alert .btn {
  padding: 6px 12px;
  font-size: 13px;
  margin: 20px 2px 0;
}

.mCSB_scrollTools {
  width: 5px;
}

.mCSB_scrollTools .mCSB_dragger_bar {
  border-radius: 0 !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_scrollTools.mCSB_scrollTools_vertical {
  margin: 0 !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 10px;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.4);
}

.mCS-minimal-dark.mCSB_scrollTools_onDrag .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.5) !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.select-all-check-cont {
  padding-bottom: 8px;
}

html body {
  height: initial;
}

.info-ico {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.server-error {
  font-size: 1.2em;
  color: #c00000;
}

.error {
  color: #c00000;
  padding: 5px 0;
}

.success {
  font-size: 15px;
  color: #1e8800;
}

.main-actions-cont {
}

.main-actions-cont > div {
  float: left;
}

.main-actions-cont:after {
  content: "";
  display: table;
  clear: both;
}

.main-actions-cont .ng-csv-import {
  margin-right: 10px;
}

.playerHeadshot {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.select-all-check-cont {
  padding-bottom: 15px;
}

.backgroundPreview {
  width: 260px;
  height: 180px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px #2196f3 dashed;
  background-color: #e1e1e1;
}

.backgroundPreview .removable {
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 31%;
  font-size: 1.4em;
  color: #c00000;
  cursor: pointer;
  cursor: hand;
  background: rgba(147, 19, 0, 0.3);
  text-align: center;
}

.backgroundPreview:hover {
  border: 2px #c00000 dashed;
}

.backgroundPreview:hover .removable {
  display: block;
}

.btn-remove-pos {
  margin-top: 1px;
}

.section-title p {
  margin-bottom: 0 !important;
  font-size: 1.3em;
}

.line-input {
  text-align: center;
  background-color: #f3f2f2;
  height: 20px;
}

.position-input {
  background: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.question em {
  font-weight: bold;
}

.answers-form {
  margin-top: 15px;
}

.availablePositionPlayers {
  overflow: hidden;
}

.availablePositionPlayersScroll {
  overflow: scroll;
}

.availablePositionPlayersScroll.scrollFix .mCSB_container{
  left: 0px !important;
}

.teampicker-player-section .answerCont .answerLogoPl {
  width: 78px;
}

.teamContainer {
  width: 100%;
}

.teamContainer .team {
  min-width: 400px;
  /* min-height: 600px; */
  min-height: 400px;
  width: 100%;
  border: 1px solid #c6c8ca;
  float: left;
  margin-top: 10px;
  padding: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.teamContainer .team .line {
  margin: 0 auto;
}

.teamContainer .team .line + .line {
  border-top: 1px solid #e0e0e0;
}

.teamContainer .team .line:after {
  content: "";
  display: table;
  clear: both;
}

.teamContainer .team .line .pos-cont {
  margin: 6px 1px;
  float: left;
}

.teamContainer .team .line .pos-cont:after {
  content: "";
  display: table;
  clear: both;
}

.teamContainer .team .line .pos-cont .lineTitle {
  text-align: center;
  padding: 4px 0;
}

.teamContainer .team .line .pos-cont .position {
  width: 74px;
  height: 64px;
  float: left;
  border: 1px solid #000;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
  padding-top: 2px;
  background-color: rgba(0, 0, 0, 0.75);
}

.teamContainer .team .line .pos-cont .position > input[type="text"] {
  height: 12px;
}

.teamContainer .team .line .pos-cont .position .selectedPlace {
  background-color: #4caf50;
  border: 0;
  padding: 3px 5px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 1px 2px 0;
  border-radius: 2px;
}

.teamContainer .team .line .pos-cont .marg {
  float: left;
  width: 10px;
  height: 64px;
  border: 1px dashed #2196f3;
  background-color: rgba(33, 150, 243, 0.26);
}

.teamContainer .team .line .pos-cont .marg.margRight {
  border-left: none;
}

.teamContainer .team .line .pos-cont .marg.margLeft {
  border-right: none;
}

.teamContainer .team .line .pos-cont .marg .caret-cont {
  text-align: center;
}

.teamContainer .team .line .pos-cont .marg .zmdi-hc-fw {
  font-size: 16px;
  color: #000;
  width: 10px;
  height: 32px;
  padding-top: 2px;
}

.teamContainer .team .line .pos-cont .marg .zmdi-hc-fw:hover {
  background-color: #2196f3;
  color: #333;
  cursor: pointer;
  cursor: hand;
}

.teamContainer .teamActions {
  width: 200px;
  float: left;
  padding: 0 15px;
}

.team:first-child .teamActions {
  margin-top: 20px;
}

.teamContainer:after {
  content: "";
  display: table;
  clear: both;
}

.teampickerLine {
  margin-bottom: 25px;
}

.teampickerLine .teamLegend {
  float: left;
  padding-right: 10px;
  font-weight: bold;
}

.teampickerLine .teamPickerCont {
  float: left;
}

.teampickerLine .teamPickerCont .teamPicker {
  float: left;
  padding-left: 5px;
  padding-right: 15px;
}

.teampickerLine .teamPickerCont .teamPickerSelector {
  float: left;
}

.teampickerLine .teamPickerCont:after {
  content: "";
  display: table;
  clear: both;
}

.teampickerLine:after {
  content: "";
  display: table;
  clear: both;
}

.textPlacePadded {
  margin-bottom: 20px;
}

.playerSelectorCont .namePlace {
  padding-left: 5px;
  width: 54px;
}

.playerSelectorCont .namePlace,
.playerSelectorCont .checkPlace {
  float: left;
}

.playerSelectorCont .namePlace > div,
.playerSelectorCont .checkPlace > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.playerSelectorCont:after {
  content: "";
  display: table;
  clear: both;
}

.answerCont {
  padding-top: 5px;
  padding-bottom: 10px;
}

.answerCont.players {
  float: left;
  width: 68px;
  height: 118px;
  text-align: left;
}

.answerCont.players .answerLogoPl {
  margin: 3px auto 0;
}

.answerCont:after {
  content: "";
  display: table;
  clear: both;
}

.answerCont .answerLogoPl {
  /* width: 64px; */
  height: 64px;
  /* border: 2px #39a449 dashed; */
  border: 2px #00756A dashed;
  border-radius: 5px;
  float: left;
  padding-top: 21px;
  text-align: center;
  font-weight: bold;
}

.answerCont .answerLogoPl.answerLogoPreview {
  padding-top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.answerCont .answerLogoPl:hover {
  color: #2196f3;
  cursor: pointer;
  cursor: hand;
}

.answerCont .answerText {
  float: left;
  /* padding: 0 0 0 10px; */
}

.answerCont .answerText .answerTextLiteral {
  float: left;
}

.answerCont .answerText:after {
  content: "";
  display: table;
  clear: both;
}

.answerCont:after {
  content: "";
  display: table;
  clear: both;
}

.questionCont:after {
  content: "";
  display: table;
  clear: both;
}

/* .questionCont .question {
  float: left;
} */

.questionCont .questionLogoPl {
  clear: both;
  float: left;
  width: 64px;
  height: 64px;
  padding-top: 21px;
  margin-top: 10px;
  /* border: 2px #39a449 dashed; */
  border: 2px #00756A dashed;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

.questionCont .questionLogoPl.questionLogoPreview {
  padding-top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.questionCont .questionLogoPl:hover {
  color: #2196f3;
  cursor: pointer;
  cursor: hand;
}

.whLinksCont .testLink,
.whLinksCont .deleteLink {
  margin-right: 15px;
  float: left;
  color: #2196f3;
}

.whLinksCont .testLink:hover,
.whLinksCont .deleteLink:hover {
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}

.whLinksCont::after {
  content: "";
  clear: both;
  display: table;
}

.activationTypesCont .activationType {
  background-color: #ffffff;
  /* border: 1px solid #dbdbdb; */
  box-shadow: 2px 4px 4px 0px rgba(0,0,0,0.1) !important;
  border-radius: 8px;
  box-shadow: none;
  width: 100%;
  float: left;
  /* margin-right: 20px; */
  margin-bottom: 20px;
  /* padding: 20px; */
  text-align: center;
  overflow: hidden;
}
.flex-container{
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
}
.activationTypesCont .activationType .card-body {
  text-align: left;
}
.activationTypesCont .activationType .imgbox {
  background-color: black;
  min-height: 500px;
}
.activationTypesCont .activationType.mvp-image .imgbox {
  background-color: #b5ead7;
}
.activationTypesCont .activationType.questionnaire-image .imgbox {
  background-color: #d2c7ea;
}
.activationTypesCont .activationType.leadform-image .imgbox {
  background-color: #ff9aa2;
}
.activationTypesCont .activationType.teampicker-image .imgbox {
  background-color: #eae5c7;
}
.activationTypesCont .activationType.image-upload-image .imgbox {
  background-color: #d3dee3;
}
.activationTypesCont .activationType.ecards-image .imgbox {
  background-color: #b9caa7;
}
.activationTypesCont .activationType.teampicker-image .imgbox {
  background-color: #eae5c7;
}
.activationTypesCont .activationType.personality-image .imgbox {
  background-color: #e2f0cb;
}
.activationTypesCont .activationType.trivia-image .imgbox {
  background-color: #c7ceea;
}
.activationTypesCont .activationType.randomiser-image .imgbox {
  background-color: #d2cad7;
}
.activationTypesCont .activationType.leaderboard-image .imgbox {
  background-color: #c7e3ea;
}
.activationTypesCont .activationType.video-lb-image .imgbox {
  background-color: #ffdac1;
}
.activationTypesCont .activationType.tipping-image .imgbox {
  background-color: #eac7da;
}
.activationTypesCont .activationType .card-img-top {
  background-color: #dbdbdb;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0;
  width: 100%;
}
.activationTypesCont .activationType .card-body {
  padding: 20px;
  min-height: 88px;
}

.activationTypesCont .activationType .card-title {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-top: 0;
}
.activationTypesCont .activationType .card-title .activation-category {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.activationTypesCont .activationType .card-title .activation-category.sporting {
  background-image: url(../img/icons/icon_sporting.svg);
}
.activationTypesCont
  .activationType
  .card-title
  .activation-category.hospitality {
  background-image: url(../img/icons/icon_hospitality.svg);
}
.activationTypesCont .activationType .card-title .activation-category.retail {
  background-image: url(../img/icons/icon_retail.svg);
}
.activationTypesCont .activationType .card-title .activation-category.travel {
  background-image: url(../img/icons/icon_travel.svg);
}
.activationTypesCont .activationType .btn-default {
  box-shadow: none !important;
  padding: 0 12px;
  line-height: 38px;
  height: auto;
  border: 1px solid #dbdbdb !important;
  border-radius: 8px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 13px;
  color: #000000;
  margin: 0 3px;
}

.activationTypesCont .activationType .btn-default.active,
.activationTypesCont .activationType .btn-default:hover,
.activationTypesCont .activationType .btn-default:active {
  /* background-color: rgba(57, 164, 73, 0.1);
  color: #39a449;
  fill: #39a449; */
  background-color: rgba(0, 117, 106, 0.1);
  color: #00756A;
  fill: #00756A;
}

.activationTypesCont .activationType .card-text {
  font-size: 12px;
  font-weight: 500;
  color: #868686;
  min-height: 28px;
}

.activationTypesCont .activationType .min-height-34{
  min-height: 34px;
}

.activationTypesCont .activationType .title {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.activationTypesCont .activationType .action {
  width: 100%;
  text-align: center;
}

.activationTypesCont .activationType.trivia-image .image {
  width: auto;
}

.activationTypesCont .activationType.personality-image .image {
  width: auto;
}

.activationTypesCont .activationType .image {
  width: 80px;
  height: 80px;
  margin: 10px auto;
}

.activationTypesCont:after {
  content: "";
  display: table;
  clear: both;
}

.warning-section {
    display: block;
    padding: 12px;
    background: #FDD393;
    color: #654f01;
    /* margin-top: 21px;
    margin-bottom: 21px; */
    border-radius: 8px;
    border: 2px solid #B47C00;
    font-size: 14px;
    line-height: 25px;
}

.premium-div-tag {
    width: 84px;
    float: left;
    font-family: "Outfit", Sans-serif;
    font-size: 18px;
    font-weight: bold;
    background: #FFCA00;
    color: #000;
    padding: 0px 10px;
    margin: 0;
}

.tmplt-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, 300px);
    grid-gap: 10px;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
}

/* .tmplt-wrap common-block {
    display: grid;
    grid-template-columns: repeat(auto-fill, 300px);
    grid-gap: 10px;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
} */

.tmplt-ele {
    /* width: 300px; */
    float: left;
    /* border: 6px solid #777779;
    background: #777779; */
    box-shadow: 2px 7px 1px -10px rgba(194,194,194,0.75);
    -webkit-box-shadow: 2px 7px 1px -10px rgba(194,194,194,0.75);
    -moz-box-shadow: 2px 7px 1px -10px rgba(194,194,194,0.75);
}

.tmplt-ele:hover .imgbox video, .tmplt-ele:hover .imgbox img {
    opacity: 0.2;
}

.tmplt-ele:hover .tmplt-overlay {
    opacity: 1;
}

.tmplt-overlay {
    width: 100%;
    font-size: 14px;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    /* top: 25px; */
    top: 50%;
    transform: translateY(-50%);
    color: white;
    padding: 14px;
}

.activationTypesCont .activationType .tmplt-overlay span {
    cursor: default;
}

.activationTypesCont .activationType .tmplt-overlay button.btn-default {
    display: block;
    margin: 25px auto 2px;
    background-color: #11685f;
    color: white !important;
    border: 0px !important;
    padding: 7px 25px 11px 25px;
}

.tmplt-ele .imgbox video {
    height: 500px;
}

.tmplt-ele .card-body .card-title {
    margin-bottom: 8px;
    /* min-height: 46px;
    line-height: 24px; */
}

.leads-cont ul {
  list-style: none;
}

.lead {
  text-align: center;
  width: 200px;
  margin-right: 15px;
  padding: 0;
  color: #fff;
  font-weight: bold;
  float: left;
}

.lead > div {
  min-height: 150px;
  border: 1px #444 solid;
  padding: 20px 5px;
}

.lead > div .title {
  font-size: 1em;
}

.lead > div .status {
  font-size: 2em;
  text-transform: uppercase;
}

.lead > div .number {
  font-size: 0.8em;
}

.lead .hot {
  background-color: #ff6421;
}

.lead .warm {
  background-color: #ff9200;
}

.lead .medium {
  background-color: #ffd704;
}

.lead .cold {
  background-color: #5b84ff;
}

.paginationCont {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.funnel {
  margin: 0 25px;
  width: calc(100% - 50px);
}

.funnel .funnelMember {
  padding: 20px;
  width: 25%;
  /* border: 1px solid #CCCCCC; */
  border-right: none;
  min-height: 135px;
  text-align: center;
  float: left;
  margin-bottom: 30px;
}

.funnel .funnelMember.large {
  width: 50%;
}

/* .funnel .funnelMember.last {
  border-right: 1px solid #CCCCCC;
} */

.funnel .funnelMember .name {
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.funnel .funnelMember .value {
  font-size: 1.5em;
}

.funnel .funnelMember .detail {
  padding-top: 8px;
  font-size: 1em;
}

.funnel:after {
  content: "";
  display: table;
  clear: both;
}

.chartsCont > div {
  width: 50%;
  float: left;
}

.chartsCont:after {
  content: "";
  display: table;
  clear: both;
}

.inlineGraphCont {
  max-height: 70px;
}

.offseterdChart {
  position: relative;
  left: -25px;
}

.offseterdChart.notThatMuch {
  left: -20px;
}

.embedCode {
  background-color: #333333;
  color: #fff5e5;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #000;
  width: 760px;
  height: 250px;
}

.embedCode.short {
  height: 40px;
}

.embedCode.medium {
  height: 80px;
}

.mainTable th {
  font-size: 0.9em;
}

.mainTable tbody tr td {
  font-size: 12px;
  padding: 10px 3px;
}

.mainTable tbody tr td .upload-img {
  max-width: 38px;
  max-height: 38px;
}

.mainTable tbody tr td.description div {
  max-height: 38px;
  min-width: 300px;
  overflow: auto;
}

.mainTable tbody tr td:not(.analytics) {
  padding-top: 37px;
}

.mainTable tbody tr td.buttonsCont:not(.analytics) {
  padding-top: 28px;
}

.mainTable tbody tr td .btn {
  width: 30px;
  height: 30px;
  margin: 2px;
  padding: 3px;
}
.mainTable tbody tr td .btn.options-btn {
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  line-height: 34px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  padding: 0 15px;
  min-width: 90px;
  text-transform: capitalize;
}
.mainTable tbody tr td .btn.topPadding {
  padding-top: 5px;
}

.mainTable tbody tr td .btn.dropdownMenu {
  width: auto;
  white-space: nowrap;
}

.compDataDisplay {
  width: calc(100% - 50px);
  margin: 10px 25px;
}

.compDataDisplay:after {
  content: "";
  display: table;
  clear: both;
}

.compDataDisplay > div {
  border: 1px solid #cccccc;
  width: 50%;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  float: left;
}

.compDataDisplay > div.last {
  border-left: none;
}

.compDataDisplay > div .title {
  font-size: 1.4em;
  text-transform: uppercase;
}

.card.padded {
  padding: 20px;
}

.card.no-margin-card {
  margin-bottom: 0;
}

.card.padding-card {
  margin-bottom: 0;
  padding-bottom: 12px;
  box-shadow: none;
}

.card.add-interval .teams {
  float: left;
  margin-right: 15px;
}

.card.add-interval .teams:after {
  content: "";
  display: table;
  clear: both;
}

.card.add-interval .teams > div {
  float: left;
}

.card.add-interval .teams > div:after {
  content: "";
  display: table;
  clear: both;
}

.card.add-interval .teams .checkbox-cont {
  margin-right: 8px;
}

.card.add-interval .teams .checkbox-cont.select-all {
  margin-bottom: 15px;
}

.card.add-interval .players {
  float: left;
  margin-right: 15px;
}

.card.add-interval .players:after {
  content: "";
  display: table;
  clear: both;
}

.card.add-interval .players .headshot {
  width: 60px;
  height: 80px;
  border: 1px dashed #2196f3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.photo-wall-table .upload-img {
  width: 200px;
  width: 100px;
}

.photo-wall-table tr th,
.photo-wall-table tr td {
  text-align: center;
}

.photo-wall-table .description {
  text-align: justify !important;
}

.photo-wall-table tr th:first-child {
  padding-left: 0 !important;
}

.photo-wall-table tr td:last-child {
  padding-right: 0 !important;
}

.tippingTeamImg {
  max-width: 64px;
  max-height: 64px;
}

.form-control.inputTeamPoints,
.form-control.teamSelect {
  border: 1px solid #d8d8d8;
  padding: 0 3px;
  text-align: center;
}

.question-circle {
  font-size: 21px;
  vertical-align: -webkit-baseline-middle;
  padding-left: 6px;
}

.question-circle-analytics {
  font-size: 16px;
  vertical-align: unset;
  padding-left: 6px;
  color: #868686;
}

.vertical-middle {
  vertical-align: middle;
}

.activation .zmdi {
  vertical-align: -webkit-baseline-middle;
}

.activation .fg-line {
  width: 87% !important;
}

.player-batch-upload-list li {
  padding-top: 10px;
}

.video-gallery {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  padding: 5px;
}

.video-gallery.check {
  background-color: #80808026;
}

.editor-header {
  padding-bottom: 0 !important;
  padding-left: 10px !important;
}

.font-select-box {
  width: 10%;
}

.video-list td {
  vertical-align: middle !important;
}

.video-list a {
  cursor: pointer;
}

.video-list img {
  width: 100px;
}

.fnt-bolder {
  font-weight: bolder;
}

.remove-tema-bg-icon {
  cursor: pointer;
  float: right;
  position: relative;
  top: 33px;
  color: red;
  font-size: large;
  right: 4px;
  text-shadow: 1px 1px 1px white;
}

.adjust-top {
  top: 75px;
}

.clear-both {
  clear: both;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.options-btn {
  display: block;
  width: 100%;
  border: none;
  color: white;
  padding: 10px 25px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
}

.options-btn.inactive {
  box-shadow: none;
  background-color: #80808073;
}

.photo-wall-table .upload-img {
  width: 200px;
  width: 100px;
}

.photo-wall-table tr th,
.photo-wall-table tr td {
  text-align: center;
}

.photo-wall-table .description {
  text-align: justify !important;
}

.photo-wall-table tr th:first-child {
  padding-left: 0 !important;
}

.photo-wall-table tr td:last-child {
  padding-right: 0 !important;
}

.webhooks .buttonsCont {
  text-align: center;
  margin: 30px 0 15px;
}

.webhooks .whDesc {
  margin: 0;
  font-size: 14px;
}

.webhooks .whName {
  margin: 10px 0 0;
  font-size: 16px;
}

.webhooks .whError {
  font-size: 14px;
  color: #9c0009;
}

.webhooks .whSuccess {
  font-size: 14px;
  color: #00720a;
}

.generalWebhooks .webhooks .webhooksError,
.generalWebhooks .webhooks .webhooksSaved {
  margin-bottom: 10px;
  padding-top: 20px;
  font-size: 16px;
  color: #00720a;
}

.generalWebhooks .webhooks .webhooksError {
  color: #9c0009;
}

.generalWebhooks .webhooks .buttonsCont {
  text-align: left;
}

.generalWebhooks .webhooks .buttonsCont > div {
  padding: 0;
  margin-bottom: 10px;
}

.personality-builder {
  background-color: white;
}

.text-disabled {
  color: #b5b5b5;
}

.personality-zoom {
  min-width: 42px;
  text-align: center;
}

.builder {
  height: 1000px !important;
  width: 100% !important;
  overflow: scroll !important;
}

.node {
  cursor: pointer;
}

.node circle {
  fill: #fff;
  stroke: steelblue;
  stroke-width: 2px;
}

.node text {
  font: 12px sans-serif;
  font-weight: bold;
}

.link {
  fill: none;
  stroke: rgba(204, 204, 204, 0.459);
  stroke-width: 2px;
  opacity: 0.9;
}

.sibling {
  fill: none;
  stroke: rgba(204, 204, 204, 0.459);
  stroke-width: 2px;
  opacity: 0.9;
}

circle {
  cursor: pointer;
  fill: #fff;
  stroke: steelblue;
  stroke-width: 1.5px;
}

/* text {
    font-size:8px;
    font-weight:bold;
    text-indent:5000px;
    } */

path.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5px;
}

.question-selection {
  padding-top: 0 !important;
}

.delete-option {
  padding-left: 25px;
  padding-right: 25px;
}

.delete-option-btn {
  display: flex;
}

.btn-message {
  text-decoration: underline;
  cursor: pointer;
}

#loading-bar .peg {
  display: none;
}

/* questionnaire specific start */

.questionnaire-free-text {
  float: left;
  /* margin-top: 18px; */
}

.answer-free-text .free-text-pl {
  width: 64px;
  height: 64px;
  border: 1px solid #000000;
  float: left;
  padding-top: 21px;
  text-align: center;
  font-weight: bold;
}

.answer-free-text .free-text-area {
  display: block;
  clear: both;
  padding-top: 12px;
}

.free-text-area md-input-container {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
}

.free-text-area md-input-container .control-label {
  color: #959595;
}

.answer-toggle-block .toggle-switch {
  display: block;
  clear: both;
  padding-top: 33px;
  margin-left: 3px;
  margin-bottom: 10px;
}

.answer-toggle-block .toggle-enable {
  margin-top: 18px;
}

.toggle-switch .ts-label {
  min-width: 50px;
  margin-left: 10px;
}

.toggle-enable .ts-label {
  margin-left: 13px;
}

.toggle-switch .ts-helper {
  margin-left: 12px;
}

.answerCont .answerLogoPlQuestionnaire {
  padding-top: 5px;
  font-weight: normal;
}

.answerCont .answerLogoPlQuestionnaire b {
  display: block;
  clear: both;
  margin-bottom: 2px;
}

.answerLogoPlQuestionnaire span.questionnaire-dimension {
  font-size: 10px;
}

.question-duplicate {
  color: #949494;
  padding: 2px;
}

.question-duplicate:hover {
  color: #00bcd4;
}

.question-delete {
  color: #949494;
  padding: 0px 2px 1px;
}

.question-delete:hover {
  color: #ff594d;
}

/* questionnaire specific end */

/* photowall specific start */

.photowall-filter .filter-input {
  width: 210px;
}

.photowall-filter .deleteLink {
  margin-bottom: 15px;
}

.photowall-filter .filter-add-block {
  padding-left: 10px;
}

.card .pending-count {
  margin-left: 25px;
  float: left;
}

.card .card-bottom-padding {
  padding-bottom: 10px;
}

.card .card-top-padding {
  padding-top: 10px;
}

.pmod-video-popup {
  position: relative;
}

.pmod-video-popup-play {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.pmod-video-popup-play i {
  /* height: 100%;
  width: 100%; */
  font-size: 2rem;
  /* text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center; */
}

.zmdi-play-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.zmdi-play-container div{
    width: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    height: 10px;
}

.ngdialog.ngdialog-custom-theme {
  padding-top: 66px;
  padding-bottom: 60px;
}

.ngdialog.ngdialog-upload-mod .ngdialog-content {
  padding: 0px;
  background: transparent;
}

.ngdialog.ngdialog-upload-mod .ngdialog-content .image-viewer,
.ngdialog.ngdialog-upload-mod .ngdialog-content .video-viewer,
.ngdialog.ngdialog-upload-mod .ngdialog-content .audio-viewer {
  width: 100%;
  border-radius: 10px;
}

.ngdialog.ngdialog-upload-mod .ngdialog-content .ngdialog-close {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 100%;
  background: white;
  border-radius: 50%;
}

.ngdialog-content .btn {
  border-radius: 8px;
}

/* photowall specific end */

.footer-version {
  float: none;
  width: 100%;
  color: #878787;
  font-size: 14px;
  font-weight: 500;
  /* margin-top: 8px; */
  padding: 0 20px;
}

.footer-help {
  border-radius: 8px;
  text-align: center;
  background-color: #B0ADD3;
  font-weight: normal;
  padding: 15px 0px 0px;
  overflow: auto;
  margin-bottom: 13px;
}

.footer-help span {
  display: block;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-help-btn {
  display: block;
  background: #736D95;
  border-radius: 8px;
  color: #ffffff;
  padding: 16px 0 16px;
  margin: 14px 13px 15px;
  font-size: 13px;
}

a.footer-help-btn:hover,
a.footer-help-btn:active,
a.footer-help-btn:visited {
  color: #ffffff;
}

/* customer edit access */
.customer-edit-comp {
  display: block;
  clear: both;
  margin-bottom: 13px;
  line-height: 35px;
}

.customer-edit .customer-edit-comp .ts-label {
  min-width: 207px;
}

table.location-table tbody {
  display: block;
  height: 265px;
  overflow: auto;
}

table.location-table thead,
table.location-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
  min-height: 35px;
}

.analytics-break {
  margin-top: 30px;
}

.mainTable tbody tr td.analytics-button button.btn {
  width: auto;
  height: auto;
  padding: 6px;
}

/*Redesign add ons*/
.bg-redesign-white {
  background-color: #f3f2f2;
}
.bg-transparent {
  background-color: transparent !important;
}

.table-white,
.card-transparent {
  background-color: transparent;
}

.statistic-individual,
.table-white tr {
  background-color: #ffffff;
}

.statistics .statistic-individual .header h4{
  margin-bottom: 5px;
}
.statistics .statistic-individual .header{
  display: flex;
  justify-content: space-between;
}

.statistics .statistic-individual .progress {
  background-color: #dbdbdb;
  height: 10px;
  border-radius: 10px;
  margin: 9px 0px;
}

.statistics .statistic-individual .progress .progress-bar {
  background-color: #39a449;
}

.statistics .statistic-individual .info-icon{
  width: 15px;
  display: flex;
  align-self: baseline;
}

.statistics .statistic-individual .small{
  color: rgb(134, 134, 134);
font-size: 12px;
font-weight: 500;
height: 14px;
text-align: right;
width: 100px;
}

.impression .activations-header h3, .location-container .activations-header h3{
  font-size: 20px !important;
}
.impression{
  flex: 0 0 auto;
}

.impression .container-wrap{
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

.impression .editor-left-section{
  border: 0px solid !important;
  padding: 30px 0px !important;
}
.impression .activations-wrap .chart-line{
  font-size: 8px;
}

.location-container {
  flex: 0 0 auto;
}

.location-container .container-wrap{
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}


.location-container .table-responsive {
  /* max-height: calc(100vh - 250px) !important; */
  overflow: auto;
  border-radius: 0 0 10px 10px;
}
/* #sidebar.toggled ~ .page-view .location-container .table-responsive {
  max-height: calc(100vh - 200px) !important;
} */


.location-container .table-responsive thead tr th{
  background-color: #f3f2f2;
  border-radius: 0px;
  font-size: 10px;
  border-radius: 0px !important;
  border: 0px !important;
  position: sticky;
  top: 0;
}
.location-container .table-responsive tr td{
  background-color: #ffffff;
  border-radius: 0px;
  font-size: 14px;
  border-radius: 0px !important;
  border: 0px 0px 1px 0px !important;
  border-color: #dbdbdb;
}
.location-container .mainTable.table > thead > tr > th:first-child{
  border: 0px !important;
  padding-left: 30px !important;
}

.location-container .mainTable.table > thead > tr > th{
  padding: 5px !important;

}

.location-container .mainTable tbody tr td{
  padding: 5px;
}

.location-container .mainTable tbody tr td:first-child,
.location-container .mainTable.table > thead > tr > th:last-child,
.location-container .mainTable tbody tr td:last-child {
  border-right: 0px !important;
  border-left: 0px !important;
  border-top: 0px !important;
  padding-left: 30px !important;
}

.location-container .mainTable tbody tr td:last-child {
  font-size: 14px;
  font-weight: 500;
}

.operating-system .activations-header h3, .location-container .activations-header h3,
.browser-usage .activations-header h3, .location-container .activations-header h3{
  font-size: 20px !important;
}
.operating-system .container-wrap, .browser-usage .container-wrap{
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

.operating-system .editor-left-section.full{
  padding: 0px;
  margin: 0px;
}

.operating-system .container-wrap .activations-header,.browser-usage .container-wrap .activations-header{
  font-size: 20px;
}
.operating-system .container-wrap .heading-block,.browser-usage .container-wrap .heading-block  {
  border-bottom: 1px solid #dbdbdb;
}

.operating-system .editor-left-section, .browser-usage .editor-left-section{
  border: 0px;
}

.operating-system .w-40,.browser-usage .w-40{
  width: 40%;
}
.operating-system .w-60, .browser-usage .w-60{
  width: 60%;
}
.operating-system .w-50, .browser-usage .w-50{
  width: 50%;
}

.operating-system .legend-header, .browser-usage .legend-header{
  display: flex;
  font-size: 10px;
  font-weight: 500;
  color: #000000;
  background: rgb(243, 242, 242);
  padding: 5px 0px;
  text-align: center;
  position: sticky;
  top: 0;
}

.operating-system .legend-body .label, .browser-usage .legend-body .label{
  border-bottom: 1px solid #dbdbdb;
  font-size: 12px;
  padding: 10px 0px 10px 16px;
  word-break: break-all;
  font-weight: 400;
  color: #000000;
  display: flex;
}

.operating-system .legend-body .label .icon, .browser-usage .legend-body .label .icon{
  width: 14px;
  height: 14px;
  border-radius: 4px;
  margin-right: 5px;
}

.bg-clr-blue{
  background-color: #46bfbd;
}
.bg-clr-red{
  background-color: #f4464a;
}
.bg-clr-grey{
  background-color: #dcdcdc;
}

.bg-clr-darkblue{
  background-color: #97bbcd;
}

.operating-system .legend-body .value, .browser-usage .legend-body .value{
  border-bottom: 1px solid #dbdbdb;
  font-size: 12px;
  padding: 10px 0px 10px 32px;
  word-break: break-all;
  font-weight: 500;
  color: #000000;
}

/* new pagination start */

.pagination-block .pagination-bottom {
  margin: auto;
  width: 100%;
}
@media (min-width: 1400px) {
  .pagination-block .pagination-bottom {
    margin: auto;
    width: 80%;
  }
}

.enabled-menu {
  display: flex;
  align-content: center;
  justify-content: center;
}

.enabled-menu button {
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #dbdbdb;
  padding: 0px 12px;
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 500;
  height: 40px;
}

.enabled-menu button:not(.page-button) {
  border-radius: 8px;
}

.enabled-menu button.page-button {
  width: 41px;
  height: 40px;
  border-left: 0px;
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-weight: 500;
}

.enabled-menu button.page-button-first {
  border-radius: 8px 0 0 8px;
  border-left: 1px solid #dbdbdb;
}

.enabled-menu button.page-button-last {
  border-radius: 0 8px 8px 0;
}

.enabled-menu button.page-button-current {
  /* background: #f0fff2; */
  /* color: rgb(57, 164, 73); */
  background: rgba(0, 117, 106, 0.1);
  color: #00756A;
}

.enabled-menu button.previous-button,
.enabled-menu button.next-button {
  width: 110px;
}

.entries-menu {
  margin-left: 20px;
  margin-right: 20px;
}

/* new pagination end */


/* Onboarding designs starts */

  .onboarding-new-comp .header{
    width: 100%;
    justify-content: center;
    display: flex;
    margin: 30px 0px;
    text-align: center;
  }

  .onboarding-new-comp .container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin:15px 0;
  }

  .onboarding-new-comp .card-container{
    width: 30rem;
    height: 30rem;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: .5rem;
    word-wrap: break-word;
    background-color: #fff;
    margin: 15px 0;
  }
  .onboarding-new-comp .card-container-header{
    height: 18rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .onboarding-new-comp .card-container-header img{
    width: auto;
    height: 80px;
  }

  .onboarding-new-comp .card-container-body{
    height: 12rem;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .onboarding-new-comp .card-container-body .btn-success {
    font-size: 12px;
    border: 1px;
    border-radius: 5px;
    padding: 8px 20px;
  }

  .line-height-inherit{
    line-height: inherit;
  }
/* Onboarding design ends */


/* Prebuild Competition template starts*/

.comps-prebuild .contain{
  margin-left: 250px;
  width: 100%;
}
.comps-prebuild .activationTypesCont{
  margin-top: 6rem;
}

.comps-prebuild .activationTypesCont .activationType{
  position: relative;
}

.comps-prebuild .filter-overlay{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.comps-prebuild .filter-overlay .filter-spinner{
  background-color: #fff;
  border-radius: 40px;
  padding: 10px;
  box-shadow: 0px 0px 9px rgb(0,0,0,0.4);
}
.comps-prebuild .filter-overlay .filter-spinner i{
  font-size: 30px;
  color:#00bcd4;
  -webkit-animation: ball-clip-rotate 1s linear infinite;
  -o-animation: ball-clip-rotate 1s linear infinite;
  animation: ball-clip-rotate 1s linear infinite;
}

.comps-prebuild #filterSideBar{
  position: fixed;
  overflow-y: auto;
  min-height: calc(100vh - 75px);
  background: #ffffff;
  border-right: 1px solid #dbdbdb;
  height: calc(100vh - 75px);
  z-index: 1;
}
.comps-prebuild #filterSideBar .main-menu{
  width: 250px;
}

.comps-prebuild #filterSideBar .filterList{
  margin: 0 5px;
}


.comps-prebuild #filterSideBar .filter-list-submenu input[type='checkbox']{
  margin: 0 5px;
}

.comps-prebuild #filterSideBar .search{
  border: 1px solid rgb(219, 219, 219) !important;
  height: 40px;
  border-radius: 8px;
  padding: 0 15px !important;
  font-size: 14px;
}

.comps-prebuild #filterSideBar .main-menu > li.active > a ,.comps-prebuild #filterSideBar .main-menu > li > a{
  color: #5E5E5E;
  background-color: #fff;
}

.comps-prebuild #filterSideBar .category-header{
  padding: 3px 0px;
  background-color: #f3f2f2;
}

.comps-prebuild #filterSideBar .main-menu > li > a:hover {
  color: #5E5E5E;
  background-color: #fff;
}

.comps-prebuild #filterSideBar .sub-menu > a:before,.comps-prebuild #filterSideBar .sub-menu > a:after {
  left: 0px;
  color: #7f7f7f;
  transition: none;
}

.comps-prebuild #filterSideBar .sub-menu ul > li > div {
  padding: 5px 35px;
}
.comps-prebuild #filterSideBar .sub-menu ul > li:first-child > a {
  padding-top: 0px;
}

.comps-prebuild #filterSideBar .main-menu > .sub-menu {
  margin-bottom: 0px;
}

.comps-prebuild #filterSideBar  input[type="checkbox"] {
  border: 1px solid #dbdbdb;
  appearance: none;
  height:15px;
  width: 15px;
  border-radius: 2px;
  position: relative;
  background:#fff;
  vertical-align: middle;
  top: -2px;
}

.comps-prebuild #filterSideBar  input[type="checkbox"]:checked:after{
  content: "\f26b";
  color: #fff;
  /* background: #39a449; */
  background: #00756A;
  height: 15px;
  width: 15px;
  position: absolute;
  top: -1px;
  left: -1px;
  text-align: center;
  border-radius: 3px;
  font-family: "Material-Design-Iconic-Font";
  /* border: 1px solid #39a449; */
  border: 1px solid #00756A;
  line-height: 15px;
}

.comps-prebuild .isPremium{
  background: #FDD393;
  color: #ffffff;
}
.comps-prebuild .isPremium .card-text{
  color: rgba(0,0,0,0.6);
}

.comps-prebuild .premium-tag{
  position: absolute;
  right: 25px;
  top: 20px;
  font-family: "Outfit", Sans-serif;
  /* background: #FDD393; */
  background: #FFCA00;
  color: #000;
  padding: 0px 10px;
  margin: 0;
}

.comps-prebuild .blank-template-tag{
  position: absolute;
  right: 25px;
  top: 20px;
  font-family: "Outfit", Sans-serif;
  background: #412d10;
  color: #FFFFFF;
  padding: 0px 10px;
  margin: 0;
}

.comps-prebuild .premium-tag h5 {
  margin: 5px;
}

.comps-prebuild .blank-template-tag h5 {
  color: #FFFFFF;
  margin: 5px;
}

.comps-prebuild .activationType .btn-default:hover{
    background-color: #fff;
    color: #000;
}

.comps-prebuild .card-body .card-text img {
  width: 100%;
}

/* Prebuild Competition template ends*/


/* Mark as template - Dashboard design start*/
.mark-template-icon{
  font-size: 25px;
  color: #000;
  cursor: pointer;
}

.mark-as-template .align-input{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0;
}

.mark-as-template  .divider{
  border-bottom: 1px dashed #ccc;
  margin: 2rem 0px 3rem 0px;
}

.mark-as-template  input[type="checkbox"] {
  border: 1px solid #dbdbdb;
  appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  position: relative;
  background: #fff;
  vertical-align: middle;
  margin: 0;
  top: -2px;
}

.mark-as-template input[type="checkbox"]:checked:after {
  content: "\f26b";
  color: #fff;
  /* background: #39a449; */
  background: #00756A;
  height: 20px;
  width: 20px;
  position: absolute;
  top: -1px;
  left: -1px;
  font-family: "Material-Design-Iconic-Font";
  text-align: center;
  line-height: 20px;
  border-radius: 3px;
  /* border: 1px solid #39a449; */
  border: 1px solid #00756A;

}

.mark-as-template .cardPreview{
  width: 234px;
  border-radius: 5px;
  height: 160px;
  position: relative;
  border: 1px solid #dbdbdb;
}

.mark-as-template .cardPreview-body{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  height: 60px;
  display: flex;
  align-items: flex-end;
  margin-top: -1px;
  padding: 0 8px 8px;
}

.mark-as-template .cardPreview-header video{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.mark-as-template .cardPreview-body button{
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
  font-weight: 400;
  text-align: center;
  font-size: 8px;
  line-height: 1.42857143;
  border: 1px solid #dbdbdb;
  background: #fff;
  border-radius: 5px;
  box-shadow: none;
}

.mark-as-template .cardPreview-header {
  width: 234px;
  height: 102px;
  position: relative;
  border: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: -1px;
}

.mark-as-template  .cardPreview .removable {
  display: none;
  padding-top: 50px;
  width: 100%;
  height: 100%;
  font-size: 1.4em;
  color: #c00000;
  cursor: pointer;
  background: rgba(147, 19, 0, 0.3);
  position: absolute;
  top: 0;
  justify-content: center;
}

.mark-as-template  .cardPreview:hover .removable {
  display: flex;
  border: 2px #c00000 dashed;
  color: #fff;
}
.mark-as-template .removable .zmdi-close-circle{
  color: #fff;
}

.mark-as-template .thumbnailView {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px #2196f3 dashed;
  width: 220px;
  position: relative;
}
.mark-as-template .thumbnailView:hover{
border: 2px #c00000 dashed;
}

.mark-as-template .thumbnailView .removable {
  display: none;
  width: 100%;
  height: 100%;
  font-size: 1.4em;
  color: #c00000;
  cursor: pointer;
  background: rgba(147, 19, 0, 0.3);
  position: absolute;
  top: 0;
}
.mark-as-template .thumbnailView:hover .removable {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.mark-as-template .mobilePreview{
  display: flex;
  border: 5px solid #37363C;
  border-radius: 10px;
  height: 214px !important;
  width: 104px;
  background-size: contain;
  background-position: center;
  position: relative;
  margin: 2rem 0px 0px 5rem;
}

.mark-as-template .mobilePreview video{
  border-radius: 4px;
  }

.mark-as-template .mobilePreview .removable{
  display: none;
  width: 100%;
  height: 205px;
  align-items: center;
  position: absolute;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  background: rgba(147, 19, 0, 0.3);
  justify-content: center;
}

.mark-as-template .mobilePreview:hover .removable{
  display: flex;
  border: 2px #c00000 dashed;
}

.mark-as-template .btn-add-option{
  display: flex;
  align-items: center;
}

.mark-as-template .btn-add-option .add{
  font-size: 26px !important;
  /* color: rgb(57, 164, 73); */
  color: #00756A;
  padding-right: 10px;
}

.mark-as-template .btn-add-option .remove{
  font-size: 26px !important;
  color: red;
  padding-right: 10px;
}
.mark-as-template .btn-add-option .close{
  font-size: 26px !important;
  color: #868686;
  padding-right: 10px;
}

.mark-as-template .btn-add-option .save{
  font-size: 22px !important;
  color: #868686;
  padding-right: 10px;
}

.mark-as-template .btn-add-option .save{
  color: #fff
}

.mark-as-template .btn-add-option.save-btn{
  /* background: rgb(57, 164, 73); */
  background-color: #00756A;
  color: #fff;
  font-weight: 600;
}

.mark-as-template .thumbnail-header{
  display: flex;
    justify-content: space-between;
    align-items: center;
}

.mark-as-template .thumbnail-row{
  display: flex;
}

.mark-as-template .thumbnail-row .zmdi-delete, .mark-as-template .zmdi-delete {
  color: #ff453a;
  font-size: 18px;
  cursor: pointer;
}

.mark-as-template .description-textarea {
  border: 1px solid rgb(219, 219, 219) !important;
  border-radius: 8px;
  padding: 9px 15px 0px!important;
  font-size: 14px;
}

.mark-as-template .add-industry{
  display: flex;
  margin-bottom: 25px;
  justify-content: flex-end;
}

.isTemplate{
  /* color: rgb(57, 164, 73); */
  color: #00756A;
}
/* Mark as template - Dashboard design end*/

/* signup page start */

.signup-container{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  /* text-align: center; */
  background-color: #fff;
  /* background: url(/img/background.svg); */
  /* background: url(/img/bg.png); */
  background-size: cover;
}

.signup-wrapper{
  /* background: rgba(255, 255, 255, 0.87); */
  /* box-shadow: 0 1px 11px rgb(0,0,0,0.3); */
  /* border-radius: 10px; */
  /* max-width: 550px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  vertical-align: middle;
  position: relative;
  padding: 25px 40px 40px 40px;
  /* margin: 30px; */
  z-index: 99;
  min-height: 100vh;
}

.signup-container .plan-details{
    padding: 0px 12px;
    border-radius: 2px;
    box-shadow: 0 2px 7px 1px rgb(0,0,0,0.2);
    display: flex;
    align-items: center;
    margin: 12px 0px;
    background: #fff;
    /* height: 42px; */
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border-radius: 5px;
}

.signup-container .plan-details-wrapper{
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}

.signup-container .plan-item{
  display: flex;
  align-items: center;
  height: 100%;
  border-right: 1px solid rgb(219, 219, 219);
  padding: 0 8px;
  width: 100%;
  justify-content: center;
}

.signup-container .form-control{
  text-align: left;
  border: 1px solid rgb(219, 219, 219);
  border-radius: 8px !important;
  height: 40px;
}

.signup-container .input-group{
  width: 100%;
}

.signup-container .drop-down-currency{
  border: 0px solid #000;
  height: 42px;
  padding: 0 8px;
  margin: 0;
}

.signup-container .drop-down-plan{
  border: 0px solid #000;
  height: 42px;
  padding: 0 8px;
  margin: 0;
}

.signup-container .drop-down-period{
  border: 0px solid #000;
  height: 42px;
  padding: 0 8px;
  margin: 0;
}

.signup-container .signup-btn{
  padding-left: 20px;
  padding-right: 20px;
  background: #F9652C !important;
  color: #fff;
  border-radius: 8px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0px 10px;
  box-shadow: none;
  border: 0;
}

.signup-container .signup-btn:focus,
.signup-container .signup-btn:hover{
  background: #F9652C !important;
  color: #fff;
}

.signup-container .signup-btn[disabled]{
  /* background: rgb(57, 164, 73) !important; */
  background: #F9652C !important;
  color: #fff;
}

.signup-container .resend-btn span{
  display: flex;
  align-items: center;
}

.signup-container .resend-btn{
  /* color: #fff; */
  border-radius: 8px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 1px 25px;
  box-shadow: none;
  border: 0;
}

.signup-container .resend-btn:focus,
.signup-container .resend-btn:hover{
  color: #3c3c3c;
  /* font-weight: bold; */
  background: #dfdfdf;
}

.signup-container .resend-btn[disabled]{
  background: #e5e5e5 !important;
  color: #878787;
}

.signup-container .resend-btn span{
  display: flex;
  align-items: center;
}
.signup-container .form-control-dropdown{
    text-align: left;
    border: 1px solid rgb(219, 219, 219);
    border-radius: 8px !important;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    color: rgba(0,0,0,0.4);
}
.signup-container .form-control-dropdown.selected{
  color: #000 !important;
}
.signup-container .form-control-dropdown::after{
  content: "\25b6"
}

.signup-container input[type="checkbox"] {
    border: 1px solid #dbdbdb;
    appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    position: relative;
    background: #fff;
    vertical-align: middle;
    margin: 0;
}

.signup-container input[type="checkbox"]:checked:after {
  content: "\f26b";
  color: #fff;
  background: #0D7AFF;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: "Material-Design-Iconic-Font";
  text-align: center;
  line-height: 18px;
  border-radius: 3px;
  border: 1px solid #39a449;
}
.signup-container  .custom-control.custom-checkbox{
  display: flex;
  align-items: center;
}
.signup-container .custom-control-label a{
  color: #5e5e5e;
  text-decoration: underline;
  padding-top: 10px;
}

.signup-container .custom-control-label{
  margin-bottom: 0px;
  margin-left: 5px;
}
.signup-container .custom-control-label a:hover{
  color:#0D7AFF;
}

.signup-container .link-with-text {
  cursor: pointer;
}

.signup-container  .password-field{
  display: flex;
  position: relative;
}

.signup-container  .password-field input{
  width: 90%;
  border-right: 0px;
  border-radius: 5px 0px 0px 5px !important;
}

.signup-container  .password-field .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  background: #fff;
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #e0e0e0;
  border-left: 0px;
  font-size: 16px;
  cursor: pointer;
}

.cselect{
  position: relative;
}

.cselect::after {
  content: "\25BE";
  position: absolute;
   top: 8px;
   right: 18px;
   font-size: 18px;
}

.signup-container .header-info{
  display: flex;
  justify-content: space-between;
}

.signup-container .header-info h4{
  font-size: 14px;
  display: flex;
  align-items: center;
}
.signup-container .header-info h4 img{
  width: 16px;
  margin-right: 4px;
}

.grecaptcha-badge{
  bottom: 100px !important;
}

.button-spinner {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid transparent;
  width:20px;
  height: 20px;
  -webkit-animation: buttonSpinner 1s linear infinite; /* Safari */
  animation: buttonSpinner 1s linear infinite;
}
.signup-container .justify-content-center{
  justify-content: center;
}
.signup-container .price-details{
  width: 50%;
}

.btn-share{
  background-color: #00756A;
  border-color: #39a449;
  line-height: 38px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  color: #fff !important;
  border-radius: 6px;
  padding: 5px 12px;
  box-shadow: none;
  text-transform: capitalize;
  white-space: nowrap;
}
.btn-share:hover,.btn-share:active{
  color: #fff !important;
}

/* Safari */
@-webkit-keyframes buttonSpinner {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes buttonSpinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 767px) {
  .signup-container{
    padding:10px;
  }
  .signup-wrapper {
    /* padding: 30px 20px; */
  }
  .signup-container .plan-details{
    padding: 0px !important;
    flex-wrap: wrap;
  }
  .signup-container .header-info h4{
    font-size: 11px !important;
  }
  .signup-container .price-details{
    border-top: 1px solid rgb(219, 219, 219) !important;
    text-align: center !important;
    padding: 10px;
    width: 100%;
  }
  .signup-container .drop-down-plan, .signup-container .drop-down-period,.signup-container .drop-down-currency{
    appearance: none;
    -webkit-appearance: none;
  }

  .signup-container .plan-item{
    position: relative;
  }
  .signup-container .plan-item::after{
    content: "\25BE";
    position: absolute;
    top: 12px;
    right: 4px;
    font-size: 12px;
  }
}


.signup-container .social-login{
  width: 225px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  border-radius: 8px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0px 10px;
  box-shadow: none;
  border: 0;
}

.signup-container .social-login.google{
  background-color: #DF4930;
}

.signup-container .social-login.facebook{
  background-color: #507CC0;
}

.signup-container .divider{
  background: rgba(0,0,0,0.3);
  height: 1.4px;
  margin: 30px 0px;
}

/* signup page ends */

.no-wrap{
  white-space: nowrap;
}


/* Onboarding starts */
.onboarding {
  font-family: Outfit, sans-serif;
}
  .onboarding p{
  font-weight: 500;
  color: #868686;
  margin-bottom: 0px;
  }
  .onboarding .color-palette{
    padding: 20px;
    margin: 10px;
    border: 1px solid #000;
    border-radius: 20px;
  }

  .onboarding .justify-content-between{
    justify-content: space-between;
  }
  .onboarding .align-item-center{
    align-items: center;
  }
  .onboarding .bg-color-picker{
    display: flex;
    align-items: end;
    justify-content: flex-end;
  }

  .onboarding .color-picker{
    width: 175px;
  }


  .onboarding .font-dropdown{
    width: 200px;
  }

.onboarding .btn-next{
  padding: 0rem 5rem;
  font-family: 'Outfit';
}
.onboarding .setting-wrapper{
  border: 1px solid #bbb;
  padding: 20px;
  border-radius: 5px;
}


.onboarding .custom-color-picker .color-picker-wrapper{
  margin: 17px 0px;
  width: 150px;
}

.onboarding .mobile-frame-wrapper{
  height: 575px;
  padding: 0;
  margin: 0;
  position: relative;
  top: -20px;
}

.onboarding .mobile-frame{
  background: url(../img/preview/mobile.png) 0 0 no-repeat;
    margin: 20px auto;
    padding: 12px 24px;
    background-size: contain;
    background-position: center center;
    overflow: hidden;
    height: 100%;
    width: 306px;
}
.onboarding .fake-mobile-frame {
    height: 100%;
    border-radius: 30px;
    margin: 0 2px;
    min-height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    /* border: 1px solid #D8D8D8; */
    overflow: hidden;
}

.onboarding .fake-mobile-frame .content-wrapper{
  flex-direction: column;
  justify-content: space-between;
}
.onboarding .fake-mobile-frame .logo-container{
  text-align: center;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.onboarding .fake-mobile-frame .logo{
  width: 100%;
  height: auto;
  margin: 30px 0 60px;
  padding: 15px;
}

.onboarding .fake-mobile-frame .content-container{
  text-align: center;
  min-height: 200px;
}

.onboarding .fake-mobile-frame .footer-button{
  padding: 15px;
  width: 100%;
  font-weight: bold;
  font-size: 13px;
  font-family: 'Outfit';
}
.onboarding .logo-placeholder{
  border: 1px dashed black;
  padding: 30px 50px;
  margin: 60px 0;
}
.onboarding .select-box{
  border-radius: 6px;
}
.onboarding .color-grey{
  color: #868686;
}
.onboarding .file-label{
  width: 150px;
  right: 0;
  left: 0;
  z-index: 1;
  height: 40px;
  padding-left: 40px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  color: #000000;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  position: relative;
}
.onboarding .file-label::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
  background: url(../img/icons/icon_upload.svg) no-repeat center;
  background-size: contain;
}
.onboarding  .justify-content-right{
  justify-content: right;
}
.slick-prev:before, .slick-next:before{
  color: #00756A;
}

/* Onboarding ends */


/* Brand giudlines start*/
.brand-guidelines-wrapper .editor-left-section{
  background-color: transparent;
  border: none;
  padding: 0px !important;
}

.onboarding.brandGuidelines .setting-wrapper{
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  padding: 25px 50px !important;
}

.onboarding.brandGuidelines .card-body.card-padding{
  padding: 0px;
}

.bg-design{
  height: 50px;
  margin: 2px 3px;
  border:1px solid #dbdbdb;
  border-radius: 2px;
}

.onboarding .bg-design.active{
  border:2px solid #00756A;
  margin: 2px 2px;
}

.onboarding .error{
  font-size: 12px;
  color: #c00000;
  font-weight: 400;
}

.onboarding .success{
  font-size: 12px;
  color: #39a449;
  font-weight: 400;
}

.btn-proceed {
  background: #00756A !important;
  font-family: 'Outfit';
  line-height: 38px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 8px;
  padding: 0px 25px;
  box-shadow: none;
}

.onboarding .steps{
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 0 10px;
  background: #efefef;
  font-size: 12px;
}

.onboarding .thumbnailView {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px #2196f3 dashed;
  width: 100%;
  /* height: 83px; */
  position: relative;
}
.onboarding.thumbnailView:hover{
border: 2px #c00000 dashed;
}

.onboarding .thumbnailView .removable {
  display: none;
  width: 100%;
  height: 100%;
  font-size: 1.4em;
  color: #c00000;
  cursor: pointer;
  background: rgba(147, 19, 0, 0.3);
  position: absolute;
  top: 0;
}
.onboarding .thumbnailView:hover .removable {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.onboarding .uppy-DashboardContent-back{
  display: none;
}

.onboarding .uppy-DashboardContent-bar{
  flex-direction: row-reverse;
}

.onboarding .bg-design-border-left{
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  padding: 5px 24px;
}

.onboarding .bg-design-border-right{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  padding: 5px 10px;
  min-height: 200px;
}

.onboarding .bg-design-border-right .header{
  position: absolute;
  top: 14px;
}

.onboarding .bg-design-border-left.active,.onboarding .bg-design-border-right.active{
border-color: #00756A;
}


.flex-column{
  flex-direction: column;
}

.uppy-Dashboard-close span{
  display: none;
}

.uppy-Dashboard-close::after{
 content:"\2715";
 color: #ffffff !important;
 font-size: 22px;
 font-weight: bold;
}
.cropper-drag-box{
  background-color: rgba(0,0,0,0.5) !important;
}

/* Brand giudlines ends*/
.pulse-button{
  border: none;
  animation: pulse 1.5s infinite;
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
}

.pulse-button:hover {
  animation: none;
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(242, 134, 99, 0.8);
  }
  70% {
    transform: scale(1);
      -webkit-box-shadow: 0 0 0 25px rgba(242, 134, 99, 0);
  }
  100% {
    transform: scale(1);
      -webkit-box-shadow: 0 0 0 0 rgba(242, 134, 99, 0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    -moz-box-shadow: 0 0 0 0 rgba(242, 134, 99, 0.8);
    box-shadow: 0 0 0 0 rgba(242, 134, 99, 0.7);
  }
  70% {
    transform: scale(1);
      -moz-box-shadow: 0 0 0 25px rgba(242, 134, 99, 0);
      box-shadow: 0 0 0 25px rgba(242, 134, 99, 0);
  }
  100% {
    transform: scale(1);
      -moz-box-shadow: 0 0 0 0 rgba(242, 134, 99, 0);
      box-shadow: 0 0 0 0 rgba(242, 134, 99, 0);
  }
}

.empty-dashboard-container{
  background: #ffffff;
  min-height: calc(100vh - 320px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  border-radius: 8px;
}

.empty-dashboard-container .new-create-campaign-btn{
  display: flex;
  align-items: center;
  background-color: #FF9400;
  font-weight: 600;
  padding: 12px 25px;
  border: 0px;
  border-radius: 15px;
  color: #fff;
}

.pulse-create-btn{
  background-color: #F9652C !important;
}

.create-btn-dashboard {
  margin-bottom: 70px;
}

.create-campaign-image {
  width: 40%;
}

.dashboard-anchor {
  float: left;
  text-align: left;
}


/* integration page css starts */
.integration{
  background-color: #ffffff;
  border: 1px solid rgb(219, 219, 219);
  border-radius: 5px;
  padding: 10px 25px 25px;
  margin: 15px;
  min-height: 180px;
}
.integration .c-green {
  font-size: 17px;
  margin-top: 8px;
}
.integration .integration-body{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}
.integration .integration-body .pr-75{
  padding-right: 75px;
}

.integration .fa-unlink{
  font-size: 16px;
  padding-left: 20px;
}
.integration .connect{
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}
.integration .connect.disabled{
  background: #EFEFEF;
  color: rgba(0,0,0,0.6);
  border: 1px solid rgb(219, 219, 219);
  box-shadow: none;
  cursor: not-allowed;
}

@media(min-width: 1800px){
  .col-xl-3{
    float: left;
    width:33%;
  }
}

/** embed & social sharing popup **/

.domain-url-input{
  padding: 0px !important;
  margin: 0;
  height: 25px;
  border-radius: 5px !important;
  border: 1px solid rgb(219, 219, 219) !important;
}
.ngdialog-embed-domain .ngdialog-content{
  background-color: #ffffff !important;
}

.ngdialog-embed-domain textarea{
  border:1px solid #dbdbdb;
  border-radius: 5px;
}

.ngdialog-embed-domain .iframe-input{
  border:1px solid #dbdbdb;
  border-radius: 5px;
  width: 75px;
}

.ngdialog-embed-domain  .btn-primary{
  line-height: 38px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  padding: 0 12px;
  box-shadow: none;
  text-transform: capitalize;
  margin-right: 8px;
}

.ngdialog-embed-domain .link{
  text-decoration: underline;
}

.w-15{
  width: 15% !important;
}

.w-85{
  width: 85% !important;
}

.w-45{
  width: 45% !important;
}

/* Subscription design starts*/

.subscription .btn{
    line-height: 38px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 8px;
    padding: 0 12px;
    box-shadow: none;
    text-transform: capitalize;
    margin-right: 8px;
}

.subscription .btn-cancel{
  box-shadow: none !important;
  background-color: #ffffff;
  padding: 0 12px;
  line-height: 38px;
  height: auto;
  border: 1px solid #dbdbdb !important;
  border-radius: 8px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 13px;
  color: #000000;
  margin: 0;
}

.subscription .w-60{
  width: 60%;
}

.subscription .w-50{
  width: 50%;
}

.subscription .w-40{
  width: 40%;
}

.subscription .w-45{
  width: 45%;
}

.subscription .w-30{
  width: 30%;
}

.subscription .text-upper{
  text-transform: uppercase;
}

.subscription .text-title{
  text-transform: capitalize;
}
.subscription .title{
  color:#7f7f7f !important
}

.subscription .tab{
  list-style: none;
  display: flex;
  padding: 0;
}

.subscription .payment-type{
  display: flex;
  list-style-type: none;
  font-size: 14px;
  font-weight: 500;
  color: #000000;

}

.subscription .payment-type li{
  padding: 10px 25px;
  color: #000000;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}
.subscription .payment-type li:nth-child(1){
  border-radius: 10px 0px 0px 10px;
  border-right: 0px;
}
.subscription .payment-type li:nth-child(2){
  border-radius: 0px 10px 10px 0px;
  border-left: 0px;
}

.subscription .payment-type li{
  padding: 10px 25px;
  color: #000000;
  border: 1px solid #dbdbdb;
}


.subscription .payment-type li.active{
  background-color: rgba(0, 117, 106, 0.1);
  color: #00756A;
}

.subscription .payment-type{
  display: flex;
  list-style-type: none;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.subscription .blue{
  background-color: rgba(109, 201, 239, 0.8);
  color: #ffffff !important;
}

.subscription .yellow{
  background-color:rgba(251, 202, 17, 0.8);
  color: #ffffff !important;
}

.subscription .orange{
  background-color: rgba(244, 138, 104, 0.8);
  color: #ffffff !important;
}

.subscription .green{
  background-color: rgba(0, 117, 106, 0.8);
  color: #ffffff !important;
}

.subscription .dark-orange {
  background-color: #C25431;
  color: #ffffff !important;
}

.subscription .tab li{
  padding: 20px;
  margin: 5px;
  font-size: 13px;
  line-height: 38px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  padding: 0 12px;
  box-shadow: none;
  text-transform: capitalize;
  margin-right: 8px;
  border: 1px solid #dbdbdb !important;
  background: #fff;
  color: #000000;
  cursor: pointer;
}

.subscription .tab li.active{
  background-color: rgba(0, 117, 106, 0.1);
  color: #00756A;
}

.subscription-upgrade {
  position: absolute;
  top: 20px;
  right: 0;
}

.subscription-upgrade .btn-upgrade{
  background-color: #FECB3E;
  line-height: 38px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  font-weight: 700;
  border-radius: 8px;
  padding: 0 25px;
  box-shadow: none;
  text-transform: capitalize;
  margin-right: 8px;
}

.subscription .transaction-table th{
  font-weight: 600;
  color: #000000;
}

.subscription .transaction-table td{
  font: 14px;
  color: #000000;
}
.subscription .transaction-table .header{
  background: #F7F7F7;
}

.subscription .text-underline{
  text-decoration: underline;
  cursor: pointer;
}

/* .subscription .transaction-table.find-plan tr td:nth-child(2){
  background-color: rgba(109, 201, 239, 0.1);
}
.subscription .transaction-table.find-plan tr td:nth-child(3){
  background-color:rgba(251, 202, 17, 0.1);
}
.subscription .transaction-table.find-plan tr td:nth-child(4){
  background-color: rgba(244, 138, 104, 0.1);
}
.subscription .transaction-table.find-plan tr td:nth-child(5){
  background-color: rgba(0, 117, 106, 0.1);
} */


/* Pricing page start */

.pricing-page .header-tab ,.pricing-page .currency-tab{
  display: flex;
  justify-content: center;
}

.pricing-page .header-tab {
  border: 1px solid #e3e3e3;
  border-radius: 40px;
  background-color: #ffffff;
}

.pricing-page .header-tab .tab-title,.pricing-page .currency-tab .tab-title{
  padding: 10px 15px;
  margin: 3px;
  color: #000000;
}

.pricing-page .header-tab .tab-title a{
  text-decoration: none;
  color: #000;
  font-family: "Outfit", Sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.pricing-page .header-tab .tab-title.active{
  color: #ffffff;
  background-color: #F9652C;
  color: #ffffff;
  border-radius: 50px;
}

.pricing-page .header-tab .tab-title.active a{
  font-size: 14px;
  color: #ffffff;
}

.pricing-page .currency-tab .tab-title{
  display: flex;
  justify-content: space-around;
  text-decoration: none;
  list-style-type: none;
  width: 100%;
  padding: 0;
}

.pricing-page .currency-tab .tab-title li{
  padding: 1em 1.5em;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  width: 100%;
  color: #000;
}

.pricing-page .currency-tab .tab-title li.active{
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #18A44A;
  color: #18A44A;
}

.pricing-page .price-container{
  display: flex;
  justify-content: center;
}

.pricing-page .pricing-table-container{
  width: 30%;
  text-align: center;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border: none;
  margin: 10px;
  border: 30px;
  display: flex;
  justify-content: center;
}
.pricing-page .pricing-table-head{
  background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
}

.pricing-v2-header{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 40px 15% 56px;
  flex-direction: column;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #F9652C;
  color: #fff;
}

.pricing-v2-name {
    position: relative;
    z-index: 3;
    margin-bottom: 8px;
    font-family: Outfit,sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.pricing-v2-description {
  position: relative;
  z-index: 3;
  font-size: 13px;
  line-height: 20px;
}

.pricing-v2-wave {
  position: absolute;
  top: auto;
  bottom: 0;
  display: block;
  width: 100%;
  height: 24px;
  max-width: none;
}
.pricing-table  .small-bg-elements {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  height: 100%;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  opacity: .07;
}

.pricing-table .small-bg-element-1 {
    position: absolute;
    left: -67%;
    top: 3%;
    right: 20%;
    bottom: -91%;
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 36px;
    background-image: linear-gradient(
    118deg,#fff,#fff,hsla(0,0%,100%,0));
    transform: rotate(45deg);
}

.pricing-table  .small-bg-element-2{
  position: absolute;
  left: auto;
  top: 21%;
  right: -23%;
  bottom: auto;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  background-image: linear-gradient(
163deg,#fff,#fff,hsla(0,0%,100%,0));
  transform: rotate(30deg);
}

.pricing-table .small-bg-element-3{
    position: absolute;
    left: 39%;
    top: -23%;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-image: linear-gradient(
    135deg,#fff,#fff,hsla(0,0%,100%,0));
    transform: rotate(30deg);
}

.pricing-page .pricing-table{
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  padding-bottom: 48px;
  flex-direction: column;
  align-items: center;
  flex: 1;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgb(48 54 77 / 10%);
  text-align: center;
}

.pricing-page .pricing-table-title{
  color: #000000;
    font-family: "Outfit", Sans-serif;
    font-size: 30px;
    font-weight: 400;
}

.pricing-page  .pricing-table-subtitle{
  color: #060606;
  font-family: "Outfit", Sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-top: 28px;
}

.pricing-page .pricing-table .pricing-table-price-duration{
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.pricing-page  .pricing-table-integer-part.contactus{
  font-size: 30.5px;
}

.pricing-page .pricing-table-features{
  list-style-type: none;
  text-align: left;
  padding: 20px 0;
}

.pricing-page .pricing-table-feature-text{
  text-align: center;
  background-color: #FFFFFF;
  color: #0C0C0C;
  padding: 5px 2px;
  font-family: "Outfit", Sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}

.pricing-page .info-icon {
  width: 15px;
  opacity: .33;
  margin: 0px 5px;
}

.pricing-page  .pricing-table-footer a{
  text-decoration: none;
}

.pricing-page  .pricing-table-footer .custom-button {
  background-color: #F9652C;
  border-radius: 5px;
  color: #fff !important;
  font-size: 16px;
  padding: 12px 35px;
  font-weight: 600;
  display: block;
  cursor: pointer;
}
 .pricing-table-footer .custom-button.disabled {
  background-color: #F7F7F7 !important;
  color: #000 !important;
  border: 1px solid #dbdbdb;
}

.compare-tier {
  font-size: 16px;
  margin-bottom: 7px;
}

.compare-tier a {
  color: #332A46;
  text-decoration: underline;
}

.compare-tier a:hover {
  font-weight: bold;
}

.pricing-v2-tag{
  z-index: 1;
    display: flex;
    height: 48px;
    margin-top: -24px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 14%);
    font-family: Outfit,sans-serif;
    color: #151515;
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
}

.pricing-v2-billing {
    height: 24px;
    margin-left: 12px;
    padding-top: 5px;
    padding-left: 12px;
    border-left: 1px solid #e3e3e3;
    font-family: Kalam,sans-serif;
    color: #574b8a;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}

.pricing-page  .pricing-table-ribbon{
  position: absolute;
  left: auto;
  top: 0;
  right: auto;
  z-index: 3;
  display: flex;
  height: 24px;
  margin-top: -24px;
  margin-right: 0;
  margin-left: 0;
  padding: 5px 10px;
  align-items: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #c25431;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.pricing-feature-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.pricing-feature-icon.check {
  background: url(../img/check-mark.svg);
  background-position: 50% 50%;
  background-size: 20px;
}

.pricing-feature-icon.block {
  background: url(../img/block.svg);
  opacity: .33;
  background-position: 50% 50%;
  background-size: 20px;
}

.pricing-page .block-text{
  color: #999;
}

.coupon-code-popup{
  background-color: #ffffff;
  padding: 10px;
}
.coupon-code-popup .header{
  color: #000000;
  font-family: "Outfit", Sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.coupon-code-popup .title{
  color: #7f7f7f;
  font-family: "Outfit", Sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin: 5px;
}
.coupon-code-popup .text{
  color: #000000;
  font-family: "Outfit", Sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}

.coupon-code-popup .cancel-btn{
  background-color: #f4464a;
  border-color: #f4464a;
  color: #ffffff;
  font-family: 'Outfit';
  line-height: 38px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 8px;
}
/* Pricing page ends */

/* Subscription design ends*/

.guidline-video{
  background: #B0ADD3;
  margin: 0px 0px 25px;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  border: 2px solid #9895b9;
  box-shadow: 2px 4px 4px 0px rgb(0 0 0 / 10%);
}

.guidline-video .btn-success{
  padding: 2px 20px;
  border-radius: 7px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}

.guidline-video p{
  font-weight: 500;
  font-size: 16px;
}

.guidline-video .link{
  color: #5e5e5e;
  text-decoration: underline;
  font-weight: 500;
  font-size: 16px;
  color:#000000
}

.guidline-video  .video-wrapper{
  height: 290px;
  width: 500px;
  padding: 10px;
}
.guidline-video .close{
  position: absolute;
    right: 0;
    margin: 5px 10px;
}
.guidline-video .desc{
  color: #000000;
  font-weight: 400;
  font-size: 22px;
}

.guidline-video .video-container iframe{
  pointer-events: none;
}

.guidline-video .heading-block h2 {
  line-height: 45px;
}

.btn-green-bg{
  background-color: rgba(0, 117, 106, 0.1);
  color: #00756A !important;
}

.video-link{
  text-decoration: underline;
}

.section-divider{
  border-bottom: 1px solid #dbdbdb;
}

.no-interval-add-section{
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px;
}
.plan-title-icon{
  border-radius: 5px;
  padding: 10px;
}

.search-close-btn{
  position: absolute;
  top:5px;
  right: 16px;
}
.text-green{
  color: #00756A !important;
}
.text-blue{
  color: blue !important;
}
.text-red{
  color: red !important;
}
.black-{
  background-color: rgba(0, 117, 106, 0.1);
  color: #00756A;
}

.btn-black-green{
  background-color: rgba(0, 117, 106, 0.1) !important;
color: #00756A !important;
line-height: 38px;
font-size: 14px;
font-weight: 500;
border-radius: 8px;
padding: 0 12px;
box-shadow: none !important;
text-transform: capitalize;
margin-right: 8px;
border: 1px solid #00756A !important;
background: #fff;
cursor: pointer;
}

.btn-black-green:hover{
  color: #00756A !important;
}

/* domain changes start */

.domain-url-input{
  padding: 0px !important;
  margin: 0;
  height: 25px;
  border-radius: 5px !important;
  border: 1px solid rgb(219, 219, 219) !important;
}

.domain-editor .copy-value {
  background: rgb(241 241 241);
  color: black;
  border-radius: 8px;
  padding: 10px;
}

.domain-editor .copy-msg {
  display: none;
  margin-left: 7px;
  color: green;
}

.domain-editor .btn-domain {
  border-radius: 8px;
  padding: 11px;
  box-shadow: none;
  border: 1px solid transparent;
}

.domain-editor .width-restrict {
  max-width: 550px;
}

.domain-editor i {
  font-size: 35px !important;
}

.domain-editor i.copy {
  cursor: pointer;
  font-size: 20px !important;
}

.domain-editor i.success {
  color: green !important;
}

.domain-editor i.warning {
  color: darkorange !important;
}

.domain-step {
  font-size: 14px;
}

.domain-status {
  text-transform: uppercase;
  font-size: 14px;
}

.ngdialog-embed-domain .ngdialog-content{
  background-color: #ffffff !important;
}

.ngdialog-embed-domain textarea{
  border:1px solid #dbdbdb;
  border-radius: 5px;
}

.ngdialog-embed-domain .iframe-input{
  border:1px solid #dbdbdb;
  border-radius: 5px;
  width: 75px;
}

.ngdialog-embed-domain  .btn-primary{
  line-height: 38px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  padding: 0 12px;
  box-shadow: none;
  text-transform: capitalize;
  margin-right: 8px;
}

.ngdialog-embed-domain .link{
  text-decoration: underline;
}

.w-15{
  width: 15% !important;
}

.w-85{
  width: 85% !important;
}

.w-45{
  width: 45% !important;
}


#horizontal-menu{
  background: #ffffff;
  width: 1130px;
  border-radius: 0px 0px 10px 10px;
  z-index: 1;
  border: 1px solid #dbdbdb !important;
  box-shadow: 2px 4px 4px 0px rgb(0 0 0 / 10%);
  border-top: 0px !important;
  position: relative;
  top: -15px;
  left:10px;
}

#horizontal-menu ul{
  display: flex;
  justify-content: space-evenly;
  margin: 0;
  padding:0px;
  flex-direction: row;
  flex-wrap: wrap;
}

#horizontal-menu li{
  list-style: none;
  text-align: center;
  padding: 0px 0px;
}

#horizontal-menu li a{
  font-weight: 400 !important;
  cursor: pointer;
}

#horizontal-menu .close-horizontal-menu{
  position: absolute;
  left: 20px;
}

.ngdialog-tracking-injection .ngdialog-content{
  background-color: #ffffff !important;
}


.ngdialog-tracking-injection  textarea{
  border:1px solid #dbdbdb;
  border-radius: 5px;
}

.ngdialog-tracking-injection   .btn-primary{
  line-height: 38px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  padding: 0 12px;
  box-shadow: none;
  text-transform: capitalize;
  margin-right: 8px;
}
.ngdialog-tracking-injection .tab{
  border: 1px solid #dbdbdb !important;
    color: rgb(72, 72, 72);
    width: 100%;
    background: #ffffff !important;
    color: #000;
    font-family: "Outfit";
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
}

.ngdialog-tracking-injection .tab.active{
  background-color: rgba(0, 117, 106, 0.1) !important;
  color: #00756A !important;
}

/* domain changes end */

#compDetail .ql-container{
  font-family: 'FjallaOne';
  font-size: 40px;
}

#compDesc .ql-container, #lastPageCopy .ql-container
,#thanksCopy .ql-container, #drawCopy .ql-container{
  font-family: 'Outfit';
  font-size: 20px;
}

#compDetail .ql-snow .ql-tooltip,
#compDesc .ql-snow .ql-tooltip,
#lastPageCopy .ql-snow .ql-tooltip,
#thanksCopy .ql-snow .ql-tooltip,
#drawCopy .ql-snow .ql-tooltip{
  font-size: 12px;
}



/* step progress bar */
.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #00756A;
  width: 96%;
  top: 10px;
  left: -48%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #00756A;
  width: 96%;
  top: 12px;
  left: 52%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 6px;
  border: 4px solid #00756A;
}

.stepper-item.active .step-counter {
  background: rgba(0, 117, 106, 0.2);
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  background-color: #00756A;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #00756A;
  width: 96%;
  top: 12px;
  left: 52%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}
.f-600{
  font-weight: 600;
}
.embed-code-popup .wrapper{
  margin: 10px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 8px;
}

.embed-code-popup p, .embed-code-popup label {
  font-size: 13px;
}

.embed-script-code {
  background-color: #000;
  color: #fff;
}


.social-share-multi{
  background: #ffff;
  margin:auto;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  position: relative;
}

.social-share-multi .social-share-wrapper{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
    overflow: hidden;
    margin: 14px;
}

.social-share-multi .social-share-wrapper.wrapper{
    margin:20px;
    display:flex;
    align-items:center;
    cursor: pointer;
}
.social-share-multi .social-share-wrapper a{
      border-radius:50%;
      display:flex;
      color: #fff;
      width: 35px;
      height: 35px;
      justify-content: center;
      align-items: center;
}
.social-share-multi .social-share-wrapper i{
  font-size: 18px;
}
.social-share-multi .social-share-wrapper .facebook{
  background:#3B5997;
}
.social-share-multi .social-share-wrapper .facebook-messenger{
  background:#2296F3;
}
.social-share-multi .social-share-wrapper .twitter{
  background:#06ABED;
}
.social-share-multi .social-share-wrapper .linkedin{
  background:#027FB1;
}
.social-share-multi .social-share-wrapper .whatsapp{
  background:#23D366;
}
.social-share-multi .social-share-wrapper .instagram{
  background: linear-gradient(to top, #EECB71, #AF38A9);
}
.social-share-multi .social-share-wrapper .email{
  background:#7F7F7F;
}
.social-share-multi .social-share-wrapper .pinterest{
  background:#CB2128;
}
.social-share-multi .social-share-wrapper .pocket{
  background:#EF3E55;
}
.social-share-multi .social-share-wrapper .reddit{
  background:#FF4600;
}
.social-share-multi .social-share-wrapper .tumblr{
  background:#2D4762;
}
.social-share-multi .social-share-wrapper .buffer{
  background:#22292E;
}
.social-share-multi .social-share-wrapper .sms{
  background:#69B842;
}
.social-share-multi .social-share-wrapper .wordpress{
  background:#444444;
}
.social-share-multi .social-share-wrapper .flipboard{
  background:#C51F20;
}
.social-share-multi .social-share-wrapper .skype{
  background:#23B0CB;
}
.w-20{
  width: 20%;
}

.free-call-btn{
  border: 0.5px solid #fff;
  padding: 10px 20px;
  border-radius: 7px;
  text-transform: inherit;
}

.signup-container .social-icons{
  padding: 5px;
  width: 50%;
  color: #000;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 5px;
}

.signup-container .header{
  font-size: 26px !important;
  font-family: Outfit, sans-serif;
}
.signin-btn{
  padding: 10px;
  width: 100%;
  color: #000;
  font-weight: 600;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 5px;
  font-size: 16px;
}

.filter-dropdown {
  position: relative;
  display: inline-block;
  width: 200px;
  /* border: 1px solid rgb(219, 219, 219) !important; */
  box-shadow: 2px 4px 4px 0px rgb(0,0,0,0.1);
  background: #ffff;
  height: 35px;
  border-radius: 8px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 5px;
}
.filter-dropdown i{
  margin: 0 4px;
  color: #7f7f7f !important;
}

.filter-dropdown a{
  margin: 0 4px;
  color: #000 !important;
}

.filter-dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 200px;
  max-height: 500px;
  overflow-y: scroll;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: 0;
  top: 35px;
  border-radius: 2px;
  white-space: nowrap;
}

.filter-dropdown-content a {
  color: #7f7f7f !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.filter-dropdown-content a:hover {background-color: #F7F7F7; color: #000 !important;}
.filter-dropdown-content a.active {background-color: #F7F7F7; color: #000 !important;}

.filter-dropdown:hover .filter-dropdown-content {display: block;}

.filter-dropdown:hover .dropbtn {background-color: #3e8e41;}

.filter-dropdown-content .main-menu{
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.filter-dropdown-content .header{
  display: flex;
  justify-content: center;
  border-radius: 0;
  background: #F3F2F2;
  display: flex;
  justify-content: flex-start;
  padding: 10px 0px 10px 6px;
  margin: 0;
}

.filter-dropdown-content .wrapper{
  list-style: none;
  margin: 0;
  flex-direction: column;
  list-style: none;
  padding: 0px 10px;
}

.filter-dropdown-content .wrapper .filter-list-submenu{
  display: flex;
  justify-content: space-between;
}

.filter-dropdown-content .filter-list-submenu input[type="checkbox"] {
  border: 1px solid #dbdbdb;
  appearance: none;
  height: 15px;
  width: 15px;
  border-radius: 2px;
  position: relative;
  background: #fff;
  vertical-align: middle;
  top: -2px;
}

.filter-dropdown-content .filter-list-submenu input[type="checkbox"]:checked:after {
  content: "\f26b";
  color: #fff;
  background: #00756A;
  height: 15px;
  width: 15px;
  position: absolute;
  top: -1px;
  left: -1px;
  text-align: center;
  border-radius: 3px;
  font-family: "Material-Design-Iconic-Font";
  border: 1px solid #00756A;
  line-height: 15px;
}

.customer-tag-btn {
  background-color: #F9652C;
  text-align: center;
  border: 1px dashed;
  border-radius: 8px;
  padding: 5px;
  cursor: pointer;
}

.customer-tag-panel {
  z-index: 99;
  position: absolute;
  background-color: white;
  border: 1px solid #C6C7C9;
  border-radius: 8px;
  min-width: 200px;
}

.filter-block {
  flex: 35%;
  margin: 5px 18px 0 0;
}

.filter-section {
    justify-content: center;
}

.filter-item {
    width: 210px;
    cursor: pointer;
    color: rgba(66, 66, 66, 1);
    border: 3px solid rgba(151, 151, 151, 1);
    border-radius: 10px;
    float: left;
    text-align: center;
    padding: 10px;
    margin-right: 7px;
    margin-bottom: 9px;
    font-size: 15px;
    font-weight: bold;
}

.filter-item img {
    margin: 0 auto 9px;
}

.filter-item-selected {
    border: 3px solid #00756A;
    background-color: rgba(0, 117, 106, 0.1);
}

.filter-btn {
    cursor: pointer;
    border: 2px solid rgba(151, 151, 151, 1);
    border-radius: 9px;
    text-align: center;
    padding: 10px 21px;
    font-size: 15px;
    font-weight: bold;
}

.filter-btn-selected {
    border: 2px solid #00756A;
    background-color: rgba(0, 117, 106, 0.1);
}

.tag-action {
  color: #2196f3 !important;
  float: right;
  font-weight: bold;
  padding: 13px;
}

.tag-action:hover {
  color: #128ff2 !important;
  text-decoration: underline;
}

.cust-tag-white {
  background-color: white;
}

.customer-tag-panel-item {
  padding: 10px;
}

.customer-tag-panel-item:hover {
  background-color: #C6C7C9;
}

.customer-tag-search {
  display: inline-block;
  width: 100%;
  padding: 10px;
}

.customer-tag-search input {
  width: 100%;
  float: left;
  border: 1px solid #C6C7C9;
  border-radius: 8px;
  padding: 7px;
  padding-right: 33px !important;
  height: 34px;
}

.customer-tag-search button {
  position: absolute;
  right: 8px;
  border-radius: 8px;
  margin-top: 0px !important;
  height: 34px !important;
}

.customer-tag-select {
  position: relative;
  display: block;
  clear: both;
  max-height: 227px;
  overflow-y: scroll;
}

.customer-tag-update-btn {
  float: right;
  border-radius: 8px;
  margin: 11px 7px !important;
  width: auto !important;
  height: auto !important;
  padding: 8px !important;
}

.select-customized {
  min-width: 250px;
  max-height: 300px;
  overflow: hidden scroll;
  position: absolute;
  background: white;
  display: block;
  border: 1px solid #C6C7C9;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.select-customized div {
  padding: 8px;
  cursor: pointer;
}

.select-customized-top {
  bottom: 90px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.select-customized div:hover {
  background-color: #C6C7C9;
}

.search-customer-block {
  padding-left: 10px;
}

.checkbox-group-list {
  max-height: 380px;
  overflow-y: scroll;
  list-style-type: none;
  padding-left: 0px;
  margin: 0 13px 13px 13px;
}

.otp-block .otp-email span {
  margin-left: 28px;
  font-size: 17px;
}

/* offer section */

.offer-animation-block {
  overflow: hidden;
}

.offerTable.table {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin: 30px 0 0;
  width: 100%;
}

.offerTable.table > thead > tr.offerTableTr > th {
  white-space: nowrap;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 2px 4px 4px 0px rgba(0,0,0,0.1) !important;
}
.offerTable.table > tbody > tr.offerTableTr {
  box-shadow: 2px 4px 4px 0px rgba(0,0,0,0.1) !important;
}

.offerTable.table > thead > tr.offerTableTr > th,
.offerTable tbody tr.offerTableTr td.offerTableTd {
  /* border: 1px solid #dbdbdb !important; */
  border-right: none !important;
  border-left: none !important;
  padding: 10px !important;
  color: #000;
  font-size: 12px;
  vertical-align: middle;
  margin-bottom: 15px;
}

.offerTable.table > thead > tr.offerTableTr > th:first-child,
.offerTable tbody tr.offerTableTr td.offerTableTd:first-child {
  /* border-left: 1px solid #dbdbdb !important; */
  border-radius: 8px 0 0 8px;
}

.offerTable.table > thead > tr.offerTableTr > th:last-child,
.offerTable tbody tr.offerTableTr td.offerTableTd:last-child {
  /* border-right: 1px solid #dbdbdb !important; */
  border-radius: 0 8px 8px 0;
}

.offerTable tbody tr.offerTableTr td.offerTableTd:first-child a {
  color: #000;
  font-weight: bold;
  min-width: 180px;
  display: block;
}

.offerTable th.offerTableTh {
  font-size: 0.9em;
}

.offerTable tbody tr.offerTableTr td.offerTableTd {
  font-size: 12px;
  padding: 31px 10px 3px;
}

.offerTable tbody tr.offerTableTr td.offerTableTd .upload-img {
  max-width: 38px;
  max-height: 38px;
}

.offerTable tbody tr.offerTableTr td.offerTableTd.description div {
  max-height: 38px;
  min-width: 300px;
  overflow: auto;
}

.offerTable tbody tr.offerTableTr td.offerTableTd {
  padding-top: 37px;
}

.offerTable tbody tr.offerTableTr td.offerTableTd.buttonsCont:not(.analytics) {
  padding-top: 28px;
}

.offerTable tbody tr.offerTableTr&td .btn {
  width: 30px;
  height: 30px;
  margin: 2px;
  padding: 3px;
}
.offerTable tbody tr.offerTableTr&td .btn.options-btn {
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  line-height: 34px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  padding: 0 15px;
  min-width: 90px;
  text-transform: capitalize;
}
.offerTable tbody tr.offerTableTr&td .btn.topPadding {
  padding-top: 5px;
}

.offerTable tbody tr.offerTableTr&td .btn.dropdownMenu {
  width: auto;
  white-space: nowrap;
}

.offerTable td.offerTableTd .unique-code {
  max-width: 66px;
}

.offerTable td.offerTableTd .unique-code span {
  text-align: center;
  line-height: 23px;
  padding: 7px 15px;
}

.offerTable tr .weightage {
  max-width: 65px;
}

.offerTable tr .stock {
  max-width: 95px;
}

.offerTable tr th.stock {
  padding-left: 7px;
}

/* .offerTable tr .stock input {
  margin-left: 10px;
} */

.offerTable tr .code-units {
  max-width: 250px;
}

.offerTable .offer-image {
  margin-top: 9px;
  margin-left: 12px;
}

.offerTable .code-offer input[type="text"] {
  max-width: 180px;
}

.offerTable .offer-date-picker {
  max-width: 75px;
}

.offerTable .offerTableTime input[type="text"].form-control {
    width: 23px !important;
}

.offerTable .offerTableTime button.btn {
    margin-left: 5px;
}

.offerTable .offerTableCustPrefix {
  position: relative;
  top: -14px;
}

.price-cap input[type="number"] {
  max-width: 150px;
}

.redemption-expiry input[type="text"], .redemption-expiry input[type="number"] {
  max-width: 150px;
}

/* .offerTable tr .wheel-color {
  max-width: 150px;
} */

.offerTable .color-picker-wrapper {
  width: 125px;
}

ng-quill-editor.offline-redemption-text .ql-editor {
  height: 120px;
}

/* .offerTableTime .text-center {
  display: none;
} */

.css-table {
display: table;
}

.css-table-header {
display: table-header-group;
font-weight: bold;
background-color: rgb(191, 191, 191);
}

.css-table-body {
display: table-row-group;
}

.css-table-row {
display: table-row;
}

.css-table-header div,
.css-table-row div {
display: table-cell;
padding: 0 6px;
}

.css-table-header div {
text-align: center;
border: 1px solid rgb(255, 255, 255);
}

.drag-background-class tr {
  background-color: #c5c5c5;
  height: 200px;
}

/* .drag-background-class tr td div, .drag-background-class tr td input {
  display: none;
}

.drag-background-class tr td label, .drag-background-class tr .offerTableCustPrefix {
  visibility: hidden;
} */

.cropArea {
  overflow: hidden;
  width:100%;
  height:750px;
  max-height: 1000px;;
}

.style-list {
    display: flex;
    justify-content: space-around;
    overflow: auto;
    /* margin-top: 21px; */
    /* margin-bottom: 10px; */
}

.style-wrapper {
    float: left;
    width: 100px;
    height: 133px;
    margin-right: 7px;
    padding: 15px;
    cursor: pointer;
    border-radius: 7px;
}
.style-wrapper.selected {
    background: #3f8d84;
}

/* .style-wrapper.circle-wrapper {
    width: 130px;
} */

.selection {
    position:relative;
    overflow: visible;
    border: 3px solid red;
    height: 87px;
    background: #d8d8d8;
    .info {
        font-size: 11px;
    }
}

.shield.selection {
    border-bottom: 0px;
    .info {
        position: relative;
        min-height: 60px;
        text-align: center;
        text-transform: uppercase;
        margin-top: 40px;
        font-weight: bold;
        background: #d8d8d8;
        /* clip-path: polygon(100% 0px, 100% 75%, 50% 100%, 0px 75%, 0px 0px); */
        clip-path: url(#pathInfo);
        /* background: white; */
    }
    /* .info-absolute {
        position: absolute;
    } */
    .info-bottom {
        position: absolute;
        bottom: -18px;
        width: 100%;
        height: 42px;
        background-color: red;
        /* clip-path: polygon(0 50%, 50% 91%, 100% 50%, 100% 60%, 50% 100%, 0 60%); */
        clip-path: url(#pathInfoBottom);
    }
}

.square.selection {
    height: 100px;
    .info {
        position: relative;
        padding-bottom: 33px;
        text-align: center;
        text-transform: uppercase;
        margin-top: 40px;
        font-weight: bold;
        background: #d8d8d8;
    }
}

.rounded.selection {
    border-radius: 9px;
}

.oval.selection {
    border-radius: 30px;
    .info {
        padding-bottom: 5px;
    }
}

.circle.selection {
    border-radius: 45px;
    width: 72px;
    height: 104px;
    .info {
        padding-bottom: 0px;
    }
}

.skew.selection {
    transform: skew(-7deg,0);
    -webkit-transform: skew(-7deg,0);
}

.multiple-upload-btn-wrapper {
    width: auto;
    max-width: unset;
}

.multiple-upload-btn {
    height: auto;
    cursor: pointer;
    margin: 0px auto 61px;
    text-align: center;
    font-weight: bold;
    border: 4px solid #02756A;
    min-width: 415px;
    overflow: auto;
}

.multi-input-section {
    flex-grow: 1;
}

.multi-pic-section {
    position: relative;
    max-width: 151px;
}

.crop-icon {
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 2px;
}

.loader-icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.crop-icon {
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 13px;
    background-color: white;
    width: 26px;
    padding: 3px;
    border-radius: 5px;
}

.close-icon {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 20px;
}

.gdpr-section {
    display: block;
    padding: 12px;
    background: #FDD393;
    color: #654f01;
    margin-top: 21px;
    margin-bottom: 21px;
    border-radius: 8px;
    border: 2px solid #B47C00;
    font-size: 14px;
    line-height: 25px;
}

/* progress bar start */

.prog-block {
    width: 400px;
}
.prog-bar {
    max-width: 500px;
    width: 100%;
    border: 1px solid #39a449;
    border-radius: 10px;
}
.prog-light-grey {
    border-radius: 10px;
    color: #000 !important;
    background-color: #f1f1f1 !important;
}
.prog-white {
    border-radius: 10px;
    color: #000 !important;
    background-color: #ffffff !important;
}
.prog-green {
    border-radius: 10px;
    color: #fff !important;
    background-color: #00756A !important;
}

/* progress bar end */

.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
