.IR{
  font-family: "IR" !important;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: "pop";
  word-wrap: break-word;
  color: white;
}

textarea {
  resize: none;
  /*remove the resize handle on the bottom right*/
}

.dnone {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 8px;height: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #00000025;
}

::-webkit-scrollbar-thumb {
  background: #32466C;
}

*:focus {
  outline: none;
}

a {
  opacity: 0.7;
  transition: all ease-in-out 0.2s;
}

a:hover {
  opacity: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.Btn::selection {
  background: transparent !important;
}

img::selection {
  background: none !important;
}