/**
fonts
*/
:root {
  --front-light: #444;
  --back-light: #faf9ff;

  --front-dark: #dbdbdb;
  --back-dark: #1c2636;


}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'et-line';
  src: url(https://irandoc.ac.ir/sites/all/themes/drupalexp/vendor/et-line-font/fonts/et-line.eot);
  src: url(https://irandoc.ac.ir/sites/all/themes/drupalexp/vendor/et-line-font/fonts/et-line.eot?#iefix) format('embedded-opentype'), url(https://irandoc.ac.ir//sites/all/themes/drupalexp/vendor/et-line-font/fonts/et-line.woff) format('woff'), url(/sites/all/themes/drupalexp/vendor/et-line-font/fonts/et-line.ttf) format('truetype'), url(https://irandoc.ac.ir/sites/all/themes/drupalexp/vendor/et-line-font/fonts/et-line.svg#et-line) format('svg');
  font-weight: normal;
  font-style: normal;
}









body {
  font-family: 'iransans', 'vazirmatn', 'vazir', 'tahoma';
  background: #f6f9ff;
  background-color: #f2f1f7;
  color: #444444;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  direction: rtl;
  background-color: #f4f4fc;
  background-color: #faf9ff;
  transition: 0.2s;
  min-height: 100vh;
  background-image: radial-gradient(#0000000a 2px, transparent 0);
  background-size: 40px 40px;
  background-position: -19px -19px;
}



body.light {
  color: var(--front-light);
  background-color: var(--back-light);

}

body.dark {
  color: var(--front-dark);
  background-color: var(--back-dark);
  /* font-weight: 200; */
}

body.ton_mode {
  color: var(--front-ton);
  background-color: var(--back-ton);
}

body.blue_mode {
  color: var(--front-blue);
  background-color: var(--back-blue);
}


a {
  color: #4154f1;
  text-decoration: none;
  transition: 0.2s;
}

.dark #text_sec a {
  color: #b0b8ff;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {

  font-weight: 900;
}



.btn_:hover {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px;
  text-shadow: 0 0px 4px #efecff;
  transition: all 0.2s;
}


.btn_2 {
  background: linear-gradient(4deg, #00996bdb, #00c58adb);
  color: white;
}

.btn_2:hover {
  background: linear-gradient(4deg, #00996bdb, #00aa77db);
  color: white;
}

.btn_3 {
  background: linear-gradient(4deg, #007499, #0074999e);
  color: white;
}

.btn_3:hover {
  background: linear-gradient(4deg, #007499, #3f95b1);
  color: white;
}


/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 0px;
  padding: 20px 30px;
  transition: all 0.3s;
  padding-top: 110px !IMPORTANT;

}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */


.dropdown button {
  /* background-color: #0001;  */
  /* border: 1px solid #0002; */
  border: none;
  color: #444;
  font-weight: 400;
  border-radius: 7px;
  padding: 0px 6px;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  height: 26px;
}

.dropdown button:hover,
.dropdown button:focus {
  background-color: #0001;
  border: none;
  color: #222;
}

.dropdown-menu {
  border-radius: 14px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
  text-align: right;
  min-width: 180px;
  background-color: #ffffffa3;
  backdrop-filter: blur(45px);
  border: 1px solid #ffffffab;
  padding: 3px;
}



.dropdown-menu hr {
  border-top: 1px solid #bdbdbd4f;
  margin: 0.6rem 0;
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 8px 20px;
  transition: 0.3s;
  color: #444;
  font-weight: 400;
  border-radius: 11px;
}

.dropdown-menu .dropdown-item i {
  margin-left: 0px;
  font-size: 1rem;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #0000000f;
  color: #222;
  transition: 0.09s;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    left: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 14px;
  /* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1); */
  /* overflow: hidden; */
  max-width: 100%;
  /* min-width: 550px; */
  padding: 0;
  /* box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px; */
  /* box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px; */
  color: unset !important;
  font-size: 0.9rem;
  font-size: calc(0.8rem + 0.09vw);
  background-color: transparent;
}

.card-body {
  color: unset !important;
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 17px;
  font-weight: 700;
  color: #012970;
  font-family: 'iransans', 'vazirmatn', 'vazir', 'tahoma';
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 0px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

.card img.card-banner {
  width: 100%;
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: iransans, sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: right;
  padding-left: 10px;
}


.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
  padding-right: 0;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #2973cf;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #2973cf;
  border-bottom: 2px solid #2973cf;
}



.color-red {
  color: #9e1818 !important;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
  flex-direction: column;
  margin-bottom: 30px;
  margin-top: 0px;
}

@media (min-width: 1200px) {
  .logo {
    width: 250px;
  }
}

.logo img {
  /* margin-bottom: 14px; */
}

.logo span {
  font-size: 21px;
  font-weight: 600;
  color: #0f4c98;
  font-family: 'iransans';
}

.header {
  transition: all 0.2s;
  z-index: 997;
  /* height: 105px; */
  /* box-shadow: 0px 2px 20px rgb(1 41 112 / 23%); */
  background-color: #ffffff;
  /* padding-right: 20px; */
  /* padding-left: 20px; */
  /* position: fixed; */
  left: 0;
  right: 0;
  right: 0;
  /* backdrop-filter: blur(16px); */
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; */
  /* box-shadow: 0 2px 3px 0 #0000001a; */
  border-bottom: 1px solid #00000012;
  background-color: #faf9ff;
  /* box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px; */
  box-shadow: rgba(0, 0, 0, 0.08) 0px -1px 15px;
  /* padding-top: 10px;*/
}

.header .top {
  height: 100px;
  background-color: #37a1e0;
}

.header .bottom {
  background-color: #fdfdff;
}

.dark .header {
  background-color: #313c4c;
  /* box-shadow:none; */
  border-bottom: 1px solid #43474e;
}

.header .toggle-sidebar-btn {
  font-size: 1.4rem;
  /* padding-right: 10px; */
  cursor: pointer;
  color: #012970;
  /* position: absolute; */
  right: 300px;
  display: flex;
  border-radius: 12px;
  padding: 6px;
  transition: 0.15s;
  /* position: fixed; */
  z-index: 999;
  right: 245px;
  /* top: 50vh; */
  /* background-color: #0001; */
  /* box-shadow: rgb(17 17 26 / 23%) 0px 0px 5px; */
  transition: 0.3s;
  top: 65px;
  margin-left: 15px;
  background-color: #f3f2f8;
}

.header .toggle-sidebar-btn:hover {
  background-color: #0001;
  transition: 0.15s;
}



body.toggle-sidebar .toggle-sidebar-btn {
  /* right: 0px; */
  /* border-radius: 15px 0 0 15px; */
  /* background-color: #0001; */
  /* box-shadow: rgb(17 17 26 / 23%) 0px 0px 5px; */
  background-color: #eae9ef;
  /* transition: 0.3s;*/
}

body.toggle-sidebar .toggle-sidebar-btn:hover {
  background-color: #d8d8dd;
  transition: 0.3s;
}


.dark header .img_holder img {
  filter: brightness(1.7) drop-shadow(0px 1px 5px #0005);
}


.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
  display: none;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-right: -30px;
  background: none;
}

.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/



header a.book_title {
  color: #2c3e52;
  font-weight: 800;
  font-size: 1.1rem;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


.dark header a.book_title {
  color: #fff;

}

header a.book_title:hover {
  /* color: #00102c; */
}



nav.header-nav {
  margin-right: auto !important;
  margin-left: 0 !important;
}

.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
  padding: 7px;
  border-radius: 20px;
}

.header-nav .nav-icon:hover {

  background-color: #0001;
}

.header-nav .nav-icon i {
  display: flex;
}

.header-nav .nav-profile {
  color: #012970;

  border-radius: 22px;
}

.header-nav .nav-profile:hover {

  background-color: #00000011;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 10px;
}

.dropdown-toggle::after {

  /* margin-right: 0.5em; */
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 10px;
  font-family: iranyekanfn;
}

.header-nav .notifications {
  inset: 10px auto auto -13px !important;
  ;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .rounded-pill {

  margin-right: 10px;
}

.header-nav .notifications .notification-item div {

  text-align: right;
}

.header-nav .message-item div {

  text-align: right;
}

.header-nav .notifications .notification-item i {
  margin: 0 10px 0 20px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 5px;
  font-family: 'iransans';
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px auto auto -13px !important;
  min-width: 300px;
}

.header-nav .messages .message-item {
  padding: 10px 15px;
  transition: 0.3s;
  border-radius: 9px;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 10px 0 20px;
  max-height: 40px;
  display: none;
}

.header-nav .messages .message-item h4 {
  color: #444444;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 5px;

}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #626262;
  text-align: justify;

}

.header-nav .messages .message-item:hover {
  background-color: #d2d6de30;
}

.header-nav .profile {
  min-width: 240px;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
  color: #444444;

  font-size: 1rem;
  padding-top: 15px;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-left: 15px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #00000008;
}

.dropdown-divider {
  border-top: 1px solid rgba(213, 213, 213, 0.014);
}

.header-nav .btn.goto_index {
  font-size: 0.8rem;
  font-weight: 300;
  background-color: #0f4c98;
  border-radius: 15px;
  padding: 5px 11px;
  color: #eee;
}



.header nav .dropdown-item svg {
  width: 20px;
  height: 22px;
  display: inline-flex;
  margin-left: 10px;
}



.bg-primary {
  background-color: #2973cf !important
}

.bg-success {
  background-color: #23ad85 !important;
}



.head_btns {
  text-wrap: nowrap;
  font-size: 0.8rem;
  font-weight: 300;
  color: #ffffff;
  cursor: pointer;
  padding: 7px 10px;
  border-radius: 18px;
  /* transition: 0.1s; */
  /* border: 1px solid #0003; */
  /* box-shadow: 0 1px 3px 0px; */
  background-color: #2c3e52;
}

.dark .head_btns {

  background-color: #363de8;
}

.goto_index_btn {
  text-wrap: nowrap;
  font-size: 0.8rem;
  font-weight: 400;
  color: #2c3e52;
  cursor: pointer;
  padding: 7px 10px;
  border-radius: 18px;
  background-color: #ebecf7;
}

.head_btns:hover {
  background-color: #1b2532;
  color: #ffffff;
}

.goto_index_btn:hover {
  background-color: #dcdde9;
  color: #2c3e52;
}

.head_btns svg,
.goto_index_btn svg {
  width: 23px;
  height: 23px;
}



/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  width: 360px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px 15px 20px 15px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf7a transparent;
  /* box-shadow: inset 0px 0px 20px rgba(1, 41, 112, 0.1); */
  background-color: #fff;
  background-color: #F8F8FF;
  background-color: #eae9ef;
  background-color: #f3f2f8;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  transition: 0.25s;
  /* box-shadow: rgb(17 17 26 / 23%) 0px 0px 5px; */
  border-left: 1px solid #d3d9e8;
  background-color: #f3f2f870;
}

.dark .sidebar {
  border-left: 1px solid #5d5e5f;
  background-color: #4f4f4f;
}

.settings_sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  /* width: 100px; */
  z-index: 996;
  transition: all 0.3s;
  padding: 20px 9px 20px 10px;
  /* overflow: unset; */
  /* overflow-y: auto; */
  scrollbar-width: thin;
  scrollbar-color: #aab7cf7a transparent;
  /* box-shadow: inset 0px 0px 20px rgba(1, 41, 112, 0.1); */
  background-color: #fff;
  background-color: #F8F8FF;
  background-color: #eae9ef;
  background-color: #f3f2f870;
  /* background-color: #ffffff; */
  display: flex;
  flex-direction: column;
  transition: 0.25s;
  /* box-shadow: rgb(17 17 26 / 23%) 0px 0px 5px; */
  border-right: 1px solid #d3d9e8;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.dark .settings_sidebar {
  transition: all 0.3s;
  scrollbar-color: #aab7cf7a transparent;
  background-color: #4f4f4f;
  transition: 0.25s;
  border-right: 1px solid #d3d9e81c;
}

.dark .sidebar {
  background-color: #222433;
  transition: 0.2s;
}

@media (max-width: 1199px) {
  .sidebar {
    right: -360px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    right: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-right: 0;
  }

  .toggle-sidebar .sidebar {
    right: -360px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  /* padding: 5px 0; */
}

.sidebar-nav .nav-item.active .nav-link {
  background: #ffffff;
  border-right: 4px solid #0f4c98;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  font-weight: 500;
  color: #333;
  transition: 0.2s;
}

.dark .sidebar-nav .nav-item.active .nav-link {
  background: #eceeff;
  border-right: 4px solid #00a3ff;
  box-shadow: rgb(0 0 0 / 39%) 0px 4px 12px;
  transition: 0.2s;
  color: #333;
}

.sidebar-nav .nav-heading {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #5a6578;
  font-weight: 300;
  margin: 10px 0 5px 0px;
  padding-top: 17px;
  border-top: 1px solid #e3e3e8;
  transition: 0.2s;
}

.dark .sidebar-nav .nav-heading {
  border-top: 1px solid #ffffff0d;
  color: #9da3af;
  transition: 0.2s;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-size: calc(0.78rem + 0.09vw);
  font-weight: 400;
  color: #575757;
  transition: 0.3;
  /* background: #f6f9ff; */
  padding: 6px 5px;
  border-radius: 5px;
  transition: 0.15s;
  /* margin-bottom: 2px; */
  padding-right: 15px;
  transition: 0.2s;
}

.dark .sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 400;
  color: #cccccc;
  transition: 0.2s;
}


.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-left: 15px;
  /* color: #4154f1; */
  margin-top: -4px;
  display: flex;
}


.sidebar-nav .nav-link span.badge {
  background-color: #dc174ccf;
  /* background-image: linear-gradient(145deg, #e6688a, #dc174c); */
  border-radius: 17px;
  font-family: iranyekanfn;
  font-weight: 300;
  font-size: 12px;
  padding: 2px 4px;
  /* float: left; */
  margin-right: auto;
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
  /* box-shadow: rgb(33 35 38 / 60%) 0px 5px 6px -4px; */
  min-width: 16px;
  transition: 0.2s;
}

.dark .sidebar-nav .nav-link span.badge {
  color: #cccccc;
  transition: 0.2s;
}


.sidebar-nav .nav-link.collapsed {
  color: rgb(50, 51, 51);
  /* background: #fff; */
}

.sidebar-nav .nav-link.collapsed i {
  color: #62666e;
}

.sidebar-nav .nav-link:hover {
  /* color: #4154f1; */
  background: #ffffffbe;
  transition: 0.1s;
  color: #444;
  transition: 0.2s;
}

.dark .sidebar-nav .nav-link:hover {

  background: #ffffff1c;
  transition: 0.1s;
  color: #e9e9e9;
  transition: 0.2s;
}

.sidebar-nav .nav-link:hover i {
  /* color: #4154f1; */
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-left: 0;
  margin-right: auto;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
  border-right: 2px solid #d0d0d0;
  margin-right: 12px;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #878787;
  transition: 0.3;
  padding: 10px 20px 10px 0;

  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-left: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #000000;
}

.sidebar-nav .nav-content a:hover i {
  background-color: #42C08B;
  color: #42C08B;

}

.sidebar-nav .nav-content a.active i {
  background-color: #42C08B;
  color: #42C08B;
}






.sidebar .sidebar_footer {
  position: relative;
  text-align: center;
  margin-top: auto;
  bottom: 0;
  display: flex;
  gap: 18px;
  justify-content: center;
}


.sidebar .sidebar_footer .checkbox {
  opacity: 0;
  position: absolute;
}

.sidebar .sidebar_footer .checkbox-label {
  background-color: #575757;
  width: 50px;
  height: 24px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar .sidebar_footer i {
  color: #f1c40f;
  display: flex;
}

.sidebar .sidebar_footer .checkbox-label .ball {
  background-color: #eae9ef;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
  box-shadow: rgb(81 66 6) 0px 3px 8px -1px;
}

.sidebar .sidebar_footer .checkbox:checked+.checkbox-label .ball {
  transform: translateX(26px);
}



/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/





.dashboard #new_record {
  padding: 15px;
  margin-bottom: 40px;
  border: 1px solid #00000026;
  background: 0 0;
  border: 1px solid #4bb064;
  -webkit-box-shadow: 0 0 10px 0 rgba(37, 207, 96, .35);
  box-shadow: 0 0 10px 0 rgba(37, 207, 96, .35);
  position: relative;
  color: #797979;
  font-size: 20px;
  /* height: 78px; */
  /* line-height: 76px; */
  /* vertical-align: middle; */
  border-radius: 15px;
  background-color: #fff;
}

.dashboard .content {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;

}

.dashboard #new_record input {
  border-radius: 8px;
  color: #3e3e3e;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 60px !important;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  border: 1px solid transparent;
  background-color: transparent;
  padding: 0 15px;
  transition: 0.3s;
}

