html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

#sidebar-menu>li a {
  border-radius: 4px;
}

#sidebar-menu>li a.active {
  background-color: rgba(1, 52, 219, 0.10);
}

#sidebar-menu>li a.active>span {
  color: #0134DB;
}

.shortmenu-active .brand .logo .forMobile {
  max-width: none;
}

.toggleHamburger {
  position: absolute;
  bottom: 0;
  left: 0;
  border: none;
  text-align: center;
  padding: 12px 0;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  opacity: 0;
}

.sidebar-footer:hover .toggleHamburger {
  opacity: 1;
}

.toggleHamburger svg {
  transform: rotate(-90deg);
}

.shortmenu-active .toggleHamburger svg {
  transform: rotate(90deg);
}

#preloader .loading {
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  border-left: 4px solid rgba(0, 0, 0, 0.2);
  border-right: 4px solid rgba(0, 0, 0, 0.2);
  border-top: 4px solid rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  height: 32px;
  width: 32px;
  animation: spin 0.6s infinite linear;
  text-indent: 999em;
  margin: 3em auto;
}

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

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

.platform-catalog-header {
  display: inline-block;
  width: auto;
  float: left;
}

.custom-dropdown-selector {
  transition: all 200ms;
  background-color: white;
  border-radius: 4px;
  box-shadow: 5px 9px 24px 0px rgba(16, 24, 40, 0.05);
  width: auto;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  display: inline-flex;
  line-height: normal;
  align-items: baseline;
  justify-content: space-around;
  border-radius: 8px;
  cursor: pointer;
  float: left;
  margin-right: 10px;
}

.custom-dropdown-selector label {
  /* font-size: 13px; */
  /* font-weight: 500; */
  color: black;
  margin-bottom: 0;
  display: flex;
  padding: 9px;
  height: 44px;
  min-width: 220px;
  align-items: center;
  padding-right: 20px;
  cursor: pointer;
}

.custom-dropdown-selector label::after {
  content: "\f078";
  position: absolute;
  right: 12px;
  top: 16px;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  width: 10px;
  height: 10px;
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900;
}

.custom-dropdown-selector.active label::after {
  transform: rotate(180deg);
}

.custom-dropdown-selector ul li span,
.custom-dropdown-selected-label span {
  height: 44px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  transition: all 200ms;
  padding: 10px;
  color: black;
}

.custom-dropdown-selector ul li span:hover {
  background-color: #E8E8E8;
}

.custom-dropdown-selector.active .custom-dropdown-selector-content {
  display: block;
}

.custom-dropdown-selector .custom-dropdown-selector-content {
  list-style: none;
  padding: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  border-radius: 0;
  box-shadow: 5px 9px 24px 0px rgb(16 24 40 / 26%);
  padding: 0;
  z-index: 50;
  max-height: 350px;
  overflow: hidden;
  overflow-y: scroll;
}

.custom-dropdown-selector .custom-dropdown-selector-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block !important;
  white-space: normal !important;
}

.custom-dropdown-selector .custom-dropdown-selector-content ul li {
  position: relative;
}

.custom-dropdown-selector .custom-dropdown-selector-content ul li .fav,
.custom-dropdown-selected-label .fav {
  position: absolute;
  top: 9px;
  left: 10px;
  max-width: 25px;
  max-height: 25px;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}

.custom-dropdown-selector .custom-dropdown-selector-content ul li .fav+.name,
.custom-dropdown-selected-label .fav+.name {
  padding-left: 45px;
}

.custom-dropdown-selector i {
  position: static;
  color: rgb(0 0 0 / 57%);
  margin-right: 10;
  margin-right: 15px;
}

.custom-dropdown-selector:hover {
  box-shadow: 5px 9px 24px 0px rgb(16 24 40 / 9%);
  background-color: #fdfdfd;
}

.custom-dropdown-selected-label {
  position: relative;
}

