/*!
 * Volare Settings Custom CSS V1.0
 * Last Updated: 10 Dec 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 */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    background: #FAFAFA;
    overflow: hidden;
    position: relative;
}

/* ---------------------------------------------------
     Overwrite Bootstrap
 ----------------------------------------------------- */

h1 {
    font-size: 1.3rem;
    font-weight: normal;
    color: #363636;
    margin: 0;
}

h2 {
    font-size: 1.1rem;
    font-weight: normal;
    color: #666666;
}

a {
    color: #29C5FF;
}

.current {
    color: #F4D20E !important;
}

@media (min-width: 1199.98px) {
    .navbar-brand {
        /*background: url('../images/logo-01.png');*/
        background-size: cover;
        width: 15rem;
        height: 2.5rem;
        position: relative;
    }

    .dca_settings {
        background: url('../images/logo-01.png');
        background-size: cover;

    }

    .cpro_settings {
        background: url('../images/Volare/logo-01.png');
        height: 2.6rem;
        background-size: cover;
    }

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


@media (max-width: 1199.97px) {

   .navbar-brand {
       background: url('../images/favicon.ico');
       background-size: cover;
       width: 2.8rem;
       height: 2.5rem;
       position: relative;
   }

 }

.table-hover tbody tr:hover {
    background-color: #FFEAA7;
}

.dropdown-menu {
    font-size: 0.9rem;
    box-shadow: -2px 10px 14px -2px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.5s;
    -webkit-animation: fadeIn 0.5s;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #E2E2E2;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #E67E22;
    color: #FFF;
}

.dropdown-item a.active,
.dropdown-item:active {
    background-color: #E67E22;
    color: #FFF;
}

.multiselect-container>li>a>label {
    padding: 0.3rem 0.8rem;
}

.card {
    border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    background-color: #f2f2f2;
    color: #999999;
    margin-right: 0.2rem;
}

.slider.slider-horizontal .slider-track {
    height: 4px;
    width: 100%;
    margin-top: -5px;
    top: 55%;
    left: 0;
    transition: all ease-in .3s;
}

.slider.slider-horizontal {
    width: 100%;
    height: 20px;
}

.slider-handle {
    background-color: #ffc107 !important;
    background-image: none;
    height: 15px;
    width: 15px;
    transition: width ease-in .3s;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    font-size: 10px;
    pointer-events: none;
}

.slider-tick.round {
    height: 15px;
    width: 15px;
}

.slider-tick.in-selection,
.slider-selection.tick-slider-selection {
    background-image: none;
    background-color: #ffc107 !important;
    box-shadow: none;
    height: 15px;
    width: 15px;
    transition: all ease-in .3s;
}

.tooltip-inner {
    max-width: 350px;
}

.nav-pills .nav-link{
    border-radius: 0px!important;
}


/* ---------------------------------------------------
     Overwrite Spectrum
 ----------------------------------------------------- */

.sp-replacer {
    background: #FFF;
    border: 1px solid #ced4da;
    color: #666;
}

.sp-preview,
.sp-dd {
    margin-top: 0.2rem;
}


/* ---------------------------------------------------
     Scrollable Body Setup
 ----------------------------------------------------- */

.with-bottom-bar-content {
    height: calc(100vh - 190px);
    overflow-y: auto;
}

.full-page-content {
    height: calc(100vh - 125px);
    overflow-y: auto;
}

.access-config-content {
    height: calc(100vh - 300px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

 /* custom scrollbar start */
.access-config-content::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.access-config-content::-webkit-scrollbar-tarck {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 5px;
}

.access-config-content::-webkit-scrollbar-thumb {
   box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   background-color: rgba(0, 0, 0, 0.75);
   border-radius: 5px;
}

.mini-left-menu-2::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

.mini-left-menu-2::-webkit-scrollbar-tarck {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 2px;
}

.mini-left-menu-2::-webkit-scrollbar-thumb {
   box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   background-color: rgb(0 0 0 / 21%);
   border-radius: 2px;
}
/* custom scrollbar end */


/* ---------------------------------------------------
     Header & Footer Navigation
 ----------------------------------------------------- */

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 42px;
    width: 100%;
    text-align: center;
    color: #B4BCC3;
    background: #23282D;
    font-size: 0.7rem;
    padding-left: 1rem;
}

.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);
}

.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;
}

