@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Comfortaa", cursive;
}

.header {
  background: #39363d;
}

.alert-danger {
  color: #fff;
  background-color: #f84b4b;
  border-color: #f84b4b;
  padding: 14px 10px;
}

.won_customer {
  background-color: #ffc47a;
}

.alert-success {
  color: #fbfbfb;
  background-color: #49bb88;
  border-color: #d2ecb8;
  padding: 14px 10px;
}

.success-text {
  color: #15824b;
}

.failed-text {
  color: #f84b4b;
}

.badge_font {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}

.flex_view_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.color-white {
  color: #fff;
}

.tr_expired {
  background-color: #e6b2b2;
}

.badge_font_white {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}

.select2-container {
  width: 100%;
}

.show-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-right {
  text-align: right;
}

.btn-action-small-btn {
  padding: 5px 5px;
  /* line-height: 0; */
  height: 33px !important;
  font-size: 13px !important;
}

.upload-profile-input {
  overflow: hidden;
}

.input_feild_height {
  height: 51px;
}

.shadow_none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fc-title {
  color: #fff !important;
}

#guest_form .nice-select .list {
  overflow-y: hidden;
  min-height: auto;
}

.badge-purple {
  background-color: #c16abf;
  color: #fff;
}

.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.draft_box {
  background-color: #cecece;
}

.clr_white {
  color: #fff !important;
}

.dashboard-header {
  background: #39363d;
}

.btn-danger {
  background-color: #d90368;
  border: 1px solid #d90368;
}

.btn-default {
  background-color: #d90368;
  border: 1px solid #d90368;
}

.footer {
  background-color: #1f1f1f;
}

.couple-head a img {
  width: 25%;
}

.text_a {
  color: #000 !important;
}

.text_a:hover {
  color: #d90368 !important;
}

.cursor_pointor {
  cursor: pointer;
}

.font_13 {
  font-size: 13px !important;
}

.font_14 {
  font-size: 14px !important;
}

.nice-select .list {
  overflow-y: scroll;
  min-height: 300px;
  max-height: 300px;
}

.user-vendor .dropdown .user-vendor-name {
  color: #fff;
  font-size: 15px;
}

.alert-error {
  background-color: #ff0000;
}

.completed_strike {
  text-decoration: line-through;
}

.notification {
  color: #100f0f;
  text-decoration: none;
  padding: 4px 10px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.notification i {
  font-size: 19px;
}

.notification:hover {
  color: #000 !important;
}

.gallery-upload-img {
  text-align: center;
  border: 1px solid #aeaeae;
  border-radius: 10px;
}

.gallery-upload-img img {
  height: 256px;
  cursor: pointer;
}

.notification .badge {
  position: absolute;
  top: -9px;
  right: -2px;
  padding: 5px 7px;
  border-radius: 50%;
  background-color: red;
  color: white;
}

.notification .badge_message {
  position: absolute;
  top: -9px;
  right: -2px;
  padding: 3px 6px;
  border-radius: 50%;
  background-color: red;
  color: white;
  font-size: 17px;
}

.notification2 {
  color: #100f0f;
  text-decoration: none;
  padding: 4px 10px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.notification2 .badge_message {
  position: absolute;
  top: -9px;
  right: -3px;
  padding: 0px 8px;
  border-radius: 50%;
  background-color: red;
  color: white;
  font-size: 17px;
}

.budget_logn_view {
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 17px 24px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.budget_logn_view .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.budget_logn_view .bubble_budget {
  background-color: #db4368;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px #b2b2b2;
          box-shadow: 0 0 6px #b2b2b2;
  display: inline-block;
  padding: 10px 11px;
  position: absolute;
  vertical-align: top;
  margin: 20px 10px;
  top: -59px;
  left: 93.5%;
  font-size: 13px;
  color: #fff;
}

.budget_logn_view .bubble_budget::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #db4368;
  border-top: 10px solid #db4368;
  border-bottom: 10px solid transparent;
  right: 49px;
  bottom: -18px;
}

.budget_logn_view .bubble_budget2 {
  background-color: #db4368;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px #b2b2b2;
          box-shadow: 0 0 6px #b2b2b2;
  display: inline-block;
  padding: 10px 11px;
  position: absolute;
  vertical-align: top;
  margin: 20px 10px;
  top: -59px;
  left: 8%;
  font-size: 13px;
  color: #fff;
}

.budget_logn_view .bubble_budget2::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #db4368;
  border-top: 10px solid #db4368;
  border-bottom: 10px solid transparent;
  right: 49px;
  bottom: -18px;
}

.navbar-classic .navbar-nav .nav-item .nav-link {
  border-bottom: none;
  color: #fff;
}

.navbar-classic .navbar-nav .nav-item .nav-link:hover {
  color: #d90368;
}

.navbar-classic .dropdown .user-vendor-name {
  color: #fff;
}

.navbar-classic .dropdown .nav-link {
  color: #fff;
}

.navbar-classic .dropdown a {
  color: #1f1f1f;
}

#list_box_section .list_box_item {
  background: #fff;
  -webkit-box-shadow: 3px 9px 20px 0px #cccbcb;
          box-shadow: 3px 9px 20px 0px #cccbcb;
  min-height: 300px;
  max-height: 300px;
}

#list_box_section .list_box_item .img_section {
  min-height: 150px;
  background-size: cover;
}

#list_box_section .list_box_item .text-section {
  padding: 10px;
}

#list_box_section .list_box_item .text-section p {
  font-size: 14px;
}

