:root {
    --primary: #7130D8 !important;
    --secondary: #7130d8d6 !important;
    --box-shadow: 113, 48,216;
}

body {
    width: 100vw;
    height: auto;
    overflow-x: hidden;
    margin: 0;
    background: #F5F5F5;
    padding: 0;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: var(--primary);
}

.btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.fa-close {
    color: #dc3545;
}

.fa-check {
    color: green;
}

.primary-loader {
    color: var(--primary);
}

.circular-loader {
    color: var(--primary);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn-secondary {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.details .list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 5px;
}

.info {
    color: var(--secondary);
}

.flex-center {
    justify-content: center;
    align-items: center;
}

#idDate {
    max-width: 600px;
}

#noImages, #idCallHistory, #tableContainer, #idChooseDate, #idGo, #idRandomQuestDetails {
    display: none;
}


.nav_container {
    background: #ECF0F1;
    width: 100vw;
    height: 60px;
    margin: 0;
    padding: 0;
}

#logo {
    position: absolute;
    left: 0;
    top: 0;
    height: inherit;
    font-weight: bold;
    font-size: 16px;
    color: rgba(0,0,0,0.7);
}

.elivation {
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 30%);
}

.main-section {
    padding: 10px 0;
}

.main-section-standalone {
    padding: 15px 0;
}

.bg-light {
    background-color: #fff !important
}

.list-group-item a, .list-group-item a :hover {
    color: #1a1a1a;
    text-decoration: none
}

.list-group-item.active {
    background-color: var(--primary);
    border-color: var(--primary);
}

    .list-group-item.active a {
        color: #fff
    }

.video-iframe {
    min-height: 466px;
    width: 100%;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.scroll-bar {
    max-height: 70vh;
    overflow: auto;
}

.scroll-bar-full-height {
    max-height: 80vh;
    overflow: auto;
}

.scroll-spacer {
    overflow: auto;
}

.row-gap-15 {
    row-gap: 15px;
}

.sub-nav {
    padding: 2px;
}

.list-group-horizontal {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 10px;
}

#accordion .btn.focus, .btn:focus {
    outline: none;
    box-shadow: none
}

#accordion .card-header, #accordion2 .card-header {
    background: var(--primary);
}

    #accordion .card-header button, #accordion2 .card-header button {
        color: #fff
    }

.btn-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.captured-images-container {
    display: flex;
    overflow: auto;
    column-gap: 5px;
}

.captured-images {
    width: 300px;
    flex-shrink: 0;
    text-align: center;
}

#logo img {
    height: inherit;
}

.history-table tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #dee2e6;
    border-bottom: none;
}

    .history-table tr:last-child {
        border-bottom: 1px solid #dee2e6;
    }

table .actions {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

    table .actions a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--secondary);
        text-decoration: none;
    }

#currenttime {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
}

.table td, .table th {
    border-top: none;
}

.actions .fa-2x {
    font-size: 1.7em;
}

.actions .fa-file {
    font-size: 1.5em;
}
.actions .fa, .fa-info-circle {
    color: var(--secondary) !important;
}

.choose-date {
    background: var(--secondary);
    color: #fff;
    border-color: var(--secondary);
}

.nav_container .right_align {
    margin: 0;
    padding: 0;
    padding-right: 10px;
    text-align: right;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--primary);
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(var(--primary),.25);
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.flex-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-input .fa {
    width: 30px;
}

.list-row {
    width: 100%;
    flex-grow: 1;
}

.image-carosoul {
    text-align: center;
    background: #1a1a1a;
}

.documents-container {
    background: #f4f4f4;
    margin: 5px !important;
    border-radius: 0.25rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.document-details {
    padding: 15px;
}

    .document-details h4 {
        text-align: center;
    }

.video-section {
    background: #1a1a1a;
}

.extracted-info-heading {
    margin-right: 10px;
}

#VideoPlayer {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}




.nav_container .right_align li {
    display: inline-block;
    padding: 8px 10px;
    vertical-align: middle;
}

    .nav_container .right_align li img {
        border-radius: 50px;
        width: 40px;
        height: 40px;
    }

    .nav_container .right_align li .material-icons {
        color: white;
        position: relative;
        top: 2px;
    }

#cases_count {
    color: tomato;
    padding-left: 10px;
}

