.btn,
.custom-btn {
    display: inline-block;
    padding: 13px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
}

a.custom-btn:hover {
    text-decoration: none;
}

.brand-logo {
    display: flex;
    align-items: initial;
    justify-content: center;
    width: 100px;
    height: 55px;
}

/*.brand-logo .mycss {
width: 100%;
float: left;
}*/
.brand-logo img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.btn-primary,
.btn-primary-custom {
    background-color: #00acd8;
    border-color: #00acd8;
    color: #fff !important;
}

.btn-primary:hover {
    background: #008eb3;
    color: #fff;
    border-color: #008eb3;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.42)
}

.res-nav-outer {
    background-color: #00acd8;
}

.custom-inner-wrapper accordion .panel-group h4 a i {
    color: #fff;
    margin-right: 8px;
    margin-top: 2px;
}

.new-top-header-out ul li.bg-info-light a {
    color: #00acd8;
}

/*.new-top-header-out ul li.bg-info-light a:before,*/
.new-top-header-out ul li a:hover:before,
.new-top-header-out ul li.bg-info-light.open ul li a:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    content: "";
    bottom: -4px;
    transition: all .5s;
    width: 0%;
}

.new-top-header-out ul li.bg-info-light a:before,
.new-top-header-out ul li a:hover:before,
.new-top-header-out ul li.bg-info-light.open ul li.aa a:before {
    width: 100%;
}

.companylist-sch h3,
.top_heading {
    font-size: 28px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'open_sansbold';
    margin: 0;
    margin-bottom: 5px;
    position: relative;
    padding: 15px 0;
}

.companylist-sch h3:before,
.top_heading:before {
    position: absolute;
    content: "";
    width: 126px;
    height: 2px;
    background-color: #00acd8;
    bottom: 0px;
    left: 0;
}

.monthCheckLabel {
    padding-left: 8px;
}

.companylist-sch h3 span,
.top_heading span {
    font-weight: normal;
    font-family: 'open_sansregular';
}

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

.comy-list-sch-outer-new {
    max-width: 766px;
    width: 100%;
}

.total-balance-amount {
    float: left;
    margin-right: 10px;
    line-height: 26px;
}

.right-float-blk {
    float: right;
}

.comy-list-sch-outer {
    max-width: 700px;
    display: flex;
    width: auto;
    justify-content: flex-end;
}

.comy-list-sch-outer button.serverGo {
    margin-right: 10px;
}

.racrossleft {
    width: 100%;
}

.custom-inner-wrapper {
    padding: 1px 15px 15px;
    display: inline-block;
    width: 100%;
}

._src_list {
    /*border-bottom: 1px solid #ccc;*/
    margin-bottom: 0px;
}

._src_list .form-inline {
    margin-bottom: 15px;
}

._src_list .form-inline select {
    width: 100%;
    height: 40px;
    max-width: 300px;
    margin-left: 15px;
}

._selction {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin: 0;
}

._selction.active {
    background-color: #bae3f2;
}

._selction button {
    width: 100%;
}

._src_list ._btn {
    padding-left: 32px;
}

._inner_selection label {
    margin: 15px 0;
    text-align: right;
}

._selction .right-panel-info {
    margin: 12px 0;
}

._inner_selection {
    float: left;
    width: 100%;
    background: #eee;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.table-respo {
    padding: 22px;
    /*overflow: auto;*/
}

.table-respo ul.dropdown-menu {
    max-height: 230px;
    overflow: auto;
    z-index: 7;
}

/* This is calling in Credit log page monthly credit plus/minus */
.table-respo span.fa.fa-plus,
.table-respo span.fa.fa-minus {
    font-size: 14px;
    background-color: #00acd8;
    padding: 10px 11px;
    border-radius: 5px;
    color: #fff;
}

.custom_class {
    box-shadow: 0 0 5px #ccc;
    border-radius: 6px;
    margin-bottom: 10px;
    width: 100%;
}

.wrapper section.company-list-main,
.support-list-main {
    /* margin: 0; */
    width: 100%;
}

.topnavbar-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    width: 100%;
    z-index: 9;
}

.table-respo table tbody tr td,
.table-respo table thead tr th {
    font-size: 16px;
}

.table-respo table tbody tr td {
    padding: 15px;
}

.table-respo table tbody tr td ul {
    margin: 0;
}

.support-list-main button.serverGo {
    margin: 0;
}

.table-respo table tr th.sortable.sort-desc {
    background-color: #147d97;
}

.table-respo table tr th.sortable.sort-asc {
    background-color: #00acd8;
    color: #fff;
    text-shadow: none;
}

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

._acc_deactive .racrossleft {
    width: 100%;
    max-width: 400px;
}

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

.custom-inner-wrapper .panel-group .vid_description h4 {
    background-color: transparent;
    color: #000;
    font-weight: bold;
    padding: 15px 0;
}

.vid_description p {
    float: left;
    width: 100%;
    font-size: 16px;
}

.log_input {
    position: relative;
}

.log_input .mail-icon,
.log_input .pass-icon {
    padding-left: 43px;
}

.log_input .pass-icon {
    padding-right: 40px;
}

.log_input i {
    position: absolute;
    left: 12px;
    top: 16px;
    font-size: 20px;
    color: #000;
}

.log_input .pas_eye {
    position: absolute;
    right: 50px;
    top: 0;
}

label.input-group-addon {
    background-color: #00acd8;
    color: #fff;
    border-color: #00acd8;
    cursor: pointer;
}

.prosp-serh-outer .col-xs-12.col-sm-6.col-lg-3 {
    margin: 0px 0 5px;
}

.camp_back {
    font-size: 22px;
    margin: 25px 0 15px;
    display: inherit;
}

.camp_back span {
    font-size: 32px;
    margin-right: 15px;
    float: left;
}

._icon span.fa {
    font-size: 20px;
    float: left;
    margin-right: 10px;
}

._phone_number {
    position: relative;
}

._phone_number .close_btn {
    position: absolute;
    right: 10px;
    bottom: 19px;
    color: #f00;
}

._add_steps a {
    margin-right: 15px;
}

._phone_number input {
    padding-right: 25px;
}

._Wizard h4 {
    font-weight: bold;
    margin: 15px 0 15px;
    border-bottom: 1px solid #00acd8;
    padding: 15px 0;
    display: inline-block;
}

._flex {
    display: flex;
    justify-content: space-between;
}

._flex button {
    margin-bottom: 5px;
}

._modal_header {
    background-color: #00acd8;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 16px;
}

