/*!
 * Volare Admin Custom CSS V1.0
 * Last Updated: 9 Oct 2018
 * Copyright 2011-2018 Stampede Solution Sdn Bhd
 * Please make sure all customized CSS for Volare Collector are populated under this file. Do not change other CSS file to avoid any other conflict.
 * If you want to overwrite certain Bootstrap CSS class please put the style here and DO NOT OVERWRITE BOOTSTRAP FILES.
 */


/* Roboto Fonts Begin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/Roboto/roboto-v19-greek_cyrillic-ext_cyrillic_vietnamese_latin-ext_latin_greek-ext-300.woff2) format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto/roboto-v19-greek_cyrillic-ext_cyrillic_vietnamese_latin-ext_latin_greek-ext-regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/Roboto/roboto-v19-greek_cyrillic-ext_cyrillic_vietnamese_latin-ext_latin_greek-ext-500.woff2) format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/Roboto/roboto-v19-greek_cyrillic-ext_cyrillic_vietnamese_latin-ext_latin_greek-ext-700.woff2) format('woff2');
}
/* Roboto Fonts Ends */

/* Raleway Fonts Ends */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: local('Raleway Light'), local('Raleway-Light'), url(../fonts/Raleway/raleway-v13-latin-ext_latin-300.woff2) format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), local('Raleway-Regular'), url(../fonts/Raleway/raleway-v13-latin-ext_latin-regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: local('Raleway Medium'), local('Raleway-Medium'), url(../fonts/Raleway/raleway-v13-latin-ext_latin-500.woff2) format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(../fonts/Raleway/raleway-v13-latin-ext_latin-600.woff2) format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: local('Raleway Bold'), local('Raleway-Bold'), url(../fonts/Raleway/raleway-v13-latin-ext_latin-700.woff2) format('woff2');
}
/* Raleway Fonts Begin */

:root {
    --main-bg-color-unsaved: #ffffcc;
}

/* Login Page Begin */
.form-control-custom-login:-webkit-autofill,
.form-control-custom-login:-webkit-autofill:hover,
.form-control-custom-login:-webkit-autofill:focus,
.form-control-custom-login:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.99) inset !important;
    -webkit-transition: background-color 9999s ease-out;
}

.loginbg {
    width: 100vw;
    height: 100vh;
    background: url(../images/bg-login.png) repeat;
    overflow: hidden;
    font-size: 14px;
}

.main-div {
    background: rgba(255, 255, 255, 0.99) none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 1px 1px 60px 20px rgba(35, 35, 35, 0.9);
    margin: auto;
    max-width: 38%;
    padding: 50px 70px 70px 71px;
    position: absolute;
    top: 15%;
    right: 0;
    left: 0;
    animation: fadeIn 1s;
}

.img {
    text-align: center;
}

a {
    cursor: pointer
}

.login-form img {
    width: 100%;
    animation: fadeIn 1s;
}

img {
    vertical-align: middle;
    border-style: none;
}

.login-form .input-group {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid transparent;
    border-radius: 3px;
    animation: fadeIn 2s;
    border-image: linear-gradient(-45deg, #23D5AB, #23A6D5, #EE7752, #F1C40F, #FEE140);
    border-image-slice: 1;
}

.login-form .input-group-text {
    background: rgba(255, 255, 255, 0.9);
    border: 0;
    color: rgba(0, 0, 0, 0.6);
}

.login-form .form-control {
    background: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    height: 50px;
    line-height: 50px;
    border: 0;
}

.login-form input:focus {
    outline: 0;
    box-shadow: none;
}

.hideMe {
    display: none;
}

.login-form .btn.warning {
    color: #ffffff;
    font-size: 1rem;
    height: 3.5rem;
    padding: 0;
    animation: fadeIn 1s;
}

.login-form .btn.primary {
    color: #ffffff;
    font-size: 1rem;
    height: 3.5rem;
    padding: 0;
    animation: fadeIn 1s;
}

.login-form .btn.btn-light {
    height: 3.5rem;
}

.warning {
    color: #ffffff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.primary {
    color: #ffffff;
    background-color: #3498DB;
    border-color: #2977BE;
}

.warning:hover {
    color: #FFFFFF;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.3)
}

.warning:focus,
.warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.warning.disabled,
.warning:disabled {
    color: #A0A0A0;
    background-color: #CCC;
    border-color: #CCC;
}

.warning:not(:disabled):not(.disabled):active,
.warning:not(:disabled):not(.disabled).active,
.show>.warning.dropdown-toggle:focus {
    color: #FFFFFF;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.warning:not(:disabled):not(.disabled):active:focus,
.warning:not(:disabled):not(.disabled).active:focus,
.show>.warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

h5 {
    font-size: 1rem;
}

.text-md {
    font-size: 0.825rem;
}

.text-sm {
    font-size: 0.65rem;
}

p {
    margin-bottom: 0.5rem;
}

.btn-light {
    color: #212529;
    background-color: #FFF;
    border-color: #D7D7D7;
}

.btn-light:hover {
    background-color: #F2F2F2;
    border-color: #D7D7D7;
}
/* Login Page End */

#supervisor_review_datagrid {
    max-height : calc(100vh - 14rem);
}

/*Custom Scroll Bar Begin*/

/* total width */
::-webkit-scrollbar {
    background-color:#fff;
    width:16px
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
    background-color:#fff
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:4px solid #fff
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {display:none}
/*Custom Scroll Bar End*/

/*Left Navigation Section Begin*/
.main-sidebar {
    /* top: 56px; */
    top: 45px;
    width: 235px;
    /*z-index: 10;*/
    background: #eee !important;
    bottom: 70px;
    margin-bottom: -70px;
    margin-top: 0;
    padding-bottom: 70px;
    position: absolute;
    transition: left, width 0.3s ease;
}

#sidebar-menu,
#sidebar-menu ul,
#sidebar-menu li,
#sidebar-menu a {
    border: 0;
    font-weight: normal;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}

#sidebar-menu {
    padding-bottom: 60px;
    width: 100%;
}

#sidebar-menu a {
    line-height: 1.3;
}

#sidebar-menu ul li .fa-angle-down {
    -webkit-transition: -webkit-transform .15s;
    -o-transition: -o-transform .15s;
    transition: transform .15s;
    position: absolute;
    right: 20px;
    top: 15px;
    display: inline-block;
    font-family: 'FontAwesome';
    text-rendering: auto;
    line-height: 18px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

#sidebar-menu ul li a.subdrop .fa-angle-down {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#sidebar-menu ul ul {
    display: none;
}

#sidebar-menu ul ul li {
    border-top: 0;
}

#sidebar-menu ul ul li.active a {
    color: #f3f3f3;
}

#sidebar-menu ul ul a {
    /*color: #b5b5b5;*/
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    padding: 10px 20px 10px 40px;
}

#sidebar-menu ul ul a:hover {
    color: #3498db;
    background-color: rgba(31, 54, 79, .1);
    text-decoration: none;
    border-left: 2px solid #608ab3;
}

#sidebar-menu ul ul a i {
    margin-right: 5px;
}

#sidebar-menu ul ul ul a {
    padding-left: 80px;
}

#sidebar-menu .label {
    margin-top: 2px;
}

#sidebar-menu .subdrop {
    /*selected menu*/
    /*color: #fff !important;*/
    /*background-color: rgba(31,54,79,.1);*/
    /*border-left: 2px solid #608ab3; */
}

#sidebar-menu .submenu ul .submenu .fa-angle-down {
    top: 10px !important;
}

#sidebar-menu>ul>li>a {
    color: #000;
    display: block;
    padding: 12px 12px 15px 12px;
    font-weight: 400;
    font-size: 0.90rem;
    border-left: 2px solid transparent;
}

#sidebar-menu>ul>li>a:hover {
    color: #3498db;
    background-color: rgba(31, 54, 79, .1);
    text-decoration: none;
    border-left: 2px solid #608ab3;
}

#sidebar-menu>ul>li>a>span {
    vertical-align: middle;
}

#sidebar-menu ul li a i {
    display: inline-block;
    font-size: 18px;
    line-height: 17px;
    margin-left: 3px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

#sidebar-menu ul li a .drop-arrow {
    float: right;
}

#sidebar-menu ul li a .drop-arrow i {
    margin-right: 0;
}

#sidebar-menu>ul>li>a.active {
    color: #ffffff !important;
    background-color: #6194c1;
}

#main.enlarged .menu-title {
    display: none;
}

#main.enlarged .fa-angle-down {
    display: none !important;
}

#main.enlarged #sidebar-menu ul ul:target {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}

#main.enlarged .position-fixed.main-sidebar {
    width: 70px;
    z-index: 5;
    transition: left, width 0.3s ease
}

#main.enlarged .position-fixed#footer {
    width: 70px;
    z-index: 5;
    transition: left, width 0.3s ease
}

#main.enlarged .bg-deepdarkgrey {
    width: calc(100vw - 70px);
}

.selector-border {
    border-color: #D7D7D7 !important;
}

#main.enlarged .position-fixed.main-sidebar #sidebar-menu>ul>li>a {
    padding-left: 10px;
}

#main.enlarged .position-fixed.main-sidebar #sidebar-menu>ul>li>a:hover {
    background-color: #64b0f2;
}

#main.enlarged .position-fixed.main-sidebar span.pull-right {
    display: none !important;
}

#main.enlarged .position-fixed.main-sidebar #sidebar-menu ul>li {
    position: relative;
    white-space: nowrap;
}

#main.enlarged .position-fixed.main-sidebar #sidebar-menu ul>li:hover>a {
    background-color: #64b0f2;
    position: relative;
    width: 260px;
}

