﻿body {
    font-family: 'CircularStdBook';
    overflow: hidden;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
}

.col-10 {
    flex: 0 0 83.333333%;
}

.col-9 {
    flex: 0 0 75%;
}

hr {
    border-top: 1px solid rgb(0 0 0 / 39%);
}

.cursor-pointer {
    cursor: pointer;
}

input {
    outline: none;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.addpadding-10 {
    padding: 0px 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-top-0 {
    margin-top: 0px;
}

.padding-left2 {
    padding-left: 2px;
}

.padding-left10 {
    padding-left: 10px;
}

.overflow-auto {
    overflow: auto;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #898f8f;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #898f8f;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #898f8f;
}

:-moz-placeholder { /* Firefox 18- */
    color: #898f8f;
}

.cursor-pointer {
    cursor: pointer;
}

.maincantainer {
    max-width: 350px;
    height: 536px;
    margin: auto;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#233c3f+0,0c636b+100 */
    position: relative;
    box-shadow: 0px 0px 5px 4px #f1f1f1;
}

/* incoming call css start here */
.IC-bluebg-container {
    width: 100%;
    height: 100%;
    background: #233c3f; /* Old browsers */
    background: -moz-linear-gradient(top, #233c3f 0%, #0c636b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #233c3f 0%,#0c636b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #233c3f 0%,#0c636b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c3f', endColorstr='#0c636b',GradientType=0 ); /* IE6-9 */
}

.IC-maincantainer {
    width: 240px;
    margin: auto;
}

.IC-heading-txt {
    font-size: 15px;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.48;
    padding-top: 15px;
}

.IC-userdetails-container {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.IC-userdetails-bg {
    background-color: #F3EFF1;
    border: 1px solid #BBCBCC;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    text-align: center;
    display: table;
    margin: auto;
}

    .IC-userdetails-bg span {
        display: table-cell;
        font-size: 19px;
        color: #E2547A;
        vertical-align: middle;
        line-height: 22px;
    }

.IC-headline-title {
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 22px;
    padding-top: 11px;
    margin-bottom: 5px;
}

.IC-headline-com {
    letter-spacing: 0px;
    color: #c1cdce;
    font-size: 13px;
    margin-bottom: 18px;
    display: none;
}

.IC-tran-fromtxt {
    letter-spacing: 0.02px;
    color: #FFFFFF;
    opacity: 0.62;
    font-size: 11px;
    padding-top: 1px;
}

.IC-sales-bg {
    background-color: #FEF4E9;
    color: #E98E26;
    font-size: 9px;
    float: left;
    padding-left: 5px;
    border-radius: 2px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.IC-tf-container {
    width: 120px;
    margin: auto;
}

    .IC-tf-container .col-4, .IC-tf-container .col-8 {
        padding-right: 0px;
        padding-left: 0px;
    }

.IC-buttons-sections, .IC-links-sections {
    list-style-type: none;
    width: 100%;
    padding: 0px;
    display: table;
    margin-top: 14px;
}

    .IC-buttons-sections li {
        background: #ffffff;
        border-radius: 100%;
        opacity: 1;
        width: 60px;
        float: left;
        margin-right: 7px;
        padding: 5px;
    }

        .IC-buttons-sections li span {
            letter-spacing: 0px;
            color: #d5d5d5;
            font-size: 12px;
        }

        .IC-buttons-sections li img, .IC-buttons-sections li span {
            float: left;
        }

.IC-hubtxt {
    padding-left: 27px;
    padding-top: 5px;
}

.ico_hubspot {
    width: 100%;
    border-radius: 100%;
}

.IC-call-status-buttons {
    margin: auto;
    display: block;
    margin-top: 93px;
}

    .IC-call-status-buttons img {
        width: 61px;
        cursor: pointer;
    }

        .IC-call-status-buttons img:first-child {
            margin-right: 18px;
        }

.IC-links-sections {
    margin-top: 20px;
}

    .IC-links-sections li {
        float: left;
        letter-spacing: 0px;
        color: #d5d5d5;
        font-size: 12px;
        cursor: pointer;
    }

.clickDecineSmsWidth, .clickScheduleCallWidth {
    width: 205px;
}

.IC-select-date {
    font-size: 11px;
    color: #6A7273;
    margin-bottom: 0px;
    padding-left: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.margins-0 {
    margin: 0px;
    padding: 0px;
}
/* incoming call css ends here */
/* Call Logs css starts here */
.CL-headersection {
    width: 100%;
    background-color: #1c2223;
    padding: 10px 0px;
    padding-bottom: 5px;
    display: table;
}

.logo {
    margin-top: 0px;
}

.CL-bodycontainer {
    width: 100%;
    /* height: 429px; */
}

.Cl-title-section {
    width: 92%;
    margin: auto;
}

    .Cl-title-section h1 {
        float: left;
        font-size: 15px;
        color: #101C1D;
        letter-spacing: 0.03px;
        margin-top: 2px;
        margin-bottom: 10px;
    }

.margins-tb-20 {
    margin-top: 14px;
    margin-bottom: 1px;
}

.Cl-title-section img {
    float: right;
    margin-top: 3px;
}

.width-100py {
    width: 100%;
}

.CLsearchBox {
    width: 100%;
    background: #F5F6F6 0% 0% no-repeat padding-box;
    border: 1px solid #ECEDED;
    border-radius: 6px;
    opacity: 1;
    color: #797F80;
    font-size: 11px;
    height: 30px;
    outline: none;
    padding-left: 9%;
    padding-right: 3%;
}

    .CLsearchBox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #797F80;
    }

    .CLsearchBox::-moz-placeholder { /* Firefox 19+ */
        color: #797F80;
    }

    .CLsearchBox:-ms-input-placeholder { /* IE 10+ */
        color: #797F80;
    }

    .CLsearchBox:-moz-placeholder { /* Firefox 18- */
        color: #797F80;
    }

.postrev {
    position: relative;
}

.CL-search-icon {
    position: absolute;
    left: 9px;
    top: 5px;
}

.Cl-list-container, .CTF-list-container, .AAM-list-container, .CT-exlist-container, .CT-inlist-container, .CS-pri-list-container, .CS-pub-list-container, .SMST-pri-list-container, .SMST-pub-list-container, .VMT-pri-list-container, .VMT-pub-list-container {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.CL-list-item, .CS-list-item, .SMST-list-item, .VMT-list-item {
    width: 100%;
    padding: 13px 0px;
    background-color: #FFF;
    border-bottom: 1px solid #e9ecee;
    display: table;
    padding-bottom: 10px;
}

.CL-depic-bg {
    background-color: #BBCBCC;
    border: 1px solid #DEDEDE;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    text-align: center;
    display: table;
}

.CL-user-deta-sec, .CS-user-deta-sec, .SMST-user-deta-sec, .VMT-user-deta-sec {
    width: 100%;
    padding-left: 18px;
}

    .CL-user-deta-sec h1, .CS-user-deta-sec h1, .SMST-user-deta-sec h1, .VMT-user-deta-sec h1 {
        color: #101C1D;
        font-size: 12px;
    }

    .CL-user-deta-sec p {
        color: #6A7273;
        font-size: 11px;
    }

    .CS-user-deta-sec p, .SMST-user-deta-sec p, .VMT-user-deta-sec p {
        color: #797F80;
        font-size: 10px;
    }

    .CL-user-deta-sec h1, .CL-user-deta-sec p, .CS-user-deta-sec h1, .CS-user-deta-sec p, .SMST-user-deta-sec h1, .SMST-user-deta-sec p, .VMT-user-deta-sec p {
        letter-spacing: 0px;
        margin-bottom: 0px;
    }

.ico_outgoing-icon {
    max-width: 12%;
}

.Cl-timestatus-container, .CS-timestatus-container, .SMST-timestatus-container {
    width: 100%;
    float: right;
    margin-top: 7px;
}

    .Cl-timestatus-container img, .Cl-timestatus-container span, .CS-timestatus-container img, .CS-timestatus-container span, .SMST-timestatus-container img, .SMST-timestatus-container span, .VMT-timestatus-container img, .VMT-timestatus-container span {
        float: right;
    }

    .Cl-timestatus-container span {
        /*letter-spacing: 0px;
        color: #101C1D;
        font-size: 10px;
        margin-right: 9px;*/
        letter-spacing: 0px;
        color: #101C1D;
        font-size: 10px;
        margin-right: 3px;
    }

    .CS-timestatus-container span, .SMST-timestatus-container span, .VMT-timestatus-container span {
        letter-spacing: 0px;
        color: #101C1D;
        font-size: 10px;
        margin-right: 7px;
    }

.CL-list-item .col-10 {
    padding-right: 0px;
}
/* Call Logs css ends here */

.footer-icons-section {
    position: absolute;
    bottom: 0px;
    background-color: #FFF;
    height: 70px;
    border-top: 1px solid #f2f3f6;
    width: 100%;
    padding-top: 7px;
}

.footer-icons-innersection {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .footer-icons-innersection img {
        margin-right: 22px;
        margin-top: 7px;
        cursor: pointer;
    }

        .footer-icons-innersection img:last-child {
            margin-right: 0px;
        }

.customSelect .dropdown {
    float: right;
    text-align: right;
}

    .customSelect .dropdown button {
        font-size: 12px;
    }

    .customSelect .dropdown .btn {
        background-color: transparent;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 0.8;
        padding: 0px;
        border: 0px;
        border-radius: 0px;
        line-height: 14px;
        vertical-align: top;
        margin-top: 4px;
        min-width: 97px;
        text-align: right;
    }

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: inherit;
}

.customSelect .dropdown .dropdown-toggle::after {
    border: 0px;
    background-image: url(../images/number-down.jpg);
    width: 8px;
    height: 6px;
    margin-top: 5px;
    float: right;
    margin-left: 6px;
}

.customSelect .dropdown-menu {
    width: 100%;
    font-size: 11px;
    padding-bottom: 4px;
    padding-top: 4px;
    color: #6A7273;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 0px 3px 12px #e3e3e3;
    border: 0px;
    min-width: 8rem;
    left: -15px !important;
}

.CL-chanum-txt {
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 11px;
    margin-bottom: 0px;
    line-height: 9px;
    margin-top: 2px;
    padding-right: 14px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-right-15 {
    padding-right: 15px;
}

.call-header-bg {
    background-color: #f0f6f7;
    width: 100%;
    padding: 15px;
    padding-bottom: 13px;
    display: none;
}

.CA-header-icons img {
    margin-right: 4px;
    cursor: pointer;
    width: 24px;
}

    .CA-header-icons img:last-child {
        margin-right: 0px;
    }

.body-container {
    width: 100%;
    background-color: #FFF;
    height: 418px;
    position: relative;
}

.lastCallDetails h2 {
    float: left;
    font-size: 13px;
    margin-top: 12px;
    padding-left: 10px;
    padding-bottom: 4px;
}

.closeicon {
    float: right;
    margin-top: 13px;
    margin-right: 10px;
    cursor: pointer;
}

.fotter-bg-section {
    position: absolute;
    bottom: 0px;
    background-image: url(../images/fotter-icons-img.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 55px;
}

.calldetails {
    float: left;
    color: #101C1D;
    font-size: 13px;
    letter-spacing: 0.03px;
}

.horinental {
    color: #6A7273;
    clear: both;
    overflow: hidden;
    margin-top: 10px;
}

.into {
    float: right;
    margin-top: -5px;
}

.calltype {
    font-size: 10px;
    color: #6A7273;
    letter-spacing: 0px;
}

.calltime {
    font-size: 10px;
    color: #101C1D;
    letter-spacing: 0px;
}

.removecolpadding .col-4 {
    padding: 0px !important;
}

.notes-container, .sendsms-container, .calltransfer-container, .schedulefollowupcall-container,
.SendSms-container, .Addamember-container, .CLfit-container, .EC-SendSms-container, .SMS-NM-container, .ViewTranscription-container, .dialpad-container, .Ca-lastCallDetailsContainer, .PF-Container, .DA-Container, .CL-SendSms-container {
    width: 100%;
    background-color: #FFF;
    height: 446px;
    position: absolute;
    top: 0px;
    z-index: 1;
    display: none;
}

.width {
    width: 100%;
}

.textareadiv {
    width: 100%;
    margin-top: -13px;
    padding-left: 10px;
    padding-right: 10px;
}

    .textareadiv .textarea {
        border: 1px solid #eceded;
        border-radius: 6px;
        width: 100%;
        height: 172px;
        margin-top: 4px;
        font-size: 12px;
        color: #101C1D;
        resize: none;
        padding: 10px;
    }

.buttonscls {
    float: right;
    margin-top: 10px;
}

    .buttonscls .clear {
        color: #17B978;
        background-color: #fff;
        margin-right: 8px;
    }

    .buttonscls .cd {
        text-align: center;
        font-size: 11px;
        letter-spacing: 0px;
        border: 1px solid #17B978;
        border-radius: 4px;
        padding: 5px 14px;
        cursor: pointer;
    }

    .buttonscls .done {
        color: #fff;
        background-color: #17B978;
    }

.datediv {
    letter-spacing: 0.02px;
    color: #283334;
    opacity: 0.62;
    font-size: 10px;
    text-align: center;
    padding-top: 10px;
}

.andywoods {
    text-align: left;
    color: #6A7273;
    font-size: 11px;
    margin-top: 18px;
    clear: both;
    float: left;
    width: 100%;
}

.query {
    background: #6a72732e;
    border-radius: 0px 6px 6px 6px;
    font-size: 12px;
    color: #101C1D;
    text-align: left;
    /*min-width: 195px;*/
    padding-left: 7px;
    padding-right: 12px;
    padding-top: 3px;
    margin-top: 3px;
    float: left;
    padding-bottom: 4px;
}

.spantime {
    font-size: 10px;
    margin-top: 18px;
    color: #6A7273;
}

.replyquery {
    color: #101C1D;
    background: #F0F6F7;
    border-radius: 6px 6px 0px 6px;
    padding: 5px;
    font-size: 12px;
    padding-left: 11px;
    padding-right: 10px;
    margin-right: 10px;
}

.tr {
    letter-spacing: 0px;
    float: right;
    clear: both;
}

.SS-typemessage-section {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.SS-innerContainer {
    position: relative;
    height: 206px;
    width: 93%;
    margin: auto;
}

.SS-typetxtbox {
    width: 297px;
    border: 1px solid #e6e6e7;
    border-radius: 6px;
    height: 50px;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
    margin-left: 6px;
    resize: none;
    color: #797F80;
}

.textareadiv .textarea, .SS-typetxtbox {
    outline: none;
}

.US-ti-bg {
    background-color: #F3EFF1;
    border: 1px solid #DEDEDE;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    text-align: center;
    display: table;
}

    .US-ti-bg span {
        display: table-cell;
        font-size: 10px;
        color: #E2547A;
        vertical-align: middle;
    }

.headline-section {
    width: 100%;
    float: left;
}

    .headline-section > .headline-section-left, .headline-section > .headline-section-right {
        float: left;
    }

.headline-section-left {
    margin-right: 5px;
}

.headline-txt-section {
    width: 100%;
    padding-left: 3px;
    margin-top: 3px;
    margin-bottom: 2px;
}

    .headline-txt-section h3 {
        font-size: 11px;
        color: #101C1D;
        float: left;
        margin-bottom: 0px;
        max-width: 92px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .headline-txt-section img {
        float: left;
        margin-left: 7px;
        cursor: pointer;
    }

.bullhornStyleCall {
    width: 19px;
    border-radius: 100%;
    margin-top: -3px;
    border: 1px solid #d7d7d7;
}

.bullhornStyleCall12 {
    width: 19px;
    border-radius: 100%;
    margin-top: -3px;
    border: 1px solid #d7d7d7;
}

.headline-type-bg {
    background-color: #D8F0FF;
    padding: 3px;
    color: #4E70AA;
    font-size: 9px;
    clear: both;
    float: left;
}

/*.sec-txt {
    color: #101C1D;
    font-size: 11px;
    clear: both;
    margin-bottom: 0px;
    padding-left: 3px;
    margin-top: 0px;
    float: left;
    min-width: 45px;
}*/

.options-container {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .options-container li {
        width: 100%;
        cursor: pointer;
        font-size: 11px;
        padding-bottom: 4px;
        padding-top: 4px;
        color: #6A7273;
        padding-left: 10px;
        padding-right: 10px;
    }

        .options-container li:hover {
            background-color: #F0F6F7;
            color: #101C1D;
            font-family: 'CircularStdBold';
        }

.popover {
    border: 0px;
}

.bs-popover-bottom .arrow::before {
    border-bottom-color: #FFF;
}

.popover-body {
    box-shadow: 0px 3px 12px #0000001f;
    border-radius: 4px;
    border: 0px;
    padding: 5px;
}

.bs-popover-bottom {
    margin-top: .8rem;
}

.view-contact-bg {
    background-color: #F0F6F7;
    color: #101C1D;
    font-size: 11px;
    width: 100%;
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 4px;
}

.endcall-container {
    background-color: #f0f6f7;
    width: 100%;
    padding: 15px;
    padding-bottom: 13px;
    display: none;
}

.addPaddings {
    padding-right: 0px;
    padding-left: 10px;
}

.addPaddings1 {
    padding-left: 0px;
    padding-right: 8px;
}

.CAline {
    float: right;
    padding-left: 5px;
    height: 15px;
    padding-right: 5px;
    margin-top: 7px;
}

.clickOptionsWidth {
    width: 142px;
}

.CA-bodycontainer {
    width: 100%;
    height: 395px;
    position: relative;
}

.CA-calldetails-content, .CA-callOutComes-content {
    padding-left: 10px;
    padding-right: 10px;
}

.CA-margintop-3 {
    margin-top: -1px;
    line-height: 13px;
}

.calltype-add {
    font-size: 11px;
    color: #6A7273;
    letter-spacing: 0px;
}

.CL-icon-section {
    position: relative;
}

    .CL-icon-section span {
        position: absolute;
        background-color: #f14949;
        min-width: 23px;
        height: 23px;
        color: #FFF;
        border-radius: 100%;
        vertical-align: middle;
        margin: auto;
        text-align: center;
        left: 17px;
        top: -6px;
        font-size: 10px;
        line-height: 19px;
        border: 3px solid #ffffff;
    }

.CL-icon-setpos {
    left: 23px;
    top: 4px;
}

.SM-icon-setpos {
    left: 14px;
    top: 4px;
}

.contactContainer, .endCallContainer, .EndCallViewContact-Container, .EndCallViewTranscription-Container, .EndCallSendSms-Container {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 1;
}

.VC-header-section {
    width: 100%;
    background-color: #F0F6F7;
    padding-bottom: 11px;
    overflow: hidden;
}

    .VC-header-section .lastCallDetails h2 {
        font-size: 12px;
    }

    .VC-header-section .closeicon {
        margin-top: 14px;
    }

    .VC-header-section .US-ti-bg {
        width: 40px;
        height: 40px;
    }

        .VC-header-section .US-ti-bg span {
            font-size: 16px;
        }

    .VC-header-section .headline-txt-section h3 {
        font-size: 16px;
        color: #101C1D;
        max-width: 132px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .VC-header-section .headline-txt-section img {
        margin-top: 3px;
    }

   /* .VC-header-section .sec-txt {
        color: #101C1D;
        font-size: 12px;
        padding-top: 2px;
        line-height: 15px;
    }*/

    .VC-header-section .headline-txt-section {
        margin-bottom: 0px;
    }

    .VC-header-section .chnage-bor-color {
        border-color: #e6edef;
    }

.CA-aboutcontact-section {
    width: 100%;
    padding-right: 10px;
    overflow-x: hidden;
    height: 77px;
    overflow-y: auto;
}

.CA-contactpro-txt {
    float: left;
    font-size: 12px;
    color: #101C1D;
}

.CA-addemail, .CA-email-txt {
    letter-spacing: 0px;
    font-size: 11px;
    vertical-align: top;
}

.CA-email-txt {
    color: #6A7273;
    text-align: left;
}

.CA-addemail {
    color: #086972;
    text-align: right;
    cursor: pointer;
    float: right;
}

.CA-email-list-section {
    margin-bottom: 12px;
}

.CA-email-list-section, .CA-email-list-item, .CA-phonenum-list-section, .CA-phonenum-list-item {
    width: 100%;
}

    .CA-email-list-item p, .CA-phonenum-list-item p {
        color: #101C1D;
        font-size: 12px;
        letter-spacing: 0px;
        margin-bottom: 0px;
    }

        .CA-email-list-item p span, .CA-phonenum-list-item p span {
            color: #101C1D;
            opacity: 0.62;
            font-size: 11px;
            padding-left: 5px;
        }

.height-13 {
    height: 13px;
}

.height-15 {
    height: 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 3px solid #0D9737;
}

.nav-tabs .nav-link {
    border: 0px;
    letter-spacing: 0.02px;
    color: #6A7273;
    font-size: 12px;
}

.nav-tabs {
    border-bottom: 1px solid #9BA5B16B;
    margin-top: 4px;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    margin-right: 9px;
}

.nav-tabs li:first-child {
    margin-left: 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 2px solid #086972;
    font-family: 'CircularStdBold';
    color: #101C1D;
}

.CA-calllogs-section, .CA-notes-section, .CA-reminders-section {
    width: 100%;
    height: 254px;
    overflow: auto;
}

.CA-sms-section {
    width: 100%;
    height: 254px;
    position: relative;
}

.padding-left4 {
    padding-left: 4px;
}

.CA-calllogs-section .CL-list-item, .CS-list-item, .SMST-list-item, .VMT-list-item {
    background-color: #FFF;
    border-bottom: 1px solid #e9ecee;
    padding-top: 13px;
    display: table;
}

.CA-calllogs-section .Cl-timestatus-container, .CS-timestatus-container {
    margin-top: 4px;
}

/*.CA-voicemail-section {
    width: 100%;
    margin: auto;
    float: right;
}*/
.CA-voicemail-section {
    margin: auto;
    float: left;
    margin-top: 8px;
    margin-bottom: -1px;
}

.CA-voicemail-inner {
    width: 200px;
    margin-top: 5px;
    float: left;
    margin-left: 0px;
}

/*.CA-voicemail-txt {
    letter-spacing: 0px;
    color: #101C1D;
    opacity: 0.48;
    font-size: 11px;
    padding-top: 0px;
    padding-right: 3px;
    float: left;
    width: 100%;
}*/
.CA-voicemail-txt {
    letter-spacing: 0px;
    color: #101C1D;
    opacity: 0.48;
    font-size: 11px;
    padding-top: 3px;
    padding-right: 3px;
    float: left;
}

.CA-audio-ply-section {
    overflow: hidden;
    float: left;
}

.CA-audio-ply-section-left, .CA-audio-ply-section-right {
    float: left;
}

.CA-audio-sec {
    font-size: 11px;
    letter-spacing: 0px;
    color: #101C1D;
    padding-left: 5px;
}

.CA-download-margins {
    margin-left: 8px;
    cursor: pointer;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0px !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #959595 !important;
    background-color: #959595 !important;
}

.CA-edit-icon-show {
    display: none;
}

/*.CA-editcontact-txt {
    padding-right: 17px;
    padding-top: 6px;
}*/

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #FFF !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 1px !important;
    margin-right: 6px !important;
}

.SS-typemessage-section .col-11 {
    max-width: 88%;
    padding-right: 0px;
}

.Cl-NS-list-container, .Cl-RDS-list-container, .SMS-list-container {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.CL-NS-list-item, .CL-RDS-list-item, .SMS-list-item {
    width: 100%;
    padding: 11px 0px;
    background-color: #FFF;
    border-bottom: 1px solid #e9ecee;
    padding-top: 11px;
    display: table;
}

    .Cl-NS-list-container .CA-note-txt, .CL-RDS-list-item .CA-note-txt, .SMS-list-container .CA-note-txt {
        color: #101C1D;
        text-align: left;
        letter-spacing: 0px;
        font-size: 11px;
        margin-bottom: 0px;
    }

        .Cl-NS-list-container .CA-note-txt span, .CL-RDS-list-item .CA-note-txt span, .SMS-list-container .CA-note-txt span {
            color: #101C1D;
            font-size: 12px;
        }

    .Cl-NS-list-container .CA-notedate-txt, .CL-RDS-list-item .CA-notedate-txt, .SMS-list-container .CA-notedate-txt {
        color: #101C1D;
        letter-spacing: 0px;
        font-size: 11px;
        float: right;
        padding-top: 2px;
    }

.CA-note-des-txt {
    letter-spacing: 0px;
    color: #6A7273;
    opacity: 1;
    font-size: 11px;
    margin-bottom: 0px;
    width: 97%;
}

.RDS-margins-line {
    margin-left: 12px;
    margin-top: 3px;
}

.CA-modal-content-section .modal-header {
    padding: 13px 10px;
}

.CA-edit-contact-title {
    letter-spacing: 0.02px;
    color: #101C1D;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 12px;
}

.CA-modal-content-section .modal-footer, .CPW-container .modal-footer, .VMP-container .modal-footer {
    padding: 10px;
    box-shadow: 0px -4px 6px #0000000F;
    border-top: 0px;
}

.CA-modal-content-section .modal-body {
    padding: 10px;
    padding-right: 0px;
}

.CA-savebtn {
    background-color: #17B978;
    border-radius: 4px;
    padding: 4px 12px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 11px;
}

.CA-cancelbtn {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 5px 14px;
    letter-spacing: 0px;
    color: #101C1D;
    font-size: 11px;
}

.CA-editContactfields-section {
    width: 100%;
    height: 400px;
}

.SEformcontainer {
    width: 96%;
    padding: 0;
}

    .SEformcontainer .form-group label {
        font-size: 11px;
        color: #6A7273;
        margin-bottom: 0px;
    }

.SEfullnameemail input[type="text"], .SEfullnameemail input[type="email"] {
    height: 32px;
    border: 1px solid #101C1D14;
    outline: none;
    font-size: 12px;
}

.form-control:focus {
    box-shadow: inherit;
    border-color: #101C1D14;
}

.SEfullnameemail {
    margin-bottom: 8px !important;
}

.SEemaildelete .ef {
    font-size: 11px;
    color: #086972;
}

.SEremovepaddingright {
    padding-right: 0px;
}

.SEremovepaddingleft {
    padding-left: 0px;
    padding-right: 0px;
}

.SEmarginleft {
    margin-left: -21px;
    margin-right: 5px;
}

.SEselection {
    margin-top: 10px;
}

.SEselectoption h3 {
    color: #6A7273;
    font-size: 11px;
}

.SEselectoption select, .SEselectoption input[type="text"] {
    color: #101C1D;
    font-size: 12px;
    height: 32px;
    border: 1px solid #101C1D14;
    border-radius: 4px;
}

.SEdeleteprimary {
    margin-top: 10px;
    color: #086972;
    font-size: 11px;
    float: right
}

.SEdelete {
    float: right;
    color: #086972;
    font-size: 11px;
    margin-top: 10px;
}

.SEprimary {
    margin-left: 10px;
}

.SEtimezoneselection select {
    width: 100%;
}

.SEcompanyselection label {
    color: #086972;
    font-size: 11px;
}

.SEcompanyselection input[type="text"] {
    width: 100%;
}

.CA-SC-section {
    width: 100%;
    display: table;
}

.CA-SC-section39per, .CA-SC-section19per, .CA-SC-section40per {
    float: left;
}

.CA-SC-section40per {
    width: 40%;
}

.CA-SC-section39per {
    width: 39%;
    margin-left: 0.9%;
}

.CA-SC-section19per {
    width: 17%;
    float: right;
}

.CA-SC-section40per .customSelect, .CA-SC-timezone .customSelect {
    float: left;
    width: 94%;
}

    .CA-SC-section40per .customSelect .dropdown, .CA-SC-timezone .customSelect .dropdown, .CL-fit-body-sec .customSelect .dropdown {
        float: left;
        text-align: left;
        width: 100%;
    }

        .CA-SC-section40per .customSelect .dropdown .btn, .CA-SC-timezone .customSelect .dropdown .btn, .CL-fit-body-sec .customSelect .dropdown .btn {
            letter-spacing: 0px;
            color: #101C1D;
            opacity: 1;
            padding: 0px;
            border-radius: 0px;
            line-height: 14px;
            vertical-align: top;
            margin-top: 0px;
            border: 1px solid #eceded;
            height: 32px;
            border-radius: 4px;
            width: 100%;
            background-color: #FFF;
            padding-right: 3px;
            text-align: left;
            padding-left: 8px;
        }

        .CA-SC-section40per .customSelect .dropdown .dropdown-toggle::after, .CA-SC-timezone .customSelect .dropdown .dropdown-toggle::after,
        .CL-fit-body-sec .customSelect .dropdown .dropdown-toggle::after {
            background-image: url(../images/ico_dropdown.svg);
            height: 5px;
            margin-left: 0px;
        }

        .CA-SC-timezone .customSelect .dropdown .dropdown-toggle::after {
            margin-right: 5px;
        }

    .CA-SC-section40per .customSelect .dropdown-menu, .CA-SC-timezone .customSelect .dropdown-menu, .CL-fit-body-sec .customSelect .dropdown-menu {
        left: 0px !important;
    }

.CA-EC-txt {
    letter-spacing: 0px;
    color: #6A7273;
    font-size: 11px;
}

.CA-SC-section39per input, .CA-SC-section19per input {
    letter-spacing: 0px;
    color: #101C1D;
    font-size: 12px;
    padding: 0px;
    height: 32px;
    border: 1px solid #101C1D14;
    border-radius: 4px;
    padding: 0px 7px;
}

.CA-SC-timezone {
    padding-top: 5px;
    padding-bottom: 10px;
    display: table;
    width: 100%;
}

.CL-callscript-search .CL-search-icon {
    top: 8px;
}

.CL-callscript-search .CLsearchBox {
    border: 1px solid #101C1D14;
}

.CL-RCS-list-container {
    width: 100%;
    height: 361px;
}

/*.CL-RCS-list-item {
    width: 105px;
    background-color: #FFF;
    border: 1px solid #f1f2f2;
    border-radius: 6px;
    height: 64px;
    margin-left: 7px;
    margin-bottom: 10px;
    position: relative;
    float: left;
    cursor: pointer;
}*/

.RCS-tag-icon {
    position: absolute;
    right: 6px;
    top: 5px;
}

.ico_transcript-section {
    width: 90%;
    margin: auto;
    text-align: center;
}

    .ico_transcript-section p {
        letter-spacing: 0.02px;
        color: #101C1D;
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 0px;
    }

    .ico_transcript-section img {
        margin-top: 10px;
        vertical-align: top;
        margin-bottom: 5px;
    }

.time-zone-today-txt {
    font-size: 12px;
    letter-spacing: 0.02px;
    color: #101C1D;
    margin-bottom: 0px;
    padding-left: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.popover {
    max-width: 96%;
}

.CL-RCS-innercontainer {
    width: 100%;
    height: 250px;
    padding: 3%;
    overflow: auto;
}

    .CL-RCS-innercontainer p {
        letter-spacing: 0.02px;
        color: #101C1D;
        font-size: 12px;
        margin-bottom: 9px;
        width: 97%;
    }

.CT-textfield-section {
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    display: table;
}

    .CT-textfield-section img, .CT-textfield-section input {
        float: left;
    }

    .CT-textfield-section input {
        margin-left: 6px;
        border: 0px;
        font-size: 15px;
        width: 88%;
        line-height: 25px;
    }

.CTF-list-item, .AAM-list-item {
    background-color: #FFF;
    border-bottom: 1px solid #e9ecee;
    padding-top: 11px;
    padding-bottom: 11px;
    display: table;
    width: 100%;
}
/* .CTF-list-item:hover {
        background-color: #F0F6F7;
    } */
.add-syle-online {
    background-color: #F0F6F7;
}

.CT-ut-bg {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    text-align: center;
    display: table;
    position: relative;
    margin-top: 1px;
}

    .CT-ut-bg span {
        display: table-cell;
        font-size: 10px;
        vertical-align: middle;
    }

.CT-ti-bg1 {
    background-color: #F3EFF1;
    border: 1px solid #DEDEDE;
}

    .CT-ti-bg1 span {
        color: #E2547A;
    }

.CT-ti-bg2 {
    background-color: #F1F1FB;
    border: 1px solid #DEDEDE;
}

    .CT-ti-bg2 span {
        color: #5F71E8;
    }

.CT-ti-bg3 {
    background-color: #fffcee;
    border: 1px solid #dfdede;
}

    .CT-ti-bg3 span {
        color: #bb952d;
    }

.CT-list-item-criclepos {
    width: 7px;
    height: 7px;
    position: absolute;
    right: 0px;
    top: -1px;
    border-radius: 100%;
}

.CT-greycricle {
    background-color: #919191;
}

.CT-greencricle {
    background-color: #17B978;
}

.CT-orangecricle {
    background-color: #E98E26;
}

.CT-redcricle {
    background-color: #f24949;
}

.max-width17 {
    max-width: 17%;
}

.CTF-list-item .Cl-timestatus-container, .AAM-list-item .Cl-timestatus-container, .Cl-timestatus-container, .CS-timestatus-container {
    margin-top: 6px;
}

    .CTF-list-item .Cl-timestatus-container span, .AAM-list-item .Cl-timestatus-container span, .Cl-timestatus-container span {
        margin-right: 0px;
        margin-left: 6px;
    }

    .CTF-list-item .Cl-timestatus-container img, .AAM-list-item .Cl-timestatus-container img, .Cl-timestatus-container img, .CS-timestatus-container img {
        margin-top: 1px;
    }

.teams-txt {
    letter-spacing: 0.02px;
    color: #6A7273;
    font-size: 11px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.online-pic-style {
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 100%;
}

.directransfer-icons {
    float: right;
    background-color: #f0f6f7;
}

    .directransfer-icons img {
        margin-left: 11px;
        width: 25px;
        float: right;
        cursor: pointer;
        margin-top: 2px;
    }

.padding-left8 {
    padding-left: 8px;
}

.CTF-list-container, .AAM-list-container {
    height: 353px;
}

.OPS-sms-section {
    width: 100%;
    height: 402px;
    position: relative;
}

.OPS-innerContainer {
    position: relative;
    height: 350px;
    margin: auto;
    padding-left: 10px;
}

    .OPS-innerContainer .spantime {
        padding-right: 10px;
    }

    .OPS-innerContainer .replyquery {
        margin-right: 10px;
    }

    .OPS-innerContainer .datediv {
        padding-top: 0px;
    }

.SendSms-container .customSelect, .EC-SendSms-container .customSelect, .CL-SendSms-container .customSelect {
    float: right;
}

.SendSms-container .CL-chanum-txt, .EC-SendSms-container .CL-chanum-txt, .EndCallSendSms-Container .CL-chanum-txt, .CL-SendSms-container .CL-chanum-txt {
    color: #797F80;
}

.SendSms-container .customSelect .dropdown .btn, .EndCallSendSms-Container .customSelect .dropdown .btn {
    color: #101C1D;
}

.SendSms-container .customSelect .dropdown .dropdown-toggle::after, .EC-SendSms-container .customSelect .dropdown .dropdown-toggle::after, .EndCallSendSms-Container .customSelect .dropdown .dropdown-toggle::after, .CL-SendSms-container .customSelect .dropdown .dropdown-toggle::after {
    border: 0px;
    background-image: url(../images/ico_dropdown.svg);
    background-repeat: no-repeat;
}

.SendSms-container .customSelect .dropdown, .EC-SendSms-container .customSelect .dropdown, .CL-SendSms-container .customSelect .dropdown {
    float: right;
    text-align: right;
    margin-top: 4px;
    margin-right: 19px;
}

/*.options-custom-select .dropdown-menu {
    left: 33px !important;
    min-width: 9.4rem;
    margin-top: 11px;
}*/
.options-custom-select .dropdown-menu {
    left: -96px !important;
    min-width: 9.4rem;
    margin-top: 11px !important;
    transform: translate(0px, 23px) !important;
}

    .options-custom-select .dropdown-menu::before, .cus-detals-select .dropdown-menu::before {
        border-bottom: 9px solid rgba(0, 0, 0, 0.2);
        border-left: 9px solid rgba(0, 0, 0, 0);
        border-right: 9px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        position: absolute;
        top: -9px;
    }

    .options-custom-select .dropdown-menu::before, .options-custom-select .dropdown-menu::after {
        right: 22%; /* position */
    }

    .options-custom-select .dropdown-menu::after, .cus-detals-select .dropdown-menu::after {
        border-bottom: 8px solid #FFFFFF;
        border-left: 9px solid rgba(0, 0, 0, 0);
        border-right: 9px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        position: absolute;
        top: -8px;
    }

.LI-headline {
    letter-spacing: 0px;
    color: #101C1D;
    font-size: 20px;
    text-align: center;
    padding: 50px 0px;
}

.LI-fields-section {
    padding: 0px 20px;
}

    .LI-fields-section .form-group {
        margin-bottom: 0.6rem;
    }

        .LI-fields-section .form-group label {
            letter-spacing: 0px;
            color: #6A7273;
            opacity: 1;
            font-size: 11px;
            margin-bottom: 0.1rem;
        }

        .LI-fields-section .form-group .form-control, .createNewScript-container .form-control, .editNewScript-container .form-control, .createSmsTemplate-container .form-control, .editSmsTemplate-container .form-control, .createVoiceMailTemplate-container .form-control, .editVoiceMailTemplate-container .form-control {
            border: 1px solid #101C1D14;
            border-radius: 4px;
            opacity: 1;
            font-size: 12px;
            height: 32px;
        }

.form-check label {
    color: #086972 !important;
    text-align: right;
    font-size: 12px !important;
    float: right;
    width: 100%;
}

.LI-signin-btn {
    background: #17B978;
    border-radius: 4px;
    width: 100%;
    height: 36px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 13px;
    margin-top: 24px;
}

.LI-signup-txt {
    text-align: center;
    letter-spacing: 0px;
    color: #6A7273;
    font-size: 12px;
    padding-top: 30px;
}

    .LI-signup-txt span {
        color: #086972;
    }

.CL-list-item .CT-ut-bg {
    margin-top: 0px;
}

.CL-list-item .directransfer-icons img {
    margin-left: 12px;
}
/*.CL-list-addbg-style {
    background: #F0F6F7;
}*/
.CL-lightcolor {
    margin-bottom: 6px;
    color: #9BA5B16B;
    opacity: 0.4;
}

.ico_cancelnotes-section {
    width: 100%;
    float: left;
    position: relative;
    display: none;
}

    .ico_cancelnotes-section span {
        letter-spacing: 0px;
        color: #086972;
        font-size: 0.7rem;
        float: left;
    }

    .ico_cancelnotes-section img {
        width: 14px;
        position: absolute;
        right: 0px;
        top: 1px;
        cursor: pointer;
        z-index: 1;
    }

.Cl-list-container, .SMS-list-container {
    height: 360px;
    overflow: auto;
}
/* customize scrollbar css */
.scrool_ms::-webkit-scrollbar {
    width: 6px;
    background-color: #ffffff;
}

.scrool_ms::-webkit-scrollbar {
    width: 6px;
    background-color: #ffffff;
}

    .scrool_ms::-webkit-scrollbar:horizontal {
        height: 6px;
    }

    .scrool_ms::-webkit-scrollbar:horizontal {
        height: 6px;
    }

.scrool_ms::-webkit-scrollbar-track {
    border: 1px #ffffff solid;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px #fcfcfc inset;
}

.scrool_ms::-webkit-scrollbar-track {
    border: 1px #ffffff solid;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px #fcfcfc inset;
}

.scrool_ms::-webkit-scrollbar-thumb {
    background-color: #dbdbdb;
    border: 1px solid #ffffff;
    border-radius: 16px;
}

.scrool_ms::-webkit-scrollbar-thumb {
    background-color: #dbdbdb;
    border: 1px solid #ffffff;
    border-radius: 16px;
}

    .scrool_ms::-webkit-scrollbar-thumb:hover {
        background-color: #b8b8b8;
        border: 1px solid #ffffff;
    }

    .scrool_ms::-webkit-scrollbar-thumb:hover {
        background-color: #b8b8b8;
        border: 1px solid #ffffff;
    }

    .scrool_ms::-webkit-scrollbar-thumb:active {
        background-color: #dbd4d4;
        border: 1px solid #ededed;
    }

    .scrool_ms::-webkit-scrollbar-thumb:active {
        background-color: #dbd4d4;
        border: 1px solid #ededed;
    }

.scrool_ms::-moz-scrollbar {
    width: 6px;
    background-color: #ffffff;
}

.scrool_ms::-moz-scrollbar {
    width: 6px;
    background-color: #ffffff;
}

    .scrool_ms::-moz-scrollbar:horizontal {
        height: 6px;
    }

    .scrool_ms::-moz-scrollbar:horizontal {
        height: 6px;
    }

    .scrool_ms::-moz-scrollbar:horizontal {
        height: 6px;
    }

    .scrool_ms::-moz-scrollbar:horizontal {
        height: 6px;
    }

.scrool_ms::-moz-scrollbar-track {
    border: 1px #ffffff solid;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px #fcfcfc inset;
}

.scrool_ms::-moz-scrollbar-track {
    border: 1px #ffffff solid;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px #fcfcfc inset;
}

.scrool_ms::-moz-scrollbar-thumb {
    background-color: #dbdbdb;
    border: 1px solid #ffffff;
    border-radius: 16px;
}

.scrool_ms::-moz-scrollbar-thumb {
    background-color: #dbdbdb;
    border: 1px solid #ffffff;
    border-radius: 16px;
}

    .scrool_ms::-moz-scrollbar-thumb:hover {
        background-color: #b8b8b8;
        border: 1px solid #ffffff;
    }

    .scrool_ms::-moz-scrollbar-thumb:hover {
        background-color: #b8b8b8;
        border: 1px solid #ffffff;
    }

    .scrool_ms::-moz-scrollbar-thumb:active {
        background-color: #dbd4d4;
        border: 1px solid #ededed;
    }

.calllogcontent {
    height: 510px;
}

.CR-txt {
    letter-spacing: 0px;
    color: #086972;
    font-size: 12px;
    line-height: 14px;
}

.filter-close {
    float: left;
    vertical-align: top;
    margin-top: 13px;
    margin-left: 10px;
}

.CL-fit-body-sec .customSelect .dropdown .btn {
    padding-right: 8px;
}

.CL-Teammates-txt {
    width: 100%;
    clear: both;
    margin-top: 10px;
    float: left;
}

.CL-fit-fot-sec {
    width: 100%;
    box-shadow: 0px -4px 6px #e3e3e3;
    height: 47px;
    clear: both;
    position: absolute;
    bottom: 0px;
    padding: 0px 10px;
}

.CLfit-container {
    height: 534px;
}

.CL-fit-body-sec {
    padding-top: 0px;
    display: table;
    width: 100%;
}

.apply-disable-bg {
    background-color: #17B978;
    color: #FFFFFF;
}

.CT-contact-link {
    letter-spacing: 0px;
    color: #086972;
    font-size: 12px;
    float: right;
    line-height: 14px;
    margin-top: 4px;
}

.contacts-tabs-section .nav-item {
    width: 47%;
}

    .contacts-tabs-section .nav-item .nav-link {
        text-align: center;
    }

.CT-External-section, .CT-Internal-section {
    width: 100%;
    height: 314px;
    overflow: auto;
}

.CT-exlist-item .CL-user-deta-sec {
    padding-left: 18px;
}

/*.CT-exlist-item-bg-color {
    background-color: #F0F6F7;
}*/

.CT-blocli-icon {
    position: relative;
}

    .CT-blocli-icon i {
        position: absolute;
        right: -5px;
        top: -9px;
    }

        .CT-blocli-icon i img {
            width: 13px;
        }

.CT-blaclisted-sec:hover {
    background-color: #F0F6F7;
}

    .CT-blaclisted-sec:hover .Cl-timestatus-container span {
        display: block;
    }

.CT-blaclisted-sec .Cl-timestatus-container span {
    font-size: 12px;
    margin-right: 0px;
    color: #086972;
    display: none;
}

.createContact-container, .editContact-container {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.76);
    left: 0px;
    top: 4px;
    display: none;
}

    .createContact-container .modal-content, .editContact-container .modal-content {
        width: 98%;
        margin: auto;
    }

    .createContact-container .CA-modal-content-section .modal-body, .editContact-container .CA-modal-content-section .modal-body {
        padding-left: 5px;
        padding-top: 3px;
    }

    .createContact-container .CA-modal-content-section .CAC-editContactfields-section, .editContact-container .CA-modal-content-section .CAC-editContactfields-section {
        width: 100%;
        height: 320px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .createContact-container .CA-modal-content-section .SEformcontainer, .editContact-container .CA-modal-content-section .SEformcontainer {
        margin: auto;
    }

.EC-SendSms-container .customSelect .dropdown .btn, .CL-SendSms-container .customSelect .dropdown .btn {
    color: #101C1D;
}

.EC-SendSms-container .customSelect .dropdown, .CL-SendSms-container .customSelect .dropdown {
    margin-right: 8px;
}

.EC-sms-section {
    width: 100%;
    position: relative;
}

.EC-SendSms-container .EC-sms-section, .CL-SendSms-container .EC-sms-section {
    height: 509px;
}

.EC-innerContainer {
    position: relative;
    margin: auto;
    padding: 0px 10px;
    overflow: auto;
}

.EC-SendSms-container .EC-innerContainer, .CL-SendSms-container .EC-innerContainer {
    height: 446px;
}

.EC-innerContainer .replyquery {
    margin-right: 0px;
    word-break: break-word;
}

.EC-innerContainer .andywoods:first-child, .ViewTranscription-container .OPS-innerContainer .andywoods:first-child {
    margin-top: 0px;
}

/*.CL-SendSms-container .close-senttemplate {
    margin-top: 16px;
}*/

.DLR-container {
    width: 100%;
    background-color: #FFF;
}

/*#DailNumPad .row {
    margin: 0 auto;
    width: 255px;
    clear: both;
    text-align: center;
}

#DailNumPad {
    padding-top: 36px;
}*/

/*.digitdial {
    float: left;
    padding: 0;
    width: 52px;
    font-size: 22px;
    cursor: pointer;
    height: 52px;
    margin-bottom: 2px;
    padding-bottom: 32px;
    border-radius: 100%;
    letter-spacing: 0.04px;
    color: #101C1D;
    font-family: 'CircularStdMedium';
    padding-top: 9px;
    line-height: 21px;
    margin-right: 48px;
    margin-top: 8px;
}

    .digitdial:hover {
        background-color: #ccf0e1;
    }

.row .digitdial:last-child {
    margin-right: 0px;
}*/

.sub {
    letter-spacing: 0.02px;
    color: #8C9292;
    line-height: 14px;
    font-size: 10px;
}

/*.showCallIcon-section {
    position: relative;
    text-align: center;
    width: 46px;
    margin: auto;
    margin-top: 8px;
    display: none;
}

    .showCallIcon-section .callicon {
        width: 46px;
        height: 46px;
        background-color: #17B978;
        border-radius: 100%;
        cursor: pointer;
    }

        .showCallIcon-section .callicon img {
            margin-top: 11px;
            width: 21px;
        }

    .showCallIcon-section > img {
        position: absolute;
        top: 10px;
        right: 110px;
    }*/

.DLR-container .CT-textfield-section input {
    width: 77%;
}

.DLR-container .CT-textfield-section i {
    letter-spacing: 0px;
    color: #086972;
    font-size: 11px;
    font-style: normal;
    padding-left: 10px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 8px;
    background-color: #FFF;
}

/*.audiostyle {
    height: 27px;
    width: 237px;
    float: left;
}*/
.audiostyle {
    height: 22px;
    width: 149px;
    float: left;
    margin-top: 2px;
}

.SMS-list-container-col2 {
    padding-right: 0px;
    max-width: 22%;
}

/*.SMS-call-count {
    background-color: #F24949;
    font-size: 10px !important;
    min-width: 15px;
    width: 15px;
    height: 15px;
    color: #FFF !important;
    border-radius: 100%;
    vertical-align: middle;
    margin: auto;
    text-align: center;
    display: inline-block !important;
    margin-left: 5px;
    margin-top: 0px;
}*/

.SMS-custom-select .dropdown-menu {
    min-width: 7.3rem;
    margin-top: -15px;
}

.View-ContactContainer {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

    .View-ContactContainer .Cl-list-container {
        height: auto !important;
        overflow: hidden;
    }

    .View-ContactContainer .CA-calllogs-section, .View-ContactContainer .CA-sms-section, .View-ContactContainer .CA-notes-section, .View-ContactContainer .CA-reminders-section {
        height: 245px;
    }

    .View-ContactContainer .CA-voicemail-section {
        width: 100%;
    }

    .View-ContactContainer .CA-sms-section .SS-innerContainer {
        height: 245px;
        overflow: auto;
        width: 99%;
        padding-left: 7px;
    }

    .View-ContactContainer .CA-sms-section .spantime {
        padding-right: 6px;
    }

    .View-ContactContainer .CA-sms-section .replyquery {
        margin-right: 5px;
    }

.SMS-list-container-col2 .CL-depic-bg {
    margin-left: 0px;
    float: left;
}

.SMS-list-container-col2 .custom-control-inline {
    margin-right: 0px;
    float: left;
    margin-top: 2px;
}

.SMS-list-container-col2 .custom-control-label::before {
    background-color: #FFF;
    border: 1px solid #E2E3E3;
    border-radius: 2px !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important;
}

.SMS-list-container-col2 .custom-control-label::after, .SMS-list-container-col2 .custom-control-label::before {
    width: 16px;
    height: 16px;
}

.SMS-list-container-col2 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ffffff;
    border-color: #086972;
    box-shadow: inherit;
    outline: none;
}

.SMS-list-container-col2 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(../images/ico_checbox_selected.jpg);
    width: 11px;
    height: 7px;
    background-size: contain;
    background-position: 0px;
    margin-top: 5px;
    margin-left: 3px;
}

.SMS-list-item .CA-note-des-txt {
    width: 100%;
}

.add-width-84 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 84%;
    flex: 0 0 84%;
    max-width: 84%;
}

.add-width-16 {
    max-width: 16%;
}

.sms-checkbox, .SMSDeSelectSection {
    display: none;
}

/*.closeSMS-NM-container {
    float: right;
    margin-top: 13px;
    margin-right: 10px;
}*/

.overflow-hidden {
    overflow: hidden;
}

.to-txt {
    color: #757c7c;
    letter-spacing: 0px;
    font-size: 11px;
    line-height: 15px;
    margin-top: 3px;
    float: right;
}

.margin-top-8 {
    margin-top: 8px;
}

.notif-popup-container, .SendSmsNumberGreenContainer {
    width: 100%;
    /* height: 33px; */
    position: absolute;
    top: 0px;
    z-index: 1;
    display: none;
    padding-bottom: 10px;
}

.green-bg {
    background-color: #7BD7B2;
}

.notif-popup-container p, .SendSmsNumberGreenContainer p {
    letter-spacing: 0px;
    color: #101C1D;
    font-size: 12px;
    margin-bottom: 0px;
    padding-top: 7px;
    width: 95%;
}

.closeNotif-popup-container, .closeEndcall-30-seconds-added {
    float: right;
    margin-top: 13px;
    margin-right: 0;
    width: 7px;
}

.cus-detals-select .dropdown-menu {
    left: 0px !important;
    min-width: 186px;
    margin-top: 16px;
    padding: 0px;
}

    .cus-detals-select .dropdown-menu::before, .cus-detals-select .dropdown-menu::after {
        left: 8%;
    }

.cus-detals-content {
    width: 100%;
}

.cus-detals-pn-txt {
    letter-spacing: 0px;
    color: #101C1D;
    opacity: 0.9;
    font-size: 10px;
    margin-bottom: 0px;
}

.cus-detals-ec-txt {
    letter-spacing: 0px;
    color: #086972;
    font-size: 11px;
    margin-bottom: 0px;
    margin-top: 2px;
}

.cus-detals-content .headline-section {
    padding: 10px;
}

.cus-detals-content .US-ti-bg {
    margin-top: 2px;
    margin-right: 1px;
}

.cus-detals-crm-txt {
    letter-spacing: 0.02px;
    color: #101C1D;
    font-size: 12px;
}

.cus-detals-list {
    width: 100%;
    list-style-type: none;
    padding: 0px;
}

    .cus-detals-list li {
        margin-bottom: 5px;
    }

        .cus-detals-list li span {
            float: left;
            letter-spacing: 0px;
            color: #086972;
            font-size: 11px;
            margin-right: 4px;
        }

.cus-detals-profile-sec {
    overflow: hidden;
    padding-bottom: 13px;
    margin-top: 17px;
}

    .cus-detals-profile-sec h1 {
        margin-bottom: 6px;
    }

.cus-detals-profile-pl12 {
    padding-left: 12px;
}

.cus-detals-list li:last-child {
    margin-bottom: 0px;
}

.CP-Cl-list-container {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#CD-editContact-Container {
    padding-top: 25px;
}

    #CD-editContact-Container .CAC-editContactfields-section {
        height: 384px;
    }
/*akhil modified*/
.CL-headersection svg {
    background-repeat: no-repeat;
    display: inline-block;
    fill: #bdbdbd;
    height: 19px;
    width: 19px;
    margin: auto;
    vertical-align: text-bottom;
    overflow: hidden;
    margin-bottom: 7px;
    cursor: pointer;
    position: absolute;
    right: 48px;
    top: 15px;
}
/*//akhil*/
.incomingCallModalWindow {
    padding-top: 50px;
    background-color: rgb(0 0 0 / 73%) !important;
}
    /*//akhil*/
    .incomingCallModalWindow .modal-content {
        font-size: 14px;
        padding: 10px;
        height: auto !important;
        overflow: hidden;
        width: 250px !important;
    }

/*//akhil*/
#incomingCallText {
    padding-top: 0px;
    margin: 0px;
    margin-bottom: 17px;
    line-height: 20px;
}

#inbound-container {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.IC-links-sections .dropdown-toggle::after, .RCS-detals-select .dropdown-toggle::after {
    display: none;
}

.IC-links-sections .options-custom-select .dropdown-menu {
    left: 33px !important;
    min-width: 13rem;
    margin-top: 0px;
}

    .IC-links-sections .options-custom-select .dropdown-menu::after {
        top: 131px;
        bottom: -9px;
        transform: rotate(180deg) !important;
        right: 110px;
    }

    .IC-links-sections .options-custom-select .dropdown-menu::before {
        transform: rotate(180deg) !important;
        height: 9px;
        right: 110px;
        top: 132px;
    }

.IC-links-sections .customSelect .dropdown-menu {
    box-shadow: inherit;
}

.opc-06 {
    opacity: 0.56;
    text-decoration: underline;
}

.dropdownScheduleFollowUpCall .dropdown-menu::after {
    top: 158px !important;
}

.dropdownScheduleFollowUpCall .dropdown-menu::before {
    top: 159px !important;
}

.add-padding-top-10 {
    padding-top: 10px;
}

.dropdownDeclineWithSMS .dropdown-menu {
    transform: translate3d(-50px, -138px, 0px) !important;
}

.dropdownScheduleFollowUpCall .dropdown-menu {
    transform: translate3d(-76px, -167px, 0px) !important;
}

.add-margins-diver {
    margin-top: 3px;
    margin-bottom: 4px;
}

.ViewTranscription-container .OPS-innerContainer {
    overflow: auto;
}

.RCS-detals-select .dropdown-menu::before, .RCS-detals-select .dropdown-menu::after {
    display: none;
}

.RCS-detals-select .dropdown-menu {
    left: 0px !important;
    min-width: 320px;
    margin-top: 22px;
    padding: 0px;
}

.CL-RCS-list-container {
    overflow: auto;
}

.CL-RCS-innercontainer p:last-child {
    margin-bottom: 0px;
}

.dialpad-container .DLR-container .CT-textfield-section input {
    width: 87%;
}

.rating {
    display: flex;
    width: 100%;
    justify-content: left;
    overflow: hidden;
    flex-direction: row-reverse;
    position: relative;
}

.rating-0 {
    filter: grayscale(100%);
}

.rating > input {
    display: none;
}

.rating > label {
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin-top: auto;
    background-image: url("../images/ico_star_inactive.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: 0.3s;
    margin-right: 4px;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
    background-image: url("../images/ico_star_active.svg");
}

.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("../images/ico_star_active.svg");
}

/*.endCallContainer .sec-txt {
    color: #6A7273;
    font-size: 11px;
}*/

.EC-links-list {
    width: 100%;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-left: 45px;
    margin-top: 13px;
}

    .EC-links-list li {
        float: left;
        letter-spacing: 0px;
        color: #086972;
        font-size: 11px;
        margin-right: 12px;
        cursor: pointer;
    }

.endCallContainer .headline-section {
    padding-left: 34px;
}

.WUT-container {
    width: 97%;
    height: 44px;
    background-color: #F5F6F6;
    border: 1px solid #ECEDED;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
}

.aftercallwork-section {
    position: absolute;
    left: 34%;
    top: 7px;
    transition: left 0.5s;
    transition-timing-function: ease;
}

    .aftercallwork-section .row .col-9 p, .aftercallwork-section .row .col-9 span {
        letter-spacing: 0px;
    }

    .aftercallwork-section .row .col-9 p {
        color: #797F80;
        font-size: 11px;
        margin-bottom: 0px;
        line-height: 13px;
    }

    .aftercallwork-section .row .col-9 span {
        color: #101C1D;
        font-size: 15px;
        margin-top: -3px;
        float: left;
    }

    .aftercallwork-section .row .col-9 {
        padding-left: 5px;
        padding-right: 0px;
    }

.WUT-btns-container {
    float: right;
    margin-top: 2px;
    margin-right: 7px;
    display: none;
}

    .WUT-btns-container .CA-savebtn, .WUT-btns-container .CA-cancelbtn {
        padding: 4px 10px;
    }

    .WUT-btns-container .CA-cancelbtn {
        border: 1px solid #73d4ae;
        color: #23bd7f;
        margin-right: 8px;
    }

.WUT-container:hover .WUT-btns-container {
    display: block;
}

.WUT-container:hover .aftercallwork-section {
    left: 2%;
}

.ratecallqua-txt {
    letter-spacing: 0.03px;
    color: #101C1D;
    font-size: 13px;
    margin-bottom: 8px;
}

.Call-out-section.CA-SC-timezone {
    padding-top: 0px;
}

/*.addNotes-bg {
    box-shadow: 0px 3px 6px #0000000F;
    border: 1px solid #ECEDED;
    border-radius: 6px;
    letter-spacing: 0px;
    color: #101C1D;
    font-size: 12px;
    outline: none;
    padding: 1% 2%;
    height: 62px;
    resize: none;
}*/

.End-call-body-content {
    height: 425px;
    overflow: auto;
    padding-right: 10px;
}

    .End-call-body-content .WUT-btns-container .CA-cancelbtn {
        color: #17B978;
    }

    .End-call-body-content .WUT-btns-container .CA-savebtn, .End-call-body-content .WUT-btns-container .CA-cancelbtn {
        padding-bottom: 3px;
    }

.closeEndCallViewContact-Container, .closeEndCallViewTranscription-Container, .closeEndCallSendSms-Container {
    padding-top: 15px;
    padding-left: 10px;
}

.EndCallViewTranscription-Container .OPS-innerContainer {
    height: 446px;
}

.EndCallSendSms-Container .customSelect .dropdown {
    margin-top: 4px;
    margin-right: 7px;
}

.EndCallSendSms-Container .EC-sms-section {
    height: 485px;
}

.EndCallSendSms-Container .EC-innerContainer {
    height: 437px;
}

.EndCallSendSms-Container .lastCallDetails h2, .EndCallViewTranscription-Container .lastCallDetails h2, .EndCallViewContact-Container .lastCallDetails h2 {
    font-size: 12px;
    margin-top: 12px;
}

#Show-Endcall-30-seconds-added {
    top: 40px;
}

.endCall-message-section {
    display: none;
}

    .endCall-message-section p {
        letter-spacing: 0px;
        color: #101C1D;
        opacity: 0.62;
        font-size: 11px;
        margin-bottom: 2px;
        margin-top: 7px;
    }

    .endCall-message-section textarea {
        border: 1px solid #101C1D14;
        border-radius: 6px;
        background-color: #FFF;
        height: 62px;
        letter-spacing: 0px;
        color: #101C1D;
        font-size: 12px;
        padding: 1% 2%;
        width: 100%;
        outline: none;
        resize: none;
    }

.SMS-list-item .CA-note-des-txt {
    word-break: break-all;
}

/*.call-header-bg-addBorder {
    border-top: 1px solid #dbdbdb;
    padding-top: 22px;
    padding-bottom: 17px;
}*/

.add-margins-diver {
    margin-top: 3px;
    margin-bottom: 4px;
}

.sethight {
    height: 150px;
    overflow: auto;
}
/*#clickRecIcon{
    display:none;
}*/
.calllogcontainer, .contactdetails, .keypaiddialer, .smscontent {
    overflow: hidden;
    height: 437px;
}

.dialer-hight-380 {
    overflow: auto;
    height: 454px;
}

.showAudioElements {
    display: none;
    position: absolute;
    background-color: #283334;
    padding-right: 10px;
    padding-bottom: 10px;
    padding: 10px;
    z-index: 1;
    top: 47px;
    border: 1px solid #787878;
}

.CI-selectboxes-container {
    width: 100%;
}

    .CI-selectboxes-container label {
        font-size: 12px;
        margin-bottom: 1px;
        float: left;
        color: #FFF;
    }

    .CI-selectboxes-container select {
        width: 100%;
        height: 34px;
        font-size: 12px;
        border: 1px solid #283334;
        border-radius: 4px;
        padding-left: 2%;
        background-color: #e7e7e7;
        margin-bottom: 11px;
    }

.showAudioElements .CI-selectboxes-container:last-child select {
    margin-bottom: 0px;
}

.calllogcontainer, .Cl-list-container, .contactdetails, .CT-External-section, .CT-Internal-section, .keypaiddialer,
.dialer-hight-380, .smscontent, .SMS-list-container, .CS-container, .CS-Private-section, .CS-Public-section, .SMST-container, .VMT-container {
    -webkit-transition: height .5s ease-in-out,opacity .2s linear .2s;
    transition: height .5s ease-in-out,opacity .2s linear .2s;
}

.errormsg {
    color: #fb0000 !important;
    text-align: right;
    float: right;
    margin-top: 4px;
    overflow: hidden;
    width: 100%;
    margin-right: 5px;
    font-size: 11px;
    display: none;
}

.createContact-container .CA-modal-content-section .CAC-editContactfields-section, .editContact-container .CA-modal-content-section .CAC-editContactfields-section {
    height: 430px
}

.dropdownerror {
    font-size: 11px;
}

.createContact-container .CA-modal-content-section .CAC-editContactfields-section {
    height: 421px
}

.CL-fit-body-sec {
    height: 430px;
}

.CLfit-container, .createContact-container, .editContact-container, .SMS-NM-container, .CPW-container, .VS-container, .EC-SendSms-container, .CL-SendSms-container {
    -webkit-transition: margin-top .5s ease-in-out,opacity .2s linear .2s;
    transition: margin-top .5s ease-in-out,opacity .2s linear .2s;
}

.CLfit-container {
    height: 534px;
}

.SMS-NM-container .EC-sms-section {
    height: 399px;
}

.SMS-NM-container .EC-innerContainer {
    height: 334px;
}

.cal-log-section {
    width: 70px;
}

.callLog-image {
    background-image: url(../images/ico_calllog.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-size: contain;
    margin: auto;
    position: relative;
}

.cal-log-section i, .contacts-section i, .keypad-section i, .sms-section i, .calender-section i, .settings-section i {
    font-style: normal;
    letter-spacing: 0.02px;
    color: rgba(0, 0, 0, 0.50);
    opacity: 1;
    font-size: 12px;
    vertical-align: top;
    margin-top: 2px;
    display: block;
}

/*.cal-log-section, .contacts-section, .keypad-section, .sms-section, .calender-section {
    margin-right: 26px;
}*/

.contacts-section {
    width: 70px;
}

.contacts-image {
    background-image: url(../images/ico_contacts.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-size: contain;
    margin: auto;
}

.keypad-section {
    width: 70px;
}

.keypad-image {
    background-image: url(../images/ico_keypad.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-size: contain;
    margin: auto;
}

.sms-section {
    width: 70px;
}

.sms-image {
    background-image: url(../images/ico_SMS.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-size: contain;
    margin: auto;
    position: relative;
}

.sms-section i {
    margin-top: 5px !important;
}

.active .sms-image {
    background-image: url(../images/ico_sms_active.svg);
}

.active .keypad-image {
    background-image: url(../images/ico_keypad_active.svg);
}

.active .contacts-image {
    background-image: url(../images/ico_contacts_active.svg);
}

.active .callLog-image {
    background-image: url(../images/ico_call_logs_active.svg)
}

.active .calender-image {
    background-image: url(../images/ico_calendar_active.svg);
}

.active.cal-log-section i, .active.contacts-section i, .active.keypad-section i, .active.sms-section i, .active.calender-section i, .active.settings-section i {
    color: #3CA55C;
}

.calender-section {
    width: 43px;
}

.calender-image {
    background-image: url(../images/ico_calendar.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    margin: auto;
}

.settings-section {
    width: 70px;
}

    .settings-section i {
        margin-top: 3px !important;
    }

.settings-image {
    background-image: url(../images/setting-default-n.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-size: contain;
    margin: auto;
    margin-top: 1px;
}

.imglogout {
    position: absolute;
    right: -159px;
    top: 4px;
    cursor: pointer;
    z-index: 1;
}

.CL-headersection .customSelect .dropdown {
    margin-right: -11px;
    padding-right: 10px;
}

.SGS-pd-13 {
    padding-top: 13px;
    padding-bottom: 13px;
    overflow: initial;
}

.settings-section .headline-txt-section {
    margin-top: 4px;
    padding-left: 0px;
}

.SGS-dropdown-section .customSelect {
    float: right;
}

    .SGS-dropdown-section .customSelect .dropdown {
        float: right;
        text-align: right;
        margin-top: 11px;
        margin-right: 10px;
    }

        .SGS-dropdown-section .customSelect .dropdown .btn {
            color: #6A7273;
            font-size: 11px;
        }

        .SGS-dropdown-section .customSelect .dropdown .dropdown-toggle::after {
            border: 0px;
            background-image: url(../images/ico_dropdown.svg);
            background-repeat: no-repeat;
        }

    .SGS-dropdown-section .customSelect .dropdown-menu {
        min-width: 6.8rem;
    }

.cricle {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 1px;
    display: inline-block;
    border: 1px solid #FFFFFF;
}

.mr-2 {
    margin-right: 5px !important;
    margin-left: -5px;
}

.SGS-links-section {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .SGS-links-section li {
        width: 100%;
        border: 1px solid #f4f5f6;
        padding: 14px 12px;
        cursor: pointer;
    }

        .SGS-links-section li span {
            color: #101C1D;
            font-size: 13px;
            font-family: 'CircularStdMedium';
        }

        .SGS-links-section li img {
            float: right;
            margin-top: 11px;
        }

.VS-headline-txt {
    letter-spacing: 0px;
    color: #101C1D;
    font-size: 12px;
    margin-bottom: 0.1rem;
    padding-top: 6px;
}

.VS-ot-txtnot {
    letter-spacing: 0px;
    color: #086972;
    font-size: 11px;
    text-align: right;
    float: right;
    padding-top: 5px;
}

.VS-bodyheight, .CPW-bodyheight {
    padding-top: 0px;
    overflow: auto;
    display: inherit;
    padding-bottom: 9px;
}

.VS-container, .CPW-container, .EC-SendSms-container, .callscripts-container, .CF-container, .VMP-container, .CS-container, .createNewScript-container, .editNewScript-container, .SMST-container, .createSmsTemplate-container, .editSmsTemplate-container, .VMT-container, .createVoiceMailTemplate-container, .editVoiceMailTemplate-container, .CL-SendSms-container {
    width: 100%;
    background-color: #FFF;
    height: 534px;
    position: absolute;
    top: 0px;
    z-index: 1;
    display: none;
}

    .CPW-container .LI-fields-section {
        padding-left: 0;
        padding-right: 0px;
    }

audio::-webkit-media-controls-panel {
    background-color: rgba(200,200,200,1);
    width: 350px;
}

.padding-top10 {
    padding-top: 10px;
}

.status-color {
    font-family: 'CircularStdMedium';
}

.viewprofileappend {
    padding-right: 5px;
}

.CP-line-style {
    margin-bottom: 12px !important;
    margin-right: 5px !important;
}

.select-style {
    width: 100%;
    border: 1px solid #101C1D14;
    font-size: 12px;
    color: #101C1D;
    height: 32px;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    padding-left: 5px;
    /*    text-overflow: ellipsis;
    white-space: nowrap;
    width: 99%;*/
}

.call-strip-select {
    clear: both;
    width: 113px;
    float: right;
    margin-top: 9px;
    border: 1px solid #d7e2e3;
    height: 22px;
}

.switch, .CF-switch {
    position: absolute;
    display: inline-block;
    width: 67px;
    height: 24px;
    right: 117px;
    top: 13px;
}



    .switch input, .CF-switch input {
        display: none;
    }



.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8d9697;
    -webkit-transition: .4s;
    transition: .4s;
}



    .slider:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }



input:checked + .slider {
    background-color: #8d9697;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(42px);
    -ms-transform: translateX(42px);
    transform: translateX(42px);
}



/*------ ADDED CSS ---------*/
.on {
    display: none;
}



.on, .off {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'CircularStdBold';
}



input:checked + .slider .on {
    display: block;
}



input:checked + .slider .off {
    display: none;
}



/*--------- END --------*/



/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}



    .slider.round:before {
        border-radius: 50%;
    }

.SS-typetxtbox {
    padding-right: 54px;
}

.sendSms-icon, .attachment-icon {
    position: absolute;
}

.sendSms-icon {
    width: 14px;
    right: 23px;
    bottom: 12px;
}

.attachment-icon {
    width: 12px;
    bottom: 11px;
    right: 53px;
}

.sms-checkbox.custom-control {
    z-index: 0;
}

.EC-SendSms-container, .SMS-NM-container, .CPW-container, .VS-container, .CF-container, .VMP-container, .CS-container, .createNewScript-container, .editNewScript-container, .SMST-container, .createSmsTemplate-container, .editSmsTemplate-container, .VMT-container, .createVoiceMailTemplate-container, .editVoiceMailTemplate-container, .CL-SendSms-container, .TNS-container {
    height: 560px;
    margin-top: 50px;
}

.EC-user-heladine-txt {
    margin-top: 5px;
    margin-left: 5px;
}

/*#btn-newsmsclose.closeSMS-NM-container {
    float: left;
    margin-top: 16px;
    margin-right: 5px;
    margin-left: 10px;
}*/

.CA-bullhom-section {
    width: 100%;
    overflow: hidden;
}

    .CA-bullhom-section .row {
        margin-bottom: 3px;
    }

.CA-link-color {
    color: #3321c4;
}

.padding-left10 {
    padding-left: 10px;
}

.asspcited-jobs-sec .calltime {
    margin-bottom: 3px;
}

.CL-date-txt {
    font-size: 10px;
    text-align: right;
    /* float: right; */
    color: #101C1D;
    /* margin-top: -2px; */
    line-height: 19px;
}

.calllogcontainer .Cl-timestatus-container {
    width: 100%;
    float: right;
    margin-top: 7px;
    position: absolute;
    right: 16px;
    top: 5px;
}

.calllogcontainer .CL-list-item .directransfer-icons img {
    margin-left: 7px;
}

.Ca-lastCallDetailsContainer, .PF-Container {
    top: 50px;
    height: 484px;
}

.CA-calldetails-content, .CA-callOutComes-content {
    height: 429px;
}

/*#keypadtext {
    width: 100%;
    margin-left: 0px;
}*/

.dialer-close {
    position: absolute;
    right: 7px;
    top: 10px;
    width: 9px;
}

.back-btn-ali {
    right: -80px !important;
    width: 24px !important;
    top: 16px !important;
}

.IC-links-sections {
    margin: auto;
    padding: 0px;
    width: auto;
    margin-top: 20px;
}

.blocklistuser-txt {
    display: table-cell;
    font-size: 10px;
    vertical-align: middle;
    color: #363636;
}

.datepicker img {
    position: absolute;
    top: 8px;
    right: 10px;
}

#spnversion {
    color: #fff;
}

.ico_messfailed_img {
    margin-top: 7px;
    margin-left: 5px;
    width: 14px;
}

.failedtosend_txt {
    letter-spacing: 0px;
    color: #D93D3D;
    font-size: 10px;
    text-align: right;
    clear: both;
}

    .failedtosend_txt span {
        text-decoration: underline;
    }

.max-width94 {
    max-width: 94%;
}

.CTC-headline-txt {
    letter-spacing: 0px;
    color: #6A7273;
    font-size: 14px;
    margin-bottom: 0px;
}

.CTC-list-container .CT-ut-bg {
    width: 40px;
    height: 40px;
    overflow: hidden;
}

    .CTC-list-container .CT-ut-bg img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
    }

.CTC-list-container .CL-user-deta-sec {
    padding-left: 17px;
    margin-top: 3px;
}

    .CTC-list-container .CL-user-deta-sec h1 {
        font-size: 16px;
    }

.CL-user-deta-sec p {
    color: #6A7273;
    font-size: 11px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 148px;
}

.CTC-list-container .CTF-list-item {
    border-bottom: 0px;
}

.CTC-list-container .directransfer-icons img, .callparticipants-container .directransfer-icons img {
    width: 25px;
}

.GC-part-txt {
    letter-spacing: 0px;
    color: #086972;
    font-size: 11px;
}

.groupCall-container .CA-header-icons img {
    width: 22px;
}

.groupCall-container .headline-section {
    width: 106%;
}

/*.groupCall-container .sec-txt {
    padding-top: 0px;
}*/

.groupCall-container .headline-txt-section {
    padding-left: 0px;
    margin-top: 0px;
}

.participant-popup {
    left: 0px;
    top: 60px;
}

.GC-part-txt:hover {
    text-decoration: underline;
}

.callparticipants-container .CL-user-deta-sec p {
    color: #6A7273;
    font-size: 11px;
}

.callparticipants-container .CL-user-deta-sec h1 {
    padding-top: 1px;
}

.IC-links-sections {
    margin: auto;
    padding: 0px;
    width: auto;
    margin-top: 20px;
}

    .IC-links-sections li {
        padding-right: 15px;
    }

        .IC-links-sections li:last-child {
            padding-right: 0px;
        }
/* .IC-links-sections .options-custom-select .dropdown-menu {
    left: 0px !important;
} */
.dropdownSendSms .dropdown-menu {
    transform: translate3d(-92px, -138px, 0px) !important;
}

.IC-links-sections .options-custom-select .dropdown-menu {
    width: 13.4rem;
}

.CT-textfield-section input {
    width: 78%;
    float: left;
}

.CT-clear-txt {
    letter-spacing: 0px;
    color: #086972;
    font-size: 11px;
    font-style: normal;
    padding-left: 10px;
    cursor: pointer;
}

.NS-bun-sec {
    position: absolute;
    right: 50px;
    width: auto;
    background-color: #FFF;
}

.freshnumber-section {
    margin: auto;
    display: table;
    text-align: center;
    margin-top: 100px;
}

    .freshnumber-section p {
        letter-spacing: 0.03px;
        color: #101C1D;
        font-size: 13px;
        margin-top: 12px;
    }

.SMS_SelectTemplate-container .OPS-sms-section {
    height: 154px;
}

.SMS_SelectTemplate-container .OPS-innerContainer {
    height: 105px;
    overflow: auto;
}

.CL-RCS-innercontainer {
    max-height: 130px;
    height: auto;
    min-height: 20px;
}

.SMSTemplate-container {
    background: #F8F8F8;
    padding-top: 11px;
}

    .SMSTemplate-container .CLsearchBox {
        border: 1px solid #101C1D14;
        background-color: #101C1D0A;
    }

    .SMSTemplate-container .CL-RCS-list-container {
        height: 197px;
    }

.localtime-txt {
    padding-bottom: 15px;
    opacity: 0.56;
}

.OD-section {
    margin: auto;
    display: table;
    margin-top: 53px;
}

    .OD-section img, .OD-section span {
        float: left;
    }

    .OD-section span {
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 0.56;
        font-size: 12px;
        text-decoration: underline;
        line-height: 15px;
        padding-left: 8px;
    }

.OGD-container {
    width: 100%;
    position: absolute;
    top: 17px;
    left: 0px;
}

.OGD-InnerContainer {
    width: 295px;
    height: 304px;
    box-shadow: 0px 3px 12px #0000001f;
    background-color: #FFF;
    margin: auto;
    border-radius: 4px;
}

.opendialer-txtbox {
    width: 94%;
    margin-left: 3%;
    border: 0px;
    font-size: 16px;
}

.margin-top-15 {
    margin-top: 15px;
}

.IC-links-sections .customSelect .dropdown-menu {
    box-shadow: 1px 1px 1px 3px #12596014;
}

.OGD-DailNumPad .row {
    margin: 0 auto;
    width: 255px;
    clear: both;
    text-align: center;
}

.confirm-password-section img {
    position: absolute;
    top: 33px;
    right: 10px;
    cursor: pointer;
}

.width-86 {
    width: 86%;
}

.CL-list-item:hover, .CT-exlist-item:hover, .CT-inlist-item:hover, .SMS-list-item:hover, .CS-list-item:hover, .SMST-list-item:hover, .VMT-list-item:hover {
    background: #F0F6F7;
}

.SGS-links-section {
    height: 320px;
    overflow: auto;
}

.CF-txt {
    color: #101C1D;
    font-size: 13px;
    letter-spacing: 0px;
    padding-top: 5px;
}

.CF-switch {
    right: 15px;
    top: 4px;
    width: 38px;
    height: 22px;
}

    .CF-switch .slider {
        background-color: #8d9697;
    }

    .CF-switch input:checked + .slider {
        background-color: #17B978;
    }

        .CF-switch input:checked + .slider:before {
            transform: translateX(15px);
            -webkit-transform: translateX(15px);
            -ms-transform: translateX(15px);
        }

    .CF-switch .slider:before {
        height: 16px;
        width: 16px;
        bottom: 3px;
    }

.select-members-txt-style {
    margin-top: 8px;
    display: block;
}

.select-member-section {
    width: 100%;
    position: relative;
}

    .select-member-section .CT-ti-bg1 {
        width: 22px;
        height: 22px;
        position: absolute;
        left: 5px;
        top: 4px;
    }

    .select-member-section .CT-ut-bg span {
        font-size: 9px;
    }

.padding-left-29 {
    padding-left: 29px;
}

.rdio {
    position: relative;
}

    .rdio input[type=radio] {
        margin: 0px;
    }

    .rdio input[type=radio] {
        opacity: 0;
        position: absolute;
        margin-top: 4px\9;
        margin-left: -20px;
        letter-spacing: 0.02px;
    }

    .rdio label {
        padding-left: 2px;
        cursor: pointer;
        margin-bottom: 0px;
        font-size: 12px;
        color: #101C1D;
        line-height: 13px;
        vertical-align: top;
        padding-top: 3px;
    }

.rdio-primary input[type=radio]:checked + label:before {
    border-color: #17B978;
}

.rdio label:before {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 1px;
    left: 0;
    content: "";
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #E2E3E3;
    background: #fff;
}

.rdio input[type=radio]:checked + label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    display: inline-block;
    font-size: 11px;
    width: 8px;
    height: 8px;
    background-color: #fbc52d;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.rdio-primary input[type=radio]:checked + label::after {
    background-color: #17B978;
}

.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 19px;
    margin-top: 3px;
}

.SelectMessageTypeSection .select-members-txt-style {
    margin-top: 0px;
}

.VMP-des-section, .VMP-des-select-section {
    width: 100%;
}

.VMP-des-select-section {
    border: 1px solid #ECEDED;
    border-radius: 4px;
    min-height: 133px;
    margin-bottom: 3px;
}

.VMP-des-select-list {
    background-color: #F5F6F6;
}

    .VMP-des-select-list ul li {
        width: 33%;
    }

.columns {
    display: flex;
    justify-content: space-around;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #F5F6F6;
}

.column {
    text-align: center;
    width: 95px;
}

.VMP-ckeditor-section {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 4px;
    margin-bottom: 10px;
}

    .VMP-ckeditor-section p {
        color: #101C1D;
        font-size: 12px;
        padding: 0px 10px;
        margin-bottom: 2px;
        padding-bottom: 0px;
        padding-top: 5px;
    }

.playmessage-txt {
    color: #086972;
    font-size: 11px;
    text-align: right;
    padding-bottom: 0px;
    padding-top: 3px;
}

.VMP-fit-body-sec {
    height: 385px;
    padding-top: 0px;
    display: block;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
}

.CS-container .CT-contact-link, .SMST-container .CT-contact-link, .VMT-container .CT-contact-link {
    margin-top: 13px;
    font-size: 11px;
}

.CS-Private-section, .CS-Public-section, .SMST-Private-section, .SMST-Public-section, .VMT-Private-section, .VMT-Public-section {
    width: 100%;
    height: 374px;
    overflow: auto;
}

.VMP-des-select-section {
    min-height: 153px;
}

.edit-script-sm {
    color: #797F80;
    font-size: 12px;
}

.editNewScript-container .lastCallDetails h2, .editSmsTemplate-container .lastCallDetails h2, .editVoiceMailTemplate-container .lastCallDetails h2 {
    font-size: 12px;
    padding-left: 8px;
}

.editNewScript-container .filter-close, .editSmsTemplate-container .filter-close, .editVoiceMailTemplate-container .filter-close {
    margin-top: 14px;
    width: 10px;
}

.editNewScript-container .VMP-des-select-section, .editSmsTemplate-container .VMP-des-select-section, .editVoiceMailTemplate-container .VMP-des-select-section {
    min-height: 260px;
}

.overlayEffect {
    position: absolute;
    background-color: rgb(31 29 29 / 89%);
    -moz-opacity: 1;
    opacity: 1;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
    height: 100%;
}

.top7 {
    top: 7px;
}

.VMT-timestatus-container {
    width: 100%;
    float: right;
    margin-top: 0px;
}

.VMT-audio-section.col-12 {
    padding-left: 13px;
}

.VMT-audio-section .CA-voicemail-txt {
    width: auto;
}

.unreadMessages {
    padding-right: 10px;
    color: #17b978;
}

    .unreadMessages u {
        text-decoration: none;
    }

.CLAudioIconsSection {
    /*float: right;*/
    clear: both;
    position: relative;
}

    .CLAudioIconsSection img {
        cursor: pointer;
    }

        .CLAudioIconsSection img:first-child {
            width: 15px;
        }

        .CLAudioIconsSection img:last-child {
            width: 10px;
            margin-left: 10px;
            margin-top: -2px;
        }

.CL-date-txt {
    display: block !important;
}

.CL-user-deta-sec h1 {
    max-width: 106px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.CL-jobTitleSpaceing {
    line-height: 10px !important;
    padding-bottom: 2px;
}

.CLdurTxt {
    color: rgb(106, 114, 115);
    font-size: 11px;
    margin-left: 10px;
}

.clearfix {
    clear: both;
}

.CLAdditionalContent {
    width: 100%;
    margin: auto;
    margin-top: 4px;
    display: none;
}

.CLAdditionalinnerContent {
    margin-left: 18px;
    width: 98%;
}

.CLAaaTxt1 {
    margin-bottom: 0px;
    font-size: 11px;
    color: #101C1D;
    font-family: 'CircularStdMedium';
    line-height: 12px;
    margin-right: 13px;
}

.CLAaaTxt2 {
    margin-bottom: 0px;
    color: #6A7273;
    font-size: 11px;
    vertical-align: top;
    line-height: 11px;
}

/*.CLAdditional-icons {
    padding-top: 6px;
    clear: both;
    overflow: hidden;
    display: block;
}*/
.CLAdditional-icons {
    float: left;
    padding-top: 6px;
    clear: both;
    position: relative;
}

    .CLAdditional-icons img {
        margin-right: 10px;
        width: 24px;
        float: left;
        cursor: pointer;
    }

.AddRadiusBul {
    border-radius: 100%;
    border: 1px solid #f26921;
}

.clickedRow {
    cursor: pointer;
}

.contactNameToolTip.dropdown:hover > .dropdown-menu, .CLJobTitleToolTip.dropdown:hover > .dropdown-menu, .emojisToolTip.dropdown:hover > .dropdown-menu {
    display: block;
}

/*.contactNameToolTip.dropdown > .dropdown-toggle:active, .CLJobTitleToolTip.dropdown > .dropdown-toggle:active, .SSemojicontainer .col-2 label img:active {

    pointer-events: none;
}*/

.contactNameToolTip .dropdown-menu, .CLJobTitleToolTip .dropdown-menu {
    width: auto !important;
    border: 1px solid #c3c3c3;
    max-width: 300px !important;
    background: #efeded !important;
    left: -1px !important;
    box-shadow: inherit !important;
    min-width: auto !important;
    padding-left: 8px;
    padding-right: 8px;
}

.contactNameToolTip .dropdown-menu {
    top: 18px !important;
}

.CLJobTitleToolTip .dropdown-menu {
    top: 13px !important;
}

.CA-callOutComes-content .CA-SC-timezone .customSelect .dropdown .dropdown-toggle::after {
    background-image: url(../images/ico_dropdown_tra.svg);
    width: 7px;
}

/*.CA-callOutComes-content .addNotes-bg {
    height: 130px;
    box-shadow: inherit;
}*/

.CA-callOutComes-content .ratecallqua-txt {
    margin-bottom: 3px;
    letter-spacing: 0px;
    color: #6A7273;
    font-size: 11px;
}

.AC-bullhom {
    margin-top: 0px !important;
    margin-left: 10px;
}

.SSemojicontainer .col-2 {
    padding-right: 0px;
    padding-left: 10px;
}

.SSemojicontainer .col-10 {
    max-width: 88.5%;
    padding-left: 5px;
}

.SSemojicontainer .sendSms-icon {
    right: 26px;
    width: 14px;
}

.SSemojicontainer .col-2 label img {
    width: 18px;
    margin-top: 5px;
    cursor: pointer;
}

.emoji_icon {
    opacity: 0.6;
    margin-left: 3px;
}

.SSemojicontainer .emojisToolTip .dropdown-menu {
    top: -30px !important;
    height: 32px;
    left: -28px !important;
    box-shadow: 0px 0px 1px 1px #f1f1f1 !important;
    border: 1px solid #dddddd;
    border-radius: 3px !important;
    width: 216px !important;
}

.SSemojicontainer .emojisToolTip {
    margin-right: 5px;
}

.thumbsup_icon {
    width: 18px !important;
    margin-top: 1px !important;
    margin-left: 6px;
}

.heart_icon {
    width: 16px !important;
    margin-left: 14px;
    margin-top: 4px !important;
}

.SSemojicontainer .col-2 .dropdown-menu img, .smsincontactLeft .dropdown-menu img, .smsincontactRight .dropdown-menu img {
    transition: transform .2s;
}

    .SSemojicontainer .col-2 .dropdown-menu img:hover, .smsincontactLeft .dropdown-menu img:hover, .smsincontactRight .dropdown-menu img:hover {
        transform: scale(1.5);
    }

.smsincontactRight.contactNameToolTip .dropdown-menu, .smsincontactLeft.contactNameToolTip .dropdown-menu {
    top: -33px !important;
    right: 0px;
    left: auto !important;
}

.smsincontactLeft {
    float: left;
    min-width: 195px;
}

    .smsincontactLeft .dropdown-menu img, .smsincontactRight .dropdown-menu img {
        cursor: pointer;
    }

.WimpyButton_7780014 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-size: 20.12832px;
    background: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: padding-box;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    -ms-box-sizing: padding-box;
    -o-box-sizing: padding-box;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -moz-user-select: -moz-none;
    cursor: inherit;
    left: -0.5px;
    top: -0.42900000000000205px;
    height: 15px;
    width: 15px;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    background: #f8f8f8; /* background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPiAgPGxpbmVhckdyYWRpZW50IGlkPSJqYmVlYi1ncmFkLWpiZWViXzE1MTIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI4LjA4MzglIiBzdG9wLWNvbG9yPSIjZjBmMGYwIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjQ4LjIwNCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTIuOTk0JSIgc3RvcC1jb2xvcj0iI2NkY2RjZCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI2NC45NyUiIHN0b3AtY29sb3I9IiNkYWRhZGEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iOTcuMDA2JSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjJmMmYyIiBzdG9wLW9wYWNpdHk9IjEiLz4gIDwvbGluZWFyR3JhZGllbnQ+ICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2piZWViLWdyYWQtamJlZWJfMTUxMikiIC8+PC9zdmc+"); */ /* background-image:linear-gradient(to bottom, #fefefe 0%,#f0f0f0 8.0838%,#ededed 48.204%,#cdcdcd 52.994%,#dadada 64.97%,#e6e6e6 97.006%,#f2f2f2 100%); */ /* background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe),color-stop(8.0838%, #f0f0f0),color-stop(48.204%, #ededed),color-stop(52.994%, #cdcdcd),color-stop(64.97%, #dadada),color-stop(97.006%, #e6e6e6),color-stop(100%, #f2f2f2)); */ /* background-image:-webkit-linear-gradient(top, #fefefe 0%,#f0f0f0 8.0838%,#ededed 48.204%,#cdcdcd 52.994%,#dadada 64.97%,#e6e6e6 97.006%,#f2f2f2 100%); */
    background-image: -moz-linear-gradient(top, #fefefe 0%,#f0f0f0 8.0838%,#ededed 48.204%,#cdcdcd 52.994%,#dadada 64.97%,#e6e6e6 97.006%,#f2f2f2 100%);
    background-image: -ms-linear-gradient(top, #fefefe 0%,#f0f0f0 8.0838%,#ededed 48.204%,#cdcdcd 52.994%,#dadada 64.97%,#e6e6e6 97.006%,#f2f2f2 100%);
    background-image: -o-linear-gradient(top, #fefefe 0%,#f0f0f0 8.0838%,#ededed 48.204%,#cdcdcd 52.994%,#dadada 64.97%,#e6e6e6 97.006%,#f2f2f2 100%);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(171,171,171,0.45759);
    margin-left: -1px;
    margin-top: -1px;
    box-shadow: 0.436px 0.545px 1.27218pxrgba(0,0,0,0.25129); /* -webkit-box-shadow:0.436px 0.545px 1.27218px rgba(0,0,0,0.25129); */
    -moz-box-shadow: 0.436px 0.545px 1.27218px rgba(0,0,0,0.25129);
    -ms-box-shadow: 0.436px 0.545px 1.27218px rgba(0,0,0,0.25129);
    -o-box-shadow: 0.436px 0.545px 1.27218px rgba(0,0,0,0.25129);
    border: 0px;
    white-space: nowrap;
    line-height: 1.6452361647668559em;
    color: #757575;
    font-family: WimpyPlayerGlyphs;
    text-align: center;
    font-weight: normal;
    text-shadow: 0.16px 1.48px 0px #fff;
    -webkit-text-shadow: 0.16px 1.48px 0px #fff;
    -moz-text-shadow: 0.16px 1.48px 0px #fff;
    -ms-text-shadow: 0.16px 1.48px 0px #fff;
    -o-text-shadow: 0.16px 1.48px 0px #fff;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    zoom: 1;
    size: 32;
    z-index: 20;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    font-family: 'WimpyPlayerGlyphs';
}

    .WimpyButton_7780014.play:before {
        content: "";
        float: left;
        font-family: 'WimpyPlayerGlyphs';
        background-image: url(../images/ico_playbutton.svg);
        width: 15px;
        height: 15px;
        background-size: contain;
    }

    .WimpyButton_7780014.pause:before {
        content: "";
        float: left;
        font-family: 'WimpyPlayerGlyphs';
        background-image: url(../images/ico_pausebutton.svg);
        width: 15px;
        height: 15px;
        background-size: contain;
        background-color: #17b978;
        border-radius: 100%;
    }

    .WimpyButton_7780014.loading:before {
        content: "t";
        font-size: 8px;
        color: #FFF;
        line-height: 10px;
        vertical-align: top;
        float: left;
        margin-top: 2px;
        margin-left: 4px;
        font-family: 'WimpyPlayerGlyphs';
        background-color: #17b978;
        border-radius: 100%;
    }

.logow102 {
    width: 102px;
    margin-top: 4px;
}

.wifi-icon {
    position: absolute;
    right: 129px;
}

    .wifi-icon img {
        width: 30px;
        margin-top: 4px;
    }

.red_wifi_container, .green_wifi_container, .yellow_wifi_container {
    float: right;
    width: 50px;
    text-align: center;
    margin-top: -1px;
    border-right: 1px solid #484848;
    padding-right: 58px;
}

.red_wifi_containerBg {
    background-color: red;
}

.yellow_wifi_containerBg {
    background-color: #ebb800;
}

.green_wifi_containerBg {
    background-color: #17b978;
}

.red_wifi_containerBg, .green_wifi_containerBg, .yellow_wifi_containerBg {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    margin: auto;
    margin-left: 14px;
}

.wifi-txt {
    float: right;
    width: 100%;
    margin-bottom: 0px;
    font-size: 11px;
    color: #CCC;
    text-align: center;
    padding-top: 2px;
}

.keepMetxt {
    float: left !important;
    text-align: left !important;
    width: auto !important;
    padding-top: 2px;
}

.forgotPasswordTxt {
    margin-bottom: 0.4rem;
    float: right;
    margin-top: 2px;
}

.ico_refresh_style {
    float: right;
    margin-right: 13px;
    margin-top: 15px;
}

.keypaiddialer .CA-SC-timezone .customSelect .dropdown .dropdown-toggle::after {
    background-image: url(../images/ico_dropdown_tra.svg);
    width: 7px;
}

.keypaddialerSelect {
    /*width: 90% !important;*/
    display: block;
    margin: auto;
    margin-top: 16px !important;
    padding-left: 11px !important;
}

.customSelect .dropdown-menu {
    width: 90% !important;
}

.keypaiddialer .CA-SC-timezone .customSelect {
    left: 23px !important;
}

.CA-note-des-txt p {
    margin-bottom: 5px;
}

.CA-note-des-txt ul {
    padding: 0px;
    padding-left: 18px;
}

    .CA-note-des-txt ul li {
        padding-bottom: 10px;
    }

.removeBgColor {
    background-color: transparent !important;
}

.active .settings-image {
    background-image: url(../images/setting-default-h.svg);
}

.contactNameToolTip .dropdown-menu, .CLJobTitleToolTip .dropdown-menu {
    width: auto !important;
    max-width: 300px !important;
}

#deleteTxt {
    font-size: 11px;
    color: #fb0000 !important;
    margin-bottom: 5px;
    line-height: 15px;
}

.ico_outgoing-icon img {
    width: 10px;
}

.missedCallIcon {
    width: 13px !important;
    margin-left: -4px !important;
}

.lineHeight16 {
    line-height: 19px;
}

.paddingTop2 {
    padding-top: 2px;
}

.Call-out-section .customSelect .dropdown-menu {
    width: 100% !important;
}

.clickhereTxt {
    color: #086972;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 0px;
    text-decoration: underline;
    clear: both;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.height74vh {
    height: 74vh;
}

.mmsfileuploadsection {
    position: absolute;
    top: -79px;
    background-color: #fff;
    width: 70px;
    height: 70px;
    border: 1px solid #e6e6e7;
    border-radius: 2px;
    left: 7px;
    box-shadow: 0px 4px 3px #0000000f;
    display: none;
}

.mmscloseicon {
    float: right;
    width: 14px;
    margin-top: -8px;
    margin-right: -8px;
    background-color: #FFF;
    padding: 2px;
    border: 1px solid #e9e9e9;
    border-radius: 100%;
    cursor: pointer;
}

.mms_preview_imgsection {
    width: 54px;
    height: 54px;
    /* border: 1px solid #e6e6e7; */
    border-radius: 2px;
    margin: auto;
    margin-top: 6px;
}

    .mms_preview_imgsection img {
        max-width: 100%;
        max-height: 100%;
    }

.image-upload > input {
    display: none;
}

#ddlCallOutcome {
    max-height: 200px;
}

.paddingLeft8px {
    padding-left: 8px;
}

.width18 {
    width: 18px;
}

.audioIconStyle {
    width: 18px !important;
    margin-bottom: 0px !important;
    vertical-align: top;
}

.w-90p {
    width: 90% !important;
    float: none !important;
    margin: auto;
}

.AddRadiusjd {
    border-radius: 100%;
    border: 1px solid #bf2920;
}
/*Download apps*/
.DA_harihental {
    margin-bottom: 0;
}

.download_ul {
    padding: 0;
    margin: 0;
}

    .download_ul li {
        list-style: none;
        border-bottom: 1px solid #f3f3f3;
    }

        .download_ul li a {
            display: flex;
            text-decoration: none;
            font-weight: 400;
            color: #101c1d;
            padding: 0.78rem 0.5rem;
            cursor: pointer;
        }

            .download_ul li a:hover {
                text-decoration: none;
                background-color: #F0F6F7;
            }

            .download_ul li a span {
                align-self: center;
                padding-left: 8px;
                color: #101C1D;
                font-size: 13px;
                font-family: 'CircularStdMedium';
            }

.downd_img {
    width: 42px;
    display: flex;
    justify-content: center;
}

.Ca-lastCallDetailsContainer, .DA-Container {
    top: 50px;
    height: 484px;
}

.download_ul li:hover, .download_ul li:active {
    background-color: #F0F6F7;
}

.download_ul li .down_icon {
    width: 13px;
    float: right;
    margin-top: -33px;
    margin-right: 18px;
    cursor: pointer;
}

.callRecordingIconStyle {
    width: 15px !important;
    margin-bottom: 0px !important;
    vertical-align: top;
}

.Txt_log {
    text-align: center;
    letter-spacing: 0px;
    color: #7f7f7f;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 22px;
}

/*ui-id-1*/
.ui-widget.ui-widget-content {
    box-shadow: 0px 3px 12px #e3e3e3;
    border: 0px;
    font-size: 11px;
    color: #6A7273;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-top: 4px;
    border-radius: 0.25rem;
    top: 99px !important;
}

.ui-menu .ui-menu-item-wrapper {
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    color: #6A7273;
    font-family: 'CircularStdBook';
    border: none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background-color: #F0F6F7 !important;
    color: #101C1D !important;
    font-family: 'CircularStdBold';
}

.Callscript-titleDropdown .Callscript-Titletxt {
    white-space: pre-wrap;
    height: 28px;
    overflow: auto;
}

.query, .replyquery {
    /* word-break: break-all;*/
}

#smscontactnamearenumber {
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: 16px;
}

.DLR-input {
    font-size: 13px !important;
    line-height: 17px !important;
    padding-top: 6px !important;
}

/*autoresize css start here*/
#smslist, #smslistEdit, #smsCLlist {
    overflow: hidden;
    height: 100%;
}

.chatbox, .editChatBox, .CLChatBox {
    transition: all 0.4s ease 0s;
}

.chatbox, .editChatBox, .CLChatBox {
    position: absolute;
    width: 100%;
    bottom: -200px;
}

.enterchat, .enterEditchat, .CLenterchat {
    width: 100%;
}

.addchat, .addEditchat, .addCLchat {
    width: 33px;
    float: left;
    padding-top: 0px;
    padding-left: 10px;
}

.addchat, .enterchat, .CLTemplateRight, .addEditchat, .enterEditchat, .CLEditTemplateRight, .CLenterchat, .addCLchat, .NewSMSTemplateRight {
    height: 63px;
}

.CLTemplateRight, .CLEditTemplateRight, .NewSMSTemplateRight {
    float: left;
    width: 309px;
}

.CLTemplatesConatiner, .CLEditTemplatesConatiner, .NewSMSTemplatesConatiner {
    width: 100%;
    height: 200px;
    overflow: auto;
    background-color: #F8F8F8;
    padding: 1%;
    margin-top: 10px;
}

.smslistheightMain, .smsEditlistheightMain, .smslistCLheightMain {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.width20 {
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
    cursor: pointer;
}

.smslistheightMain .SS-typetxtbox, .smsEditlistheightMain .SS-typetxtbox, .smslistCLheightMain .SS-typetxtbox {
    width: 276px;
    margin-left: 3px;
    line-height: 18px;
    font-size: 13px;
    padding-top: 5px;
    height: 63px;
}

.addBottomPos {
    bottom: 0px !important;
}

.ClMainCantainer .option-dropdown {
    width: 18%;
    padding-right: 1%;
}

.option-dropdown {
    position: relative;
}

#NewSMSTemplatesList .option-dropdown, #CLEditTemplatesList .option-dropdown, #CLTemplatesList .option-dropdown {
    width: 33%;
    padding-right: 1%;
}

.positioncheck label {
    border: 1px solid #101C1D0F;
    background-color: #ffff;
    border-radius: 12px;
    padding: 0 5px;
    height: 90px;
    width: 100%;
    font-size: 11px;
    color: #101C1D;
    font-weight: 400;
    position: relative;
    vertical-align: middle;
    align-items: center;
    justify-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.positioncheckresult {
    text-align: center;
}

    .positioncheckresult .transcript-img {
        display: block;
        margin: 0 auto;
        padding-bottom: 5px;
    }

.bookmark-inactiveicon {
    position: absolute;
    right: 12px;
    top: 10px;
}

.bookmark-activeicon {
    position: absolute;
    right: 12px;
    top: 10px;
}

/*autoresize css ends here*/


.jdiconStyleCall {
    width: 16px;
    border-radius: 100%;
    margin-top: -2px;
    border: 1px solid #bf2920;
}

.jdiconStyleCall12 {
    width: 16px;
    border-radius: 100%;
    margin-top: -2px;
    border: 1px solid #bf2920;
}

.CS-contactnum {
    position: relative;
}

.CS-phonenum {
    position: absolute;
    padding: 7px;
    border-radius: 4px;
    box-shadow: -1px 1px 8px 3px rgb(194 184 194 / 32%);
    font-size: 11px;
    color: #3f494a;
    background-color: #FFFFFF;
    border: none;
    display: none;
    top: 28px;
    left: 40px;
    max-width: 150px;
    min-width: fit-content;
    overflow: hidden;
    word-break: break-word;
    cursor: pointer;
    z-index: 1111;
}

.CS-contactnum:hover ~ .CS-phonenum {
    display: block;
}

.CLadditional-active {
    background-color: #F0F6F7
}

.CP-nodatatext {
    font-size: 13px;
    text-align: left;
    padding-top: 20px;
    color: #8c8c8c;
    padding-left: 15px;
}

.SMS-list-item {
    cursor: pointer;
}

.SGS-links-section li:hover {
    background-color: #F0F6F7;
}

#ui-id-2.ui-widget-content {
    top: 116px !important;
}

.EC-innerContainer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ui-menu .ui-menu-divider {
    border: 0px;
}

.ui-widget.ui-widget-content {
    max-height: 375px;
    overflow: auto;
    min-height: 37px;
}

/*#keypadtext {
    background-color: #FFF !important;
}*/

.imgProgress {
    width: 41px;
    margin-top: 260px;
    margin-left: 150px;
}
/* cl_hover_icon */
.clickthisitem:hover .sms-image {
    background-image: url(../images/ico_sms_active.svg);
}

.clickthisitem:hover .keypad-image {
    background-image: url(../images/ico_keypad_active.svg);
}

.clickthisitem:hover .contacts-image {
    background-image: url(../images/ico_contacts_active.svg);
}

.clickthisitem:hover .callLog-image {
    background-image: url(../images/ico_call_logs_active.svg)
}

.clickthisitem:hover .calender-image {
    background-image: url(../images/ico_calendar_active.svg);
}

.clickthisitem:hover .settings-image {
    background-image: url(../images/setting-default-h.svg);
}

.clickthisitem:hover i {
    color: #17B978;
}
/* cl_hover_icon end */
.coming-greenclr {
    color: #17b978 !important;
    padding-left: 5px !important;
}

.download_ul li:last-child {
    pointer-events: none;
}


/* cl_hover_icon end */
.customSelect .custom-popover {
    width: max-content;
    max-width: 12rem;
    left: 0px;
    padding: 9px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 12px #0000001F;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    width: 170px;
}

    .customSelect .custom-popover:after {
        border-bottom: 10px solid #dcdbdb;
        border-bottom-color: rgb(255 255 255 / 99%);
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        content: "";
        left: 20%;
        display: inline-block;
        position: absolute;
        top: -9px;
    }

#NewSMSTemplatesList .CL-RCS-innercontainer, #CLEditTemplatesList .CL-RCS-innercontainer, #CLTemplatesList .CL-RCS-innercontainer {
    height: 58px;
}

    #NewSMSTemplatesList .CL-RCS-innercontainer p, #CLEditTemplatesList .CL-RCS-innercontainer p, #CLTemplatesList .CL-RCS-innercontainer p {
        word-break: break-all;
    }

.moverightsection {
    left: -64px !important;
}

    .moverightsection:after {
        left: 80% !important;
    }

.norecordsmsg {
    width: 90%;
    text-align: center;
    margin: auto;
}

/*.NewSMSTitle {
    padding-left: 4px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}*/

.SMS-list-item .CA-note-des-txt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#nosmsrecordsmsg {
    margin-top: 133px;
}

#nocallrecordsmsg {
    margin-top: 140px;
}

#noextcontactrecordsmsg {
    margin-top: 114px;
}

#nointernalcontactrecordsmsg {
    margin: auto;
    margin-top: 92px;
}

.nocallLogrecordsmsg img, .noSMSrecordsmsg img {
    width: 28px;
}

.nocallLogrecordsmsg p, .noSMSrecordsmsg p {
    font-size: 12px;
    margin-bottom: 3px;
    margin-top: 5px;
}

.nocallLogrecordsmsg h2, .nocallLogrecordsmsg p, .noSMSrecordsmsg p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
    line-height: 17px;
}

.nocallLogrecordsmsg p, .nocallLogrecordsmsg h2, .noSMSrecordsmsg h2, .noSMSrecordsmsg p {
    color: #9f9c9c;
}

.noSMSrecordsmsg h2 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 2px;
    line-height: 17px;
    font-weight: 600;
}

