/* css reset */
@import url(../fonts.css);
.contributors_detail .mdc-text-field--filled {
  width: 100% !important; }

.form-check {
  display: flex;
  align-items: center; }

.mdc-form-field {
  font-family: "IRANSans", "Arial" !important; }

#contributors_detail .demo-width-class {
  width: 100% !important; }

.mdc-button--outlined {
  background-color: white; }

.mdc-dialog--fullscreen .mdc-dialog__header {
  padding: 12px 24px 9px; }

.mdc-dialog__surface {
  border-radius: 1.25rem !important; }
  .mdc-dialog__surface .mdc-dialog__header {
    justify-content: center !important; }
  .mdc-dialog__surface .mdc-dialog__title::before {
    height: 0 !important; }
  .mdc-dialog__surface .mdc-dialog .mdc-dialog__content {
    padding: 1rem 1.5rem !important; }

.mdc-button {
  border-radius: 1.25rem !important; }

.mdc-data-table {
  border-radius: 1.25rem !important;
  border: none !important; }

.mdc-dialog-scroll-lock {
  overflow: unset !important; }

#mdc-dialog .mdc-dialog__surface {
  overflow-y: hidden; }

#mdc-dialog .mdc-dialog__header {
  background-color: #FF722B;
  height: 5.188rem; }

#dialog-body {
  position: relative;
  min-height: 450px; }

@media screen and (min-width: 500px) {
  .mdc-data-table {
    padding: 1rem 1rem 1.25rem 1rem;
    box-shadow: 1px 2px 4px 0 rgba(117, 117, 117, 0.15); } }

.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: #ffffff; }

.mdc-list li {
  float: unset !important; }

.mdc-list-item {
  float: unset !important;
  display: flex !important; }

.mdc-select__dropdown-icon {
  width: 10px !important; }

.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: #757575 !important; }

.mdc-menu {
  z-index: 99999; }

:root {
  --mdc-theme-primary: #FF722B !important;
  --mdc-theme-secondary: #FF722B !important; }

.persian-font {
  font-family: "IRANSans", "Arial" !important; }
  .persian-font * {
    font-family: "IRANSans", "Arial" !important; }

.english-font {
  font-family: "Tahoma" !important; }
  .english-font * {
    font-family: "Tahoma" !important; }

.bg-danger {
  background: #da5855; }

.bg-warning {
  background: #fdd835; }

.button_outline_primary {
  border: 1px solid #FF722B !important;
  background: #ffffff !important;
  border-radius: 1.25rem !important;
  color: #757575; }

.button_primary {
  background: #FF722B !important;
  border-radius: 1.25rem !important;
  color: #ffffff;
  font-size: 0.938rem;
  border: none !important; }

.button_danger {
  border: 2px solid #da5855 !important;
  color: #ffffff !important;
  background-color: #da5855 !important;
  border-radius: 1.25rem !important; }

.button_darkgrey {
  border: none !important;
  background: #68686861 !important;
  color: #da5855 !important; }

.grey_background {
  background: #f8f8f8 !important;
  border: none !important;
  box-shadow: none !important; }

.datepicker-plot-area {
  border-radius: 1.25rem !important;
  border: none  !important; }

/* width */
::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.625rem; }

/* Track */
::-webkit-scrollbar-track {
  background: transparent; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FF722B;
  border-radius: 1.25rem; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #FF722B; }

.mdc-select__anchor {
  border-radius: 1.25rem !important; }

.uk-dropdown {
  min-width: max-content !important; }

.mdc-button {
  box-shadow: 1px 2px 4px 0 rgba(253, 191, 112, 0.15) !important;
  height: 3.5rem; }

.uk-input, .uk-select, .mdc-select__anchor {
  box-shadow: 1px 2px 4px 0 rgba(117, 117, 117, 0.2);
  border: none !important;
  height: 40px !important;
  border-radius: 1.25rem !important; }

.uk-padding-small {
  padding: 14px !important; }

#filter_div .uk-input, #filter_div .mdc-select {
  width: 100% !important; }

#filter_div .uk-grid > * {
  padding: 0 1.5rem !important; }

#filter_div .uk-form-label {
  display: block !important;
  color: #757575;
  white-space: break-spaces;
  font-weight: bold;
  padding: 0.313rem 0;
  font-size: 1rem !important;
  margin-left: 16px; }

#filter_div .uk-inline {
  width: 100%; }

#filter_div input[type="text"], #filter_div input[type="number"] {
  width: 100% !important; }

