@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-wrap: break-word;
}

html,
body {
    font-family: "OpenSans";
    background: #f8fbfc;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

a img {
    border: none;
}

a {
    text-decoration: none;
    color: #434343;
}

body {
    display: block;
    margin: 0px;
}

.wrapper-flude {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding: 0 20px;
    width: 100%;
}

.clr:after,
.afclr:after {
    clear: both;
    float: none;
    display: block;
    content: "";
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    display: inline-block;
}


/* loader */

body {
    /*overflow: hidden;*/
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255, 255, 255, 0.8);
    z-index: 99;
    opacity: 0.5;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    background-size: 80px
}

ul.filter_menu .active .sub-menu-filter {
    display: block;
}

/* loader */


/* ------Home------ */


/* mobile */

.mob_logo {
    display: none;
}

.toggle_menu a.toggle_icon {
    display: none;
}


/* mobile */

.menu_children {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.menu_children ul.sub_menu {
    display: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

li.menu_children.active ul.sub_menu {
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.side_bar ul.sub_menu a {
    padding: 5px 5px 5px 30px;
    color: #000;
    position: relative;
}

ul.sub_menu {
    background-color: #eaeaea;
    padding: 15px 0;
}

.side_bar ul.sub_menu a::after {
    /*     content: '-';
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 20px;
font-size: 16px; */
}


/* ----------------- */


::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); */
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #cdcdcd;
}

.side_bar::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); */
    background-color: #fff;
}

.side_bar::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}

.side_bar::-webkit-scrollbar-thumb {
    background-color: #cdcdcd;
}

.top_nav {
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
    display: inline-flex;
    align-items: center;
    background-image: linear-gradient(to right, #0096d5, #00b19e);
}

.top_nav .logo {
    width: 20%;
    float: left;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.17);
    padding: 15px 0;
}

.top_nav .top_other {
    width: 80%;
    padding: 0 20px;
}

.side_bar {
    position: fixed;
    overflow-y: scroll;
    width: 20%;
    background-color: #fff;
    /* max-height: 90%; */
    height: 100%;
    box-shadow: 0px 2px 2px 3px #0000001a;
}



.side_bar .side_menu {
    /* margin-bottom: 65px; */
    margin-bottom: 10px;
}

.side_bar .side_menu a {
    font-size: 14px;
    color: #717171;
    font-family: "OpenSans";
    display: block;
    border-bottom: 1px solid #ebebeb;
    padding: 25px 20px;
}

.side_bar .side_menu a:hover,
.side_bar .side_menu a:active {
    color: #00a8b1;
}

.side_bar .side_menu li:last-child a {
    border: none;
}

.side_bar .side_menu a i {
    font-size: 24px;
    float: right;
}

.top_other .date_time p {
    font-size: 14px;
    color: #fff;
    font-family: "OpenSans";
}

.top_other .notification .icon a {
    padding: 0 5px;
    margin: 0 10px;
    position: relative;
}

.top_other .notification .icon a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: -5px;
    right: 0;
    background-color: #ffe535;
    border-radius: 50%;
}

.top_other_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile .pro_card_img {
    border-radius: 50%;
}

.notification ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.notification ul li a {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-family: "OpenSans";
    font-size: 16px;
}

.notification ul li a span {
    font-size: 14px;
}

.notification ul li img.porfile_img {
    margin-right: 15px;
}

.notification ul li.menu-item {
    margin: 0 30px 0 30px;
    position: relative;
}

.notification ul li.menu-item::after {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 0;
    right: -25px;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
}

.notification .menu-item .sub-menu-profile {
    position: absolute;
    top: 100%;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    box-shadow: 0px 15px 28px 0 rgba(205, 205, 205, 0.5);
    padding-top: 15px;
}

.notification li.menu-item .sub-menu-profile li {
    float: none;
    border-top: 1px solid #d3d3d3;
    border-left: none;
    padding: 0;
    background: #fff;
    display: block;
    margin: 0;
    position: relative;
}

.notification li.menu-item .sub-menu-profile a {
    padding: 10px;
    text-align: left;
    font-size: 14px;
    display: block;
    margin: 0;
    -webkit-transitio: all 0.3s ease;
    transition: all 0.3s ease;
    color: #717171;
}

.notification li.menu-item .sub-menu-profile a:hover {
    background: #f1f1f1;
}

.notification li.menu-item:hover>.sub-menu-profile {
    visibility: visible;
    opacity: 1;
}

.sec_two .page_data {
    width: 80%;
    float: right;
}

img.graph_width_full {
    width: 100%;
    text-align: center;
}

.sec_two {
    margin-top: 82px;
    position: relative;
    min-height: 845px;
}

.inner_page {
    padding: 20px;
}

.graph_sec img {
    width: 100%;
}

.call,
.graph_sec {
    margin: 0 -20px;
}

.main_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eef2f5;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.page_data_sec {
    width: 50%;
    float: left;
    display: inline-block;
}

.page_other_data {
    padding: 0 20px;
}

.page_data .title h3 {
    font-size: 18px;
    font-family: "OpenSans";
    font-weight: 600;
    color: #5c5c5c;
    text-transform: uppercase;
}

.date_to_from label {
    font-size: 15px;
    font-family: "OpenSans";
    color: #5c5c5c;
    margin-right: 15px;
}

.date_to_from input {
    font-size: 12px;
    font-family: "OpenSans";
    color: #5f5f5f;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #dae4ec;
    margin: 0 10px 0 0;
}

.call_card {
    display: inline-flex;
    align-items: center;
    width: 100%;
    border-radius: 15px;
    padding: 30px 50px;
    position: relative;
}

.one_change {
    padding: 30px 50px;
    background-color: #0096d5;
}

.two_change {
    padding: 30px 50px;
    background-color: #00b19e;
}

.one_change a.call_attend,
.two_change a.call_attend {
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
    margin-right: 25px;
}

.call_card a h5 {
    font-size: 35px;
    font-family: "OpenSans";
    font-weight: 600;
    color: #fff;
}

.call_card a p {
    font-size: 15px;
    font-family: "OpenSans";
    font-weight: 600;
    color: #fff;
}

.footer {
    width: 100%;
    background-color: #5a5a5a;
    padding: 15px 30px;
    display: block;
    position: relative;
    display: none;
}

.footer ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer ul {
    margin-left: 50px;
}

.footer li a {
    color: #fff;
    font-family: "OpenSans";
    font-size: 14px;
}

.footer_sec {
    width: 50%;
    float: left;
}

.footer_sec p {
    color: #fff;
    font-family: "OpenSans";
    font-size: 14px;
    opacity: 0.4;
    float: right;
}


/* ------Home------ */


/* manage_billing_plan */

