/* AMOS-LAYOUT VARIABLES */
/* default amos-layout base color */
/* default variables for platform customizations
override into main.less on bottom */
/* default color variables for brand customize */
/*platform text based color*/
/*apply to most text tags*/
/* default color platform basic interface*/
/* default backend background color and image */
/* ../ because it's referred to assets directory in head tag */
/* default background content parts color */
/* default border color */
/* default box-shadow */
/* utility color */
/* status color */
/* social color */
/* plugin custom color */
/* AMOS-LAYOUT UTILITY
nb: use only vars in variables.less because this file is imported by other plugin
 */
.cover-object {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/**
FLEXBOX
 */
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexbox-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/**
BOX SHADOW
 */
/**
TRANSITION
 */
/**
LINEAR GRADIENT
 */
/**
TODO CHECK POSITION
 */
.container-custom,
.containerCustomStyle {
  padding-left: 4%;
  padding-right: 4%;
}
.container-custom::before,
.containerCustomStyle::before {
  display: table;
  content: " ";
}
.container-custom::after,
.containerCustomStyle::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom,
nav .containerCustomStyle {
  padding-left: calc(4% - 2*4px);
  padding-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 6%;
    padding-right: 6%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(6% - 2*4px);
    padding-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 10%;
    padding-right: 10%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(10% - 2*4px);
    padding-right: calc(10% - 2*4px);
  }
}
.container-custom-margin,
.containerCustomStyleMargin {
  margin-left: 4%;
  margin-right: 4%;
}
.container-custom-margin::before,
.containerCustomStyleMargin::before {
  display: table;
  content: " ";
}
.container-custom-margin::after,
.containerCustomStyleMargin::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom-margin,
nav .containerCustomStyleMargin {
  margin-left: calc(4% - 2*4px);
  margin-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 6%;
    margin-right: 6%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(6% - 2*4px);
    margin-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 10%;
    margin-right: 10%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(10% - 2*4px);
    margin-right: calc(10% - 2*4px);
  }
}
.boxesStyle {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.boxesStyle .pluginName,
.boxesStyle .language-item {
  display: block;
  color: #ffffff;
}
.boxesStyle .color-primary {
  background-color: transparent !important;
}
.boxesStyle .ic,
.boxesStyle .am,
.boxesStyle .dash {
  color: #ffffff;
  margin-bottom: 7px;
  display: inline-block;
}
.boxesStyle .ic:before,
.boxesStyle .am:before,
.boxesStyle .dash:before {
  font-size: 3rem;
}
.boxesStyle .icon-open-modal:before {
  font-size: 2.1rem;
}
.boxesStyle .am-2 {
  font-size: unset;
}
@media screen and (max-width: 768px) {
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxesStyle .ic:before,
  .boxesStyle .am:before,
  .boxesStyle .dash:before {
    font-size: 4rem;
  }
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.20rem;
  }
}
.boxWidgetHeaderStyle .box-widget {
  padding: 0;
}
.boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title {
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.35rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .am-2,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    font-size: 1.6rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    margin-left: 2%;
    width: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(6% + (80% / 4 - 4px));
    position: absolute;
    padding-left: 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
    position: relative;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper .box-widget-title {
    position: absolute;
    top: 0;
    right: 0;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    position: relative;
    right: 0;
    text-transform: none;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all a {
    position: absolute;
    right: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 10%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    padding-left: 10%;
    width: calc(10% + (80% / 6 - 4px));
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(10% + (80% / 8 - 4px));
  }
}
.no-margin {
  margin: 0;
}
.btn-connect-to-user {
  justify-content: center !important;
}
.box-widget.latest-users .search-buttons {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 60px;
  align-items: center;
  flex-grow: 0;
}
.box-widget.latest-users .search-buttons .btn {
  margin: 0;
  font-weight: normal;
  font-size: 1.2rem;
}
.box-widget.latest-users .list-items {
  padding-top: 0;
  transition: opacity 0.5s ease-in-out;
}
.box-widget.latest-users .list-items.loading {
  opacity: .1;
}
.box-widget.latest-users .list-items [data-role='list-view'] {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.box-widget.latest-users .list-items [data-role='list-view'] .list-item {
  flex-basis: calc(50% - 16px);
  box-sizing: border-box;
  border-bottom: solid 1px #b4c2ca;
  padding: 8px 0;
  margin: 0 8px;
}
.box-widget.latest-users .list-items [data-role='list-view'] .list-item:not(:nth-child(-n+4)) {
  border-bottom: 0;
}
.box-widget.latest-users .list-items [data-role='list-view'] .list-item .user-box {
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-right: solid 1px #b4c2ca;
  margin: 0 -8px;
  padding: 0 8px;
}
.box-widget.latest-users .list-items [data-role='list-view'] .list-item:nth-child(2n) .user-box {
  border-right: 0;
}
.box-widget.latest-users .list-items [data-role='list-view'] .profile-icon {
  width: 50px;
  flex-basis: 50px;
  height: 50px;
  border: 0;
}
.box-widget.latest-users .list-items [data-role='list-view'] .profile-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  color: #000000;
  font-size: 1rem;
  line-height: 1.2;
  padding-left: 10px;
  flex-basis: calc(100% - 9/4*40px);
}
.box-widget.latest-users .list-items [data-role='list-view'] .profile-info .name.surname,
.box-widget.latest-users .list-items [data-role='list-view'] .profile-info .company {
  font-weight: bold;
}
.box-widget.latest-users .list-items [data-role='list-view'] .profile-info .name.surname {
  font-size: 1rem;
  margin-bottom: 10px;
}
.box-widget.latest-users .pagination {
  display: none;
}
.box-widget.latest-users .shortPager {
  display: flex;
  margin: 0;
  height: 80px;
  align-items: center;
  justify-content: center;
}
.box-widget.latest-users .shortPager > li > a,
.box-widget.latest-users .shortPager > li.active > a,
.box-widget.latest-users .shortPager > li.prev > a,
.box-widget.latest-users .shortPager > li.next > a,
.box-widget.latest-users .shortPager > li > span,
.box-widget.latest-users .shortPager > li.active > span,
.box-widget.latest-users .shortPager > li.prev > span,
.box-widget.latest-users .shortPager > li.next > span {
  background-color: transparent;
  border: 0 transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #5e7887;
}
.box-widget.latest-users .shortPager > li.active > a {
  color: #ffffff;
  background-color: #297a38;
  border-color: #003354;
}
.box-widget.latest-users section {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .box-widget.latest-users .list-items [data-role='list-view'] .list-item {
    flex-basis: calc(50% - 40px);
    padding: 20px 0;
    margin: 0 20px;
  }
  .box-widget.latest-users .list-items [data-role='list-view'] .list-item .user-box {
    margin: 0 -20px;
    padding: 0 20px;
    min-height: 80px;
  }
  .box-widget.latest-users .list-items [data-role='list-view'] .list-item .user-box .profile-icon {
    flex-basis: 80px;
    height: 80px;
  }
  .box-widget.latest-users .list-items [data-role='list-view'] .list-item .user-box .profile-info {
    font-size: 1.1rem;
    flex-basis: calc(100% - 5/4*80px);
  }
  .box-widget.latest-users .list-items [data-role='list-view'] .list-item .user-box .profile-info .name.surname {
    font-size: 1.5rem;
  }
  .box-widget.latest-users .shortPager {
    margin-left: 16%;
  }
  .box-widget.latest-users .search-buttons {
    justify-content: flex-end;
    margin-bottom: 0;
    padding-top: 20px;
    padding-right: 20px;
  }
  .box-widget.latest-users .search-buttons .btn:not(:last-of-type) {
    margin-right: 10px;
  }
  .box-widget.latest-users section {
    display: block;
    flex-direction: none;
  }
}
@media screen and (min-width: 1025px) {
  .box-widget.latest-users .list-items [data-role='list-view'] .list-item {
    flex-basis: calc(100%/3 - 40px);
  }
  .box-widget.latest-users .list-items [data-role='list-view'] .list-item:not(:nth-child(-n+4)) {
    border-bottom: solid 1px #b4c2ca;
  }
  .box-widget.latest-users .list-items [data-role='list-view'] .list-item:not(:nth-child(-n+3)) {
    border-bottom: 0;
  }
  .box-widget.latest-users .list-items [data-role='list-view'] .list-item:nth-child(2n) .user-box {
    border-right: solid 1px #b4c2ca;
  }
  .box-widget.latest-users .list-items [data-role='list-view'] .list-item:nth-child(3n) .user-box {
    border-right: 0;
  }
  .box-widget.latest-users .shortPager > li > a,
  .box-widget.latest-users .shortPager > li.active > a,
  .box-widget.latest-users .shortPager > li.prev > a,
  .box-widget.latest-users .shortPager > li.next > a,
  .box-widget.latest-users .shortPager > li > span,
  .box-widget.latest-users .shortPager > li.active > span,
  .box-widget.latest-users .shortPager > li.prev > span,
  .box-widget.latest-users .shortPager > li.next > span {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .box-widget.latest-users .shortPager {
    margin-left: 12%;
  }
}