#main.enlarged .position-fixed.main-sidebar #sidebar-menu ul>li:hover>ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
    padding: 5px 0;
    background: #ffffff;
}

#main.enlarged .position-fixed.main-sidebar #sidebar-menu ul>li:hover>ul a {
    background: #ffffff;
    border: none;
    box-shadow: none;
    padding-left: 15px;
    position: relative;
    width: 190px;
    z-index: 6;
    color: rgba(43, 61, 81, 0.8);
}

#main.enlarged .position-fixed.main-sidebar #sidebar-menu ul>li:hover>ul a:hover {
    color: #64b0f2;
}

#main.enlarged .position-fixed.main-sidebar #sidebar-menu ul>li:hover a span {
    display: inline;
}

#main.enlarged .position-fixed.main-sidebar #sidebar-menu ul>li>ul {
    display: none;
}

#main.enlarged .position-fixed.main-sidebar #sidebar-menu ul ul li:hover>ul {
    display: block;
    left: 190px;
    margin-top: -36px;
    position: absolute;
    width: 190px;
}

#main.enlarged .position-fixed.main-sidebar #sidebar-menu ul ul li>a span.pull-right {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(270deg);
}

#main.enlarged .position-fixed.main-sidebar #sidebar-menu ul>li>a span {
    display: none;
    padding-left: 10px;
    -webkit-transition: display 0.3s ease;
    transition: display 0.3s ease;
}

#main.enlarged .position-fixed.main-sidebar #sidebar-menu>ul>li>a {
    padding: 15px 20px;
    min-height: 52.09px;
}

#main.enlarged .position-fixed.main-sidebar #sidebar-menu>ul>li>a i {
    margin-right: 20px !important;
    font-size: 20px;
}

#main.enlarged .position-fixed.main-sidebar #sidebar-menu ul>li:hover>a {
    position: relative;
    width: 260px;
    background-color: #535b63;
    color: #ffffff;
}

#main.enlarged .position-fixed.main-sidebar #sidebar-menu ul>li:hover>a i {
    color: #ffffff;
}

#main.enlarged .volarecontainer {
    margin-left: 70px;
}

#main.enlarged .navbar-custom {
    margin-left: 70px;
}

.header-bg {
    max-height: 3.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
}

#main.enlarged .headerbar .headerbar-left {
    width: 70px !important;
}

#main.enlarged .headerbar .headerbar-left .logo span {
    display: none;
    opacity: 0;
}

#main.enlarged .headerbar .headerbar-left .logo i {
    margin-right: 0;
}

#main.enlarged #sidebar-menu>ul>li:hover>a.open :after {
    display: none;
}

#main.enlarged #sidebar-menu>ul>li:hover>a.active :after {
    display: none;
}

#main.enlarged .user-detail {
    bottom: 0;
    padding: 15px 0;
    width: 70px;
    text-align: center;
}

#main.enlarged .user-detail .dropup {
    margin: 0 auto;
    margin-left: 17px;
}

#main.enlarged .user-detail h5 {
    display: none;
}

#main.enlarged .user-detail p {
    position: absolute;
    right: 15px;
    top: 32px;
}

#main.enlarged .user-detail p span {
    display: none;
}

#main.enlarged #sidebar-menu ul ul li.active a {
    color: #0f9df7;
}

.button-menu-mobile {
    background: transparent;
    border: none;
    color: #dde8ef;
    font-size: 28px;
    line-height: 50px;
    padding: 0 5px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-weight: bold;
    z-index: 1;
}

.button-menu-mobile:hover {
    color: #a2cff7;
}

.radius-circle {
    border-radius: 50px;
}

.noti-label {
    display: inline-block;
    padding: 0.2em 0.6em;
    font-size: 75%;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.noti-label:empty {
    display: none;
}

#sidebar-menu .noti-label {
    margin-top: 2px;
}

.volarecontainer {
    background-color: #fff;
    margin-left: 18em;
    -webkit-transition: margin-left 0.3s ease;
    transition: margin-left 0.3s ease;
}

.csv-conversion-guide {
    max-height: 300px;
    overflow-y: scroll;
}

.csv-conversion-guide b {
    font-weight: bold;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 0.7rem;
    height:2rem;
    text-align: left;
    width: 100%;
    padding: 10px;
    z-index: 1100;
    background-color: #CFCFCF;
    border-top: 1px solid #E5E5E5;
}

body.adminbody-void .leftscroll {
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

body.adminbody .main-sidebar.position-fixed {
    bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0;
    padding-bottom: 0px;
    z-index: 2;
    overflow-y: auto;
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    .enlarged .h-100.main-sidebar {
        margin-left: -75px;
    }
}
/*Left Navigation Section End*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    overflow-x: hidden;
    margin: 0;
}

@media (min-width: 1365.9px) {
    .fvbatchno {
        padding: 0;
    }
}

@media (max-width: 1365.8px) {
    .fvbatchno {
        padding: 0;
    }
}

@media (min-width: 1680.9px) {
    .readjust {
        padding: 0;
    }
}

@media (max-width: 1680.8px) {
    .readjust {
        padding: 0;
    }
}

@media (min-width: 1525.9px) {
    .fvstatus {
        padding: 0;
    }
}

@media (max-width: 1525.8px) {
    .fvstatus {
        padding: 0;
    }
}

@media (min-width: 1199.98px) {
    .navbar-brand {
        width: 15rem;
        height: 1.6rem;
        position: relative;
    }

    .dca_admin {
        background: url('../images/Volare/volareadmin_logo.png');
        background-size: cover;

    }

    .cpro_admin {
        background: url('../images/Volare/c-pro-admin.png');
        height: 2.6rem;
        background-size: cover;
    }

    .bsi_admin {
        background: url('../images/Volare/bsi_admin.png');
        height: 2.6rem;
        background-size: cover;
        width: 16rem;
    }

    .dynamic_logo {
        height: 1.6rem;
        background-size: cover;
        width: 11rem;
    }
}

@media (max-width: 1199.97px) {
    
    .navbar-brand {
        background: url('../images/volareadmin_logo_sml.png');
        /* background-size: cover; */
        background-position: left;
        background-repeat: no-repeat;
        width: 3rem;
        height: 2.5rem;
        /* position: relative; */
    }

}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.profile_batch_all_client #grid-search-result {
    max-height: calc(100vh - 12em) !important;
}

/*Profile Batch virtual row and free space row set to height 0 because scrolling set to standard , virtual row does not exist*/
.profile_batch_all_client .dx-datagrid-rowsview .dx-datagrid-table .dx-freespace-row,
.profile_batch_all_client .dx-datagrid-rowsview .dx-datagrid-table .dx-virtual-row ,
.profile_manager_all_batch .dx-datagrid-rowsview .dx-datagrid-table .dx-freespace-row,
.profile_batch_all_client .dx-datagrid-rowsview .dx-datagrid-table .dx-virtual-row ,
.profile_manager_all_profiles .dx-datagrid-rowsview .dx-datagrid-table .dx-freespace-row,
.profile_batch_all_client .dx-datagrid-rowsview .dx-datagrid-table .dx-virtual-row {
    height : 0 !important;
}

.profile_manager_all_batch #grid-search-result {
    max-height: calc(100vh - 14.5em) !important;
}

.profile_manager_all_profiles #grid-search-result {
    max-height: calc(100vh - 14.5em) !important;
}

.grdLoading {
    position: fixed !important;
    top: auto !important;
    left: auto !important;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.9);
    overflow-x: hidden;
    transition: 0.6s;
    margin-top: 0px;
}

.grdLoading .sk-three-bounce {
    left: 0;
    top: 40% !important;
    width: 100% !important;
}

.sk-three-bounce {
    margin: 40px auto;
    width: 80px;
    text-align: center;
    z-index: 999;
    position: absolute;
    left: 50%;
    top: 150px;
}

.sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*Make dropdown in swal show infront of button*/

.swal2-actions {
    z-index: 0 !important;
}


/*Main Content*/

div#preload {
    display: none;
}

.random-arrow-down-live-call-monitor {
    color: #999;
}

.white-space {
    white-space: normal;
}

.random-arrow-down {
    font-size: 2.2em !important;
    top: 1.4em;
    position: absolute;
    color: #999;
}

.caret-down-container {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    bottom: -1.25rem;
}

.caret-down-container .fa-caret-down {
    font-size: 2.2em !important;
    top: 1.4em;
}

.bg-volareblue {
    background-color: #3498DB;
}

.bg-darkgrey {
    background-color: #999;
}

.color-volareblue {
    color: #428BCA !important;
}

.fs-title {
    font-size: 1.2rem;
}

/* Customized disabled button */

.btn-custom:disabled {
    color: #787c7f;
    background-color: #c5c5c5;
    border-color: #c5c5c5
}

/* .dropdown-toggle::after { // It was hiding the menu arrow icon
    display: none;
} */

.lcm-playButton {
    font-size: 5.4em;
    color: #FFE333;
}

.lcm-stopButton {
    font-size: 5.4em;
    color: #fff;
}

.overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.overflow-ellipsis-select-rows {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-abort {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 4px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.grid {
    height: 750px;
    width: 100%;
}

.lh-2 {
    line-height: 2rem;
}

.lh-25 {
    line-height: 2.5rem;
}

button:disabled {
    cursor: not-allowed;
}

.progress-bar {
    background: -webkit-linear-gradient(left, #3EFFD8, #22ACFF)
}

.btn-group-toggle label.active {
    background-color: #3498DB !important;
    color: #fff !important;
}

.light-gray {
    background-color: #f2f2f2;
}


/* Half of pt-1 */

.pt-p5 {
    padding-top: 0.125rem;
}


/* Overwrite bootstrap-slider  */

.slider.slider-horizontal {
    width: 100%;
}

.slider .tooltip.tooltip-main {
    opacity: 1;
}

.slider .slider-handle {
    top: 3px;
    width: 14px;
    height: 14px;
}

.slider.slider-horizontal .slider-track {
    height: 6px;
    top: 60%
}

.tooltip.top .tooltip-arrow {
    top: 29px;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}


/*Datatables Custom CSS Begin*/

.dataTables_wrapper tr th {
    padding: 0.3rem 0.3rem 0.3rem 0.8rem;
}

.dataTables_wrapper tr td {
    padding: 0.3rem 0.3rem 0.3rem 0.8rem;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    top: 10%;
}


/*.dataTables_wrapper label,*/


/*.dataTables_wrapper th,*/


/*tr,*/


/*.dataTables_info,*/


/*div.dataTables_paginate {*/


/*font-size: 80%;*/


/*}*/

.dx-datagrid-rowsview .dx-selection.dx-row>td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover>td,
.dx-datagrid-rowsview .dx-selection.dx-row>tr>td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover>tr>td {
    background-color: #e6e6e6 !important;
    color: rgba(0, 0, 0, 0.87);
}


/*Datatables Custom CSS End*/


/* Bootstrap Toggle fixes for Bootstrap 4*/

.toggle-off {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.toggle.off {
    border-color: rgba(0, 0, 0, .25);
}

.toggle-handle {
    background-color: white;
    border: thin rgba(0, 0, 0, .25) solid;
}

.toggle-off.btn-sm {
    padding-left: 0.7rem;
}

.toggle-off.btn-xs {
    font-size: 0.7rem;
    padding-top: 0.5rem;
}

.toggle-off-white + .toggle-group .toggle-off {
    background-color: #fff;
    color: #000;
}

.toggle-on.btn-xs,
.toggle-off.btn-xs {
    padding-left: 0.2rem;
    font-size: 0.7rem;
    padding-top: 0.5rem;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}


/* ---------- Predictive Monitor Starts ---------- */

.btn-icon {
    width: calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    padding: 0;
}

.btn-icon-sm {
    width: calc(1.8125rem + 2px);
    height: calc(1.8125rem + 2px);
    padding: 0;
}

.btn-icon .icon {
    transform: translate(0, 10%);
    font-size: 1.2rem;
}

.btn-icon-sm .icon {
    transform: translate(0, 3%);
    font-size: 1rem;
}

.btn-redial {
    width: 5rem;
    /*height: calc(2.25rem + 2px);*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.predMonSettingRow {
    display: flex;
    width: calc(100% /5);
}

.predMonStatusCountBlock {
    width: calc(100% / 9 - 0.35rem);
    margin: 0.35rem;
    border: 1px solid #e3e3e3;
    border-radius: 0.3rem;
    padding: 0.7rem;
}

.predMonStatusCountBlock:first-child {
    margin-left: 0;
}

.predMonStatusCountBlock:last-child {
    margin-right: 0;
}

.predMonStatusCountBlock img {
    width: 2.5vw;
    height: 5vh;
}

#predActiveNum, #predAbortedNum {
    color: black;
    font-weight: 200;
}


/* ---------- Predictive Monitor Ends ---------- */


/* ---------- Search Result Starts ---------- */

#expand_collapse_btn {
    text-transform : capitalize !important;
    font-weight: 500;
    letter-spacing: 0.04em;
    font-size: 14px;
}

#expand_collapse_btn:hover {
    background-color: #ebebeb !important;
}

#reset_state_btn, #expand_collapse_btn {
    margin-top: 1.3rem !important;
    border: 1px solid lightgray !important;
    box-shadow: none !important;
}

.admin_support_reset_btn {
    border: 1px solid lightgray !important;
    box-shadow: none !important;
}

#reset_state_btn span.dx-button-text, #expand_collapse_btn  span.dx-button-text,
.admin_support_reset_btn span.dx-button-text, #expand_collapse_btn_after span.dx-button-text{

    text-transform : capitalize !important;
}
.datagrid-general {
    overflow: auto;
    min-height: 0;
    height: auto;
}

.circled {
    background-color: #dfe8f2;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    font-weight: bold;
}

.inline-label {
    line-height: 25px;
    font-weight: bold;
}


/* Search Result > Predictive */

#block-predictive-contact-type {
    height:inherit; 
    overflow-y: auto;
}

#block-predictive-contact-status {
    height: auto;
}

#block-predictive-record-empty {
    height:inherit; 
}

#block-broadcast-type-toggle {
    height: inherit;
}

#block-predictive-contact-type .draggable-block {
    height: auto;
    overflow-y: auto;
    position: static;
}

.type_of_contact_drag_drop_container .draggable-block {
    height: 18rem;
    overflow-y: auto;
    position: static;
}

#block-predictive-contact-type .draggable-block::-webkit-scrollbar ,
.type_of_contact_drag_drop_container .draggable-block::-webkit-scrollbar {
    width: 0.5rem;
}

#block-predictive-contact-type .draggable-block::-webkit-scrollbar-thumb ,
.type_of_contact_drag_drop_container .draggable-block::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border: 4px solid #babac0;
}

#block-predictive-contact-type .draggable-block::-webkit-scrollbar-thumb:hover ,
.type_of_contact_drag_drop_container .draggable-block::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

#block-predictive-contact-type .draggable-block div ,
.type_of_contact_drag_drop_container .draggable-block div {
    min-height: 2rem;
}

.draggable-block div:not(:first-child) {
    margin-top: 0.5rem;
}

#mdl-predictive-campaign-creation .modal-dialog {
    max-width: 650px;
}

.mdl-campagin-creation-tabnav.active {
    background: white;
    color: #3498DB;
    border-bottom: 10px solid #3498DB;
    cursor: pointer;
}

.mdl-campagin-creation-tabnav {
    background: white;
    color: dimgray;
    border-bottom: 10px solid dimgray;
    cursor: pointer;
}


/* Search Result > Bulk SMS + Bulk Email */

#grid-bulksms-contact-list .dx-pager,
#grid-bulkemail-valid-email .dx-pager {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

#txt-bulksms-template-preview,
#txt-bulkemail-template-preview {
    max-height:  500px;
    overflow-y: auto;
}


/* Search Result > Bulk SMS */

#date-bulksms-schedule input[data-provide=datetimepicker]:disabled, #date-bulkwhatsapp-schedule input[data-provide=datetimepicker]:disabled{
    cursor: not-allowed;
}

/* Search Result > Update Case */

.slider-input .slider .slider-track .slider-track-low {
    background: -webkit-linear-gradient(left, #FFD32A, #FA983A)
}

.slider-input .slider .slider-track .slider-selection {
    background: -webkit-linear-gradient(left, #3EFFD8, #22ACFF)
}

.slider-input .slider .slider-track .slider-track-high {
    background: -webkit-linear-gradient(left, #3498DB, #8854D0);
}


/*check after commit*/

#block-updatecase-mid-range-slider .slider .slider-track .slider-track-low {
    background: -webkit-linear-gradient(left, #FFD32A, #FA983A)
}

#block-updatecase-mid-range-slider .slider .slider-track .slider-selection {
    background: -webkit-linear-gradient(left, #3EFFD8, #22ACFF)
}

#block-updatecase-mid-range-slider .slider .slider-track .slider-track-high {
    background: -webkit-linear-gradient(left, #3498DB, #8854D0);
}


/* ---------- Search Result Ends ---------- */


/* ---------- Live Call Monitoring Begin ---------- */

#CallHistoryAudio audio {
    padding: 0.5em;
}

.cqm-followup-panel-flex-items a:hover {
    color: blue !important;
    text-decoration: underline !important; ;
    cursor: pointer !important;
}

.popover-body {
    padding: 0;
}

.dx-toolbar-after > .vue-button-container {
    text-decoration: none;
    display: inline-block;
    padding-top: 15px;
}

/* ---------- Live Call Monitoring Ends ---------- */


/* --------------- Report Begins --------------- */

#gridContainer div.dx-datagrid[role="grid"] {
    height:auto !important;
}
.rcp-filter-width {
    width: 23em;
}

.campaign_setting {
    max-height: calc(100vh - 30rem);
}

.report_dev_ex {
    height: 500px;
    max-height: calc(100vh - 15rem);
}

.report-header-arrow {
    top: 2.8rem !important;
}

.bg-lightBlue {
    background-color: #dbe9f5;
}

.caseStatusRadLbl {
    font-size: 12px;
    padding-left: 0.25rem !important;
    line-height: 1;
    white-space: nowrap;
}

.report-h2 {
    letter-spacing: 0.05em;
    font-weight: 400;
    opacity: 0.9;
}

.report-img {
    width: calc(100% / 1.5);
    margin: 1rem !important;
}

.lgs-block span {
    opacity: 0.6;
    font-size: 1.2em;
}

.voltooltip {
    position: relative;
    display: inline-block;
    cursor: default !important;
}

.voltooltip span {
    visibility: hidden;
    width: max-content;
    max-width: 300px;
    background-color: #0FB3FF;
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 50%;
    opacity: 0;
    transition: opacity 1s;
    text-align: justify;
}

.voltooltip:hover span {
    visibility: visible;
    opacity: 1;
}

#collectorddl[data-option-mandatory="false"] ~ button, #ddlAutoDialerCampaign[data-option-mandatory="false"] ~ button {
    border: 1px solid #ced4da !important;
}

