@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@500&display=swap");
.text-dark {
  color: black !important;
}

.text-gray {
  color: #5e6e82 !important;
}

.text-light {
  color: white !important;
}

:root {
  --falcon-blue: #2b2a83 !important;
  --falcon-blue-rgb: 43, 42, 131;
}

:root,
:root.light,
:root .light {
  --falcon-primary: #2b2a83 !important;
  --falcon-primary-rgb: 43, 42, 131;
}

.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  --falcon-gutter-x: 1rem;
}

.card {
  box-shadow: var(--falcon-box-shadow);
  box-shadow: none;
}

.page-title {
  margin-bottom: 15px;
}
.page-title h1 {
  font-size: 28px;
  font-weight: 600;
  color: #2b2a83 !important;
}
.page-title p {
  font-size: 16px;
  font-weight: 400;
}

.form-floating > label {
  line-height: 1.825rem;
  font-size: 15px;
  opacity: 0.5;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.3125rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #949ba3;
  border-radius: 0.25rem;
}

.form-floating > .form-select {
  font-size: 14px;
  border: 1px solid #949ba3;
}

.filtre {
  background-image: url("../../assets/img/icons/spot-illustrations/corner-4.png");
}

.sayfalama .pagination .page-item .page-link {
  font-size: 12px;
  font-weight: 500;
}
.sayfalama .pagination .page-item .page-link:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: black;
}
.sayfalama .pagination .page-item.active .page-link:hover {
  background-color: #2b2a83;
  border-color: #2b2a83;
  color: white;
}

.text-warning {
  color: #ffc629 !important;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  color: black !important;
}

.bg-warning {
  background-color: #ffc629 !important;
}

a {
  color: var(--falcon-blue);
}
a:hover {
  color: var(--falcon-blue);
}

.btn-link {
  color: var(--falcon-blue);
}
.btn-link:hover {
  color: var(--falcon-blue) !important;
}

.btn-primary,
.navbar-vertical .btn-purchase,
.tox .tox-menu__footer .tox-button:last-child,
.tox .tox-dialog__footer .tox-button:last-child {
  --falcon-btn-color: #fff;
  --falcon-btn-bg: #2b2a83;
  --falcon-btn-border-color: #2b2a83;
  --falcon-btn-hover-color: #fff;
  --falcon-btn-hover-bg: #3937a9;
  --falcon-btn-hover-border-color: #2362b7;
  --falcon-btn-focus-shadow-rgb: 76, 143, 233;
  --falcon-btn-active-color: #fff;
  --falcon-btn-active-bg: #2362b7;
  --falcon-btn-active-border-color: #215cac;
  --falcon-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --falcon-btn-disabled-color: #fff;
  --falcon-btn-disabled-bg: #2b2a83;
  --falcon-btn-disabled-border-color: #2b2a83;
}

.btn-primary.btn-no-bg {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #2b2a83 !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.btn-primary.btn-no-bg:hover {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #2b2a83 !important;
  opacity: 0.9 !important;
}

.btn-light {
  background-color: #f9fafd !important;
}
.btn-light:hover {
  background-color: #edf2f9 !important;
}

.form-check-input:checked {
  background-color: #2b2a83;
  border-color: #2b2a83;
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #2b2a83;
  border-color: #2b2a83;
}

.swiper-pagination-bullet {
  background-color: white;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background-color: #ffc629;
  opacity: 1;
}

.nav-link-text {
  font-size: 13px;
}

.login .bg-card-gradient {
  background-image: none;
  background-color: #2b2a83;
}
.login h3 {
  color: #ffc629 !important;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.login h4 {
  color: #ffc629 !important;
  font-weight: 600;
  margin-bottom: 20px;
}
.login p {
  color: white;
  font-weight: 500;
}

.dropzone {
  min-height: auto;
}

.dropzone .dz-message {
  padding: 2rem 2rem;
}

.navbar-vertical.navbar-expand-xl.navbar-card .navbar-collapse,
.navbar-vertical.navbar-expand-xl.navbar-card .navbar-vertical-content,
.navbar-vertical.navbar-expand-xl.navbar-vibrant .navbar-collapse,
.navbar-vertical.navbar-expand-xl.navbar-vibrant .navbar-vertical-content,
.navbar-vertical.navbar-expand-xl.navbar-inverted .navbar-collapse,
.navbar-vertical.navbar-expand-xl.navbar-inverted .navbar-vertical-content {
  box-shadow: none !important;
}

