/* Custom page CSS
-------------------------------------------------- */
body {
  *padding-top: 45px;
  font-weight: 300;
  overflow-x: hidden; /* sidebar */
}

.ie-only { display: none }

.footer {
  background: #ededed;
}
footer a {
    font-weight: 300;
    color: #666;
    font-size: 14px;
}
footer a:hover {
    color: #000;
}
.navbar {
    padding: 0 1rem;
}
.navbar-collapse {
    line-height: 1.75;
}
.bg-light {
    background-color: #ededed !important;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .nav .nav-link {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0;
}
.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .nav .active > .nav-link, 
.navbar-light .nav .nav-link.active, 
.navbar-light .nav .nav-link.show, 
.navbar-light .nav .show > .nav-link {
    background-color: #fff !important;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
    background-color: #fff !important;
}
.navbar-collapse {
    padding: .5rem 0;
}
.nav-icon {
    color: #000;
    font-size: 30px;
    padding: 0 1rem;
}
.nav-icon:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}
.logo {
    height: 2.75em;
    background: url("../images/t-logo.svg") no-repeat 0 50%;
    background-position: center; 
}
.navbar-light .navbar-toggler {
    outline: none;
    border:0px solid;
    text-align: right;    
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#dropdownUser {
    text-transform: inherit;
}
#dropdownUser::after {
    border: 0px solid; /*to remove caret*/
}
.dropdown-item {
    font-weight: 300;
    color: #000;
}
.dropdown-item.active, 
.dropdown-item:active {
    color: #000;
    background-color: #f8f9fa;
}
.dropdown-menu {
    border-radius: 0;
}

.bootstrap-select .btn {
    font-weight: 300;
}
.bootstrap-select.form-control, .bootstrap-select.dropdown {border: 1px solid #ddd !important;}
/*
.bootstrap-select .dropdown-toggle .filter-option {
    text-align: center;
}
*/
a {
    color: #e20074;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #d0006b;
    text-decoration: underline;
}
a:active, a:hover {
    outline: 0;
}
input, textarea, select, a, button {
    outline: none;
}
.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn, .btn-sm {
    border-radius: 0;
}
.btn-group-sm > .btn, .btn-sm {
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

}
.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .75rem;
    *min-width: 80px;
}
.btn-outline-primary {
    color: #e20074;
    border-color: #e20074;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #e20074;
    border-color: #e20074;
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show > .btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #ce006c;
    border-color: #ce006c;
    box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.show > .btn-outline-primary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, 
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, 
.show > .btn-outline-primary.dropdown-toggle:focus,
.btn-outline-primary:hover {
    color: #fff;
    background-color: #e20074;
    border-color: #e20074;
    box-shadow: none;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: none;
    outline: none;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.card {
    border-radius: 0;
}
.card-header {
    background-color: #ededed;
}
.big-icon {
    font-size: 5rem;
}
.phone-nr {
    color: #000;
}
.nav-item, .dropdown-item, .xdropdown-menu {
    width: 100%;
    *min-width: 120px;
    *text-align: center;
    white-space: nowrap;
}
div.btn-group .dropdown-menu {
    width: auto;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #e20074;
    background-color: #e20074;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 8px 8px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}
@media screen and (min-width: 992px) {
    .navbar-collapse {
        padding: 0;
    }
    .nav-item, .dropdown-item, .dropdown-menu {
        width: auto;
    }
    #ZC_search_term {max-width: 200px;}
}
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    overflow-y: auto;
    visibility: hidden;
    background-color: #ededed;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
    .my-wrapper {
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }
    .nav-link, .dropdown-item {padding-left: 5rem; padding-right: 5rem;}
}
@media (min-width: 992px) {
    .my-wrapper {
        transition: visibility .5s ease-in-out, -webkit-transform .5s ease-in-out;
        transition: transform .5s ease-in-out, visibility .5s ease-in-out;
        transition: transform .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .5s ease-in-out;
    }
}
.my-wrapper {
    position: fixed;
    top: 44px; /* Height of navbar */
    border-top: 1px solid #fff;
    bottom: 0;
    left: -100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #ededed;
    background-color: #fff;
}
.my-wrapper.toggled {
    visibility: visible;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.my-wrapper-new {
  visibility: hidden;
  opacity: 0;
  *transition: visibility 0s linear 0s, opacity 400ms;
  height: 0px;
}
.my-wrapper-new.toggled {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 400ms;
  height: 100%;
}

.my-ivr-card {
  display: none;
}
.my-ivr-card.toggled {
  display: block;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.tree-container {
    padding: 10px 0;
}
.branch-container {
    *background-color: #f8f9fa;
}
.my-hr {
    border-top: 4px solid #e20074;
    padding-top: 2rem;
}

#ZC_phone_div .dropdown-toggle::before {
    display: inline-block;
    font-family: 'icomoon' !important;
    content: "\e0cd";
}
label {
    margin-bottom: .1rem;
    margin-top: .25rem;
    *font-size: 1.2rem;
    *font-weight: 400;    
}
.form-control:focus, .custom-select:focus {
    color: #333;
    border-color: #ddd;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,0,0,.05);
}
.form-control, .form-control-sm, .form-control-lg, .custom-select {
    border-radius: 0;
    font-weight: 300;
    font-size: 1rem;
}
.input-group-text {
    border-radius: 0;
}
.inline-prefix {
    text-align: right;
    width: 140px;
}
.inline-postfix {
    margin-top: .25rem;
}
.form-control:disabled, .form-control[readonly] {
    background-color: rgb(248, 249, 250);
    opacity: 1;
}
@media (max-width: 575.98px) {
    .hidden-sm{
      display:none;
      visibility:hidden;
    }
}
@media (max-width: 767.98px) {
    .hidden-md{
      display:none;
      visibility:hidden;
    }
}
.hidden{
  display:none;
  visibility:hidden;
}
.ivr-state-hidden {
  display:none;
}
.keypad-num {
    font-weight: bold;
}
.modal-body audio {
    width: 100%;
}


#formats {
  margin-top: 0.5rem;
  font-size: 80%;
}
.btn-rec {
  background: #ed341d;
  *box-shadow: inset 0 -0.15rem 0 rgba(0, 0, 0, 0.2);
  color:#ffffff;
  min-width: 110px;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;    
}
.btn-rec:hover, .btn-rec:focus {
  outline: none;
  background: #c72d1c;
  color:#ffffff;
}
.btn-rec::-moz-focus-inner {
  border: 0;
}
.btn-rec:active {
  *box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
}
.btn-rec:disabled {
  pointer-events: none;
  background: lightgray;
}
@media (max-width: 576px) {
    .btn-rec {
      min-width: auto;
    }
}

.Blink {
  color: #ff0000;
  *animation: blinker 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
  animation: blinker 0.8s 0s infinite alternate;  
}
@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0.1; }
}
#load {
  width: 40px;
  height: 40px;
  position: fixed;
  top: calc(50vh - 20px);
  left: calc(50vw - 20px);
}
.can-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.ico-round {
    color:#fff;
    background-color:#feb22a;
    width:18px;
    height:18px;
    display:inline-block;
    border-radius:100%;
    font-size:13px;
    font-weight: normal;
    text-align:center;
    text-decoration:none;
    /*
    -webkit-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    */
    cursor: pointer;
}
#ruler { 
    visibility: hidden; 
    white-space: nowrap; 
    font-size: 1.25rem; 
    font-weight: normal; 
    position: fixed;
    top: -99999px;
    left: -99999px;
}
.apk-icon {
    height: 2em;
    width: 2em;
    margin-right: 0.5em;
    background: url("../images/apk_icon.svg") no-repeat;
    background-size: contain;
}

