.amount {
    text-align: right;
}

.card-height{
    min-height: 200px
}

.custom-table-padding > :not(caption) > * > * {
    padding: 0.5rem 0.2rem !important;
}

.custom-table-padding .pl-10px {
    padding-left: 10px !important;
}
.text-bold{
    font-weight: bold;
}

.required{
    color: red;
}

.show-shadow{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.deep-shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.disabled-element {
    opacity: 0.6; /* Set the desired opacity */
    pointer-events: none; /* Disable pointer events */
}

.text-with-divider {
    position: relative;
    text-align: center;
}

.text-with-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #000; /* Change the color and style as needed */
}

.box_shadow {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.mr-5 {
    margin-right: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.z-10 {
    z-index: 10;
}

.max-width-640{
    max-width: 640px;
}