/* td.sticky_column {
    white-space: normal !important;
    word-break: normal !important;
}

tbody tr td {
    white-space: normal !important;
    word-break: break-all;
} */

/* Nisha patel - decrease padding bottom */
.nav-breadcrumbs {
    padding: 15px !important;
}

.nav-breadcrumbs ul li a {
    color: #ffffff !important;
    /* color: #505458 !important; */
}

/* Nisha patel - decrease padding of main body */
.main-body .page-wrapper {
    padding: 15px 10px 10px 10px;
}

/* Nisha patel - decrease height of header */
.header-navbar .navbar-wrapper .navbar-logo {
    height: 59px;
}

/* Nisha patel - decrease line-height of header right side li tag */
.header-navbar .navbar-wrapper .navbar-container .nav-left li,
.header-navbar .navbar-wrapper .navbar-container .nav-right li {
    line-height: 3.5;
}

/* Nisha patel - decrease margin-bottom of alert */
.alert {
    margin-bottom: 1rem;
}

.theme-color .active {
    border: 1.5px dashed rgb(41, 40, 46);
}

.sms_template_div_total_sms_length {
    position: absolute;
    top: 68%;
    left: 50%;

}

.refreshPass {
    padding: 0;
    cursor: pointer;
}

.refreshPass img {
    width: 30px;
    height: 30px;
}

.refreshPass img:hover {
    width: 31px;
    height: 31px;

}

#pwdShoHide {
    color: #909090;
    font-size: 16px;
    position: absolute;
    top: 2px;
    right: 44px;
    z-index: 743;
}

.form-group {
    margin-bottom: 1.25em;
}

.custom-hc-form input.form-control,
.custom-hc-form select.form-select,
.custom-hc-form textarea.long-txt {
    margin-bottom: 0px !important;
}

/*start : autocomplete*/
.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* .ui-autocomplete>li {
    padding: 3px 20px;
} */

.ui-autocomplete>li>div {
    padding: 3px 20px;
}

.ui-autocomplete>li.ui-state-focus {
    background-color: #DDD;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-widget-content {
    color: inherit !important;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid var(--secondary-color);
    /* background: var(--secondary-color) url("images/ui-bg_gloss-wave_50_6eac2c_500x100.png") 50% 50% repeat-x; */
    background: var(--secondary-color);
}

/*end : autocomplete*/

.sticky_column {
    position: sticky !important;
    left: 0 !important;
    width: 93px !important;
    /*    text-align: center;*/
}

.sticky_column1 {
    position: sticky !important;
    left: 28px !important;
}

/* Start : Select2 changes */
/* .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 16px !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-selection__arrow {
    height: 14px !important;
} */


/* End : Select2 changes */

.custom-hc-form .btn-group ul.multiselect-container.dropdown-menu.show {
    overflow: auto;
    max-height: 200px;
}

.nav-breadcrumbs ul li span {
    font-size: 14px;
    /* color: #505458; */
    color: #ffffff;
    /* color: var(--secondary-color); */
}

.config-form .inpu-sub-title {
    /*height: auto !important;*/
}

.custom-hc-form label.col-form-label {
    margin-bottom: 0px !important;
}

label.col-form-label {
    color: #505458;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 5px;
    width: 100%;
}

/* .config-form .card-header h5 {
	font-size: 18px !important;
} */

.card .card-header {
    padding: 20px 20px;
}

.text-addon {
    height: 35px !important;
    background-color: #919AA3 !important;
    color: #FFFFFF !important;
}

label.error {
    color: #fe5d70 !important;
    font-size: 12px;
    margin-top: 4px;
}

/*Table input box in size set*/
table tr td input,
table tr td select {
    box-sizing: border-box !important;
}


.agent-new-nav .nav-right .btn-compose-sms,
.agent-new-nav .nav-right .btn-delete {
    margin-right: 2px;
    border: 1px solid var(--primary-color) !important;
}
.btn-secondary.mobtn {
    border: 1px solid var(--primary-color) !important;
}

/* Nisha patel - added css for tagsinput */
.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}

.bootstrap-tagsinput {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    overflow-y: scroll;
    /* Paras Majethiya */
}

.bootstrap-tagsinput>span {
    font-size: 15px;
}

/* added css for tagsinput */