.add-test-campaign .modal-content {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

.modal-content {
    border: 0 none;
    border-radius: 5px;
}

._audio_type {
    padding: 15px 15px;
    background-color: #e8faff;
    border-radius: 6px;
    box-shadow: 0 0 8px #dadada;
    margin: 15px 0 0;
}

._audio_type h4 {
    font-weight: 600;
    padding: 10px 0;
}

._audio_type input {
    height: auto;
    padding: 14px;
}

.note_header {
    color: #ff0000;
    font-weight: bold;
}

._audio_type h4._note {
    color: #ff0000;
    padding-top: 0;
    margin-top: 0;
}

._audio_type p {
    margin-bottom: 8px;
}

._upl_que h4 {
    margin: 0;
    font-weight: 700;
    border-bottom: 1px solid;
    padding: 15px 0;
    margin-bottom: 20px;
}

._upl_que span {
    float: right;
    padding: 7px 15px;
}

.side-bar-left ul li.active>a {
    background-color: #a6edff !important;
    color: #007b9a;
}

.lead-main-head {
    margin-top: 15px;
}

.lead-buckets-modal {
    margin-top: 10px;
}

.lead-buckets-modal .buckets-list-block {
    height: 62vh;
}

.lead-buckets-modal fieldset.lead-bucket-checkbox-block {
    position: sticky;
    bottom: 0px;
    background: #fff;
    padding: 0;
    margin: 0;
}

.lead-buckets-modal .text-sm1.lead-bucket-header {
    margin-top: 5px !important;
}

._note_btn {
    margin-bottom: 10px;
}

.click_btn a,
.click_btn a:hover,
.click_btn a:focus {
    background-color: #00acd8;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
}

.panel.widget {
    background-color: #dff8ff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px #a4a4a4 !important;
}

.dash-top-icon i {
    font-size: 45px;
    background-color: #00acd8;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #fff !important;
}

.insta_log {
    margin-top: 15px;
    margin-bottom: 15px;
}

.prosp-serh-outer.insta_srch {
    margin-bottom: 0;
}

.ragroup._list_src {
    width: 100%;
    max-width: 500px;
}

.table-respo tr._tble_cstm:hover {
    background-color: transparent;
}

.headings-label._listing_tabs ul {
    margin: 0px 0 15px;
    padding: 0px 5px;
    width: auto;
    background-color: #00acd8;
    border-radius: 3px;
    box-shadow: 0 0 3px #ccc;
}

.headings-label._listing_tabs ul li a {
    color: #fff;
}

.headings-label._listing_tabs ul li a.highlighter {
    background-color: #fff;
    color: #151515 !important;
    font-weight: 600;
}

.headings-label._listing_tabs ul li a:hover {
    color: #d2f6ff;
}

.headings-label._listing_tabs ul li .total_count_class {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.headings-label._listing_tabs ul li strong {
    font-size: 16px;
    color: #fff;
}

._usernote {
    float: left;
    width: 100%;
    margin: 0 0 6px;
    font-size: 16px;
}

._usernote span {
    font-size: 15px;
    color: #f00;
    font-weight: 600;
}

.total_count_class._bil {
    font-weight: 600;
    font-size: 15px;
    margin: 7px 0;
    float: left;
}

.c-checkbox.ir_check {
    cursor: pointer;
}

.c-checkbox.ir_check span {
    margin-left: 0;
}

._ticket_head {
    font-size: 16px;
    font-weight: 600;
}

.pagi-select {
    margin-bottom: 15px;
}

._ticket_detail {
    display: flex;
    justify-content: space-between;
}

.del_key {
    font-size: 22px;
    background-color: #f00;
    color: #fff;
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-top: 9px;
}

.del_key:hover {
    color: #fff;
    box-shadow: 0 0 11px #a0a0a0;
}

.cont-mgmt-check-out .checkboxwrap {
    display: flex;
    justify-content: space-between;
}

.cont-mgmt-check-out .checkboxwrap .checkbox {
    padding-top: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.cont-mgmt-check-out .checkboxwrap .checkbox input {
    position: inherit;
    margin: 0;
}

.cont-mgmt-check-out .checkboxwrap .checkbox label {
    margin: 0;
    padding: 0;
    display: inline;
}

._total_list {
    font-size: 15px;
    font-weight: 600;
}

.cntct_mng {
    margin-top: 10px;
}

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

._cleaner_list label {
    float: left;
    width: 242px;
}

._cleaner_list input,
._cleaner_list select {
    float: left;
    max-width: 500px;
    width: 100%;
}

.contact_cleaner form#searchForm {
    margin: 0 !important;
}

.contact_cleaner .res-vm-cal label {
    width: 250px;
}

._cleaner_radio {
    float: left;
    width: auto;
}

._cleaner_radio .radio.c-radio {
    float: left;
    width: auto;
    margin: 6px 15px 0 0px;
}

._cleaner_list .contact_list ._count {
    float: left;
    width: auto;
    margin: 0 5px 0 0;
}

._cleaner_list .contact_list .c-checkbox,
._cleaner_list .contact_list .c-checkbox input {
    width: auto;
}

._list-checks label.c-checkbox {
    float: left;
    width: 100%;
}

._invoice_table {
    margin-top: 10px;
}

._invoice_table h3 {
    margin: 0 0 30px;
}

._edit_invc h5 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.inv_mail p {
    border: 1px solid #ccc;
    height: 50px;
    border-radius: 4px;
    line-height: 50px;
    padding: 0 15px;
    background-color: #eee;
}

.due_date .input-group-btn button.btn {
    height: 50px;
    padding: 0 15px;
    border: 0;
}

.table-striped.cust_strip>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-striped.cust_strip>tbody>tr:nth-of-type(odd):hover {
    background-color: #bfe5f3;
}

#taxes_list_filter input[type="search"],
#template_list_filter input[type="search"],
#buyer_list_filter input[type="search"],
._all_buyer select,
#product_list_filter input[type="search"],
#transction_list_wrapper input[type="search"] {
    border: 1px solid #ccc;
    padding: 0 10px;
    height: 38px;
    border-radius: 4px;
}

#taxes_list_filter input[type="search"]:focus,
#template_list_filter input[type="search"]:focus,
#buyer_list_filter input[type="search"]:focus,
._all_buyer select:focus,
#product_list_filter input[type="search"]:focus,
#transction_list_wrapper input[type="search"]:focus {
    border-color: #00acd8;
}

#taxes_list_paginate,
#template_list_paginate,
#buyer_list_paginate {
    margin: 0;
    padding: 0;
}

