
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

.highcharts-credits {
  display: none !important;
}
.logo {
  width: auto;
  /* height: 40px; 
  height: 70px;*/
  margin-top: 4.5rem;
  transition: 0.3s;
  /* filter: brightness(0) invert(1); */
}

.sidebar .sidebar-brand {
  margin-bottom: 5rem;
}
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .cf {
  zoom: 1;
}
*:first-child + html .cf {
  zoom: 1;
}

html {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1.75em;
  margin: 0 0 0.6em 0;
}

a {
  color: #2996cc;
}
a:hover {
  text-decoration: none;
}
.nolink {
  padding: 0.95rem 1rem;
  font-size: 8pt;
  color: #9da0a8 !important;
}
.login-page,
.register-page {
  background-image: url("/assets/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.login-page:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.black {
  color: #000 !important;
}
.app-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1rem;
  color: #fff;
  background: #383e4b;
  border-top: 1px solid #e4e6eb;
  /*    bottom: -70px;*/
  position: relative;
  width: 100%;
}

.subnav {
  padding-left: 2rem !important;
}
p {
  line-height: 1.5em;
}
.small {
  color: #666;
  font-size: 0.875em;
}
.large {
  font-size: 1.25em;
}

/**
 * Nestable
 */

.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

.dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: linear-gradient(top, #fafafa 0%, #eee 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-handle:hover {
  color: #2ea8e5;
  background: #fff;
}

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  content: "+";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: "-";
}

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff
    ),
    -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff
          75%, #fff);
  background-image: -moz-linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff
    ),
    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff
          75%, #fff);
  background-image: linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff
    ),
    linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff
    );
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

/**
 * Nestable Extras
 */

.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

#nestable-menu {
  padding: 0;
  margin: 20px 0;
}

#nestable-output,
#nestable2-output {
  width: 100%;
  height: 7em;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: Consolas, monospace;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
  color: #fff;
  border: 1px solid #999;
  background: #bbb;
  background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
  background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
  background: linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover {
  background: #bbb;
}
#nestable2 .dd-item > button:before {
  color: #fff;
}

@media only screen and (min-width: 700px) {
  .dd {
    float: left;
    width: 48%;
  }
  .dd + .dd {
    margin-left: 2%;
  }
}

.dd-hover > .dd-handle {
  background: #2ea8e5 !important;
}

/**
 * Nestable Draggable Handles
 */

.dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: linear-gradient(top, #fafafa 0%, #eee 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd3-content:hover {
  color: #2ea8e5;
  background: #fff;
}

.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}

.dd3-item > button {
  margin-left: 30px;
}

.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #ddd;
  background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
  background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
  background: linear-gradient(top, #ddd 0%, #bbb 100%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dd3-handle:before {
  content: "≡";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.dd3-handle:hover {
  background: #ddd;
}

/**
 * Socialite
 */

.socialite {
  display: block;
  float: left;
  height: 35px;
}

/*
----------------
*/

#topnavbar1 {
  background: white !important;
  font-family: "Nunito";
  box-shadow: 1px 0 10px rgb(0 0 0 / 10%) !important;
}

#topnavbar1 .nav-link .img-profile {
  /* margin-right: 10px; */
  /* border: 2px solid #f0f1f6; */
}

#topnavbar1 .nav-link span {
  color: #666 !important;
  font-weight: 600;
  font-size: 0.9rem;
  font-family: "Nunito";
}

#wrapper #content-wrapper {
  background-color: #f0f1f6 !important;
}

#accordionSidebar .logo {
  filter: none !important;
}

#accordionSidebar .nav-item .nav-link,
#accordionSidebar .nav-item .dropdown-item {
  color: #666 !important;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: "Nunito";
}

#accordionSidebar .scrollbar-b {
  background-color: #fff !important;
  overflow: visible !important;
}

#accordionSidebar .scrollbar-b .sticky-wrapper {
  position: sticky !important;
  top: 0;
  width: 100%;
  bottom: 0;
}

#accordionSidebar .dropdown-item:focus,
.dropdown-item:hover {
  background-color: #fff !important;
}

.navigation-bar-center {
  list-style: none !important;
}

nav.sub-scroll ul {
  display: flex;
  list-style: none !important;
  padding-left: 2rem;
  flex-wrap: nowrap !important;
}

nav.sub-scroll ul li a {
  padding: 10px 15px;
  display: flex;
}

nav.sub-scroll ul li a {
  font-size: 0.9rem;
  color: #333;
  font-weight: 600;
}

nav.sub-scroll .nav-pills .nav-link.active,
nav.sub-scroll .nav-pills .show > .nav-link {
  color: #666 !important;
  background-color: transparent !important;
}

nav.sub-scroll ul li.active a {
  border-bottom: 3px solid #2152ff;
  border-radius: 0 !important;
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300;400;500;600;700;800;900&display=swap");

nav.sub-scroll ul li {
  font-family: "Nunito", sans-serif;
}

nav.sub-scroll {
  overflow-x: hidden;
  overflow-y: hidden;
}

nav.sub-scroll ul {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  transition: all 0.2s;
  will-change: transform;
  user-select: none;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

nav.sub-scroll ul::-webkit-scrollbar {
  display: none;
}

nav.sub-scroll .tab-content {
  padding-left: 2rem !important;
}

.navigation-bar-center,
.sub-scroll {
  background: transparent !important;
}

.navigation-bar-center .nav-pills {
  background: white !important;
  /* border-bottom: 2px solid #ebebeb; */
}

#accordionSidebar .scrollbar-b::-webkit-scrollbar-track {
  background: #ffffff !important;
}

#accordionSidebar .scrollbar-b::-webkit-scrollbar-thumb {
  background: #dfe4ea !important;
}

#accordionSidebar .scrollbar-b::-webkit-scrollbar-thumb:hover {
  background: #dfe4ea !important;
}

#accordionSidebar {
  background: transparent !important;
  border: 0;
}

ul#accordionSidebar .nav-item {
  overflow: hidden;
  padding: 0.5rem 1rem;
  margin-bottom: 0.75rem;

  margin: 0.75rem 1.25rem;
  padding: 0.5rem !important;
  margin-bottom: 0.75rem;
}

ul#accordionSidebar .nav-item {
}

ul#accordionSidebar.toggled .subnav {
  display: none !important;
}

#sidebarToggle {
  background: gray !important;
}

.app-footer {
  background: white !important;
}

.navigation-bars-container {
  background: white !important;
  margin-bottom: 15px !important;
}

