/*
    ******** This Cascading style sheet written by team of ux, Logic Valley Technology Pvt Ltd ********
    
----------------------------------------------------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('colors.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
/*@import url('../line-awesome/1.3.0/css/line-awesome.min.css');*/
@import url('login-pg-style.css');
@import url('style2109.css');
@import url('working_hours.css');
@import url('dashboard_style.css');

*, ::after, ::before {
    box-sizing: border-box !important;
}

* {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 20px;
}

body {
    margin: 0;
    padding: 0px;
    min-width: 100%;
    color: #10161F;
    background: #F2F2F2;
}

:focus {
    outline: none !important;
}

.field-validation-error {
    color: red;
}
/*--------------------------------------------------------
    1.0 Nav Bar
--------------------------------------------------------*/
.navbar {
    padding: .5rem 1rem;
    color: #ffffff !important;
    height: 55px;
}

.navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.nav-brand-menu-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .nav-brand-menu-bar .menu-bar-icon {
        width: calc(72px - 1rem );
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-color);
        margin-right: 15px;
    }

        .nav-brand-menu-bar .menu-bar-icon span {
            margin-left: -10px;
            cursor: pointer;
        }

.navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

    .navbar-nav .nav-link img {
        max-height: 25.133px;
        max-height: 25.133px;
        padding-right: .35rem;
        padding-left: .35rem;
    }

    .navbar-nav .nav-link .badge-pos {
        margin-left: -15px;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }

.bg-light {
    background-color: #ffffff !important;
    border: 1px solid rgba(0,0,0,.075);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.navbar-dark .navbar-nav .nav-link {
    color: #333333;
}

    .navbar-dark .navbar-nav .nav-link:hover {
        color: #333333;
        opacity: 0.9;
    }

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #333333;
    }

.navbar .nav-item .user-profile {
    height: 30px;
    width: 30px;
    border-radius: 16px;
    background-color: #E0E0E0;
    color: #BDBDBD !important;
    text-transform: uppercase;
    text-align: center;
    padding-left: 0px;
    padding-right: 0;
    font-weight: 600 !important;
    transition: all .5s;
    margin-left: 7px;
    margin-top: 3px;
}

.dropdown-s {
    position: relative;
}

.nav-dropdown {
    position: absolute;
    right: -10px;
    top: 45px;
    background: #ffffff;
    color: #4F4F4F;
    width: 190px;
    padding: 1rem 0;
    display: none;
    -webkit-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.5);
    box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.5);
}

    .nav-dropdown li {
        list-style: none;
        display: flex;
        flex-direction: row;
        padding: .75rem 1rem;
        cursor: pointer;
    }

        .nav-dropdown li .material-icons {
            font-size: 18px;
            margin-right: .5rem;
        }

.dropdown-s .opennav {
    display: block;
}


/*--------------------------------------------------------
    2.0 sidebar 
--------------------------------------------------------*/
.sidebar {
    height: calc(100vh - 30px);
    width: 72px;
    background: #ffffff;
    overflow-y: auto;
    flex: 0 0 auto;
}

.sidebar_expend {
    width: 250px !important;
}