.bill_form label {
    width: 150px;
    display: inline-block;
    text-align: right;
    color: #434343;
    font-size: 14px;
    font-family: "OpenSans";
    font-weight: 600;
    vertical-align: top;
    margin-top: 20px;
    text-transform: capitalize;
}

.bill_form input[type="text"],
.bill_form input[type="email"],
.bill_form input[type="number"],
.bill_form input[type="tel"],
.bill_form textarea,
.bill_form input[type="password"] {
    border: 1px solid #dfe8f1;
    border-radius: 3px;
    padding: 10px 8px;
    margin: 10px 0;
    color: #434343;
    font-size: 14px;
    font-family: "OpenSans";
    width: 245px;
}

.bill_form textarea {
    resize: none;
}

.bill_form select:focus,
.bill_form textarea:focus,
.bill_form input:focus {
    outline: none;
}

label.switch {
    position: relative;
    display: inline-block;
    margin-top: 14px;
    width: 60px;
    height: 30px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #009bcb;
}

input:focus+.slider {
    box-shadow: 0 0 1px #009bcb;
}

input:checked+.slider:before {
    -webkit-transform: translateX(28px);
    -ms-transform: translateX(28px);
    transform: translateX(28px);
}

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.bill_form {
    margin: 30px 0;
    padding: 20px;
    border: 1px solid #dfe8f1;
    border-radius: 6px;
    font-family: "OpenSans";
    position: relative;
    background: #fff;
}

.bill_form form {
    min-height: 600px;
    position: relative;
}

.submit_btn {
    text-align: right;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

.submit_btn button {
    width: 120px;
    padding: 10px 0;
    margin: 0 5px;
    border: 1px solid #b4b4b4;
    background-color: #f0f0f0;
    border-radius: 5px;
    cursor: pointer;
    color: #787878;
    font-size: 14px;
    font-family: "OpenSans";
    font-weight: 600;
    -webkit-transitio: all 0.3s ease;
    transition: all 0.3s ease;
}

.submit_btn button:focus,
.submit_btn button:hover {
    border: 1px solid #00bca4;
    background-color: #00bca4;
    color: #ffffff;
    -webkit-transitio: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}


/* manage_billing_plan */


/* manage_customers */

.customer label {
    width: 180px;
}

.customer textarea {
    min-height: 141px;
}


/* manage_customers */


/* manage_add_users */

.bill_form select {
    border: 1px solid #dfe8f1;
    border-radius: 3px;
    background: none;
    padding: 10px 8px;
    margin: 10px 0;
    color: #434343;
    font-size: 14px;
    font-family: "OpenSans";
    width: 245px;
}

.full_data {
    display: inline-block;
}


/* manage_add_users */


/* manage_edit_users */

.change_pass {
    width: 100%;
    display: inline-block;
}

.bill_form a {
    padding: 0;
    float: right;
    margin: 5px 0;
    color: #3870b6;
    font-size: 14px;
    font-family: "OpenSans";
    font-weight: 600;
}

.bill_form a:hover {
    text-decoration: underline;
}


/* manage_edit_users */


/* manage_active_users */

.tabing_page .main_data {
    margin-bottom: 0;
}

.main_data a {
    margin-right: 30px;
}

.main_data a.additional {
    color: #2babd5;
    background: #fff;
    font-size: 14px;
    font-family: "OpenSans";
    font-weight: 600;
    line-height: 1;
    padding: 7px 20px;
    border-radius: 5px;
    border: 1px solid #2babd5;
    -webkit-transitio: all 0.3s ease;
    transition: all 0.3s ease;
}

.tabing_page .main_data a.additional:hover,
.tabing_page .main_data a.additional:active {
    color: #fff;
    background: #2babd5;
    -webkit-transitio: all 0.3s ease;
    transition: all 0.3s ease;
}

.tabing_page .page_other_data {
    padding: 0;
}

.tabing_page .main_tab {
    text-align: left;
    padding: 20px 20px 0 20px;
    background-color: #eef2f5;
}

.tab button.tab {
    width: 100%;
    max-width: 138px;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    background: #d3d5d7;
    border: 1px solid rgba(90, 90, 90, 0.4);
    border-bottom: none;
    font-family: "OpenSans";
    font-weight: 600;
    color: #5c5c5c;
    -webkit-transitio: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
}

.tab button.tab::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
    opacity: 0;
}

.tab button.tab.active::after {
    opacity: 1;
}

.tab button.active {
    background: #fff;
}

.tab button.tab:hover,
.tab button.tab:focus {
    outline: none;
    background: #fff;
    -webkit-transitio: all 0.3s ease;
    transition: all 0.3s ease;
}

.tab_content {
    padding: 40px 20px 0;
    color: #787878;
    font-family: "OpenSans";
    font-weight: 600;
    font-size: 14px;
    border-top: 1px solid rgba(90, 90, 90, 0.4);
    min-height: 600px;
}

.tab_content label select {
    padding: 3px 0;
    margin: 0 5px;
    border-radius: 5px;
    border: 1px solid #787878;
    font-family: "OpenSans";
}

.tab_content select:focus {
    outline: none;
}

.tab_content_inner {
    display: none;
}

.tab_content_inner.active {
    display: block;
}

.dataTables_wrapper .dataTables_filter input {
    margin-bottom: 15px;
    padding: 3px;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
}

table.dataTable.no-footer {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 35px;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6;
    color: #009cc8;
}

table.dataTable.no-footer thead {
    background-color: #00bca4;
    color: #fff;
    text-align: left;
}

.dataTables_wrapper {
    margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #787878 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    border-color: #fff;
    color: #787878 !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #787878 !important;
}

.dataTables_wrapper .dataTables_processing {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
    background: #ffffffb8;
    margin: 0;
    padding: 0;
    height: auto;
}

.dataTables_wrapper .dataTables_processing img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 80px;
    height: auto;
}





.tab_content table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: rgba(242, 242, 242, 0.5);
}

table.dataTable {
    font-family: "OpenSans";
    font-weight: 600;
    color: #787878;
    border-color: #ddd !important;
}

table.dataTable thead th {
    text-transform: uppercase;
    white-space: nowrap;
}



/* manage_active_users */

/* Tooltips Tippy */
.feature_info {
    /* position: absolute;
    top: 4px;
    right: 8px;
    color: #fff; */
    width: 13px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: -1px;
    margin-left: 4px;
}

/* single_call_record */

.single_call_record .main_data {
    display: block;
    padding: 15px 30px;
    position: fixed;
    width: 80%;
    height: auto;
    z-index: 1;
}

.single_call_record .page_other_data {
    margin-top: 140px;
    position: relative;
    z-index: 0;
}

.single_call_record p {
    display: block;
    text-align: right;
    margin: 5px 0;
    font-size: 10px;
    font-family: "OpenSans";
    color: #787878;
}

.single_call_record p a {
    color: #00a8b1;
    font-size: 11px;
}