@media (min-width: 768px) {
  #accordionSidebar.toggled {
    overflow: visible;
    /* width: 3.5rem !important; */
  }
  #accordionSidebar.toggled .scrollbar-b {
    overflow: visible;
    /* width: 3.5rem !important; */
  }
}

@media (max-width: 768px) {
  #accordionSidebar.toggled {
    overflow: visible;
    width: 0rem !important;
  }
  #accordionSidebar.toggled .scrollbar-b {
    overflow: visible;
    width: 0rem !important;
  }
  ul#accordionSidebar.toggled .nav-item {
    padding: 0 !important;
  }
}

#accordionSidebar.toggled .sidebar-icon svg,
#accordionSidebar .sidebar-icon img {
  margin-right: 20px !important;
}

#accordionSidebar .sidebar-icon svg,
#accordionSidebar .sidebar-icon img {
  width: 25px;
  height: 25px;
}

#accordionSidebar.toggled .nav-link {
  display: contents !important;
}

#accordionSidebar.toggled .sidebar-icon svg,
#accordionSidebar.toggled .sidebar-icon img {
  margin-right: 20px;
}

#accordionSidebar.toggled .sidebar-icon {
  display: contents;
}

ul#accordionSidebar .nav-item {
  padding-left: 1rem;
  align-items: center;
  color: #fff;
}

span.sidebar-icon + a.nav-link.collapsed {
  display: contents;
}

@media (min-width: 768px) {
  .sidebar.toggled .sidebar-brand .sidebar-brand-text {
    display: block !important;
  }
  /* ul#accordionSidebar.sidebar.toggled .sidebar-brand img{
    padding-left: 35px;
    overflow: hidden;
    height: 40px;
 } */
  ul#accordionSidebar.sidebar.toggled .scrollbar-b {
    overflow: hidden;
  }
}

.mt--20 {
  margin-top: -20px !important;
}

div.itu-nav {
  background-color: #fff;
  color: #ff7d00;
}

#wrapper #content-wrapper {
  background-color: #fff !important;
}

#accordionSidebar .nav-item {
  /* border-bottom: 1px solid #f1f1f1 !important; */
  display: flex;
}

/* #accordionSidebar .nav-item .sidebar-icon{
    padding: 1rem 1.2rem 1rem 0rem;
} */

#accordionSidebar .nav-item .nav-link {
  text-transform: lowercase;
}

#accordionSidebar .nav-item .nav-link p:first-letter {
  text-transform: uppercase;
}

#accordionSidebar .nav-item .nav-link p {
  margin: 0px !important;
  color: #ffffff !important;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: "Nunito";
  text-align: left;
  text-transform: capitalize;
}

p.spec-title1 {
  color: #ff7d00;
}

/* ---- */

.select2 {
  width: 100% !important;
}

.information-table h1,
.information-table h2,
.information-table h3,
.information-table h4,
.information-table h5,
.information-table h6 {
  font-weight: 600;
  color: #012970;
  margin-bottom: 20px;
}

.special-form .item {
  margin-bottom: 10px;
}

span.select2-selection.select2-selection--single {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.special-form .item .header h6,
.special-form .item .header h5,
.special-form .item .header h4,
.special-form .item .header h3,
.special-form .item .header h2,
.special-form .item .header h1 {
  font-weight: 700;
  color: #444;
}

span.select2-selection__arrow {
  line-height: 1.5;
  height: calc(1.5em + 0.75rem + 2px) !important;
  padding: 0.375rem 0.75rem;
}

.special-form input.form-control {
  color: #444 !important;
  padding-left: calc(0.75rem + 8px);
}

.special-form .btn {
  background-color: #2152ff;
  width: 200px;
  margin-left: auto;
  border-color: #2152ff;
  font-weight: 600;
  display: block;
}

.special-form .item .header {
  align-items: center;
  display: flex;
}

.charts .chart-item .highcharts-title {
  font-weight: 600;
  font-size: 1rem !important;
  color: #012970 !important;
  margin-bottom: 20px;
}

.charts .chart-item:not(:first-child) {
  border-top: 1px solid #ebebeb;
  margin-top: 10px;
  padding-top: 10px;
}

tr.filters123 input {
  display: block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dataTable tr th {
  font-weight: 600;
  color: #444;
  margin-bottom: 20px;
  font-size: 1rem;
}

.dataTables_wrapper div.dataTables_paginate {
  margin-top: 10px !important;
}

.dataTables_paginate .page-item.active .page-link {
  background: #2152ff;
  border-color: #2152ff;
  box-shadow: none !important;
}

.dataTables_paginate a.page-link {
  color: #333;
}

.special-form .datepicker {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.responsive-table {
  overflow-x: scroll;
}

.dataTables_wrapper .row:nth-child(2) {
  overflow-y: auto;
  max-width: 100% !important;
}

.general-information .social-icons {
  display: flex;
  gap: 7px;
  justify-content: center;
}

.general-information .social-icon-wrapper.scholar img {
  padding: 5px;
}

.general-information .social-icon-wrapper img {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.general-information .personel-card .avatar {
  margin-bottom: 10px;
  justify-content: center;
  display: flex;
}

.general-information .personel-card .avatar img {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  border-radius: 10px;
  height: 250px;
  width: 250px;
  object-fit: cover;
  width: 100%;
  max-width: 250px;
}

.general-information .personel-card .other-information .personel-title {
  font-weight: 700;
  color: #2c384e;
  margin: 15px 0 30px 0;
  text-align: center;
}

.person-card {
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
  padding: 20px;
}

.person-card .nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.person-card .nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

.timeline .nav-link.active {
  background-color: #2152ff !important;
  color: white !important;
  border-bottom: 0px !important;
}

.timeline button:focus {
  outline: transparent !important;
}

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

.person-card .nav-tabs-bordered .nav-link:not(.active) {
  background: transparent;
}

.person-card .tab-pane {
  padding-top: 15px;
}

.person-card .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.person-card .card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 700;
  color: #012970;
}

.person-card .label {
  font-weight: 700;
  color: rgba(1, 41, 112, 0.6);
  justify-content: flex-start;
}

#research-areas ul {
  padding-left: 20px;
}

p.lh-b {
  line-height: 1.5rem;
}

#research-areas ul li {
  font-size: 1rem;
  margin-bottom: 5px;
}

.fs-1 {
  font-size: 1rem;
}

.academical-information {
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
  padding: 20px;
  background: white;
  margin-top: 15px;
}

.academical-information .card__wrapper {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.academical-information .order-history .card__container {
  background: #d9dbdd;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
}

.academical-information .academic-admin-exp .card__container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 0 var(--card-gutter-x);
}

.academical-information .academic-admin-exp .order-timeline {
  --item-bottom-gutter: 3.2rem;
  --group-item-gutter: 1rem 1.4rem;
}

.academical-information
  .academic-admin-exp
  .order-timeline__item:not(:last-child) {
  margin-bottom: var(--item-bottom-gutter);
}

.academical-information .academic-admin-exp .order-timeline__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.academical-information .academic-admin-exp .order-timeline__left {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.3333rem;
  white-space: nowrap;
}

.academical-information .academic-admin-exp .order-timeline__left::before {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #eaedf0;
}

.academical-information .academic-admin-exp .order-timeline__date {
  font-weight: 500;
  line-height: 1.6em;
  min-width: 7.0667rem;
}

.academical-information .academic-admin-exp .order-timeline__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.academical-information
  .academic-admin-exp
  .order-timeline__item:first-child
  .order-timeline__right::before {
  top: 50%;
}

.academical-information .academic-admin-exp .order-timeline__group {
  list-style: none;
  padding: 0;
  margin: 0;
}

.academical-information
  .academic-admin-exp
  .order-timeline__group-item:first-child:last-child {
  border-radius: 10px;
}

.academical-information
  .academic-admin-exp
  .order-timeline__group-item:nth-last-child(1) {
  border-radius: 0 0 10px 10px;
}

.academical-information
  .academic-admin-exp
  .order-timeline__group-item:first-child {
  border-radius: 10px 10px 0 0;
}

.academical-information .academic-admin-exp .order-timeline__group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.4rem;
  background-color: #f8fafb;
}

