@charset "UTF-8";
/* colors.scss */
/* #D2D3D3;*/
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* end colors.scss */
/*fonts.scss */
@import url(//fonts.googleapis.com/css?family=Exo);
@import url(//fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i);
/* end fonts.scss */
/* Base setup */
@import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
.starPicker {
  margin-bottom: 5px !important;
  /* Ratings widget */
  /* Hide radio */
  /* Order correctly by floating highest to the right */
  /* The star of the show */
  /* Half star trick */
  /* Click + hover color */
  /* color previous stars on hover */
  /* Hover highlights */
}
.starPicker h1 {
  font-size: 2em;
  margin-bottom: 0.5rem;
}
.starPicker .rate {
  display: inline-block;
  border: 0;
}
.starPicker .rate > input {
  display: none;
}
.starPicker .rate > label {
  float: right;
}
.starPicker .rate > label:before {
  display: inline-block;
  font-size: 2rem;
  padding: 0.3rem 0.2rem;
  margin: 0;
  cursor: pointer;
  font-family: FontAwesome;
  content: "";
  /* full star */
}
.starPicker .rate .half:before {
  content: "";
  /* half star no outline */
  position: absolute;
  padding-right: 0;
}
.starPicker input:checked ~ label,
.starPicker label:hover, .starPicker label:hover ~ label {
  color: #73B100 !important;
}
.starPicker input:checked + label:hover, .starPicker input:checked ~ label:hover,
.starPicker input:checked ~ label:hover ~ label,
.starPicker label:hover ~ input:checked ~ label {
  color: #A6E72D;
}

.main-menu-content.list {
  margin-left: 0px;
  padding-top: 0px;
  line-height: 32px;
}
.main-menu-content.list ul {
  padding-left: 0px;
  padding-top: 0px;
}
.main-menu-content.list ul li {
  display: block;
  text-align: left;
  width: 100%;
}
.main-menu-content.list ul li a {
  padding: 0px;
}
.main-menu-content.horizontal ul {
  list-style-type: none;
  margin-top: 20px;
  display: flex;
}
.main-menu-content.horizontal ul li a svg {
  margin-right: 5px;
}
.main-menu-content nav ul.rowed li a {
  padding: 5px 0px 0px 20px;
}
.main-menu-content nav ul.rowed li.active a.nav-link {
  padding: 5px 0px 0px 20px;
}

#forum_search_bar:focus {
  outline: none;
}

/*====================================================
    header
 ====================================================*/
.header-top-bar {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
}
@media (max-width: 1366px) {
  .header-top-bar {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-bar {
    padding-top: 10px;
    padding-bottom: 18px;
    display: none;
    height: auto !important;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-top-bar {
    padding-top: 10px;
    padding-bottom: 18px;
    display: none;
    height: auto !important;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-top-bar {
    padding-top: 10px;
    padding-bottom: 18px;
    display: none;
    height: auto !important;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-content {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-top-content {
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-top-content {
    text-align: center;
  }
}
.header-top-content .list-items li {
  padding-right: 13px;
  margin-bottom: 5px;
  display: inline-block;
  color: #0d233e;
  text-transform: inherit;
  font-size: 14px;
}
.header-top-content .list-items li:last-child {
  padding-right: 0;
}
.header-top-content .list-items li .la {
  margin-right: 3px;
}
.header-top-content .list-items li a {
  color: #0d233e;
}
.header-top-content .list-items li a:before {
  display: none;
}
.header-top-content .social-profile a {
  background-color: rgba(255, 255, 255, 0.1);
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.header-top-content .social-profile a:hover {
  background-color: #fff;
  color: #287dfa;
}

/*========== header-right ========*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right {
    padding-top: 5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-right {
    padding-top: 5px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-right {
    padding-top: 5px;
  }
}
@media (max-width: 375px) {
  .header-right {
    display: block !important;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right.justify-content-end {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-right.justify-content-end {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-right.justify-content-end {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media (max-width: 600px) {
  .header-right .list-items {
    margin-right: 0 !important;
  }
}
@media (max-width: 600px) {
  .header-right .header-right-action .select-contain {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/*========== header-right-action ========*/
.header-right-action .select-contain {
  margin-right: 12px;
}
@media (max-width: 375px) {
  .header-right-action .select-contain {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.header-right-action .select-contain .bs-searchbox {
  display: none;
}
.header-right-action .select-contain .dropdown-toggle {
  background-color: transparent !important;
  border: none !important;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
}
.header-right-action .select-contain .dropdown-menu {
  padding-top: 0;
  margin-top: 10px;
}
.header-right-action .select-contain .dropdown-item {
  font-size: 14px;
  padding: 0 10px;
  min-width: 80px;
}
.header-right-action .theme-btn {
  font-size: 14px;
}

/*===== header-menu-wrapper ========*/
.header-menu-wrapper {
  background: #3B404C;
  z-index: 1024;
  min-height: 80px;
}
@media (max-width: 1366px) {
  .header-menu-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
.header-menu-wrapper .menu-toggler {
  background: #646464;
}
.header-menu-wrapper.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
@media (max-width: 1199px) {
  .header-menu-wrapper.header-fixed {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.header-menu-wrapper #searchRow {
  margin-top: 20px;
  height: 40px;
  background: #fff;
  border-radius: 20px;
  display: flex;
}
.header-menu-wrapper #searchRow .searchText {
  width: calc(100% - 36px);
}
.header-menu-wrapper #searchRow .searchText input {
  margin-left: 25px;
  width: calc(100% - 20px);
  height: 100%;
  border: 1px solid #fff;
}
.header-menu-wrapper #searchRow .searchIcon {
  width: 36px;
  height: 36px;
  margin: 2px;
  text-align: center;
  border-radius: 50%;
  padding-top: 5px;
  color: #FFF;
  background: #1da1f2;
  cursor: pointer;
}
.header-menu-wrapper .menu-wrapper .mobile_title {
  color: #FFF;
  font-size: 0.6em;
  float: left;
  text-transform: uppercase;
  max-width: 80%;
}
.header-menu-wrapper .menu-wrapper .mobile_title h1 {
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu-wrapper .menu-wrapper {
    padding-bottom: 0px;
  }
  .header-menu-wrapper .menu-wrapper ul {
    display: list-item;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-menu-wrapper .menu-wrapper {
    padding-bottom: 0px;
  }
  .header-menu-wrapper .menu-wrapper ul {
    display: list-item;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-menu-wrapper .menu-wrapper {
    padding-bottom: 0px;
  }
  .header-menu-wrapper .menu-wrapper ul {
    display: list-item;
  }
}
@media (max-width: 375px) {
  .header-menu-wrapper .menu-wrapper {
    padding-bottom: 0px;
  }
  .header-menu-wrapper .menu-wrapper ul {
    display: list-item;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu-wrapper #actionMenuWrapper {
    background: #646464;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-menu-wrapper #actionMenuWrapper {
    background: #646464;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-menu-wrapper #actionMenuWrapper {
    background: #646464;
    padding-bottom: 15px;
  }
}
@media (max-width: 375px) {
  .header-menu-wrapper #actionMenuWrapper {
    background: #646464;
    padding-bottom: 15px;
  }
}
.header-menu-wrapper #forum_user_status_bar {
  margin-top: 20px;
  display: flex;
}
.header-menu-wrapper #forum_user_status_bar #forum_user_inner {
  width: 100%;
  display: flex;
  max-width: calc(100% - 40px);
  height: 40px;
  background: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu-wrapper #forum_user_status_bar #forum_user_inner {
    max-width: 40px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-menu-wrapper #forum_user_status_bar #forum_user_inner {
    max-width: 40px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-menu-wrapper #forum_user_status_bar #forum_user_inner {
    max-width: 40px !important;
  }
}
@media (max-width: 375px) {
  .header-menu-wrapper #forum_user_status_bar #forum_user_inner {
    max-width: 40px !important;
  }
}
.header-menu-wrapper #forum_user_status_bar #forum_user_inner #general_connect_pic {
  width: 37px;
  height: 37px;
  margin: 2px;
  padding-top: 0px;
  background: #DDDDDD;
  display: block;
  text-align: center;
  border-radius: 50%;
}
.header-menu-wrapper #forum_user_status_bar #forum_user_inner .userPic i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.header-menu-wrapper #forum_user_status_bar #forum_user_inner .userPic i.fa-user {
  margin: 0px !important;
  background: none !important;
}
.header-menu-wrapper #forum_user_status_bar #forum_user_inner .userPic #general_connect_pic .fa-user {
  margin: 10px 0px 0px -2px !important;
}
.header-menu-wrapper #forum_user_status_bar #forum_user_inner a#optionsStackOpener {
  display: flex !important;
  text-decoration: none;
  color: #000;
  overflow: hidden;
}
.header-menu-wrapper #forum_user_status_bar #forum_user_inner a#optionsStackOpener:after {
  display: none !important;
}
.header-menu-wrapper #forum_user_status_bar #forum_user_inner a#optionsStackOpener .userPic {
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.header-menu-wrapper #forum_user_status_bar #forum_user_inner a#optionsStackOpener .userPic img {
  max-width: 36px;
  border-radius: 50%;
  margin: 2px;
}
.header-menu-wrapper #forum_user_status_bar #forum_user_inner a#optionsStackOpener .userPic i {
  background: #DDDDDD;
  padding: 10px;
  border-radius: 50%;
  margin: 2px;
}
.header-menu-wrapper #forum_user_status_bar #forum_user_inner a#optionsStackOpener .nickname {
  width: calc(100% - 40px);
  margin-top: 3px;
  padding: 5px;
}
.header-menu-wrapper #forum_user_status_bar #forum_user_inner #options_stack ul {
  list-style-type: none;
}
.header-menu-wrapper #forum_user_status_bar .status {
  width: 100%;
}
.header-menu-wrapper #forum_user_status_bar #user_notifs #notifications .dropdown-toggle {
  margin-left: 5px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
}
.header-menu-wrapper #forum_user_status_bar #user_notifs #notifications .dropdown-toggle:after {
  display: none;
}
.header-menu-wrapper #forum_user_status_bar #user_notifs #notifications .dropdown-toggle i {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 10px;
}
.header-menu-wrapper #forum_user_status_bar #user_notifs #notifications .dropdown-menu {
  display: none;
}
.header-menu-wrapper #forum_user_status_bar #user_notifs #notifications .dropdown-menu.show {
  display: block;
}
.header-menu-wrapper #forum_user_status_bar #user_notifs #notifications .dropdown-menu .notif {
  color: #000;
}
.header-menu-wrapper #forum_user_status_bar #user_notifs #notifications .dropdown-menu .notif a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.header-menu-wrapper #forum_user_status_bar #user_notifs #notifications .dropdown-menu .notif a .from_user {
  display: flex;
  margin-bottom: 5px;
}
.header-menu-wrapper #forum_user_status_bar #user_notifs #notifications .dropdown-menu .notif a .from_user .from_user_name {
  font-weight: bold;
  margin-left: 10px;
}
.header-menu-wrapper #forum_user_status_bar #user_notifs #notifications .dropdown-menu .notif a .from_user .read_icon {
  margin-left: auto;
}
.header-menu-wrapper #forum_user_status_bar #user_notifs #notifications .dropdown-menu .notif a .msg_preview {
  color: #333;
  font-size: 0.9em;
}
.header-menu-wrapper #forum_user_status_bar #user_notifs #notifications .dropdown-menu .notif a .sent {
  color: 333;
  margin-top: 15px;
  text-align: right;
  font-size: 0.7em;
  font-weight: bold;
}
.header-menu-wrapper #forum_user_status_bar #user_notifs #notifications .dropdown-menu .notif:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.header-menu-wrapper #forum_user_status_bar #general_connect {
  cursor: pointer;
  line-height: 35px;
}
.header-menu-wrapper #forum_user_status_bar #general_connect:hover {
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu-wrapper #forum_user_inner {
    width: 41px;
  }
  .header-menu-wrapper #forum_user_inner .nickname {
    display: none;
  }
  .header-menu-wrapper #forum_user_inner .status {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-menu-wrapper #forum_user_inner {
    width: 41px;
  }
  .header-menu-wrapper #forum_user_inner .nickname {
    display: none;
  }
  .header-menu-wrapper #forum_user_inner .status {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-menu-wrapper #forum_user_inner {
    width: 41px;
  }
  .header-menu-wrapper #forum_user_inner .nickname {
    display: none;
  }
  .header-menu-wrapper #forum_user_inner .status {
    display: none;
  }
}
@media (max-width: 375px) {
  .header-menu-wrapper #forum_user_inner {
    width: 41px;
  }
  .header-menu-wrapper #forum_user_inner .nickname {
    display: none;
  }
  .header-menu-wrapper #forum_user_inner .status {
    display: none;
  }
}