.sidebar .sidebar-menu {
    padding: 0;
    width: 100%;
}

    .sidebar .sidebar-menu .sidebar-items {
        list-style: none;
        width: 100%;
        height: 55px;
    }

        .sidebar .sidebar-menu .sidebar-items.active {
            background: #F2F2F2;
            border-left: 2px solid var(--primary-color);
        }

        .sidebar .sidebar-menu .sidebar-items a {
            color: #BDBDBD;
            width: 100%;
            display: flex;
            align-items: center;
        }

        .sidebar .sidebar-menu .sidebar-items.active a {
            color: inherit;
        }

        .sidebar .sidebar-menu .sidebar-items:hover a {
            text-decoration: none;
            color: inherit;
        }

        .sidebar .sidebar-menu .sidebar-items:hover {
            background: #F2F2F2;
        }

        .sidebar .sidebar-menu .sidebar-items .link-icons {
            height: 55px;
            width: 72px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .sidebar .sidebar-menu .sidebar-items .link-text {
            margin-left: -10px;
            color: #000;
            display: none;
            opacity: 0;
        }

.sidebar_expend .link-text {
    display: block !important;
    opacity: 1 !important;
}
/*--------------------------------------------------------
    3.0 Dashboard 
--------------------------------------------------------*/
.dashboard-content {
    margin-top: 53.15px;
    display: flex;
    flex-direction: row;
    padding-bottom: 75px;
}

.dashboard-content-lt {
    flex: 1 1 auto;
    /* height: 100%; */
    position: relative;
    overflow-x: hidden;
}
/* .header-btn-group,
.header-title {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
} */
.dashboard-header {
    width: 100%;
    padding: 1rem 0;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .dashboard-header .dashboard-title {
        font-weight: 600;
        font-size: 1.25rem;
    }


/*--------------------------------------------------------
    3.1 Caller Details 
--------------------------------------------------------*/
.dashboard-content-lt .caller-details {
    position: absolute;
    height: 100%;
    width: 545px;
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    top: 0;
    right: -545px;
    z-index: 1;
    padding: 15px;
    transition: all 0.7s ease;
}

.dashboard-content-lt .caller-details-show {
    right: 0;
}

.dashboard-content-lt .caller-details .header-lt {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .dashboard-content-lt .caller-details .header-lt .name-title {
        flex: 0 0 auto;
        font-size: 21px;
        font-weight: 600;
    }

    .dashboard-content-lt .caller-details .header-lt .close-btn {
        flex: 0 0 auto;
        color: #EB5757;
        cursor: pointer;
    }

.dashboard-content-lt .caller-details .caller-ids {
    width: 100%;
    border-top: 1px solid #F2F2F2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

    .dashboard-content-lt .caller-details .caller-ids .caller-ids-item {
        flex: 0 0 auto;
    }

        .dashboard-content-lt .caller-details .caller-ids .caller-ids-item .id-item {
            color: #828282;
            font-weight: 450;
            margin-bottom: 0.35rem;
        }

        .dashboard-content-lt .caller-details .caller-ids .caller-ids-item .call-btn {
            height: 32px;
            background: #005E85;
            color: #ffffff;
            border-radius: 16px;
            display: flex;
            align-items: center;
            font-weight: 450;
            padding-right: 0.75rem;
            cursor: pointer;
        }

            .dashboard-content-lt .caller-details .caller-ids .caller-ids-item .call-btn:hover {
                opacity: 0.7;
            }

            .dashboard-content-lt .caller-details .caller-ids .caller-ids-item .call-btn span {
                height: 32px;
                width: 32px;
                background: var(--mr-green);
                border-radius: 16px;
                color: #ffffff;
                display: flex;
                justify-content: center;
                align-items: center;
            }

.dashboard-content-lt .caller-details .case-caller-details {
    background: #F2F2F2;
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 15px;
}

    .dashboard-content-lt .caller-details .case-caller-details .table thead th {
        background: #E3E4E6 !important;
        color: #828282;
    }

    .dashboard-content-lt .caller-details .case-caller-details .table tbody td, .table tbody th {
        background: #FFFFFF;
        border-top: 2px solid #F2F2F2;
    }

.dashboard-content-lt .caller-details .submission-lt {
    width: 100%;
}

    .dashboard-content-lt .caller-details .submission-lt .submit-lt {
        width: 100%;
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

.caller-details .select2-container .select2-selection--single .select2-selection__rendered {
    width: 145px;
}

/*--------------------------------------------------------
    3.2 Form
--------------------------------------------------------*/

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--theme_color);
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255, 0);
}

.form-control::placeholder {
    color: #CACACA;
}


/*--------------------------------------------------------
    3.2.1 Select2
--------------------------------------------------------*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    line-height: 1.5;
    font-size: 1rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: .375rem .75rem;
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--form_border_color);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 31.2667px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31.2667px;
    position: absolute;
    top: 0px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--form_border_color);
    border-radius: 16px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px 8px;
}

.select2-dropdown {
    border: 1px solid var(--form_border_color);
    border-radius: .25rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--theme_color);
}

/*--------------------------------------------------------
    3.3 Button
--------------------------------------------------------*/

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69, 0);
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.0);
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.0);
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.0);
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: var(--theme_color);
        border-color: var(--theme_color);
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.0);
        }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.0);
    }

    .btn-primary:hover {
        background-color: var(--theme_color);
        border-color: var(--theme_color);
    }

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.0);
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.0);
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.0);
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.0);
}

.btn-outline-primary {
    border-color: var(--theme_color);
    color: var(--theme_color);
}

    .btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled):active {
        border-color: var(--theme_color);
        background-color: var(--theme_color);
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: none !important;
    }
/*--------------------------------------------------------
    3.4 Data Table
--------------------------------------------------------*/
.table thead th {
    background: #E3E4E6 !important;
    color: #828282;
}

.table thead .table-colpspan-header td {
    background: #ffffff;
    color: #848484;
    border-top: transparent;
}

.page-item.active .page-link {
    background-color: var(--theme_color);
    border-color: var(--theme_color);
    border-radius: 15px;
    width: 27px;
    text-align: center;
}


#callLogViewTble thead tr:nth-child(2) th {
    background: var(--secondary_color) !important;
}

    #callLogViewTble thead tr:nth-child(2) th input[type=text] {
        border: 1px solid #D6D6D6;
        border-radius: 4px;
        height: 28px;
        background: transparent;
        padding-left: 8px;
        width: calc(100% - 24px);
    }

    #callLogViewTble thead tr:nth-child(2) th .input-group-text {
        padding: 0 .5rem !important;
    }

        #callLogViewTble thead tr:nth-child(2) th .input-group-text span {
            color: #828282;
        }

    #callLogViewTble thead tr:nth-child(2) th .form-control {
        border: 0 !important;
    }

#callLogViewTble thead .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

#callLogViewTble thead th {
    border-bottom: 0px !important;
}

table.dataTable.no-footer {
    border-bottom: 0px !important;
}

.dataTables_wrapper .dataTables_paginate {
    float: left;
    text-align: right;
    padding-top: 0.25em;
    margin-top: 1rem;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #ffffff !important;
        border: 1px transparent !important;
        background: var(--theme_color) !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        outline: none;
        color: #ffffff !important;
        border: 1px transparent !important;
        background: var(--theme_color) !important;
        box-shadow: inset 0 0 0px transparent !important;
    }

.dataTables_wrapper .dataTables_info {
    margin-top: 1rem !important;
    float: right;
}

.callLogViewTble-1 .dataTables_wrapper .dataTables_filter {
    display: none !important;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #FFFFFF !important;
}

