﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */



@import url(../fonts/itc_webfont.css);
/* 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;
    }

html {
    position: relative;
    min-height: 100%;
}

body {
    /* overflow-x: hidden; */
    font-family: "itcweb Std", sans-serif;
    letter-spacing: 0.03rem;
    position: relative;
    padding-right: 0px !important;
}

    body.sticky-footer {
        margin-bottom: 56px;
    }

        body.sticky-footer .content-wrapper {
            min-height: calc(100vh - 56px - 56px);
            padding-top: 56px;
        }

/* body.fixed-nav {
  padding-top: 56px;
} */
/*spinner*/
.overlayEffect {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(31,29,29,.63);
    -moz-opacity: 1;
    opacity: 1;
    right: 0;
    bottom: 0;
    z-index: 999999;
}

.imgProgress {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    margin-top: 230px;
}


.content-wrapper {
    min-height: calc(100vh - 56px);
    padding-top: 1rem;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 3px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;
}

    .scroll-to-top:focus,
    .scroll-to-top:hover {
        color: white;
    }

    .scroll-to-top:hover {
        background: #343a40;
    }

    .scroll-to-top i {
        font-weight: 800;
    }

.smaller {
    font-size: 0.7rem;
}

.o-hidden {
    overflow: hidden !important;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}
/*nav-main-menu*/
.align-newitem {
    background-color: #fff;
    width: 100%;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
    border-top-left-radius: 12px;
    position: relative;
    padding: 0.5rem;
    border-bottom: 1px solid #eceded;
}

.dlf-relative {
    position: relative;
}

.container-fluid {
    width: 100%;
    padding-right: 45px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.use_main {
    line-height: 1em;
    padding-top: 5px;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.main_to_user {
    /* margin-left: 25px; */
    margin-right: 10px;
    cursor: pointer;
}

.align-items-start {
    align-items: flex-start !important;
}

/*.align-newitem li {
    padding-right: 20px;
}*/

.cl-box {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #dedede;
    background-color: #f3eff1;
    padding: 3px 7px;
    margin: 4px 10px;
    cursor: default;
}

.custm-box {
    margin: 4px;
    width: 35px;
    height: 35px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
}

.box-2 {
    background-color: #ececff;
}

.use_main {
    line-height: 1em;
    padding-top: 5px;
}

.user_name {
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #101c1d;
    /* width: 94.5px;*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.custm-box .kg {
    font-size: 12px;
}

.box-2 .kv {
    color: #4545a8;
}

.green-icon {
    background-color: #17b978;
}

.small-cr-icon {
    width: 8px;
    height: 8px;
    /* background-color: #919191; */
    margin-top: -27px;
    margin-left: 17px;
    border-radius: 50%;
}

/*.align-newitem li {
    padding-right: 20px;
}*/

.navbar {
    padding: 0.5rem 0rem 0rem 1rem;
    background-color: #343a40;
}

/*#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown:after {
    float: right;
    width: 8px;
    height: 6px;
    content: "";
    border: none;
    background-image: url(../images/svg/down_arrow.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    top: 7px;
    position: absolute;
    right: 16px;
    cursor: pointer;
}

#mainNav .navpower .navbar-nav > .nav-item.profilearrow-drpd::after {
    top: 11px !important;
    background-image: url(../images/svg/down_arrow.svg) !important;
}*/
#mainNav .navbar-collapse .navbar-nav > .nav-item .profile-drpdown:after {
    float: right;
    width: 8px;
    height: 6px;
    content: "";
    border: none;
    background-image: url(../images/svg/ico_droparrow_active.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    top: 19px;
    position: absolute;
    right: -12px;
    cursor: pointer;
}

.powerdailer-logo {
    position: absolute;
    left: 50px;
    top: 40px;
}

.callmantra-logo {
    width: 82%;
}

.drop-usrprofile .dropdown-menu {
    width: 172px;
    top: 40px;
    left: inherit;
    right: 0;
    border: none;
    box-shadow: 0px 2px 7px #00000038;
    padding-top: 0px;
    padding-bottom: 0px;
}

.drop-usrprofile ul li {
    font-size: 12px;
    color: #6A7273;
    font-weight: 450;
    padding: 9px;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #f3f3f3;
}

    .drop-usrprofile ul li a {
        color: #6A7273;
        text-decoration: none;
    }

.drop-usrprofile .dropdown-menu .dropdown-item {
    white-space: normal;
}

.drop-usrprofile .dropdown-menu: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: "";
    display: inline-block;
    left: 70%;
    position: absolute;
    top: -9px;
}

.drop-usrprofile ul li:hover, .drop-usrprofile ul li:active {
    background-color: #F0F6F7;
    color: #101C1D;
    opacity: 1;
    cursor: pointer;
}

.drop-usrprofile ul li a:hover, .drop-usrprofile ul li a:active {
    background-color: #F0F6F7;
    color: #101C1D;
    opacity: 1;
    cursor: pointer;
}


/* nav menu close */
/*PowerDilar*/
.power_header {
    background-color: transparent !important;
    border-bottom: 0px !important;
}

.poweruser {
    margin-top: 0px;
    color: #fff;
}

.power_usernumber {
    color: #ADAFAF;
    font-size: 15px;
    font-weight: 100
}

#mainNav .navpower .navbar-nav > .nav-item.profilearrow-drpd::after {
    top: 11px !important;
    background-image: url(../images/svg/down_arrow.svg) !important;
}

.power_align {
    margin-left: 0px !important
}

.power_alldr {
    width: 200px !important;
}

.power_search {
    position: absolute;
    right: 0;
    top: -74px;
    width: 362px !important;
}

.box-white-bt {
    background: #ffffff0f 0% 0% no-repeat padding-box;
    border: 1px solid #17b978;
    border-radius: 4px;
    opacity: 1;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0px;
    color: #17b978;
    font-weight: 450;
    padding: 7px 15px 5.5px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .box-white-bt span {
        padding-top: 1px;
        padding-left: 3px;
    }

.pwer_emptybtn {
    background-color: #F3FCF8;
    border: 0px;
    border-radius: 5px;
    padding: 7px 15px 5.5px 15px;
}

.pwer_emptybtn, .box-white-bt {
    outline: none;
}

.camp-stgtxt {
    font-size: 15px;
    color: #101C1D;
    font-weight: 500;
    padding: 10px 0;
}

.call-fwtxt {
    font-size: 12px;
    color: #101C1D;
    font-weight: 450;
}

.cl-subtxt {
    font-size: 12px;
    color: #797F80;
    font-weight: 450;
}

.wrap-wdt {
    width: 87%;
}

.search-campg {
    margin-right: 45px;
}

.campgn-txt {
    width: 68%;
}

.campsel-bx {
    font-size: 12px;
    color: #101C1D;
    font-weight: 450;
}

.tgltxt-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.email-text {
    margin-right: 8px;
    margin-bottom: 8px;
}

.campfile-upload .drag-files {
    width: 66%;
    margin: 0 auto;
}

.crt-temptclr {
    font-size: 12px;
    color: #086972;
    font-weight: 450;
    padding-top: 9px;
    cursor: pointer;
}

.campg-mdl {
    width: 470px !important;
}

.camp-label {
    color: #6A7273;
}

.mdl-chkbx {
    font-size: 12px;
    color: #101C1D;
}

.disblk-cls {
    display: none;
}

.import-teartxt {
    font-size: 12px;
    color: #797F80;
    font-weight: 450;
}

.add-ortxt {
    font-size: 12px;
    color: #101C1D;
    position: relative;
    top: 11px;
    z-index: 999;
    background: #ffffff;
    padding-right: 7px;
}

.sel-tearshet options {
    color: #797F80 !important;
}

.sel-tearshet .time-zone {
    color: #6A7273;
}

.contact-radiobt .checkmark:after {
    background: #FFFFFF;
}

.contact-radiobt input:checked ~ .checkmark {
    background-color: #ffffff;
    border: 1px solid #e2e3e3;
}

.modalback-bt {
    padding-top: 0px;
}

.contact-radiobt {
    cursor: pointer;
}

.filesucs-status {
    font-size: 11px;
    color: #8C9292;
    padding-top: 13px;
    padding-left: 7px;
}

#selected-filecsv {
    position: absolute;
    top: 170px;
    left: 38px;
    background-color: transparent;
}

.custom-file-input {
    height: 120px;
    cursor: pointer;
}

.custom-file div.time-zone {
    margin-top: -78px;
}

.upload-filetype {
    margin-top: -83px;
}

.contact-tbl {
    border: 1px solid #ECEDED;
    width: 100%;
    border-radius: 4px;
}

    .contact-tbl th {
        font-size: 11px;
        color: #101C1D;
        font-weight: 500;
    }

    .contact-tbl tr {
        font-size: 13px;
        color: #101C1D;
        font-weight: 450;
    }

    .contact-tbl th, td {
        padding: 10px;
    }

.close:hover, .close:focus {
    opacity: 1;
}

