#first-main {
  margin: 5px 0px 10px 0px;
}
#input-forms1 {
  /* width: 99%;
  background: #e2e3e5; */
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#input-forms {
  width: 99%;
  background: #e2e3e5;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.form-control {
  margin-bottom: 5px;
}
.text-justify {
  text-align: justify;
}
#navigate {
  margin: 75px 0px 10px 0px;
}
#myTable_wrapper {
  .row:nth-of-type(2) {
    .col-sm-12 {
      overflow-x: scroll;
    }
  }
}
#myTab {
  overflow-x: scroll;
}
.table-container{  
  overflow: auto;
  scrollbar-width: auto;
}
.custom-select {
  position: relative;
}

.custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
}

.custom-select::after {
  content: '\25BC'; /* Down arrow */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.dashboard-fix-card{
  left: 50px;
  top: 10px;
  padding: 1.5rem;
}

@media (max-width:1090px) {
  .dashboard-card p{
    font-size: 15px;
  }
  .dashboard-card i{
    font-size: 1rem;
  }
}
@media (max-width:1090px) {
  .dashboard-fix-card{
    left: 30px;
    padding: 1rem;
  }
  .dashboard-fix-icon{
  }
}

.fw-small{
  font-size: 85% !important;
  line-height: 15px;
  /* font-weight: bold; */
}
.blank-space-315{
  height: 265px;
}
h1{
  text-transform: uppercase !important;
}