.noContactsTxt {
    font-size: 14px !important;
    margin-top: 7px !important;
    margin-bottom: 2px !important;
}

#noextcontactrecordsmsg img {
    width: 28px !important;
}

.userLinkTxt {
    width: 106%;
    margin-left: -9px;
}

.addUserLinkTxt {
    color: #086972;
    cursor: pointer;
}

    .addUserLinkTxt:hover {
        color: #9abfc3;
    }

.div_thumb2 {
    display: block;
    width: 70px;
}

    .div_thumb2 img {
        width: 100%;
        border: 1px solid rgb(224, 224, 224);
        border-radius: 4px;
        padding: 5px;
        cursor: pointer;
        vertical-align: middle;
    }

#CPnocallrecordsmsg {
    margin-top: 86px;
}

    #CPnocallrecordsmsg h2 {
        margin-top: 9px;
        margin-bottom: 0px !important;
        font-size: 15px;
    }

    #CPnocallrecordsmsg p {
        margin-top: 1px !important;
    }

#CPnosmsrecordsmsg {
    margin-top: 85px;
}

.SmsTtl-Wdth .Ttlsms-Text {
    white-space: pre-wrap;
    height: 40px;
    overflow: auto;
    word-break: break-word;
    margin-bottom: 0;
    line-height: 13px;
}