/*  customer experience  */
.capmg-backtxt .modal-title {
    font-size: 14px;
    color: #6A7273;
    cursor: pointer;
}

.main-hdtxt {
    color: #101c1d;
    font-weight: 500;
    font-size: 28px;
}

.custm-exphdng {
    width: 500px;
    display: flex;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    gap: 15px;
}

.resume-bnt, .start-btn {
    font-size: 11px;
    color: #17B978;
    background-color: #FFFFFF;
    border: 1px solid #17B978;
    border-radius: 4px;
    display: flex;
    align-items: center;
    height: 32px;
    justify-content: center;
    width: 80px;
}

    .resume-bnt:hover, .start-btn:hover {
        color: #FFFFFF;
        background-color: #17B978;
    }

.reload-text {
    font-size: 12px;
    color: #086972;
}

/*.resplay-img {
    padding-top: 1px;
}*/

.btn-resume-txt span {
    padding-left: 3px;
    padding-top: 3px;
}

.sartplay-img {
    display: none;
    padding-top: 1px;
}

.cust-cldurtn {
    font-size: 38px;
    color: #101C1D;
    letter-spacing: 0.08px;
    padding-left: 8px;
    font-weight: 600;
}

.custexp-clbox {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

    .custexp-clbox .cl-dtls {
        padding-left: 48px;
        font-size: 14px;
        color: #6A7273;
        font-weight: 450;
        margin-top: -8px;
    }

    .custexp-clbox .call-box {
        background-color: #FFFFFF;
        border: 1px solid #ECEDED;
        border-radius: 6px;
        padding: 18px;
        height: 105px;
    }

    .custexp-clbox .cl-icon-bx {
        width: 38px;
        height: 38px;
        display: flex;
        justify-content: center;
    }

.custom-tab .nav-link.active {
    color: #101c1d !important;
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #086972;
}

.custom-tab .nav-link {
    color: #6a7273;
    font-size: 14px;
    border: none;
    margin-bottom: -16px;
    margin-right: 50px;
    padding: 0 0 10px 0;
}

.cust-addcnt {
    font-size: 12px;
    color: #086972;
    position: absolute;
    right: 45px;
    cursor: pointer;
    opacity: 0.8;
}

.check_box {
    padding-left: 35px;
}

.custexp-check {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding-top: 13px;
}

.htcheckbx {
    margin-top: -11px;
}

.cand-listitms li {
    list-style: none;
    padding-bottom: 23px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

    .cand-listitms li:hover {
        background-color: #F0F6F7;
    }

.candate-hdn {
    font-size: 13px;
    color: #101C1D;
    letter-spacing: 0.03px;
}

.candat-name {
    font-size: 14px;
    color: #101C1D;
    letter-spacing: 0.03px;
    margin-top: -6px;
}

.cnd-name {
    margin-top: 0px;
}

.candt-number {
    font-size: 12px;
    color: #3F494A;
    letter-spacing: 0.02px;
    margin: 0px 0 0 0px;
}

.candcl-detls {
    margin-top: 3px;
}

    .candcl-detls span {
        font-size: 11px;
        color: #1D82A2;
        background-color: #F1F8FA;
        border-radius: 4px;
        padding: 6px;
        margin-right: 4px;
    }

    .candcl-detls .playvoicemail {
        font-size: 12px;
        color: #17B978;
        background-color: #FFFFFF;
        padding-left: 2px;
    }

.cl-compaignbx {
    text-align: center;
    padding-top: 190px;
}

.resumecamp-text {
    font-size: 18px;
    color: #101C1D;
    letter-spacing: 0.04px;
    padding-top: 17px;
    padding-bottom: 29px;
}

.campaign-midle {
    margin-top: -24px;
    padding-left: 0;
    padding-right: 0;
    background-color: #F0F6F7;
    position: relative;
    height: 650px;
}

.cnt-dtlstxt {
    font-size: 12px;
    color: #797F80;
    letter-spacing: 0.02px;
    text-align: center;
    width: 52%;
    margin: 0 auto;
    padding-top: 17px;
}

.campcontact-sec {
    text-align: center;
    padding-top: 105px;
}

.teams_li .ico-back {
    background-image: url(../images/svg/ico_back.svg);
    background-repeat: no-repeat;
    background-position: 5px;
    left: 17px;
    font-size: 12px;
    color: #6a7273;
    padding: 9px 14px;
    cursor: pointer;
}

.num-tabs .nav-tabs {
    border: none;
}

.custom-tab .nav-link.active {
    color: #101c1d !important;
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #086972;
}

.custom-check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custom-check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        cursor: default;
        display: none;
    }

.custm-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border: 1px solid #e2e3e3;
    border-radius: 3px;
}

.custom-check input:checked ~ .custm-checkmark:after {
    display: block;
}

.custom-check .custm-checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #17b978;
    border-radius: 3px;
}

.custm-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custm-check-box {
    padding-top: 9px;
}

.custm-check {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.mem-drop-bx {
    padding: 8px;
}

.box-3 {
    background-color: #f9ebe7;
    padding: 2px 6px;
}

    .box-3 .mr {
        color: #bc5636;
    }

.pwrdlr-logoback {
    background-color: #17B978;
    padding: 3px;
    text-align: center;
}

.cltalk-number {
    font-size: 15px;
    color: #3F494A;
    padding-top: 22px;
}

.cmpusr-name {
    font-size: 22px;
    color: #101C1D;
    font-weight: 500;
    padding-top: 10px;
}

.cmpgn-clduration {
    font-size: 14px;
    color: #3F494A;
}

.cloptions-icons {
    display: flex;
    justify-content: center;
    padding-top: 52px;
}

    .cloptions-icons img {
        padding: 0 10px;
    }

.endcall-img {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
}

    .endcall-img img {
        cursor: pointer;
    }

.userlarge-icon {
    width: 56px;
    height: 56px;
    background-color: #F1E0E0;
    border-radius: 50%;
    padding: 12px;
    margin: 0 auto;
    margin-top: 34px;
}

/*css form smstextedit*/
#smsTempRedirectionCreate, #editsmsTempRedirectionCreate {
    font-size: 12px;
}

.clended-text {
    font-size: 12px;
    color: #101C1D;
    padding-top: 13px;
    padding-left: 14px;
}

.usermedium-icon {
    width: 38px;
    height: 38px;
    background-color: #F1E0E0;
    border-radius: 50%;
    padding: 6px 9px;
}

.usroutgng-cldetls {
    font-size: 11px;
    color: #6A7273;
    letter-spacing: 0.02px;
    margin-top: -5px;
    padding-left: 6px;
}

.cmpcl-endscreen .cmpusr-name {
    margin-top: -4px;
    padding-left: 6px;
    padding-top: 0;
    padding-right: 6px;
}

.cmpusr-name .edit-img {
    padding-left: 6px;
}

.view-contactdet {
    font-size: 12px;
    color: #086972;
    padding: 0 8px;
}

.viewusr-detls {
    display: flex;
    justify-content: center;
    padding-top: 22px;
}

.after-calltime {
    background-color: #FFFFFF;
    padding: 8px 14px;
    border: 1px solid #ECEDED;
    border-radius: 6px;
    margin: 30px 14px 12px 14px;
    display: flex;
    justify-content: space-between;
}

.clwrk-text {
    font-size: 11px;
    color: #797F80;
    padding-top: 3px;
}

.clwrk-duartion {
    font-size: 16px;
    color: #101C1D;
    font-weight: 500;
    margin-top: -5px;
}

.worktime-text {
    display: flex;
    justify-content: center;
}

.need-sec {
    font-size: 11px;
    color: #17B978;
    background-color: #FFFFFF;
    border: 1px solid #17B978;
    border-radius: 4px;
    padding: 9px 10px 6px 10px;
}

.imdone-btn {
    color: #FFFFFF;
    background-color: #17B978;
    margin-left: 10px;
}

.ratecl-quality {
    font-size: 13px;
    color: #101C1D;
    font-weight: 500;
    margin-top: 12px;
}

.other-cldtls {
    padding: 0 14px;
}

.select-week {
    border: 1px solid #101C1D1F;
    color: #3f494a;
    font-size: 12px;
    border-radius: 2px;
    background-color: #FFFFFF;
}

.monday .plus-icon:after, .tuesday .plus-icon:after, .wedday .plus-icon:after, .thursday .plus-icon:after, .friday .plus-icon:after, .saturday .plus-icon:after, .sunday .plus-icon:after {
    content: "+";
}

.plus-icon {
    font-size: 18px;
    padding-left: 5px;
    margin: -5px 0;
}

.monday:hover .plus-icon:after, .tuesday:hover .plus-icon:after, .wedday:hover .plus-icon:after, .thursday:hover .plus-icon:after, .friday:hover .plus-icon:after, .saturday:hover .plus-icon:after, .sunday:hover .plus-icon:after {
    content: "x";
    /* background-image: url(../images/svg/ico_chip_close.svg);
    background-repeat: no-repeat;
    background-size: 100%; */
}