table.dataTable.display tbody td {
    border-top: 3px solid #E5E5E5;
    display: table-cell;
    vertical-align: middle;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 12px 10px;
}

.table tbody td.active {
    color: #219653;
}

.table tbody td.in-active {
    color: #ee0000;
}




.case-caller-details table {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.case-caller-details thead {
    flex: 0 0 auto;
}

.case-caller-details tbody {
    flex: 1 1 auto;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    height: 190px;
}

.case-caller-details tr {
    width: 100%;
    display: table;
    table-layout: fixed;
}

/*--------------------------------------------------------
    5.0 Video Calling Page
--------------------------------------------------------*/
.calling-scrn-lt {
    width: 100%;
    height: 100vh;
}

    .calling-scrn-lt .calling-content {
        width: 100%;
        height: 80%;
        background: #4F4F4F;
        position: relative;
    }

        .calling-scrn-lt .calling-content .v-call-lt {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .calling-scrn-lt .calling-content .v-call-lt .v-call {
                flex: 0 0 auto;
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: center;
            }

                .calling-scrn-lt .calling-content .v-call-lt .v-call .call-short-name {
                    width: 90px;
                    height: 90px;
                    background: #ffffff;
                    border-radius: 45px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-bottom: 12px;
                }

                    .calling-scrn-lt .calling-content .v-call-lt .v-call .call-short-name .short-name {
                        font-weight: 600;
                        font-size: 30px;
                    }

                .calling-scrn-lt .calling-content .v-call-lt .v-call .calling-txt,
                .calling-scrn-lt .calling-content .v-call-lt .v-call .d-caller {
                    color: #ffffff;
                }


        .calling-scrn-lt .calling-content .dialer-lt {
            width: 185px;
            height: 185px;
            border-radius: 8px;
            position: absolute;
            bottom: 30px;
            right: 30px;
            overflow: hidden;
        }

    .calling-scrn-lt .fullscreen-mode {
        position: absolute;
        height: 100%;
        z-index: 1;
    }

.fullscreen-btn-lt {
    display: none;
}

.calling-scrn-lt .fullscreen-mode .fullscreen-exit-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .calling-scrn-lt .fullscreen-mode .fullscreen-exit-btn p {
        margin: 0.25rem 0 0 0 !important;
    }

.calling-scrn-lt .fullscreen-mode .control-btn-item .control-btn {
    min-width: 0 !important;
}



.calling-scrn-lt .calling-control {
    width: 100%;
    height: 20%;
    background: #333333;
}

    .calling-scrn-lt .fullscreen-mode .control-btn-item .control-btn,
    .calling-scrn-lt .calling-control .control-btn-item {
        margin: 0.75rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 76px;
    }

        .calling-scrn-lt .fullscreen-mode .control-btn-item .control-btn,
        .calling-scrn-lt .calling-control .control-btn-item .control-btn {
            width: 46px;
            height: 46px;
            background: #ffffff;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 23px;
            cursor: pointer;
        }

        .calling-scrn-lt .fullscreen-mode .control-btn-item p,
        .calling-scrn-lt .calling-control .control-btn-item p {
            margin: 1rem 0 0 0;
            color: #ffffff;
        }

        .calling-scrn-lt .calling-control .control-btn-item .call-end {
            background: #EB5757;
            color: #ffffff;
        }

/*--------------------------------------------------------
    5.1 Login Page
--------------------------------------------------------*/
.login-page-lt {
    width: 100%;
    height: 100vh;
    background: #F2F2F2;
    display: flex;
    flex-direction: row;
}

    .login-page-lt .login-left-item {
        width: 40%;
        background: #E3E4E6;
        box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.25);
        flex: 0 0 auto;
        background-image: url(../img/marston_icon_gray.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 70%;
    }

        .login-page-lt .login-left-item .brand-content {
            width: 50%;
            margin: 25% auto 0 auto;
            display: flex;
            flex-direction: column;
        }

            .login-page-lt .login-left-item .brand-content img {
                width: 100%;
            }

            .login-page-lt .login-left-item .brand-content .brand-name {
                margin: 20px auto;
                padding: 0.5rem 0.75rem;
                background: var(--theme_color);
                color: #ffffff;
                font-weight: 500;
                font-size: 16px;
                flex: 0 0 auto;
                text-align: center;
                position: relative;
                flex: 0 0 auto;
            }

                .login-page-lt .login-left-item .brand-content .brand-name::before {
                    border-top: 36px solid transparent;
                    border-right: 21px solid var(--theme_color);
                    content: "";
                    top: 0;
                    left: -21px;
                    position: absolute;
                }

                .login-page-lt .login-left-item .brand-content .brand-name::after {
                    border-top: 36px solid var(--theme_color);
                    border-right: 21px solid transparent;
                    content: "";
                    top: 0;
                    right: -21px;
                    position: absolute;
                }

    .login-page-lt .login-right-item {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .login-page-lt .login-right-item .login-lt {
            width: 375PX;
            height: 80%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .login-page-lt .login-right-item .login {
            width: 100%;
            padding: 30px 21px;
            border: 1px solid #E3E4E6;
            border-radius: 6px;
        }

            .login-page-lt .login-right-item .login .title {
                width: 100%;
                display: flex;
                flex-direction: row;
                align-items: center;
                margin-bottom: 21px;
            }

                .login-page-lt .login-right-item .login .title .headline {
                    flex: 0 0 auto;
                    font-size: 18px;
                    text-transform: uppercase;
                    font-weight: 600;
                }

                .login-page-lt .login-right-item .login .title .bar-line {
                    background: #BDBDBD;
                    height: 5px;
                    flex: 1 1 auto;
                    margin-left: 15px;
                }

            .login-page-lt .login-right-item .login .form-control {
                height: 35PX;
            }

            .login-page-lt .login-right-item .login form label {
                font-size: 14px;
                color: #828282;
            }

            .login-page-lt .login-right-item .login .btn-primary {
                padding-left: 1.75rem;
                padding-right: 1.75rem;
                font-size: 14px;
            }

        .login-page-lt .login-right-item .login-footer {
            width: 50%;
            height: 20%;
            text-align: center;
        }

/*-----------------------------
          Message Centre
------------------------ */

.message-lt-header {
    padding: 15px 0px;
}

    .message-lt-header .title {
        font-size: 15px;
        font-weight: 600;
    }

    .message-lt-header .settings-nav .nav-link div {
        color: var(--primary-color);
        font-weight: 500;
    }

    .message-lt-header .settings-nav .nav-link {
        gap: 5px;
    }

.message-centre-form-lt {
    padding: 20px;
    border: 1px solid #DEDEDE;
    border-radius: 6px;
}

    .message-centre-form-lt .form-section {
        gap: 20px;
    }

        .message-centre-form-lt .form-section label {
            font-size: 14px;
        }

    .message-centre-form-lt .search-category,
    .search-keyword {
        width: 100%;
        max-width: 285px;
    }

/****************** Modal **********/

.modal .modal-dialog-centered {
    justify-content: center;
}


.modal .modal-dialog .modal-content {
    border-radius: 12px;
}

.confirmation-modal .modal-content {
    max-width: 355px;
}

.modal-content .modal-body {
    padding: 20px;
}

.confirmation-modal .modal-content .modal-body p {
    margin-bottom: 0px;
}



.archive-settings .modal-dialog .modal-body p {
    margin-top: 15px;
}

.archive-settings .modal-dialog .modal-body label {
    font-weight: 500;
}

.search-result {
    margin-top: 20px;
}

   

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 0px;
}

.search-result table.dataTable tbody tr td a {
    color: var(--primary-color);
    font-weight: 500;
}


    .search-result table.dataTable tbody tr td a:hover {
        text-decoration: none;
    }

    .search-result table.dataTable tbody tr td a span {
        margin-right: 5px;
    }

.offcanvas-show {
    right: 0 !important;
}

.offcanvas,
.view-details-lt {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 455px;
    min-height: 100%;
    right: -455px;
    padding: 20px;
    transition: all 0.7s ease;
}

    .offcanvas .header {
        padding: 10px 0px;
    }

        .offcanvas .header .title {
            font-size: 20px;
            font-weight: 600;
        }

        .offcanvas .header .close-btn {
            cursor: pointer;
            color: #EB5757;
        }

    .offcanvas .body {
        margin-top: 15px;
    }

        .offcanvas .body .row {
            margin-bottom: 20px;
        }

        .offcanvas .body .list-title {
            color: #828282;
        }

        .offcanvas .body .list-title,
        .list-value {
            font-weight: 500;
        }

        .offcanvas .body .list-value {
            font-size: 14px;
        }

        .offcanvas .body .form-group {
            margin-top: 20px;
        }

    .offcanvas .footer {
        text-align: end;
        padding: 20px 0px;
    }

/*  .offcanvas .footer button:first-child {
            margin-right: 10px;
        }

*/
.modal.send-confirm .modal-header, .modal.send-confirm .modal-footer {
    border: 0px;
}

.modal.send-confirm .modal-body {
    font-size: 14px;
}

/************ Date Range Picker
*************/

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: var(--primary-color);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: var(--theme_color);
    border-color: var(--theme_color);
}



/*************** Message Centre Report
*****************/

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0px;
    padding: 0px;
}

    .breadcrumb .breadcrumb-item a {
        color: var(--primary-color);
        font-weight: 500;
    }

        .breadcrumb .breadcrumb-item a:hover {
            text-decoration: none;
        }


.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.report-datatable-filter {
    margin-bottom: 15px;
}

    .report-datatable-filter .form-control {
        max-width: 285px;
    }

.report-result .table thead tr:nth-child(2) th .form-control {
    border: 0px;
}

.report-result .table thead tr:nth-child(2) th:last-child .input-group {
    display: none;
}

.report-result .table tbody tr td:last-child a img {
    height: 20px;
}

.report-result .dataTables_wrapper .dataTables_filter {
    display: none;
}

/*********** Message History **************/

.message-lt {
    /* gap: 10px; */
    margin: auto;
}

.row .col-4 .report-datatable-filter {
    gap: 8px;
}

    .row .col-4 .report-datatable-filter .user-search, .report-datatable-filter .date-filter {
        flex: 1 1 auto;
    }


.report-datatable-filter .user-search input {
    background-image: url("../img/search-outline.svg");
    background-repeat: no-repeat;
    background-color: white;
    background-size: 16px;
    background-position: left 3px center;
    padding-left: 21px;
}


.message-lt .user-list .card {
    border-left: 3px solid transparent;
    cursor: pointer;
}

    .message-lt .user-list .card.active {
        border-color: var(--primary-color);
    }

    .message-lt .user-list .card .card-body {
        padding: 8px;
    }

.message-lt .col,
.message-lt .col-4 {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    overflow: hidden;
    max-height: calc(100vh - 150px);
}

    .message-lt .col:hover,
    .message-lt .col-4:hover {
        overflow-y: auto;
    }

    .message-lt .col::-webkit-scrollbar,
    .message-lt .col-4::-webkit-scrollbar {
        width: 6px;
    }

    .message-lt .col::-webkit-scrollbar-thumb,
    .message-lt .col-4::-webkit-scrollbar-thumb {
        background-color: #c2c2c2;
        border-radius: 50px;
    }

.message-lt .card {
    border: 0px;
}

.message-lt .col-4 .card .card-body .name {
    font-size: 14px;
    font-weight: 500;
}

.message-lt .view-msg {
    display: none;
}

    .message-lt .view-msg .card .card-body .message {
        font-size: 13px;
        font-weight: 500;
        max-width: 820px;
    }

    /* .message-lt .view-msg .card .card-body .label {
    font-weight: 600;
} */

    .message-lt .view-msg .card .card-body .label,
    .message-lt .view-msg .card .card-body span {
        color: var(--grey2);
    }

/*************Configuration settings **********/
.settings-list {
    gap: 15px;
}

    .settings-list a:hover {
        text-decoration: none;
    }

    .settings-list a .card {
        cursor: pointer;
        border: 0px;
        border-radius: 8px;
        width: 100%;
        min-width: 200px;
    }

    .settings-list .card .card-title {
        color: var(--theme_color);
        font-size: 14px;
        font-weight: 500;
        margin-top: 15px;
        margin-bottom: 0px;
    }

/*********** Call & Chat Settings ***********/
.list-group .message-lt-header {
    padding: 0px;
}

.list-group {
    border: 0px;
}

    .list-group .list-group-item {
        padding: 25px;
        margin-bottom: 0px;
        border-bottom: 1px solid #E3E4E6;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
    }

.list-group-item:first-child {
    padding: 15px 25px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.list-group-item:last-child {
    border-bottom: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.list-group .list-group-item .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}

.list-group .list-group-item:nth-child(3) .row {
    gap: 15px;
}

.list-group .list-group-item:nth-child(2) .title {
    margin-bottom: 10px;
}

.list-group-item.d-flex, .list-group-item .d-flex {
    gap: 15px;
}

.toggle-switch {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .toggle-switch label {
        position: relative;
        display: inline-block;
        margin-bottom: 0px;
        width: 36px;
        height: 20px;
    }

        .toggle-switch label input {
            opacity: 0;
        }

        .toggle-switch label span {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: var(--grey4);
            border-radius: 50px;
            transition: .4s;
        }

            .toggle-switch label span::before {
                position: absolute;
                content: " ";
                width: 12px;
                height: 12px;
                background-color: white;
                border-radius: 50px;
                top: 4px;
                left: 4px;
                transition: .4s;
            }

        .toggle-switch label input:checked + span {
            background-color: var(--theme_color);
        }

            .toggle-switch label input:checked + span::before {
                translate: 15px;
            }


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .navbar-nav {
        flex-direction: row;
    }
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}


/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
}


/*Custom ScrollBar*/

:root {
    --scrollbar-background: #f1f1f1;
    --thumb-background: #333333;
}

.custom-scroll-bar::-webkit-scrollbar {
    width: .65rem;
    margin: 0;
    padding: 0;
}

.custom-scroll-bar {
    scrollbar-width: thin;
    scrollbar-color: rgba(33, 37, 41, 0.35) var(--scrollbar-background);
    /* scrollbar-color: var(--thumb-background) var(--scrollbar-background);*/
    margin: 0;
    padding: 0;
}

    .custom-scroll-bar::-webkit-scrollbar-track {
        background: var(--scrollbar-background);
    }

    .custom-scroll-bar::-webkit-scrollbar-thumb {
         background-color: var(--thumb-background);
        border-radius: 6px;
        border: 3px solid var(--scrollbar-background);
    }

/*-----------------------------
Message Centre
------------------------ */

.message-lt-header {
    padding: 15px 0px;
}

    .message-lt-header .title {
        font-size: 15px;
        font-weight: 600;
    }

    .message-lt-header .settings-nav .nav-link div {
        color: var(--primary-color);
        font-weight: 500;
    }

    .message-lt-header .settings-nav .nav-link {
        gap: 5px;
    }

.message-centre-form-lt {
    padding: 20px;
    border: 1px solid #DEDEDE;
    border-radius: 6px;
}

    .message-centre-form-lt .form-section {
        gap: 20px;
    }

        .message-centre-form-lt .form-section label {
            font-size: 14px;
        }

    .message-centre-form-lt .search-category,
    .search-keyword {
        width: 100%;
        max-width: 285px;
    }

/****************** Modal **********/

.modal .modal-dialog .modal-content {
    border-radius: 12px;
}

.archive-settings .modal-dialog .modal-body {
    padding: 15px 20px;
}

    .archive-settings .modal-dialog .modal-body p {
        margin-top: 15px;
    }

    .archive-settings .modal-dialog .modal-body label {
        font-weight: 500;
    }

.search-result {
    margin-top: 20px;
}

    

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 0px;
}

