@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Carrois+Gothic|Changa+One|Rancho");

*,
html,
body,
p,
span {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #F7F8FA;
}

.container {
  margin-left: 0;
}

button,
input,
select {
  border-radius: 0px !important;
}

.idpanel {
  padding: 15%;
}

.title-login {
  font-family: Rancho;
  font-size: 20px;
  margin: 7%;
}

.buttons {
  font-size: 13px;
  font-weight: bold;
}

.breadcrumb {
  border: thin solid #e3e3e3;
}

ol.breadcrumb li {
  background: transparent;
}

.tablerow:nth-child(even) {
  background: #fff !important;
}

.ajs-message.ajs-custom {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

tr:nth-child(even) {
  background-color: #fff !important;
}

#sessionpicker {
  /* border: thin solid #e3e3e3; */
  min-height: 60px;
  right: 5%;
  top: 5%;
  width: 150px;
  position: absolute;
}

/* LOGIN AREA */
.button-login {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

.body-login-panel {
  padding: 10%;
}

.container-login {
  padding-top: 10%;
}

h4.title-login {
  text-align: center;
}

/* LOGIN AREA */

/* DASHBOARD */
.home-tabs {
  display: flex;
  height: 50px;
  /* border: thin solid #e3e3e3; */
  margin-bottom: 5%;
  cursor: pointer;
  background: rgb(255, 255, 255, 0.4);
}

.btns {
  font-size: 13px !important;
}

.home-tabs:hover {
  border: thin solid rgba(0, 0, 255, 0.304);
}

.upload-file-area {
  border: thin solid #e3e3e3;
}

.menu-home-tabs {
  font-weight: bold;
  font-size: 14px;
  background: rgb(255, 255, 255, 0.4);
  line-height: 28px;
  color: #000;
}

.container-padding-top {
  padding-top: 2%;
}

.navbar-form {
  padding-left: 0;
}

.wrap-btn-group {
  margin-bottom: 2%;
}

/* SINGLE MEMBER */
.nav-tabs li {
  margin-bottom: 2%;
}

.nav-tabs li.active {
  /* border: 0px; */
  /* border-bottom: thin solid #e3e3e3; */
}

.margin-top-5 {
  margin-top: 5%;
}

.titlecharges {
  font-weight: bold;
  color: #337ab7;
  margin-bottom: 5%;
  text-decoration: underline;
}

.readings {
  font-weight: bold;
  text-decoration: underline;
  font-size: 25px;
  margin-top: 0px;
}

/* FULL REPORTS */
h2.titleconst {
  font-size: 30px;
  text-decoration: underline;
  font-weight: bold;
  margin-top: 0px;
}

.summary-figures,
.price-title {
  background: rgb(255, 255, 255, 0.4);
  font-size: 12px;
}

.tabs-summary {
  /* border: thin solid #e3e3e3; */
  background: rgb(255, 255, 255, 0.4);
  text-align: center;
  padding: 10%;
}

.title-summary {
  font-size: 2rem;
  /* font-weight: bold; */
  color: #333;
  margin-bottom: 10px;
  /* border-bottom: 2px solid #8F2A8D; */
  padding-bottom: 5px;
}

.price-title {
  color: #337ab7;
}

.short-note-title {
  text-decoration: underline;
}

.detailed-title-property {
  text-decoration: underline;
  font-weight: bold;
}

.tables * {
  font-size: 12px;
}

.margin-top {
  margin-top: 5%;
}

/* PAYMENTS */
#complete-button-trans {
  width: 100%;
  height: 55px;
}

.padding-left {
  padding-left: 0px;
}

.activeClass, .activeClass * {
  background: #328de2;
  color: #fff;
}

input.inputs {
  width: 50px;
  font-size: 12px;
  border: 0px;
  box-shadow: none;
}

.folder-name {
  font-weight: bold;
}

.select-style {
  border: 1px solid #ccc;
  width: 120px;
  border-radius: 3px;
  overflow: hidden;
  background: #fafafa url("img/icon-select.png") no-repeat 90% 50%;
}

.select-style select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

.select-style select:focus {
  outline: none;
}