.academical-information
  .academic-admin-exp
  .order-timeline__item:first-child
  .order-timeline__right::before {
  top: 50%;
}

.academical-information .academic-admin-exp .order-timeline__right::before {
  position: absolute;
  top: 0;
  bottom: calc(var(--item-bottom-gutter) * -1);
  left: calc(-1.3333rem);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  border-left: 1px solid #eaedf0;
}

.academical-information
  .academic-admin-exp
  .order-timeline__item:last-child
  .order-timeline__right:before {
  bottom: calc(var(--item-bottom-gutter) * -0.02) !important;
}

.academical-information
  .academic-admin-exp
  .order-timeline__group-item:first-child:last-child {
  border-radius: 10px;
}

.academical-information
  .academic-admin-exp
  .order-timeline__group-item:nth-last-child(1) {
  border-radius: 0 0 10px 10px;
}

.academical-information
  .academic-admin-exp
  .order-timeline__group-item:first-child {
  border-radius: 10px 10px 0 0;
}

.academical-information .academic-admin-exp .order-timeline__group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.4rem;
  background-color: #fff;
}

.academical-information .academic-admin-exp .desc-wrapper .title {
  font-weight: bold;
  display: block;
  color: #445e75;
}

.academical-information .academic-admin-exp .desc-wrapper .title a {
  text-decoration: underline;
  color: #445e75;
}

.academical-information .academic-admin-exp .desc-wrapper .unit {
  display: block;
}

.academical-information .academic-admin-exp .order-timeline__date {
  font-weight: 700;
  line-height: 1.6em;
  min-width: 7.0667rem;
  color: #333e4c;
  align-items: center;
}

.academical-information
  .academic-admin-exp
  .academical-information
  .order-history
  .card__container {
  background: #d9dbdd;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
}

.academical-information .academic-admin-exp .card__container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 10px 2.6667rem;
}

.academical-information .academic-admin-exp .order-timeline__left {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.3333rem;
  white-space: break-spaces;
}

.academical-information .academic-admin-exp .order-timeline__left {
  padding: 5px;
  width: 130px;
  flex-wrap: wrap;
}

.academical-information .academic-admin-exp .desc-wrapper .title {
  font-weight: bold;
  display: block;
}

.academical-information .academic-admin-exp .tab-pane {
  max-height: 500px;
  overflow-y: auto;
}

ul.timeline {
  margin-bottom: 10px;
  border-bottom: 0;
}

ul.timeline .nav-item {
  background-color: #d9dbdd !important;
  border-radius: 0px !important;
  height: 100%;
  display: table-cell;
  float: none;
}

@media (max-width: 778px) {
  ul.timeline .nav-item {
    display: block;
  }
}

ul.timeline .nav-item button {
  border-radius: 0px !important;
  /* white-space: break-spaces; */
  height: 100%;
  display: flex;
  flex: 1;
  width: 100%;
  justify-content: center;
}

.timeline {
  display: inline-flex;
  width: max-content;
  background: #d9dbdd;
  padding: 5px;
}

@media (max-width: 778px) {
  .timeline {
    display: table;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    gap: 10px;
  }
}

.timeline.articles {
  display: table;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  gap: 10px;
}

button:focus {
  outline: transparent !important;
}

.general-information .social-icons {
  display: flex;
  gap: 7px;
  justify-content: center;
}

.general-information .social-icon-wrapper.scholar img {
  padding: 5px;
}

.general-information .social-icon-wrapper img {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.general-information .personel-card .avatar {
  margin-bottom: 10px;
  justify-content: center;
  display: flex;
}

.general-information .personel-card .avatar img {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  border-radius: 10px;
  height: 250px;
  width: 250px;
  object-fit: cover;
  width: 100%;
  max-width: 250px;
}

.general-information .personel-card .other-information .personel-title {
  font-weight: 700;
  color: #2c384e;
  margin: 15px 0 30px 0;
  text-align: center;
}

.person-card {
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
  padding: 20px;
}

.person-card .nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.person-card .nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

.timeline .nav-link.active {
  background-color: #2152ff !important;
  color: white !important;
  border-bottom: 0px !important;
}

.timeline button:focus {
  outline: transparent !important;
}

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

.person-card .nav-tabs-bordered .nav-link:not(.active) {
  background: transparent;
}

.person-card .tab-pane {
  padding-top: 15px;
}

.person-card .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.person-card .card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 700;
  color: #012970;
}

.person-card .label {
  font-weight: 700;
  color: rgba(1, 41, 112, 0.6);
  justify-content: flex-start;
}

#research-areas ul {
  padding-left: 20px;
}

p.lh-b {
  line-height: 1.5rem;
}

#research-areas ul li {
  font-size: 1rem;
  margin-bottom: 5px;
}

.fs-1 {
  font-size: 1rem;
}

.academical-information {
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
  padding: 20px;
  background: white;
  margin-top: 15px;
}