.monday:hover, .tuesday:hover, .wedday:hover, .thursday:hover, .friday:hover, .saturday:hover, .sunday:hover {
    border: 1px solid #086972;
    color: #086972;
    background-color: #FFFFFF;
    padding: 4px 5px !important;
}

.clend-footer {
    background-color: #FFFFFF;
    padding: 24px;
    box-shadow: 0px -4px 6px #0000000F;
    display: flex;
    justify-content: end;
}

.callagain-btn {
    font-size: 11px;
    color: #101C1D;
    font-weight: 500;
    border: none;
    background-color: #F0F6F7;
    margin-right: 12px;
    padding-top: 4px;
    cursor: pointer;
}

    .callagain-btn:focus {
        outline: none;
    }

.addnote-box input {
    background-color: #FFFFFF;
    border: 1px solid #ECEDED;
    height: 60px;
    padding-top: 0;
}

    .addnote-box input::placeholder {
        font-size: 12px;
        color: #101C1D;
    }

.cl-dot {
    width: 5px;
    height: 5px;
    background-color: #101C1D;
    opacity: 24%;
    border-radius: 50%;
    display: inline-block;
    margin: 1px 5px;
}

.callnext-screen {
    background: transparent linear-gradient(180deg, #283334 0%, #086972 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 32px #00000029;
    text-align: center;
    height: 100%;
}

    .callnext-screen .cltalk-number {
        color: #FFFFFF;
        opacity: 48%;
    }

    .callnext-screen .cmpusr-name {
        color: #FFFFFF;
    }

.localtime-cl {
    font-size: 12px;
    color: #FFFFFF;
    opacity: 62%;
}

.ats-logo {
    background-color: #ffffff;
    padding: 5px 24px;
    border-radius: 21px;
    margin-right: 12px;
    border: 1px solid #fdfdfd;
    cursor: pointer;
}

.ats-name {
    font-size: 11px;
    color: #707070;
}

.atslogo-content {
    display: flex;
    justify-content: center;
    padding-top: 36px;
}

.open-dailpad .leave-voicemail a {
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
}

.leave-voicemail {
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
    opacity: 56%;
}

    .leave-voicemail a:hover {
        color: #FFFFFF !important;
        text-decoration: underline;
    }

.voicemail-content {
    padding-top: 50px;
    padding-bottom: 10px;
}

.open-dailpad img, .open-dailpad span {
    opacity: 56%;
}

.playwhite-icon {
    opacity: 56%;
}

.usersmall-icon {
    width: 35px;
    height: 35px;
    background-color: #F9E8E8;
    border-radius: 50%;
    padding: 4px 10px;
    margin-left: 4px;
}

.greenclr {
    background-color: #ECF8E4;
}

.blueclr {
    background-color: #ECECFF;
}

.pause-btn {
    font-size: 11px;
    color: #F24949;
    font-weight: 500;
    border: 1px solid #F24949;
    background-color: #FFFFFF;
    border-radius: 4px;
    height: 30px;
    display: flex;
    align-items: center;
}

    .pause-btn:hover {
        color: #FFFFFF;
        background-color: #F24949;
    }

.muteactive-img, .mute-icons:hover .muteinactive-img {
    display: none;
}

.muteinactive-img, .mute-icons:hover .muteactive-img {
    display: block;
}

.holdactive-img, .hold-icons:hover .holdinactive-img {
    display: none;
}

.holdinactive-img, .hold-icons:hover .holdactive-img {
    display: block;
}

.keypadactive-img, .keypad-icons:hover .keypadinactive-img {
    display: none;
}

.keypadinactive-img, .keypad-icons:hover .keypadactive-img {
    display: block;
}

.cltransactive-img, .calltransfer-icons:hover .cltransinactive-img {
    display: none;
}

.cltransinactive-img, .calltransfer-icons:hover .cltransactive-img {
    display: block;
}

.resplay-img, .custresume-btn:hover .sartplay-img {
    display: block;
}

.sartplay-img, .custresume-btn:hover .resplay-img {
    display: none;
}

.pauseactive-icon, .pause-btn:hover .pausehover-icon {
    display: block;
}

.pausehover-icon, .pause-btn:hover .pauseactive-icon {
    display: none;
}

.media-table {
    margin-top: -24px;
}

    .media-table th {
        border-top: none;
        font-size: 13px;
        color: #101C1D;
        font-weight: 500;
    }

    .media-table th, .media-table td {
        padding: 12px 5px 9px 4px;
        vertical-align: middle !important;
        border-top: none;
        /* border-bottom: 1px solid #dee2e6;*/
    }

    .media-table td {
        font-size: 14px;
        color: #101C1D;
        word-break: break-word;
    }

.cl-intrested {
    width: 95px;
    background-color: #F3FCF8;
    text-align: center;
    padding: 4px;
    border-radius: 4px;
}

    .cl-intrested span {
        color: #179160;
    }

.cl-notintrested {
    width: 119px;
    background-color: #FFF4F4;
    padding: 4px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
}

    .cl-notintrested span {
        color: #F24949;
        padding-left: 4px;
        padding-top: 2px;
    }

.cl-noresponse {
    width: 114px;
    background-color: #FBF4F4;
    justify-content: center;
    padding: 4px;
    border-radius: 4px;
    display: flex;
}

    .cl-noresponse span {
        color: #8B4646;
        padding-left: 4px;
        padding-top: 2px;
    }

.cl-donotcall {
    width: 114px;
    background-color: #FDF5F4;
    justify-content: center;
    padding: 4px;
    border-radius: 4px;
    display: flex;
}

    .cl-donotcall span {
        color: #D15241;
        padding-left: 4px;
        padding-top: 2px;
    }

.cl-invalidnumber {
    width: 130px;
    background-color: #FFFAF0;
    justify-content: center;
    padding: 4px;
    border-radius: 4px;
    display: flex;
}

    .cl-invalidnumber span {
        color: #D18608;
        padding-left: 4px;
        padding-top: 2px;
    }

.cl-followup {
    width: 100px;
    background-color: #F1F9FC;
    justify-content: center;
    padding: 4px;
    border-radius: 4px;
    display: flex;
}

    .cl-followup span {
        color: #149DC8;
        padding-left: 4px;
        padding-top: 2px;
    }

.clplay-voicemail span {
    color: #17B978;
    padding-top: 2px;
    padding-left: 4px;
}
/*PowerDilar*/
/*html*/
.userdesmain, .userdesmain2 {
    padding: 10px 5px 10px 20px;
}

.userdes {
    position: relative;
}

.newinnerprofile {
    border: 0px;
    background-color: #F1F8FA;
    border-radius: 20px;
    color: #1D82A2;
    font-size: 10px;
    outline: none;
    margin-top: 5px;
    padding: 3px 10px;
    background-color: #F1F8FA;
    border-radius: 20px;
    display: inline;
}

    .newinnerprofile:focus {
        outline: none;
        outline: 0px;
        border: 0px !important;
    }

    .newinnerprofile img {
        padding-left: 5px;
    }

.timestamp {
    background-color: #F1F8FA;
    /* height: 300px;
    overflow-y:scroll; */
    border: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

    .timestamp li {
        color: #4c86a5;
        font-size: 10px;
        padding-left: 10px;
        margin-bottom: 3px;
        font-weight: 100;
        cursor: pointer;
    }

.custm-scroll div.slimScrollBar, .candlistitmsmain div.slimScrollBar {
    display: block !important;
    z-index: 9999 !important;
    right: 6px !important;
    height: 73px !important;
    background-color: #c9c8c8 !important;
    width: 6px !important;
}

.custm-scrollid div.slimScrollBar {
    display: block !important;
    z-index: 9999 !important;
    right: -2px !important;
    height: 58px !important;
    background-color: #c9c8c8 !important;
    width: 6px !important;
}

.timestampmain {
    position: absolute;
    top: 18px;
    left: 48px;
}

.timewidht {
    width: 360px;
}

.innerprarrow {
    background-image: url(../images/ico_arrow_down2x.png);
    background-size: 11px;
    background-position-x: right;
    background-repeat: no-repeat;
    background-position-y: 6px;
}

.userinforow {
    width: 100%;
    margin-top: 5px;
    border: 0px !important;
    position: relative !important;
    clear: both;
    transform: none !important;
    float: none !important;
}

.form-group .form-control {
    border: 1px solid #eceded;
}

.txt-box {
    color: #101c1d;
    font-size: 13px;
    cursor: default;
}

.label-name {
    font-size: 12px;
    color: #6a7273;
    margin-bottom: 0px;
}

input::placeholder {
    font-weight: 450;
    color: #797f80;
    font-size: 12px;
    letter-spacing: 0.03rem;
}

input:-ms-input-placeholder {
    font-weight: 450;
    color: #797f80;
    font-size: 12px;
    letter-spacing: 0.03rem;
}

input:-ms-input-placeholder {
    font-weight: 450;
    color: #797f80;
    font-size: 12px;
    letter-spacing: 0.03rem;
}

.positioncheck [type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    right: 66px;
    top: 30px;
}

/*.positioncheck input[type="checkbox"]:checked + label {*/
/* background-image: url(../images/ico_bookmark_active.png);*/
/*background-repeat: no-repeat;
    border: 1px solid #101C1D0F;
    background-color: #ffff;
    border-radius: 12px;
    padding: 0 5px;
    height: 100px;
    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;
    background-size: 8px;
    background-position: 157px 8px;
    cursor: pointer;
}*/
.positioncheck label {
    border: 1px solid #101C1D0F;
    background-color: #ffff;
    border-radius: 12px;
    padding: 0 5px;
    height: 100px;
    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;
    word-break: break-word;
}


.positioncheckresult {
    text-align: center;
}

    .positioncheckresult .transcript-img {
        display: block;
        margin: 0 auto;
        padding-bottom: 5px;
    }

.popover {
    min-width: 400px;
    padding: 5px;
}

    .popover div {
        margin-bottom: 10px;
    }

.positioncheckresult:hover {
    color: #086972 !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 8px #0000000F;
    border: 1px solid #101C1D0F;
}

.cl-box {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #dedede;
    background-color: #f3eff1;
    padding: 3px 7px;
    margin: 4px 10px;
    cursor: default;
}

.box-2 {
    background-color: #ececff;
}

    .box-2 .kv {
        color: #4545a8;
    }

.outgng-icon {
    align-self: center;
    padding-left: 6px;
}

.custm-box {
    margin: 4px;
    width: 35px;
    height: 35px;
    padding: 6px 8px;
    display: flex;
    align-items: center;
}

.user-box {
    justify-content: center;
}

.custm-box .kg {
    font-size: 12px;
}

.cl-username {
    font-size: 14px;
    padding: 0;
    display: table;
}

.usr-status {
    font-size: 12px;
    color: #6a7273;
    display: block;
    vertical-align: top;
    line-height: 10px;
}

.user-num {
    margin: 22px 0 0 86px;
}

.outgoingcall {
    color: #101C1D;
}

.daterecord {
    float: right;
    font-size: 14px;
    padding-right: 26px;
}

.chattime {
    text-align: center;
    font-size: 11px;
    color: #6A7273;
}

.leftchat {
    float: left;
    text-align: left;
    width: 80%;
    margin-bottom: 5px;
}

.leftchatcnt {
    background-color: #F1F1F1;
    border-radius: 0px 6px 6px 6px;
    color: #101C1D;
    padding: 10px;
    font-size: 14px;
    width: fit-content;
}

.rightchatcnt {
    background-color: #F1F1F1;
    border-radius: 0px 6px 6px 6px;
    color: #101C1D;
    padding: 10px;
    font-size: 13px;
    width: fit-content;
    float: right;
}

.rightchat {
    float: right;
    text-align: right;
    width: 80%;
    margin-bottom: 5px;
    display: block;
    margin: 10px 0px auto;
}

.chatbox {
    position: fixed;
    bottom: -10px;
    clear: both;
    width: 38%;
    margin-bottom: 20px;
    margin-top: 15px;
}

.addchat {
    width: 3%;
    float: left;
    margin-right: 10px;
}

.enterchat {
    width: 78%;
    float: left;
}

.addchat img {
    padding-top: 5px;
    cursor: pointer;
}

.notename {
    font-size: 13px;
    color: #101C1D;
    float: left;
}

.notetime {
    font-size: 11px;
    color: #101C1D;
    float: right;
}

.clearboth {
    clear: both;
}

.notecnt {
    color: #6A7273;
    padding-top: 5px;
    margin-bottom: 10px;
    font-size: 13px;
    clear: both;
}

#noteslist, #smslist {
    height: 280px;
    overflow: auto;
}

.notebox {
    position: fixed;
    bottom: -10px;
    clear: both;
    width: 38%;
    margin-bottom: 20px;
    margin-top: 15px;
}

.noteenter {
    width: 84%;
    float: left;
}

#sms, #notes {
    position: relative;
    min-height: 250px;
}