.nav_container .right_align li button {
    color: #863be7;
    background: white;
    border: 0;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 20px;
}

.content {
    background: #FF6969;
    width: 90vw;
    border-radius: 5px;
    padding: 0 5vw;
    margin: 20px auto;
}

#timeline_dropdown {
    background: white;
    color: #FF6969;
    border-radius: 5px;
    padding: 7px;
    position: relative;
    top: 16px;
    border: 0;
    right: 40px;
}

.graph_one_container {
    width: 92vw;
    margin: 0px auto;
}

    .graph_one_container > div {
        background: transparent;
    }

    .graph_one_container div .white_bg {
        background: white;
        padding: 2vw;
        border-radius: 5px;
    }

    .graph_one_container div .red_bg {
        background: #FF6969;
        padding: 2vw;
        border-radius: 5px;
        margin-top: 2vw;
    }

.card-title {
    font-weight: 500;
    font-size: 15px;
}

.card-content.count {
    font-size: 40px;
    font-weight: 500;
    text-align: center
}

.card-content.agentcount {
    font-size: 15px;
    font-weight: 100;
    text-align: center
}

.red_bg .card-content.agentcount {
    color: black;
}

.red_bg .card-content.count {
    color: white;
}

.red_bg .card-title {
    color: black;
}

.cases-display {
    position: absolute;
    top: 10px;
    text-align: right;
    width: 500px;
    font-size: 16px;
    color: rgba(0,0,0,0.7);
    margin-left: calc(65% - 150px);
}

.cases-display-none {
    display: none;
}

/* pending page */

.middle_filter {
    position: absolute;
    top: 20px;
    text-align: center;
    width: 500px;
    font-size: 16px;
    color: rgba(0,0,0,0.7);
    margin-left: calc(40% - 150px);
}


    .middle_filter .active {
        color: #FF6969;
        font-weight: bold;
    }
/*.middle_filter a {
		color: #2c87f0;
		font-weight:bold;
	}
.middle_filter a:hover {
		color: #FF6969;
		font-weight: bold;
	}
.middle_filter a:visited {
		color: #FF6969;
		font-weight: bold;
	}
	.middle_filter a:link {
		color: #2c87f0;
		font-weight: bold;
	}*/
.trova_display {
    text-align: right;
    padding-top: 15px;
    margin-right: 30px;
    list-style: none;
    display: inline-block;
    background: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin: 0px 5px;
    font-weight: bold;
    color: #FF6969;
}

    .trova_display a span .count {
        font-weight: bold;
        color: #FF6969;
        margin-left: 10px;
    }

.subfilter_container_agentview {
    background: #EAEAEA;
    border-bottom: 1px solid lightgrey;
}


    .subfilter_container_agentview tr {
        text-align: left;
        padding-top: 15px;
        margin-right: 30px;
    }

        .subfilter_container_agentview tr td {
            list-style: none;
            display: inline-block;
            background: white;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 12px;
            margin: 0px 5px;
        }

    .subfilter_container_agentview ul {
        text-align: left;
        padding-top: 15px;
        margin-right: 30px;
    }

.ui-datepicker-calendar {
    display: none;
}

