@font-face {
  font-family: iran;
  src: url("IRANSansWeb.ttf");
}
body {
  font-family: iran;
  margin: 0 !important;
}
#app {
  height: 100vh;
}
html {
  overflow-y: scroll;
}
.full-page-loader {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.full-page-loader > img {
  animation: 1.8s infinite heartbeat;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.03);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.Toaster__alert {
  background-color: white;
  overflow: hidden;
  max-width: 650px;
  position: relative;
  border-radius: 0.4rem;
  display: flex;
  padding: 1rem;
  padding-right: 48px;
  box-shadow:
    rgba(52, 58, 64, 0.15) 0px 1px 10px 0px,
    rgba(52, 58, 64, 0.1) 0px 6px 12px 0px,
    rgba(52, 58, 64, 0.12) 0px 6px 15px -2px;
}

.Toaster__alert_text {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: rgb(33, 37, 41);
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 1.5;
  font-size: 1rem;
  margin: 0px;
}

.Toaster__alert_close {
  padding: 12px;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  top: 7px;
  right: 4px;
  border-radius: 0.4rem;
  border: 0;
  -webkit-appearance: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.Toaster__alert_close:focus {
  box-shadow: rgba(52, 58, 64, 0.15) 0px 0px 0px 3px;
}
button:focus {
  outline: none;
}
.Toaster__message-wrapper {
  padding: 8px;
}

.delete-confirm {
  position: relative;
  display: inline-block;
}
.delete-confirm button {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 10pt;
  white-space: nowrap;
  padding: 0.5em 2em;
  color: #181818;
  border: none;
  border-radius: 4px;
}
.delete-confirm button .fa + .text {
  margin-left: 0.2em;
}
.delete-confirm button.delete {
  z-index: 3;
  transition: all 0.2s ease 0.1s;
}
.delete-confirm button.delete.confirm {
  background-color: transparent;
  color: #444444;
  transition: all 0.2s ease 0.2s;
  z-index: 0;
}
.delete-confirm button.delete.confirm ~ button.yes,
.delete-confirm button.delete.confirm ~ button.no {
  visibility: visible;
  color: #181818;
  transition:
    all 0.5s ease,
    visibility 0,
    background-color 0.3s ease 0.2s;
}
.delete-confirm button.delete.confirm ~ button.yes:after,
.delete-confirm button.delete.confirm ~ button.no:after {
  opacity: 1;
  transition: all 0.3s ease 0.2s;
}
.delete-confirm button.delete.confirm ~ button.yes {
  transform: translate(-100%, 0);
  background-color: #bb0600;
}
.delete-confirm button.delete.confirm ~ button.yes:after {
  background-color: #990400;
  border: 2px solid #bb0600;
}
.delete-confirm button.delete.confirm ~ button.no {
  transform: translate(100%, 0);
  background-color: #00aa05;
}
.delete-confirm button.delete.confirm ~ button.no:after {
  background-color: #008803;
  border: 2px solid #00aa05;
}
.delete-confirm button.yes,
.delete-confirm button.no {
  position: absolute;
  top: 0;
  color: #bb0600;
  visibility: hidden;
  z-index: 1;
  transition:
    all 0.5s ease,
    visibility 0.5s,
    background-color 0.3s ease;
}
.blur-effect {
  filter: blur(2.5px);
  -webkit-filter: blur(2.5px);
}
.delete-confirm button.yes:after,
.delete-confirm button.no:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #990400;
  border: 2px solid #bb0600;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 2;
}
.delete-confirm button.yes {
  left: 0;
}
.delete-confirm button.yes:after {
  right: 0;
  transform: translate(50%, -50%);
}
.delete-confirm button.no {
  right: 0;
}
.delete-confirm button.no:after {
  left: 0;
  transform: translate(-50%, -50%);
}
.delete-confirm button:focus {
  outline: none;
}
.delete-confirm.small button,
.delete-confirm button.small {
  padding: 0.5em 0.75em;
  text-align: center;
}
.tab-list {
  border-bottom: 1px solid #ccc;
  padding-left: 0;
}

.tab-list-item {
  display: inline-block;
  cursor: pointer;
  list-style: none;
  margin-bottom: -1px;
  padding: 0.5rem 0.75rem;
}

.tab-list-active {
  background-color: white;
  border: solid #ccc;
  border-width: 1px 1px 0 1px;
}
.hover-trigger .hover-target {
  display: none;
}

.hover-trigger:hover .hover-target {
  display: block;
}

.react-datetime-picker__inputGroup input:first-child {
  display: none !important;
}
.react-datetime-picker__clear-button {
  display: none !important;
}

/* Fixed sidenav, full height */

/* Style the sidenav links and the dropdown button */

/* Add an active class to the active dropdown button */

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