#list_box_section .list_box_item .button_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#list_box_section .list_box_item .button_section .dashboard-list-btn {
  padding: 0 15px;
}

#list_box_section .list_box_item .button_section .dashboard-list-btn button {
  padding: 6px 14px;
  font-size: 12px;
  line-height: 1.5;
}

.collaborator_panel {
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 17px 24px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.custom_height_input {
  height: 50px;
}

.border_none {
  border: none;
}

.required:after {
  content: " *";
  color: #ff0000;
}

.dashboard-venue_types {
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 17px 24px;
  border-radius: 2px;
  margin-bottom: 20px;
}

#loading_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loading_img {
  width: 10%;
}

.venue_type_add_new_block {
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 17px 24px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.gallery_block {
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 17px 24px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.venue_type_list_block {
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 17px 24px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.featured-upload-img {
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 17px 24px;
  margin-bottom: 20px;
}

#promp_add_coll {
  background: #fff;
  -webkit-box-shadow: 5px solid #000;
          box-shadow: 5px solid #000;
  -webkit-box-shadow: 1px 4px 7px #d2d2d2;
          box-shadow: 1px 4px 7px #d2d2d2;
  padding-top: 17px;
}

#promp_add_coll .btn-border-less {
  padding: 0;
  border: none;
  background: none;
  /* float: right; */
  font-size: 25px;
  font-weight: 400;
}

#promp_add_coll .button-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 17px;
}

#invite_link_section {
  background: #fff;
  -webkit-box-shadow: 5px solid #000;
          box-shadow: 5px solid #000;
  -webkit-box-shadow: 1px 4px 7px #d2d2d2;
          box-shadow: 1px 4px 7px #d2d2d2;
  padding-top: 17px;
}

#invite_link_section .input-group input {
  height: 50px;
}

.btn-action-custom {
  padding: 5px 10px;
  height: 43px !important;
}

.frn13 {
  font-size: 13px !important;
}

.height_50 {
  height: 50px !important;
}

.blackFnt {
  color: #000;
}

.item_table_view {
  background: #fff;
  -webkit-box-shadow: 5px solid #000;
          box-shadow: 5px solid #000;
  -webkit-box-shadow: 1px 4px 7px #d2d2d2;
          box-shadow: 1px 4px 7px #d2d2d2;
  padding-top: 17px;
}

.text_trans {
  text-transform: none;
}

#request_notify_box {
  background: #fff;
  -webkit-box-shadow: 5px solid #000;
          box-shadow: 5px solid #000;
  -webkit-box-shadow: 1px 4px 7px #d2d2d2;
          box-shadow: 1px 4px 7px #d2d2d2;
  padding-top: 17px;
}

#request_notify_box .button-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 17px;
}

#side_bar_user {
  /* ================== Badge CSS ========================*/
}

#side_bar_user .badge-overlay {
  position: fixed;
  left: 0%;
  top: 9%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 100;
  -webkit-transition: width 1s ease, height 1s ease;
  -webkit-transition: width 0.4s ease, height 0.4s ease;
  transition: width 0.4s ease, height 0.4s ease;
}

#side_bar_user .badge {
  margin: 0;
  padding: 0;
  color: white;
  padding: 10px 10px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  background: #ed1b24;
}

#side_bar_user .badge::before,
#side_bar_user .badge::after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: inherit;
  min-width: 55px;
}

#side_bar_user .badge::before {
  right: 100%;
}

#side_bar_user .badge::after {
  left: 100%;
}

#side_bar_user .badge.red {
  background: #ff4d4d;
  font-size: 13px;
  text-transform: none;
}

#side_bar_user .badge.green {
  background: #2abc2d;
  font-size: 13px;
  text-transform: none;
}

.dashboard-pageheader {
  background-color: #abc6a333;
  border: 1px solid #ebebeb;
  padding: 38px 24px;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 81%;
}

.dashboard-pageheader h3 {
  font-weight: 600;
}

.dashboard-pageheader .border-right {
  border-right: 1px solid #000;
}

.pl-5-pr-0 {
  padding-right: 0;
  padding-left: 5px;
}

.padding-0 {
  padding-right: 0;
  padding-left: 0;
}

