



  .my-auto div h2 {
    /* background-color: rgba(0,0,0,0.5); */
    /* font-family: 'Lato'; */
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
  }

  .login-logo{
    height : 50px;
  }

  .icn-content p{
    margin-top:12px;
    font-size: 14px;
  }

  .icn-content{
    /* margin-left:-20%; */
    max-width: 400px;
  }

  .error{
    /* border: 2px solid red; */
    color:red;
  }

  .form-check-input{
    border: 1px solid #b1b6be !important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5) !important;
  }

  .center-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-link.active {
    --bs-bg-opacity: 1 !important;
    --bs-border-opacity: 1 !important;
    --bs-text-opacity: 1 !important;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;
    border-color: transparent !important;
    color: rgba(var(--bs-theme-1-rgb),var(--bs-text-opacity)) !important;
}

.loader {
    z-index: 99999 !important;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    /* margin-left: 50%;
    margin-top: 50%; */
    top: 50%;
    left: 50%;
    position: absolute;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
    display: block;
  }

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


  #overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .7;
    z-index: 9999;
}

#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border: 20px solid #f3f3f3;
    border-radius: 50%;
    border-top: 20px solid #0d6efd;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
/* stats CSS for color */
.custom-table tr td:nth-child(2) {
    background: #FDC6FF;
}
.custom-table tr td:nth-child(3) {
    background: #53DCFC;
}
.table-report.table-stripped:not(.table-report--bordered):not(.table-report--tabulator) td {
  box-shadow:none;
}
.table-report.table-stripped:not(.table-report--bordered):not(.table-report--tabulator) {
  border-collapse: collapse;
  border-spacing: 0 10px;
}
.partition-sec {
  background: #f2f2f2;
    border: 0 solid #d0d0d0;
    border-radius: 8px;
    padding:24px;
    margin: 24px 0 24px;
}
.partition-sec .form-control {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
}
.partition-sec .form-control-dat {
    background:#fff;
    width: calc(100% - 44px);
}
.partition-sec .form-select, .partition-sec .form-select {
    background: #fff;
}

.dataTables_length {
    padding-left: 20px;
    margin-bottom: 32px;
}
.dataTables_filter {
    padding-right: 20px;
    margin-bottom: 32px;
}
.dataTables_length select {
    float:left;
}