.swiper-manset .title {
    position: absolute;
    bottom: 0px;
    color: white;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;
    text-shadow: 1px 1px 40px black;
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-top: 10px;
}
.swiper-manset .title a {
  color: white;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1px;
  text-shadow: 1px 1px 40px black;
}
.swiper-manset .title a:hover {
  text-decoration: none !important;
}

.card-bugun-doganlar .card-body {
  height: 400px;
}

.card-is-yildonumleri .card-body {
  height: 400px;
}

.short-text
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 200px;
}

.card-aramiza-katilanlar .card-body {
  height: 232px;
}

.card-hosgeldin-bebek {
  background-color: #d0dbe9;
}
.card-hosgeldin-bebek p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #505f70;
}
.card-hosgeldin-bebek .card-body {
  padding: 20px;
}
.card-hosgeldin-bebek .card-body a {
  color: #949191 !important;
}
.card-hosgeldin-bebek .card-body h3 {
  font-weight: 600 !important;
}
.card-hosgeldin-bebek .card-body h5 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}

@media (max-width: 1199.98px) {
  .card-uygulama-deposu h4 {
    font-size: 20px;
  }
}

@media (max-width: 1199.98px) {
  .card-haberler h4 {
    font-size: 20px;
  }
}

footer a {
  color: #5e6f82;
  font-weight: 600;
}
footer a:hover {
  color: #5e6f82;
}

.page-haberler .haber-listesi .card a {
  text-decoration: none;
  color: black;
  font-weight: 500;
  font-size: 18px;
}

.page-haber-detay .haber {
  padding: 70px 100px;
}
.page-haber-detay .haber .card-header .navi {
  font-size: 21px;
}
.page-haber-detay .haber .card-header .navi .fas {
  font-size: 18px !important;
}
.page-haber-detay .haber h1 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -1px;
  color: #2b2a83 !important;
  margin-bottom: 20px;
}
.page-haber-detay .haber h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -1px;
  color: black;
  margin-top: 80px;
  margin-bottom: 40px;
}
.page-haber-detay .haber .tarih {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  color: #5e6e82;
  margin-bottom: 20px;
}
.page-haber-detay .haber .haber-main-img {
  margin-bottom: 40px;
}
.page-haber-detay .haber p {
  font-size: 19px;
  line-height: 1.8;
  font-weight: 400;
  color: black;
  margin-bottom: 40px;
}
.page-haber-detay .haber p.lead {
  font-size: 24px;
  line-height: 1.7;
  color: black;
  font-weight: 500;
  margin-bottom: 40px;
}

.nav-tabs {
  border-bottom: 0px solid var(--falcon-border-color);
}

.nav-tabs .nav-item {
  margin-bottom: 14px;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: var(--falcon-border-color);
  color: var(--falcon-gray-800);
  font-weight: 600;
  font-size: 1rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  font-weight: 700;
  color: var(--falcon-primary);
  border-bottom: 0px solid var(--falcon-primary);
  padding-left: 25px;
  padding-right: 25px;
}

.profil-tab-content {
  background-color: white;
  padding: 30px;
  border-radius: 12px;
}
.profil-tab-content .dropzone {
  position: absolute;
  z-index: 99;
  right: 10px;
  bottom: 10px;
}
.profil-tab-content .dropzone.dropzone-avatar {
  left: 0;
  right: 0;
  bottom: 30px;
  display: inline-flex;
  justify-content: center;
}
.profil-tab-content .dropzone .dz-message {
  padding: 5px 10px;
  border: none;
  background-color: white;
  border-radius: 3px;
}
.profil-tab-content .dropzone .dz-message .dz-message-text {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.7;
}
.profil-tab-content .dropzone .dz-message .dz-message-text:hover {
  opacity: 1;
}
.profil-tab-content .dropzone .dz-message .dz-message-text span {
  color: #000;
}

.card-title-header {
  background: none;
  padding: 0;
  margin-bottom: 20px;
}

.profil-tab-title {
  font-size: 21px;
  font-weight: 700;
  color: #2b2a83 !important;
}

#tab-izinlerim .card {
  box-shadow: none !important;
}

.card-content .lottie-main {
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
}