/* ================== Badge Position CSS ========================*/
.top-left {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-35%) translateY(-31%) rotate(-45deg);
  transform: translateX(-35%) translateY(-31%) rotate(-45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.new_message_container {
  background: #fff;
  -webkit-box-shadow: 5px solid #000;
          box-shadow: 5px solid #000;
  -webkit-box-shadow: 1px 4px 7px #d2d2d2;
          box-shadow: 1px 4px 7px #d2d2d2;
  padding: 0px 10px;
  border-radius: 10px;
  height: 60vh;
}

.new_message_container .section-left-panel {
  height: 60vh;
}

.new_message_container .section-left-panel .item_box_title_holder {
  padding: 27.5px 15px;
  border-bottom: 1px solid #e2e2e2;
}

.new_message_container .section-left-panel .item_box_title_holder h3 {
  font-weight: 500;
  font-size: 2em;
  margin-bottom: 0;
}

.new_message_container .section-left-panel .Line-10 {
  width: 77%;
  height: 2px;
  margin: 9px 19px 10px 80px;
  background-color: rgba(31, 31, 31, 0.2);
}

.new_message_container .section-left-panel .message_have {
  background-color: #e7ede6 !important;
}

.new_message_container .section-left-panel .messageTreadItem {
  padding: 10px;
  margin: 10px;
  background-color: #fff;
  border-radius: 10px;
}

.new_message_container .section-left-panel .messageTreadItem .image_section {
  text-align: center;
}

.new_message_container .section-left-panel .messageTreadItem .image_section img {
  width: 60px;
  height: 60px;
}

.new_message_container .section-left-panel .messageTreadItem .detail_section {
  line-height: 13px;
  padding: 15px 0;
}

.new_message_container .section-left-panel .messageTreadItem .detail_section h4 {
  font-weight: 600;
}

.new_message_container .section-left-panel .messageTreadItem .detail_section span {
  font-size: 10px;
}

.new_message_container .section-left-panel .messageTreadItem .detail_section .date_Section {
  position: absolute;
  top: 20%;
  left: 75%;
  line-height: 9px;
  padding: 10px 0;
  text-align: center;
}

.new_message_container .section-left-panel .messageTreadItem .detail_section .date_Section p {
  font-size: 12px;
  color: #d90368;
  font-weight: 600;
}

.new_message_container .section-left-panel .messageTreadItem .detail_section .date_Section .red-dot {
  background-color: #d90368;
}

.new_message_container .section-left-panel .messageTreadItem .detail_section .date_Section .notification .badge_message {
  position: absolute;
  top: -9px;
  right: -2px;
  padding: 10px 7px;
  border-radius: 50%;
  background-color: #d90368;
  color: white;
  font-size: 14px;
  height: 20px;
  width: 20px;
}

.new_message_container .section-right-panel .item_box_title_holder {
  padding: 20px 15px;
  border-bottom: 1px solid #e2e2e2;
}

.new_message_container .section-right-panel .item_box_title_holder .messages_img_item {
  float: left;
}

.new_message_container .section-right-panel .item_box_title_holder .messages_img_item img {
  width: 50px;
  height: 50px;
}

.new_message_container .section-right-panel .item_box_title_holder h3 {
  font-weight: 500;
  font-size: 1.5em;
}

.new_message_container .section-right-panel .item_box_title_holder span {
  font-size: 10px;
  font-weight: 600;
}

.new_message_container .section-right-panel .message_send_item {
  position: absolute;
  width: 100%;
  top: 88%;
}

.new_message_container .section-right-panel .message_send_item .message_type_area {
  background: #f1f1f1;
  padding: 5px 17px;
  border-bottom-right-radius: 16px;
}

.new_message_container .section-right-panel .message_send_item .textarea {
  border-radius: 17px;
  font-size: 11px;
  font-weight: 600;
}

.new_message_container .section-right-panel .message_send_item .send_buttons_no_border {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #d94369;
  font-weight: 500;
}

.new_message_container .section-right-panel .message_items_content {
  position: relative;
  background-color: white;
  height: 400px;
  width: 99%;
  overflow-y: scroll;
  /* padding: 0 18px; */
  margin: 13px 5px 0 1px;
}

.new_message_container .section-right-panel .message_items_content .message_trad_item_flexRight .rectangle_tread_mine {
  width: 385px;
  height: auto;
  margin: 20px 10px 10px 0;
  padding: 12px 26px 12px 24px;
  background-color: rgba(217, 3, 104, 0.8);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  float: right;
  color: #fff;
  font-size: 15px;
}

.new_message_container .section-right-panel .message_items_content .message_trad_item_flexRight .rectangle_tread_mine .timeShowItem {
  font-size: 13px;
  float: right;
}

.new_message_container .section-right-panel .message_items_content .message_trad_item_flexRight .rectangle_tread_mine .section_offer {
  text-align: center;
}

.new_message_container .section-right-panel .message_items_content .message_trad_item_flexRight .rectangle_tread_mine .section_offer button {
  background: none;
  border: 1px solid #fff;
  font-size: 13px;
  padding: 5px 10px;
  height: 35px;
}

.new_message_container .section-right-panel .message_items_content .message_trad_item_flexRight .item_mine_img {
  float: right;
}

.new_message_container .section-right-panel .message_items_content .message_trad_item_flexRight .item_mine_img img {
  width: 50px;
  height: 50px;
}

.new_message_container .section-right-panel .message_items_content .message_trad_item_flexleft .rectangle_tread_other {
  width: 385px;
  height: auto;
  margin: 20px 10px 10px 0;
  padding: 12px 26px 12px 24px;
  background-color: rgba(217, 3, 104, 0.1);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  float: left;
  color: #000;
  font-size: 15px;
}

.new_message_container .section-right-panel .message_items_content .message_trad_item_flexleft .rectangle_tread_other .timeShowItem {
  font-size: 13px;
  float: right;
}

.new_message_container .section-right-panel .message_items_content .message_trad_item_flexleft .item_mine_img {
  float: left;
  margin-right: 10px;
}

.new_message_container .section-right-panel .message_items_content .message_trad_item_flexleft .item_mine_img img {
  width: 50px;
  height: 50px;
}

.new_message_container .button-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 17px;
  padding-bottom: 17px;
  padding-right: 17px;
}

.new_message_container .message_details {
  background: #fff;
  padding: 17px 10px;
}

.new_message_container .message_details .table_listing table td {
  border-bottom: 0;
}

.new_message_container .message_tread {
  background: #fff;
  -webkit-box-shadow: 5px solid #000;
          box-shadow: 5px solid #000;
  -webkit-box-shadow: 1px 4px 7px #d2d2d2;
          box-shadow: 1px 4px 7px #d2d2d2;
  padding: 17px 10px;
}

.new_message_container .message_tread .massage_view_pane {
  background-color: #f84b4b0d;
  min-height: 500px;
  max-height: 500px;
  overflow: scroll;
  overflow-x: hidden;
}