.CL-RCS-list-item .Callscript-dropdownmenu {
    padding: 9px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 12px #0000001f;
    border-radius: 4px;
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 170px;
    margin-top: 15px;
}

.CL-RCS-list-item .Moverightbox {
    left: -70px !important;
}

.CL-RCS-list-item .Callscript-dropdownmenu:after {
    border-bottom: 10px solid #dcdbdb;
    border-bottom-color: #e9ecef;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    content: "";
    left: 20%;
    display: inline-block;
    position: absolute;
    top: -9px;
}

.CL-RCS-list-item .Moverightbox:after {
    left: 80% !important;
}

.Callscript-dropdownmenu .CL-RCS-innercontainer {
    letter-spacing: 0.02px;
    color: #101C1D;
    font-size: 12px;
    width: 97%;
}
/*Logo css*/

.CallmantraLogo-wdt {
    margin-top: 3px;
    width: 106px;
    cursor: pointer;
}

    .CallmantraLogo-wdt .callMntra-logo {
        width: 25px;
    }

.expertLogo {
    border-radius: 100%;
    border: 1px solid #f17b20;
}

.SMS-list-item .customSelect .dropdown-menu {
    transform: translate3d(-114px, 0px, 0px) !important;
}

.MNFoundtxt {
    font-size: 11px;
    color: #838080;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.addcontacticonwidth {
    width: 15px
}