.card-content-compact {
  padding: 50px 100px;
}
@media (max-width: 1429.98px) {
  .card-content-compact {
    padding: 50px 100px;
  }
}
@media (max-width: 1199.98px) {
  .card-content-compact {
    padding: 50px 100px;
  }
}
@media (max-width: 991.98px) {
  .card-content-compact {
    padding: 50px 50px;
  }
}
@media (max-width: 767.98px) {
  .card-content-compact {
    padding: 50px 20px;
  }
}
@media (max-width: 575.98px) {
  .card-content-compact {
    padding: 30px 0;
  }
}

.nine-dots-dropdown {
  width: 16.7rem;
  height: 13.8rem;
  overflow: hidden;
}

.box {
  list-style-type: none;
  opacity: 1;
  transform: translate3d(0, 40px, 0);
  transition: opacity 0.2s, transform 0.35s;
}

.box.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.4s, transform 0.35s;
}

.box a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.box img {
  width: calc(100% + 50px);
  max-width: calc(100% + 50px);
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-40px, 0, 0);
}

.box a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.4s;
}

@media (min-width: 992px) {
  .box:hover img {
    transform: translate3d(0, 0, 0);
    transition: opacity 0.35s, transform 0.35s;
  }
  .box:hover a::before {
    opacity: 0.3;
    transition: opacity 0.5s;
  }
}
.card-terfiler .lottie {
  position: absolute;
  right: 0px;
  bottom: -18px;
  height: 100px;
}
.card-terfiler h5 {
  font-weight: 600;
}
.card-terfiler h6 {
  margin-bottom: 10px;
}
.card-terfiler p {
  font-family: "Caveat", cursive;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1;
  color: #ffc629;
}
.card-terfiler .swiper-pagination-bullet {
  background-color: gray;
}
.card-terfiler .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffc629;
}

@media (max-width: 767.98px) {
  .modal-detay .p-6 {
    padding: 30px !important;
  }
}
@media (max-width: 767.98px) {
  .modal-detay .px-6 {
    padding: 30px !important;
  }
}
@media (max-width: 767.98px) {
  .modal-detay .pb-4 {
    padding-bottom: 0 !important;
  }
}
.modal-detay .info-wrapper {
  align-self: center !important;
}
@media (max-width: 767.98px) {
  .modal-detay .info-wrapper {
    align-self: start !important;
  }
}
.modal-detay .lottie {
  position: absolute;
  right: 20px;
  top: 60px;
  width: 150px;
  height: 150px;
}
.modal-detay h5 {
  font-weight: 600;
}
.modal-detay h6 {
  margin-bottom: 10px;
}
.modal-detay .text-handwrite {
  font-family: "Caveat", cursive;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1;
  color: #ffc629;
}
.modal-detay p {
  font-size: 17px;
  line-height: 1.4;
}

.card-bugun-doganlar-list .lottie {
  position: absolute;
  right: 20px;
  top: 20px;
}
.card-bugun-doganlar-list p {
  font-family: "Caveat", cursive;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 1.3;
  color: #ff4691;
}
.card-bugun-doganlar-list h5 {
  font-weight: 600;
}
.card-bugun-doganlar-list h6 {
  margin-bottom: 10px;
}

.card-hosgeldin-bebek-list .lottie {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 100px;
}
.card-hosgeldin-bebek-list .isim {
  position: absolute;
  right: 30px;
  top: 80px;
  height: 100px;
  text-align: right;
  font-family: "Caveat", cursive;
  font-size: 20px;
  color: #2b2a83;
}
.card-hosgeldin-bebek-list p {
  font-family: "Caveat", cursive;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 1.3;
  color: #ff4691;
}
.card-hosgeldin-bebek-list h5 {
  font-weight: 600;
}
.card-hosgeldin-bebek-list h6 {
  margin-bottom: 10px;
}

.page-bir-fikrim-var .lottie {
  width: 95%;
  height: 500px;
  margin: 0;
}

.page-yeni-izin .lottie {
  width: 95%;
  height: 500px;
  margin: 0;
}

.page-yeni-yol-arkadasi .lottie {
  width: 95%;
  height: 500px;
  margin: 0;
}

.page-etik-formu .lottie {
  width: 95%;
  height: 500px;
  margin: 0;
}

.page-takim-arkadasi-oner .lottie {
  width: 95%;
  height: 500px;
  margin: 0;
}

.page-geri-bildirim .lottie {
  width: 95%;
  height: 500px;
  margin: 0;
}

