@font-face {
  font-family: iransans;
  src: url(../fonts/iransans.ttf);
}
* {
  }
  ::placeholder {
    color: #fff !important;
  }
.panel.panel-default * {
    font-family: iransans !important;
}
a {
    text-decoration: none !important;
}
#wpfooter {
  display: none !important;
}
.updated, .notice {
    display: none !important;
}
/* #toplevel_page_iranpardakht {
  display: none !important;
} */
.panel-default {
    padding: 30px;
    border-radius: 30px !important;
    margin: 5% auto;
    width: 80%;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: hsl(0, 0%, 100%, 0.15);
    border-radius: var(--bd-radius);
    border: 2px solid hsl(0, 0%, 100%, 0.3);
    box-shadow: 10px 5px 30px hsla(172, 97%, 35%, 0.3);
}
.bfpo {
    display: -webkit-box;
    background-color: #3f51b5;
    padding: 30px;
    border-radius: 15px;
    width: 80%;
    color: #fff;
    text-align: center !important;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
}
.bfpo * {
text-align: center !important;
margin: 0 auto;
}
.bfpo a {
    color: #fff;
}
.text-center.text-warning {
  /* background-color: #818181 !important;
  padding: 50px !important;
  padding-top: 60px !important;
  color: #fff !important;
  margin-top: -12% !important;
  z-index: 1200 !important;
  opacity: 1 !important;
  position: relative !important;
  border-radius: 20px !important;
  text-align: center !important;
  filter: blur(0.5px) !important;
  width: 100%;
  padding-right: 2px !important;
  padding-left: 2px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc( -13vh - 25px ) !important; */
  display: none;
}
.nt-success p {
  font-family: iransans !important;
  font-size: 15px !important;
  padding-top: 1px;
}
.title {
    text-align: center;
    padding: 40px 0;
    font-size: 40px;
    font-weight: 300;
    color: #636983;
  }
  
  .wrapper {
    background-color: #F6F8FF;
    width: 100%;
    min-height: 100vh;
  }
  .wrapper .line {
    width: 50%;
    margin: 50px auto 0 auto;
    height: 1px;
    background-color: #c3d2e3;
  }
  
  .table {
    width: 100%;
    margin: 0 auto;
  }
  .table .header {
    font-size: 16px;
    font-weight: 400;
  }
  .table table {
    width: 100%;
    font-size: 16px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 25px 20px -25px rgba(0, 0, 0, 0.1);
  }
  .table table input.search {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 0;
    outline: 1px solid #efefef;
    background: #fbfbfb;
    transition: all 0.2s;
  }
  .table table input.search:focus {
    outline: 2px solid #1f74ff;
    background: white;
  }
  .table table thead {
    border-spacing: 0;
  }
  .table table thead td {
    font-size: 18px;
    font-weight: 600;
    color: #666;
    padding: 10px;
  }
  .table table thead tr:nth-child(1) {
    background-color: #fbfbfb;
    background: linear-gradient(180deg, #fbfbfb 0%, #fbfbfb 89%, #ededed 100%);
  }
  .table table thead tr:nth-child(1) td:nth-child(1) {
    border-radius: 10px 0 0 0;
  }
  .table table thead tr:nth-child(1) td:nth-last-child(1) {
    border-radius: 0 10px 0 0;
  }
  .table table tbody tr {
    transition: all 0.2s;
  }
  .table table tbody tr td {
    padding: 10px;
    color: #666;
  }
  .table table tbody tr:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.04);
    background-color: #ededed1c;
  }
  .table table tbody tr.success td {
    color: #46c93a;
    background: #e8f5e7;
  }
  .table table tbody tr.primary td {
    color: #1f74ff;
    background: #d4e4ff;
  }
  .table table tfoot tr td {
    border-radius: 0 0 10px 10px;
  }
  .table table tfoot tr td {
    padding: 3px 10px;
    background-color: #fbfbfb;
    background: linear-gradient(0deg, #fbfbfb 0%, #fbfbfb 89%, #ededed 100%);
    text-align: right;
  }
  
  .pagination {
    display: flex;
    position: relative;
    right: 10px;
    justify-content: flex-end;
    gap: 5px;
  }
  .pagination .page {
    width: 10px;
    height: 30px;
    flex-basis: 30px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 6px;
    background: #f0f3f4;
    border-radius: 7px;
    color: #636983;
    cursor: pointer;
  }
  .pagination .page.active {
    background-color: #1f74ff;
    color: white;
    font-weight: 600;
  }
  @media (max-width: 700px) {
    .table {
      width: 90%;
    }
  }
  #wpbody select, #wpbody textarea#sms_to_user_text, #wpbody input, .login-page select, .login-page textarea#sms_to_user_text, .login-page input {
    border-radius: 30px !important;
    color: #fff !important;
    font-size: 15px !important;
    background-color: #000;
    border: 0px solid #fff !important;
  }
  .login-page select {
    background-color: #000 !important;
  }
  ::placeholder {
    color: #fff !important;
  }
  input {
     color: #fff !important; 
    }​
.ava-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ava-modal > * {
  box-sizing: border-box;
}

.ava-alert {
  background-color: white;
  width: 80%;
  text-align: right;
  font-family: "Gill Sans", "Gill Sans MT", Calibri;
  font-weight: 900;
  animation: 25s 1 ava_alert_animation;
  -webkit-animation: 0.5s 1 ava_alert_animation;
}