.txtMiddel {
    min-height: 27px;
    display: table;
}

    .txtMiddel h1 {
        vertical-align: middle;
        display: table-cell;
    }

.CT-External-section, .CT-Internal-section {
    overflow-x: hidden;
}

/*.CandidateAndContactStatusIconStyle {
    width: 12px;
    margin-top: -4px;
    margin-left: 7px;
}*/

/*.CTCandidateAndContactStatusIconStyle {
    width: 12px;
    margin-top: 0px;
    margin-left: 7px;
    vertical-align: top;
}*/

.CTCandidateAndContactStatusIconStyle, .CT-exlist-container .CL-user-deta-sec h1 {
    float: left;
}

.CT-exlist-container .CL-user-deta-sec h1 {
    max-width: 130px;
}

.CT-exlist-container .CL-user-deta-sec p {
    clear: both;
}

.CT-exlist-container .CT-exlist-item .col-4 {
    padding-left: 3px;
    padding-right: 7px;
}

.SMS-list-container .CA-note-txt h1 {
    max-width: 101px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #101C1D;
    font-size: 12px;
    float: left;
    margin-bottom: 0px;
    line-height: 19px;
}

.SMSCandidateAndContactStatusIconStyle {
    width: 12px;
    margin-top: 2px;
    margin-left: 7px;
    vertical-align: top;
}