/* Main Content Width Start*/
.main-content-width {
    width: calc(100vw - 215px);
}
/* Main Content Width End*/

/* ---------------------------------------------------
     Table Style
 ----------------------------------------------------- */

.table-container {
    height: calc(100vh - 200px);
    overflow: auto;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}


/* ---------------------------------------------------
     General Common Style
 ----------------------------------------------------- */

.max-w-75 {
    max-width: 75%;
}

.w-40 {
    width: 40%!important;
}

.w-30 {
    width: 30%!important;
}

.w-25 {
    width: 25%!important;
}

.w-20 {
    width: 20%!important;
}

.swal2-cancel.btn.btn-secondary{
    min-width: 70px;
}

.swal2-confirm.btn.btn-warning.ml-3{
    min-width: 70px;
}

.swal2-styled.swal2-confirm {
    width: 150px;
}

.swal2-cancel.swal2-styled {
    width: 150px;
}

/* ---------------------------------------------------
     Searchbar Style
 ----------------------------------------------------- */

.search-container {
    width: 190px;
    display: block;
    margin: 0 auto;
}

input#search-bar {
    margin: 0 auto;
    width: 100%;
    height: 25px;
    padding: 0 10px;
    font-size: 11px;
    border: 1px solid #D0CFCE;
    border-radius: 60px;
    outline: none;
    &:focus {
        border: 1px solid #008ABF;
        transition: 0.35s ease;
        color: #008ABF;
        &::-webkit-input-placeholder {
            transition: opacity 0.45s ease;
            opacity: 0;
        }
        &::-moz-placeholder {
            transition: opacity 0.45s ease;
            opacity: 0;
        }
        &:-ms-placeholder {
            transition: opacity 0.45s ease;
            opacity: 0;
        }
    }
}

.search_button {
    height: 25px;
    top: -25px;
    right: 10px;
    border: none;
    transition: 400ms ease-out;
    background: none;
    position: relative;
    float: right;
}


/* ---------------------------------------------------
   SIDEBAR STYLE
 ----------------------------------------------------- */

.sidebar {
    flex: 0 0 230px;
    position: sticky;
    z-index: 1000;
    height: calc(100vh - 55px);
    background: #23282D;
    color: #fff;
    transition: all 0.3s;
}

.sidebar-scroll {
    height: calc(100vh - 150px);
}

.sidebar ul p {
    color: #fff;
    padding: 10px;
}

.sidebar ul li {
    font-size: 0.85rem;
}

.sidebar ul li a {
    padding: 0.7rem 0.1rem;
    padding-left: 3.5rem;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
}

.sidebar ul li a:hover {
    color: #F4D20E;
}

.sidebar ul li a:active {
    color: #F4D20E;
}

.sidebar ul li:hover {
    background: #424E59;
    color: #F4D20E;
}

.sidebar .dropdown-toggle::after {
    position: absolute;
    right: 0.7rem;
    margin-left: .255em;
    margin-top: 0.6rem;
}

sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #F4D20E;
    background: #424E59;
}

.submenu {
    background: #424E59;
}

ul.submenu li a:hover {
    color: #F4D20E;
}

ul.submenu li a:active {
    color: #F4D20E;
}

.company-settings-btn:before {
    content: '';
    background: url('../images/setting_menu_icon/company-setting.png');
    background-size: cover;
    position: absolute;
    width: 26px;
    height: 26px;
    margin-left: -1.8rem;
    margin-top: -0.2rem;
}

.login-settings-btn:before {
    content: '';
    background: url('../images/setting_menu_icon/login-settings.png');
    background-size: cover;
    position: absolute;
    width: 26px;
    height: 26px;
    margin-left: -1.8rem;
    margin-top: -0.2rem;
}

.client-management-btn:before {
    content: '';
    background: url('../images/setting_menu_icon/client-management.png');
    background-size: cover;
    position: absolute;
    width: 26px;
    height: 26px;
    margin-left: -1.8rem;
    margin-top: -0.2rem;
}

.operation-management-btn:before {
    content: '';
    background: url('../images/setting_menu_icon/operation.png');
    background-size: cover;
    position: absolute;
    width: 26px;
    height: 26px;
    margin-left: -1.8rem;
    margin-top: -0.2rem;
}

.master-data-management-btn:before {
    content: '';
    background: url('../images/setting_menu_icon/master-data-management.png');
    background-size: cover;
    position: absolute;
    width: 26px;
    height: 26px;
    margin-left: -1.8rem;
    margin-top: -0.2rem;
}