#taxes_list_paginate .paginate_button,
#template_list_paginate .paginate_button,
#buyer_list_paginate .paginate_button,
#product_list_paginate .paginate_button,
#transction_list_paginate .paginate_button {
    border: 1px solid #ccc !important;
    margin-left: -1px !important;
}

#taxes_list_paginate .paginate_button.current,
#template_list_paginate .paginate_button.current,
#buyer_list_paginate .paginate_button.current,
#product_list_paginate .paginate_button.current,
#transction_list_paginate .paginate_button.current {
    background: #008fb3 !important;
    color: #fff !important;
    border: 0;
    /* padding: 8px 15px; */
}

.email_temp tbody td {
    text-transform: capitalize;
}

._all_buyer th select {
    width: 80%;
}

._main_prod_tr td {
    border-top: 0 !important;
}

.buyer-name p {
    font-size: 14px;
    color: #00acd8;
    font-weight: 500;
    margin-top: 3px;
}

._pay_address tbody,
._pay_address tbody td,
._pay_address thead th {
    border: 1px solid #e0e0e0;
}

._top_head label {
    font-size: 18px;
    background-color: #00acd8;
    padding: 12px 9px;
    margin-top: 15px;
    width: 100%;
    color: #fff;
}

._cmp_details {
    background: #f5f5f5;
    float: left;
    width: 100%;
    padding: 12px 0 10px;
    margin: 3px;
}

._form_mail._new_mail {
    display: flex;
    align-items: center;
}

._form_mail._new_mail ._st_actions {
    margin: 0 15px;
}

.forward_email_div.cus_cr.col-sm-2 img.crossImg {
    margin-top: 14px;
}

._instruction_note {
    float: left;
    width: 100%;
    color: #f05050;
    margin: 0;
}

.imp_note {
    font-weight: 600;
}

._billing_dtl legend {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    border: 0;
    margin-bottom: 0;
}

._billing_dtl .checkbox.c-checkbox {
    margin: 0;
}

.page_heading .comy-list-sch-outer._users_buttons {
    max-width: 950px;
}

.freez_list thead th:nth-child(3) {
    width: 500px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-striped>tbody>tr:hover {
    background-color: #bfe5f3;
}

.update_pool .bb.text-sm1.mb {
    font-weight: 600;
    padding: 0 0 10px;
}

._users_buttons._SMTP {
    max-width: 860px;
}

.textTemp legend {
    font-weight: 600;
    text-transform: capitalize;
}

.voice_log strong {
    font-size: 18px;
    margin: 20px 0 5px;
    display: block;
}

.target .alert a {
    display: inline-block;
}

.add-comp-st-en .cmp-st {
    margin-bottom: 10px;
}

.add-cam-body .add-cam-body-right {
    clear: both;
}

/* checkboxes  */

.checkbox_cs label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox_cs label {
    cursor: pointer;
}

.checkbox_cs .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox_cs .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox_cs label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox_cs label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox_cs label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox_cs label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}

.res-nav-outer .nav li.bg-info-light,
.res-nav-outer .nav li.bg-info-light:focus {
    background: #a6edff;
}

.res-nav-outer .nav.navbar-nav li.bg-info-light a {
    color: #0c4f63;
}

.domain-notification {
    background-color: #2eacd8;
    padding: 15px;
    color: #fff;
}

.note-blue {
    background-color: #00acd8;
}

.note-black {
    background-color: #000000;
    border-color: #000000;
}

.ab-block {
    float: left;
    width: 100%;
    background: #f1f1f1;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 8px 0;
}

/* media screens */

.add-line-text {
    float: left;
    width: 100%;
}

.add-line-text a {
    font-size: 18px;
    margin-top: 10px;
    display: block;
}

.header_em_frm ._from_add_btn i {
    float: left;
    margin: 5px 10px 5px 0px;
}

.msg_secnd {
    border: 1px solid #ccc;
    padding: 0 4px;
    margin: 0 5px;
}

.msg_secnd:focus {
    border-color: #00acd8;
}

.input-group {
    margin-bottom: 10px;
}

.add-line-text.ad_inv {
    display: inline-flex;
}

.add-line-text.ad_inv a {
    font-size: 14px;
}

.discount-area input {
    border: 1px solid #ccc;
    padding: 3px 8px;
    border-radius: 4px;
}

._form_mail .adcomp_heading,
.forward_email_div .adcomp_heading {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    display: none;
    background-color: #00acd8;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
}

.filter_search.fl_cstm .search_outer_gear,
.filter_search.fl_cstm select#filter_select {
    float: left;
}

._support {
    position: absolute;
    bottom: 15px;
    color: #111111 !important;
    font-weight: 600;
}

.eye-icon._eye_ic {
    position: absolute;
    top: 0;
    right: -23px;
}

.range-left.turbocompanyName {
    text-overflow: ellipsis;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
}

._anserd ul {
    padding: 0;
    margin: 0;
}

._anserd ul li {
    display: inline-block;
    position: relative;
}

._anserd ul li {
    display: inline-block;
    position: relative;
    padding: 0 5px 0 20px;
    font-size: 12px;
}

._anserd ul li:before {
    width: 15px;
    height: 15px;
    content: "";
    /* background: #ccc; */
    position: absolute;
    border: 1px solid #ddd;
    top: 2px;
    left: 0px;
}

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

.companynum ul {
    padding: 0px 11px;
    float: left;
    list-style: none;
}

.companynum ul li {
    font-weight: 600;
    float: left;
    margin-right: 6px;
    line-height: 33px;
    font-size: 18px;
}

.mChart,
.myChartCalls {
    background: #fff;
    position: relative;
}