/*.CallCandidateAndContactStatusIconStyle {
    width: 12px;
    margin-top: 0px;
    margin-left: 7px;
    vertical-align: top;
}*/

.addNotesStyle {
    font-style: normal;
    color: #44787f;
    cursor: pointer;
    font-size: 11px;
    float: left;
    vertical-align: top;
}

.CLS_ico_bullhornStyle {
    width: 16px;
    margin-top: -1px;
}

.CLSjdiconStyle {
    width: 12px;
    margin-top: 2px;
}

/*.CLS_ico_bullhornStyle, .CLSjdiconStyle, .CLS_ico_linkedInStyle {
    margin-left: 10px !important;
}*/

.w-12 {
    width: 12px;
    margin-left: 8px !important;
    margin-top: 1px;
}

.addNotesMainSection {
    clear: both;
}

.CLSatslogoStyle {
    border: 0px;
    border-radius: inherit;
    margin-top: -2px;
    margin-left: 9px !important;
    width: 13px;
}

.headline-txt-section {
    height: 14px;
}

/*.CT-exlist-item .CandidateAndContactStatusIconStyle {
    width: 12px;
    margin-top: inherit;
    margin-left: 7px;
    float: left;
}*/

#nosmsrecordsmsgsearch {
    margin-top: 146px;
}