.academical-information .card__wrapper {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.academical-information .order-history .card__container {
  background: #d9dbdd;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
}

.academical-information .academic-admin-exp .card__container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 0 var(--card-gutter-x);
}

.academical-information .academic-admin-exp .order-timeline {
  --item-bottom-gutter: 3.2rem;
  --group-item-gutter: 1rem 1.4rem;
}

.academical-information
  .academic-admin-exp
  .order-timeline__item:not(:last-child) {
  margin-bottom: var(--item-bottom-gutter);
}

.academical-information .academic-admin-exp .order-timeline__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.academical-information .academic-admin-exp .order-timeline__left {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.3333rem;
  white-space: nowrap;
}

.academical-information .academic-admin-exp .order-timeline__left::before {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #eaedf0;
}

.academical-information .academic-admin-exp .order-timeline__date {
  font-weight: 500;
  line-height: 1.6em;
  min-width: 7.0667rem;
}

.academical-information .academic-admin-exp .order-timeline__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.academical-information
  .academic-admin-exp
  .order-timeline__item:first-child
  .order-timeline__right::before {
  top: 50%;
}

.academical-information .academic-admin-exp .order-timeline__group {
  list-style: none;
  padding: 0;
  margin: 0;
}

.academical-information
  .academic-admin-exp
  .order-timeline__group-item:first-child:last-child {
  border-radius: 10px;
}

.academical-information
  .academic-admin-exp
  .order-timeline__group-item:nth-last-child(1) {
  border-radius: 0 0 10px 10px;
}

.academical-information
  .academic-admin-exp
  .order-timeline__group-item:first-child {
  border-radius: 10px 10px 0 0;
}

.academical-information .academic-admin-exp .order-timeline__group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.4rem;
  background-color: #f8fafb;
}

.academical-information
  .academic-admin-exp
  .order-timeline__item:first-child
  .order-timeline__right::before {
  top: 50%;
}

.academical-information .academic-admin-exp .order-timeline__right::before {
  position: absolute;
  top: 0;
  bottom: calc(var(--item-bottom-gutter) * -1);
  left: calc(-1.3333rem);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  border-left: 1px solid #eaedf0;
}

.academical-information
  .academic-admin-exp
  .order-timeline__item:last-child
  .order-timeline__right:before {
  bottom: calc(var(--item-bottom-gutter) * -0.02) !important;
}

.academical-information
  .academic-admin-exp
  .order-timeline__group-item:first-child:last-child {
  border-radius: 10px;
}

.academical-information
  .academic-admin-exp
  .order-timeline__group-item:nth-last-child(1) {
  border-radius: 0 0 10px 10px;
}

.academical-information
  .academic-admin-exp
  .order-timeline__group-item:first-child {
  border-radius: 10px 10px 0 0;
}

.academical-information .academic-admin-exp .order-timeline__group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.4rem;
  background-color: #fff;
}

.academical-information .academic-admin-exp .desc-wrapper .title {
  font-weight: bold;
  display: block;
  color: #445e75;
}

.academical-information .academic-admin-exp .desc-wrapper .title a {
  text-decoration: underline;
  color: #445e75;
}

.academical-information .academic-admin-exp .desc-wrapper .unit {
  display: block;
}

.academical-information .academic-admin-exp .order-timeline__date {
  font-weight: 700;
  line-height: 1.6em;
  min-width: 7.0667rem;
  color: #333e4c;
  align-items: center;
}

.academical-information
  .academic-admin-exp
  .academical-information
  .order-history
  .card__container {
  background: #d9dbdd;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
}

.academical-information .academic-admin-exp .card__container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 10px 2.6667rem;
}

.academical-information .academic-admin-exp .order-timeline__left {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.3333rem;
  white-space: break-spaces;
}

.academical-information .academic-admin-exp .order-timeline__left {
  padding: 5px;
  width: 130px;
  flex-wrap: wrap;
}

.academical-information .academic-admin-exp .desc-wrapper .title {
  font-weight: bold;
  display: block;
}

.academical-information .academic-admin-exp .tab-pane {
  max-height: 500px;
  overflow-y: auto;
}

ul.timeline {
  margin-bottom: 10px;
  border-bottom: 0;
}

ul.timeline .nav-item {
  background-color: #d9dbdd !important;
  border-radius: 0px !important;
  height: 100%;
  display: table-cell;
  float: none;
}

@media (max-width: 778px) {
  ul.timeline .nav-item {
    display: block;
  }
}

ul.timeline .nav-item button {
  border-radius: 0px !important;
  /* white-space: break-spaces; */
  height: 100%;
  display: flex;
  flex: 1;
  width: 100%;
  justify-content: center;
}

.timeline {
  display: inline-flex;
  width: max-content;
  background: #d9dbdd;
  padding: 5px;
}

@media (max-width: 778px) {
  .timeline {
    display: table;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    gap: 10px;
  }
}

.timeline.articles {
  display: table;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  gap: 10px;
}

button:focus {
  outline: transparent !important;
}

#accordionSidebar {
  display: block;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px -1px 14.72px 1.28px rgb(51, 51, 51, 0.5);
  box-shadow: 0 -1px 14.72px 1.28px rgb(51, 51, 51, 0.5);
  transition: left 0.3s ease, width 0.3s ease;
}

#accordionSidebar .scrollbar-b {
  width: 100% !important;
  position: relative;
  /* background: linear-gradient(100deg, #1a41cc, #1aa9ca) !important; */
  /* background: linear-gradient(100deg, #1a41cc, #1a71cc) !important; */
  /* background: linear-gradient(100deg, #005497, #005497) !important; */
  background: linear-gradient(100deg, #1e4a8b, #007ee3) !important;
  height: 100%;
}

ul#accordionSidebar .nav-item:hover {
  background-color: #fff;
  padding: 0.5rem !important;
  border-radius: 5px;
  color: #1e4a8b;
}

ul#accordionSidebar .nav-item:hover .sidebar-icon img {
  filter: invert(66%) sepia(68%) saturate(830%) hue-rotate(204deg) brightness(49%) contrast(78%);
}

.sidebar .sidebar-brand {
  display: block;
}

/* 
#accordionSidebar .sticky-wrapper:after {
  content: "";
  background: url('/assets/patterns/2.svg');
  background-size: cover;
  position: absolute;
  bottom: -200px;
  right: 0;
  z-index: -1;
  width: 250px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
} */

