@font-face {
  font-family: "iransans";
  src: url("../fonts/iransans-web-num/eot/IRANSansWeb(FaNum).eot"), url("../fonts/iransans-web-num/ttf/IRANSansWeb(FaNum).ttf") format("truetype"), url("../fonts/iransans-web-num/woff/IRANSansWeb(FaNum).woff") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iransans";
  src: url("../fonts/iransans-web-num/eot/IRANSans(FaNum)_Medium.eot"), url("../fonts/iransans-web-num/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype"), url("../fonts/iransans-web-num/woff/IRANSansWeb(FaNum)_Medium.woff") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "iransans";
  src: url("../fonts/iransans-web-num/eot/IRANSansWeb(FaNum)_Bold.eot"), url("../fonts/iransans-web-num/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype"), url("../fonts/iransans-web-num/woff/IRANSansWeb(FaNum)_Bold.woff") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Yekan';
  src: url('../fonts/yekan/Yekan.eot');
  src: url('../fonts/yekan/Yekan.eot?#iefix') format('embedded-opentype'), url('../fonts/yekan/Yekan.woff2') format('woff2'), url('../fonts/yekan/Yekan.woff') format('woff'), url('../fonts/yekan/Yekan.ttf') format('truetype'), url('../fonts/yekan/Yekan.svg#Yekan') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'iransans';
  font-size: 12px;
  background-color: #fff;
}
a {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: unset;
}
a:focus {
  outline: unset;
  outline-offset: unset;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: unset;
  outline-offset: unset;
}
input.has-error,
textarea.has-error,
select.has-error {
  border: 1px solid red !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.text-center {
  text-align: center;
}
.no-padding {
  padding: 0px !important;
}
.text-left {
  text-align: left;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
}
input:focus-visible {
  outline: unset !important;
}
.marquee {
  white-space: nowrap;
  overflow: hidden;
}
.marquee p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
}
.ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hidden-visibility {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.hidden-xs {
  display: none !important;
}
@media (min-width: 768px) {
  .hidden-xs {
    display: block !important;
  }
}
.visible-xs {
  display: block !important;
}
@media (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}
.visible-sm {
  display: block !important;
}
@media (min-width: 576px) {
  .visible-sm {
    display: none !important;
  }
}
input.has-error,
textarea.has-error {
  border: 1px solid red !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.not-found {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding-top: 30px;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
body {
  font-family: iransans;
  background-color: #f7f7f7;
  font-size: 12px;
}
.header {
  float: right;
  width: 100%;
}
.header .top-row {
  background-color: #2F308F;
  color: #fff;
  height: 55px;
  align-items: center;
  display: flex;
}
.header .top-row .top-news {
  vertical-align: middle;
}
.header .logo-row {
  height: 80px;
  background-color: #f7f7f7;
}
.header .logo-row .logo-box {
  position: relative;
}
.header .logo-row .logo-box .image-box {
  position: absolute;
  right: 5px;
  top: -35px;
  max-width: 117px;
}
@media (min-width: 450px) {
  .header .logo-row .logo-box .image-box {
    right: 38px;
  }
}
@media (min-width: 768px) {
  .header .logo-row .logo-box .image-box {
    top: -23px;
  }
}
.header .logo-row .logo-box .image-box img {
  max-width: 100%;
}
.header .logo-row .logo-box .logo-title {
  position: absolute;
  bottom: -45px;
  font-weight: bold;
  color: #fff;
  right: 15px;
  font-size: 14px;
  display: none;
}
@media (min-width: 1200px) {
  .header .logo-row .logo-box .logo-title {
    font-size: 14px;
    display: block;
  }
}
@media (min-width: 1400px) {
  .header .logo-row .logo-box .logo-title {
    font-size: 16px;
    display: block;
  }
}
.header .logo-row .title-box {
  padding-top: 13px;
}
.header .logo-row .title-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  line-height: 26px;
}
@media (min-width: 576px) {
  .header .logo-row .title-box {
    padding-top: 27px;
  }
}
@media (min-width: 992px) {
  .header .logo-row .title-box {
    padding-top: 20px;
  }
}
@media (min-width: 1400px) {
  .header .logo-row .title-box {
    padding-top: 29px;
  }
  .header .logo-row .title-box h3 {
    text-align: right;
  }
}
.header .logo-row .flag-box {
  background-image: url(../images/flag.png);
  height: 80px;
  background-position: 2px -10px;
  background-repeat: no-repeat;
  display: none;
}
@media (min-width: 992px) {
  .header .logo-row .flag-box {
    display: block;
  }
}
.header .menu-row {
  background-color: #2F308F;
  color: #fff;
  align-items: center;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .menu-row #menu-mobile-btn {
  font-size: 35px;
  cursor: pointer;
}
.header .menu-row ul.menu {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .menu-row ul.menu li {
  float: right;
  padding: 10px;
  margin-left: 6px;
}
.header .menu-row ul.menu li a {
  color: #fff;
  font-size: 14px;
}
.header .menu-row ul.menu li a:hover {
  color: #dddddd;
}
@media (min-width: 1200px) {
  .header .menu-row ul.menu li {
    margin-left: 6px;
  }
}
@media (min-width: 1400px) {
  .header .menu-row ul.menu li {
    margin-left: 12px;
  }
}
.header .menu-row .search-box {
  padding: 0;
  display: block;
}
.header .menu-row .search-box .search-input-box {
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}
.header .menu-row .search-box .search-input-box i {
  color: #737373;
  position: absolute;
  left: 20px;
  top: 4px;
  font-size: 25px;
}
.header .menu-row .search-box .search-input-box input {
  border: transparent;
  height: 100%;
  width: 85%;
  padding: 5px 15px;
  margin-right: 20px;
  color: #000;
}
@media (min-width: 768px) {
  .header .menu-row .search-box {
    display: none;
  }
}
@media (min-width: 992px) {
  .header .menu-row .search-box {
    padding: 4px 10px;
    display: block;
  }
}
.header .menu-row .mobile-menu {
  position: absolute;
  background-color: #2F308F;
  z-index: 100;
  top: 203px;
  display: none;
}
.header .menu-row .mobile-menu ul {
  list-style: none;
  padding: 0px;
}
.header .menu-row .mobile-menu ul li {
  padding: 10px 15px 10px 15px;
  border-bottom: 1px solid #fff;
}
.header .menu-row .mobile-menu ul li a {
  color: #fff;
  font-size: 14px;
}
.header .menu-row .mobile-menu.show {
  display: block;
}
@media (min-width: 768px) {
  .header .menu-row {
    padding-top: 10px;
    height: 55px;
  }
}
.content {
  float: right;
  width: 100%;
  padding: 20px 0;
}
.footer {
  width: 100%;
  float: right;
  background-color: #2F308F;
  color: #fff;
  padding-top: 18px;
  padding-bottom: 20px;
}
.footer .enamad-box {
  float: left;
  padding-bottom: 20px;
  text-align: center;
}
.footer .enamad-box .enamad-image {
  background-color: #ddd;
  display: inline-block;
  border-radius: 8px;
}
.footer ul.social {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer ul.social li {
  float: right;
  margin-left: 20px;
}
.footer ul.social li a {
  color: #fff;
}
.footer ul.social li a:hover {
  color: #ddd;
}
.footer ul.social li a i {
  font-size: 20px;
}
.footer .copyright p {
  text-align: center;
}
.side-bar .news-side-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -webkit-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -moz-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  margin-bottom: 15px;
  padding: 15px 20px;
  position: relative;
}
.side-bar .news-side-box h3 {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding-right: 15px;
  margin-bottom: 25px;
}
.side-bar .news-side-box h3:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #E50E28;
  position: absolute;
  right: 0;
  top: 5px;
  border-radius: 50%;
}
.side-bar .news-side-box .news-list {
  padding: 0 10px;
  height: 300px;
}
.side-bar .news-side-box .news-list a {
  color: #000;
}
.side-bar .news-side-box .news-list a:last-child .news-item {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.side-bar .news-side-box .news-list .news-item {
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}
.side-bar .news-side-box .news-list .news-item .image-box img {
  border-radius: 8px;
}
.side-bar .news-side-box .news-list .news-item .news-title p {
  line-height: 17px;
  padding-top: 10px;
}
.side-bar .news-side-box .news-next-btn {
  position: absolute;
  left: 20px;
  top: 35px;
  font-size: 20px;
}
.side-bar .news-side-box .news-prev-btn {
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 20px;
}
.side-bar .news-side-box-xs {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -webkit-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -moz-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  margin-bottom: 15px;
  padding: 15px 20px;
  position: relative;
}
.side-bar .news-side-box-xs h3 {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding-right: 15px;
  margin-bottom: 25px;
}
.side-bar .news-side-box-xs h3:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #E50E28;
  position: absolute;
  right: 0;
  top: 5px;
  border-radius: 50%;
}
.side-bar .news-side-box-xs .news-list-xs {
  padding: 0 10px;
}
.side-bar .news-side-box-xs .news-list-xs a {
  color: #000;
}
.side-bar .news-side-box-xs .news-list-xs .news-item .image-box {
  padding: 0px;
}
.side-bar .news-side-box-xs .news-list-xs .news-item .image-box img {
  border-radius: 8px;
}
.side-bar .news-side-box-xs .news-list-xs .news-item .news-title {
  font-size: 14px;
  padding: 10px 10px;
}
.side-bar .news-side-box-xs .news-next-btn {
  position: absolute;
  top: 11px;
  left: 19px;
  width: 23px;
  height: 24px;
  background-color: #ddd;
  border-radius: 3px;
  font-size: 20px;
  padding-right: 7px;
  padding-top: 0px;
}
.side-bar .news-side-box-xs .news-prev-btn {
  position: absolute;
  top: 11px;
  left: 45px;
  width: 23px;
  height: 24px;
  background-color: #ddd;
  border-radius: 3px;
  font-size: 20px;
  padding-right: 7px;
  padding-top: 0px;
}
.side-bar .link-box {
  border-radius: 8px;
  position: relative;
  margin-bottom: 15px;
  box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -webkit-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -moz-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
}
.side-bar .link-box .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 30px 0;
  z-index: 10;
}
.side-bar .link-box.flag {
  background-image: url(../images/flag.png);
  background-position: -107px -8px;
  background-repeat: no-repeat;
  height: 90px;
}
.side-bar .link-box.game {
  background-image: url(../images/mosabeght-btn.png);
  background-position: -8px -3px;
  background-repeat: no-repeat;
  height: 90px;
}
.side-bar .link-box .main {
  background-color: rgba(47, 48, 143, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  border-radius: 8px;
}
.side-bar .link-box .green {
  background-color: rgba(38, 161, 67, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  border-radius: 8px;
}
.side-bar .eduction-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -webkit-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -moz-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  margin-bottom: 15px;
  padding: 15px 20px;
  position: relative;
}
.side-bar .eduction-box .title-row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1px;
}
.side-bar .eduction-box .title-row .title {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #2F308F;
  margin-right: 10px;
}
.side-bar .eduction-box .image-box {
  border-radius: 8px;
  position: relative;
  margin: 15px 0;
}
.side-bar .eduction-box .image-box.davari {
  background-image: url(../images/davari.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 90px;
}
.side-bar .eduction-box .image-box.davari .color-back {
  background-color: rgba(196, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  border-radius: 8px;
}
.side-bar .eduction-box .image-box.morabi {
  background-image: url(../images/morabi.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 90px;
}
.side-bar .eduction-box .image-box.morabi .color-back {
  background-color: rgba(0, 26, 196, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  border-radius: 8px;
}
.side-bar .eduction-box .image-box.kargah {
  background-image: url(../images/kargah.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 90px;
}
.side-bar .eduction-box .image-box.kargah .color-back {
  background-color: rgba(0, 26, 196, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  border-radius: 8px;
}
.side-bar .eduction-box .image-box .title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding: 22px 0;
}
.side-bar .eduction-box ul.list-ul {
  padding: 20px 15px 0 0;
  margin: 0;
  list-style: none;
}
.side-bar .eduction-box ul.list-ul li {
  line-height: 25px;
  margin-bottom: 5px;
  position: relative;
}
.side-bar .eduction-box ul.list-ul li a {
  font-size: 12px;
  text-align: justify;
  color: #000;
}
.side-bar .eduction-box ul.list-ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #2F308F;
  position: absolute;
  right: -15px;
  top: 8px;
}
.side-bar .eduction-box .eduction-next-btn {
  position: absolute;
  top: 11px;
  left: 20px;
  width: 23px;
  height: 24px;
  background-color: #ddd;
  border-radius: 3px;
  font-size: 20px;
  padding-right: 7px;
  padding-top: 0px;
  z-index: 20;
}
.side-bar .eduction-box .eduction-prev-btn {
  position: absolute;
  top: 11px;
  left: 45px;
  width: 23px;
  height: 24px;
  background-color: #ddd;
  border-radius: 3px;
  font-size: 20px;
  padding-right: 7px;
  padding-top: 0px;
  z-index: 20;
}
.side-bar .category-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -webkit-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -moz-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  margin-bottom: 15px;
  padding: 15px 20px;
}
.side-bar .category-box h3 {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding-right: 15px;
  margin-bottom: 15px;
}
.side-bar .category-box h3:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #E50E28;
  position: absolute;
  right: 0;
  top: 5px;
  border-radius: 50%;
}
.side-bar .category-box ul.category-item {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.side-bar .category-box ul.category-item li {
  margin-bottom: 10px;
  position: relative;
  padding-right: 15px;
}
.side-bar .category-box ul.category-item li a {
  color: #000;
  font-size: 12px;
}
.side-bar .category-box ul.category-item li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 5px;
}
.side-bar .category-box ul.category-item li.active::before {
  background-color: #2F308F;
}
#lightbox .lb-details {
  float: right;
  text-align: right;
  margin-top: 15px;
  font-size: 14px;
}
#lightbox .lb-close {
  float: left;
}
#lightbox .lb-number {
  display: none !important;
}
#homePage .home-content .slider-box {
  border-radius: 8px;
}
#homePage .home-content .slider-box .slider-swiper {
  border-radius: 8px;
}
#homePage .home-content .slider-box .slider-swiper .slide-title {
  color: #fff;
  background-color: rgba(12, 13, 37, 0.6);
  padding: 10px 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 16px;
}
#homePage .home-content .slider-box .slider-swiper .slide-title:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 15px;
}
#homePage .home-content .slider-box img {
  border-radius: 8px;
  box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -webkit-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -moz-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
}
#homePage .home-content .slider-box .slider-next-btn {
  position: absolute;
  background-color: #f7f7f7;
  width: 25px;
  height: 25px;
  border-radius: 6px;
  left: 35px;
  bottom: 32px;
  z-index: 100;
  text-align: center;
}
#homePage .home-content .slider-box .slider-next-btn i {
  font-size: 23px;
}
#homePage .home-content .slider-box .slider-prev-btn {
  position: absolute;
  background-color: #f7f7f7;
  width: 25px;
  height: 25px;
  border-radius: 6px;
  left: 66px;
  bottom: 32px;
  z-index: 100;
  text-align: center;
}
#homePage .home-content .slider-box .slider-prev-btn i {
  font-size: 23px;
}
#homePage .home-content .news-box {
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  box-shadow: 4px 6px 5px -3px rgba(94, 94, 94, 0.96);
  -webkit-box-shadow: 4px 6px 5px -3px rgba(94, 94, 94, 0.96);
  -moz-box-shadow: 4px 6px 5px -3px rgba(94, 94, 94, 0.96);
}
#homePage .home-content .news-box img {
  border-radius: 8px;
}
#homePage .home-content .news-box .new-overlay {
  background-color: rgba(47, 48, 143, 0.8);
  color: #fff;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 8px 8px;
  height: 64px;
  padding: 15px;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  line-height: 23px;
  width: 100%;
}
#homePage .home-content .news-list-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -webkit-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -moz-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  margin-bottom: 15px;
  padding-bottom: 20px;
}
#homePage .home-content .news-list-box ul.news-list-ul {
  padding: 20px 15px 0 0;
  margin: 0;
  list-style: none;
}
#homePage .home-content .news-list-box ul.news-list-ul li {
  line-height: 25px;
  margin-bottom: 5px;
  position: relative;
}
#homePage .home-content .news-list-box ul.news-list-ul li a {
  font-size: 12px;
  text-align: justify;
  color: #000;
}
#homePage .home-content .news-list-box ul.news-list-ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #2F308F;
  position: absolute;
  right: -15px;
  top: 8px;
}
#homePage .home-content .news-list-box .right-box {
  padding: 30px 30px 0px 30px;
}
#homePage .home-content .news-list-box .right-box .title-row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1px;
}
#homePage .home-content .news-list-box .right-box .title-row .title {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #2F308F;
  margin-right: 15px;
}
@media (min-width: 768px) {
  #homePage .home-content .news-list-box .right-box {
    padding: 30px 40px 15px 20px;
  }
}
#homePage .home-content .news-list-box .left-box {
  padding: 30px 30px 0px 30px;
}
#homePage .home-content .news-list-box .left-box ul {
  margin-bottom: 20px;
}
#homePage .home-content .news-list-box .left-box img {
  border-radius: 8px;
  box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -webkit-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -moz-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
}
@media (min-width: 768px) {
  #homePage .home-content .news-list-box .left-box {
    padding: 0px 0px 0px 30px;
  }
}
#homePage .home-content .supporter-swiper .swiper-slide {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -webkit-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -moz-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  margin-bottom: 15px;
  text-align: center;
  padding-bottom: 15px;
}
#homePage .home-content .supporter-swiper .swiper-slide img {
  margin-top: 17px;
}
#listPage .list-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -webkit-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -moz-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  padding: 20px 30px;
  margin-bottom: 15px;
}
#listPage .list-box .title-row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1px;
}
#listPage .list-box .title-row .title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #2F308F;
  margin-right: 15px;
}
#listPage .list-box .item-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#listPage .list-box .item-row .right-box img {
  border-radius: 8px;
}
#listPage .list-box .item-row .left-box a {
  color: #000;
}
#listPage .list-box .item-row .left-box h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #listPage .list-box .item-row .left-box h3 {
    margin-top: 0;
  }
}
#listPage .list-box .item-row .left-box .description {
  font-size: 12px;
  text-align: justify;
  line-height: 24px;
}
#listPage .list-box .item-row .left-box .date {
  display: block;
  margin-top: 10px;
  color: #7a7a7a;
}
#listPage .pagination-row {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 15px;
}
#listPage .pagination-row ul.pagination {
  margin-bottom: 0px;
  display: inline-block;
}
#listPage .pagination-row ul.pagination li {
  float: right;
  background-color: #efefef;
  margin-left: 5px;
  border-radius: 5px;
  text-align: center;
}
#listPage .pagination-row ul.pagination li.disabled {
  padding: 10px 0;
  width: 30px;
}
#listPage .pagination-row ul.pagination li.active a {
  background-color: #2F308F;
  color: #fff;
  border-radius: 5px;
}
#listPage .pagination-row ul.pagination li a {
  padding: 10px 0;
  width: 30px;
  display: inline-block;
  color: #000;
}
#listPage .pagination-row ul.pagination li a:hover {
  background-color: #2F308F;
  color: #fff;
  border-radius: 5px;
}
#innerPage .inner-content .inner-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -webkit-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -moz-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  padding: 20px 30px;
  margin-bottom: 15px;
}
#innerPage .inner-content .inner-box .title-row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1px;
}
#innerPage .inner-content .inner-box .title-row .title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #2F308F;
  margin-right: 15px;
}
#innerPage .inner-content .inner-box .title-row .date {
  color: #7a7a7a;
  float: left;
}
#innerPage .inner-content .inner-box .main-img {
  border-radius: 8px;
  margin: 15px 0;
}
#innerPage .inner-content .inner-box h3.main-title {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
}
#innerPage .inner-content .inner-box .inner-text {
  margin-bottom: 30px;
}
#innerPage .inner-content .inner-box .inner-text p {
  font-size: 14px;
  line-height: 23px;
  text-align: justify;
}
#innerPage .inner-content .inner-box .latest-news .latest-news-box {
  position: relative;
}
#innerPage .inner-content .inner-box .latest-news .latest-news-box .news-box {
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  box-shadow: 4px 6px 5px -3px rgba(94, 94, 94, 0.96);
  -webkit-box-shadow: 4px 6px 5px -3px rgba(94, 94, 94, 0.96);
  -moz-box-shadow: 4px 6px 5px -3px rgba(94, 94, 94, 0.96);
}
#innerPage .inner-content .inner-box .latest-news .latest-news-box .news-box img {
  border-radius: 8px;
}
#innerPage .inner-content .inner-box .latest-news .latest-news-box .news-box .new-overlay {
  background-color: rgba(47, 48, 143, 0.8);
  color: #fff;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 8px 8px;
  height: 64px;
  padding: 15px;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  line-height: 23px;
}
#innerPage .inner-content .inner-box .latest-news .latest-news-box .latest-news-prev-btn {
  position: absolute;
  top: -30px;
  left: 12px;
  width: 23px;
  height: 24px;
  background-color: #ddd;
  border-radius: 3px;
  font-size: 20px;
  padding-right: 7px;
  padding-top: 0px;
  z-index: 20;
}
#innerPage .inner-content .inner-box .latest-news .latest-news-box .latest-news-next-btn {
  position: absolute;
  top: -30px;
  left: 37px;
  width: 23px;
  height: 24px;
  background-color: #ddd;
  border-radius: 3px;
  font-size: 20px;
  padding-right: 7px;
  padding-top: 0px;
  z-index: 20;
}
#innerPage .inner-content .inner-box .comments-row {
  margin-top: 30px;
}
#innerPage .inner-content .inner-box .comments-row .comment-item {
  margin-top: 20px;
}
#innerPage .inner-content .inner-box .comments-row .comment-item .name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
#innerPage .inner-content .inner-box .comments-row .comment-item .date {
  color: #7a7a7a;
}
#innerPage .inner-content .inner-box .comments-row .comment-item .message {
  margin-top: 10px;
  font-size: 14px;
}
#innerPage .inner-content .inner-box .form-row {
  margin-top: 30px;
}
#innerPage .inner-content .inner-box .form-row .filed-row {
  margin-top: 25px;
  position: relative;
}
#innerPage .inner-content .inner-box .form-row .filed-row .help-block {
  color: red;
  position: absolute;
  top: -20px;
  right: 11px;
}
#innerPage .inner-content .inner-box .form-row .filed-row textarea {
  padding: 15px;
}
#innerPage .inner-content .inner-box .form-row .filed-row .en {
  text-align: left;
  direction: ltr;
  letter-spacing: 5px;
}
#innerPage .inner-content .inner-box .form-row .form-control {
  background-color: #f7f7f7;
}
#innerPage .inner-content .inner-box .form-row .btn-row {
  margin-top: 15px;
}
#innerPage .inner-content .inner-box .form-row .btn-row .alert-success {
  font-size: 14px;
  font-weight: bold;
}
#innerPage .inner-content .inner-box .form-row .btn-row button {
  background-color: #2F308F;
}
#innerPage .inner-content .inner-box .education-link {
  margin-bottom: 20px;
}
#galleryPage .list-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -webkit-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -moz-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  padding: 20px 30px;
  margin-bottom: 15px;
}
#galleryPage .list-box .title-row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1px;
  margin-bottom: 10px;
}
#galleryPage .list-box .title-row .title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #2F308F;
  margin-right: 15px;
}
#galleryPage .list-box .item-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#galleryPage .list-box .item-row .right-box img {
  border-radius: 8px;
}
#galleryPage .list-box .item-row .left-box a {
  color: #000;
}
#galleryPage .list-box .item-row .left-box h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #galleryPage .list-box .item-row .left-box h3 {
    margin-top: 0;
  }
}
#galleryPage .list-box .item-row .left-box .description {
  font-size: 12px;
  text-align: justify;
  line-height: 24px;
}
#galleryPage .list-box .item-row .left-box .date {
  display: block;
  margin-top: 10px;
  color: #7a7a7a;
}
#galleryPage .list-box .gallery-item {
  margin: 10px 0;
  position: relative;
}
#galleryPage .list-box .gallery-item .image-box {
  position: relative;
  height: 220px;
  border-radius: 8px;
  background-size: cover;
}
#galleryPage .list-box .gallery-item .image-box img {
  border-radius: 8px;
}
#galleryPage .list-box .gallery-item .image-box .overlay {
  background-color: rgba(47, 48, 143, 0.8);
  color: #fff;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 8px 8px;
  height: 64px;
  padding: 15px;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  line-height: 23px;
  width: 100%;
}
#galleryPage .pagination-row {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 15px;
}
#galleryPage .pagination-row ul.pagination {
  margin-bottom: 0px;
  display: inline-block;
}
#galleryPage .pagination-row ul.pagination li {
  float: right;
  background-color: #efefef;
  margin-left: 5px;
  border-radius: 5px;
  text-align: center;
}
#galleryPage .pagination-row ul.pagination li.disabled {
  padding: 10px 0;
  width: 30px;
}
#galleryPage .pagination-row ul.pagination li.active a {
  background-color: #2F308F;
  color: #fff;
  border-radius: 5px;
}
#galleryPage .pagination-row ul.pagination li a {
  padding: 10px 0;
  width: 30px;
  display: inline-block;
  color: #000;
}
#galleryPage .pagination-row ul.pagination li a:hover {
  background-color: #2F308F;
  color: #fff;
  border-radius: 5px;
}
#galleryPageInner .gallery-content-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -webkit-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -moz-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  padding: 20px 30px;
  margin-bottom: 15px;
}
#galleryPageInner .gallery-content-box .title-row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1px;
  margin-bottom: 10px;
}
#galleryPageInner .gallery-content-box .title-row .title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #2F308F;
  margin-right: 15px;
}
#galleryPageInner .gallery-content-box .item-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#galleryPageInner .gallery-content-box .item-row .right-box img {
  border-radius: 8px;
}
#galleryPageInner .gallery-content-box .item-row .left-box a {
  color: #000;
}
#galleryPageInner .gallery-content-box .item-row .left-box h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #galleryPageInner .gallery-content-box .item-row .left-box h3 {
    margin-top: 0;
  }
}
#galleryPageInner .gallery-content-box .item-row .left-box .description {
  font-size: 12px;
  text-align: justify;
  line-height: 24px;
}
#galleryPageInner .gallery-content-box .item-row .left-box .date {
  display: block;
  margin-top: 10px;
  color: #7a7a7a;
}
#galleryPageInner .gallery-content-box .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
#galleryPageInner .gallery-content-box .gallery-item {
  margin: 10px 0;
  position: relative;
}
#galleryPageInner .gallery-content-box .gallery-item .image-box {
  position: relative;
  height: 220px;
  border-radius: 8px;
  background-size: cover;
}
#galleryPageInner .gallery-content-box .gallery-item .image-box img {
  border-radius: 8px;
}
#galleryPageInner .gallery-content-box .gallery-item .image-box .overlay {
  background-color: rgba(47, 48, 143, 0.8);
  color: #fff;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 8px 8px;
  height: 64px;
  padding: 15px;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  line-height: 23px;
  width: 100%;
}
#aboutPage .about-content-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -webkit-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -moz-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  padding: 20px 30px;
  margin-bottom: 15px;
}
#aboutPage .about-content-box .title-row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1px;
  margin-bottom: 30px;
}
#aboutPage .about-content-box .title-row .title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #2F308F;
  margin-right: 15px;
}
#aboutPage .about-content-box .managements-item {
  margin-bottom: 25px;
}
#aboutPage .about-content-box .managements-item img {
  border-radius: 8px;
}
#aboutPage .about-content-box .managements-item .name {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
}
#aboutPage .about-content-box .managements-item .position {
  text-align: center;
  font-size: 14px;
  padding-bottom: 10px;
}
#aboutPage .about-content-box .managements-item .description {
  text-align: center;
  font-size: 14px;
  color: #787878;
}
#gymPage .content-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -webkit-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -moz-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  padding: 20px 30px;
  margin-bottom: 15px;
}
#gymPage .content-box .title-row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1px;
  margin-bottom: 30px;
}
#gymPage .content-box .title-row .title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #2F308F;
  margin-right: 15px;
}
#gymPage .content-box .gym-list .gym-item {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#gymPage .content-box .gym-list .gym-item img {
  border-radius: 8px;
}
#gymPage .content-box .gym-list .gym-item .title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}
#gymPage .content-box .gym-list .gym-item .description {
  line-height: 23px;
  font-size: 13px;
}
#gymPage .content-box .gym-list .gym-item .address {
  font-weight: bold;
  font-size: 12px;
  margin-top: 15px;
}
#contactPage .content-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -webkit-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -moz-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  padding: 20px 30px;
  margin-bottom: 15px;
}
#contactPage .content-box .title-row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1px;
  margin-bottom: 15px;
}
#contactPage .content-box .title-row .title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #2F308F;
  margin-right: 15px;
}
#contactPage .content-box .map-row-img {
  padding: 30px 20px;
}
#contactPage .content-box .map-container {
  height: 400px;
  border-radius: 8px;
  border: 1px solid #ddd;
}
#contactPage .content-box .contact-row {
  margin-bottom: 15px;
}
#contactPage .content-box .contact-title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
#contactPage .content-box .contact-content {
  display: inline-block;
  font-size: 14px;
}
#championPage .list-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -webkit-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -moz-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  padding: 20px 30px;
  margin-bottom: 15px;
}
#championPage .list-box .title-row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1px;
}
#championPage .list-box .title-row .title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #2F308F;
  margin-right: 15px;
}
#championPage .list-box .item-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#championPage .list-box .item-row .right-box img {
  border-radius: 8px;
}
#championPage .list-box .item-row .left-box a {
  color: #000;
}
#championPage .list-box .item-row .left-box h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #championPage .list-box .item-row .left-box h3 {
    margin-top: 0;
  }
}
#championPage .list-box .item-row .left-box .description {
  font-size: 12px;
  text-align: justify;
  line-height: 24px;
}
#championPage .list-box .item-row .left-box .date {
  display: block;
  margin-top: 10px;
  color: #7a7a7a;
}
#championPage .list-box .btn-champion {
  background-color: #2F308F;
  color: #fff;
  font-size: 14px;
  float: left;
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 576px) {
  #championPage .list-box .btn-champion {
    background-color: #2F308F;
    color: #fff;
    font-size: 12px;
    float: left;
    width: auto;
    padding: 8px 15px;
    margin-top: 0px;
  }
}
#championPage .pagination-row {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 15px;
}
#championPage .pagination-row ul.pagination {
  margin-bottom: 0px;
  display: inline-block;
}
#championPage .pagination-row ul.pagination li {
  float: right;
  background-color: #efefef;
  margin-left: 5px;
  border-radius: 5px;
  text-align: center;
}
#championPage .pagination-row ul.pagination li.disabled {
  padding: 10px 0;
  width: 30px;
}
#championPage .pagination-row ul.pagination li.active a {
  background-color: #2F308F;
  color: #fff;
  border-radius: 5px;
}
#championPage .pagination-row ul.pagination li a {
  padding: 10px 0;
  width: 30px;
  display: inline-block;
  color: #000;
}
#championPage .pagination-row ul.pagination li a:hover {
  background-color: #2F308F;
  color: #fff;
  border-radius: 5px;
}
.login-modal .model-box {
  display: inline-block;
  width: auto;
  position: relative;
}
.login-modal .model-box .close-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 20px;
  color: #707070;
  cursor: pointer;
  z-index: 1;
}
.login-modal .model-box .modal-content-login {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 30px;
  display: inline-block;
  width: 350px;
  position: relative;
}
@media (min-width: 768px) {
  .login-modal .model-box .modal-content-login {
    width: 500px;
  }
}
.login-modal .model-box .modal-content-login .title-row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1px;
  text-align: right;
}
.login-modal .model-box .modal-content-login .title-row .title {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #2F308F;
  margin-right: 10px;
}
.login-modal .model-box .modal-content-login .title-modal {
  width: 100%;
  float: right;
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: bold;
}
.login-modal .model-box .modal-content-login .btn-row button {
  width: 100%;
  font-size: 14px;
}
.login-modal .model-box .modal-content-login .desc {
  margin-bottom: 20px;
  font-weight: bold;
  color: #595959;
}
.login-modal .model-box .modal-content-login .login-btn {
  width: 100%;
  border-radius: 10px;
  padding-top: 7px;
  padding-bottom: 10px;
}
.login-modal .model-box .modal-content-login #loginMobileInput_error {
  position: absolute;
  top: 15px;
  color: red;
  left: 0;
}
.login-modal .model-box .modal-content-login .mobile-input-row {
  margin-bottom: 20px;
  margin-top: 12px;
  position: relative;
}
.login-modal .model-box .modal-content-login .mobile-input-row label {
  display: block;
  text-align: right;
  padding-bottom: 10px;
  padding-top: 15px;
  font-size: 14px;
}
.login-modal .model-box .modal-content-login .mobile-input-row .mobile-input {
  letter-spacing: 10px;
  text-align: center;
  direction: ltr;
  color: #7f7f7f;
  font-size: 20px;
  height: 40px;
  padding: 10px 0 5px 0;
  border: 1px solid #ebebeb;
}
.login-modal .model-box .modal-content-otp {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 30px 30px;
  display: inline-block;
  width: 500px;
  position: relative;
}
.login-modal .model-box .modal-content-otp .title-row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1px;
  text-align: right;
}
.login-modal .model-box .modal-content-otp .title-row .title {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #2F308F;
  margin-right: 10px;
}
.login-modal .model-box .modal-content-otp .title-modal {
  width: 100%;
  float: right;
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: bold;
}
.login-modal .model-box .modal-content-otp .btn-row {
  margin-top: 20px;
}
.login-modal .model-box .modal-content-otp .btn-row button {
  width: 100%;
  font-size: 14px;
}
.login-modal .model-box .modal-content-otp .desc {
  font-weight: bold;
  color: #595959;
  margin: 30px 0;
}
.login-modal .model-box .modal-content-otp .login-btn {
  width: 100%;
  border-radius: 10px;
  padding-top: 7px;
  padding-bottom: 10px;
}
.login-modal .model-box .modal-content-otp .mobile-input-row {
  margin-bottom: 10px;
  margin-top: 15px;
  position: relative;
}
.login-modal .model-box .modal-content-otp .mobile-input-row .code-row {
  width: 45px;
  display: inline-block;
  margin-left: 10px;
}
.login-modal .model-box .modal-content-otp .mobile-input-row .code-row .code {
  text-align: center;
  direction: ltr;
  font-family: iransans;
  color: #7f7f7f;
  font-size: 20px;
  height: 40px;
  padding: 10px 0 5px 0;
  border: 1px solid #ebebeb;
}
.login-modal .model-box .modal-content-otp .help-block {
  position: absolute;
  color: red;
  top: -23px;
  right: 160px;
}
#payPage .inner-content .inner-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -webkit-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -moz-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  padding: 20px 30px;
  margin-bottom: 15px;
}
#payPage .inner-content .inner-box .title-row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1px;
}
#payPage .inner-content .inner-box .title-row .title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #2F308F;
  margin-right: 15px;
}
#payPage .inner-content .inner-box .item-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#payPage .inner-content .inner-box .item-row .right-box img {
  border-radius: 8px;
}
#payPage .inner-content .inner-box .item-row .left-box {
  font-size: 13px;
}
#payPage .inner-content .inner-box .item-row .left-box a {
  color: #000;
}
#payPage .inner-content .inner-box .item-row .left-box h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #payPage .inner-content .inner-box .item-row .left-box h3 {
    margin-top: 0;
  }
}
#payPage .inner-content .inner-box .item-row .left-box .description {
  font-size: 13px;
  text-align: justify;
  line-height: 24px;
}
#payPage .inner-content .inner-box .item-row .left-box .date {
  display: block;
  margin-top: 10px;
  color: #7a7a7a;
}
#payPage .inner-content .inner-box .item-row .left-box .cost {
  font-size: 16px;
  margin: 10px 0;
  font-weight: bold;
  color: green;
}
#payPage .inner-content .inner-box .btn-row {
  margin-top: 15px;
}
#payPage .inner-content .inner-box .btn-row .btn {
  font-size: 14px;
  padding: 5px 15px;
}
@media (min-width: 576px) {
  #payPage .inner-content .inner-box .btn-champion {
    background-color: #2F308F;
    color: #fff;
    font-size: 12px;
    float: left;
    width: auto;
    padding: 8px 15px;
    margin-top: 0px;
  }
}
#payPage .inner-content .inner-box .alert-danger {
  margin: 15px 0 0 0;
  font-size: 14px;
}
#payPage .inner-content .inner-box .alert-danger a {
  font-weight: bold;
  color: #58151c;
}
#payPage .inner-content .inner-box .alert-info {
  margin: 15px 0 0 0;
  font-size: 14px;
  font-weight: bold;
}
#ordersPage .inner-content .inner-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -webkit-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -moz-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  padding: 20px 30px;
  margin-bottom: 15px;
}
#ordersPage .inner-content .inner-box .title-row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1px;
}
#ordersPage .inner-content .inner-box .title-row .title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #2F308F;
  margin-right: 15px;
}
#ordersPage .inner-content .inner-box .item-row {
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  position: relative;
}
#ordersPage .inner-content .inner-box .item-row .section-row {
  margin-bottom: 10px;
}
#ordersPage .inner-content .inner-box .item-row .value {
  display: inline;
}
#ordersPage .inner-content .inner-box .item-row .title {
  display: inline;
  font-weight: bold;
}
#ordersPage .inner-content .inner-box .item-row .status {
  color: #fff;
  position: absolute;
  left: 15px;
  top: 10px;
  width: auto;
  border-radius: 8px;
  padding: 5px 10px;
}
#ordersPage .inner-content .inner-box .item-row .status.payed {
  background-color: green;
}
#ordersPage .inner-content .inner-box .item-row .status.not-payed {
  background-color: red;
}
#ordersPage .pagination-row {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 15px;
}
#ordersPage .pagination-row ul.pagination {
  margin-bottom: 0px;
  display: inline-block;
}
#ordersPage .pagination-row ul.pagination li {
  float: right;
  background-color: #efefef;
  margin-left: 5px;
  border-radius: 5px;
  text-align: center;
}
#ordersPage .pagination-row ul.pagination li.disabled {
  padding: 10px 0;
  width: 30px;
}
#ordersPage .pagination-row ul.pagination li.active a {
  background-color: #2F308F;
  color: #fff;
  border-radius: 5px;
}
#ordersPage .pagination-row ul.pagination li a {
  padding: 10px 0;
  width: 30px;
  display: inline-block;
  color: #000;
}
#ordersPage .pagination-row ul.pagination li a:hover {
  background-color: #2F308F;
  color: #fff;
  border-radius: 5px;
}
#formPage .inner-content .inner-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -webkit-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -moz-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  padding: 20px 30px;
  margin-bottom: 15px;
}
#formPage .inner-content .inner-box .title-row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1px;
}
#formPage .inner-content .inner-box .title-row .title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #2F308F;
  margin-right: 15px;
}
#formPage .inner-content .inner-box label.description {
  display: block;
  font-size: 14px;
  padding: 20px 0;
}
#formPage .inner-content .inner-box .input-row {
  margin: 0;
}
#formPage .inner-content .inner-box .input-row .title-filed {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
#formPage .inner-content .inner-box .input-row .en {
  direction: ltr;
  text-align: left;
}
#formPage .inner-content .inner-box .input-row input,
#formPage .inner-content .inner-box .input-row select,
#formPage .inner-content .inner-box .input-row textarea {
  background-color: #f7f7f7;
  font-size: 14px;
}
#formPage .inner-content .inner-box .input-row .input-box {
  position: relative;
  margin: 30px 0 0 0;
}
#formPage .inner-content .inner-box .input-row .help-block {
  position: absolute;
  color: red;
  top: -20px;
  right: 13px;
}
@media (min-width: 768px) {
  #formPage .inner-content .inner-box .input-row {
    margin: 30px 0;
  }
  #formPage .inner-content .inner-box .input-row .input-box {
    margin: 0;
  }
}
#formPage .inner-content .inner-box .input-row .file-input-row label {
  font-size: 14px;
  padding-top: 7px;
}
#formPage .inner-content .inner-box .input-row .file-input-row .file-input-box {
  direction: ltr;
  padding-right: 50px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  #formPage .inner-content .inner-box .input-row .file-input-row .file-input-box {
    padding: 0;
    margin-bottom: 0px;
  }
}
#formPage .inner-content .inner-box .input-row .file-input-row .file-input-box .btn-file {
  font-size: 16px;
  padding: 7px 13px 1px 14px;
}
#formPage .inner-content .inner-box .input-row .file-input-row .file-input-box .fileinput-remove-button {
  font-size: 16px;
  padding: 7px 13px 1px 14px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#formPage .inner-content .inner-box .input-row .file-input-row .file-input-box .file-caption {
  border-radius: 5px 0 0 5px;
}
#formPage .inner-content .inner-box .input-row .file-input-row .file-input-box .file-caption-name {
  font-size: 14px;
}
#formPage .inner-content .inner-box .input-row .file-input-row .preview {
  text-align: center;
}
#formPage .inner-content .inner-box .input-row .file-input-row .preview img {
  border: 1px solid #ddd;
}
#formPage .inner-content .inner-box .radio-custom {
  display: flex;
  align-items: center;
}
#formPage .inner-content .inner-box .radio-custom .title {
  display: inline-block;
  font-size: 14px;
  margin-left: 30px;
}
#formPage .inner-content .inner-box .radio-custom .radio-input {
  display: none;
}
#formPage .inner-content .inner-box .radio-custom .radio-input-label {
  display: inline-block;
  position: relative;
  margin-left: 60px;
  padding-right: 25px;
  padding-bottom: 5px;
  font-size: 14px;
  cursor: pointer;
}
#formPage .inner-content .inner-box .radio-custom .radio-input-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 17px;
  height: 17px;
  border: 1px solid #a9a9a9;
  border-radius: 50%;
  padding: 2px 1px;
  background-color: #fff;
  cursor: pointer;
}
#formPage .inner-content .inner-box .radio-custom .radio-input:checked + .radio-input-label::after {
  display: inline-block;
  content: "";
  position: absolute;
  background-color: #7a7a7a;
  right: 3px;
  top: 3px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
#formPage .inner-content .inner-box .btn-row {
  padding-right: 10px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
#formPage .inner-content .inner-box .btn-row .btn {
  font-size: 14px;
  padding: 5px 15px;
}
.profile-menu {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -webkit-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  -moz-box-shadow: 1px 5px 10px -6px rgba(129, 129, 129, 0.96);
  margin-bottom: 20px;
}
.profile-menu .image-row {
  padding: 0 40px;
}
.profile-menu .image-profile-box {
  text-align: center;
  margin-top: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.profile-menu .image-profile-box img {
  border-radius: 50%;
  border: 1px solid #ddd;
}
.profile-menu .image-profile-box .name {
  display: block;
  margin: 10px;
  font-size: 16px;
  font-weight: bold;
}
.profile-menu .menu-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 40px;
  padding-bottom: 10px;
}
.profile-menu .menu-links ul li {
  position: relative;
  padding-right: 25px;
  margin-bottom: 20px;
}
.profile-menu .menu-links ul li a {
  font-size: 14px;
}
.profile-menu .menu-links ul li i {
  position: absolute;
  font-size: 17px;
  right: 1px;
  top: 0px;
  color: #484848;
}
/*# sourceMappingURL=style.css.map */