.selectcand {
    background-color: #F0F6F7;
}
/* power dialer page  */
.usr-box {
    width: 750px !important;
}

.search-box .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 1rem;
    height: 1rem;
    text-align: center;
    pointer-events: none;
    color: black;
    left: 0.8rem;
    top: 0.7rem;
}

.search-box input {
    padding-left: 35px;
}

.search-field-inner {
    height: 2.4rem !important;
    border: 0.1rem solid #eceded !important;
    border-radius: 6px !important;
    font-weight: 450;
    color: #797f80;
    font-size: 12px;
    padding-left: 29px;
}

.bt-create {
    background-color: #17b978;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    margin-left: 38px;
}

.filter-icon {
    width: 22px;
    padding-right: 7px;
}

.sel-form label {
    font-size: 12px;
    color: #101c1d;
}

.sel-form .options {
    font-size: 12px;
    color: #797f80;
}

.line-center {
    margin: 0 auto;
    align-items: center;
    justify-content: right;
}

.gray-txtnrml {
    color: #797f80;
    font-size: 14px;
    font-weight: 450;
}

.box-green-bt2 {
    background: #ffffff0f 0% 0% no-repeat padding-box;
    border: 1px solid #17b978;
    border-radius: 4px;
    opacity: 1;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 450;
    padding: 7px 15px 5.5px 15px;
    cursor: pointer;
    background-color: #17b978;
    outline: none !important;
    display: flex;
    width: 80px;
    align-items: center;
    height: 30px;
    justify-content: center;
}

    .box-green-bt2 span {
        padding-top: 2px;
        padding-left: 3px;
    }

.box-connect-bt {
    text-align: center;
    font-size: 11px;
    letter-spacing: 0px;
    padding: 7px 15px 5.5px 15px;
    color: #17b978;
    font-weight: 450;
    cursor: pointer;
}

.media-td {
    padding: 10px 0px 0px 9px;
}

.modal-right .modal-content {
    min-height: 100vh;
    border: none;
    border-radius: 0;
}

.modal-header, .modal-body {
    padding: 22px;
}

.close {
    font-size: 18px;
    opacity: 0.95;
}

.btn-close {
    outline: none !important;
}

.btn-close {
    color: #6a7273;
}

.close:hover, .close:focus {
    opacity: 1;
}

.footer-shadow {
    box-shadow: 0px -4px 6px #0000000f;
    padding: 16px 23px;
}

.modal-right .modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 438px;
}

.edit-title {
    font-size: 14px;
    color: #101c1d;
    font-weight: 500;
    opacity: 1;
}

.form-group .time-zone {
    color: #101c1d !important;
}

.form-group .form-control {
    border: 1px solid #eceded;
}

.time-zone {
    font-size: 12px;
    color: #797f80;
    margin-bottom: 0;
}

.opt-select {
    color: #797f80;
    font-size: 12px;
    cursor: default;
}

.custm-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 20px;
    background-color: #ccc;
    border-radius: 10rem;
    margin: 0 0.5rem;
    cursor: pointer;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.toggle.round {
    border-radius: 2rem;
}

.toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .toggle.round:before {
        border-radius: 50%;
    }

    .toggle:before {
        position: absolute;
        content: "";
        height: 0.9rem;
        width: 0.9rem;
        left: 0.2rem;
        bottom: 0.18rem;
        background-color: white;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        top: 3px;
    }

input:checked + .toggle {
    background-color: #17b978;
}

    input:checked + .toggle:before {
        -webkit-transform: translateX(25px);
        -ms-transform: translateX(25px);
        transform: translateX(25px);
    }

.cancel-txt {
    font-size: 12px;
    color: #101c1d;
    font-weight: 500;
    margin-right: 25px !important;
    padding: 9px 12px;
    border: none;
    background-color: #ffffff;
    cursor: pointer;
    opacity: 1;
    transition: border 2s;
    border: 1px solid transparent;
}

.modal-header .close {
    padding: 0;
    margin: 0;
}

.cancel-txt:hover {
    background-color: #eceded;
    border-radius: 5px;
    color: #101c1d;
    opacity: 1;
}

/*@keyframes border {
    0% {
        border: 1px solid #17b978;
    }

    100% {
        border: 1px solid transparent;
    }
}*/

.call-route-hd {
    color: #6a7273;
    font-size: 12px;
}

.txt-speech {
    padding-left: 0 !important;
}

.custm-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custm-radio input {
        position: absolute;
        opacity: 0;
    }

        .custm-radio input:checked ~ .checkmark {
            background-color: #ffffff;
            border: 1px solid #17b978;
        }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #e2e3e3;
}

.custm-radio input:checked ~ .checkmark:after {
    display: block;
}

.custm-radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #17b978;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.script-desc {
    border: 1px solid #eceded;
    border-radius: 4px;
    padding: 15px;
}

.desc-backcl {
    background-color: #f5f6f6;
}

.form-group .options {
    color: #101c1d !important;
    font-size: 12px;
    cursor: default;
}

.hello-desc {
    font-size: 12px;
    color: #101c1d;
}

.play-msg {
    color: #086972;
    font-size: 12px;
    cursor: default;
    font-weight: 500;
    padding: 0 !important;
}