/*===== menu-wrapper ========*/
.menu-wrapper {
  align-items: center;
  position: relative;
  /*======== main-menu-content =========*/
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-wrapper #actionMenuWrapper {
    display: none;
  }
  .menu-wrapper.show .main-menu-content {
    display: block;
  }
  .menu-wrapper.show #actionMenuWrapper {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-wrapper #actionMenuWrapper {
    display: none;
  }
  .menu-wrapper.show .main-menu-content {
    display: block;
  }
  .menu-wrapper.show #actionMenuWrapper {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-wrapper #actionMenuWrapper {
    display: none;
  }
  .menu-wrapper.show .main-menu-content {
    display: block;
  }
  .menu-wrapper.show #actionMenuWrapper {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-wrapper .main-menu-content {
    display: none;
    margin-left: 0 !important;
    padding: 15px 0 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-wrapper .main-menu-content {
    display: none;
    margin-left: 0 !important;
    padding: 15px 0 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-wrapper .main-menu-content {
    display: none;
    margin-left: 0 !important;
    padding: 15px 0 0 0;
    width: 100%;
  }
}
.menu-wrapper .main-menu-content ul li {
  display: inline-block;
  text-transform: capitalize;
  padding-right: 23px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-wrapper .main-menu-content ul li {
    display: block;
    padding-bottom: 15px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-wrapper .main-menu-content ul li {
    display: block;
    padding-bottom: 15px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-wrapper .main-menu-content ul li {
    display: block;
    padding-bottom: 15px;
    padding-right: 0;
  }
}
.menu-wrapper .main-menu-content ul li .drop-menu-toggler {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #0d233e;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  outline: none;
  z-index: 2;
  background-color: transparent;
}
.menu-wrapper .main-menu-content ul li .drop-menu-toggler .la-angle-down {
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-wrapper .main-menu-content ul li .drop-menu-toggler .la-angle-down {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-wrapper .main-menu-content ul li .drop-menu-toggler .la-angle-down {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-wrapper .main-menu-content ul li .drop-menu-toggler .la-angle-down {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-wrapper .main-menu-content ul li .drop-menu-toggler {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-wrapper .main-menu-content ul li .drop-menu-toggler {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-wrapper .main-menu-content ul li .drop-menu-toggler {
    display: block;
  }
}
.menu-wrapper .main-menu-content ul li .drop-menu-toggler:hover {
  background-color: rgba(128, 137, 150, 0.1);
}
.menu-wrapper .main-menu-content ul li a {
  color: #FFF;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  padding-bottom: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-wrapper .main-menu-content ul li a {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-wrapper .main-menu-content ul li a {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-wrapper .main-menu-content ul li a {
    padding-bottom: 0;
  }
}
.menu-wrapper .main-menu-content ul li a .la-angle-down {
  font-size: 12px;
  color: #5d646d;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-wrapper .main-menu-content ul li a .la-angle-down {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-wrapper .main-menu-content ul li a .la-angle-down {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-wrapper .main-menu-content ul li a .la-angle-down {
    display: none;
  }
}
.menu-wrapper .main-menu-content ul li a:hover {
  color: #287dfa;
}
.menu-wrapper .main-menu-content ul li .dropdown-menu-item {
  text-align: left;
  position: absolute;
  top: 30px;
  left: 0;
  width: 200px;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform-origin: top;
  -webkit-transform: perspective(250px) rotateX(-15deg);
  -moz-transform: perspective(250px) rotateX(-15deg);
  -ms-transform: perspective(250px) rotateX(-15deg);
  -o-transform: perspective(250px) rotateX(-15deg);
  transform: perspective(250px) rotateX(-15deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    display: none;
    width: 100%;
    height: 210px;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    position: relative;
    top: auto;
    left: auto;
    padding-bottom: 0;
    background-color: transparent;
  }
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar {
    width: 8px;
  }
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-track {
    background-color: rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb {
    background-color: rgba(128, 137, 150, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb:hover {
    background-color: rgba(128, 137, 150, 0.4);
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    display: none;
    width: 100%;
    height: 210px;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    position: relative;
    top: auto;
    left: auto;
    padding-bottom: 0;
    background-color: transparent;
  }
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar {
    width: 8px;
  }
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-track {
    background-color: rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb {
    background-color: rgba(128, 137, 150, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb:hover {
    background-color: rgba(128, 137, 150, 0.4);
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    display: none;
    width: 100%;
    height: 210px;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    position: relative;
    top: auto;
    left: auto;
    padding-bottom: 0;
    background-color: transparent;
  }
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar {
    width: 8px;
  }
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-track {
    background-color: rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb {
    background-color: rgba(128, 137, 150, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item::-webkit-scrollbar-thumb:hover {
    background-color: rgba(128, 137, 150, 0.4);
  }
}
.menu-wrapper .main-menu-content ul li .dropdown-menu-item li {
  display: block;
  padding-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item li {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item li {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item li {
    padding-bottom: 0;
  }
}
.menu-wrapper .main-menu-content ul li .dropdown-menu-item li a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 3px 25px;
  color: #5d646d;
  font-size: 15px;
}
.menu-wrapper .main-menu-content ul li .dropdown-menu-item li a .la-plus {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item li a .la-plus {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item li a .la-plus {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item li a .la-plus {
    display: none;
  }
}
.menu-wrapper .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #0d233e;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 2;
  outline: none;
  border: none;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler {
    display: block;
  }
}
.menu-wrapper .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler .la-plus {
  display: block;
}
.menu-wrapper .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler:hover {
  background-color: rgba(128, 137, 150, 0.1);
}
.menu-wrapper .main-menu-content ul li .dropdown-menu-item li a:hover {
  color: #287dfa;
}
.menu-wrapper .main-menu-content ul li .dropdown-menu-item li .sub-menu {
  position: absolute;
  top: -10px;
  left: 200px;
  width: 200px;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform-origin: top;
  -webkit-transform: perspective(250px) rotateX(-15deg);
  -moz-transform: perspective(250px) rotateX(-15deg);
  -ms-transform: perspective(250px) rotateX(-15deg);
  -o-transform: perspective(250px) rotateX(-15deg);
  transform: perspective(250px) rotateX(-15deg);
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item li .sub-menu {
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    opacity: 1;
    visibility: visible;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    padding: 5px 0 5px 25px;
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item li .sub-menu {
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    opacity: 1;
    visibility: visible;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    padding: 5px 0 5px 25px;
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-wrapper .main-menu-content ul li .dropdown-menu-item li .sub-menu {
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    opacity: 1;
    visibility: visible;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    padding: 5px 0 5px 25px;
    display: none;
  }
}
.menu-wrapper .main-menu-content ul li .dropdown-menu-item li:hover a .la-plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-wrapper .main-menu-content ul li .mega-menu {
  width: 850px;
  left: -345px;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-wrapper .main-menu-content ul li .mega-menu {
    left: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-wrapper .main-menu-content ul li .mega-menu {
    left: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-wrapper .main-menu-content ul li .mega-menu {
    left: auto;
    width: 100%;
  }
}
.menu-wrapper .main-menu-content ul li .mega-menu .mega-menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}
.menu-wrapper .main-menu-content ul li .mega-menu .mega-menu-item + .mega-menu-item {
  border-left: 1px solid rgba(128, 137, 150, 0.1);
}
.menu-wrapper .main-menu-content ul li.active .drop-menu-toggler {
  background-color: rgba(128, 137, 150, 0.1);
}
.menu-wrapper .main-menu-content ul li.active .drop-menu-toggler::before {
  content: "";
}
.menu-wrapper .main-menu-content ul li:last-child {
  padding-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-wrapper .main-menu-content .langNav .dropdown-menu-item {
    display: inline;
  }
  .menu-wrapper .main-menu-content .langNav .dropdown-menu-item li {
    padding-left: 5%;
    color: #ccc;
  }
  .menu-wrapper .main-menu-content .langNav .dropdown-menu-item li a {
    color: #ccc;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-wrapper .main-menu-content .langNav .dropdown-menu-item {
    display: inline;
  }
  .menu-wrapper .main-menu-content .langNav .dropdown-menu-item li {
    padding-left: 5%;
    color: #ccc;
  }
  .menu-wrapper .main-menu-content .langNav .dropdown-menu-item li a {
    color: #ccc;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-wrapper .main-menu-content .langNav .dropdown-menu-item {
    display: inline;
  }
  .menu-wrapper .main-menu-content .langNav .dropdown-menu-item li {
    padding-left: 5%;
    color: #ccc;
  }
  .menu-wrapper .main-menu-content .langNav .dropdown-menu-item li a {
    color: #ccc;
  }
}

.down-button {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  text-align: center;
  height: 22px;
  line-height: 20px;
  background-color: rgba(128, 137, 150, 0.1);
  color: #5d646d;
  display: none;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.down-button .la {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.down-button.active .la {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.down-button:hover {
  color: #fff;
  background-color: #287dfa;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .down-button {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .down-button {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .down-button {
    display: block;
  }
}

.logo {
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .logo {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .logo {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.logo a {
  display: inline-block;
}

.logo-2 {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo-2 {
    display: flex;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .logo-2 {
    display: flex;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .logo-2 {
    display: flex;
  }
}

.user-menu-open,
.side-menu-close,
.menu-toggler {
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  margin-left: auto;
  background-color: rgba(128, 137, 150, 0.1);
  color: #0d233e;
  font-size: 26px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user-menu-open,
.side-menu-close,
.menu-toggler {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .user-menu-open,
.side-menu-close,
.menu-toggler {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .user-menu-open,
.side-menu-close,
.menu-toggler {
    display: block;
  }
}
.user-menu-open .la-bars,
.side-menu-close .la-bars,
.menu-toggler .la-bars {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.user-menu-open .la-times,
.side-menu-close .la-times,
.menu-toggler .la-times {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.user-menu-open.active .la-bars,
.side-menu-close.active .la-bars,
.menu-toggler.active .la-bars {
  opacity: 0;
  visibility: hidden;
}
.user-menu-open.active .la-times,
.side-menu-close.active .la-times,
.menu-toggler.active .la-times {
  opacity: 1;
  visibility: visible;
}

.dashboard-nav .menu-toggler,
.user-menu-open {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 22px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard-nav .menu-toggler,
.user-menu-open {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .dashboard-nav .menu-toggler,
.user-menu-open {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .dashboard-nav .menu-toggler,
.user-menu-open {
    margin-left: 5px;
  }
}
.dashboard-nav .menu-toggler:hover,
.user-menu-open:hover {
  background-color: #fff;
  color: #287dfa;
}

.side-menu-close {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 22px;
  margin-left: 10px;
  margin-top: 10px;
}
.side-menu-close .la-times {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 992px) {
  .main-menu-content ul li:hover .dropdown-menu-item {
    -webkit-transform: perspective(300px) rotateX(0);
    -moz-transform: perspective(300px) rotateX(0);
    -ms-transform: perspective(300px) rotateX(0);
    -o-transform: perspective(300px) rotateX(0);
    transform: perspective(300px) rotateX(0);
    opacity: 1;
    visibility: visible;
  }
  .main-menu-content ul li .dropdown-menu-item li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(250px) rotateX(0);
    -moz-transform: perspective(250px) rotateX(0);
    -ms-transform: perspective(250px) rotateX(0);
    -o-transform: perspective(250px) rotateX(0);
    transform: perspective(250px) rotateX(0);
  }
}
/*======== nav-btn =========*/
.nav-btn {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-btn {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .nav-btn {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .nav-btn {
    display: none;
  }
}

/*---------------- fixed-nav ----------------*/
.fixed-nav .header-top-bar {
  height: 0;
  border: none;
  opacity: 0;
  visibility: hidden;
}

.fixed-nav .header-menu-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

/*****************FAQ**********************/
.qnaContainer {
  margin-top: 50px;
  padding-bottom: 25px;
}
.qnaContainer h4 {
  font-size: 22px;
}
.qnaContainer .card {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  background: rgba(0, 0, 0, 0.8);
  padding: 0px;
  font-size: 14px;
  border-radius: 0px;
}
.qnaContainer .card .card-header {
  border-radius: 0px;
  background: rgba(20, 20, 20, 0.9);
  padding: 5px;
}
.qnaContainer .card .card-header h5 a {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #fff !important;
  width: 100%;
  text-transform: none;
  white-space: normal;
  padding: 5px;
  text-align: left;
}
.qnaContainer .card .card-header h5 a p {
  max-width: 90%;
  float: left;
  margin-bottom: 0px;
}
.qnaContainer .card .card-header h5 a .fa-chevron-right {
  float: right;
  transition: transform 0.1s;
}
.qnaContainer .card .card-header h5 a[aria-expanded=true] .fa-chevron-right {
  transform: rotate(90deg);
  transition: transform 0.1s;
}

@keyframes prg_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes prg_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  80% {
    border: #7460ee 1px solid;
  }
  90% {
    border: rgba(0, 0, 0, 0) 1px solid;
  }
}
@keyframes carousel_captions_left_in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes carousel_captions_left_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes carousel_captions_right_in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes carousel_captions_right_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes carousel_captions_top_in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes carousel_captions_top_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes carousel_captions_bottom_in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes carousel_captions_bottom_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes carousel_captions_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes carousel_captions_fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* reference */
/*
animation-name: prg_fadeIn;
animation-iteration-count: 1;
animation-timing-function: ease-in;
animation-duration: 2s;
*/
/* colors.scss */
/* #D2D3D3;*/
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* end colors.scss */
body#page-accueil #htmlTop .title_hold h1, body#page-home #htmlTop .title_hold h1 {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.26);
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body#page-accueil #htmlTop .title_hold, body#page-home #htmlTop .title_hold {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body#page-accueil #htmlTop .title_hold, body#page-home #htmlTop .title_hold {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#page-accueil #htmlTop .title_hold, body#page-home #htmlTop .title_hold {
    display: none;
  }
}
body#page-accueil .message .icons .dropdown-menu .rights, body#page-home .message .icons .dropdown-menu .rights {
  display: none;
}
body#page-accueil .message .icons .dropdown-menu .admin, body#page-home .message .icons .dropdown-menu .admin {
  display: none;
}
body#page-accueil .mainContent, body#page-home .mainContent {
  padding-bottom: 20px;
}
body#page-accueil h2, body#page-home h2 {
  margin-bottom: 25px;
}
body .mainContent .overflowHdn {
  overflow: hidden;
}
body .mainContent .adminLinksPreview {
  border: 1px dashed #FF0000;
  padding: 5px;
  border-radius: 3px;
  font-weight: bold;
  margin-top: 5px;
}
body .mainContent .adminLinksPreview b {
  color: #000000;
}
body .body-shell {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .body-shell {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body .body-shell {
    margin-top: -145px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body .body-shell {
    margin-top: -125px;
  }
}
body #paging a {
  margin: 5px;
  padding: 5px;
  background: #CCC;
  text-decoration: none;
  color: #1da1f2;
}
body #paging a.current {
  background: #1da1f2;
  color: #FFF;
}
body #forum_user_status_bar .dropdown-menu ul li {
  margin-top: 10px;
}
body #forum_user_status_bar .dropdown-menu ul li a {
  color: #000;
  text-decoration: none;
}
body #forum_user_status_bar .dropdown-menu ul li a:hover {
  text-decoration: underline;
}
body #logoprgth img {
  max-width: 100px;
}
body .btn {
  padding: 0.175em 0.75em;
  border-radius: 0em;
}
body .btn-primary {
  background: #1da1f2;
}
body mark {
  background-color: #FFFF00;
}
body #page-top {
  display: none;
}
body #category_content {
  padding-top: 40px;
}
body #category_content .category-messages-list h3.endOfList {
  margin-top: 45px;
  font-size: 1em;
}
body #htmlTop {
  box-shadow: 0px 9px 60px 12px rgba(0, 0, 0, 0.15);
  height: 250px;
  background-position: center;
  background-size: cover;
}
body #htmlTop .header-shell {
  height: 250px;
}
body #htmlTop .header-shell .title_hold {
  color: #FFF;
  padding-left: 10px;
  padding-top: 180px;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body #htmlTop .header-shell .title_hold {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body #htmlTop .header-shell .title_hold {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body #htmlTop .header-shell .title_hold {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body #htmlTop .header-shell .title_hold h1 {
    font-size: 2rem;
  }
}
body #htmlTop .header-shell .title_hold h2 {
  font-size: 3rem;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.45);
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body #htmlTop .header-shell .title_hold h2 {
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body #htmlTop .header-shell .title_hold h2 {
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body #htmlTop .header-shell .title_hold h2 {
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
  }
}
body .message .icons i.fa-ellipsis {
  color: #1da1f2;
}
body .message .icons .admin .right {
  display: none;
}
body .message .icons .admin .loggedRight {
  display: none;
}
body .message .innerEmoji {
  width: 20px;
}
body.adminAssingDestination .message .icons .right.adminAssingDestination {
  display: block;
}
body.adminAssingAgent .message .icons .right.adminAssingAgent {
  display: block;
}
body.adminEditMessage .message .icons .right.adminEditMessage {
  display: block;
}
body.adminEditMessage .message .icons .right.adminApproveLinks {
  display: block;
}
body.adminDeleteMessage .message .icons .right.adminDeleteMessage {
  display: block;
}
body.logged .loggedRight {
  display: block !important;
}
body .modImageInput {
  display: none;
}
body .form-check-input:checked {
  background-color: #1da1f2;
}

#bloc_info, .agentZone {
  margin: 5px;
}
#bloc_info .info, .agentZone .info {
  display: flex;
  margin-top: 5px;
}
#bloc_info .info .label, .agentZone .info .label {
  padding: 0px 10px;
  min-width: 35px;
  text-align: center;
}
#bloc_info .info .value, .agentZone .info .value {
  margin-left: 5px;
}
#bloc_info .phone, .agentZone .phone {
  cursor: pointer;
}
#bloc_info .badges, .agentZone .badges {
  margin: 40px 0px;
  padding: 0px !important;
  border: 2px dotted #CCC !important;
  border-radius: 10px;
  min-height: 60px;
  width: 100%;
  display: block;
  position: relative;
}
#bloc_info .badges .badges-header, .agentZone .badges .badges-header {
  display: block;
  width: 100%;
  text-align: center;
  background: #E5E5E5;
  padding: 1px;
  margin-bottom: 4px;
}
#bloc_info .badges small, .agentZone .badges small {
  margin-top: 8px;
  margin-bottom: 4px;
}
#bloc_info .badges .header-list, .agentZone .badges .header-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#bloc_info .badges .header-list .badge, .agentZone .badges .header-list .badge {
  width: 30%;
}
#bloc_info .badges .header-list .badge .cat-header, .agentZone .badges .header-list .badge .cat-header {
  border: 0;
  text-align: left;
  position: relative;
}
#bloc_info .badges .header-list .badge .cat-header .qty, .agentZone .badges .header-list .badge .cat-header .qty {
  display: block;
  background: #00426b;
  width: 20px;
  height: 20px;
  border: 2px solid #FFF;
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  padding-top: 3px;
  left: 50%;
  text-align: center;
  font-size: 10px;
  transform: translateX(-50%);
}
#bloc_info .badges .header-list .badge .cat-header .title, .agentZone .badges .header-list .badge .cat-header .title {
  margin-left: 10px;
  color: #000;
  font-size: 1.5em;
  opacity: 1;
  vertical-align: middle;
  transition: all 2s;
}
#bloc_info .badges .expDetailsBtn, .agentZone .badges .expDetailsBtn {
  margin-bottom: 2px;
}
#bloc_info .badges .expDetailsBtn button, .agentZone .badges .expDetailsBtn button {
  background: #e5e5e5;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  margin-bottom: 2px;
}

