.pt-10{
    padding-top: 10px;
}

.pt-20{
    padding-top: 20px;
}

.pt-30{
    padding-top: 30px;
}

.pb-10{
    padding-bottom: 10px;
}

.pb-20{
    padding-bottom: 20px;
}
.pb-30{
    padding-bottom: 30px;
}

.pb-40{
    padding-bottom: 40px;
}

.m-10{
    margin: 10px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.title-radicacion{
    text-align: left;
}

.text-tb-title{
    padding-left: 10px;
    padding-top: 10px;
}
.bg-tabgray{
    background-color: #9E9E9E;
}

.table-remitente{
    background-color: #e7eaea;
}

.btnEliminar{
    font-size: 15px;
}

.inbox-item{
    width: 100%;
}

.row {
    width: auto;   
    padding: 10px;
    box-sizing: border-box; /* Ensures padding is included in the width */
}

.toolbar-box {
    background-color: #f3f3f3;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.toolbar-box button {
    background: none;
    border: none;
    margin: 0 5px;
    cursor: pointer;
}
.toolbar-box button:hover {
    background-color: #e0e0e0;
}
.toolbar-box .dropdown-menu a {
    color: black;
    text-decoration: none;
}
.toolbar-box .dropdown-menu a:hover {
    background-color: #f1f1f1;
}
.toolbar-box img {
    width: 20px;
    height: 20px;
}
.toolbar-box .text-button {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.toolbar-box .text-button:hover {
    background-color: #e0e0e0;
}



.rad_table-header {
    background-color: #6c63ff;
    color: white;
    font-weight: bold;
}
.rad_table-subheader {
    background-color: #e0e0ff;
}
.btn-upload {
    background-color: #6c63ff;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
}
.btn-upload:hover {
    background-color: #5a54d6;
}
.icon-check {
    color: #6c63ff;
}
.icon-search, .icon-delete {
    color: #6c63ff;
    cursor: pointer;
}

.btnAccionesBandj{
    font-size: 14px;
}

.title-transacciones{
   padding-top: 5px ;
   padding-bottom: 5px ;
}
.btn-acciones-box{
    padding-left: 20% ;
    padding-right: 20% ;
  
}
.btnbig{
    width: 100%;
}

.box-btn-borr{
    width: 100%;
    text-align: center;

}
.btnmed{
    width: 30%;
}
.box-firma{
    width: 30%;
}

.bg-grey{
    background-color: #9E9E9E;
}

.img-logo{
    width: 105px;
}

.tree, .tree ul {
      list-style-type: none;
      padding-left: 20px;
      position: relative;
    }

    .tree li {
      margin: 30px 0 10px 0;
      padding-left: 20px;
      position: relative;
    }

    .tree li::before {
      content: "";
      position: absolute;
      top: 10px;
      left: 0;
      border-left: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      width: 20px;
      height: 15px;
    }

    .tree li::after {
      content: "";
      position: absolute;
      top: 25px;
      left: 10px;
      border-left: 1px solid #ccc;
      height: 100%;
    }

    .tree li:last-child::after {
      display: none;
    }

    .tree span {
      font-weight: bold;
      color: #333;
    }

    .expediente-info {
      font-size: 0.9em;
      color: #666;
    }

    .icon {
      color: red;
      margin-right: 5px;
    }