.e-pivotview {
  width: 100%;
  height: 100%;
}

#pivot-table-section {
  height: calc(96vh - 50px);
  border: 1px solid #c4c7c5;
}

@media only screen and (max-width: 400px) {
  #pivot-table-section {
    overflow: auto;
  }
}

.e-pivotview .e-hyperlinkcell {
  text-decoration: auto;
}

.e-pivotview .e-hyperlinkcell:hover {
  text-decoration: underline;
}

.e-pivotview .university-logo {
  border-radius: 50%;
  margin-right: 5px;
}

.urllink {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 12px;
}

.checkbox-group {
  height: 381px;
  padding-left: 35px;
}

.settings-group {
  height: 381px;
  padding-left: 69px;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.exclamation-container {
  display: flex;
  align-items: center;
}

.exclamation-container .e-circle-info.icon {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.1px;
}

.no-label {
  margin: 0;
  border: none;
  border-bottom: 1px solid #ccc;
}

#separator {
  height: 1px;
  margin: 0;
  /* Ensures no margin around separators */
  padding: 0;
  /* Ensures no padding around separators */
  border: none;
  width: 100%;
}

.checkbox-with-dropdown,
.group-header,
.e-group-checkbox,
.dropdown-with-label,
.multiselect-with-label,
.numerictextbox-with-label,
.button-with-label,
.checkbox-with-label,
.textbox-with-label {
  padding-right: 24px;
}

.checkbox-with-label,
.checkbox-with-dropdown,
.workhour-label,
.maxmin-label {
  width: 492px;
  height: 32px;
  align-items: center;
}

.numerictextbox-with-label {
  margin-bottom: 8px;
}

.colorpicker-with-label {
  height: 42px;
}

.dropdown-with-label,
.checkbox-with-dropdown,
.multiselect-with-label,
.numerictextbox-with-label,
.button-with-label,
.textbox-with-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 492px;
  height: 32px;
  background: rgba(255, 255, 255, 0.0001);
}

.e-rtl .max-datepicker {
  margin-left: 16px;
  margin-right: 0px;
}

.dropdown-label,
.multiselect-label,
.colorpicker-label,
.workhour-label,
.maxmin-label,
.checkbox-with-label-container,
.checkbox-with-label,
.numerictextbox-label,
.button-label,
.textbox-label {
  display: flex;
}

.dropdown-label label,
.numerictextbox-label label,
.button-label label,
.textbox-label label,
.multiselect-label label,
.colorpicker-label label,
.workhour-label label,
.maxmin-label label,
.checkbox-with-label-container .checkbox-content,
.checkbox-with-label .e-group-checkbox {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.24px;
  padding-right: 8px;
  color: #1C1B1F;
}

.dropdown-with-label,
.button-with-label {
  margin-bottom: 5px !important;
}

.exclamation-container {
  display: inline-flex;
  align-items: center;
  font-size: 14px !important;
  font-weight: 400;
}

.checkbox-group {
  height: 381px;
}

#sblist-wrapper .listcontent {
  font-size: 14px;
  margin-left: 160px;
  overflow-x: hidden;
  padding: 0px 10px 0px 10px !important;
}

@media (max-width: 760px) {
  #sblist-wrapper .listcontent {
    overflow-x: auto;
  }
}

#sblist-wrapper.control-section {
  padding: 0;
  height: 100% !important;
}

#sblist-wrapper,
#sidelistwrapper,
.listmaincontent,
#listSidebar,
.e-content-animation {
  height: 100% !important;
}

.listmaincontent .e-sidebar-context {
  overflow: hidden;
}

#listSidebar {
  width: 230px !important;
  height: 100% !important;
}

#listContent {
  height: 100% !important;
  white-space: nowrap;
}

.separator-line {
  width: 492px;
  height: 1px;
  background: #C4C7C5;
  margin: 12px 0;
}

#sblist-wrapper #left {
  float: left;
  width: 30px;
  height: 47px;
}

#sblist-wrapper .sidebar-list {
  z-index: 20 !important;
}

#sblist-wrapper .e-toolbar .e-icons {
  font-size: 20px;
}

#sblist-wrapper .e-tbar-menu-icon:before {
  content: '\e914';
  font-family: 'sbicons';
}

.dialog-content {
  overflow-y: auto;
  /* Automatically show scrollbar when content overflows */
  max-height: 100%;
  /* Ensures it doesn’t overflow the dialog bounds */
}

#example_dialog.e-dialog {
  max-height: 550px !important;
  overflow: hidden;
  width: 760px !important;
  /*custom style */
}

#example_dialog .e-dlg-header-content {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  max-height: 800px;
}

#example_dialog .e-footer-content {
  border-top: 1px solid #ccc;
  /* Line above footer */
  text-align: right;
}