.search-result table.dataTable tbody tr td a {
    color: var(--primary-color);
    font-weight: 500;
}


    .search-result table.dataTable tbody tr td a:hover {
        text-decoration: none;
    }

    .search-result table.dataTable tbody tr td a span {
        margin-right: 5px;
    }

.offcanvas-show {
    right: 0 !important;
}

.offcanvas, .view-details-lt {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 455px;
    min-height: 100%;
    right: -455px;
    padding: 20px;
    transition: all 0.7s ease;
}

    .offcanvas .header {
        padding: 10px 0px;
    }

        .offcanvas .header .title {
            font-size: 20px;
            font-weight: 600;
        }

        .offcanvas .header .close-btn {
            cursor: pointer;
            color: #EB5757;
        }

    .offcanvas .body {
        margin-top: 15px;
    }

        .offcanvas .body .row {
            margin-bottom: 20px;
        }

        .offcanvas .body .list-title {
            color: #828282;
        }

        .offcanvas .body .list-title, .list-value {
            font-weight: 500;
        }

        .offcanvas .body .list-value {
            font-size: 14px;
        }

        .offcanvas .body .form-group {
            margin-top: 20px;
        }

    .offcanvas .footer {
        display: flex;
        justify-content: end;
        padding: 20px 0px;
    }