.tooltiptext span {
    visibility: hidden;
    width: 120px;
    background-color: darkgrey;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.subfilter_container_agentview ul li {
    list-style: none;
    display: inline-block;
    background: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin: 0px 5px;
    color: red;
    font-weight: bold
}

.dropdown-layout-user {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.dropdown-layout-user-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: -100px;
    margin-top: 40px
}

    .dropdown-layout-user-content a {
        color: black;
        font-weight: bold;
        font-size: smaller;
        padding: 12px 16px;
        text-decoration: none;
        background-color: ivory;
        display: block;
        text-align: left
    }

        .dropdown-layout-user-content a:hover {
            background-color: #FF6969;
            color: white;
            font-weight: bold;
        }

.dropdown-layout-user:hover .dropdown-layout-user-content {
    display: inline-block;
}

.dropdown-layout-user:hover .dropbtn {
    background-color: #3e8e41;
}

.formRelativeData {
    width: 35%;
    margin-right: 20px;
    margin-top: 20px;
}

    .formRelativeData .profilePic {
        max-width: 150px;
        width: 100%;
    }

        .formRelativeData .profilePic img {
            width: 100%;
            height: auto;
            display: block;
        }

.headerTitle {
    background: #F5F5F5;
    padding: 15px 2%;
}

.subTitle {
    font-size: 16px;
    font-weight: bold;
}

.headerTitle .text {
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    width: 80%;
}



.subfilter_container {
    background: #EAEAEA;
    border-bottom: 1px solid lightgrey;
}

    .subfilter_container ul {
        text-align: right;
        padding-top: 15px;
        margin-right: 30px;
    }

        .subfilter_container ul li {
            list-style: none;
            display: inline-block;
            background: white;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 12px;
            margin: 0px 5px;
        }


            .subfilter_container ul li .count {
                font-weight: bold;
                color: #FF6969;
                margin-left: 10px;
            }

            .subfilter_container ul li.active {
                background: #FF6969;
                color: black;
            }

                .subfilter_container ul li.active .count {
                    color: white;
                }

            .subfilter_container ul li a {
                color: black;
            }

.case_container {
    margin-top: 30px;
    width: 90vw;
    margin-left: 8vw;
}

    .case_container li {
        display: inline-block;
        list-style: none;
        margin: 20px;
    }

    .case_container .item_container {
        width: 250px;
    }

        .case_container .item_container img {
            width: inherit;
        }

        .case_container .item_container .item_name {
            background: white;
            color: rgba(0,0,0,0.7);
            text-align: center;
            font-weight: bold;
            padding: 10px;
            border-radius: 5px 5px 0px 0px;
        }


        .case_container .item_container .item_bottom {
            background: white;
            padding: 10px;
            border-radius: 0px 0px 5px 5px;
        }

            .case_container .item_container .item_bottom .left_align {
                text-align: left;
                font-size: 12px;
                padding: 10px;
            }

            .case_container .item_container .item_bottom .right_align span {
                float: right;
                color: #FF6969;
                margin: 0 4px;
                font-size: 16px;
            }

        .case_container .item_container .item_info {
            background: rgba(0,0,0,0.5);
            color: white;
            padding: 10px;
            text-indent: 10px;
            position: relative;
            top: 10px;
        }

            .case_container .item_container .item_info:before {
                content: '\25b4';
                color: rgba(0,0,0,0.5);
                position: absolute;
                top: -30px;
                font-size: 33px;
            }




/* Case Page */

.image_container .image_table {
    table-layout: fixed;
    width: 100%;
}

    .image_container .image_table .image_holder {
        background: rgba(0,0,0,0.7) !important;
    }


        .image_container .image_table .image_holder img {
            text-align: center;
            width: 70%;
            margin: 0 15%;
        }

    .image_container .image_table .holder {
        width: 48%;
        height: 80vh;
        background: #F5F5F5;
    }

.extracted-data-notfound {
    font-size: 14px;
    color: gray;
}

.extracted-info-details {
    color: var(--primary)
}

.extracted_info {
    table-layout: fixed;
    width: 100%;
}


    .extracted_info .initial_heading {
        font-weight: bold;
        padding-left: 40px;
        padding-bottom: 10px;
        padding-top: 10px;
        white-space: nowrap;
    }

        .extracted_info .initial_heading .red_feild {
            font-weight: normal;
            color: var(--secondary);
        }

    .extracted_info .feild_container td {
        width: 50%;
    }


        .extracted_info .feild_container td .input_container {
            margin-bottom: 15px;
            position: relative;
        }

            .extracted_info .feild_container td .input_container .feild_name {
                position: absolute;
                top: -40px;
                font-size: 12px;
                color: grey;
            }

            .extracted_info .feild_container td .input_container .read_value {
                background: #f4f4f4;
                padding: 10px;
                width: 100%;
                border-radius: 5px;
            }


            .extracted_info .feild_container td .input_container .corrected_value {
                color: white;
                position: absolute;
                background: #FF6969;
                padding: 10px;
                top: 0px;
                right: 0px;
                border-radius: 0px 5px 5px 0px;
            }


.controls_container {
    background: white;
    height: 12vh;
    text-align: right;
    padding: 0px 50px;
}

.Idprooffailed_background {
    border: 0px;
    padding-left: 34px;
    color: #FF6969;
    font-weight: bold;
    font-size: x-small;
    background: transparent;
}

    .Idprooffailed_background span {
        position: relative;
        top: 5px;
    }

.controls_container .transparent_background span {
    position: relative;
    top: 5px;
}

.controls_container .transparent_background {
    border: 0px;
    margin: 3.5vh 20px;
    color: #FF6969;
    font-weight: bold;
    background: transparent;
}


.controls_container .red_background {
    background: #FF6969;
    color: white;
    font-size: 14px;
    border: 0px;
    border-radius: 5px;
    padding: 10px 20px;
    margin-left: 10px;
}

.red_background {
    background: #FF6969;
    color: white;
    font-size: 14px;
    border: 0px;
    border-radius: 5px;
    padding: 10px 20px;
    margin-left: 10px;
}

.controls_container .grey_background {
    background: #F5F5F5;
    color: grey;
    border: 0;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 20px;
    margin-left: 20px;
}

/* Video Page */

.video_container {
    background: grey;
    width: 92%;
    margin-left: 4%;
}

.video_player {
    width: 30%;
    height: 32.4rem;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/*input[type=text] {
    width: 0px;
    box-sizing: border-box;
    border: 0px solid #ccc;
    border-radius: 0px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}*/

input[type=text]:focus {
    width: 100%;
}


#trunaround {
    padding: 1vw !important;
}


#chart-area {
    margin-left: -5rem;
}