.range {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 15px;
    background: linear-gradient(to bottom, #f7f7f7 0%, #f3f3f3 100%)
}

.tab-content._graph-area {
    padding: 5px 5px;
}

.range-right {
    display: flex;
    align-items: center;
}

.range-left i {
    font-size: 18px;
    float: left;
    margin: 3px 8px 0 0;
}

._anserd {
    position: absolute;
    left: 215px;
}

._anserd ul li._ans:before {
    background-color: #3265cc;
}

._anserd ul li._unans:before {
    background-color: #f00;
}

/*nav.navbar.topnavbar.nav-side-fixed {
margin-bottom: 7px;
}*/
._sett_logo {


    display: flex;
    align-items: center;
    position: relative;
    width: 140px;
}

._sett_logo img {
    width: 140px;
    height: 90px;
    border: 1px solid #444;
    border-radius: 5px;
    margin: 15px 0;
    object-fit: contain;
    padding: 0 10px;
}

._sett_logo span {
    position: absolute;
    top: 5px;
    right: -8px;
    color: #fff;
    background-color: #f00;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}

.pagi-select label {
    display: inline-block;
}

.plan_detail_discrption h3 {
    background-color: #00acd8;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    border-radius: 6px 6px 0 0;
    margin: 0;
    font-weight: 600;
}

.discrption_detail {
    float: left;
    width: 100%;
    box-shadow: 3px 5px 9px #b7b7b7;
    border-radius: 7px;
    overflow: hidden;
}

.plan_detail_discrption span {
    float: left;
    width: 100%;
    background-color: #fbfbfb;
}

.plan_detail_discrption span pre.editContent {
    font-size: 18px;
    background-color: transparent;
    border: 0;
    padding: 0px 15px;
    margin-top: 15px;
}

.plan_detail_discrption span ul {
    float: left;
    width: 100%;
    padding: 0px 15px 8px;
    list-style-type: none;
}

.plan_detail_discrption span ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px 25px;
    position: relative;
}

.plan_detail_discrption span ul li:before {
    position: absolute;
    content: "\f046 ";
    left: 0;
    top: 8px;
    font-family: fontawesome;
    color: #00acd8;
    font-size: 18px;
}

.plan_detail_discrption span ul li span.editContent {
    font-size: 14px;
}

.next_due {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
}

/* call caller screen popup css starts */
._call_caller ._number span {
    color: #000;
}

._call_caller {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
}

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

._number span {
    width: 100%;
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: #eee;
    border: 1px solid #ccc;
    margin: 1px;
    cursor: pointer;
    transition: ease-in .3s;
    border-radius: 5px;
}

._number span:hover {
    background-color: #2eacd8;
    color: #fff;
}

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

.from_select select.form-control {
    width: 80%;
    margin: 0;
}

.mdl_bg {
    background-color: #2eacd8;
    color: #fff;
    border-radius: 4px 4px 0 0;
}

.mdl_bg button.close {
    position: absolute;
    right: -10px;
    top: -3px;
    background-color: #000;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    opacity: .6;
    text-shadow: none;
    color: #fff;
    font-size: 16px;
}

.modal-sm .modal-content {
    border: 0;
}

.remove_number {
    background: #eee url(../img/cancel_btn.png) no-repeat center center !important;
}

/* call caller screen popup css ends */
.tab-content._city_tabcontent {
    float: left;
    padding: 0px;
    border: 0;
    margin: 10px 0;
}

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

.selectbox-height select {
    width: 100%;
    height: 150px;
}

._lead_clear_selection {
    padding: 0px;
    margin-left: 4px;
}

.reCaptcha {
    display: grid;
    justify-content: center;
}

.comp_icn img {
    width: 35px;
}

.label-black {
    background-color: #000;
    font-weight: 300;
    padding: 4px 5px;
    font-size: 13px;
}

._call_logs {
    padding: 0;
}

.cal-add-btn img {
    width: 28px;
    margin-top: 10px;
}

._leads_wrapper {
    background-color: #eee;
    padding: 15px;
    margin-bottom: 15px;
}

._flex._caller_icon {
    align-items: center;
}

._caller_icon>span {
    font-size: 24px;
    margin-left: 10px;
    color: #2eacd8;
}

._caller_icon input {
    margin-bottom: 0;
}

.call_caller_log table.table thead tr th,
.call_caller_log table.table tbody tr td {
    font-size: 12px;
}

.pros-dtl-outer ul li .pros-dtl-icon.bg-primary a {
    background-color: #297fb8;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.pros-dtl-outer ul li.pro-dtl-right .pros-dtl-icon {
    background-color: transparent;
}

.pros-dtl-outer ul li .pros-dtl-icon.bg-primary a i {
    color: #fff;
}

.pros-dtl-outer ul li .pros-dtl-icon.bg-primary ._reply {
    color: #fff;
    font-size: 13px;
    background-color: #2e7fb8;
    padding: 4px;
    border-radius: 6px;
    margin-top: 10px;
    display: block;
    font-weight: 600;
    cursor: pointer;
}

._temp_services {
    padding: 10px 0;
}

._temp_services label {
    display: flex;
    align-items: center;
}

._temp_services label a {
    font-size: 22px;
}

._temp_services label .plusAndMinus {
    margin-left: 15px;
}

._temp_services label span {
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}

._temp_services {
    padding: 10px 25px;
}

.buckets-list-row {
    display: table;
}

.passwod-eye {
    position: absolute;
    top: 12px;
    right: 40px;
}

.tooltipcontainer {
    position: relative;
    z-index: 1;
}

.tooltipcontainer .tooltiptext {
    visibility: hidden;
    display: inline-block;
    background-color: #2f2f2f;
    color: #e6e6e6;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 9999;
    left: calc(100% - 157px);
    opacity: 0;
    transition: opacity 0.3s;
    font-family: 'open_sansregular' !important;
    font-size: 13px;
    line-height: 18px;
    min-width: 300px;
    bottom: 24px;
}

.pdf_preview {
    width: 100%;
    height: 400px;
    background-color: #444;
}

.add_doc_div {
    font-size: 1em;
    left: -1em;
    top: -1em;
    z-index: 101;
}

.add_doc_btn {
    min-width: 0;
    width: 2em;
    height: 2em;
    text-align: center;
    padding: .3em 0;
    font-size: 1.1em;
    line-height: 1.5;
    border-radius: 2em;
    box-shadow: 2px 2px 5px 0 #666;
    color: #fff;
    background-color: #3cacd8;
    border-color: #3cacd8;
    display: inline-block;
    line-height: 0;
}

.start_pdfs {
    padding: 0;
}

.start_pdfs li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 15px;
}

.start_pdfs li label {
    font-size: 18px;
    color: #000;
}