/* ---------------- Report Ends ---------------- */


/* ---------------- Field Visit Begins ---------------- */

.toppanel-blue {
    background-color: #2686b0;
}

.displayOpt-border-left {
    border-left: 8px solid #428BCA !important;
}

.searchby-icon-size {
    height: 1.5em;
    width: 1.5em;
}

#fv-history-request-gridresult {
    max-height : calc(100vh - 20rem) !important;
}

.actions-btn  {
    white-space: normal;
}


/* ---------------- Field Visit Ends ---------------- */


/* ---------------- Profile Batch Begin ---------------- */

.profilemanager .dx-toolbar .dx-toolbar-items-container {
    height: 50px !important;
}

.profilemanager .dx-datagrid-header-panel {
    padding-left: 0;
}

.createprofile-numbering1 {
    font-size: 6em;
    font-style: bold;
}

.createprofile-numbering2 {
    font-size: 4em;
    font-style: bold;
}

.bg-lightgrey {
    background-color: #e2e2e2;
}

.h-6 {
    height: 6em;
}

.l-0 {
    left: 0;
}

.b-0 {
    bottom: 0;
}

.r-0 {
    right: 0;
}

.bg-deepdarkgrey {
    bottom:2rem;
    background-color: #666666;
    width: calc(100vw - 18.1em);
    z-index: 1;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.mapping-nav a {
    color: black !important;
}

#mappingBody tr:hover {
    background-color: #fff491;
}


/* ---------------- Profile Batch End ---------------- */


/* ---------------- Advanced Search Begin ---------------- */

#bulk_sms_custom_merge_tag_container, #rl_custom_merge_tag_container {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 31rem);
}

#rl_custom_merge_tag_container {
    overflow:visible;
    max-height: calc(100vh - 12rem);
}

.sms_option_column > div:nth-child(odd) {background: #f8f9fa!important;}
.sms_option_column > div:nth-child(even) {background: #fff;}

.cell_phone_no_option_column > div:nth-child(odd) {background: #f8f9fa!important;}
.cell_phone_no_option_column > div:nth-child(even) {background: #fff;}

.draggable-container{
    max-height: 20rem;
    overflow-x:auto;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.options_width {
    width: 82px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
}

.box1rightselect .filter-option.form-control {
    background-color: #e9ecef;
}

.box1rightselect .bootstrap-select button {
    position: initial !important;
}

.reset[readonly][disabled] {
    background-color: #e9ecef;
}

.reset[readonly] {
    background-color: #fff;
}

.admin-grey-pills {
    background-color: #f2f2f2;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    border-radius: 0.25rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
}

.admin-grey-pills:hover , .admin-grey-pills svg:hover{
    background-color:#007bff;
    color: #fff;
}

.admin-grey-pills button {
    border: none;
    background-color: transparent;
    color: #aeadad;
}
.date-range-font-size {
    font-size: 0.8rem;
}
/*To override bootstrap select default dropdown style*/

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#adv-search-conf-automation-btn {
    align-self: center!important;
    margin-right: 1rem!important;
    background-color: #fff;
}

/* automation edit overlay */
.automation-edit-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.automation-edit-overlay > p {
    color: #fff;
}

.edit_automation_rules_list {
    height :calc(100vh - 18rem);
}

.edit_automation_rules_list ul{
    height: inherit; overflow: auto; position : static;
}

.primary-button-bg-white {
    align-self: center!important;
    margin-right: 1rem!important;
    background-color: #fff;
}

#adv-search-conf-automation-btn:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.text-bulkemail {
    color: #5b4cab;
}

.text-bulksms {
    color: #e67e22;
}

.automation-select-rule button .filter-option-inner-inner *:not(:last-child) {
    display: none;
}

.automation-select-rule .dropdown-menu .inner ul li a span.text {
    width: 100%;
    margin-right: 2rem;
}

.automation-select-rule .dropdown-menu li a span.text * {
    padding-right: 0.2em;
}

.counterbar {
    float: left;
    width: 2.9rem;
    height: 2rem;
    padding: 0;
    font-size: 0.9em;
    text-align: center;
    color: #000000;
    border: 1px #ced4da solid;
    border-left: none;
    border-right: none;
    background-color: #ffffff;
    outline: none;
}

span.spinner {
    height: 2rem;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

span.spinner>.sub,
span.spinner>.add {
    float: left;
    display: block;
    width: 1rem;
    height: 2rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.8rem;
    color: #f2f2f2;
    background-color: #ffffff;
    border: 1px #ced4da solid;
    border-right: none;
    border-radius: 15% 0 0 15%;
    cursor: pointer;
    transition: 0.1s linear;
    -o-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
}

span.spinner>.add {
    top: 0;
    margin-right: 0.5em;
    border: 1px #ced4da solid;
    border-left: none;
    border-radius: 0 15% 15% 0;
}

span.spinner>.sub:hover,
span.spinner>.add:hover {
    background: #ffffff;
    color: #999999;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.text-unsaved {
    color: var(--main-bg-color-unsaved);
}

.bg-unsaved {
    background-color: var(--main-bg-color-unsaved);
}

.automation_edit_priority_section li {
    padding-left: 1rem!important;
}

.automation_clickable_item li.active_rule {
    background-color: #3498DB;
    color: #fff;
    border-right: 0;
}

.automation_clickable_item .list-group-item.active_rule:first-child,
.automation_clickable_item .list-group-item.active_rule:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.automation_edit_priority_section li.active_rule::before {
    color: #fff !important;
}

.automation_edit_priority_section li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f58e \200A \f338";
    display: inline-block;
    padding-right: 3px;
    font-weight: 900;
    color: lightslategray;
}

li.drop-placeholder::before {
    content: "" !important;
}

li.drop-placeholder {
    background-color: #eff1f2;
    height: 3.5em;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.2em;
}

.automation_conf_edit_section div {
    border-radius: 0.2em;
}

#automation_conf_edit_deactivate_btn {
    background-color: #fff;
}

#automation_conf_edit_deactivate_btn:hover {
    background-color: #dc3545;
}

#automation_conf_edit_activate_btn {
    background-color: #fff;
}

#automation_conf_edit_activate_btn:hover {
    background-color: #28a745;
}

.text_automation_reminder {
    color: rgb(172, 123, 62);
    ;
}

.automation_status_icon:before {
    content: " ";
    border-radius: 1em;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    background-color: lightgray;
    margin-right: 0.5em;
    background-color: #66ee3b;
    border-color: #66ee3b;
    color: #fff;
}

.custom-control-label::before {
    background-color: #fff;
    border: #adb5bd solid 1px;    
}

/* ---------------- Advanced Search End ---------------- */

#searchbylegal {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, fit-content(100%) 1fr);
    box-sizing: border-box;
    padding: 0.6em 1em 0 1.5em;
}

.searchbylegal_row3 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 3;
}

.searchbylegal_row3_1 {
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 3;
}

.searchbylegal_row4 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 4;
    padding: 0.6em 1em 0.6em 2em;
    margin-top: .5rem;
    margin-left: 1.5rem;
}

.searchbylegal_row4_1 {
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 4;
}

.searchbylegal_row5 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 5;
    padding: 0.6em 1em 0.6em 2em;
    margin-top: .5rem;
    margin-left: 1.5rem;
}

.searchbylegal_row5_1 {
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 5;
}

.searchbylegal_row6 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 6;
    grid-row-end: 6;
    padding: 0.6em 1em 0.6em 2em;
    margin-top: .5rem;
    margin-left: 1.5rem;
}

.searchbylegal_row6_1 {
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 6;
}

#searchbylegal>div {
    padding: 0 0.6em;
}

/*#grid-search-result .dx-datagrid-filter-panel {*/
    /*display:none !important;*/
/*}*/
.cornerMenuClicked {
    color: #000000 !important;
}

/* ---------------- Advanced Search End ---------------- */


/* ---------------- Notifier Begin ---------------- */

.border-radius-1em {
    border-radius: 1em;
}

.bulk-notifier-counter {
    float: right;
    position: absolute;
    right: 1em;
}

#bulk-notifier-section {
    position: fixed;
    bottom: 0;
    right: 1em;
    z-index: 1200;
}

#bulk-notifier-section .card-body {
    max-height: 19em;
    overflow-y: auto;
}

#bulk-notifier-section div.card {
    width: 500px;
    float: right;
}

#bulk-notifier-section button {
    font-size: 1em;
}

#bulk-notifier-inprogress>div[id*="bulkcontent_"]:last-child {
    border-bottom: 1px solid lightgrey;
}

#notifier-viewlist {
    border-left: 1px solid lightgrey;
    border-radius: 0;
}

#bulk-completed-content_ button {
    padding: 0;
}

.close-bulk-notifier-inner-tooltip {
    position: relative;
    right: 2.25rem;
    white-space: nowrap;
    display: inline-block;
    padding: 0.5rem;
    max-width: 100%;
}


/* ---------------- Notifier End ---------------- */


/* ---------------- History Section Begin ---------------- */

.bg-card-footer-history {
    background-color: #666666;
}

div#sms-history-gridresult {
    max-height: calc(100vh - 28em);
}

div#letter-email-history-gridresult {
    max-height: calc(100vh - 28em);
}


/* ---------------- History Section End ------------------ */


/* ---------------- Import Payment Begin ---------------- */

.payment-mapping-grid {
    display: grid;
    grid-template-columns: repeat(3, fit-content(100%) 1fr);
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
}

.payment-mapping-grid>div {
    padding: 0 0.6em;
}

.importpayment .dashed-border {
    height: calc(100vh - 285px) !important;
}

