@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
 font-family: "Roboto", sans-serif; 
}
td:not(:last-child) {
  border-bottom: 0;
}
th:not(:last-child) {
  border-bottom: 2px solid rgba(0, 0, 0, .1);
}

.no-records-message {
  text-align: center;
  padding: 20px;
  font-size: 1.2em;
  color: #999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.no-records-message img {
  width: 250px;
  height: 250px;
  margin-bottom: 35px;
  margin-top: 35px;
}

.card-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-header-container .quick-details {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-header-container .quick-details .card-top-head.green{
  border: 1px solid #0f9e16;
  color: #0f9e16;
  background: #0f9e161c;
}
.card-header-container .quick-details .card-top-head.theme-color{
  border: 1px solid #2a3885;
  color: #2a3885;
  background: #2a38851c;
}
.card-header-container .quick-details .card-top-head.yellow{
  border: 1px solid #f39c12;
  color: #f39c12;
  background: #f39c121c;
}
.card-header-container .quick-details .card-top-head {
  padding: 8px 15px;
  border-radius: 8px;
  margin-right: 15px;
}

.card-header-container .quick-details .card-top-head h2 {
  font-size: 25px;
  font-weight: 700;
}

.custom-alert {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1050;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  opacity: 0.95;
}

@media (max-width: 576px) {
  .custom-alert {
    width: 95%;
    font-size: 0.9rem;
  }
}
.card-top-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.icon-side i {
    font-size: 35px;
    margin-right: 13px;
}
.theme-table th{
  background: #2a3885;
  color: #fff;
  font-weight: 600;
}
.theme-button{
  background: #2a3885;
  color: #fff;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
  border: none;
}
.theme-button:hover{
  background: #4a45b3;
  color: #fff;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
  border: none;
}
.section-title{
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}
.table-more-green{
  background-color: #b9e4b9 !important;
  color: #2e7d32 !important;
}
.table > :not(caption) > * > *{
  border-bottom: 0;
}
.container-app-home{
  margin: 0 auto;
  width: 100%;
  border: 1px solid #2a3885;
  display: flex;
  justify-content: center;
  border-radius: 15px;
  padding: 20px;
}
.container-app-home img{
  width: 250px;
  margin: 15px auto 15px auto;

}
.container-app-home p{
  text-align: center;
  color: #2a3885;
  margin: 15px auto 15px auto;
}
.site-login-button button{
  text-transform: uppercase !important;
}
.hr-line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
  position: relative;
}
.hr-line span{
  padding: 0 10px;
  background: #fff;
  width: fit-content;
  margin: 0 auto;
  z-index: 999;
}
.hr-line::after{
  position: absolute;
  content: '';
  flex: 1;
  height: .5px;
  width: 100%;
  background: #444444;
}
.site-login-button.btn-primary{
  background-color: #2a3885;
  padding: 10px 20px;
  bottom: 0;
}
.site-login-button.btn-secondary{
    background-color: #2093d1;
    border: 0;
    padding: 10px 20px;
}
.site-login-button.btn.btn-whasapp{
    background-color: #25d366;
    border: 0;
    padding: 10px 20px;
    color: #fff;
}
.site-login-button.btn-danger{
    border: 0;
    padding: 10px 20px;
}
.login-logo{
  width: 200px;
  height: auto;
  display: block;
}
.radius-10{
  border-radius: 25px;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.reg-card form div.input-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.reg-card form div.input-group input{
  width: 100%;
  border-radius: 8px !important;
}
a.nav-link.dropdown-toggle {
  display: flex;
  align-items: center;
}
li.user-header.text-bg-primary {
  min-height: 115px !important;
  display: flex;
  align-items: center;
  text-align: left !important;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    margin-right: 13px;
    z-index: 5;
    width: 90px;
    height: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: var(--bs-border-color-translucent);
}
.chart-responsive{
  height: 400px;
}
.btn.btn-sm {
    padding: 0px 9px !important;
}
.btn-close{
  --bs-btn-close-color: red !important;
}
.small-software-version{
  color: #fff;
  font-size: 10px;
  margin-left: 8px;
}
.logo-cover {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.normal-software-version {
    color: #222222;
    font-size: 10px;
    margin-left: 8px;
    position: absolute;
    right: 60px;
    bottom: 5px;
}