#example_dialog_dialog-content.e-dlg-content {
  padding: 0px !important;
}

#example_dialog_dialog-content>div {
  height: 100% !important;
}

#example_dialog.e-dialog .e-dlg-header {
  color: #1C1B1F;
  font-size: 18px;
  font-weight: 500;
}

.fluent .e-dialog .e-footer-content,
.fluent-dark .e-dialog .e-footer-content {
  padding: 10px 10px 10px 10px !important;
}

.fluent .country_image,
.fluent-dark .country_image,
.bootstrap5 .country_image {
  margin-left: 10px;
}

.fluent-dark label,
.material3-dark label {
  color: white;
}

.e-rtl .exclamation-container {
  margin-right: 10px !important;
}

.e-rtl .e-checkbox-wrapper .e-frame+.e-label,
.e-rtl .e-css.e-checkbox-wrapper .e-frame+.e-label {
  margin-right: 8px !important;
  margin-left: 0px !important;
}

.e-rtl #searchbutton {
  margin-right: 10px;
  margin-left: 0px;
}

.e-custom-class {
  text-decoration: underline;
  color: rgb(48, 158, 242);
}

.e-disabled-item {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.component-disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.component-disabled label {
  color: #ccc !important;
  cursor: not-allowed !important;
}

#PivotView_PivotFieldList_Container {
  z-index: 100000 !important;
}

/* When the browser is in responsive mode, all banner text is grouped into a popup menu for better mobile usability */
.popup-menu {
  top: 60px;
  right: 10px;
  background-color: #111;
  padding: 15px;
  border-radius: 5px;
  z-index: 1000;
}

/* When the browser switches to responsive mode, all banner text is moved into a popup menu, with hyperlink tags styled for optimal appearance and interaction on smaller screens */
.popup-menu a {
  display: block;
  color: white;
  text-decoration: none;
  margin: 5px 0;
}

/* Customization applied to the app bar for layout and styling */
.appbar {
  height: 60px;
}

/* Styling and customization for the div element containing the Syncfusion logo */
.syncfusion-logo {
  float: left;
  width: 170px !important;
  padding: 11px 0;
}

/* Image is rendered as a hyperlink with custom styling applied */
.sync-logo-img {
  background-repeat: no-repeat;
  background-image: url(https://cdn.syncfusion.com/content/images/Logo/Logo_150dpi.png);
  background-size: 160px 36px;
  position: absolute;
  width: 160px !important;
  height: 36px;
}

/* Customization of the separator height for visual spacing */
.e-appbar-separator {
  height: 33px !important;
}

/* Customization of the title name for the React Feature Rich Data Grid */
.title {
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  padding: 10px 15px !important;
}

/* Font family and color customization for the title, menu text, and "Try Free" label in the React Feature-Rich Data Grid component */
.menu-title,
.title,
.tryfree,
#github,
#download-now-button {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  color: #fff;
  font-variant-ligatures: common-ligatures;
}

/* Font size and weight customization for the "Try Free" label and the "Book Free Demo" button text */
.tryfree,
.bookdemo {
  font-size: 12px;
  font-weight: 700;
}

/* Opacity and letter-spacing customization for the "Try Free" label */
.tryfree {
  letter-spacing: .5px;
  opacity: 1 !important;
}

/* Styling and customization applied to the "Learning" text used as a menu title */
.menu-title {
  font-size: 14px;
  font-weight: 600;
}

/* Customization of the "GitHub" text label */
#github {
  font-size: 14px;
  font-weight: 600;
  margin-left: auto;
  padding: 10px 15px;
}

/* Responsive customization of the "GitHub" text label for different browser sizes */
.mobile-only #github {
  padding: 0px;
}

.mobile-only .bookdemo {
  border-radius: 5px;
  height: auto;
}

.bookdemo:hover {
  color: black !important;
}

#book-free-demo:hover {
  background-color: #fff;
  color: black !important;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

#book-free-demo,
#download-now-button,
.menu-title {
  opacity: 1 !important;
  transition-delay: 0s;
  transition-duration: .3s;
  transition-property: all;
  transition: font-weight .1s ease-in-out;
}

#book-free-demo,
#download-now-button {
  padding: 8px 18px !important;
  border-radius: 4px;
}

#book-free-demo {
  text-align: center;
  color: white !important;
  border: 1px solid #fff !important;
  background-color: transparent;
  text-decoration: none;
  letter-spacing: .5px;
  vertical-align: top;
}

#download-now-button {
  font-weight: 600;
  background: #0073dc !important;
  border-color: #4a90e2;
  outline: medium none !important;
}

.mobile-only #download-now-button {
  text-align: center;
}

#tryfreebutton {
  padding: 10 15px;
}

#demo {
  margin: 0px 10px 0px 10px;
  padding: 2px 20px 0px 20px;
}

