html {
  height:100%;
}

body {
  background-color:#1c1c1c;
  font-family:"Montserrat";
  font-weight:500;
}

main {
  background-color:#181818;
  overflow: auto;
}

.footer-menu {
  position: fixed;
  bottom: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #242424;
}

.footer-menu .footer-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  font-size:11px;
  padding-bottom:8px;
  padding-top:14px;
  cursor:pointer;
  transition:all 0.125s ease-in-out;
}

.footer-menu .footer-item:hover {
  color:#afafaf;
}

.footer-menu .footer-item.active i {
  color:#C9263F;
}

.footer-menu .footer-item i {
  font-size:23px;
  margin-bottom:6px;
}

.mainPage {
  padding:13px 16px;
  padding-bottom:81px;
}

.lookingForCard {
  border-radius:15px;
  padding:8px;
  display:flex;
  margin-bottom: 21px;
  font-size: 13px;
}

.lookingForCard .heartIcon {
  display:flex;
  align-items: center;
}

.lookingForCard .heartIcon i {
  font-size:26px;
  padding-right:11px;
  padding-left:7px;
}

.lookingForCard.casualDates .heartIcon i {
  color:#2c4e63;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #29485b;
}

.lookingForCard.casualDates {
  background-color:#406f8d;
  color:#fff;
}

.lookingForCard.longTerm .heartIcon i {
  color:#891a2b;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #811828;
}

.lookingForCard.longTerm {
  background-color:#C9263F;
  color:#fff;
}

.lookingForCard.mariage {
  background-color:#39a2c2;
  color:#fff;
}

.lookingForCard.mariage .heartIcon i {
  color:#2584a1;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #2584a1;
}

.headerInfo {
  margin-bottom: 22px;
}

.headerInfo .userFlesh .userName {
  font-size:25px;
  font-weight:600;
}

.headerInfo .userFlesh .userAge {
  font-size:17px;
  padding-left:10px;
}

.headerInfo .userLocation {
  display: flex;
  flex-direction: column;
  margin-top: 7px;
}

.headerInfo .userLocation .userLocation-item {
  display:flex;
  font-size:14px;
}

.headerInfo .userLocation .userLocation-icon {
  display:flex;
  width: 24px;
  justify-content: center;
  margin-right: 4px;
}

.matchingHeaders {
  font-weight: 700;
  margin-bottom: 9px;
  display: block;
}

.interestsSection .interestsDiv {
  display:flex;
  flex-wrap: wrap;
}

.interestsSection .interestsItem {
  border: 1px solid #454545;
  background-color: #383838;
  border-radius: 100px;
  margin-right: 10px;
  padding: 6px 11px;
  margin-bottom: 12px;
  font-size: 12px;
}

.interestsSection .interestsItem.same {
  background-color:#c9263f;
  border:1px solid #db4359;
}

.interestsSection .interestsItem.arrowUp i {
  font-size: 19px;
  top: 6px;
  position: relative;
}

.customHr {
  margin-left: -16px;
  margin-right: -16px;
}

.cur-pointer {
  cursor:pointer;
}

.welcomeDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100dvh - 1px);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: space-between;
}

.welcomeDiv .welcomeMain {
  font-size:30px;
  margin-top:40px;
}

.btn-round {
  background-color:#383838;
  height:48px;
  width:48px;
  border-radius:100px;
  font-weight:600;
  font-size: 24px;
}

.btn-round:hover,
.btn-round:focus {
  background-color:#414141;
  height:48px;
  width:48px;
  border-radius:100px;
  font-weight:600;
}

.regProgress {
  background-color:#383838;
  height:9px;
}

.regProgress .progress-bar {
  background-color:#C9263F;
  border-radius:40px;
}

.mainMain {
  padding:20px;
  margin-bottom: 70px;
}

.regHeader {
  font-size: 26px;
  font-weight: 700;
}

.regHeaderSec {
  font-size:13px;
  font-weight:400;
}

