body {
  background-color: #ebebeb !important;
}
.cls-logo {
  width: 160px;
}
.cls-navbar {
  padding: 5px;
}
#mainContainer {
  box-shadow: none !important;
  background-color: /*#f1f1f1*/ #fff !important;
}
.cls-breadcrumb {
  box-shadow: none;
  background-color: transparent !important;
  /* border: 1px solid lightgray; */
  border-radius: 10px !important;
  padding: 5px;
  margin-top: 1px;
}
.w-74 {
  width: 74%;
}
.row {
  --mdb-gutter-x: 0rem !important;
}
.cls-export-btns {
  box-shadow: none;
  color: #ececec;
  /* background: #fafafa;
  border-radius: 10px; */
  /* border: 1px solid lightgray; */
  --mdb-btn-width: auto !important;
  /* margin-top: 3px; */
  margin: 0px !important;
}
.cls-drive-actionbar {
  background: #1a1a1a;
  border-radius: 10px;
  /* border: 1px solid #e0e0e0; */
  margin-top: 5px;
}
.cls-mr5 {
  margin-right: 10px !important;
}
/* .searchFull {
  display: none;
} */
.cls-searchbar,
.cls-searchbarMobile {
  border-radius: 10px !important;
  border: 1px solid #525252 !important;
  background: #303030;
}
.cls-searchbarMobile {
  right: 37%;
}
.cls-searchbar::placeholder,
.cls-searchbarMobile::placeholder {
  color: rgb(189, 189, 189) !important;
}
.searchButton,
.trashButton,
.dmsShowCaseButton,
.addNewButton {
  border: none;
  box-shadow: none;
  padding: 4px 10px;
  border-radius: 10px;
  width: 100%;
  background-color: #1a1a1a !important;
  color: #fff;
}
.folderTree,
.recycleBin,
.dmsImages,
.usageStats {
  max-width: 100% !important;
  border-radius: 10px;
  width: 100%;
}
.nav-link {
  font-family: revert;
  color: #e1e1e1;
  font-size: 15px;
}
.nav-link:hover {
  font-family: revert;
  color: #3b9f3d;
}
#folderTreeContainer {
  overflow: auto;
}

#folderTreeContainer::-webkit-scrollbar-track {
  background-color: transparent !important;
  width: 0px !important;
  height: 0px !important;
}
.cls-navbar {
  box-shadow: none;
  background-color: #1a1a1a !important;
}
/* #treeContainer,
#mainContainer,
#dataContentDisplay {
  overflow-y: auto !important;
} */
.folder {
  margin-right: 10px;
  /* border: 1px solid #e0e0e0; */
}
.additionalButton {
  padding: 5px 0px 0px 0px;
  /* margin-right: 10px; */
  position: absolute;
  right: 10px;
}
/* #dataContentDisplay .ui-selected .card-row,
#dataContentDisplay .ui-selected .card {
  background: #dfe7f6 !important;
} */
.cls-folder-moveable {
  /* margin: 0px !important; */
}
.cls-folder-moveable-inner {
  width: 100% !important;
  background: #fafafa !important;
}
.navbar-toggler {
  color: #fafafa;
}
.navbar-toggler:hover {
  color: #3b9f3d;
}
.cls-profileBtn {
  margin-right: 5px !important;
  margin-bottom: 0px !important;
}

.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  will-change: transform;
  transform: translateZ(0);

  display: flex;
  height: 50px;
  /* box-shadow: 0 -2px 5px -2px #333; */
  background-color: #fff;
  border-top: 1px solid #ccc;
  z-index: 20000;
}

.mobile-bottom-nav__item {
  flex-grow: 1;
  text-align: center;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobile-bottom-nav__item--active {
  /* dev */
  color: #1a1a1a;
}

.mobile-bottom-nav__item-content {
  display: flex;
  flex-direction: column;
}

.mobile-bottom-nav {
  display: none !important;
}

#treeContainer {
  transition: transform 3s;
  z-index: 10;
}
#treeContainer::-webkit-scrollbar {
  display: none;
}