.custom-hc-form .btn-group button {
    /* width: 93%; */
}

.custom-hc-form .btn-group button:after {
    right: 15px !important;
}

.leadgroup_import {
    margin-top: 58px;
}

.leadgroup_import_update {
    margin-top: 68px !important;
}

/* .leadgroup_import_after_modal {
    margin-top: 52px !important;
} */

/**/
#config-param-grid td {

    width: 90vw !important;
    white-space: pre-wrap !important;
    font-family: inherit !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    line-break: auto !important;
}

.edit-table th {
    width: auto;
}

/* Start - Anil - Grid Datatatble sticky_column Action*/
th.sticky_column.sorting_disabled {
    background: #344157;
    z-index: 1;
}

/* Start - Anil - Grid Datatatble sticky_column Action*/
th.sticky_column1.sorting_disabled {
    background: #344157;
    z-index: 1;
}

td.sticky_column,
td.sticky_column1 {
    background: white;
    z-index: 1;
}

/* End - Anil - Grid Datatatble sticky_column Action*/
.hide {
    display: none !important;
}

.tab-block form .info-section:after {
    content: "" !important;
}

/* Nisha Patel */
.widget-visitor-card i {
    font-size: 19px !important;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    bottom: -16px;
    opacity: 0.8;
    left: -3px;
}

.widget-visitor-card:hover i {
    opacity: 0.9;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.widget-visitor-card {
    padding: 0px !important;
}

.widget-label {
    margin: 3px;
    font-weight: bold;
    padding-left: 18px;
}

.widget-visitor-card i {
    font-size: 19px !important;
    -webkit-transform: rotate(15deg) !important;
    transform: rotate(15deg) !important;
    bottom: -16px !important;
    opacity: 0.8 !important;
    left: -3px !important;
}

/* Nisha Patel - reduce grid button padding - 24/01/2023 */
.grid-btn {
    padding: 7px 3px 7px 2px !important;
}

/* temporary */
.btn-telegram {
    color: #fff;
    background-color: #2a89cd;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-messagebird {
    color: #30487b;
    background-color: #fff;
    border-color: #30487b;
}

/* Nisha Patel - change side bar icon */
.header-navbar .navbar-wrapper .navbar-logo .mobile-menu {
    position: absolute !important;
    right: 5px !important;
    top: calc(50% - 20px) !important;
    border-radius: 50% !important;
    padding: 5px 9px !important;
    font-size: 20px !important;
    left: 192px !important;
}

.header-navbar .navbar-wrapper .hodu-logo {
    margin: 0 10px;
}

.icon-toggle-right:before {
    content: "\e8d9" !important;
}

.icon-toggle-left:before {
    content: "\e8d8" !important;
}

/* Nisha patel - filter changes */
.p-chat-user {
    top: 58px !important;
}

.form-part {
    height: calc(90% - 110px);
}

.filter-btn {
    margin-top: 20px;
}

/* .users {
    right: 900px;
} */

.login-logo .login-logo-img {
    width: auto;
}

.config-form .form-filed-title {
    margin-bottom: 9px !important;
}

.form-switche {
    padding-top: 5px;
}

/* Nisha Patel - modal changes */
.modal-header {
    background: #344157;
    color: #fff;
}

.btn-close {
    background: transparent url("img/btn-close.svg") center/1em auto no-repeat;
}

/* when multselct boxes disabled - then list data color change - Nisha Patel - 13-4-2023 */
.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
    color: #000000;
}

.column_break {
    white-space: normal !important;
    word-break: break-all;
}


/* Fix for more button alignment issue in datatable action column */
.dropdown-danger,
.dropdown-default,
.dropdown-disabled,
.dropdown-info,
.dropdown-inverse,
.dropdown-primary,
.dropdown-success,
.dropdown-warning {
    display: inline-block;
    vertical-align: inherit;
    position: relative
}

.header-navbar .navbar-wrapper .navbar-container .new-tab.nav-tabs .nav-right,
.new-tab.nav-tabs .header-navbar .navbar-wrapper .navbar-container .nav-right,
.new-tab.nav-tabs .nav-left {
    /* width: calc(100% - 20%); */
    width: calc(100% - 1%);
}

/* #sidebar {
    right: 473px;
} */

.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[subitem-border=true] .pcoded-hasmenu .pcoded-submenu li>a {
    border-bottom-width: 0px;
}

