body {
  background-color: #E4edf9;
  font-family: 'Lato', sans-serif;
}

.login-sidebar {
  height: 1050px;
}

/*.wrapper{*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  transform: translate(-50%,-50%);*/
/*  width: 50%;*/
/*  margin-top: 3%;*/
/*}*/

/*.wrapper .search_box{*/
/*  width: 50%;*/
/*  background: #fff;*/
/*  border-radius: 50px;*/
/*  height: 65px;*/
/*  display: flex;*/
/*  padding: 10px;*/
/*  box-shadow: 0 8px 6px -10px #b3c6ff;*/
/*}*/

/*.wrapper .search_box .search_field{*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  position: relative;*/
/*}*/

/*.wrapper .search_box .search_field .input{*/
/*  width: 50%;*/
/*  height: 100%;*/
/*  border: 0px;*/
/*  font-size: 16px;*/
/*  padding-left: 20px;*/
/*  padding-right: 38px;*/
/*  color: #6f768d;*/
/*}*/

/*.wrapper .search_box .search_field .fas{*/
/*  position: absolute;*/
/*  top: 10px;*/
/*  float: right;*/
/*  font-size: 22px;*/
/*  color: #5078ef;*/
/*  cursor: pointer;*/
/*}*/


.wrapper{
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 65%;
  margin-top: 3%;
}

.wrapper .search_box{
  width: 90%;
  background: #fff;
  border-radius: 50px;
  height: 65px;
  display: flex;
  padding: 10px;
  box-shadow: 0 8px 6px -10px #b3c6ff;
}

.wrapper .search_box .search_field{
  width: 100%;
  height: 100%;
  position: relative;
}

.wrapper .search_box .search_field .input{
  width: 70%;
  height: 100%;
  border: 0px;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 38px;
  color: #6f768d;
}

.wrapper .search_box .search_field .fas{
  position: absolute;
  top: 10px;
  float: right;
  font-size: 22px;
  color: #5078ef;
  cursor: pointer;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9fa3b1;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #9fa3b1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #9fa3b1;
}
a:hover { background-color: transparent; text-decoration: none; }
#pageloader
{
  background: rgba( 255, 255, 255, 0.8 );
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#pageloader img
{
  left: 45%;
  position: absolute;
  top: 30%;
}

form {
	margin:5% auto 0 auto;
	padding:10px;
	width:100%;
	height:auto;
	overflow:hidden;
	background:white;
	border-radius:10px;
}

form label {
	font-size:14px;
	color:darkgray;
	cursor:pointer;
}

form label,
form input {
	float:left;
	clear:both;
}

form input {
	padding:15px 10px;
	width:100%;
	outline:none;
	border:1px solid #bbb;
	border-radius:40px;
	display:inline-block;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
    -webkit-transition:0.2s ease all;
	   -moz-transition:0.2s ease all;
	    -ms-transition:0.2s ease all;
	     -o-transition:0.2s ease all;
	        transition:0.2s ease all;
}

form input[type=text]:focus,
form input[type="password"]:focus {
	border-color:cornflowerblue;
}

input[type=submit] {
	padding:15px 50px;
	width:auto;
	background:#1abc9c;
	border:none;
	color:white;
	cursor:pointer;
	display:inline-block;
	float:right;
	clear:right;
	-webkit-transition:0.2s ease all;
	   -moz-transition:0.2s ease all;
	    -ms-transition:0.2s ease all;
	     -o-transition:0.2s ease all;
	        transition:0.2s ease all;
}

input[type=submit]:hover {
	opacity:0.8;
}

input[type="submit"]:active {
	opacity:0.4;
}

table.neumorphic{
  width: 100%;
  border-spacing: 0;
  color: #212121;
  text-align: justify;
  overflow: hidden;
  box-shadow: 9px 9px 16px rgba(163, 177, 198, 0.6),
  -9px -9px 16px rgba(255, 255, 255, 0.6);
  margin-top: 2%;
}
table.neumorphic thead{
  box-shadow: 9px 9px 16px rgba(163, 177, 198, 0.6);
}
table.neumorphic th{
  padding: 7px;
}

table.neumorphic>tbody>tr>td {
  padding: 10px;
  font-size: 14px;
  position: relative;
}

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 450px;
  max-width: 100%;
  padding: 25px;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  transition: 0.2s;
  background: #E0EBFE;
}
.file-drop-area.is-active {
  background-color: rgba(255, 255, 255, 0.05);
}
.fake-btn {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}
.file-msg {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  border-radius: 50px;
}
.file-input:focus {
  outline: none;
}


