/* Media query: only screen and (min-width: 640px) */

a {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  color: #21222D;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

a:hover,
a:focus,
a:active:hover,
a:active:focus {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  color: #0096B8;
  font-weight: normal;
  font-style: none;
  text-decoration: none;
}

.btn.btn-link {
  color: #21222D;
}

.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active:hover,
.btn.btn-link:active:focus {
  color: #0096B8;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px 8px 8px 8px;
}

.table-bordered {
  border: none;
}

.table-bordered tr {
  border: none;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
  border: none;
}

table,
table.mce-item-table {
  border: none;
}

table tr,
table.mce-item-table tr {
  border: none;
}

table>thead ~ tbody tr:first-child,
table>thead ~ tfoot tr:first-child,
table.mce-item-table>thead ~ tbody tr:first-child,
table.mce-item-table>thead ~ tfoot tr:first-child {
  border: none;
}

table th,
table td,
table caption,
table.mce-item-table th,
table.mce-item-table td,
table.mce-item-table caption {
  padding: 8px 8px 8px 8px;
  border: none;
}

html.no-touchevents.js-focus-visible .focus-outline-active:focus.focus-visible,
html.no-touchevents.js-focus-visible .focus-outline:focus.focus-visible {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25);
}

html.no-touchevents.js-focus-visible .focus-outline-active:focus-visible,
html.no-touchevents.js-focus-visible .focus-outline:focus-visible {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25);
}

body {
  background-color: #fff;
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
  font-weight: normal;
}

h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  margin-top: 25px;
  margin-bottom: 20px;
}

h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  margin-top: 25px;
  margin-bottom: 20px;
}

h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 15px;
}

h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.fl-intro-layout.container-fluid {
  background-image: none;
  background-color: #21222D;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
}

.fl-intro-layout.container-fluid .panel-overlay>.panel-body {
  position: absolute;
  top: auto;
  right: 7.5%;
  bottom: 7.5%;
  left: 7.5%;
  background-color: rgba(0,0,0,0.5);
  padding: 40px 40px 40px 40px;
  box-shadow: none;
  border: none;
  border-radius: 20px;
}