.modal.send-confirm .modal-header, .modal.send-confirm .modal-footer {
    border: 0px;
}

.modal.send-confirm .modal-body {
    font-size: 14px;
}

/************ Date Range Picker
*************/

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--primary-color);
}



/*************** Message Centre Report
*****************/

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0px;
}

    .breadcrumb .breadcrumb-item a {
        color: var(--primary-color);
        font-weight: 500;
    }

        .breadcrumb .breadcrumb-item a:hover {
            text-decoration: none;
        }


.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.report-datatable-filter {
    margin-bottom: 15px;
}

    .report-datatable-filter .form-control {
        max-width: 285px;
    }

.report-result .table thead tr:nth-child(2) th .form-control {
    border: 0px;
}

.report-result .table thead tr:nth-child(2) th:last-child .input-group {
    display: none;
}

.report-result .table tbody tr td:last-child a img {
    height: 20px;
}

.report-result .dataTables_wrapper .dataTables_filter {
    display: none;
}




/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .navbar-nav {
        flex-direction: row;
    }
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}


/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
}


/*Custom ScrollBar*/

:root {
    --scrollbar-background: #f1f1f1;
    --thumb-background: #333333;
}

.custom-scroll-bar::-webkit-scrollbar {
    width: .65rem;
    margin: 0;
    padding: 0;
}