.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, 0.5);
  line-height: 46px;
  transition: color .15s ease-in-out,
      background-color .15s ease-in-out,
      border-color .15s ease-in-out,
      box-shadow .15s ease-in-out;  
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #5a5c69;
  text-decoration: none;
}

.scroll-to-top span{
  font-weight: bold;
}
th {font-weight: 600;}

#ZC_settings_table th {font-weight: 400;}
#ZC_settings_table .th-inner, 
#ZC_settings_table td {
    padding-left: 0;
}

.dropdown-menu {
    min-width: 100%;
}
.dropdown-item {
    padding: .25rem 1rem;
}
.text-to-copy,
.text-to-copy[readonly],
.text-to-copy:focus {
    border: 0px;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
.navbar {
    height: 2.75em;
}
.dropdown-toggle::after {
    *display: none;
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #fff !important;
}
.bottom-shadow {
-webkit-box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.25);
box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.25);
}
.right-shadow {
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}
.list-group-item {
    border: none;
}
.my-text-primary {color: #e20074;}
.my-text-primary:focus, .my-text-primary:hover {
    color: #e20074;
}
.table-button, tr.selected .table-button {
    *visibility: hidden;
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
tr:hover .table-button, tr.selected:hover .table-button {
    visibility: visible;
}
.my-user-menu .dropdown-item {min-width:8rem;}
.list-group-item.active {
    color: #333;
    background-color:#ededed;
    border-color:#ededed;
}
img.img-center {
    display: inline-block;
    width: 900px;
    border: 1px solid #ddd;
    
    -webkit-box-shadow: 2px 2px 9px -3px rgba(0,0,0,0.43);
    -moz-box-shadow: 2px 2px 9px -3px rgba(0,0,0,0.43);
    box-shadow: 2px 2px 9px -3px rgba(0,0,0,0.43); /**/
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.custom-range::-moz-range-thumb {
  background: #e20074;
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,0,0,.05);
}
.custom-range::-moz-range-track {
    background-color:rgba(0,0,0,.2);
}

.custom-range::-webkit-slider-thumb {
  background: #e20074;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,0,0,.05);
}
.custom-range::-webkit-slider-runnable-track {
    background-color:rgba(0,0,0,.2);
}

.custom-range::-ms-thumb {
  background: #e20074;
}
.custom-range::-ms-track {
    background-color:rgba(0,0,0,.2);
}

#zoomRange{
  width: 12rem;
}
.my-table-menu {
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color:#fff;
    background-clip: padding-box;
    border: 1px solid
    rgba(0,0,0,.15);
    border-radius: 0;
}
.my-table-menu.show {
    display: block;
}
.note-editor.note-airframe, .note-editor.note-frame {
    border: 1px solid #ddd;
}
.note-toolbar.card-header, .input-group-text {background-color: rgba(0, 0, 0, 0.03);}

.bootstrap-datetimepicker-widget table td.today:before {
border-bottom-color: #e20074;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
background-color: #e20074;
}
.bootstrap-datetimepicker-widget table td span.active {
background-color: #e20074;
}
.fax-info{text-transform: uppercase; font-size: .85rem;}
.fax-info .label {padding: 0 6px; text-align: right; text-overflow:ellipsis; white-space: nowrap;overflow: hidden;}
.fax-info .item {padding: 0 6px;}

.bootstrap-table *::selection {background-color: transparent;}
.bootstrap-table .fixed-table-container .table thead th .both:not(.asc):not(.desc):hover{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}
.bootstrap-table .fixed-table-container .table thead th .both:not(.asc):not(.desc) {
    background-image: none;
}
.bootstrap-table .fixed-table-container .table thead th .both.desc {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ");
}
.bootstrap-table .fixed-table-container .table thead th .both.asc {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
}
.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.02);
}
table { -moz-user-select: none; }

