/*--------------------------------------------------------------
INFORMATION ROW / CONTROL PANEL
--------------------------------------------------------------*/

.main_row {
  width: 100%;
  background-color: white;
  margin-bottom: 25px;
}

.page_col {
  margin-left: -12px;
  font-weight: 600;
  font-size: 20PX;
}

.page_col i {
  font-size: 22px;
  margin-right: 5px;
}

.icon-col {
  border-left: 1px solid lightgrey;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon-colx {
  border-right: 1px solid lightgrey;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.add_box {
  border-right: 1px solid lightgrey;
  color: #33B988;
}

.icon-col1 {
  margin-right: -24px;
}

.cp_icon {
  font-size: 25px; /* Change this value to the desired icon size */
  margin-top: 5px;
}

.icon-col:hover, 
.icon-colx:hover {
  background-color: rgba(51, 185, 136, 0.1);
  height: 100%;
}


.bi-white {
  color: white;
}

/*--------------------------------------------------------------
CARDS CONTAINER
--------------------------------------------------------------*/

.cards-section {
  background-color: white;
  margin-top: 0px;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}

.card_icon {
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
  color:#33B988;
}

.card-title_custom { 
  margin-bottom: -0.5rem;
  font-weight: 700;
  font-size: 30px;
}

.cards_description {
  text-align: center;
}

.card_custom p {
  color:#1b74e0;
  padding: 0;
}


/*--------------------------------------------------------------
TABLE CONTAINER
--------------------------------------------------------------*/

.table_records {
  font-size: 0.75rem;
  font-weight: 500;
  color: #444444;
}

.table_records tbody tr:hover {
  background: linear-gradient(90deg, rgba(51, 185, 136, 0.1) 0%, #f8f9fa 98%);
  cursor: pointer;
}

.table_records thead {
  font-size: 0.8rem;
  color: #444444;
  font-weight: 400;
  background-color: #f8f9fa; /* Lighter background for the header */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); /* Slightly darker box shadow for depth */
  border-bottom: none !important;
}

.table_records thead th {
  border-bottom: 2px solid #dee2e6; /* Add a bottom border to separate the header from the data */
}

.table_records tbody tr {
  border-bottom: 1px solid white; 
}

.table {
  --bs-table-striped-bg: rgba(0, 0, 0, 0.015) !important;
}



/*--------------------------------------------------------------
RESPONSIVE WEBSITE - CARDS CONNTAINER 
--------------------------------------------------------------*/


/* LARGE SCREEN */
@media (min-width:1200px) {
  .card_mgn {
    margin-left: -16px;
  }
}

/* MEDIUM SCREEN */
@media (max-width: 1199px) {
  .card_mgnm {
    margin-left: -10px;
  }
  .card_mgnbtmsm {
    margin-bottom: 10px;
  }
}


/* MAX WIDTH */
@media (max-width: 768px) {
  .card_mgnx {
    margin-left: -10px;
  }
  .card_mgnxs {
    margin-left: 0px;
  }
  .card_mgnbtmxs {
    margin-bottom: 10px;
  }

  .page_col span {
    display: none;
  }

  .page_icon {
    font-size: 25px;
    padding-top: 3px;
  }

  .page_col_center {
    justify-content: center;
  }

}

/*--------------------------------------------------------------
PLACES CSS
--------------------------------------------------------------*/
.mainstats_row {
  border-radius: 5px
}


.accordion-item {
  margin-bottom: 10px;
}

.accordion_header {
  padding:0;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-button {
background-color: white;
padding: 8px;
}

.accordion-button:not(.collapsed) {
background-image: linear-gradient(to right top, #edf1f8, #e6edf9, #dee8fa, #d6e4fa, #cee0fb);}

.card-stats {
  width: 100%;
  margin-right: 55px;
  display: flex;
  justify-content: flex-end;
  align-items: center; 
}

.stats1, .stats2 {
  font-weight: 700;
}

.stats1 {
  margin-right: 20px; /* Adjust this value as needed */
}

.accordion_table {
  font-size: 0.75rem;
  font-weight: 500;
  color: #444444;
  width: 100%;
  border: none !important;
}

.accordion_table tbody tr:hover {
  background-color: rgba(51, 185, 136, 0.1);
  cursor: pointer;
}

.accordion_table thead {
  font-size: 0.8rem;
  color: #444444;
  font-weight: 400;
  background-color: #f8f9fa;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-bottom: none !important;
}

.accordion_table thead th {
  border-bottom: 2px solid #dee2e6;
}

.accordion_table tbody tr {
  border-bottom: 1px solid white; 
}

.accordion_table {
  --bs-table-striped-bg: rgba(0, 0, 0, 0.025) !important;
}

.accordion-body {
  padding: 0;
}

.table {
  padding-top: 25px !important;
}

.acc_description {
  padding: 5px;
  font-size: 10px;
  color: grey;
}

.stats_title {
  font-weight: 500;
  background: linear-gradient(to right top, #070708, #0a3349, #00657d, #009a8b, #05cc6e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gaptest {
  margin-top: -20px;
}


