/* FONTS */
.ubuntu-light {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .ubuntu-medium {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .ubuntu-light-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .ubuntu-regular-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .ubuntu-medium-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .ubuntu-bold-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
.terms {
  color: #000;
  text-decoration: none;
}
.terms:hover {
    color: #000;
}
  
/* REAL */
.navbar {
    padding: 20px;
}
.navLogo {
   margin-right: 100px;
}
.navbar-nav {
    font-size: 18px;
}
.nav-link {
    margin-left: 15px;
    margin-right: 15px;
    color: #000;
}
.nav-link:hover {
    color: #000;
}
.dropdownLng{
    border-radius: 100px;
    border: 1px solid lightgray;
    overflow: hidden;
    background: transparent;
    padding: 7px 0px 10px 10px;
    color: #000;
}
.dropdown-toggle::after {
    border: none;
}
.lngFlag {
    margin-right: 5px;
}
.arrowDown {
    margin-left: 5px;
}
.lngSelect {
    margin-top:5px;
    min-width: 4rem;
    text-align: center;
}
.mainBtn {
    background-color: #0692A1;
    color: #ffff;
    border: none;
    border-radius: 8px;
    padding: 10px;
    min-width: 150px;
    font-size: 18px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.mainBtnDisabled {
  pointer-events: none;
}
.mainBtn:hover {
    background-color: #0692A1;
    color: #ffff;
}
.mainBtnSave {
  background-color: #0692A1;
  color: #ffff;
  border: none;
  border-radius: 8px;
  padding: 10px;
  min-width: 150px;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.mainBtnSaveDisabled {
pointer-events: none;
background-color: #DBDBDB!important;
pointer-events: none;
}
.mainBtnSave.disabledBtn {
  background-color: #DBDBDB!important;
  pointer-events: none;
}
.mainBtnSave:hover {
  background-color: #0692A1;
  color: #ffff;
}
.mainBtn2 {
    background-color: #0692A1;
    color: #ffff;
    border: none;
    border-radius: 8px;
    padding: 10px;
    min-width: 200px;
    font-size: 18px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 15px;
}
.mainBtn2:hover {
    background-color: #0692A1;
    color: #ffff;
}
.mainBtn4 {
  background-color: transparent;
  color: #0692A1;
  border: 1px solid #0692A1;
  border-radius: 8px;
  padding: 10px;
  min-width: 200px;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 15px;
}
.mainBtn4:hover {
  background-color: transparent;
  color: #0692A1;
  border: 1px solid #0692A1;
}
.mainBtn3 {
  background-color: #0692A1;
  color: #ffff;
  border: none;
  border-radius: 100px;
  padding: 15px;
  width: 100%;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 15px;
}
.mainBtn3:hover {
  background-color: #0692A1;
  color: #ffff;
}
.mainBtn3.disabledBtn {
  background-color: #DBDBDB!important;
  pointer-events: none;
}
.mainBtn3.disabledBtn:hover {
  background-color: #DBDBDB!important;
  color: #ffff;
}
.footerMenu {
    text-decoration: none;
    font-size: 16px;
    color: #000;
}
.marginFooter {
    margin-bottom: 15px;
}
.carousel-item {
  min-height: 550px;
  max-height: 550px;
}
.carousel-indicators [data-bs-target] {
  background-color: #0692A1;
}
li::marker{font-size:0;}
.blockBtn {
  background-color: #FAFAFA;
  border-radius: 16px;
  margin: 10px;
}
.blockBtn2 {
  background-color: transparent;
  border: 1px solid lightgray;
  border-radius: 16px;
  margin: 10px;
}
.greySection {
  background-color: #FAFAFA;
  padding: 20px;
  border-radius: 16px;
}
.reviewSection {
  background-color: #5AC2D7;
  padding: 40px;
  border-radius: 16px;
}
.reviewBox {
  background-color: #ffff!important;
  border-radius: 16px;
  padding: 20px;
  margin: 15px;
}
.reviewText {
  min-height: 120px;
}
.profilePhoto {
  border-radius: 50%;
}
.profilePhotoReview {
  width: 60px;
  border-radius: 50%;
}
.splide__pagination {
  bottom: -1em!important;
}
.splide__pagination__page {
  width: 15px;
  height: 15px;
  border-radius: 0%; 
  background-color: #0692A1;
  opacity: .5;
  margin: 0 7px;
  width: 30px;
  height: 3px;
}
.splide__pagination__page.is-active {
  background-color: #0692A1;
  opacity: 1;
  width: 30px;
  height: 3px;
  transform: none;
}
.splide__pagination__page:hover {
  background-color: #0692A1;
  opacity: .5;
}
.greyBoxFaq {
  background-color: #FAFAFA;
  border-radius: 16px;
  padding: 20px;
}
.arrowBtn {
  cursor: pointer;
}
.modal-content {
  border-radius: 16px;
  padding: 20px;
}
.modal-header {
  border-bottom: none;
}
.number {
  border-top-right-radius: 0px; 
  border-bottom-right-radius: 0px;
  background-color: transparent;
  height: 58px;
}
.phoneInput {
  width: 90%;
  margin: 0 auto;
  height: 58px;
}
.phoneInput2 {
  width: 100%;
  margin: 0 auto;
  height: 58px;
}
.code-input-container {
  display: flex;
  justify-content: space-between;
  width: 100%; 
  margin: 20px auto;
}
.code-input {
  width: 15%;
  height:58px;
}
.restore-code-input {
  width: 15%;
  height:58px;
}
.linkResend {
  font-size: 16px;
  color: #0692A1;
  text-decoration: none;
}

.linkResend.disabled {
  color: #000;
  pointer-events: none;
}
.pass  {
  position: relative;
}

.pass .bi {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #6c757d;
}
.is-invalid-icon {
  right: 35px!important;
}

.pass .form-control{
  padding-right: 40px;
}
.form-check-input:checked {
  background-color: #0692A1!important;
  border-color: #0692A1!important;
}
.boxShadow {
  background-color: #FAFAFA;
  padding: 40px;
  min-height: 330px;
}
.pfMenuSelected {
  border-radius: 16px;
  background-color: #fafafa;
  padding: 16px 12px 16px 12px;
  cursor: pointer;
}
.pfMenu {
  border-radius: 16px;
  padding: 16px 12px 16px 12px;
  margin-top: 15px;
  cursor: pointer;
}
.pfMenuSelectedWhite {
  border-radius: 16px;
  background-color: #ffff;
  padding: 16px 12px 16px 12px;
  cursor: pointer;
}
.pfMenuWhite {
  border-radius: 16px;
  padding: 16px 12px 16px 12px;
  margin-top: 15px;
  cursor: pointer;
}
.photoBtn {
  border-radius: 100px;
  background-color: transparent;
  border-color: #DBDBDB;
  color: #000;
  margin-top: 10px;
}
.photoBtn:hover {
  background-color: transparent;
  border-color: #DBDBDB;
  color: #000;
}
.reasonCheck {
  margin-bottom: 30px;
}
.reasonCheck input[type="radio"] {
  accent-color: #000;
}
.reasonCheck label {
  font-size: 16px;
}
.deleteBtn {
  background-color: #D32929;
  color: #ffff;
  border: none;
  border-radius: 8px;
  padding: 10px;
  min-width: 150px;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
}
.deleteBtn:hover {
  background-color: #D32929;
  color: #ffff;
  border: none;
  border-radius: 8px;
  padding: 10px;
  min-width: 150px;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.mt-10 {
  margin-top:10px;
}
.deleteBtn2 {
  background-color: transparent;
  color: #000;
  border-radius: 8px;
  padding: 10px;
  min-width: 150px;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-color: #DBDBDB;
  width: 100%;
}
.deleteBtn2:hover {
  background-color: transparent;
  color: #000;
  border-radius: 8px;
  padding: 10px;
  min-width: 150px;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-color: #DBDBDB;
}
.greyBox {
  border-radius: 16px;
  background-color: #fafafa;
  padding: 16px 12px 16px 12px;
}
.doubleBtn {
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  padding: 5px;
}
.activeBtn {
  background-color: #0692A1;
  color: #ffff;
  border: none;
  border-radius: 5px;
  padding: 10px;
}
.dateBtn {
  background-color: #FAFAFA;
  color: #000;
  border: none;
  border-radius: 8px;
  padding: 8px 16px 8px 16px;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  text-align: center;
}
.dateBtnActive {
  background-color: #000;
  color: #ffff;
  border: none;
  border-radius: 8px;
  padding: 8px 16px 8px 16px;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  text-align: center;
}
.timeBtn {
  color: #000;
  border: 1px solid #DBDBDB;
  border-radius: 100px;
  padding: 8px 32px 8px 32px;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px;
}
.timeBtnActive{
  background-color: #5AC2D7;
  color: #ffff;
  border-radius: 100px;
  padding: 8px 32px 8px 32px;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px;
}
.selectedCard {
  border: 2px solid #0692A1 !important;
}
.greyBorderBtn { 
  background-color: transparent;
  color: #000;
  border: 1px solid #DBDBDB;
  border-radius: 100px;
  padding: 10px;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
}