.card .card-header h5 {
    color: #505458;
}

.calendar-time {
    margin-right: 8px !important;
}


/* for the dynamic form grid stack start */
.grid-stack-preview>.grid-stack-item>.grid-stack-item-content {
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
}

.grid-stack-design>.grid-stack-item>.grid-stack-item-content>div>label,
.grid-stack-preview>.grid-stack-item>.grid-stack-item-content>div>label {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    cursor: pointer;
}

.grid-stack-design>.grid-stack-item>.grid-stack-item-content>div>.switch-title,
.grid-stack-preview>.grid-stack-item>.grid-stack-item-content>div>.switch-title {
    padding-top: 0px !important
}

.grid-stack-design>.grid-stack-item>.grid-stack-item-content>div>.form-switche,
.grid-stack-preview>.grid-stack-item>.grid-stack-item-content>div>.form-switche {
    padding-top: 0px !important
}

.grid-stack-item-content {
    text-align: left !important;
}

.grid-stack-design>.grid-stack-item>.grid-stack-item-content {
    background-color: #ccc !important;
}

.light-background {
    cursor: pointer !important;
}

/* for the dynamic form grid stack end */


/* for the timepicker css start */

.bootstrap-timepicker.dropdown-menu {
    border-radius: 4px 4px 4px 4px;
    display: none;
    left: 0;
    margin-top: 1px;
    padding: 4px;
    top: 0;
    min-width: 10px;
    z-index: 99999;
}

.bootstrap-timepicker.dropdown-menu.open {
    display: inline-block;
}

.bootstrap-timepicker.dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    left: 6px;
    position: absolute;
    top: -7px;
}

.bootstrap-timepicker.dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    left: 7px;
    position: absolute;
    top: -6px;
}

.bootstrap-timepicker.modal {
    margin-left: -100px;
    margin-top: 0;
    top: 30%;
    width: 200px;
}

.bootstrap-timepicker.modal .modal-header h3 {
    font-size: 16px !important;
    margin-top: 3px;
    margin-bottom: 3px;
}

.bootstrap-timepicker.modal .modal-content {
    padding: 0;
}

.bootstrap-timepicker table {
    margin: 0;
    width: 100%;
}

.bootstrap-timepicker table td {
    height: 30px;
    margin: 0;
    padding: 2px;
    text-align: center;
}

.bootstrap-timepicker table td span {
    width: 100%;
}

.bootstrap-timepicker table td a {
    border: 1px solid transparent;
    display: inline-block;
    margin: 0;
    outline: 0 none;
    padding: 8px 0;
    width: 3em;
}

.bootstrap-timepicker table td a:hover {
    background-color: #EEEEEE;
    border-color: #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    text-decoration: none;
}

.bootstrap-timepicker table td a i {
    margin-top: 2px;
}

.bootstrap-timepicker table td input {
    margin: 0;
    text-align: center;
    width: 25px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.bootstrap-timepicker-component .add-on {
    cursor: pointer;
}

.bootstrap-timepicker-component .add-on i {
    display: block;
    height: 16px;
    width: 16px;
}

.bootstrap-timepicker>.input-group-addon {
    text-align: left;
}

/* for the timepicker css end */

/* btn focus box-shadow remove all buttons */
.btn-check:focus+.btn,
.btn:focus {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
}

.sla_style {
    font-size: 13px;
    padding: 8px;
    border-radius: 4px;
}

.text-bold {
    font-weight: bold;
}

.img-fluid>.fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
}

.sso-user-select {
    background: var(--primary-color) !important;
}

.script-tab>ul.nav.nav-tabs {
    background: #ffffff;
}

.script-tab .nav-link {
    color: #404E67;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.registration_icon {
    vertical-align: middle;
    color: red;
    position: absolute;
    top: 70%;
}

.input-group {
    margin-bottom: 0px !important;
}

/* Paras Majethiya */

div.prism-show-language>div.prism-show-language-label {
    left: 0 !important;
    right: auto !important;
}

.column_break_tts_master {
    white-space: normal !important;
    word-break: break-all;
    width: 40% !important;
}

.select-reset-block {
    background-color: #ffffff !important;
}

/* Nisha Patel - add left space to notification */
/* .growl-animated {
    left : 800px;
} */

