.fg-1 {
    flex-grow: 1;
    height: 0;
}

.fit-images {
    background-size: contain;                     
    background-repeat: no-repeat;
    background-position: center center; 
    height: 100%;
    width: 100%;
}

.fit-background {
    background-size: contain;                     
    background-repeat: no-repeat;
    background-position: center center; 
    height: 100%;
    width: 100%;
}

.text-overflow-ellipsis{
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

.table-row-clickable {
    cursor: pointer;
    transition: 0.25s;
}

.square-15 {
    height: 15rem;
    width: 15rem;
}

.square-12 {
    height: 12rem;
    width: 12rem;
}

.square-10 {
    height: 10rem;
    width: 10rem;
}

.square-8 {
    height: 8rem;
    width: 8rem;
}

.square-7 {
    height: 7rem;
    width: 7rem;
}

.square-6 {
    height: 6rem;
    width: 6rem;
}

.square-5 {
    height: 5rem;
    width: 5rem;
}

.square-4 {
    height: 4rem;
    width: 4rem;
}

.square-3 {
    height: 3rem;
    width: 3rem;
}

.square-2 {
    height: 2rem;
    width: 2rem;
}

.bg-darkblu {
    background-color: rgb(25, 118, 210) !important;
}

.bg-indigo {
    background-color: var(--mdb-indigo) !important;
}

.bg-pink {
    background-color: rgb(252, 69, 223) !important;
}

.bg-litebrown {
    background-color: #A1887F !important;
}

.bg-litegrey {
    background-color: #E0E0E0 !important;
}

.bg-teal {
    background-color: var(--mdb-teal) !important;
}

.bg-purple {
    background-color: var(--mdb-purple) !important;
}

.text-purple {
    color: var(--mdb-purple) !important;
}

.text-teal {
    color: var(--mdb-teal) !important;
}

.text-litegrey {
    color: #E0E0E0 !important;
}

.text-litebrown {
    color: #A1887F !important;
}

.text-pink {
    color: rgb(252, 69, 223) !important;
}

.text-indigo {
    color: var(--mdb-indigo) !important;
}

.text-darkblu {
    color: rgb(25, 118, 210) !important;
}

.bg-gray {
    background-color: var(--mdb-gray) !important;
}

.text-transform-capitalize {
    text-transform: capitalize;
}

.text-unset {
    text-transform: unset !important;
}

.text-btn {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.25rem;
}

.w-15r {
    width: 15rem !important;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-y-overlay {
    overflow-y: overlay;
}

.overflow-y-scroll {
    overflow-y: scroll;
    -ms-overflow-style: none;  
    scrollbar-width: none;
}

.overflow-y-scroll::-webkit-scrollbar {
    opacity: 0;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.min-h-100 {
    min-height: 100% !important;
}

.min-h-50 {
    min-height: 50% !important;
}

.min-w-50 {
    min-width: 50% !important;
}

.max-h-100 {
    max-height: 100% !important;
}

.max-w-100 {
    max-width: 100% !important;
}

.w-80 {
    width: 80% !important;
}

.w-20 {
    width: 20% !important;
}

.w-10 {
    width: 10% !important;
}

.transition-25 {
    transition: 0.25s;
}

.border-radius-50 {
    border-radius: 50% !important;
}

.max-w-95 {
    max-width: 95% !important;
}

.min-h-max-content {
    min-height: max-content !important;
}

.h-max-content {
    height: max-content !important;
}

.h-95 {
    height: 95% !important;
}

.h-100-child > * {
    height: 100% !important;
}

.min-w-max-content {
    min-width: max-content !important;
}

.max-w-max-content {
    max-width: max-content !important;
}

.w-max-content {
    width: max-content !important;
}

.invis {
    cursor: default !important;
    opacity: 0 !important;
}

.btn-delete {
    background: #ebebeb;
}

.btn-delete:hover {
    background: #adadad;
    transition: 0.25s;
}

@media screen and (min-width: 992px){

    .lg-only {
        display: none !important;
    }
}

@media screen and (min-width: 768px){

    .show-sm {
        display: none !important;
    }

    .show-lg {
        display: block;
    }

    .w-md-25 {
        width: 25%;
    }
}

@media screen and (max-width: 991px){
    .lg-justify-center {
        justify-content: center !important;
    }

    .lg-column {
        flex-direction: column !important;
    }

    .lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .lg-text-center {
        text-align: center !important;
    }

    .lg-m-0 {
        margin: 0 !important;
    }

    .table-text {
        font-size: 0.9rem !important;
        word-wrap: normal !important;
    }

    .table-text-sm {
        font-size: 0.75rem !important;
        word-wrap: normal !important;
    }

    .lg-hide {
        display: none !important;
    }

    .mt-lg-4 {
        margin-top: 2rem !important;
    }

    .square-lg-8 {
        height: 8rem !important;
        width: 8rem !important;
    }

    .lg-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .lg-mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 767px){
    .fg-1 {
        height: max-content;
    }

    .show-sm {
        display: block;
    }

    .show-lg {
        display: none !important;
    }

    .mt-sm-4 {
        margin-top: 2rem !important;
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .w-md-25 {
        width: 100%;
    }

    .overflow-y-auto {
        overflow-y: visible !important;
    }
}

@media screen and (min-width: 576px){

    .sm-only {
        display: none !important;
    }
}

@media screen and (max-width: 575px){
    .mobile-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mobile-px-1 {
        padding-left: 0.1rem !important;
        padding-right: 0.1rem !important;
    }
    

    .table-text > p {
        font-size: 0.9rem !important;
        word-wrap: normal !important;
    }

    .table-text-sm > p {
        font-size: 0.75rem !important;
        word-wrap: normal !important;
    }

    .mobile-text-overflow {
        overflow-wrap: break-word !important;
    }

    .hide-mobile {
        display: none !important;
    }

    .mobile-column {
        flex-direction: column !important;
    }

    .mobile-w-100 {
        width: 100% !important;
    }

    table {
        table-layout:fixed;
        width:100%;
    }

    .mobile-text-start {
        text-align: left !important;
    }

    .mobile-text-center {
        text-align: center !important;
    }

    .mobile-m-0 {
        margin: 0 !important;
    }

    .mobile-justify-center {
        justify-content: center !important;
    }

    .sm-hide {
        display: none !important;
    }

    .mt-sm-2 {
        margin-top: 1rem !important;
    }

    #contract-chat-container {
        height: 15rem !important;
        overflow-y: auto !important;
    }
}