.roadie-management-btn:before {
    content: '';
    background: url('../images/setting_menu_icon/roadie.png');
    background-size: cover;
    position: absolute;
    width: 26px;
    height: 26px;
    margin-left: -1.8rem;
    margin-top: -0.2rem;
}

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

.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;
}
.audit-trail-btn:before {
    content: '';
    background: url('../images/setting_menu_icon/audit.png');
    background-size: cover;
    position: absolute;
    width: 26px;
    height: 26px;
    margin-left: -1.8rem;
    margin-top: -0.2rem;
}


/* ---------------------------------------------------
   MINI LEFT MENU STYLE
 ----------------------------------------------------- */

/* mini menu active state */
 div#accessConfigSpy [aria-expanded="true"] {
    background: #fff;
}

/* Active warning */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #212529;
    background-color: #ffc107;
}

.nav-pills .nav-link.focus,
.nav-pills .show>.nav-link {
    color: #212529;
    background-color: #ffc107;
}
/* Active warning end */

.admin-Collapse a,
.settings-Collapse a,
.agentx-Collapse a,
.legal-Collapse a ,
.gigworkforce-Collapse a,
.vdialer-Collapse a,
.vbot-Collapse a {
    color: #666666;
}

.admin-Collapse a:hover,
.settings-Collapse a:hover,
.agentx-Collapse a:hover,
.legal-Collapse a:hover,
.vdialer-Collapse a:hover,
.vbot-Collapse a:hover {
    color: #212529;
}

.mini-left-menu {
    width: 100%;
    height: calc(100vh - 140px);
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, .125);
    overflow-y: auto;
    border-radius: .25rem;
}

.mini-left-menu .list-group a {
    color: #212529;
}

.mini-left-menu .list-group-item {
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    padding: .65rem 1.25rem;
    font-size: 0.85rem;
}

.mini-left-menu .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}

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

.mini-left-menu .list-group-item:hover,
.mini-left-menu .list-group-item.active {
    background: #F4D20E;
    color: #212529;
}

.mini-left-menu-2 {
    width: 100%;
    height: calc(100vh - 240px);
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, .125);
    overflow-y: hidden;
    border-radius: .25rem;
}

.gig-brand-name-wrapper > img {
    width: 100%;
    display: block;
}

.vbot-tab-field > img {
    width: 100%;
    display: block;
}

/* ---------------------------------------------------
   SHARED STYLE
 ----------------------------------------------------- */

.fixed-bottom-only {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: calc(100% - 210px);
    color: #FFFFFF;
}


/* ---------------------------------------------------
   CONTENT STYLE
 ----------------------------------------------------- */

.content {
    width: calc(100% - 210px);
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 50px;
    overflow-x: hidden;
}


/* Bootstrap Toggle fixes for Bootsrtap 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-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;
}


/* ---------------------------------------------------
   Icons hover color
 ----------------------------------------------------- */

.table .fa-trash-alt,
.card-header .fa-trash-alt {
    color: #DC3545;
    opacity: 0.5;
}

.table .fa-trash-alt:hover,
.card-header .fa-trash-alt:hover {
    color: #DC3545;
    opacity: 1;
}

.table .fa-pencil-alt,
.card-header .fa-pencil-alt {
    color: #3498DB;
    opacity: 0.5;
}

.table .fa-pencil-alt:hover,
.card-header .fa-pencil-alt:hover {
    color: #3498DB;
    opacity: 1;
}

.table .fa-user-slash {
    color: #DC3545;
    opacity: 0.5;
}

.table .fa-user-slash:hover {
    color: #DC3545;
    opacity: 1;
}

.unlockUser img{
    width: 1.33em;
    opacity: 0.5;
}

.kickUser img{
    width: 1.33em;
    opacity: 0.5;
}

.unlockUser img:hover{
    opacity: 1;
}

.kickUser img:hover{
    opacity: 1;
}

.unlockUser img,
.table .fa-user-slash,
.table .fa-pencil-alt {
    cursor: pointer;
}

.kickUser img,
.table .fa-user-slash,
.table .fa-pencil-alt {
    cursor: pointer;
}

.table .fa-user-check {
    color: #28a745;
    opacity: 0.5;
}

.table .fa-user-check:hover {
    color: #28a745;
    opacity: 1;
}