.start_pdfs li span a {
    background-color: #00acd8;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}

.start_pdfs li span a:hover {
    background-color: #099abf;
}

.st_ttl {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

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

.text_msg span {
    font-size: 20px;
}

.text_msg h3 {
    margin: 0;
}

.record_table table thead tr {
    background-color: #eee;
}

.record_table table thead tr th {
    color: #000;
    font-size: 14px;
}

.record_table table thead tr th>i {
    color: #505050;
    margin-left: 5px;
}

.record_table table tbody tr td {
    font-size: 14px;
}

._vryfy {
    color: #0fa929;
}

.not_vryfy {
    color: #f00;
}

._stats>i {
    margin-right: 8px;
}

.not_vryfy .btn i {
    margin-right: 7px;
}

.widget-script {
    display: flex;
    justify-content: flex-end;
}

.hex_color_preview {
    font-size: 35px !important;
}

.widget_icon,
.widget_icon.icon_layout_image {
    height: 46px;
    width: 46px !important;
    left: 0 !important;
    top: 0 !important;
    border-radius: 100px;
    margin: 0;
    /* margin-top: 5px; */
    right: 0 !important;
    margin: auto !important;
    bottom: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.widget_icon_default {
    padding: 10px;
    width: 80%;
}

#IRwidget_wrapper .open-button.logo-textBx {
    font-size: 15px;
    border-radius: 50px;
    padding: 0px 25px 0 8px;
    width: auto;
    height: 64px;
    line-height: 48px;

    font-weight: 600;
}

#IRwidget_wrapper .box-body {
    padding: 20px;
    background-color: #fff;
    /* padding-bottom: 0px;*/
}

#IRwidget_wrapper .bx-bodyOption ul li {
    display: block;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

#IRwidget_wrapper .bx-bodyOption ul li::after {
    content: '';
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJsb25nLWFycm93LWFsdC1yaWdodCIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWxvbmctYXJyb3ctYWx0LXJpZ2h0IGZhLXctMTQiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDQ4IDUxMiI+PHBhdGggZmlsbD0iIzVjNWM1YyIgZD0iTTMxMy45NDEgMjE2SDEyYy02LjYyNyAwLTEyIDUuMzczLTEyIDEydjU2YzAgNi42MjcgNS4zNzMgMTIgMTIgMTJoMzAxLjk0MXY0Ni4wNTljMCAyMS4zODIgMjUuODUxIDMyLjA5IDQwLjk3MSAxNi45NzFsODYuMDU5LTg2LjA1OWM5LjM3My05LjM3MyA5LjM3My0yNC41NjkgMC0zMy45NDFsLTg2LjA1OS04Ni4wNTljLTE1LjExOS0xNS4xMTktNDAuOTcxLTQuNDExLTQwLjk3MSAxNi45NzFWMjE2eiI+PC9wYXRoPjwvc3ZnPg==);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 12px;
    top: 18px;
}

#IRwidget_wrapper .bx-bodyOption ul li .opt-icon {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: inline-block;
    padding: 8px;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

.bx-bodyOption ul {
    padding-left: 0 !important;
    padding-bottom: 15px;
}

#IRwidget_wrapper .bx-bodyOption ul li {
    display: block;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

#IRwidget_wrapper .open-button.logo-textBx .img-holder {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    /* float: left;
margin-right: 10px;*/
    border: 2px solid #fff;
    display: inherit;
    margin: 0px auto;
    float: left;
}


#IRwidget_wrapper .open-button.logo-textBx img {
    position: static;
    left: 0;
    top: 0;
    float: left;
    margin-right: 10px;
    width: 100%;
}

.chat-popup .box-header {
    border-radius: 10px 10px 0 0;
    padding: 15px;
    min-height: 90px;
    min-width: 100%;
    display: table;
}

.chat-popup .box-header .title {
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    float: left;
    padding-left: 10px;
}

.chat-popup .avtr-img img {
    height: auto;
    border-radius: 50%;
    border: 2px solid #ffffff;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    flex: 0 0 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 25%);
}

#IRwidget_wrapper .open-button.para-textBx img {
    position: static;
    left: 0;
    top: 0;
}

#IRwidget_wrapper .open-button.para-textBx {
    /*font-size: 30px;
border-radius: 50%;
padding: 0;
width: 80px;
height: 80px;
line-height: 31px;
outline: none;
color: #ffffff;
border: none;
background-color: #1d71e9;
opacity: .9;
box-shadow: 0 0 0 0 #1d71e9;
transform: scale(1);
animation: pulse 3s infinite;
animation-delay: 3s;*/
    font-size: 15px;
    border-radius: 50px;
    padding: 0px 25px 0 8px;
    width: auto;
    height: 64px;
    line-height: 48px;
    font-weight: 600;
}

#IRwidget_wrapper .open-button.para-textBx .logo-textTitle {
    display: initial;
    background: rgb(0 172 216);
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
    float: left;
    padding: 0px 0px 0px 10px;
}

.chat-popup .box-header .tw.center-h-v,
.chat-popup .box-header .tw {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

#IRwidget_wrapper .bx-bodyOption .btn {
    color: white;
    /*padding: 16px 20px;*/
    border: none;
    cursor: pointer;
    /*width: 100%;*/
    margin-bottom: 10px;
}

.widget-cancel {
    float: right;
    color: white;
    /*position: absolute;*/
    width: 64px;
    height: 64px;
    border-radius: 50px;
    right: 12px;
    padding: 0;
    font-size: 34px;
    background-image: none;
}

#IRwidget_wrapper .box-header {
    border-radius: 10px 10px 0 0;
    padding: 15px;
    min-height: 90px;
    min-width: 100%;
    display: table;
}

#IRwidget_wrapper .widget_form-control {
    border: 1px solid #ccc;
    height: 50px;
    width: 100%;
    border-radius: 5px !important;
    margin-bottom: 15px;
    padding: 5px 10px;
    background: #fff;
    font-size: 13px;
    box-sizing: border-box;
}

#IRwidget_wrapper .counter-w {
    float: right;
    font-size: 12px;
    margin-bottom: 5px;
}

#IRwidget_wrapper .btn-send {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

#IRwidget_wrapper .btn-back {
    padding: 9px 20px;
    border-radius: 8px;
    border: none;
    color: #fff;
    margin-top: 10px;
}

.w-100 {
    width: 100%;
    color: #757575;
}

.chat-country-dropdown {
    width: 100%;
    display: table;
    position: relative;
}

#IRwidget_wrapper textarea.widget_form-control {
    resize: none;
    min-height: 100px;
    font-family: Arial, Helvetica, sans-serif;
}

#IRwidget_wrapper .note-text {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    padding: 10px;
}

#IRwidget_wrapper .note-text input[type="checkbox"] {
    -webkit-appearance: button;
    height: 10px;
}

#IRwidget_wrapper .choose-time:hover {
    text-decoration: underline;
}

#IRwidget_wrapper .choose-time {
    display: inherit;
    padding: 0;
    font-size: 14px;
    margin-top: 10px;
}

#IRwidget_wrapper textarea.widget_form-control {
    resize: none;
    min-height: 100px;
    font-family: Arial, Helvetica, sans-serif;
}

/* media screen css */
/*@media screen and (max-width:1366px) {
.page_heading .comy-list-sch-outer {
max-width: 350px;
}*/

.text-right.add_campaignPageSwitch {
    padding-right: 25px;
    padding-top: 15px;
}