#chart-area2 {
    margin-left: -2.5rem;
}



.login-page {
    background-color: #142849;
}

.login-Container {
    position: absolute;
    top: 10rem;
    left: 2rem;
    right: 10rem;
    width: 400px;
}

.login_back_image {
    height: auto;
    width: 100%;
    margin-left: 20rem;
}

.LogoImage {
    max-width: 180px;
    padding-bottom: calc(10rem / 16);
}



.loginForm-input {
    background-color: #142849;
    color: whitesmoke;
    outline: none;
    box-shadow: none;
    border: 0px;
    border-bottom: 1px solid whitesmoke;
    font-family: 'Open Sans', 'Calibri', sans-serif;
    padding: calc(18rem / 16) 0;
    width: 60%;
    font-size: calc(20rem / 16);
    /*font-weight: 50;*/
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: whitesmoke;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: whitesmoke;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: whitesmoke;
}

.LoginFormSubmit {
    padding-top: calc(50rem / 16);
    outline: none;
    background-color: #52D452;
    border-radius: calc(15rem / 16);
    font-family: 'Open Sans Semibold', 'Calibri', sans-serif;
    cursor: pointer;
    width: 60%;
    padding: calc(5rem / 16) 0;
    border: 0 none;
    color: #fff;
    font-size: calc(23rem / 16);
}

@media (max-width: 1366px) {
    .login-page {
        overflow-y: hidden;
    }

    .login_back_image {
        width: 1000px;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 100px #142849 inset !important;
    -webkit-text-fill-color: whitesmoke;
}

#idAgentView::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#idAgentView::-webkit-scrollbar {
    width: 0px;
    height: 2px;
    background-color: #F5F5F5;
}