.card-form-sonuc .card-form-sonuc-title {
  margin-bottom: 5px;
}
.card-form-sonuc p {
  margin-bottom: 0;
}
.card-form-sonuc .btn-link {
  color: white !important;
  font-weight: bold;
  text-decoration: underline;
}
.card-form-sonuc .btn-falcon-primary {
  color: var(--falcon-btn-falcon-primary-color);
  background-color: var(--falcon-btn-falcon-background);
  border-color: var(--falcon-btn-falcon-background);
  box-shadow: var(--falcon-btn-falcon-box-shadow);
}
.card-form-sonuc .btn-falcon-primary:hover {
  color: var(--falcon-btn-falcon-primary-color) !important;
  background-color: var(--falcon-btn-falcon-background);
  border-color: var(--falcon-btn-falcon-background);
  box-shadow: var(--falcon-btn-falcon-box-shadow);
}

.modal-yol-daveti .lottie {
  width: 100%;
  height: 250px;
}

.modal-bordro-sms .lottie {
  width: 100%;
  height: 150px;
  margin: 0 auto;
  text-align: center;
}

.corner-detay {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border: none;
  z-index: 99;
}

.galeri .sub-title {
  font-size: 18px;
  color: #2b2a83;
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: -20px;
}
.galeri .box {
  list-style-type: none;
  opacity: 1;
  position: relative;
  height: 100%;
}
.galeri .galeri-adi {
  position: absolute;
  left: 8px;
  bottom: 0;
  width: auto;
  border: none;
  z-index: 99;
  font-size: 17px;
  color: black !important;
  font-weight: 600;
  background-color: #edf2f9;
  padding: 3px 18px 0 0;
  letter-spacing: -0.5px;
}

.page-foto-galeri-detay .page-title {
  margin-bottom: -20px;
}

.modal-nasil-hissediyorsun .modal-body {
  padding-bottom: 5px;
}
.modal-nasil-hissediyorsun .modal-body a {
  text-align: center;
}
.modal-nasil-hissediyorsun .modal-body a img {
  width: 15%;
  height: 50px;
  padding: 0;
  margin: 0 8px;
}
@media (max-width: 575.98px) {
  .modal-nasil-hissediyorsun .modal-body a img {
    width: 12%;
    height: 50px;
    padding: 0;
    margin: 0 8px;
  }
}

#seconds-counter {
  text-align: center;
  font-size: 24px;
  color: black;
  font-weight: 900;
}

.nav-davet-rezerv {
  margin-bottom: 20px;
}
.nav-davet-rezerv .nav-link {
  margin-bottom: -1px;
  border: var(--falcon-border-color);
  color: var(--falcon-gray-800);
  font-weight: 600;
  font-size: 1rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
}
.nav-davet-rezerv .nav-link.active {
  font-weight: 700;
  color: white;
  border-bottom: 0px solid var(--falcon-primary);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #2b2a83;
}

#confetti {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
}