.form-control {
  border-radius: 16px;
  border: 2px solid #383737;
  background-color: #262626;
}

.input-group .form-control {
  border-left: 2px solid #383737 !important;
}

.input-group .form-control:focus {
  border-left: 2px solid #C9263F!important;
}

.form-control:focus {
  border: 2px solid #C9263F!important;
  background-color: #222222;
  box-shadow:none;
}

.radio-control {
  border: 2px solid #383737;
  background-color: #262626;
}

.radio-control:checked {
  border: 2px solid #C9263F;
  background-color: #222222;
  box-shadow:none;
}

.radio-control:focus {
  box-shadow:none!important;
  border: 2px solid #d8334c;
}

.checkbox-control {
  border: 2px solid #383737;
  background-color: #262626;
  border-radius:9px!important;
}

.checkbox-control:checked {
  border: 2px solid #C9263F;
  background-color: #222222;
  box-shadow:none;
}

.checkbox-control:focus {
  box-shadow:none!important;
  border: 2px solid #d8334c;
}

.regBirthday {
  margin: -10px;
}

.regBirthday b {
  margin-bottom: 7px;
  display: block;
  font-size:14px;
}

.regBirthdaySpan {
  font-size: 18px;
  margin-bottom: 12px;
  display: block;
}

.regFirstName {
  font-size:14px;
  display: block;
  margin-bottom: 7px;
}

.selectDiv {
  background-color: #393939;
  display: flex;
  align-items: center;
  height: 46px;
  margin-bottom: 13px;
  border-radius: 16px;
  padding-left: 15px;
  padding-right: 8px;
  font-size: 13px;
}

.selectDiv .selectType {
  width:100%;
}

.selectDiv .selectType span {
  color: #b7b7b7;
  font-size: 12px;
}

.selectDiv .selectRadio input {
  width:30px;
  height:30px;
  border-radius:100px;
}

.regNotifBottom {
  font-size: 11px;
  padding-left: 13px;
}

.regNotifBottom i {
  margin-right: 4px;
}

.regPage {
  height: calc(100% - 39px);
}

.buttonBottomLeft {
  position: fixed;
  bottom: 20px;
  z-index:2;
}

.buttonBottomRight {
  position: fixed;
  bottom: 20px;
  z-index:1;
}

.buttonSpacer {
  height:48px;
}

.btn-login {
  background-color:#fff;
  color:#000;
  font-weight: 600;
  border-radius:100px;
  width:100%;
  border:0px;
  padding: 10px 0px;
}

.btn-login-wa {
  background-color:#16b651;
  color:#fff;
  font-weight: 600;
  border-radius:100px;
  width:100%;
  border:0px;
  padding: 10px 18px;
}

.btn-verum {
  background-color:#B1253E;
  color:#fff;
  font-weight: 600;
  border-radius:100px;
  border:0px;
  padding: 10px 18px;
}

.btn-verum:disabled {
  background-color:#971e34;
}

.btn-cancel {
  background-color:#e0e0e0;
  color:#000;
  font-weight: 600;
  border-radius:100px;
  border:0px;
  padding: 10px 18px;
}

.fs-14px {
  font-size: 14px;
}

.w-90 {
  width:90%!important;
}

.btn-login:hover,
.btn-login:active {
  background-color:#ececec!important;
  color:#000!important;
  border:0px!important;
}

.btn-login-wa:hover,
.btn-login-wa:active {
  background-color:#14a84a!important;
  color:#fff!important;
  border:0px!important;
}

.btn-verum:hover,
.btn-verum:active {
  background-color:#a12038!important;
  color:#fff!important;
  border:0px!important;
}

.btn-cancel:hover,
.btn-cancel:active {
  background-color:#cccccc!important;
  color:#000!important;
  border:0px!important;
}

.mb-15px {
  margin-bottom:15px;
}

.modal {
  backdrop-filter: blur(6px);
}

.modal .modal-content {
  background-color:#2b2b2b;
  border-radius: 13px;
}