.custom-scroll-bar {
    scrollbar-width: thin;
    scrollbar-color: rgba(33, 37, 41, 0.35) var(--scrollbar-background);
    /*scrollbar-color: var(--thumb-background) var(--scrollbar-background);*/
    margin: 0;
    padding: 0;
}

    .custom-scroll-bar::-webkit-scrollbar-track {
        background: var(--scrollbar-background);
    }

    .custom-scroll-bar::-webkit-scrollbar-thumb {
        background-color: var(--thumb-background);
        border-radius: 6px;
        border: 3px solid var(--scrollbar-background);
    }

/*-----------------------------
Message Centre
------------------------ */

.message-lt-header {
    padding: 15px 0px;
}

    .message-lt-header .title {
        font-size: 15px;
        font-weight: 600;
    }

    .message-lt-header .settings-nav .nav-link div {
        color: var(--primary-color);
        font-weight: 500;
    }

    .message-lt-header .settings-nav .nav-link {
        gap: 5px;
    }

.message-centre-form-lt {
    padding: 20px;
    border: 1px solid #DEDEDE;
    border-radius: 6px;
}

    .message-centre-form-lt .form-section {
        gap: 20px;
    }

        .message-centre-form-lt .form-section label {
            font-size: 14px;
        }

    .message-centre-form-lt .search-category,
    .search-keyword {
        width: 100%;
        max-width: 285px;
    }

/****************** Modal **********/

.modal .modal-dialog .modal-content {
    border-radius: 12px;
}

.archive-settings .modal-dialog .modal-body {
    padding: 15px 20px;
}

    .archive-settings .modal-dialog .modal-body p {
        margin-top: 15px;
    }

    .archive-settings .modal-dialog .modal-body label {
        font-weight: 500;
    }

.search-result {
    margin-top: 20px;
}

    .search-result table.dataTable tbody th,
    table.dataTable tbody td {
        padding: 10px 20px !important;
    }
table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 0px;
}

.search-result table.dataTable tbody tr td a {
    color: var(--primary-color);
    font-weight: 500;
}


    .search-result table.dataTable tbody tr td a:hover {
        text-decoration: none;
    }

    .search-result table.dataTable tbody tr td a span {
        margin-right: 5px;
    }

.offcanvas-show {
    right: 0 !important;
}

.offcanvas, .view-details-lt {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 455px;
    min-height: 100%;
    right: -455px;
    padding: 20px;
    transition: all 0.7s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

    .offcanvas .header {
        padding: 10px 0px;
        border-bottom: 1px solid #F2F2F2;
    }

        .offcanvas .header .title {
            font-size: 20px;
            font-weight: 600;
        }

        .offcanvas .header .close-btn {
            cursor: pointer;
            color: #EB5757;
        }

    .offcanvas .body {
        margin-top: 15px;
    }

        .offcanvas .body .row {
            margin-bottom: 20px;
        }

        .offcanvas .body .list-title {
            color: #828282;
        }

        .offcanvas .body .list-title, .list-value {
            font-weight: 500;
        }

        .offcanvas .body .list-value {
            font-size: 14px;
        }

#message {
    overflow: auto;
    max-height: 410px;
}


    #message::-webkit-scrollbar {
        width: 6px;
    }

    #message::-webkit-scrollbar-thumb {
        background-color: #c2c2c2;
        border-radius: 50px;
    }