.catIcon {
  width: 35px;
  height: 35px;
  display: block;
  background: #02639f;
  border-radius: 50%;
  border: 3px solid #ffc600;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 25px;
}
.catIcon i {
  margin: 4px 0px;
  font-size: 24px;
}

.agentZone .expZone {
  padding: 5px;
}

#flagModal #flagDescriptions {
  display: none;
}
#flagModal #flagDescriptions.show {
  display: flex !important;
}
#flagModal #flagDetails .flagDetail {
  display: none;
}
#flagModal #flagDetails .flagDetail.show {
  display: block;
}
#flagModal #flagExplain {
  width: 100%;
}
#flagModal .row {
  margin-bottom: 10px;
}

#alertModal #confResend .btn i {
  margin-left: 5px;
}
#alertModal #confResend .mailSent {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
#alertModal #confResend .mailSent i {
  color: #FED206;
}

#expertisesModal .modal-content .modal-body .agentInfo {
  display: flex;
  margin-bottom: 25px;
}
#expertisesModal .modal-content .modal-body .agentInfo .agentPic {
  margin-left: 40px;
  width: 100px;
  margin-right: 20px;
}
#expertisesModal .modal-content .modal-body .agentInfo .agentPic img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
#expertisesModal .modal-content .modal-body .catListing {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#expertisesModal .modal-content .modal-body .catListing .badge.expertiseCategory {
  max-width: 100%;
  padding: 5px;
}
@media (min-width: 1201px) {
  #expertisesModal .modal-content .modal-body .catListing .badge.expertiseCategory {
    width: 33.33333%;
  }
}
@media (min-width: 1081px) and (max-width: 1200px) {
  #expertisesModal .modal-content .modal-body .catListing .badge.expertiseCategory {
    width: 49.99999%;
  }
}
#expertisesModal .modal-content .modal-body .catListing .badge.expertiseCategory .inner {
  border: 1px dashed #E5E5E5;
  height: 100%;
  overflow: hidden;
}
#expertisesModal .modal-content .modal-body .catListing .badge.expertiseCategory .inner .cat-header {
  display: flex;
  justify-content: flex-start;
  background: #e5e5e5;
  text-align: left;
}
#expertisesModal .modal-content .modal-body .catListing .badge.expertiseCategory .inner .cat-header .catIcon {
  margin: 4px;
}
#expertisesModal .modal-content .modal-body .catListing .badge.expertiseCategory .inner .cat-header .title {
  color: #02639f;
  font-size: 1.5em;
  margin-top: 10px;
  margin-left: 10px;
}
#expertisesModal .modal-content .modal-body .catListing .badge.expertiseCategory .inner .expertises {
  text-align: left;
  padding: 10px 10px 10px 20px;
}
#expertisesModal .modal-content .modal-body .catListing .badge.expertiseCategory .inner .expertises .expertise {
  margin-bottom: 4px;
  color: #333;
}

.newThread {
  margin-top: 25px;
  background: #e7e6e6;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.newThread .main-editor-row .main-editor-col {
  display: none;
  padding: 8px;
}
.newThread .main-editor-row .select {
  display: none;
}
.newThread .main-editor-row .inputMultiple {
  display: none;
}
.newThread .main-editor-row .thumb .imageInput {
  display: none;
}
.newThread .main-editor-row .title-col {
  display: flex;
  padding: 5px;
  margin-top: 5px;
}
.newThread .main-editor-row .title-col .posterPic {
  border-radius: 50%;
  margin-right: 5px;
}
.newThread .main-editor-row .title-col .posterPic img {
  border-radius: 50%;
  max-width: 40px;
}
.newThread .main-editor-row .title-col .posterPic i {
  background: #FFFFFF;
  margin: 2px;
  padding: 10px;
  border-radius: 50px;
}
.newThread .main-editor-row .btn-wrapper {
  display: flex;
  justify-content: right;
  padding-top: 10px;
  align-items: center;
}
.newThread .main-editor-row .btn-wrapper .chooseCatAlert {
  margin-right: 15px;
}
.newThread .main-editor-row .addImages {
  display: flex;
  align-items: flex-start;
  padding: 5px;
  background: #e7e6e6;
}
.newThread .main-editor-row .addImages .addImagesBtn {
  min-height: 40px;
  width: 235px;
}
.newThread .main-editor-row .addImages .imagesStack .postForm {
  display: flex;
  flex-wrap: wrap;
}
.newThread .main-editor-row .addImages .thumb {
  background-color: #000 !important;
  margin: 0px 5px 10px 5px;
  height: 100px;
  width: 100px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border: 1px solid #ccc;
}
.newThread .main-editor-row .addImages .thumb .thumb_deleter, .newThread .main-editor-row .addImages .thumb .thumbDeleter {
  margin-right: 5px;
  float: right;
  color: #FF0000;
  cursor: pointer;
}
.newThread .main-editor-row .addImages .thumb .thumb_deleter i, .newThread .main-editor-row .addImages .thumb .thumbDeleter i {
  background: #FFF;
  border-radius: 50%;
  border-radius: 1px solid #FF0000;
}
.newThread.editing .main-editor-col {
  display: block;
}
.newThread.editing .main-editor-col .editor-wrapper {
  background: #FFF;
}
.newThread.editing .select {
  display: block;
}

