<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html  {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; 
  }

  @font-face {
    font-family: "Oswald";
    src: url("../static/Oswald-VariableFont_wght.ttf") format("opentype");
    font-display: swap;
  }
  .bg-custom-2 {
    background-color: #293645;
    }

.oswald{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }

.control-label{
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  font-size: 8pt;
  margin-bottom: .2rem !important;
}

.ok {
    -webkit-appearance: none; 
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,&lt;svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path d='M7 10l5 5 5-5z'/&gt;&lt;path d='M0 0h24v24H0z' fill='none'/&gt;&lt;/svg&gt;");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
    color: black;
    background-color: rgb(240, 241, 219);
  }

.radio {
    color: rgb(0, 0, 0) !important;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
.label_entry{
color: black;
}

.label_head {
  color: black;
}

.si{
margin-right: 3px;
margin-bottom: 3px;
display: inline;
width: 50px !important;
height: 40px !important;
}

.si3{
  display: inline;
  width: auto !important;
  height: auto !important;
  border-radius: 12px;
  color: white !important;
  }

.si2{
  width:30px !important;height:30px !important;border-radius:20px !important;
  display: inline;
  padding-bottom: 3px;
  margin: 2px;
  border: 0 !important;
  }

.btn-primary {
  background-color:#293645 !important;
  border-radius: 12px !important;
}

.btn-primary:hover {
  background-color: transparent !important;
  color: black !important;
}
.btn-secondary {
  background-color:#2b4562 !important;
  border-radius: 12px !important;
}

.btn-secondary:hover {
  background-color: transparent !important;
  color: black !important;
}

.btn-danger {
  background-color:#1c4472 !important;
  border-radius: 12px !important;
}

.btn-danger:hover {
  background-color:transparent !important;
  color: black !important;
}

.btn-info:hover {
  background-color:transparent !important;
  color: black !important;
}

.btn-warning {
  background-color:#0c519f !important;
}

.btn-warning:hover {
  background-color:transparent !important;
  color: black !important;
}

.btn-success {
  background-color:#1c6ac2 !important;
  border-radius: 12px !important;
}

.btn-success:hover {
  background-color:transparent !important;
  color: black !important;
}

.shade{
  box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  z-index: 50;
}
.table-bordered th{
  border: 1px solid #4b4b4b !important;
  border-bottom: 1px solid #4b4b4b !important;
  color: white;
 }
 .table-bordered td{
  border: 1px solid #4b4b4b !important;
 }
.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
border-bottom: 1px solid #4b4b4b;
  }
span{
  color: white;
}
.th-inner {
  background-color: #293645;
  color: rgb(255, 255, 255);
  font-size: 9pt !important;
}
.table{
  background-color: rgba(255, 255, 255, 0.7);
}
td{
  color: rgb(0, 0, 0);
  font-size: 8pt;
}
.btn {
  border: 1px solid white !important;
  border-radius: 12px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 8pt !important;
  padding: 3px !important;

}

input{
  border: 1px solid black !important;
  border-radius: 0px !important;
  font-size: 10pt !important;
  border-radius: 7px !important;
}

select{
  border: 1px solid black !important;
  border-radius: 0px !important;
  font-size: 10pt !important;
  border-radius: 7px !important;
}
.dropdown-menu{
  background-color: rgba(0, 0, 0, 1) !important;
  border-radius: 0px !important;
}

.page-list {
  color: rgb(0, 0, 0) !important;
  font-size: 10pt !important;
}
.pagination-info {
  font-size: 10pt !important;
  color: black;
}

.form-control{
  height: 25px !important;
  line-height: 0 !important;
  padding: 0 !important;
  padding-left: 4px !important;
}

.modal-content{
  background-color: rgb(255, 255, 255) !important;
  border: 1px solid white !important; 
}

.btn-default {
  color: black !important;
  background-color: white !important;
}

.close {
  filter: invert(0.5);
}

.upload {
  border: none !important;
  color: #4b4b4b !important;
}