.offcanvas .body .form-group {
    margin-top: 20px;
}

.offcanvas .footer {
    display: flex;
    justify-content: end;
    padding: 20px 0px;
}

    .offcanvas .footer button:first-child {
        margin-right: 10px;
    }

.modal.send-confirm .modal-header, .modal.send-confirm .modal-footer {
    border: 0px;
}

.modal.send-confirm .modal-body {
    font-size: 14px;
}

/************ Date Range Picker
*************/

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--primary-color);
}



/*************** Message Centre Report
*****************/
report-datatable-filter
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0px;
}

.breadcrumb .breadcrumb-item a {
    text-decoration: underline;
    color: var(--primary-color);
    font-weight: 500;
}

    .breadcrumb .breadcrumb-item a:hover {
        text-decoration: none;
    }


.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.report-datatable-filter {
    margin-bottom: 15px;
}

    .report-datatable-filter input[name=date_range_picker] {
        background-image: url('../img/date_range.svg');
        background-position: left 4px center;
        background-repeat: no-repeat;
        background-size: 20px;
        padding-left: 30px;
    }

    .report-datatable-filter .form-control {
        max-width: 285px;
    }

.report-result .table thead tr:nth-child(2) th .form-control {
    border: 0px;
}

.report-result .table thead tr:nth-child(2) th:last-child .input-group {
    display: none;
}

.report-result .table tbody tr td:last-child a img {
    height: 20px;
}

.report-result .dataTables_wrapper .dataTables_filter {
    display: none;
}

/*************** Required field
*****************/
.requiredstar:after {
    content: " *";
    color: #dc3545;
}
/********* Approved Plan *************/

.approvedplanTbl td #viewBtn, .payment-plan-tbl .btn, #addNewInitialPayment {
    font-size: 1rem;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    border-radius: 8px;
}

.approvedplanTbl .material-icons {
    font-size: 21px;
    margin-right: 5px;
}

.payment-plan-tbl .btn,
#addNewInitialPayment {
    color: var(--theme_color);
}

.badge {
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 25px;
}

.badge-success {
    background-color: #D1E7DD;
    color: #198754;
}

.badge-warning {
    background-color: #FFF3CD;
    color: #DD8116;
}

.badge-danger {
    background-color: #F8D7DA;
    color: #DC3545;
}

/***************** Click to pay ************************/

.navbar-nav .btn-outline-primary {
    border-radius: 80px;
    margin-right: 8px;
}

.row.m-auto .bg-white {
    border: 1px solid #DEDEDE;
    border-radius: 6px;
    transition: all .7s;
}



    .row.m-auto .bg-white .row .title,
    .row.m-auto .bg-white .row label.form-label {
        font-size: 14px;
        font-weight: 500;
    }

    .row.m-auto .bg-white .row input[type=radio] {
        accent-color: var(--theme_color);
    }

    .row.m-auto .bg-white .row .title {
        margin-bottom: 12px;
    }

table.dataTable tbody tr.selected {
    background-color: white;
}

table.dataTable tbody td.dt-body-center {
    accent-color: var(--theme_color);
}

div.dataTables_wrapper span.select-info {
    display: none;
}

.offcanvas .total-outstanding span {
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 600;
    color: white;
    border-radius: 50px;
    background-color: var(--grey2);
}

.offcanvas .body table thead th {
    font-weight: 400;
    width: auto !important;
    border: 0px !important;
    background-color: transparent !important;
    padding: 6px 12px !important;
}

.offcanvas .body table tbody tr td {
    border: 0px;
    color: #10161F;
    font-weight: 500;
    padding: 6px 12px !important;
}

    .offcanvas .body table tbody tr td:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .offcanvas .body table tbody tr td:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.offcanvas .body table .material-symbols-rounded {
    /* visibility: hidden; */
    font-size: 20px;
    color: #6d6969;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48
}

/* .search-result .row.m-auto .col-8 table thead tr th:first-child,
.search-result .row.m-auto .col-12 table thead tr th:first-child {
    width: 5% !important;
} */

.case-list {
    display: none;
}

    .case-list.offcanvas-show {
        display: block;
    }




/******** Payment Plan Settings ******/
.initial-payment-lt {
    max-height: 485px;
    overflow-y: auto;
    padding: 0px 8px;
}

    .initial-payment-lt::-webkit-scrollbar {
        width: 6px;
    }

    .initial-payment-lt::-webkit-scrollbar-thumb {
        background-color: #e6e6e6;
        border-radius: 50px;
    }



.btn-outline-primary {
    background-color: transparent;
    color: var(--theme_color);
    border: 1px solid rgba(18, 40, 76, 0.30);
}

    .btn-outline-primary:hover,
    .btn-outline-primary:active {
        background-color: var(--theme_color) !important;
        border-color: var(--theme_color) !important;
        color: white;
    }

    .btn-outline-primary:focus {
        box-shadow: none !important;
    }

.initial-payment-lt table td {
    background-color: #f5f5f5;
}

.initial-payment-lt table.dataTable {
    border-spacing: 0px 5px;
}




