/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7-giu-2023, 9.02.27
    Author     : utente
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7-giu-2023, 9.09.55
    Author     : utente
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;700&display=swap");
.H_100 {
  height: 100%;
}

.W_100 {
  width: 100%;
}

.MW_960 {
  max-width: 960px;
  margin: 0 auto;
  width: 90%;
}

.MW_980 {
  max-width: 980px;
  margin: 0 auto;
  width: 90%;
}

.MW_1024 {
  max-width: 1024px;
  margin: 0 auto;
  width: 90%;
}

.MW_1260 {
  max-width: 1260px;
  margin: 0 auto;
  width: 90%;
}

.MW_100 {
  max-width: 100%;
  width: 90%;
  margin: 0 auto;
}

.MW_1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

html, body {
  height: 100%;
  max-height: 100%;
  width: 100%;
  background: #ffffff;
}

@media screen and (max-width: 420px) {
  .page-main-index {
    background: url(../images/main-index-mobile.jpg) no-repeat !important;
    background-size: cover !important;
  }
}
.page-main-index .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 !important;
  background: transparent !important;
  border: 0;
  z-index: 9;
}

.btn-reg {
  border-radius: 25px;
  background: #3a78c9;
  color: #fff;
  margin-right: 10px;
}
.btn-reg:hover {
  color: #ffffff;
}

.bg_desc {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
  position: absolute;
  bottom: 10%;
  right: 5%;
  border-radius: 8px;
  z-index: 8;
}
@media screen and (max-width: 420px) {
  .bg_desc {
    width: 340px !important;
    margin-left: -170px !important;
  }
}
.bg_desc h1 {
  font-size: 1.7rem;
  color: #ffffff;
  line-height: 34px;
  margin: 0;
}

.content-landing .container {
  position: relative;
}
.content-landing .container .mask-registerForm {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.img-col-container {
  width: 100%;
  padding-bottom: 67%;
}

.first-col-img {
  background: url(../images/main-index-2.jpg) no-repeat;
  background-size: contain;
}

.second-col-img {
  background: url(../images/main-index-4.jpg) no-repeat;
  background-size: contain;
}

.text-size {
  padding: 10px;
}
.text-size p {
  font-size: 20px;
}

.bg-background--row {
  padding: 90px 0;
  width: 100%;
  background: url(../images/main-index-3.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.bg-background--row .text-bg-background--row {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 420px) {
  .bg-background--row .text-bg-background--row {
    padding: 10px;
  }
}
.bg-background--row .text-bg-background--row h1 {
  color: #fff;
}
.bg-background--row .text-bg-background--row p {
  color: #fff;
  font-size: 20px;
}
.bg-background--row .mask-bg-background--row {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.card-form-register {
  position: fixed;
  width: 600px !important;
  height: 650px;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -325px !important;
  padding: 10px;
  z-index: 9999;
}
@media screen and (max-width: 992px) {
  .card-form-register {
    width: 350px !important;
    margin-left: -175px !important;
  }
}
.card-form-register .close-reg {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  z-index: 99;
  cursor: pointer;
}
.card-form-register .landing-page-signup {
  text-align: center;
  margin: 0 !important;
}

.select-step-2 {
  font-size: 15px;
  border-radius: 4px !important;
  text-align: center;
}

#slider {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

#slider #slides {
  width: inherit;
  height: inherit;
}

#slider .slide {
  width: inherit;
  height: inherit;
  position: absolute;
  display: none;
}

#slider .slide .slide-img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}

#slider .active-slide {
  display: block;
}

#slider-nav {
  width: inherit;
  text-align: center;
  position: absolute;
  bottom: 0;
}

#slider-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

#slider-nav ul li.dot {
  display: inline;
  margin: 3px;
  font-size: 3.5em;
  color: #5E5E5E;
  cursor: pointer;
}

#slider-nav ul li.active-dot {
  color: white;
}

#slider-nav #update-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  display: none;
}

#slider-nav #update-btn img {
  width: 40px;
  height: 40px;
  padding: 0 5px;
  cursor: pointer;
}

#slider #dialog {
  z-index: 1;
  width: 35%;
  height: 35%;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  border-radius: 5px;
  position: absolute;
  top: 33%;
  left: 33%;
  display: none;
}