.new_message_container .attachment_add_panel {
  background: #fef6f6;
  min-height: 400px;
  position: absolute;
  top: 35%;
  width: 89%;
  left: 6%;
}

.new_message_container .attachment_add_panel .attachment_title {
  padding: 17px 0 3px;
}

.new_message_container .attachment_add_panel .attachment_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new_message_container .attachment_add_panel .attachment_select_imag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new_message_container .attachment_add_panel .attachment_select_imag .img_div {
  background: #000;
  min-height: 282px;
  max-height: 282px;
  width: 88%;
}

#question_div .nice-select.wide .list {
  min-height: 100px;
}

.file-upload {
  background-color: #ffffff;
  width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824b;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1aa059;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  border: 4px dashed #1fb264;
  position: relative;
  width: 88%;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #1fb264;
  border: 4px dashed #ffffff;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
  cursor: pointer;
  text-transform: none;
}

.drag-text h3 {
  font-weight: 100;
  color: #15824b;
  padding: 60px 0;
}

.file-upload-image {
  width: 57%;
  height: auto;
  margin: auto;
  padding: 20px;
}

.remove-image {
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.input,
.textarea {
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: inherit;
  padding: 5px 6px;
}

.input-wrap {
  position: relative;
}

.input-wrap .input {
  position: absolute;
  width: 100%;
  left: 0;
}

.width-machine {
  /*   Sort of a magic number to add extra space for number spinner */
  padding: 0 1rem;
}

.textarea {
  display: block;
  width: 100%;
  overflow: hidden;
  resize: both;
  min-height: 30px;
  line-height: 20px;
  margin-top: 10px;
}

.textarea[contenteditable]:empty::before {
  content: "Enter Your Message Here";
  color: gray;
}

.margin-top-10 {
  margin-top: 10px;
}

.message_type_area {
  background: #f1f1f1;
  padding: 0px 17px;
}

.message_type_area .send_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* CSS talk bubble */
.talk-bubble {
  margin: 9px;
  display: inline-block;
  position: relative;
  width: 95%;
  height: auto;
  background-color: lightyellow;
}

.couple_msg {
  background-color: #77d3ff;
  color: #000;
}

.vendor_msg {
  background-color: #eaeaea;
  color: #000;
}

.border {
  border: 8px solid #666;
}

.round {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

/* Right triangle placed top left flush. */
.tri-right.border.left-top:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  right: auto;
  top: -8px;
  bottom: auto;
  border: 32px solid;
  border-color: #666 transparent transparent transparent;
}

.tri-right.left-top:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 22px solid;
  border-color: lightyellow transparent transparent transparent;
}

/* Right triangle, left side slightly down */
.tri-right.border.left-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  right: auto;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}

.tri-right.left-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 38px;
  bottom: auto;
  border: 12px solid;
  border-color: lightyellow lightyellow transparent transparent;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -8px;
  right: auto;
  top: auto;
  bottom: -40px;
  border: 32px solid;
  border-color: transparent transparent transparent #666;
}

.tri-right.btm-left:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  right: auto;
  top: auto;
  bottom: -20px;
  border: 22px solid;
  border-color: transparent transparent transparent #eaeaea;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  right: auto;
  top: auto;
  bottom: -40px;
  border: 20px solid;
  border-color: #666 transparent transparent #666;
}

.tri-right.btm-left-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 38px;
  right: auto;
  top: auto;
  bottom: -20px;
  border: 12px solid;
  border-color: lightyellow transparent transparent lightyellow;
}

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 30px;
  bottom: -40px;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}

.tri-right.btm-right-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 38px;
  bottom: -20px;
  border: 12px solid;
  border-color: lightyellow lightyellow transparent transparent;
}

/*
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent #666;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent lightyellow;

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -8px;
  bottom: -40px;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}

.tri-right.btm-right:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 0px;
  bottom: -20px;
  border: 12px solid;
  border-color: #77d3ff #77d3ff transparent transparent;
}

/* Right triangle, right side slightly down*/
.tri-right.border.right-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -40px;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #666 transparent transparent #666;
}

.tri-right.right-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -20px;
  top: 38px;
  bottom: auto;
  border: 12px solid;
  border-color: lightyellow transparent transparent lightyellow;
}

/* Right triangle placed top right flush. */
.tri-right.border.right-top:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -40px;
  top: -8px;
  bottom: auto;
  border: 32px solid;
  border-color: #666 transparent transparent transparent;
}

.tri-right.right-top:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -20px;
  top: 0px;
  bottom: auto;
  border: 20px solid;
  border-color: lightyellow transparent transparent transparent;
}

/* talk bubble contents */
.talktext {
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
}

.talktext span {
  font-size: 12px;
  font-style: italic;
  color: #00000075;
}

.talktext p {
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.new_messages_availables {
  position: absolute;
  top: 89%;
  left: 38%;
}

.new_messages_availables a {
  border: none;
  border-radius: 50px;
  font-size: 15px;
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animate-flicker {
  -webkit-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
}

.message_list_item {
  background: #fff;
  -webkit-box-shadow: -3px -4px 17px #c3bdbd;
          box-shadow: -3px -4px 17px #c3bdbd;
  padding: 20px 15px;
  margin-bottom: 10px;
}

.header_profil_imag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header_profil_imag img {
  width: 50px;
  height: 50px;
}

.message_status {
  float: right;
}

.message_status i {
  font-size: 10px;
}

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: black;
  /* Black fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 10%;
  /* 25% from the top */
  width: 100%;
  /* 100% width */
  text-align: center;
  /* Centered text/links */
  margin-top: 30px;
  /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  /* Display block instead of inline */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.dropdown:hover > .dropdown-menu {
  position: absolute;
  -webkit-transform: translate3d(-165px, 32px, 0px);
          transform: translate3d(-165px, 32px, 0px);
  top: 0px;
  left: 0px;
  will-change: transform;
}

.company-header-avatar {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 60px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 60px;
  -moz-background-clip: padding;
  border-radius: 60px;
  background-clip: padding-box;
  margin: 7px 0 0 5px;
  float: left;
  background-size: cover;
  background-position: center center;
}

#rewamp_header .showMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 23px;
}

#rewamp_header .header-logo a img {
  width: 6%;
}