.modal-iyiki-dogdun .lottie {
  width: 100%;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal-iyiki-dogdun p {
  font-family: "Caveat", cursive;
  margin-bottom: 5px;
  font-size: 48px;
  line-height: 1.3;
  color: black;
  text-align: center;
}
.modal-iyiki-dogdun h5 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.modal-is-yildonumu .lottie {
  width: 100%;
  height: 200px;
  margin-top: 20px;
}
.modal-is-yildonumu p {
  font-family: "Caveat", cursive;
  margin-bottom: 15px;
  font-size: 48px;
  line-height: 1;
  color: black;
  text-align: center;
}
.modal-is-yildonumu h5 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.card-iyiki-dogdun-mail {
  width: 600px;
  margin: 30px;
  border: #dfdfdf 1px solid;
}
.card-iyiki-dogdun-mail .card-body {
  background: url("../img/mail/confetti.png") no-repeat center top;
  background-size: 80%;
  padding: 100px 80px 80px 80px;
}
.card-iyiki-dogdun-mail .card-body h4 {
  font-size: 42px;
  font-weight: 300;
  text-align: center;
  color: #000 !important;
}
.card-iyiki-dogdun-mail .card-body .img {
  text-align: center;
}
.card-iyiki-dogdun-mail .card-body .img img {
  width: 100%;
  margin-top: 20px;
}
.card-iyiki-dogdun-mail .card-body p {
  font-family: "Caveat", cursive;
  margin-bottom: 15px;
  font-size: 74px;
  line-height: 1.3;
  color: #ff4892;
  text-align: center;
}
.card-iyiki-dogdun-mail .card-body h5 {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}

.card-is-yildonumu-mail {
  width: 600px;
  margin: 30px;
  border: #dfdfdf 1px solid;
}
.card-is-yildonumu-mail .card-body {
  background: url("../img/mail/confetti.png") no-repeat center top;
  background-size: 90%;
  padding: 100px 60px 80px 60px;
}
.card-is-yildonumu-mail .card-body h4 {
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  color: #000 !important;
}
.card-is-yildonumu-mail .card-body .img {
  text-align: center;
}
.card-is-yildonumu-mail .card-body .img img {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 60px;
}
.card-is-yildonumu-mail .card-body h5 {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  color: #ffc629 !important;
}
.card-is-yildonumu-mail .card-body p {
  font-family: "Caveat", cursive;
  margin-bottom: 15px;
  font-size: 58px;
  line-height: 0.9;
  color: #2b2a83;
  text-align: center;
}

.btn-group-ne-hissediyorsun {
  position: inherit;
}
.btn-group-ne-hissediyorsun .dropdown-toggle {
  background: none;
  border: none;
}
.btn-group-ne-hissediyorsun .dropdown-toggle.show img {
  opacity: 0.5;
}
.btn-group-ne-hissediyorsun .dropdown-toggle::after {
  display: none !important;
}
.btn-group-ne-hissediyorsun .card-body {
  width: 250px;
  
}
.btn-group-ne-hissediyorsun h5 {
  font-size: 14px;
}
.btn-group-ne-hissediyorsun .form-check-label {
  color: black;
  font-size: 12px;
  margin: 0;
}

.badge {
  text-decoration: none !important;
}
.badge :hover {
  text-decoration: none !important;
}

.badge-soft-purple {
  color: #41345c;
  background-color: #d5c2ff;
}
.badge-soft-purple :hover {
  color: #41345c;
  background-color: #d5c2ff;
}

.badge-soft-red {
  color: #513131;
  background-color: #ffc0c0;
}
.badge-soft-red :hover {
  color: #513131;
  background-color: #ffc0c0;
}

.card-feed .card-body {
  height: 1211px;
}
.card-feed .card-body .tip {
  font-weight: 600;
  color: #ffc629;
}
.card-feed .card-body .badge :hover {
  opacity: 0.7 !important;
}

.profil-takip-et-button {
  position: absolute;
  top: -50px;
  right: 0px;
}

@media (max-width: 767.98px) {
  .avatar-profile {
    position: absolute;
    bottom: 0;
    transform: translateY(70%);
  }
}

.diger-profil-user-pic {
  width: 200px !important;
  height: auto;
}
@media (max-width: 991.98px) {
  .diger-profil-user-pic {
    width: 150px !important;
    height: 150px !important;
  }
}
@media (max-width: 767.98px) {
  .diger-profil-user-pic {
    width: 100px !important;
    height: 100px !important;
  }
}

.aramiza-katilanlar-manset {
  display: flex;
  position: relative;
}
.aramiza-katilanlar-manset .co {
  margin-right: 10px;
}
.aramiza-katilanlar-manset .rounded-circle {
  width: 60px;
}
.aramiza-katilanlar-manset .corner-detay {
  position: relative;
  left: 0px !important;
  bottom: 0px !important;
  display: inline-table;
  margin-top: 10px;
}
.aramiza-katilanlar-manset .lottie {
  z-index: 0;
}

.swiper-pagination-left-bottom {
  display: contents !important;
}

.modal-eksik-profil {
  text-align: center;
}
.modal-eksik-profil img {
  height: 200px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.profil-beden-bilgileri .item {
  background-color: #f7f7fa;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 6px;
}
.profil-beden-bilgileri .item h4 {
  font-size: 20px;
  font-weight: 600;
  color: black !important;
}/*# sourceMappingURL=user.min.css.map */



.login-bg {
    background-image: url("../../assets/img/login-bg.jpg");
    background-position: center;
    background-size: cover;
}

.login-card {
    opacity: .95;
}

.login-logo {
    width: 80%;
    margin: 40px 0;
}

.top-sizi-dinliyoruz {
    margin-right: 15px;

    .full-logo {
        width: 160px;
    }

    .ico {
        width: 35px;
    }
}

.side-bar-logo {
    margin: 2px 0;

    img {
        width: auto;
        height: 40px;
    }
}

.top-bar-logo {
    margin: 2px 0;

    img {
        width: auto;
        height: 38px;
    }
}