.dashboard #new_record input:hover {
  border: 1px solid #0002;
  transition: 0.1s;
}

.dashboard #new_record input:focus {
  outline: none;
  border: 1px solid #0001;
  box-shadow: 0 6px 32px #d6d6d6 !important;
}

.dashboard #new_record #project {
  width: 70%;
}


.dashboard #results {
  font-size: 13px;
}

.dashboard table#summary input {
  border: 1px solid #0000;
  background-color: transparent;
  width: 83px;
  padding: 5px;
  transition: 0.3s;
  border-radius: 8px;
}


.dashboard table#summary input:hover {
  border: 1px solid #0002;
  transition: 0.1s;
}


.dashboard table#summary input:focus {
  outline: none;
  border: 1px solid #0002;
  transition: 0.1s;
}






/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}






/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/

.main>section>.row {
  justify-content: center;
}

.main>section .content_holder {
  max-width: 900px;
  /* min-width: 550px; */
}

.main>section .content_holder>h5 {
  margin-top: 35px;
  margin-bottom: 20px;
}


.main .page_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.page_header a.btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8rem;
  color: #6152bbc7;
  border-radius: 20px;
}

.page_header a.btn:hover {
  color: #4d4094f8;
  background-color: #6252bb24;
  font-weight: 600;
}


.main .page_header a.btn i {
  display: flex;
}

.main h4.page_title {
  margin-bottom: 15px;
  display: block;
  font-family: 'iransans';
  font-weight: 800;
}

.main span.page_title_sub {
  /* margin-bottom: 25px; */
  /* display: block; */
  /* background-color: #0f4c980f; */
  /* border-radius: 9px; */
  /* padding: 10px; */
  font-size: 0.85rem;

}

.main span.page_title_sub b {
  display: block;
  margin-bottom: 5px;
  font-weight: 900;
  /* font-size: 1.1rem;*/
}


.profile .profile-card img {
  max-width: 100px;
  margin-left: 15px;
}

.profile .profile-card h2 {
  font-size: 1.4rem;
  /* font-weight: 600; */
  color: #2c384e;
  margin: 15px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
  direction: ltr;
  text-align: left;
}

.profile .profile-card .social-links {
  display: flex;
  justify-content: space-evenly;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #012970;
}

.profile .profile-overview .row {
  margin-bottom: 10px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #012970;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgb(107 107 107);
}

.profile .profile-edit label {
  /* font-weight: 600;
color: rgba(1, 41, 112, 0.6); */
  display: block;
}

.profile .profile-overview i {
  float: left;
}



.profile .profile-edit img {
  max-width: 120px;
}



.profile .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
}




.profile .name {
  display: flex;
  align-items: center;
}

.profile .name h5 {
  margin-left: 8px;
  font-family: 'iransans';
  font-weight: 800;
}



section.profile_form {}


.search-bar-toggle {
  display: none;
}


section.profile_form table {
  margin: 0;
  min-width: 320px;
}

section.profile_form .card .container {
  padding: 0;
}

section.profile_form table tr td {
  color: #444;
  font-size: 0.9rem;
}

section.profile_form table tr:last-child td {
  border-bottom: 1px solid transparent;
}

section.profile_form table.table.accordion tr:nth-last-child(2) td {
  border-bottom: 1px solid transparent !important;
}

section.profile_form table.table.accordion tr:nth-last-child(2) th {
  border-bottom: 1px solid transparent !important;
}

section.profile_form table a.btn_edit_form {
  background-color: #6980cb;
  border: 1px solid #6980cb;
  color: #ffffff;
  padding: 1px 5px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 300;
  user-select: none;
  text-wrap: nowrap;
}

section.profile_form table a.btn_edit_form:hover {
  opacity: 0.8;
}



section.profile_form table .btn_holder {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
}

section.profile_form table a.btn {
  background-color: #6980cb;
  border: 1px solid #6980cb;
  color: #ffffff;
  padding: 1px 5px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 300;
  user-select: none;
}

section.profile_form table a.btn:hover {
  opacity: 0.8;
}

section.profile_form table div#fb {
  background-color: rgb(244 244 252);
  color: #414178;
  border-radius: 15px;
  margin-top: 5px;
  padding: 5px 9px;
  font-weight: 400;
  border: 1px solid #41417830;
  text-align: justify;
}

section.profile_form td.details {
  display: block;
}



section.profile_form .events {
  padding: 0 !important;
}

section.profile_form .events li {
  display: flex;
  color: #444;
}

section.profile_form .events time {
  position: relative;
  padding: 0 0 1.5em 1.5rem;
  width: 23%;
  min-width: 80px;
  text-align: left;
  font-size: 0.8rem;
  color: #555;
  font-family: 'iranyekanfn';
  font-weight: 300;
  top: 5px;
}


section.profile_form .events time::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: -14px;
  top: 0px;
  transform: translateX(50%);
  border-radius: 50%;
  background: #fff;
  border: 1px #ccc solid;
  width: 13px;
  height: 13px;
}

section.profile_form .events li.finished time::after {
  background: #50bb50;
  border: 1px #50bb50 solid;
}

section.profile_form .events li.working time::after {
  border: 1px #50bb50 solid;
}


section.profile_form .events span {
  padding: 0 1.5em 1em 1.5em;
  position: relative;
  font-family: 'iransans';
  font-weight: 300;
  color: #777;
  font-size: 0.8rem;
  width: 77%;
}

section.profile_form .events span::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 0;
  height: 100%;
  border-left: 2px #ccc solid;
}

section.profile_form .events li.finished span::before {

  border-left: 2px #50bb50 solid;
}

section.profile_form .events strong {
  display: block;
  font-family: 'iranyekanrd';
  font-weight: 400;
  color: #333;
  font-size: 0.9rem;

}

section.profile_form .events {
  margin: 1em 0;
}

section.profile_form .events,
section.profile_form .events *::before,
section.profile_form .events *::after {
  box-sizing: border-box;
}


section.profile_form .collapsing {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transition: height 0s ease;
  /* Specify the desired transition property */
}

section.profile_form .accordion-collapse>td {
  /* padding: 0; */
}

section.profile_form .accordion-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.0s ease;
  /* Adjust the duration as needed */
}

section.profile_form table tr[data-bs-toggle="collapse"] {
  cursor: pointer;
}

section.profile_form table tr[data-bs-toggle="collapse"]:hover {
  border-radius: 5px;
  overflow: hidden;
}

section.profile_form table tr[data-bs-toggle="collapse"]:hover td {
  background-color: #f4f4fc;
}

section.profile_form table tr[data-bs-toggle="collapse"]:hover th {
  background-color: #f4f4fc;
}








section.profile_form.review_list .card {
  overflow: unset;
}


section.profile_form.review_list table tr td:nth-child(2) {
  width: 120px;
  /* text-align: left; */
}

section.profile_form.review_list table tr th:nth-child(2) {
  /* text-align: left; */
}

section.profile_form .dropdown a.btn {
  background-color: #6980cb;
  border: 1px solid #6980cb;
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 7px;
  font-size: 0.9rem;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

section.profile_form .dropdown a.btn:hover {
  opacity: 0.9;
}

section.profile_form .dropdown .dropdown-item {
  direction: rtl;
  text-align: right;
  color: #555;
}






section.profile img.prof_background {
  width: 100%;
  height: 160px;
  /* margin: -20px; */
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}


section.profile img.prof_logo {
  width: 110px;
  border-radius: 9px;
  margin-right: 20px;
  margin-top: -70px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}











@media (max-width: 576px) {
  section.profile_form .events time {
    padding-left: 0.8rem;
  }

  section.profile_form .events span {
    padding-right: 0.8rem;
  }

  section.profile_form .events {
    /* transform: scale(0.95); */
  }

  section.profile_form .events strong {
    font-size: 0.9rem;
  }

  .card-body {
    padding: 10px;
    overflow: scroll;
  }

  section.profile_form table tr td:first-child {
    padding-right: 0;
  }

  section.profile_form table tr td:last-child {
    padding-left: 0;
  }
}







.dir-rtl {
  direction: rtl;
  text-align: right;
}

.dir-ltr {
  direction: ltr;
  text-align: left;
}









/* ///////////////////// */
/* profile_request */
/* ///////////////////// */




section.request {
  font-size: 0.9rem;
}


.datatable-top,
.datatable-bottom {
  padding: 8px 10px;
  display: none;
}

.datatable-wrapper.no-footer .datatable-container {
  border-bottom: none !important
}

.datatable-table th button,
.datatable-pagination-list button {
  text-align: right;
}

.datatable-table th button,
.datatable-pagination-list button {

  padding-right: 20px;
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
  display: none !important;
}

table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting_asc_disabled,
table.dataTable thead>tr>th.sorting_desc_disabled,
table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting_asc_disabled,
table.dataTable thead>tr>td.sorting_desc_disabled {
  padding-right: 10px !important;
}

.datatable-table>tbody>tr>td,
.datatable-table>tbody>tr>th,
.datatable-table>tfoot>tr>td,
.datatable-table>tfoot>tr>th,
.datatable-table>thead>tr>td,
.datatable-table>thead>tr>th {
  vertical-align: middle;
  padding: 8px 10px !important;
}

.datatable-sorter::after {
  border-bottom: 4px solid #000;
  border-top: 4px solid transparent;
  top: 5px;
}

.datatable-sorter::before {
  border-top: 4px solid #000;
  bottom: 5px;
}

.active>.page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: #0f4c98;
}

div.dataTables_wrapper div.dataTables_length select {
  /* height: 32px !important; */
  border-radius: 6px !important;
  cursor: pointer !important;
}

div.dataTables_wrapper div.dataTables_filter input {
  /* height: 32px !important; */
  border-radius: 6px;

}

.active>.page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: #0f4c98 !important;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
  background-color: #ffff000d;
}

div.dt-container div.dt-layout-cell.dt-end {
  text-align: left;
}

div.dt-container div.dt-layout-cell.dt-start {
  text-align: right;
}

div.dt-container select.dt-input {
  border-radius: 9px;
  border: 1px solid #ccc;
  margin-left: 5px;
  cursor: pointer;
  font-size: 0.8rem;
  width: 70px;
}

div.dt-container .dt-search input {
  border: 1px solid #ccc;
  border-radius: 9px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 0;
  margin-right: 5px;
  font-size: 0.8rem;
}

div.dt-container select.dt-input:focus {
  outline: none;
  border: 1px solid #888;
  box-shadow: none;
}