.navbar-classic .show .custom_item_menu::after {
  content: "";
}

.custom_item_menu {
  padding-left: 5px;
}

.home-header-custom .navbar-classic .logo_a img {
  width: 23%;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button-bevel;
}

.search-form-homepage {
  position: absolute;
  width: 50%;
  left: 25%;
  top: 51%;
}

.search-form-homepage .error {
  text-shadow: 2px 2px 10px;
}

.search-form-homepage button {
  margin-top: 0px;
}

.carousel-inner .carousel-item {
  height: calc(100vh - 300px);
  background-size: cover;
}

.carousel-inner .carousel-item .nav-item a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 0px 20px !important;
  color: #fff !important;
}

.carousel-inner .carousel-item .nav-item a:hover {
  color: #000 !important;
}

.carousel-inner .carousel-item .hero-section-caption {
  padding-top: 0;
  padding-bottom: 0;
}

.carousel-inner .carousel-item .search-head {
  margin-bottom: 55px;
  padding: 0px 115px;
}

.carousel-inner .carousel-item .search-head h1 {
  font-size: 3.5em;
}

.carousel-inner .carousel-item .layer {
  background-color: #00000038;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.venue-categories-overlay h3 a {
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.zoomimg img {
  max-width: 100%;
  -webkit-transition: all 0.3s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.venue-categories-img:hover > .venue-categories-overlay h3 a {
  color: #1f1f1f;
  text-shadow: 0 0 0.65px #333, 0 0 0.65px #333;
}

.layer2 {
  background-color: #0000003b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-menu-logo {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: #b1b1b14f;
}

.navbar-brand {
  font-size: 30px;
  font-weight: bold;
  color: #fff !important;
}

.carousel-caption {
  bottom: 40%;
  display: block !important;
}

.carousel-caption h1 {
  font-size: 100px;
  letter-spacing: 2px;
  color: #ffb221;
}

.carousel-caption h2 {
  font-size: 80px;
  letter-spacing: 2px;
  color: #24fbfd;
}

.carousel-caption h3 {
  font-size: 60px;
  letter-spacing: 2px;
  color: #c49dff;
}

@media (min-width: 0px) and (max-width: 768px) {
  .carousel-caption {
    bottom: 30%;
    display: block !important;
  }
  .carousel-caption h1 {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .carousel-caption h2 {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .carousel-caption h3 {
    font-size: 18px;
    letter-spacing: 2px;
  }
}

.couple-bg-image {
  background-size: revert;
}

.vendor-bg-image {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}

.question_item {
  background: #fff;
  -webkit-box-shadow: 4px 4px 20px 20px #d8d8d842;
          box-shadow: 4px 4px 20px 20px #d8d8d842;
  padding: 15px 20px;
  margin-bottom: 15px;
}

.question_item_v2 #set_options {
  margin-bottom: 0;
}

.question_item_v2 .set_items {
  margin-bottom: 0;
}

.question_item_v2 h3 {
  margin-bottom: 0;
}

@media only screen and (min-device-width: 240px) and (orientation: portrait) {
  .search-form-homepage {
    position: absolute;
    width: 95%;
    left: 2%;
    top: 74%;
  }
  .search-form-homepage .error {
    color: #fff;
    text-shadow: 2px 2px 10px;
  }
  .search-form-homepage button {
    margin-top: 8px;
  }
  .carousel-inner .carousel-item {
    height: calc(100vh);
  }
  .carousel-inner .carousel-item .hero-section-caption {
    padding-top: 0;
    padding-bottom: 0;
  }
  .carousel-inner .carousel-item .search-head {
    margin-bottom: 174px;
    padding: 0px 0;
  }
  .carousel-inner .carousel-item .search-head h1 {
    font-size: 1em;
  }
  .dropdown:hover > .dropdown-menu {
    position: absolute;
    -webkit-transform: translate3d(10px, 10px, 10px);
            transform: translate3d(10px, 10px, 10px);
    top: 0px;
    left: 0px;
    will-change: transform;
  }
}

@media only screen and (min-device-width: 280px) and (orientation: portrait) {
  .search-form-homepage {
    position: absolute;
    width: 95%;
    left: 2%;
    top: 60%;
  }
  .search-form-homepage .error {
    color: #fff;
    text-shadow: 2px 2px 10px;
  }
  .search-form-homepage button {
    margin-top: 8px;
  }
  .carousel-inner .carousel-item {
    height: calc(100vh - 170px);
  }
  .carousel-inner .carousel-item .hero-section-caption {
    padding-top: 0;
    padding-bottom: 0;
  }
  .carousel-inner .carousel-item .search-head {
    margin-bottom: 120px;
    padding: 0px 0;
  }
  .carousel-inner .carousel-item .search-head h1 {
    font-size: 2em;
  }
  .dropdown:hover > .dropdown-menu {
    position: absolute;
    -webkit-transform: translate3d(10px, 10px, 10px);
            transform: translate3d(10px, 10px, 10px);
    top: 0px;
    left: 0px;
    will-change: transform;
  }
}

@media only screen and (min-device-width: 320px) and (orientation: portrait) {
  .search-form-homepage {
    position: absolute;
    width: 95%;
    left: 2%;
    top: 60%;
  }
  .search-form-homepage .error {
    color: #fff;
    text-shadow: 2px 2px 10px;
  }
  .search-form-homepage button {
    margin-top: 8px;
  }
  .carousel-inner .carousel-item {
    height: calc(100vh - 109px);
  }
  .carousel-inner .carousel-item .hero-section-caption {
    padding-top: 0;
    padding-bottom: 0;
  }
  .carousel-inner .carousel-item .search-head {
    margin-bottom: 120px;
    padding: 0px 0;
  }
  .carousel-inner .carousel-item .search-head h1 {
    font-size: 2em;
  }
  .dropdown:hover > .dropdown-menu {
    position: absolute;
    -webkit-transform: translate3d(10px, 10px, 10px);
            transform: translate3d(10px, 10px, 10px);
    top: 0px;
    left: 0px;
    will-change: transform;
  }
}

@media only screen and (min-device-width: 360px) and (orientation: portrait) {
  .search-form-homepage {
    position: absolute;
    width: 90%;
    left: 4%;
    top: 65%;
  }
  .dropdown:hover > .dropdown-menu {
    position: absolute;
    -webkit-transform: translate3d(10px, 10px, 10px);
            transform: translate3d(10px, 10px, 10px);
    top: 0px;
    left: 0px;
    will-change: transform;
  }
}

@media only screen and (min-device-width: 375px) and (orientation: portrait) {
  .search-form-homepage {
    position: absolute;
    width: 95%;
    left: 2%;
    top: 53%;
  }
  .search-form-homepage .error {
    color: #fff;
    text-shadow: 2px 2px 10px;
  }
  .search-form-homepage button {
    margin-top: 9px;
  }
  .carousel-inner .carousel-item .hero-section-caption {
    padding-top: 0;
    padding-bottom: 0;
  }
  .carousel-inner .carousel-item .search-head {
    margin-bottom: 80px;
    padding: 0px 0;
  }
  .carousel-inner .carousel-item .search-head h1 {
    font-size: 3em;
  }
  .dropdown:hover > .dropdown-menu {
    position: absolute;
    -webkit-transform: translate3d(10px, 10px, 10px);
            transform: translate3d(10px, 10px, 10px);
    top: 0px;
    left: 0px;
    will-change: transform;
  }
}

@media only screen and (min-device-width: 375px) and (orientation: portrait) {
  .search-form-homepage {
    position: absolute;
    width: 90%;
    left: 4%;
    top: 70%;
  }
  .carousel-inner .carousel-item {
    height: calc(100vh - 50px);
  }
  .carousel-inner .carousel-item .hero-section-caption {
    padding-top: 0;
    padding-bottom: 0;
  }
  .carousel-inner .carousel-item .search-head {
    margin-bottom: 120px;
    padding: 0px 0;
  }
  .carousel-inner .carousel-item .search-head h1 {
    font-size: 1.6em;
  }
  .dropdown:hover > .dropdown-menu {
    position: absolute;
    -webkit-transform: translate3d(10px, 10px, 10px);
            transform: translate3d(10px, 10px, 10px);
    top: 0px;
    left: 0px;
    will-change: transform;
  }
}

@media only screen and (min-device-width: 384px) and (orientation: portrait) {
  .search-form-homepage {
    position: absolute;
    width: 90%;
    left: 4%;
    top: 74%;
  }
  .carousel-inner .carousel-item {
    height: calc(100vh - 50px);
  }
  .carousel-inner .carousel-item .hero-section-caption {
    padding-top: 0;
    padding-bottom: 0;
  }
  .carousel-inner .carousel-item .search-head {
    margin-bottom: 174px;
    padding: 0px 0;
  }
  .carousel-inner .carousel-item .search-head h1 {
    font-size: 3em;
  }
  .dropdown:hover > .dropdown-menu {
    position: absolute;
    -webkit-transform: translate3d(10px, 10px, 10px);
            transform: translate3d(10px, 10px, 10px);
    top: 0px;
    left: 0px;
    will-change: transform;
  }
}

@media only screen and (min-device-width: 411px) and (orientation: portrait) {
  .search-form-homepage {
    position: absolute;
    width: 90%;
    left: 4%;
    top: 70%;
  }
  .carousel-inner .carousel-item {
    height: calc(100vh - 50px);
  }
  .carousel-inner .carousel-item .hero-section-caption {
    padding-top: 0;
    padding-bottom: 0;
  }
  .carousel-inner .carousel-item .search-head {
    margin-bottom: 160px;
    padding: 0px 0;
  }
  .carousel-inner .carousel-item .search-head h1 {
    font-size: 1.6em;
  }
  .dropdown:hover > .dropdown-menu {
    position: absolute;
    -webkit-transform: translate3d(10px, 10px, 10px);
            transform: translate3d(10px, 10px, 10px);
    top: 0px;
    left: 0px;
    will-change: transform;
  }
}

@media only screen and (min-device-width: 480px) and (orientation: portrait) {
  .search-form-homepage {
    position: absolute;
    width: 95%;
    left: 2%;
    top: 56%;
  }
  .search-form-homepage .error {
    color: #fff;
    text-shadow: 2px 2px 10px;
  }
  .search-form-homepage button {
    margin-top: 8px;
  }
  .carousel-inner .carousel-item {
    height: calc(100vh - 233px);
  }
  .carousel-inner .carousel-item .hero-section-caption {
    padding-top: 0;
    padding-bottom: 0;
  }
  .carousel-inner .carousel-item .search-head {
    margin-bottom: 150px;
    padding: 0px 0;
  }
  .carousel-inner .carousel-item .search-head h1 {
    font-size: 2em;
  }
  .dropdown:hover > .dropdown-menu {
    position: absolute;
    -webkit-transform: translate3d(10px, 10px, 10px);
            transform: translate3d(10px, 10px, 10px);
    top: 0px;
    left: 0px;
    will-change: transform;
  }
}

@media only screen and (min-device-width: 540px) and (orientation: portrait) {
  .search-form-homepage {
    position: absolute;
    width: 95%;
    left: 2%;
    top: 57%;
  }
  .search-form-homepage .error {
    color: #fff;
    text-shadow: 2px 2px 10px;
  }
  .search-form-homepage button {
    margin-top: 15px;
  }
  .carousel-inner .carousel-item {
    height: calc(100vh - 200px);
  }
  .carousel-inner .carousel-item .hero-section-caption {
    padding-top: 0;
    padding-bottom: 0;
  }
  .carousel-inner .carousel-item .search-head {
    margin-bottom: 120px;
    padding: 0px 0;
  }
  .carousel-inner .carousel-item .search-head h1 {
    font-size: 3em;
  }
  .dropdown:hover > .dropdown-menu {
    position: absolute;
    -webkit-transform: translate3d(10px, 10px, 10px);
            transform: translate3d(10px, 10px, 10px);
    top: 0px;
    left: 0px;
    will-change: transform;
  }
}

@media only screen and (min-device-width: 600px) and (orientation: portrait) {
  .search-form-homepage {
    position: absolute;
    width: 85%;
    left: 7%;
    top: 60%;
  }
  .dropdown:hover > .dropdown-menu {
    position: absolute;
    -webkit-transform: translate3d(10px, 10px, 10px);
            transform: translate3d(10px, 10px, 10px);
    top: 0px;
    left: 0px;
    will-change: transform;
  }
}

@media only screen and (min-device-width: 640px) and (orientation: landscape) {
  .search-form-homepage {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 66%;
  }
  .search-form-homepage .error {
    color: #fff;
    text-shadow: 2px 2px 10px;
  }
  .search-form-homepage button {
    margin-top: 15px;
  }
  .carousel-inner .carousel-item {
    height: calc(100vh - 18px);
  }
  .carousel-inner .carousel-item .hero-section-caption {
    padding-top: 0;
    padding-bottom: 0;
  }
  .carousel-inner .carousel-item .search-head {
    margin-bottom: 120px;
    padding: 0px 0;
  }
  .carousel-inner .carousel-item .search-head h1 {
    font-size: 2em;
  }
  .carousel-inner .carousel-item .search-head p {
    display: none !important;
  }
  .dropdown:hover > .dropdown-menu {
    position: absolute;
    -webkit-transform: translate3d(10px, 10px, 10px);
            transform: translate3d(10px, 10px, 10px);
    top: 0px;
    left: 0px;
    will-change: transform;
  }
}

@media only screen and (min-device-width: 768px) and (orientation: portrait) {
  .search-form-homepage {
    position: absolute;
    width: 95%;
    left: 3%;
    top: 63%;
  }
  .search-form-homepage .error {
    text-shadow: 2px 2px 10px;
  }
  .search-form-homepage button {
    margin-top: 0px;
  }
  .dropdown:hover > .dropdown-menu {
    position: absolute;
    -webkit-transform: translate3d(10px, 10px, 10px);
            transform: translate3d(10px, 10px, 10px);
    top: 0px;
    left: 0px;
    will-change: transform;
  }
}

@media only screen and (min-device-width: 800px) and (orientation: portrait) {
  .search-form-homepage {
    position: absolute;
    width: 85%;
    left: 5%;
    top: 40%;
  }
  .search-form-homepage .error {
    color: #fff;
    text-shadow: 2px 2px 10px;
  }
  .search-form-homepage button {
    margin-top: 0px;
  }
  .carousel-inner .carousel-item {
    height: calc(100vh - 685px);
  }
  .carousel-inner .carousel-item .hero-section-caption {
    padding-top: 0;
    padding-bottom: 0;
  }
  .carousel-inner .carousel-item .search-head {
    margin-bottom: 0px;
    padding: 0px 0;
  }
  .carousel-inner .carousel-item .search-head h1 {
    font-size: 3em;
  }
  .dropdown:hover > .dropdown-menu {
    position: absolute;
    -webkit-transform: translate3d(10px, 10px, 10px);
            transform: translate3d(10px, 10px, 10px);
    top: 0px;
    left: 0px;
    will-change: transform;
  }
}

@media only screen and (max-device-width: 991px) {
  #side_bar_user .badge-overlay {
    display: none;
  }
  .custom_header {
    top: 120px;
    position: absolute;
    z-index: 9999;
  }
  .dashboard-content {
    margin-left: 44px;
    margin-right: 44px;
  }
  .dropdown:hover > .dropdown-menu {
    position: absolute;
    -webkit-transform: translate3d(10px, 10px, 10px);
            transform: translate3d(10px, 10px, 10px);
    top: 0px;
    left: 0px;
    will-change: transform;
  }
}

@media only screen and (min-device-width: 1024px) and (orientation: portrait) {
  .search-form-homepage {
    position: absolute;
    width: 85%;
    left: 10%;
    top: 45%;
  }
  .search-form-homepage .error {
    text-shadow: 2px 2px 10px;
  }
  .search-form-homepage button {
    margin-top: 0px;
  }
  .carousel-inner .carousel-item {
    height: calc(100vh - 575px) !important;
  }
  .carousel-inner .carousel-item .search-head {
    margin-bottom: 55px;
    padding: 0px 10px;
  }
  .carousel-inner .carousel-item h1 {
    font-size: 3em;
  }
  .carousel-inner .carousel-item p {
    display: block !important;
  }
}

@media only screen and (min-device-width: 1280px) and (orientation: landscape) {
  .search-form-homepage {
    position: absolute;
    width: 75%;
    left: 12%;
    top: 60%;
  }
  .search-form-homepage .error {
    text-shadow: 2px 2px 10px;
  }
  .search-form-homepage #side_bar_user .badge-overlay {
    top: 11%;
  }
  .search-form-homepage button {
    margin-top: 0px;
  }
  .carousel-inner .carousel-item {
    height: calc(100vh - 300px) !important;
  }
  .carousel-inner .carousel-item .search-head {
    margin-bottom: 20px;
    padding: 0px 10px;
  }
  .carousel-inner .carousel-item .search-head h1 {
    font-size: 3em;
  }
  .carousel-inner .carousel-item .search-head p {
    display: block !important;
  }
}

@media only screen and (min-device-width: 1366px) and (orientation: landscape) {
  .search-form-homepage {
    position: absolute;
    width: 75%;
    left: 12%;
    top: 60%;
  }
  .search-form-homepage .error {
    text-shadow: 2px 2px 10px;
  }
  .search-form-homepage button {
    margin-top: 0px;
  }
  .carousel-inner .carousel-item {
    height: calc(100vh - 150px) !important;
  }
  .carousel-inner .carousel-item .search-head {
    margin-bottom: 70px;
    padding: 0px 10px;
  }
  .carousel-inner .carousel-item .search-head h1 {
    font-size: 3em;
  }
  .carousel-inner .carousel-item .search-head p {
    display: block !important;
  }
}

@media only screen and (max-width: 990px) {
  #side_bar_user .badge-overlay {
    display: none;
  }
  #rewamp_header .header-logo {
    padding: 10px;
  }
  #rewamp_header .header-logo a img {
    display: block;
    width: 60%;
  }
}