/* ---------------------------------------------------
   Users
 ----------------------------------------------------- */

.dialer:before {
    content: '';
    background: url(../images/setting_menu_icon/dialer-icon.png);
    background-size: cover;
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -2rem;
}

.predictive:before {
    content: '';
    background: url(../images/setting_menu_icon/predictive-icon.png);
    background-size: cover;
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -2rem;
}

.disabled-icon {
    opacity: 0.2;
}

.close-tab {
    font-size: 1.2rem;
    margin-left: 0.5rem;
}

.close-tab span:hover {
    color: #dc3545;
}


/* ---------------------------------------------------
     Security Policy
 ----------------------------------------------------- */

.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 {
    position: absolute;
    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;
    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;
}


/* ---------------------------------------------------
     Status & Remark
 ----------------------------------------------------- */

td.details-control {
    text-align: center;
    color: #3498DB;
    cursor: pointer;
}

tr.shown td.details-control {
    text-align: center;
    color: #3498DB;
}

tr.status_data_header {
    white-space: nowrap;
}

/* ---------------------------------------------------
     Access Config
 ----------------------------------------------------- */

.role-picker .bootstrap-select .dropdown-menu li small {
    float: left;
    margin-right: 0.5rem;
}

.role-picker .dropdown-item {
    padding: .25rem 0.5rem;
}

.mini-left-menu-2 {
    height: calc(100vh - 300px);
}

.mini-left-menu-2:hover {
    overflow-y: scroll;
}

/* ---------------------------------------------------
   Icons
 ----------------------------------------------------- */

.collector-icon {
    background: url('../images/setting_menu_icon/collector.png') no-repeat;
    background-size: 40px;
    line-height: 42px;
    background-position-x: 1.2rem;
    background-position-y: center;
    padding-left: 5rem;
}

.admin-icon {
    background: url('../images/setting_menu_icon/admin-menu.png') no-repeat;
    background-size: 40px;
    line-height: 42px;
    background-position-x: 1.2rem;
    background-position-y: center;
    padding-left: 5rem;
}

.settings-icon {
    background: url('../images/setting_menu_icon/settings.png') no-repeat;
    background-size: 40px;
    line-height: 42px;
    background-position-x: 1.2rem;
    background-position-y: center;
    padding-left: 5rem;
}

.roadie-icon {
    background: url('../images/setting_menu_icon/roadie.png') no-repeat;
    background-size: 40px;
    line-height: 42px;
    background-position-x: 1.2rem;
    background-position-y: center;
    padding-left: 5rem;
}

.agentx-icon {
    background: url('../images/setting_menu_icon/agentx.png') no-repeat;
    background-size: 40px;
    line-height: 42px;
    background-position-x: 1.2rem;
    background-position-y: center;
    padding-left: 5rem;
}


/* ---------------------------------------------------
  Login Page
----------------------------------------------------- */

.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;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.99) inset !important;
    -webkit-transition: background-color 9999s ease-out;
    transition: background-color 9999s ease-out;
}

.login-page {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: url('../images/bg-login.png') repeat;
}

.LoginMain {
    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;
}

.main-form img {
    width: 95%;
    animation: fadeIn 1s;
}

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

.main-form .input-group-text {
    background: rgba(255, 255, 255, 0.9);
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid transparent;
    border-radius: 3px;
    border-image: linear-gradient(-45deg, #F1C40F, #FEE140);
    border-image-slice: 1;
}

.main-form .form-control {
    background: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    height: 50px;
    line-height: 50px;
    border: 0;
    border: 1px solid transparent;
    border-radius: 3px;
    border-image: linear-gradient(-45deg, #23D5AB, #23A6D5, #EE7752, #F1C40F, #FEE140);
    border-image-slice: 1;
}

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

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

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

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

.light:hover {
    background-color: #F2F2F2;
    border-color: #D7D7D7;
    box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.3);
}

.light:not(:disabled):not(.disabled):active{
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(248,249,250,0.5);
}

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

.password::-ms-reveal {
    display: none;
}

.hideMe {
    display: none !important;
}

.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.2 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);
}

