html{
  padding: 0 0 !important;
  margin: 0 0 !important;
}
body { 
  display: inline-block;
  position: relative;
  width: 100% !important;
  min-height: 100vh !important;
  padding: 0 0 !important;
  margin: 0 0 !important;
  padding-top: 56px !important; 
}

@media (max-width: 991.98px) { 
  body { padding-top: 60px !important; }
}
@media (max-width: 575.98px) { 
  body { padding-top: 66px !important; }
}
.logo img { height: 40px; }
.navbar { background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.navbar-nav .nav-link { font-weight: 500; }
.social-icons a {
  color: #444;
  font-size: 20px;
  margin-left: 18px;
  transition: color 0.2s;
}
.social-icons a:hover { color: #0077b6; }
.hero {
  padding: 80px 40px;
  background: linear-gradient(90deg, #0077b6 0%, #00b4d8 100%);
  color: #fff;
  text-align: center;
}
.btn-main {
  background: #fff;
  color: #0077b6;
  padding: 14px 36px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.2s, color 0.2s;
}
.btn-main:hover { background: #0077b6; color: #fff; }

footer {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  background: #173753;
  color: #fff;
  text-align: center;
  padding: 50px auto;
  margin: 100px auto 50px auto;
}  
companyfooter {
  height: auto;
  bottom: 0;
  left: 0;
  background: #173753;
  color: #fff;
  text-align: center;
  padding: 0 0 0 0;
}  
/* Çoklu açılır menü için ekstra */
.dropdown-menu .dropdown-submenu {
  position: relative;
}
.dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 25%;
  margin-top: -1px;
}
/* Mobilde alt menülerin düzgün açılması için */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 0;
    top: 100%;
  }
}
#waitOverlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7); /* Siyah transparan */
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

#waitOverlay img {
  width: auto;
  height: 100px;
}

/* Flex kullanarak ortalama */
#waitOverlay {
  display: flex;
}