@media only screen and (max-width: 480px) {
  #list_box_section .list_box_item .button_section .social-icons {
    margin-top: 0;
  }
  .new_messages_availables {
    display: none;
  }
}

#contact_form {
  padding: 30px;
}

.item_model_contact_number {
  padding-top: 25px;
}

.mb-em1 {
  margin-bottom: 2em !important;
}

.btn-serachfilter {
  border: none;
  background: none;
  color: #aca2a2;
  float: right;
}

.btn-serachfilter:hover {
  background: none;
  border: none;
  color: #1f1f1f;
}

.btn-serachfilter:active {
  background: none;
  border: none;
  color: #1f1f1f;
}

#search_form_reports .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#search_form_reports button,
#search_form_reports a {
  text-transform: uppercase;
}

#search_form_reports label {
  font-size: 13px;
  margin-bottom: 0;
}

.active_paginate {
  background-color: #000;
}

#dashboard_section #btn-section {
  display: inline;
  margin-bottom: 10px;
}

#dashboard_section #btn-section a {
  width: 20%;
}

#dashboard_section #btn-section a:first-child {
  float: left;
}

#dashboard_section #btn-section a:last-child {
  float: right;
}

#dashboard_section table {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-left: -5%;
}

#dashboard_section table tr td {
  width: 33.33%;
  border-right: 1px solid #fff;
  padding: 0 10px;
}

