* {
    font-weight: bold;
}

.report-button {
    background: linear-gradient(90deg, #0072ff 0%, #00d4ff 100%);
    border: 0
}

.custom-text-grey {
    color: #666666;
}

.text-blu-sm {
    color: #628fc3;
    font-size: 20px;
    font-weight: 500;
}

.text-b1u-lg {
    color: #628fc3;
    font-size: 28px;
    font-weight: 500;
}


.text-rd-sm {
    color: #d05151;
    font-size: 20px;
    font-weight: 500;
}

.text-rd-lg {
    color: #d05151;
    font-size: 28px;
    font-weight: 500;
}

.brd-rgt {
    border-right: 1px solid #ccc;
}

.card-shadoww {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.table-head-title {
    color: #606060;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #ffffff !important;
}

th,
.table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-bg-type: #efefef !important;
}

th {
    color: #606060 !important;
}

td:first-child {
    padding-left: 20px !important;
}

form {
    width: 100%;
}

.tab-ht {
    height: 500px;
    overflow: auto;
}

@media (max-width: 764px) {
    .btn-logout {
      position: relative;
      left: -35px;
      top: 2px;
    }
  }