.single_call_record .main_data a.img {
    display: block;
}

.single_call_record a.img img {
    width: 100%;
}

.top_message_detail span.time_ {
    color: #787878;
    font-size: 14px;
    font-family: "OpenSans";
    margin-right: 15px;
}

.agent span.partner {
    font-size: 12px;
    color: #009bcb;
    font-family: "OpenSans";
    font-weight: 600;
    margin-right: 15px;
}

.customer span.partner {
    color: #e05f00;
    font-size: 12px;
    font-family: "OpenSans";
    font-weight: 600;
    margin-right: 15px;
}

.customer a.statement,
.agent a.statement {
    font-size: 12px;
    color: #787878;
    font-family: "OpenSans";
    font-weight: 600;
    padding: 2px 15px;
    border: 1px solid #787878;
    border-radius: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.customer a:hover,
.agent a:hover {
    color: #fff;
    background: #787878;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.top_message_detail {
    margin: 10px 0;
}

.agent .mssg {
    background-color: #ebf7f8;
    width: 100%;
    padding: 10px;
    position: relative;
}

.agent p {
    color: #212020;
    font-size: 13px;
    text-align: left;
    font-family: "OpenSans";
    margin: 5px 0;
}

.single_call_record .agent,
.single_call_record .customer {
    padding: 5px 0;
}

.customer .mssg {
    background-color: #f9f4ef;
    width: 100%;
    padding: 5px 40px 5px 10px;
    position: relative;
}

.customer p {
    color: #212020;
    font-size: 13px;
    text-align: left;
    font-family: "OpenSans";
    margin: 5px 0;
}

.single_call_record {
    margin-bottom: 50px;
}

.main_data .plyr--audio .plyr__controls {
    background: #fff;
    color: #717171;
    padding: 15px 20px;
    border-radius: 5px;
    margin-top: 5px;
}

.single_call_record a.jump_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.single_call_record a.jump_icon:hover {
    background: none;
    color: #717171;
}


/* single_call_record */


/* manage_API-USAGE */

.tab_content_inner .bill_form {
    margin: 0 0 30px;
}

.bill_form .full_data textarea {
    width: 80%;
}

.other_full_data input {
    width: auto;
    margin-right: 25px;
}

.other_full_data label {
    margin-right: 5px;
    width: auto;
}

.other_full_data {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.sub_tab_inner .subtab-data {
    padding: 30px 10px;
    /* border: 1px solid#bcbcbc;*/
}

.main_sub_tab {
    text-align: right;
    margin-bottom: 20px;
}

.sub_tab_inner label {
    /* width: 150px;*/
    display: inline-block;
    text-align: right;
    color: #434343;
    font-size: 14px;
    font-family: "OpenSans";
    font-weight: 600;
    vertical-align: top;
    margin-top: 20px;
    text-transform: capitalize;
}

.sub_tab_inner span {
    display: inline-block;
    text-align: right;
    color: #434343;
    font-size: 14px;
    font-family: "OpenSans";
    font-weight: 600;
    margin-top: 20px;
    text-transform: capitalize;
}

.sub_tab_inner .submit_btn {
    margin-top: 50px;
    text-align: center;
}

.sub_tab_inner .submit_btn button {
    background-color: #2badd2;
    border-color: #2badd2;
    color: #fff;
}

.sub_tab_inner {
    display: none;
}

.sub_tab_inner.active {
    display: block;
}

.tab_content_inner h5 {
    font-size: 18px;
    color: #787878;
    margin-bottom: 20px;
}


/* manage_API-USAGE */


/* additional_cos_billing */

.customer label.switch {
    width: 60px;
}

.additional .bill_form {
    border: none;
    border-radius: 0;
}

.additional .bill_form form {
    display: flex;
    min-height: 100%;
    margin-bottom: 60px;
}

.additional table {
    font-size: 14px;
    font-family: "OpenSans";
    font-weight: 600;
    color: #787878;
}

.additional label select {
    padding: 3px 0;
    margin: 0 5px;
    border-radius: 5px;
    border: 1px solid #787878;
    font-family: "OpenSans";
}

.additional select:focus {
    outline: none;
}

.additional .submit_btn {
    padding: 50px 0;
}


/* additional_cos_billing */


/* manage_support_open_tickets */

.ticket .tab button.tab {
    max-width: 148px;
}

.ticket_btn {
    text-align: right;
}

.ticket_btn a {
    display: inline-block;
    max-width: 155px;
    width: 100%;
    text-align: center;
    padding: 9px;
    font-size: 12px;
    color: #787878;
    border: 1px solid #dae4ec;
    border-radius: 5px;
    margin: 0 5px;
}

.date_to_from input {
    position: relative;
}

.date_to_from input::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/calendar.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99999999;
    background-position: center;
}

a.search_icon_other {
    display: inline-block;
    background: #00b09f;
    color: #fff;
    padding: 4px 5px;
    font-size: 16px;
    border-radius: 5px;
}

a.search_icon_other:hover {
    background: #2ba8db;
}

.ticket .other_table {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #dae4ec;
    border-radius: 3px;
    min-height: 300px;
}

.ticket .other_table table {
    width: 100%;
}

.ticket .other_table table tr:hover {
    background-color: #f9f9f9;
}

.ticket .other_table table td {
    padding: 15px 5px;
    color: #5c5c5c;
    font-weight: normal;
    font-family: "OpenSans";
}

.ticket .other_table td p {
    color: #bdbdbd;
}

.ticket .other_table td b {
    color: #5c5c5c;
}

.ticket .other_table td a {
    display: inline-block;
}

.ticket .other_table td a.chat {
    color: #fb7746;
    font-size: 24px;
}

.ticket .other_table td a.open {
    background: #00b09f;
    color: #fff;
    padding: 5px;
    margin-left: 20px;
    border-radius: 3px;
}

.ticket .other_table td a.open:hover {
    background: #2ba8db;
}


/* manage_support_open_tickets */

.bill_form input[type="radio"] {
    width: auto;
    margin: 23px 5px 23px 0;
    font-family: "OpenSans";
}

.page_other_data {
    font-family: "OpenSans";
}

.manage_cms label select {
    padding: 3px 0;
    margin: 0 5px;
    border-radius: 5px;
    border: 1px solid #787878;
    font-family: "OpenSans";
}


/* ------Manage CAMPAIGN------ */

.compaign .tab button.tab {
    max-width: 172px;
    padding: 10px 0;
}


/* ------Manage CAMPAIGN------ */


/* -------------manage_setting ---------------------*/

.input_feild_set {
    display: flex;
    align-items: center;
}

.set_form input {
    border: 1px solid #dfe8f1;
    border-radius: 3px;
    padding: 10px 8px;
    margin: 10px 0;
    color: #434343;
    font-size: 14px;
    font-family: "OpenSans";
    width: 245px;
}

select:focus,
input:focus {
    outline: none;
}

.set_form label {
    width: 150px;
    display: inline-block;
    text-align: right;
    color: #434343;
    font-size: 14px;
    font-family: "OpenSans";
    font-weight: 600;
    vertical-align: top;
    text-transform: capitalize;
}

.file_imp {
    position: relative;
}

/*.file_imp input[type="file"] {
    opacity: 0;
}*/

.set_form input.dis_input {
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    z-index: -1;
}

.set_form_btn a {
    padding: 10px;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #00bca4;
    background-color: #00bca4;
    color: #ffffff;
    font-family: "OpenSans";
    font-weight: 600;
    -webkit-transitio: all 0.3s ease;
    transition: all 0.3s ease;
    height: 44px;
}

.set_form_btn a:hover {
    -webkit-transitio: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #009cc9;
    background-color: #009cc9;
}

.call_setting_sec {
    padding: 15px;
}

.call_setting_sec h5 {
    font-size: 16px;
    font-family: "OpenSans";
    font-weight: 600;
    color: #5c5c5c;
    text-transform: capitalize;
}

.call_setting_sec table {
    width: 100%;
    margin-top: 20px;
}

.call_setting_sec select {
    border: 1px solid #dfe8f1;
    border-radius: 3px;
    padding: 10px 8px;
    margin: 10px 0;
    color: #434343;
    font-size: 14px;
    font-family: "OpenSans";
    width: 245px;
}

.call_setting_sec table thead {
    text-align: left;
    background-color: #00bca4;
    color: #fff;
}

.call_setting_sec table thead th {
    padding: 10px 15px;
}

.call_setting_sec table tbody td {}


/* ankush */

.input_field_ {
    padding: 10px;
    width: 100%;
    max-width: 200px;
    display: inline-block;
    margin-left: 20px;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 0px 2px 2px inset #e6e6e6;
}

.add_page_content {
    margin: 20px 0 20px;
}

.add_page_content textarea {
    border: 1px solid #C7C7C7;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
    resize: none;
}

.add_page_btn {
    text-align: right;
}

.add_page_btn input[type="submit"] {
    background: #00bca4;
    color: #fff;
    padding: 15px 50px;
    border-radius: 5px;
    margin: 0 10px;
    border: 1px solid #45ab9e;
    cursor: pointer;
}

.add_page_btn input[type="reset"] {
    background: #f0f0f0;
    color: #808080;
    padding: 15px 50px;
    border-radius: 5px;
    border: 1px solid #b3b3b3;
    cursor: pointer;
}

.datefrom_div {
    display: inline-block;
    position: relative
}

.datefrom_div input {
    padding: 10px;
    width: 100%;
    max-width: 120px;
    display: inline-block;
    margin-left: 5px;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 0px 2px 2px inset #e6e6e6;
}

.datefrom_div label {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    display: inline-flex;
    width: 20px;
    align-items: center;
    color: #b5b5b5
}

.date_subbtn {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.date_subbtn button {
    cursor: pointer;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    background: #00bca4
}

.date_range_cms {
    text-align: right;
}

.new_table_ #table_id_filter {
    display: none;
}

.new_table_ .dataTables_length {
    margin-bottom: 20px;
}

.campign_new {
    padding: 0 10px;
}

.campign_new h5 {
    font-size: 16px;
    font-family: "OpenSans";
    font-weight: 600;
    color: #5c5c5c;
    text-transform: capitalize;
}

.campign_new_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.campign_new_head a {
    padding: 10px;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #00bca4;
    background-color: #00bca4;
    color: #ffffff;
    font-family: "OpenSans";
    font-weight: 600;
    -webkit-transitio: all 0.3s ease;
    transition: all 0.3s ease;
}

.campign_new_head a:hover {
    -webkit-transitio: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #009cc9;
    background-color: #009cc9;
}

.campign_other {
    display: flex;
    align-items: center;
    margin: 10px 0 30px;
}

.campign_list_main label,
.campign_other label {
    text-align: right;
    color: #434343;
    font-size: 14px;
    vertical-align: top;
}

.campign_list_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.select_other {
    padding: 0 30px;
}

.campign {
    background-color: #fafcfe;
}

.campign_list_head ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.campign_list_head {
    padding: 15px 0;
    background-color: #00bca4;
    color: #fff;
    font-family: "OpenSans";
    font-weight: 600;
    border-radius: 5px 5px 0px 0px;
}

.campign_inner {
    width: 50%;
    float: left;
    padding: 10px;
}

.campign_list_body {
    background-color: #fff;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.campign_list_body label {
    width: 150px;
    display: inline-block;
    text-align: right;
    color: #434343;
    font-size: 14px;
    font-family: "OpenSans";
    font-weight: 600;
    vertical-align: top;
    margin-top: 20px;
    text-transform: capitalize;
}

.campign_list_body input {
    border: 1px solid #dfe8f1;
    border-radius: 3px;
    padding: 10px 8px;
    margin: 10px 0;
    color: #434343;
    font-size: 14px;
    font-family: "OpenSans";
    width: 245px;
}

.campign_list_body input:focus {
    outline: none;
}

.campign_list a.additional {
    color: #2babd5;
    background: #fff;
    font-size: 14px;
    font-family: "OpenSans";
    font-weight: 600;
    line-height: 1;
    padding: 7px 20px;
    border-radius: 5px;
    border: 1px solid #2babd5;
    -webkit-transitio: all 0.3s ease;
    transition: all 0.3s ease;
}

.campign_list_other .campign_list_main {
    justify-content: start;
}

.campign_list_other input {
    border: 1px solid #dfe8f1;
    border-radius: 3px;
    padding: 10px 24px 10px 8px;
    margin: 10px 0;
    color: #434343;
    font-size: 14px;
    font-family: "OpenSans";
    width: 150px;
    margin-left: 10px;
}

.campign_list_other .log {
    position: relative;
}

.campign_list_other .log span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
}

