* {
  font-family: 'IRANSans';
}

body {
  direction: rtl;
  background-color: #f8f9fc;
}

.font-size-small {
  font-size: 16px;
}

.font-size-smaller {
  font-size: 16px;
}

.font-size-medium {
  font-size: 24px;
}

.primary-color {
  color: #4e73df;
}

.primary-bg {
  background-color: #4e73df;
}

.primary-border-radius {
  border-radius: .35rem !important;
}

.text-black {
  color: #000;
  font-weight: 600;
}

.border-right-card {
  border-right: 0.25rem solid #4e73df!important;
}

input:hover, input:active, input:focus, select:focus, textarea:focus {
  box-shadow: none !important;
  border-color: #2e59d9 !important;
}

.tooltip {
  font-size: small;
}

.topbar .topbar-divider {
  width: 0;
  border-left: 1px solid #e3e6f0;
  border-right: 0;
  height: 2.375rem;
  margin: auto 1rem;
}

.sidebar .nav-item .nav-link .img-profile, .topbar .nav-item .nav-link .img-profile {
  height: 2.5rem;
  width: 2.5rem;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: .85rem;
  color: #858796;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e3e6f0;
  border-radius: .35rem;
}

.progress {
  height: 1.2rem;
  line-height: 0;
  font-size: 1em;
  background-color: #eaecf4;
  border-radius: .35rem;
}

.progress-bar {
  animation: load 3s normal forwards;
}

@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 68%;
  }
}

footer.sticky-footer .copyright {
  line-height: 1;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .profile-box {
    padding: 20px !important;
    background-image: none !important;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.profile-box {
  padding: 25px 200px 25px 50px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: .35rem;
}

@media (max-width: 768px) {
  .test-box {
    padding: 20px !important;
    border-radius: .35rem;
  }
}

.test-box {
  padding: 25px 150px 25px 50px;
  border-radius: .35rem;
}

.border-right-card-white {
  border-right: 0.25rem solid #fff;
}

@media (max-width: 768px) {
  .test-img {
    position: absolute;
    left: 0;
    right: unset !important;
    top: 0;
    opacity: 0.1;
    border-radius: .35rem;
    display: none;
  }
}

.test-img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.3;
  border-radius: .35rem;
  filter: invert(100%);
}

.text-card {
  background-color: #fff;
  width: 100%;
  height: fit-content;
  display: flex;
  padding: 15px 0 10px;
  align-content: center;
  justify-content: center;
}

@media (min-width:576px) {
  .dropdown .dropdown-menu {
    width: auto;
    right: auto;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .box {
    background-color: #f8f9fc !important;
    border: none !important;
    box-shadow: none !important;
  }
}

@media (max-width: 991px) {
  .iconbox i {
    font-size: 1.5rem;
    color: #fff !important;
  }
}

@media (max-width: 991px) {
  .iconbox {
    background-color: #2653d4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767px) {
  .icontext {
    font-size: 16px;
  }
}

.resume .progress {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.resume .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.resume .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.resume .progress .progress-left {
  left: 0;
}

.resume .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.resume .progress .progress-left .progress-bar {
  left: 102%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.resume .progress .progress-right {
  right: 0;
}

.resume .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.resume .progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #fff;
  font-size: 16px;
  color: #000;
  line-height: 92px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
  font-weight: bold;
}

.resume .progress.blue .progress-bar {
  border-color: #4e73df;
}

.resume .progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

.resume .progress-left .progress-bar {
  animation: loading-3 1s linear forwards 1.8s;
}

.resume .progress-left .progress-bar {
  animation: loading-4 0.4s linear forwards 1.8s;
}

.resume .progress-left .progress-bar {
  animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media only screen and (max-width: 990px) {
  .resume .progress {
    margin-bottom: 20px;
  }
}

.create-event {
  border: #4e73df;
  background-color: #4e73df;
  color: #fff;
  font-size: 16px;
  border: 2px solid;
}

.create-event:hover {
  background-color: transparent;
  color: #000;
  border: 2px solid #4e73df;
}

.search-input {
  width: 150px;
  max-width: 150px;
  padding: 5px;
  transition: all .5s ease;
}

.search-input.expanded {
  max-width: 230px;
  opacity: 1;
}

.search-input::placeholder {
  font-size: 16px;
}

.topbar .nav-item {
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
}

@media (min-width: 768px) {
  .topbar .nav-item .nav-link {
    height: fit-content;
    display: flex;
    align-items: center;
    margin: 0;
  }
}

.topbar .nav-item .nav-link {
  height: fit-content;
  display: flex;
  align-items: center;
  margin: 0 .25rem;
}

.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1234;
  display: none;
  top: 0;
}

@media (min-width:768px) {
  .sidebar.toggled {
    overflow: hidden;
    width: 0 !important;
  }
}

@media (min-width:768px) {
  .sidebar {
    width: 14rem!important;
    z-index: 9999;
  }
}

.btn.close-sidebar i {
  font-size: 1.1rem;
}

.btn.close-sidebar {
  position: absolute;
  top: 7px;
  right: 7px;
  color: #000;
  padding: 0 5px;
}

.topbar #sidebarToggleTop:hover {
  background-color: unset;
}

.topbar #sidebarToggleTop {
  height: 2rem;
  width: 2rem;
}

@media (min-width: 576px) and (max-width:992px) {
  .sidebar {
    width: 300px !important;
    min-height: 100%;
  }
}

.sidebar {
  width: 260px;
  min-height: 100%;
}

@media (min-width: 576px) and (max-width:992px) {
  .sidebar .nav-item .nav-link {
    display: flex;
    width: 100%;
    text-align: right;
    padding: 1rem;
    width: 14rem;
    font-size: .85rem;
  }
}

@media (min-width: 576px) and (max-width:992px) {
  .sidebar .nav-item .nav-link i {
    margin-left: 10px;
  }
}

.sidebar .sidebar-brand {
  height: auto;
  padding: unset;
  filter: brightness(0.5);
}

#accordionSidebar .nav-item a {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #fff;
}

#accordionSidebar .nav-item:hover a, #accordionSidebar .nav-item:active a, #accordionSidebar .nav-item:hover i, #accordionSidebar .nav-item:active i {
  color: #000 !important;
}