.removePaddingsDailerContainer {
    padding-top: 0px !important;
}

    .removePaddingsDailerContainer .showCallIcon-section {
        margin-top: 0px !important;
    }

.pointerEventNone {
    pointer-events: none;
}

.readStatus-Style {
    background-color: #dfdfdf !important;
}

.version-update {
    background: #f24949;
    width: 9px;
    height: 9px !important;
    min-width: inherit !important;
    left: 27px !important;
    top: 0px !important;
}

.VersionUpdateTxt span {
    font-family: 'CircularStdBold';
}

.SMSScreenCallIcon {
    width: 13px;
    margin-left: 6px;
    margin-top: 14px;
    cursor: pointer;
}

.max-width310 {
    max-width: 310px;
}

.txt-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inherit;
}

.max-width290 {
    max-width: 290px;
}
/*.copyToClip-icon {
    width: 14px;
    margin-left: 3px;
    margin-top: -2px;
}*/
.copyToClip-icon {
    width: 14px;
    margin-left: 7px;
    margin-top: -2px;
}

/*.transcriptionContainer {
    color: #6A7273;
    font-size: 11px;
    clear: both;
    padding-top: 3px;
}

    .transcriptionContainer > div > span {
        display: -webkit-box;
        margin-bottom: 3px;
    }*/