.file-uploader {
    margin-top: -36px;
    height: 100px;
    width: 525px;
    padding: 5px 12px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    border-style: dashed;
    position: relative;
    top: -83px;
}

.selected-file {
    width: 525px;
    background-color: #f5f6f6;
    margin-top: 15px;
    padding: 8px;
    border-radius: 5px;
    font-size: 12px;
}

.custom-uploader {
    width: 425px;
}

.file-uploader .choose-file {
    padding: 20px 0 10px;
}

.drag-files {
    font-size: 13px;
    color: #101c1d;
    font-weight: 450;
}

    .drag-files .browse-txt {
        color: #086972;
    }

.campfile-upload {
    height: 120px;
}

.edit_options a {
    font-size: 12px;
    color: #086972;
    font-weight: 450;
    cursor: pointer;
}

.make-upload {
    font-size: 12px;
    color: #101C1D;
}

.business-txt {
    font-size: 16px;
    color: #101c1d;
    font-weight: 450;
}

.cust-grp {
    margin-bottom: 0.5rem !important;
}

.eamil-1 {
    border: 1px solid #086972;
    color: #086972;
    font-size: 12px;
    font-weight: 450;
    border-radius: 3px;
    padding: 5px;
}

.close-bt {
    color: #086972;
}

.setng-icon .clcontact-list {
    top: -54px !important;
    left: -62px !important;
    border-radius: 4px;
    box-shadow: 0px 3px 12px #0000001f;
    border: none;
    min-width: 100%;
    transform: translate3d(-77px, 80px, 0px) !important;
}

    .setng-icon .clcontact-list li {
        font-size: 12px;
        color: #6A7273;
        padding: 9px;
        margin: 4px 4px 4px 5px;
        width: 94%;
        border-radius: 6px;
        cursor: pointer;
    }

        .setng-icon .clcontact-list li:hover, .setng-icon .clcontact-list li:active {
            color: #101C1D;
            background-color: #F0F6F7;
        }

.option-dropdown {
    position: relative;
}

.delete-filetxt {
    position: relative;
    left: 10%;
    font-size: 12px;
    color: #086972;
    text-align: end;
    font-weight: 450;
    cursor: pointer;
    opacity: 0.8;
}

    .delete-filetxt:hover {
        opacity: 1;
    }

.setng-icon {
    text-align: end;
}

    .setng-icon .viewcl-list {
        top: -54px !important;
        left: 4px !important;
        border-radius: 4px;
        box-shadow: 0px 3px 12px #0000001f;
        border: none;
        min-width: 100%;
        transform: translate3d(-77px, 80px, 0px) !important;
    }

        .setng-icon .viewcl-list li a {
            font-size: 12px;
            color: #6A7273;
            padding: 9px;
            margin: 4px 4px 4px 5px;
            width: 94%;
            border-radius: 6px;
            cursor: pointer;
            text-decoration: none;
        }

    .setng-icon .clcontact-list li a:hover, .setng-icon .clcontact-list li a:active {
        color: #101C1D;
        background-color: #F0F6F7;
    }

.edit-camptxt {
    color: #8C9292;
}

.delete-modal .modal-dialog {
    max-width: 370px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.delete-bt {
    background-color: #F24949;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
}

/*  Login page   */

.login-body {
    padding-top: 120px;
}

.login-icon {
    padding-bottom: 33px;
}

.login-content {
    border: 1px solid #F5F6F6;
    padding: 48px 32px;
    width: 546px;
    margin: 0 auto;
    border-radius: 6px;
    box-shadow: 0px 5px 5px #00000014;
}

.hd-login {
    text-align: center;
    font-size: 28px;
    color: #101C1D;
    font-weight: 500;
}

.form-group .frm-lgn {
    font-size: 12px;
    border: 1px solid #101C1D14;
    border-radius: 4px;
    font-weight: 450;
    height: 38px;
}

    .form-group .frm-lgn::placeholder {
        color: #797F80;
    }

.login-lbl {
    font-size: 11px;
    color: #6A7273;
    font-weight: 450;
    margin-bottom: 0;
}

.frgt-pwd {
    font-size: 12px;
    color: #086972;
    font-weight: 450;
    cursor: pointer;
    text-decoration: none;
}

    .frgt-pwd:hover, .sign-up-txt:hover {
        color: #086972 !important;
        text-decoration: none;
    }

.signin-bt {
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 500;
    width: 100%;
    background-color: #17B978;
    border-radius: 4px;
    margin: 32px 0px;
    padding: 10px 0px;
}

.reset-bt {
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 500;
    width: 100%;
    background-color: #17B978;
    border-radius: 4px;
    margin-top: 32px;
    padding: 10px 0px;
}

.itc-acnt {
    text-align: center;
    font-size: 12px;
    color: #6A7273;
}

.sign-up-txt {
    color: #086972;
    font-weight: 500;
    cursor: pointer;
}

.forgot-text {
    font-size: 18px;
    color: #3F494A;
    font-weight: 450;
    text-align: center;
}

.pwd-field {
    position: relative;
}

.eye-icon {
    position: absolute;
    top: 31px;
    right: 10px;
    color: #8C9292;
    font-size: 12px;
}

.invalid-email, .invalid-password {
    display: none;
    font-size: 12px;
    color: #F24949;
    padding-top: 5px;
}

.email-error {
    font-size: 12px;
    color: #F24949;
}

.setng-icon .fa-ellipsis-v {
    cursor: pointer;
}

.md-del-txt {
    font-size: 12px;
    color: #101C1D
}

    .md-del-txt span {
        font-weight: 500;
    }

.editcontact-tbl {
    border: 1px solid #ECEDED;
    width: 100%;
    border-radius: 4px;
}

    .editcontact-tbl tr {
        font-size: 13px;
        color: #101C1D;
        font-weight: 450;
    }

    .editcontact-tbl th {
        font-size: 11px;
        color: #101C1D;
        font-weight: 500;
    }

    .editcontact-tbl th, td {
        padding: 10px;
    }

.padding-left-0 {
    padding-left: 0px;
    /* margin-top: 27px;*/
}

.script-desc-man-txtArea {
    font-size: 14px;
    padding: 10px;
    height: 190px;
}

.dialerContact-tbl {
    border: 1px solid #ECEDED;
    width: 100%;
    border-radius: 4px;
}

    .dialerContact-tbl tr {
        font-size: 13px;
        color: #101C1D;
        font-weight: 450;
    }

    .dialerContact-tbl th {
        font-size: 11px;
        color: #101C1D;
        font-weight: 500;
    }

    .dialerContact-tbl th, td {
        padding: 10px;
    }

/*  keypad  */
.DLR-container {
    width: 100%;
    background-color: #FFF;
}

.addpadding-10 {
    padding: 0px 10px;
}

.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;
    }

.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;
}

#keypadtext {
    width: 100%;
    margin-left: 0px;
}

.horinental {
    color: #6A7273;
    clear: both;
    overflow: hidden;
    margin-top: 10px;
}

#DailNumPad {
    padding-top: 30px;
}

    #DailNumPad .row {
        margin: 0 auto;
        width: 252px;
        clear: both;
        text-align: center;
    }

.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;
    padding-top: 9px;
    line-height: 21px;
    margin-right: 48px;
    margin-top: 8px;
}

.sub {
    letter-spacing: 0.02px;
    color: #8C9292;
    line-height: 14px;
    font-size: 10px;
}

.showCallIcon-section {
    position: relative;
    text-align: center;
    width: 300px;
    margin-left: 25px;
    margin-top: 8px;
    padding-bottom: 15px;
    display: none;
}

    .showCallIcon-section .callicon {
        width: 46px;
        height: 46px;
        background-color: #17B978;
        border-radius: 100%;
        cursor: pointer;
        margin: 0 auto;
    }

        .showCallIcon-section .callicon img {
            margin-top: 11px;
            width: 21px;
        }

    .showCallIcon-section > img {
        position: absolute;
        top: 10px;
        right: 110px;
    }

.cursor-pointer {
    cursor: pointer;
}

.back-btn-ali {
    right: -80px !important;
    width: 24px !important;
    top: 16px !important;
}

.keypaiddialer {
    width: 350px;
    margin: 0 auto;
    position: absolute;
    top: 410px;
    left: 0px;
    right: 0px;
}

.row .digitdial:last-child {
    margin-right: 0px;
}

.postrev {
    position: relative;
}

.disabled {
    pointer-events: none;
}

.kepad-close {
    text-align: end;
    padding-right: 10px;
    background-color: #fff;
    cursor: pointer;
}

.open-dailpad {
    width: 110px;
    margin: 0 auto;
    cursor: pointer;
}

.dropdown-week {
    width: 250px;
}

.custm_drpdown {
    font-size: 12px;
    display: block;
    background-color: #FFFFFF;
    width: 250px;
    text-align: left;
    padding-left: 12px;
    box-shadow: none;
    height: 34px;
    border: 1px solid #eceded;
    border-radius: 6px;
}