.checked {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-left: .25rem;
}
.checked::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 50%;
    width: 1px;
    background-color: #333;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}
.checked::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 80%;
    background-color: #333;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}

.collapse_control.collapsed:after
{
    display: inline-block;
    margin-left: 1em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #333;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.collapse_control:after
{
    display: inline-block;
    margin-left: 1em;
    vertical-align: .255em;
    content: "";
    border-bottom: .3em solid #333;
    border-right: .3em solid transparent;
    border-top: 0;
    border-left: .3em solid transparent;
}
#menuArch.collapsed .badge {
    *visibility:visible;
    opacity: 1;
    transition: opacity 1000ms;
}
#menuArch .badge {
    *visibility: hidden;
    opacity: 0;
    transition: opacity 400ms;
}
.spinner-border {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;    
    margin-left: -1rem;
    margin-top: -1rem;
}
.no-records-found {
    visibility: hidden;
}
.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.modal-content {border-radius: 0;}

/* Remove margins and padding from the list */
ul.fileList {
  margin: 0;
  padding: 0;
}
#xfaxFileList {
  columns: 400px 2;
  -webkit-columns: 400px 2;
  -moz-columns: 400px 2;   
}
#faxRecipList {
  columns: 400px 2;
  -webkit-columns: 400px 2;
  -moz-columns: 400px 2;   
}

/* Style the list items */
ul.fileList li {
  position: relative;
  padding: 6px 12px;
  list-style-type: none;
  transition: 0.2s;
  background: rgb(248, 249, 250);
  
  /* make the list items unselectable */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
  border-bottom: 1px solid #ddd;
}

/* Darker background-color on hover */
ul.fileList li:hover {
  background: #f0f0f0;
}

/* Style the close button */
ul.fileList .close-ul-li {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px 12px;
  font-size: 1.25rem;

}
ul.fileList .close-ul-li:hover {
  background-color: #ddd;
}

.tt-menu { width:300px; }
ul.typeahead{margin:0px;padding:10px 0px;}
ul.typeahead.dropdown-menu li a { border-bottom:#ddd 1px solid;}
ul.typeahead.dropdown-menu li:last-child a { border-bottom:0px !important; }
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
        text-decoration: none;
        background-color: #ddd;
        outline: 0;
}
.my-hidden {
  display: none;
}
.my_shown 
{
    display:block;
}
.my_hidden 
{
    display:none;
}
.my_inline 
{
    display:inline;
}

#collapseArch > .list-group-item::before {
    display: inline-block;
    content: "";
    width: 0.5em;
}

.slider-from-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    overflow-y: hidden;
    max-height: 500px;
    transition: max-height 0.5s ease-in;
    background: #fff;
}
.slider-from-top.closed {
    max-height: 0;
    transition: max-height 0.25s ease-out;
}
.sticky-top {
    z-index: 4;
}
.text-theme {color: #e20074;}
#faxOverlay {z-index: 21;}

#ZC_drop_files_list.is-dragover,
#ZC_camp_files_table.is-dragover {
  background-color: rgba(0, 0, 0, 0.03);
  border: 0px solid #eee;
}    
.semi-transparent {
  background:rgba(1,1,1,0.2) !important;
}
.tooltip-inner {
    color: #fff;
    background-color: #e20074;
    border-radius: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #e20074;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #e20074;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #e20074;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #e20074;
}
@media (max-width: 1048px) and (min-width: 992px) {
    #ZC_bulk_nav .nav-link {
        width: 120px;
        overflow: hidden;
        white-space: nowrap; 
        text-overflow: ellipsis;
    }
}