@media only screen and (max-width: 1010px) {
  .main-view {
    padding-left: 20px !important;
  }
}

.checkbox-list {
    opacity: 10 !important;
    pointer-events: auto !important;
    position: relative !important;
}

.checkbox-td {
    text-align: center;
}

.actions {
    text-align: center;
}

.clearance-button {
    color: white;
    border-radius: 10px;
    border: solid;
}

.approve {
    border-color: #FFB61C;
    background-color: #FFB61C;
    margin: 3px;
}

.on-hold {
    border-color: #F40000;
    background-color: #F40000;
    margin: 3px;

}

.return {
  border-color: #006400;
  background-color: #006400;
  margin: 3px;

}

.clearance-thead {
    background-color: #8D1436;
    color: white;
}

.search-left {
    width: 50%;
    display: flex;
}

.view-colleges {
  width: 50%;
}

.search-bar-container {
  width: 50%;
}

.search-button {
  background-color: #8D1436;
  padding: 3px 4px;
  border-color: #8D1436;
  margin-left: 5px;
}

.buttons-right {
    width: 75%;
    text-align: end;
    margin: auto;
}

.search-and-buttons {
    display: flex;
}

.search-bar {
    width: 100% !important;
    min-width: 150px;
    height: 2rem !important;
    border: solid !important;
    box-sizing: border-box !important;
    padding: 3px 5px !important;
    border-color: #B8ADAD !important;
}

.selected-buttons {
    background-color: #4A59E8;
    padding: 3px 5px;
    border-color: #4A59E8;
}

.selected-buttons:hover {
    background-color: #051ADF;
    border-color: #051ADF;
}

.disabled {
    background-color: #B8ADAD !important;
    border-color: #B8ADAD !important;
}

.modal {
    width: 40%;
    overflow: visible;
    overflow-y: scroll;
}

.modal-content {
    text-align: center;
}

.modal-approve-button {
    background-color: #FFB61C;
    padding: 5px 8px;
    border-color: #FFB61C;
}

.modal-approve-button:hover {
    background-color: #d39528;
    border-color: #d39528;
}

.modal-return-button {
  background-color: #006400;
  padding: 5px 8px;
  border-color: #006400;
}

.modal-return-button:hover {
  background-color: #008500;
  border-color: #008500;
}

.modal-cancel-button {
    background-color: #F40000;
    padding: 5px 8px;
    border-color: #F40000;
}

.modal-cancel-button:hover {
    background-color: #B10909;
    border-color: #B10909;
}

.modal-buttons {
    margin-top: 35px;
}

.modal-thead {
    width: 20%;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  width: 100%;
  margin-top: 10px;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 84px 0 22px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 30px;
  background: #5c9cd8;
  border-radius: 4px;
  cursor: pointer;
}
  
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px; height: 10px;
  top: 50%; right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}
    
.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
    
.custom-options {
  position: absolute;
  display: block;
  top: 100%; left: 0; right: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0,0,0,.07);
  background: #fff;
  transition: all .4s ease-in-out;
  
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%; right: 25px;
  width: 7px; height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all .4s ease-in-out;
}
  
.option-hover:before {
  background: #f9f9f9;
}
  
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  border-bottom: 1px solid #b5b5b5;
  font-size: 18px;
  font-weight: 600;
  color: #b5b5b5;
  line-height: 47px;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
  
.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
  background: #f9f9f9;
}

.view-colleges-button {
  background-color: #8D1436;
  padding: 3px 10px;
}

.specify-input {
  width: 100% !important;
  height: 3rem !important;
  border-bottom: solid !important;
  box-sizing: border-box !important;
  padding: 7px 10px !important;
}

.notif-indicator {
  border-radius: 10px; 
  background-color: red; 
  color: white; 
  text-align: center;
}

.empty-message {
  text-align: center;
  padding: 5px;
  margin-top: 10px;
}

.fixedbutton {
  position: fixed;
  bottom: 50px;
  right: 50px; 
  padding: 0px !important;
  border: none;
  background-color: transparent;
  border-radius: 50%;
}

.fixedbutton:hover{
  cursor: pointer;
}

.fixedbutton:active {
  background-color: green;
}

.actionable-table td:last-child {
  text-align: center !important;
}

input[type="search"] {
  width: 100% !important;
  min-width: 150px;
  height: 2rem !important;
  border-bottom: solid !important;
  box-sizing: border-box !important;
  padding: 3px 5px !important;
  border-color: black !important;
}

.show-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.show-select.opened {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.requirement-list {
  color: white;
  border: solid;
  background-color: #8D1436;
  outline: none;
  border-color: #8D1436;
  border-radius: 10px;
}

@font-face {
  font-family: 'BodoniXT';
  src: url('../fonts/BodoniXT.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
  font-family: 'Optima';
  src: url('../fonts/Optima.otf') format('opentype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}  

.header {
  font-family: 'Optima', sans-serif;
}

.modal-table {
  overflow-y: scroll;
}

.main-view {
  padding-left: 300px;
}

.input-std-no {
  border: solid !important;
  padding-left: 5px !important;
  box-shadow: gray !important;
  border-color: darkgray !important;
  border-radius: 5px !important;
}

.withBorder > td, .withBorder > th {
  border-spacing: 0; 
  border: solid; 
  text-align: center;
}

.loader {
  border: 7px solid #f3f3f3; /* Light grey */
  border-top: 7px solid #8D1436; /* Maroon */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  margin-left: 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#dashboard-preview {
  visibility: visible !important;
  display: absolute !important;
  width: 500px;
  margin: auto;
  margin-top: 10%;
  margin-bottom: 20px;
  border-radius: 3px;
}

#scanner-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  left: 0;
  top: 0;
  z-index: 1000;
  text-align: center;
}

#scanner-overlay p {
  color: white;
}

.table-flex {
  width: 100% !important; 
  overflow-x: scroll;
}

.dt-button.csvButton {
  background-color: #1B8A0A;padding: 5px 7px;border-color: #1B8A0A;color: white;border-radius: 10px;border: solid;
}

.dt-button.downloadButton {
  background-color: #4A59E8;padding: 5px 7px;border-color: #4A59E8;color: white;border-radius: 10px;border: solid;
}