@charset "UTF-8";
/*** RTL websites ***/
.form-control, .form-select {
  font-size: 12px;
  color: #828282;
  padding: 10px;
  border-radius: unset;
  background-color: white;
}

.form-control:focus, .form-select:focus {
  box-shadow: none !important;
  border-color: #F8B238;
  border-width: 2px;
}

::-webkit-input-placeholder {
  text-align: right;
  font-size: 12px;
}

:-moz-placeholder {
  /* Firefox 18- */
  text-align: right;
  font-size: 12px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  text-align: right;
  font-size: 12px;
}

:-ms-input-placeholder {
  /*internet explore*/
  text-align: right;
  font-size: 12px;
}

::placeholder {
  text-align: right;
  font-size: 12px;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  /*box-shadow: inset 0 0 5px grey;
  border-radius: 10px;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0.41);
  /*border-radius: 10px;*/
}

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

/*::-moz-selection {
  color: red;
  background: yellow;
}

::selection {
  color: red;
  background: yellow;
}*/
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Menu Hover and 3 levels^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(90deg);
}

.dropdown-menu {
  padding: 0;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Menu Hover and 3 levels^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
form input, form select {
  height: 50px;
}

a:link, a:visited {
  text-decoration: none;
  color: #000000;
}

a:hover, a:active {
  color: #e78c35 !important;
  transition: 200ms;
}

.navbar-light .navbar-nav .nav-link {
  color: #000000;
}

.dir_l {
  direction: ltr;
  text-align: left;
  display: inline-block;
}

.rounded-4 {
  border-radius: 0.4rem !important;
}

.rounded-5 {
  border-radius: 0.6rem !important;
}

.my-rounded {
  border-radius: 0.6rem 0.6rem 0.6rem 0 !important;
}

.rounded-icon {
  vertical-align: 0;
  font-size: 10px;
  color: white;
  background-color: #707070;
  border-radius: 50%;
  padding: 5px;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #111282;
  border-color: #111282;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: unset;
}

.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: #707070;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237F1261'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.card .card-title {
  color: #000000;
}

.form-check .form-check-input {
  margin-right: -1.2em;
  margin-left: 0.8em;
}

.material-icons, .material-icons-outlined {
  vertical-align: -9px;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-85 {
  width: 85% !important;
}

table td {
  vertical-align: middle !important;
}

.btn {
  border-radius: unset;
}

form .btn {
  height: 60px;
}

.my-btn-primary {
  background-color: #111282;
  color: white;
  border-color: #111282;
}

.table tr th {
  font-weight: 500;
}

.icon {
  width: 25px;
  opacity: 0.7;
  filter: opacity(0.7);
}

.f-icon {
  font-size: 16px;
}

.badge {
  font-weight: normal !important;
}

.btn-close:focus, .btn:focus {
  box-shadow: unset;
}

/*#lg-toolbar-1 {
  background-color: $color_2;
}*/
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #F8B238;
}

.end-1 {
  left: 1%;
  z-index: 1;
}

.top-1 {
  top: 1%;
  z-index: 1;
}

.swal2-popup.swal2-toast .swal2-title {
  line-height: 25px !important;
  margin: 0 10px !important;
  font-weight: normal !important;
  font-size: 20px !important;
}

.swal2-title {
  line-height: 25px !important;
  margin: 0 10px !important;
  font-weight: normal !important;
  font-size: 20px !important;
}

.swal2-styled.swal2-confirm, .swal2-styled.swal2-cancel {
  font-size: 12px !important;
}

.uploader-section {
  position: relative;
}
.uploader-section .upload-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.list-group .list-group-item {
  background: unset !important;
  border: unset !important;
  padding: 0 !important;
  color: white;
  position: relative;
  padding-right: 20px !important;
}
.list-group .list-group-item:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #111282;
  position: absolute;
  right: 0;
  bottom: 10px;
}