.banner-404 {
  background: linear-gradient(90deg, #0077b6 0%, #00b4d8 100%);
  color: #fff;
  text-align: center;
  padding: 50px 20px 30px 20px;
  position: relative;
}
.banner-404 .banner-icon {
  font-size: 60px;
  margin-bottom: 16px;
  color: #fff;
  filter: drop-shadow(0 4px 12px #3333a2);
  display: block;
}
.banner-404 h1 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.banner-404 p {
  font-size: 20px;
  margin-bottom: 0;
  opacity: 0.88;
}
.error-logo {
  margin: 20px auto 0 auto;
  text-align: center;
}
.error-logo img {
  height: 70px;
  border-radius: 15px;
  box-shadow: 0 2px 8px #00b4d880;
  background: #fff;
  padding: 8px 16px;
  margin-bottom: 18px;
}
.error-container {
  max-width: 650px;
  margin: 24px auto 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.12);
  padding: 48px 28px 38px 28px;
  text-align: center;
  position: relative;
}
.error-code {
  font-size: 112px;
  font-weight: bold;
  color: #00b4d8;
  margin-bottom: 8px;
  letter-spacing: 8px;
  text-shadow: 0 2px 12px #0077b644;
}
.error-message {
  font-size: 32px;
  color: #222;
  margin-bottom: 22px;
  font-weight: 700;
}
.error-desc {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
}
.btn-home {
  background: #0077b6;
  color: #fff;
  padding: 14px 36px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 500;
  font-size: 19px;
  transition: background 0.2s;
  display: inline-block;
  margin-top: 10px;
  box-shadow: 0 2px 8px #00b4d822;
}
.btn-home:hover {
  background: #005f7a;
  color: #fff;
}

.register-outer {
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.register-card-group {
  display: flex;
  box-shadow: 0 6px 32px rgba(0,0,0,0.10);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  max-width: 500px;
  width: 100%;
}
.register-container {
  padding: 44px 32px 32px 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
.register-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.register-logo img {
  max-height: 60px;
}
.register-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #0077b6;
  margin-bottom: 22px;
}
.nav-pills {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 22px;
}
.nav-pills .nav-link {
  border-radius: 10px;
  font-size: 17px;
  font-weight: 600;
  color: #0077b6;
  background: #eaf7fa;
  padding: 10px 28px;
  transition: background 0.2s, color 0.2s;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-pills .nav-link.active {
  background: #0096c7;
  color: #fff;
  box-shadow: 0 4px 16px #00b4d844;
}
.tab-desc {
  text-align: center;
  font-size: 16px;
  color: #555;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-register {
  background: #0077b6;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 0;
  border-radius: 7px;
  margin-top: 10px;
  transition: background 0.2s;
  border: none;
}
.btn-register:hover {
  background: #023e8a;
}
.register-footer {
  text-align: center;
  color: #888;
  font-size: 15px;
}
.register-footer a {
  color: #0077b6;
  text-decoration: underline;
  font-weight: 500;
}
.form-label {
  font-weight: 500;
  color: #333;
  margin-bottom: 4px;
}
.form-control:focus {
  border-color: #00b4d8;
  box-shadow: 0 1px 4px #0077b633;
}
@media (max-width: 700px){
  .register-card-group {
    max-width: 100vw;
    border-radius: 0;
    box-shadow: none;
  }
  .register-container{
    padding: 24px 10px 20px 10px;
  }
  .nav-pills .nav-link {
    font-size: 16px;
    padding: 8px 12px;
  }
}
  .password-tip {
    font-size: 14px;
    color: #0077b6;
    margin-bottom: 4px;
    margin-top: -4px;
    text-align: left;
  }
  .password-check {
    color: #d90429;
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 6px;
    font-weight: 500;
  }
  .password-check.ok {
    color: #007f5f;
  }
.action-link {
  color: #0077b6;
  text-decoration: underline;
  margin-right: 20px;
  font-weight: 500;
  background: none;
  border: none;
  cursor: pointer;
}
.action-link.cancel {
  color: #d90429;
}

.login-outer {
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-card-group {
  display: flex;
  box-shadow: 0 6px 32px rgba(0,0,0,0.12);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
}
.login-container {
  padding: 42px 32px 32px 32px;
  min-width: 340px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1.5px solid #f0f0f0;
  background: #fff;
}
.login-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.login-logo img {
  max-height: 60px;
}
.login-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #0077b6;
  margin-bottom: 18px;
}
.form-label {
  font-weight: 500;
  color: #333;
}
.btn-login {
  background: #0077b6;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 0;
  border-radius: 7px;
  margin-top: 10px;
  transition: background 0.2s;
}
.btn-login:hover {
  background: #023e8a;
}
.login-footer {
  text-align: center;
  margin-top: 28px;
  color: #888;
  font-size: 15px;
}
.login-footer a {
  color: #0077b6;
  text-decoration: underline;
  margin-left: 6px;
  font-weight: 500;
}
.form-control:focus {
  border-color: #00b4d8;
  box-shadow: 0 1px 4px #0077b633;
}

.side-panel {
  background: #f7fbfc;
  min-width: 340px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 42px 32px 32px 32px;
}
.side-panel-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0077b6;
  margin-bottom: 14px;
  text-align: center;
}
.side-panel-list {
  color: #222;
  margin-bottom: 12px;
  font-size: 17px;
  padding-left: 18px;
  text-align: left;
  width: 100%;
  max-width: 260px;
}
.side-panel img {
  max-width: 120px;
  border-radius: 6px;
  box-shadow: 0 2px 8px #00b4d822;
}
.side-panel-desc {
  color: #555;
  font-size: 15px;
  margin-bottom: 18px;
  text-align: center;
  max-width: 260px;
}
/* Google buton ortalı */
.google-btn-center {
  background: transparent;
  border: 1.5px solid #ddd;
  border-radius: 7px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 600;
  color: #444;
  margin: 0 auto 8px auto;
  width: 220px;
  height: 48px;
  transition: border 0.2s, color 0.2s;
  cursor: pointer;
  text-decoration: none;
}
.google-btn-center:hover {
  border: 1.5px solid #0077b6;
  color: #0077b6;
  background: #f2faff;
  text-decoration: underline;
}
.google-panel-desc {
  text-align: center;
  font-size: 14px;
  color: #888;
  margin-top: 2px;
  margin-bottom: 16px;
}
@media (max-width: 900px){
  .login-card-group {
    flex-direction: column;
    box-shadow: none;
    border-radius: 0;
    max-width: 100vw;
  }
  .login-container,
  .side-panel {
    min-width: 0;
    border-right: none;
    border-bottom: 1.5px solid #f0f0f0;
    box-shadow: none;
  }
  .side-panel {
    border-bottom: none;
  }
}
.active{
  color: #08006F !important;
  text-decoration: underline;
}
.submenuactive{
  color: #000000 !important;
  background-color: #00BBFF !important;
  text-decoration: underline;
}
.color-white{color: white !important;}
rsl{display: none;}
err{display: none;}

.pet-suggestion-item {
  font-size: 0.90em;
  color: #888;
  padding: 6px 16px;
  border: none;
  background: transparent;
  transition: background .16s, color .16s;
  cursor: pointer;
  user-select: none;
}
.pet-suggestion-item:hover, .pet-suggestion-item:focus {
  background: #e3f2fd;
  color: #145DA0;
  font-weight: 500;
}
#petSuggestions {
  font-family: inherit;
  box-shadow: 0 4px 16px rgba(44,130,201,.07);
  border-radius: 12px;
  overflow: hidden;
  min-width: 180px;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #eee;
}
@media (max-width: 500px) {
  .pet-search, .search-box, #petSearchInput, #petSuggestions {
    max-width: 98vw !important;
    width: 98vw !important;
  }
}