/*header section*/
.menthor_content_template {
    width: 100%;
    max-width: 100%;
    position: relative;
    background-color: rgb(11, 23, 31);
    z-index: 9;

}


#menthor-app-layout,
#menthor-app-layout1,
#menthor-app-layout2,
#menthor-app-layout3
{
    display: inline-block;
    padding: 10px 40px;
    background-color: #008996;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #008996;
    margin-top: 1px;
    position: relative;
    overflow: hidden;
    transition: border 0.3s ease;
    width: 250px;
  }
  
  
  #menthor-app-layout::after,
  #menthor-app-layout1::after,
  #menthor-app-layout2::after,
  #menthor-app-layout3::after
  {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #008996;
    color: #ffffff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
  }
  
  
  #menthor-app-layout:hover,
  #menthor-app-layout1:hover,
  #menthor-app-layout2:hover,
  #menthor-app-layout3:hover
  {
    background-color: transparent;
    border: 1px solid #008996;
    color: #000000;
  }
  
  
  #menthor-app-layout:hover::after,
  #menthor-app-layout1:hover::after,
  #menthor-app-layout2:hover::after,
  #menthor-app-layout3:hover::after
   {
    transform: scaleX(1);
    transform-origin: left;
  }



  #btn-safe
{
    display: inline-block;
    padding: 10px 40px;
    background-color: #008996;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #008996;
    margin-top: 1px;
    position: relative;
    overflow: hidden;
    transition: border 0.3s ease;
    width: 250px;
  }


  #btn-safe::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #008996;
    color: #ffffff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
  }


  #btn-safe:hover
  {
    background-color: transparent;
    border: 1px solid #008996;
    color: #000000;
  }
  
.new-anchor{
  color: #008996;
}


.new-anchor:hover{
  color: rgb(16, 154, 124);
}
  #btn-safe:hover::after
  {
   transform: scaleX(1);
   transform-origin: left;
 }

  
.img-menthor-lab{
  width: 250px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  
}


.bg-success-lab{
  display: flex;
  justify-content: center;
  padding: 30px 10px;
}

.detail-box-lab{
display: flex;
justify-content: start;
flex-direction: column;
}


.fa-calendar,
.fa-check
{
color: rgb(16, 154, 124);
}

.fa-close-lab{
  color: red;
}

.custom-progress {
  background-color: rgb(16, 154, 124) !important;
}

.progress{
  height: 25px;
}


.text-left{
  text-align: left !important;
}

.img-lab{
  width: 80px;
  border-radius:  15px !important;
  box-shadow:  0 0 5px rgba(57, 55, 55, 0.482);
 
}

.info-container {
  cursor: pointer;
  display: flex;
  align-items: center; 
  gap: 0px; 

}


.info-details {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 10px
}


.custom-file-input {
  display: none;
}


.custom-file-label {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #007bff;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  width: 100%;
}


.custom-file-label:hover {
  background-color: #0056b3;
}


.custom-file-input:focus + .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.25);
}


.custom-file-label::after {
  content: "Choose file...";
}


.label-file{
  cursor: pointer;
}



.project_btn{
  background-color: transparent !important;
  color: #80bdff !important;
  padding:  0 !important;
  border: none !important;
}

.project_btn:hover{
  color: #80bdff98 !important;
 
}





.token-wallets-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
  font-family: 'Arial', sans-serif;
  font-size: 0.95rem;
  position: relative;
}

.token-wallets-table th, .token-wallets-table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: left;
}

.token-wallets-table th {
  background-color: #008996;
  color: white;
}

.token-wallets-table td code {
  background-color: #f4f4f4;
  padding: 3px 6px;
  border-radius: 4px;
  font-family: monospace;
  display: inline-block;
}

.token-wallets-table a {
  position: relative;
  display: block;
  color: #0f1e2b;
  text-decoration: none;
  margin: 20px 0;
  font-size: 18px;
  padding-bottom: 5px;
  transition: color 0.3s eas
}



.token-wallets-table a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #007bff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}


.token-wallets-table a:hover {
  color: #007bff;
}

.token-wallets-table a:hover::after {
  transform: scaleX(1);
}



.table-scroll-container {
  max-height: 300px;
  overflow-y: auto;
  border: none;
}

/* Fijar cabecera al hacer scroll */
.token-wallets-table-scroll thead th {
  position: sticky;
  top: 0;
  background-color: #008996;
  z-index: 2;
}


.table-expenses-container {
  max-height: 5%;
  overflow-y: auto;
  border: none;
}


.token-wallets-table-expenses thead th {
  position: sticky;
  top: 0;
  background-color: #008996;
  z-index: 2;
}