@media screen and (max-width: 576px) {
  #logo {
    display: none;
  }

  #book {
    width: 100%;
  }

  #desc {
    margin-top: 300px;
    padding-right: 10px;
    /*h6{
      padding: 0 10px;
    }
    ul{
      padding: 0 10px;
    }*/
  }

  #main-container {
    margin-bottom: 50px !important;
  }
}
@font-face {
  font-family: "iranYekan";
  font-style: "normal";
  font-weight: 300;
  src: url("../../fonts/iranyekan/iranyekanweblightfanum.eot");
  src: url("../../fonts/iranyekan/iranyekanweblightfanum.eot?#iefix") format("embedded-opentype"), url("../../fonts/iranyekan/iranyekanweblightfanum.woff") format("woff"), url("../../fonts/iranyekan/iranyekanweblightfanum.ttf") format("truetype");
}
@font-face {
  font-family: "iranYekan";
  font-style: "normal";
  font-weight: "normal";
  src: url("../../fonts/iranyekan/iranyekanwebregularfanum.eot");
  src: url("../../fonts/iranyekan/iranyekanwebregularfanum.eot?#iefix") format("embedded-opentype"), url("../../fonts/iranyekan/iranyekanwebregularfanum.woff") format("woff"), url("../../fonts/iranyekan/iranyekanwebregularfanum.ttf") format("truetype");
}
@font-face {
  font-family: "iranYekan";
  font-style: "normal";
  font-weight: "500";
  src: url("../../fonts/iranyekan/iranyekanwebmedium.eot");
  src: url("../../fonts/iranyekan/iranyekanwebmedium.eot?#iefix") format("embedded-opentype"), url("../../fonts/iranyekan/iranyekanwebmedium.woff") format("woff"), url("../../fonts/iranyekan/iranyekanwebmedium.ttf") format("truetype");
}
@font-face {
  font-family: "iranYekan";
  font-style: "normal";
  font-weight: "bold";
  src: url("../../fonts/iranyekan/iranyekanwebboldfanum.eot");
  src: url("../../fonts/iranyekan/iranyekanwebboldfanum.eot?#iefix") format("embedded-opentype"), url("../../fonts/iranyekan/iranyekanwebboldfanum.woff") format("woff"), url("../../fonts/iranyekan/iranyekanwebboldfanum.ttf") format("truetype");
}
@font-face {
  font-family: "iranYekan";
  font-style: "normal";
  font-weight: 900;
  src: url("../../fonts/iranyekan/iranyekanwebblackfanum.eot");
  src: url("../../fonts/iranyekan/iranyekanwebblackfanum.eot?#iefix") format("embedded-opentype"), url("../../fonts/iranyekan/iranyekanwebblackfanum.woff") format("woff"), url("../../fonts/iranyekan/iranyekanwebblackfanum.ttf") format("truetype");
}
@font-face {
  font-family: "iransansnumber";
  src: url("../../fonts/iransans/IRANSansWeb(FaNum).eot");
  src: url("../../fonts/iransans/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("../../fonts/iransans/IRANSansWeb(FaNum).woff") format("woff"), url("../../fonts/iransans/IRANSansWeb(FaNum).ttf") format("truetype");
}
@font-face {
  font-family: "iransans";
  src: url("../../fonts/iransans/IRANSansWeb.eot");
  src: url("../../fonts/iransans/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../../fonts/iransans/IRANSansWeb.woff") format("woff"), url("../../fonts/iransans/IRANSansWeb.ttf") format("truetype");
}
body {
  font-family: iransansnumber, iransans;
  direction: rtl;
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
}

#main-container {
  background-color: #F8B238;
  color: white !important;
  height: 100vh;
  margin-bottom: 150px;
}
#main-container #book {
  position: absolute;
}

.more {
  background-color: #F8B238;
  color: white !important;
  padding: 4px 10px;
  font-size: 13px;
  transition: 500ms;
}
.more:hover {
  transition: 500ms;
  background-color: #f7a81f;
}

.slick-next {
  background-color: #F8B238;
  border-color: #F8B238;
  line-height: 0.6;
  width: 25px;
  height: 25px;
}
.slick-next:before {
  font-family: "Font Awesome 6 Pro" !important;
  content: "" !important;
  color: white;
  font-size: 13px;
}
.slick-next:hover {
  background-color: #111282;
  border-color: #111282;
  color: white;
}

.slick-prev {
  line-height: 0.6;
  background-color: #F8B238;
  border-color: #F8B238;
  width: 25px;
  height: 25px;
}
.slick-prev:before {
  font-family: "Font Awesome 6 Pro" !important;
  content: "" !important;
  color: white;
  font-size: 13px;
}
.slick-prev:hover {
  background-color: #111282;
  border-color: #111282;
  color: white;
}

.title-header {
  font-weight: 500;
  font-size: 19px;
  position: relative;
  padding-right: 60px;
}
.title-header:before {
  content: "";
  width: 35px;
  height: 8px;
  background-color: #F8B238;
  position: absolute;
  right: 0;
  bottom: 8px;
  border-top-left-radius: 0.6rem !important;
  border-top-right-radius: 0.6rem !important;
  border-bottom-right-radius: 0.6rem !important;
  border-bottom-left-radius: 0 !important;
}
.title-header span:before {
  content: "";
  width: 15px;
  height: 8px;
  background-color: #111282;
  position: absolute;
  right: 37px;
  bottom: 8px;
  border-top-left-radius: 0.6rem !important;
  border-top-right-radius: 0.6rem !important;
  border-bottom-right-radius: 0.6rem !important;
  border-bottom-left-radius: 0 !important;
}

#footer {
  background-color: #F8B238;
  border-top: 8px solid #111282;
  min-height: 200px;
  color: white;
}
#footer #part-1 ul li, #footer #part-2 ul li {
  background: unset;
  border: unset;
  padding: 1px 18px 1px 10px;
  color: white;
  position: relative;
}
#footer #part-1 ul li:before, #footer #part-2 ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: #707070;
}
#footer #part-1 ul li a, #footer #part-2 ul li a {
  color: white;
}
#footer #part-3 p {
  margin-top: 10px;
  padding-right: 5px;
  border-right: 5px solid #e78c35;
}

#copyright {
  display: none;
  background-color: #212121;
  color: white;
  padding: 10px;
}
#copyright a {
  color: white;
}
#copyright a strong {
  padding-right: 5px;
}

.paragraph {
  line-height: 32px;
  text-align: justify;
}

.section-title {
  color: white;
  margin-bottom: 10px;
  font-size: 25px;
  position: relative;
  /*&:before{
    content: "\f359";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: 0;
    top: 0;
    color: $color_1;
    font-size: 30px;
    font-weight: 900;
  }*/
}
.section-title img {
  width: 20px;
}
.section-title:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: calc(100% - 250px);
  height: 3px;
  background-color: #111282;
}

form .btn {
  background-color: #111282;
  color: white;
}
form .btn:hover {
  color: white;
}

#logo {
  position: absolute;
  width: 130px;
  top: 30px;
  right: 30px;
}

/*# sourceMappingURL=main-rtl.css.map */