/* SETTINGS */
.titles-settings {
  text-align: left;
  font-weight: bold;
  text-decoration: underline;
}

.logo {
  /* width: 100%; */
}

.footer {
  background: #e3e3e377;
  width: 100%;
  border-top: 1px solid #999;
  margin-top: 15%;
  min-height: 250px;
}

.logo-area {
  border: thin solid #e3e3e3;
  height: 100px;
  text-align: center;
  background-position: center;
  background-size: cover;
}

.border-right {
  border-right: thin solid #e3e3e3;
}

.border-top {
  border-top: thin solid #e3e3e3;
}



/* Reports */
.report-icon {
  font-size: 20px;
}

.report-card {
  margin-bottom: 5%;
  padding: 20px;
  border: 1px solid #ddd;
  text-align: center;
  transition: transform 0.2s;
}

.report-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.report-icon {
  font-size: 48px;
  color: #337ab7;
  margin-bottom: 10px;
}

.report-text {
  font-size: 18px;
  margin-bottom: 10px;
}

.report-download-button {
  background-color: #337ab7;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.report-download-button:hover {
  background-color: #23527c;
}

.report-link {
  color: #337ab7;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.report-link:hover {
  color: #23527c;
}


/* Navigation menu */

/* Styles for the left menu */
.left-menu {
  width: 250px;
  /* Adjust width as needed */
  float: left;
}

/* Styles for the content area */
.content {
  margin-left: 260px;
  /* Ensure this is greater than the width of the left menu */
}

/* Clear floats after floating elements */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}


/* Top nav  */
.top-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}

/* Moder card  */
.modern-card {
  margin-bottom: 5%;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.modern-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.modern-card-content {
  text-align: left;
}

.modern-card-title {
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
}

.modern-amount {
  font-size: 32px;
  font-weight: bold;
  color: #8F2A8D;
  margin-top: 10px;
}

.modern-currency {
  font-size: 16px;
  color: #8F2A8D;
  margin-right: 5px;
}

/* Custom buttons  */
.custom-btn {
  display: flex;
  align-items: center;
  padding: 6px 15px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}

.custom-btn-primary {
  background-color: #007bff;
  color: #fff;
}

.custom-btn-default {
  background-color: #f2f2f2;
  color: #333;
}

.custom-btn:hover {
  background-color: #0056b3;
  color: #fff;
}

.button-container {
  margin-bottom: 20px;
}

.btn-icon {
  font-size: 18px;
  margin-right: 5px;
  background-color: transparent;
}

.footer-table {
  margin-top: 5%;
}

.small-btn {
  display: inline-block;
  padding: 4px 10px;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
  background-color: #007bff;
  color: #fff;
}

.float-btn {
  /* float: right; */
  text-decoration: underline;
}

.custom-input {
  width: 130px;
  outline: none;
  border: 1px solid #e3e3e3;
}

/* tabs  */
.tab-margin-bottom {
  margin-top: 5%;
}


/* Activities logs */
/* Base Styles */
.activity-section {
    font-family: Arial, sans-serif;
    margin: 20px;
    padding: 20px;
    /* border: 1px solid #ccc; */
    background-color: #f9f9f9;
    border-radius: 5px;
    /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); */
}

.activity-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.activity-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #ddd;
    padding: 10px;
    /* background-color: white; */
    border-radius: 5px;
    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); */
    transition: transform 0.2s ease-in-out;
}

.activity-item:hover {
    transform: scale(1.02);
}

.activity-description {
    max-width: 60%;
    white-space: wrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    /* font-weight: bold; */
}

.activity-description:hover {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    word-wrap: break-word;
}

.activity-metadata {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.causer {
    /* color: #888; */
    font-size: 14px;
}

.date {
    /* color: #aaa; */
    font-size: 12px;
}

.pagination {
    margin-top: 20px;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    margin: 0 5px;
}

.pagination .page-link {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}

.pagination .page-link:hover {
    background-color: #f9f9f9;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .activity-list {
        gap: 10px;
    }
    
    .activity-item {
        flex-direction: column;
    }
    
    .activity-metadata {
        align-items: flex-start;
        margin-top: 10px;
    }
}