#idAgentView::-webkit-scrollbar-thumb {
    height: 0px;
    background-color: #000000;
}

#idAgentView {
    width: 100%
}
/* #labelsId {
    text-align:left;font-family:Arial;
}

#labelsId2 {
    text-align:left;font-family:Arial;margin-left: 25px;
} */
#labelsId {
    font-size: 15px;
}

#labelsId2 {
    font-size: 15px;
}



#idApplnDetails::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#idApplnDetails::-webkit-scrollbar {
    width: 0px;
    height: 2px;
    background-color: #F5F5F5;
}

#idApplnDetails::-webkit-scrollbar-thumb {
    width: 0px;
    background-color: #000000;
}



.carousel-control.left, .carousel-control.right {
    background: none !important;
}


#idAgentView::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#idAgentView::-webkit-scrollbar {
    width: 0px;
    height: 2px;
    background-color: #F5F5F5;
}

#idAgentView::-webkit-scrollbar-thumb {
    height: 0px;
    background-color: #000000;
}

/* #labelsId {
    text-align:left;font-family:Arial;
}
 
#labelsId2 {
    text-align:left;font-family:Arial;margin-left: 25px;
} */

#labelsId {
    font-size: 15px;
}

#labelsId2 {
    font-size: 15px;
}



#idApplnDetails::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#idApplnDetails::-webkit-scrollbar {
    width: 0px;
    height: 2px;
    background-color: #F5F5F5;
}

#idApplnDetails::-webkit-scrollbar-thumb {
    width: 0px;
    background-color: #000000;
}

#idAgentView {
    scrollbar-width: none;
}

#idApplnDetails {
    scrollbar-width: none;
}

.hidden {
    display: none !important;
}

.badge-lg {
    padding: 6px !important;
    margin: 5px !important;
    margin-left: 0 !important;
}

.break-word {
    word-break: break-word;
}

.status {
    text-align: center;
}

.list-group-item a {
    display: block;
}

.nav-section {
    padding: 5px;
}

#applications-pannel .nav-item a {
    color: inherit;
}

    #applications-pannel .nav-item a.active {
        color: var(--secondary);
    }

.nav-tabs {
    border-bottom: 1px solid var(--primary);
}

    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        color: #495057;
        background-color: #fff;
        border-color: var(--primary) var(--primary) #fff;
    }

.filter-options a {
    text-decoration: none;
    color: inherit;
}

.filters {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.filter-options, .view-options {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    color: var(--secondary)
}

.range-container {
    margin-top: 10px;
}

    .range-container .input-group {
        margin-bottom: 5px;
    }

#lnkbtnGo {
    width: 100%
}

.badge-filter-option {
    background: var(--secondary);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    padding: 8px !important;
}

.count {
    padding: 3px;
}

.filters .fa {
    cursor: pointer
}

input[type="date"]:not(:valid)::-webkit-datetime-edit {
    color: lightgray;
}

#divThumbnailView {
    display: none;
}

    #divThumbnailView .card-img-top {
        max-height: 200px;
        min-height: 200px;
        object-fit: cover;
    }

    #divThumbnailView .card {
        min-height: 370px;
        margin: 10px 0;
        box-shadow: 0 0 1px 1px rgba(var(--box-shadow),0.3);
    }

    #divThumbnailView #idLoader {
        position: relative;
        margin-top: 25px;
    }

.section-spacer {
    margin-top: 67px;
    overflow-x: hidden;
}

@media screen and (min-width:220px) {
    .badge-filter-option {
        min-width: 80px;
    }
}

.input-group-text {
    background: var(--secondary);
    color: #fff
}

th {
    font-weight: 500;
    color: var(--secondary);
}

#applnsList_length select {
    color: var(--secondary)
}

.page-link {
    color: var(--secondary);
}

.page-link {
    color: var(--secondary);
    background-color: #fff;
}