#contactModal .modal-content .fullPic img {
  border-radius: 50%;
  border: 1px solid #CCC;
}
#contactModal .modal-content .fullMail i {
  margin-right: 10px;
}
#contactModal .modal-content .fullPhone i {
  margin-right: 10px;
}
#contactModal .modal-content .fullMail {
  margin-top: 15px;
}

#user_profile h2 {
  margin-bottom: 50px;
}
#user_profile form .user-body .card.lvl0 {
  margin-bottom: 35px;
}
#user_profile form .user-body .topleft .card.lvl0 {
  margin-bottom: 40px;
}
#user_profile form .user-body .topright .card.lvl0 {
  margin-bottom: 30px;
}
#user_profile .agent #agent_id {
  background: #E5E5E5;
  padding: 5px;
  font-size: 14px;
  margin-top: 25px;
  line-height: 18px;
  margin-bottom: 25px;
}
#user_profile .agent #agent_id .nom {
  font-size: 16px;
  margin-bottom: 10px;
}
#user_profile .agent #agent_id .agence a {
  text-decoration: none;
  color: #000;
}
#user_profile .agent #agent_id .agence a:hover {
  text-decoration: underline;
}
#user_profile .userContact {
  text-align: center;
  padding: 5px;
  margin-bottom: 25px;
  margin-top: 25px;
  position: relative;
  font-size: 13px;
}
#user_profile .userContact .badge {
  padding: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -12px;
  position: absolute;
}
#user_profile .userContact a {
  text-decoration: none;
  color: #000;
}
#user_profile .userContact a:hover {
  text-decoration: underline;
}
#user_profile .userContact i {
  margin-right: 5px;
}
#user_profile #avatar_row h5 {
  font-size: 1.03em;
}
#user_profile #avatar_row .avatar-row_content {
  display: flex;
  align-items: stretch;
}
#user_profile #avatar_row .avatar-row_content .avatar {
  width: 220px;
  margin: 10px;
}
#user_profile #avatar_row .avatar-row_content .avatar .card-body {
  overflow: hidden;
  padding: 0px;
  text-align: center;
  min-height: 272px;
}
#user_profile #avatar_row .avatar-row_content .avatar .card-body .avatar_content {
  position: relative;
  display: block;
  margin: 20px auto;
  width: 200px;
  height: auto;
  max-width: 100%;
}
#user_profile #avatar_row .avatar-row_content .avatar .card-body .avatar_content img {
  border-radius: 50%;
}
#user_profile #avatar_row .avatar-row_content .avatar .card-body .avatar_content .avatar_mask {
  display: none;
  height: 201px;
  width: 200px;
  left: 0px;
  top: 0px;
  position: absolute;
}
#user_profile #avatar_row .avatar-row_content .avatar .card-body .avatar_content #upload_image_button {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
#user_profile #avatar_row .avatar-row_content .avatar .card-body #picinput {
  opacity: 0;
  height: 1px;
  width: 1px;
}
#user_profile #avatar_row .avatar-row_content .avatar.google_avatar .avatar_content img {
  border-radius: 50%;
}
#user_profile .gender_row .gender_row_body {
  display: flex;
}
#user_profile .gender_row .gender_row_body .form-check {
  border: 1px solid #ccc;
  padding: 0px;
  min-width: 70px;
  margin-right: 20px;
}
#user_profile .gender_row .gender_row_body .form-check .card-header {
  text-align: center;
}
#user_profile .gender_row .gender_row_body .form-check .form-check-label {
  margin-left: 10px;
}
#user_profile .gender_row .gender_row_body .form-check .form-check-label i {
  font-size: 40px;
}
#user_profile .gender_row .gender_row_body .form-check .form-check-input {
  float: none;
  margin-left: auto;
}
#user_profile .gender_row .gender_row_body .form-check .card-body {
  text-align: center;
}
#user_profile .gender_row .gender_row_body .form-check .card-body label {
  margin-left: 0px;
}
#user_profile #saveProfileBtn i {
  margin-left: 10px;
}
#user_profile #saveAlert {
  margin-top: 15px;
}
#user_profile .datepicker-controls .button {
  border: 1px solid #CCC;
}
#user_profile .datepicker-grid .datepicker-cell.day.selected {
  background-color: #1da1f2;
}
#user_profile .guest-body .left h4 {
  text-align: center;
  display: flex;
  justify-content: center;
}
#user_profile .guest-body .left h4 .gender_logo {
  margin-left: 5px;
}
#user_profile .guest-body .left h4 .gender_logo .fa-person-dress {
  color: #AAA;
}
#user_profile .guest-body .left #avatar_row .avatar {
  text-align: center;
  position: relative;
}
#user_profile .guest-body .left #avatar_row .avatar .avatar_content img {
  border-radius: 50%;
  max-width: 100%;
}
#user_profile .guest-body .left #avatar_row .avatar .gender_logo {
  font-size: 25px;
  width: 100%;
  text-align: center;
  bottom: -12px;
  position: absolute;
}
#user_profile .guest-body .left #avatar_row .avatar .gender_logo .inner {
  box-shadow: 0px 0px 26px 5px rgba(0, 0, 0, 0.36);
  margin: 0 auto;
  background: #FFFFFF;
  padding: 2px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#user_profile .guest-body .left #avatar_row .avatar .gender_logo .inner .fa-person-dress {
  color: #F489E6;
}
#user_profile .guest-body .left #avatar_row .avatar .gender_logo .inner .fa-person {
  color: #1da1f2;
}
#user_profile .guest-body .left #avatar_row .avatar .gender_logo .inner .fa-person-half-dress {
  color: #AAA;
}
#user_profile .guest-body .left .socials {
  display: flex;
  margin-top: 15px;
  justify-content: space-evenly;
}
#user_profile .guest-body .left .socials .social {
  display: flex;
}
#user_profile .guest-body .left .socials .social i {
  color: #1da1f2;
  font-size: 30px;
}
#user_profile .guest-body .right #last_messages .message {
  background: #FFF;
  padding: 10px;
  margin-bottom: 5px;
  width: 100%;
  padding-bottom: 15px;
}
#user_profile .guest-body .right #last_messages .message img {
  max-width: 40px;
  max-height: 40px;
  border: 1px solid #000;
}
#user_profile .guest-body .right #last_messages .message .ctitle, #user_profile .guest-body .right #last_messages .message .ptitle {
  font-weight: bold;
}
#user_profile .guest-body .right #last_messages .message .ctitle a, #user_profile .guest-body .right #last_messages .message .ptitle a {
  color: #000;
  font-family: Bree Serif;
  text-decoration: none;
  font-size: 18px;
}
#user_profile .guest-body .right #last_messages .message .ctitle a:hover, #user_profile .guest-body .right #last_messages .message .ptitle a:hover {
  text-decoration: underline;
}
#user_profile .guest-body .right #last_messages .message .msgDate {
  font-size: 0.9em;
}
#user_profile .guest-body .right #last_messages .message .msgDate a {
  text-decoration: none;
}
#user_profile .guest-body .right #last_messages .message p a {
  color: #1da1f2;
}
#user_profile .guest-body .right #last_messages .moreMsg {
  text-align: center;
}
#user_profile .guest-body .right #last_messages #moreLastMsg {
  margin-top: 15px;
}
#user_profile .guest-body .right #last_messages #moreLastMsg i {
  margin-left: 5px;
}
#user_profile .guest-body.agent .left .avatar_content img {
  border: 5px solid #F3CB0E;
}
#user_profile .guest-body.agent .left #agent_id .nom {
  margin-top: 15px;
  color: #666;
  text-align: center;
  font-weight: bold;
}
#user_profile .guest-body.agent .left #agent_id .title {
  text-align: center;
}
#user_profile .guest-body.agent .left #agent_id .agency {
  font-weight: bold;
  color: #666;
  text-align: center;
  margin-bottom: 20px;
}
#user_profile .guest-body.agent .left .links {
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  font-size: 28px;
  color: #1da1f2;
}
#user_profile .guest-body.agent .left .links i {
  color: #1da1f2 !important;
  cursor: pointer;
}
#user_profile #profileForm .agent_notice {
  display: none;
  padding: 25px;
  text-align: center;
  background: #FEEDCF;
  border: 1px solid #BF9106;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}
#user_profile #profileForm .profilePreviewHeader {
  background: #1da1f2;
  margin: 25px 0px 50px 0px;
  border-radius: 3px;
  padding: 5px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
#user_profile #profileForm .profilePreviewHeader small {
  color: #bee6ff;
  font-size: 14px;
}
#user_profile #profileForm.agent .agent_notice {
  display: block;
}

#page-confirmation .card {
  margin: 50px;
  border: none;
  background: none;
}
#page-confirmation .card .card-header {
  background: none;
  border: none;
}
#page-confirmation .card .card-body {
  background: #FFF;
  border: 1px solid #ccc;
}

.strippedUrl {
  margin: 0px 2px;
}

#notifications .showAll {
  margin-top: 5px;
  padding: 5px;
}
#notifications .showAll a {
  text-decoration: none;
}

#messagerie_inbox h3 {
  margin-top: 50px;
  margin-bottom: 50px;
}
#messagerie_inbox #notifList li {
  margin-bottom: 10px;
  background: #FFF;
  padding: 10px;
}
#messagerie_inbox .notif {
  color: #000;
}
#messagerie_inbox .notif a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#messagerie_inbox .notif a .from_user {
  display: flex;
  margin-bottom: 5px;
}
#messagerie_inbox .notif a .from_user .from_user_name {
  font-weight: bold;
  margin-left: 10px;
}
#messagerie_inbox .notif a .from_user .read_icon {
  margin-left: auto;
}
#messagerie_inbox .notif a .msg_preview {
  color: #333;
  font-size: 0.9em;
}
#messagerie_inbox .notif a .sent {
  color: 333;
  margin-top: 15px;
  text-align: right;
  font-size: 0.7em;
  font-weight: bold;
}
#messagerie_inbox .notif:not(:last-child) {
  border-bottom: none;
}