/* .display-sidebar-mobile {
  transition: transform 3s;
  display: block !important;
  position: fixed;
  z-index: 1000;
  width: 200px !important;
  background: #ebebeb;
  border-right: 2px solid lightgray;
  border-bottom: 2px solid lightgray;
  margin-top: -24px !important;
  padding-top: 25px;
  height: 100vh !important;
  float: left;
  transform: translateX(0);
} */

.display-sidebar-mobile {
  transition: transform 3s !important;
  display: block !important;
  position: fixed !important;
  z-index: 1111;
  width: 200px !important;
  background: #ebebeb;
  border-right: 2px solid lightgray;
  border-bottom: 2px solid lightgray;
  margin-top: -8px !important;
  padding-top: 25px !important;
  height: 100vh !important;
  float: left !important;
  transform: translateX(0);
  border-radius: 0px !important;
  left: -11px;
}

.msgNotice {
  /* background-color: #4f4f4f !important; */
  padding: 6px 20px !important;
  padding-right: 25px !important;
  /* border-radius: 10px !important; */
  font-size: 14px !important;
  font-family: monospace !important;
}

#massFileUploadPreview {
  box-shadow: 0px 0px 3px 0px #ccc;
}

#massFileUploadPreview #uploadStatus {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.uploadPreviewTitleButton {
  margin-top: -5px;
}

.cls-ico-mydrive {
  margin: 0px -3px;
}

.cls-ico {
  margin-right: 6px;
  font-size: 15px;
}

.cls-ico-div {
  /* padding: 5px; */
  width: 25px;
  display: inline-block;
}

.cls-box-shadow {
  box-shadow: 0px 0px 3px 0px #ccc !important;
}

.creationDate {
  /* display: none; */
  position: absolute;
  right: 28px !important;
  opacity: 0.4;
  top: 11px;
  display: inline-block;
  width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: end;
}

.fileShow {
  margin-right: 10px !important;
}

.cls-h2 {
  font-size: 25px !important;
  font-weight: 500 !important;
}

#removeStoredContainer {
  overflow: auto !important;
  overflow-x: hidden !important;
}

.cls-card-height {
  min-height: 90vh;
  height: auto;
}

.cls-mobile-logo {
  display: none;
}

#copyNow {
  box-shadow: none;
  margin: 0px !important;
}

.cls-pricing-card {
  box-shadow: none;
  margin: 5px;
}
.cls-bg-lightgray li {
  background-color: #fafafa;
}
.cls-pricing-btn {
  box-shadow: none;
  width: 150px;
}
.cls-pricing-card > div {
  border-bottom-color: #fff !important;
}
.cls-404 {
  width: 200px;
  position: absolute;
  right: 45%;
  top: 30%;
}
.cls-profileform-label {
  position: absolute;
  margin-top: -7px;
  background: white;
  padding: 0px 5px;
  width: auto;
  font-size: 14px;
  color: #999999;
  line-height: 1;
}
.cls-form-elements {
  padding: 0px 4px;
}
.opeartionNow {
  padding: 7px 0px;
}
.opeartionNow > li > a > i {
  font-size: 12px;
  padding: 0px 3px 0px 0px;
}

/*-----------------*/
.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  width: 90%; /* Adjust the width as needed */
}

.breadcrumb-item {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  max-width: 100%;
}