#accordionSidebar .nav-item:hover, #accordionSidebar .nav-item:active {
  background-color: #ececec;
}

#accordionSidebar .nav-item i {
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
}

#accordionSidebar .nav-item {
  text-align: center;
}

#accordionSidebar {
  width: 100%;
  text-align: center;
}

.sidebar-footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.sidebar-footer a:hover {
  color: #000;
}

@media (max-width: 992px) {
  .fixed-sidebar .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap: nowrap;
    margin: 5px;
    width: auto !important;
  }
}

.fixed-sidebar .nav-item {
  width: 100%;
}

.fixed-sidebar .nav-item a:hover {
  background-color: #f5f5f5;
  border-radius: .35rem;
}

.fixed-sidebar .nav-item a.active {
  background-color: #f5f5f5;
  border-radius: .35rem;
  color: #000 !important;
}

.fixed-sidebar .nav-item a {
  font-size: 16px;
  font-weight:bold;
  color: #777;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 10px 7px;
}

.fixed-sidebar .nav-item a i {
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
}

.fixed-sidebar .dropdown-divider {
  width: 100%;
}

@media (max-width: 992px) {
  .table th {
    padding: 0.5rem;
    vertical-align: middle;
    border: none;
    text-align: center !important;
    font-size: 14px;
    text-wrap: nowrap;
    color: #4e73df;
  }
}

.table th {
  padding: .75rem;
  vertical-align: middle;
  border: none;
  text-align: right;
  font-size: 16px;
  text-wrap: nowrap;
  color: #4e73df;
}

.table td {
  padding: .75rem 0.40rem;
  vertical-align: middle;
  border-top: 1px solid #e3e6f0;
  text-align: right;
  line-height: 1.4rem;
  font-size: 16px;
  color: rgb(59, 65, 65);
}

@media (max-width: 992px) {
  .table td {
    text-wrap: nowrap;
    text-align: center;
  }
}

footer.sticky-footer {
  padding: 2rem 0;
  flex-shrink: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.my-events td:nth-child(5) a {
  color: rgb(59, 65, 65);
  font-weight: 300;
}

.my-events td:nth-child(5) {
  width: 15% !important;
}

.my-events td:nth-child(5) {
  width: 30%;
}

@media (max-width: 992px) {
  .my-events td:nth-child(3) span {
    display: block;
    text-align: center;
  }
}

.my-events td:nth-child(n + 2) {
  width: 20%;
}

.my-events td:nth-child(3) {
  width: 13%;
}

@media (max-width: 992px) {
  .my-events td:nth-child(2) {
    text-wrap: wrap !important;
  }
}

.my-events td:last-child {
  width: 12%;
  text-align: center;
}

.my-events td:last-child button:hover {
  background-color: #2e59d9;
  color: #fff !important;
}

.my-events tfoot {
  border-bottom: 1px solid #e3e6f0;
}

.pagination .page-item {
  border-radius: .35rem;
  font-size: 16px;
  margin: 0 3px;
}

.pagination .page-item.active .page-link {
  background-color: #4e73df !important;
}

.pagination .page-item .page-link {
  border-radius: .35rem;
}

.pagination .page-item .page-link:focus {
  box-shadow: none;
}

.pagination .page-item .page-link {
  border-radius: .35rem;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-right-radius: .35rem;
  border-bottom-right-radius: .35rem;
}

.page-item:last-child .page-link {
  margin-left: 0;
  border-top-left-radius: .35rem;
  border-bottom-left-radius: .35rem;
}

.create-event-form label {
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
}

.create-event-form label.required:after {
  content: '*';
  color: red;
  margin-right: 5px;
}

.create-event-form label i {
  color: #aaa;
  margin-left: 5px;
  font-size: 24px;
}

.create-event-form input {
  color: #000;
  font-size: 24px;
}

.create-event-form input::placeholder, .create-event-form select {
  color: #aaa;
  font-size: 16px;
}

.circle-success {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #2ECC71;
}

.status {
  margin-left: 0px;
  margin-top: -5px;
  position: absolute;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.status::before, .status::after {
  left: 0;
  position: absolute;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.status::before {
  content: "";
  animation: bounceball 1.5s infinite;
}

.status::after {
  content: "";
  animation: bounceball 1.5s -0.4s infinite;
}

.status-green, .status-green::before, .status-green::after {
  background: #2ECC71;
}

.status-red, .status-red::before, .status-red::after {
  background: #E74C3C;
}

.status-orange, .status-orange::before, .status-orange::after {
  background: #F1C40F;
}

@keyframes bounceball {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    /*width: 20px;*/
  }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
    /*width: 100px;*/
  }
}

@media (max-width: 360px) {
  .img-profile {
    width: 3em;
    height: 3em;
  }
}

.img-profile {
  width: 4em;
  height: 4em;
}

.sidebar .nav-item .nav-link span {
  display: inline;
  font-size: 16px;
}

.organizations-img {
  max-height: 200px;
}