#slider #dialog #transparent {
  width: 100%;
  height: 100%;
  background-color: black;
  border-radius: 5px;
  opacity: 0.7;
}

#slider #dialog * {
  position: absolute;
}

#slider #dialog #msg {
  top: 10%;
  left: 10%;
}

#slider #dialog #input {
  width: 75%;
  height: 10%;
  border-radius: 5px;
  font-size: 0.8em;
  padding: 2%;
  top: 30%;
  left: 10%;
}

#slider #dialog #ok {
  width: 25%;
  height: 15%;
  padding: 2%;
  background-color: black;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  top: 60%;
  right: 40%;
}

#slider #dialog #cancel {
  width: 25%;
  height: 15%;
  padding: 2%;
  background-color: black;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  top: 60%;
  right: 9%;
}

#slider .arrow {
  width: 45px;
  height: 45px;
  display: none;
}

#slider .left, #slider .right {
  position: absolute;
  top: 45%;
  cursor: pointer;
}

#slider .left {
  left: 2%;
}

#slider .right {
  right: 2%;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19-giu-2023, 10.18.58
    Author     : utente
*/
.page-profile .card {
  box-shadow: none !important;
}
.page-profile .card-sidebar {
  margin-bottom: 1.5rem;
}
.page-profile .card-sidebar .card-sidebsr--title h3 {
  text-align: center;
}
.page-profile .card-sidebar .card-sidebsr--img {
  margin-bottom: 0.66rem;
}
.page-profile .card-sidebar .card-sidebsr--txt {
  margin-bottom: 0.66rem;
  text-align: justify;
}
.page-profile .card-sidebar .card-sidebsr--btn a {
  width: 100%;
}

.profile-photo-label {
  border-radius: 0 !important;
}

.profile-photos {
  position: relative;
}
.profile-photos .add-photo {
  background: #2b7ae4;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 26px;
  left: -42px;
  border-radius: 6px;
  cursor: pointer;
}
.profile-photos .add-photo i {
  color: #ffffff;
  font-size: 20px;
}
.profile-photos .add-photo img {
  width: 25px;
  height: 25px;
}
.profile-photos .profile-photos-gallery .profile-photos-row a {
  padding: 0;
}
.profile-photos .profile-photos-gallery .profile-photos-row a .photo-wrapper {
  margin-bottom: 0;
  margin-top: inherit !important;
}
.profile-photos .profile-photos-gallery .profile-photos-row a .photo-wrapper img {
  border-radius: 0;
  width: 100%;
}

.btn-my-upload {
  position: relative;
}
.btn-my-upload input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.modal-body .modal-body-description p {
  text-align: center;
}
.modal-body .if-no-pictures {
  text-align: center;
}
.modal-body .if-no-pictures img {
  width: 80px;
  margin: 0 auto;
}
.modal-body .modal-body--delete-pictures {
  width: 100%;
  flex-wrap: wrap;
}
.modal-body .modal-body--delete-pictures .box-selected-pictures {
  border-color: #2b7ae4 !important;
}
.modal-body .modal-body--delete-pictures .box--delete-pictures {
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #fff;
  position: relative;
}
.modal-body .modal-body--delete-pictures .box--delete-pictures .pictures-selected {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  display: none;
}
.modal-body .modal-body--delete-pictures .box--delete-pictures .pictures-selected-show {
  display: block !important;
}
.modal-body .modal-body--delete-pictures .box--delete-pictures:hover {
  border-color: #2b7ae4;
}
.modal-body .modal-body--delete-pictures .box--delete-pictures img {
  width: 100%;
}