.dropdown-week .dropdown-menu {
    width: 100%;
    box-shadow: 0px 3px 12px #0000001f;
    border-radius: 6px;
    border: none;
    top: -2px !important;
}

.dropdown-week ul li {
    font-size: 12px;
    color: #6A7273;
    font-weight: 450;
    padding: 9px;
    margin: 4px 4px 4px 5px;
    width: 96%;
    border-radius: 6px;
}

    .dropdown-week ul li:hover, .dropdown-week ul li:active {
        color: #6A7273;
        background-color: #F0F6F7;
        cursor: pointer;
    }

.dropdown-week .dashboard-dropdown:after {
    float: right;
    width: 8px;
    height: 6px;
    content: "";
    border: none;
    background-image: url(../images/svg/down_arrow.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    top: 14px;
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.custm_drpdown:focus {
    outline: none !important;
    cursor: pointer;
}

.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/svg/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/svg/ico_star_active.svg");
}

.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("../images/svg/ico_star_active.svg");
}

.back-btn-ali {
    right: 52px !important;
    width: 24px !important;
    top: 0px !important;
    position: absolute;
}

.pointereventnone {
    pointer-events: none;
    color: #ababab;
}

/*#media_body tr {
    cursor: pointer;
}*/

#callquilitydropdown {
    border: 1px solid #dbdbdb;
    width: 100%;
    height: 36px;
    padding-left: 10px;
    border-radius: 0px;
    font-size: 12px;
    background-color: #FFF;
}

#notes-txtarea {
    min-height: 120px;
    font-size: 13px;
    color: #16181b;
}

.CD-details-section {
    width: 89%;
    padding-left: 9px;
    padding-top: 4px;
}

.cus-detals-content {
    width: 100%;
}

.CL-RCS-innercontainer {
    width: 100%;
    max-height: 70px;
    padding: 5px;
    overflow: auto;
}

    .CL-RCS-innercontainer p {
        letter-spacing: 0.02px;
        color: #101C1D;
        font-size: 12px;
        margin-bottom: 9px;
        width: 97%;
        line-height: 13px;
    }

.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: 18rem;
    left: -15px !important;
    border: 1px solid #dfdddd;
}

.media-table tr {
    border-bottom: 1px solid #dee2e6;
}

.pwer_emptybtn img {
    margin-top: -2px;
    padding-right: 2px;
}

.crestesmstmpnext-close {
    float: left;
    margin-right: 0 !important;
}

.calseldrp {
    border: 1px solid #dbdbdb;
    width: 100%;
    height: 36px;
    padding-left: 10px;
    border-radius: 0px;
    font-size: 12px;
    background-color: #FFF;
}
/*new class start here*/
#smslist, #noteslist, #calllogs-list, #callscriptsList {
    height: 273px;
    position: relative;
}

#calllogs-list, #callscriptsList {
    overflow-y: auto;
    overflow-x: hidden;
}

#SMS-List-Items, #Notes-List-Items {
    height: 236px;
    overflow: auto;
    padding-right: 5px;
}

.chatbox, .notebox {
    position: absolute;
    width: 100%;
    bottom: 0px;
    margin-bottom: 0px;
}

.enterchat {
    width: 100%;
}

.chattime {
    clear: both;
}

.leftchat, .rightchat {
    margin-bottom: 10px;
    width: 100%;
}

.rightchat {
    margin-top: 0px;
}

.CL-List-Details {
    width: 89%;
    padding-left: 9px;
    padding-top: 2px;
}

#calllogs-list hr {
    margin-bottom: 1rem !important;
}

.tabActiveColor {
    background-color: #F0F6F7 !important;
}

.removeEvtStyle {
    pointer-events: none;
}

.voicemail-content {
    cursor: pointer;
}


.chpwdbackbtn {
    margin-bottom: 22px;
    display: table;
}

.poschatBtnstyle {
    position: absolute;
    right: 11px;
    top: 10px;
    cursor: pointer;
}

#CallContactList {
    height: 590px;
    overflow: auto;
}

.notebox input, .enterchat input {
    padding-right: 33px;
}

.CLitemcrimg {
    width: 16px;
}

.DisplayName, .CLitemcrimg {
    display: none;
}
/*new class ends here*/


/*  new changes css  */

.AfterSalesCreate {
    color: red;
    font-size: 12px;
    margin-bottom: 0px;
}

.SelNumberCreate {
    color: red;
    font-size: 12px;
    margin-bottom: 0px;
}

.creat-voicemail {
    font-size: 12px;
    color: #086972;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 500;
    opacity: 0.8;
}

.crctcamp-hght {
    height: 758px;
    overflow: auto;
    padding-right: 22px;
}

#create-campaign .modal-body, #edit-campaign .modal-body {
    padding: 22px 0px 22px 22px;
}

.campdivide-line {
    margin-top: 30px;
    margin-bottom: 30px;
}

.voicemail-bodyftr {
    padding-top: 30px;
    position: relative;
}

.modal-body .form-group {
    margin-bottom: 30px;
}

.crtbt-mdlbd {
    margin-left: 0.25rem;
}

#CallingModel .modal-lg {
    max-width: 100%;
    background: #FFF;
    height: 100%;
}

#CallingModel .modal-content {
    padding: 0px;
    width: 1360px;
    border: 0px;
    margin: auto;
    height: 100%;
}

.ClbodyContainer .tab-content > .active {
    height: 100%;
}

#CallingModel {
    padding-left: 0px !important;
}

.setng-icon .contactlist-call {
    top: -62px !important;
}

.setng-icon .rechedcntct-call {
    left: -56px !important;
}

.form-control:focus {
    box-shadow: none;
}

.form-group input {
    cursor: auto;
}

.Cl_Close {
    position: absolute;
    right: 3px;
    top: 5px;
    width: 28px;
    height: 28px;
    opacity: 1;
    line-height: 14px;
}

    .Cl_Close span {
        line-height: 16px;
        font-size: 28px;
        color: #5c5b5b;
        font-weight: 400;
    }

.campg-mdl .custm-radio {
    margin-bottom: 0;
}
/*  Toaster  */
.toast {
    position: fixed;
    width: 470px;
    top: 73px;
    right: 0px;
    z-index: 999999;
}

.toast-header {
    position: relative;
}

.custm-toast {
    width: 70%;
    padding: 10px 21px 10px 10px;
    background-color: #7bd7b2;
    color: #101c1d;
    border-radius: 5px;
    font-size: 12px;
}

    .custm-toast .close {
        padding-top: 8px;
        right: 9px;
    }

.toast button {
    position: absolute;
    top: 1px;
    right: 5px;
}

.fade {
    display: none;
    opacity: 1;
}

    .fade.show {
        display: block;
    }

.navbar-collapse .profile-drpdown .use_main {
    padding-top: 0;
    padding-right: 17px;
    margin-right: -14px;
}

#CallingModel {
    padding-right: 0px !important;
}

#CallingContent {
    width: 100%;
    height: 100%;
    border: 0px;
}

.bookmark-inactiveicon {
    position: absolute;
    right: 12px;
    top: 10px;
}

.bookmark-activeicon {
    position: absolute;
    right: 12px;
    top: 10px;
}

.delet-filewdt {
    width: 100px;
}

.delet-txtdisplay {
    position: absolute;
    right: 25px;
    margin-top: -16px;
}


.list-wrapper {
    padding: 15px;
    overflow: hidden;
}

.list-item {
    border: 1px solid #EEE;
    background: #FFF;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #EEE;
}

    .list-item h4 {
        color: #FF7182;
        font-size: 18px;
        margin: 0 0 5px;
    }

    .list-item p {
        margin: 0;
    }

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

    .simple-pagination li a,
    .simple-pagination li span {
        color: #666;
        padding: 5px 10px;
        text-decoration: none;
        border: 1px solid #EEE;
        background-color: #FFF;
        box-shadow: 0px 0px 10px 0px #EEE;
    }

.simple-pagination .current {
    color: #FFF;
    background-color: #086972 !important;
    border-color: #086972 !important;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #e9e9e9 !important;
    border: 1px solid #fbfbfb !important;
    color: #b7b7b7;
}

.dataTables_length {
    margin-bottom: 25px;
    /* background: #f5f5f5; */
    width: 100%;
}

.showTxt {
    float: left;
    width: 42px;
    display: inline-block;
    font-size: 13px;
    color: #797f80;
    font-weight: 400;
    padding-top: 8px;
}

.lengthSelect {
    float: left;
    width: 100px;
    margin-right: 10px;
}

.entries_txt {
    font-size: 13px;
    color: #797f80;
    font-weight: 400;
    padding-top: 8px;
    float: left;
}

.inprogresspagerSection .dropdown-toggle::after {
    display: inline-block;
    width: 12px;
    height: 7px;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    background-image: url(../images/svg/ico_droparrow_active.svg);
    border: none;
    float: right;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}