div.dt-container .dt-search input:focus {
  outline: none;
  border: 1px solid #888;
  box-shadow: none;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  background-color: #0f4c98 !important;
  color: white !important;
  border-radius: 21px;
}

div.dt-container .dt-paging .dt-paging-button:hover {
  color: #7d7d7d !important;
  border: none;
  background-color: #111;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  background: #154f971f;

  color: #222 !important;


}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  border: none;
}

div.dt-container .dt-paging .dt-paging-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 2.2em;
  padding: 0.3em 0.5em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: none !important;
  border-radius: 22px;
  /* background: #dfdfdf; */
  height: 2.2em;
  font-family: 'iranyekanfn';
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: right;
}

table.dataTable thead>tr>th.dt-orderable-asc:hover,
table.dataTable thead>tr>th.dt-orderable-desc:hover,
table.dataTable thead>tr>td.dt-orderable-asc:hover,
table.dataTable thead>tr>td.dt-orderable-desc:hover {
  outline: none;
  background-color: #00000008;
  outline-offset: -2px;
}




section .btn_file_download {
  font-size: 1.1rem;
  background-color: #0f4c9817;
  border-radius: 50%;
  display: inline-block;
  padding: 8px;
  color: #333;
  transition: 0.2s;
}

section .btn_file_download:hover {
  background-color: #0f4d9838;
  transition: 0.2s;
}


section .btn_file_download i {
  display: flex;
}

section .btn-danger {
  background-color: #df3f6b;
  border-radius: 20px;
  font-size: 0.8rem;
  padding: 4px 8px;
  font-weight: 300;
}


section .btn-primary {
  /* background-color: #4154f1;
border-radius: 20px;
font-size: 0.8rem;
padding: 4px 8px;
font-weight: 300; */
}

section .btn-secondary {
  /* background-color: #00996b;
border-radius: 20px;
font-size: 0.8rem;
padding: 4px 8px;
font-weight: 300; */
}



section.request table tr:last-child td {
  border-bottom: 1px solid transparent;
}

section.request table img.img-news {
  width: 75px;
}


table.dataTable>tbody>tr>td {
  vertical-align: middle;
  background-color: transparent;
}









/* -------------------- */
/* Profile library bought  */
/* ------------------- */

#results_table {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  border-radius: 14px;
  overflow: hidden;
}

#results_table th {
  text-align: right;
  border-bottom: 4px solid #f4f4fc;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #626285;
}

#results_table td {
  background-color: white;
  border-bottom: 2px solid #f4f4fc;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 0.95rem;
}

#results_table tr td:first-child {
  width: 40px;
  text-align: center;
  font-family: iranyekanfn;
}

#results_table tr td:nth-child(4) {
  font-family: iranyekanfn;
}

#results_table tr td:nth-child(5) {
  font-family: iranyekanfn;
}

#results_table tr td:nth-child(6) {
  font-family: iranyekanfn;
}

#results_table tr:hover td {
  background-color: #00000003;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: left !important;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0 !important;
}



/* pagination */
.page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.page-item:first-child .page-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: #404040;
  text-decoration: none;
  background-color: #fff;
  border: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-size: 0.8rem;
  margin-right: 5px;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.page-link:hover {
  color: #213450;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 3px 0px, rgba(0, 0, 0, 0.09) 0px 1px 1px 0px;
}

.active>.page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: #509ee3;
}

.disabled>.page-link,
.page-link.disabled {
  color: rgb(52 58 64 / 47%);
  background-color: #fafbfd;
  box-shadow: 0 0
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.0em;
}

div.dataTables_wrapper div.dataTables_filter input {
  height: 40px;
}

div.dataTables_wrapper div.dataTables_length select {
  height: 40px;

}

















/* -------------------- */
/* Profile courses */
/* ------------------- */

section.courses table {
  /* font-size: ; */
}

section.courses .tool_box {
  margin: 0px 0 20px;
  /* background-color: #eeecf480; */
  /* padding: 15px; */
  border-radius: 14px;
  /* display: flex; */
  /* gap: 10px; */
  /* justify-content: center; */
  /* text-align: center; */
  /* flex-direction: column; */
  /* align-items: center; */
  /* border: 1px solid #3333330d;*/
}


section.courses .tool_box .search_box {
  display: inline-flex;
  gap: 10px;
}

section.courses .tool_box .search_box form {
  display: inline-flex;
  background-color: white;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-radius: 14px;
  padding: 5px;
  position: relative;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  gap: 5px;
}

.add_new_course {
  border-radius: 9px;
  background: linear-gradient(4deg, #00996bdb, #00c58adb);
  padding: 10px 13px;
  outline: none;
  border: 0;
  color: white;
  font-size: 0.9rem;
  font-weight: 200;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  text-shadow: 0 0px 0px #efecff;
  transition: all 0.3s;
  width: auto;
  display: inline-flex;
  ;
  gap: 5px;
  align-items: center;
}

section.courses .tool_box .buttons_box .add_new_course:hover {
  background: linear-gradient(4deg, #00996bdb, #00aa77db);
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px;
  text-shadow: 0 0px 4px #efecff;
  transition: all 0.2s;
}

section.courses .tool_box .buttons_box .add_new_course i {
  display: flex;
}



section.courses .tool_box input[type="text"] {
  background-color: #edecf187;
  border: 1px solid #00000000;
  border-radius: 10px;
  padding: 11px 10px;
  font-size: 0.83rem;
  /* display: block; */
  width: 440px;
  /* box-shadow: rgb(50 50 105 / 5%) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px; */
  transition: 0.2s;
}

section.courses .tool_box input[type="text"]:focus {
  /* border: 1px solid rgba(0, 0, 0, 0.37); */
  outline: none;
  box-shadow: none;
  color: #333;
  background-color: #eeeff8;
  transition: 0.15s;
  /* box-shadow: rgb(50 50 105 / 5%) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px; */

  /* box-shadow: rgb(50 50 105 / 16%) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px; */
}

section.courses .tool_box button[type="submit"] {
  border: 0;
  background-color: #144e96;
  border-radius: 11px;
  font-size: 1.1rem;
  padding: 13px;
  font-weight: 800;
  color: #e6f2f5;
  /* gap: 7px; */
  display: inline-flex;
  align-items: center;
  /* position: absolute; */
  left: 5px;
  /* border-top-right-radius: 0; */
  /* border-bottom-right-radius: 0; */
  transition: 0.2s;

}

section.courses .tool_box button[type="submit"]:hover {
  background-color: #0d3361;
  color: white;
  transition: 0.15s;
}


section.courses .tool_box button[type="submit"] i {
  display: inline-flex;
}



section.courses .table tbody {
  box-shadow: 0 0 0 1px #0002;
  border-radius: 9px;
  background-color: #f8f9fd;
  overflow: hidden;
  /* z-index: 9999; */
  position: relative;
}

section.courses .table th {
  border-bottom: 0;
  vertical-align: middle;
}

section.courses .table td {
  font-size: 0.85rem;
  font-size: calc(0.75rem + 0.11vw);
}

section.courses table tbody tr:nth-child(1) td:first-child {
  background-color: transparent;
  border-top-right-radius: 9px;
  /* overflow: hidden; */
}

section.courses table tbody tr:nth-child(1) td:last-child {
  background-color: transparent;
  border-top-left-radius: 9px;
  /* overflow: hidden; */
}

section.courses table tbody tr:last-child td:first-child {
  background-color: transparent;
  border-bottom-right-radius: 9px;
  /* overflow: hidden; */
}

section.courses table tbody tr:last-child td:last-child {
  background-color: transparent;
  border-bottom-left-radius: 9px;
  /* overflow: hidden; */
}


section.courses div.dt-container.dt-empty-footer tbody>tr:last-child>* {
  border-bottom: 0;
}

section.courses table.dataTable>tbody>tr>th,
section.courses table.dataTable>tbody>tr>td {
  padding: 4px 10px;
  color: #444;
}


section.courses table img.course_img {
  WIDTH: 80px;
  max-height: 50px;
  object-fit: cover;
  border-radius: 7px;
  /* border: 1px solid #0003; */
  box-shadow: rgba(9, 30, 66, 0.25) 0px 0px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}



section.courses table .done {
  background-color: #42944321;
  color: #429443;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 18px;
  font-size: 0.8rem;
}

section.courses table .failed {
  background-color: #a4212f1a;
  color: #a4212f;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 18px;
  font-size: 0.8rem;
  text-wrap: nowrap;
}

section.courses table .pending {
  background-color: #e7faff;
  color: #5293a1;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 18px;
  font-size: 0.8rem;
}

section.courses table .course_name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

section.courses #add_new form.mian_form {
  border-radius: 14px;
  border: 1px solid #dcdee996;
  padding: 15px;
  background-color: #fbfbff;

}

section.new_course .card {
  border-radius: 18px;
}

section.new_course .card-body {
  background-color: #fff;
  border-radius: 18px;
  color: #444655;
  padding: 7px;
  font-family: iransans;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

section.new_course .card-body .box_header {
  margin: 10px 20px;
  line-height: 2;
}


section.new_course #add_new div[class^='col-'] {
  margin-top: 20px;
}



section form input[type='text']:focus,
section form input[type='email']:focus,
section form input[type='file']:focus,
section form textarea:focus,
section form select:focus,
section form input[readonly]:focus {
  outline: none !important;
  border: 1px solid #0004;
  box-shadow: 0 1px 5px #0002;
  color: #222;
}

.form-control:disabled {
  background-color: #e9ecef66;
  opacity: 1;
}

section form input[type='text'],
section form input[type='email'],
section form input[type='file'],
section form textarea,
section form select {
  font-size: 0.9rem;
  color: #666;
}

section .form-control {
  padding: 0.5rem .75rem;
}

section .form-select {
  padding: .5rem 2.25rem .5rem .75rem;
  cursor: pointer;
  font-size: 0.9rem;
  color: #666;
}

section .form-select:focus {
  color: #222;
  outline: none;
  border: 1px solid #0004;
  box-shadow: 0 1px 5px #0002;
}

section .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered:focus {
  outline: none !important;
  border: 1px solid #0004;
  box-shadow: 0 1px 5px #0002;
  color: #222;
}

section .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0.75rem;
  padding-left: 20px;
  padding: 0.375rem 0.75rem 0.3rem 20px;
  color: #666;
  font-size: calc(0.78rem + 0.09vw);
}

section .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: auto;
  user-select: none;
  -webkit-user-select: none;
}

section .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
}

section .select2-container--default .select2-selection--single:focus {
  outline: none !important;
  border: 1px solid #0004;
  box-shadow: 0 1px 5px #0002;
  color: #222;
}

section .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 20px;
}

.select2-container--open .select2-selection--single {
  outline: none !important;
  border: 1px solid #0004 !important;
  box-shadow: 0 1px 5px #0002;
  color: #222;
  transition: 0.2s;
}

.select2-container {

  width: 100% !important;
}


.table_btn_red {
  border-radius: 20px;
  font-size: 1rem;
  padding: 7px;
  font-weight: 300;
  color: #df3f6b;
  border: 0;
}

.table_btn_green {
  border-radius: 20px;
  font-size: 1rem;
  padding: 7px;
  font-weight: 300;
  color: #00996b;
  border: 0;
}

.table_btn_red:hover {
  background-color: #df3f6b17;
  color: #df3f6b;

}

.table_btn_green:hover {
  background-color: #00996b17;
  color: #00996b;
}

.table_btn_red i,
.table_btn_green i {
  /* font-size: 1.3rem; */
  display: flex;
}



.tc_num {
  text-align: left;
  direction: ltr;
  width: 100%;
  font-family: iranyekanfn;
  display: inline-block;
}

.tc_ltr {
  text-align: left;
  direction: ltr;
  width: 100%;
  display: inline-block;
}



#table_studentofcourse tr td:nth-child(4) {
  text-align: center;
}

#table_studentofcourse tr td:nth-child(5) {
  text-align: center;
}

#table_studentofcourse tr td:nth-child(6) {
  text-align: center;
}



.btn_ {
  padding: 9px 16px;
  outline: none;
  border: 0;
  font-size: 0.9rem;
  font-weight: 200;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  text-shadow: 0 0px 0px #efecff;
  transition: all 0.3s;
  width: auto;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  border-radius: 9px;
  font-size: calc(0.79rem + 0.11vw);
}

.btn_:hover {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px;
  text-shadow: 0 0px 4px #efecff;
  transition: all 0.2s;
}


.btn_1 {
  background-color: #0a6db5;
  color: white;
}

.btn_1:hover {
  background-color: #0c62a0;
  color: white;
}


