@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
.form-check input {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.form-check label {
  margin-left: 8px;
}
.form-input-error {
  transition: 1s ease all;
  border: 1px solid #e62154 !important;
}
.form-input-error-text {
  padding-left: 16px;
  padding-top: 5px;
  display: block;
  font-size: 13px;
  color: #d61245;
}
.input-group {
  border: 1px solid transparent;
}
.js-file-upload {
  cursor: pointer;
}
.tt-input {
  border-color: transparent;
  outline: none;
}
.u-sidebar-navigation-v1 {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 65px;
}
::-webkit-scrollbar {
  width: 5px;
  /* Kaydırma çubuğu genişliği */
}
::-webkit-scrollbar-thumb {
  background-color: #f92552;
  /* Kaydırma çubuğu rengi */
  border-radius: 5px;
  /* Kaydırma çubuğu köşelerinin yuvarlaklığı */
}
::-webkit-scrollbar-thumb:hover {
  background-color: #f21956;
  /* Kaydırma çubuğu rengi (üzerine gelindiğinde) */
}
::-webkit-scrollbar-track {
  display: none;
}

/*# sourceMappingURL=styles.css.map*/