body {
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* _Layout <style> */
.navbar-brand {
    font-weight: 700;
}

.nav-link {
    font-weight: 500;
}

.navbar {
    backdrop-filter: saturate(120%) blur(3px);
}

.avatar {
    width: 36px;
    height: 36px;
    object-fit: cover;
}

.dropdown-menu {
    text-align: right;
}

.layout-hero {
    min-height: 100vh; /* کل ارتفاع صفحه */
    background-size: cover;       /* تصویر کل کانتینر رو بپوشونه */
    background-position: center;  /* وسط چین */
    background-repeat: no-repeat; /* تکرار نشه */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* _Layout </style> */

select.form-select {
    direction: rtl;
    text-align: right;
    padding-right: 1rem; /* فضای کافی برای فلش */
    background-position: left center; /* فلش در سمت چپ برای RTL */
    background-repeat: no-repeat;
    background-size: 1rem;
}

.ts-control .item {
    align-items: center;
    display: flex;
    padding-right: 2rem;
}

.section-text {
    text-align: justify;
    text-justify: inter-word;
    word-break: break-word;
    line-height: 1.8;
    font-size: 1rem;
}

.password-wrapper {
    position: relative;
}

.password-toggle {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
    font-size: 1rem;
    z-index: 10;
}

.password-toggle:hover {
    color: #212529;
}

.password-wrapper input {
    padding-left: 40px;
}