@media (max-width: 768px) {
  #accordionSidebar.toggled {
    left: -200% !important;
  }

  #accordionSidebar:not(.toggled) {
    left: 0% !important;
    width: 100%;
  }

  .sidebar {
    min-height: 100vh;
    position: relative !important;
    transition: all 0.2s ease;
  }

  #accordionSidebar.toggled .scrollbar-b {
    width: 100% !important;
  }

  .sidebar .sidebar-brand .sidebar-brand-text {
    display: block;
  }
}

.btn-link {
  color: #71829b;
}

.topbar .dropdown .dropdown-menu {
  padding: 0;
  overflow: hidden;
}
.topbar .dropdown .dropdown-menu .user-wrapper {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #1e4a8b;
  background-image: linear-gradient(310deg, #2152ff, #21d4fd);
}

.topbar .dropdown .dropdown-menu .user-wrapper .username {
  color: #fff;
}

.topbar .dropdown .dropdown-menu .user-wrapper .img-profile {
  height: 50px;
  border-radius: 50%;
  border: 0;
  color: #fff;
}

.topbar .dropdown .dropdown-menu .dropdown-item {
  padding: 1rem;
  display: flex;
  align-items: center;
  font-weight: 300 !important;
  font-size: 0.85rem;
  color: #333 !important;
  justify-content: center;
}

.dropdown-item i {
  color: #71829b !important;
  font-size: 1rem;
}

.table-card {
  position: relative;
  padding: 5px;
  word-wrap: break-word;
  /* background: #fff; */
  background-clip: border-box;
  /* border-radius: 5px; */
  /* border: 1px solid #deebfd;
  margin-block-end: 1.3rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.table-card .table {
  background-color: #fff;
}

.table-card .table thead tr {
  background: #007ee3 !important;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.table-card .table thead tr td {
  padding: 1rem;
}

.table-card .table .img-wrapper img {
  height: 40px;
  max-width: 150px;
  object-fit: contain;
}

.table-card .table td {
  vertical-align: middle;
  text-align: center;
}

.table-card .table {
  font-family: "Roboto", sans-serif;
}

.table-card .table td.img-wrapper {
  height: 80px;
}

.table-card .table .global-rank-wrapper {
  white-space: nowrap;
}

.table-card .table p.arrow-txt {
  margin-bottom: 0;
}

.table-card .table .straight-arrow,
.table-card .table .arrow-down-brdr,
.table-card .table .arrow-up-brdr {
  margin: auto;
}

.table-card .table .year {
  color: #2152ff !important;
  font-weight: 600;
}

.table-card .arrow-down-brdr + .arrow-txt {
  color: #ff4217 !important;
}

.table-card .arrow-up-brdr + .arrow-txt {
  color: #37cc65 !important;
}

.table-card .txt,
.table-card .domestic-rank-wrapper {
  margin: 0;
  color: #4e4f4e;
  font-weight: 400 !important;
}

.itu-nav .right-title,
.yok-arastirma-nav .left-title {
  background-image: linear-gradient(310deg, #2152ff, #21d4fd);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.login-card-body .btn {
  margin-bottom: 1rem;
  letter-spacing: -0.025rem;
  text-transform: uppercase;
  box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11),
    0 2px 4px -1px rgba(0, 0, 0, 0.07);
  background-size: 150%;
  background-position-x: 25%;
  background-image: linear-gradient(310deg, #2152ff 0%, #21d4fd 100%);
  display: block;
  border: 0;
}

.login-card-body .login-logo img {
  height: 130px;
  margin-bottom: 1rem;
}

.login-card-body {
  border-radius: 5px;
}

.login-card-body .input-group-text span.fas {
  color: #004f9f;
}

.item-title {
  background-image: linear-gradient(310deg, #1e4a8b, #007ee3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.academician-box .card {
  background-color: transparent;
  border: 0;
}

.academician-box .card .item-title {
  width: 50%;
  font-weight: 800;
}

.academician-box .card p {
  color: #333;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
}

.academician-box .card .item-card {
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
  background-color: #fff;
  padding: 1rem;
  border-radius: 15px;
  border: 1px solid #f1f1f1;
  height: 100%;
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
}

.academician-box .card .item-card .mini-title {
  font-weight: 800;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-size: 1rem;
  width: 90%;
}

.academician-box .card .col-sm-12:nth-child(1) .item-card .mini-title {
  background-image: linear-gradient(310.31deg, #ff3364 14.71%, #ff7f9e 100%);
}
.academician-box .card .col-sm-12:nth-child(1) .item-card .score,
.academician-box .card .col-sm-12:nth-child(1) .icon-wrapper {
  background-image: linear-gradient(310.31deg, #ff3364 14.71%, #ff7f9e 100%);
}

.academician-box .card .col-sm-12:nth-child(2) .item-card .mini-title {
  background-image: linear-gradient(297.08deg, #ff9e2a -4.53%, #ffa941 98.25%);
}
.academician-box .card .col-sm-12:nth-child(2) .item-card .score,
.academician-box .card .col-sm-12:nth-child(2) .icon-wrapper {
  background-image: linear-gradient(297.08deg, #ff9e2a -4.53%, #ffa941 98.25%);
}

.academician-box .card .col-sm-12:nth-child(5) .item-card .mini-title {
  background-image: linear-gradient(103.75deg, #33b1ee -13.9%, #7366ff 79.68%);
}
.academician-box .card .col-sm-12:nth-child(5) .item-card .score,
.academician-box .card .col-sm-12:nth-child(5) .icon-wrapper {
  background-image: linear-gradient(103.75deg, #33b1ee -13.9%, #7366ff 79.68%);
}

.academician-box .card .col-sm-12:nth-child(4) .item-card .mini-title {
  background-image: linear-gradient(to right, #70c568, 0%, #459f3c, 100%, #fff);
}
.academician-box .card .col-sm-12:nth-child(4) .item-card .score,
.academician-box .card .col-sm-12:nth-child(4) .icon-wrapper {
  background-image: linear-gradient(to right, #70c568, 0%, #459f3c, 100%, #fff);
}

.academician-box .card .col-sm-12:nth-child(6) .item-card .mini-title {
  background-image: linear-gradient(
    to right,
    #fd6a60 0%,
    #fb1e10 51%,
    #fd6a60 100%
  );
}
.academician-box .card .col-sm-12:nth-child(6) .item-card .score,
.academician-box .card .col-sm-12:nth-child(6) .icon-wrapper {
  background-image: linear-gradient(
    to right,
    #fd6a60 0%,
    #fb1e10 51%,
    #fd6a60 100%
  );
}

.academician-box .card .col-sm-12:nth-child(3) .item-card .mini-title {
  background-image: linear-gradient(
    to right,
    #3ed1fa 0%,
    #06b0e0 51%,
    #3ed1fa 100%
  );
}
.academician-box .card .col-sm-12:nth-child(3) .item-card .score,
.academician-box .card .col-sm-12:nth-child(3) .icon-wrapper {
  background-image: linear-gradient(
    to right,
    #3ed1fa 0%,
    #06b0e0 51%,
    #3ed1fa 100%
  );
}

.academician-box .card .item-card .score-title {
  font-weight: 700;
  color: #444;
}

.academician-box .card .col-sm-12 .item-card .score {
  color: #ffff;
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1rem;
}

.academician-box .card .col-sm-12 .item-card .icon-wrapper {
  width: 80px;
  height: 80px;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
}

.academician-box .card .flex-1 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.academician-box .card .card-wrapper:has(.flex-1) {
  display: flex;
}

.container-fluid.mt-md-3.mt-1.academician-box {
  padding-top: 2rem !important;
}

.container-fluid.h-100.shadow.bg-white.mt--20:has(.academician-box) {
  background-color: transparent !important;
}

.academician-box .card-wrapper {
  display: flex;
}

.academician-box .card-wrapper .left,
.card-wrapper .right {
  flex: 1;
  justify-content: end;
}

.academician-box .card-wrapper .right {
  display: flex;
  justify-content: end;
  align-items: center;
}

.academician-box .icon-wrapper {
  width: 110px;
  height: 110px;
  clip-path: polygon(
    40% 7.67949%,
    43.1596% 6.20615%,
    46.52704% 5.30384%,
    50% 5%,
    53.47296% 5.30384%,
    56.8404% 6.20615%,
    60% 7.67949%,
    81.65064% 20.17949%,
    84.50639% 22.17911%,
    86.97152% 24.64425%,
    88.97114% 27.5%,
    90.44449% 30.6596%,
    91.34679% 34.02704%,
    91.65064% 37.5%,
    91.65064% 62.5%,
    91.34679% 65.97296%,
    90.44449% 69.3404%,
    88.97114% 72.5%,
    86.97152% 75.35575%,
    84.50639% 77.82089%,
    81.65064% 79.82051%,
    60% 92.32051%,
    56.8404% 93.79385%,
    53.47296% 94.69616%,
    50% 95%,
    46.52704% 94.69616%,
    43.1596% 93.79385%,
    40% 92.32051%,
    18.34936% 79.82051%,
    15.49361% 77.82089%,
    13.02848% 75.35575%,
    11.02886% 72.5%,
    9.55551% 69.3404%,
    8.65321% 65.97296%,
    8.34936% 62.5%,
    8.34936% 37.5%,
    8.65321% 34.02704%,
    9.55551% 30.6596%,
    11.02886% 27.5%,
    13.02848% 24.64425%,
    15.49361% 22.17911%,
    18.34936% 20.17949%
  );
  display: flex;
  padding: 10px;
}

.academician-box .card .col-sm-12:nth-child(1) .item-card {
  border-left: 5px solid #ff7f9e;
}

.academician-box .card .col-sm-12:nth-child(2) .item-card {
  border-left: 5px solid #ffa941;
}

.academician-box .card .col-sm-12:nth-child(5) .item-card {
  border-left: 5px solid #7366ff;
}

.academician-box .card .col-sm-12:nth-child(4) .item-card {
  border-left: 5px solid #459f3c;
}

.academician-box .card .col-sm-12:nth-child(6) .item-card {
  border-left: 5px solid #fb1e10;
}

.academician-box .card .col-sm-12:nth-child(3) .item-card {
  border-left: 5px solid #06b0e0;
}

.academician-box .card .item-card .icon-wrapper .icon img {
  height: 50px;
}

.academician-box .card .flex-wrapper {
  flex: 1;
  gap: 5px;
}
.alert.alert-success {
  background-color: #22ddad;
  border-color: #22ddad;
  color: #fff;
}

.alert.alert-info {
  background-color: #62aceb;
  border-color: #62aceb;
  color: #fff;
}

.alert.alert-warning {
  background-color: #ffbb35;
  border-color: #ffbb35;
  color: #fff;
}

#accordionSidebar .nav-item:after {
  content: " ";
  position: absolute !important;
  height: 2px;
  width: 85%;
  /* background: linear-gradient(100deg, #f9f9f9, #1a80ca) !important; */
  background: linear-gradient(100deg, #f9f9f9, #007ee3) !important;
  bottom: 0px;
  border-radius: 40%;
}

#accordionSidebar .nav-item {
  position: relative;
  overflow: auto;
}

ul#accordionSidebar .nav-item:hover:after {
  display: none;
}