table#table_id_new {
    width: 100%;
}

table#table_id_new {
    padding: 15px 0 0;
    background-color: #00bca4;
    color: #fff;
    font-family: "OpenSans";
    font-weight: 600;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 30px;
}

table#table_id_new tbody {
    background-color: #fff;
}

.select_other select {
    border-radius: 5px;
    padding: 5px;
}

.campign_list_body input[type="submit"] {
    background: #009bca;
    color: #fff;
    padding: 8px 50px;
    border-radius: 5px;
    border: 1px solid #009bca;
    cursor: pointer;
    margin-left: 160px;
    width: auto;
}

.satisfaction_block {
    margin: 0 -10px;
}

.block_one {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin: 20px 0;
}

.block_one a {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 2px 2px #00000021;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.block_one span {
    font-size: 14px;
    color: #cdcdcd;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle
}

.block_one h4 {
    font-size: 26px;
}

.block_one.alert_camp a {
    color: #e60000;
}

.block_one a .success_overlay {
    background: #00afa3;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    position: absolute;
    margin: 0;
}

.block_one a .main_complete_sec {
    position: relative;
    z-index: 10;
    margin: 0;
}

.block_one.success_div a h4,
.block_one.success_div a span {
    color: #fff;
}

.block_one a:hover {
    box-shadow: none;
    border-radius: 0 0 80px 0;
}