.importcontactt .dashed-border {
    height: calc(100vh - 220px) !important;
}

.importremark .dashed-border {
    height: calc(100vh - 265px) !important;
}

.fs-1em {
    font-size: 1em;
}

.fs-1em label {
    font-size: 1em;
}


/* ---------------- Import Payment End ------------------ */


/* ---------------- Dashboard CSS Start -------------- */

@media (min-width: 576px) {
    .num-font-size {
        font-size: calc(100vw / 30) !important;
    }
}

@media (min-width: 768px) {
    .num-font-size {
        font-size: calc(100vw / 50) !important;
    }
}

@media (min-width: 1080px) {
    .num-font-size {
        font-size: calc(100vw / 40) !important;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .num-font-size {
        font-size: calc(100vw / 55) !important;
    }
}

#ddlClient {
    overflow-y: auto;
    max-height: 500px;
}

#btnDropdowntoggle {
    overflow-x: hidden;
}

.chart {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

canvas {
    height: 100%;
}

.dashboard_main {
    background-color: #bbbbbb;
}

.custom_1 {
    width: 150px !important;
    height: 30px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.dashboard-legend {
    display: flex;
}

.dashboard-legend>li::before {
    content: ' ';
    width: 30px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -0.2rem;
}

.legend-chart_1::before {
    background-color: #ff9124;
}

.legend-chart_2::before {
    background-color: #4bc0c0;
}

.legend-chart_3::before {
    background-color: #059bff;
    margin-top: 2px;
}

.legend-chart_4::before {
    background-color: #27ae60;
}

.legend-chart_5::before {
    background-color: rgba(255, 99, 132, 0.4);
    border: 2px solid rgb(255, 99, 132);
}

.label-grey {
    font-size: 12px;
}

.pink {
    color: #ff6384;
}

.longest_call {
    font-size: 20px;
}

.green {
    color: #2ecc71;
}


/* Font for the COllection Performance col-2 */

.collectors {
    font-size: 15px;
    text-transform: uppercase;
}


/* Custom button width */

.custom {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 150px !important;
    height: 34px !important;
}

.dropdown-menu_1>a:hover {
    background: #059bff;
    color: #fff;
}


/* .fas {
    font-size: 35px;
    cursor: pointer;
} */

.calendar {
    width: 230px !important;
    height: 30px !important;
    cursor: pointer;
}

.chart-Container {
    position: relative;
}

.info-Container {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -34%);
}

.configure-header {
    background-color: #3498DB;
    color: #ffffff;
}

.totallogin_labels-text {
    font-size: 0.9rem;
    margin-bottom: -0.4rem;
    color: #999;
}

.totallogin_labels-number {
    font-size: 2rem;
    color: #333;
}

.totallogin_labels-collectors {
    margin-top: -0.3rem;
    color: #999;
}

.mt-negative {
    margin-top: -0.2rem;
    font-size: 0.7rem;
}

.num-font-size {
    font-size: calc(100vw / 35);
    font-weight: 500;
}

.call-font-size {
    font-size: calc(100vw / 90);
    font-weight: 500;
}

.call-num-font-size {
    font-size: calc(100vw / 50);
    font-weight: 500;
}

.calls-font {
    font-size: 0.7rem;
    color: #999;
}

.main-section {
    margin-bottom: 7rem;
}

.tip {
    cursor: pointer;
    text-decoration: none;
}

.truncate {
    width: 46%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* --------------- Date Range Picker Start ------------  */


/******************************
    CUSTOM DATERANGEPICKER                         
  ******************************/


/* HIDE CALENDAR BUTTONS */

.drp-buttons {
    display: none !important;
}

.drp-buttons.force-show {
    display: block !important;
}

.custom-apply-btn {
    display: none !important;
}


.daterangepicker:before {
    display: none;
}

.daterangepicker:after {
    display: none;
}

.daterangepicker .drp-calendar.right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 10px 10px 10px 0;
}

.daterangepicker .drp-calendar.left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 10px 0 10px 10px;
}

.daterangepicker td.start-date {
    border-radius: 2px 0 0 2px;
}

.daterangepicker td.end-date {
    border-radius: 0 2px 2px 0;
}

.daterangepicker td.start-date.end-date {
    border-radius: 2px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #1f364f;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    height: 29px;
}

.daterangepicker.ltr {
    margin-top: 2px;
}


/* --------------- Date Range Picker End------------  */


/* Media queries */

@media (min-width: 1080px) {
    .call-num-font-size {
        font-size: calc(100vw / 45);
        font-weight: 500;
    }
}

.grdNoData {
    position: absolute !important;
    /*top: auto !important;*/
    /*left: auto !important;*/
    height: 100%;
    width: 100%;
    z-index: 4;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.7);
    overflow-x: hidden;
    transition: 0.6s;
    margin-top: 0px;
    text-align: center;
    line-height: 90px;
}

.grdNoData h4 {
    text-align: center;
    line-height: 90px;
    margin-top: 150px;
}

/* .bottom-button-footer {
    background-color: #666666;
    bottom: 0;
    left: 0;
    padding: .5rem!important;
    width: 100%!important;
    position: fixed!important;
    z-index: 1;
} */

.other-mapping-grid {
    row-gap: 0.5em;
}

.others-mapping {
    margin-bottom: 8em;
}

.mapping-mb {
    margin-bottom: 4em;
}

.progress-label-loading {
    position: static !important;
    margin: 0 !important;
    width: max-content !important;
}

.center-block .sk-three-bounce div {
    width: 0.3em;
    height: 0.3em;
}

@media (max-width: 1366px) {
    .truncate {
        width: 46%;
    }
    .truncate .tip {
        float: none !important;
    }
}
/* ---------------- Collection Dashboard Start ---------------- */

#PTPSummaryHeader, #PTPSummaryFooter {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    color: white;
}

#dashboardTabsContainer > div.active {
    border-bottom: 2px solid #FFDD15;
}

#dashboardTabsContainer > div {
    border-bottom: 2px solid #F2F2F2;
}

div.datarow:hover{
    background-color: #C8DCF2;
}

div.datarow.active > div:nth-child(n+2) div.blue-pill {
    background-color: #2ba5f7;
    color: white !important;
    border-radius: 30px;
    box-shadow: 2px 4px 5px #b8b8b8;
}

div.datarow.active {
    box-shadow: 0px 5px 7px #b8b8b8;
    background-color: #FBF4CB;
    border: solid 2px #F8D63F
}

.datarow{
    background-color:#f8f9fa;
    border-radius: 15px;
    color: black;
    box-shadow: none;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.custom-col-1{
    flex: 0 0 4.96%;
    max-width: 4.96%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-col-2{
    flex: 0 0 10.56%;
    max-width: 10.56%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.enhanced-custom-col-1{
    flex: 0 0 4%;
    max-width: 4%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.enhanced-custom-col-2{
    flex: 0 0 8.6%;
    max-width: 8.6%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.enhanced-custom-col-3 {
    flex: 0 0 5%;
    max-width: 5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.enhanced-custom-col-4 {
    flex: 0 0 13.6%;
    max-width: 13.6%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-sub-row {
    font-size: 70%;
    height: 16px;
}

.custom-sub-row span {
    display: inline-block;
    height: 100%;
}

#PTPSummaryHeader {
    cursor: pointer;
    font-size: 110%;
}

#PTPSummaryBody div.datarow div:nth-child(n+3){
    text-align: right;
}

#PTPSummaryFooter div:nth-child(n+3){
    text-align: right;
}

@media (min-height:901px) and (max-height: 1000px){
    #PTPSummaryBody{
        height: 575px;
    }
}

@media (min-height:701px) and (max-height: 900px){
    #PTPSummaryBody{
        height: 475px;
    }
}

@media (min-height:600px) and (max-height: 700px){
    #PTPSummaryBody{
        height: 325px;
    }
}

@media (min-height:500px) and (max-height: 601px){
    #PTPSummaryBody{
        height: 275px;
    }
}

@media (min-height:400px) and (max-height: 501px){
    #PTPSummaryBody{
        height: 225px;
    }
}

/* Ascending sort icon: Arrow Up */
#PTPSummaryHeader div[value="1"].active span{
    background-image: url('../images/CollectionDashboard/arrow-down-white.svg');
    background-repeat: no-repeat;
}

#PTPSummaryHeader div[value="0"].active span{
    background-image: url('../images/CollectionDashboard/arrow-up-white.svg');
    background-repeat: no-repeat;
}

#lastUpdate ~ div img{
    background-image: url('../images/CollectionDashboard/orange-circle.svg');
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
    padding-left: 1rem;
}

#lastUpdate ~ div ~ div img{
    background-image: url('../images/CollectionDashboard/blue-circle.svg');
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
    padding-left: 1rem;
}

#PTPSummaryBody div.datarow:not(.active):hover div.blue-pill{
    background-color: white;
}

.collection-dashboard-tooltip {
    position: relative;
    display: inline-block;
}

.collection-dashboard-tooltip span {
    visibility: hidden;
    width: max-content;
    background-color: #0FB3FF;
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    bottom: 100%;
    opacity: 0;
    transition: opacity 1s;
    text-align: justify;
}

.collection-dashboard-tooltip:hover span {
    visibility: visible;
    opacity: 1;
}
/* ---------------- Collection Dashboard End ---------------- */

/* ---------------- Dashboard CSS End -------------- */


/* ---------------- CQM Evaluation Form CSS Begin -------------- */

#question_start {
    overflow: auto;
    max-height: calc(47.619vh);
}

.cqm-followup-panel-flex-container {
    display: flex;
    flex-wrap: wrap;
}