.container-fluid.h-100.shadow.bg-white:has(.main-container) {
  box-shadow: none;
  background-color: #e9ecef !important;
  padding-top: 1rem;
}

.main-container {
  max-width: 1000px;
  margin: auto;
}

.main-container .page {
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  overflow: hidden;
  box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
}

.main-container .page.page-1 .pattern-top {
  background: url(/assets/img/patterns/pattern-1.svg);
  height: 180px;
  background-size: cover;
  background-position: bottom;
}

.main-container .page.page-1 .page-content {
  max-width: 80%;
  margin: auto;
}

.main-container .page.page-1 .page-content .logo {
  height: 70px;
  margin-bottom: 2rem;
}

.main-container .page.page-1 .page-content .big-title {
  font-size: 4.5rem;
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  width: max-content;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  color: #015aaa;
  text-transform: uppercase;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(310deg, #2152ff, #21d4fd);
}

.main-container .page.page-1 .page-content h6 {
  color: #015aaa !important;
  /* background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(310deg, #2152FF, #21D4FD); */
  font-weight: 800;
  width: max-content;
  font-size: 2.5rem;
  text-transform: uppercase;
  padding: 1rem 0;
}

.main-container .page .top-title.mini:before {
  content: " ";
  background: url("/assets/logo-white.png");
  width: 75px;
  height: 75px;
  display: inline-block;
  position: absolute;
  right: 24px;
  top: -25px;
  background-size: 75px;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 100;
}

hr {
  border: none;
  position: relative;
  padding-bottom: 1rem;
}

hr:after {
  content: " ";
  position: absolute !important;
  height: 5px;
  width: 85%;
  background: linear-gradient(100deg, #1a80ca, #ffffff) !important;
  bottom: 0px;
}

.main-container .page.page-1 {
  position: relative;
}

/* .main-container .page.page-1:after {
  content: " ";
  right: 0;
  position: absolute !important;
  height: 51%;
  width: 25px;
  bottom: 0;
  background-color: #00aeef;
} */

.main-container .page.page-1 .uni-img {
  height: 400px;
  object-fit: cover;
  width: 100%;
  border-top: 10px solid #00aeef;
}

.main-container .page {
  margin-bottom: 1rem;
}

.main-container .page .top-title.mini {
  font-size: 1rem;
  margin: 2rem 0 1rem 2rem;
  color: #00aeef;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  position: relative;
}

.main-container .page .top-title.mini:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 40%;
  bottom: 0;
  height: 2px;
  background: #00aeef;
  width: 80%;
}

.main-container .page.page-1 .pattern-bottom {
  background: url(/assets/img/patterns/pattern-1.svg);
  height: 180px;
  background-size: cover;
  background-position: bottom;
  transform: rotate(180deg);
  margin-top: -185px;
}

.main-container .page.page-2 .title {
  margin: 0 0 1rem 2rem;
  font-weight: 700;
  color: #333;
  font-size: 1.9rem;
}

.main-container .page.page-2 .top-title.mini:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 40%;
  bottom: 0;
  height: 2px;
  background: #00aeef;
  width: 80%;
}

