/* custom.scss */   

.font_color_custom{
    color: #21D192;
  }
.custom-bg-pry {
    color: #fff;
    background-color: #21D192;
  }
.custom-btn-pry {
    color: #fff;
    background-color: #21D192;
    border-color: #5e2321
  }
.custom-btn-pry:hover {
    color: #fff;
    background-color: #21D192;
    border-color: #21D192
  }
.custom-btn-pry:focus,
.custom-btn-pry.focus {
    box-shadow: 0 0 0 .2rem #21D192
}
.custom-bg-secondary {
    color: #fff;
    background-color: #a58365;
  }
.custom-btn-secondary {
    color: #fff;
    background-color: #a58365;
    border-color: #d4ae8d
  }
.custom-btn-secondary:hover {
    color: #fff;
    background-color: #d4ae8d;
    border-color: #a58365
  }
.custom-btn-secondary:focus,
.custom-btn-secondary.focus {
    /* box-shadow: 0 0 0 .2rem #241f5b */
    box-shadow: 0 0 0 .2rem #a58365
}

#table-color-custom{
    background: #d1e7dd;
    /* background: rgba(4, 170, 109, 0.3); */
    /* opacity: 0.5; */
}

.center_for_invo{
    display: flex;
    justify-content: center;
}

/* .custom-btn-pry {
    color: #212529;
    background-color: #7cc;
    border-color: #5bc2c2
}

.custom-btn-pry:hover {
    color: #212529;
    background-color: #52bebe;
    border-color: #8ad3d3
}

.custom-btn-pry:focus,
.custom-btn-pry.focus {
    box-shadow: 0 0 0 .2rem rgba(91, 194, 194, 0.5)
}

.custom-btn-pry.disabled,
.custom-btn-pry:disabled {
    color: #212529;
    background-color: #7cc;
    border-color: #5bc2c2
}

.custom-btn-pry:not(:disabled):not(.disabled):active,
.custom-btn-pry:not(:disabled):not(.disabled).active,
.show>.custom-btn-pry.dropdown-toggle {
    color: #212529;
    background-color: #9cdada;
    border-color: #2e7c7c
}

.custom-btn-pry:not(:disabled):not(.disabled):active:focus,
.custom-btn-pry:not(:disabled):not(.disabled).active:focus,
.show>.custom-btn-pry.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(91, 194, 194, 0.5)
}

.btn-outline-primary {
    color: #7cc;
    background-color: transparent;
    background-image: none;
    border-color: #7cc
}

.btn-outline-primary:hover {
    color: #222;
    background-color: #8ad3d3;
    border-color: #7cc
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(119, 204, 204, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #7cc;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #8ad3d3;
    border-color: #7cc
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(119, 204, 204, 0.5)
} */