@media screen and (max-width: 425px) {
    .login-page .card-wrapper {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 320px) {
    .login-page .card.fat {
        padding: 0;
    }
    .login-page .card.fat .card-body {
        padding: 15px;
    }
}

/* Holiday Maintenance Begins */
.card-main .card-header {
    background-color: rgba(0,0,0,.07);
}
.card-main .card-body {
    background-color: rgba(0,0,0,.03);
}

/* To override  bootstrap-select default background */
.bootstrap-select[class*="col-"] .dropdown-toggle{
    background-color: #fff;
}

.btn_holiday_card_close .fa-times:hover {
    color: #dc3545;
}

#daily_attampt_search_staff_input::placeholder {
    color: #999;
}

/* Holiday Maintenance Ends */

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

.manage_product_create_modal {
    max-width:800px !important;
}

.manage_product_product_type {
    max-width:600px !important;
}

@media only screen and (min-height: 1061px) and (max-height: 1090px) {
  #branch_data_table_wrapper .dataTables_scrollBody,
  #recording_backup_data_table_wrapper .dataTables_scrollBody ,
  #phone_book_settings_data_table_wrapper .dataTables_scrollBody ,
  #team_data_table_wrapper .dataTables_scrollBody ,
  #status_data_table_wrapper .dataTables_scrollBody ,
  #internal-status-data-table_wrapper .dataTables_scrollBody,
  #holiday-maintenance-data-table_wrapper .dataTables_scrollBody,
  #fair-debt-practice-data-table_wrapper .dataTables_scrollBody,
  #email-server-data-table_wrapper .dataTables_scrollBody ,
  #enforcement_setting_data_table_wrapper .dataTables_scrollBody,
  #tps-maintenance-data-table-wrapper .dataTables_scrollBody{
      max-height: calc(100vh - 47vh) !important;
  }
  #ftp_location_data_table_wrapper .dataTables_scrollBody {
      max-height: calc(100vh - 50vh) !important;
  }
  #predictive_dialer_server_data_table_wrapper .dataTables_scrollBody {
      max-height: calc(100vh - 48vh) !important;
  }
  #users_active_data_table_wrapper .dataTables_scrollBody,
  #users_inactive_data_table_wrapper .dataTables_scrollBody{
      max-height: calc(100vh - 51vh) !important;
  }
  #product-type-data-table_wrapper .dataTables_scrollBody {
      max-height: calc(100vh - 45vh) !important;
  }
}

@media only screen and (min-height: 1001px) and (max-height: 1060px) {
    #product-type-data-table_wrapper .dataTables_scrollBody{
        max-height: calc(100vh - 63vh) !important;
    }
}

@media only screen and (min-height: 936px) and (max-height: 1000px) {
    #product-type-data-table_wrapper .dataTables_scrollBody{
        max-height: calc(100vh - 80vh) !important;
    }
}

@media only screen and (min-height: 911px) and (max-height: 935px) {
    #product-type-data-table_wrapper .dataTables_scrollBody{
        max-height: calc(100vh - 56vh) !important;
    }
}

@media only screen and (min-height: 801px) and (max-height: 910px) {
    #product-type-data-table_wrapper .dataTables_scrollBody{
        max-height: calc(100vh - 56vh) !important;
    }
}

@media only screen and (max-width: 1536px) and (max-height: 768px) {
    #product-type-data-table_wrapper .dataTables_scrollBody{
        max-height: calc(100vh - 67vh) !important;
    }
}

@media only screen and (min-height: 773px) and (max-height: 800px) {
    #product-type-data-table_wrapper .dataTables_scrollBody{
        max-height: calc(100vh - 80vh) !important;
    }
}

@media only screen and (min-height: 769px) and (max-height: 772px) {
    #product-type-data-table_wrapper .dataTables_scrollBody{
        max-height: calc(100vh - 80vh) !important;
    }
}

@media only screen and (min-height: 764px) and (max-height: 768px) {
    #product-type-data-table_wrapper .dataTables_scrollBody{
        max-height: calc(100vh - 66vh) !important;
    }
}

@media only screen and (min-height: 701px) and (max-height: 763px) {
    #product-type-data-table_wrapper .dataTables_scrollBody{
        max-height: calc(100vh - 67vh) !important;
    }
}

@media only screen and (min-height: 500px) and (max-height: 700px) {
    #product-type-data-table_wrapper .dataTables_scrollBody{
        max-height: calc(100vh - 76vh) !important;
    }
}

.sub-sec-bg {
    background-color: #F2F2F2;
    border: 1px solid #fff;
}