/* Added By Ashok Ladumor */
.calendar-icon {
    background-color: #cbd1d1 !important;
}

.card .card-header .download-btn,
.card .card-header .refresh-btn {
    margin-top: 5px !important;
}

.search-btn-list.btn-align {
    position: absolute;
    top: 16px;
}

/*Height remove in data table due to 2 scroll*/
.dataTables_wrapper .row:nth-child(2) .col-xs-12.col-sm-12 {
    max-height: unset !important;
}

.calendar-icon {
    background-color: #cbd1d1 !important;
}

/* .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: var(--secondary-color) !important;
} */

/* Nisha Patel */
.card .card-block table tbody tr:first-child .dropdown-menu {
    inset: auto auto 0 0 !important;
    transform: translate3d(0, -30px, 0) !important;
    max-height: 94px;
}

/* Nisha Patel */
.card .card-block table tbody tr:first-child + tr .dropdown-menu {
    max-height: 125px !important;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:hover a {
    color: #fff;
}

.modal-open {
    padding-right: 0 !important;
}

/* critical and warning border white - Ashok Ladumor */
.f-w-600#critical,
.f-w-600#warning {
    border: 1px solid #ffff;
}

.c-p-b-13 {
    padding-bottom: 13px !important;
}

table tr td.sticky_column input[type='checkbox'] {
    height: 23px;
    width: 18px;
}

.wizard>.content>.body input[type="checkbox"] {
    display: none !important;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification,
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification {
    width: 15rem !important;
}

/*.notification_btn {
    margin-top : -4px !important;
}*/

.select2-selection:focus {
    border-radius: 0px;
    box-shadow: 0 0 0 0.05rem var(--primary-color);
    border: 1px var(--primary-color) !important;
}

.switchery:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.05rem var(--primary-color) !important;
}

.form-control:focus {
    box-shadow: 0 0 0 0.05rem var(--primary-color);
    border: 1px var(--primary-color) !important;
}

button.multiselect:focus {
    border-radius: 0px !important;
    box-shadow: 0 0 0 0.05rem var(--primary-color);
    border: 1px var(--primary-color) !important;
}

.bootstrap-tagsinput.focus {
    border-radius: 0px !important;
    box-shadow: 0 0 0 0.05rem var(--primary-color);
    border: 1px var(--primary-color) !important;
}

.checkbox-fade .cr {
    height: 18px;
    width: 18px;
}

input[type="checkbox" i]:disabled+span {
    opacity: 0.2 !important;
}

/* Sticky Breadcrumb css start  */

.sticky-breadcrumb {
    width: -webkit-fill-available;
    position: fixed;
    z-index: 999;
    margin: 0;
    padding-top: 0px;
    margin-right: 0.4%;
}

.sticky-breadcrumb+form,
.sticky-breadcrumb+div {
    margin-top: 50px;
}

.sticky_top {
    top: 59px;
}

@-moz-document url-prefix() {
    .sticky-breadcrumb {
        width: -moz-available;
    }
}

@media only screen and (max-width: 1250px) {
    .sticky-breadcrumb {
        margin-right: 0.7%;
    }
}

@media only screen and (min-width: 1251px) and (max-width: 3500px) {
    .sticky-breadcrumb {
        margin-right: 0.3%;
    }
}

@media only screen and (min-width: 3501px) {
    .sticky-breadcrumb {
        margin-right: 0.2%;
    }
}

/* Sticky Breadcrumb css end  */

.grid-btn>i::before {
    font-size: 20px !important;
}

.pcoded-main-container {
    min-height: calc(100vh - 56px) !important;
}

.sticky-tab-m-top {
    margin-top: 65px !important;
}

.sticky-tab-m-top div div ul#agent-tabs .nav-item {
    width: 150px !important;
}