.page-item.active .page-link {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--primary);
}

.system-settings .btn {
    width: 100%;
    margin-bottom: 10px;
}

.header-right-action {
    text-align: center;
}

.flex-box {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 5px;
}

.btn-export {
    margin-bottom: 1rem
}
.details-form {
    padding:0px;
    padding-top: 20px;
    overflow-y:auto;
}
.success-screen-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 10px;
}
@media screen and (min-width:767px) {
    /* width */
    ::-webkit-scrollbar {
        width: 8px;
        height: 8px
    }

    /* Track */
    ::-webkit-scrollbar-track {
        border-radius: 10px;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: lightgray;
        border-radius: 10px;
    }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: darkgray;
        }

    .document-images {
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-top-left-radius: 5px;
        overflow: hidden;
        border-bottom-left-radius: 5px;
    }
    .details-form {

        padding: 15px;
        padding-top:0px;
    }
    .documents-container {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .status {
        text-align: left
    }

    .filters {
        flex-direction: row;
        column-gap: 10px;
        justify-content: space-between;
    }

    .range-container {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 10px;
    }

    .horizontal {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .range-container .input-group {
        margin-bottom: 0px;
    }

    #lnkbtnGo {
        width: auto
    }

    .nav-section {
        padding: 15px;
    }

    #applnsList_wrapper .dataTables_length {
        float: left;
    }

    .no-col-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .header-right-action {
        text-align: right;
    }

    .flex-box {
        flex-direction: row
    }
    .success-screen-actions {
        flex-direction: row;
        column-gap: 10px;
    }
}

.flex-right-aligned {
    justify-content: flex-end;
    width: 100%;
}

.dashboard {
    row-gap: 10px;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
}

    .dashboard .fa {
        color: var(--primary)
    }

    .dashboard .card {
        min-height: 180px;
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
        cursor: pointer;
    }

    .dashboard .card-body {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
        justify-content: center;
        align-items: center;
    }

    .dashboard .card-title {
        color: var(--primary)
    }

    .dashboard .card:hover {
        box-shadow: 0 0 1px 1px rgb(113 48 216 / 40%);
    }


@media screen and (min-width:600px) {
    .dashboard .card {
        width: 300px;
        margin-left: 0;
        margin-right: 0;
    }

    .system-settings .btn {
        width: 150px;
        margin-bottom: 0;
    }
}

@media screen and (min-width:800px) {
    .dashboard .card {
        width: 400px;
    }
}

.system-settings {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px
}

.header .fa {
    color: var(--secondary)
}

.breadcrumb-item a {
    color: var(--secondary);
}

    .breadcrumb-item a:hover {
        color: var(--primary);
        text-decoration: underline;
    }

.table-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px
}

    .table-actions a {
        text-decoration: none;
        color: var(--secondary);
        cursor: pointer;
    }

        .table-actions a .fa {
            color: var(--secondary)
        }

.card-date {
    font-size: 14px;
    color: gray;
}

.btn-ref {
    max-width: 100%;
    white-space: normal;
    background: #fff;
    color: var(--secondary);
    border: none;
}

.login-container {
    min-height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    backdrop-filter: blur(10px);
    display:flex;
    justify-content:center;
    align-content:center;
}

.login img {
    max-width: 100%;
    min-width: 100%;
}

.login {
    min-height: 350px;
    width: 350px;
    padding: 20px;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 50%);
    background: #fff;
    margin:auto;
}
#divThumbnailViewScroll .card-link:hover {
    color:var(--primary);
}
.badge-primary{
    background-color:var(--primary)
}
.fa-times{
    color:var(--primary)
}
.imges-data {
    background-color: #fff;
    padding:0;
}


.br-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
#lnkbtnNext{
    color:#fff
}

a.btn{
    cursor:pointer 
}

.success-message {
    border: 5px solid #3DB249;
    color: #3DB249;
    width: 250px;
    height: 250px;
    border-radius: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto
}