/*.cqm-followup-panel-flex-items {*/
    /*flex: 1 0 50%;*/
    /*box-sizing: border-box;*/
    /*color: #171e42;*/
    /*padding: 10px;*/
/*}*/

.cqm-followup-panel-flex-container>div:last-child {
    flex: 1 1 100%!important;
}

.bg-cqm-header {
    background-color: rgba(51, 153, 0, 1);
}

.cqm-section-inner-panel {
    border-radius: 0.3em;
    background-color: #f8f9fa;
}

.cqm-grid {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.cqm-grid .items {
    flex: 1 0 25%;
    box-sizing: border-box;
    color: #171e42;
    padding: 10px;
    border: 0.5px solid lightgrey;
}

.cqm-evaluation-form-audio-download {
    background-color: #f1f3f4 !important;
    color: black !important;
}


/* ---------------- CQM Evaluation Form CSS Ends -------------- */


/* ---------------- Custom Checkbox CSS Begin -------------- */

.rounded-checkbox {
    width: 3em;
    height: 3em;
    position: relative;
    margin: 0.5em auto;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.rounded-checkbox label {
    width: 3em;
    height: 3em;
    position: absolute;
    top: -1px;
    left: -1px;
    cursor: pointer;
    background: #e9e9e9;
    border-radius: 50%;
    border: 2px solid transparent;
}

.rounded-checkbox label:after {
    /*the tick*/
    content: '';
    width: 1.2em;
    height: 0.5em;
    position: absolute;
    top: 0.8em;
    left: 0.5em;
    border: 0.5em solid darkgrey;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: .5;
    box-sizing: content-box;
}

.rounded-checkbox label:hover::after {
    opacity: 1;
    content: '';
    width: 1.2em;
    height: 0.5em;
    position: absolute;
    top: 0.7em;
    left: 0.5em;
    border: 0.4em solid orange;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
}

.rounded-checkbox:hover,
.rounded-checkbox label:hover {
    background: #e9e9e9;
    opacity: 1;
    border-radius: 50% !important;
}

.rounded-checkbox input[type=checkbox] {
    visibility: hidden;
}

.rounded-checkbox input[type=checkbox]:checked+label:after,
.rounded-checkbox input[type=checkbox]:checked+label {
    opacity: 1;
    background: #e9e9e9;
}

.rounded-checkbox input[type=checkbox]:checked+label:after {
    content: '';
    width: 1.2em;
    height: 0.5em;
    position: absolute;
    top: 0.7em;
    left: 0.5em;
    border: 0.4em solid orange;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
}


/* ---------------- Custom Checkbox CSS End -------------- */


/* ---------------- Template Manager CSS Begin -------------- */

.callscript-grid {
    display: grid;
    grid-template-columns: repeat(2, fit-content(100%) 1fr);
    box-sizing: border-box;
    width: 100%;
    padding: 1em 1em 0 1em;
}

.callscript-grid>div {
    padding: 0.6em 1.5em;
    margin-bottom: 1em;
}

.callscript-grid>div:nth-child(even) {
    padding: 0;
}

.activetab-list-wrapper {
    list-style: none;
    padding-left: 0;
}

.template-list-item {
    padding: 1em 1.5em;
}

.template-list-item:hover {
    background-color: #e8e8e8;
}

.template-list-item.active {
    background-color: #e8e8e8;
}

.template-list-item[disabled] {
    color: lightgray;
}

.template-list-item[disabled]:hover {
    background-color: #fff;
    cursor: not-allowed;
}

.template-list-item[disabled] img {
    opacity: 0.5;
}

.reportdatetime-container {
    position: relative;
    width: 100%;
}

.reportdatetime-container svg {
    position: absolute;
    font-size: 1.2rem;
    top: 8px;
    left: 24px;
    color: #3498DB;
}

.reportdatetime-container input {
    padding-left: 2rem !important;
    font-size: 0.8rem;
}

.template-manager-truncate-fields {
    width: 20vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.max-width-55em {
    max-width: 55em !important;
}

#letter_template_editor_section+.tox-tinymce,
#letter_template_header_editor_section+.tox-tinymce,
#letter_template_footer_editor_section+.tox-tinymce {
    height: calc(100vh - 25em);
    overflow: auto;
    resize : vertical;
}

#letter_template_content_preview_section_container,
#letter_template_header_preview_section_container,
#letter_template_footer_preview_section_container {
    padding: 30px !important;
}

#letter_template_content_preview_section,
#letter_template_header_preview_section,
#letter_template_footer_preview_section {
    overflow: auto;
    resize : vertical;

    width: 100% !important;
    /*max-width: 610px !important;*/
    margin: 0 auto !important;
}

#letter_template_content_preview_section > p,
#letter_template_header_preview_section > p,
#letter_template_footer_preview_section > p {
    margin: 16px 0px;
}

.tox .tox-statusbar a {
    color: rgba(34,47,62,.7);
    text-decoration: none;
    display: none;
}

#email_template_editor_section+.tox-tinymce {
    height: calc(100vh - 23rem) !important;
    overflow: auto;
    resize: vertical;
}

#email_template_content_preview_section {
   /* min-height: calc(100vh - 30rem);*/
    overflow: auto;
    resize: vertical;
}
.tox .tox-statusbar__path {
    display: none !important;
    flex: 1 1 auto;
    margin-right: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#call_script_template_content_preview_section {
    /* min-height: calc(100vh - 30rem);*/
     overflow: auto;
     resize: vertical;
 }
 #call_script_template_editor_section+.tox-tinymce {
    height: calc(100vh - 24rem) !important;
    overflow: auto;
    resize: vertical;
}
/* ---------------- Template Manager CSS End -------------- */


/*----------------- Language Selector Begin --------------- */

.language-selector .dropdown-toggle::after {
    display: none;
}

.language-selector .dropdown-menu>li a {
    padding: 0.3rem 1rem;
}

.language-selector .dropdown-menu .dropdown-item span {
    padding-left: 1rem;
}

.language-selector.open>.dropdown-toggle {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.language-selector.open>.dropdown-toggle {
    background: #f5f5f6;
}

.language-selector img {
    width: 16px;
}


/*----------------- Language Selector Ends --------------- */


/* ---------------- Notification & Escalation CSS Begin -------------- */

#notification-dropdown-menu {
    width: 30rem;
    font-size: 0.9rem;
}

#notification-dropdown-menu .notification-item:nth-child(n+8) {
   display:none;
}

.escalation-time,
.escalation-lbl {
    color: #888282;
    font-size: 0.9rem;
}

.notification-bell .svg-inline--fa {
    position: relative;
}

.notification-bell a span.badge {
    display: flex;
    position: absolute;
    right: 1px;
    top: 2px;
    font-weight: lighter;
}

.notification-bell .dropdown-toggle::after {
    display: none
}

.notification-item {
    white-space: normal;
}

.empty-notification {
    text-transform: capitalize;
    text-align: center;
    color: #8a8686;
}

.notification-bell .notification-item {
    border-bottom: 1px solid #b6b4b4;
}

.notification-bell .notification-item:hover {
    background-color: #f8f9fa;
}

.notification-bell .notification-item.notification-unread:hover {
    background-color: #c5eeea !important;
}

.notification-bell .notification-item:active {
    background-color: #007bff;
}

.notification-bell .notification-item svg {
    top: 0.1rem;
    margin-right: 0.5rem;
    float: left;
}

.notification-bell .dropdown-divider {
    margin: 0;
}

.notification-item {
    white-space: normal;
}

#notification-list .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #c7c5c5;
    color: #000;
}

.ptp_keyword_fields span.spinner>.sub,
.callback_keyword_fields span.spinner>.sub,
.ptp_keyword_fields span.spinner>.add,
.callback_keyword_fields span.spinner>.add
{
    height: 2.3rem;
    line-height: 2rem;
}

.ptp_keyword_fields .counterbar,
.callback_keyword_fields .counterbar {
    height: 2.3rem;
}

#letter_template_validity_parameter{
    width: 8rem;
}

#email_template_validity_parameter{
    width: 8rem;
}

table #header1 {
    width:50%;
}

.dx-datagrid-rowsview .dx-select-checkboxes-hidden .dx-select-checkbox {
    display: block!important;
}

.lh-3 {
    line-height: 3rem;
}

.bulk-email-template-label{
    height:3rem;
}

.scrollable-y-div {
    margin-right: 15px;
    overflow-y: auto;
    height: calc(100vh - 5.0rem);
    /*max-height: calc(100vh - 3.5rem);*/
}

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

/* ---------------- Template Manager CSS End -------------- */


/* ---------------- Notification & Escalation CSS End -------------- */


/* ---------------- Custom DevExtreme CSS Start -------------- */

.dx-scrollable-scroll-content {  
    background-color: #03A9F4 !important; 
    border-radius: 0.5rem;
}

.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td {
    padding-right: 8px;
    padding-left: 8px;
}

/* ---------------- Custom DevExtreme CSS End -------------- */

#inputName::placeholder { /* Recent browsers */
    text-transform: none;
}

#inputName::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

#adv_search_predictive_assign_by label {
    font-size: 13px;
}


/* ---------------- Internal Message CSS Begin-------------- */

.badge-in-view {
    font-weight:400;
    font-size:x-small;
    position: relative;
    bottom: 0.5rem;
}

.badge-pill-label.active {
    color:#000 !important;
}

.badge-pill-label{
    font-size:initial;
}

.unread_msg_row {
    font-weight: 700 !important ;
    background-color : #eef4f8 !important;
}

.btn-outline-danger.bg-white:hover {
    color:white !important;
    background-color : #dc3545 !important;
}