.card_profile_img {
    width: 150px;
    height: 150px;
    background-color: #868d9b;
    background: url("https://source.unsplash.com/7Sz71zuuW4k");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 5px solid #ffffff;
    border-radius: 120px;
    float: left;
    margin-top: -60px;
    margin-left: 30px;
}

.card_background_img {
    width: 100%;
    height: 150px;
    border-radius: 8px;
    background-color: #1B2149;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  text-align: center;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.content-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Vertically and horizontally center content */
  /* text-align: center; */
}

.justify-content {
  display: flex;
  justify-content: center;
  /* Horizontally center content */
  align-items: center;
  /* Vertically center content */
}

.main-container img {
  margin-bottom: 20px;
  /* Add some spacing between the image and the text */
}

.side-nav-child43 {
  position: relative;
  background-color: var(--colour-bg-bg-50);
  width: 289px;
  height: 1024px;
  z-index: 0;
}

.active-frame-child1443 {
  position: relative;
  border-radius: var(--br-8xs);
  background-color: var(--color-aliceblue-200);
  width: 265px;
  height: 50px;
}

.active-frame-child1453 {
  position: relative;
  border-right: 2px solid var(--color-dodgerblue-100);
  box-sizing: border-box;
  width: 2px;
  height: 52px;
}

.active2 {
  margin: 0 !important;
  position: absolute;
  top: 246px;
  left: 12px;
  width: 277px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-3xs);
  z-index: 1;
}

/* .vuesaxlinearhome-2-parent11 {
  position: absolute;
  top: 70px; 
  left: 41px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-6xs);
  z-index: 3;
  color: var(--color-dodgerblue-100);
} */


.vuesaxlinearhome-2-parent11 {
  margin: 10px 0;
  padding: 10px 0;
  /* Add margin to create spacing between navigation links */
  position: relative;
  left: 10px;
  display: flex;
  flex-direction: row;
  /* Change flex direction to column */
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-6xs);
  z-index: 3;
  color: #999999;
  width: 100%;
  fill: #999999;
}

.active {
  border-right: 2px solid var(--color-dodgerblue-100);
  background-color: var(--color-aliceblue-200);
  height: 52px;
  width: 100%;
  color: var(--color-dodgerblue-100);
  fill: var(--color-dodgerblue-100);
}

.nav-link {
  width: 100%;
  height: 52px;
}

.link-color {
  color: white;
}

.side-nav-child44 {
  position: absolute;
  margin: 0 !important;
  top: 214.5px;
  left: -1.5px;
  border-top: 3px solid var(--color-ghostwhite);
  box-sizing: border-box;
  width: 292px;
  height: 3px;
  z-index: 2;
}

.vuesaxlinearhome-2-icon21 {
  position: relative;
  width: 24px;
  height: 24px;
}

.home22 {
  position: relative;
}

.my-files22 {
  position: relative;
  font-weight: 500;
}

.vuesaxlinearfolder-2-parent23,
.vuesaxlinearfolder-open-parent19,
.vuesaxlinearpeople-parent19,
.vuesaxlinearslider-horizonta-parent19 {
  margin: 0 !important;
  position: absolute;
  top: 333px;
  left: 41px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-6xs);
  cursor: pointer;
  z-index: 4;
}

.vuesaxlinearfolder-open-parent19,
.vuesaxlinearpeople-parent19,
.vuesaxlinearslider-horizonta-parent19 {
  top: 407px;
  z-index: 5;
}