a.link-color {
    color: #007bff;
    cursor: pointer
}

    a.link-color:hover {
        text-decoration: none;
    }

.popover-body {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 11px;
    color: #6A7273;
}

.ajaxloaderShow {
    background-color: transparent !important;
}

.addTxtOverFlow {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btm-pos {
    bottom: 100px;
    top: inherit;
    right: 0px;
    min-width: 151px;
    width: auto;
    max-width: 300px;
}

    .btm-pos p {
        padding-right: 7px;
    }

/*tasks css start*/
.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
    border-right-color: rgb(255 255 255 / 99%);
}

.CL-Tasks-container {
    -webkit-transition: margin-top .5s ease-in-out,opacity .2s linear .2s;
    transition: margin-top .5s ease-in-out,opacity .2s linear .2s;
    height: 484px;
    margin-top: 50px;
    width: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0px;
    z-index: 1;
    display: none;
}

    .CL-Tasks-container .LI-fields-section {
        padding-left: 0;
        padding-right: 0px;
    }

    .CL-Tasks-container .modal-footer {
        padding: 10px;
        box-shadow: 0px -4px 6px #0000000F;
        border-top: 0px;
    }

.TSS-fit-body-sec {
    height: 385px;
    padding-top: 0px;
    display: block;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
}

.TS-info-icon {
    width: 13px;
    vertical-align: top;
    margin-top: 1px;
}