/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .navbar-nav {
        flex-direction: row;
    }
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}


/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
}
/*****LibraryMedia****/
#mediaContent {
    /* display: flex;
    justify-content: center;
    align-items: center;*/
    height: calc(100vh - 92px);
    width: 100%;
}
.center-video {
    height: 100%;
    width: 100%;
    object-fit: initial;
}
#Media-FullScreen .modal-dialog {
    max-width: 90%; 
}
.media-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#Media-FullScreen .modal-content {
    border-radius: 10px;
}

#Media-FullScreen .modal-header {
    color: #fff; 
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px; 
    padding: 15px; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

.playbtn {
    position: absolute;
    top: 30%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

#Media-FullScreen .modal-header .title-container {
    font-size: 20px; 
    color: black;
    font-weight: 600;
}

#Media-FullScreen .modal-header .close {
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    font-weight: bold;
    margin-top: -15px;
    margin-right: 6px;
    height: 40px;
    width: 40px;
    padding: -1px;
}

#mediaModal .modal-header .close {
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    font-weight: bold;
    margin-top: -7px;
    margin-right: 6px;
    height: 40px;
    width: 40px;
    padding: -1px;
}

.select-media {
    padding: 8px;
    height: 48px;
    width: 48px;
    border-radius: 6px;
    border: 1px dashed #C9D1D7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .select-media img {
        height: 24px;
        width: 24px;
    }
#Media-FullScreen .modal-body {
    padding: 20px; 
}

#Media-FullScreen .thumbnails-container {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    margin-top: 20px;
    overflow-y: auto;
    height: calc(100vh - 150px);
}

#Media-FullScreen .thumbnail {
    /*width: calc(20% - 10px); 
    margin-bottom: 20px; */
    border: 1px solid #E9ECEF;
    border-radius: 10px; 
    /*box-sizing: border-box; */
    overflow: hidden; 
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

 .playbtn img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: auto;
}

#Media-FullScreen .thumbnail-caption {
    color: black;
    padding: 8px; 
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap; 
}

#Media-FullScreen .thumbnail-icons {
    justify-content: end;
    padding: 8px;
    border-top: 1px solid #E9ECEF;
    bottom: 8px; 
    right: 8px; 
    display: flex; 
    align-items: center; 
}

    #Media-FullScreen .thumbnail-icons span {
        font-size: 24px; 
        cursor: pointer;
        margin-left: 8px; 
        display: inline-block; 
    }

#Media-FullScreen .vertical-line {
    border-left: 1px solid #ccc;
    height: 100%; 
    position: absolute; 
    top: 0;
    bottom: 0; 
    left: calc(25% - 1px); 
}

#Media-FullScreen .search-input {
    width: 320px; 
    border-radius: 20px; 
    padding: 8px; 
    margin-right: 10px;
}

#Media-FullScreen .insert-button {
    border-radius: 5px;
    cursor: pointer; 
}
/*Fullscreen modal*/

.modal-fullscreen .modal-dialog {
    max-width: 100vw !important;
}

@@media (max-width: 767px) {
    #modal-fullscreen .modal-fullscreen-xs-down {
        padding: 0 !important;
    }

        #modal-fullscreen .modal-fullscreen-xs-down .modal-dialog {
            margin: 0;
            width: 100%;
            height: 100%;
            padding: 0;
        }

        #modal-fullscreen .modal-fullscreen-xs-down .modal-content {
            height: auto;
            min-height: 100%;
            border: 0 none;
            border-radius: 0;
        }
}

@@media (max-width: 991px) {
    .modal-fullscreen .modal-fullscreen-sm-down {
        padding: 0 !important;
    }

        .modal-fullscreen .modal-fullscreen-sm-down .modal-dialog {
            margin: 0;
            width: 100%;
            height: 100%;
            padding: 0;
        }

        .modal-fullscreen .modal-fullscreen-sm-down .modal-content {
            height: auto;
            min-height: 100%;
            border: 0 none;
            border-radius: 0;
        }
}

@@media (max-width: 1199px) {
    .modal-fullscreen.modal-fullscreen-md-down {
        padding: 0 !important;
    }

        .modal-fullscreen.modal-fullscreen-md-down .modal-dialog {
            margin: 0;
            width: 100%;
            height: 100%;
            padding: 0;
        }

        .modal-fullscreen.modal-fullscreen-md-down .modal-content {
            height: auto;
            min-height: 100%;
            border: 0 none;
            border-radius: 0;
        }

    
}


.modal-fullscreen.modal-fullscreen {
    padding: 0 !important;
}

    .modal-fullscreen.modal-fullscreen .modal-dialog {
        margin: 0;
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .modal-fullscreen.modal-fullscreen .modal-content {
        height: auto;
        min-height: 100%;
        border: 0 none;
        border-radius: 0;
    }
.thumbnail-video, .thumbnail-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.thumbnail-image-container {
    width: 100%;
    height: 150px;
}

/* //// Not Found */

.page-not-found-content {
    height: calc(100% - 100px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .page-not-found-content .not-found-img {
        max-width: 90%;
        max-height: 90%;
    }

/* Style for the approval details */
.approval-details {
    font-size: 13px;
    margin-top: 20px;
}

/* page un-auth changes*/

.page-auth-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-auth-data {
    width: 90%;
    display: flex;
    border-radius: 5px;
    background-color: lightgray;
    padding: 15px;
} 