.sticky-tab-m-top div div ul .nav-link {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.queue-tab-cls .padding-chart .call-details {
    padding: .50% !important;
}

.queue-tab-cls .moretext .padding-top .br-default {
    padding: .25rem !important;
}

.result-card.offline .status-on {
  color: #e94848;
}
.result-card.waiting .status-on{
  color: #6092cd;
}
.result-card.on-mute .status-on{
    color:#919aa3
}
.result-card.orange .card-block-header:before {
  background: #eea236;
}
.result-card.orange .status-on {
  color: #eea236;
}
.result-card.blue .card-block-header:before {
  background: #46b8da;
}
.result-card.blue .status-on {
  color: #46b8da;
}
.result-card.pink .card-block-header:before {
  background: #fe909d;
}
.result-card.pink .status-on {
  color: #fe909d;
}
.result-card.mustard .card-block-header:before {
  background: #ea6a47;
}
.result-card.mustard .status-on {
  color: #ea6a47;
}
.result-card.yellow .card-block-header:before {
  background: #dbae58;
}
.result-card.yellow .status-on {
  color: #dbae58;
}
.result-card.parrot-green .card-block-header:before {
  background: #b3c100;
}
.result-card.parrot-green .status-on {
  color: #b3c100;
}
.result-card.grey .card-block-header:before {
  background: #484848;
}
.result-card.grey .status-on {
  color: #484848;
}
.result-card.dark-blue .card-block-header:before {
  background: #23297a;
}
.result-card.dark-blue .status-on {
  color: #23297a;
}
.result-card.waiting .card-block-header:before {
  background: #6092cd;
}

.card .card-block-header .text-right i{
    cursor: pointer;
}

.custom-remove {
    float: right !important;
    margin: 3px !important;
}

.select_all_chk_div.checkbox-fade.fade-in-primary .select-all-checkbox {
    border: 2px solid #ccc !important;
}

.select_all_chk_div.checkbox-fade.fade-in-primary.select-all-checkbox-custom-class {
    margin-left: 34px !important;
}

.select_all_chk_div.checkbox-fade.fade-in-primary.select-all-checkbox-custom-class .form-label {
    margin-bottom: -5px !important; /* for the check box align manage o insted of -5px */
    margin-top: 0.25rem !important;
}
.select2-container--default .select2-selection--multiple {
    padding: 0.5px;
}
.column_break_dashboard {
    white-space: normal !important;
    /*word-break: break-all; */
    max-width: 300px;
}

.select-all-checkbox-custom-class .select-all-checkbox{
    top: 1px;
}
.custom-hc-form .btn-group button:after {
    right: 8px !important;
}

.form-radio input[disabled] {
    top: 6px;
    width: 16px;
    height: 14px;
    opacity: 2.5 !important;
}

.form-radio input[disabled] + .helper:before {
    background: #bcb9b9;
    border:.125rem solid #bcb9b9 !important;
}

.tab-block .agent_login_option {
  text-align: center;
}
.tab-block .agent_login_option .icon-box-login {
  border: 1px solid #e0e0e0;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
}
.tab-block .agent_login_option p {
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  color: #505458;
  padding: 0 0 15px;
}

/*.tab-block .agent_login_option p {
    padding: 0;
    margin-bottom: 10px;
}*/
.tab-block .agent_login_option .icon-box-login {
    padding: 5px 15px;
}

.tab-block .agent-login-footer {
  text-align: center;
  padding: 85px 0 5px;
  font-size: 14px;
  color: #8f939d;
  font-weight: 700;
}

.agent-new-nav .nav-right .btn-filter-1{
    margin-left: 5px !important;
}
.svg-icon{
  pointer-events: none;
}

.tab-block form .login-footer {
    padding: 25px 0 5px !important;
}

.widget-label {
    margin: -1px !important;
}
/* fixed footer  */
.login-footer-section p{
    text-align: center;
    color: #8f939d;
    position: fixed;
    bottom: 0px;
    font-weight: 700 !IMPORTANT;
    font: 13px 'Open Sans',Helvetica,Arial,sans-serif;
}

.login-footer-sso p{
    text-align: center;
    color: #8f939d;
    bottom: 0px;
    font-weight: 700 !IMPORTANT;
    font: 13px 'Open Sans',Helvetica,Arial,sans-serif;
    padding-top: 40px;
}

.icon-box-login .img-fluid {
  height: 25px !important;
}

.tab-block form .info-section {
   padding : 0px !important;
}

/* Multi checkbox - Grid */

.sticky_column > .select_all_chk_div.checkbox-fade.fade-in-primary.select-all-checkbox-custom-class {
    margin-left: 0px !important;
}

.sticky_column > .checkbox-fade, .checkbox-zoom{
    margin-right : 0px !important;
}


.select-all-checkbox-custom-class .checkbox-grid{
    top: -1px;
}
.multiselect-container .filter {
    margin-top: -2px;
    margin-bottom: 10px 
}

.multiselect-container .filter .input-group {
    width: 97%;
}

.growl-message {
    position: relative;
    padding-right: 30px;
}

.growl-close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
}
.sso-only{
    box-shadow: none;
    font-weight: bold;
    border: 1px solid rgb(193, 199, 208);
    border-radius: 3px;
    color: rgb(23, 43, 77);
    height: 40px !important;
    line-height: 40px !important;
    background: rgb(255, 255, 255) !important;
}