.btn_2 {
  background: linear-gradient(4deg, #00996bdb, #00c58adb);
  color: white;
}

.btn_2:hover {
  background: linear-gradient(4deg, #00996bdb, #00aa77db);
  color: white;
}

.btn_3 {
  background: linear-gradient(4deg, #007499, #0074999e);
  color: white;
}

.btn_3:hover {
  background: linear-gradient(4deg, #007499, #3f95b1);
  color: white;
}


.tooltip-inner {
  border-radius: 9px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
  text-align: right;
  /* min-width: 220px; */
  background-color: #ffffffa3;
  backdrop-filter: blur(45px);
  border: 1px solid #ffffffab;
  padding: 7px 10px;
  color: black;
  font-family: iransans;

}

.tooltip.show {
  opacity: 1;
  backdrop-filter: blur(5px);
}


.btn_group {
  display: flex;
  background-color: white;
  padding: 4px;
  align-items: center;
  gap: 4px;
  border-radius: 9px;
}

.btn_group>a,
.btn_group button {
  padding: 5px;
  background-color: #faf9ff;
  border-radius: 5px;
  color: #333;
  font-size: 1rem;
}

.btn_group>a:hover,
.btn_group button:hover {
  background-color: #0002;
}

.btn_group .g_btn>i {
  display: flex;
  align-items: center;
}

.btn_group .dropdown-toggle::after {
  display: none;
}




section.new_course .form-control {
  font-size: 0.9rem;
  font-size: calc(0.78rem + 0.09vw);
}

section table {
  width: 100%;
}







.select2-results__option {
  padding: 6px 12px;
  user-select: none;
  -webkit-user-select: none;
  font-size: 0.9rem;
  font-size: calc(0.78rem + 0.09vw);
  border-radius: 8px;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 4px;
  border: 1px solid #00000036;
  margin: 4px;
  border-radius: 9px;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
  text-align: center;
}

.select2-dropdown {
  outline: none !important;
  border: none;
  box-shadow: 0 1px 5px #0002;
  color: #222;
  padding: 3px;
  border-radius: 11px;
  background-color: #ffffff91;
  backdrop-filter: blur(20px);
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
  text-align: right;
  min-width: 130px;
  background-color: #ffffffad;
  backdrop-filter: blur(45px);
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb2b;
  color: #333;
}

.select2-search--dropdown {
  display: block;
  margin-bottom: 7px;
  padding: 4px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #0000000f;
}






.fa-num {
  font-family: iranyekanfn;
}

.file-drop-zone-title {
  color: #979797;
  font-size: 1.2em;
  text-align: center;
  padding: 85px 10px;
  cursor: default;
  font-weight: 200;
  cursor: pointer !important;
}

.page-newcourse #add_new button.btn-close {
  display: none;
}

.page-newcourse #add_new button.btn-default {
  display: none;
}

.file-drop-zone {
  border: 1px dashed #ccc;
  min-height: 260px;
  border-radius: 12px;
  text-align: center;
  vertical-align: middle;
  margin: 0 !important;
  padding: 5px;
  background-color: #f5f6fb;
  cursor: pointer !important;
}

.file-drop-zone.clickable:hover,
.file-drop-zone.clickable:focus {
  border: 1px dashed #999;
}

.file-drop-zone-title {
  color: #979797;
  font-size: 1.2em;
  text-align: center;
  padding: 85px 10px;
  cursor: default;
  font-weight: 200;
  cursor: pointer !important;
}

.kv-upload-progress .progress-bar {
  height: 20px;
  font-family: iransans;
}

.kv-rtl .file-zoom-dialog,
.kv-rtl .file-error-message pre,
.kv-rtl .file-error-message ul {
  text-align: right;
  padding: 0 0px;
  list-style: none;
}

.btn-file {
  overflow: hidden;
  background-color: #f5f6fb;
  color: #444;
  cursor: pointer !important;
  border: 1px solid #cccccc;
  font-size: 0.9rem;
}

.btn-file i,
.btn-file span,
.btn-file input {
  cursor: pointer !important;
}

.btn-file:hover {
  color: #444;
  background-color: #eee;
  border: 1px solid #999;

}

.file-footer-caption {
  display: block;
  text-align: center;
  padding-top: 4px;
  font-size: 11px;
  color: #999;
  margin-bottom: 0px;
}

.file-caption-name {
  color: #555;
}

.file-caption-name.is-invalid {
  color: #a94442;
}

.page-newcourse .form-control {
  font-size: 0.9rem
}

input[type=file],
/* FF, IE7+, chrome (except button) */
input[type=file]::-webkit-file-upload-button {
  /* chromes and blink button */
  cursor: pointer;
}

.kv-rtl .krajee-default.file-preview-frame {
  box-shadow: none;
  border-radius: 8px;
  width: 100%;
  margin: 0;
  border: 0;
}

.kv-rtl .krajee-default.file-preview-frame:hover {
  box-shadow: none !important;
  border: 0;
}

.file-preview {
  border-radius: 9px;
  border: 0;
  padding: 0px;
  width: 100%;
  margin-bottom: 15px;
}

.krajee-default.file-preview-frame .kv-file-content {
  width: 100%;
  height: 160px;
}

.krajee-default.file-preview-frame .kv-file-content img,
.krajee-default.file-preview-frame .kv-file-content object {
  border-radius: 10px;
}

.krajee-default .file-caption-info,
.krajee-default .file-size-info {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
  height: 15px;
  margin: auto;
}

.kv-rtl .file-caption-icon {
  left: 4px;
  padding: 0.5rem;
  right: auto
}

.kv-rtl .btn-file input[type=file] {
  left: auto;
  right: 0;
  text-align: left;
  background: none repeat scroll 100% 0 transparent;
  cursor: pointer;

}

.kv-rtl .input-group>.input-group-append:last-child>.btn:last-child,
.kv-rtl .input-group>.btn:last-child,
.kv-rtl .input-group>.form-control:last-child {
  border-radius: 0.4rem 0 0 0.4rem !important;
  border-right: 0;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  /* border-left: 0; */
  height: 35px;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback):not(.file-caption-icon) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
  background-color: #f5f6fb;
  color: #444;
  cursor: pointer !important;
  border: 1px solid #cccccc;
  font-size: 0.9rem;
  margin: 0;
  height: 35px;
  border-radius: 0.2rem;
  background: transparent !important;
  box-shadow: none;
  padding: 7px 25px;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback):not(.file-caption-icon):hover {
  background-color: #ecedf2;
  color: #222;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  gap: 0.3rem;
}

.file-preview .fileinput-remove {
  display: none;
}





/* jalali date picker (new course page)*/

jdp-container {
  font-size: 0.9rem ! IMPORTANT;
  outline: none !important;
  border: 1px solid #0004;
  box-shadow: 0 1px 5px #0002;
  border-radius: 1.075rem;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  background-color: #f8f9fd;
}

jdp-container select {
  font-size: 0.9rem ! IMPORTANT;
}

jdp-container .jdp-btn-today {
  background-color: #7662f2;
}

jdp-container .jdp-btn-emppty {
  background-color: #7662f2;
}

jdp-container .jdp-months,
jdp-container .jdp-years {
  /* fill: rgba(0, 0, 0, .9); */
  color: rgba(0, 0, 0, .9);
  display: -webkit-inline-box;
  display: -webkit-flex;
  display: -ms-inline-flexbox;
  /* display: flex; */
  /* font-size: 120%; */
  margin: 0;
  width: 100% !IMPORTANT;
  padding: 2px 15px;
}

jdp-container .jdp-icon-minus,
jdp-container .jdp-icon-plus {
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  flex: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 4px;
  transition: 0.1s;
}

jdp-container .jdp-icon-minus:hover,
jdp-container .jdp-icon-plus:hover {
  background-color: #0001;
  transition: 0.05s;
}

jdp-container .jdp-month,
jdp-container .jdp-month input,
jdp-container .jdp-month select,
jdp-container .jdp-time,
jdp-container .jdp-time input,
jdp-container .jdp-time select,
jdp-container .jdp-year,
jdp-container .jdp-year input,
jdp-container .jdp-year select {
  background: #fff;
  border: none;
  border-radius: 5px;
  color: inherit;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: 0;
  outline: none;
  padding: 0 19px;
  text-align: center;
  vertical-align: initial;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

jdp-container .jdp-month,
jdp-container .jdp-month input,
jdp-container .jdp-month select,
jdp-container .jdp-time,
jdp-container .jdp-time input,
jdp-container .jdp-time select,
jdp-container .jdp-year,
jdp-container .jdp-year input,
jdp-container .jdp-year select {
  background: #f8f9fd;
  border: none;
  border-radius: 5px;
  color: inherit;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: 0;
  outline: none;
  padding: 0 19px;
  text-align: center;
  vertical-align: initial;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

jdp-container .jdp-btn-close,
jdp-container .jdp-btn-empty,
jdp-container .jdp-btn-today {
  width: 48%;
}



jdp-container .jdp-btn-close,
jdp-container .jdp-btn-empty,
jdp-container .jdp-btn-today {
  background: #6f5af1;
  border-radius: 17px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 90%;
  font-weight: 200;
  padding: 0.5em .6em;
  text-align: center;
}

jdp-container .jdp-days {
  -ms-flex-pack: justify;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  outline: 0;
  padding: .5rem 1rem 0.5rem;
  text-align: left;
  width: 100%;
}





jdp-container .jdp-day:not(.disabled-day):hover {
  background: rgb(118 98 242 / 17%);
  transform: scale(1);
  z-index: 1;
}

jdp-container .jdp-day:not(.disabled-day) {
  border-radius: 18px;
  cursor: pointer;
  transition: .1s linear;
}

jdp-container .jdp-day-name {
  background-color: rgb(0 0 0 / 3%);
  border-radius: 0;
  cursor: default;
  font-size: 90%;
  font-weight: 900;
  border-bottom: 1px solid #ddd;
}

jdp-container .jdp-day:not(.disabled-day) {
  border-radius: 18px;
  cursor: pointer;
  transition: .1s linear;
  font-size: 0.9rem;
  font-family: iranyekanfn;
}

jdp-container .jdp-days {
  -ms-flex-pack: justify;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  outline: 0;
  padding: .5rem 1rem 0.5rem;
  text-align: left;
  width: 100%;
}


jdp-container .jdp-day,
jdp-container .jdp-day-name {

  color: rgba(0, 0, 0, .9);
  display: inline-block;
  flex-basis: 14.285714%;
  font-weight: 400;
  height: 35px;
  justify-content: center;
  line-height: 33px;
  /* margin: 0px 2px; */
  position: relative;
  text-align: center;
  width: 12.285714%;
}


jdp-container .jdp-day {
  background: none;
  border: 1px solid transparent;
  color: rgba(0, 0, 0, .9);
  display: inline-block;
  flex-basis: 14.2857143%;
  font-weight: 400;
  height: 38px;
  justify-content: center;
  line-height: 35px;
  margin: 0px 0;
  position: relative;
  text-align: center;
  width: 14.2857143%;
}

jdp-container .jdp-year select {
  height: 100%;
}

jdp-container .jdp-month select {
  height: 100%;
}

jdp-container .jdp-time-container .jdp-time {
  margin: 0 1rem;
  padding: 0;
}

jdp-container .jdp-footer {
  gap: 5px;
}

.fanum {
  font-family: iranyekanfn;
}

.strong {
  font-weight: 800;
}


/* checkbox in add_new page *************/

#add_new .checkbox-wrapper-35 .switch {
  display: none;
}

#add_new .checkbox-wrapper-35 .switch+label {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #78768d;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px;
  border-radius: 21px;
  transition: 0.15s;
}

#add_new .checkbox-wrapper-35 .switch+label:hover {
  background-color: rgba(0, 0, 0, 0.041);
  transition: 0.15s;
}

#add_new .checkbox-wrapper-35 .switch+label::before,
#add_new .checkbox-wrapper-35 .switch+label::after {
  content: '';
  display: block;
}

#add_new .checkbox-wrapper-35 .switch+label::before {
  background-color: #05012c;
  border-radius: 20px;
  height: 18px;
  margin-right: 5px;
  -webkit-transition: background-color 0.125s ease-out;
  transition: background-color 0.125s ease-out;
  width: 36px;
}

#add_new .checkbox-wrapper-35 .switch+label::after {
  background-color: #fff;
  border-radius: 13px;
  box-shadow: 0 3px 1px 0 rgba(37, 34, 71, 0.05), 0 2px 2px 0 rgba(37, 34, 71, 0.1), 0 3px 3px 0 rgba(37, 34, 71, 0.05);
  height: 16px;
  left: 11px;
  position: absolute;
  top: 11px;
  -webkit-transition: -webkit-transform 0.125s ease-out;
  transition: -webkit-transform 0.125s ease-out;
  transition: transform 0.125s ease-out;
  transition: transform 0.125s ease-out, -webkit-transform 0.125s ease-out;
  width: 16px;
}

#add_new .checkbox-wrapper-35 .switch+label .switch-x-text {
  display: block;
  margin-left: .3em;
}

#add_new .checkbox-wrapper-35 .switch+label .switch-x-toggletext {
  display: block;
  font-weight: bold;
  height: 15px;
  overflow: hidden;
  position: relative;
  width: 34px;
}

#add_new .checkbox-wrapper-35 .switch+label .switch-x-unchecked,
#add_new .checkbox-wrapper-35 .switch+label .switch-x-checked {
  right: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.125s ease-out, -webkit-transform 0.125s ease-out;
  transition: opacity 0.125s ease-out, -webkit-transform 0.125s ease-out;
  transition: transform 0.125s ease-out, opacity 0.125s ease-out;
  transition: transform 0.125s ease-out, opacity 0.125s ease-out, -webkit-transform 0.125s ease-out;
  font-weight: 900;
  color: #222;
  font-size: 0.9rem;
}

#add_new .checkbox-wrapper-35 .switch+label .switch-x-unchecked {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

#add_new .checkbox-wrapper-35 .switch+label .switch-x-checked {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

#add_new .checkbox-wrapper-35 .switch+label .switch-x-hiddenlabel {
  position: absolute;
  visibility: hidden;
}

#add_new .checkbox-wrapper-35 .switch:checked+label::before {
  background-color: #ffb500;
}

#add_new .checkbox-wrapper-35 .switch:checked+label::after {
  -webkit-transform: translate3d(18px, 0, 0);
  transform: translate3d(18px, 0, 0);
}

#add_new .checkbox-wrapper-35 .switch:checked+label .switch-x-unchecked {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

#add_new .checkbox-wrapper-35 .switch:checked+label .switch-x-checked {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}






#add_new .percent_input_holder {
  position: relative;
}

#add_new .percent_input_holder input[type="text"] {
  padding-right: 30px;
  direction: ltr;
  text-align: left;
}

#add_new .percent_input_holder i.bi-percent {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.1rem;
  color: #888;
  pointer-events: none;
}