.vuesaxlinearpeople-parent19,
.vuesaxlinearslider-horizonta-parent19 {
  top: 481px;
  z-index: 6;
}

.vuesaxlinearslider-horizonta-parent19 {
  top: 555px;
  z-index: 7;
}

.add-new-file-child13 {
  position: relative;
  border-radius: var(--br-8xs);
  background-color: var(--color-dodgerblue-100);
  width: 265px;
  height: 50px;
  z-index: 0;
}

.add-new-file32 {
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 21.5px);
  font-weight: 500;
}

.add-new-file {
  width: 265px;
  height: 50px;
}

.add-new-file-inner13,
.add-new-file-parent14,
.vuesaxlinearadd-icon34 {
  position: absolute;
  justify-content: center;
  top: calc(50% - 12px);
  left: calc(50% - 61.5px);
  height: 24px;
}

.vuesaxlinearadd-icon34 {
  border-radius: var(--br-8xs);
  width: 24px;
}

.add-new-file-inner13,
.add-new-file-parent14 {
  width: 140px;
}

.add-new-file-inner13 {
  margin: 0 !important;
  left: calc(50% - 64.5px);
  z-index: 1;
}


.frame-child146 {
  position: relative;
  border-radius: var(--br-3xs);
  background-color: var(--colour-bg-bg-50);
  width: 707px;
  height: 60px;
  z-index: 0;
}

.search-using-barcode11 {
  position: absolute;
  top: 0;
  left: 0;
}

.search-using-barcode-scanner-wrapper9 {
  position: relative;
  width: 185px;
  height: 17px;
}

.vuesaxlinearscan-parent4 {
  margin: 0 !important;
  position: absolute;
  top: 18px;
  left: 28px;
  justify-content: flex-start;
  gap: var(--gap-base);
  z-index: 1;
}

.rectangle-parent221,
.top-nav21,
.vuesaxlinearscan-parent4 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.rectangle-parent221 {
  justify-content: flex-start;
  position: relative;
  gap: var(--gap-3xs);
}

.top-nav21 {
  position: relative;
  top: 20px;
  left: 80px;
  width: 707px;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: space-between;
}

.frame-child147 {
  position: relative;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

*:focus {
  outline: none;
}

.input-group {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 82px;
  border: 0;
  background-color: #ffffff;
  border-bottom-left-radius: 41px;
  border-bottom-right-radius: 41px;
  border-top-left-radius: 41px;
  border-top-right-radius: 0;
  box-shadow: 0 17px 40px 0 rgba(75, 128, 182, 0.07);
  margin-bottom: 22px;
  position: relative;
  font-size: 17px;
  color: #a7b4c1;
  transition: opacity 0.2s ease-in-out, filter 0.2s ease-in-out,
    box-shadow 0.1s ease-in-out;
}

.input-group:hover {
  box-shadow: 0 14px 44px 0 rgba(0, 0, 0, 0.077);
}

.input-group input {
  position: absolute;
  border: 0;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
  top: 0;
  height: 65px;
  width: 100%;
  padding: 0 53px;
  box-sizing: border-box;
  z-index: 3;
  display: block;
  color: #1a6fc4;
  font-size: 17px;
  font-family: inherit;
  transition: top 0.1s ease-in-out;
}

.input-group input::placeholder {
  color: rgba(0, 0, 0, 0);
}

.input-group input:focus,
.input-group input:not(:placeholder-shown) {
  top: 17px;
}

.input-group label {
  position: absolute;
  border: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0 53px;
  box-sizing: border-box;
  transition: all 0.1s ease-in-out;
  cursor: text;
}

.input-group input:focus + label,
.input-group input:not(:placeholder-shown) + label {
  bottom: 20px;
  font-size: 13px;
  opacity: 0.7;
}

.philemon-echenim10 {
  position: relative;
  font-weight: 600;
}

.namephilemechemm637gmailcom10 {
  position: relative;
  font-size: var(--font-size-3xs);
  color: var(--color-gray-900);
}

.philemon-echenim-parent7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-10xs);
}