.mdc-select__dropdown-icon {
  top: 50%;
  transform: translateY(-50%); }

.mdc-checkbox .mdc-checkbox__background {
  border-radius: 7px !important; }

.mdc-checkbox .mdc-checkbox__native-control:not([disabled]) ~ .mdc-checkbox__background {
  border-color: #FF722B !important; }

.mdc-checkbox__checkmark {
  width: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-15%, -50%); }

@media (min-width: 640px) {
  .date-filter-flex {
    width: calc(100% * 1 / 2.001/2); } }

@media (min-width: 924px) {
  .date-filter-flex {
    width: calc(25%/2); } }

.cg-autocomplete {
  border: none !important;
  z-index: 99999;
  background: #ffffff;
  direction: ltr;
  border-radius: 1.25rem; }
  .cg-autocomplete .ui-state-default, .cg-autocomplete .ui-widget-content .ui-state-default, .cg-autocomplete .ui-widget-header .ui-state-default {
    background: #f1f1f1 !important;
    border: none !important;
    border-radius: 1.25rem; }
  .cg-autocomplete #cg-divHeader {
    height: 27px !important;
    border-radius: 1.25rem; }
  .cg-autocomplete .cg-colHeader {
    font-size: 1rem !important;
    font-family: "IRANSans", "Arial" !important; }
  .cg-autocomplete .cg-navTable {
    color: #757575 !important; }
    .cg-autocomplete .cg-navTable select, .cg-autocomplete .cg-navTable input {
      display: none !important; }
  .cg-autocomplete .ui-widget {
    border: none !important;
    box-shadow: 1px 2px 4px 0 rgba(117, 117, 117, 0.15);
    direction: ltr !important; }
  .cg-autocomplete .ui-state-hover {
    color: #757575 !important;
    background: #f8f8f8 !important;
    border: none !important; }
  .cg-autocomplete .cg-DivItem {
    font-size: 1rem !important; }
  .cg-autocomplete .cg-comboItem {
    height: auto; }
    .cg-autocomplete .cg-comboItem * div {
      height: auto !important; }

.mdc-menu {
  border-radius: 1.25rem !important; }
  .mdc-menu li {
    padding: 0.313rem; }
  .mdc-menu .mdc-list-item__text, .mdc-menu .form-check-label {
    color: #757575; }
  .mdc-menu * {
    font-family: "IRANSans", "Arial" !important; }

.datepicker-container {
  z-index: 99999 !important; }

.uk-card {
  border-radius: 1.25rem !important;
  box-shadow: 1px 2px 4px 0 rgba(117, 117, 117, 0.15) !important; }

:root {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box; }

html {
  direction: rtl;
  font-size: 12px !important; }

body, h1, h2, h3, h4, h5, h6, p, a, span, select, input, button {
  font-family: "IRANSans", "Arial" !important; }

html[dir="ltr"] body, h1, h2, h3, h4, h5, h6, p, a, span, select, input, button {
  font-family: "Arial" !important; }

.md-whiteframe-2dp {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12); }

.md-whiteframe-4dp {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.headerPage {
  height: 6.938rem; }

#arsh-header .arsh-tehranuni-logo {
  width: 84px;
  height: 84px; }

#arsh-header .arsh-arsh-logo img {
  width: 53px;
  max-width: 53px;
  margin: 0 0.313rem;
  display: inline-block;
  background-size: 109px 109px; }

#arsh-header .arsh-arsh-logo-smallsize {
  width: 84px;
  height: 84px;
  background: url(../images/apple-touch-icon.png) no-repeat;
  background-size: 70px 70px; }

