@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/IRANSansWeb.eot");
  src: url("../fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"),
    url("../fonts/IRANSansWeb.woff") format("woff"),
    url("../fonts/IRANSansWeb.ttf") format("truetype");
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 14px;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", tahoma;
}
.background_container {
  filter: blur(4px);
}
button {
  font-family: "Poppins", tahoma;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
input,
textarea {
  font-family: "Poppins", tahoma;
  background: transparent;
  border: none;
  outline: none;
}
textarea {
  width: 100% !important;
}
.rtl {
  direction: rtl;
  text-align: right;
  font-family: "IRANSans", tahoma;
}
.rtl button {
  font-family: "IRANSans", tahoma;
}
.rtl input {
  font-family: "IRANSans", tahoma;
}
.rtl_title {
  font-weight: normal !important;
}
li {
  list-style-type: none;
}

a {
  text-decoration: none;
}
h1 {
  font-size: 28px;
  font-weight: normal;
}

h2 {
  font-size: 24px;
  font-weight: normal;
}

h3 {
  font-size: 20px;
  font-weight: normal;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

h5 {
  font-size: 16px;
  font-weight: normal;
}

h6 {
  font-size: 14px;
  font-weight: normal;
}
em {
  font-style: normal !important;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #f39c12;
  }
}
.Toastify__toast-theme--light {
  background: rgb(35 45 60 / 90%) !important;
}
.captal {
  text-transform: uppercase;
}
.button {
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 8px;
  border: 2px solid transparent;
  overflow: hidden;
}

.button:before,
.button:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 50%;
  right: 0;
  z-index: -1;
  background: #f39c12;
  transition: all 0.3s ease;
}
.button:before {
  top: -1px;
  border-radius: 8px 8px 0 0;
}
.button:after {
  bottom: -1px;
  border-radius: 0 0 8px 8px;
}
.button:hover {
  background: transparent !important;
  color: #f39c12;
  border: 2px solid #f39c12;
}
.button:hover:before,
.button:hover:after {
  height: 0;
  background-color: #f39c12;
}
.tag_item .modal_info {
  top: 45% !important;
  transform: translate(0, -45%);
}
.wrapperFinalize .modal_info {
  min-height: 380px;
}

.error {
  text-align: center;
  padding: 50px 20px 0px;
  font-size: 1.1rem;
  color: rgb(201, 43, 66);
}