#inscription_modal h2 {
  margin-top: 25px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  text-align: center;
}
#inscription_modal .nickname_hold label, #inscription_modal .email_hold label {
  font-weight: bold;
}
#inscription_modal #facebook_profile_preview, #inscription_modal #google_profile_preview {
  display: flex;
  background: #daeaff;
  width: 80%;
  border: 1px solid #000;
  margin: 25px auto;
}
#inscription_modal #facebook_profile_preview .incsription_pic, #inscription_modal #google_profile_preview .incsription_pic {
  width: 75px;
  height: 75px;
  margin: 5px;
}
#inscription_modal #facebook_profile_preview .incsription_pic img, #inscription_modal #google_profile_preview .incsription_pic img {
  border-radius: 50%;
  border: 2px solid #fff;
  max-width: 100%;
}
#inscription_modal #facebook_profile_preview .nickname_msg, #inscription_modal #facebook_profile_preview .email_msg, #inscription_modal #google_profile_preview .nickname_msg, #inscription_modal #google_profile_preview .email_msg {
  color: #FF0000;
  font-weight: bold;
}
#inscription_modal #facebook_profile_preview .inscrption_infos, #inscription_modal #google_profile_preview .inscrption_infos {
  margin-left: 20px;
}
#inscription_modal #facebook_profile_preview .inscrption_infos .fullname, #inscription_modal #google_profile_preview .inscrption_infos .fullname {
  margin-top: 15px;
  font-weight: bold;
}
#inscription_modal #facebook_profile_preview .inscrption_infos .fullname .inscription_fname, #inscription_modal #google_profile_preview .inscrption_infos .fullname .inscription_fname {
  display: inline-block;
}
#inscription_modal #facebook_profile_preview .inscrption_infos .fullname .inscription_lname, #inscription_modal #google_profile_preview .inscrption_infos .fullname .inscription_lname {
  display: inline-block;
}
#inscription_modal .inscriptionMsg {
  padding: 15px;
  color: #FF0000;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
  border-radius: 3px;
}
#inscription_modal .inscriptionMsg.highlight {
  border: 1px solid #FF0000;
}
#inscription_modal .nickname_hold, #inscription_modal .email_hold {
  max-width: 80%;
  margin: 50px auto;
}
#inscription_modal .nickname_hold #email_msg, #inscription_modal .nickname_hold .email_msg, #inscription_modal .nickname_hold #nickname_msg, #inscription_modal .email_hold #email_msg, #inscription_modal .email_hold .email_msg, #inscription_modal .email_hold #nickname_msg {
  text-align: left;
  color: #ff0000;
  font-weight: bold;
}
#inscription_modal .nickname_hold.notUnique #inscription_nickname, #inscription_modal .email_hold.notUnique #inscription_nickname {
  border-color: #ff0000;
}
#inscription_modal .nickname_hold.notUnique .nickname_status, #inscription_modal .email_hold.notUnique .nickname_status {
  color: #ff0000;
}
#inscription_modal .nickname_hold.notUnique #nickname_msg, #inscription_modal .email_hold.notUnique #nickname_msg {
  color: #FF0000;
  font-weight: bold;
}
#inscription_modal .nickname_hold.notValid #inscription_email, #inscription_modal .email_hold.notValid #inscription_email {
  border-color: #FF0000;
}
#inscription_modal .nickname_hold.notValid .email_status, #inscription_modal .email_hold.notValid .email_status {
  color: #FF0000;
}
#inscription_modal .nickname_hold.notValid #email_msg, #inscription_modal .email_hold.notValid #email_msg {
  color: #FF0000;
}
#inscription_modal .nickname_hold .nickname_status, #inscription_modal .email_hold .nickname_status {
  margin-top: 5px;
  color: #53c515;
}
#inscription_modal .email_hold {
  display: none;
}
#inscription_modal .email_hold.show {
  display: block;
}
#inscription_modal .newsletter_consent_hold {
  margin: 50px auto;
  max-width: 80%;
  display: flex;
  border: 1px solid #CCC;
}
#inscription_modal .newsletter_consent_hold #accept_emails {
  margin: 0px 10px;
  display: inline;
  vertical-align: top;
}
#inscription_modal .newsletter_consent_hold #infolettre_consent {
  margin-top: 50%;
}

#statusBarZone .userPic img {
  width: 36px;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 50%;
}

.note-editable img.innerEmoji {
  max-width: 20px;
}

.linksApprovalCard {
  border: 2px dashed #999 !important;
  background: #F1F1F1 !important;
  border-radius: 5px !important;
}
.linksApprovalCard .card-header {
  background: #ccc !important;
}
.linksApprovalCard .card-body {
  padding: 15px 15px 15px 15px !important;
}
.linksApprovalCard .card-footer {
  background: #FFF !important;
}

#page-forum-fallback .body-shell #forum .row .mainCol .posts .message.parent .childs .message.child .childCard .card-body .msgContent a.childDate {
  text-decoration: none;
  font-size: 12px !important;
}
#page-forum-fallback .body-shell #forum .row .mainCol .posts .message.parent .childs .message.child .childCard .card-body .msgContent .msgDate a {
  text-decoration: none !important;
  font-size: 12px !important;
}
#page-forum-fallback .body-shell #forum .row .mainCol .posts .message.parent .childs .message.child .childCard .card-body .msgContent .msgDate a small {
  text-decoration: none !important;
  font-size: 11px;
}

.message .imageInput {
  display: none;
}
.message .card {
  margin-top: 25px;
  margin-bottom: 25px;
  border: none;
  border-radius: 0px;
  background: #FFF;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .message .card {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .message .card {
    margin-top: 50px;
  }
}
.message .card .card-header .headCategory {
  position: absolute;
  top: -15px;
  background: #1da1f2;
  color: #FFF;
  padding: 2px 6px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.message .card .card-header .headCategory a {
  color: inherit;
  text-decoration: none;
}
.message .card .card-header .headCategory a:hover {
  text-decoration: underline;
}
.message .card .category {
  background: #1da1f2;
  position: absolute;
  color: #fff;
  padding: 2px 10px;
  left: 14px;
  font-size: 0.8em;
  top: -41px;
  letter-spacing: 0.05em;
}
.message .card .category a {
  color: #fff;
  text-decoration: none;
}
.message .card .category a:hover {
  text-decoration: underline;
}
.message .card .card-header {
  padding: 0.5rem 1rem 0rem 1rem;
  border-bottom: none;
  background: none;
  color: #333;
  font-size: 14px;
}
.message .card .card-header .icons i {
  cursor: pointer;
}
.message .card .card-header .icons .dropdown-menu ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
}
.message .card .card-header .icons.master .dropdown-menu ul {
  list-style-type: none;
}
.message .card .card-header .icons.master .dropdown-menu .dropdown-item {
  cursor: pointer;
}
.message .card .card-header .icons.master .dropdown-menu .dropdown-item i {
  margin-right: 15px;
}
.message .card .card-header .icons.user ul {
  float: right;
  display: flex;
  list-style-type: none;
}
.message .card .card-header .icons.user ul li {
  margin-right: 10px;
}
.message .card .card-body {
  padding: 0rem 1rem 0rem 1rem;
}
.message .card .card-body h3 {
  font-size: 30px;
  font-family: Bree Serif;
  margin-bottom: 25px;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .message .card .card-body h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .message .card .card-body h3 {
    font-size: 24px;
  }
}
.message .card .card-body h3 small {
  display: block;
  font-size: 11px;
}
.message .card .card-body h3 a {
  color: #212529;
  text-decoration: none;
}
.message .card .card-body h3 a:hover {
  text-decoration: underline;
}
.message .card .card-body .author .photo {
  background: #ccc;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.message .card .card-body .author .photo img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
.message .card .card-body .author .city {
  color: #666;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .message .card .card-body .author .city {
    text-align: left;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .message .card .card-body .author .city {
    text-align: left;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .message .card .card-body .author .city {
    text-align: left;
  }
}
.message .card .card-body .author .nickname {
  background: #1da1f2;
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  font-weight: bold;
}
.message .card .card-body .author .nickname a {
  color: #FFF;
  text-decoration: none;
}
.message .card .card-body .author .nickname a:hover {
  text-decoration: underline;
}
.message .card .card-body .author .agent_title {
  font-size: 14px;
  line-height: 14px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .message .card .card-body .author {
    display: flex;
    position: relative;
    height: 50px;
    margin-bottom: 20px;
  }
  .message .card .card-body .author:after {
    content: "";
    display: none;
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #ffffff 0%, #c8c8c8 50%, #ffffff 100%);
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    left: 0px;
    bottom: 0px;
  }
  .message .card .card-body .author .photo {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: none;
  }
  .message .card .card-body .author .userinfo {
    width: calc(100% - 60px);
  }
  .message .card .card-body .author .userinfo .nickname {
    text-align: left;
    background: none;
    color: #000;
    padding-top: 0px;
    margin-top: 0px;
  }
  .message .card .card-body .author .userinfo .nickname a {
    color: #000;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .message .card .card-body .author {
    display: flex;
    position: relative;
    min-height: 100px;
    margin-bottom: 15px;
  }
  .message .card .card-body .author:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #ffffff 0%, #c8c8c8 50%, #ffffff 100%);
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    left: 0px;
    bottom: 0px;
  }
  .message .card .card-body .author .photo {
    width: 100%;
    height: 100%;
    max-width: 75px;
    max-height: 75px;
    border: 4px solid #FFF;
    background: none;
    margin-right: 10px;
  }
  .message .card .card-body .author .userinfo {
    width: calc(100% - 60px);
  }
  .message .card .card-body .author .userinfo .nickname {
    text-align: left;
    background: none;
    color: #000;
    padding-top: 0px;
    margin-top: 0px;
  }
  .message .card .card-body .author .userinfo .nickname a {
    color: #000;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .message .card .card-body .author {
    display: flex;
    position: relative;
    min-height: 100px;
    margin-bottom: 15px;
  }
  .message .card .card-body .author:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #ffffff 0%, #c8c8c8 50%, #ffffff 100%);
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    left: 0px;
    bottom: 0px;
  }
  .message .card .card-body .author .photo {
    margin-right: 10px;
    background: none;
    width: 100%;
    height: 100%;
    max-width: 85px;
    max-height: 85px;
    border: 4px solid #FFF;
  }
  .message .card .card-body .author .userinfo {
    width: calc(100% - 60px);
  }
  .message .card .card-body .author .userinfo .nickname {
    font-size: 16px;
    text-align: left;
    background: none;
    color: #000;
    padding-top: 0px;
    margin-top: 0px;
  }
  .message .card .card-body .author .userinfo .nickname a {
    color: #000;
  }
}
.message .card .card-body .author.agent .photo {
  width: 100px;
  height: 100px;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .message .card .card-body .author.agent .photo {
    margin-right: 10px;
  }
  .message .card .card-body .author.agent .photo img {
    width: 100px;
    height: 100px;
  }
}
.message .card .card-body .author.agent .photo img {
  border: 4px solid #F3CB0E;
}
.message .card .card-body .author.agent .nickname {
  text-align: center;
  color: #000;
  padding: 5px 2px;
  background: #F3CB0E;
}
.message .card .card-body p {
  font-family: raleway;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.message .card .card-body p .censure {
  color: #FFF;
  display: inline-block;
  position: relative;
}
.message .card .card-body p .censure:after {
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><style>svg{fill:%23808080}</style><path d="M416 398.9c58.5-41.1 96-104.1 96-174.9C512 100.3 397.4 0 256 0S0 100.3 0 224c0 70.7 37.5 133.8 96 174.9c0 .4 0 .7 0 1.1v64c0 26.5 21.5 48 48 48h48V464c0-8.8 7.2-16 16-16s16 7.2 16 16v48h64V464c0-8.8 7.2-16 16-16s16 7.2 16 16v48h48c26.5 0 48-21.5 48-48V400c0-.4 0-.7 0-1.1zM96 256a64 64 0 1 1 128 0A64 64 0 1 1 96 256zm256-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"/></svg>');
  background-repeat: round;
  background-position-y: center;
  content: "";
  color: #666;
  position: absolute;
  left: 0;
  top: 0%;
  height: 16px;
  width: 100%;
}
.message .card .card-body .msgContent {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .message .card .card-body .msgContent {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .message .card .card-body .msgContent {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .message .card .card-body .msgContent {
    margin-top: 25px;
  }
}
.message .card .card-body .msgContent .pasteWrapper {
  max-width: 100%;
  overflow-y: auto;
}
.message .card .card-body .msgContent .msgDate {
  font-family: Bree Serif;
}
.message .card .card-body .msgContent .msgDate a {
  text-decoration: none !important;
}
.message .card .card-body .msgContent .msgDate a:hover {
  text-decoration: underline;
}
.message .card .card-body .msgContent h1.agent {
  margin-bottom: 5px;
}
.message .card .card-body .msgContent h3 {
  margin-bottom: 0px;
}
.message .card .card-body .msgContent h3 .censure {
  color: #FFF;
  display: inline-block;
  position: relative;
}
.message .card .card-body .msgContent h3 .censure:after {
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><style>svg{fill:%23606060}</style><path d="M416 398.9c58.5-41.1 96-104.1 96-174.9C512 100.3 397.4 0 256 0S0 100.3 0 224c0 70.7 37.5 133.8 96 174.9c0 .4 0 .7 0 1.1v64c0 26.5 21.5 48 48 48h48V464c0-8.8 7.2-16 16-16s16 7.2 16 16v48h64V464c0-8.8 7.2-16 16-16s16 7.2 16 16v48h48c26.5 0 48-21.5 48-48V400c0-.4 0-.7 0-1.1zM96 256a64 64 0 1 1 128 0A64 64 0 1 1 96 256zm256-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"/></svg>');
  background-repeat: round;
  background-position-y: center;
  content: "";
  position: absolute;
  left: 0;
  top: 35%;
  height: 16px;
  width: 100%;
}
.message .card .card-body .msgContent .text-muted {
  display: block;
  margin-bottom: 15px;
}
.message .card .card-body .msgContent .agentOf {
  display: block;
  font-size: 0.875em;
}
.message .card .card-body .msgContent .album {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}
.message .card .card-body .msgContent .album .thumb {
  background: #FFF;
  width: 100px;
  margin: 5px;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
}
.message .card .card-body .msgContent .album .thumb img {
  max-width: 100%;
}
.message .card .card-body .msgContent .album .thumb .thumbDeleter {
  right: 5px;
  top: 5px;
  color: #FF0000;
  position: absolute;
}
.message .card .card-body .msgContent .album .thumb.deleted img {
  opacity: 0.1;
  transition: all 0.5s;
}
.message .card .card-body .msgContent .album .thumb.deleted.mod {
  display: none;
}
.message .card .card-body .msgContent .album .thumb.mod {
  height: 100px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.message .card .card-body .msgContent .mainImage {
  position: relative;
}
.message .card .card-body .msgContent .mainImage img {
  max-width: 100%;
  max-height: 500px;
}
.message .card .card-body .msgContent .mainImage.deleted > img {
  display: none;
}
.message .card .card-body .msgContent .mainImage.deleted > .imgDeleter {
  display: none;
}
.message .card .card-body .msgContent .mainImage .thumb {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
}
.message .card .card-body .msgContent .mainImage .thumb .thumbDeleter {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #FF0000;
  cursor: pointer;
}
.message .card .card-body .msgContent .mainImage .imgDeleter {
  position: absolute;
  top: 5px;
  color: #FF0000;
  right: 5px;
}
.message .card .card-body .msgContent .agentFooter {
  text-align: left;
  margin-top: 25px;
  padding: 10px 0px;
  position: relative;
}
.message .card .card-body .msgContent .agentFooter:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ffffff 0%, #c8c8c8 50%, #ffffff 100%);
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  left: 0px;
  top: 0px;
}
.message .card .card-body .moddingBtns {
  margin-top: 50px;
  padding-top: 25px;
  text-align: right;
  position: relative;
}
.message .card .card-body .moddingBtns:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ffffff 0%, #c8c8c8 50%, #ffffff 100%);
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  left: 0px;
  top: 0px;
}
.message .card .card-body .moddingBtns button {
  margin-left: 10px;
}
.message .card .card-footer {
  position: relative;
  background: none;
  color: #1da1f2;
  border-radius: 0px;
}
.message .card .card-footer:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ffffff 0%, #c8c8c8 50%, #ffffff 100%);
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  left: 0px;
  top: 0px;
}
.message .card .card-footer .icons {
  display: flex;
  justify-content: space-between;
}
.message .card .card-footer .icons .answerBtn {
  cursor: pointer;
}
.message .card .card-footer .icons .answerBtn i {
  margin-right: 5px;
}
.message .card .card-footer .icons ul.states {
  float: right;
  text-align: right;
  padding: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  display: flex;
}
.message .card .card-footer .icons ul.states li {
  line-height: 0.7em;
  margin: 0px 10px;
}
.message .card .card-footer .icons ul.states li small {
  font-size: 10px;
  text-align: center;
  display: block;
}
.message .card .card-footer .icons ul.states li.views a {
  color: #1da1f2;
  text-decoration: none;
}
.message .card .card-footer .icons ul.states li.answers {
  cursor: pointer;
}
.message .card .card-footer .note-editor {
  margin-top: 20px;
}
.message .card .card-footer .answerRow {
  text-align: right;
}
.message .card .card-footer .answerRow .note-editor .note-toolbar {
  text-align: left;
}
.message .card .card-footer .answerRow .note-editing-area {
  text-align: left;
}
.message .card .card-footer .answerRow .note-editing-area .innerEmoji {
  width: 20px;
}
.message .card .card-footer .answerRow .buttons {
  padding-top: 15px;
}
.message .card .card-footer .answerRow .applyAnswerBtn {
  margin-left: 5px;
}
.message .card .card-footer .answerRow .addImages {
  margin-bottom: 15px;
  display: none;
  min-height: 50px;
  background: #F1F1F1;
  border: 1px solid #ccc;
  padding: 5px;
}
.message .card .card-footer .answerRow .addImages.show {
  display: flex;
  align-items: flex-start;
  padding: 5px;
  background: #e7e6e6;
}
.message .card .card-footer .answerRow .addImages .addImagesBtn {
  min-height: 40px;
}
.message .card .card-footer .answerRow .addImages .imagesStack .postForm {
  display: flex;
  flex-wrap: wrap;
}
.message .card .card-footer .answerRow .addImages .imagesStack .inputMultiple {
  display: none;
}
.message .card .card-footer .answerRow .addImages .thumb {
  background-color: #000 !important;
  margin: 0px 5px 10px 5px;
  height: 100px;
  width: 100px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border: 1px solid #ccc;
}
.message .card .card-footer .answerRow .addImages .thumb .thumbDeleter {
  margin-right: 5px;
  float: right;
  color: #FF0000;
  cursor: pointer;
}
.message .card .card-footer .answerRow .addImages .thumb .thumbDeleter i {
  background: #FFFFFF;
  border-radius: 50%;
}
.message .card .childDate {
  font-size: 12px;
  color: #666;
}
.message .card.fadeIn {
  opacity: 0;
}
.message .card.fadeIn.startFade {
  opacity: 1;
  transition: opacity 1s;
}

.childs {
  margin-left: 20px;
}
.childs .adminAssingAgent {
  display: none !important;
}
.childs .adminAssingDestination {
  display: none !important;
}

#categoryListHold {
  margin-top: 65px;
  background: #FFF;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #categoryListHold {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #categoryListHold {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #categoryListHold {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
#categoryListHold .categoryListHeader {
  padding: 5px;
  background: #32a0ee;
  color: #FFF;
  display: block;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #categoryListHold .categoryListHeader {
    color: #000;
    background: #FFF;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #categoryListHold .categoryListHeader {
    color: #000;
    background: #FFF;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #categoryListHold .categoryListHeader {
    color: #000;
    background: #FFF;
  }
}
#categoryListHold .categoryListHeader h4 {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #categoryListHold .categoryListHeader h4 {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #categoryListHold .categoryListHeader h4 {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #categoryListHold .categoryListHeader h4 {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #categoryListHold .categoryListHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #categoryListHold .categoryListHeader #categoryListToggler {
    text-align: center;
    width: 30px;
    margin: 5px;
    padding: 5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #categoryListHold .categoryListHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #categoryListHold .categoryListHeader #categoryListToggler {
    text-align: center;
    width: 30px;
    margin: 5px;
    padding: 5px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #categoryListHold .categoryListHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #categoryListHold .categoryListHeader #categoryListToggler {
    text-align: center;
    width: 30px;
    margin: 5px;
    padding: 5px;
  }
}
#categoryListHold #categoryList {
  padding: 10px !important;
}
#categoryListHold #categoryList li {
  padding: 10px;
  font-size: 14px;
}
#categoryListHold #categoryList li a {
  display: flex;
  justify-content: space-between;
}
#categoryListHold #categoryList li a .msgCount {
  vertical-align: bottom;
}
#categoryListHold #categoryList li a .msgCount span.count {
  font-size: 10px;
  margin-right: 5px;
  display: inline-block;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #categoryListHold #categoryList {
    display: none;
  }
  #categoryListHold #categoryList.show {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #categoryListHold #categoryList {
    display: none;
  }
  #categoryListHold #categoryList.show {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #categoryListHold #categoryList {
    display: none;
  }
  #categoryListHold #categoryList.show {
    display: block;
  }
}
#categoryListHold #categoryListToggler {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #categoryListHold #categoryListToggler {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #categoryListHold #categoryListToggler {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #categoryListHold #categoryListToggler {
    display: block;
  }
}
#categoryListHold h2 {
  text-align: center;
}
#categoryListHold ul {
  padding: 20px;
  list-style-type: none;
}
#categoryListHold ul li {
  padding: 10px 10px 10px 30px;
  position: relative;
  color: #333;
}
#categoryListHold ul li:hover {
  cursor: pointer;
}
#categoryListHold ul li:hover a {
  text-decoration: underline;
}
#categoryListHold ul li:not(.active):after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ffffff 0%, #c8c8c8 50%, #ffffff 100%);
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  left: 0px;
  bottom: 0px;
}
#categoryListHold ul li.active {
  background: #1da1f2;
}
#categoryListHold ul li.active a {
  color: #FFF;
}
#categoryListHold ul li a {
  color: #333;
  text-decoration: none;
}