@media screen and (max-width:992px) {
    .start_pdfs li label {
        font-size: 15px;
    }

    .next_due {
        display: block;
        width: 100%;
    }

    .next_due div,
    .next_due .ip_address {
        float: left !important;
        width: 100%;
        margin-bottom: 5px;
        font-size: 14px;
    }

    ._anserd {
        position: static;
        margin: 5px 0;
    }

    .range {
        display: block;
    }

    .table-responsive {
        overflow-x: auto;
    }

    .terms-area {
        width: 100%;
        display: block;
    }

    .subtotal-area {
        width: 100%;
    }

    .mng-edit-head {
        width: auto;
    }

    .page_heading,
    .agent-summary-main .comy-list-sch-outer,
    .comy-list-sch-outer {
        display: block;
    }

    .comy-list-sch-outer {
        max-width: initial;
    }

    .page_heading .top_heading {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .form-control,
    .due_date .input-group-btn button.btn {
        height: 40px;
    }

    .prosp-serh-left input[type=text],
    .adv-sch-drop-btn {
        height: 40px;
    }

    .adv-sch-drop-btn {
        line-height: 40px;
    }

    .adv-sch-drop-btn i {
        top: 8px;
    }

    .prosp-serh-left button {
        width: 92px;
        height: 40px;
        padding: 0;
    }

    .clear-filter {
        top: 10px;
    }

    .btn {
        padding: 8px 10px;
    }

    .table-respo {
        width: 1150px;
    }

    .comy-list-sch-outer .btn {
        margin-bottom: 5px;
    }

    .audio-list-btn-res button {
        margin-bottom: 10px;
    }

    .page_heading .comy-list-sch-outer {
        max-width: 100%;
        display: inline-block;
    }

    ._phone_number .close_btn {
        bottom: 10px;
    }

    .panel.widget.bg-purple-custom {
        padding: 10px;
    }

    .columns._ad_contact {
        columns: 2;
    }

    .contact-mgmt-main .comy-list-sch-outer {
        display: flex;
    }

    .subtotal-area {
        margin-top: 0;
    }

    .login-lft-out {
        width: 745px;
    }

    .lead-buckets-modal .columns {
        columns: 2;
        column-count: 2;
    }
}

@media screen and (max-width:768px) {
    .start_pdfs li {
        display: block;
        text-align: center;
    }

    .start_pdfs li span {
        margin-top: 10px;
        display: inline-flex;
    }

    .login-page-submit {
        margin: 15px 0 0;
    }

    .login-sec h3 {
        font-size: 20px;
    }

    .password-block {
        padding-top: 15px;
    }

    .range-right {
        display: block;
    }

    .range-right .modeSelector {
        float: left;
        width: 100%;
    }

    .range-right input,
    .range-right select {
        width: 100%;
        margin: 0 0 5px;
    }

    ._support {
        color: #ffffff !important;
        /* left: 50%; */
        /* transform: translate(-50%, 0%); */
        position: static;
        width: 100%;
        text-align: center;
    }

    .terms-area .div-form {
        width: 100%;
        margin-right: 0;
        display: block;
        margin-bottom: 15px;
    }

    .col-xs-12.col-sm-12.mng-list-body.edit-outer-body.camp {
        margin-left: 0;
    }

    .mng-edit-head {
        padding-right: 0;
    }

    .mng-list-content ul li {
        width: 100%;
    }

    .mng-list-content ul.edit-ul li {
        display: block;
    }

    .mng-edit-head p {
        float: left;
    }

    .new-top-header-out select {
        height: 40px;
    }

    .hed-txt-min {
        position: absolute;
        left: 0;
        top: 70px;
        z-index: 99999;
        margin-top: 0;
    }

    .hed-txt-min a#icon-building i {
        color: #fff;
    }

    .hed-txt-min select {
        border: 0;
    }

    .audio-list-btn-res button {
        width: 100%;
        word-break: break-word;
        white-space: normal;
    }

    ._flex {
        display: block;
    }

    .cont-mgmt-check-out .checkboxwrap {
        display: block;
    }

    .cont-mgmt-check-out .checkboxwrap .checkbox {
        width: 50%;
    }

    .tx_msg {
        display: none;
    }

    .fb-builder {
        width: 98%;
        margin: 25px auto 5px;
    }

    ._form_mail {
        margin-bottom: 15px;
    }

    ._top_head {
        display: none;
    }

    ._form_mail .adcomp_heading,
    .forward_email_div .adcomp_heading {
        display: block;
    }

    .filter_search.fl_cstm .search_outer_gear,
    .filter_search.fl_cstm select#filter_select {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .del_key {
        font-size: 18px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .comp_icn img {
        background-color: #fff;
        padding: 5px 3px;
        border-radius: 5px;
        height: 40px;
        margin: -6px 0 0;
    }

}

@media screen and (max-width:575px) {

    .text-right.add_campaignPageSwitch {
        text-align: left !important;
        padding-left: 25px;
    }
    
    .audi_rqst .btn {
        width: 100%;
    }

    .columns._ad_contact {
        columns: 1;
    }

    .btn-area .btn {
        width: 100%;
        margin-bottom: 5px;
    }

    .wrap-login100 {
        padding: 15px 15px;
    }

    .login100-form-btn {
        font-size: 14px;
        padding: 0 15px;
    }

    .lead-buckets-modal .columns {
        columns: 1;
        column-count: 1;
    }
}

@media screen and (max-width:480px) {
    .contact-mgmt-main .comy-list-sch-outer {
        display: block;
    }

    .contact-mgmt-main .comy-list-sch-outer div {
        float: left;
    }

    .add-line-text a {
        font-size: 15px;
    }
}

.total-balance-amount {
    float: left;
}

.account-balance {
    font-size: 18px;
}

.popup-heading h4 {
    border-bottom: 1px solid #d2d2d2;
    margin: 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

/*#testfollowupmodel .custom-pop-main{
width: 770px;
}*/

#testfollowupmodel .modal-body {
    padding: 0;
}

.popup-bottom-blk {
    border-top: 1px solid #c3c3c3;
    padding-top: 20px;
    margin-top: 10px;
}

.popup-bottom-blk input {
    width: 75%;
    float: left;
}

.popup-bottom-blk a.btn-primary {
    float: left;
    margin-left: 10px;
    height: 48px;
    line-height: 28px;
}

#testfollowupmodel .folllowup-body-email {
    height: 450px;
    overflow-y: scroll;
}

#testfollowupmodel .folllowup-body-sms {
    height: 200px;
    overflow-y: scroll;
}