#dashboard_section table tr td p:first-child {
  font-size: 1em;
  text-align: center;
}

#dashboard_section table tr td p:last-child {
  font-size: 2em;
  text-align: center;
}

#dashboard_section table tr td:last-child {
  border: none;
}

#table_customers_filter {
  text-align: right;
}

.closed {
  background: #e2a8a8;
}

#item_primary_form .custom_input,
#item_primary_form select {
  height: 51px;
  border-radius: 0;
}

#item_primary_form textarea {
  border-radius: 0;
}

#item_primary_form .custom_buttons {
  width: 100%;
  background-color: #d65050;
  border: 1px solid #d65050;
  border-radius: 0;
  height: 50px;
  text-transform: uppercase;
}

#item_primary_form .custom_buttons:hover {
  background-color: transparent;
  color: #d65050;
}

.custom_buttons {
  width: 100%;
  background-color: #d65050;
  border: 1px solid #d65050;
  border-radius: 0;
  height: 50px;
  text-transform: uppercase;
}

.custom_buttons:hover {
  background-color: transparent;
  color: #d65050;
}

#hero {
  background: none;
}

.sidebar_log_bg_white {
  background-color: #fff;
  border-right: 1px solid #3c62d1;
}

.black_color {
  color: #000 !important;
  font-weight: 600;
}

.red_color {
  color: #ff0000;
}

.payment_box {
  background: #fff;
  border: 1px solid #000;
  padding: 22px;
  border-radius: 20px;
}

.verticle_align {
  margin-top: auto;
  margin-bottom: auto;
}

.send_payment_lin_box {
  background-color: #fff;
  padding: 10px;
}

.fnt-14 {
  font-size: 14px;
}

#form_items_search label {
  font-size: 15px;
}
/*# sourceMappingURL=custom_styles.css.map */