@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
}

.body-start {
  align-items: stretch;
  display: flex;
  width: 100%;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 30px;
  background: #c4c4c4;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: #363125;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #191814;
}

/* Left side bar - START */

button.btn.btn-primary-v1 {
  background-color: transparent;
  border: none;
  border-radius: 5px !important;
}

button.btn.btn-primary-v1:hover,
button.btn.btn-primary-v1:focus,
button.btn.btn-primary-v1:active {
  background: #363225;
  box-shadow: none;
}

.btn-primary-v1:hover img,
.btn-primary-v1:focus img,
.btn-primary-v1:active img {
  filter: invert(0%) sepia(97%) saturate(13%) hue-rotate(202deg)
    brightness(1000%) contrast(103%);
}

.dam-search-1-1 .sidebar_top {
  width: 300px;
}

.sidebar_top {
  background: #f5f5f5;
  color: #343434;
  max-width: 300px;
  min-width: 300px;
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out,
    margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
}
.sidebar_top.collapsed {
  margin-left: -240px;
}

.sidebar_top.collapsed .l-logo {
    display: none !important;
}
.sidebar_top:not(.collapsed) .s-logo {
    display: none !important;
}

.sidebar_top.collapsed .sidebar_top-logo {
  text-align: right;
}
.sidebar_top:not(.collapsed) .s-logo {
  text-align: center;
}
.sidebar_top-content {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.sidebar_top-logodiv {
  min-height: 64px;
  max-height: 64px;
  border-bottom: 1px solid #a8a8a8;
  border-right: 1px solid #a8a8a8;
}


.sidebar_top-logo span {
  display: inline-block;
}

.sidebar_top-logo .l-logo {
  margin-top: 2px;
  max-width: 300px;
  max-height: 55px;
}

.sidebar_top-logo .s-logo {
  margin-top: 2px;
  max-width: 60px;
  max-height: 55px;
  margin-left:0px;
}

.topbar_nav_logolink {
  width:200px;
}
.topbar_nav_logolink img {
  max-height: 55px;
}
.sidebar-btns-content {
  padding-left: 60px;
  /*height: calc(100vh - 64px);*/
  /*min-height: 100vh;*/
  height: 100%
}

.sidebar-btns {
  background-color: white;
  padding: 10px 8px;
  border-right: 1px solid #a8a8a8;
  position: absolute;
  left: 0;
  top: 64px;
  z-index: 9;
  width: 60px;
  height: calc(100vh - 64px);

}

.btn-group-vertical-v1 {
  gap: 1.5rem;
  /*height: calc(100vh - 84px);*/
}

.divider-v1 {
  border: 1px solid #a8a8a8;
  width: calc(100% + 17px);
  margin-left: -8px;
  opacity: 1;
}

.btn-group-vertical-v1 .btn.btn-atlas-border.sidebar-btn.sidebar-btn {
  border-radius: 8px;
  padding: 5px;
  border: none;
  color: #363225;
  flex: 0 0 auto;
}

.btn-group-vertical-v1 .btn.btn-atlas-border.sidebar-btn.sidebar-btn:hover,
.btn-group-vertical-v1 .btn.btn-atlas-border.sidebar-btn.sidebar-btn.selected {
  background-color: #363225 !important;
  color: white;
}

.btn-group-vertical-v1 .btn.btn-atlas-border.sidebar-btn.sidebar-btn:hover img,
.btn-group-vertical-v1
  .btn.btn-atlas-border.sidebar-btn.sidebar-btn.selected
  img {
  filter: invert(0%) sepia(97%) saturate(13%) hue-rotate(202deg)
    brightness(1000%) contrast(103%);
}

/*.sidebar-quick-search-group {*/
/*  width: unset;*/
/*}*/

.sidebar-nav {
  list-style: none;
  padding-left: 0;
  font-size: 0.875rem;
}

.sidebar-header {
  color: #323232;
  padding: 1.5rem 1.5rem 0.375rem;
  position: relative;
}
.sidebar-header .sideitem-toggle {
  position: absolute;
  bottom: 5px;
  right: 10px;
  padding: 10px;
  cursor: pointer;
}
.sidebar-link, a.sidebar-link {
  margin-left: 10px;
  color: #343434;
  cursor: pointer;
  display: block;
  font-weight: 400;
  padding: 0.75rem 0 0.75rem 0.625rem;
  text-decoration: none;
  transition: background 0.1s ease-in-out;
}
.sidebar-link {
  padding-bottom: 0;
}


/*.sidebar-sepa {*/
/*  margin-top: 5px;*/
/*  margin-left: 30px;*/
/*  margin-right: 30px;*/
/*  background-color: #efefef;*/
/*  display: block;*/
/*  padding: 0.08rem;*/

/*  height: 2px;*/
/*}*/


/*.inputSearchV1 {*/
/*  border-bottom: 1px solid #000;*/
/*}*/

/*.inputSearchV1 input,*/
/*.inputSearchV1 input:active,*/
/*.inputSearchV1 input:focus {*/
/*  border: none;*/
/*  background-color: transparent;*/
/*  box-shadow: none;*/
/*  font-size: 14px;*/
/*  padding-left: 1.25rem !important;*/
/*}*/

/*.inputSearchV1 input {*/
/*}*/

/*.inputSearchV1 input::placeholder {*/
/*  color: rgba(54, 50, 37, 0.3);*/
/*  font-weight: 600;*/
/*  line-height: 140%; !* 19.6px *!*/
/*}*/

.listV2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 1px;
}