@media (min-width: 650px) {
  .ava-alert {
    width: 300px;
  }
}

@keyframes ava_alert_animation {
  from {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}

.ava-alert .ava-progress-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.04);
  animation-name: progressBarAnimation;
  -webkit-animation-name: progressBarAnimation;
}

.ava-alert .ava-text-con {
  position: relative;
}

@keyframes progressBarAnimation {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.ava-alert__icon {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: inset 0px -5px 7px rgba(0, 0, 0, 0.3);
}

.ava-alert__text {
  padding: 15px;
  line-height: 1.5em;
  color: #8a8a8a;
  font-size: 13px;
}

.ava-alert__btn {
  width: 70px;
  padding: 7px 0px;
  display: block;
  margin: auto;
  margin-bottom: 13px;
  border-radius: 0;
  border: 0;
  background-color: #dfdfdf;
  color: #b1b1b1;
  cursor: pointer;
  position: relative;
}

.ava-toast {
  position: fixed;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.1);
  width: 250px;
  display: flex;
  flex-direction: row;
  background-color: white;
}

.ava-toast svg {
  width: 30px;
  height: 30px;
}

.ava-toast .ava-alert__icon {
  padding: 0 10px;
  box-shadow: none;
}

.ava-toast .ava-text-con {
  width: 100%;
}

.ava-toast .ava-alert__btn {
  margin: 0;
}

.ava-toast .ava-alert__text {
  padding: 5px;
  width: 100%;
}

.svg-box {
  display: inline-block;
  position: relative;
  width: 150px;
}

.ava-text-con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.green-stroke {
  stroke: #ffffff;
}

.red-stroke {
  stroke: #ffffff;
}

.yellow-stroke {
  stroke: #ffffff;
}

.circular circle.path {
  stroke-dasharray: 330;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  opacity: 0.4;
  animation: 0.7s draw-circle ease-out;
}

/*------- Checkmark ---------*/
.checkmark {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 56px;
  left: 49px;
  width: 52px;
  height: 40px;
}

.checkmark path {
  animation: 1s draw-check ease-out;
}

@keyframes draw-circle {
  0% {
    stroke-dasharray: 0, 330;
    stroke-dashoffset: 0;
    opacity: 1;
  }
  80% {
    stroke-dasharray: 330, 330;
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

@keyframes draw-check {
  0% {
    stroke-dasharray: 49, 80;
    stroke-dashoffset: 48;
    opacity: 0;
  }
  50% {
    stroke-dasharray: 49, 80;
    stroke-dashoffset: 48;
    opacity: 1;
  }
  100% {
    stroke-dasharray: 130, 80;
    stroke-dashoffset: 48;
  }
}

/*---------- Cross ----------*/
.cross {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 54px;
  left: 54px;
  width: 40px;
  height: 40px;
}

.cross .first-line {
  animation: 0.7s draw-first-line ease-out;
}

.cross .second-line {
  animation: 0.7s draw-second-line ease-out;
}

@keyframes draw-first-line {
  0% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 56, 330;
    stroke-dashoffset: 0;
  }
}

@keyframes draw-second-line {
  0% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1;
  }
  50% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dasharray: 55, 0;
    stroke-dashoffset: 70;
  }
}

.nt-sign {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 40px;
  left: 68px;
  width: 15px;
  height: 70px;
  animation: 0.5s alert-sign-bounce cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.nt-sign .dot {
  stroke: none;
  fill: #ffffff;
}

@keyframes alert-sign-bounce {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
.nt-success {
  font-family: iransans !important;
  opacity: 1;
  background-color: #009688 !important;
  color: #fff !important;
  margin-top: calc( 10vh - 25px );
  width: 350px !important;
  display: table;
  border-radius: 50px;
  text-align: center;
}

.nt-danger {
  font-family: iransans !important;
  opacity: 1;
  background-color: #b70909 !important;
  color: #fff !important;
  margin-top: calc( 10vh - 25px );
  width: 350px !important;
  display: table;
  border-radius: 50px;
  text-align: center;
}
@keyframes fadeIn {
0% { opacity: 1;}
10% { opacity: 1;}
20% { opacity: 1;}
30% { opacity: 1;}
40% { opacity: 1;}
50% { opacity: 1;}
60% { opacity: 1;}
70% { opacity: 0.7;}
80% { opacity: 0.5;}
90% { opacity: 0.2;}
100% { opacity: 0;}
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #343333;
  border-radius: 20px;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  /* margin: -75px 0 0 -75px; */
  margin-right: 95%;
  margin-top: -5%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370DB;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BA55D3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF00FF;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
.hidden{
  visibility: hidden;
}
li#toplevel_page_iranPardakht ul.wp-submenu.wp-submenu-wrap {
  display: none !important;
}
li#toplevel_page_wp-sms-iranPardakht {
  display: none !important;
}
input#login_url::placeholder {
  color: #fff !important;
}
/* form#form-iranpardakht_1_6_1 input, form#form-iranpardakht_1_6_1 label, form#form-iranpardakht_1_6_1 span, form#form-iranpardakht_1_6_1 .Aa  {
color: #fff !important;
} */
form#form-iranpardakht_1_6_1 input::placeholder {
  color: #fff !important;
}