.modal .modal-header {
  border-bottom:0px;
  justify-content: center;
  padding-bottom: 5px;
}

.modal .modal-footer {
  border-top:0px;
}

.modal .modal-body {
  font-size:14px;
  padding-bottom: 5px;
}

.modal .modal-title {
  font-size: 20px;
}

@media (min-width: 576px) {
  .modal-dialog {
      max-width: 390px;
  }
}

.notValid {
  font-size: 12px;
  color: #d3314f;
  margin-top: 3px;
  padding-left: 12px;
}

.notValid i,
.warningMess i {
  margin-right: 4px;
}

.warningMess {
  font-size: 12px;
  color: #d3a831;
  margin-top: 3px;
  padding-left: 12px;
}

.notValidBirthday {
  margin-top:12px;
}

.cur-pointer {
  cursor:pointer;
}

/* Desktop */
@media (min-width:768px) {
  .desktopVersion {
    display:flex;
    justify-content: center;
    height:100%;
  }

  .desktopVersion main {
    width:768px;
    border:1px solid #2e2e2e;
  }

  .mainMain {
    overflow: hidden;
  }

  .buttonBottomRight {
    text-align: end;
    width: 746px;
    padding-right: 18px;
  }
}

/* Mobile */
@media (max-width:768px) {
  body {
    height:100%;
  }

  main {
    height:100%;
  }
  
  .buttonBottomRight {
    right: 20px;
  }
}