#testfollowupmodel .folllowup-body-voicemail {
    height: 200px;
    overflow-y: scroll;
}

#testfollowupmodel .modal-body.whirl:after {
    top: 50%;
    margin-top: -50px;
}

.smsvoicemail-followup-blk select#country {
    width: 150px;
    margin-right: 10px;
    float: left;
}

.smsvoicemail-followup-blk input.country-code-input {
    width: 80px;
    margin-right: 10px;
    float: left;
}

.smsvoicemail-followup-blk input#testfollowupnumber {
    width: 40%;
    float: left;
}

.update-number-heading {
    height: 36px;
    border-bottom: 1px solid #dadada;
    margin: 0 0 20px 0;
    padding: 3px 0 0 0;
    float: none;
}

.insta-number-block .form-control {
    margin: 0 !important;
}

.insta-number-block label.heading-country-label {
    line-height: 50px;
    margin: 0;
}

.insta-number-block fieldset.last-child,
.insta-number-block fieldset:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

.findnumber-modal-dialog {
    height: auto !important;
}

.col-sm-2.verify-number-link {
    margin: 14px 0;
}

.col-sm-1.verified-check {
    margin: 10px 0;
    color: #007300;
}

.notes-txt {
    float: left;
    width: 80%;
}

.notes-btn {
    float: right;
    width: 20%;
}

.notes-btn a {
    float: right;
    margin-right: 5px;
}

.credits-notes {
    margin-top: 20px;
}

div#current_month_logs table th {
    text-align: center;
}

.login-spinner {
    margin-top: 2px;
}

.left-nav-tabs {
    float: left;
    border: 0;
}

.notes-block {
    float: right;
    margin: 5px 12px;
}

.notes-block strong {
    color: #ff0000;
}

.notes-block p {
    background-color: #ffff00;
}

.search-list-tab-content {
    float: left;
    width: 100%;
    border-top: 1px solid #e4e4e4;
}

div.followup-email-subject h5 {
    float: left;
}

div.followup-email-subject div.ab-split-btn input {
    float: left;
    margin: 12px 2px 0 0;
}

div.followup-email-subject div.ab-split-btn {
    float: right;
    line-height: 36px;
}

div.absplit-subject-testing label.absplit-number {
    float: left;
    margin: 12px 0;
    padding: 3px 5px;
}

div.absplit-subject-testing div.absplit-remove {
    float: left;
    margin: 9px 0;
}

div.absplit-subject-testing div.absplit-remove a {
    color: #5a5a5a;
    font-size: 20px;
}

a.absplit-addmore {
    margin-left: 30px;
}

div.subject-line-winner h5 {
    float: left;
    line-height: 28px;
}

div.subject-line-winner input[type=text] {
    float: left;
    width: 80px;
    margin: 0 8px 0 10px;
}

div.subject-line-winner input[type=checkbox] {
    float: left;
    margin: 19px 6px 0 0;
}

span.toggle-responses a.fa {
    color: #00acd8;
    font-size: 18px;
}

span.toggle-reply a.fa {
    font-size: 22px;
    color: #00acd8;
}

div.abstats-block table.table tbody td {
    padding: 15px 0 !important;
}

div.abstats-block table.table-header-blk tbody td {
    font-weight: bold;
}

div.abstats-block table .table-header-use,
table .table-header-plussign {
    width: 60px;
}

div.abstats-block table .table-header-dayname {
    width: 120px;
}

div.abstats-block table .table-header-subject {
    width: 550px;
}

div.abstats-block table .table-header-sent,
div.abstats-block table .table-header-opened,
div.abstats-block table .table-header-sent,
div.abstats-block table .table-header-replied,
div.abstats-block table .table-header-optout,
div.abstats-block table .table-header-bounced,
div.abstats-block table .table-header-failed {
    width: 100px;
}

.subject-line-winner {
    padding-left: 10px;
}

div.abstats-block .table-respo table.replies-table td {
    padding: 15px 14px !important;
}

div.security-code-popup form {
    margin-top: 30px;
}

label.seq-lbl-blk {
    line-height: 50px;
}

div.view-reply-content {
    white-space: pre-line;
}

div.camp-det-time h5.camp-datetime {
    float: right;
}

div.form-input-group div.input-group-0 {
    width: 200px;
    float: left;
    margin-right: 10px;
}

div.form-input-group div.input-group-1 {
    width: 140px;
    float: left;
    margin-right: 10px;
}

div.absubject-input-group input#searchinput,
div.absubject-input-group select {
    border-radius: 4px !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

div.campaign-center-part {
    width: 60%;
    margin: 0 auto;
}

div.campaign-setup-blk {
    width: 100%;
    float: left;
    padding-top: 15px;
}

.dropdown:hover>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.left-radio-btn {
    width: 115px;
}

div#ir-numbers-panel h4.panel-title {
    padding: 8px 14px;
    line-height: 36px;
}

div#ir-numbers-panel i {
    line-height: 36px;
}

div#ir-numbers-panel a.add-phone-number-btn {
    padding: 8px;
}

.campaign-templates-modal {
    height: auto;
    max-width: 800px;
    min-width: 800px;
}

.user-Locality-modal {
    height: auto;
    max-width: 600px;
    min-width: 600px;
}

button#progress-campaign {
    display: none;
}

div.admin-template-header {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
}

label.admin-template-lbl {
    font-weight: normal;
    cursor: pointer;
}

.custom-padding {
    padding: 12px 24px;
}

.user-Locality-modal fieldset {
    width: 100%;
}

div.campaign-setup-blk {
    width: 100%;
    float: left;
    padding-top: 15px;
}

div.campaign-center-part {
    width: 60%;
    margin: 0 auto;
}

div.schedule-campaign-input {
    width: 160px;
    height: 82px;
}

.cmp-st {
    float: left;
    margin-right: 6px;
}

.cmp-st.mt42 {
    margin-top: 40px;
}

div.schedule-campaign-input ul.dropdown-menu {
    width: 345px;
}

