#loading {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
   z-index:60000;
   -webkit-transform: translateZ(1000px);
   transform-style: preserve-3d;
   animation-name: steam;
   animation-duration: 5s;
   animation-iteration-count: infinite;
   height: 100%;
   padding-top: 20%;
}
.circle {
   position: relative;
   background: url(/static/admin/img/document.png) no-repeat top center;
   height: 20vw;
   background-size: 20vw !important;
}
@keyframes steam {
   0% {
       transform: perspective(500px) rotateY(0deg);
   }
   100% {
       transform: perspective(500px) rotateY(360deg);
   }
}
.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  cursor: none;
  width: 450px;
  height: 168px;
  z-index:70000;
  animation: createBox .5s;
}
@keyframes createBox {
from {
  transform: scale(0);
}
to {
  transform: scale(1);
}
}
input[type="checkbox"] {
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border: 0.15em solid currentColor;
}
#browse .fa-file, #browse .fa-folder, #browse .p-code {
  margin: 0px 10px 0px 10px;
}
#browse tr td {
  padding-bottom: 0px;
}
#browse .fa.fa-file-alt {
 font-size: 1.5rem;
 margin-left: 12px;
}
#img_banner * {
  padding: 10px;
}
.sidebar-dark-primary {
  background:#252627 !important;
}
.bg-primary {
  background: #252627 !important;
}
.primary-color {
  color: #252627;
}
.secondary-color {
  color: #008009;
}
.alert-Error {
  background: #F8D7DB;
}
#upload_feedback {
  max-height: 300px;
  overflow-y: scroll;
}
.content {
  padding: 0px !important;
}
#img_full {display:none;position:fixed;top:0;bottom:0;right:0;left:0;background:rgba(0,0,0,0.7);z-index:49999;padding:1vw;font-size:3vw;}
#img_close {position:fixed;top:10px;right:10px;max-width:100%;background:rgba(0,0,0,0.2);color:rgba(255,255,255,0.7);z-index:50000;border-radius:50%;padding:0px 10px 0px 10px;}
#img_inview {margin: auto;position:fixed;top:0;bottom:0;right:0;left:0;max-height: 100%;max-width: 100%;box-sizing: border-box;}
#img_banner {display:none;position:fixed;bottom:0;right:0;left:0;max-width:100%;background:rgba(0,0,0,0.2);color:rgba(255,255,255,0.7);text-align:center;z-index:50000;}
.ptro-crp-select_r,.ptro-crp-select_q,.ptro-crp-select_m,.ptro-crp-select_t {
  position: absolute;
  cursor: move;
}
.ptro-crp-select_r {
  border: 1px solid #ff9191 !important;
  color: red;
}
.ptro-crp-select_q {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  color: green;
}
.ptro-crp-select_m {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  color: blue;
}
.ptro-holder-wrapper {
  position: relative !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ptro-holder {
  position: absolute !important;
  left:0;
  right:0;
  top: 0;
}
.ptro-bar.ptro-color-main {
  background-color: none;
}
.bar-fixed {
  position:fixed;
  top:0;
  z-index: 999;
}
.ptro-icon-idle::after {
  content: "\f005";
  font-family: "Font Awesome 5 free";
}
.ptro-icon-select_r:before {
  content: "O\f114";
  color: red;
}
.ptro-icon-select_q:before {
  content: "Q\f114";
  color: green;
}
.ptro-icon-select_m:before {
  content: "M\f114";
  color: blue;
}
.ptro-icon-crop::before {
  content: "\f104";
}
.hidden {
  display: none;
}
.ptro-holder-wrapper {
  height: 842px;
}

.bottom-right {
  position: fixed;
  top: -300px;
  right: 0px;
  max-width: 500px;
  padding: 5px;
  margin: 5px;
	display: grid;
	place-items: center;
  z-index:1;
  opacity: 90%;
}
.projects {
  margin-left: -30px;
}
.fa-google {
  background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.fa-google {
  background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.m-2 {
	margin: 2rem;
}
.w-100 {
  width: 100%;
}
.center3 {
  font-size: 2rem;
  color:white;
  flex: 5;
  display: flex;
  justify-content: center;
}
.object-list thead, .object-list tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.object-list tbody {
    display: block;
    max-height: 500px;
    overflow-y: auto;
}
.object-list tbody::-webkit-scrollbar, #upload_feedback::-webkit-scrollbar, #browse::-webkit-scrollbar {
  scrollbar-width: thin;
  transition: scrollbar-color 0.3s;
}
.btn {
  transition: background-color 0.2s, transform 0.2s;
}
.btn:hover {
  background-color: #388E3C;
  transform: scale(1.05);
}
.content-wrapper {
  background-color: #252627 !important;
}
video {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
body {
  font-family: 'Roboto', sans-serif;
  color: #4A4A4A;
  background-color: #f9f9f9;
}
.navbar {
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.main-content {
  padding: 40px 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  margin-top: 30px;
  margin-bottom: 30px;
}

.main-content h1 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: #252627;
}

.main-content h2 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #008009;
}

.main-content p, .main-content li {
  font-size: 1rem;
  line-height: 1.6;
}

footer {
  background-color: #252627;
  color: #ccc;
  padding: 15px 0;
}

footer a {
  color: #ccc;
  margin: 0 10px;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

table tbody tr:hover, table tbody tr.checked {
  background-color: #f8faff !important;
  border-color: #f8faff !important;
}