.breadcrumb-item {
  display: inline-block;
  max-width: calc(100% - 1em);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.breadcrumb-item:last-child a {
  max-width: none; /* Ensure the last item is fully visible */
}
/*-----------------*/
.cls-filesbadge {
  /* position: absolute !important;
  margin: 0px 0px 0px -33px !important; */
}

.navbar-unique {
  display: flex;
  justify-content: flex-end;
  /* padding: 10px;
    background-color: #f8f9fa; */
}

.language-selector-unique {
  padding: 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #fff;
  border-radius: 10px !important;
  border: 1px solid #525252 !important;
  background: #303030;
}

.cls-logout {
  position: absolute;
  bottom: 32px;
  left: 15px;
  color: #4f4f4f;
}

.cls-sidebar-list span {
  font-size: 15px;
  margin-left: 0px;
}

.cls-plusactions {
  /* transform: translate3d(11.5px, 119.5px, 0px) !important; */
  transform: none !important;
  transform: translateX(11.5px) translateY(119.5px) !important;
  position: fixed !important;
  /* top: 0px !important;
  left: 0 !important; */
  z-index: 9999;
  /* transform: none !important; */
}

#selectedFilterContainer {
  width: 150px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.cls-breadcrums-manual {
  justify-content: end;
}
.cls-actionBtn {
  width: 120px !important;
  float: right;
}

.form-check-input[type="radio"]:checked:after {
  border-color: #3b9f3d;
  background-color: #3b9f3d;
}
.form-check-input:checked:focus:before {
  box-shadow: 0 0 0 13px #3b9f3d;
}
.form-check-input:checked:focus {
  border-color: #3b9f3d;
}
.cls-action-options {
  width: 310px;
}
#filterDropdown {
  width: auto;
}
#previewContainer .previewCard {
  height: auto !important;
}
.cls-drive-actionbar-bottom {
  background: #000000 !important;
}
.cls-create-account {
  display: block !important;
  top: 5vh !important;
  position: relative !important;
}

/*
* Universal CSS
*/
.shadow-0 {
  box-shadow: none !important;
}
.cls-bg-lightgray {
  background-color: #fafafa;
}
.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

/*
* Media Queries
*/

@media (min-width: 1130px) {
  #mainContainer {
    /* margin-right: -14px !important; */
    position: absolute;
    right: 1%;
  }
}

@media (max-width: 1440px) {
  #previewContainer {
    width: 300px;
    position: absolute;
    /* margin-right: 40px !important; */
  }
}

@media (max-width: 1425px) {
  .cls-sidebar-list span {
    font-size: 14px;
    margin-left: -3px;
  }
}

@media (max-width: 1330px) {
  .cls-sidebar-list span {
    font-size: 13px;
    margin-left: -5px;
  }
}

@media (max-width: 1245px) {
  .cls-sidebar-list span {
    font-size: 12px;
    margin-left: -5px;
  }
}

@media (max-width: 1245px) {
  .cls-sidebar-list span {
    font-size: 11px;
    margin-left: -7px;
  }
}

@media (max-width: 1130px) {
  #treeContainer {
    display: none;
  }
  #mainContainer {
    width: 100vw;
    margin-left: 0px !important;
  }
  .mobile-bottom-nav {
    display: flex !important;
  }
  .cls-profileBtn {
    display: none !important;
  }

  /* .cls-exportaction-btns {
        width: 100% !important;
    }
    .cls-breadcrumb {
        width: 100% !important;
    } */
}

@media (max-width: 1024px) {
  .cls-404 {
    width: 200px;
    position: absolute;
    right: 40%;
    top: 30%;
  }
  .cls-drive-actionbar-bottom {
    margin: 20px 0px 70px 0px !important;
  }
}
@media (max-width: 1023px) {
  .cls-breadcrums-manual {
    justify-content: center;
    margin-bottom: 5px;
  }
}

@media (max-width: 951px) {
  .cls-search-breadcrumb {
    width: 100% !important;
  }
  .cls-breadcrumb {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .cls-profileBtn,
  .cls-searchbar,
  .navbar-brand {
    display: none !important;
  }
  .cls-mobile-logo {
    display: block;
    position: absolute;
    left: 37%;
    top: 7px;
  }
  #dataContentDisplay {
    padding-top: 15px !important;
  }
  .cls-navbar {
    padding: 9px 0px;
  }
  .cls-404 {
    width: 200px;
    position: absolute;
    right: 38%;
    top: 30%;
  }
}