#add_new .badge_required {
  color: white;
  font-weight: 200;
  padding: 0px 5px;
  border-radius: 15px;
  margin-bottom: 2px;
  display: inline-block;
  background-color: #ff597c;
  font-size: 0.78rem;
}

#add_new label {
  margin: 3px 0;
}

#add_new input[type="submit"] {
  border-radius: 9px;
  padding: 7px;
  margin-top: 10px;
  border: 0;
  background-color: #0f4c98;
  color: white;
  background: linear-gradient(4deg, #563fef, #8e7cf4);
  padding: 10px 24px;
  /* border-radius: 10px; */
  outline: none;
  border: 0;
  color: white;
  font-size: 0.9rem;
  font-weight: 200;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  /* margin-top: 20px; */
  text-shadow: 0 0px 0px #efecff;
  transition: all 0.3s;
  /* margin-bottom: 15px; */
  width: auto;
}

#add_new input[type="submit"]:hover {
  background: linear-gradient(21deg, #563fef, #7662f2);
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px;
  text-shadow: 0 0px 4px #efecff;
  transition: all 0.2s;
}

#add_new a.btn_add_teacher {
  border-radius: 9px;

  background: linear-gradient(4deg, #00996bdb, #00c58adb);
  padding: 10px 13px;
  outline: none;
  border: 0;
  color: white;
  font-size: 0.9rem;
  font-weight: 200;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  text-shadow: 0 0px 0px #efecff;
  transition: all 0.3s;
  width: auto;
  display: flex;
  gap: 5px;
  align-items: center;
}

#add_new a.btn_add_teacher:hover {
  background: linear-gradient(4deg, #00996bdb, #00aa77db);
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px;
  text-shadow: 0 0px 4px #efecff;
  transition: all 0.2s;
}







#add_new a.btn_add_teacher i {
  display: flex;
}










.btn-primary {
  border-radius: 9px;
  padding: 7px;
  margin-top: 10px;
  border: 0;
  background-color: #0f4c98;
  color: white;
  background: linear-gradient(0deg, #0a6db5, #2488d1);
  padding: 10px 24px;
  /* border-radius: 10px; */
  outline: none;
  border: 0;
  color: white;
  font-size: 0.9rem;
  font-weight: 200;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  /* margin-top: 20px; */
  text-shadow: 0 0px 0px #efecff;
  transition: 0.3s;
  /* margin-bottom: 15px; */
  width: auto;
}

.btn-primary:hover {
  background: linear-gradient(0deg, #197cc5, #2488d1);
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px;
  transition: 0.2s;
}










.page-newcourse .note-toolbar {
  padding: 10px 5px;
  color: #333;
  background-color: #f5f5f5;
  border-bottom: 1px solid;
  border-color: #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fbfbff;
}

.note-toolbar {
  background-color: #f5f6fb;
}


.note-editor.note-airframe,
.note-editor.note-frame {
  border: 1px solid rgb(222 226 230);
}

.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
  background-color: hsl(230deg 42.86% 97.25%);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  border-radius: 6px;
  font-size: 0.9rem;
  color: #555;
  padding: 6px;
  border: 1px solid #0002;
  background-color: #ffffffb0;
}

.select2-search--dropdown .select2-search__field:focus {
  outline: none;
  border: 1px solid #0004;
  color: #222;
}


























/* -------------------- */
/* Profile library liked */
/* ------------------- */



.boxes .heart {
  position: absolute;
  top: 10px;
  left: 10px;
  transition: 0.5s;
}

.boxes .heart:hover {
  transform: scale(1.2);
  transition: 0.1s;
}

.boxes .heart i {
  color: #f46265;
  font-size: 1rem;
  box-shadow: 0 2px 3px #0004;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  background-color: white;
  padding: 5px 5px 3px 5px;
  border-radius: 11px;
}

.boxes .heart i:hover {
  color: #f59193;
  transition: 0.1s;

}

.boxes .box:hover .heart {
  /* font-size: 1.8rem; */
  transform: scale(1.1);

  transition: 0.1s;
}

.boxes .remove_undo {
  text-align: center;
  border: 1px dashed #0003;
  border-radius: 14px;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  position: relative;
}


.boxes .remove_undo a {
  background: #87ceeb;
  border-radius: 10px;
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px;
  color: white;
}

.boxes .remove_undo a i {
  position: absolute;
  top: 9px;
  left: 11px;
  font-size: 1.2rem;
  color: #eee;
}





.boxes .border_dash {
  height: 100%;
  width: 100%;
  border: 1px dashed #0003;
  border-radius: 14px;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  min-height: 387px;
}

.boxes .remove_msg {
  text-align: left;
  background-color: #ffffff;
  display: inline-block;
  padding: 10px;
  border-radius: 12px;
  direction: rtl;
  text-align: right;
  font-size: 0.9rem;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.boxes .remove_msg i {
  color: #f46265;
}

.boxes .remove_msg a {
  display: block;
  text-align: center;
  background-color: #ff8a8c;
  color: white;
  padding: 0px;
  margin-top: 9px;
  border-radius: 16px;
  font-size: 0.9rem;
  cursor: pointer;
  overflow: hidden;
  height: 25px;
  position: relative;
}

.boxes .remove_msg a:hover {
  color: #ffeeee;
}

.boxes .remove_msg h6 {
  position: absolute;
  left: 0px;
  top: 6px;
  right: 0;
  font-family: 'iransans', 'vazirmatn', 'vazir', 'tahoma';
  font-size: 0.8rem;
  margin: 0;
}






/* timer */
.round-time-bar {
  margin: -3px;
  overflow: hidden;
}

.round-time-bar div {
  height: 30px;
  animation: roundtime calc(var(--duration) * 1s) steps(var(--duration)) forwards;
  transform-origin: left center;
  background: #f46265;
}

.round-time-bar[data-style="smooth"] div {
  animation: roundtime calc(var(--duration) * 1s) linear forwards;
}

.round-time-bar[data-style="fixed"] div {
  width: calc(var(--duration) * 5%);
}

.round-time-bar[data-color="blue"] div {
  background: linear-gradient(to bottom, #64b5f6, #1565c0);
}

@keyframes roundtime {
  to {
    /* More performant than `width` */
    transform: scaleX(0);
  }
}





/* boxes */

.boxes #filter {
  margin: 0;
  margin-bottom: 40px;
  border-radius: 13px;
  font-size: 0.9rem;
  background-color: #0000000a;
}

.boxes #filter .col {
  padding: 10px 15px;
}

.boxes #filter .col:not(:last-child) {
  border-left: 1px solid #0000000d;
}

.boxes #filter select {
  background: #ffffff47;
  border: 1px solid #0000002e;
  border-radius: 8px;
  padding: 5px 7px;
  color: #525252;
  font-size: 0.9rem;
  cursor: pointer;
}

.boxes #filter select:focus {
  border: 1px solid #0000003a;
  box-shadow: 0 1px 3px -1px #0005;
  background: #ffffff60;

}

.boxes #filter select:active {
  border: 1px solid #0000003a;
  box-shadow: 0 1px 3px -1px #0005;
}

.boxes #filter .icon_holder {
  height: 100%;
  vertical-align: middle;
  display: inline-flex;
  align-items: center
}

.boxes #filter .icon_holder i {
  /* margin-right: 5px; */
  font-size: 1rem;
  height: 33px;
  width: 33px;
  /* padding: 5px; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  /* box-shadow: 0 1px 3px #0002;*/
}

.boxes #filter .icon_holder i:hover {

  cursor: pointer;
  background-color: #dfdfe8;
}

.boxes #filter .icon_holder i.active {
  color: #2973cf;
}



.boxes .entries {
  direction: rtl;
  font-family: iransans;
  color: #4f5458;
}

.boxes #results div[class^='col'] {
  margin-bottom: 25px;
}


.boxes .box {
  background: linear-gradient(340deg, #fbfbfb, #fff);
  border: none;
  padding: 10px;
  border-radius: 15px;
  height: 100%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  color: #454a4e;
  /* text-align: center; */
  transition: 0.25s;
  position: relative;

}


.boxes .box:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px, rgba(0, 0, 0, 0.2) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px;
  transition: 0.15s;
}


.boxes .lg_box a.cover_link {
  float: left;
}

.boxes .box .cover {
  margin: -5px;
  margin-bottom: 15px;

}


.boxes .lg_box .cover {
  margin: 0px;
  margin-right: 11px;
  margin-bottom: 8px;
  display: inline-block;
}

.boxes .box a {
  color: unset;
  transition: 0.3s;
}

.boxes .box a:hover {
  color: #2973cf;
  transition: 0.15s;
}

.boxes .box .cover img {
  width: 100%;
  height: 268px;
  border-radius: 12px;
  box-shadow: 0 1px 3px -1px #0004;
  object-fit: cover;
}


.boxes .lg_box .cover img {
  width: 100px;
  height: 150px;
  border-radius: 10px;
  box-shadow: 0 1px 3px -1px #0004;
  object-fit: cover;
}

.boxes .box .name {
  font-size: 0.92rem;
  font-weight: 500;
  font-family: 'iranyekanrd';

}

.boxes .lg_box .name {
  font-weight: 500;
  margin-top: 13px;
  font-family: 'iranyekanrd';
}


.boxes .box .box_row {
  display: flex;
  justify-content: space-between;
  ;
  margin: 7px 0;
}

.boxes .lg_box .box_row {
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
}

.boxes .box .category {
  font-size: 0.75rem;
  display: inline-block;
  color: #868686;
}

.boxes .box .stars {
  font-family: iranyekanfn;
  margin-top: 1px;
  font-size: .8rem;
  color: #008fc1;
  white-space: nowrap;
  /* text-shadow: 0 1px 2px #006c9321; */
}

.boxes .box .stars i {
  font-size: 1.1rem;
  color: #2973cf;
  font-size: .75rem;
  transition: 0.25s;
}

.boxes .box:hover .stars i {
  scale: 2;
  text-shadow: 0 1px 4px #006c9347;
  transition: 0.15s;
}

.boxes .box .stars .comments {
  /* border: 1px solid #a5a5ff; */
  color: #7f7f7f;
  border-radius: 10px;
  padding: 0 2px;
  display: inline-block;
  margin-left: 0px;
  font-size: 0.72rem;
}


.boxes .box .description,
section .box .description {
  display: none;
  text-align: justify;
  font-size: 0.9rem;
  margin-top: 33px;
  color: #555;
}

.boxes .lg_box .description {
  display: block;

  /* inline-size: 396px; */
  overflow-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;

}


.boxes .box .price {
  font-weight: 200;
  font-size: 0.7rem;
  display: inline-block;
  padding: 2px 7px;
  border-radius: 10px;
  float: left;
  background-color: #e7e7e7;
  color: black;
}

.boxes .box.discounted .price {
  background-color: #00986B;
  color: white;
}

.boxes .lg_box .price {
  float: unset;
}


.boxes .box .price span {
  font-family: 'iranyekanfn';
  font-size: 0.8rem;
  font-weight: 500;
}

.boxes .box .beforeOffPrice span {
  font-family: 'iranyekanfn';
  font-size: 0.73rem;
  text-decoration-line: line-through;
  color: white;
  background-color: #DC5B5D;
  border-radius: 10px;
  display: inline-block;
  padding: 2px 5px;
  font-weight: 400;
  height: 22px;

}

.boxes .box .offPercent span {
  position: absolute;
  top: 9px;
  right: 9px;
  background-color: #f46265;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-radius: 11px;
  border: white;
  padding: 0 8px;
  color: white;
  /* width: 41px; */
  height: 23px;
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: flex-end;
  font-weight: 600;
  font-family: 'iranyekanfn';
  box-shadow: 0 2px 3px #0004;
  text-shadow: 0 1px 3px #0006;
}















/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}









/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #00000017;
}

.footer .copyright {
  text-align: center;
  color: #012970;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}














aside div[class^="col"] {
  margin-bottom: 5px !important;
}

.part {
  display: inline-flex;
  gap: 2px;
  align-items: center;
  /* padding: 3px; */
  /* background-color: white; */
  border-radius: 9px;
  /* box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px; */
  /* width: fit-content; */
  /* height: 30px; */
  border: 1px solid #0002;
  padding: 2px;
  flex: 1;
  justify-content: center;
}

.part .dropdown {
  width: 100%;
  height: 100%;
}

.part .dropdown button {
  /* background-color: #0001; */
  /* border: 1px solid #0002; */
  border: none;
  color: #444;
  font-weight: 400;
  border-radius: 7px;
  padding: 7px 11px;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  height: auto;
  width: 100%;
  padding-left: 3px;
}

.part .item {
  color: #444;
  cursor: pointer;
  padding: 5px;
  border-radius: 7px;
  transition: 0.1s;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  transition: 0.2s;
  min-width: 30px;

}

.part .item:hover {
  color: #222;
  background-color: #0001;
  transition: 0.05s;
}

.part .item.item_hasbutton {
  min-width: 38px;
  padding: 0;
  width: 100%;
}

.part .item.item_hasbutton:hover {
  background-color: transparent;
}

.part .item.item_hasbutton button {
  padding: 7px 5px;
  display: flex;
  justify-content: center;
  height: 100%;
  gap: 8px;
}


.part .btn.dropdown-toggle i {
  /* margin-left: 10px; */
}

.part .item.active {
  background-color: #0f4c98d9;
  color: white;
  box-shadow: 0 1px 3px 0px #00000057;

  text-shadow: 0px 1px 1px #0004;
}

.part i {
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.part#fontsize_btns {
  flex: unset
}

#but_char .part .item {
  flex: 1;
}


.part#highlight .color-picker {
  display: flex;
  gap: 10px;
  padding: 15px;
  margin: 0;
}