.height-scroller .height-selector {
  width: 100px;
  height: 280px;
  overflow-y: scroll;
  position: relative;
  margin: 0 auto;
  scroll-snap-type: y mandatory;
  scroll-padding: 80px 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.height-scroller .height-selector::-webkit-scrollbar {
  display: none;
}

.height-scroller .height-selector ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.height-scroller .height-selector li {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  scroll-snap-align: center;
  cursor:pointer;
}

.height-scroller .height-selector {
  -ms-overflow-style: none;
}

.height-scroller .height-selected {
  width:125px;
  border:2px solid #fff;
  height:40px;
  position: absolute;
  top: 120px;
  border-radius:10px;
}

.height-scroller {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.input-group .input-group-text {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border: 2px solid #262626;
  background-color: #262626;
  padding-left: 18px;
  transition: all .15s ease-in-out;
  border-right:0px;
}

.input-group input {
  border: 2px solid #262626;
  font-size: 13px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 0px;
  border-left:0px!important
}

.input-group input:focus {
  border-left:0px!important;
}

.input-group-text {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group:focus-within .input-group-text {
  border-color: #C9263F;
  border-right:0px;
}

.interestsSectionRegister {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-top:14px;
}

.interestsSectionRegister.interestsSectionRegisterSelected .interestsItem {
  background-color:#242424;
  border-color:#363636;
}

.interestsSectionRegister.interestsSectionRegisterSelected .interestsItem:hover {
  background-color:#2c2c2c;
  border-color:#3f3f3f;
}

.interestsSectionRegister .interestsItem {
  cursor:pointer;
  transition:all .15s ease-in-out
}

.interestsSectionRegister .interestsItem:hover,
.selectSection .selectItem:hover {
  background-color:#6e6e6e;
}

.selectSection {
  display:flex;
  flex-wrap: wrap;
}

.selectSection .selectItem {
  border: 1px solid #454545;
  background-color: #383838;
  border-radius: 100px;
  margin-right: 10px;
  padding: 6px 11px;
  margin-bottom: 12px;
  font-size: 14px;
  cursor:pointer;
  transition: all .15s ease-in-out;
}

.selectSection .selectItem.itemSelected {
  background-color:#c9263f;
  border:1px solid #db4359;
}

.selectSection .selectItem.itemSelected:hover {
  background-color:#ab2135;
  border:1px solid #db4359;
}

.spacingSection {
  height:68px;
}

textarea {
  border-radius:16px;
  resize: none;
  transition:all .15s ease-in-out;
  border: 2px solid #383737;;
  background-color: #262626;
  padding:7px 11px;
}

textarea:focus-visible {
  border-color: #C9263F!important;
  outline:none;
}

textarea::placeholder,
.form-control::placeholder {
  color:#7f8183;
}

.passwordReq {
  list-style-type: none;
  padding: 0;
  font-size: 12px;
  margin-left: 10px;
  margin-top: 10px;
}

.passwordReq li {
  display:flex;
}

.passwordReq li i {
  width: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right:3px;
}

.input-group input {
  border: 2px solid #383737;
  font-size: 1rem;
}

.dropdownEmoji {
  height:14px;
  position: relative;
  top: -2px;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.phoneNumberGroup .buttonCus2 {
  border: 2px solid #383737;
  border-top-left-radius:16px;
  border-bottom-left-radius:16px;
  background-color:#383838;
  color:#d6d7d9;
}

.phoneNumberGroup .buttonCus2:hover,
.phoneNumberGroup .buttonCus2:active,
.phoneNumberGroup .buttonCus2:focus-visible {
  background-color:#454545!important;
  border: 2px solid #C9263F!important;
  color:#d6d7d9!important;
}

.phoneNumberGroup .buttonCus2.show {
  background-color:#454545!important;
  border: 2px solid #C9263F!important;
  color:#d6d7d9!important;
}

.phoneNumberGroup .buttonCus2 span {
  font-size:13px;
  font-weight:600;
}

.phoneNumberGroup ul {
  overflow: auto;
  height: 200px;
  background-color:#262626;
}

.phoneNumberGroup input {
  padding-left: 10px;
}

.spinnerPhone {
  margin-left:10px;
  position: relative;
  top: 1px;
  opacity:0;
  transition:all 0.125s ease-in-out;
}

.spinnerPhone i {
  animation: spin 3s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.logoSvg {
  width:50%;
}

.loginSignInDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:10px 0px;
  width: 100%;
  padding: 0px 35px;
}

.mainLogoWithText {
  display: flex;
  flex-direction: column;
  align-items: center;
  width:100%;
}

.borderRad {
  border-radius: 500px;
}

select {
  background-color: #383838!important;
  border:2px solid #454545!important;
}

select:focus {
  box-shadow:none!important;
  border:2px solid #555555!important; 
}

.profileItems {
  width:100%;
}

.profileItems .profileItem:first-child {
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}

.profileItems .profileItem:last-child {
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom:0px;
}

.profileItems .profileItem {
  padding: 10px 10px;
  background-color:#242424;
  cursor:pointer;
  transition: all .125s ease-in-out;
  font-size:16px;
  border-bottom:1px solid #353535;
}

.profileItems .profileItem i {
  margin-right:5px;
}

.profileItems .profileItem:hover {
  background-color:#2b2a2a;
}

.profileItemUnhoverUnclick .profileItem:hover {
  cursor:default;

}

.menuSwitch {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menuSwitch div:last-child .form-check {
  min-height: auto;
}

.menuSwitch div:last-child .form-check input {
  height: 21px;
  width: 41px;
}

.form-check .form-check-input:checked {
  background-color: #c9263f;
  border-color: #c9263f;
}

.form-check .form-check-input:focus {
  border-color: #c9263e85;
  box-shadow: 0 0 0 .25rem #c9263e42;
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23c9263e85'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.topBar {
  background-color:#242424;
  color:#db4359;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -13px;
  padding: 13px 16px;
  font-size:14px;
  margin-bottom:17px;
  display: flex;
  justify-content: flex-end;
  font-weight: 700;
}

.topBar .doneBtn {
  cursor: pointer;
  z-index:2;
}

.topBar .settingsTitle {
  color:#fff;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index:1;
}

.profileBanner {
  background-color:#242424;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -13px;
  padding: 13px 16px;
  margin-bottom:17px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.profileBanner .accountProfile {
  height: 125px;
  width: 125px;
  border: 5px solid #c9263f;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  position:relative;
  cursor:pointer;
  transition:all .125s ease-in-out;
}

.profileBanner .accountProfile:hover {
  background-color:#333333;
}

.profileBanner .accountProfile .userName {
  font-weight: 700;
}

.profileBanner .accountProfile .editProfile {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #ffffff26;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  backdrop-filter: blur(5px);
}

.profileItemsPage {
  opacity:1;
  transition:all .250s ease-in-out;
}

.settingsPage {
  opacity:0;
  transition:all .250s ease-in-out;
}

.preferenceBtn {
  background-color: #c9263f;
  width: 52px;
  height: 52px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  font-size: 17px;
}

.likeBtn {
  background-color: #c9263f;
  width: 65px;
  height: 65px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: calc(68px + 20px);
  cursor:pointer;
  font-size: 21px;
}

.dislikeBtn {
  background-color: #2e2e2e;
  border: 1px solid #363636;
  width: 65px;
  height: 65px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 20px;
  bottom: calc(68px + 20px);
  cursor:pointer;
  padding: 18px;
}

.matchPage {
  padding-bottom: 80px;
}

.notificationsDiv {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  z-index:9999;
}

.notificationsDiv .notification {
  background-color: #383838;
  margin: 20px;
  border-radius: 10px;
  padding: 8px 14px;
  transition: all 0.25s ease-in-out;
  border:2px solid #4f4f4f;
}

.notificationsDiv .notification .notificationBtns {
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: -8px;
  margin-top: 10px;
}

.notificationsDiv .notification .notificationBtns button.btn-notification-1 {
  background-color:#b1253e;
  width:100%;
  border-radius: 10px;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
}

a {
  color:#fff;
  transition:all 0.125s ease-in-out;
}

a:hover {
  color:#ebe2e2;
}

.deleteAccount {
  cursor:pointer;
  margin-right: 17px;
  margin-top: 18px;
  color: #c9263f;
  font-weight: 600;
  transition:all .125s ease-in-out;
  text-align: end;
}

.deleteAccount:hover {
  color: #e43b54;
}

.takeABreak {
  cursor:pointer;
  margin-right: 17px;
  margin-top: 18px;
  color: #c9a326;
  font-weight: 600;
  transition:all .125s ease-in-out;
  text-align: end;
}

.takeABreak:hover {
  color: #d8b02b;
}

.customCard {
  background-color:#242424;
  border-radius:10px;
  padding: 10px 12px;
  font-size:14px;
}

.preferenceList {

}

.preferenceList .preferenceListItem {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff21;
  padding: 9px 8px 12px 8px;
  cursor:pointer;
}

.preferenceList .preferenceListItem:last-child {
  border-bottom:0px;
}

.preferenceList .preferenceListItem div:first-child {
  display:flex;
}

.preferenceList .preferenceListItem div:first-child span {
  width: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lifestyle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}

.lifestyle-item {
  font-size: 14px;
  color: #c6c9cc;
  display: flex;
  flex-direction: column;
}

.lifestyle-item span {
  font-weight: bold;
  color: #dee2e6;
}

.smallHeaderText {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}

.mb-34px {
  margin-bottom: 34px;
}

.likesCard {
  height:175px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.likesCard .bottomButtons {
  display:flex;
  justify-content: space-between;
}

.likesCard .bottomButtons div {
  cursor:pointer;
  display: flex;
  width: 50%;
  justify-content: center;
  font-size: 24px;
  padding: 10px 0px 10px 0px;
  border: 1px solid #5c5c5c;
  transition:all 0.125s ease-in-out;
}

.likesCard .bottomButtons .leftButton {
  border-right: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.likesCard .bottomButtons .rightButton {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.likesCard .bottomButtons .rightButton i {
  color:#c9263f;
}

.likesCard .bottomButtons div:hover {
  background-color:#ffffff12;
}

.kanker {
  font-size:11px;
  border: 1px solid #454545;
  background-color: #383838;
  border-radius: 100px;
  margin-right: 10px;
  padding: 4px 10px;
  margin-bottom: 6px;
}