.inprogresspagerSection .btn {
    color: #a1a1a1;
    background-color: #ffffff;
    border-color: #dfdfdf;
    width: 8rem;
    text-align: left;
    font-size: 13px;
    outline: none;
    height: 37px;
}

    .inprogresspagerSection .btn:focus {
        outline: 0;
        box-shadow: none;
    }

.inprogresspagerSection .dropdown-menu {
    min-width: 8rem;
    color: #585858;
    text-align: left;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 0.25rem;
    width: 8rem;
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
}

.inprogresspagerSection .dropdown-item {
    padding: 0.25rem 1.5rem;
    color: #585858;
    border: 0;
    padding-left: 12px;
}

.inprogresspagerSection {
    float: left;
    margin-right: 10px;
}

#clickInprogresspagerSelectMenuItem .dropdown-item {
    cursor: pointer;
}

    #clickInprogresspagerSelectMenuItem .dropdown-item:active {
        background-color: #f8f9fa;
    }

.date-picker {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 5px;
    margin-top: 10px;
}

.filter-lable {
    font-size: 12px;
    color: #101c1d;
    padding-right: 10px;
}

.date-picker input {
    font-size: 12px;
    border: 1px solid #eceded;
    border-radius: 6px;
    height: 34px;
    padding-left: 12px;
    width: 166px;
}

.datesearchbtn {
    margin-left: 12px;
}
/*.form-group #createSmsDescription, .form-group #txtAreaCreateCampaging {
    height: 160px;
}*/
/*PowerDilar*/
.modal-backdrop.in {
    display: none !important;
}

.align-newitem li {
    padding-right: 20px;
}

.dwnldapps-list {
    margin-right: 50px;
}

.dropdown-apps {
    cursor: pointer;
}

    .dropdown-apps .dwnldapps-drpd {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        opacity: 0.8;
    }

#mainNav .navbar-collapse .navbar-nav > .nav-item .dwnldapps-drpd:after {
    float: right;
    width: 8px;
    height: 6px;
    content: "";
    border: none;
    background-image: url(../images/svg/ico_droparrow_active.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    top: 8px;
    position: absolute;
    right: -16px;
    cursor: pointer;
}

.dropdown-apps .dropdown-menu .download-icons {
    width: 42px;
    text-align: center;
}

.dropdown-apps .dropdown-menu {
    width: 300px;
    box-shadow: 0px 2px 12px #00000038;
    border: none;
    padding: 0;
    top: 30px;
    right: -15px;
    left: auto;
}

    .dropdown-apps .dropdown-menu li span {
        padding-left: 12px;
        align-self: center;
        line-height: 14px;
    }

    .dropdown-apps .dropdown-menu li {
        font-size: 14px;
        font-weight: 450;
        color: #101c1d;
        border-bottom: 1px solid #f3f3f3;
        padding: 12px 16px;
        white-space: normal;
    }


        .dropdown-apps .dropdown-menu li a {
            text-decoration: none;
            color: #101c1d;
            display: flex;
        }

        .dropdown-apps .dropdown-menu li:hover, .dropdown-apps .dropdown-menu li:active {
            background-color: #F0F6F7;
        }

    .dropdown-apps .dropdown-menu: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: "";
        display: inline-block;
        left: 82%;
        position: absolute;
        top: -9px;
    }

    .dropdown-apps .dropdown-menu li:last-child {
        border-bottom: 0;
        cursor: default;
    }

.desk_icon {
    float: right;
    margin-top: -23px;
    width: 13px;
}

.Datepicker-validation {
    display: none;
    font-size: 12px;
    color: red;
    margin-bottom: 0px;
}

.nosrcpt-rcrd {
    padding-left: 5px;
    position: absolute;
}

.norecard-found {
    font-size: 14px;
    text-align: left;
    padding-top: 25px;
    color: #363636e6;
}

#createon-noactiveCampagin {
    margin-left: 0px;
    margin-top: 15px;
}
/*  Call record dropdown css  */
/*.select-recordDrop {
    width: 200px;
    margin-bottom: 20px;
}

.select-recordDrop .custm_drpdown::after {
    float: right;
    width: 8px;
    height: 6px;
    content: "";
    border: none;
    background-image: url(../images/svg/down_arrow.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    top: 14px;
    position: absolute;
    right: 16px;
    cursor: pointer;
}

.select-recordDrop .custm_drpdown {
    font-size: 12px;
    display: block;
    background-color: transparent;
    width: 200px;
    text-align: left;
    padding-left: 12px;
    box-shadow: none;
    height: 34px;
    border: 1px solid #eceded;
    border-radius: 6px;
    cursor: pointer;
}

.select-recordDrop .dropdown-menu {
    width: 100%;
    box-shadow: 0px 3px 12px #0000001f;
    border-radius: 6px;
    border: none;
}
.select-recordDrop ul li {
    font-size: 12px;
    color: #6A7273;
    font-weight: 450;
    padding: 9px;
    margin: 4px 4px 4px 5px;
    width: 96%;
    border-radius: 6px;
}
.select-recordDrop ul li:hover, .select-recordDrop ul li:active {
    color: #6A7273;
    background-color: #F0F6F7;
    cursor: pointer;
}
.cmnydefault-audioFile .audiostyle, .Beep-audioFile .audiostyle {
    width: 230px;
    height: 40px;
}
.Editcmnydefault-audioFile .audiostyle, .EditBeep-audioFile .audiostyle {
    width: 230px;
    height: 40px;
}*/


.refresh-icon {
    width: 16px;
    cursor: pointer;
    opacity: 0.8;
}

#btnAddUser {
    margin-left: 15px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #FFFFFF;
}

.campg-mdl textarea {
    resize: none;
}

.change-pw {
    width: 500px;
    margin: 0 auto;
    padding-top: 50px;
}

.CP-box .eye-icon {
    top: 38px;
}

.toast-close:focus {
    outline: none;
}

.complete-Campbt {
    margin-left: 0px;
}

.callscript-errormsg {
    position: absolute;
}

#click-tearsheet1 {
    cursor: default;
}

#profilemenus li a {
    display: block;
}

.resetpwd-content .eye-icon {
    top: 37px;
}

.resetpwd-content label {
    margin-bottom: 0;
}

.coming-greenclr {
    color: #17b978;
    padding-left: 5px !important;
}

.modal .audiostyle {
    width: 230px;
    height: 40px;
}

.audio-filename .clsbtnSubmit:focus {
    outline: none;
}

.nosrcpt-rcrd .Noactive-Camp {
    font-size: 14px;
    color: #a2a2a2;
    margin-bottom: 0px;
}

#createsms_templateNext .cancelsmstmpnext-close {
    margin-right: 0px !important
}

.padding-left-0 .custm-radio {
    cursor: default;
}

#delete_contactfile .md-del-txt {
    word-break: break-word;
}

.campTtl-name div {
    word-break: break-word;
    /*  width: 40%;*/
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.campTtl-name1 .media-td {
    word-break: break-word;
    /*  width: 40%;*/
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clikSms-temp {
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
}

    .clikSms-temp:hover {
        text-decoration: none;
    }

#menu .media-table th:nth-child(2), #menu1 .media-table th:nth-child(2) {
    width: 15%
}

#menu .media-table th:nth-child(3), #menu1 .media-table th:nth-child(3) {
    width: 20%;
}

#menu .media-table th:nth-child(4), #menu1 .media-table th:nth-child(4) {
    width: 15%
}

.select-recordDrop {
    margin-bottom: 26px;
}

#menu1 .media-table .custm-check-box {
    padding-top: 0px;
}

#menu1 .media-table .media-td {
    padding: 0px 0px 0px 9px;
}

.campTtl-name1 .custom-check input {
    display: none;
}

.validateddls {
    display: none;
    color: red;
    font-size: 12px;
}

#smstemplateDPDW {
    width: 400px;
}

    #smstemplateDPDW option {
        min-width: 400px;
        word-break: break-word;
    }

.edit-option a {
    color: #086972;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    opacity: 0.8;
}

    .edit-option a:hover {
        color: #086972 !important;
        opacity: 1;
    }

.welcomeFile-txt {
    background-color: #f5f6f6;
}

    .welcomeFile-txt .uploadAudio-File {
        padding: 10px;
    }

.change-pswd-hd {
    font-size: 28px;
    color: #101C1D;
    font-weight: 500;
}

.chpwdbackbtn .modal-title {
    font-size: 14px;
    color: #6A7273;
    cursor: pointer;
}

.change-pw .pwd-field {
    margin-bottom: 15px !important;
}

.black-txt {
    color: #101c1d;
}

.capmg-backtxt {
    width: fit-content;
    display: block;
}

.dropdown-apps .dwnldapps-drpd:hover {
    opacity: 1;
}

#UserNames {
    opacity: 0.8;
}

    #UserNames:hover {
        opacity: 1;
    }

.bt-create:hover {
    background-color: #179160;
}

.fa-ellipsis-v {
    opacity: 0.8;
    padding: 0px 5px;
}

    .fa-ellipsis-v:hover {
        opacity: 1;
    }

#btnAddUser {
    height: 36px;
}

