@font-face {
  font-family: "IRANYekanX-Bold";
  src: url("../fonts/IRANYekanX/IRANYekanX-Bold.eot") format("embedded-opentype"), url("../fonts/IRANYekanX/IRANYekanX-Bold.woff") format("woff"), url("../fonts/IRANYekanX/IRANYekanX-Bold.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "IRANYekanX-Medium";
  src: url("../fonts/IRANYekanX/IRANYekanX-Medium.eot") format("embedded-opentype"), url("../fonts/IRANYekanX/IRANYekanX-Medium.woff") format("woff"), url("../fonts/IRANYekanX/IRANYekanX-Medium.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "IRANYekanX-Regular";
  src: url("../fonts/IRANYekanX/IRANYekanX-Regular.eot") format("embedded-opentype"), url("../fonts/IRANYekanX/IRANYekanX-Regular.woff") format("woff"), url("../fonts/IRANYekanX/IRANYekanX-Regular.ttf") format("truetype");
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  direction: rtl;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.my-80 {
  margin: 80px 0;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.my-100 {
  margin: 100px 0;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.gap-2 {
  gap: 2px;
}

.gap-4 {
  gap: 4px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.AZ-img-container {
  position: relative;
  overflow: hidden;
  display: block;
}
.AZ-img-container::after {
  content: "";
  display: block;
}

.AZ-img-container-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AZ-img-cover img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.AZ-box {
  border-radius: 16px;
  background: #FFF;
  box-shadow: -5px 5px 8px rgba(0, 0, 0, 0.09);
  position: relative;
  padding: 30px;
}
.AZ-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom, #EFEFEF, #DBDBDB);
  border-radius: 18px;
  z-index: -1;
}
.AZ-box .box-title {
  font-size: 18px;
  color: #20527D;
  font-family: "IRANYekanX-Bold";
  margin-bottom: 10px;
}
.AZ-box .box-date {
  font-size: 12px;
  color: #6599BC;
  font-family: "IRANYekanX-Regular";
}

.AZ-small-box {
  padding-bottom: 150px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: left bottom;
}
.AZ-small-box:hover::after {
  background: linear-gradient(to bottom, #6FA3C5, #7AC8F1);
}
.AZ-small-box-one {
  background-image: url("../img/Group 26844.png");
}
.AZ-small-box-two {
  background-image: url("../img/Group 26843.png");
}
.AZ-small-box-three {
  background-image: url("../img/Group 26842.png");
}
.AZ-small-box-four {
  background-image: url("../img/Group 26841.png");
}
.AZ-small-box-five {
  background-image: url("../img/Group 26840.png");
}

.AZ-main {
  padding: 0 30px;
  margin: 30px 0;
}

.AZ-content-page {
  padding: 50px 80px 50px 50px;
  border-radius: 16px;
  border: 1px solid #DBDBDB;
  background: linear-gradient(89deg, rgba(162, 215, 243, 0.8) 0.56%, rgba(255, 255, 255, 0.56) 102.55%);
  -webkit-backdrop-filter: blur(9.5px);
          backdrop-filter: blur(9.5px);
  margin-right: -3%;
  margin-top: -30px;
  margin-bottom: -30px;
  width: 83%;
}
.AZ-content-page .notif-box {
  border-radius: 16px;
  border: 3px solid #EFEFEF;
  background: linear-gradient(161deg, #318ECC -1.41%, #FFE2B6 96.89%);
  padding: 30px;
  height: 100%;
  position: relative;
  max-height: 760px;
  display: flex;
  flex-direction: column;
}
.AZ-content-page .notif-box .notif-box-title {
  font-size: 18px;
  color: #FFFFFF;
  font-family: "IRANYekanX-Bold";
  margin-bottom: 15px;
}
.AZ-content-page .notif-box::after {
  content: "";
  position: absolute;
  left: -40px;
  top: -30px;
  width: 150px;
  height: 150px;
  background-image: url(../img/notif.svg);
  background-repeat: no-repeat;
  background-size: 150px;
}
.AZ-content-page .notif-box .notifications {
  overflow-y: auto;
  flex-grow: 1;
}
.AZ-content-page .notif-box .notification-item {
  border-radius: 16px 16px 0 16px;
  background: rgba(162, 215, 243, 0.16);
  padding: 15px;
  margin-bottom: 10px;
}
.AZ-content-page .notif-box .notification-text {
  font-size: 12px;
  color: #fff;
  font-family: "IRANYekanX-Regular";
}
.AZ-content-page .notif-box .notification-date {
  font-size: 10px;
  color: #f5f4f4;
  font-family: "IRANYekanX-Medium";
}
.AZ-content-page .notif-box .notification-item-name {
  font-size: 13px;
  color: #fff;
  font-family: "IRANYekanX-Medium";
}
.AZ-content-page .notif-box .notification-item-title {
  font-size: 16px;
  color: #fff;
  font-family: "IRANYekanX-Bold";
  margin-bottom: 5px;
}
.AZ-content-page .comment-box {
  border-radius: 16px 16px 0 16px;
  background: rgba(162, 215, 243, 0.16);
  padding: 30px;
  margin-bottom: 15px;
  position: relative;
}
.AZ-content-page .comment-box::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 15px;
  height: 15px;
  border-left: 15px solid rgba(162, 215, 243, 0.16);
  border-top: 15px solid transparent;
  border-top-right-radius: 20px;
}
.AZ-content-page .comment-box:last-child {
  margin-bottom: 0;
}
.AZ-content-page .comment-box .comment-date {
  font-size: 10px;
  color: #777777;
  font-family: "IRANYekanX-Medium";
}
.AZ-content-page .comment-box .comment-name {
  font-size: 14px;
  color: #000000;
  font-family: "IRANYekanX-Medium";
}
.AZ-content-page .comment-box .comment-text {
  font-size: 12px;
  color: #000000;
  font-family: "IRANYekanX-Regular";
}
.AZ-content-page .gallery-img {
  width: 100%;
  border-radius: 16px;
  border: 2px solid #CFCFCF;
  box-shadow: -3px 4px 11px 0px rgba(0, 0, 0, 0.28);
}
.AZ-content-page .gallery-img::after {
  padding-bottom: 70%;
}

.item {
  padding: 20px;
  width: 100%;
}

.AZ-sidebar {
  border-radius: 16px;
  border-right: 2px solid #F5F5F5;
  background: linear-gradient(180deg, #20527D 0%, #A2D7F3 100%);
  min-width: 20%;
  padding: 40px;
  height: 100%;
}
.AZ-sidebar .sidebar-close {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 10px;
}
.AZ-sidebar .line {
  width: 100%;
  height: 1px;
  background: #6FA3C5;
}
.AZ-sidebar .sidebar-link {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "IRANYekanX-Regular";
  padding: 20px 0;
}
.AZ-sidebar .sidebar-link span {
  color: #fff;
  font-size: 23px;
}

.AZ-login-page {
  background-image: url("../img/bg-login.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
}
.AZ-login-page .mr-auto {
  margin-right: auto;
}
.AZ-login-page .login-box {
  border-radius: 24px;
  border: 3px solid #EFEFEF;
  background: #FFF;
  padding: 50px;
  margin: 50px 0;
}
.AZ-login-page .welcome-text {
  font-size: 31px;
  color: #20527D;
  font-family: "IRANYekanX-Regular";
}

.AZ-field-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
}
.AZ-field-group label {
  font-size: 16px;
  color: #20527D;
  font-family: "IRANYekanX-Medium";
  margin-bottom: 10px;
}
.AZ-field-group .input-group {
  position: relative;
  flex-grow: 1;
}
.AZ-field-group .input-group-inner {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 10px;
  flex-grow: 1;
  border-radius: 16px;
}
.AZ-field-group .input-group input {
  font-size: 16px;
  color: #000;
  font-family: "IRANYekanX-Regular";
  border: 0;
  background: transparent;
  flex-grow: 1;
  padding: 13px 0;
}
.AZ-field-group .input-group::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  transform: translate(-50%, -50%);
  background: linear-gradient(to left, #6599BC, #C6C6C6);
  border-radius: 18px;
}
.AZ-field-group .input-group span {
  font-size: 25px;
  color: #BDBDBD;
}

.AZ-checkbox-group input {
  display: none;
}
.AZ-checkbox-group label {
  font-size: 16px;
  color: #20527D;
  font-family: "IRANYekanX-Medium";
  position: relative;
  padding-right: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.AZ-checkbox-group label::after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #20527D;
  background: #fff;
  color: #fff;
  font-size: 15px;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AZ-checkbox-group input:checked ~ label::after {
  content: "\e90d";
  background: #20527D;
}

.AZ-primary-btn {
  background: linear-gradient(to left, #245680, #9FD4F0);
  border-radius: 16px;
  color: #fff;
  font-family: "IRANYekanX-Bold";
  font-size: 16px;
  padding: 15px 30px;
  transition: all 0.2s linear;
}
.AZ-primary-btn:hover {
  color: #245680;
}

.modal-wrapper .modal-content {
  padding: 0 40px;
  border: 3px solid #6FA3C5;
  border-radius: 24px;
}
.modal-wrapper .modal-header {
  padding: 30px 0;
  border-bottom: 2px solid #6599BC;
}
.modal-wrapper .modal-title {
  font-size: 18px;
  color: #20527D;
  font-family: "IRANYekanX-Bold";
}
.modal-wrapper .modal-list li {
  padding: 20px 0;
}
.modal-wrapper .modal-text {
  font-size: 12px;
  color: #20527D;
  font-family: "IRANYekanX-Regular";
  margin-bottom: 10px;
}
.modal-wrapper .modal-time {
  font-size: 12px;
  color: #6599BC;
  font-family: "IRANYekanX-Regular";
}
.modal-wrapper .number-circle {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "IRANYekanX-Bold";
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #20527D 0%, #7AC8F1 100%);
}

.AZ-header .dropdown-menu.show {
  border: 1px solid #DBDBDB;
  background: linear-gradient(89deg, rgba(162, 215, 243, 0.8) 0.56%, rgba(255, 255, 255, 0.56) 102.55%);
  -webkit-backdrop-filter: blur(9.5px);
          backdrop-filter: blur(9.5px);
}
.AZ-header .dropdown-item {
  font-size: 14px;
  color: #000000;
  font-family: "IRANYekanX-Medium";
}
.AZ-header .navbar-toggler {
  padding: 0;
  font-size: 30px;
}
.AZ-header .navbar-toggler:focus {
  box-shadow: unset;
}
.AZ-header .navbar {
  padding: 0 30px;
}
.AZ-header .profile-img {
  width: 40px;
  border-radius: 50%;
}
.AZ-header .profile-img::after {
  padding-bottom: 100%;
}
.AZ-header .username {
  font-size: 14px;
  color: #484848;
  font-family: "IRANYekanX-Medium";
}
.AZ-header .nav-link {
  font-size: 14px;
  color: #484848;
  font-family: "IRANYekanX-Medium";
  padding: 10px 30px !important;
}
.AZ-header .nav-brand img {
  width: 154px;
}

.navbar-text {
  font-size: 20px;
  color: #20527D;
  font-family: "IRANYekanX-Bold";
}

.AZ-post-card .post-img {
  min-width: 40%;
  border-radius: 16px;
  border: 2px solid #CFCFCF;
  box-shadow: -3px 4px 11px 0px rgba(0, 0, 0, 0.28);
}
.AZ-post-card .post-img::after {
  padding-bottom: 70%;
}
.AZ-post-card .post-text {
  font-size: 12px;
  color: #000000;
  font-family: "IRANYekanX-Regular";
  line-height: 2;
}

@media screen and (max-width: 1400px) {
  .AZ-sidebar {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 991px) {
  .AZ-header .nav-brand img {
    width: 120px;
  }
  .AZ-header .navbar {
    padding: 0 10px;
  }
  .AZ-sidebar {
    position: fixed;
    top: 0;
    right: -500px;
    z-index: 10;
    height: 100vh;
    overflow-y: auto;
    transition: all 0.2s linear;
    width: 300px;
    z-index: 100;
    border-radius: 0;
    padding: 30px;
  }
  .AZ-sidebar.show {
    right: 0;
  }
  .sidebar-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7803921569);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
  }
  .sidebar-overlay.show {
    display: block;
  }
  .navbar-text {
    font-size: 16px;
    color: #6599BC;
    font-family: "IRANYekanX-Bold";
  }
  .AZ-content-page {
    margin-right: unset;
    margin: unset;
    padding: 40px;
    width: 100%;
  }
  .AZ-main {
    margin: 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 576px) {
  .AZ-post-card .post-img {
    min-width: 100%;
  }
  .AZ-content-page .notif-box::after {
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-size: 50px;
  }
  .w-sm-100 {
    width: 100%;
  }
}
@media screen and (max-width: 448px) {
  .AZ-login-page .login-box {
    border: 2px solid #EFEFEF;
    padding: 20px;
  }
  .AZ-login-page .welcome-text {
    font-size: 20px;
  }
  .AZ-field-group label {
    font-size: 14px;
  }
  .AZ-field-group .input-group-inner {
    position: relative;
  }
  .AZ-field-group .input-group input {
    font-size: 14px;
  }
  .AZ-field-group .input-group::after {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }
  .AZ-field-group .input-group span {
    font-size: 20px;
  }
  .AZ-checkbox-group label {
    font-size: 14px;
  }
  .AZ-primary-btn {
    font-size: 14px;
  }
  .AZ-content-page {
    padding: 25px;
  }
  .AZ-box {
    padding: 20px;
  }
  .AZ-box .box-title {
    font-size: 14px;
  }
  .AZ-box .box-date {
    font-size: 10px;
  }
  .AZ-small-box {
    padding-bottom: 150px;
  }
  .AZ-content-page .notif-box {
    padding: 15px;
  }
}