.download {
 text-decoration: none; border: 1px solid white;color: white;padding: 10px;

}
.download:hover {
  background-color: white;
  color: #4b4b4b;
}

.unclick {
  pointer-events: none;
}

h8{
  color: #ffffff;
  font-family: 'Oswald';
}
h5 {
color: rgb(0, 0, 0);
font-family: 'Oswald';font-size: 20pt;
}

.storage {
  border: 3px dashed white;padding-top: 10px; padding-bottom: 20px;
}

.storage:hover {
  border: 3px dashed rgb(0, 161, 224);
}

.page-link{
  background-color:rgba(0, 0, 0, 0.8) !important;
  color: white !important;
}

.filter_add {
 background-color: transparent; color: rgb(0, 0, 0);width: 130px; height: 30px; text-align: center; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-size: 10pt !important; border: 1px solid rgb(0, 0, 0) !important; border-radius: 12px !important;
}

.filter_add:hover {
  background-color:#293645; color: white; border: 1px solid black !important
 }
 
.filter_add01 {
  background-color: transparent; color: rgb(0, 0, 0);width: 130px; height: 30px; text-align: center; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-size: 10pt !important; border: 1px solid rgb(0, 0, 0) !important; border-radius: 12px !important;
    }
  
  .filter_add01:hover {
  background-color:#293645; color: white; border: 1px solid black !important
 }

 .filter_add02 {
  background-color: transparent; color: rgb(255, 255, 255);width: 110px; height: 30px; text-align: center; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-size: 10pt !important; border: 1px solid rgb(255, 255, 255) !important; border-radius: 12px !important;
    }
  
  .filter_add02:hover {
  background-color:#293645; color: white; border: 1px solid black !important
 }

 .table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;td,
 .table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;th {
  background-color: rgba(41, 54, 69, 0.1);
}

option{
  background-color: white;
  color: black;
}

.dropbtn {
  background-color: #293645;
  color: white;
  width: 130px;
  font-size: 11px;
  border: 0.5px solid #293645;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size: 12px;
}

.dropdown-content a {
  color: black;
  padding: 4px 16px;
  text-decoration: none;
  display: block;
  
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.filter_add05 {
  background-color: transparent; color: rgb(0, 0, 0);width: 93%; height: 25px; text-align: center; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-size: 10pt !important; border: 1px solid rgb(0, 0, 0) !important; border-radius: 12px !important; margin-top: 2px !important;
    }
  
.filter_add05:hover {
  background-color:#293645; color: white; border: 1px solid black !important
 }

 ::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.form-control-file {
  border: 0 !important;
}

@media only screen and (max-width: 1400px) {
  .filter_add05 {
    background-color: transparent; color: rgb(0, 0, 0);width: 85%; height: 25px; text-align: center; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-size: 9pt !important; border: 1px solid rgb(0, 0, 0) !important; border-radius: 12px !important; margin-top: 2px !important;
  }

  .filter_add {
    background-color: transparent; color: rgb(0, 0, 0);width: 85px; height: 30px; text-align: center; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-size: 9pt !important; border: 1px solid rgb(0, 0, 0) !important; border-radius: 12px !important;
  }
   
   .filter_add:hover {
    background-color:#293645; color: white; border: 1px solid black !important
  }
    
  .filter_add01 {
    background-color: transparent; color: rgb(0, 0, 0);width: 85px; height: 30px; text-align: center; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-size: 9pt !important; border: 1px solid rgb(0, 0, 0) !important; border-radius: 12px !important;
  }
     
  .filter_add01:hover {
    background-color:#293645; color: white; border: 1px solid black !important
  }
   
  .filter_add02 {
    background-color: transparent; color: rgb(255, 255, 255);width: 85px; height: 30px; text-align: center; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-size: 9pt !important; border: 1px solid rgb(255, 255, 255) !important; border-radius: 12px !important;
  }
     
  .filter_add02:hover {
    background-color:#293645; color: white; border: 1px solid black !important
  }
   
  




}
</pre></body></html>