.listV2 a span {
  position: relative;
  z-index: 1;
  transition: all 200ms ease;
  font-weight: 600;
}

.listV2:hover a span, .listV2.selected a span {
  color: white;
  position: relative;
}

.listV2 img {
  transition: all 200ms ease;
}


.listV2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  color: white;
  left: 100%;
  transition: all 200ms ease;
  border-right: 5px solid #ffb803;
  border-radius: 25px 0px 0px 25px;
  border-right: 5px solid #ffb803;
  background: #363225;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
}

.listV2:hover::after, .listV2.selected::after {
  left: 0;
}

/* #dirtree = .bookmarktreev1 */
/*.bookmarktreev1 {*/
/*  max-height: calc(100vh - 88px);*/
/*}*/

/*.bookmarktreev1 .ui-fancytree .fancytree-node {*/
/*  padding: 0.5rem 1.25rem 0.5rem 3rem;*/
/*  border-radius: 25px;*/
/*  position: relative;*/
/*}*/

/*.bookmarktreev1 .fancytree-title {*/
/*  font-weight: 400 !important;*/
/*}*/
/*.bookmarktreev1 .ui-fancytree .fancytree-node::before {*/
/*  content: url(/azmodules/20xx/atlas/imgs/sidebar_top/folder-open.svg);*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 1.25rem;*/
/*  transform: translateY(-50%);*/
/*  height: 18px;*/
/*}*/

/*.bookmarktreev1 {*/
/*  font-size: 14px;*/
/*}*/

/*.bookmarktreev1 .ui-fancytree {*/
/*  font-family: "Poppins", sans-serif;*/
/*}*/
/*.bookmarktreev1 .ui-fancytree > li .fancytree-node .fancytree-expander,*/
/*.bookmarktreev1 .ui-fancytree > li .fancytree-node .fancytree-icon {*/
/*  display: none;*/
/*}*/

/*.bookmarktreev1 span.fancytree-selected span.fancytree-title {*/
/*  background-color: transparent;*/
/*}*/

/*.bookmarktreev1 .fancytree-active .fancytree-title {*/
/*  background-color: #C4C4C4;*/
/*  border-radius: 25px;*/
/*}*/


/*.bookmarktreev1 .ui-fancytree .fancytree-node:hover {*/
/*  background: #363225;*/
/*  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);*/
/*  color: #363125;*/
/*}*/

