:root {
    --main: #696cff;
    --mainChild: #e7e7ff;
    --mainText: #fff;
    --mainTextChild: rgb(8, 8, 8);
}

.lvmbtn {
    background-color: var(--main) !important;
}

.CustomTextTheme {
    color: var(--mainText) !important;
}

.dataTable {
    /* box-shadow: 3px 3px 9px -1px var(--main); */
    box-shadow: none !important;
}

.buttonLiveMonitoring {
    border: 1px solid;
    padding: 3px;
    border-radius: 9%;
    box-shadow: 2px 2px 9px -1px var(--main);
}

.process-chnage-right-menu a {
    margin: 2px 10px;
    color: var(--main) !important;
}

.LiveTableUpperBtn {
    font-size: 0.98rem;
    box-shadow: 2px 2px 9px -1px var(--main);
}

.LiveMBtn {
    padding: 3px;
    background-color: #FFF;
    font-size: 11px;
    color: var(--main);
    border-color: var(--main);
    border-radius: 5px;
    box-shadow: 1px 1px 9px -1px var(--main);
}

#campEndDate {
    border-radius: 5px;
}

.monitoring-dashboard-outer {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.monitor-dahboard {
    width: 100%;
    overflow: hidden;
}

.process-chnage-right-menu button {
    margin: 3px 5px;
    color: var(--main) !important;
}

.agent_campaign_heading {
    background-color: var(--main);
    color: #fff;
    font-weight: bold;
    padding: 3px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.monitoring-close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: #fff;
    color: #2196f3;
    text-align: center;
    font-size: 12px;
}

.monitoring-dashboard-head {
    font-weight: bold;
    padding: 5px 5px;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
    background: var(--main);
}
.monitor-card {
    /* box-shadow: 0px 0px 4px var(--main); */
    box-shadow: 0px 0px 10px #80808078 !important;
    overflow: hidden !important;
    border-radius: 5px;
    line-height: 18px;
    text-align: left;
    padding: 5px 6px;
    font-size: 12px;
    font-weight: bold;
    color: #41464b;
    background-color: #fff;
    /* color: var(--monitorTxt); */
    /* background-color: var(--monitorMain); */
    border-color: var(--main);
    box-shadow: 3px 3px 9px -1px var(--main);
}

.monitor-card-content {
    width: 100%;
    padding: 4px;
    overflow: hidden !important;
    float: left;
}

.monitor-card .number {
    font-size: 16px;
    /* background: var(--main); */
    border-radius: 5px;
    /* color: #fff; */
    padding: 4px;
    font-weight: 500;
    min-width: 30px;
    text-align: center;
}

.agent-status {
    min-width: 40px !important;
    display: block !important;
    font-size: 100%;
}

.pl-2 {
    padding-left: 8px;
}

.mt-2 {
    margin-top: 10px;
}

.mb-2 {
    margin-bottom: 10px;
}

.agent-list td:nth-child(7) {
    width: 8%;
}

.agent-list td:nth-child(5) {
    width: 9%;
}

/* .agent-list  td .agent_name {
    width: 10% !important;
} */

.agent-list td.agent_name {
    width: 10% !important;
}
.agent-list td.abandantcounttd {
    width: 4% !important;
}
.agent-list td {
    width: 4% !important;
}

.agent-list td:first-child {
    width: 5%;
    word-break: break-all;
    word-wrap: break-word;
}

.agent-list td:last-child {
    width: 8%;
    word-break: break-all;
    word-wrap: break-word;
    white-space: nowrap;
}

.agent-status {
    color: #333;
}

.agent-list td.tdtimer,
.trunk-status-list .tdtimer {
    width: 5%;
}

.agent-list .timer,
.trunk-status-list .timer {
    display: flex;
    margin: auto;
    background-color: #000;
    border-radius: .25em;
    color: #fff;
}

.CustomTextTheme {
    font-size: 13px !important;
    font-weight: bold;
}

.srno {
    display: contents;
}

.timer {
    padding-top: 0.5px !important;
    padding-bottom: 0px !important;
}

.agent-list .timer div,
.trunk-status-list .timer div {
    min-width: 22px !important;
}

.agent-list .agnt_name div {
    max-width: 150px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.agent-list .tl_name div {
    max-width: 150px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.change-rpocess-outer {
    padding-bottom: 5px;
    width: 100%;
    overflow: hidden;
}

.m-modal-popup {
    position: fixed;
    top: 18%;
    left: 0;
    right: 0;
    width: 90%;
    background-color: #fff;
    box-shadow: -5px 14px 25px rgb(0 0 0 / 20%);
    border-radius: 10px;
    min-height: 10px;
    z-index: 1001;
}

.m-modal-popup .m-modal-popup-heading {
    font-weight: bold;
    padding: 5px 5px;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
    background: var(--main);
}

.m-content {
    padding: 5px;
}

#campaign-summary,
#trunk-status {
    left: 0px;
    right: 0px;
    margin: auto;
}

#campaign-summary .m-content,
#trunk-status .m-content {
    padding: 10px;
}

#campaign-selected {
    left: 70%;
}

#agent-notification {
    left: 612px;
    top: 43.5px;
}

.mw-300p {
    max-width: 300px;
}

#pills-content-stacked {
    min-height: none !important;
}

ul.custom-qry-pills>li {
    width: 100% !important;
}

.custom-tab-content .tab-pane.fade {
    display: none;
}

.custom-tab-content .tab-pane.show {
    display: block !important;
}

.custom-nav.nav-pills .nav-link {
    border-radius: .25rem;
    font-size: 12px;
    text-transform: uppercase;
    padding: 17px 29px 16px;
    line-height: 1;
    background-color: #f5f5f5;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
    margin: .5rem;
}

.custom-nav.nav-pills .nav-link.active {
    background: var(--main);
    color: #fff;
}

table.input-table .form-control-sm {
    display: block;
    width: 100%;
    /* height: calc(2.0625rem + 2px); */
    padding: .375rem .75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #525f7f;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #e9ecef; */
    border-radius: 2px;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

table.input-table textarea.form-control-sm {
    min-height: 35px;
}

table.input-table tr th {
    background-color: #f5f5f5 !important;
}

table.custom-report-tables td:first,
table.custom-report-tables td:last-child {
    max-width: 2% !important;
}

.custom-query-textarea {
    min-height: 300px;
    padding: 10px 10px;
    color: #e83e8c !important;
    word-break: break-word;
    font-size: 87.5%;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    color: #c7254e;
    background-color: #f9f2f4 !important;
    outline: 0 !important;
    line-height: 20px;
    letter-spacing: 1.5px;
    word-spacing: 5px;
    text-indent: 0 !important;
}

.custom_query_report_table tr td {
    width: 13%;
}

.custom_query_report_column tr td {
    width: 10.5%;
}

.custom-search-fields tr td {
    width: 9.5%;
}

.custom_query_report_table tr td:first-child,
.custom_query_report_table tr td:last-child,
.custom_query_report_column tr td:last-child {
    width: 2%;
}

label.checkbox_label {
    line-height: 19px;
}

label.checkbox_label input[type='checkbox'] {
    float: left;
    margin-right: 5px;
    ;
}

.shadow-sm-d {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.rounded-sm {
    border-radius: 10px;
}

.report-pagination-dropdown {
    padding: 3px 10px;
    border-radius: 5px;
}