.mobile-only #demo {
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
}

/* Grid layout for menu items */
@media (min-width: 1017px) {
  .e-template-menu.e-menu-wrapper ul.e-ul {
    width: 850px;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, 185px);
    gap: 10px;
    padding: 10px;
  }
}

#menu .e-menu-wrapper,
#menu .e-menu-container {
  background: #111;
}

/* Each menu item styled as a card */
@media (min-width: 1030px) {
  .e-template-menu.e-menu-wrapper ul.e-ul .e-menu-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #fff;
    padding: 10px;
    min-height: 95px;
  }
}

.e-menu-wrapper ul .e-menu-item .e-caret {
  top: 0px !important;
  right: 0px !important;
}

.mobile-only .e-menu-wrapper ul .e-menu-item .e-caret {
  top: 5px !important;
}

#menu .e-menu-wrapper .e-menu .e-menu-item .e-caret,
#menu .e-menu-container .e-menu .e-menu-item .e-caret,
#menumobile .e-menu-wrapper .e-menu .e-menu-item .e-caret,
#menumobile .e-menu-container .e-menu .e-menu-item .e-caret {
  color: white !important;
}

/* Badge */
.e-template-menu.e-menu-wrapper ul .e-menu-item .e-badge {
  background-color: #ffeb3b;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 8px;
}

.menu-item {
  width: 100%;
  text-decoration: none;
}

/* Title and description */
.menusubitems {
  font-weight: bold;
  color: #000;
  font-size: 16px;
  line-height: 16px;
}

.description {
  display: inline-block;
  font-weight: 400;
  margin-left: 32px;
  line-height: 16px;
  white-space: normal;
  letter-spacing: 0.24px;
  font-size: 12px;
  color: #475569;
}

.icon-text-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.menusubitems .icon-spacing {
  margin-right: 8px;
  display: inline-block;
  vertical-align: text-top;
}

.mobile-only .e-menu-wrapper ul .e-menu-item {
  padding-left: 0px !important;
}

hr.separator-line-mobile {
  opacity: 0.25;
}

/* Removed the hover color effect from the "Learning" menu text items for a cleaner appearance */
.e-menu-wrapper .e-menu .e-menu-item.e-focused,
.e-menu-container .e-menu .e-menu-item.e-focused,
.e-menu-wrapper .e-menu .e-menu-item.e-selected,
.e-menu-wrapper .e-menu .e-menu-item.e-active-item,
.e-menu-container .e-menu .e-menu-item.e-selected,
.e-menu-container .e-menu .e-menu-item.e-active-item {
  background-color: transparent !important;
}

/* Hover effect for the entire menu item */
.e-template-menu.e-menu-wrapper ul.e-ul .e-menu-item:hover {
  background-color: #e6f4ff;
  box-shadow: 0 4px 12px rgba(0, 120, 212, 0.2);
  transition: all 0.3s ease;
}

/* Zoom-in effect for the icon */
.e-template-menu.e-menu-wrapper ul.e-ul .e-menu-item:hover .icon-spacing span {
  transform: scale(1.3);
  transition: transform 0.3s ease;
}

/* Ensure icon has smooth transition */
.icon-spacing span {
  /* margin-top: -10px; */
  color: #0057FF;
  display: inline-block;
  transition: transform 0.3s ease;
}

.menu-item-title {
  color: #334155 !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.e-menu-wrapper .e-ul,
.e-menu-container .e-ul {
  min-width: 85px !important;
}

/* Defined the starting position of the popup menu for accurate alignment and display */
.e-template-menu.e-menu-wrapper.e-popup.e-menu-popup,
.e-template-menu.e-menu-container.e-popup.e-menu-popup {
  margin-left: -5%;
}


.desktop-only {
  display: flex;
}

.mobile-only {
  display: none;
  margin-left: auto;
}

.hamburger {
  font-size: 24px;
  cursor: pointer;
  color: white;
}

@media (max-width: 1030px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }
}

@media (max-width: 1030px) {

  .mobile-only.popup-menu {
    position: absolute;
    width: 94.59%;
    margin-right: -5px;
  }

  .menusubitems {
    margin-bottom: 0px;
  }

  .e-template-menu.e-menu-wrapper ul.e-ul .e-menu-item {
    min-height: 60px;
    line-height: 0px;
    padding-top: 10px !important;
  }

  .hamburger {
    width: 40px;
    height: 40px;
    background-color: #333;
    border: 1px solid #333;
    color: white;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
    /* Optional: for slightly rounded corners */
    transition: background-color 0.3s ease, transform 0.2s ease;
  }

  .hamburger:hover {
    background-color: #555;
    transform: scale(1.05);
    /* Slight zoom on hover */
  }

  .e-menu-wrapper.e-popup.e-menu-popup,
  .e-menu-container.e-popup.e-menu-popup {
    margin-left: 0;
    width: 100%;
  }

  .e-menu-wrapper.e-popup.e-menu-popup {
    left: 5px !important;
  }
}