div.center-content-blk {
    height: 450px;
    overflow-y: scroll;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

div.side-bar-left li:hover>ul {
    display: block !important;
}

.password-block a {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
}

.forgot-details-submit {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 45px;
    border-radius: 25px;
    background: #111111;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.forgot-details-blk .form-group {
    margin-bottom: 10px;
}

.forgot-details-blk {
    padding-top: 40px;
    width: 360px;
    ;
}

.forgetpwd-text-block {
    padding-top: 50px;
}

.setpwd-text-block {
    padding-top: 100px;
    padding-left: 0px;
}

.checkbox.marginBottom {
    margin-bottom: 20px;
}

div.domain-block input.domain-input {
    width: 70%;
    float: left;
}

div.domain-block span.days-label {
    float: left;
    line-height: 48px;
    margin-left: 14px;
    color: #666666;
    font-family: 'robotomedium';
}

div.domain-block div.domain-note-txt {
    width: 100%;
    float: left;
    font-size: 13px;
    margin-bottom: 16px;
}

div.amm-notes-txt {
    width: 48%;
    float: left;
    margin-left: 20px;
}

.button__submit {
    display: inline;
}

.button__loader {
    display: none;
}

.companylogo__loader,
.companyfavicon__loader {
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: rgb(255 255 255 / 71%);
    display: none;
}

/* .comy-list-sch-outer span {
padding-top: 12px;
} 
/*
.comy-list-sch-outer span {
padding-top: 12px;
}*/

.comy-list-sch-outer span label {
    padding-top: 12px;
}

.sms_report {
    border: 1px solid #dbdbdb;
    background: #fcfcfc;
    padding: 10px 20px 20px 20px;
}

.icon_space {
    padding-top: 0px !important;
}


ul.dropdown-menu li {
    border-bottom: 2px solid #ffffff;
}

ul.dropdown-menu li:hover {
    border-bottom: 2px solid #23b7e5;
}

._contat_font {
    font-size: 19px;
}

/****************05 05-22021****************/
.input.form-control.col-sm-1.ng-valid.ng-dirty.ng-valid-parse.ng-touched {
    color: #fff;
}

.wigget_mid_section {
    border: 1px solid #eeeeee;
    padding: 10px;
    border-radius: 8px;
    background: #f9f9f9;
}

.chat-popup.align-right {
    box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
}

.widget_fixed_but {
    position: fixed;
    bottom: 60px;
    border: 1px dashed #c9c9c9 !important;
    background: #fff;
    width: 65%;
    padding: 14px;
}

.wigget_mid_section input[type="checkbox"] {
    float: left;
}

.chat-popup .field-wrapper.view_apoint {
    border: 1px solid #dedede;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    background: #f9f9f9;
}

span.blueAlert {
    background: #2e3136 !important;
    border: none !important;
    border-radius: 50px !important;
    box-shadow: none !important;
    color: white !important;
    height: inherit !important;
    margin-top: inherit !important;
    min-width: 18px !important;
    padding: inherit !important;
    position: relative !important;
    right: -8px !important;
    text-align: center !important;
    text-shadow: none !important;
    top: inherit !important;
    display: inline-block !important;
    line-height: 18px !important;
    padding: 0 5px !important;
}

.all_widget_nav {
    display: flex;
    border-bottom: 0px;
}

.comy-list-sch-outer.widget_nav {
    width: 100%;
    max-width: 100%;
}

.all_widget_nav li {
    margin-left: 5px;
}

.all_widget_nav li a {
    padding: 13px 12px
}

.lft_compnyy_list {
    display: inherit;
}

.widget_list {
    margin-top: 10px;
}

.widget_list .lft_compnyy_list .all_widget_nav li {
    margin-left: 0px;
}

/*.custom-inner-wrapper accordion{    margin-bottom: 60px;}*/
.cam-timezone {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.c-checkbox input[type=radio]:checked+span:before,
.c-radio input[type=radio]:checked+span:before {
    color: #000;
}

textarea.form-control {
    height: auto;
    resize: inherit;
}

.widget-section_bottom {
    position: fixed;
    bottom: 90px;
    width: 590px;
    bottom: 90px;
    max-width: 350px;
}

.chart_widget {
    border: 1px solid #e2e2e2;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    background: #fbfbfb;
    border-radius: 5px;
    padding: 10px;
}

.widget_serch {
    border: 1px solid #e2e2e2;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
    display: flex;
    border-radius: 5px;
    background: #fbfbfb;
}

.table_widget {
    border: 1px solid #e2e2e2;
    display: inline-flex;
    width: 100%;
    border-radius: 5px;
    margin: 15px 0px 15px 0px;
}

a.button.btn-black.btn-sml.table_colSettings_click {
    background: #e4e4e4;
    padding: 10px;
    font-weight: bold;
}

ul.table_colSettings_dropdown.col_setting_list {
    margin: 0px;
    list-style: none;
    display: flex;
    margin-top: 10px;
}

.col_setting_list li {
    margin: 0px 20px 0px 20px !important;
    display: inline-block;
}

.Recommended_size {
    border: 1px solid #ececec;
    display: flex;
    width: auto;
    margin: 15px;
    border-radius: 5px;
    background: #fbfbfb;
}

.cropbut {
    margin-top: 40px;
}

.wigget_mid_section fieldset {
    margin-top: 10px;
}

/* .cropper-container {width: 100%!important;overflow: hidden;} */
/* .cropper-crop-box{width: 100%!important;} */
.recommend_block {
    background: #f7f7f7;
    padding: 10PX;
    border: 1px solid #d6d6d6;
}

.recommend_block h3 {
    margin-top: 0px !important;
}

.recommend_block input {
    width: 100% !important;
}

._sett_logo button {
    margin-top: 30PX;
    margin-left: 20px;
}

#img_preview_icon canvas {
    width: 100% !important;
}

div#img_preview_icon {
    border: 4px solid #d8d8d8;
}

.button_block {
    float: left;
}

.widget_fixed_but .alert-success,
.widget_fixed_but .alert-warning {
    float: right;
    width: 85%;
}

.text-primary a {
    text-transform: capitalize;
}

.wrapper>footer {
    position: fixed !important;
    background-color: #fff !important;
}

.reply_sms textarea {
    width: 100%;
}

.wigget_mid_section ._cleaner_radio .radio.c-radio {
    margin: 0px 15px 0 0px !important;
    padding-top: 0px !important;
}

/* tr.ng-scope {    background: #f6fdff!important;    border-radius: 5px 5px 0px 0px;}*/
.hover-tr:hover {
    background: #cce1f5 !important;
}

.crp-closeButton {
    float: right;
    background: #0090b5;
    width: 26px;
    border-radius: 50%;
    height: 26px;
    font-size: 22px;
    line-height: 10px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0px 1px 2px #122a41;
}

.get_leadsBtn {
    font-size: 13px !important;
    padding: 14px 10px !important;
}


@media screen and (max-width:1024px) {
    .get_leadsBtn {
        font-size: 12px !important;
    }

    ._get_leadslabel {
        width: 32%;
    }

    ._get_leadsSelect {
        width: 50%;
    }
}