.btn-outline-primary.bg-white:hover {
    color:white !important;
    background-color :#007bff !important;
}

.btn-outline-success.bg-white:hover {
    color:white !important;
    background-color : #28a745 !important;
}

@keyframes fa-blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 0; }
}
.icon-blink {
  -webkit-animation: fa-blink .75s linear infinite;
  -moz-animation: fa-blink .75s linear infinite;
  -ms-animation: fa-blink .75s linear infinite;
  -o-animation: fa-blink .75s linear infinite;
  animation: fa-blink .75s linear infinite;
}

#composeMessageModal .modal-dialog,
#previewMessageModal .modal-dialog{
    max-width: 60rem !important;
}

#previewMessageModal .card-body{
    background-color: rgba(0,0,0,.03) !important;
}

.opacity-65 {
    opacity : .65 !important;
}

/* ---------------- Internal Message CSS End-------------- */


/* ---------------- CQM Template CSS Begin -------------- */
#cqm_maintenance_datagrid_wrapper .dx-toolbar .dx-toolbar-items-container{
    height:50px !important;
}

#nav_cqm_template[role="tablist"] a[aria-selected="false"] {
    background-color : #f1f1f1 !important;
    color : #000 !important;
}

#nav_cqm_template[role="tablist"] a:hover {
    background-color :#cfcfcf !important;
    color : #000 !important;
    cursor : pointer;
}

[data-wrapper="wrapper-section10"] .items:nth-child(5){
    border-right: 0 !important;
}

[data-wrapper="wrapper-section10"] .items:nth-child(6){
    border-left: 0 !important;
}

#cqm_maintenance_datagrid_wrapper {
    max-height: calc(100vh - 12rem);
}

#admin_support_export_button {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
}

#admin_support_export_button:after {
    content: none;
}

/* spinner begin */
.cqm-spinner {
    display: inline-block;
    position: relative;
    width: 31px;
    height: 8px;
    }
.cqm-spinner div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #908181;
    border-radius: 50%;
    animation: cqm-spinner 1.2s linear infinite;
}
.cqm-spinner div:nth-child(1) {
    animation-delay: 0s;
    top: 11px;
    left: 7px;
}
.cqm-spinner div:nth-child(2) {
    animation-delay: -0.2s;
    top: 7px;
    left: 16px;
}
.cqm-spinner div:nth-child(3) {
    animation-delay: -0.4s;
    top: -3px;
    left: 16px;
}
.cqm-spinner div:nth-child(4) {
    animation-delay: -0.6s;
    top: -8px;
    left: 7px;
}
.cqm-spinner div:nth-child(5) {
    animation-delay: -0.8s;
    top: -3px;
    left: -2px;
}
.cqm-spinner div:nth-child(6) {
    animation-delay: -1s;
    top: 6px;
    left: -2px;
}
@keyframes cqm-spinner {
    0%, 20%, 80%, 100% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1.3);
    }
}

/* spinner end */

/* ---------------- CQM Template CSS End -------------- */

/* -------------------------------------------------------- */
.swal2-container{
    z-index: 999999999 !important;
}

.tox-collection__group div[title="Fonts"] {
    display: none !important;
}

#incentive_grading_maintenance_datagrid {
    max-height : calc(100vh - 8rem);
}

#portfolio_unit_management_portfolio_datagrid {
    max-height: calc(100vh - 15rem);
}

#portfolio_unit_management_userlist_datagrid {
    max-height: calc(100vh - 10rem);
}

#incentive_result_profile_manager_datagrid {
    max-height: calc(100vh - 10rem);
}

#upload_portfolio_hisroty_datagrid {
    max-height: calc(100vh - 10rem);
}

.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-command-select, .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-cell-modified:not(.dx-field-item-content).dx-command-select, .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-invalid:not(.dx-field-item-content).dx-command-select {
    background-color: white;
}

@media only screen and (max-width: 1024px) {

    .main-div {
        max-width:  calc(100vw - 20rem);
        padding: 4rem 3rem;
    }
}

@media only screen and (max-width: 700px) {
    .main-div {
        max-width: 100%;
        padding: 4rem 3rem;
    }
}

#notification-dx-list .dx-list-item-content {
    padding: 0px;
}
#notification-dx-list .dx-list-item-content:before {
    content: "";
}
#notification-date {
    margin-left: auto;
}

#portfolio_unit_management_userlist_datagrid tbody[role="presentation"] {
    counter-reset: section;
    list-style-type: none;
}

#portfolio_unit_management_userlist_datagrid .dx-datagrid-header-panel{
    padding-right : 0;
}

#payout_metric_setting_datagrid .dx-row.dx-data-row.dx-row-lines.dx-selection[aria-selected="true"] button.datagrid_edit_btn,
#payout_metric_setting_datagrid .dx-row.dx-data-row.dx-row-lines.dx-selection[aria-selected="true"] button.datagrid_delete_btn {
    background-color : #e6e6e6 !important;
}

#payout_metric_setting_datagrid {
    max-height: calc(100vh - 13rem);
}

#payout_metric_setting_datagrid tbody[role="presentation"] {
    counter-reset: section;
    list-style-type: none;
}

#payout_metric_setting_datagrid .dx-row.dx-data-row.dx-row-lines .row_count::before {
    counter-increment: section;
    content: counters(section,".") " ";
}

#akpk_datagrid ,#restructure_reschedule_datagrid {
     max-height : calc(100vh - 14rem);
 }

#reportControlDiv .bootstrap-select.is-invalid button.dropdown-toggle {
    border:1px solid red;
}

.remarks-select-template .dropdown-menu {
    max-height: calc(100vh - 22em);
}

#client div.dropdown button.dropdown-toggle {
    border: 1px solid red;
}

.search_string_search_btn{
    border :1px solid lightgrey;
    background-color:#fff;
}

.search_string_search_btn svg {
    color: #aaaaaa;
}


.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 2.4rem;
    left: 0;
    right: 0;
    text-align: left;
    width: 55.3rem;
    margin: auto;
    border-bottom:1px solid lightgrey;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    /*border-bottom: 1px solid #d4d4d4;*/
    font-size: 14px;
}

/*when hovering an item:*/

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

#adv_search_search_string {
    /*border-right:0;*/
    /*border-top-right-radius: 0;*/
    /*border-bottom-right-radius: 0;*/
}

.volare-bookmark-icon{
    /*position:relative;*/
    border-right:0;
    border-left:0;
    background-color:#fff;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}

.volare-remove-bookmark-icon {
    border-left:0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    background-color:#fff;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
}

.volare-bookmark-icon ,.volare-remove-bookmark-icon{
    display:none;
}

.volare-bookmark-icon svg:hover ,
.volare-remove-bookmark-icon svg:hover ,
.autocomplete-remove-item-btn:hover{
    cursor : pointer;
}

.autocomplete-remove-item-btn {
    background: #fff;
    border: 0;
}

.bookmark-restrict.tooltip {
    left : 25px !important;
}

.bookmark-restrict.tooltip-inner {
    text-align: left;
    border-radius: 6px;
    background: #D9001B;
    font-size: 12px;
    padding: 10px;
    line-height: initial;
}

[name="adv_search_search_string"]{
    resize: vertical;
    min-height: 38px;
}

.search-history-items.hover .search-history-items-container,
.search-history-items.hover .autocomplete-remove-item-btn{
    background-color: #e9e9e9;
}

#mdl-bulkemail-preview-template .modal-dialog {
    max-width: calc(100vw - 25rem) !important;
}

.individual-import-categorization-wrapper>div {
    padding: 0 0.6em;
}

.individual-import-categorization-wrapper {
    display: grid;
    box-sizing: border-box;
    width: 100%;
    padding: 1em 0;
    row-gap: 0.5em;
    margin-bottom:1rem;
}

.report-action-container, .advance-search-nav {
    display:table-cell;
    vertical-align: middle;
}

#gridContainer.report_dev_ex .report-action-container #vue_export_container {
    display: inline-block !important;
}

#gridContainer.report_dev_ex .report-action-container #vue_export_container.hide {
    display: none !important;
}

.ad_search_nav_first, .ad_search_nav_previous, .ad_search_nav_next, .ad_search_nav_last {
    width: 2rem;
    background-color: #FFFFFF;
    border: 1px solid #ced4da;
    font-weight: bold;
}

#composeMessageModal .dropdown-menu.show {
    top: 100% !important;
    transform: none !important;
}

#cbs-filter-toggle{
    background-color: transparent;
    border: none;
    color: #59a2da;
    text-decoration: underline;
}

#cbs-additional-filters {
    max-height : 46px;
}

/* 2-factor authentication start */
.two-factor-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
}

.two-factor-wrapper > .key {
    padding-left: 10px;
}

.two-factor-wrapper > .key > p {
    margin-bottom: 0;
}

.qr-code {
    width: 6.2vw;
    min-width: 85px;
    min-height: 85px;
}

.qr-code svg {
    width: 100%;
    height: auto;
}

.otp-error-message {
    font-size: 10.4px;
    color: #dc3545;
    margin-bottom: 1rem;
}

#twoFactorAuthentication {
    margin-top: 4rem;
}

#twoFactorAuthentication > h5,
#twoFactorAuthentication > p {
    color: #555555;
}

#twoFactorAuthentication > h5 {
    font-size: 13px;
    font-weight: 700;
}

#twoFactorAuthentication > p {
    font-size: 12px;
}

#admin_version {
    font-size: 13px;
}
/* 2-factor authentication end */

.sca-table td{
    padding: 0.2rem !important;
}

.sca-table tr td:first-child{
    padding: 0.2rem 0.5rem !important;
}