.frame-child148 {
  position: relative;
  width: 32px;
  height: 32px;
}

.ellipse-parent71 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 29px;
}

.frame-child149,
.frame-wrapper41 {
  position: relative;
  width: 291px;
  height: 40px;
}

.frame-child149 {
  border-top: 3px solid var(--color-ghostwhite);
  box-sizing: border-box;
  width: 292px;
  height: 3px;
}

.group-parent75 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-21xl);
  cursor: pointer;
}

.frame-child150,
.vuesaxlinearadd-icon35 {
  position: relative;
  border-radius: var(--br-8xs);
}

.frame-child150 {
  background-color: var(--color-dodgerblue-100);
  width: 265px;
  height: 50px;
  cursor: pointer;
  z-index: 0;
}

.vuesaxlinearadd-icon35 {
  width: 24px;
  height: 24px;
}

.frame-wrapper42,
.group-wrapper14,
.vuesaxlinearadd-parent4 {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 75.5px);
}

.vuesaxlinearadd-parent4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--gap-base);
}

.frame-wrapper42,
.group-wrapper14 {
  width: 151px;
  height: 24px;
}

.group-wrapper14 {
  margin: 0 !important;
  left: calc(50% - 76px);
  z-index: 1;
}

.rectangle-parent222 {
  width: 300px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: var(--gap-3xs);
  color: var(--colour-bg-bg-50);
}

.used-of2 {
  font-size: var(--font-size-xs);
}

.frame-child151 {
  position: relative;
  border-radius: var(--br-8xs);
  background-color: var(--color-aliceblue-100);
  width: 300px;
  height: 10px;
}

/* Align .add-new-file31 and .side-nav21 within the <nav> */
nav {
  position: fixed;
  /* Fixed position for the left navigation */
  top: 0;
  left: 0;
  width: 250px;
  /* Adjust the width as needed */
  min-height: 1024px;
  /* Minimum height of 1024px */
  background-color: var(--colour-bg-bg-50);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-3xs);
  justify-content: flex-start;
  padding: var(--padding-11xl) var(--padding-14xl);
  box-sizing: border-box;
  z-index: 10;
  /* Ensure it's above other content */
}

.nav .add-new-file31 {
  display: flex;
  /* margin: 40px; */
  align-items: center;
  gap: var(--gap-3xs);
  cursor: pointer;
  z-index: 8;
  font-size: var(--body-small-size);
  color: var(--colour-bg-bg-50);
  order: -1;
  /* Set the order to place it above navigation items */
}

.nav .side-nav21 {
  display: flex;
  align-items: center;
  gap: var(--gap-3xs);
  font-size: var(--body-b1-bold-size);
}

/* nav .side-nav21 {
  font-size: var(--body-b1-bold-size);
} */

/* Hide frame-parent116 on smaller screens */
@media (max-width: 1920px) {  
}

@media (max-width: 968px) {
  .side-nav21 {
    display: none;
  }
  .mobile-logout {
      display: block;
  }
  .mainz {
      margin-top: 20%;
  }
  .sc{
      width: 100%;
  }
  .cs{
      margin-bottom: 10%;
  }
  .wrapper{
      position: absolute;
      left: 50%;
      transform: translate(-50%,-50%);
      width: 85%;
      margin-top: 3%;
    }
    
    .wrapper .search_box{
      width: 70%;
      background: #fff;
      border-radius: 50px;
      height: 65px;
      display: flex;
      padding: 10px;
      box-shadow: 0 8px 6px -10px #b3c6ff;
    }
    
    .wrapper .search_box .search_field{
      width: 100%;
      height: 100%;
      position: relative;
    }
  .wrapper .search_box .search_field .input{
      width: 60%;
      height: 100%;
      border: 0px;
      font-size: 16px;
      padding-left: 10px;
      padding-right: 18px;
      color: #6f768d;
    }
  .ava {
      width: 40px;
      height: 40px;
      border-radius: 120px;
      box-sizing:border-box;
      overflow:hidden;
    }
    .sip{
        margin: 5px;
    }
}