.block_one a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background: #009cc9;
    z-index: -1;
}

.block_one a:hover:after {
    box-shadow: 0px 0px 2px 2px #0096d5;
}

.camp_data_ h3 {
    margin-top: 40px;
}

span.progress_bar {
    display: block;
    width: 90%;
    border: 1px solid #00bca4;
    height: 15px;
    border-radius: 20px;
    position: relative
}

span.progress_bar b {
    background: #00bca4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 20px;
}

.table_call_s tr a {
    color: #0096d5
}

#table_call_records_ tbody tr td:nth-child(4) {
    text-align: center;
}

.bill_form.configure_parameter_form label {
    text-align: left;
    width: 200px;
}

.bill_form.configure_parameter_form label img {
    margin-right: 10px;
    width: 15px;
}

.bill_form.configure_parameter_form p {
    margin: 10px 0;
}

.bill_form.configure_parameter_form button[type="button"] {
    display: inline-block;
    text-align: center;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    border: none;
    background: #009bca;
    margin-left: 5px;
    cursor: pointer
}

.bill_form.configure_parameter_form h3 {
    margin: 20px 0;
}

.bill_form.configure_parameter_form h4 {
    margin: 20px 0;
    font-weight: normal;
}

#table_call_records_filter__length {
    margin-bottom: 20px;
}

.filter_data_list {
    background: #fbfbfb;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eef2f5;
}

.filter_data_list label {
    display: inline-block;
    width: 120px;
    font-size: 18px;
    font-family: "OpenSans";
    font-weight: 600;
    color: #5c5c5c;
    vertical-align: middle
}

.page_data.filter_page .main_data {
    margin-bottom: 0;
}

.applied_one {
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle
}

.applied_one b {
    font-size: 15px;
    font-family: "OpenSans";
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    display: block
}

.applied_one span {
    font-size: 13px;
}

.back_to_dashboard {
    padding: 30px 20px;
}

.back_to_dashboard a {
    display: inline-block;
}

.home__backbtn {
    padding-bottom: 10px;
}

.back_to_dashboard a i {
    padding-right: 10px;
}


.filter_menu h4 {
    padding: 10px 20px;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #dadada;
    border-left: none;
    border-right: none;
}

.side_menu.filter_menu li {
    border: none;
    padding: 5px 15px;
}

.side_menu.filter_menu li a {
    padding: 5px;
    font-size: 12px;
    border: none;
    display: block;
    font-weight: 600;
    color: #777575;
}

.side_bar ul.sub_menu__new a::after {
    /*     content: '-';
position: absolute;
top:45%;
transform: translateY(-50%);
left:0px;
font-size: 16px; */
}

.side_bar ul.sub_menu__new a {
    padding-left: 15px;
    position: relative;
    font-size: 14px;
}

.filter_menu.campaign__menu li a {
    font-size: 14px;
}

.side_bar .side_menu.filter_menu a i {
    float: none;
    font-size: 14px;
    padding-right: 10px;
}

.filter_menu.campaign__menu li {
    padding-left: 25px;
}

.side_menu.filter_menu {
    padding: 15px 0;
}

.sub-menu-filter {
    padding-left: 15px;
    display: none;
}

.sub-menu-filter select {
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    /* max-width: 150px;*/
    border: 1px solid #b7b6b6
}

.sub-menu-filter input[type="text"] {
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    /*max-width: 150px;*/
    border: 1px solid #b7b6b6
}

.sub-menu-filter input[type="checkbox"] {
    font-size: 12px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.sub-menu-filter label {
    font-size: 12px;
}

.search_bar {
    margin-bottom: 10px;
}

.side_menu.filter_menu li.subbtn_filter {
    padding-left: 20px;
    padding-top: 10px;
}

.subbtn_filter button {
    display: inline-block;
    text-align: center;
    padding: 7px 30px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    color: #fff;
    background: #009bca
}

.side_bar .side_menu.filter_menu a.active i:before {
    content: "\f107";
}

.input_feild_set {
    display: flex;
    align-items: center;
}

.set_form input {
    border: 1px solid #dfe8f1;
    border-radius: 3px;
    padding: 10px 8px;
    margin: 10px 0;
    color: #434343;
    font-size: 14px;
    font-family: "OpenSans";
    width: 245px;
}

select:focus,
input:focus {
    outline: none;
}

.set_form label {
    width: 150px;
    display: inline-block;
    text-align: right;
    color: #434343;
    font-size: 14px;
    font-family: "OpenSans";
    font-weight: 600;
    vertical-align: top;
    text-transform: capitalize;
}

.file_imp {
    position: relative;
}

/*.file_imp input[type="file"] {
    opacity: 0;
}*/

.set_form input.dis_input {
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    z-index: -1;
}

.set_form_btn button {
    padding: 10px;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #00bca4;
    background-color: #00bca4;
    color: #ffffff;
    font-family: "OpenSans";
    font-weight: 600;
    -webkit-transitio: all 0.3s ease;
    transition: all 0.3s ease;
    height: 44px;
}

.set_form_btn button:hover {
    -webkit-transitio: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #009cc9;
    background-color: #009cc9;
}

.call_setting_sec {
    padding: 15px;
    margin-bottom: 50px;
}

.call_setting_sec h5 {
    font-size: 16px;
    font-family: "OpenSans";
    font-weight: 600;
    color: #5c5c5c;
    text-transform: capitalize;
}

.call_setting_sec table {
    width: 100%;
    margin-top: 20px;
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    border-spacing: 0px;
}

.call_setting_sec select {
    border: 1px solid #dfe8f1;
    border-radius: 3px;
    padding: 10px 8px;
    margin: 10px 0;
    color: #434343;
    font-size: 14px;
    font-family: "OpenSans";
    width: 245px;
}

.call_setting_sec table thead {
    text-align: left;
    background-color: #00bca4;
    color: #fff;
}

.call_setting_sec table thead th {
    padding: 15px;
}

.call_setting_sec table tbody td {
    padding: 0px 15px;
}

.call_setting_sec table tbody tr:nth-child(odd) {
    background-color: #f7f7f7;
}

.call_setting_sec table tbody tr:nth-child(even) {
    background-color: #fff;
}

.inner_oth_call {
    display: inline-block;
    width: 100%;
    margin: 20px -20px;
}

.oth_call_data {
    width: 25%;
    float: left;
    padding: 0 20px;
    border-right: 2px solid #c8cfd6;
    min-height: 160px;

}

.oth_call_data .percentScore {
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 7px;
}

.oth_call_data:nth-last-child(1) {
    border: none;
}

.oth_call_data h6 {
    font-size: 15px;
    font-family: "OpenSans";
    font-weight: 600;
    color: #5c5c5c;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.oth_call_data span {
    font-size: 15px;
    font-family: "OpenSans";
    color: #5c5c5c;
}

progress#scrore {
    height: 25px;
    float: left;
    width: 67%;
    margin-right: 10px;
}