.profile-member-status {
  margin-top: 20px;
  padding-left: 0.75rem;
}
.profile-member-status p {
  margin: 0;
  margin-right: 10px;
}
.profile-member-status img {
  width: 50px;
  position: relative;
  top: -10px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22-giu-2023, 10.53.03
    Author     : utente
*/
.card-trip-desc .trip-desc-title {
  margin: 5px 0;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24-ago-2023, 9.40.49
    Author     : utente
*/
.list-chat-name {
  padding: 10px;
}
.list-chat-name h5 {
  margin: 0;
  color: #ffffff;
  text-align: center;
}

.list-chat-memeber {
  padding: 10px;
  flex-wrap: wrap;
}
.list-chat-memeber .chat-memeber-item {
  width: 50px;
  height: 50px;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
}
.list-chat-memeber .chat-memeber-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
  border: 2px solid #fff;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25-ago-2023, 10.37.32
    Author     : utente
*/
@media screen and (max-width: 420px) {
  .nav-tabs {
    flex-direction: column !important;
  }
  .nav-tabs li.nav-item a.nav-link {
    width: 100% !important;
  }
  .page-options {
    flex-direction: column;
    width: 100%;
  }
  .page-options a.btn {
    width: 100%;
    margin: 5px 0 5px 0 !important;
  }
  .page-options div.input-icon {
    width: 100%;
    margin: 5px 0 !important;
  }
  .profile-main-actions .btn {
    width: 100%;
    margin: 3px 0 3px 0;
  }
}
.tripList-group-item .card-aside {
  display: block !important;
}
.tripList-group-item .card-aside a.card-aside-column {
  width: 100% !important;
  display: block;
  padding-bottom: 100%;
}

p, span, button, a {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  outline: none;
}

div {
  font-family: "Poppins", sans-serif !important;
}

@font-face {
  font-family: "ow-icons";
  src: url("../fonts/offway-icons.eot?48vob7");
  src: url("../fonts/offway-icons.eot?48vob7#iefix") format("embedded-opentype"), url("../fonts/offway-icons.ttf?48vob7") format("truetype"), url("../fonts/offway-icons.woff?48vob7") format("woff"), url("../fonts/offway-icons.svg?48vob7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.fow {
  display: inline-block;
  font: normal normal normal 14px/1 ow-icons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fow-x1 {
  font-size: 1.1em;
}

.fow-x2 {
  font-size: 1.2em;
}

.fow-x3 {
  font-size: 1.333333em;
}

.fow-setting-check:before {
  content: "\e925";
}

.fow-setting-outline:before {
  content: "\e927";
}

.fow-profile-full:before {
  content: "\e900";
}

.fow-all:before {
  content: "\e901";
}

.fow-android:before {
  content: "\e902";
}

.fow-apple:before {
  content: "\e903";
}

.fow-arrow-down:before {
  content: "\e904";
}

.fow-arrow-left:before {
  content: "\e905";
}

.fow-arrow-right:before {
  content: "\e906";
}

.fow-arrow-up:before {
  content: "\e907";
}

.fow-attach:before {
  content: "\e908";
}

.fow-camera-full:before {
  content: "\e909";
}

.fow-camera-outline:before {
  content: "\e90a";
}

.fow-camera-video:before {
  content: "\e92f";
}

.fow-cards:before {
  content: "\e90b";
}

.fow-check:before {
  content: "\e90c";
}

.fow-credit-card:before {
  content: "\e930";
}

.fow-db-heart:before {
  content: "\e90d";
}

.fow-famale:before {
  content: "\e90e";
}

.fow-fb:before {
  content: "\e90f";
}

.fow-filter:before {
  content: "\e910";
}

.fow-heart-full:before {
  content: "\e911";
}

.fow-heart-outline:before {
  content: "\e912";
}

.fow-in:before {
  content: "\e913";
}

.fow-lens:before {
  content: "\e914";
}

.fow-letter-full:before {
  content: "\e915";
}

.fow-letter-outline:before {
  content: "\e916";
}

.fow-locations:before {
  content: "\e917";
}

.fow-logout:before {
  content: "\e918";
}

.fow-male:before {
  content: "\e919";
}

.fow-message:before {
  content: "\e91a";
}

.fow-microfono:before {
  content: "\e92e";
}

.fow-mobile-menu:before {
  content: "\e91b";
}

.fow-modify:before {
  content: "\e91c";
}

.fow-notify:before {
  content: "\e91d";
}

.fow-notify-full:before {
  content: "\e91e";
}

.fow-paypal:before {
  content: "\e931";
}

.fow-phone-full:before {
  content: "\e91f";
}

.fow-pic:before {
  content: "\e920";
}

.fow-plus:before {
  content: "\e921";
}

.fow-profile:before {
  content: "\e922";
}

.fow-return:before {
  content: "\e923";
}

.fow-send:before {
  content: "\e924";
}

.fow-setting-full:before {
  content: "\e926";
}

.fow-trash-full:before {
  content: "\e928";
}

.fow-trash-outline:before {
  content: "\e929";
}

.fow-tw:before {
  content: "\e92a";
}

.fow-unlock:before {
  content: "\e92b";
}

.fow-video-full:before {
  content: "\e92c";
}

.fow-x:before {
  content: "\e92d";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
}

.D_f {
  display: -webkit-flex !important;
  display: flex !important;
}

.F_g {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.F_c {
  flex-direction: column;
  -webkit-flex-direction: column;
}

.A_c {
  align-items: center;
  -webkit-align-items: center;
}

.J_c {
  justify-content: center;
  -webkit-justify-content: center;
}

.F_c {
  flex-direction: column;
}

.F_c_r {
  flex-direction: column-reverse;
}

.Fx_1 {
  flex: 1;
  -webkit-flex: 1;
}

.flex-col-25 {
  flex: 0 0 25%;
  max-width: 25%;
}

.flex-col-40 {
  flex: 0 0 40%;
  max-width: 40%;
}

.flex-col-50 {
  flex: 0 0 50%;
  max-width: 50%;
}

.flex-col-60 {
  flex: 0 0 60%;
  max-width: 60%;
}

@media screen and (max-width: 620px) {
  .flex-col-mobile-100 {
    max-width: 100% !important;
  }
  .F_c_m {
    flex-direction: column;
  }
  .F_c_r_m {
    flex-direction: column-reverse;
  }
}
.Mt-10 {
  margin-top: 10px;
}

.Mb-10 {
  margin-bottom: 10px;
}

.Mt-20 {
  margin-top: 20px;
}

.Mb-20 {
  margin-bottom: 20px;
}

.Mt-40 {
  margin-top: 40px;
}

.Mb-40 {
  margin-bottom: 40px;
}

.body-landing-page .header .btn-login {
  background: #ffffff !important;
  color: #3a78c9 !important;
}

.header .header-brand img {
  height: 60px !important;
}

.page .footer {
  display: none;
}

.group-info-details {
  width: 100%;
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}
.group-info-details .group-info-details-item {
  padding: 15px 0;
}
.group-info-details .group-info-details-item .group-info-icon {
  width: 20px;
  height: 20px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-right: 5px;
}
.group-info-details .group-info-details-item .info-icon-calendar {
  background: url(../images/calendar.png);
}
.group-info-details .group-info-details-item .info-icon-people {
  background: url(../images/people.png);
}
.group-info-details .group-info-details-item .info-icon-budget {
  background: url(../images/money.png);
}
.group-info-details .group-info-details-item .info-icon-age {
  background: url(../images/18.png);
}
.group-info-details .group-info-details-item .info-icon-passport {
  background: url(../images/passport.png);
}
.group-info-details .group-info-details-item p {
  margin: 0;
}
.group-info-details .group-info-details-item .title-details {
  text-align: left;
}
.group-info-details .group-info-details-item .info-details {
  text-align: right;
  color: #9aa0ac;
}

.ow-skin-payment {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 1rem;
  background: #4887f4;
  border-radius: 15px;
}
.ow-skin-payment #paymentRequestBox {
  text-align: center;
}
.ow-skin-payment #paymentRequestBox span.appl_pay_txt {
  color: #ffffff;
}
.ow-skin-payment .card-layout-input {
  margin-top: 46px;
}
.ow-skin-payment .bt_send {
  min-width: 150px;
  font-size: 0.9rem;
  margin-top: 10px;
  height: 41px;
  color: #000000;
  border-radius: 4px;
  margin: 0 auto;
  border: 0;
  padding: 0.375rem 0.75rem;
  margin-bottom: 20px;
  font-weight: 700 !important;
  font-style: italic;
  background: #ffffff;
  margin-top: 20px;
}

.off-custom-control:before {
  background: #4887f4 !important;
}

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