/* ai chagnes: extracted base login reset and legacy helpers from the Blade layout. */
* {
  padding: 0;
  margin: 0;
  line-height: 1;
  outline: none;
  border: none;
  box-sizing: border-box !important;
}

/* ai chagnes: keep login pages scrollable when needed but hide the browser scrollbar. */
html,
body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

@font-face {
  font-family: 'shabnam';
  src: url('/assets/admin/adminfonts/Shabnam.woff') format('woff');
}

@font-face {
  font-family: 'Kalameh_Bold';
  src: url('/assets/fonts/KalamehWeb(NoEn)-SemiBold.woff2') format('woff');
}

@font-face {
  font-family: 'Kalameh_Medium';
  src: url('/assets/fonts/KalamehWeb(NoEn)-Medium.woff2') format('woff');
}

.main {
  background: linear-gradient(225deg, #2d2f3f, #2F3144, #3B3E5D, #2F3144, #111);
  width: 100%;
  min-height: 100vh;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number] {
  border-top: #979797 2px solid;
  border-left: #9b9b9b 2px solid;
  border-right: #e3e3e3 2px solid;
  border-bottom: #e3e3e3 2px solid;
  font-family: 'Kalameh_Medium';
}
