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;
}
.persian-datepicker {
    font-family: "Vazir",sans-serif;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

    .persian-datepicker .pd-header {
        background-color: #0d6efd;
        color: white;
        font-weight: bold;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .persian-datepicker .pd-day {
        border-radius: 6px;
        transition: 0.2s;
    }

        .persian-datepicker .pd-day:hover {
            background-color: #0d6efd;
            color: white;
            cursor: pointer;
        }

.card {
    font-family: "Vazir",sans-serif;
}