@media (min-width: 1100px) {
    .mobile-logout {
        display: none;
    }
}

@media (max-width: 768px) {
  .sidebar {
    display: none;
  }
}

.barcode-btn {
  background-color: var(--colour-bg-bg-50);
  width: 100%;
  height: 60px;
}

@media (max-width: 768px) {
  .barcode-btn {
    margin-top: 30px;
    width:300px;
    height: 60px;
  }
}

.sidebarRight {
  position: fixed;
  /* Fixed position so it's always on the left */
  top: 0;
  right: 0;
  width: 300px;
  /* Adjust the width as needed */
  min-height: 1024px;
  /* Minimum height of 1024px */
  background-color: var(--colour-bg-bg-50);
  /* Change to your desired background color */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Vertically center the content */
  padding: var(--padding-11xl) var(--padding-14xl);
  box-sizing: border-box;
  z-index: 2;
  /* Ensure it's above other content */
}

.frame-parent116 {
  /* border-radius: var(--br-3xs);
  background-color: var(--colour-bg-bg-50);
  padding: var(--padding-11xl) var(--padding-14xl);
  box-sizing: border-box; */
  gap: 42px;
  color: var(--color-black);
}

.gb-used-of-100gb-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-2xs);
  font-size: var(--font-size-9xl);
}


/* Hide frame-parent116 on smaller screens */
@media (max-width: 768px) {
  .frame-parent116 {
    display: none;
  }
}
@media (max-width: 768px) {
  .sidebarRight {
    display: none;
  }
}


.vuesaxbolddocument-icon2 {
  position: relative;
  top: 331px;
  left: 350px;
  width: 150px;
  height: 150px;
  cursor: pointer;
}

.to-make-a {
  position: relative;
  top: 505px;
  left: 40px;
  font-size: var(--font-size-xl);
  line-height: 150%;
  font-weight: 500;
  color: var(--color-gray-700);
  text-align: center;
  display: inline-block;
  width: 504px;
}

.main-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


/* department profile */
#star {
  margin-left: -5px !important;
  vertical-align: bottom !important;
  opacity: 0.5;
}


.more {
  opacity: 0.5 !important;
}

.btn:hover {
  color: black !important;
}

.vl {
  margin: 8px !important;
  width: 2px;
  border-right: 1px solid #aaaaaa;
  height: 25px;
}


#plus {
  opacity: 0.8;
}


.card {
  border-radius: 10px !important;
}

a:hover {
  background-color: #ccc !important;
}



.btn-outlined:active {
  color: #FFF;
  border-color: #fff !important;
}


img {

  cursor: pointer;
  overflow: visible;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.container {
  margin-top: 100px !important;
}

.pro-img {
  margin-top: -80px;
  margin-bottom: 20px;
}

.little-profile .pro-img img {
  width: 128px;
  height: 128px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 50%
}

.user {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile {
  display: flex;
  align-items: center;
  gap: 22px;
}

.ava {
  width: 60px;
  height: 60px;
  border-radius: 120px;
  box-sizing:border-box;
  overflow:hidden;
}

.sva {
  width: 35px;
  height: 35px;
  border-radius: 120px;
  box-sizing:border-box;
  overflow:hidden;
}

.username {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.username .name {
  color: #999999;
  line-height: normal;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}

.username .uname {
  color: #999999;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card-img-top {
  height: 300px;
}

.hidden-item {
  display: none;
}

#toggleButton {
  position: fixed;
  margin-bottom: 20px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.bold-text {
  font-weight: bold;
}

.light-text {
  font-weight: lighter;
}

.offcanvas-top.h-auto {
  bottom: initial;
}

#dataTables tr {
  cursor: pointer;
}

#dataTables tr:hover {
  background-color: #f5f5f5;
}