.rightSide {
  padding: 25px;
}
.rightSide .card {
  background: #FFF;
  border: none;
  margin-bottom: 15px;
}
.rightSide .card .card-header {
  background: #FFF;
  border: none;
  position: relative;
  text-align: center;
}
.rightSide .card .card-header:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ffffff 0%, #c8c8c8 50%, #ffffff 100%);
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  left: 0px;
  bottom: 0px;
}
.rightSide .card .card-footer {
  position: relative;
}
.rightSide .card .card-footer:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ffffff 0%, #c8c8c8 50%, #ffffff 100%);
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  left: 0px;
  top: 0px;
}
.rightSide .card.agent .card-header {
  background: #FFF;
}
.rightSide .card.agent .card-body {
  padding: 20px 0px;
  /*
  .badges{
  	margin:40px 0px;
  	padding:15px 0px;
  	background:#FFF;
  	min-height: 60px;
  	display:flex;
  	width:100%;

  	flex-wrap: wrap;
  	position:relative;
  	.badges-header{
  		text-align: center;
  		width:100%;
  	}
  	.badge{
  		width:100%;
  		transition: all 0.5s;
  		.cat-header{
  			text-align:left;
  			padding:5px 20px;
  			background:#FAFAFA;
  			border-top: 1px solid #CCC;
  			.catIcon{
  				width:35px;
  				height:35px;
  				background:#02639f;
  				border-radius:50%;
  				display:inline-block;
  				vertical-align: middle;
  				border:3px solid #ffc600;
  				cursor:pointer;
  				text-align: center;
  				overflow: hidden;
  				i{
  					margin:4px 0px;
  					font-size:24px;
  				}
  			}
  			.title{
  				margin-left:10px;
  				color:#000;
  				font-size:1.5em;
  				opacity:1;
  				vertical-align: middle;
  				transition: all 2s;
  			}

  		}
  		.expertises{
  			display:block;
  			opacity: 1;
  			transition: opacity 1s;
  			padding:5px;
  			.expertise{
  				width:100%;
  				text-align:left;
  				.expertise-icon{
  					vertical-align: middle;
  					margin:4px 10px 4px 20px;;
  					display:inline-block;
  					border-radius:50%;
  					width:35px;
  					height:auto;
  					background:#fff;
  					border:2px solid #1da1f2;
  					overflow:hidden;
  					img{
  						max-width:100%;
  					}
  				}
  				.expertise-label{
  					display:inline;
  					color:#333;
  				}
  				color:#000;
  			}
  		}
  	}
  	.handler{
  		display:block;
  		width:100%;
  		padding-top:15px;
  		height:40px;
  		text-align:center;
  		cursor:pointer;
  		border-bottom:1px solid #ccc;
  		span.label{
  			font-size:0.8em;
  		}
  		span.chevron{
  			position:absolute;
  			left:50%;
  			bottom:5px;
  			width:40px;
  			text-align: center;
  			background:#FFF;
  			transform: translateX(-50%);
  			.fa-chevron-down{
  				display:none;
  			}
  			.fa-chevron-up{
  				display:block;
  			}
  		}
  	}
  	&.collapsed{
  		justify-content:space-evenly;
  		transition: all 0.1s;
  		.badge{
  			.cat-header{
  				padding:0px;
  				background:none;
  				text-align:center;
  				border:none;
  				.catIcon{
  					margin:0 auto;
  					display:block;
  					i{
  						margin:4px 0px;
  					}
  				}
  			}
  			padding:10px;
  			width:20%;
  			transition: all 0.1s;
  			.title{
  				opacity:0;
  				height:0px;
  				transition:all 0s;
  			}
  		}
  		.expertises{
  			height:0px;
  			opacity:0;
  			transition:opacity 1s;
  			overflow:hidden;
  		}
  		.handler{
  			cursor: pointer;
  			.chevron{
  				.fa-chevron-up{
  					display:none;
  				}
  				.fa-chevron-down{
  					display:block;
  				}
  			}
  		}
  	}

  } */
}
.rightSide .card.agent .card-body .photo img {
  width: 150px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.rightSide .card.agent .card-body .photo .nom {
  color: #FFF;
  background: #1da1f2;
}
.rightSide .card.agent .card-body .nom {
  margin: 10px;
  color: #FFF;
  font-weight: bold;
  background: #1da1f2;
  border-radius: 3px;
}
.rightSide .card.agent .card-body .phone {
  margin: 25px 0px;
  cursor: pointer;
}
.rightSide .card.agent .card-body .phone a {
  text-decoration: none;
}
.rightSide .card.agent .card-footer {
  background: none;
  border: none;
  padding: 10px 0px 10px 0px;
}
.rightSide .card.agent .card-footer .links {
  padding: 0px;
  margin: 0px;
  font-size: 22px;
  display: flex;
  list-style-type: none;
  justify-content: space-evenly;
}
.rightSide .card.agent .card-footer .links li {
  color: #1da1f2;
}
.rightSide .card.agent .card-footer .links li a {
  color: #1da1f2;
}
.rightSide .card.destination #hotel-gmap {
  height: 300px;
  width: 100%;
}
.rightSide .card.destination .dest-pics {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 300px;
}
.rightSide .card.destination .dest-pics img {
  position: absolute;
  top: 0%;
  left: -50%;
  max-height: 100%;
}
.rightSide .card.destination .dest-pics .overlay {
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5046393557) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.4990371148) 100%);
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}
.rightSide .card.destination .dest-pics .overlay a {
  font-family: "raleway";
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
}
.rightSide .card.destination .dest-pics .overlay a:hover {
  text-decoration: underline;
}
.rightSide .card.destination .hotel-pics {
  margin: 0px 0px 15px 0px;
  position: relative;
}
.rightSide .card.destination .hotel-pics img {
  max-width: 100%;
}
.rightSide .card.destination .hotel-pics .overlay {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5046393557) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.4990371148) 100%);
  top: 0px;
  width: 100%;
  height: 100%;
}
.rightSide .card.destination .hotel-pics .overlay .hotel-name {
  margin-top: 10px;
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
}
.rightSide .card.destination .hotel-pics .overlay .hotel-stars {
  color: #FFE000;
}
.rightSide .card.destination .hotel-pics .overlay .hotel-stars i {
  text-shadow: 0 0 3px #000;
}
.rightSide .card.destination .hotel-pics .overlay .hotel-location {
  width: 100%;
  text-align: center;
  font-size: 15px;
  position: absolute;
  bottom: 5px;
  color: #FFF;
  font-weight: bold;
}
.rightSide .card.destination .hotel-pics .overlay .hotel-location a {
  color: #FFF;
}
.rightSide .card.destination .hotel-links {
  margin-top: 15px;
}