.fl-intro-layout.container-fluid .panel-overlay>.panel-body h1,
.fl-intro-layout.container-fluid .panel-overlay>.panel-body h2,
.fl-intro-layout.container-fluid .panel-overlay>.panel-body h3,
.fl-intro-layout.container-fluid .panel-overlay>.panel-body h4,
.fl-intro-layout.container-fluid .panel-overlay>.panel-body h5,
.fl-intro-layout.container-fluid .panel-overlay>.panel-body h6 {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header {
  background-color: rgba(255,255,255,0.85);
  color: rgba(151,151,151,0.839216);
  box-shadow: none;
  border-bottom: 1px solid rgba(127,127,127,0.1);
}

[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-title {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: "43px";
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-left,
[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-left-arrow,
[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-right-arrow {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-right .hamburger .hamburger-inner,
[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-center .hamburger .hamburger-inner {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-right .hamburger .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-right .hamburger .hamburger-inner .hamburger-inner-2,
[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-center .hamburger .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-center .hamburger .hamburger-inner .hamburger-inner-2 {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner,
[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner .hamburger-inner-2,
[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.default"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner .hamburger-inner-2 {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.default"] .fl-menu-default .fl-menu-panel:before,
[data-widget-package="com.fliplet.menu.default"] .fl-menu-default-left .fl-menu-panel:before {
  border-bottom: 11px solid #fff;
}

[data-widget-package="com.fliplet.menu.default"] .fl-menu-default .fl-menu-panel,
[data-widget-package="com.fliplet.menu.default"] .fl-menu-default-left .fl-menu-panel {
  width: 380px;
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.default"] .fl-menu-default .fl-menu-panel .fl-list-default,
[data-widget-package="com.fliplet.menu.default"] .fl-menu-default-left .fl-menu-panel .fl-list-default {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.default"] .fl-menu-default .fl-menu-panel .fl-list-default ul,
[data-widget-package="com.fliplet.menu.default"] .fl-menu-default-left .fl-menu-panel .fl-list-default ul {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.menu.default"] .fl-menu-default .fl-menu-panel .fl-list-default ul>li,
[data-widget-package="com.fliplet.menu.default"] .fl-menu-default-left .fl-menu-panel .fl-list-default ul>li {
  border-bottom: 1px solid rgba(151,151,151,0.2);
}

[data-widget-package="com.fliplet.menu.default"] .fl-menu-default .fl-menu-panel .fl-list-default ul>li .fa,
[data-widget-package="com.fliplet.menu.default"] .fl-menu-default-left .fl-menu-panel .fl-list-default ul>li .fa {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.default"] .fl-menu-default .fl-menu-panel .fl-app-menu-toolbar,
[data-widget-package="com.fliplet.menu.default"] .fl-menu-default-left .fl-menu-panel .fl-app-menu-toolbar {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.default"] .fl-menu-default .fl-menu-panel .fl-app-menu-toolbar .copyright,
[data-widget-package="com.fliplet.menu.default"] .fl-menu-default-left .fl-menu-panel .fl-app-menu-toolbar .copyright {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.default"] .fl-menu-default .fl-menu-panel .fl-app-menu-toolbar .copyright a,
[data-widget-package="com.fliplet.menu.default"] .fl-menu-default-left .fl-menu-panel .fl-app-menu-toolbar .copyright a {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header {
  background-color: rgba(255,255,255,0.85);
  color: rgba(151,151,151,0.839216);
  box-shadow: none;
  border-bottom: 1px solid rgba(127,127,127,0.1);
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-title {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: "43px";
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-left,
[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-left-arrow,
[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-right-arrow {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-right .hamburger .hamburger-inner,
[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-center .hamburger .hamburger-inner {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-right .hamburger .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-right .hamburger .hamburger-inner .hamburger-inner-2,
[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-center .hamburger .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-center .hamburger .hamburger-inner .hamburger-inner-2 {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner,
[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner .hamburger-inner-2,
[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.push-in"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner .hamburger-inner-2 {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel:before,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel:before {
  border-bottom: 11px solid #fff;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel .fl-close-menu .hamburger-inner,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel .fl-close-menu .hamburger-inner {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel .fl-close-menu .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel .fl-close-menu .hamburger-inner .hamburger-inner-2,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel .fl-close-menu .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel .fl-close-menu .hamburger-inner .hamburger-inner-2 {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel .fl-list-default,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel .fl-list-default {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel .fl-list-default ul,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel .fl-list-default ul {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel .fl-list-default ul>li,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel .fl-list-default ul>li {
  border-bottom: 1px solid rgba(151,151,151,0.2);
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel .fl-list-default ul>li .fa,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel .fl-list-default ul>li .fa {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel .fl-app-menu-toolbar,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel .fl-app-menu-toolbar {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel .fl-app-menu-toolbar .copyright,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel .fl-app-menu-toolbar .copyright {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in .fl-menu-panel .fl-app-menu-toolbar .copyright a,
[data-widget-package="com.fliplet.menu.push-in"] .fl-menu-push-in-left .fl-menu-panel .fl-app-menu-toolbar .copyright a {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header {
  background-color: #161c1d;
  color: #fff;
  box-shadow: none;
  border-bottom: 1px solid rgba(127,127,127,0.1);
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-title {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: "43px";
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-left,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-left-arrow,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-right-arrow {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-right .hamburger .hamburger-inner,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-center .hamburger .hamburger-inner {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-right .hamburger .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-right .hamburger .hamburger-inner .hamburger-inner-2,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-center .hamburger .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-center .hamburger .hamburger-inner .hamburger-inner-2 {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner .hamburger-inner-2,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner .hamburger-inner-2 {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in .fl-menu-panel:before,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in-left .fl-menu-panel:before {
  border-bottom: 11px solid #fff;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in .fl-menu-panel,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in-left .fl-menu-panel {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in .fl-menu-panel .fl-list-default,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in-left .fl-menu-panel .fl-list-default {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in .fl-menu-panel .fl-list-default ul,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in-left .fl-menu-panel .fl-list-default ul {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in .fl-menu-panel .fl-list-default ul>li,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in-left .fl-menu-panel .fl-list-default ul>li {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in .fl-menu-panel .fl-list-default ul>li .fa,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in-left .fl-menu-panel .fl-list-default ul>li .fa {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in .fl-menu-panel .fl-app-menu-toolbar,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in-left .fl-menu-panel .fl-app-menu-toolbar {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in .fl-menu-panel .fl-app-menu-toolbar .copyright,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in-left .fl-menu-panel .fl-app-menu-toolbar .copyright {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in .fl-menu-panel .fl-app-menu-toolbar .copyright a,
[data-widget-package="com.fliplet.menu.slide-in"] .fl-menu-slide-in-left .fl-menu-panel .fl-app-menu-toolbar .copyright a {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header {
  background-color: rgba(255,255,255,0.85);
  color: rgba(151,151,151,0.839216);
  box-shadow: none;
  border-top: 1px solid rgba(127,127,127,0.1);
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-left,
[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-left-arrow,
[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-right-arrow {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-right .hamburger .hamburger-inner,
[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-center .hamburger .hamburger-inner {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-right .hamburger .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-right .hamburger .hamburger-inner .hamburger-inner-2,
[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-center .hamburger .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-center .hamburger .hamburger-inner .hamburger-inner-2 {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner,
[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-right .hamburger.is-active .hamburger-inner .hamburger-inner-2,
[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-header .nav-center .hamburger.is-active .hamburger-inner .hamburger-inner-2 {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-menu ul {
  background: rgba(255,255,255,0.85);
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-menu ul li.fl-menu-arrow {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-menu ul li.linked {
  background-color: rgba(151,151,151,0.2);
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-viewport-menu ul li.linked.active {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe {
  width: 380px;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe:after {
  border-top: 11px solid #fff;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe .fl-menu-panel-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe .fl-menu-panel-wrapper .fl-menu-body-swipe {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe .fl-menu-panel-wrapper .fl-list-default {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe .fl-menu-panel-wrapper .fl-list-default ul {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe .fl-menu-panel-wrapper .fl-list-default ul>li {
  border-bottom: 1px solid rgba(151,151,151,0.2);
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe .fl-menu-panel-wrapper .fl-list-default ul>li .fa {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe .fl-app-menu-toolbar {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe .fl-app-menu-toolbar .copyright {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.sequential"] .fl-menu .fl-menu-panel-swipe .fl-app-menu-toolbar .copyright a {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-header .nav-toggle {
  background-color: rgba(151,151,151,0.839216);
  color: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-header .nav-toggle .hamburger .hamburger-inner {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-header .nav-toggle .hamburger .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-header .nav-toggle .hamburger .hamburger-inner .hamburger-inner-2 {
  background-color: #fff;
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-header .nav-toggle.active {
  background-color: #fff;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-header .nav-toggle.active .hamburger.is-active .hamburger-inner {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-header .nav-toggle.active .hamburger.is-active .hamburger-inner .hamburger-inner-1,
[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-header .nav-toggle.active .hamburger.is-active .hamburger-inner .hamburger-inner-2 {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-nav-holder .nav-circle {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-nav-holder .nav-circle.active {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-nav-list-holder .nav-list {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-nav-list-holder .nav-list li {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.expandable"] .fl-menu-circle-nav-list-holder .fl-menu-foot a {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.bottom-bar"] .fl-bottom-bar-menu-holder {
  color: #fff;
}

[data-widget-package="com.fliplet.menu.bottom-bar"] .fl-bottom-bar-menu-holder ul {
  background-color: #0E6DFB;
}

[data-widget-package="com.fliplet.menu.bottom-bar"] .fl-bottom-bar-menu-holder li .fl-menu-title {
  font-family: "Poppins Medium",sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.menu.bottom-bar"] .fl-bottom-bar-menu-holder li.active {
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.menu.bottom-bar"] .fl-bottom-bar-menu-holder li.active .fl-menu-icon {
  color: #000;
}

[data-widget-package="com.fliplet.menu.bottom-bar"] .fl-bottom-bar-menu-holder li.active .fl-menu-title {
  color: #000;
}

[data-widget-package="com.fliplet.primary-button"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.primary-button"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #3A89FC;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 12px;
  font-family: "Poppins Medium",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"] .btn.btn-primary:hover,
[data-widget-package="com.fliplet.primary-button"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"] .btn.btn-primary:active:hover {
  background-color: #3A89FC;
  color: #fff;
  border-radius: 12px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(151,151,151,0);
  color: #3A89FC;
  padding: 10px 16px 10px 16px;
  border-radius: 12px;
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"] .btn.btn-secondary:active:hover {
  background-color: rgba(151,151,151,0.0980392);
  color: #3A89FC;
  border-radius: 12px;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

.btn.btn-primary {
  height: auto;
  background-color: #3A89FC;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 12px;
  font-family: "Poppins Medium",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

.btn.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover {
  background-color: #3A89FC;
  color: #fff;
  border-radius: 12px;
  border: none;
  box-shadow: none;
}

.btn.btn-secondary {
  height: auto;
  background-color: rgba(151,151,151,0);
  color: #3A89FC;
  padding: 10px 16px 10px 16px;
  border-radius: 12px;
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

.btn.btn-secondary:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:active:hover {
  background-color: rgba(151,151,151,0.0980392);
  color: #3A89FC;
  border-radius: 12px;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

.btn.btn-default {
  background-color: rgba(151,151,151,0);
  color: #3A89FC;
  border-radius: 12px;
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  border: 1px solid #3A89FC;
}

.btn.btn-default:focus,
.btn.btn-default:hover,
.btn.btn-default:active:focus,
.btn.btn-default:active:hover {
  background-color: rgba(151,151,151,0.0980392);
  color: #3A89FC;
  border-radius: 12px;
  border: 1px solid #3A89FC;
}

[data-widget-package="com.fliplet.inline-link"] a {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #21222D;
}

[data-widget-package="com.fliplet.inline-link"] a:hover,
[data-widget-package="com.fliplet.inline-link"] a:focus,
[data-widget-package="com.fliplet.inline-link"] a:active:hover,
[data-widget-package="com.fliplet.inline-link"] a:active:focus {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #0096B8;
}

[data-widget-package="com.fliplet.inline-link"] .btn.btn-link {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #21222D;
}

[data-widget-package="com.fliplet.inline-link"] .btn.btn-link:hover,
[data-widget-package="com.fliplet.inline-link"] .btn.btn-link:focus,
[data-widget-package="com.fliplet.inline-link"] .btn.btn-link:active:hover,
[data-widget-package="com.fliplet.inline-link"] .btn.btn-link:active:focus {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #0096B8;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
  background-color: #3A89FC;
  color: #fff;
  border: none;
}

.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #3A89FC;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
  background-color: rgba(151,151,151,0);
  color: #3A89FC;
  border: 1px solid #3A89FC;
}

html.no-touchevents.js-focus-visible .fl-date-picker.focus-outline:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25);
}

html.no-touchevents.js-focus-visible .fl-date-picker.focus-outline:focus-within,
html.no-touchevents.js-focus-visible .fl-time-picker.focus-outline:focus-within {
  box-shadow: 0 0 0 2px rgba(33,34,45,0.25);
}

html.no-touchevents.js-focus-visible .fl-number-input.focus-outline:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25);
}

[data-widget-package="com.fliplet.accordionstart"],
[data-widget-package="com.fliplet.accordionend"] {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel .collapse-start,
[data-widget-package="com.fliplet.accordionstart"] .collapse-start,
[data-widget-package="com.fliplet.accordionend"] .collapse-start {
  color: rgba(151,151,151,0.839216);
  background-color: #f5f5f5;
  padding: 10px calc(15px + 29px) 10px 15px;
  border: 1px solid #ddd;
}

.panel .collapse-start:after,
[data-widget-package="com.fliplet.accordionstart"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionend"] .collapse-start:after {
  color: rgba(151,151,151,0.839216);
}

.collapse-end {
  width: 100%;
  min-width: 100%;
  max-width: none;
  color: rgba(151,151,151,0.839216);
  background-color: #fff;
  border: 1px solid #ddd;
}

.panel-group {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel-group .panel {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #ddd;
}

.panel-group .panel>.panel-title {
  color: rgba(151,151,151,0.839216);
  background-color: #f5f5f5;
  padding: 10px calc(15px + 29px) 10px 15px;
}

.panel-group .panel>.panel-title.collapsed {
  color: rgba(151,151,151,0.839216);
  background-color: #f5f5f5;
  padding: 10px calc(15px + 29px) 10px 15px;
}

.panel-group .panel>.panel-title.collapsed:after {
  color: rgba(151,151,151,0.839216);
}

.panel-group .panel>.panel-title:after {
  color: rgba(151,151,151,0.839216);
}

.panel-group .panel .panel-body {
  background-color: #fff;
  padding: 15px 15px 15px 15px;
}

[data-widget-package="app-list"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="app-list"] .admin-overlay .overlayNavbar {
  background-color: rgba(255,255,255,0.95);
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="app-list"] .admin-overlay .overlayPanelContent {
  background-color: #fff;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="app-list"] .app-list .loader {
  border-left-color: #21222D;
}

[data-widget-package="app-list"] .app-list .list.list-default ul>li .list-swipe-holder .list-desc .list-title,
[data-widget-package="app-list"] .app-list .app-list-content .no-apps-found-text {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="app-list"] .app-list .section-heading {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  font-style: normal;
  text-decoration: none;
  margin-top: 25px;
  margin-bottom: 20px;
}

[data-widget-package="app-list"] .app-list .list.list-default ul>li.cancel .icon .fa.cancel {
  color: #21222D;
}

[data-widget-package="app-list"] .app-list .list.list-default ul>li.download .icon .fa.download {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="app-list"] .app-list .list.list-default ul>li.preparing .icon .fa.download {
  color: #21222D;
}

[data-widget-package="app-list"] .app-list .list.list-default ul>li.completed .icon .fa.completed {
  color: #5cb85c;
}

[data-widget-package="app-list"] .app-list .list.list-default ul>li.initial .icon .fa.initial {
  color: rgba(51,51,51,0.45);
}

[data-widget-package="app-list"] .app-list .list.list-default ul>li .progress {
  background-color: #f2f2f2;
}

[data-widget-package="app-list"] .app-list .list.list-default ul>li .progress .progress-bar-flv {
  background-color: #21222D;
}

[data-widget-package="app-list"] #overlay-admin .closeButton,
[data-widget-package="app-list"] .admin-overlay .closeButton {
  background-color: #fff;
  color: rgba(151,151,151,0.839216);
  border-top-color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.chat"] .chat-holder {
  background-color: #fff;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.chat"] .chat-holder .top-header {
  background-color: #fff;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.chat"] .chat-holder .top-header .header-title {
  color: #21222D;
}

[data-widget-package="com.fliplet.chat"] .chat-holder .offline-note,
[data-widget-package="com.fliplet.chat"] .chat-holder .message-copied-holder {
  background-color: rgba(151,151,151,0.5);
  color: rgba(255,255,255,0.7);
}

[data-widget-package="com.fliplet.chat"] .chat-holder .loading-area,
[data-widget-package="com.fliplet.chat"] .chat-holder .error-area,
[data-widget-package="com.fliplet.chat"] .chat-holder .empty-area {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.chat"] .chat-holder .error-area .refresh-chat {
  border: 1px solid rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.chat"] .chat-holder .chat-users-group span {
  color: rgba(151,151,151,0.5);
}

[data-widget-package="com.fliplet.chat"] .chat-user-info .chat-participants-name {
  color: rgba(151,151,151,0.5);
}

[data-widget-package="com.fliplet.chat"] .participants-holder .participants-helper {
  color: rgba(151,151,151,0.5);
}

[data-widget-package="com.fliplet.chat"] .chat-area {
  width: 60%;
}

[data-widget-package="com.fliplet.chat"] .chat-area .chat-top-header .chat-back .fa,
[data-widget-package="com.fliplet.chat"] .chat-area .chat-top-header .chat-user-info .profile-image-holder .fa,
[data-widget-package="com.fliplet.chat"] .chat-area .chat-top-header .chat-mute .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.chat"] .chat-area,
[data-widget-package="com.fliplet.chat"] .contacts-holder-overlay,
[data-widget-package="com.fliplet.chat"] .group-name-holder,
[data-widget-package="com.fliplet.chat"] .group-participants-holder,
[data-widget-package="com.fliplet.chat"] .chat-area .chat-top-header,
[data-widget-package="com.fliplet.chat"] .contacts-holder-overlay .contacts-top-header,
[data-widget-package="com.fliplet.chat"] .group-name-holder .group-top-header,
[data-widget-package="com.fliplet.chat"] .group-participants-holder .group-participants-top-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.chat"] .chat-area .contacts-info,
[data-widget-package="com.fliplet.chat"] .chat-area .group-info,
[data-widget-package="com.fliplet.chat"] .contacts-holder-overlay .contacts-info,
[data-widget-package="com.fliplet.chat"] .contacts-holder-overlay .group-info,
[data-widget-package="com.fliplet.chat"] .group-name-holder .contacts-info,
[data-widget-package="com.fliplet.chat"] .group-name-holder .group-info,
[data-widget-package="com.fliplet.chat"] .group-participants-holder .contacts-info,
[data-widget-package="com.fliplet.chat"] .group-participants-holder .group-info,
[data-widget-package="com.fliplet.chat"] .chat-area .chat-top-header .contacts-info,
[data-widget-package="com.fliplet.chat"] .chat-area .chat-top-header .group-info,
[data-widget-package="com.fliplet.chat"] .contacts-holder-overlay .contacts-top-header .contacts-info,
[data-widget-package="com.fliplet.chat"] .contacts-holder-overlay .contacts-top-header .group-info,
[data-widget-package="com.fliplet.chat"] .group-name-holder .group-top-header .contacts-info,
[data-widget-package="com.fliplet.chat"] .group-name-holder .group-top-header .group-info,
[data-widget-package="com.fliplet.chat"] .group-participants-holder .group-participants-top-header .contacts-info,
[data-widget-package="com.fliplet.chat"] .group-participants-holder .group-participants-top-header .group-info {
  color: #21222D;
}

[data-widget-package="com.fliplet.chat"] .chat-area .contact-image-holder .contact-name-holder,
[data-widget-package="com.fliplet.chat"] .contacts-holder-overlay .contact-image-holder .contact-name-holder,
[data-widget-package="com.fliplet.chat"] .group-name-holder .contact-image-holder .contact-name-holder,
[data-widget-package="com.fliplet.chat"] .group-participants-holder .contact-image-holder .contact-name-holder,
[data-widget-package="com.fliplet.chat"] .chat-area .chat-top-header .contact-image-holder .contact-name-holder,
[data-widget-package="com.fliplet.chat"] .contacts-holder-overlay .contacts-top-header .contact-image-holder .contact-name-holder,
[data-widget-package="com.fliplet.chat"] .group-name-holder .group-top-header .contact-image-holder .contact-name-holder,
[data-widget-package="com.fliplet.chat"] .group-participants-holder .group-participants-top-header .contact-image-holder .contact-name-holder {
  color: #21222D;
}

[data-widget-package="com.fliplet.chat"] .chat-card .profile-image-holder {
  background-color: rgba(33,34,45,0.1);
}

[data-widget-package="com.fliplet.chat"] .chat-card .profile-image-holder .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.chat"] .chat-card.contact-selected .profile-image-holder .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.chat"] .contact-image-wrapper .contact-profile-image {
  background-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.chat"] .contact-image-wrapper .contact-profile-image .fa {
  background-color: rgba(151,151,151,0.15);
}

[data-widget-package="com.fliplet.chat"] .contact-image-wrapper .fa-times {
  background-color: #3A89FC;
  border: 1px solid #3A89FC;
  color: #fff;
}

[data-widget-package="com.fliplet.chat"] .tab-group .tab>.control-label {
  border: 1px solid rgba(151,151,151,0.3);
  color: rgba(151,151,151,0.3);
}

[data-widget-package="com.fliplet.chat"] .tab-group .tab input:checked+.control-label,
[data-widget-package="com.fliplet.chat"] .tab-group .tab.active .control-label {
  border-color: #3A89FC;
  background: #3A89FC;
  color: #fff;
}

[data-widget-package="com.fliplet.chat"] .chat-card-holder,
[data-widget-package="com.fliplet.chat"] .contact-card {
  background-color: #fff;
}

[data-widget-package="com.fliplet.chat"] .chat-card-holder.contact-selected,
[data-widget-package="com.fliplet.chat"] .contact-card.contact-selected {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.chat"] .chat-card-holder.contact-selected .chat-info,
[data-widget-package="com.fliplet.chat"] .chat-card-holder.contact-selected .contact-info .contact-user-name,
[data-widget-package="com.fliplet.chat"] .chat-card-holder.contact-selected .chat-info .chat-user-preview,
[data-widget-package="com.fliplet.chat"] .contact-card.contact-selected .chat-info,
[data-widget-package="com.fliplet.chat"] .contact-card.contact-selected .contact-info .contact-user-name,
[data-widget-package="com.fliplet.chat"] .contact-card.contact-selected .chat-info .chat-user-preview {
  color: #fff;
}

[data-widget-package="com.fliplet.chat"] .chat-card-holder .chat-info,
[data-widget-package="com.fliplet.chat"] .chat-card-holder .contact-info .contact-user-name,
[data-widget-package="com.fliplet.chat"] .chat-card-holder .chat-info .chat-user-preview,
[data-widget-package="com.fliplet.chat"] .contact-card .chat-info,
[data-widget-package="com.fliplet.chat"] .contact-card .contact-info .contact-user-name,
[data-widget-package="com.fliplet.chat"] .contact-card .chat-info .chat-user-preview {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.chat"] .chat-card-holder .fa,
[data-widget-package="com.fliplet.chat"] .contact-card .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.chat"] .chat-card-holder .profile-image-holder,
[data-widget-package="com.fliplet.chat"] .contact-card .profile-image-holder {
  background-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.chat"] .chat-card-holder .profile-image-holder .fa,
[data-widget-package="com.fliplet.chat"] .contact-card .profile-image-holder .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.chat"] .chat-card-holder .icon:hover,
[data-widget-package="com.fliplet.chat"] .contact-card .icon:hover {
  background-color: rgba(151,151,151,0.2);
}

[data-widget-package="com.fliplet.chat"] .chat-controls .start-new,
[data-widget-package="com.fliplet.chat"] .contacts-holder-overlay .contacts-back {
  color: #21222D;
}

[data-widget-package="com.fliplet.chat"] .contacts-done-holder .contacts-done,
[data-widget-package="com.fliplet.chat"] .contacts-done-holder .contacts-create {
  background-color: #3A89FC;
  border: 1px solid #3A89FC;
  color: #fff;
}

[data-widget-package="com.fliplet.chat"] .contacts-top-header.ready .contacts-done-holder .contacts-done,
[data-widget-package="com.fliplet.chat"] .group-top-header.ready .contacts-done-holder .contacts-create {
  background-color: #3A89FC;
  border: 1px solid #3A89FC;
  color: #fff;
}

[data-widget-package="com.fliplet.chat"] .contact-image-wrapper .fa-user {
  color: #21222D;
}

[data-widget-package="com.fliplet.chat"] .contact-image-wrapper .fa-times {
  background-color: #3A89FC;
  color: #fff;
  border: 2px solid #fff;
}

[data-widget-package="com.fliplet.chat"] .all-users-holder .seperator {
  background-color: #E9E9E9;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.chat"] .participants-bar {
  background-color: rgba(255,255,255,0.839216);
}

[data-widget-package="com.fliplet.chat"] .group-name-field-holder .group-name-field {
  border: 1px solid rgba(255,255,255,0.839216);
  background-color: #fff;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.chat"] .chat.chat-right .chat-body {
  background-color: #3A89FC;
  color: #fff;
}

[data-widget-package="com.fliplet.chat"] .chat.chat-right .chat-body:after {
  border-color: transparent transparent transparent #3A89FC;
}

[data-widget-package="com.fliplet.chat"] .chat.chat-left .chat-body {
  background-color: #E9E9E9;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.chat"] .chat.chat-left .chat-body:after {
  border-color: transparent transparent transparent #E9E9E9;
}

[data-widget-package="com.fliplet.chat"] .chat.tapped.chat-right .chat-body {
  background-color: #086bfb;
}

[data-widget-package="com.fliplet.chat"] .chat.tapped.chat-right .chat-body:after {
  border-color: transparent transparent transparent #086bfb;
}

[data-widget-package="com.fliplet.chat"] .chat.tapped.chat-left .chat-body {
  background-color: #d0d0d0;
}

[data-widget-package="com.fliplet.chat"] .chat.tapped.chat-left .chat-body:after {
  border-color: transparent transparent transparent #d0d0d0;
}

[data-widget-package="com.fliplet.chat"] .chat.editing.chat-right .chat-body,
[data-widget-package="com.fliplet.chat"] .chat.editing.chat-left .chat-body {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.chat"] .contacts-holder-overlay,
[data-widget-package="com.fliplet.chat"] .group-name-holder,
[data-widget-package="com.fliplet.chat"] .group-participants-holder,
[data-widget-package="com.fliplet.chat"] .chat-holder .chat-list,
[data-widget-package="com.fliplet.chat"] .loading-area,
[data-widget-package="com.fliplet.chat"] .error-area,
[data-widget-package="com.fliplet.chat"] .empty-area {
  border-color: rgba(151,151,151,0.3);
}

[data-widget-package="com.fliplet.chat"] .chat-holder .chat-list {
  width: 40%;
}

[data-widget-package="com.fliplet.chat"] .chat-input-controls {
  background-color: #fff;
  border-top: 1px solid rgba(151,151,151,0.3);
}

[data-widget-package="com.fliplet.chat"] .chat-input-controls .input-second-row .image-button .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.chat"] .chat-input-controls .input-second-row .send-button,
[data-widget-package="com.fliplet.chat"] .chat-input-controls .input-second-row .send-save-button {
  color: #3A89FC;
  border: 1px solid #3A89FC;
}

[data-widget-package="com.fliplet.chat"] .chat-input-controls.ready .input-second-row .send-button,
[data-widget-package="com.fliplet.chat"] .chat-input-controls.ready .input-second-row .send-save-button {
  background-color: #3A89FC;
  color: #fff;
  border: 1px solid #3A89FC;
}

[data-widget-package="com.fliplet.chat"] .chat-input-controls .image-preview-holder {
  background-color: rgba(255,255,255,0.95);
}

[data-widget-package="com.fliplet.chat"] .section-label-wrapper .search-holder .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.chat"] .section-label-wrapper .search-holder .form-control {
  background-color: #fff;
  color: rgba(151,151,151,0.839216);
  border: 1px solid rgba(151,151,151,0.3);
}

[data-widget-package="com.fliplet.chat"] .input-first-row textarea {
  background-color: #fff;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.chat"] .all-users-holder .seperator {
  background-color: #E9E9E9;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.chat"] .participants-bar {
  background-color: rgba(151,151,151,0.2);
}

[data-widget-package="com.fliplet.chart.bar"],
[data-widget-package="com.fliplet.chart.column"],
[data-widget-package="com.fliplet.chart.scatter"],
[data-widget-package="com.fliplet.chart.line"],
[data-widget-package="com.fliplet.chart.donut"],
[data-widget-package="com.fliplet.chart.pie"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
}

[data-widget-package="com.fliplet.chart.bar"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.bar"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.bar"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.bar"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.bar"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.bar"] .chart-scatter-wrapper,
[data-widget-package="com.fliplet.chart.column"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.column"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.column"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.column"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.column"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.column"] .chart-scatter-wrapper,
[data-widget-package="com.fliplet.chart.scatter"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.scatter"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.scatter"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.scatter"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.scatter"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.scatter"] .chart-scatter-wrapper,
[data-widget-package="com.fliplet.chart.line"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.line"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.line"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.line"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.line"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.line"] .chart-scatter-wrapper,
[data-widget-package="com.fliplet.chart.donut"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.donut"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.donut"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.donut"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.donut"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.donut"] .chart-scatter-wrapper,
[data-widget-package="com.fliplet.chart.pie"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.pie"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.pie"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.pie"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.pie"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.pie"] .chart-scatter-wrapper {
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.chart.bar"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.bar"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.bar"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.bar"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.bar"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.bar"] .chart-scatter-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"] .chart-scatter-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"] .chart-scatter-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"] .chart-scatter-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"] .chart-scatter-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"] .chart-scatter-wrapper .chart-container {
  height: 500px;
  min-height: auto;
  max-height: none;
}

[data-widget-package="com.fliplet.chart.bar"] .highcharts-axis-line,
[data-widget-package="com.fliplet.chart.column"] .highcharts-axis-line,
[data-widget-package="com.fliplet.chart.scatter"] .highcharts-axis-line,
[data-widget-package="com.fliplet.chart.line"] .highcharts-axis-line,
[data-widget-package="com.fliplet.chart.donut"] .highcharts-axis-line,
[data-widget-package="com.fliplet.chart.pie"] .highcharts-axis-line {
  stroke: rgba(215,215,215,0.839216);
}

[data-widget-package="com.fliplet.chart.bar"] .highcharts-axis-title,
[data-widget-package="com.fliplet.chart.column"] .highcharts-axis-title,
[data-widget-package="com.fliplet.chart.scatter"] .highcharts-axis-title,
[data-widget-package="com.fliplet.chart.line"] .highcharts-axis-title,
[data-widget-package="com.fliplet.chart.donut"] .highcharts-axis-title,
[data-widget-package="com.fliplet.chart.pie"] .highcharts-axis-title {
  fill: rgba(151,151,151,0.839216) !important;
  color: rgba(151,151,151,0.839216) !important;
}

[data-widget-package="com.fliplet.chart.bar"] .highcharts-label text,
[data-widget-package="com.fliplet.chart.column"] .highcharts-label text,
[data-widget-package="com.fliplet.chart.scatter"] .highcharts-label text,
[data-widget-package="com.fliplet.chart.line"] .highcharts-label text,
[data-widget-package="com.fliplet.chart.donut"] .highcharts-label text,
[data-widget-package="com.fliplet.chart.pie"] .highcharts-label text {
  color: rgba(215,215,215,0.839216) !important;
  fill: rgba(215,215,215,0.839216) !important;
}

[data-widget-package="com.fliplet.chart.bar"] .highcharts-axis-labels text,
[data-widget-package="com.fliplet.chart.column"] .highcharts-axis-labels text,
[data-widget-package="com.fliplet.chart.scatter"] .highcharts-axis-labels text,
[data-widget-package="com.fliplet.chart.line"] .highcharts-axis-labels text,
[data-widget-package="com.fliplet.chart.donut"] .highcharts-axis-labels text,
[data-widget-package="com.fliplet.chart.pie"] .highcharts-axis-labels text {
  color: rgba(177,177,177,0.839216) !important;
  fill: rgba(177,177,177,0.839216) !important;
}

[data-widget-package="com.fliplet.chart.bar"] .highcharts-legend-item text,
[data-widget-package="com.fliplet.chart.column"] .highcharts-legend-item text,
[data-widget-package="com.fliplet.chart.scatter"] .highcharts-legend-item text,
[data-widget-package="com.fliplet.chart.line"] .highcharts-legend-item text,
[data-widget-package="com.fliplet.chart.donut"] .highcharts-legend-item text,
[data-widget-package="com.fliplet.chart.pie"] .highcharts-legend-item text {
  color: rgba(151,151,151,0.839216) !important;
  fill: rgba(151,151,151,0.839216) !important;
}

[data-widget-package="com.fliplet.chart.bar"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.bar"] .chart-column-total,
[data-widget-package="com.fliplet.chart.column"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.column"] .chart-column-total,
[data-widget-package="com.fliplet.chart.scatter"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.scatter"] .chart-column-total,
[data-widget-package="com.fliplet.chart.line"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.line"] .chart-column-total,
[data-widget-package="com.fliplet.chart.donut"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.donut"] .chart-column-total,
[data-widget-package="com.fliplet.chart.pie"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.pie"] .chart-column-total {
  color: rgba(255,255,255,0.839216);
}

[data-widget-package="com.fliplet.chart.bar"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.bar"] .chart-column-total>.total,
[data-widget-package="com.fliplet.chart.column"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.column"] .chart-column-total>.total,
[data-widget-package="com.fliplet.chart.scatter"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.scatter"] .chart-column-total>.total,
[data-widget-package="com.fliplet.chart.line"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.line"] .chart-column-total>.total,
[data-widget-package="com.fliplet.chart.donut"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.donut"] .chart-column-total>.total,
[data-widget-package="com.fliplet.chart.pie"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.pie"] .chart-column-total>.total {
  color: rgba(177,177,177,0.839216);
}

[data-widget-package="com.fliplet.chart.bar"] .highcharts-tooltip-box,
[data-widget-package="com.fliplet.chart.column"] .highcharts-tooltip-box,
[data-widget-package="com.fliplet.chart.scatter"] .highcharts-tooltip-box,
[data-widget-package="com.fliplet.chart.line"] .highcharts-tooltip-box,
[data-widget-package="com.fliplet.chart.donut"] .highcharts-tooltip-box,
[data-widget-package="com.fliplet.chart.pie"] .highcharts-tooltip-box {
  fill: rgba(151,151,151,0.75) !important;
}

[data-widget-package="com.fliplet.data-directory"] .directory-wrapper,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-wrapper {
  background-color: #fff;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.data-directory"] .directory-search,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-search {
  background-color: #d2d2d2;
}

[data-widget-package="com.fliplet.data-directory"] .directory-search input,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-search input {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.data-directory"] .directory-search .btn.btn-link.search-cancel,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-search .btn.btn-link.search-cancel {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.data-directory"] .directory-search .btn.btn-link.search-cancel:hover,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-search .btn.btn-link.search-cancel:hover {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.data-directory"] .directory-list,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list {
  width: 40%;
  background-color: #fff;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list .add-new-entry,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .add-new-entry {
  background-color: #3A89FC;
  color: #fff;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list .list-default li,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default li {
  border-top: 1px solid rgba(51,51,51,0.2);
}

[data-widget-package="com.fliplet.data-directory"] .directory-list .list-default li .list-title,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default li .list-title {
  color: rgba(151,151,151,0.839216);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list .list-default ul>li .list-title+p,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default ul>li .list-title+p {
  color: rgba(151,151,151,0.839216);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list .list-default ul>li .icon,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default ul>li .icon {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.data-directory"] .directory-list .list-default ul>li .list-tags a,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default ul>li .list-tags a {
  background: #ddd;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.data-directory"] .directory-list li.divider,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list li.divider {
  background-color: #fafafa;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.data-directory"] .directory-details,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-details {
  width: 60%;
}

[data-widget-package="com.fliplet.data-directory"] .directory-details .directory-details-content,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-details .directory-details-content {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.data-directory"] .directory-details .directory-details-content .directory-detail-title,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-details .directory-details-content .directory-detail-title {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 24px;
}

[data-widget-package="com.fliplet.data-directory"] .directory-details .directory-details-content .directory-detail-label,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-details .directory-details-content .directory-detail-label {
  color: rgba(51,51,51,0.5);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
}

[data-widget-package="com.fliplet.data-directory"] .directory-details .directory-details-content .directory-detail-value,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-details .directory-details-content .directory-detail-value {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list .list-default ul>li.active,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default ul>li.active {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list .list-default ul>li.active .list-title,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default ul>li.active .list-title {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list .list-default ul>li.active .list-title+p,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default ul>li.active .list-title+p {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list .list-default ul>li.active .icon,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default ul>li.active .icon {
  color: #fff;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list .list-default ul>li.active .list-tags a,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default ul>li.active .list-tags a {
  color: rgba(151,151,151,0.839216);
  background: #ddd;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list .list-default .search-result-header,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default .search-result-header {
  background-color: #fafafa;
}

[data-widget-package="com.fliplet.data-directory"] .directory-list .list-default .search-result-header h5,
[data-widget-package="com.fliplet.advanceddirectory"] .directory-list .list-default .search-result-header h5 {
  color: rgba(151,151,151,0.839216);
}

.overlay-directory .overlayPanel .list-default li .list-title {
  color: rgba(151,151,151,0.839216);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.overlay-directory .overlayPanel .list-default ul>li .list-title+p {
  color: rgba(151,151,151,0.839216);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.overlay-directory .overlayPanel .list-default ul>li .icon {
  color: rgba(151,151,151,0.839216);
}

.overlay-directory .overlayPanel .list-default ul>li .list-tags a {
  background: #ddd;
  color: rgba(151,151,151,0.839216);
}

.overlay-directory .overlayPanelContent {
  background-color: #fff;
  color: rgba(151,151,151,0.839216);
}

.overlay-directory .overlayPanelContent .directory-detail-title {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 24px;
}

.overlay-directory .overlayPanelContent .directory-detail-label {
  color: rgba(51,51,51,0.5);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
}

.overlay-directory .overlayPanelContent .directory-detail-value {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
}

.overlay-directory .overlayNavbar {
  background-color: rgba(255,255,255,0.95);
  color: rgba(151,151,151,0.839216);
  border-bottom-color: #c9c9c9;
}

[data-widget-package="com.fliplet.form-builder"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.form-builder"] .form-group input.form-control {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"] .form-group input.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"] .form-group input.form-control::placeholder {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #d3d3d3;
}

[data-widget-package="com.fliplet.form-builder"] .form-group textarea.form-control {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"] .form-group textarea.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"] .form-group textarea.form-control::placeholder {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #d3d3d3;
}

[data-widget-package="com.fliplet.form-builder"] .form-group .control-label label {
  color: #161c1d;
  font-size: 16px;
  font-family: "Poppins Regular",sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"] .form-group label.control-label {
  color: #161c1d;
  font-size: 16px;
  font-family: "Poppins Regular",sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"] .form-group .input-group .form-control {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-left: calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"] .has-error .text-danger {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #a94442;
}

[data-widget-package="com.fliplet.form-builder"] .has-error .form-control,
[data-widget-package="com.fliplet.form-builder"] .has-error .select-proxy-display {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"] .has-error .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"] .has-error .form-group.fl-time-picker>.form-control {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"] .has-error .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"] .has-error .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #F05865;
}

[data-widget-package="com.fliplet.form-builder"] .has-error .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"] .has-error .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #F05865;
}

[data-widget-package="com.fliplet.form-builder"] .form-control {
  border: 1px solid rgba(134,151,163,0.458824);
  border-radius: 8px;
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"] .form-control:focus {
  border: 1px solid #3A89FC;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-date-picker.readonly>.form-control,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-time-picker.readonly>.form-control {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"] .form-group .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"] .form-group .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"] .form-group .list-group .list-group-item {
  border: 1px solid rgba(134,151,163,0.458824);
  border-radius: 8px;
}

[data-widget-package="com.fliplet.form-builder"] .form-group .fl-matrix table th.focus,
[data-widget-package="com.fliplet.form-builder"] .form-group .fl-matrix table th.chosen-class,
[data-widget-package="com.fliplet.form-builder"] .form-group .fl-matrix table td.focus,
[data-widget-package="com.fliplet.form-builder"] .form-group .fl-matrix table td.chosen-class,
[data-widget-package="com.fliplet.form-builder"] .form-group .list-group .list-group-item.focus,
[data-widget-package="com.fliplet.form-builder"] .form-group .list-group .list-group-item.chosen-class {
  border: 1px solid #3A89FC;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.has-error .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"] .form-group.has-error .fl-matrix table td {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-typeahead .form-control,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-rich-text .form-control {
  border: 1px solid rgba(134,151,163,0.458824);
  border-radius: 8px;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-typeahead .form-control.focus,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-rich-text .form-control.focus {
  border: 1px solid #3A89FC;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-time-picker>.form-control {
  border: 1px solid rgba(134,151,163,0.458824);
  border-radius: 8px;
  padding: 6px calc(45px + 12px) 6px calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-date-picker>.form-control:focus,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-time-picker>.form-control:focus {
  border: 1px solid #3A89FC;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-date-picker>.fa,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-time-picker>.fa {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-date-picker:focus-within>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-time-picker:focus-within>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-date-picker:focus-within[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-time-picker:focus-within[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"] .radio.radio-icon input[type="radio"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check {
  border: 1px solid #E1EAF9;
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.form-builder"] .checkbox.checkbox-icon.readonly input[type="checkbox"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"] .radio.radio-icon.readonly input[type="radio"]+label>span.check {
  border: 1px solid #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"] .checkbox.checkbox-icon.readonly input[type="checkbox"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"] .radio.radio-icon.readonly input[type="radio"]:checked+label>span.check {
  background-color: 1px solid #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"] .radio.radio-icon input[type="radio"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label>span.check {
  background-color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"] .radio.radio-icon input[type="radio"]+label>span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check>i.fa {
  color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label span.check>i.fa {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa:before {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"] .rtgl-ios+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"] .tgl-ios+.tgl-btn {
  background-color: rgba(0,0,0,0);
  border: 1px solid #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"] .rtgl-ios+.rtgl-btn:after,
[data-widget-package="com.fliplet.form-builder"] .tgl-ios+.tgl-btn:after {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"] .rtgl-ios:checked+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"] .tgl-ios:checked+.tgl-btn {
  background-color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"] .select-proxy-display {
  border: 1px solid rgba(134,151,163,0.458824);
  border-radius: 8px;
  color: rgba(151,151,151,0.839216);
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"] .select-proxy-display:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"] .select-proxy-display.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"] .select-proxy-display.readonly {
  border: 1px solid rgba(134,151,163,0.458824);
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"] .select-proxy-display.readonly>.icon {
  background-color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"] .select-proxy-display>.icon {
  background-color: #3A89FC;
  color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: 1px solid rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"] .required-info,
[data-widget-package="com.fliplet.form-builder"] .required-info-label {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.form-builder"] .input-group:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"] .input-group.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"] .input-group-addon {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.form-builder"] .input-group-addon:first-child {
  border-right: 1px solid rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"] [_type="flStarRating"] .rating-star .fa {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa {
  color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa:before {
  -webkit-text-stroke: 1px #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"] [_type="flStarRating"] .rating-input:checked ~ .readonly.rating-star .fa {
  color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"] [_type="flStarRating"] .rating-input:checked ~ .rating-star .fa {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"] [_type="flSignature"] .field-signature {
  background-color: #fff;
}

[data-widget-package="com.fliplet.form-builder"] [_type="flSignature"] .field-signature canvas {
  border: 1px solid rgba(134,151,163,0.458824) !important;
}

[data-widget-package="com.fliplet.form-builder"] [_type="flSignature"] .field-signature a {
  color: #aaa;
}

[data-widget-package="com.fliplet.form-builder"] [_type="flSignature"] .field-signature a:focus,
[data-widget-package="com.fliplet.form-builder"] [_type="flSignature"] .field-signature a:hover,
[data-widget-package="com.fliplet.form-builder"] [_type="flSignature"] .field-signature a:active:focus,
[data-widget-package="com.fliplet.form-builder"] [_type="flSignature"] .field-signature a:active:hover {
  color: #0096B8;
}

[data-widget-package="com.fliplet.form-builder"] [_type="flSignature"] .field-signature a:focus {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"] [_type="flSignature"] .signature-editor.readonly .field-signature {
  border-bottom: 1px solid rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"] .form-group div.mce-edit-area {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout,
[data-widget-package="com.fliplet.form-builder"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket {
  border: 1px solid rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout.focus-outline,
[data-widget-package="com.fliplet.form-builder"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket.focus-outline {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"] .sending-form {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.form-builder"] .fl-form .spinner-overlay {
  border-top-color: rgba(235,235,235,0.3);
  border-right-color: rgba(235,235,235,0.3);
  border-bottom-color: rgba(235,235,235,0.3);
  border-left-color: #21222D;
}

[data-widget-package="com.fliplet.form-builder"] .fileUpload-disabled label {
  background-color: #E1EAF9 !important;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-range-slider .range-slider {
  background-color: #eee;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-range-slider .range-slider-fill {
  background-color: #979797;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-range-slider .range-slider-handle {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-range-slider .range-slider-handle-value {
  background-color: #3A89FC;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-range-slider .range-slider-handle-value:before {
  border-top-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-typeahead .selectize-input>.item,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-typeahead .selectize-input>.item.active,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-typeahead .selectize-dropdown .option.active,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-typeahead .selectize-dropdown .option.selected.active {
  background-color: #1AA5C7;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"] .fl-map-field {
  height: auto;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-range-slider.readonly .range-slider-handle,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-range-slider.readonly .range-slider-handle-value,
[data-widget-package="com.fliplet.form-builder"] .form-group.fl-range-slider.readonly .range-slider-fill {
  background-color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-range-slider.readonly .range-slider-handle-value::before {
  border-top-color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"] .form-group.fl-range-slider .range-slider-labels-label {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"] .fl-matrix table,
[data-widget-package="com.fliplet.form-builder"] .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"] .fl-matrix table th {
  border: 1px solid rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"] .fl-matrix table th {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

.fileUpload {
  padding-top: 2px;
  padding-bottom: 2px;
}

[data-widget-package="com.fliplet.image"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: auto;
  min-width: auto;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.image"] img[data-image-id] {
  height: auto;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="masonry-image-gallery"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="masonry-image-gallery"] .image-gallery {
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.interactive-map"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px 0px 0px 0px;
  height: 100vh;
  height: calc( 100vh - (env(safe-area-inset-bottom) + env(safe-area-inset-top)));
  min-height: 200px;
  max-height: none;
}

[data-widget-package="com.fliplet.interactive-map"] .interactive-map-label-wrapper {
  color: #fff;
  background-color: #333;
}

[data-widget-package="com.fliplet.interactive-map"] .interactive-map-label-wrapper .interactive-map-label-text p {
  color: #fff;
}

[data-widget-package="com.fliplet.interactive-map"] .maps-button {
  color: #fff;
  background-color: #333;
}

[data-widget-package="com.fliplet.interactive-map"] .maps-button .maps-button-text p {
  color: #fff;
}

[data-widget-package="com.fliplet.interactive-map"] .interactive-map-search-icon,
[data-widget-package="com.fliplet.interactive-map"] .fl-zoom-in,
[data-widget-package="com.fliplet.interactive-map"] .fl-zoom-out {
  color: #fff;
  background-color: #333;
}

[data-widget-package="com.fliplet.interactive-map"] .interactive-maps-search-overlay,
[data-widget-package="com.fliplet.interactive-map"] .interactive-maps-overlay {
  background-color: #333;
  color: #fff;
}

[data-widget-package="com.fliplet.interactive-map"] .interactive-map-overlay-topbar {
  background-color: #333;
}

[data-widget-package="com.fliplet.interactive-map"] .interactive-maps-overlay .map-list-item.active {
  border-left-color: #fff;
}

[data-widget-package="com.fliplet.interactive-map"] .interactive-map-overlay-search-holder .form-control {
  background: #333;
  border-color: #fff;
}

[data-widget-package="com.fliplet.interactive-map"] .interactive-map-overlay-search-holder span {
  background: rgba(255,255,255,0.1);
  color: #fff;
}

body.fl-with-top-menu [data-widget-package="com.fliplet.interactive-map"] {
  height: calc(100vh - 44px);
  height: calc( 100vh - (44px + env(safe-area-inset-bottom) + env(safe-area-inset-top)));
}

[data-has-notch] body.fl-with-top-menu [data-widget-package="com.fliplet.interactive-map"] {
  height: calc(100vh - (44px + 34px));
}

body.fl-with-bottom-menu [data-widget-package="com.fliplet.interactive-map"] {
  height: calc(100vh - 65px);
  height: calc( 100vh - (65px + env(safe-area-inset-bottom) + env(safe-area-inset-top)));
}

[data-has-notch] body.fl-with-bottom-menu [data-widget-package="com.fliplet.interactive-map"] {
  height: calc(100vh - (65px + 34px));
}

[data-widget-package="com.fliplet.simple-list"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul>li {
  border-bottom: 1px solid rgba(51,51,51,0.2);
  background-color: #fff;
  padding: 10px 10px 10px 10px;
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul>li.linked {
  padding-right: calc(10px + 34px);
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul>li.linked:active {
  background-color: rgba(51,51,51,0.06);
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul>li.linked:after {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul>li.linked .list-icon {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul>li .list-title {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul>li p+p {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: rgba(51,51,51,0.75);
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul.list-save-filter {
  border: 1px solid #21222D;
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul.list-save-filter li {
  border-left: 1px solid #21222D;
  background: #fff;
  color: #21222D;
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul.list-save-filter li.active {
  background: #21222D;
  color: #fff;
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul.list-swipe .swipe-action {
  background: #f1f1f1;
  color: #999;
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul.list-swipe .swipe-action.swipe-action-right.active {
  background: #21222D;
  color: #fff;
}

[data-widget-package="com.fliplet.simple-list"] .list.list-default ul.list-swipe .swipe-action.swipe-action-left.active {
  background: #F05865;
  color: #fff;
}

[data-widget-package="com.fliplet.simple-list"] .list-search {
  border-bottom: 2px solid rgba(51,51,51,0.2);
}

[data-widget-package="com.fliplet.simple-list"] .btn.btn-link.search-cancel {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.simple-list"] .btn.btn-link.search-cancel:hover,
[data-widget-package="com.fliplet.simple-list"] .btn.btn-link.search-cancel:focus,
[data-widget-package="com.fliplet.simple-list"] .btn.btn-link.search-cancel:active:hover,
[data-widget-package="com.fliplet.simple-list"] .btn.btn-link.search-cancel:active:focus {
  color: #0096B8;
}

[data-widget-package="com.fliplet.list-small-thumbs"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul>li {
  border-bottom: 1px solid rgba(51,51,51,0.2);
  background-color: #fff;
  padding: 10px 10px 10px calc(10px + 46px);
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul>li.linked {
  padding-right: calc(10px + 34px);
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul>li.linked:active {
  background-color: rgba(51,51,51,0.06);
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul>li.linked:after {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul>li.linked .list-icon {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul>li .list-image {
  background-color: #fff;
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul>li .list-image .fl-list-icon {
  color: #21222D;
  font-size: 30px;
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul>li .list-title {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul>li p+p {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: rgba(51,51,51,0.75);
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul.list-save-filter {
  border: 1px solid #21222D;
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul.list-save-filter li {
  border-left: 1px solid #21222D;
  background: #fff;
  color: #21222D;
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul.list-save-filter li.active {
  background: #21222D;
  color: #fff;
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul.list-swipe .swipe-action {
  background: #f1f1f1;
  color: #999;
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul.list-swipe .swipe-action.swipe-action-right.active {
  background: #21222D;
  color: #fff;
}

[data-widget-package="com.fliplet.list-small-thumbs"] .list.list-thumb-s ul.list-swipe .swipe-action.swipe-action-left.active {
  background: #F05865;
  color: #fff;
}

[data-widget-package="com.fliplet.list-large-thumbs"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul>li {
  border-bottom: 1px solid rgba(51,51,51,0.2);
  background-color: #fff;
  padding: 10px 10px 10px calc(10px + 71px);
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul>li.linked {
  padding-right: calc(10px + 34px);
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul>li.linked:active {
  background-color: rgba(51,51,51,0.06);
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul>li.linked:after {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul>li.linked .list-icon {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul>li .list-image {
  background-color: #fff;
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul>li .list-image .fl-list-icon {
  color: #21222D;
  font-size: 50px;
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul>li .list-title {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul>li p+p {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: rgba(51,51,51,0.75);
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul.list-save-filter {
  border: 1px solid #21222D;
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul.list-save-filter li {
  border-left: 1px solid #21222D;
  background: #fff;
  color: #21222D;
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul.list-save-filter li.active {
  background: #21222D;
  color: #fff;
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul.list-swipe .swipe-action {
  background: #f1f1f1;
  color: #999;
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul.list-swipe .swipe-action.swipe-action-right.active {
  background: #21222D;
  color: #fff;
}

[data-widget-package="com.fliplet.list-large-thumbs"] .list.list-thumb-l ul.list-swipe .swipe-action.swipe-action-left.active {
  background: #F05865;
  color: #fff;
}

[data-widget-package="com.fliplet.rss"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.rss"] .feed ul.feed-panels.line>li.feed-item {
  border-bottom: 1px solid rgba(51,51,51,0.2);
}

[data-widget-package="com.fliplet.rss"] .feed ul.feed-panels.stripes>li.feed-item:nth-child(odd) {
  background-color: rgba(216,216,216,0.2);
}

[data-widget-package="com.fliplet.rss"] .feed ul.feed-panels>li.feed-item {
  background-color: #fff;
}

[data-widget-package="com.fliplet.rss"] .feed ul.feed-panels>li.feed-item.line {
  border-left-color: #21222D;
}

[data-widget-package="com.fliplet.rss"] .feed .feed-item.circle p.list-title .circle-icon {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.rss"] .feed .feed-item .list-title {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.rss"] .feed .feed-item .list-description {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: rgba(51,51,51,0.75);
}

[data-widget-package="com.fliplet.rss"] .feed .feed-item .icon {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  max-width: 600px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .dynamic-list-add-item {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-search-filter-overlay .small-card-overlay-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-header {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-search-filter-overlay .small-card-overlay-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-wrapper {
  background-color: rgba(151,151,151,0.839216);
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter {
  border-color: rgba(255,255,255,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter:focus {
  color: rgba(255,255,255,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(255,255,255,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-list-text-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-list-text-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-list-name,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-list-name {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-list-role,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-list-role {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-list-location,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-list-location {
  font-family: "Poppins Regular",sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-list-wrapper .small-card-list .small-card-list-image {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item {
  border: none;
  border-radius: 15px;
  box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-image,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-detail-image {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-text-wrapper {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-name {
  font-family: "Poppins Regular",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-name:after {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-role {
  font-family: "Poppins Regular",sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-location {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-button .small-card-list-detail-button-image,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-button .small-card-list-detail-button-text {
  color: rgba(51,51,51,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-body-text {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-label {
  font-family: "Poppins Regular",sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  font-style: normal;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 0px;
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-bookmark-holder .small-card-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container {
  width: 100%;
  max-width: 600px;
  margin: 0px auto 0px auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .filter-holder .panel .panel-collapse {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .filter-holder .panel-default>.panel-heading,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .filter-holder .panel-default>.panel-heading {
  color: #fff;
  background-color: rgba(151,151,151,0.839216);
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder input[type="search"],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"] {
  border-color: rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder input[type="search"]:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed::placeholder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(151,151,151,0.8);
  opacity: 1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn {
  border: none;
  color: rgba(151,151,151,0.839216);
  background-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times {
  color: rgba(51,51,51,0.5) !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times {
  color: #21222D !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #21222D !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks .fa {
  color: rgba(51,51,51,0.5) !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .sort-group .fa-sort-amount-desc {
  color: rgba(51,51,51,0.5) !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-search-controls .current-query-wrapper {
  background-color: #3A89FC;
  color: #fff;
  border-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-search-controls .current-query-wrapper:focus {
  color: rgba(255,255,255,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .no-results-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .no-results-holder {
  color: rgba(151,151,151,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-filter-controls-filter,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-filter-controls-filter {
  border-color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-filter-controls-filter:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-filter-controls-filter:focus {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:focus {
  color: rgba(255,255,255,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-filter-controls-filter.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .new-small-card-list-container .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"] .small-card-list-container .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  max-width: 600px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .dynamic-list-add-item {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(151,151,151,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(151,151,151,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .comments-offline {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(151,151,151,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(151,151,151,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(151,151,151,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(151,151,151,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter {
  border-color: rgba(22,28,29,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter:focus {
  color: rgba(22,28,29,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(22,28,29,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .filter-holder .panel .panel-collapse {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .filter-holder .panel-default>.panel-heading {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .filter-holder .panel-default>.panel-heading {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(22,28,29,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #E1EAF9;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .section-top-wrapper .search-holder .search-feed {
  color: #979797;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .section-top-wrapper .search-holder .fa {
  color: #CCDEFB;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .slide-over .news-feed-item-inner-content {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Poppins Medium",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-list-wrapper .news-feed-list-item,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content {
  border-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 14px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 12px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa.animated {
  color: #ed4956;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .news-feed-item-content .slide-under {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Poppins Medium",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(22,28,29,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .btn.search-btn {
  color: #979797;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .list-search-icon .list-search-cancel .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #aaa;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .list-search-icon .list-search-cancel .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .list-search-icon .toggle-bookmarks .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .new-news-feed-list-container .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"] .news-feed-list-container .list-search-icon .sort-group .fa-sort-amount-desc {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  max-width: 600px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  position: relative !important;
  display: block !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .dynamic-list-add-item {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-wrapper {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-wrapper .agenda-detail-overlay-content {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-header {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-description .agenda-item-detail-body-text>p {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-description .agenda-item-detail-body-text>p {
  font-size: 14px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-description .agenda-item-detail-body-text>p {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-description .agenda-item-detail-body-text>p {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-description .agenda-item-detail-body-text>p {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-description .agenda-item-detail-body-text>p {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-description .agenda-item-detail-body-text>p {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-description .agenda-item-detail-body-text>p {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-description .agenda-item-detail-body-text>p {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-session-location .agenda-item-start-date-time {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-session-location .agenda-item-start-date-time {
  font-size: 14px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-session-location .agenda-item-start-date-time {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-session-location .agenda-item-start-date-time {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-session-location .agenda-item-start-date-time {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-session-location .agenda-item-start-date-time {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-session-location .agenda-item-start-date-time {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-session-location .agenda-item-start-date-time {
  margin-bottom: 4px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-session-location .agenda-item-start-date-time {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-session-location .agenda-item-location {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-session-location .agenda-item-location {
  font-size: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-session-location .agenda-item-location {
  line-height: 28px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-session-location .agenda-item-location {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-session-location .agenda-item-location {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-session-location .agenda-item-location {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-session-location .agenda-item-location {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-session-location .agenda-item-location {
  margin-bottom: 5px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-session-location .agenda-item-location {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder h2.agenda-item-title {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder h2.agenda-item-title {
  font-size: 27px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder h2.agenda-item-title {
  line-height: 1.2em;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder h2.agenda-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder h2.agenda-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder h2.agenda-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder h2.agenda-item-title {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder h2.agenda-item-title:after {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-icons .fa {
  color: rgba(51,51,51,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-bookmark-holder .bookmark-wrapper.btn-bookmark .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-detail-overlay .agenda-detail-overlay-panel .agenda-item-content-holder .agenda-item-bookmark-holder .bookmark-wrapper.btn-bookmarked .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .search-holder input {
  border-color: rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .search-holder input {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .search-holder input {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .search-holder input:hover {
  border-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .search-holder input:focus {
  border-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .search-holder .fa-search {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .list-search-icon .toggle-bookmarks .fa-bookmark-o {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .list-search-icon .toggle-bookmarks .fa-bookmark {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .list-search-icon .fa-sliders {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .list-search-icon.mixitup-control-active .fa-filter {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item {
  border-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item {
  box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content .agenda-item-time:not(.line) {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content .agenda-item-time:not(.line) {
  font-size: 14px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content .agenda-item-time:not(.line) {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content .agenda-item-time:not(.line) {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content .agenda-item-time:not(.line) {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content .agenda-item-time:not(.line) {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content .agenda-item-time:not(.line) {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content .agenda-item-session-location .agenda-item-location {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content .agenda-item-session-location .agenda-item-location {
  font-size: 14px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content .agenda-item-session-location .agenda-item-location {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content .agenda-item-session-location .agenda-item-location {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content .agenda-item-session-location .agenda-item-location {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content .agenda-item-session-location .agenda-item-location {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content .agenda-item-session-location .agenda-item-location {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content .agenda-item-session-location .agenda-item-location {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content .agenda-item-session-location .agenda-item-location {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content h2.agenda-item-title {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content h2.agenda-item-title {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content h2.agenda-item-title {
  line-height: 1.2em;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content h2.agenda-item-title {
  font-weight: bold;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content h2.agenda-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content h2.agenda-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content h2.agenda-item-title {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content h2.agenda-item-title {
  margin-bottom: 5px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder .agenda-list-item .slide-over .agenda-item-inner-content h2.agenda-item-title {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-item-content {
  border-radius: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-item-content .agenda-item-bookmark-holder .bookmark-wrapper.btn-bookmark .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-item-content .agenda-item-bookmark-holder .bookmark-wrapper.btn-bookmarked .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-controls .toggle-agenda {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-controls .toggle-agenda .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-controls .toggle-agenda.mixitup-control-active .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .hidden-controls,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-card-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-list-item-content .container-fluid,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .search-results,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .new-agenda-list-container .agenda-detail-overlay-panel {
  max-width: 600px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-list-controls {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-list-controls .toggle-agenda.mixitup-control-active .fa {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-list-controls .toggle-agenda.mixitup-control-active .fa {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-list-controls .agenda-list-label {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-list-controls .agenda-list-label {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-date-selector {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-date-selector ul li:not(.active):not(.placeholder) {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-date-selector ul li:not(.active):not(.placeholder) .day {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-date-selector ul li.focus-outline.active {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="agenda"] .agenda-date-selector ul li.focus-outline.active .day {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .loading-holder {
  color: rgba(151,151,151,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .comments-offline {
  background-color: rgba(151,151,151,0.4);
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-panel-header {
  background-color: #fff;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-input-holder {
  background: #fff;
  border-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-input-holder .cancel {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-input-holder .cancel:active:focus {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-input-holder .btn.save {
  border-color: rgba(151,151,151,0.3);
  color: rgba(151,151,151,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-input-holder.ready .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .simple-list-comment-input-holder.ready .btn.save {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(151,151,151,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .fl-comment-thumb {
  background-color: rgba(151,151,151,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel textarea[data-comment-body] {
  background-color: transparent;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu>.active>a {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-comment-panel .active .mention_username {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  max-width: 600px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .dynamic-list-add-item {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .list-item-arrow {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .search-holder input[type="search"] {
  border-color: rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(151,151,151,0.8);
  opacity: 1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .search-holder .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .search-holder .btn.search-btn {
  color: rgba(151,151,151,0.839216);
  background-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .list-search-icon .list-search-cancel .fa {
  color: rgba(51,51,51,0.5) !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .list-search-icon .list-search-cancel .fa {
  color: #21222D !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #21222D !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .list-search-icon .toggle-bookmarks .fa {
  color: rgba(51,51,51,0.5) !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .section-top-wrapper .list-search-icon .sort-group .fa-sort-amount-desc {
  color: rgba(51,51,51,0.5) !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .no-results-holder {
  color: rgba(151,151,151,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .hidden-filter-controls-filter {
  border-color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .hidden-filter-controls-filter:focus {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .hidden-filter-controls-filter.mixitup-control-active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .hidden-filter-controls-filter.mixitup-control-active:focus {
  color: rgba(255,255,255,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .search-query .current-query-wrapper {
  background-color: #3A89FC;
  color: #fff;
  border-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .hidden-filter-controls-filter {
  border-color: rgba(255,255,255,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .hidden-filter-controls-filter:focus {
  color: rgba(255,255,255,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(255,255,255,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-wrapper .simple-list-item {
  background-color: #fff;
  border-bottom: 1px solid rgba(51,51,51,0.3);
  border-radius: 0px;
  box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-wrapper .list-item-image {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-wrapper .list-item-title {
  font-family: "Poppins Regular",sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-wrapper .list-item-title .simple-list-like-holder .simple-list-like-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-wrapper .list-item-title .simple-list-like-holder .simple-list-like-wrapper .fa.animated {
  color: #ed4956;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-wrapper .list-item-title .simple-list-bookmark-holder .simple-list-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-wrapper .list-item-title .simple-list-bookmark-holder .simple-list-bookmark-wrapper .fa.animated {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-wrapper .list-item-description {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(51,51,51,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-wrapper .list-item-subtitle {
  font-family: "Poppins Regular",sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  margin-top: 6px;
  margin-bottom: 0px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .simple-list-overlay-wrapper .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .simple-list-overlay-header .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .filter-holder .panel .panel-collapse {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .simple-list-overlay-wrapper .panel-default>.panel-heading,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .simple-list-overlay-header .panel-default>.panel-heading,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-container .simple-list-search-filter-overlay .filter-holder .panel-default>.panel-heading {
  color: #fff;
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-detail-overlay .simple-list-detail-overlay-content {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-detail-overlay .simple-list-like-holder .simple-list-like-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-detail-overlay .simple-list-like-holder .simple-list-like-wrapper .fa.animated {
  color: #ed4956;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-detail-overlay .simple-list-bookmark-holder .simple-list-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-detail-overlay .simple-list-bookmark-holder .simple-list-bookmark-wrapper .fa.animated {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-detail-overlay .simple-list-detail-value img {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-detail-overlay .simple-list-detail-value {
  font-family: "Poppins Regular",sans-serif;
  font-size: 1.15em;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 25px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="simple-list"] .simple-list-detail-overlay .simple-list-detail-label {
  font-weight: normal;
  line-height: 18px;
  font-style: normal;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 4px;
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  max-width: 600px;
  margin: 0px auto 0px auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .new-small-h-card-list-container .small-h-card-list-wrapper .small-h-card-list-item .small-h-card-list-image,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-list-container .small-h-card-list-wrapper .small-h-card-list-item .small-h-card-list-image {
  border: none;
  border-radius: 15px;
  box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .new-small-h-card-list-container .small-h-card-list-wrapper .small-h-card-list-item .small-h-card-list-image .small-h-card-list-detail-image,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .new-small-h-card-list-container .small-h-card-list-wrapper .small-h-card-list-item .small-h-card-list-image .small-h-card-list-detail-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-list-container .small-h-card-list-wrapper .small-h-card-list-item .small-h-card-list-image .small-h-card-list-detail-image,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-list-container .small-h-card-list-wrapper .small-h-card-list-item .small-h-card-list-image .small-h-card-list-detail-wrapper {
  border-radius: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .new-small-h-card-list-container .small-h-card-list-item,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-list-container .small-h-card-list-item {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .new-small-h-card-list-container .small-h-card-list-item .small-h-card-list-item-text,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-list-container .small-h-card-list-item .small-h-card-list-item-text {
  font-family: "Poppins Regular",sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .new-small-h-card-list-container .small-h-card-list-detail-image-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-list-container .small-h-card-list-detail-image-wrapper {
  color: rgba(151,151,151,0.1);
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .new-small-h-card-list-container .no-results-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-list-container .no-results-holder {
  color: rgba(151,151,151,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-panel .small-h-card-detail-overlay-content .small-h-card-details-holder .small-h-card-list-detail-body-text {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-panel .small-h-card-detail-overlay-content .small-h-card-details-holder .small-h-card-list-detail-label {
  font-family: "Poppins Regular",sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  font-style: normal;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 0px;
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-panel .small-h-card-detail-wrapper .small-h-card-list-detail-content-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-panel .small-h-card-detail-wrapper .small-h-card-list-detail-content-wrapper .small-h-card-list-detail-name {
  font-family: "Poppins Regular",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-panel .small-h-card-detail-wrapper .small-h-card-list-detail-content-wrapper .small-h-card-list-detail-name:after {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-panel .small-h-card-detail-wrapper .small-h-card-list-detail-content-wrapper .small-h-card-list-detail-role {
  font-family: "Poppins Regular",sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-panel .small-h-card-detail-wrapper .small-h-card-list-detail-content-wrapper .small-h-card-list-detail-location {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-panel .small-h-card-detail-wrapper .small-h-card-list-detail-content-wrapper .small-h-card-list-detail-button .small-h-card-list-detail-button-image,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-panel .small-h-card-detail-wrapper .small-h-card-list-detail-content-wrapper .small-h-card-list-detail-button .small-h-card-list-detail-button-text {
  color: rgba(51,51,51,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-h-card"] .small-h-card-detail-overlay .small-h-card-detail-overlay-wrapper .small-h-card-detail-overlay-panel .small-h-card-detail-wrapper .small-h-card-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.lock"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
}

[data-widget-package="com.fliplet.lock"] .passcode-wrapper {
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.lock"] .passcode-wrapper .passcode-field {
  border-bottom: 1px solid rgba(0,0,0,0.3);
}

[data-widget-package="com.fliplet.lock"] .passcode-wrapper .passcode-field:focus {
  border-bottom: 1px solid #21222D;
}

[data-widget-package="com.fliplet.lock"] .verify-field-wrapper .back-setup {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.lock"] .use-touchid {
  border: 1px solid rgba(0,0,0,0.3);
}

[data-widget-package="com.fliplet.login"],
[data-widget-package="com.fliplet.login-data-source"],
[data-widget-package="com.fliplet.login.saml2"],
[data-widget-package="com.fliplet.email-validation"],
[data-widget-package="com.fliplet.sms-verfication"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
}

[data-widget-package="com.fliplet.login"] .sso-login,
[data-widget-package="com.fliplet.login"] [data-login-ds-id],
[data-widget-package="com.fliplet.login"] [data-login-id],
[data-widget-package="com.fliplet.login"] .fl-sms-verification,
[data-widget-package="com.fliplet.login"] .fl-email-verification,
[data-widget-package="com.fliplet.login-data-source"] .sso-login,
[data-widget-package="com.fliplet.login-data-source"] [data-login-ds-id],
[data-widget-package="com.fliplet.login-data-source"] [data-login-id],
[data-widget-package="com.fliplet.login-data-source"] .fl-sms-verification,
[data-widget-package="com.fliplet.login-data-source"] .fl-email-verification,
[data-widget-package="com.fliplet.login.saml2"] .sso-login,
[data-widget-package="com.fliplet.login.saml2"] [data-login-ds-id],
[data-widget-package="com.fliplet.login.saml2"] [data-login-id],
[data-widget-package="com.fliplet.login.saml2"] .fl-sms-verification,
[data-widget-package="com.fliplet.login.saml2"] .fl-email-verification,
[data-widget-package="com.fliplet.email-validation"] .sso-login,
[data-widget-package="com.fliplet.email-validation"] [data-login-ds-id],
[data-widget-package="com.fliplet.email-validation"] [data-login-id],
[data-widget-package="com.fliplet.email-validation"] .fl-sms-verification,
[data-widget-package="com.fliplet.email-validation"] .fl-email-verification,
[data-widget-package="com.fliplet.sms-verfication"] .sso-login,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-ds-id],
[data-widget-package="com.fliplet.sms-verfication"] [data-login-id],
[data-widget-package="com.fliplet.sms-verfication"] .fl-sms-verification,
[data-widget-package="com.fliplet.sms-verfication"] .fl-email-verification {
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.login"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"] .fl-email-verification .fl-login-form .form-group label {
  color: #21222D;
  border-right-color: #21222D;
}

[data-widget-package="com.fliplet.login"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility {
  color: #21222D;
}

[data-widget-package="com.fliplet.login"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible {
  outline-color: #21222D;
}

[data-widget-package="com.fliplet.login"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"] .fl-email-verification .fl-login-form .btn-login {
  width: 90%;
  background-color: #3A89FC;
  color: #fff;
  min-width: auto;
  max-width: none;
  height: 48px;
  min-height: auto;
  max-height: none;
  line-height: 24px;
  text-decoration: none;
  border-radius: 12px;
  font-family: "Poppins Regular",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.login"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"] .fl-email-verification .fl-login-form .btn-login:active:hover {
  background-color: #3A89FC;
  color: #fff;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.login"] .state input.form-control,
[data-widget-package="com.fliplet.login"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.login-data-source"] .state input.form-control,
[data-widget-package="com.fliplet.login-data-source"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.login.saml2"] .state input.form-control,
[data-widget-package="com.fliplet.login.saml2"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.email-validation"] .state input.form-control,
[data-widget-package="com.fliplet.email-validation"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.sms-verfication"] .state input.form-control,
[data-widget-package="com.fliplet.sms-verfication"] .fl-login-form input.form-control {
  border-bottom: 1px solid #e5e5e5;
  border-radius: 6px;
}

[data-widget-package="com.fliplet.login"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"] .fl-login-form .form-group label {
  color: #21222D;
  border-right-color: #21222D;
}

[data-widget-package="com.fliplet.login"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"] .fl-login-form .form-group .toggle-password-visibility {
  color: #21222D;
}

[data-widget-package="com.fliplet.login"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"] .fl-login-form .form-group .toggle-password-visibility:focus-visible {
  color: #21222D;
}

[data-widget-package="com.fliplet.login"] .state .back,
[data-widget-package="com.fliplet.login-data-source"] .state .back,
[data-widget-package="com.fliplet.login.saml2"] .state .back,
[data-widget-package="com.fliplet.email-validation"] .state .back,
[data-widget-package="com.fliplet.sms-verfication"] .state .back {
  border-right: 1px solid #21222D;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.notificationinbox"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
}

[data-widget-package="com.fliplet.notificationinbox"] .notification-badge {
  background-color: #fe5857;
}

[data-widget-package="com.fliplet.notificationinbox"] .notifications-holder {
  padding: 20px 0px 0px 0px;
}

[data-widget-package="com.fliplet.notificationinbox"] .notifications-holder .notification[data-notification-status="draft"] {
  background-color: #fcf8e3;
}

[data-widget-package="com.fliplet.notificationinbox"] .notifications-holder .notification[data-notification-status="published"] {
  background-color: #fff;
}

.fl-widget-instance[data-type="menu"] .notification-badge {
  background-color: #fe5857;
  color: #fff;
}

[data-widget-package="com.fliplet.panels"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.panels"] .list-panels ul>li .list-image {
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.panels"] .list-panels ul>li .list-desc {
  padding: 30px 20px 30px 20px;
}

[data-widget-package="com.fliplet.panels"] .list-panels ul>li .list-desc .list-title {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.panels"] .list-panels ul>li .list-desc .list-title+p {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: rgba(51,51,51,0.75);
}

[data-widget-package="com.fliplet.panels"] .list-panels .panels {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: none;
}

[data-widget-package="com.fliplet.panels"] .three-columns .panels {
  border-radius: 6px;
}

[data-widget-package="com.fliplet.metro"] .metro-panels {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  display: block !important;
}

[data-widget-package="com.fliplet.metro"] .metro-panels .panels {
  overflow: hidden;
  border-radius: 0px;
}

[data-widget-package="com.fliplet.metro"] .metro-panels .panels.linked .metro-desc {
  padding-top: calc(10px + 14px);
}

[data-widget-package="com.fliplet.metro"] .metro-panels .panels .metro-image {
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.metro"] .metro-panels .panels .metro-desc {
  background-color: rgba(0,0,0,0.45);
  padding: 10px 10px 10px 10px;
}

[data-widget-package="com.fliplet.metro"] .metro-panels .panels .metro-desc .metro-title {
  font-family: "Poppins Regular",sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.metro"] .metro-panels .panels .metro-desc .metro-title+p {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

[data-widget-package="com.fliplet.photo-sharing"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
}

[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder {
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder .btn.btn-default {
  background-color: rgba(151,151,151,0);
  color: #3A89FC;
  border-radius: 12px;
}

[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder .btn.btn-default:focus,
[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder .btn.btn-default:hover,
[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder .btn.btn-default:active:focus,
[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder .btn.btn-default:active:hover {
  background-color: rgba(151,151,151,0.0980392);
  color: #3A89FC;
}

[data-widget-package="com.fliplet.photo-sharing"] .photo-feed-parent-holder .image-wrapper {
  border: 1px solid #ccc;
}

[data-widget-package="com.fliplet.photo-sharing"] .photo-upload-overlay .overlayNavbar {
  border-bottom: 1px solid #ccc;
  background: rgba(255,255,255,0.95);
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.photo-sharing"] .photo-upload-overlay .overlayPanelContent {
  background: #fff;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.photo-sharing"] .photo-upload-overlay .form-horizontal canvas {
  border-bottom: 1px solid #ccc;
}

.popup-wrapper {
  background-color: #fff;
  color: rgba(151,151,151,0.839216);
}

.popup-wrapper .popup-content .popup-title {
  font-size: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.839216);
}

.popup-wrapper .popup-bottom {
  border-top: 4px solid rgba(255,255,255,0.839216);
}

.popup-wrapper .popup-bottom button {
  border-bottom: 1px solid rgba(255,255,255,0.839216);
}

.popup-wrapper .popup-bottom button:first-child {
  color: #21222D;
}

.popup-wrapper .popup-bottom button:active {
  background-color: #e6e6e6;
}

[data-widget-package="com.fliplet.slider"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  display: block !important;
}

[data-widget-package="com.fliplet.slider"] .onboarding-holder {
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.slider"] .swiper-pagination-bullet {
  border: none;
  width: 8px;
  height: 8px;
  background: rgba(0,0,0,0.1);
}

[data-widget-package="com.fliplet.slider"] .swiper-pagination-bullet-active {
  border: none;
  background: #21222D;
}

[data-widget-package="com.fliplet.slider"] .swiper-button-next,
[data-widget-package="com.fliplet.slider"] .swiper-button-prev {
  color: #999;
}

[data-widget-package="com.fliplet.slider"] .swiper-wrapper .swiper-slide {
  padding: 0px 33px 0px 33px;
}

[data-widget-package="com.fliplet.slider"] .swiper-wrapper p {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.slider"] .swiper-wrapper h1 {
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #21222D;
}

[data-widget-package="com.fliplet.onboarding"] .onboarding-holder.full-screen .ob-top-nav .ob-skip {
  color: rgba(255,255,255,0.5);
}

[data-widget-package="com.fliplet.onboarding"] .onboarding-holder.full-screen .swiper-pagination-bullet {
  border: none;
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.4);
}

[data-widget-package="com.fliplet.onboarding"] .onboarding-holder.full-screen .swiper-pagination-bullet-active {
  border: none;
  background: #21222D;
}

[data-widget-package="com.fliplet.onboarding"] .onboarding-holder.full-screen .swiper-button-next,
[data-widget-package="com.fliplet.onboarding"] .onboarding-holder.full-screen .swiper-button-prev {
  color: rgba(151,151,151,0.839216);
  background-color: #fff;
}

[data-widget-package="com.fliplet.onboarding"] .onboarding-holder.full-screen .swiper-wrapper .swiper-slide-content {
  background-color: #fff;
  padding: 30px 30px 30px 30px;
}

[data-widget-package="com.fliplet.onboarding"] .onboarding-holder.full-screen .swiper-wrapper p {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.onboarding"] .onboarding-holder.full-screen .swiper-wrapper h1 {
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #21222D;
}

[data-widget-package="com.fliplet.online-offline"],
[data-widget-package="com.fliplet.online-video"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0px auto 0px auto;
  display: block !important;
}

[data-widget-package="com.fliplet.online-offline"] .video-wrapper,
[data-widget-package="com.fliplet.online-video"] .video-wrapper {
  padding: 0px 0px 0px 0px;
  border-radius: 4px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 15px 0px 15px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

html.no-touchevents.js-focus-visible .fl-range-slider.focus-outline:focus-within .range-slider-handle {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25);
}

[data-widget-package="com.fliplet.text"][data-uuid="0b155b68-1c76-4dd4-9fa7-25a7af76ab1e"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 10px 0px;
  padding: 15px 15px 10px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="0b155b68-1c76-4dd4-9fa7-25a7af76ab1e"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0b155b68-1c76-4dd4-9fa7-25a7af76ab1e"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0b155b68-1c76-4dd4-9fa7-25a7af76ab1e"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0b155b68-1c76-4dd4-9fa7-25a7af76ab1e"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0b155b68-1c76-4dd4-9fa7-25a7af76ab1e"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0b155b68-1c76-4dd4-9fa7-25a7af76ab1e"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0b155b68-1c76-4dd4-9fa7-25a7af76ab1e"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="e7cb71ce-de2b-4488-a5b3-f31213f04cc2"] {
  background-image: none;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 100vh !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0% auto 0px auto;
  padding: 0px 0px 20px 0px;
  border: none;
  border-radius: 20px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="0744fd48-ecfb-4cbb-b473-c461ad08340a"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="0744fd48-ecfb-4cbb-b473-c461ad08340a"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0744fd48-ecfb-4cbb-b473-c461ad08340a"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0744fd48-ecfb-4cbb-b473-c461ad08340a"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0744fd48-ecfb-4cbb-b473-c461ad08340a"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0744fd48-ecfb-4cbb-b473-c461ad08340a"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0744fd48-ecfb-4cbb-b473-c461ad08340a"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0744fd48-ecfb-4cbb-b473-c461ad08340a"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="3646c925-562f-4c18-a786-2ca0d23c7f5e"] {
  background-image: none;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 20px 0px;
  padding: 10px 20px 0px 20px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  max-width: 600px;
  margin: 20px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .dynamic-list-add-item {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .small-card-search-filter-overlay .small-card-overlay-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-header {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .small-card-search-filter-overlay .small-card-overlay-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-wrapper {
  background-color: rgba(151,151,151,0.839216);
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter {
  border-color: rgba(255,255,255,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter:focus {
  color: rgba(255,255,255,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(255,255,255,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .small-card-list-text-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .small-card-list-text-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .small-card-list-name,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .small-card-list-name {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .small-card-list-role,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .small-card-list-role {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .small-card-list-location,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .small-card-list-location {
  font-family: "Poppins Regular",sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .small-card-list-wrapper .small-card-list .small-card-list-image {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item {
  border: none;
  border-radius: 15px;
  box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-image,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-detail-image {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-text-wrapper {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-name {
  font-family: "Poppins Regular",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-name:after {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-role {
  font-family: "Poppins Regular",sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-location {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-button .small-card-list-detail-button-image,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-button .small-card-list-detail-button-text {
  color: rgba(51,51,51,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-body-text {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-label {
  font-family: "Poppins Regular",sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  font-style: normal;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 0px;
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-bookmark-holder .small-card-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container {
  width: 100%;
  max-width: 600px;
  margin: 20px auto 0px auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .filter-holder .panel .panel-collapse {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .filter-holder .panel-default>.panel-heading,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .filter-holder .panel-default>.panel-heading {
  color: #fff;
  background-color: rgba(151,151,151,0.839216);
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .section-top-wrapper .search-holder input[type="search"],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"] {
  border-color: rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .section-top-wrapper .search-holder input[type="search"]:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed::placeholder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(151,151,151,0.8);
  opacity: 1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .section-top-wrapper .search-holder .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .section-top-wrapper .search-holder .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn {
  border: none;
  color: rgba(151,151,151,0.839216);
  background-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times {
  color: rgba(51,51,51,0.5) !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times {
  color: #21222D !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #21222D !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks .fa {
  color: rgba(51,51,51,0.5) !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .sort-group .fa-sort-amount-desc {
  color: rgba(51,51,51,0.5) !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .hidden-search-controls .current-query-wrapper {
  background-color: #3A89FC;
  color: #fff;
  border-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .hidden-search-controls .current-query-wrapper:focus {
  color: rgba(255,255,255,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .no-results-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .no-results-holder {
  color: rgba(151,151,151,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .hidden-filter-controls-filter,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .hidden-filter-controls-filter {
  border-color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .hidden-filter-controls-filter:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .hidden-filter-controls-filter:focus {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:focus {
  color: rgba(255,255,255,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .hidden-filter-controls-filter.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .new-small-card-list-container .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="bff3aaf5-fdec-4992-9227-d08535419684"] .small-card-list-container .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .dynamic-list-add-item {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .small-card-search-filter-overlay .small-card-overlay-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-header {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .small-card-search-filter-overlay .small-card-overlay-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .small-card-search-filter-overlay .small-card-overlay-wrapper {
  background-color: rgba(151,151,151,0.839216);
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter {
  border-color: rgba(255,255,255,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter:focus {
  color: rgba(255,255,255,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(255,255,255,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .small-card-list-text-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .small-card-list-text-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .small-card-list-name,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .small-card-list-name {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .small-card-list-role,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .small-card-list-role {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .small-card-list-location,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .small-card-list-location {
  font-family: "Poppins Regular",sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .small-card-list-wrapper .small-card-list .small-card-list-image {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item {
  border: none;
  border-radius: 15px;
  box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-image,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-detail-image {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .small-card-list-wrapper .small-card-list-item .small-card-list-text-wrapper {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-name {
  font-family: "Poppins Regular",sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-name:after {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-role {
  font-family: "Poppins Regular",sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 5px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-location {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-button .small-card-list-detail-button-image,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-button .small-card-list-detail-button-text {
  color: rgba(51,51,51,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-body-text {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-content-wrapper .small-card-list-detail-label {
  font-family: "Poppins Regular",sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  font-style: normal;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 0px;
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-bookmark-holder .small-card-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-detail-overlay .small-card-detail-overlay-wrapper .small-card-detail-overlay-panel .small-card-detail-wrapper .small-card-bookmark-holder .small-card-bookmark-wrapper .fa.animated {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 0px auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .small-card-search-filter-overlay .apply-filters,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .small-card-search-filter-overlay .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .filter-holder .panel .panel-collapse {
  background-color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .filter-holder .panel-default>.panel-heading,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .filter-holder .panel-default>.panel-heading {
  color: #fff;
  background-color: rgba(151,151,151,0.839216);
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .section-top-wrapper .search-holder input[type="search"],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"] {
  border-color: rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .section-top-wrapper .search-holder input[type="search"]:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed::placeholder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(151,151,151,0.8);
  opacity: 1;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .section-top-wrapper .search-holder .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .section-top-wrapper .search-holder .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn {
  border: none;
  color: rgba(151,151,151,0.839216);
  background-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .section-top-wrapper .search-holder .btn.search-btn:active:hover {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .section-top-wrapper .search-holder .search-feed:focus ~ .btn.search-btn {
  border: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times {
  color: rgba(51,51,51,0.5) !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .fa-times {
  color: #21222D !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #21222D !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .toggle-bookmarks .fa {
  color: rgba(51,51,51,0.5) !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .section-top-wrapper .search-holder .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .section-top-wrapper .search-holder .list-search-icon .sort-group .fa-sort-amount-desc {
  color: rgba(51,51,51,0.5) !important;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .hidden-search-controls .current-query-wrapper {
  background-color: #3A89FC;
  color: #fff;
  border-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .hidden-search-controls .current-query-wrapper:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .hidden-search-controls .current-query-wrapper:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .hidden-search-controls .current-query-wrapper:focus {
  color: rgba(255,255,255,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .no-results-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .hidden-filter-controls-label,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .search-query-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .no-results-holder {
  color: rgba(151,151,151,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .hidden-filter-controls-filter,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .hidden-filter-controls-filter {
  border-color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .hidden-filter-controls-filter:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .hidden-filter-controls-filter:focus {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .hidden-filter-controls-filter.mixitup-control-active:focus {
  color: rgba(255,255,255,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .hidden-filter-controls-filter.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .new-small-card-list-container .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="small-card"][data-uuid="12c1b57f-bf6a-48fb-a4de-c8f8d53aa7b3"] .small-card-list-container .hidden-filter-controls-filter.fl-date-picker.mixitup-control-active>.fa:first-child {
  border-color: #fff;
}

[data-widget-package="com.fliplet.container"][data-uuid="ec23b244-77f7-4bfe-bf7c-838ebb894d13"] {
  background-image: none;
  background-color: #E1EAF9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute !important;
  z-index: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: auto;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 15px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.image"][data-uuid="879f8896-0e20-4b12-8622-0f75ceb74e5a"] {
  position: relative;
  z-index: auto;
  display: inline-block !important;
  width: auto;
  min-width: auto;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
}

[data-widget-package="com.fliplet.image"][data-uuid="879f8896-0e20-4b12-8622-0f75ceb74e5a"] img[data-image-id] {
  height: auto;
  min-height: auto;
  max-height: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="c22c68bf-c9dd-44d1-909b-0d3c6ac8527f"] {
  background-image: none;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  min-width: auto;
  max-width: 700px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 60px 60px 60px 60px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"],
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"],
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"],
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"],
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
}

[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id],
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id],
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id],
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id],
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id],
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id],
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id],
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id],
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id],
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id],
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification {
  padding: 20px 0px 0px 0px;
}

[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .form-group label {
  color: #21222D;
  border-right-color: #21222D;
}

[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility {
  color: #21222D;
}

[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .form-group .toggle-password-visibility:focus-visible {
  outline-color: #21222D;
}

[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .btn-login,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .btn-login {
  width: 90%;
  background-color: #3A89FC;
  color: #fff;
  min-width: auto;
  max-width: none;
  height: 48px;
  min-height: auto;
  max-height: none;
  line-height: 24px;
  text-decoration: none;
  border-radius: 12px;
  font-family: "Poppins Regular",sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .sso-login .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-ds-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] [data-login-id] .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-sms-verification .fl-login-form .btn-login:active:hover,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-email-verification .fl-login-form .btn-login:active:hover {
  background-color: #3A89FC;
  color: #fff;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .state input.form-control,
[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .state input.form-control,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .state input.form-control,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .state input.form-control,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-login-form input.form-control,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .state input.form-control,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-login-form input.form-control {
  border-bottom: 1px solid #e5e5e5;
  border-radius: 6px;
}

[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-login-form .form-group label,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-login-form .form-group label {
  color: #21222D;
  border-right-color: #21222D;
}

[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-login-form .form-group .toggle-password-visibility,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-login-form .form-group .toggle-password-visibility {
  color: #21222D;
}

[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-login-form .form-group .toggle-password-visibility:focus-visible,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .fl-login-form .form-group .toggle-password-visibility:focus-visible {
  color: #21222D;
}

[data-widget-package="com.fliplet.login"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .state .back,
[data-widget-package="com.fliplet.login-data-source"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .state .back,
[data-widget-package="com.fliplet.login.saml2"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .state .back,
[data-widget-package="com.fliplet.email-validation"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .state .back,
[data-widget-package="com.fliplet.sms-verfication"][data-uuid="0e5d185e-3129-4126-b544-55ed6ff6b2e6"] .state .back {
  border-right: 1px solid #21222D;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.text"][data-uuid="87a3f967-3e54-47b1-92fc-758036a4c060"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 20px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="87a3f967-3e54-47b1-92fc-758036a4c060"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="87a3f967-3e54-47b1-92fc-758036a4c060"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="87a3f967-3e54-47b1-92fc-758036a4c060"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="87a3f967-3e54-47b1-92fc-758036a4c060"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="87a3f967-3e54-47b1-92fc-758036a4c060"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="87a3f967-3e54-47b1-92fc-758036a4c060"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="87a3f967-3e54-47b1-92fc-758036a4c060"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 20px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group input.form-control {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group input.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group input.form-control::placeholder {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #d3d3d3;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group textarea.form-control {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group textarea.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group textarea.form-control::placeholder {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #d3d3d3;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group .control-label label {
  color: #161c1d;
  font-size: 16px;
  font-family: "Poppins Regular",sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group label.control-label {
  color: #161c1d;
  font-size: 16px;
  font-family: "Poppins Regular",sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group .input-group .form-control {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-left: calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .has-error .text-danger {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #a94442;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .has-error .form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .has-error .select-proxy-display {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .has-error .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .has-error .form-group.fl-time-picker>.form-control {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .has-error .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .has-error .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #F05865;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .has-error .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .has-error .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #F05865;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-control {
  border: 1px solid rgba(134,151,163,0.458824);
  border-radius: 8px;
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-control:focus {
  border: 1px solid #3A89FC;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-date-picker.readonly>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-time-picker.readonly>.form-control {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group .list-group .list-group-item {
  border: 1px solid rgba(134,151,163,0.458824);
  border-radius: 8px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group .fl-matrix table th.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group .fl-matrix table th.chosen-class,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group .fl-matrix table td.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group .fl-matrix table td.chosen-class,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group .list-group .list-group-item.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group .list-group .list-group-item.chosen-class {
  border: 1px solid #3A89FC;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.has-error .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.has-error .fl-matrix table td {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-typeahead .form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-rich-text .form-control {
  border: 1px solid rgba(134,151,163,0.458824);
  border-radius: 8px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-typeahead .form-control.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-rich-text .form-control.focus {
  border: 1px solid #3A89FC;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-time-picker>.form-control {
  border: 1px solid rgba(134,151,163,0.458824);
  border-radius: 8px;
  padding: 6px calc(45px + 12px) 6px calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-date-picker>.form-control:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-time-picker>.form-control:focus {
  border: 1px solid #3A89FC;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-date-picker>.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-time-picker>.fa {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-date-picker:focus-within>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-time-picker:focus-within>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-date-picker:focus-within[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-time-picker:focus-within[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .radio.radio-icon input[type="radio"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check {
  border: 1px solid #E1EAF9;
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .checkbox.checkbox-icon.readonly input[type="checkbox"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .radio.radio-icon.readonly input[type="radio"]+label>span.check {
  border: 1px solid #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .checkbox.checkbox-icon.readonly input[type="checkbox"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .radio.radio-icon.readonly input[type="radio"]:checked+label>span.check {
  background-color: 1px solid #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .radio.radio-icon input[type="radio"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label>span.check {
  background-color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .radio.radio-icon input[type="radio"]+label>span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check>i.fa {
  color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label span.check>i.fa {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa:before {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .rtgl-ios+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .tgl-ios+.tgl-btn {
  background-color: rgba(0,0,0,0);
  border: 1px solid #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .rtgl-ios+.rtgl-btn:after,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .tgl-ios+.tgl-btn:after {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .rtgl-ios:checked+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .tgl-ios:checked+.tgl-btn {
  background-color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .select-proxy-display {
  border: 1px solid rgba(134,151,163,0.458824);
  border-radius: 8px;
  color: rgba(151,151,151,0.839216);
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .select-proxy-display:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .select-proxy-display.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .select-proxy-display.readonly {
  border: 1px solid rgba(134,151,163,0.458824);
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .select-proxy-display.readonly>.icon {
  background-color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .select-proxy-display>.icon {
  background-color: #3A89FC;
  color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: 1px solid rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .required-info,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .required-info-label {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .input-group:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .input-group.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .input-group-addon {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .input-group-addon:first-child {
  border-right: 1px solid rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] [_type="flStarRating"] .rating-star .fa {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa {
  color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa:before {
  -webkit-text-stroke: 1px #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] [_type="flStarRating"] .rating-input:checked ~ .readonly.rating-star .fa {
  color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] [_type="flStarRating"] .rating-input:checked ~ .rating-star .fa {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] [_type="flSignature"] .field-signature {
  background-color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] [_type="flSignature"] .field-signature canvas {
  border: 1px solid rgba(134,151,163,0.458824) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] [_type="flSignature"] .field-signature a {
  color: #aaa;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] [_type="flSignature"] .field-signature a:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] [_type="flSignature"] .field-signature a:hover,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] [_type="flSignature"] .field-signature a:active:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] [_type="flSignature"] .field-signature a:active:hover {
  color: #0096B8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] [_type="flSignature"] .field-signature a:focus {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] [_type="flSignature"] .signature-editor.readonly .field-signature {
  border-bottom: 1px solid rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group div.mce-edit-area {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket {
  border: 1px solid rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout.focus-outline,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket.focus-outline {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .sending-form {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .fl-form .spinner-overlay {
  border-top-color: rgba(235,235,235,0.3);
  border-right-color: rgba(235,235,235,0.3);
  border-bottom-color: rgba(235,235,235,0.3);
  border-left-color: #21222D;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .fileUpload-disabled label {
  background-color: #E1EAF9 !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-range-slider .range-slider {
  background-color: #eee;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-range-slider .range-slider-fill {
  background-color: #979797;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-range-slider .range-slider-handle {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-range-slider .range-slider-handle-value {
  background-color: #3A89FC;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-range-slider .range-slider-handle-value:before {
  border-top-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-typeahead .selectize-input>.item,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-typeahead .selectize-input>.item.active,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-typeahead .selectize-dropdown .option.active,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-typeahead .selectize-dropdown .option.selected.active {
  background-color: #1AA5C7;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .fl-map-field {
  height: auto;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-range-slider.readonly .range-slider-handle,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-range-slider.readonly .range-slider-handle-value,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-range-slider.readonly .range-slider-fill {
  background-color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-range-slider.readonly .range-slider-handle-value::before {
  border-top-color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .form-group.fl-range-slider .range-slider-labels-label {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .fl-matrix table,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .fl-matrix table th {
  border: 1px solid rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="2bcd556a-0181-47f7-9dcb-1977680b5083"] .fl-matrix table th {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="cd9cf8cc-9cf0-446f-bf6b-10999b1fae95"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: 200px;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="cd9cf8cc-9cf0-446f-bf6b-10999b1fae95"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(151,151,151,0);
  color: #3A89FC;
  padding: 10px 16px 10px 16px;
  border-radius: 12px;
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="cd9cf8cc-9cf0-446f-bf6b-10999b1fae95"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="cd9cf8cc-9cf0-446f-bf6b-10999b1fae95"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="cd9cf8cc-9cf0-446f-bf6b-10999b1fae95"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="cd9cf8cc-9cf0-446f-bf6b-10999b1fae95"] .btn.btn-secondary:active:hover {
  background-color: rgba(151,151,151,0.0980392);
  color: #3A89FC;
  border-radius: 12px;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="b4a3f86d-afae-4eae-bf0b-95eb5507b6f6"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="5f66f49b-0119-437b-b5a3-bd9dfa49ad9a"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 20px 15px 0px 15px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="d00250bd-3916-4532-952e-39e5594b8a40"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 45%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="d00250bd-3916-4532-952e-39e5594b8a40"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #3A89FC;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 12px;
  font-family: "Poppins Medium",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="d00250bd-3916-4532-952e-39e5594b8a40"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="d00250bd-3916-4532-952e-39e5594b8a40"] .btn.btn-primary:hover,
[data-widget-package="com.fliplet.primary-button"][data-uuid="d00250bd-3916-4532-952e-39e5594b8a40"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="d00250bd-3916-4532-952e-39e5594b8a40"] .btn.btn-primary:active:hover {
  background-color: #3A89FC;
  color: #fff;
  border-radius: 12px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="d57aa240-695d-44cc-86ea-61337156c82f"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 45%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="d57aa240-695d-44cc-86ea-61337156c82f"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(151,151,151,0);
  color: #3A89FC;
  padding: 10px 16px 10px 16px;
  border-radius: 12px;
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="d57aa240-695d-44cc-86ea-61337156c82f"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="d57aa240-695d-44cc-86ea-61337156c82f"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="d57aa240-695d-44cc-86ea-61337156c82f"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="d57aa240-695d-44cc-86ea-61337156c82f"] .btn.btn-secondary:active:hover {
  background-color: rgba(151,151,151,0.0980392);
  color: #3A89FC;
  border-radius: 12px;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="e2592568-3907-4b66-80b2-73708da12167"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: 600px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 20px auto 0px auto;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="ced44c21-e6df-48cc-a503-e41598be5b30"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 15px 0px 15px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="31f13c07-1386-4ddb-b49f-350a8cb0f412"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 20px 15px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="3abc27ef-14bc-41fa-a33a-426dc5326661"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: 130px;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="3abc27ef-14bc-41fa-a33a-426dc5326661"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #3A89FC;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 25px;
  font-family: "Poppins Medium",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="3abc27ef-14bc-41fa-a33a-426dc5326661"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="3abc27ef-14bc-41fa-a33a-426dc5326661"] .btn.btn-primary:hover,
[data-widget-package="com.fliplet.primary-button"][data-uuid="3abc27ef-14bc-41fa-a33a-426dc5326661"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="3abc27ef-14bc-41fa-a33a-426dc5326661"] .btn.btn-primary:active:hover {
  background-color: #3A89FC;
  color: #fff;
  border-radius: 25px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="12ed8638-4379-4734-aef4-8762d0987b22"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1a70f22-0eba-4997-90e6-e8fcc2c589b5"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1a70f22-0eba-4997-90e6-e8fcc2c589b5"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1a70f22-0eba-4997-90e6-e8fcc2c589b5"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1a70f22-0eba-4997-90e6-e8fcc2c589b5"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1a70f22-0eba-4997-90e6-e8fcc2c589b5"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1a70f22-0eba-4997-90e6-e8fcc2c589b5"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1a70f22-0eba-4997-90e6-e8fcc2c589b5"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1a70f22-0eba-4997-90e6-e8fcc2c589b5"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.accordionstart"][data-uuid="3fba2c85-a9ef-441d-b2b5-8246453507e5"],
[data-widget-package="com.fliplet.accordionend"][data-uuid="3fba2c85-a9ef-441d-b2b5-8246453507e5"] {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel[data-collapse-uuid="3fba2c85-a9ef-441d-b2b5-8246453507e5"] .collapse-start,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="3fba2c85-a9ef-441d-b2b5-8246453507e5"] .collapse-start,
[data-widget-package="com.fliplet.accordionend"][data-uuid="3fba2c85-a9ef-441d-b2b5-8246453507e5"] .collapse-start {
  color: #21222D;
  background-color: #E1EAF9;
  padding: 15px calc(15px + 29px) 15px 15px;
  border: 1px none rgba(221,221,221,0);
}

.panel[data-collapse-uuid="3fba2c85-a9ef-441d-b2b5-8246453507e5"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionstart"][data-uuid="3fba2c85-a9ef-441d-b2b5-8246453507e5"] .collapse-start:after,
[data-widget-package="com.fliplet.accordionend"][data-uuid="3fba2c85-a9ef-441d-b2b5-8246453507e5"] .collapse-start:after {
  color: #21222D;
}

.collapse-end {
  width: 100%;
  min-width: 100%;
  max-width: none;
  color: rgba(151,151,151,0.839216);
  background-color: #fff;
  border: 1px none rgba(221,221,221,0);
}

.panel-group {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.panel-group .panel[data-collapse-uuid="3fba2c85-a9ef-441d-b2b5-8246453507e5"] {
  margin: 0px 0px 15px 0px;
  padding: 3px 0px 3px 0px;
  border: 1px none rgba(221,221,221,0);
}

.panel-group .panel[data-collapse-uuid="3fba2c85-a9ef-441d-b2b5-8246453507e5"]>.panel-title {
  color: #21222D;
  background-color: #E1EAF9;
  padding: 15px calc(15px + 29px) 15px 15px;
}

.panel-group .panel[data-collapse-uuid="3fba2c85-a9ef-441d-b2b5-8246453507e5"]>.panel-title.collapsed {
  color: #21222D;
  background-color: #E1EAF9;
  padding: 15px calc(15px + 29px) 15px 15px;
}

.panel-group .panel[data-collapse-uuid="3fba2c85-a9ef-441d-b2b5-8246453507e5"]>.panel-title.collapsed:after {
  color: #21222D;
}

.panel-group .panel[data-collapse-uuid="3fba2c85-a9ef-441d-b2b5-8246453507e5"]>.panel-title:after {
  color: #21222D;
}

.panel-group .panel[data-collapse-uuid="3fba2c85-a9ef-441d-b2b5-8246453507e5"] .panel-body {
  background-color: #F0F4FC;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] {
  max-width: 600px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .dynamic-list-add-item {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(151,151,151,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(151,151,151,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel .comments-offline {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(151,151,151,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(151,151,151,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(151,151,151,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(151,151,151,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter {
  border-color: rgba(22,28,29,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter:focus {
  color: rgba(22,28,29,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(22,28,29,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .filter-holder .panel .panel-collapse {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .filter-holder .panel-default>.panel-heading {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .filter-holder .panel-default>.panel-heading {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(22,28,29,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #E1EAF9;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .section-top-wrapper .search-holder .search-feed {
  color: #979797;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .section-top-wrapper .search-holder .fa {
  color: #CCDEFB;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .slide-over .news-feed-item-inner-content {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Poppins Medium",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-list-wrapper .news-feed-list-item,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content {
  border-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 14px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 12px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa.animated {
  color: #ed4956;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .news-feed-item-content .slide-under {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Poppins Medium",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(22,28,29,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .btn.search-btn {
  color: #979797;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .list-search-icon .list-search-cancel .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #aaa;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .list-search-icon .list-search-cancel .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .list-search-icon .toggle-bookmarks .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .new-news-feed-list-container .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="e6232e43-bfe2-4544-b404-42dafc3fd5ee"] .news-feed-list-container .list-search-icon .sort-group .fa-sort-amount-desc {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.container"][data-uuid="9e2a7ea7-f894-4e98-9638-2f03b66d2983"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="18f2d0ec-dd2c-467a-a25f-3c82e7851999"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: 130px;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="18f2d0ec-dd2c-467a-a25f-3c82e7851999"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #3A89FC;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 25px;
  font-family: "Poppins Medium",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="18f2d0ec-dd2c-467a-a25f-3c82e7851999"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="18f2d0ec-dd2c-467a-a25f-3c82e7851999"] .btn.btn-primary:hover,
[data-widget-package="com.fliplet.primary-button"][data-uuid="18f2d0ec-dd2c-467a-a25f-3c82e7851999"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="18f2d0ec-dd2c-467a-a25f-3c82e7851999"] .btn.btn-primary:active:hover {
  background-color: #3A89FC;
  color: #fff;
  border-radius: 25px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="24ca707d-8330-493b-acbe-143c735ef978"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="30e25fa4-52ff-40a0-bed3-21af3fd3deaf"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="30e25fa4-52ff-40a0-bed3-21af3fd3deaf"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="30e25fa4-52ff-40a0-bed3-21af3fd3deaf"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="30e25fa4-52ff-40a0-bed3-21af3fd3deaf"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="30e25fa4-52ff-40a0-bed3-21af3fd3deaf"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="30e25fa4-52ff-40a0-bed3-21af3fd3deaf"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="30e25fa4-52ff-40a0-bed3-21af3fd3deaf"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="30e25fa4-52ff-40a0-bed3-21af3fd3deaf"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="52ac7d42-374c-467c-aa22-dce1e0b4cf26"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 5px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="5c9548f3-b4c1-4009-b114-5a9e23e2b61a"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="5c9548f3-b4c1-4009-b114-5a9e23e2b61a"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(151,151,151,0);
  color: #3A89FC;
  padding: 10px 16px 10px 16px;
  border-radius: 12px;
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="5c9548f3-b4c1-4009-b114-5a9e23e2b61a"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="5c9548f3-b4c1-4009-b114-5a9e23e2b61a"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="5c9548f3-b4c1-4009-b114-5a9e23e2b61a"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="5c9548f3-b4c1-4009-b114-5a9e23e2b61a"] .btn.btn-secondary:active:hover {
  background-color: rgba(151,151,151,0.0980392);
  color: #3A89FC;
  border-radius: 12px;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="09e79dff-f6d6-4c0b-a2c2-61212fca67ad"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="09e79dff-f6d6-4c0b-a2c2-61212fca67ad"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(151,151,151,0);
  color: #3A89FC;
  padding: 10px 16px 10px 16px;
  border-radius: 12px;
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="09e79dff-f6d6-4c0b-a2c2-61212fca67ad"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="09e79dff-f6d6-4c0b-a2c2-61212fca67ad"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="09e79dff-f6d6-4c0b-a2c2-61212fca67ad"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="09e79dff-f6d6-4c0b-a2c2-61212fca67ad"] .btn.btn-secondary:active:hover {
  background-color: rgba(151,151,151,0.0980392);
  color: #3A89FC;
  border-radius: 12px;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="97c8d9a9-d43b-48f0-83a7-95bc7f383771"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 10px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="97c8d9a9-d43b-48f0-83a7-95bc7f383771"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #3A89FC;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 12px;
  font-family: "Poppins Medium",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="97c8d9a9-d43b-48f0-83a7-95bc7f383771"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="97c8d9a9-d43b-48f0-83a7-95bc7f383771"] .btn.btn-primary:hover,
[data-widget-package="com.fliplet.primary-button"][data-uuid="97c8d9a9-d43b-48f0-83a7-95bc7f383771"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="97c8d9a9-d43b-48f0-83a7-95bc7f383771"] .btn.btn-primary:active:hover {
  background-color: #3A89FC;
  color: #fff;
  border-radius: 12px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="f102e355-3382-4b84-a102-e2a4aaf76f2d"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="01a1f505-7265-4e45-9dc7-1085bcb4d57b"] {
  background-image: none;
  background-color: #3A89FC;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="5ad640d7-2379-46ba-b43d-3e557b37eb01"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 35%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 15px 15px 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="5ad640d7-2379-46ba-b43d-3e557b37eb01"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: #FAFAFA;
  color: #3A89FC;
  padding: 10px 16px 10px 16px;
  border-radius: 12px;
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="5ad640d7-2379-46ba-b43d-3e557b37eb01"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="5ad640d7-2379-46ba-b43d-3e557b37eb01"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="5ad640d7-2379-46ba-b43d-3e557b37eb01"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="5ad640d7-2379-46ba-b43d-3e557b37eb01"] .btn.btn-secondary:active:hover {
  background-color: rgba(255,255,255,0.827451);
  color: #3A89FC;
  border-radius: 12px;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="124058e1-8276-48f0-83f4-60df51d726b8"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border-bottom: 1px solid #E1EAF9;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="124058e1-8276-48f0-83f4-60df51d726b8"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="124058e1-8276-48f0-83f4-60df51d726b8"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="124058e1-8276-48f0-83f4-60df51d726b8"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="124058e1-8276-48f0-83f4-60df51d726b8"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="124058e1-8276-48f0-83f4-60df51d726b8"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="124058e1-8276-48f0-83f4-60df51d726b8"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="124058e1-8276-48f0-83f4-60df51d726b8"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6e84e3d6-f017-4ab1-82c4-4a6be9a47ab8"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px auto 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="6e84e3d6-f017-4ab1-82c4-4a6be9a47ab8"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6e84e3d6-f017-4ab1-82c4-4a6be9a47ab8"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6e84e3d6-f017-4ab1-82c4-4a6be9a47ab8"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6e84e3d6-f017-4ab1-82c4-4a6be9a47ab8"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6e84e3d6-f017-4ab1-82c4-4a6be9a47ab8"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6e84e3d6-f017-4ab1-82c4-4a6be9a47ab8"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6e84e3d6-f017-4ab1-82c4-4a6be9a47ab8"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="92088a37-6493-44f3-9aeb-c649580028d1"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="92088a37-6493-44f3-9aeb-c649580028d1"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="92088a37-6493-44f3-9aeb-c649580028d1"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="92088a37-6493-44f3-9aeb-c649580028d1"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="92088a37-6493-44f3-9aeb-c649580028d1"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="92088a37-6493-44f3-9aeb-c649580028d1"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="92088a37-6493-44f3-9aeb-c649580028d1"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="92088a37-6493-44f3-9aeb-c649580028d1"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="56bbf6f4-5d5f-43bc-be08-fb454478baf0"] {
  background-image: none;
  background-color: #E1EAF9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 10px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="56bbf6f4-5d5f-43bc-be08-fb454478baf0"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="56bbf6f4-5d5f-43bc-be08-fb454478baf0"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="56bbf6f4-5d5f-43bc-be08-fb454478baf0"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="56bbf6f4-5d5f-43bc-be08-fb454478baf0"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="56bbf6f4-5d5f-43bc-be08-fb454478baf0"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="56bbf6f4-5d5f-43bc-be08-fb454478baf0"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="56bbf6f4-5d5f-43bc-be08-fb454478baf0"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="b41a32ce-d125-4d2f-9cec-0ff60f02fddf"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 40%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px 0px;
  padding: 0px 10px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="fb35ee92-31a0-41c0-b843-fc037798e68b"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px 0px;
  padding: 0px 0px 20px 0px;
  border: 1px solid #E1EAF9;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="b6645def-aea4-4bd4-9eb6-b1337db59071"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 60%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px 0px;
  padding: 0px 10px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="70391009-6eac-44ec-a6d1-a4e294031ecb"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px auto 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="70391009-6eac-44ec-a6d1-a4e294031ecb"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="70391009-6eac-44ec-a6d1-a4e294031ecb"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="70391009-6eac-44ec-a6d1-a4e294031ecb"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="70391009-6eac-44ec-a6d1-a4e294031ecb"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="70391009-6eac-44ec-a6d1-a4e294031ecb"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="70391009-6eac-44ec-a6d1-a4e294031ecb"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="70391009-6eac-44ec-a6d1-a4e294031ecb"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="98f6993e-d529-44ba-b419-49fed0171ece"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="d9e18a52-6d49-4775-a3b2-183885c477f0"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px auto;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="c6b0c1b4-9ec6-400a-80f2-ccb3bb84e91a"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="3262210e-aa98-41f5-87c6-a5fe97d9457b"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px auto;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"],
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"],
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"],
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"],
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"],
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px 0px;
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-scatter-wrapper,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-scatter-wrapper,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-scatter-wrapper,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-scatter-wrapper,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-scatter-wrapper,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-scatter-wrapper {
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-scatter-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-scatter-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-scatter-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-scatter-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-scatter-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-scatter-wrapper .chart-container {
  height: 500px;
  min-height: auto;
  max-height: none;
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-axis-line,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-axis-line,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-axis-line,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-axis-line,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-axis-line,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-axis-line {
  stroke: rgba(215,215,215,0.839216);
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-axis-title,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-axis-title,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-axis-title,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-axis-title,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-axis-title,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-axis-title {
  fill: rgba(151,151,151,0.839216) !important;
  color: rgba(151,151,151,0.839216) !important;
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-label text,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-label text,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-label text,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-label text,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-label text,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-label text {
  color: rgba(215,215,215,0.839216) !important;
  fill: rgba(215,215,215,0.839216) !important;
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-axis-labels text,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-axis-labels text,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-axis-labels text,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-axis-labels text,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-axis-labels text,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-axis-labels text {
  color: rgba(177,177,177,0.839216) !important;
  fill: rgba(177,177,177,0.839216) !important;
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-legend-item text,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-legend-item text,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-legend-item text,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-legend-item text,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-legend-item text,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-legend-item text {
  color: rgba(151,151,151,0.839216) !important;
  fill: rgba(151,151,151,0.839216) !important;
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-total,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-total,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-total,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-total,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-total,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-total {
  color: rgba(255,255,255,0.839216);
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-total>.total,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-total>.total,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-total>.total,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-total>.total,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-total>.total,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .chart-column-total>.total {
  color: rgba(177,177,177,0.839216);
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-tooltip-box,
[data-widget-package="com.fliplet.chart.column"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-tooltip-box,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-tooltip-box,
[data-widget-package="com.fliplet.chart.line"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-tooltip-box,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-tooltip-box,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="522ce3fc-b7a0-4d39-80d5-242a736e9e2c"] .highcharts-tooltip-box {
  fill: rgba(151,151,151,0.75) !important;
}

[data-widget-package="com.fliplet.container"][data-uuid="e878daa9-6037-4fc6-a35a-3582c4a846c8"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="37a097d0-d950-4a1d-9cb8-a95e31be105c"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="9a89b7d2-29b5-408d-a1a3-a6a196853fac"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border-bottom: 1px solid #E1EAF9;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="9a89b7d2-29b5-408d-a1a3-a6a196853fac"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9a89b7d2-29b5-408d-a1a3-a6a196853fac"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9a89b7d2-29b5-408d-a1a3-a6a196853fac"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9a89b7d2-29b5-408d-a1a3-a6a196853fac"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9a89b7d2-29b5-408d-a1a3-a6a196853fac"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9a89b7d2-29b5-408d-a1a3-a6a196853fac"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9a89b7d2-29b5-408d-a1a3-a6a196853fac"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4c0b6711-697f-41a9-ad71-9b2f96641fac"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="4c0b6711-697f-41a9-ad71-9b2f96641fac"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4c0b6711-697f-41a9-ad71-9b2f96641fac"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4c0b6711-697f-41a9-ad71-9b2f96641fac"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4c0b6711-697f-41a9-ad71-9b2f96641fac"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4c0b6711-697f-41a9-ad71-9b2f96641fac"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4c0b6711-697f-41a9-ad71-9b2f96641fac"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="4c0b6711-697f-41a9-ad71-9b2f96641fac"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="548cec5d-f12e-47c5-83e5-309f171cb207"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="0d2d7346-fd97-4a18-ad5a-e37694ebf426"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"],
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"],
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"],
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"],
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"],
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-scatter-wrapper,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-scatter-wrapper,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-scatter-wrapper,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-scatter-wrapper,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-scatter-wrapper,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-wrapper,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-bar-wrapper,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-donut-wrapper,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-line-wrapper,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-pie-wrapper,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-scatter-wrapper {
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-scatter-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-scatter-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-scatter-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-scatter-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-scatter-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-bar-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-donut-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-line-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-pie-wrapper .chart-container,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-scatter-wrapper .chart-container {
  height: 500px;
  min-height: auto;
  max-height: none;
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-axis-line,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-axis-line,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-axis-line,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-axis-line,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-axis-line,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-axis-line {
  stroke: rgba(215,215,215,0.839216);
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-axis-title,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-axis-title,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-axis-title,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-axis-title,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-axis-title,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-axis-title {
  fill: rgba(151,151,151,0.839216) !important;
  color: rgba(151,151,151,0.839216) !important;
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-label text,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-label text,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-label text,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-label text,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-label text,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-label text {
  color: rgba(215,215,215,0.839216) !important;
  fill: rgba(215,215,215,0.839216) !important;
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-axis-labels text,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-axis-labels text,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-axis-labels text,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-axis-labels text,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-axis-labels text,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-axis-labels text {
  color: rgba(177,177,177,0.839216) !important;
  fill: rgba(177,177,177,0.839216) !important;
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-legend-item text,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-legend-item text,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-legend-item text,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-legend-item text,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-legend-item text,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-legend-item text {
  color: rgba(151,151,151,0.839216) !important;
  fill: rgba(151,151,151,0.839216) !important;
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-total,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-total,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-total,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-total,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-total,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-updatedAt,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-total {
  color: rgba(255,255,255,0.839216);
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-total>.total,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-total>.total,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-total>.total,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-total>.total,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-total>.total,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-updatedAt>.updatedAt,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .chart-column-total>.total {
  color: rgba(177,177,177,0.839216);
}

[data-widget-package="com.fliplet.chart.bar"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-tooltip-box,
[data-widget-package="com.fliplet.chart.column"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-tooltip-box,
[data-widget-package="com.fliplet.chart.scatter"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-tooltip-box,
[data-widget-package="com.fliplet.chart.line"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-tooltip-box,
[data-widget-package="com.fliplet.chart.donut"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-tooltip-box,
[data-widget-package="com.fliplet.chart.pie"][data-uuid="9af7ac4c-c0a6-4c72-8e3d-7c9d3de2408b"] .highcharts-tooltip-box {
  fill: rgba(151,151,151,0.75) !important;
}

[data-widget-package="com.fliplet.text"][data-uuid="f6b8f76e-d462-4a12-9b43-c68fadb36de6"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border-top: 1px solid #E1EAF9;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="f6b8f76e-d462-4a12-9b43-c68fadb36de6"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f6b8f76e-d462-4a12-9b43-c68fadb36de6"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f6b8f76e-d462-4a12-9b43-c68fadb36de6"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f6b8f76e-d462-4a12-9b43-c68fadb36de6"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f6b8f76e-d462-4a12-9b43-c68fadb36de6"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f6b8f76e-d462-4a12-9b43-c68fadb36de6"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f6b8f76e-d462-4a12-9b43-c68fadb36de6"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0e763488-642f-48cf-88d4-afe8c336716e"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border-top: 1px solid #E1EAF9;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="0e763488-642f-48cf-88d4-afe8c336716e"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0e763488-642f-48cf-88d4-afe8c336716e"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0e763488-642f-48cf-88d4-afe8c336716e"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0e763488-642f-48cf-88d4-afe8c336716e"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0e763488-642f-48cf-88d4-afe8c336716e"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0e763488-642f-48cf-88d4-afe8c336716e"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0e763488-642f-48cf-88d4-afe8c336716e"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0287f5c3-f9c7-4835-8db4-8be054c22904"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border-top: 1px solid #E1EAF9;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="0287f5c3-f9c7-4835-8db4-8be054c22904"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0287f5c3-f9c7-4835-8db4-8be054c22904"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0287f5c3-f9c7-4835-8db4-8be054c22904"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0287f5c3-f9c7-4835-8db4-8be054c22904"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0287f5c3-f9c7-4835-8db4-8be054c22904"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0287f5c3-f9c7-4835-8db4-8be054c22904"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0287f5c3-f9c7-4835-8db4-8be054c22904"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="4cd4a83d-8655-4bfc-8e9f-358306f6d743"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="ee7cbfb3-ae05-4913-b5da-324be27e79ba"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 90vh !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="461fb8dc-3466-46f2-a0a0-3d0308d1d921"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="6b6eb9e2-5651-45c6-88b1-edda3964b28a"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 15px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="6b6eb9e2-5651-45c6-88b1-edda3964b28a"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6b6eb9e2-5651-45c6-88b1-edda3964b28a"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6b6eb9e2-5651-45c6-88b1-edda3964b28a"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6b6eb9e2-5651-45c6-88b1-edda3964b28a"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6b6eb9e2-5651-45c6-88b1-edda3964b28a"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6b6eb9e2-5651-45c6-88b1-edda3964b28a"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6b6eb9e2-5651-45c6-88b1-edda3964b28a"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e95219de-5628-4dc5-9782-c964bf27a1a9"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="e95219de-5628-4dc5-9782-c964bf27a1a9"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e95219de-5628-4dc5-9782-c964bf27a1a9"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e95219de-5628-4dc5-9782-c964bf27a1a9"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e95219de-5628-4dc5-9782-c964bf27a1a9"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e95219de-5628-4dc5-9782-c964bf27a1a9"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e95219de-5628-4dc5-9782-c964bf27a1a9"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="e95219de-5628-4dc5-9782-c964bf27a1a9"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 15px 0px 0px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group input.form-control {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group input.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group input.form-control::placeholder {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #d3d3d3;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group textarea.form-control {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group textarea.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group textarea.form-control::placeholder {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #d3d3d3;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group .control-label label {
  color: #161c1d;
  font-size: 16px;
  font-family: "Poppins Regular",sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group label.control-label {
  color: #161c1d;
  font-size: 16px;
  font-family: "Poppins Regular",sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group .input-group .form-control {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-left: calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .has-error .text-danger {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #a94442;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .has-error .form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .has-error .select-proxy-display {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .has-error .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .has-error .form-group.fl-time-picker>.form-control {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .has-error .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .has-error .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #F05865;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .has-error .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .has-error .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #F05865;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-control {
  border: 1px solid rgba(134,151,163,0.458824);
  border-radius: 8px;
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-control:focus {
  border: 1px solid #3A89FC;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-date-picker.readonly>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-time-picker.readonly>.form-control {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group .list-group .list-group-item {
  border: 1px solid rgba(134,151,163,0.458824);
  border-radius: 8px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group .fl-matrix table th.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group .fl-matrix table th.chosen-class,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group .fl-matrix table td.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group .fl-matrix table td.chosen-class,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group .list-group .list-group-item.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group .list-group .list-group-item.chosen-class {
  border: 1px solid #3A89FC;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.has-error .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.has-error .fl-matrix table td {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-typeahead .form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-rich-text .form-control {
  border: 1px solid rgba(134,151,163,0.458824);
  border-radius: 8px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-typeahead .form-control.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-rich-text .form-control.focus {
  border: 1px solid #3A89FC;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-time-picker>.form-control {
  border: 1px solid rgba(134,151,163,0.458824);
  border-radius: 8px;
  padding: 6px calc(45px + 12px) 6px calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-date-picker>.form-control:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-time-picker>.form-control:focus {
  border: 1px solid #3A89FC;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-date-picker>.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-time-picker>.fa {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-date-picker:focus-within>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-time-picker:focus-within>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-date-picker:focus-within[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-time-picker:focus-within[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .radio.radio-icon input[type="radio"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check {
  border: 1px solid #E1EAF9;
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .checkbox.checkbox-icon.readonly input[type="checkbox"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .radio.radio-icon.readonly input[type="radio"]+label>span.check {
  border: 1px solid #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .checkbox.checkbox-icon.readonly input[type="checkbox"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .radio.radio-icon.readonly input[type="radio"]:checked+label>span.check {
  background-color: 1px solid #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .radio.radio-icon input[type="radio"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label>span.check {
  background-color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .radio.radio-icon input[type="radio"]+label>span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check>i.fa {
  color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label span.check>i.fa {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa:before {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .rtgl-ios+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .tgl-ios+.tgl-btn {
  background-color: rgba(0,0,0,0);
  border: 1px solid #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .rtgl-ios+.rtgl-btn:after,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .tgl-ios+.tgl-btn:after {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .rtgl-ios:checked+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .tgl-ios:checked+.tgl-btn {
  background-color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .select-proxy-display {
  border: 1px solid rgba(134,151,163,0.458824);
  border-radius: 8px;
  color: rgba(151,151,151,0.839216);
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .select-proxy-display:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .select-proxy-display.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .select-proxy-display.readonly {
  border: 1px solid rgba(134,151,163,0.458824);
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .select-proxy-display.readonly>.icon {
  background-color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .select-proxy-display>.icon {
  background-color: #3A89FC;
  color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: 1px solid rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .required-info,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .required-info-label {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .input-group:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .input-group.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .input-group-addon {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .input-group-addon:first-child {
  border-right: 1px solid rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] [_type="flStarRating"] .rating-star .fa {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa {
  color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa:before {
  -webkit-text-stroke: 1px #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] [_type="flStarRating"] .rating-input:checked ~ .readonly.rating-star .fa {
  color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] [_type="flStarRating"] .rating-input:checked ~ .rating-star .fa {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] [_type="flSignature"] .field-signature {
  background-color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] [_type="flSignature"] .field-signature canvas {
  border: 1px solid rgba(134,151,163,0.458824) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] [_type="flSignature"] .field-signature a {
  color: #aaa;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] [_type="flSignature"] .field-signature a:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] [_type="flSignature"] .field-signature a:hover,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] [_type="flSignature"] .field-signature a:active:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] [_type="flSignature"] .field-signature a:active:hover {
  color: #0096B8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] [_type="flSignature"] .field-signature a:focus {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] [_type="flSignature"] .signature-editor.readonly .field-signature {
  border-bottom: 1px solid rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group div.mce-edit-area {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket {
  border: 1px solid rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout.focus-outline,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket.focus-outline {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .sending-form {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .fl-form .spinner-overlay {
  border-top-color: rgba(235,235,235,0.3);
  border-right-color: rgba(235,235,235,0.3);
  border-bottom-color: rgba(235,235,235,0.3);
  border-left-color: #21222D;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .fileUpload-disabled label {
  background-color: #E1EAF9 !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-range-slider .range-slider {
  background-color: #eee;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-range-slider .range-slider-fill {
  background-color: #979797;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-range-slider .range-slider-handle {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-range-slider .range-slider-handle-value {
  background-color: #3A89FC;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-range-slider .range-slider-handle-value:before {
  border-top-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-typeahead .selectize-input>.item,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-typeahead .selectize-input>.item.active,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-typeahead .selectize-dropdown .option.active,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-typeahead .selectize-dropdown .option.selected.active {
  background-color: #1AA5C7;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .fl-map-field {
  height: auto;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-range-slider.readonly .range-slider-handle,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-range-slider.readonly .range-slider-handle-value,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-range-slider.readonly .range-slider-fill {
  background-color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-range-slider.readonly .range-slider-handle-value::before {
  border-top-color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .form-group.fl-range-slider .range-slider-labels-label {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .fl-matrix table,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .fl-matrix table th {
  border: 1px solid rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="7669e514-fc3a-4c38-869a-86abe5c15604"] .fl-matrix table th {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="15e21bb3-c479-4f22-ba30-b185a0d5fe27"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="15e21bb3-c479-4f22-ba30-b185a0d5fe27"] .list.list-default ul>li {
  border-bottom: 1px solid #E1EAF9;
  background-color: rgba(255,255,255,0);
  padding: 10px 10px 10px 10px;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="15e21bb3-c479-4f22-ba30-b185a0d5fe27"] .list.list-default ul>li.linked {
  padding-right: calc(10px + 34px);
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="15e21bb3-c479-4f22-ba30-b185a0d5fe27"] .list.list-default ul>li.linked:active {
  background-color: rgba(51,51,51,0.06);
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="15e21bb3-c479-4f22-ba30-b185a0d5fe27"] .list.list-default ul>li.linked:after {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="15e21bb3-c479-4f22-ba30-b185a0d5fe27"] .list.list-default ul>li.linked .list-icon {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="15e21bb3-c479-4f22-ba30-b185a0d5fe27"] .list.list-default ul>li .list-title {
  font-family: "Poppins Regular",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #3A89FC;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="15e21bb3-c479-4f22-ba30-b185a0d5fe27"] .list.list-default ul>li p+p {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #474974;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="15e21bb3-c479-4f22-ba30-b185a0d5fe27"] .list.list-default ul.list-save-filter {
  border: 1px solid #21222D;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="15e21bb3-c479-4f22-ba30-b185a0d5fe27"] .list.list-default ul.list-save-filter li {
  border-left: 1px solid #21222D;
  background: #fff;
  color: #21222D;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="15e21bb3-c479-4f22-ba30-b185a0d5fe27"] .list.list-default ul.list-save-filter li.active {
  background: #21222D;
  color: #fff;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="15e21bb3-c479-4f22-ba30-b185a0d5fe27"] .list.list-default ul.list-swipe .swipe-action {
  background: #f1f1f1;
  color: #999;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="15e21bb3-c479-4f22-ba30-b185a0d5fe27"] .list.list-default ul.list-swipe .swipe-action.swipe-action-right.active {
  background: #21222D;
  color: #fff;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="15e21bb3-c479-4f22-ba30-b185a0d5fe27"] .list.list-default ul.list-swipe .swipe-action.swipe-action-left.active {
  background: #F05865;
  color: #fff;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="15e21bb3-c479-4f22-ba30-b185a0d5fe27"] .list-search {
  border-bottom: 2px solid #E1EAF9;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="15e21bb3-c479-4f22-ba30-b185a0d5fe27"] .btn.btn-link.search-cancel {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.simple-list"][data-uuid="15e21bb3-c479-4f22-ba30-b185a0d5fe27"] .btn.btn-link.search-cancel:hover,
[data-widget-package="com.fliplet.simple-list"][data-uuid="15e21bb3-c479-4f22-ba30-b185a0d5fe27"] .btn.btn-link.search-cancel:focus,
[data-widget-package="com.fliplet.simple-list"][data-uuid="15e21bb3-c479-4f22-ba30-b185a0d5fe27"] .btn.btn-link.search-cancel:active:hover,
[data-widget-package="com.fliplet.simple-list"][data-uuid="15e21bb3-c479-4f22-ba30-b185a0d5fe27"] .btn.btn-link.search-cancel:active:focus {
  color: #0096B8;
}

[data-widget-package="com.fliplet.container"][data-uuid="d74514bf-4471-413c-a816-e4a5e5c60456"] {
  background-image: none;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 95vh !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0% auto 0px auto;
  padding: 0px 15px 20px 15px;
  border: none;
  border-radius: 20px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="19559b2b-06d7-4c23-aab6-bbe096fb9d39"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="19559b2b-06d7-4c23-aab6-bbe096fb9d39"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="19559b2b-06d7-4c23-aab6-bbe096fb9d39"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="19559b2b-06d7-4c23-aab6-bbe096fb9d39"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="19559b2b-06d7-4c23-aab6-bbe096fb9d39"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="19559b2b-06d7-4c23-aab6-bbe096fb9d39"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="19559b2b-06d7-4c23-aab6-bbe096fb9d39"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="19559b2b-06d7-4c23-aab6-bbe096fb9d39"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="8f77a6b5-3950-4a7a-858d-d2ee7b71a817"] {
  background-image: none;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 20px 0px 20px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] {
  max-width: 600px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .dynamic-list-add-item {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(151,151,151,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(151,151,151,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel .comments-offline {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(151,151,151,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(151,151,151,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(151,151,151,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(151,151,151,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter {
  border-color: rgba(22,28,29,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter:focus {
  color: rgba(22,28,29,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(22,28,29,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .filter-holder .panel .panel-collapse {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .filter-holder .panel-default>.panel-heading {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .filter-holder .panel-default>.panel-heading {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(22,28,29,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #E1EAF9;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .section-top-wrapper .search-holder .search-feed {
  color: #979797;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .section-top-wrapper .search-holder .fa {
  color: #CCDEFB;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .slide-over .news-feed-item-inner-content {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Poppins Medium",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-list-wrapper .news-feed-list-item,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content {
  border-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 14px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 12px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa.animated {
  color: #ed4956;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .news-feed-item-content .slide-under {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Poppins Medium",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(22,28,29,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .btn.search-btn {
  color: #979797;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .list-search-icon .list-search-cancel .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #aaa;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .list-search-icon .list-search-cancel .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .list-search-icon .toggle-bookmarks .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .new-news-feed-list-container .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="4295c0d9-be7b-4796-8c54-dfa2d13992d8"] .news-feed-list-container .list-search-icon .sort-group .fa-sort-amount-desc {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.container"][data-uuid="eef0238b-5b32-4375-af39-72089efefde2"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="1d3f50df-efbd-4784-b82a-949cd8b598d1"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: 130px;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="1d3f50df-efbd-4784-b82a-949cd8b598d1"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #3A89FC;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 25px;
  font-family: "Poppins Medium",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="1d3f50df-efbd-4784-b82a-949cd8b598d1"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="1d3f50df-efbd-4784-b82a-949cd8b598d1"] .btn.btn-primary:hover,
[data-widget-package="com.fliplet.primary-button"][data-uuid="1d3f50df-efbd-4784-b82a-949cd8b598d1"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="1d3f50df-efbd-4784-b82a-949cd8b598d1"] .btn.btn-primary:active:hover {
  background-color: #3A89FC;
  color: #fff;
  border-radius: 25px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="a2c93ca8-a332-41a7-808b-9b9b1866e076"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="34815d43-3612-4660-97ae-78e552c3d862"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="34815d43-3612-4660-97ae-78e552c3d862"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="34815d43-3612-4660-97ae-78e552c3d862"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="34815d43-3612-4660-97ae-78e552c3d862"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="34815d43-3612-4660-97ae-78e552c3d862"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="34815d43-3612-4660-97ae-78e552c3d862"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="34815d43-3612-4660-97ae-78e552c3d862"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="34815d43-3612-4660-97ae-78e552c3d862"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="44cd37af-f65c-4442-919b-7f942e258c5f"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: 500px;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="44cd37af-f65c-4442-919b-7f942e258c5f"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #3A89FC;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 12px;
  font-family: "Poppins Medium",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="44cd37af-f65c-4442-919b-7f942e258c5f"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="44cd37af-f65c-4442-919b-7f942e258c5f"] .btn.btn-primary:hover,
[data-widget-package="com.fliplet.primary-button"][data-uuid="44cd37af-f65c-4442-919b-7f942e258c5f"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="44cd37af-f65c-4442-919b-7f942e258c5f"] .btn.btn-primary:active:hover {
  background-color: #3A89FC;
  color: #fff;
  border-radius: 12px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.onboarding"][data-uuid="dcdcbc66-ef36-449d-94cd-ecc46685bfc0"] .onboarding-holder.full-screen .ob-top-nav .ob-skip {
  color: #7E7E7F;
}

[data-widget-package="com.fliplet.onboarding"][data-uuid="dcdcbc66-ef36-449d-94cd-ecc46685bfc0"] .onboarding-holder.full-screen .swiper-pagination-bullet {
  border: none;
  width: 10px;
  height: 10px;
  background: #E1EAF9;
}

[data-widget-package="com.fliplet.onboarding"][data-uuid="dcdcbc66-ef36-449d-94cd-ecc46685bfc0"] .onboarding-holder.full-screen .swiper-pagination-bullet-active {
  border: none;
  background: #3A89FC;
}

[data-widget-package="com.fliplet.onboarding"][data-uuid="dcdcbc66-ef36-449d-94cd-ecc46685bfc0"] .onboarding-holder.full-screen .swiper-button-next,
[data-widget-package="com.fliplet.onboarding"][data-uuid="dcdcbc66-ef36-449d-94cd-ecc46685bfc0"] .onboarding-holder.full-screen .swiper-button-prev {
  color: #3A89FC;
  background-color: #E1EAF9;
}

[data-widget-package="com.fliplet.onboarding"][data-uuid="dcdcbc66-ef36-449d-94cd-ecc46685bfc0"] .onboarding-holder.full-screen .swiper-wrapper .swiper-slide-content {
  background-color: #fff;
  padding: 30px 30px 30px 30px;
}

[data-widget-package="com.fliplet.onboarding"][data-uuid="dcdcbc66-ef36-449d-94cd-ecc46685bfc0"] .onboarding-holder.full-screen .swiper-wrapper p {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.onboarding"][data-uuid="dcdcbc66-ef36-449d-94cd-ecc46685bfc0"] .onboarding-holder.full-screen .swiper-wrapper h1 {
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  color: #3A89FC;
}

[data-widget-package="com.fliplet.container"][data-uuid="7424a9e2-b286-463c-88ab-177a2239f26b"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: 800px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 15px 15px 15px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="608c0bf9-383d-4900-a1a6-889f5e94d2ce"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: 800px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 0px 15px 15px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="9176ccbb-8d10-49b7-b60b-adf423151e3d"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="9176ccbb-8d10-49b7-b60b-adf423151e3d"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9176ccbb-8d10-49b7-b60b-adf423151e3d"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9176ccbb-8d10-49b7-b60b-adf423151e3d"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9176ccbb-8d10-49b7-b60b-adf423151e3d"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9176ccbb-8d10-49b7-b60b-adf423151e3d"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9176ccbb-8d10-49b7-b60b-adf423151e3d"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9176ccbb-8d10-49b7-b60b-adf423151e3d"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="be51263d-3fb7-4ae4-aefd-e906e01ce4f2"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: 650px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] {
  max-width: 600px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .dynamic-list-add-item {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(151,151,151,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(151,151,151,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel .comments-offline {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(151,151,151,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(151,151,151,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(151,151,151,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(151,151,151,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter {
  border-color: rgba(22,28,29,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter:focus {
  color: rgba(22,28,29,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(22,28,29,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .filter-holder .panel .panel-collapse {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .filter-holder .panel-default>.panel-heading {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .filter-holder .panel-default>.panel-heading {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(22,28,29,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #E1EAF9;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .section-top-wrapper .search-holder .search-feed {
  color: #979797;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .section-top-wrapper .search-holder .fa {
  color: #CCDEFB;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .slide-over .news-feed-item-inner-content {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Poppins Medium",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 20px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 3px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-list-wrapper .news-feed-list-item,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content {
  border-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 14px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 12px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa.animated {
  color: #ed4956;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .news-feed-item-content .slide-under {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Poppins Medium",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(22,28,29,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .btn.search-btn {
  color: #979797;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .list-search-icon .list-search-cancel .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #aaa;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .list-search-icon .list-search-cancel .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .list-search-icon .toggle-bookmarks .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .new-news-feed-list-container .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="7ffa85a9-6573-4321-8405-b7f4e4114ffa"] .news-feed-list-container .list-search-icon .sort-group .fa-sort-amount-desc {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.container"][data-uuid="7c83f017-f58a-43bb-8fa5-2c1156826fc5"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: 800px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 15px 15px 15px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="36bfa113-ebb9-4c8e-9063-5d55ee757c01"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 10px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="36bfa113-ebb9-4c8e-9063-5d55ee757c01"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="36bfa113-ebb9-4c8e-9063-5d55ee757c01"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 3px;
}

[data-widget-package="com.fliplet.text"][data-uuid="36bfa113-ebb9-4c8e-9063-5d55ee757c01"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="36bfa113-ebb9-4c8e-9063-5d55ee757c01"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="36bfa113-ebb9-4c8e-9063-5d55ee757c01"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="36bfa113-ebb9-4c8e-9063-5d55ee757c01"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="36bfa113-ebb9-4c8e-9063-5d55ee757c01"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b40380cc-52dc-49f1-95df-ded4ed750877"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 10px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b40380cc-52dc-49f1-95df-ded4ed750877"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b40380cc-52dc-49f1-95df-ded4ed750877"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 3px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b40380cc-52dc-49f1-95df-ded4ed750877"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b40380cc-52dc-49f1-95df-ded4ed750877"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b40380cc-52dc-49f1-95df-ded4ed750877"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b40380cc-52dc-49f1-95df-ded4ed750877"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b40380cc-52dc-49f1-95df-ded4ed750877"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c7d5965e-fa66-4c22-a3a1-6e8e0ce47399"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c7d5965e-fa66-4c22-a3a1-6e8e0ce47399"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c7d5965e-fa66-4c22-a3a1-6e8e0ce47399"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c7d5965e-fa66-4c22-a3a1-6e8e0ce47399"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c7d5965e-fa66-4c22-a3a1-6e8e0ce47399"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c7d5965e-fa66-4c22-a3a1-6e8e0ce47399"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c7d5965e-fa66-4c22-a3a1-6e8e0ce47399"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c7d5965e-fa66-4c22-a3a1-6e8e0ce47399"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="97466bb7-a276-4072-b74a-1004518b9c31"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="e2897943-5c7e-4204-b4d5-069cd33c9d9d"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="ed289816-c406-4b40-85fa-85fdcf05fe1a"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 15px 0px 15px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="46026198-05c5-4666-a0de-6fe3ed9a8d21"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 20px 15px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="54f0158c-895d-449f-b55d-f85eb8539658"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: auto;
  min-width: 130px;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="54f0158c-895d-449f-b55d-f85eb8539658"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #3A89FC;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 25px;
  font-family: "Poppins Medium",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="54f0158c-895d-449f-b55d-f85eb8539658"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="54f0158c-895d-449f-b55d-f85eb8539658"] .btn.btn-primary:hover,
[data-widget-package="com.fliplet.primary-button"][data-uuid="54f0158c-895d-449f-b55d-f85eb8539658"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="54f0158c-895d-449f-b55d-f85eb8539658"] .btn.btn-primary:active:hover {
  background-color: #3A89FC;
  color: #fff;
  border-radius: 25px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="1ddc7776-68c0-4874-9193-27d3c81957fd"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="56aa3e03-e0e7-4f91-bbcb-ab9f196e023d"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="56aa3e03-e0e7-4f91-bbcb-ab9f196e023d"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="56aa3e03-e0e7-4f91-bbcb-ab9f196e023d"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="56aa3e03-e0e7-4f91-bbcb-ab9f196e023d"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="56aa3e03-e0e7-4f91-bbcb-ab9f196e023d"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="56aa3e03-e0e7-4f91-bbcb-ab9f196e023d"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="56aa3e03-e0e7-4f91-bbcb-ab9f196e023d"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="56aa3e03-e0e7-4f91-bbcb-ab9f196e023d"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1c964aa-8db3-4fe1-bbc5-45588b96fe39"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 10px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1c964aa-8db3-4fe1-bbc5-45588b96fe39"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1c964aa-8db3-4fe1-bbc5-45588b96fe39"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 3px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1c964aa-8db3-4fe1-bbc5-45588b96fe39"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1c964aa-8db3-4fe1-bbc5-45588b96fe39"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1c964aa-8db3-4fe1-bbc5-45588b96fe39"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1c964aa-8db3-4fe1-bbc5-45588b96fe39"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="c1c964aa-8db3-4fe1-bbc5-45588b96fe39"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="923b77b0-7490-4d90-a8b3-9fbf3d33b9f8"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 15px 0px 15px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="6ff9fc9e-4dac-4aad-9f38-4a8d1dcae76b"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 15px 0px 15px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="73be3f3d-bd54-483b-b188-323d21011648"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="73be3f3d-bd54-483b-b188-323d21011648"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="73be3f3d-bd54-483b-b188-323d21011648"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="73be3f3d-bd54-483b-b188-323d21011648"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="73be3f3d-bd54-483b-b188-323d21011648"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="73be3f3d-bd54-483b-b188-323d21011648"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="73be3f3d-bd54-483b-b188-323d21011648"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="73be3f3d-bd54-483b-b188-323d21011648"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="c0b86f3d-d354-4b53-919c-096ec044ac0c"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="6943c8b5-3240-40a9-97e6-3f845c2cfa31"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 15px 15px 15px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="663e81c3-a0e4-4247-b149-d376411f8275"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: 600px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 20px auto 15px auto;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="55ea13c2-5084-4385-8ede-23f4709d7c23"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="55ea13c2-5084-4385-8ede-23f4709d7c23"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="55ea13c2-5084-4385-8ede-23f4709d7c23"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="55ea13c2-5084-4385-8ede-23f4709d7c23"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="55ea13c2-5084-4385-8ede-23f4709d7c23"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="55ea13c2-5084-4385-8ede-23f4709d7c23"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="55ea13c2-5084-4385-8ede-23f4709d7c23"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="55ea13c2-5084-4385-8ede-23f4709d7c23"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="1dcd0a23-1be2-4100-97f8-166f576f2b9f"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: 800px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 15px auto;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="0e3d56e8-6c5f-47ca-b5c1-c03f464880e6"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="0e3d56e8-6c5f-47ca-b5c1-c03f464880e6"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0e3d56e8-6c5f-47ca-b5c1-c03f464880e6"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0e3d56e8-6c5f-47ca-b5c1-c03f464880e6"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0e3d56e8-6c5f-47ca-b5c1-c03f464880e6"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0e3d56e8-6c5f-47ca-b5c1-c03f464880e6"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0e3d56e8-6c5f-47ca-b5c1-c03f464880e6"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="0e3d56e8-6c5f-47ca-b5c1-c03f464880e6"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="93fd43c2-af6d-4538-9b6a-da714d32cb23"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="93fd43c2-af6d-4538-9b6a-da714d32cb23"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="93fd43c2-af6d-4538-9b6a-da714d32cb23"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="93fd43c2-af6d-4538-9b6a-da714d32cb23"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="93fd43c2-af6d-4538-9b6a-da714d32cb23"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="93fd43c2-af6d-4538-9b6a-da714d32cb23"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="93fd43c2-af6d-4538-9b6a-da714d32cb23"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="93fd43c2-af6d-4538-9b6a-da714d32cb23"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="e66bad9c-6cd7-4d05-a37d-873427b1fcf7"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: 800px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 0px 15px 15px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a020a649-c33e-4a24-a14a-9beb05af50d5"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a020a649-c33e-4a24-a14a-9beb05af50d5"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a020a649-c33e-4a24-a14a-9beb05af50d5"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a020a649-c33e-4a24-a14a-9beb05af50d5"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a020a649-c33e-4a24-a14a-9beb05af50d5"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a020a649-c33e-4a24-a14a-9beb05af50d5"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a020a649-c33e-4a24-a14a-9beb05af50d5"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a020a649-c33e-4a24-a14a-9beb05af50d5"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="a7e50e4d-f954-42bd-ab47-3d43fb2661a4"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: 800px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 0px 15px 15px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="681b3554-2e6a-49a2-a609-a07a095451a1"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="681b3554-2e6a-49a2-a609-a07a095451a1"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="681b3554-2e6a-49a2-a609-a07a095451a1"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="681b3554-2e6a-49a2-a609-a07a095451a1"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="681b3554-2e6a-49a2-a609-a07a095451a1"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="681b3554-2e6a-49a2-a609-a07a095451a1"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="681b3554-2e6a-49a2-a609-a07a095451a1"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="681b3554-2e6a-49a2-a609-a07a095451a1"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="0dedf2d5-0efa-4fc8-84de-6e94caa8db77"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: 800px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="5b74c8b3-3743-450e-b1dc-ff32695640a7"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="5b74c8b3-3743-450e-b1dc-ff32695640a7"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5b74c8b3-3743-450e-b1dc-ff32695640a7"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5b74c8b3-3743-450e-b1dc-ff32695640a7"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5b74c8b3-3743-450e-b1dc-ff32695640a7"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5b74c8b3-3743-450e-b1dc-ff32695640a7"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5b74c8b3-3743-450e-b1dc-ff32695640a7"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="5b74c8b3-3743-450e-b1dc-ff32695640a7"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="c9f8a416-ead4-4ca3-a296-21264ab8c722"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: 800px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="fe1a3048-5ae7-47c8-8009-460ff0d3073d"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="fe1a3048-5ae7-47c8-8009-460ff0d3073d"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fe1a3048-5ae7-47c8-8009-460ff0d3073d"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fe1a3048-5ae7-47c8-8009-460ff0d3073d"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fe1a3048-5ae7-47c8-8009-460ff0d3073d"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fe1a3048-5ae7-47c8-8009-460ff0d3073d"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fe1a3048-5ae7-47c8-8009-460ff0d3073d"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fe1a3048-5ae7-47c8-8009-460ff0d3073d"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="e8790a10-2566-4414-9ed3-c27cf7f7640e"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: 800px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 0px 15px 15px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3b4cb4f-7f53-48b4-9850-685035bf5b4c"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3b4cb4f-7f53-48b4-9850-685035bf5b4c"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3b4cb4f-7f53-48b4-9850-685035bf5b4c"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3b4cb4f-7f53-48b4-9850-685035bf5b4c"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3b4cb4f-7f53-48b4-9850-685035bf5b4c"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3b4cb4f-7f53-48b4-9850-685035bf5b4c"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3b4cb4f-7f53-48b4-9850-685035bf5b4c"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a3b4cb4f-7f53-48b4-9850-685035bf5b4c"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="350db7e6-2cba-4583-a2a8-a5b10dc436d8"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="350db7e6-2cba-4583-a2a8-a5b10dc436d8"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="350db7e6-2cba-4583-a2a8-a5b10dc436d8"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="350db7e6-2cba-4583-a2a8-a5b10dc436d8"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="350db7e6-2cba-4583-a2a8-a5b10dc436d8"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="350db7e6-2cba-4583-a2a8-a5b10dc436d8"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="350db7e6-2cba-4583-a2a8-a5b10dc436d8"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="350db7e6-2cba-4583-a2a8-a5b10dc436d8"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="75834e07-86ae-461c-a772-7070f3843353"] {
  background-image: none;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 400px;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 10px 20px 20px 20px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.container"][data-uuid="813aed69-66f6-47bb-abf8-d7379c4d25f4"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 90vh !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0% 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="361885d1-ce66-4179-9e5c-017cfb7bc62a"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="361885d1-ce66-4179-9e5c-017cfb7bc62a"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="361885d1-ce66-4179-9e5c-017cfb7bc62a"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="361885d1-ce66-4179-9e5c-017cfb7bc62a"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="361885d1-ce66-4179-9e5c-017cfb7bc62a"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="361885d1-ce66-4179-9e5c-017cfb7bc62a"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="361885d1-ce66-4179-9e5c-017cfb7bc62a"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="361885d1-ce66-4179-9e5c-017cfb7bc62a"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fe91dbfa-48b1-4d90-8f74-516b26fe65f5"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="fe91dbfa-48b1-4d90-8f74-516b26fe65f5"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fe91dbfa-48b1-4d90-8f74-516b26fe65f5"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fe91dbfa-48b1-4d90-8f74-516b26fe65f5"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fe91dbfa-48b1-4d90-8f74-516b26fe65f5"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fe91dbfa-48b1-4d90-8f74-516b26fe65f5"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fe91dbfa-48b1-4d90-8f74-516b26fe65f5"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="fe91dbfa-48b1-4d90-8f74-516b26fe65f5"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b08a777c-aa34-4112-9848-be68612e34cc"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b08a777c-aa34-4112-9848-be68612e34cc"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b08a777c-aa34-4112-9848-be68612e34cc"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b08a777c-aa34-4112-9848-be68612e34cc"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b08a777c-aa34-4112-9848-be68612e34cc"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b08a777c-aa34-4112-9848-be68612e34cc"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b08a777c-aa34-4112-9848-be68612e34cc"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b08a777c-aa34-4112-9848-be68612e34cc"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="8afb9ead-a670-4c25-ac0b-5e00bb5c63fe"] {
  background-image: none;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto initial auto;
  padding: 10px 15px 20px 15px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

[data-widget-package="com.fliplet.container"][data-uuid="d1fda745-ba73-4574-a773-1cd035b1fffc"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 90vh !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="a99c531d-bd4a-48a8-9670-089a337f5d2e"] {
  background-image: none;
  background-color: #E1EAF9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="4f803e1b-23a6-4c15-bb2f-821b453026dc"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 10px auto;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="150d71a2-e844-48df-bb04-c2fcf84f4101"] {
  background-image: none;
  background-color: #DCF1BC;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="fbead142-a4aa-47ba-92a5-ef27fabf50a5"] {
  background-image: none;
  background-color: #DFDFDF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="9bc6119d-27ef-489d-8142-a84e59329800"] {
  background-image: none;
  background-color: #FFEA9A;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="d5836d69-1de9-4199-bcca-86e992517611"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="c2346135-0b9d-4a27-8064-ce79a5ae1487"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: 100px;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: -65px auto 10px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="c2346135-0b9d-4a27-8064-ce79a5ae1487"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(151,151,151,0);
  color: #3A89FC;
  padding: 10px 16px 10px 16px;
  border-radius: 12px;
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="c2346135-0b9d-4a27-8064-ce79a5ae1487"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="c2346135-0b9d-4a27-8064-ce79a5ae1487"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="c2346135-0b9d-4a27-8064-ce79a5ae1487"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="c2346135-0b9d-4a27-8064-ce79a5ae1487"] .btn.btn-secondary:active:hover {
  background-color: rgba(151,151,151,0.0980392);
  color: #3A89FC;
  border-radius: 12px;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="bd02cbeb-2f5b-47cf-aa79-6f5ef03c8eff"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: 100%;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 15px 0px 15px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="bf6088e5-76cc-4dfc-93ae-ac2f939a331e"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 15px 0px 15px;
  padding: 0px 0px 15px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1129457-707c-4bd3-8d90-ed2f326f8e5a"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1129457-707c-4bd3-8d90-ed2f326f8e5a"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1129457-707c-4bd3-8d90-ed2f326f8e5a"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1129457-707c-4bd3-8d90-ed2f326f8e5a"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1129457-707c-4bd3-8d90-ed2f326f8e5a"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1129457-707c-4bd3-8d90-ed2f326f8e5a"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1129457-707c-4bd3-8d90-ed2f326f8e5a"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b1129457-707c-4bd3-8d90-ed2f326f8e5a"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="25655d07-e7bc-4851-bdf5-f358e959d5e7"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="25655d07-e7bc-4851-bdf5-f358e959d5e7"] p {
  color: #979797;
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="25655d07-e7bc-4851-bdf5-f358e959d5e7"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="25655d07-e7bc-4851-bdf5-f358e959d5e7"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="25655d07-e7bc-4851-bdf5-f358e959d5e7"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="25655d07-e7bc-4851-bdf5-f358e959d5e7"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="25655d07-e7bc-4851-bdf5-f358e959d5e7"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="25655d07-e7bc-4851-bdf5-f358e959d5e7"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f83b66e4-4e43-4a10-946e-1a2271359b41"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="f83b66e4-4e43-4a10-946e-1a2271359b41"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f83b66e4-4e43-4a10-946e-1a2271359b41"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f83b66e4-4e43-4a10-946e-1a2271359b41"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f83b66e4-4e43-4a10-946e-1a2271359b41"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f83b66e4-4e43-4a10-946e-1a2271359b41"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f83b66e4-4e43-4a10-946e-1a2271359b41"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="f83b66e4-4e43-4a10-946e-1a2271359b41"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="33ae397e-8aac-4a70-8587-1c1ba66f6c95"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="33ae397e-8aac-4a70-8587-1c1ba66f6c95"] p {
  color: #979797;
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="33ae397e-8aac-4a70-8587-1c1ba66f6c95"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="33ae397e-8aac-4a70-8587-1c1ba66f6c95"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="33ae397e-8aac-4a70-8587-1c1ba66f6c95"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="33ae397e-8aac-4a70-8587-1c1ba66f6c95"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="33ae397e-8aac-4a70-8587-1c1ba66f6c95"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="33ae397e-8aac-4a70-8587-1c1ba66f6c95"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c36d9c1-b8bf-4d69-83e5-0e0340a141d5"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c36d9c1-b8bf-4d69-83e5-0e0340a141d5"] p {
  color: #979797;
  font-family: "Poppins Regular",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c36d9c1-b8bf-4d69-83e5-0e0340a141d5"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c36d9c1-b8bf-4d69-83e5-0e0340a141d5"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c36d9c1-b8bf-4d69-83e5-0e0340a141d5"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c36d9c1-b8bf-4d69-83e5-0e0340a141d5"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c36d9c1-b8bf-4d69-83e5-0e0340a141d5"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="1c36d9c1-b8bf-4d69-83e5-0e0340a141d5"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="347466ff-f651-4986-a498-4ca0eac74ebc"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="347466ff-f651-4986-a498-4ca0eac74ebc"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.text"][data-uuid="347466ff-f651-4986-a498-4ca0eac74ebc"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="347466ff-f651-4986-a498-4ca0eac74ebc"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="347466ff-f651-4986-a498-4ca0eac74ebc"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="347466ff-f651-4986-a498-4ca0eac74ebc"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="347466ff-f651-4986-a498-4ca0eac74ebc"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="347466ff-f651-4986-a498-4ca0eac74ebc"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="27be6336-53da-4a80-932e-708f02d6d2b9"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="27be6336-53da-4a80-932e-708f02d6d2b9"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="27be6336-53da-4a80-932e-708f02d6d2b9"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="27be6336-53da-4a80-932e-708f02d6d2b9"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="27be6336-53da-4a80-932e-708f02d6d2b9"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="27be6336-53da-4a80-932e-708f02d6d2b9"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="27be6336-53da-4a80-932e-708f02d6d2b9"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="27be6336-53da-4a80-932e-708f02d6d2b9"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9d972975-04e8-42c4-97d1-055cc012c822"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="9d972975-04e8-42c4-97d1-055cc012c822"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9d972975-04e8-42c4-97d1-055cc012c822"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9d972975-04e8-42c4-97d1-055cc012c822"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9d972975-04e8-42c4-97d1-055cc012c822"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9d972975-04e8-42c4-97d1-055cc012c822"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9d972975-04e8-42c4-97d1-055cc012c822"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="9d972975-04e8-42c4-97d1-055cc012c822"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a99cd565-ece8-450d-9636-3eb7952d35fd"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a99cd565-ece8-450d-9636-3eb7952d35fd"] p {
  color: #979797;
  font-family: "Poppins Regular",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a99cd565-ece8-450d-9636-3eb7952d35fd"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a99cd565-ece8-450d-9636-3eb7952d35fd"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a99cd565-ece8-450d-9636-3eb7952d35fd"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a99cd565-ece8-450d-9636-3eb7952d35fd"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a99cd565-ece8-450d-9636-3eb7952d35fd"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a99cd565-ece8-450d-9636-3eb7952d35fd"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="df4092ac-945f-45ac-8378-1d3da28d7ef3"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: 600px;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 20px auto 0px auto;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="c001dd06-954f-47ab-a39e-39959e98fe61"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] {
  max-width: 600px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] {
  padding-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .dynamic-list-add-item {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(151,151,151,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(151,151,151,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel .comments-offline {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(151,151,151,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(151,151,151,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(151,151,151,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(151,151,151,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter {
  border-color: rgba(22,28,29,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter:focus {
  color: rgba(22,28,29,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(22,28,29,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .filter-holder .panel .panel-collapse {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .filter-holder .panel-default>.panel-heading {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .filter-holder .panel-default>.panel-heading {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(22,28,29,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #E1EAF9;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .section-top-wrapper .search-holder .search-feed {
  color: #979797;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .section-top-wrapper .search-holder .fa {
  color: #CCDEFB;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .slide-over .news-feed-item-inner-content {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Poppins Medium",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-list-wrapper .news-feed-list-item,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content {
  border-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 14px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 12px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa.animated {
  color: #ed4956;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .news-feed-item-content .slide-under {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Poppins Medium",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(22,28,29,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .btn.search-btn {
  color: #979797;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .list-search-icon .list-search-cancel .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #aaa;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .list-search-icon .list-search-cancel .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .list-search-icon .toggle-bookmarks .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .new-news-feed-list-container .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="6f82b7f0-3ebe-47a3-b638-29af09acadc1"] .news-feed-list-container .list-search-icon .sort-group .fa-sort-amount-desc {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.container"][data-uuid="c0799610-2abb-4b02-a59c-bc5e9b6c661a"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: 600px;
  height: auto !important;
  min-height: 0px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 15px 0px 15px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="ab952265-e607-41fe-b8e0-cf57a2490862"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 15px 0px 15px;
  padding: 15px 15px 15px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="d60fd3c7-8e9d-4a43-a4e9-40b506159ec0"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: 600px;
  height: 90vh !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px auto 0px auto;
  padding: 15px 15px 15px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="134a3c40-aa84-4037-9e89-430e7eb1c24e"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 15px 0px 15px;
  padding: 15px 15px 15px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="ec835e39-2bca-4f7b-875b-d7db9fb93160"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 15px 0px 15px;
  padding: 15px 15px 15px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="1f31c616-eca1-41a9-80f8-c9ad376e3cbd"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="1f31c616-eca1-41a9-80f8-c9ad376e3cbd"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #3A89FC;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 12px;
  font-family: "Poppins Medium",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="1f31c616-eca1-41a9-80f8-c9ad376e3cbd"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="1f31c616-eca1-41a9-80f8-c9ad376e3cbd"] .btn.btn-primary:hover,
[data-widget-package="com.fliplet.primary-button"][data-uuid="1f31c616-eca1-41a9-80f8-c9ad376e3cbd"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="1f31c616-eca1-41a9-80f8-c9ad376e3cbd"] .btn.btn-primary:active:hover {
  background-color: #3A89FC;
  color: #fff;
  border-radius: 12px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="f7d99e88-da4b-4b73-92fc-363406f825d4"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: -15px 15px 0px 15px;
  padding: 0px 15px 15px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] {
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 10px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group input.form-control {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group input.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group input.form-control::placeholder {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #d3d3d3;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group textarea.form-control {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group textarea.form-control:read-only {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group textarea.form-control::placeholder {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #d3d3d3;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group .control-label label {
  color: #161c1d;
  font-size: 16px;
  font-family: "Poppins Regular",sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group label.control-label {
  color: #161c1d;
  font-size: 16px;
  font-family: "Poppins Regular",sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group .input-group .form-control {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-left: calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .has-error .text-danger {
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  color: #a94442;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .has-error .form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .has-error .select-proxy-display {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .has-error .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .has-error .form-group.fl-time-picker>.form-control {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .has-error .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .has-error .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #F05865;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .has-error .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .has-error .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #F05865;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-control {
  border: 1px solid rgba(134,151,163,0.458824);
  border-radius: 8px;
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-control:focus {
  border: 1px solid #3A89FC;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-date-picker.readonly>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-time-picker.readonly>.form-control {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group .list-group .list-group-item {
  border: 1px solid rgba(134,151,163,0.458824);
  border-radius: 8px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group .fl-matrix table th.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group .fl-matrix table th.chosen-class,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group .fl-matrix table td.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group .fl-matrix table td.chosen-class,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group .list-group .list-group-item.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group .list-group .list-group-item.chosen-class {
  border: 1px solid #3A89FC;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.has-error .fl-matrix table th,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.has-error .fl-matrix table td {
  border: 1px solid #F05865;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-typeahead .form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-rich-text .form-control {
  border: 1px solid rgba(134,151,163,0.458824);
  border-radius: 8px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-typeahead .form-control.focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-rich-text .form-control.focus {
  border: 1px solid #3A89FC;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-date-picker>.form-control,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-time-picker>.form-control {
  border: 1px solid rgba(134,151,163,0.458824);
  border-radius: 8px;
  padding: 6px calc(45px + 12px) 6px calc(45px + 12px);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-date-picker>.form-control:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-time-picker>.form-control:focus {
  border: 1px solid #3A89FC;
  border-radius: 4px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-date-picker>.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-time-picker>.fa {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-date-picker>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-time-picker>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-date-picker[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-time-picker[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-date-picker:focus-within>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-time-picker:focus-within>.fa:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-date-picker:focus-within[dir="rtl"]>.fa:first-child,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-time-picker:focus-within[dir="rtl"]>.fa:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .radio.radio-icon input[type="radio"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check {
  border: 1px solid #E1EAF9;
  background-color: rgba(0,0,0,0);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .checkbox.checkbox-icon.readonly input[type="checkbox"]+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .radio.radio-icon.readonly input[type="radio"]+label>span.check {
  border: 1px solid #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .checkbox.checkbox-icon.readonly input[type="checkbox"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .radio.radio-icon.readonly input[type="radio"]:checked+label>span.check {
  background-color: 1px solid #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .radio.radio-icon input[type="radio"]:checked+label>span.check,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label>span.check {
  background-color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .radio.radio-icon input[type="radio"]+label>span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .checkbox.checkbox-icon input[type="checkbox"]+label>span.check>i.fa {
  color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .checkbox.checkbox-icon input[type="checkbox"]:checked+label span.check>i.fa {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .radio.radio-icon input[type="radio"]:checked+label span.check>i.fa:before {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .rtgl-ios+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .tgl-ios+.tgl-btn {
  background-color: rgba(0,0,0,0);
  border: 1px solid #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .rtgl-ios+.rtgl-btn:after,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .tgl-ios+.tgl-btn:after {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .rtgl-ios:checked+.rtgl-btn,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .tgl-ios:checked+.tgl-btn {
  background-color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .select-proxy-display {
  border: 1px solid rgba(134,151,163,0.458824);
  border-radius: 8px;
  color: rgba(151,151,151,0.839216);
  padding: 6px 12px 6px 12px;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .select-proxy-display:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .select-proxy-display.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .select-proxy-display.readonly {
  border: 1px solid rgba(134,151,163,0.458824);
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .select-proxy-display.readonly>.icon {
  background-color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .select-proxy-display>.icon {
  background-color: #3A89FC;
  color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: 1px solid rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .required-info,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .required-info-label {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .input-group:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .input-group.input-focused {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .input-group-addon {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .input-group-addon:first-child {
  border-right: 1px solid rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] [_type="flStarRating"] .rating-star .fa {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa {
  color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] [_type="flStarRating"] .rating-input ~ .readonly.rating-star .fa:before {
  -webkit-text-stroke: 1px #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] [_type="flStarRating"] .rating-input:checked ~ .readonly.rating-star .fa {
  color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] [_type="flStarRating"] .rating-input:checked ~ .rating-star .fa {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] [_type="flSignature"] .field-signature {
  background-color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] [_type="flSignature"] .field-signature canvas {
  border: 1px solid rgba(134,151,163,0.458824) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] [_type="flSignature"] .field-signature a {
  color: #aaa;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] [_type="flSignature"] .field-signature a:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] [_type="flSignature"] .field-signature a:hover,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] [_type="flSignature"] .field-signature a:active:focus,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] [_type="flSignature"] .field-signature a:active:hover {
  color: #0096B8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] [_type="flSignature"] .field-signature a:focus {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] [_type="flSignature"] .signature-editor.readonly .field-signature {
  border-bottom: 1px solid rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group div.mce-edit-area {
  background-color: #f8f8f8;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket {
  border: 1px solid rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group .mce-tinymce>.mce-container-body.mce-stack-layout.focus-outline,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket.focus-outline {
  box-shadow: 0px 0px 0px 2px rgba(33,34,45,0.25) !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .sending-form {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .fl-form .spinner-overlay {
  border-top-color: rgba(235,235,235,0.3);
  border-right-color: rgba(235,235,235,0.3);
  border-bottom-color: rgba(235,235,235,0.3);
  border-left-color: #21222D;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .fileUpload-disabled label {
  background-color: #E1EAF9 !important;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-range-slider .range-slider {
  background-color: #eee;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-range-slider .range-slider-fill {
  background-color: #979797;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-range-slider .range-slider-handle {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-range-slider .range-slider-handle-value {
  background-color: #3A89FC;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-range-slider .range-slider-handle-value:before {
  border-top-color: #3A89FC;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-typeahead .selectize-input>.item,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-typeahead .selectize-input>.item.active,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-typeahead .selectize-dropdown .option.active,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-typeahead .selectize-dropdown .option.selected.active {
  background-color: #1AA5C7;
  color: #fff;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .fl-map-field {
  height: auto;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-range-slider.readonly .range-slider-handle,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-range-slider.readonly .range-slider-handle-value,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-range-slider.readonly .range-slider-fill {
  background-color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-range-slider.readonly .range-slider-handle-value::before {
  border-top-color: #E1EAF9;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .form-group.fl-range-slider .range-slider-labels-label {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .fl-matrix table,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .fl-matrix table td,
[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .fl-matrix table th {
  border: 1px solid rgba(134,151,163,0.458824);
}

[data-widget-package="com.fliplet.form-builder"][data-uuid="437f464a-7b83-4b3d-8a21-0be5266b418b"] .fl-matrix table th {
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-decoration: none;
  color: #555;
}

[data-widget-package="com.fliplet.container"][data-uuid="1e9c993c-ca47-44c4-ac41-ea26f82131cd"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 15px 0px 15px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="ebd77ab8-5b13-4fbd-98c1-6e90ea9b8a32"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 49%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 10px 0px;
  padding: 0px 15px 15px 15px;
  border: 1px solid #8D8EA6;
  border-radius: 10px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="2d114e3a-d64f-41bc-a497-cbf2428eda0c"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="2d114e3a-d64f-41bc-a497-cbf2428eda0c"] p {
  color: #365073;
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2d114e3a-d64f-41bc-a497-cbf2428eda0c"] h1 {
  color: #072A3D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2d114e3a-d64f-41bc-a497-cbf2428eda0c"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2d114e3a-d64f-41bc-a497-cbf2428eda0c"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2d114e3a-d64f-41bc-a497-cbf2428eda0c"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2d114e3a-d64f-41bc-a497-cbf2428eda0c"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="2d114e3a-d64f-41bc-a497-cbf2428eda0c"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="7ce3a384-9c60-43f7-885e-530cb1c44b3a"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="7ce3a384-9c60-43f7-885e-530cb1c44b3a"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #072A3D;
  color: #fff;
  padding: 6px 12px 6px 12px;
  border-radius: 6px;
  font-family: "Poppins Medium",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="7ce3a384-9c60-43f7-885e-530cb1c44b3a"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="7ce3a384-9c60-43f7-885e-530cb1c44b3a"] .btn.btn-primary:hover,
[data-widget-package="com.fliplet.primary-button"][data-uuid="7ce3a384-9c60-43f7-885e-530cb1c44b3a"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="7ce3a384-9c60-43f7-885e-530cb1c44b3a"] .btn.btn-primary:active:hover {
  background-color: #3A89FC;
  color: #fff;
  border-radius: 12px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="7d013a51-5829-48c3-9734-94460749f61a"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="7d013a51-5829-48c3-9734-94460749f61a"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(151,151,151,0);
  color: #072A3D;
  padding: 6px 12px 6px 12px;
  border-radius: 6px;
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  font-style: normal;
  text-decoration: none;
  border: 1px solid #072A3D;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="7d013a51-5829-48c3-9734-94460749f61a"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="7d013a51-5829-48c3-9734-94460749f61a"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="7d013a51-5829-48c3-9734-94460749f61a"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="7d013a51-5829-48c3-9734-94460749f61a"] .btn.btn-secondary:active:hover {
  background-color: rgba(151,151,151,0.0980392);
  color: #3A89FC;
  border-radius: 12px;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="dba752c5-470a-4d2d-af9a-9f2f48acff10"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 49%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 10px 0px;
  padding: 0px 15px 15px 15px;
  border: 1px solid #8D8EA6;
  border-radius: 10px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="44a55e8d-907a-4753-b94a-53cf8370708e"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="44a55e8d-907a-4753-b94a-53cf8370708e"] p {
  color: #424D56;
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="44a55e8d-907a-4753-b94a-53cf8370708e"] h1 {
  color: #212120;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="44a55e8d-907a-4753-b94a-53cf8370708e"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="44a55e8d-907a-4753-b94a-53cf8370708e"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="44a55e8d-907a-4753-b94a-53cf8370708e"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="44a55e8d-907a-4753-b94a-53cf8370708e"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="44a55e8d-907a-4753-b94a-53cf8370708e"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="b1e4cdc0-da83-464f-8506-9673b79df7ce"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="b1e4cdc0-da83-464f-8506-9673b79df7ce"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #212120;
  color: #fff;
  padding: 6px 12px 6px 12px;
  border-radius: 6px;
  font-family: "Poppins Medium",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="b1e4cdc0-da83-464f-8506-9673b79df7ce"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="b1e4cdc0-da83-464f-8506-9673b79df7ce"] .btn.btn-primary:hover,
[data-widget-package="com.fliplet.primary-button"][data-uuid="b1e4cdc0-da83-464f-8506-9673b79df7ce"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="b1e4cdc0-da83-464f-8506-9673b79df7ce"] .btn.btn-primary:active:hover {
  background-color: #3A89FC;
  color: #fff;
  border-radius: 12px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="ee0501c8-2e8f-4191-9a1f-46384e48a5f4"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="ee0501c8-2e8f-4191-9a1f-46384e48a5f4"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(151,151,151,0);
  color: #212120;
  padding: 6px 12px 6px 12px;
  border-radius: 6px;
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  font-style: normal;
  text-decoration: none;
  border: 1px solid #212120;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="ee0501c8-2e8f-4191-9a1f-46384e48a5f4"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="ee0501c8-2e8f-4191-9a1f-46384e48a5f4"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="ee0501c8-2e8f-4191-9a1f-46384e48a5f4"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="ee0501c8-2e8f-4191-9a1f-46384e48a5f4"] .btn.btn-secondary:active:hover {
  background-color: rgba(151,151,151,0.0980392);
  color: #3A89FC;
  border-radius: 12px;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="3a63f531-2623-4e91-889f-b502bb2d6f1e"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 49%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 15px 10px 15px;
  padding: 0px 15px 15px 15px;
  border: 1px solid #8D8EA6;
  border-radius: 10px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b524d3c0-dd0f-4153-82ae-33c9432565aa"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b524d3c0-dd0f-4153-82ae-33c9432565aa"] p {
  color: #101046;
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b524d3c0-dd0f-4153-82ae-33c9432565aa"] h1 {
  color: #213440;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b524d3c0-dd0f-4153-82ae-33c9432565aa"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b524d3c0-dd0f-4153-82ae-33c9432565aa"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b524d3c0-dd0f-4153-82ae-33c9432565aa"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b524d3c0-dd0f-4153-82ae-33c9432565aa"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b524d3c0-dd0f-4153-82ae-33c9432565aa"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="d55b4aa4-da44-4e68-a760-73e89467d79b"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="d55b4aa4-da44-4e68-a760-73e89467d79b"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #213440;
  color: #fff;
  padding: 6px 12px 6px 12px;
  border-radius: 6px;
  font-family: "Poppins Medium",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="d55b4aa4-da44-4e68-a760-73e89467d79b"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="d55b4aa4-da44-4e68-a760-73e89467d79b"] .btn.btn-primary:hover,
[data-widget-package="com.fliplet.primary-button"][data-uuid="d55b4aa4-da44-4e68-a760-73e89467d79b"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="d55b4aa4-da44-4e68-a760-73e89467d79b"] .btn.btn-primary:active:hover {
  background-color: #3A89FC;
  color: #fff;
  border-radius: 12px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="20fc247b-0f90-4a90-9638-6fe1260f5e99"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="20fc247b-0f90-4a90-9638-6fe1260f5e99"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(151,151,151,0);
  color: #213440;
  padding: 6px 12px 6px 12px;
  border-radius: 6px;
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  font-style: normal;
  text-decoration: none;
  border: 1px solid #213440;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="20fc247b-0f90-4a90-9638-6fe1260f5e99"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="20fc247b-0f90-4a90-9638-6fe1260f5e99"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="20fc247b-0f90-4a90-9638-6fe1260f5e99"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="20fc247b-0f90-4a90-9638-6fe1260f5e99"] .btn.btn-secondary:active:hover {
  background-color: rgba(151,151,151,0.0980392);
  color: #3A89FC;
  border-radius: 12px;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="24a2c799-c3aa-48de-b00c-6febd223c4c4"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 49%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 15px 10px 15px;
  padding: 0px 15px 15px 15px;
  border: 1px solid #8D8EA6;
  border-radius: 10px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="6ccba83d-b221-4d80-be2c-60181a7a9b56"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="6ccba83d-b221-4d80-be2c-60181a7a9b56"] p {
  color: #344B42;
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6ccba83d-b221-4d80-be2c-60181a7a9b56"] h1 {
  color: #010904;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6ccba83d-b221-4d80-be2c-60181a7a9b56"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6ccba83d-b221-4d80-be2c-60181a7a9b56"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6ccba83d-b221-4d80-be2c-60181a7a9b56"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6ccba83d-b221-4d80-be2c-60181a7a9b56"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6ccba83d-b221-4d80-be2c-60181a7a9b56"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="2e17215d-4543-4ee0-aee8-88567d382903"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="2e17215d-4543-4ee0-aee8-88567d382903"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #010904;
  color: #fff;
  padding: 6px 12px 6px 12px;
  border-radius: 6px;
  font-family: "Poppins Medium",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="2e17215d-4543-4ee0-aee8-88567d382903"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="2e17215d-4543-4ee0-aee8-88567d382903"] .btn.btn-primary:hover,
[data-widget-package="com.fliplet.primary-button"][data-uuid="2e17215d-4543-4ee0-aee8-88567d382903"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="2e17215d-4543-4ee0-aee8-88567d382903"] .btn.btn-primary:active:hover {
  background-color: #3A89FC;
  color: #fff;
  border-radius: 12px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="297beae1-1b80-4089-bc49-5cee56f90b67"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="297beae1-1b80-4089-bc49-5cee56f90b67"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(151,151,151,0);
  color: #010904;
  padding: 6px 12px 6px 12px;
  border-radius: 6px;
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  font-style: normal;
  text-decoration: none;
  border: 1px solid #010904;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="297beae1-1b80-4089-bc49-5cee56f90b67"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="297beae1-1b80-4089-bc49-5cee56f90b67"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="297beae1-1b80-4089-bc49-5cee56f90b67"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="297beae1-1b80-4089-bc49-5cee56f90b67"] .btn.btn-secondary:active:hover {
  background-color: rgba(151,151,151,0.0980392);
  color: #3A89FC;
  border-radius: 12px;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="2b36dd59-f0cd-4efe-8f65-fc0774f70907"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 49%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 15px 10px 15px;
  padding: 0px 15px 15px 15px;
  border: 1px solid #8D8EA6;
  border-radius: 10px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a370fdc8-d968-4622-bb79-7f91ef7a5e6d"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="a370fdc8-d968-4622-bb79-7f91ef7a5e6d"] p {
  color: #2D2F2D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a370fdc8-d968-4622-bb79-7f91ef7a5e6d"] h1 {
  color: #22186F;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a370fdc8-d968-4622-bb79-7f91ef7a5e6d"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a370fdc8-d968-4622-bb79-7f91ef7a5e6d"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a370fdc8-d968-4622-bb79-7f91ef7a5e6d"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a370fdc8-d968-4622-bb79-7f91ef7a5e6d"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="a370fdc8-d968-4622-bb79-7f91ef7a5e6d"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="370ad3fb-ec8b-4287-8b83-b67e9dbd6b16"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="370ad3fb-ec8b-4287-8b83-b67e9dbd6b16"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #22186F;
  color: #fff;
  padding: 6px 12px 6px 12px;
  border-radius: 6px;
  font-family: "Poppins Medium",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="370ad3fb-ec8b-4287-8b83-b67e9dbd6b16"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="370ad3fb-ec8b-4287-8b83-b67e9dbd6b16"] .btn.btn-primary:hover,
[data-widget-package="com.fliplet.primary-button"][data-uuid="370ad3fb-ec8b-4287-8b83-b67e9dbd6b16"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="370ad3fb-ec8b-4287-8b83-b67e9dbd6b16"] .btn.btn-primary:active:hover {
  background-color: #3A89FC;
  color: #fff;
  border-radius: 12px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="d4c33d74-bc0c-4018-be6c-5df6bf5ea965"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="d4c33d74-bc0c-4018-be6c-5df6bf5ea965"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(151,151,151,0);
  color: #22186F;
  padding: 6px 12px 6px 12px;
  border-radius: 6px;
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  font-style: normal;
  text-decoration: none;
  border: 1px solid #22186F;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="d4c33d74-bc0c-4018-be6c-5df6bf5ea965"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="d4c33d74-bc0c-4018-be6c-5df6bf5ea965"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="d4c33d74-bc0c-4018-be6c-5df6bf5ea965"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="d4c33d74-bc0c-4018-be6c-5df6bf5ea965"] .btn.btn-secondary:active:hover {
  background-color: rgba(151,151,151,0.0980392);
  color: #3A89FC;
  border-radius: 12px;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="7744844e-74c1-4e41-840e-3814ca1f1406"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 49%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 15px 0px 15px;
  padding: 0px 15px 15px 15px;
  border: 1px solid #8D8EA6;
  border-radius: 10px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="6af29d98-5c04-44c9-a05a-71b5596517e9"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="6af29d98-5c04-44c9-a05a-71b5596517e9"] p {
  color: #4E4723;
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6af29d98-5c04-44c9-a05a-71b5596517e9"] h1 {
  color: #6B2A1B;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6af29d98-5c04-44c9-a05a-71b5596517e9"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6af29d98-5c04-44c9-a05a-71b5596517e9"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6af29d98-5c04-44c9-a05a-71b5596517e9"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6af29d98-5c04-44c9-a05a-71b5596517e9"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="6af29d98-5c04-44c9-a05a-71b5596517e9"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="564e68e4-6702-4c44-bce4-e0034761baae"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="564e68e4-6702-4c44-bce4-e0034761baae"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #6B2A1B;
  color: #fff;
  padding: 6px 12px 6px 12px;
  border-radius: 6px;
  font-family: "Poppins Medium",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="564e68e4-6702-4c44-bce4-e0034761baae"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="564e68e4-6702-4c44-bce4-e0034761baae"] .btn.btn-primary:hover,
[data-widget-package="com.fliplet.primary-button"][data-uuid="564e68e4-6702-4c44-bce4-e0034761baae"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="564e68e4-6702-4c44-bce4-e0034761baae"] .btn.btn-primary:active:hover {
  background-color: #3A89FC;
  color: #fff;
  border-radius: 12px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="3228a3e9-86b6-4ac2-9b72-c75737f95c27"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="3228a3e9-86b6-4ac2-9b72-c75737f95c27"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(151,151,151,0);
  color: #6B2A1B;
  padding: 6px 12px 6px 12px;
  border-radius: 6px;
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  font-style: normal;
  text-decoration: none;
  border: 1px solid #6B2A1B;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="3228a3e9-86b6-4ac2-9b72-c75737f95c27"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="3228a3e9-86b6-4ac2-9b72-c75737f95c27"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="3228a3e9-86b6-4ac2-9b72-c75737f95c27"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="3228a3e9-86b6-4ac2-9b72-c75737f95c27"] .btn.btn-secondary:active:hover {
  background-color: rgba(151,151,151,0.0980392);
  color: #3A89FC;
  border-radius: 12px;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="96900048-a3a0-4016-88ab-b6020dc04ec5"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="96900048-a3a0-4016-88ab-b6020dc04ec5"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="96900048-a3a0-4016-88ab-b6020dc04ec5"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="96900048-a3a0-4016-88ab-b6020dc04ec5"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="96900048-a3a0-4016-88ab-b6020dc04ec5"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="96900048-a3a0-4016-88ab-b6020dc04ec5"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="96900048-a3a0-4016-88ab-b6020dc04ec5"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="96900048-a3a0-4016-88ab-b6020dc04ec5"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="262920bb-62be-451a-a478-3703531bf027"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="262920bb-62be-451a-a478-3703531bf027"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.6;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.text"][data-uuid="262920bb-62be-451a-a478-3703531bf027"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="262920bb-62be-451a-a478-3703531bf027"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="262920bb-62be-451a-a478-3703531bf027"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="262920bb-62be-451a-a478-3703531bf027"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="262920bb-62be-451a-a478-3703531bf027"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="262920bb-62be-451a-a478-3703531bf027"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.container"][data-uuid="929cab66-b780-48ac-990f-064741cb2ae1"] {
  background-image: none;
  background-color: #ffa;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 15px 0px 15px;
  padding: 15px 15px 15px 15px;
  border: none;
  border-radius: 8px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.container"][data-uuid="73c1966f-8d86-4328-b595-a3eeb6fbcbde"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 15px 30px 15px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b529f48c-1209-4075-89d5-ed3f54c3ee07"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 15px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="b529f48c-1209-4075-89d5-ed3f54c3ee07"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b529f48c-1209-4075-89d5-ed3f54c3ee07"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b529f48c-1209-4075-89d5-ed3f54c3ee07"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b529f48c-1209-4075-89d5-ed3f54c3ee07"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b529f48c-1209-4075-89d5-ed3f54c3ee07"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b529f48c-1209-4075-89d5-ed3f54c3ee07"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="b529f48c-1209-4075-89d5-ed3f54c3ee07"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="5515f423-15d5-472c-b3b7-19b0d7b76b78"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100px;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="5515f423-15d5-472c-b3b7-19b0d7b76b78"] .btn.btn-secondary {
  width: 100%;
  height: auto;
  background-color: rgba(151,151,151,0);
  color: #3A89FC;
  padding: 10px 16px 10px 16px;
  border-radius: 12px;
  font-family: "Poppins Regular",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

[data-widget-package="com.fliplet.secondary-button"][data-uuid="5515f423-15d5-472c-b3b7-19b0d7b76b78"] .btn.btn-secondary:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="5515f423-15d5-472c-b3b7-19b0d7b76b78"] .btn.btn-secondary:hover,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="5515f423-15d5-472c-b3b7-19b0d7b76b78"] .btn.btn-secondary:active:focus,
[data-widget-package="com.fliplet.secondary-button"][data-uuid="5515f423-15d5-472c-b3b7-19b0d7b76b78"] .btn.btn-secondary:active:hover {
  background-color: rgba(151,151,151,0.0980392);
  color: #3A89FC;
  border-radius: 12px;
  border: 1px solid #3A89FC;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="3d89b386-7bd9-450f-a578-db0040481906"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.text"][data-uuid="3d89b386-7bd9-450f-a578-db0040481906"] p {
  color: rgba(151,151,151,0.839216);
  font-family: "Poppins Regular",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3d89b386-7bd9-450f-a578-db0040481906"] h1 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 26px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3d89b386-7bd9-450f-a578-db0040481906"] h2 {
  color: #21222D;
  font-family: "Poppins Regular",sans-serif;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3d89b386-7bd9-450f-a578-db0040481906"] h3 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3d89b386-7bd9-450f-a578-db0040481906"] h4 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3d89b386-7bd9-450f-a578-db0040481906"] h5 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.text"][data-uuid="3d89b386-7bd9-450f-a578-db0040481906"] h6 {
  color: #21222D;
  font-family: "Poppins SemiBold",sans-serif;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="7c7792dd-ba3e-4497-9070-c5b760bb834d"] {
  position: relative;
  z-index: auto;
  display: block !important;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: auto;
  max-height: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="7c7792dd-ba3e-4497-9070-c5b760bb834d"] .btn.btn-primary {
  width: 100%;
  height: auto;
  background-color: #3A89FC;
  color: #fff;
  padding: 10px 16px 10px 16px;
  border-radius: 12px;
  font-family: "Poppins Medium",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.primary-button"][data-uuid="7c7792dd-ba3e-4497-9070-c5b760bb834d"] .btn.btn-primary:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="7c7792dd-ba3e-4497-9070-c5b760bb834d"] .btn.btn-primary:hover,
[data-widget-package="com.fliplet.primary-button"][data-uuid="7c7792dd-ba3e-4497-9070-c5b760bb834d"] .btn.btn-primary:active:focus,
[data-widget-package="com.fliplet.primary-button"][data-uuid="7c7792dd-ba3e-4497-9070-c5b760bb834d"] .btn.btn-primary:active:hover {
  background-color: #3A89FC;
  color: #fff;
  border-radius: 12px;
  border: none;
  box-shadow: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] {
  max-width: 600px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] {
  padding-top: 10px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .dynamic-list-add-item {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(151,151,151,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(151,151,151,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel .comments-offline {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(151,151,151,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(151,151,151,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(151,151,151,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(151,151,151,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter {
  border-color: rgba(22,28,29,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter:focus {
  color: rgba(22,28,29,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(22,28,29,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .filter-holder .panel .panel-collapse {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .filter-holder .panel-default>.panel-heading {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .filter-holder .panel-default>.panel-heading {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(22,28,29,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #E1EAF9;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .section-top-wrapper .search-holder .search-feed {
  color: #979797;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .section-top-wrapper .search-holder .fa {
  color: #CCDEFB;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .slide-over .news-feed-item-inner-content {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Poppins Medium",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-list-wrapper .news-feed-list-item,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content {
  border-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 14px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 12px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa.animated {
  color: #ed4956;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .news-feed-item-content .slide-under {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Poppins Medium",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(22,28,29,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .btn.search-btn {
  color: #979797;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .list-search-icon .list-search-cancel .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #aaa;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .list-search-icon .list-search-cancel .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .list-search-icon .toggle-bookmarks .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .new-news-feed-list-container .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="760b5ff4-5a36-4211-93ab-8afa948bc16e"] .news-feed-list-container .list-search-icon .sort-group .fa-sort-amount-desc {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.container"][data-uuid="5d1dbb02-9ea3-4cb2-b385-08ad4e4b7006"] {
  background-image: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  z-index: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto !important;
  min-height: 50px !important;
  max-height: none;
  overflow-x: visible;
  overflow-y: visible;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] {
  max-width: 600px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] {
  padding-top: 10px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .dynamic-list-add-item {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(151,151,151,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(151,151,151,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel .comments-offline {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(151,151,151,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(151,151,151,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(151,151,151,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(151,151,151,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter {
  border-color: rgba(22,28,29,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter:focus {
  color: rgba(22,28,29,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(22,28,29,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .filter-holder .panel .panel-collapse {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .filter-holder .panel-default>.panel-heading {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .filter-holder .panel-default>.panel-heading {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(22,28,29,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #E1EAF9;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .section-top-wrapper .search-holder .search-feed {
  color: #979797;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .section-top-wrapper .search-holder .fa {
  color: #CCDEFB;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .slide-over .news-feed-item-inner-content {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Poppins Medium",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-list-wrapper .news-feed-list-item,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content {
  border-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 14px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 12px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa.animated {
  color: #ed4956;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .news-feed-item-content .slide-under {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Poppins Medium",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(22,28,29,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .btn.search-btn {
  color: #979797;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .list-search-icon .list-search-cancel .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #aaa;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .list-search-icon .list-search-cancel .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .list-search-icon .toggle-bookmarks .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .new-news-feed-list-container .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="c5064903-791a-463c-9e16-3cc705104ede"] .news-feed-list-container .list-search-icon .sort-group .fa-sort-amount-desc {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] {
  position: relative;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] {
  z-index: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] {
  width: 100%;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] {
  max-width: 600px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] {
  display: block;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] {
  margin-left: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] {
  margin-right: auto;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] {
  padding-top: 10px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] {
  padding-right: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] {
  padding-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] {
  padding-left: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .dynamic-list-add-item {
  background-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .dynamic-list-add-item .fa-plus {
  color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel .loading-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel .loading-holder {
  color: rgba(151,151,151,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel .comments-offline {
  background-color: rgba(151,151,151,0.4);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel .comments-offline,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel .comments-offline {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel .news-feed-comment-panel-header,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel .news-feed-comment-panel-header {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  background: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel .news-feed-comment-input-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel .news-feed-comment-input-holder {
  border-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:focus,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel .news-feed-comment-input-holder .cancel:active:focus {
  color: rgba(151,151,151,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  border-color: rgba(151,151,151,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel .news-feed-comment-input-holder .btn.save,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.comment,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel .news-feed-comment-input-holder .btn.save {
  color: rgba(151,151,151,0.3);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel .top-comment-holder {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel .fl-individual-comment.editing .top-comment-holder {
  background-color: rgba(151,151,151,0.08);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel .fl-comment-thumb,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel .fl-comment-thumb {
  background-color: rgba(151,151,151,0.04);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel textarea[data-comment-body],
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel textarea[data-comment-body] {
  color: rgba(151,151,151,0.839216);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-comment-panel textarea[data-comment-body] ~ .typeahead.dropdown-menu {
  border-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-wrapper {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-search-filter-overlay .news-feed-overlay-header {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter {
  border-color: rgba(22,28,29,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter:hover,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter:focus {
  color: rgba(22,28,29,0.7);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-search-filter-overlay .hidden-filter-controls-filter.fl-date-picker>.fa:first-child {
  border-color: rgba(22,28,29,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .filter-holder .panel .panel-collapse {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .filter-holder .panel-default>.panel-heading {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .filter-holder .panel-default>.panel-heading {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .filter-holder .panel-default>.panel-heading {
  border-bottom-color: rgba(22,28,29,0.2);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .section-top-wrapper .search-holder input[type="search"] {
  border-color: #E1EAF9;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .section-top-wrapper .search-holder input[type="search"]:focus {
  border-color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .section-top-wrapper .search-holder .search-feed {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .section-top-wrapper .search-holder .search-feed {
  color: #979797;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .section-top-wrapper .search-holder .search-feed::placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .section-top-wrapper .search-holder .search-feed:-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .section-top-wrapper .search-holder .search-feed::-ms-input-placeholder {
  color: rgba(151,151,151,0.8);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .section-top-wrapper .search-holder .fa {
  color: #CCDEFB;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .slide-over .news-feed-item-inner-content {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Poppins Medium",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-top: 8px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  margin-bottom: 30px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .slide-over .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-list-wrapper .news-feed-list-item,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-list-wrapper .news-feed-list-item {
  border-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content {
  border-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-left-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .slide-under {
  border-top-right-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-left-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .slide-over,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .slide-over {
  border-bottom-right-radius: 16px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-size: 14px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  line-height: 1.4;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-top: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  margin-bottom: 0px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .news-feed-item-description,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .news-feed-item-description {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-family: "Poppins Regular",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-size: 12px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  line-height: 1.6;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .news-feed-info-holder .news-feed-date-category {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .news-feed-like-holder .news-feed-like-wrapper .fa.animated {
  color: #ed4956;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .news-feed-bookmark-holder .news-feed-bookmark-wrapper .fa.animated {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .news-feed-item-content .slide-under,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .news-feed-item-content .slide-under {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-family: "Poppins Medium",sans-serif;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-size: 18px;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  line-height: 1.3;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-weight: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  font-style: normal;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  text-decoration: none;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title {
  color: #161C1D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-item-inner-content h2.news-feed-item-title:after {
  background-color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  color: rgba(22,28,29,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-detail-overlay .news-feed-detail-overlay-wrapper .news-feed-list-detail-image-wrapper {
  background-color: rgba(51,51,51,0.05);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .filter-holder .panel .panel-collapse,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .filter-holder .panel .panel-collapse {
  background-color: #fff;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .btn.search-btn {
  color: #979797;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .btn.search-btn,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .btn.search-btn {
  background-color: rgba(151,151,151,0.1);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .list-search-icon .list-search-cancel .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .list-search-icon .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #aaa;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .list-search-icon .list-search-cancel .fa-times,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .list-search-icon.active .fa-sliders,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .list-search-icon .list-search-cancel .fa-times {
  color: #3A89FC;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .list-search-icon .toggle-bookmarks.mixitup-control-active .fa {
  color: #21222D;
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .list-search-icon .toggle-bookmarks .fa,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .list-search-icon .toggle-bookmarks .fa {
  color: rgba(51,51,51,0.5);
}

[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .new-news-feed-list-container .list-search-icon .sort-group .fa-sort-amount-desc,
[data-widget-package="com.fliplet.dynamic-lists"][data-settings-layout="news-feed"][data-uuid="ca447900-cf14-468b-8bf9-bc482db0b949"] .news-feed-list-container .list-search-icon .sort-group .fa-sort-amount-desc {
  color: rgba(51,51,51,0.5);
}