.sso-only span {
    -webkit-box-flex: unset;
    flex-grow: unset;
}

.sso-only img {
    height: 24px;
    width: 24px;
    margin-right: 6px;
}

#waveform {
    position: relative;
}

#markers-container {
    position: absolute;
    top: 20px;
    z-index: 10;
}

.marker {
    position: absolute;
    border: none;
    /* cursor: none !important; */
    width: 2px;
    height: 8px;
    /* border-radius: 50%; */
    color: white;
    font-weight: 600;
    font-size: 15px;
    padding: 0px;
}

.analysis-marker {
    border: none;
    /* cursor: none !important; */
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: white;
    font-weight: 600;
    font-size: 15px;
    padding: 0px;
}

#show_transcript_modal .modal-body {
    max-height: 450px;
    overflow: auto;
}

.custom_tab_style  {
    max-height: 250px;
    overflow: auto;
}

.custom_tab_style::-webkit-scrollbar {
    width:5px;
    height:5px;
}

.custom_tab_style::-webkit-scrollbar-track {
    background-color:#ffffff;
    -webkit-border-radius: 10px;
}

.custom_tab_style::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:#6d6d6d;
}

.sentiment_analysis_div span:first-child {
    width: 45px !important;
    max-width: 45px !important;
}

.sentiment_analysis_div span:nth-child(2) img {
    width: 20px;
    height: 20px;
}

.sentiment_analysis_div span:nth-child(2) {
    margin-right: 10px;
}

.sentiment_analysis_div span:nth-child(3) {
    margin-right: 10px;
    border-left: 1px gray solid;
}

.sentiment_analysis_div span:nth-child(4) {
    width: 640px !important;
}

/* for tenant crud multiselect box */
.div_provider_ids .btn-group {
    margin-bottom: 0px !important;
}
.transcript-details .btn-group {
    margin-bottom: 0px !important;
}

.multiselect-item .input-group-btn {
    margin-left: 0px !important;
}

.header-search {
    margin-top: 11px !important;
}

.suggestions {
    position: absolute;
    top: 100%;
    left: 40px;
    width: 71%;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
    display: none;
}

.suggestion-item {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer !important;
}

.suggestion-item:hover {
    background-color: #f4f4f4;
}

.suggestion-item > a{
    font-size: 14px;
    padding: 0 !important;
    color: #000 !important;
}
.suggestion-item > a:hover{
    color: var(--primary-color) !important;
}

.menu-search-b {
    border: 1px solid #e1e0e0 !important;
}

.menu-search-el:focus {
    border: 1px solid #e1e0e0 !important;
}

.suggestions::-webkit-scrollbar {
    width:5px !important;
    height:5px !important;
}

.suggestions::-webkit-scrollbar-track {
    background-color:#ebebeb !important;
    -webkit-border-radius: 10px !important;
}

.suggestions::-webkit-scrollbar-thumb {
    border-radius:10px !important;
    background:#6d6d6d !important;
}

.mr-13 {
    margin-right: -13px !important;
}

#play_tts > .btn i{
    margin-right: 0px !important;
}

#wavesurfer-loader {
    height: 90px !important;
    max-height: 90px !important;
    margin: 0 !important;
    margin-bottom: -80px !important;
}

.table thead tr th{
    text-align: center !important;
}

.table>tbody {
   vertical-align: middle !important;
}

#webhook-body {
    max-height: 60vh;
    overflow: auto;
}

.blur-loader {    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
}

.blur-loader h3 {
    top: 50%;
    position: absolute;
    left: 33%;
    color: white;
}

#webhook-body {
    max-height: 60vh;
    overflow: auto;
}

/* Meta Tempalte Preview */