/*.bookmarktreev1 .ui-fancytree .fancytree-node:hover .fancytree-title,*/
/*.bookmarktreev1 .ui-fancytree .fancytree-node:hover .fancytree-icon,*/
/*.bookmarktreev1 .ui-fancytree li[aria-expanded="true"] > span .fancytree-title {*/
/*  color: white;*/
/*}*/
/*.bookmarktreev1 .ui-fancytree .fancytree-active:hover .fancytree-title {*/
/*  color: #363125;*/
/*}*/


/*.bookmarktreev1 .ui-fancytree .fancytree-has-children .fancytree-icon {*/
/*  display: block !important;*/
/*  position: absolute;*/
/*  right: 14px;*/
/*  background-image: unset;*/
/*}*/
/*.bookmarktreev1 .ui-fancytree .fancytree-has-children .fancytree-icon:before {*/
/*  display: inline-block;*/
/*  margin-left: 0.255em;*/
/*  vertical-align: 0.255em;*/
/*  content: "";*/
/*  border-top: 0.4em solid;*/
/*  border-right: 0.4em solid transparent;*/
/*  border-bottom: 0;*/
/*  border-left: 0.4em solid transparent;*/
/*}*/
/*.bookmarktreev1 .ui-fancytree .fancytree-node:hover::before,*/
/*.bookmarktreev1 .ui-fancytree li[aria-expanded="true"] > span::before {*/
/*  content: url(/azmodules/20xx/atlas/imgs/sidebar_top/folder-open-white.svg);*/
/*}*/

/*.bookmarktreev1 .ui-fancytree .fancytree-node .fancytree-title span {*/
/*  max-width: 99.9%;*/
/*}*/

/*.bookmarktreev1 .ui-fancytree li[aria-expanded="true"] > span {*/
/*  background: #363225;*/
/*  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);*/
/*  color: #ffffff;*/
/*}*/
/*.bookmarkhead {*/
/*  padding: 1.5rem 1.5rem 0.375rem;*/
/*}*/

/*.text-info-v1 {*/
/*  color: #a1a1a9;*/
/*  font-size: 12px;*/
/*}*/

/*.linkV1 {*/
/*  color: #2952ff;*/
/*  text-align: center;*/
/*  font-size: 14px;*/
/*  font-weight: 400;*/
/*  text-decoration: none;*/
/*}*/
/*.inputv2 {*/
/*  border-radius: 25px 0px 0px 25px;*/
/*  background: #363225;*/
/*  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);*/
/*  padding: 0.75rem 1.25rem;*/
/*  color: white;*/
/*}*/

/*.inputv2::placeholder {*/
/*  font-weight: 600;*/
/*  color: #636363;*/
/*  font-weight: 600;*/
/*  line-height: 140%; !* 19.6px *!*/
/*  letter-spacing: -0.28px;*/
/*}*/

/* #lightboxtree or # bookmarktree = .bookmarktreeV2 */
.bookmarktreeV2 .ui-fancytree-source {
  padding: 0;
  padding-left: 1rem;
}
.bookmarktreeV2 .parent .fancytree-title {
  margin: 0;
  color: #343434;
  cursor: pointer;
  display: block;
  font-weight: 400;
  padding: 0.75rem 0 0.75rem 1.2rem;
  text-decoration: none;
  transition: background 0.1s ease-in-out;
  position: relative;
}
.bookmarktreeV2 .parent .fancytree-title span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
}
.bookmarktreeV2 .parent .fancytree-title img {
  filter: invert(0%) sepia(97%) saturate(13%) hue-rotate(202deg)
    brightness(1000%) contrast(103%);
}
.bookmarktreeV2 .parent .fancytree-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  color: white;
  width: 100%;
  transition: all 200ms ease;
  border-right: 5px solid #ffb803;
  border-radius: 25px 0px 0px 25px;
  border-right: 5px solid #ffb803;
  background: #363225;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
}

.bookmarktreeV2 ul {
  padding: 0;
}

