﻿.change-mobile-number,
.login-form {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 1.5s ease-in-out;
}

    .change-mobile-number.active,
    .login-form.active {
        transition: all .5s ease-in-out;
        height: auto;
        opacity: 1;
    }

.overlayContainer {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    display: block;
    position: fixed;
    z-index: 9999;
}

.centeredLoading {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    z-index: 9999;
}

@media screen and (max-width: 640px) {
    table.customDataTable caption {
        background-image: none;
    }

    table.customDataTable thead {
        display: none;
    }

    table.customDataTable tbody td {
        display: block;
        padding: .6rem;
    }

    table.customDataTable tbody tr td:first-child {
        background: #3c8cf8;
        color: #fff;
    }

        table.customDataTable tbody tr td:first-child a {
            color: #fff;
        }

        table.customDataTable tbody tr td:first-child:before {
            color: #fff;
        }

    table.customDataTable tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
        width: 10rem;
        vertical-align: top;
    }

    table.customDataTable tr th:last-child,
    table.customDataTable tr td:last-child {
        max-width: 100% !important;
        min-width: 100px !important;
        width: 100% !important;
    }
}
.debitState_71,
.debitState_True,
.debitState_52 {
    --falcon-bg-opacity: 1;
    background-color: rgba(var(--falcon-danger-rgb), var(--falcon-bg-opacity)) !important;
}

.debitState_53 {
    --falcon-bg-opacity: 1;
    background-color: rgba(var(--falcon-warning-rgb), var(--falcon-bg-opacity)) !important;
}
.debitState_False,
.debitState_54 {
    --falcon-bg-opacity: 1;
    background-color: rgba(var(--falcon-success-rgb), var(--falcon-bg-opacity)) !important;
}
.svgimg svg {
    height: auto !important;
}

@media screen and (max-width: 640px) {
    .lottie {
        height: auto !important;
    }
}
.Priority_28 {
    background: var(--falcon-red);
}
.Priority_27 {
    background: var(--falcon-orange);
}
.Priority_26 {
    background: var(--falcon-cyan);
}

.Priority_25 {
    background: var(--falcon-gray);
}
.fs--3 {
    font-size: 0.8rem !important;
}

.fs--2 {
    font-size: 0.8rem !important;
}

.fs--1 {
    font-size: 0.9rem !important;
}
.ImageGalleryState {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.8;
}
.Currentimagebox {
    position: relative;
    overflow: hidden;
}
    .Currentimagebox .Currentimagebox-content {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
        margin: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #0000006e;
    }