.oth_call_data.call_keyword span {
    border: 1px solid #ababab;
    border-radius: 6px;
    padding: 2px 8px;
    background: #fff;
    display: inline-block;
    color: #44b6d9;
    margin: 0 3px 3px 2px;
}

.oth_call_data.call_perameter span {
    border: 1px solid #f33434;
    border-radius: 6px;
    padding: 2px 8px;
    background: #fff;
    display: inline-block;
    color: #f33434;
    margin-bottom: 5px;
    margin: 0 3px 3px 2px;
}

.prograss_inner {
    width: 33.33%;
    float: left;
    padding: 0 24px 0 0;
    /* border-bottom: 1px solid #009bcb; */
}

.prograss_status {
    margin: 20px 0;
    height: 3px;
    background-color: #eef2f5;
    position: relative;
}

.prograss_status::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-color: #eef2f5;
    border-radius: 50%;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.prograss_inner.active .prograss_status,
.prograss_inner.active .prograss_status::after {
    background-color: #00bca4;
}

.progress_bar_camp {
    padding: 20px 0;
    display: flex;
}

.prograss_inner p {
    text-align: center;
    padding: 20px 0 0;
    font-size: 14px;
}

.campaign_details form {
    min-height: auto;
}

.oth_call_record .main_data {
    position: static;
    width: 100%;
}

.oth_call_record .page_other_data {
    margin: 0;
}


.new_childmenu a i {
    font-size: 24px;
    float: right;
}

.new_childmenu a {
    font-size: 14px;
    color: #717171;
    font-family: "OpenSans";
    display: block;
    border-bottom: 1px solid #ebebeb;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.new_childmenu a:hover {
    color: #00a8b1
}

.new_childmenu .submenu__filter li a {
    padding: 5px 5px 5px 10px;
    ;
    position: relative
}

.submenu__filter li a:before {
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    background: #909090;
    border-radius: 10px;
    content: "";
    display: block;
}

.new_childmenu .submenu__filter li {
    padding-left: 15px;
}

.submenu__filter {
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #ebebeb
}

.side_bar .side_menu .submenu__filter a {
    border-bottom: none;
}

.side_bar .side_menu.new_childmenu>li:last-child a {
    border-bottom: 1px solid #ebebeb;
}

.side_bar .side_menu.new_childmenu .submenu__filter li:last-child a {
    border: none;
}

.fixed_scroll {
    height: 120px;
    overflow-y: scroll;
}

.submenu__filter li {
    font-size: 11px;
    margin: 5px 0
}

/* ------responsive------ */

.desh__campign {
    background-color: #f8fbfc;
}

.desh_compign_sec {
    width: 33.33%;
    float: left;
    padding: 20px;
}

.oth_desh_compign {
    margin: 0 -20px;
}

.desh_compign_inner {
    padding: 60px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(187, 184, 184, 0.2);
    position: relative;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    border-radius: 10px;
    background: url(../images/box-overlay.png), linear-gradient(-90deg, #009bc9, #00c0c9d4);
    background-repeat: no-repeat;
    background-position: 132% -10%;
}

.color__white {
    color: #fff
}

.card_with_title {
    padding-top: 0
}

.card_title {
    background: #fff;
    margin: 0 -30px 20px;
    border-radius: 10px 10px 0 0;
    padding: 15px 30px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 17px;
    font-weight: 700;
    color: #666
}


.performer_compign {
    background-image: url(../images/compign_3.png);
    background: #fff;
    color: #666;
}

.alert_compign {
    background-image: url(../images/compign_1.png);
    background: #fff;
    color: #666;
}

.tag_cloud {
    background-image: none;
    background: #fff;
}

.desh_compign_inner h4 {
    /* margin: 0 auto 33px; text-align: center; */
    font-size: 40px;
}

.desh_compign_inner h4 a {
    color: #fff
}

.desh_compign_inner h4 span {
    font-size: 20px;
}

.desh_compign_inner p {
    /* margin-bottom: 50px; */
}

.desh_compign_inner ul li {
    /* list-style-image: url(../images/list_icon.png); list-style-position: inside;  */
    position: relative;
    padding-left: 15px;
    margin: 4px 0
}

.desh_compign_inner ul li:before {
    display: inline-block;
    content: "";
    border-top: 4px solid #fff0;
    border-bottom: 4px solid #fff0;
    border-left: 4px solid #848484;
    margin-right: 8px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 7px;
}


.tag_cloud ul {
    margin: 0 -5px;
}

.tag_cloud ul li {
    list-style-image: none;
    display: inline-block;
    padding: 5px 9px;
    margin: 0
}

.tag_cloud ul li:before {
    display: none
}

.tag_cloud ul li a {
    font-size: 14px;
    padding: 5px;
    background: #ececec;
    border-radius: 5px;
    cursor: default;
}

.item_icon {
    font-size: 30px;
}


._disp_block {
    display: block;
}

._title_left {
    float: left;
    padding: 10px 0;
}

.cmpg_refresh {
    float: right;
}

.cmp_ref_btn {}

.cmp_ref_btn a {
    margin: 0
}

.last_ref_dt {
    font-size: 12px;
    text-align: right;
}

._lk_refresh {
    color: #0ba8cb
}

._lk_refresh:hover {
    text-decoration: underline;
}

.actn_btns_e {
    text-align: center;
    margin: 20px 0
}

.actn_btn_single {
    display: inline-block;
    padding: 5px 10px;
    background: #009cc9;
    color: #fff;
    border-radius: 5px;
    margin: 2px 4px;
}

.actn_btn_single:hover {
    background: #0589af
}

.sub_menu__new {
    display: none
}

.form_field {
    margin: 20px 0
}

.form_field:after {
    display: block;
    content: "";
    clear: both;
    float: none
}

.form_label {
    float: left;
    width: 200px;
    display: block;
    padding: 10px 0;
    text-align: right;
    margin-right: 30px;
    font-size: 14px;
}

.form_control {
    overflow: hidden;
}

.generic_field {
    width: 100%;
    box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, .05);
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    color: #363636;
    font-size: 1rem;
    justify-content: flex-start;
    font-family: inherit;
    padding: 8px 10px
}