@media (max-width: 768px) {
  #treeContainer {
    display: none;
    padding-left: 15px !important;
  }
  #mainContainer {
    width: 100vw;
    margin-left: 0px !important;
  }
  .cls-exportaction-btns {
    width: 100% !important;
    background: #1a1a1a;
    /* border-radius: 0px 0px 10px 10px; */
    border-radius: 10px;
  }
  .cls-breadcrumb {
    width: 100% !important;
  }

  .cls-export-btns {
    background-color: transparent !important;
  }
  .cls-col-sm-12 {
    width: 100% !important;
    margin-top: 10px !important;
  }
  .cls-breadcrumb {
    /* border: 1px solid lightgray; */
    background: #1a1a1a !important;
    border-radius: 10px 10px 0px 0px !important;
  }
  .cls-drive-actionbar {
    border: none;
    background: transparent;
  }
  .mobile-bottom-nav {
    display: flex !important;
  }
  .cls-files {
    width: 49% !important;
    display: inline-block !important;
    margin-right: 0.5% !important;
    margin-top: 0px !important;
  }
  .cls-h2 {
    font-size: 18px !important;
  }
  .cls-mobile-logo {
    display: block;
    position: absolute;
    left: 37%;
    top: 7px;
  }

  /* #mainContainer #dataContentDisplay .moveable-item{
        margin-right:.5%
    } */

  .fileShow {
    margin-right: 0px !important;
    border: 2px solid #fff;
    margin-bottom: -40px;
  }

  .cls-404 {
    width: 200px;
    position: absolute;
    right: 35%;
    top: 30%;
  }
  .cls-searchbarMobile {
    right: 47%;
  }
  .cls-breadcrums-manual {
    justify-content: center;
    margin-bottom: 5px;
  }
  #mainContainer #dataContentDisplay .moveable-item {
    margin-bottom: 45px !important;
  }
}

@media (max-width: 425px) {
  .cls-404 {
    width: 200px;
    position: absolute;
    right: 25%;
    top: 30%;
  }
  .cls-mobile-logo {
    display: block;
    position: absolute;
    left: 30%;
    top: 7px;
  }
  .cls-searchbarMobile {
    right: 27%;
  }
  #selectedFilterContainer {
    width: 150px;
  }
  .cls-breadcrums-manual {
    margin-bottom: 10px;
  }
  .breadcrumb {
    justify-content: center;
  }
  #mainContainer #dataContentDisplay .moveable-item {
    margin-bottom: 45px !important;
  }
  #mainContainer #dataContentDisplay {
    height: 70vh !important;
  }
}

@media (max-width: 375px) {
  .cls-404 {
    width: 200px;
    position: absolute;
    right: 25%;
    top: 30%;
  }

  .cls-mobile-logo {
    display: block;
    position: absolute;
    left: 30%;
    top: 7px;
  }
}

.cls-options-manager {
  width: fit-content;
}

#planSection > .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #1da051;
  border-radius: 4px;
  height: 38px;
  padding: 4px 12px;
}

#planSection
  > .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #1da051;
  font-weight: bold;
}

#planSection
  > .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #1da051 transparent transparent transparent;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #1da051;
  color: #fff;
}

/* Style the dropdown items */
.select2-container--default .select2-results__option {
  color: #1da051;
  padding: 8px 12px;
}

/* Style the plan details section */
#planDetails {
  background-color: #f9f9f9;
  border: 1px solid #1da051;
  border-radius: 4px;
  padding: 16px;
  color: #333;
}

#planDetails h5 {
  color: #1da051;
  font-weight: bold;
  margin-bottom: 8px;
}

#planDetails p {
  margin-bottom: 0;
  line-height: 1.5;
}