.main_template_preview {
    height: auto !important;
/*    overflow-y: scroll;*/
}

.main_template_preview::-webkit-scrollbar {
    width:2px;
    height:5px;
}

.main_template_preview::-webkit-scrollbar-track {
    background-color:#ffffff;
    -webkit-border-radius: 10px;
}

.main_template_preview::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:#6d6d6d;
}

.compose_temp_preview_div {
/*    height: 450px;*/
    height: auto;
/*    border: 16px solid #333;*/
/*    border-radius: 36px;*/
    padding: 0;
/*    background-color: white;*/
/*    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.preview_loading_blk {
    margin-top: 200px !important;
    font-size: 20px !important;
}

.temp_preview-header {
    height: 50px;
    background-color: #075E54;
    color: white;
    display: flex;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
    font-weight: bold;
}

.temp_preview-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-weight: bold;
}

.temp_preview-main_blk {
    background: #f1f1f1;
    border-radius: 7.5px;
    padding: 10px;
    margin: 5px 0;
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
}

.temp_preview-header-text-content {
    margin-bottom: 15px;
}

.temp_preview-header-text-content h5 {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    color: #075E54;
}

.temp_preview-header-media-content {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.temp_preview-header-media-content img, .temp_preview-header-media-content video {
    max-width: 100%;
    border-radius: 10px;
}

.temp_preview-main_blk div {
    text-align: left !important;
}
/* Meta Tempalte Preview */

.highlighted-text-green {
    color: green;
}

.highlighted-text-red {
    color: red;
}

/* for after upgrade jquery version  multi selecte box design isues */
.custom-hc-form .btn-group {
    border-radius: 0 !important;
    border: 1px solid #d3d7da !important;
}

.custom-hc-form .btn{
    border-radius: 0px !important;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn{
    border: 0px solid #d3d7da !important;
}
.multiselect-selected-text {
    color: #353c4e;
}
/* for after upgrade jquery version  multi selecte box design isues */
.highlighted-text-green {
    color: green;
}

.highlighted-text-red {
    color: red;
}

/*Chat Bot Transaction CSS*/
.hs-bot-msg { position: relative;text-align: left; }
.hs-bot-msg .msg-view { border-bottom-left-radius: 0; }
.msg-view { display: inline-block; padding: 5px 10px; border-radius: 12px; }
.hs-bot-msg .time-msg { font-size: 13px; display: block; margin-top: 2px;}
.hs-bot-msg-list{margin: 0; padding: 0; list-style: none;}
.hs-bot-msg-list li {margin: 8px 0;}
.hs-bot-msg-list li a{display: inline-block; padding: 6px 10px; border-radius: 10px; background-color: var(--secondary-color);transition: background-color 0.3s ease, color 0.3s ease;color: #fff !important}
.hs-component-header { font-weight: bold;margin-bottom:10px; }
.hs-component-footer { color: #6c757d !important;margin-top:10px; }
.url-btn-list { text-align: center; }
.hs-img { width:200px;height:200px;display:block; }
.hs-component-direct-list { margin-top:15px;justify-content: end;display: inline-grid;width: 100%; }
.direct-list-button { border: 1px solid var(--secondary-color);padding: 5px 12px;font-size: 16px;border-radius: 17px;margin-bottom:10px;cursor:pointer;min-width: 40px;text-align:left;margin-right: 10px;position: relative;line-height: 30px;color: #626871;font-weight: 600;}
.direct-list-button:hover { color: var(--secondary-color);border: 1px solid var(--secondary-color); }
/*Chat Bot Transaction CSS*/

input[readonly]  {
    background-color: #f0f0f0 !important; /* Light gray color similar to a disabled input */
    border: 1px solid #ccc !important;    /* Optional: to match the disabled input border */
    color: #666 !important;               /* Optional: change text color to match disabled input */
    cursor: not-allowed !important;       /* Optional: change cursor style to indicate it's readonly */
}

.waReadReceipts {
    width: 15px;
    height: 15px;
}

.trumbowyg-editor table td {
    border: 1px solid black;
    height: 20px !important;
    width: 60px !important;
}

.text_name {
    max-height: 450px !important;
    overflow: auto;
}

.w-cust-icon-fileinput {
    height: 34px !important;
    padding: 5px !important;
}