.react-ui-kit {
  width: 30px;
  height: 30px;
  background: url(https://cdn.syncfusion.com/content/images/common/menu/images/product-icons-v7.svg) 0 0 !important;
  background-repeat: no-repeat !important;
  background-position-x: -112px !important;
  background-position-y: -104px !important;
}

.mobile-only .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon,
.mobile-only .e-menu-container ul .e-menu-item.e-menu-caret-icon,
.mobile-only .e-menu-wrapper,
.mobile-only .e-menu-container,
.e-appbar.e-dark {
  background: #111;
}

#download-now-button:hover {
  background-color: #66b2ff !important;
  border-radius: 4px;
  border-color: #66b2ff;
  transition: background-color 0.3s ease;
}

@media (min-width: 1023px) {

  .e-template-menu.e-menu-wrapper.e-popup.e-menu-popup,
  .e-template-menu.e-menu-container.e-popup.e-menu-popup {
    margin-left: -5%;
    top: 60px !important;
  }
}

@media (min-width: 500px) and (max-width: 555px) {
  .popup-menu.mobile-only {
    margin-right: -16px !important;
  }
}

@media (min-width: 750px) and (max-width: 785px) {
  .popup-menu.mobile-only {
    width: 94.92% !important;
    margin-left: 0px !important;
  }
}

@media (min-width: 780px) and (max-width: 1030px) {
  .popup-menu.mobile-only {
    width: 95.82% !important;
    margin-right: -5px;
    margin-left: -2px !important;
  }
}

@media (min-width: 555px) and (max-width: 720px) {
  .popup-menu.mobile-only {
    width: 94.92% !important;
    margin-right: -10px;
  }
}

@media (min-width: 750px) {
  .mobile-only.popup-menu {
    width: 98.4%;
  }
}

/* walkthrough */
.walkthrough-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.walkthrough-tooltip-top-right,
.walkthrough-tooltip-top-right-smaller,
.walkthrough-tooltip-top-left,
.walkthrough-tooltip-top-left-center,
.walkthrough-tooltip-top-left-center-smaller,
.walkthrough-tooltip-top-left-smaller,
.walkthrough-tooltip-right-center {
  position: absolute;
  background: #f9fafb;
  width: 320px;
  padding: 10px;
  border-radius: 6px !important;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  max-width: 400px;
}



@media (min-width: 768px) and (max-width: 895px) {
  .walkthrough-tooltip-top-right::before {
    right: 14px;
  }
}

/* Between 896px and 1200px → right: 12px */
@media (min-width: 896px) and (max-width: 1200px) {
  .walkthrough-tooltip-top-right::before {
    right: 13px;
  }
}

.walkthrough-tooltip-top-left-smaller::before,
.walkthrough-tooltip-top-right-smaller::before,
.walkthrough-tooltip-top-left-center-smaller::before,
.walkthrough-tooltip-top-left-center::before,
.walkthrough-tooltip-top-left::before,
.walkthrough-tooltip-top-right::before {
  content: "";
  position: absolute;
  bottom: 100%;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #f9fafb transparent;
}

.walkthrough-tooltip-top-left-smaller::before {
  right: 83%;
}

.walkthrough-tooltip-top-right-smaller::before {
  right: 17%;
}

.walkthrough-tooltip-top-left-center-smaller::before {
  right: 26%;
}

.walkthrough-tooltip-top-left-center::before {
  right: 16%;
}

.walkthrough-tooltip-top-left::before {

  right: 83%;

}

.walkthrough-tooltip-top-right::before {
  right: 4%;
}

.walkthrough-highlight {
  background-color: #f9fafb !important;
  position: relative;
  z-index: 1001 !important;
  box-shadow: 0 0 0 1px black;
  pointer-events: auto !important;
}

.tooltip-close {
  position: relative;
  float: right;
  z-index: 9999;
  top: -7px;
  /* distance from the top */
  right: -2px;
  /* distance from the right */
  font-size: 22px;
  cursor: pointer;
  color: #333;
  /* color of the close icon */
  background: none;
  border: none;
  padding: 0;
  width: 20px;
  height: 20px;
}

.walkthrough-controls {
  display: flex;
  margin-top: 10px;
  text-align: right;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.walkthrough-controls button {
  padding: 8px 8px;
  min-width: 80px;
}

.e-unboundcell {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.walkthrough-tooltip {
  background: #f9f9f9;
  min-width: 300px;
}

.walkthrough-arrow {
  cursor: pointer;
  font-size: 24px;
}

.walkthrough-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: gray;
  display: flex;
  gap: 8px;
}

.walkthrough-dot.active {
  background-color: blue;
}