.part#highlight .color-picker div {
  width: 23px;
  height: 23px;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border: 1px solid #5550;
  margin: 0;
}

.part#highlight .color-picker div:hover {
  border: 1px solid #555;
  box-shadow: none;
}

.part#highlight .color-picker div.selected {
  box-shadow: none !important;
  border: 1px solid #111 !important;
}






#text_sec {
  text-align: justify;
  padding-bottom: 80px;
  column-count: 2;
  column-gap: 2rem;
  line-height: 1.8;
  /* font-family: b nazanin; */
  font-size: 14px;
  font-family: iransans;
}

#text_sec>.body {
  white-space: unset !important;
  line-break: unset !important;
}

#text_sec span,
#text_sec p {
  white-space: normal !important;
}

#text_sec img {
  max-width: 100%;
  border-radius: 7px;
  margin-bottom: 5px;
}





.bold {
  font-weight: 600 !important;
}

.italic {
  font-style: italic !important;
}

.underline {
  text-decoration: underline !important;
}




aside .section_title {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between
}

aside .section_title h5 {
  margin: 0;
  display: inline-block;
  color: #444;
  font-size: 1rem;
}

.dark aside .section_title h5 {
  color: #ededf3;
}

aside .section_title i {
  display: flex;
  border-radius: 10px;
  padding: 4px;
  cursor: pointer;
  BACKGROUND-COLOR: #ededf3;
}

.dark aside .section_title i {
  color: #333;
}

aside .section_title i:hover {
  background-color: #0001;
}


aside svg {
  height: 20px;
  width: 20px
}

aside .section_title .left a {
  display: flex;
  padding: 4px;
  font-size: 1.2rem;
  border-radius: 8px;
  color: #faf9ff;
  background-color: #1c274d;
}

aside .section_title .left a i {
  display: flex;
}


aside .note .item {
  margin-bottom: 10px;
  background-color: white;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  border-radius: 13px;
  padding: 15px;
  font-size: 0.9rem;
  color: #444;
}


.dark aside .note .item {
  margin-bottom: 10px;
  background-color: #303030;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  border-radius: 10px;
  padding: 15px;
  font-size: 0.9rem;
  color: #d6d6d6;
}


aside .note .item .head {
  display: flex;
  justify-content: space-between;
}


aside .note .item .head span.note_date {
  color: #2c3e52;
  font-weight: 800;
  font-size: 0.88rem;
  font-family: 'iransans';
}

.dark aside .note .item .head span.note_date {
  color: #f6f6f6;
}

aside .note .item .head i.note_remove {
  display: flex;
  justify-content: space-between;
  color: #aaa;
  display: flex;
  border-radius: 10px;
  padding: 5px;
  cursor: pointer;
  transition: 0.2s;

}

aside .note .item:hover .head i.note_remove {
  color: #555;
}

aside .note .item .head i.note_remove:hover {
  background-color: #0001;
  color: #333;
  transition: 0.1s;
}


aside .note form {
  /* margin-top: 30px; */
  border-radius: 10px;
  /* border: 1px solid #e9e8f1; */
  overflow: hidden;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}



aside .note form .head {
  background-color: #e9e8f1;
  color: #1d1145;
  padding: 4px 10px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 4px;
  height: 42px;
}

.dark aside .note form .head {
  background-color: #e9e8f130;
  color: #e4e4e4;
}

aside .note .item .body {
  font-size: 0.83rem;
  text-align: justify;
  padding-top: 9px;
}


aside .note textarea {
  width: 100%;
  background-color: #f8f7fb;
  border: 0;
  /* border-bottom: 1px solid #d8d4f3a1; */
  display: block;
  padding: 10px;
  font-size: 0.8rem;
  color: #555;
  min-height: 40px;
  transition: 0.15s;
  transition: background-color 0.7s;

}

.dark aside .note textarea {
  background-color: #3d3d3d;
  color: white;
  transition: 0.2s;
}

aside .note textarea:focus {
  border: 0;
  /* border-bottom: 1px solid #d8d4f3a1; */
  outline: none;
  color: #222;
  /* background-color: #ffffff7a; */
  transition: 0.1s;
}

.dark aside .note textarea:focus {
  color: #fff;
  transition: 0.2s;
}

.textarea-focus-blink {
  animation: blueToWhite 0.7s forwards;
}


@keyframes blueToWhite {
  from {
    background-color: #e9e8f1;
  }

  to {
    background-color: #f8f7fb;
  }
}






aside .note .foot {
  /* padding: 5px 5px; */
}

aside .note .send_note_btn {
  /* position: absolute; */
  right: 0;
  bottom: 0;
  padding: 0;
  outline: none;
  border: 0;
  font-size: 0.9rem;
  color: #0e0c49;
  font-weight: 700;
  background-color: transparent;
  padding: 5px 6px;
  border-radius: 9px;
  transition: 0.2s;
  cursor: pointer;
}

aside .note .send_note_btn.disabled {
  opacity: 0.4;
  cursor: default;
}

aside .note .send_note_btn:not(.disabled):hover {
  background-color: #1c274c1a;
  transition: 0.1s;
}

aside .note .add_note {
  margin-top: 30px;
}





aside .bookmark {
  /* margin-top: 35px; */
}

aside .dropdown button {
  background-color: #ffffff;
  /* border: 1px solid #0002; */
  border: none;
  color: #444;
  font-weight: 400;
  border-radius: 17px;
  padding: 2px 12px;
  font-size: 0.83rem;
  display: flex;
  align-items: center;
  height: auto;
  gap: 6px;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  cursor: pointer;
  color: #444;
  padding-left: 2px;
}

aside .dropdown-toggle::after {
  margin-right: 0.1em;
  margin-left: 0;
  display: none;
}

aside .dropdown button:hover,
aside .dropdown button:focus {
  background-color: #ffffffa3;
  border: none;
  color: #375988;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  transition: 0.1s;
}

aside .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 8px 20px;
  transition: 0.3s;
  color: #444;
  font-weight: 400;
  border-radius: 10px;
  display: flex;
  gap: 15px;
  cursor: pointer;
}


aside .dropdown i.bi.bi-caret-down-fill {
  background-color: #d2d4db5e;
  display: flex;
  padding: 9px;
  border-radius: 16px;
  transition: 0.2s;
  font-size: 0.7rem;
}

aside .dropdown button:hover i.bi.bi-caret-down-fill,
aside .dropdown button:focus i.bi.bi-caret-down-fill {
  background-color: #d2d4dbbf;
  border: none;
  color: #222;
  transition: 0.1s;
}

aside .dropdown.active button i.bi-caret-down-fill {
  background-color: #ec4266;
  color: white;
}

aside .dropdown.active button:hover i.bi-caret-down-fill,
aside .dropdown.active button:focus i.bi-caret-down-fill {
  background-color: #cb3454 !important;
  color: white !important;
}



aside .bookmark table {
  width: 100%;
}


aside .bookmark table a {
  display: inline-flex;
  background-color: #2c3e52;
  color: #faf9ff;
  padding: 4px;
  border-radius: 13px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

aside .bookmark table a i {
  display: inline-flex;
}




aside .bookmark_holder {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

aside .bookmark a.bm {
  background-color: white;
  border-radius: 8px;
  padding: 3px;
  display: inline-flex;
  text-wrap: nowrap;
  font-size: 0.8rem;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  border-radius: 18px;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  color: #2c5081;
  padding-left: 8px;
}

aside a.bm:hover {
  background-color: #f3f2f8 !important;
}

aside .bookmark a.bm i {
  display: inline-flex;
  background-color: #cecfdbad;
  color: #1c274d;
  border-radius: 15px;
  padding: 5px;
  transition: 0.2s;
}

aside .bookmark a.bm:hover i {
  background-color: #1c274d;
  color: #cecfdbad;
  transition: 0.05s;
}

aside .nav-link {
  flex: 1
}

aside .nav-tabs {
  background-color: #ededf3;
  padding: 3px;
  border-radius: 14px;
  border: 0;
  gap: 3px;
}

aside .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
  border: 0;
  /* border-bottom: 2px solid purple; */
  /* color: #330033; */
  background-color: #ffffff;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 5px 10px -5px, rgba(42, 51, 70, 0.03) 0px 7px 24px -8px;
  box-shadow: 0 2px 3px 0 #0000001a;
}

aside .nav-tabs .nav-link {
  margin-bottom: 0 !important;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  /* border-top-left-radius: var(--bs-nav-tabs-border-radius); */
  /* border-top-right-radius: var(--bs-nav-tabs-border-radius); */
  border: 0;
  /* border-bottom: 2px solid #d3d9e8; */
  color: #444;
  font-size: 0.9rem;
  border-radius: 11px;
}

aside .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
  background-color: #ffffff87;
}

aside .nav-tabs .nav-link.active:hover {

  background-color: #fff;
}

aside div.empty_list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  gap: 5px;
  align-items: center;
  font-size: 0.8rem;
  color: #0b4467;
  display: none;
}

aside div.empty_list a {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #d3e0e870;
  color: #073f70;
  padding: 5px 10px;
  border-radius: 17px;
  padding-right: 5px;
  margin-top: 25px;

}


aside div.empty_list i {
  display: flex;
  border: 1px dashed;
  border-radius: 14px;
  padding: 2px;
}










.main {
  direction: rtl;
}

.main .search_box {
  width: 100%;
}

.main .search_box input[type="text"] {
  width: 100% !important;
}

.main .navigation_sec {
  display: flex;
  justify-content: center;
}

.main .navigation_sec .box {
  display: inline-flex;
  box-shadow: 0px 2px 20px rgb(1 41 112 / 23%);
  background-color: #2c3e52;
  padding: 3px;
  border-radius: 35px;
  color: #333;
  font-size: 0.95rem;
  gap: 55px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: fixed;
  bottom: 6vh;
  /* backdrop-filter: blur(25px); */
  /* border: 1px solid #ffffffd4; */
  box-shadow: rgba(50, 50, 93, 0.55) 0px 5px 31px -10px, rgba(0, 0, 0, 0.4) 0px 0px 7px -12px;
}

.dark .main .navigation_sec .box {
  background-color: #fff;
}

.main .navigation_sec .box a {
  color: #2c3e52;
  background-color: white;
  transition: background 0.15s ease;
  transition: 0.15s;
  border-radius: 32px;
  padding: 10px 16px;
  display: flex;
  cursor: pointer;
  font-size: 0.85rem;
  align-items: center;
  gap: 5px;
  user-select: none;
}

.dark .main .navigation_sec .box a {
  background-color: #2c3e52;
  color: #eee;
}

.main .navigation_sec .box a:hover {
  /* background: linear-gradient(0deg, #d0d6dd, white); */
  transition: 0.05s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 8px 7px -10px inset, rgba(0, 0, 0, 0.3) 0px 4px 21px -2px inset;
  text-shadow: 0 2px 4px #0004;
}

.main .navigation_sec .box a:hover path {
  transition: 0.05s;
  box-shadow: 0 2px 4px #0004;
}

.main .navigation_sec .box a svg {
  width: 15px;
  height: 20px;
  display: flex;
}

.main .navigation_sec #pagination {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: 'iransans';
}

.main .navigation_sec #pagination .center {
  color: white;

}

.dark .main .navigation_sec #pagination .center {
  color: #2c3e52;

}







.settings_sidebar span.but {
  background-color: #ffffff;
  /* border: 1px solid #0002; */
  border: none;
  color: #444;
  font-weight: 400;
  border-radius: 12px;
  padding: 11px;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  height: auto;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  /* border-radius: 10px; */
  position: relative;
  cursor: pointer;
  justify-content: center;
  transition: 0.2s;
}

.settings_sidebar span.but.active {
  background-color: #1c274d;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 4px 6px;
  transition: 0.09s;
}

.settings_sidebar span.but:hover {
  background-color: #ffffff;
  transition: 0.05s;
  box-shadow: 0 1px 2px #0001;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}


.settings_sidebar span.but.active:hover {
  background-color: #1c274d;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 4px 6px;
}

.settings_sidebar .top {
  display: inline-flex;
  gap: 10px;
  flex-direction: column;
}

.settings_sidebar .bottom {
  display: inline-flex;
  gap: 5px;
  flex-direction: column;
}



.settings_sidebar span.but i {
  display: flex;
}

.settings_sidebar span.but span.text_icon {
  font-size: 0.9rem;
  user-select: none;
}

.settings_sidebar .popup {
  display: none;
  position: absolute;
  background-color: white;
  color: #333;
  left: 63px;
  top: 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  font-size: 0.9rem;
  padding: 5px;
  border-radius: 10px;
  border-radius: 14px;
  padding: 15px 0;
  /* animation-name: dropdown-animate;
animation-duration: 0.2s;
animation-fill-mode: both; */
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
  text-align: right;
  min-width: 300px;
  /* background-color: #ffffffc9; */
  /* backdrop-filter: blur(50px); */
  border: 1px solid #0002;
  cursor: default;
}

.settings_sidebar .popup .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-bottom: 10px;
  /* border-bottom: 1px solid #00000024; */
}

.settings_sidebar .popup .head h6 {
  margin: 0;
  margin-top: 4px;
}

.settings_sidebar .popup .head i {
  display: flex;
  font-size: 1.1rem;
  padding: 6px;
  border-radius: 7px;
  cursor: pointer;
  align-items: center;
  transition: 0.2s;
}

.settings_sidebar .popup .head i:hover {
  background-color: #0001;
  transition: 0.1s;
}



.settings_sidebar input[type="text"] {
  width: 100%;
  border: 1px solid #0004;
  border-radius: 6px;
  background-color: #ffffffbf;
  direction: padd;
  direction: ltr;
  padding: 2px 7px;
  font-size: 0.9rem;
  font-weight: 300;
}