.sca-table tr td:nth-child(3){
    padding: 0.2rem 0.5rem 0px 0.5rem !important;
}

.sca-small {
    color: #999999;
}

.lh-25-em {
    line-height: 2.5em;
}

.call-history-box {
    line-height: 2.5em;
    width: max-content;
    margin-right: 10px;
    white-space: nowrap;

}

.collection-activity-title {
    color:#595959;
    font-size:1.675em !important;
    font-weight:600;
}

#expand_collapse_history_btn {
    box-shadow: none !important;
    text-transform : capitalize !important;
    font-weight: 500;
    letter-spacing: 0.04em;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #ffc107;
    border-color: #ffc107;
}

#expand_collapse_history_btn:hover {
    color: #FFFFFF;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.3)
}

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

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

.w-34-p {
    width: 34% !important;
}

.assign-by-icon-percentage {
    color: #16acf2;
    margin-right: 0.5rem !important;
}

.assign-by-icon-range {
    color: #05842d;
    margin-right: 0.7rem !important;
}

.assign-by-icon-topup {
    color: #ffc107;
    margin-right: 0.5rem !important;
}

.assign-by-icon {
    color: #ffc107;
}

input#input-topup-amt.is-input-invalid {
    border:1px solid red;
}

#expand_collapse_btn_after{
    margin-top: 0.6rem !important;
    border: 1px solid lightgray !important;
    box-shadow: none !important;
}

.sms-ptp-automed-delivery {
    width: 120% !important;
}

.sms-ptp-sub-title-font-size {
    font-size: 11px;
}

.sms-ptp-dropdown {
    position: absolute;
    left: 70px;
    top: 0px;
    width: 214px;
    height: 28px;
    padding: 2px 2px 2px 2px;
    font-family: 'Roboto-Regular', 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    letter-spacing: normal;
    text-align: left;
    text-transform: none;
    background-color: transparent;
    border-color: #dee2e6;
    color: #CCCCCC;
}

.sms-ptp-dropdown option{
    color: black;
}

.mgbl-10 {
    margin-block: 10px;
}

.mgt-10 {
    margin-top: 10px;
}

.mgb-10 {
    margin-bottom: 10px;
}

.mgt-2 {
    margin-top: 2px;
}

.sms-ptp-btn {
    background-color: white;
    position: absolute;
    left: 104px;
    height: 30px;
    font-weight: bold;
    font-size: 13px;
}
.sms-ptp-btn:hover {
    background-color: #007bff;
}

.bg-white-container {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: white;
    border-bottom: 1pxsolidrgba(0, 0, 0, .125);
}
   
.input-days-sms-ptp {
    width: 40px;
    height: 25px;
    position: absolute;
    bottom: 1px;
}

.lb-days-sms-ptp {
    left: 63px;
    position: absolute;
}

.text-mute-ptp-sms{
    color: #CCCCCC;
}

.dd-ptp-config {
    top: -7px;
    height: 25px;
    left: 44px;
}

.reportdatetime-ptp-container {
    position: relative;
    width: 100%;
}

.reportdatetime-ptp-container svg {
    position: absolute;
    font-size: 1.2rem;
    top: 4px;
    right: 25px;
    color: #3498DB;
}

.reportdatetime-ptp-container input {
    padding-left: 7px !important;
    font-size: 0.8rem;
    height: 30px;
}

.percentage-shift-left{
    margin-left: -0.5rem !important;
}

.range-shift-left{
    margin-left: -0.5rem !important;
}

.topup-shift-left{
    margin-left: -0.57rem !important;
}

.reassign-dropdown{
    left: 12px;
    position: relative;
    bottom: 6px;
}

.tm-custom-merge-tag + button + div.dropdown-menu .inner ul li a span.text  {
    width: 100%;
}

.font-90{
    font-size: 90%;
}

.font-88 {
    font-size: 88%;
    right: 4%;
    padding: 0%;
}

.header-report {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.dropdown-remove-reason {
    width: 60% !important;
    position: relative !important;
    display: block !important;
    margin: 0 auto !important;
}

#incentive_result_upload_history_tab_datagrid {
    max-height: calc(100vh - 212px);
}

#forceLogoutDisplay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px;
    cursor: move;
    text-align: center;
    z-index: 1021;
}

#forceLogoutDisplay .swal2-icon-content {
    font-size:3.75em;
}

.cancel-sending-btn {
    pointer-events: auto !important;
}
/* IMPORT BATCH FILE PREVIEW START */
#filePreviewModal div.modal-body {
    overflow: scroll;
    min-height: min-content;
    max-height: 400px;
}

#filePreviewModal thead {
    position: sticky;
    top: 0;
    background-color: white;
    white-space: pre;
}

#filePreviewTable tbody tr td:not(:first-child):not(:last-child){
    border-left: 0px hidden transparent;
    border-right: 0px hidden transparent;
    white-space: nowrap;
}

.modal-error-description {
    font-weight: 500;
}

.modal-error-icon {
    text-align: center;
}

.modal-error-description, .modal-sampling-description {
    font-size: 10px;
}

.file-preview-header-error-tooltip {
    .tooltip-inner {
        text-align: left;
        padding: 0.5rem;
    }
    pointer-events: none;
}

/* IMPORT BATCH FILE PREVIEW END */

.report-tooltip .tooltip-inner.cardno-tooltip {
    top: 15px;
    left: -5px;
    width: max-content;
    max-width: 300px;
    position: absolute;
    z-index: 9999;
}

.custom_merge_tag_icon {
    color: #3498DB;
    margin-right: 1rem;
    margin-top: 0.2rem;
}

.custom-input-group-btn.active {
    color: #fff !important;
    background-color: #2579a9 !important;
    background-image: none;
    border-color: #1f648b !important;
}

[data-id="ddl-select-updatecase-escalate-to-individual"],
[data-id="ddl-select-updatecase-escalate-to-team"],
#updatecase-escalation-team-individual .dropdown-menu {
    font-size: .875rem !important;
}

.border-grey {
    border: 1px solid #d3d3d321;
}

#complaint_tab_list.nav-tabs .nav-item {
    background-color: #f2f2f2 !important;
    color: #999999 !important;
}

#complaint_tab_list.nav-tabs .nav-item.active {
    background-color: #fff !important;
    color: #000 !important;
}

#complaintManagementTabContent [data-is-grid="datagrid"] {
    min-height: calc(100vh - 15rem);
}

.profile_mapping_selection_table_phone_description .dropdown-menu , .profile_mapping_selection_excel_select .dropdown-menu  {
    z-index: 2000 !important;
}

.voicebot-campaign-setting-title {
    color: black; 
    font-size: 0.8vw; 
    margin-bottom: 0px;
}

.voicebot-campaign-setting-id {
    font-size: 1vw; 
    margin-top: 20px; 
    color: black;
}

.voicebot-campaign-setting-update-swal {
    color: #a7a5a5; 
    font-size: 1vw;
}

table.paydown-setting {
    border-collapse: separate;
    border-spacing: 0 10px;
    margin-top: -10px;
    width:15rem;
}

table.paydown-setting tr td:first-child {
    border-right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

table.paydown-setting tr td:nth-child(2) {
    border-left: 0;
    border-right: 0;
    text-align: right;
}

table.paydown-setting tr td:last-child {
    border-left: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    text-align: right;
}

table.paydown-setting input {
    border: 1px solid lightgrey;
    border-radius: 3px;
    width: 2rem !important;
}

table.paydown-setting input.is-invalid {
    border: 1px solid red !important;
}

table.paydown-setting td:not(:first-child) input {
    text-align:right;
}

table.paydown-setting th:not(:first-child) {
    text-align: right;
}

table.paydown-setting tr {
    background-color:white;
}

.paydown-setting-card  , table.paydown-setting thead tr{
    background-color: #F8F9FA;
}

#section-fee-management-calculation-details .card {
    width: 17.2rem;
}

table.paydown-setting thead td {
    border:none;
}

#new-notification-dx-list{
    position: absolute;
    margin-right: 10px;
    max-height: calc(100vh - 15rem) !important;
}

#gridContainer .dx-datagrid-header-panel .dx-toolbar-after .export-container {
    padding-top: 12px;
}

.split-report-off #gridContainer .dx-datagrid-header-panel {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.split-report-off { 
    padding-top: 0 !important;
}

#body-importattachment-preview-template .d-flex-attachment {
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
    display: flex;
}

#body-importattachment-preview-template .btn-cancel-attachment {
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    background-color: transparent;
}

.swal-title-left {
    align-items: flex-start !important;
    margin-left: 15px !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid lightgray;
}

.complaint_management_datagrid {
    max-height : calc(100vh - 18rem) !important;
}

.system-template-toolbar-style {
    display: flex;
}

.system-template-toolbar-style > .dx-toolbar-before,
.system-template-toolbar-style > .dx-toolbar-center,
.system-template-toolbar-style > .dx-toolbar-after {
    position: unset;
}

.system-template-toolbar-style > .dx-toolbar-after {
    margin-left: auto;
}

.tox .tox-dialog__body-content {
    padding: 0px !important;
}

.did-confirmation-container {
    text-align: center;
}

.did-confirmation-title {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.did-warning-icon {
    width: 80px;
    height: 80px;
    border: 4px solid #ffc107;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #ffc107;
    font-weight: bold;
    margin: 0 auto 20px auto;
    line-height: 1;
    font-family: Arial, sans-serif;
}

.did-confirmation-subtitle {
    color: #333;
    margin: 10px 0;
}

.did-confirmation-description {
    color: #666;
    font-size: 14px;
}