#arsh-header .arsh-samane-faname img {
  width: 17.438rem;
  height: 2.5rem; }

#arsh-header .arsh-site-address {
  width: 276px;
  height: 16px;
  background: url(../images/login/site-address.png) no-repeat center 3px;
  border-top: 1px solid #e6e7e8; }

#arsh-header .arsh-samane-enname {
  width: 17.5rem;
  height: 0.75rem;
  margin-top: 0.313rem; }

body {
  background-color: #ffffff; }

.body-container {
  height: 100vh;
  background: url(../../images/reset-password/reset-password-bg-compressed.jpg) no-repeat center center/contain; }

h1 {
  font-size: 1.25rem;
  color: #000000;
  margin-bottom: 0.625rem; }

.card-container {
  margin: auto;
  width: 300px;
  border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem; }
  .card-container #message {
    font-size: 0.875rem;
    margin: 0 0 5px 0; }
  .card-container .uk-card-title {
    font-size: 0.875rem;
    font-weight: 500; }
  .card-container label {
    font-size: 1rem;
    margin-bottom: 0.313rem;
    font-weight: bold; }
  .card-container #change-password {
    width: 220px; }
  .card-container .reset_password-form .form-field__bar {
    border-bottom: 2px solid #FF722B;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transition: all 0.4s;
    width: 1%; }
  .card-container .reset_password-form .form-field__bar-error {
    border-bottom: 2px solid #ca0d09;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 0.4s;
    width: 100%; }
  .card-container .reset_password-form .mdc-text-field__input {
    width: 216px !important;
    border-radius: 4px !important; }
    .card-container .reset_password-form .mdc-text-field__input:-ms-input-placeholder ~ .form-field__label {
      font-size: 14px;
      transform: translateY(0); }
    .card-container .reset_password-form .mdc-text-field__input:placeholder-shown ~ .form-field__label {
      font-size: 14px;
      transform: translateY(0); }
    .card-container .reset_password-form .mdc-text-field__input:focus ~ .form-field__label {
      color: #FF722B;
      font-size: 12px;
      transform: translateY(-14px); }
    .card-container .reset_password-form .mdc-text-field__input:focus ~ .form-field__bar {
      border-bottom: 2px solid #FF722B;
      transform: scaleX(150); }
  .card-container .reset_password-form .mdc-button__label {
    letter-spacing: 0; }
  .card-container .reset_password-form button {
    background-color: #FF722B !important;
    padding: 23px;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    border-radius: 1.25rem;
    margin-top: 25px;
    margin-bottom: 7px;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0;
    position: relative; }
    .card-container .reset_password-form button .mdc-button__label {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .card-container .reset_password-form a {
    text-decoration: none !important;
    font-size: 1rem; }
  .card-container .reset_password-form .errorlist {
    list-style: none;
    padding: 0 0.625rem 0 0;
    margin: 0.313rem 0;
    color: #ca0d09;
    font-size: 0.875rem; }
  .card-container .reset_password-form .form-footer {
    margin-top: 1.25rem; }
    .card-container .reset_password-form .form-footer .uk-divider-vertical {
      height: 20px;
      margin: 0 0.313rem;
      border-color: #757575 !important;
      opacity: 0.5; }
    .card-container .reset_password-form .form-footer a {
      text-decoration: none;
      font-size: 0.875rem;
      color: #757575; }
    .card-container .reset_password-form .form-footer a:hover {
      color: #757575; }

.footer {
  position: absolute;
  right: 1.5rem;
  bottom: 1.25rem; }
  .footer .arsh-typo {
    height: 16px;
    margin-right: 8px;
    padding-top: 3px; }
  .footer .arsh-logo {
    height: 35px;
    margin-left: 0.313rem; }
  .footer p {
    font-family: "IRANSans", "Arial" !important;
    font-size: 1rem;
    color: #757575; }

.success-message {
  font-size: 1.25rem; }

.mdc-text-field {
  width: 100%; }
