.flex {
  display: flex;
}
.flex-align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}

.acc-name-container {
  margin-left: 30px;
  cursor: pointer;
}
.overlay-mask {
  display: none;
  content: "";
  top: var(--sp-header-height);
  right: 0;
  bottom: 0;
  left: 0;
  /* background-color: rgba(0, 0, 0, 0.3); */
  z-index: 102;
  opacity: 1;
  visibility: visible;
  position: fixed;
}
.overlay-hidden {
  display: none;
}
.container-hidden {
  min-height: 0px !important;
  overflow: hidden !important;
  height: 0px !important;
  max-height: 0vh !important;
}
.acc-sel-container {
  z-index: 1050;
  position: absolute;
  /* background: #ffffff; */
  /* box-shadow: 0px 4px 4px rgb(0 0 0 / 25%); */
  border-radius: 5px;
  /* min-height: 20vh; */
  width: 350px;
  /* left: 35px; */
  margin-top: 15px;
  transition: 0.3s;
  /* max-height: 80vh; */
  overflow: hidden;
  /* left: 25px; */
  left: 0px;
  /* top: 30px; */
  top: 25px;
}
.acc-sel-org-container {
  overflow-x: hidden;
  /* max-height: 75vh; */
  height: 724px;
  padding-bottom: 15px;
}
.acc-sel-margin-rl {
  margin: 0 16px;
}
.acc-sel-margin-rl i {
  cursor: pointer;
}
.acc-sel-header {
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e2;
}
.acc-sel-header .icon {
  font-size: 24px !important;
  margin: 0 !important;
}
.acc-sel-header .admin-acc-sel-icon.icon {
  font-size: 20px !important;
}
.acc-sel-header .home {
  color: #0d8bff;
}
.acc-sel-header .search {
  color: #bfbfbf;
}
.float-right {
  float: right;
}
.acc-sel-each-org {
  padding: 15px 0;
}
.org-branding {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 20px;
}
.acc-sel-org-details {
  width: 65%;
}
.acc-sel-org-name {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  font-size: 16px;
  color: #262626;
  max-width: inherit !important;
}
.acc-sel-org-acc-info {
  color: #ababab;
  font-size: 14px;
  margin-top: 5px;
}
.acc-sel-each-org {
  padding: 15px 0;
  cursor: pointer;
}
.acc-sel-each-org:first-child {
  margin-top: 2px;
}
.org-selected {
  background: #e2ffeb;
  border-left: 5px solid #06ba3d;
}
.org-selected .acc-sel-margin-rl {
  margin: 0 11px;
}
.acc-sel-each-org:hover {
  background: #f2f9ff;
}
.org-right-item .icon {
  font-size: 24px;
  transition: 0.2s;
}
.org-right-item {
  align-self: flex-start;
}
.acc-sel-each-org-open .angle-icon {
  transform: rotate(-180deg);
}
.org-left-item {
  width: 195px;
}
.acc-sel-each-org-open .eo-wrap {
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.acc-sub-acc-sel-item {
  color: #5e5e5e;
  padding: 10px 0;
}
.acc-sel-each-org.acc-sel-each-org-open:hover {
  background: inherit;
}
.acc-sub-acc-sel-item:hover {
  background: #f2f9ff;
}
.orgnization-header-wrapper {
  cursor: pointer !important;
}
.orgnization-header-wrapper:hover {
  background: #f2f9ff;
}
.acc-sub-acc-sel-margin {
  margin: 0px 16px 0 80px;
  width: 65%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.org-acc-items-container {
  margin-top: 2px;
}
.acc-sub-acc-sel-selected,.selected-org {
  background: #e2ffeb;
  /* border-left: 4px solid #06ba3d; */
  color: #005018;
}
.acc-sub-acc-sel-selected:hover {
  background: #e2ffeb;
}
.acc-sub-acc-sel-selected .acc-sub-acc-sel-margin {
  margin-left: 76px;
}
.has-active-acc:not(.acc-sel-each-org-open) {
  background: #e2ffeb;
  border-left: 4px solid #06ba3d;
  color: #005018;
}
.has-active-acc:not(.acc-sel-each-org-open) .acc-sel-margin-rl {
  margin-left: 12px;
}
.org-acc-sel-bg-img {
  background-size: contain;
}
.org-acc-sel-bg-img div {
  display: none;
}
.acc-sel-acc-expired {
  color: #ff3434;
}
/* ---------------------------------------------------------------------- */
.blue-accent {
  background-color: #d2eaff;
  color: #0085ff;
}
.orange-accent {
  background-color: #ffe8d2;
  color: #ff7a00;
}
.purple-accent {
  background-color: #f5e8ff;
  color: #8f00ff;
}
.pink-accent {
  background-color: #ffcceb;
  color: #ff1ba4;
}
.teal-accent {
  background-color: #e2fffa;
  color: #007e68;
}
.link {
  color: #5faee3;
  cursor: pointer;
}
/* ---------------------------------------------------------------------- */

/* Custom Scrollbar */
.acc-sel-custom-scrollbar {
  scroll-behavior: smooth;
}

/* width */
.acc-sel-custom-scrollbar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.acc-sel-custom-scrollbar::-webkit-scrollbar-track {
  background: #ebebeb;
  border-radius: 00px;
}

/* Track */
.acc-sel-custom-scrollbar::-webkit-scrollbar-track:hover {
  background: #ebebeb;
}

.acc-sel-custom-scrollbar::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 10px;
}

.acc-sel-custom-scrollbar:hover::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}

/* Handle on hover */
.acc-sel-custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #9b9b9b;
  cursor: pointer;
}

#accountDiveIn {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 2.5s;
}

.header-manage-text {
  font-size: 14px;
  display: flex;
  color: #666 !important;
  font-weight: 400;
  align-items: center;
  flex-direction: row;
  margin-left: 15px;
  cursor: pointer;
}

.header-manage-text div {
padding-right: 12px;
}
.dropdown-angle-icon {
  transition: 0.2s;
}
.rotate-180 {
  transform: rotate(180deg);
}
.managing-acc-text {
  /* font-size: 12px; */
  font-weight: 600;
  color: var(--sp-secondary-color) !important;
}
.searchAccInp {
  font-size: 16px;
  background: no-repeat;
  outline: none;
  border: none;
  border-bottom: 1px solid #2a8bff;
}


@keyframes fadeInDown {
  from { opacity:0; } to { opacity:1; } 
}

#animationEffectForAccountName {
  animation-name: fadeInDown;
}

.hide-scrollbar {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll; 
}

.hide-scrollbar::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
#nonmslocalurl{
  width: 20vw !important;

}

#secondarypatch,#nonmslocaldiv{
  padding-top: 0 !important;
}


.accountTypeWrapper {
  width: 100%;
  height: 30px;
  background-color: #8ca6bb17;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 2rem;
  cursor: pointer;
}
.selectedAccountWrapper {
  padding: 0px 4px 0 4px; 
  display: inline-block;
  /* border: 1px solid #0a569b;  */
  border-radius: 5px; 
  /* color: #0a569b; */
  margin: 5px 0px 0px 10px;
}

.selectedAccountWrapper .dividerIcon {
  margin: 0px 5px 0 5px;
  /* color: #0a569b; */
  font-size: 11px;
}