#media_body .btn-resume-txt {
    margin-top: -2px;
}

#media_body1 td .complete-Campbt {
    margin-top: -4px;
}

#menu1 .media-table th .custm-check-box {
    padding-top: 2px;
}

#menu1 .media-table {
    margin-top: -26px;
}

.capmg-backtxt .modal-title:hover {
    color: #101c1d;
}

.cust-addcnt:hover {
    opacity: 1;
}

.custom-tab .nav-link:hover {
    color: #101c1d;
}

.custm-exphdng .main-hdtxt {
    padding-top: 0px !important;
    margin-bottom: 0px !important;
}

.creat-voicemail:hover {
    opacity: 1;
}

.delete-bt:hover {
    background-color: #df5656;
}

.refresh-icon:hover {
    opacity: 1;
}

.align-newitem .profilearrow-drpd {
    padding-right: 15px;
}

#edit-campaign .modal-title {
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.editRedirectText {
    font-size: 12px;
}

/*ckeditor css*/
.cke_inner a.cke_combo_button, .cke_combopanel {
    width: 132px !important;
}

.cke_inner .cke_combo_open {
    left: 105px !important;
}

/*Logo css*/
.blacklogo-padleft {
    padding-left: 3px;
}

.callmantra-icon {
    width: 30px;
    padding-right: 3px;
}

.callmantra-whitelogo {
    width: 82px;
}

.login-body .login-icon img:first-child {
    width: 36px;
}

.voicemailPlay {
    padding-top: 15px;
    padding-bottom: 10px;
}

.PreviewFile {
    margin-top: 30px;
}

.Previewbtn-audio {
    margin-left: 0;
    margin-right: 38px !important;
}

#createvoicemail-msg .modal-body, #voicemail-msg .modal-body {
    padding-right: 0px;
}

.VoicemailHight {
    overflow: auto;
    padding-right: 22px;
}

.CCStatusIconStyle {
    width: 12px;
    margin-top: -4px;
    margin-left: 7px;
}

.bullhornLogoStyle {
    margin-top: -2px;
    vertical-align: top;
    display: inline-block;
    margin-left: 2px;
}

.jobDivaLogoStyle {
    margin-top: -1px;
    vertical-align: top;
    display: inline-block;
    margin-left: 2px;
}

.jobDivaLogoStyleimg {
    width: 14px;
}

.custm-exphdng {
    width: auto;
}

    .custm-exphdng h1 {
        max-width: 800px;
    }

/*remember me css start*/

.remember-section {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}

    .remember-section .keepMetxt {
        font-size: 12px;
        color: #086972;
        font-weight: 450;
    }

    .remember-section .form-check-input {
        margin-top: 0.1rem;
    }
/*remember me css end*/
.CC-checkbox {
    padding-top: 12px;
}

.CC-Headcheckbox {
    padding-top: 0px;
}

    .CC-Headcheckbox .CC-reachedHead {
        padding-left: 4px;
    }

.CC-Deletetxt {
    right: 135px;
    margin-top: -17px;
}

.EHDelete-Text {
    right: 25px;
}

.MarginTopHTMLAudioPlayer {
    margin-top: 10px;
}

#divDisplayVMTTSSelect-btn div, #EditdivDisplayVMTTSSelect-btn div {
    margin-top: 15px;
    display: flex;
}

#btnVMTTSPlay, #btnEditVMTTSPlay {
    height: 37px;
}

#txtCallRecCreateCampaging, #txtCallRecEditCampaging {
    height: 150px;
}


.CC-CustomizedCheckBox .CC-reachedHead {
    padding-left: 30px;
}

.CC-CustomizedCheckBox .spnHeaderText {
    padding-left: 30px !important;
}

#HeaderReached-checkbx, #completedmedia_name {
    display: none;
}
.table thead th {
    border-bottom: 0px;
}
.custom-tab .nav-link {
    margin-bottom: -17px;
}
.modal-footer > * {
    margin: 0px;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.toast {
    max-width: inherit;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    box-shadow: initial;
    border-radius: 0.25rem;
}

#add_contact1 .footer-shadow, #add_contact .footer-shadow, #dialerAdd_contact .footer-shadow {
    padding: 16px 50px 16px 23px;
}
.custom-job-menu, .custom-candidatelist-menu, .custom-candidatelist-menu1 {
    background-color: #FFF;
    border: 1px solid #eceded;
    width: 419px;
    margin-top: 5px;
    border-radius: 4px;
    padding: 10px;
    list-style-type: none;
    max-height: 300px;
    overflow: auto;
    position: absolute;
    z-index: 999;
    left: 0px;
}
.custom-job-menu {
    left: 0px;
    top: 31px;
}
.custom-candidatelist-menu, .custom-candidatelist-menu1 {
    top: 70px;
    left: 0px;
}

    .custom-job-menu .ui-menu-item, .custom-candidatelist-menu .ui-menu-item, .custom-candidatelist-menu1 .ui-menu-item {
        list-style-type: none;
        font-size: 12px;
        padding-top: 6px;
        padding-bottom: 6px;
        color: #797F80;
        padding-left: 16px;
        background-color: #FFF;
        cursor: pointer;
    }

        .custom-job-menu .ui-menu-item:hover, .custom-candidatelist-menu .ui-menu-item:hover, .custom-candidatelist-menu1 .ui-menu-item:hover {
            color: #363636;
            background-color: #f9f9f9;
        }

.TE-anchor {
    font-size: 14px;
}

.radioBtnGap {
    gap: 20px;
}

.open-tearsheetInput {
    color: #101c1d !important;
    font-size: 12px;
    border: 1px solid #eceded;
}

.custom-candidatelist-menuTop {
    top: 31px;
}
.TE_ListCout {
    margin-bottom:25px;
}

@media (max-width: 1880px) {
    .positioncheck input[type="checkbox"]:checked + label, .positioncheck input[type="checkbox"]:not(:checked) + label {
        background-position: 135px 8px;
    }

    .crctcamp-hght {
        height: 660px;
    }
}

@media (max-width: 1600px) {
    #callscripts .col-xl-4 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .positioncheck input[type="checkbox"]:checked + label, .positioncheck input[type="checkbox"]:not(:checked) + label {
        background-position: 119px 8px;
    }

    .crctcamp-hght {
        height: 565px;
    }
}

@media (max-width: 1400px) {

    .main-hdtxt {
        font-size: 26px;
    }

    .cust-cldurtn {
        font-size: 28px;
    }

    .resumecamp-text {
        font-size: 16px;
    }

    .custexp-clbox .cl-dtls {
        margin-top: -5px;
    }

    .custexp-clbox .call-box {
        height: 95px;
    }

    .positioncheck input[type="checkbox"]:checked + label, .positioncheck input[type="checkbox"]:not(:checked) + label {
        background-position: 114px 8px;
    }

    .custom-tab .nav-link {
        margin-right: 35px;
    }

    .enterchat {
        width: 92%;
    }

    .addchat {
        width: 5%;
    }

    .outgoingcall {
        font-size: 0.8rem !important;
    }

    .CL-List-Details {
        padding-top: 6px;
    }

    .notename, .notetime {
        font-size: 12px;
    }

    .daterecord {
        padding-right: 6px;
    }

    .crctcamp-hght {
        height: 435px;
    }

    #CallingModel .enterchat {
        width: 100% !important;
    }

    .setng-icon .contactlist-call {
        left: -50px !important;
    }

    .setng-icon .rechedcntct-call {
        left: -70px !important;
    }

    #CallingModel .modal-content {
        width: 1167px;
    }

    .campgn-txt {
        width: 62%;
    }

    .login-body {
        padding-top: 70px;
    }

    .VoicemailHight {
        height: 435px;
    }
}

@media (max-width: 1300px) {
    .custexp-clbox {
        width: 25%;
    }

    .positioncheck input[type="checkbox"]:checked + label, .positioncheck input[type="checkbox"]:not(:checked) + label {
        background-position: 91px 8px;
    }

    .rightchatcnt {
        font-size: 12px;
    }

    .cl-username {
        font-size: 13px;
    }

    .usr-status {
        line-height: 15px;
    }

    .crctcamp-hght {
        height: 390px;
    }
}

@media (max-width: 1200px) {
    .after-calltime {
        flex-direction: column;
    }

    .worktime-text {
        margin-bottom: 10px;
    }

    .custom-tab .nav-link {
        margin-right: 15px;
    }
}

@media (max-width: 1020px) {
    body {
        width: 1024px !important;
        overflow-x: scroll !important;
    }
}

@media (max-width: 990px) {
    .candate-hdn {
        padding-top: 35px;
    }

    .cl-compaignbx {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (min-width: 576px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

@media (min-width: 200px) {
    body.sidenav-toggled footer.sticky-footer {
        width: calc(100% - 55px);
    }

    #mainNav .navbar-brand {
        width: 136px;
        margin-top: -16px;
        /* padding-left: 0.5rem; */
    }

    @media (max-width: 990px) {
        .num-box {
            padding-top: 20px;
        }
    }
}