.bottomAssigned {
  border-top: 1px solid #666;
  box-shadow: 0px -3px 50px 10px rgba(0, 0, 0, 0.35);
  max-height: 100%;
  overflow-y: auto;
}
.bottomAssigned #attachedContent .accordion-header {
  margin-top: 0px !important;
}
.bottomAssigned #attachedContent .accordion-button h5 {
  font-family: "raleway";
  font-weight: bold;
  font-size: 0.7rem;
  margin-bottom: 3px;
}
.bottomAssigned #attachedContent .accordion-item {
  border-top: 1px solid #999;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0px;
}
.bottomAssigned #attachedContent .agent .accordion-header {
  margin-top: 0px !important;
  border-radius: 0px;
}
.bottomAssigned #attachedContent .agent .accordion-header .accordion-button {
  padding: 10px 10px;
  color: #333;
  background: #32a0ee;
  border-radius: 0px;
}
.bottomAssigned #attachedContent .agent .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.bottomAssigned #attachedContent .agent .accordion-header .accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.bottomAssigned #attachedContent .agent .accordion-header .accordion-button .row {
  align-items: center;
}
.bottomAssigned #attachedContent .agent .accordion-header .accordion-button h5 {
  color: #d4edff;
}
.bottomAssigned #attachedContent .agent .accordion-header .accordion-button .nom {
  background: #1da1f2;
  color: #d4edff;
  font-size: 1.3rem !important;
  font-weight: bold;
  padding: 0px 5px 0px 0px;
}
.bottomAssigned #attachedContent .agent .accordion-header .accordion-button .agence {
  color: #FFF;
  font-size: 0.8rem;
  margin-top: 4px;
}
.bottomAssigned #attachedContent .agent .accordion-header .accordion-button .photo img {
  max-width: 60px;
  max-height: 60px;
  border-radius: 50%;
  border: 2px solid #FFE000;
  box-shadow: 0px -3px 50px 0px rgba(51, 137, 255, 0.58);
}
.bottomAssigned #attachedContent .agent .accordion-body {
  /*
  .badges{
  	.badges-header{
  		width:100%;
  	}
  	margin:5px 0px;
  	padding:15px 0px;
  	background:#FFF;
  	min-height: 60px;
  	display:flex;
  	justify-content:space-evenly;
  	position:relative;
  	&:after{
  		content:"";
  		display: block;
  		position:absolute;
  		width:100%;
  		height:2px;
  		background:$gradient;
  		background-position:center;
  		background-size:80%;
  		background-repeat:no-repeat;;
  		bottom:0px;
  	}
  	&:before{
  		content:"";
  		display:block;
  		position:absolute;
  		width:100%;
  		height:2px;
  		background:$gradient;
  		background-position:center;
  		background-size:80%;
  		background-repeat:no-repeat;;
  		top:0px;
  	}
  	.badge{
  		max-width:20%;
  		.catIcon{
  			width:35px;
  			height:35px;
  			background:#555;
  			display:block;
  			border:3px solid #ffc600;
  			transform: rotate(45deg);
  			cursor:pointer;
  		}
  		.expertise{
  			display:none;
  		}
  	}
  }
  .links{
  	padding:0px;
  	margin:20px 0px;
  	font-size:22px;
  	display:flex;
  	list-style-type: none;
  	justify-content:space-evenly;
  	li{
  		color: $highlight;
  		a{
  			color:$highlight;
  		}
  	}
  }*/
  /*
  .badges{
  		margin:40px 0px;
  		padding:15px 0px;
  		background:#FFF;
  		min-height: 60px;
  		display:flex;
  		width:100%;

  		flex-wrap: wrap;
  		position:relative;
  		.badges-header{
  			text-align: center;
  			width:100%;
  		}
  		.badge{
  			width:100%;
  			transition: all 0.5s;
  			.cat-header{
  				text-align:left;
  				padding:5px 20px;
  				background:#FAFAFA;
  				border-top: 1px solid #CCC;
  				.catIcon{
  					width:35px;
  					height:35px;
  					background:#02639f;
  					border-radius:50%;
  					display:inline-block;
  					vertical-align: middle;
  					border:3px solid #ffc600;
  					cursor:pointer;
  					text-align: center;
  					overflow: hidden;
  					i{
  						margin:4px 0px;
  						font-size:24px;
  					}
  				}
  				.title{
  					margin-left:10px;
  					color:#000;
  					font-size:1.5em;
  					opacity:1;
  					vertical-align: middle;
  					transition: all 2s;
  				}

  			}
  			.expertises{
  				display:block;
  				opacity: 1;
  				transition: opacity 1s;
  				padding:5px;
  				.expertise{
  					width:100%;
  					text-align:left;
  					.expertise-icon{
  						vertical-align: middle;
  						margin:4px 10px 4px 20px;;
  						display:inline-block;
  						border-radius:50%;
  						width:35px;
  						height:auto;
  						background:#fff;
  						border:2px solid #1da1f2;
  						overflow:hidden;
  						img{
  							max-width:100%;
  						}
  					}
  					.expertise-label{
  						display:inline;
  						color:#333;
  					}
  					color:#000;
  				}
  			}
  		}
  		.handler{
  			display:block;
  			width:100%;
  			padding-top:15px;
  			height:40px;
  			text-align:center;
  			cursor:pointer;
  			border-bottom:1px solid #ccc;
  			span.label{
  				font-size:0.8em;
  			}
  			span.chevron{
  				position:absolute;
  				left:50%;
  				bottom:5px;
  				width:40px;
  				text-align: center;
  				background:#FFF;
  				transform: translateX(-50%);
  				.fa-chevron-down{
  					display:none;
  				}
  				.fa-chevron-up{
  					display:block;
  				}
  			}
  		}
  		&.collapsed{
  			justify-content:space-evenly;
  			transition: all 0.1s;
  			.badge{
  				.cat-header{
  					padding:0px;
  					background:none;
  					text-align:center;
  					border:none;
  					.catIcon{
  						margin:0 auto;
  						display:block;
  						i{
  							margin:4px 0px;
  						}
  					}
  				}
  				padding:10px;
  				width:20%;
  				transition: all 0.1s;
  				.title{
  					opacity:0;
  					height:0px;
  					transition:all 0s;
  				}
  			}
  			.expertises{
  				height:0px;
  				opacity:0;
  				transition:opacity 1s;
  				overflow:hidden;
  			}
  			.handler{
  				cursor: pointer;
  				.chevron{
  					.fa-chevron-up{
  						display:none;
  					}
  					.fa-chevron-down{
  						display:block;
  					}
  				}
  			}
  		}

  	} */
}
.bottomAssigned #attachedContent .agent .accordion-body .phone {
  margin-top: 15px;
}
.bottomAssigned #attachedContent .agent .accordion-body .phone span {
  padding: 5px;
  margin: 5px;
  color: #6c757d;
  background: none;
  font-size: 18px;
  font-weight: bold;
  width: auto;
}
.bottomAssigned #attachedContent .agent .links {
  margin-top: 20px;
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  font-size: 28px;
  color: #1da1f2;
}
.bottomAssigned #attachedContent .agent .links i {
  color: #1da1f2 !important;
  cursor: pointer;
}
.bottomAssigned #attachedContent .destination .accordion-header .accordion-button, .bottomAssigned #attachedContent .hotel .accordion-header .accordion-button {
  padding: 10px 10px;
}
.bottomAssigned #attachedContent .destination .accordion-header .accordion-button .row, .bottomAssigned #attachedContent .hotel .accordion-header .accordion-button .row {
  align-items: center;
}
.bottomAssigned #attachedContent .destination .accordion-header .col-3, .bottomAssigned #attachedContent .hotel .accordion-header .col-3 {
  padding: 0px;
}
.bottomAssigned #attachedContent .destination .accordion-header .name, .bottomAssigned #attachedContent .hotel .accordion-header .name {
  font-size: 1.3rem !important;
  font-weight: bold;
}
.bottomAssigned #attachedContent .destination .accordion-header .dest-title, .bottomAssigned #attachedContent .hotel .accordion-header .dest-title {
  font-size: 0.8rem;
}
.bottomAssigned #attachedContent .destination .accordion-header .photo, .bottomAssigned #attachedContent .hotel .accordion-header .photo {
  position: relative;
  text-align: center;
}
.bottomAssigned #attachedContent .destination .accordion-header .photo img, .bottomAssigned #attachedContent .hotel .accordion-header .photo img {
  max-width: 100%;
}
.bottomAssigned #attachedContent .destination .accordion-header .photo .stars, .bottomAssigned #attachedContent .hotel .accordion-header .photo .stars {
  text-shadow: 0 0 3px #000;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 2px;
  color: #FFFF00;
  font-size: 12px;
}
.bottomAssigned #attachedContent .destination .accordion-header .hotel-name, .bottomAssigned #attachedContent .hotel .accordion-header .hotel-name {
  font-weight: bold;
  font-size: 0.9em;
}
.bottomAssigned #attachedContent .destination .accordion-header .country-title, .bottomAssigned #attachedContent .hotel .accordion-header .country-title {
  font-size: 0.8em;
}
.bottomAssigned #attachedContent .destination .accordion-body .content #hotel-mobile-gmap, .bottomAssigned #attachedContent .hotel .accordion-body .content #hotel-mobile-gmap {
  min-height: 250px !important;
}
.bottomAssigned #attachedContent .destination .accordion-body .content .dest-pics, .bottomAssigned #attachedContent .hotel .accordion-body .content .dest-pics {
  max-width: 100%;
}
.bottomAssigned #attachedContent .destination .accordion-body .content .dest-pics img, .bottomAssigned #attachedContent .hotel .accordion-body .content .dest-pics img {
  max-width: 100%;
}
.bottomAssigned #attachedContent .destination .accordion-body .content .hotel-pics, .bottomAssigned #attachedContent .hotel .accordion-body .content .hotel-pics {
  max-width: 100%;
  margin-top: 10px;
}
.bottomAssigned #attachedContent .destination .accordion-body .content .hotel-pics .hotel-pics-inner, .bottomAssigned #attachedContent .hotel .accordion-body .content .hotel-pics .hotel-pics-inner {
  position: relative;
}
.bottomAssigned #attachedContent .destination .accordion-body .content .hotel-pics .hotel-pics-inner img, .bottomAssigned #attachedContent .hotel .accordion-body .content .hotel-pics .hotel-pics-inner img {
  max-width: 100%;
}
.bottomAssigned #attachedContent .destination .accordion-body .content .hotel-pics .overlay, .bottomAssigned #attachedContent .hotel .accordion-body .content .hotel-pics .overlay {
  position: absolute;
  text-align: center;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5046393557) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.4990371148) 100%);
  top: 0px;
  width: 100%;
  height: 100%;
}
.bottomAssigned #attachedContent .destination .accordion-body .content .hotel-pics .overlay .hotel-name, .bottomAssigned #attachedContent .hotel .accordion-body .content .hotel-pics .overlay .hotel-name {
  width: 100%;
  position: absolute;
  bottom: 25px;
  margin-top: 10px;
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
}
.bottomAssigned #attachedContent .destination .accordion-body .content .hotel-pics .overlay .hotel-stars, .bottomAssigned #attachedContent .hotel .accordion-body .content .hotel-pics .overlay .hotel-stars {
  position: absolute;
  width: 100%;
  bottom: 2px;
  color: #FFE000;
}
.bottomAssigned #attachedContent .destination .accordion-body .content .hotel-pics .overlay .hotel-stars i, .bottomAssigned #attachedContent .hotel .accordion-body .content .hotel-pics .overlay .hotel-stars i {
  text-shadow: 0 0 3px #000;
}
.bottomAssigned #attachedContent .destination .accordion-body .content .hotel-pics .overlay .hotel-location, .bottomAssigned #attachedContent .hotel .accordion-body .content .hotel-pics .overlay .hotel-location {
  width: 100%;
  text-align: center;
  font-size: 15px;
  position: absolute;
  bottom: 5px;
  color: #FFF;
  font-weight: bold;
}
.bottomAssigned #attachedContent .destination .accordion-body .content .hotel-pics .overlay .hotel-location a, .bottomAssigned #attachedContent .hotel .accordion-body .content .hotel-pics .overlay .hotel-location a {
  color: #FFF;
}
.bottomAssigned #attachedContent .destination .accordion-body .content .hotel-links, .bottomAssigned #attachedContent .hotel .accordion-body .content .hotel-links {
  margin-top: 25px;
  position: relative;
  text-align: center;
}
.bottomAssigned #attachedContent .destination .accordion-body .content .hotel-links:before, .bottomAssigned #attachedContent .hotel .accordion-body .content .hotel-links:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ffffff 0%, #c8c8c8 50%, #ffffff 100%);
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  left: 0px;
  bottom: 0px;
  top: -15px;
  bottom: unset;
}
.bottomAssigned #attachedContent .destination .accordion-body .content .hotel-links a, .bottomAssigned #attachedContent .hotel .accordion-body .content .hotel-links a {
  display: block;
  margin-top: 15px;
}
.bottomAssigned #attachedContent .destination .accordion-header .photo {
  height: 50px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.bottomAssigned #attachedContent .destination .accordion-header .photo img {
  position: absolute;
  top: 0%;
  width: 200%;
  left: 0%;
  min-height: 100%;
}
.bottomAssigned .userContact {
  margin-bottom: 50px;
}