.btn_generic {
    background: #009cc9;
    border: 1px solid #009cc9;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: inherit;
    cursor: pointer;
    display: inline-block;
}

.btn_generic:hover {
    background: #0883a7
}

.w_620 {
    width: 620px;
    max-width: 100%
}

.__mt60 {
    margin-top: 60px
}


.bill_form.__nmh form {
    min-height: 1px
}

.bill_form.__nmh form:after {
    display: block;
    clear: both;
    content: ""
}

.dashtop_cards {
    margin: 0 0 50px 0
}

.dash_contactwrap {
    padding: 50px 50px
}

.dashrow {
    margin: 0 -20px
}

.dashcard {
    width: 33.3333%;
    float: left;
    padding: 0 20px
}

.card_color_1 {
    background: #009cca
}

.card_color_2 {
    background: #e4781b
}

.card_color_3 {
    background: #05a02d
}

.dash_title {
    margin: 20px 0
}

.dataTables_length select {
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 4px;
}

.dashicon_img {
    width: 56px;
    height: auto;
    margin-right: 20px
}

.dashcard_info {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 20px;
}


.btn {
    background: #009cc9;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
    margin: 0;
    float: none;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.btn:hover {
    background: #047fa2
}

.btn-size_l {
    padding: 13px 45px;
}

.__ml10 {
    margin-left: 10px
}

.smx_title {
    margin: 15px 0
}

.mutlislct_wrap {}

.mutlislct_wrap .ms-container {
    width: 800px;
    max-width: 100%
}

.usertype_formsection {
    margin-bottom: 40px
}

.genform_wrap {
    padding: 0 20px
}




@media screen and (max-width: 1120px) {
    .desh_compign_inner {
        padding: 20px;
    }

}





@media screen and (max-width: 1100px) {
    .additional .bill_form form {
        display: flex;
        min-height: 100%;
        margin-bottom: 60px;
    }

    .oth_call_data {
        width: 50%;
        margin: 10px 0;
    }

    .inner_oth_call {
        margin: 5px -20px;
    }

    .oth_call_data:nth-child(2) {
        border: none;
    }

    .side_bar {
        width: 25%;
    }

    .other_full_data {
        display: block;
    }

    .single_call_record .main_data {
        width: 75%;
    }

    .sec_two .page_data {
        width: 75%;
    }

    .top_nav .logo {
        width: 25%;
    }

    .top_nav .top_other {
        width: 75%;
    }

    .date_to_from input {
        width: 100px;
    }

    .add label,
    .customer label {
        display: block;
        text-align: left;
    }

    .customer form {
        min-height: 800px;
    }
}

@media screen and (max-width: 992px) {
    .sec_two {
        margin: 75px 0;
    }

    .footer {
        position: fixed;
        bottom: 0;
        z-index: 2;
    }

    .top_nav {
        padding: 15px 0;
    }

    .top_nav .logo {
        display: none;
    }

    .top_nav .top_other {
        width: 100%;
    }

    .single_call_record .main_data {
        width: 100%;
    }

    .toggle_menu {
        display: block;
    }

    .toggle_menu a.toggle_icon {
        display: inline-block;
        width: 40px;
        border-radius: 0 2px 2px 0;
        padding: 5px 8px 5px 7px;
        background-color: #0097d5;
    }

    .toggle_menu span {
        height: 2px;
        width: 100%;
        display: block;
        background: #fff;
        margin: 6px 0;
    }

    .mob_logo {
        display: block;
        background-image: linear-gradient(to right, #0096d5, #00b19e);
        padding: 12px;
        text-align: center;
    }

    .toggle_menu {
        position: fixed;
        z-index: 2;
        top: 120px;
        left: 0%;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

    .sec_two .page_data {
        width: 100%;
    }

    .side_bar {
        width: 40%;
        top: 0;
        left: -40%;
        max-height: 100%;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

    .toggle_menu.active {
        left: 40%;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

    .toggle_menu.active .side_bar {
        left: 0;
        top: 0;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

    .toggle_menu.active a.toggle_icon span:nth-child(1) {
        transform: translate3d(0, 8px, 0) rotate(45deg);
    }

    .toggle_menu.active a.toggle_icon span:nth-child(2) {
        opacity: 0;
    }

    .toggle_menu.active a.toggle_icon span:nth-last-child(1) {
        transform: translate3d(0, -8px, 0) rotate(-45deg);
    }
}

@media screen and (max-width: 767px) {
    .notification ul li.menu-item::after {
        right: -15px;
    }

    .bill_form.configure_parameter_form label {
        margin: 20px 0 0 0;
    }

    .select2-container {
        width: 100% !important;
    }

    .date_range_cms {
        text-align: center;
        margin-bottom: 10px;
    }

    .notification ul li.menu-item {
        margin: 0 10px 0 10px;
    }

    .notification ul li img.porfile_img {
        margin-right: 3px;
    }

    .notification ul li a {
        font-size: 14px;
    }

    .campign_inner {
        width: 100%;
    }

    .notification ul li a span {
        font-size: 12px;
    }

    .top_other .notification .icon a {
        padding: 0 5px;
        margin: 0 5px;
    }

    .date_to_from input {
        margin: 0;
    }

    .one_change,
    .two_change {
        padding: 20px 20px;
    }

    .other_btn_ .main_tab {
        display: inline-flex;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .ticket .other_table td a.open {
        margin-left: 3px;
    }

    .block_one {
        width: 50%;
    }

    .desh_compign_sec {
        width: 50%;
    }

}

@media screen and (max-width: 599px) {
    .additional .bill_form form {
        display: block;
    }

    .page_data_sec {
        width: 100%;
        float: none;
    }

    .campign_other {
        display: block;
        align-items: center;
        margin: 20px 0;
    }

    .select_other {
        padding: 10px 0;
    }

    .campign_list_head ul {
        display: inline-block;
    }

    .campign_list_head ul li {
        display: inline-block;
        padding: 0 10px 0px;
    }

    .campign_inner {
        padding: 0 15px;
    }

    .campign_list_body label {
        width: 150px;
        display: block;
        text-align: left;
        color: #434343;
        font-size: 14px;
        font-family: "OpenSans";
        font-weight: 600;
        vertical-align: top;
        margin-top: 5px;
        text-transform: capitalize;
    }

    .campign_list_other .campign_list_main {
        justify-content: start;
        display: block;
    }

    .footer_sec {
        width: 100%;
        float: none;
        text-align: center;
        margin: 10px 0;
    }

    .footer_sec p {
        float: none;
    }

    .footer {
        padding: 0;
    }

    .footer ul {
        margin-left: 0px;
    }

    .top_other .date_time p span {
        display: none;
    }

    .side_bar {
        width: 50%;
        left: -50%;
    }

    .toggle_menu.active {
        left: 50%;
    }

    .date_to_from {
        margin-top: 15px;
    }

    .main_data {
        display: block;
    }

    .bill_form label {
        display: block;
        text-align: left;
        margin: 0 0 0 10px;
    }

    .bill_form textarea,
    .bill_form input {
        width: 100%;
    }

    label.switch {
        margin: 10px 0;
    }

    .customer form {
        min-height: 1100px;
    }

    .bill_form select {
        width: 100%;
    }

    .submit_btn {
        text-align: center;
        margin: 30px 0 10px;
    }

    /* .tab_content_inner.active {
        overflow-x: scroll;
    } */
    .bill_form .full_data textarea {
        width: 100%;
    }

    .ticket .other_table td a {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .ticket .other_table td a.open {
        margin-left: 0px;
    }

    .oth_desh_compign {
        margin: 0 -10px;
    }

    .desh_compign_sec {
        padding: 20px 10px;
    }

}

@media screen and (max-width: 479px) {
    .side_bar {
        width: 75%;
        left: -75%;
    }

    .toggle_menu.active {
        left: 75%;
    }

    .top_other .date_time p {
        display: none;
    }

    .submit_btn button {
        width: 100px;
    }

    .single_call_record p {
        text-align: center;
    }

    .agent p,
    .customer p {
        text-align: left;
    }

    .main_data a {
        margin-bottom: 10px;
    }

    .dataTables_wrapper {
        overflow-x: scroll;
        padding-bottom: 20px;
    }

    .dataTables_wrapper::-webkit-scrollbar-track {
        /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); */
        background-color: #fff;
    }

    .dataTables_wrapper::-webkit-scrollbar {
        height: 3px;
        background-color: #fff;
    }

    .dataTables_wrapper::-webkit-scrollbar-thumb {
        background-color: #cdcdcd;
    }

    .ticket_btn {
        display: flex;
        text-align: center;
    }

    .set_form label {
        display: block;
        width: 100%;
        text-align: left;
    }

    .table_other {
        overflow: scroll;
    }

    .call_setting_sec {
        padding: 15px 0;
    }

    .input_feild_set {
        display: inline-block;
    }

    .oth_call_data {
        width: 100%;
    }

    .oth_call_data {
        border: none;
    }

    .oth_call_record .main_data {
        position: static;
    }

    .page_data.oth_call_record .page_other_data {
        margin-top: 0;
    }

    .desh_compign_sec {
        width: 100%;
    }

    .desh_compign_inner {
        padding: 35px;
    }


}

.clear {
    clear: both;
}

.pull-left {
    float: left !important;
}

.detectEntities {
    float: left;
    width: 100%;
}

.detectEntitiesRows {
    float: left;
    width: 100%;
}

.detectEntitiesRowsInner {
    float: left;
    width: 30%;
}

.detectEntitiesRowsInner2 {
    float: left;
    width: 70%;
}

.detectEntitiesRowsInner2 .tagify {
    margin-top: 13px;
}

.detectEntitiesRowsInner label.switch {
    margin-top: 16px;
}

.content {
    display: none;
}

.content.active {
    display: block;
}

.campaignLogFiles div {
    float: left;
    width: 100%;
    height: 100px;
    position: relative;
    background: #00bca4;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}

.call_log_audio a {
    color: #ffffff
}

.call_log_audio a i.fa-times {
    color: red
}

.call_log_audio a.removeAudiofile {
    position: absolute;
    top: -11px;
}

.call_log_audios_files {
    float: left;
    width: 100%;
    padding: 5px;
}

.call_log_audio {
    float: left;
    padding: 10px;
    border-radius: 5px;
    background: #00bca4;
    margin: 5px;
    position: relative;
    color: #ffffff;
}

.prograss_edit .prograss_inner.active a {
    background: #009bcb;
    color: #fff;
}

.prograss_edit .prograss_inner a {
    background: #DDD;
    padding: 22px 10px;
    color: #000;
    width: 100%;
    border-radius: 10px 10px 0 0
}

.prograss_edit .prograss_inner a:hover {
    background: #c5dee6
}

.campaignLogFiles div a.callLogRemove {
    position: absolute;
    top: -28px;
    right: -15px;
    font-size: 40px;
}

.campaignLogFiles div a.callLogRemove i {
    color: red;
}

.campaignLogFiles div span {
    position: absolute;
    top: 40%;
    left: 40%
}

.text-center {
    text-align: center !important;
}

.dropbox_content .submit_btn {
    display: none
}

.box_content .submit_btn,
.dropbox_content .submit_btn,
.dropbox_content a,
.google_drive_content .submit_btn {
    padding: 20px;
}

.box_content .submit_btn button,
.dropbox_content .submit_btn button,
.google_drive_content .submit_btn button {
    width: 230px;
}

.messageClass {
    width: 100%;
    resize: none;
    padding: 10px;
    border: 1px solid #ababab;
    height: initial;
}

.messageOriginal {
    padding: 10px;
    font-size: 18px;
}

.callLogRemove {
    position: absolute;
    left: -6px;
    top: -10px;
}

.minCallDurationShow {
    float: left;
    width: 50%;
}

.minCallDurationShow span {
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px;
}

.maxCallDurationShow {
    float: right;
    width: 50%;
    text-center: right;
}

.maxCallDurationShow span {
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px;
}

.errors {
    color: red;
    width: 70%;
    float: right;
    text-align: left;
    font-size: 12px;
    margin-top: -10px;
}

.campign_list_body input[type="radio"] {
    width: auto;
    margin: 21px 0;
}

.checkFolderStructure {
    float: left;
    width: 59% !important;
    text-align: left !important;
}

.campign_list_body input[type="checkbox"] {
    width: auto;
    margin-top: 21px;
    margin-left: 20px;
}

#splitSymbol {
    width: 50px;
    text-align: center;
}

#splitSymbolAudio {
    width: 50px;
    text-align: center;
}

.splitSymbolResult,
.splitSymbolAudioResult {
    margin: 15px;
}

.consider_before_no_days {
    width: 35% !important;
    text-align: left !important;
}

#consider_before_no_of_days_csv {
    width: 100px;
}

#consider_before_no_of_days_audio {
    width: 100px;
}

.bill_form label.createRecordingTypeClass {
    width: auto;
}

.formulaTxt {
    width: 100%;
    float: left;
    resize: none;
}

.createRecordingFormulaDiv {
    background-color: #f7f7f7;
}

.createRecordingColumnDiv {
    background-color: #f7f7f7;
}

.sub-menu-filter input[type="radio"] {
    float: left;
    margin: 5px;
}

.userRoleProfile {
    padding: 8px;
}

.selectbox {
    float: left;
    width: 48%;
}

.date_folder {
    padding: 12px 10px;
    width: 90%;
    border-radius: 3px;
    border: 1px solid #b4b4b4;
}