.sidebar-company-card {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
  background: transparent;
  border-radius: 14px;
  box-shadow: none;
  max-width: 100%;
  padding-bottom: 40px;
  font-size: 13px;
  padding-left: 25px;
}

.sidebar-avatar {
  width: 36px;
  height: 36px;
  border-radius: 16px;
  background: white;
  color: #2b2f42;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 3px 10px #0000001c;
  user-select: none;
}

.sidebar-company-info {
  flex: 1;
  min-width: 0;
  /* ellipsis için kritik */
  margin-left: 7px;
}

.sidebar-company-name {
  /* font-size: 20px; */
  font-weight: 600;
  color: #2b2f42;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-owner-name {
  /* font-size: 15px; */
  color: #8b90a0;
  margin-top: 4px;
}

.sidebar-actions {
  margin-left: auto;
}

.sidebar-actions .dropdown-toggle {
  font-size: 23px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 6px;
}

.sidebar-actions .dropdown-toggle:hover {
  background: #00000012;
}

.sidebar-more-btn {
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #2b2f42;
}

.sidebar-footer {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.sidebar-actions .dropdown-toggle::after {
  display: none;
}

.shortmenu-active .sidebar-footer .sidebar-company-info {
  display: none;
}

.sidebar-dropdown-menu {
  font-size: 13px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 0 8px 0 rgba(28, 39, 76, 0.10);
}

.sidebar-dropdown-menu li a {
  display: block;
  padding: 10px 17px;
}

.sidebar-dropdown-menu li a:hover {
  background: #F3F3F3;
}

.associated-account-type {
  cursor: pointer;
}

.shortmenu-active .sidebar-actions {
  display: none;
}

.account-left-inner {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 0 4px 0 #E7E7E7;
  padding: 10px 0px;
  padding-bottom: 30px;
}
.account-user-card
{
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
  background: transparent;
  border-radius: 14px;
  box-shadow: none;
  max-width: 100%;
  font-size: 15px;
  padding: 25px;
  border-bottom: 1px solid #F9FAFB;
}
.account-user-avatar
{
  width: 36px;
  height: 36px;
  border-radius: 16px;
  background: white;
  color: #2b2f42;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 3px 10px #0000001c;
  user-select: none;
  margin-right: 10px;
}
.account-body-accordion{
  filter: drop-shadow(0 0 4px #E7E7E7);
  margin: 5px;
}
.account-body-accordion + .account-body-accordion{
  margin-top:15px;
}
.account-body-accordion-header label{
  color: #001446;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
}
.account-body-accordion-header{
  padding: 14px 18px;
  border-top-left-radius: 16px;
  overflow: hidden;
  border-top-right-radius: 16px;
  background: white;
  border-bottom: 1px solid #E2E8F0;
}
.acount-body-accordion-content{
  background: white;
  padding: 20px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.table26{
  border:none;
}
.table26 thead tr{
  border: none;
  border-bottom: 1px solid #E7E7E7;
}
.table26 tbody tr:nth-of-type(odd){
  /* background:transparent; */
}
.account-body-preview-row{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  justify-content: space-between; /* 3 parçayı ayırır */
  gap: 16px;
  padding: 30px 0px;
  border-bottom: 1px solid #E2E8F0;
}
.account-body-editable-content{
  margin-top:25px;
}
.account-body-preview-row-item-icon{
  flex: 0 0 auto;
  width: 48px;          /* veya 40 / 56 – design system’ine göre */
  min-width: 48px;      /* shrink olmasını engeller */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #001446;
}
.account-body-preview-row-item-desc{
  flex: 1;
  display: flex;
  flex-direction: column;
}
.account-body-preview-row-item-action{
  flex: 0 0 auto;
}
.account-body-preview-row-item-desc-title{
  font-weight: 500;
  color: #001446;
}
.account-body-preview-row-item-desc-value{
  font-weight: 400;
  color: #001446;
}
.account-body-accordion-header-actions{
  position:relative;
  float:right;
}