.TS-checkbox input[type=checkbox] {
    display: none;
}

    .TS-checkbox input[type=checkbox] + label {
        padding: 0 0 0 0px;
        background: url("../images/ico_checkbox_deselected.svg") no-repeat;
    }

    .TS-checkbox input[type=checkbox]:checked + label {
        background: url("../images/ico_checbox_selected.svg") no-repeat;
    }

    .TS-checkbox input[type=checkbox] + label, .TS-checkbox input[type=checkbox]:checked + label {
        height: 16px;
        width: 16px;
        display: inline-block;
    }

.TS-SetTorepeatTxt {
    color: #6A7273;
    opacity: 1;
    font-size: 11px;
    padding-left: 7px;
    line-height: 24px;
}

.TS-checkbox {
    display: inherit;
}

.TS-W160 {
    width: 158px;
}

.task-icon {
    width: 29px !important;
    height: 29px;
    vertical-align: top;
    margin-top: -2px;
    margin-right: 5px !important;
}
/*tasks css end*/
.btn:hover {
    background-color: #17B978;
}

.CA-cancelbtn.btn:hover {
    background-color: transparent;
    color: #000;
}
#ExceptionToasterMessage p {
    width: 100%;
}
.CA-tranc-icon {
    width: 24px;
    margin-left: 0px;
    margin-top: -3px;
    opacity: 0.7;
}
.CA-download-margins {
    width: 10px;
    margin-top: 0px;
    opacity: 0.7;
}
.more-w {
    width: 291px;
}
.copyToClipW {
    width: 16px;
    opacity: 0.7;
}
.viewTranscription-content{
    overflow: auto;
    font-size: 13px;
    color: #101C1D;
}
.TSC-Logos-container {
    clear: both;
    margin-top: 10px;
    float: left;
    width: 100%;
    /* border-top: 1px solid #f1f1f1; */
    padding-top: 10px;
    margin-left: 2px;
}
.TranscriptionBtmContainer, .TNS-container {
    background-color: rgb(241, 241, 241);
    height: 440px;
    border-radius: 15px 15px 0px 0px;
    position: absolute;
    bottom: -450px;
    left: 0px;
    width: 100%;
    transition: all 0.6s ease;
    box-shadow: 2px -1px 4px 2px #b1b1b14a;
}
.TranscriptionDataClose {
    width: 14px;
}
.TranscriptionData, .TNS-containerData {
    font-size: 14px;
    color: #363636;
    margin-top: 12px;
    width: 93%;
    margin-left: 14px;
    /* max-height: 200px; */
    height: 444px;
    overflow: auto;
    padding-right: 10px;
}
.maincantainer {
    overflow:hidden;
}
.TSC-Logos-container img:nth-child(1), .TSC-Logos-container img:nth-child(4) {
    width: 21px;
    height: 21px;
}

.TSC-Logos-container img:nth-child(2), .TSC-Logos-container img:nth-child(3) {
    width: 20px;
    height: 20px;
}
.CLT-summaryHeading, .CLT-ViewTranscriptionHeading {
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    line-height: 22px;
}
#overlayEffectProfileIcons .imgProgress {
    width: 41px;
    margin-top: 296px;
    margin-left: 184px;
}
#overlayEffectProfileIcons p {
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    margin-top: 5px;
}
.TS-call_summaryTxt {
    font-size:13px;
}
.TS-ActionItems {
    font-size: 14px;
    margin-top: 21px;
    margin-left: 105px;
}
.recruiter_action_itemsHeading, .Candidate_action_itemsHeading {
    font-size: 13px;
    margin-left: 0;
    background-color: #e5e5e5;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 10px;
}
ul.recruiter_action_itemsHeadingList, ul.Candidate_action_itemsHeadingList {
    padding-left: 18px;
    font-size: 13px;
    margin-bottom:0px;
}
    ul.recruiter_action_itemsHeadingList li, ul.Candidate_action_itemsHeadingList li {
        margin-bottom: 5px;
    }
.recruiter_action_itemsHeading {
    margin-top: 12px;
}
.Candidate_action_itemsHeading {
    margin-top: 17px;
}
.CL-profile-ListContainer {
    /* position: absolute;
    right: -187px;
    top: 12px;*/
/*    margin-left: 12px;
    float: left;
    margin-top: 0px;*/
}
.CL-profile-ListContainerIcon {
  /*  height: 12px;
    padding: 0px;
    margin: 0px !important;*/
}
ul.ImprovementsList {
    padding-left: 19px;
    list-style-type: none;
}

.ImprovementsList li:first-child {
    list-style-type: disc;
}

.ImprovementsList li h5 {
    font-size: 13px;
    font-weight: 600 !important;
    float: left;
    margin-bottom: 0px;
    margin-right: 7px;
    line-height: 20px;
}

.ImprovementsList li span {
    font-size: 13px;
}
.ImprovementsList li {
    margin-bottom: 7px;
    line-height: 20px;
}
    .ImprovementsList li:last-child {
        margin-bottom: 0px;
    }
#CoachingInsightsContainer ul:last-child {
    margin-bottom: 0px;
}
.CL-profile-ListContainer .customSelect .dropdown-menu {
    transform: translate3d(-150px, 0px, 0px) !important;
    width: 160px !important;
}
.TranscriptionDataClose {
    opacity: 0.6;
}
.TranscriptionDataClose:hover {
        opacity: 1;
    }
    @media (min-width: 576px) {
        .modal-dialog {
        max-width: 340px;
        margin: 0.7rem auto;
    }
}