.main-container .page.page-2 .content {
  padding: 0 2rem;
  margin-bottom: 2rem;
}

.main-container .page.page-2 .content .quotation {
  position: relative;
  padding: 3.5rem;
}

.main-container .page.page-2 .content .quotation:before {
  content: " ";
  background: url("/assets/img/others/quotation-1.svg");
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  background-size: 300px;
  position: absolute;
  left: -1rem;
  top: -1rem;
}

.main-container .page.page-2 .content .quotation:after {
  content: " ";
  background: url("/assets/img/others/quotation-2.svg");
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  background-size: 300px;
  position: absolute;
  right: -1rem;
  bottom: -1rem;
}

.main-container .page.page-2 .content .quotation p {
  font-weight: 600 !important;
  font-family: "Nunito", sans-serif;
  color: #444;
  font-size: 1rem;
}

.main-container .page.page-2 .uni-img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.main-container .page-3 .title {
  margin: 0 0 1rem 2rem;
  font-weight: 700;
  color: #fff;
  font-size: 1.9rem;
}

.main-container .page-3 .numbers-wrapper {
  display: grid;
  grid-template-columns: auto auto auto auto;
  margin: 2rem;
}

.main-container .page.page-3 {
  /* background: url("/assets/img/others/gradient-bg.svg"); */
  background: #002747;
}