.settings_sidebar .popup .row:not(:last-child) {
  align-items: center;
  margin-bottom: 12px;
}

.settings_sidebar .popup .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #dadadb;
  border-radius: 8px;
  transition: 0.1s;

}

.settings_sidebar .popup .select2-container--default .select2-selection--single:hover {
  background-color: #0000000d;
  transition: 0.1s;
}

.settings_sidebar .popup .select2-container .select2-selection--single {
  height: 36px;
}

.settings_sidebar .popup .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 35px;
}

.settings_sidebar .popup .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%
}


.settings_sidebar .popup .item svg {
  width: 22px;
  height: 22px;
  color: #333;
}


.select2-search--dropdown {
  display: none !important;
}

.select2-dropdown {
  border-top: 1px solid #bcbcbc !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}





.settings_sidebar .dropdown-menu .dropdown-item {
  display: flex;
  gap: 15px;
  padding-right: 15px;
}

.settings_sidebar .part#theme .icon span {
  width: 20px;
  height: 20px;
  display: inline-flex;
  border: 1px solid #0000008a;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

.settings_sidebar .part#theme a[name="light"] .icon span {
  color: var(--front-light);
  background-color: var(--back-light);

}

.settings_sidebar .part#theme a[name="dark"] .icon span {
  color: var(--front-dark);
  background-color: var(--back-dark);
}










.settings_sidebar .bottom a.nav_btn {
  border-radius: 18px;
  padding: 8px;
  display: block;
  transition: 0.1s;
  cursor: pointer;
}

.settings_sidebar .bottom a.nav_btn:hover {
  background-color: #0001;
  transition: 0.05s;
}

.dark .settings_sidebar .bottom a.nav_btn:hover {
  background-color: #ffffff24;
  transition: 0.05s;
}

.settings_sidebar .bottom a.nav_btn.active {
  background-color: #ec4266;
}

/* .toggle-sidebar .settings_sidebar .bottom a.nav_btn#fulscreen_btn #fullsc {
display: none;
} */

.settings_sidebar .bottom a.nav_btn#fulscreen_btn svg {
  display: flex;
}

.settings_sidebar .bottom a.nav_btn#fulscreen_btn #fullsc.hide,
.settings_sidebar .bottom a.nav_btn#fulscreen_btn #exit_fullsc.hide {
  display: none;
}





.settings_sidebar .bottom svg {
  width: 22px;
  height: 22px;
  display: flex;
}

header svg {
  width: 22px;
  height: 22px;
  display: inline-flex;
}


#pagination .center svg {
  width: 20px;
  height: 20px;
  display: inline-flex;
  display: none;
}

/* 
.settings_sidebar .popup .select2-container .select2-selection--single {
height: 25px;
}

.settings_sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {

line-height: 25px;
}

.settings_sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 24px;
}


.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding: 0 0.35rem 0 17px;
} */










@media (max-width: 1200px) {
  section .form-control {
    padding: 0.4rem .75rem;
  }

  section .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.75rem;
    padding-left: 20px;
    padding: 0.275rem 0.75rem 0.2rem 20px;
  }
}

@media (max-width: 768px) {
  .header-nav .btn.goto_index {
    display: none;
  }
}







header .img_holder {
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.hero {
  padding-top: 0px;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 23px;
  border-bottom: 1px dashed #0001;
  padding-bottom: 8px;
}

.hero p {
  font-weight: 300;
  line-height: 1.9;
  /* margin-top: 5px; */
  margin-bottom: 35px;
  text-align: justify;
}

.hero p strong {
  font-weight: 600;
  color: #0a6db5;
}

.hero p strong a {
  color: #2e90c0;
}

h4 span {
  color: #0a6db5;
  font-weight: 900;
  font-size: 2rem;
  /* background: linear-gradient(to right, #a0bc10, #5c9c05); */
  /* background: -webkit-linear-gradient(#0a6db5, #36D1DC); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  letter-spacing: -0.1px;
}

.hero_img {
  width: 100%;
  border: 1px solid #0a6db5;
  border-radius: 14px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 10px 70px 0px;
}

.services {
  padding-top: 150px;
  padding-bottom: 50px;
}

.services .icon_holder {
  position: absolute;
  /* top: -60px; */
  background-color: #e2e2efa6;
  display: inline-flex;
  padding: 20px;
  border-radius: 15px;
  backdrop-filter: blur(21px);
  left: 50%;
  transform: translate(-50%, -76%);
}

.services .title_holder {
  margin: 0;
  margin-top: 50px;
}

.services .box {
  text-align: center;
  border-radius: 14px;
  padding: 30px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 30px 80px 0px;
  position: relative;
  height: 100%;
}

.services .box.box1 {
  background-color: white;
  color: #555;
}

.services .box.box2 {
  background-color: #39a3d7;
  color: white;
}


.dark .services .box.box1 {
  background-color: #313c4c;
  color: #cacaca;
}

/* .dark .services .box.box2 {
background-color: #216689;
color: #eeeeee;
} */




.services svg {
  width: 45px;
  height: 45px;
}

.services p {
  font-size: 0.85rem;
  padding-top: 20px;
  /* color: #555555; */
  text-align: justify;
  line-height: 1.9;
  margin: 0;
  ;
}




.btn-grad {
  background-image: linear-gradient(to right, #36D1DC 0%, #5B86E5 51%, #36D1DC 100%);
  /* margin: 10px; */
  padding: 14px 25px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 13px;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  font-size: 1rem;
  font-weight: 300;
}

.btn-grad:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px, #00BCD4 0px -3px 14px -7px;
}


.footer {
  padding: 30px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #00000017;
  margin-top: 50px;
}

.dark .footer {
  border-top: 1px solid #303b4c;
}

.footer .copyright {
  text-align: center;
  color: #0000006e;
  font-size: 0.75rem;
}

.dark .footer .copyright {
  text-align: center;
  color: #818fa7;
}










#startChatButton {
  background-color: rgb(36, 54, 101);
  border: 0;
  outline: 0;
  padding: 10px;
  position: fixed;
  left: 15px;
  bottom: 15px;
  border-radius: 30px 30px 30px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) -4px 9px 12px -2px;
  transition: 0.15s;
  height: 60px;
  width: 60px;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#startChatButton:hover {
  background-color: rgb(23 37 72);
  transition: 0.08s;
}

#startChatButton svg {
  width: 40px;
  height: 40px;
}

#startChatButton .loading_gif {
  display: none;
}

.msg {
  position: fixed;
  bottom: 80px;
  left: 20px;
  /* font-size: 13px;
padding: 6px 8px;
border-radius: 16px 7px 16px 7px;
box-shadow: rgba(17, 12, 46, 0.15) 0px 8px 20px 0px; */
  font-weight: 300;
  z-index: 9999;
  display: none;
}

.msg svg {
  width: 20px;
}

.msg .msg_text {
  font-size: 13px;
  padding: 6px 8px;
  border-radius: 16px 7px 7px 16px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 8px 20px 0px;
  margin-top: 2px;
  height: 32px;
}

.msg .msg_text:first-child {
  border-radius: 16px 7px 7px 16px;
}


.msg .msg_text:last-child {
  border-radius: 16px 7px 16px 16px;
}


.msg#msg_success .msg_text,
.msg#msg_success .msg_icon {
  background-color: #379a37;
  color: white;
}

.msg#msg_success2 .msg_text,
.msg#msg_success2 .msg_icon {
  background-color: #379a37;
  color: white;
}

.msg#msg_warning .msg_text,
.msg#msg_warning .msg_icon {
  background-color: #233564;
  ;
  color: white;
}

.msg#msg_warning a {
  color: #55ff7c;
  cursor: pointer;
  font-weight: 700;
}

.msg#msg_faliur .msg_text,
.msg#msg_faliur .msg_icon {
  background-color: #be3939;
  color: white;
}

.msg .msg_icon {
  position: absolute;
  right: 0px;
  top: -28px;
  /* background-color: #233564; */
  color: white;
  border-radius: 21px 21px 12px 21px;
  font-size: 1.3rem;
  padding: 4px;
  /* height: 25px; */
  /* width: 25px; */
  display: flex;
  align-items: center;
  justify-content: center;

}

.msg .msg_icon i {
  display: flex;
}






@media (max-width: 385px) {
  .header .img_holder img {
    width: 100%;
  }
}

@media (max-width: 992px) {
  #btn-grad1 {
    display: none;
  }

  #header_row {
    flex-direction: column-reverse;
  }

  .hero_img {
    margin-bottom: 35px;
  }

  .hero {
    /* padding-top: 0px; */
  }

  .header {
    border-bottom: 0;
  }

  .header .img_holder {
    width: 100%;
  }

  .services {
    padding-top: 110px;
  }

  .services .col-lg-4 {
    margin-bottom: 60px;
  }
}

@media (max-width: 576px) {
  .hero .hero_caption h4 {
    font-size: 1.5rem;
  }

}

@media (max-width: 768px) {

  .navbar>.container,
  .navbar>.container-fluid,
  .navbar>.container-lg,
  .navbar>.container-md,
  .navbar>.container-sm,
  .navbar>.container-xl,
  .navbar>.container-xxl {
    justify-content: flex-start !important;
  }

  .navbar-nav .nav-link {
    text-align: right;
  }
}



@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    /* justify-content: flex-end; */
  }

  nav>.container-fluid {
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  .header {
    height: auto;
    padding: 15px 0;
  }
}


header nav {
  height: 100%;
}

.nav-link {
  color: #0a6db5;
  font-weight: 400;
  font-size: 0.8rem;
  font-weight: 300;
  transition: 0.2s;
}

.nav-link:hover {
  color: #0c4f80;
  font-weight: 600;
  transition: 0.1s;

}

.dark .nav-link {
  color: #11b9ff;
  font-weight: 400;
  font-size: 0.95rem;
}

.dark .nav-link:hover {
  color: #59ceff;
}


.hero p span.bullet {
  background-color: #39a3d7;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 4px;
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    /* opacity: 0.2; */
    background-color: #ff5562;
  }
}


.btn-grad svg {
  width: 20px;
  height: 20px;
  margin-left: 6px;
}


.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {

  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
}

header button.navbar-toggler {
  padding: 0;
}

header button.navbar-toggler:focus {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

header button.navbar-toggler svg {
  height: 35px;
  width: 35px
}


.navbar-nav .dropdown-menu {
  position: absolute;
}


.bordered_box_outer {
  padding: 2px;

  border-radius: 25px;
}

.bordered_box {
  width: 100%;
  /* border: 1px solid #000; */
  top: -85px;
  border-radius: 23px;
  height: 200px;
  background-color: #faf9ff;
}



.main>section {
  padding-top: 60px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main>section .box {
  /* background: rgb(255 255 255 / 46%); */
  /* border-radius: 16px; */
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5); */
  /* backdrop-filter: blur(10.8px); */
  /* -webkit-backdrop-filter: blur(10.8px); */
  /* border: 1px solid rgb(255 255 255 / 46%); */
  /* padding: 20px;
    transition: 0.2s;
    display: block;
    width: 100%; */
}

.main>section .box .buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.main>section .box .buttons a {
  display: flex;
  padding: 20px;
  background: rgb(200 205 217 / 35%);
  border-radius: 8px;
  /* box-shadow: 0 4px 30px rgb(0 0 0 / 27%); */
  backdrop-filter: blur(10.8px);
  -webkit-backdrop-filter: blur(10.8px);
  border: 1px solid rgb(157 166 181 / 27%);
  font-weight: 300;
  justify-content: center;
  color: #202d4c;
}

.main>section .box .buttons a:hover {

  background: rgb(200 205 217 / 71%);
}

.main>section .box .buttons a i {
  margin-left: 7px;
  display: flex;
  align-items: center;
}




section .carousel {
  direction: ltr;
  border-radius: 10px;
  overflow: hidden;
}

section .carousel-caption {
  right: 0%;
  left: 0%;
  top: 0%;
  bottom: -40px;
}


section .carousel-caption {
  background-color: #00000078;
  background: linear-gradient(0deg, #000000ba, transparent, transparent);
  /* backdrop-filter: blur(2px); */
  /* border: 1px solid #fff3; */
  border-radius: 10px;
  /* box-shadow: rgb(0 0 0 / 46%) 0px 23px 29px -13px; */
  direction: rtl;
  margin-bottom: 33px;
  padding: 22px;
  /* background: rgb(0 0 0 / 17%); */
  border-radius: 16px;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4); */
  /* backdrop-filter: blur(10.8px); */
  -webkit-backdrop-filter: blur(10.8px);
  /* border: 1px solid rgb(255 255 255 / 20%); */
  padding: 80px;
  transition: 0.2s;
  text-shadow: 0 0 3px #000;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
}

section .carousel-caption h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  margin-bottom: 5px;
  line-height: 1.6;
  font-weight: 600;
}

section .carousel-caption p {
  margin: 0;
  font-weight: 300;
  font-size: 0.85rem;
  color: #fffe;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6;
}

section .carousel img {
  height: 450px;
  object-fit: cover;
}

section .sec_title {
  color: #222;
  margin-top: 65px;
  margin-bottom: 25px;
  padding: 0 10px;
  font-weight: 800;
  font-size: 1.7rem;
}


.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  /* border-top: 10px solid transparent; */
  /* border-bottom: 10px solid transparent; */
  opacity: .5;
  transition: opacity .6s ease;
  border-radius: 10px;
  transition: 0.5s;
}

.carousel-indicators .active {
  opacity: 1;
  width: 20px;
  transition: 0.5s;
}












.search-box {
  color: #3a4d60;
  padding: 15px;
  margin-bottom: 20px;
}