#emojiModal .emojisTable {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  max-width: 100%;
  margin-left: 0px;
  padding-left: 0px;
}
#emojiModal .emojisTable li.emoji {
  display: block;
  width: 14%;
  padding: 4px;
  cursor: pointer;
}
#emojiModal .emojisTable li.emoji img {
  width: 40px;
}
#emojiModal .emojisTable li.separator {
  position: relative;
  margin: 25px;
  height: 1px;
  width: 100%;
}
#emojiModal .emojisTable li.separator:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ffffff 0%, #c8c8c8 50%, #ffffff 100%);
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  left: 0px;
  bottom: 0px;
}

#search_results {
  margin: 50px 0px;
  min-height: 550px;
}
#search_results .message_preview_row .headerRow .headerCol {
  display: flex;
}
#search_results .message_preview_row .headerRow .headerCol .avatar {
  width: 55px;
  padding: 5px 10px 15px 5px;
}
#search_results .message_preview_row .headerRow .headerCol .avatar img {
  max-width: 40px;
  border-radius: 50%;
}
#search_results .message_preview_row .headerRow .headerCol .username .msgDate {
  display: block;
  font-size: 0.8em;
}
#search_results .message_preview_row .contentcol {
  margin-top: 10px;
  background: #FFF;
  padding: 10px;
}
#search_results .message_preview_row .contentcol .msgBody {
  padding-left: 65px;
}
#search_results .message_preview_row .contentcol .msgFooter {
  padding-left: 65px;
}
#search_results .message_preview_row .contentcol h4 a {
  font-family: "Bree Serif";
  text-decoration: none;
  color: #000;
}
#search_results .message_preview_row .contentcol h4 a:hover {
  text-decoration: underline;
}
#search_results .message_preview_row .contentcol p {
  font-family: raleway;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
#search_results .message_preview_row .contentcol p a {
  color: #666;
  text-decoration: none;
}
#search_results .message_preview_row .contentcol p a:hover {
  text-decoration: underline;
}

#messagerie_message h3 {
  margin-top: 35px;
}
#messagerie_message .internal {
  padding: 10px;
  background: #FFF;
}
#messagerie_message .internal .message_from {
  font-weight: bold;
}
#messagerie_message .internal .delete_icon {
  float: right;
  cursor: pointer;
  width: 40px;
  height: 25px;
  text-align: center;
}
#messagerie_message .internal .delete_icon:hover {
  color: #1da1f2;
}
#messagerie_message .internal h5 {
  margin-top: 25px;
}
#messagerie_message .internal .message_date {
  font-size: 0.9em;
  font-weight: bold;
}
#messagerie_message .internal #sanction_message {
  margin-top: 25px;
}
#messagerie_message .internal #sanction_message #sanction_message_content {
  padding: 10px;
  border: 1px solid #ccc;
  background: #FAFAFA;
  margin-bottom: 25px;
}
#messagerie_message .internal #sanction_message #sanction_message_content #title {
  color: #000;
  font-weight: bold;
}

#imageModal .modal-body {
  display: flex;
  align-items: center;
}
#imageModal .modal-body .arrow {
  background: #FFF;
  width: 1px;
  text-align: center;
  border-radius: 3px;
}
#imageModal .modal-body .arrow.left .wrap {
  left: -5px;
}
#imageModal .modal-body .arrow.right .wrap {
  right: -5px;
}
#imageModal .modal-body .arrow .wrap {
  position: absolute;
  width: 40px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
#imageModal .modal-body .arrow .wrap.left {
  left: -10px;
}
#imageModal .modal-body .arrow .wrap.right {
  right: 10px;
}
#imageModal .modal-body .arrow .wrap:hover {
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
}
#imageModal .modal-body .content img {
  max-width: 100%;
}

#agentAssignModal .select2-result-repository {
  display: flex;
}
#agentAssignModal .select2-result-repository .select2-result-repository__avatar {
  width: 100px;
  margin-right: 20px;
}
#agentAssignModal .select2-result-repository .select2-result-repository__avatar img {
  max-width: 100%;
  border-radius: 50%;
}
#agentAssignModal .modal-body {
  min-height: 400px;
}
#agentAssignModal #assing_agent_list ul {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding-left: 0px;
  margin-top: 25px !important;
  list-style-type: none;
}
#agentAssignModal #assing_agent_list ul li {
  padding: 5px;
}
#agentAssignModal #assing_agent_list ul li .inner {
  padding: 5px;
  border: 1px solid #ccc;
}
#agentAssignModal #assing_agent_list ul li .inner .form-check label {
  display: flex !important;
  width: 100%;
}
#agentAssignModal #assing_agent_list ul li .inner .form-check label .pic img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#agentAssignModal #assing_agent_list ul li .inner .form-check label .labelinfo {
  margin-left: 15px;
}
#agentAssignModal #assing_agent_list ul li .inner .form-check label .labelinfo .name {
  color: #333;
}
#agentAssignModal #assing_agent_list ul li .inner .form-check label .labelinfo .city {
  font-size: 0.8em;
}
#agentAssignModal #assing_agent_list ul li .inner .form-check label .labelinfo .unavailable_until {
  font-size: 12px;
}
#agentAssignModal #assing_agent_list ul li.hidden {
  display: none;
}
#agentAssignModal #agent_expertise {
  margin-top: 50px;
  display: flex;
}
#agentAssignModal #agent_expertise h3 {
  font-size: 1em;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  margin-left: 5px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 220px;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1da1f2;
  padding: 8px 15px;
  -webkit-transition: all all 0.2s ease-in;
  -moz-transition: all all 0.2s ease-in;
  -ms-transition: all all 0.2s ease-in;
  -o-transition: all all 0.2s ease-in;
  transition: all all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #139df1;
}
.select-styled:active, .select-styled.active {
  background-color: #0d95e8;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #0d95e8;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #0c85d0;
  -webkit-transition: all all 0.15s ease-in;
  -moz-transition: all all 0.15s ease-in;
  -ms-transition: all all 0.15s ease-in;
  -o-transition: all all 0.15s ease-in;
  transition: all all 0.15s ease-in;
}
.select-options li:hover, .select-options li.is-selected {
  color: #1da1f2;
  background: #fff;
}
.select-options li[rel=hide] {
  display: none;
}

.section-no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.hidden-front {
  display: none;
}

html, body {
  height: 100%;
}

/* ici body */
body {
  display: flex;
  flex-direction: column;
  background: #F5F5F5;
}

/***************************************** FONTS **********************************************/
h1, h2, h3, h4, h5, h6 {
  font-family: Bree Serif;
}

h1 {
  font-size: 3em;
}

/*****************************************FOOTER **********************************************/
.footer-area {
  margin-top: auto;
}
.footer-area .menu-wrapper {
  display: block;
}
.footer-area .menu-wrapper .main-menu-content {
  width: 100%;
}
.footer-area .menu-wrapper .main-menu-content ul {
  width: 100%;
}
.footer-area .menu-wrapper .main-menu-content ul li {
  width: 100%;
}
.footer-area .menu-wrapper .main-menu-content ul li i, .footer-area .menu-wrapper .main-menu-content ul li svg {
  margin-right: 5px;
}

/****************************************** Contact ***************************************************/
/***************************************** Sign up modal **********************************************/
/***************************************** price alert modal ********************************/
/***************************************** agent list ****************************************/
/***************************************** agent ****************************************/
/******************************************devenir agent **************************************/
/***************************************page -billetterie **************************************/
/***************************************page-certificat-cadeau**********************************/
/***************************************** destinations ****************************************/
/********************************** pagination *********************************************/
/****************************************commentaires***********************************/
/********************************** carousel *********************************************/
/**********************************carousel équipe ***********************************/
/********************************* ÉQUIPE ********************************************/
/*********************************plugin groupe **************************************/
/************************************** VOYAGES CORPO ******************************/
/********************************************advertise box **********************/
/***************************************calendrier_meilleur_prix ********************************/
/****************************************a propos ***********************************************/
/************************************pages groupes **********************************************/
/***************************************gmap*****************************************************/
.component .gMap {
  width: 100%;
  height: 300px;
  max-width: 100%;
}

#loginBtn {
  background-color: #0d233e;
  border: none !important;
  border-radius: 0px !important;
  text-transform: uppercase !important;
  font-weight: bold;
  padding: 10px 30px;
  transition: background 0.5s;
}

.msgZone {
  display: none;
  color: #cc0c4f;
  background-color: #f9e3ea;
}

/***************************************footer*****************************************************/
.footer-area {
  padding: 10px;
  color: #FFF;
  background: #646464;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 2em !important;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  h2 {
    font-size: 2em !important;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  h2 {
    font-size: 2em !important;
    margin-top: 25px;
  }
}

/*# sourceMappingURL=main.css.map */
