.modal.modal-bottom {
    position: fixed;
    bottom: 0;
    top: auto;
    width: 100%;
    max-height: 90%;
    /*height: 90%;*/
    margin: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    transform: translateY(100%);
    opacity: 0;
    border-radius: 15px 15px 0 0;
}

    .modal.modal-bottom.show {
        transform: translateY(0);
        opacity: 1;
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0;
    pointer-events: none;
}

.modal .modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
}

.modal {
    height: auto;
}

.Community p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
}

.CommunityG .badge {
    font-size: 10px;
    margin-top: 5px;
}

.Numb {
    font-size: 25px;
    text-align: center;
    display: block;
    margin: auto;
    vertical-align: middle;
}

.NewsSection {
    height: 300px;
    overflow-y: auto;
}

.bg-successF {
    background-color: #96ffe3 !important;
}

.bg-dangerF {
    background-color: #ffabbf !important;
}



.avblamt {
    font-size: 11px;
}

.WithDiff p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.WithDiff hr {
    margin: 5px 0;
    color: #000;
    background-color: #00000014;
    border: 0;
    opacity: 1;
}



.text-secondary {
    color: #2f2f2f !important;
}


.Reportx hr {
    margin: 2px 0;
    color: inherit;
    background-color: #e5e5e5;
    border: 0;
    opacity: 1;
}

.bg-rep {
    background-color: #026ac612;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.Repcard {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .Repcard .card-body {
        background-color: transparent;
    }

    .Repcard .card-header {
        background-color: #026ac6;
        border-color: var(--finwallapp-theme-bordercolor);
        padding: var(--finwallapp-padding);
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        .Repcard .card-header .card-title {
            color: #fff;
        }

.Reportx .badge {
    font-size: 9px;
}

.Repcard .card-header .card-title {
    font-size: 1rem;
}


.Community a {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
}

.display-none {
    display: none!important;
}


.card {
    border-radius: 12px;
}


.card-theme {
    border: 2px solid #026ac62e;
    background: #026ac60f;
}


.Dashcard .card-body {
    padding: 10px;
}

.Dashcard .size-10 {
    font-size: 11px;
    line-height: 13px;
}


.btn-default:disabled {
    background-color: rgb(2 106 198);
    color: #ffffff;
}


div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 1.1em!important;
    padding: 25px 10px 10px;
}


div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #026ac6 !important;
    color: #fff;
    font-size: 1em;
}

.swal2-actions {
    width: 55%;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    width: 32em;
    top: 10px;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: 2px solid #026ac6;
    border-radius: 5px;
    background: #e9f4ff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem;
}


/* ==================== Below is for Mobile View ===================*/

@media only screen and (max-width: 600px) {
    .LogLink a {
        font-size: 12px!important;
    }

    .mr-10 {
        margin-right:5px;
    }
}

@media only screen and (max-width: 370px) {
    .LogLink a {
        font-size: 8px!important;
    }

    .mr-10 {
        margin-right:2px;
    }
}


/* ==================== Below is for PC View ===================*/


@media only screen and (min-width: 600px) {
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        width: 800px !important;
    }

    .modal {
        position: sticky;
        left: auto;
    }

    .loader-wrap {
        position: fixed;
    }

    .modal-dialog {
        display: block;
        margin: auto;
    }
}