.search-box .search-background {
  /* background-color: #00000008; */
  /* border: 1px solid #bdc9e96e; */
  border-radius: 15px;
  padding: 50px 0;
  /* height: 100px; */
  /* opacity: 0.05; */
  border-bottom: 1px dashed #0001;
  margin-bottom: 15px;
  border-radius: 0;
}

.search-box p,
.search-box h3 {
  text-align: center;
}

.search-box .option-holder {
  display: inline-block;
  margin-left: 9px;
}

.search-box input[type="radio"] {
  margin-left: 5px;
  cursor: pointer
}

.search-box label {
  cursor: pointer;
  font-weight: 300;
}

.search-box .form-row {
  margin-bottom: 10px;
  max-width: 520px;
}

.search-box .searchinput_holder {
  margin-bottom: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
}

.search-box input[type="text"] {
  /* border: 1px solid #b9bfcf; */
  height: 44px;
  max-width: 520px;
  background-color: #eef0f6;
  padding: 12px 20px;
  border-radius: 8px;
  color: #283356;
  font-weight: 300;
  /* margin-bottom: 5px; */
  font-size: 0.9rem;
  padding-right: 32px;
  transition: all 0.2s ease;
}

.search-box input[type="text"]:focus {
  color: #000;
  box-shadow: none;
  border: 1px solid #0a6db5;
  background-color: #ebecf191;
}

.search-box input[type="text"]:focus~i {
  opacity: 1 !important;
  transition: opacity 0.3s ease;
}

.search-box select {
  /* border: 1px solid #f8f9fd; */
  height: 40px;
  background-color: #eef0f6;
  border-radius: 8px;
  /* height: 47px; */
  color: #496193;
  font-weight: 300;
  cursor: pointer;
  direction: rtl;
  padding: .375rem .75rem .375rem 2.25rem;
  background-position: left 0.75rem center;
  font-size: 0.9rem;
  width: auto;
  transition: 0.1s;
}

.search-box i.bi-search {
  position: absolute;
  top: 11px;
  right: 10px;
  opacity: 0.5;
}

.search-box select:focus {
  outline: none !important;

  box-shadow: none;
  border: 1px solid #0a6db5;
}

.search-box select:hover {
  background-color: #e0e3eb;
  /* border: 1px solid #0001; */
  transition: 0.1s;
}

.search-box select:hover option {
  background-color: #fff
}

.search-box button {
  background-color: #496193;
  height: 100%;
  border: 0;
  padding: 0 20px;
  height: 44px;
  margin-top: 0px;
  font-weight: 300;
  font-size: 0.95rem;
  border-radius: 8px;
  color: #f5f6fa;
  /* border: 1px solid #0001; */
  font-size: 0.9rem;
  transition: 0.1s;
}

.search-box button:hover,
.search-box button:focus {
  background-color: #496193;
  /* border: 1px solid #8199e6; */
  transition: 0.1s;

}






.search_options {
  text-align: center;
}

.search_options ul.ks-cboxtags {
  list-style: none;
  padding: 0px;
  margin-bottom: 25px;
}

.search_options ul.ks-cboxtags li {
  display: inline;
}

.search_options ul.ks-cboxtags li label {
  display: inline-block;
  background-color: rgb(255 255 255 / 33%);
  border: 1px solid rgb(24 62 90 / 12%);
  color: #3a4d60d4;
  backdrop-filter: blur(11px);
  border-radius: 8px;
  white-space: nowrap;
  /* margin: 3px 0px; */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all .2s;
  font-size: 0.9rem;
  font-weight: 300;
}

.search_options ul.ks-cboxtags li label {
  padding: 8px 12px;
  cursor: pointer;
}

.search_options ul.ks-cboxtags li label i {
  margin-right: 7px;
}

.search_options ul.ks-cboxtags li label::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  padding: 2px 2px 2px 6px;
  content: "\002B";
  transition: transform .3s ease-in-out;
  width: 18px;
}

.search_options ul.ks-cboxtags li input[type="radio"]:checked+label::before {
  content: "\2714";
  transform: rotate(-360deg);
  transition: transform .3s ease-in-out;
  background-color: #147e45;
  color: #eef1fa;
  border-radius: 15px;
  height: 16px;
  width: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-left: 2px;
}

.search_options ul.ks-cboxtags li input[type="radio"]:checked+label {
  border: 1px solid #3a4d60;
  background-color: #0a6db50a;
  color: #3a4d60;
  font-weight: 400;
  transition: all .2s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  /* letter-spacing: -0.1px; */
}


.search_options ul.ks-cboxtags li input[type="radio"] {
  display: absolute;
}

.search_options ul.ks-cboxtags li input[type="radio"] {
  position: absolute;
  opacity: 0;
}


.search_result {
  direction: rtl;
  /* margin-top: 410px; */
  /* background-color: #faf9ff; */
  /* z-index: 9;
    position: relative; */
  margin-bottom: 70px;
}

.search_result .card {
  background-color: #fdfdff;
  padding: 15px;
  position: relative;
  color: #283356 !important;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  margin-bottom: 16px;
}

.search_result .card img.card_img {
  width: 50px;
  margin-bottom: 15px;
}

.search_result .card h4 {}

.search_result .card p {
  color: #858996;
  margin: 0;
  font-weight: 300;
}

.search_result .card a.download_btn {
  position: absolute;
  top: 15px;
  left: 15px;

  border-radius: 8px;
  padding: 3px;
}

.search_result .card a.download_btn:hover {
  background-color: #303b5d12;
}

.search_result .card svg {
  width: 30px;
  height: 30px;
}

.search_result .card .tags span {
  background-color: #0e733b;
  border: 1px solid #63ab86;
  padding: 2px 6px;
  border-radius: 8px;
  color: #faf9ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-family: math;
  display: none;
}






.btn-container {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 0px;
  gap: 10px;
}

.btn-container .btn {
  position: relative;
  top: 0;
  left: 0;
  /* width: 200px;
  max-width: 200px; */
  height: 50px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: unset;
  padding: 25px;
  flex-grow: 1;
}

.btn-container .btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(255 255 255 / 81%);
  box-shadow: 0 5px 12px 0px rgba(0, 0, 0, 0.25);
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  padding: 10px;
  letter-spacing: 1px;
  text-decoration: none;
  overflow: hidden;
  color: #494949;
  font-weight: 400;
  z-index: 1;
  transition: 0.5s;
  backdrop-filter: blur(9px);
  font-family: iransans;
  letter-spacing: 0;
  font-size: 0.9rem;
  text-shadow: 0 0px 10px #ffffff;
}

.btn-container .btn:hover a {
  /* font-size: 1.5rem; */
}

.btn-container .btn a i {
  display: flex;
  font-size: 1.6rem;
  margin-left: 5px;
}

.btn-container .btn a svg {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.btn-container .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
  height: 100%;
  background: linear-gradient(to left, rgb(255 255 255 / 25%), transparent);
  transform: skewX(45deg) translate(0);
  transition: 0.5s;
  filter: blur(0px);
}

.btn-container .btn:hover a::before {
  transform: skewX(45deg) translate(200px);
}

.btn-container .btn::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: 0px;
  width: 10px;
  height: 5px;
  background: #f00;
  border-radius: 10px;
  transition: 0.5s;
  transition-delay: 0.5;
}

.btn-container .btn:hover::before

/*lightup button*/
  {
  bottom: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
}

.btn-container .btn::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  top: 0px;
  width: 10px;
  height: 5px;
  background: #f00;
  border-radius: 10px;
  transition: 0.5s;
  transition-delay: 0.5;
}

.btn-container .btn:hover::after

/*lightup button*/
  {
  top: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
}

.btn-container .btn:nth-child(2)::before,
/*chnage 1*/
.btn-container .btn:nth-child(2)::after {
  background: #ff1f71;
  box-shadow: 0 0 1px #ff1f71, 0 0 6px #ff1f71, 0 0 15px #ff1f71, 0 0 30px #ff1f71;
}

.btn-container .btn:nth-child(2) a {
  color: #a20b43;
}

.btn-container .btn:nth-child(2) a:hover {
  text-shadow: 0 0 6px #a20b43a8;
}

.btn-container .btn:nth-child(3) a {
  color: #00ae1e;
}

.btn-container .btn:nth-child(3) a:hover {
  text-shadow: 0 0 6px #00ae1ea8;
}



.btn-container .btn:nth-child(1)::before,
/* 2*/
.btn-container .btn:nth-child(1)::after {
  background: #2db2ff;
  box-shadow: 0 0 1px #2db2ff, 0 0 6px #2db2ff, 0 0 15px #2db2ff, 0 0 30px #2db2ff;
}

.btn-container .btn:nth-child(1) a {
  color: #096ba4;
}

.btn-container .btn:nth-child(1) a:hover {
  text-shadow: 0 0 6px #096ba4a8;
}

.btn-container .btn:nth-child(3)::before,
/* 3*/
.btn-container .btn:nth-child(3)::after {
  background: #1eff45;
  box-shadow: 0 0 1px #1eff45, 0 0 6px #1eff45, 0 0 15px #1eff45, 0 0 30px #1eff45;
}

@media screen and (max-width: 1200px) {
  .slider_wrapper .glass_holder {
    padding: 0 150px;
  }
}

@media screen and (max-width: 992px) {
  .slider_wrapper .glass_holder {
    padding: 0 40px;
  }

  #more_info .box1 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .slider_wrapper .glass_holder {
    padding: 0 15px;
  }
}

@media screen and (max-width: 450px) {
  .btn-container {
    flex-direction: column;
    align-items: center;
  }

  .btn-container .btn:last-child {
    margin-top: 20px;
  }
}


#parallax {
  position: relative;
  /* width: 100%; */
  /* height: 100vh; */
  background-image: url(../img/para3.png), url(../img/para2.png), url(../img/para1.png), url(../img/slider4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 0 50px #000c;
}

.slider_wrapper {
  background: url('../img/slider1.jpg');
  min-height: 310px;
  background-size: cover;
  background-position: center;
  opacity: 1;
}

/* .slider_wrapper .glass_holder {
  padding: 0 250px;
} */

.slider_wrapper .glass_box {
  margin: 70px 0;
  margin-top: 90px;
  margin-bottom: 90px !important;
  backdrop-filter: blur(6px);
  background-color: #fff5;
  /* overflow: hidden; */
  border-radius: 18px;
  padding: 9px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid #ffffff52;
  font-size: 0.9rem;
  transition: 0.2s;
}

.slider_wrapper .glass_box:hover {
  backdrop-filter: blur(16px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid #ffffff65;
  background-color: #ffffff5b;
  transition: 0.2s;
}

.slider_wrapper .glass_box * {
  font-family: iransans;
}

.slider_wrapper .glass_box ul.notes {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  padding-bottom: 10px;
  background: rgb(255 255 255 / 88%) !important;
  border-radius: 11px;
  /* box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15); */
  backdrop-filter: blur(61.2px) !important;
  -webkit-backdrop-filter: blur(239.2px);
  /* border: 1px solid rgb(255 255 255 / 26%); */
  padding: 25px;
  /* color: white; */
  /* overflow: hidden; */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.slider_wrapper p a {
  color: #26678c;
  /* border-bottom: 2px solid #ffa500; */
  font-weight: bold;
  background-color: #37a1e029;
  padding: 1px 5px;
  border-radius: 8px;
  margin: 0 3px;
  font-weight: 400 !important;
  /* border-bottom: 2px solid #008d00 !important; */
  transition: 0.3s;
  text-wrap: nowrap;
}

.slider_wrapper p a:hover {
  color: #ffffff;
  background-color: #37a1e0;
  transition: 0.1s;
}

.slider_wrapper p {
  color: #5d6068;
  /* font-size: 1.4rem; */
  list-style: none;
  text-align: justify;
  line-height: 1.7;
  margin: 0;
}

.slider_wrapper p i {
  margin-left: 5px;
  font-size: 17px;
  /* opacity: 0.7; */
  color: #37a1e0;
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    /* opacity: 0.2; */
    color: #ff5562;
  }
}

.slider_wrapper p strong {
  color: #37a1e0;
}






.main .box#news {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  /* overflow: hidden; */
  color: #444655;
  padding: 7px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.main .box#news .box_head {
  display: flex
  ;
      justify-content: space-between;
      padding: 7px 7px 12px 7px;
      align-content: center;
      align-items: center;
}
.main .box#news .box_head h5{
  margin: 0;
}
.main .box#news .box_head .btn_more {
  background-color: #e8eaf2ba;
  padding: 8px;
  display: block;
  border-radius: 10px;
  color: #545454;
  transition: 0.3s;
  display: flex
;
  align-items: center;
  font-weight: 300;
}
.main .box#news .box_head .btn_more:hover {
  background-color: #d3d9eb;
  transition: 0.15s;
}
.main .box#news .box_head .btn_more i {
  display: flex
  ;
}
.main .box#news .box_body {
  background-color: #f0eff5;
  border: 1px solid #0001;
  border-radius: 10px;
  padding: 5px;
  background-color: #fbfbff;
  border-radius: 9px;
  border: 1px solid #dcdee996;
}
.main .box#news a.item {
  display: flex;
  color: #444655;
  font-size: 0.83rem;
  padding: 5px;
  transition: .3s;
  border-radius: 7px;
  gap: 10px;
}
.main .box#news a.item:hover {
  background-color: #eeeef5;
  color: #096ba4;
  transition: .1s;
}
.main .box#news a.item:hover p {
  color: #096ba499;
  transition: .1s;
}
.main .box#news a.item .right img{
  width: 90px;
  height: 65px;
  border-radius: 6px;
  object-fit: cover;
}
.main .box#news a.item h6{
  font-size: 0.9rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.main .box#news a.item p{
  margin: 0;
  color: #0006;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
}