.bookmarktreeV2 .fancytree-expander,
.bookmarktreeV2 .fancytree-icon {
  display: none;
}
.bookmarktreeV2 .fancytree-title .fa-caret-right {
  position: absolute;
  right: 10px;
  padding: 10px;
  cursor: pointer;
  color: #fff;
  z-index: 1;
}
.fancytree-expanded .fa-caret-right {
  transform: rotate(90deg);
}
.bookmarktreeV2 .parent .ui-fancytree {
  padding: 0;
}
.bookmarktreeV2 .listV2 .fancytree-title {
  width: 100%;
  display: block;
  padding: 0.75rem 0 0.75rem 1rem;
  text-decoration: none;
  transition: background 0.1s ease-in-out;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  outline: none !important;
}
.bookmarktreeV2 .listV2 .fancytree-title span {
  font-weight: 600;
  font-size: 14px;
  /*color: #363125;*/
}
.bookmarktreeV2 .listV2:hover .fancytree-title span {
  color: #fff;
}
span.fancytree-focused span.fancytree-title {
  outline: none !important;
  font-weight: 600;
}


.sidebar-optionsFilter {
  padding-left: 1rem;
}

.sidebar-optionsFilter .sidebar-option-group {
  list-style-type: none;
  padding: 0;
}
.sidebar-optionsFilter li {
  width: 100%;
}

.sidebar-optionsFilter li:not(:first-child) {
  padding: 4px 0;
}
.sidebar-optionsFilter .sidebar-option-heading {
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.radioToCheckboxWrap {
  display: flex;
  align-items: center;
  gap: 6px;
}
.radioToCheckbox input {
  visibility: visible;
  width: 18px;
  height: 18px;
}

.radioToCheckbox > .radioToCheckboxBox {
  width: 18px;
  height: 18px;
  position: relative;
}
.radioToCheckbox > .radioToCheckboxBox::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #292d32;
  border-radius: 5px;
}

.radioToCheckbox > .radioToCheckboxBox::before {
  content: url(/azmodules/20xx/atlas/imgs/sidebar_top/tick-square.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
  z-index: 1;
}

.radioToCheckbox input:checked + .radioToCheckboxBox::before {
  content: url(/azmodules/20xx/atlas/imgs/sidebar_top/tick-square-white.svg);
}

.radioToCheckbox input:checked + .radioToCheckboxBox::after {
  background-color: #292d32;
}

.sidebar-dirs-content, .sidebar-atlasfilter-content {
  max-height: calc(100vh - 67px);
  overflow: auto;
  /*height: calc(100% - 64px);*/
  /*min-height: calc(100vh - 64px);*/
}

.inputSearchV2 input,
.inputSearchV2 input:focus {
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  background: #fafafa;
  box-shadow: none;
}

.inputSearchV2 .btn.btn-atlas-border {
  border-color: #bfbfbf;
  border-left: none;
  background: #fafafa !important;
  background-color: #fafafa;
  color: #1e7d5c;
}

.inputSearchV2 .btn.btn-atlas-border:hover {
  color: #1e7d5c;
}

.radioToCheckbox .iCheck-helper {
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: rgb(255, 255, 255);
  border: 0px;
  opacity: 0;
}

/* Left side bar - END */

/* right main right - start */

.right-content {
  overflow: auto;
  height: 100vh;
}

.topbar_nav_nav {
  background: #fff;
  padding-left: 1.375rem;
  padding-right: 0.2rem;
  border-bottom: 1px solid #a8a8a8;
  height: 64px;
  position: sticky;
  top: 0;
  z-index: 9;
}

.topbar_nav_logoimg {
  max-height: 26px;
}

.navbar-align {
  margin-left: auto;
}

.nav-icon {
  color: #6c757d;
  display: block;
  font-size: 1.3rem;
  line-height: 1.4;
  padding: 0.48rem 1.2rem;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
}

.dropdown-menu-lg {
  min-width: 20rem;
}

@media (min-width: 1px) and (max-width: 991.98px) {
  .dropdown-menu-lg {
    min-width: 16rem;
  }
}

.dropdown-menu-header {
  border-bottom: 1px solid #dee2e6;
  font-weight: 600;
  padding: 0.75rem;
  text-align: center;
}

.dropdown-menu-footer {
  display: block;
  font-size: 0.75rem;
  padding: 0.5rem;
  text-align: center;
}

/* right main right - END */