.main-container .page-3 .numbers-wrapper .number-item {
  padding: 1rem;
  width: 195px;
  height: 100px;
  display: flex;
  margin-bottom: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-container .page-3 .numbers-wrapper .number-item .item-title {
  font-size: 1.9rem;
  font-weight: 800;
}

.main-container .page-3 .numbers-wrapper .number-item .desc {
  color: #fff;
  font-size: 1rem;
}

.main-container .page-4 .title {
  margin: 0 0 0 2rem;
  font-weight: 700;
  color: #333;
  font-size: 1.9rem;
  max-width: 300px;
}

.main-container .page-4 .items {
  padding: 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.main-container .page-4 .items .single-item {
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
}

.main-container .page-4 .items .single-item:nth-child(n) {
  background-color: #015aaa;
  color: #fff;
}

.main-container .page-4 .items .single-item:nth-child(2n) {
  background-color: #e6e7e9;
  color: #444;
}

.main-container .page-4 .items .single-item:nth-child(3n) {
  background-color: #00aeef;
  color: #fff;
}

.main-container .page-4 .items .single-item:nth-child(4n) {
  background-color: #3e3e3f;
  color: #fff;
}

.main-container .page-4 .items .single-item .item-wrapper {
  display: flex;
  gap: 1rem;
}

.main-container .page-4 .items .single-item .item-wrapper .single-item-title {
  font-weight: 700;
  font-size: 1.2rem;
  flex: 1;
  display: flex;
  align-items: center;
}

.main-container .page-4 .items .single-item .item-wrapper .desc {
  flex: 3;
  font-size: 1rem;
}

.main-container .page.page-5 {
  background: #002747;
}

.main-container .page.page-5 .title {
  margin: 0 0 0 2rem;
  font-weight: 700;
  color: #fff;
  font-size: 1.9rem;
}

.main-container .page.page-5 .icon-wrapper {
  text-align: center;
}

.main-container .page.page-5 .icon-wrapper .global-icon {
  height: 550px;
  opacity: 0.3;
  object-fit: cover;
  margin-top: -450px;
}

.main-container .page.page-5 .bubbles {
  margin: 2rem auto;
  width: 80%;
  position: relative;
}

.main-container .page.page-5 .bubbles .bubble {
  display: flex;
  gap: 1.5rem;
  max-width: 550px;
  margin: auto;
  margin-bottom: 1rem;
  /* background-color: #e03c31; */
  padding: 1rem;
  border-radius: 5px;
  z-index: 1000;
  position: relative;
}

.main-container .page.page-5 .bubbles .bubble .number-icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 700;
  background-color: #e03c31;
  border: 5px solid #fff;
  border-radius: 50%;
}

.main-container .page.page-5 .bubbles .bubble .desc {
  display: flex;
  justify-content: center;
  color: #ffff;
  flex-direction: column;
  flex: 2.5;
}

.main-container .page.page-5 .bubbles .bubble .desc h6 {
  text-transform: uppercase;
  color: #00aeef;
  font-size: 1.2rem;
  background-image: linear-gradient(310deg, #21d4fd, #00aeef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-weight: 800;
}

.main-container .page.page-5 .bubbles .bubble .number-icon img {
  max-width: 100%;
  height: 110px;
  padding: 1rem;
}

.main-container .page.page-5 .bubbles .bubble .desc h6 + div {
  font-size: 1rem;
}

.main-container .page.page-5 .bubbles .bubble .desc ul li {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
}

.main-container .page.page-5 .bubbles .bubble .desc .total-count {
  background-color: #e03c31;
  width: max-content;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
}

.main-container .page.page-5 .bubbles:after {
  content: " ";
  position: absolute;
  width: 800px;
  right: -600px;
  height: 800px;
  background: url("/assets/img/others/earth-draw.svg");
  background-size: cover;
  top: -20%;
  opacity: 0.5;
  z-index: 1;
}

.main-container .page.page-5 .bubbles:before {
  content: " ";
  position: absolute;
  width: 1200px;
  left: -970px;
  height: 800px;
  background: url("/assets/img/others/earth-draw.svg");
  background-size: cover;
  top: -25%;
  opacity: 0.5;
  z-index: 1;
}

.main-container .page-6 {
  background-color: #133b99;
  /* background: linear-gradient(to right, #133b99, #21bafd); */
}

.main-container .page-6 .title {
  margin: 0 0 0 2rem;
  font-weight: 700;
  color: #fff;
  font-size: 1.9rem;
  max-width: 300px;
}

.main-container .page-6 .company-segmentation-box {
  z-index: 1000;
  position: relative;
}

.main-container .page-6 .company-segmentation-box .list {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 3px;
  margin: 0;
  flex: 1;
}

.main-container .page-6 .company-segmentation-box .list li {
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  padding: 0.5rem 0.75rem;
  text-transform: uppercase;
  color: #fff;
  border: 3px solid #f0f0f0;
}

.main-container .page-6 .company-segmentation-box .list li.active {
  background-color: #47667d;
  box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11),
    0 2px 4px -1px rgba(0, 0, 0, 0.07);
  background-image: linear-gradient(310deg, #2152ff 0%, #21d4fd 100%);
  color: #ffff;
}

.company-segmentation-box .item {
  display: flex;
  margin-bottom: 1rem;
}

.main-container .page-6 .company-segmentation-box .title-wrapper {
  width: 100px;
  padding: 0.5rem;
  text-align: left;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.main-container .page-6 .company-segmentation-box .title-wrapper .title {
  font-size: 1.2rem;
  margin-bottom: 0;
  font-weight: 800;
  margin: 0;
}

.main-container .page-6 .company-segmentation .top-part {
  background-color: #001f3d;
  padding: 1rem;
  position: relative;
}

.main-container .page-6 .content {
  padding: 2rem 2rem;
}

.main-container .page-7 .title {
  margin: 0 0 0 2rem;
  font-weight: 700;
  color: #333;
  font-size: 1.9rem;
  max-width: 300px;
}


.main-container .page.academician .top-title.mini:after{
  width: 75%;
}

.page.page-2.academician .author {
  font-family: "Dancing Script", cursive;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-align: right;
}

.main-container .page-profile.academician > .title,
.main-container .page-results.academician > .title {
  margin: 0 0 0 2rem;
  font-weight: 700;
  color: #333;
  font-size: 1.9rem;
  max-width: 300px;
}

.main-container .page-profile.academician .brief-summary .summary-item .diagram-title {
  font-size: 1rem;
  text-align: center;
  margin: 1rem auto;
  font-weight: 600;
  color: #333;
}

.main-container .academician .summary-item-title {
  background-image: linear-gradient(310deg, #1e4a8b, #007ee3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-size: 1.5rem;
  padding-left: 2rem;
  font-weight: 700;
  max-width: fit-content;
}

.main-container .academician .summary-item-title+.row {
  padding: 1rem;
}



.main-container .academician .academian-content {
  padding: 1rem 2rem;
  background-color: #f1f1f1;
  margin-bottom: 1rem;
  background: #015aaa;
  color: #fff;
  position: relative;
  overflow: hidden;
  
}

.main-container .academician .academian-wrapper-top {
  background-image: linear-gradient(310deg, #1e4a8b, #007ee3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-size: 1.5rem;
  padding-left: 2rem;
  font-weight: 700;
  max-width: fit-content;
  margin: 1rem 0;
  position:relative;
  overflow: hidden

}

.main-container .academician .academian-wrapper .item {
  display: flex;
  margin-bottom: .5rem;
}

.main-container .academician .academian-content:after {
  content: " ";
  position: absolute;
  width: 800px;
  right: -400px;
  height: 800px;
  background: url("/assets/img/others/earth-draw.svg");
  background-size: cover;
  top: -60%;
  opacity: 0.4;
  z-index: 1;
}


.main-container .academician .academian-content:before {
  content: " ";
  position: absolute;
  width: 800px;
  left: -500px;
  height: 800px;
  background: url("/assets/img/others/earth-draw.svg");
  background-size: contain;
  top: -100%;
  opacity: 0.2;
  z-index: 1;
}


.main-container .academician .academian-wrapper .item h6.title {
  flex: 1;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
  z-index: 10
}


.main-container .academician .academian-wrapper .item .desc {
  font-size: 1.2rem;
  flex: 1;
  text-align: right;
  z-index: 10;
}


.main-container .academician .academian-wrapper .item {
  position: relative
}

.main-container .academician .academian-wrapper .item:after {
  content: " ";
  position: absolute !important;
  height: 3px;
  width: 100%;
  background: linear-gradient(100deg, rgb(249, 249, 249, .8), rgb(26, 128, 202, 1)) !important;
  bottom: 0px;
  left: 0;
  right:0
}

.main-container .page.page-results.academician .intro-paragraph p,
.main-container .page.page-results.academician .intro-paragraph li{
    font-weight: 600 !important;
    font-family: "Nunito", sans-serif;
    color: #444;
    font-size: 1rem;
}

.main-container .page.page-results.academician .intro-paragraph {
    padding: 1rem 2rem;
}

.main-container .page.page-results.academician .intro-paragraph .fw-bold {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: left;
    color: #1a6ccc;
}

.main-container .page.page-results.academician #rankingChart {
  width: 100%;
  height: auto; 
  height: 400px !important;
  max-width: 800px; 
  max-height: 400px; 
  padding: 1rem;
}

@media (max-width: 992px){
  .main-container .page.page-1 .page-content .big-title{
      font-size: 2.5rem;
  }
  .main-container .page.academician .top-title.mini:after,
  .main-container .page.page-2 .top-title.mini:after,
  .main-container .page.page-3 .top-title.mini:after,
  .main-container .page.page-4 .top-title.mini:after,
  .main-container .page.page-5 .top-title.mini:after,
  .main-container .page.page-6 .top-title.mini:after,
  .main-container .page.page-7 .top-title.mini:after{
      width: 40%
  }
  .main-container .page-3 .title{
      font-size: 1.5rem;
      margin-top: 2rem
  }
  .main-container .page-3 .numbers-wrapper{
      grid-template-columns: auto auto;
  }
  .main-container .page-3 .numbers-wrapper .number-item{
      width: 150px
  }
  .main-container .page-3 .numbers-wrapper .number-item .item-title{
      text-align: center;
  }
  .main-container .page-4 .items .single-item .item-wrapper{
      flex-direction: column;
  }
  .main-container .page-profile.academician > .title, .main-container .page-results.academician > .title{
      margin-top: 2rem
  }
  .company-segmentation-box .item{
    flex-direction: column;
  }
  .main-container .page-6 .company-segmentation-box .list{
    flex-wrap: wrap;
  }
}