.sub-subsec-bg {
    background-color: #EAEAEA;
    border: 1px solid #f2f2f2;
}



div.count_start { counter-reset : item;}

div.count_start .point-numbering::before {
    content: counter(item) ". ";
    counter-increment: item;
}

div.section {
    counter-reset : section;
}

div.point-point-number {
    counter-reset : point-point-number;
}

div.four-point-number {
    counter-reset: four-point-number;
}

div.section .subsection::before {
    counter-increment: section;
    content: counter(item) "." counter(section) " ";
}

div.point-point-number .subsubsection::before {
    counter-increment: point-point-number;
    content: counter(item) "." counter(section) "." counter(point-point-number) " ";
}

div.four-point-number .subsubsectionchild::before {
    counter-increment: four-point-number;
    content: counter(item) "." counter(section) "." counter(point-point-number) "." counter(four-point-number) " ";
}

.datatable-group-row {
    background-color: #f2f2f2;
}

.datatable-child-label-col {
    width:8rem;
}

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

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

.bg-color-collapse-light-gray{
    background-color : #fbfbfbb5;
}

div.bootstrap-select div.dropdown-menu[role="combobox"] {
    width : 100%;
}

#client_allow_assignment_notification_setting div.bootstrap-select div.dropdown-menu[role="combobox"] {
    width: auto !important;
    min-width: 100%;
}

.settings_loginsettings_user_modal {
    max-width : calc(100vw - 22rem);
}

.daily_attempt_benchmark_maintenance_add_edit_modal .modal-dialog {
    max-width: 50rem !important;
}

.attachment_type_add_edit_modal .modal-dialog {
    max-width: 50rem !important;
}

.block_code_maintenance_add_edit_modal .modal-dialog {
    max-width: 50rem !important;
}

.customer_tagging_maintenance_add_edit_modal .modal-dialog {
    max-width: 50rem !important;
}
#access_config_audit_trail_data_table_wrapper .dataTables_scrollBody,
#user_audit_trail_data_table_wrapper .dataTables_scrollBody ,
#team_audit_trail_data_table_wrapper .dataTables_scrollBody,
#access_config_security_policy_data_table_wrapper .dataTables_scrollBody {
    max-height: calc(100vh - 34rem) !important;
}
.custom_setting_add_edit_modal .modal-dialog {
    max-width: 50rem !important;
}

.counterbar.is-valid , .counterbar.is-invalid {
    border-left: 1px solid;
    border-right: 1px solid;
}

.gig-brand-name-accordion,
.vdialer-accordion {
    width: 23%;
}

.gig-brand-name-accordion > img {
    width: 100%;
    display: block;
}

.vdialer-accordion > img {
    width: 74%;
    display: block;
}

.vbot-tab-field > img {
    width: 8%;
    display: block;
}

.vbot-src {
    width: 35%;
    margin-left: 10px;
    display: block;
}

.dataTables_wrapper .dt-buttons {
    float: right;
}

input#predictive_dialer_server_timeout_duration_in_seconds { /* Pred Dialer Server */
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.retention_policy_modal .modal-dialog {
    max-width: 48rem;
}

/* 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;
}

.resetTwoFactor img{
    width: 1.33em;
    opacity: 0.5;
    cursor: pointer;
}

.resetTwoFactor img:hover{
    opacity: 1;
}

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

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

#twoFactorAuthentication > p {
    font-size: 12px;
}
/* 2-factor authentication end */

#client_update_button_wa{
    margin-right: 0.2rem;
}

.failedLoginTable {
    display: none;
}

/* Access Time Starts */
.access-time-days-row {
    column-gap:0.5rem;
}

.access-time-days-row input {
    flex-direction:row-reverse;
    column-gap:1rem;
}

#accessTimeDataTable table td:nth-child(1) {
    width: 10%;
    text-align: left;
    vertical-align: middle;
}

#accessTimeDataTable table tr:first-child td:nth-child(2) {
    text-align: left;
}
/* Access Time Ends */

#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: 1001;
}

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

#e_signature_remove {
    font-size: 13px;
}

.editAutomaticRemark.disableEditAutomaticRemark {
    pointer-events: none; 
    cursor: none;
}

.whatsapp-tooltip {
    font-size:0.9em;
}

.contact-person-dropdown {
    position: absolute !important;
    top: 90%;
    left: 45%;
}

#holiday-maintenance-data-table td {
    white-space : pre;
}