:root {
  --right-nav-width: 58px;
  --chat-list-width: 100%;
  --middle-area-width: calc(100vw - var(--right-nav-width) - var(--chat-list-width));
  --nav-height: 90px;
  --chat--window-header-height: 60px;
  --chat--window-textarea-height: 80px;
  --chat-list-header: 59px;
  --height-without-nav: calc(100vh - var(--nav-height));
  --chat-window-content: calc( 96vh - var(--nav-height) - var(--chat--window-header-height));
  --chat-window-contentAgent: calc( 103vh - var(--nav-height) - var(--chat--window-header-height));
  --chat-window-contentSalesManager: calc( 96vh - var(--nav-height) - var(--chat--window-header-height));
  --chat-list-content: calc( 96vh - var(--nav-height) - var(--chat-list-header) - var(--chat-list-header) );
}


.ispointer {
    cursor: pointer;
}


*::-webkit-scrollbar {
    opacity: .4 !important;
}


*::-webkit-scrollbar-track {
    opacity: .4 !important;
}


*::-webkit-scrollbar-thumb {
    opacity: .4 !important;
}


    *::-webkit-scrollbar-thumb:hover {
        opacity: .4 !important;
    }

.chat-item-time {
    bottom: 0;
    right: 12px;
    position:absolute;
    height:auto !important;
}


body {
    overflow: hidden;
}

#middleContent:after {
    position:absolute;
    width:40vw;
    height:auto;
    margin-top:40%;
    margin-left:30vw;
    opacity:.8;
}

#leadDetailContent{
    background:white;

}

#chatContent {
    display: block;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 25%);
    border-radius: 0 0 10px 10px;
    overflow-x:hidden;
}

#activeIcon {
    margin-left: -9px;
}


#isActiveLabel {
    float: left;
    line-height: 27px;
    margin-left: -5px;
    font-size: 14px;
}

.team-chat-header.shadow {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%) !important;
}

#lead4RightSymbolImg {
 
}

#leadWindow {
    height: calc( var(--height-without-nav) - 4vh ) !important;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 15%);
    border-radius: 10px;
    background: #fafafa;
    margin: 0 1vw;
}

#newLeadForm {
    height: calc( var(--height-without-nav) - 4vh ) !important;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 15%);
    border-radius: 10px;
    background: #fafafa;
    margin: 0 0 0 1vw;
}

.list-header-button img{
    width:70%;
}
.list-header-button {
    padding-top: 10px;
    padding: 0;
    width: auto;
}

.big-tab__backlink{
    cursor:pointer;
}


.big-tab__backlink2{
    cursor: pointer;
}
#leftContentWorkingImg {
    display: none;
    z-index: 5000;
    position: absolute;
    width: 15%;
    left: 42.5%;
    margin-top: 50%;
}



.nav-middle-div div , 
#leadsExpandButton,
a,
button,
.chat-list-content .chat {
    cursor: pointer;
}

.note-text{

    padding: 20px 20px 45px 20px !important;
}

.chat-text {
    font-size: 12px;
}

.chat-header {
    margin-top: 12px;
}

#FirstMessageDivId {
    position: absolute;
    bottom: 0;
    left: 14px;
    height: auto;
}

.note-date {
    font-weight: 300;
    font-size: unset;
    line-height: 16px;
    text-align: right;
    letter-spacing: unset;
    position: absolute;
    right: 20px;
    bottom: 10px;
}



    .tab-chat-button img {
    width: 100%;
    line-height: 2em;
    display: block;
}

    .tab-chat-button {
    width: 50px;
    height: 100%;
    padding: 12px;
}


.chat-window-header-name {
    font-size: 19px;
    margin-top: 0;
}

.chat-window-header-img {
     margin-top: unset; 
     width: 2.5vw;
}
/* MR end */
body {
    font-family: Source Sans Pro;
    font-weight: 400;
    height: 100vh;
    margin: 0;
}

textarea {
    font-family: Source Sans Pro;
}

.body-wrapper {
    width: 100%;
    height: 100vh;
}

select, textarea {
    background: #FBFCFE;
    border: 1px solid #CDD3DB;
    box-sizing: border-box;
    border-radius: 10px;
    height: 34px;
    min-width: 95%;
    overflow: hidden;
}
.row .container-25 label {
    line-height: 34px;
    font-size: .9em;
}

input {
    background: #FBFCFE;
    border: 1px solid #CDD3DB;
    box-sizing: border-box;
    border-radius: 10px;
}

.chatUnreadDiv {
    color: white;
    /* margin-left: 5px; */
    /* float: left; */
    width: 18px;
    line-height: 19px;
    font-size: 14px;
    padding: 1px 2px;
    display: inline-block;
    /* height: 17px; */
    background-color: #03214C;
    border-radius: 100%;
    vertical-align: middle;
    text-align: center;
}

.counterDiv {
    color: black;
    float: left;
    height: 22px;
    width: 22px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    box-sizing: border-box;
    font-size: 16px;
}
/************** nav *******************/
.nav {
    display: flex;
    justify-content: space-between;
    height: var(--nav-height);
    width: 100%;
    background-color: #FBFCFE;
}

.nav-left-div {
    position: relative;
    top: 30px;
    left: 30px;
}

.nav-middle-div {
    height: 90px;
}

.nav-middle-info-box {
    display: none;
    width: 87px;
    height: 50px;
    float: left;
    margin-left: 10px;
    margin-top: 18px;
    border-radius: 10px;
    background-color: #E6E9ED;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    font-size: 22px;
}

    .nav-middle-info-box.active {
        background-color: #2ea8b7;
    }

    .nav-right-div {
        display: flex;
        height: 87px;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }

.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.nav li {
    float: left;
}

.login-box-item {
}

.login-box-hour {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.015em;
}

.info-box-item {
    position: absolute;
    height: 50px;
    left: 720px;
    top: 18px;
    background: #E6E9ED;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}


/********************* main section **********************/

.main-body-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: var(--height-without-nav);
}

.main-content {
    overflow: auto;
    height: 993px;
    width: 1864px;
}


/************ Right Bar **************/
.right-bar {
    height: 100%;
    width: var(--right-nav-width);
    background-color: #FBFCFE;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.right-bar-button {
    width: 40px;
    height: 40px;
}

    .right-bar-button img {
       
        width: 85%;
    }

.buttonWrapperActive {
    background-color: #CDD3DB;
}

.buttonWrapper {
    margin-bottom: 10px;
    border-radius: 5px;
    margin-left: 5px;
    width: 60%;
    display: block;
    margin: 0 auto 12px auto;
}

.left-content {
    padding: 1vh 1vw;
    position: relative;
    width: 516px;
    height: calc(var(--height-without-nav) - 4vh);
    overflow: hidden;
}

/* width */
*::-webkit-scrollbar {
    width: 10px;
}

/* Track */
*::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
*::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    *::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.list-header-button {
    border: none;
    background-color: transparent;
}



#newSelfNoteTextArea {
    width: 418px;
    height: 72px;
    padding-left: 20px;
    padding-top: 20px;
    border: 1px solid #03214C;
    box-sizing: border-box;
    border-radius: 15px;
    resize: none;
}

    #newSelfNoteTextArea::placeholder {
        font-family: Source Sans Pro;
        margin-top: 15px;
        margin-left: 20px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.015em;
        color: #A8A8A8;
    }

#otherNotesSearchword {
    padding-left: 20px;
}

    #otherNotesSearchword::placeholder {
        font-family: Source Sans Pro;
        margin-top: 15px;
        margin-left: 20px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.015em;
        color: #A8A8A8;
    }

/**************** Middle section ***************/
.middle-content {
    width: var(--middle-area-width);
    height: calc( var(--height-without-nav) - 4vh);
    margin: 1vh 1vw 1vh 0;
    border-radius: 10px !important;
    display: flex;
    position: relative;
    flex-grow: 1;
    background-color: #E5E5E5;
}

.middle-content-item {
    display: none;
}

.middle-right-item {
    margin-left: auto;
    z-index:4000;
}

.green-number {
    display: none;
    float: right;
    margin-right: 10px;
    background-color: #2EA8B7;
    color: white;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    text-align: center;
}

    .green-number.active {
        background-color: #2EA8B7;
        color: white;
        display: block;
    }


.day-box-cover {
    padding-top: 5px;
    width: 100%;
    border-radius: 10px 0px 10px 0px;
    display: flex;
    justify-content: flex-end;
}

    .day-box-cover .day-box {
        padding-left: 32px;
        padding-right: 32px;
        height: 27px;
        margin-left: auto;
        margin-right: auto;
        background: #E6E9ED;
        border-radius: 9px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        letter-spacing: -0.015em;
    }


.font600 {
    font-weight: 600;
}

.read-icon {
    display: none;
    vertical-align: middle;
}

.mail-content .mail-content__subject {
    height: 44px;
    border: 1px solid #CDD3DB;
    padding-left: 22px;
    padding-top: 11px;
    box-sizing: border-box;
    background: #FBFCFE;
}


.mail-content .mail-content__attachment {
 
  border: 1px solid #CDD3DB;
  padding-left: 22px;
  padding-top: 11px;
  box-sizing: border-box;
  background: #FBFCFE;
  padding-bottom: 5px;
}

.mail-content .mail-content__attachment_default {
 
  border: 1px solid #CDD3DB;
  padding-left: 22px;
  padding-top: 11px;
  box-sizing: border-box;
  background: #FBFCFE;
  padding-bottom: 5px;
}
.mail-content .mail-content__subject.cornered {
  border-radius: 0px 0px 20px 20px;
}

.mail-content .mail-content__content {
    display: none;
    border-radius: 0px 0px 20px 20px;
    border: 1px solid #CDD3DB;
    min-height: 200px;
    padding: 16px;
    background-color: #FBFCFE;
    box-sizing: border-box;
}

    .mail-content .mail-content__content textarea {
        resize: none;
        position: relative;
        padding: 10px 0;
        bottom: 10px;
        left: 10px;
        height: 50px;
        width: 100%;
        border-radius: 15px;
        border-style: none;
        border: 1px solid #000000;
        box-sizing: border-box;
        text-indent: 20px;
        z-index: 1500;
    }

        .mail-content .mail-content__content textarea::placeholder {
            font-family: Source Sans Pro;
            margin-top: 15px;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: -0.015em;
            color: #A8A8A8;
        }


    .mail-content .mail-content__content.active {
        display: block;
    }

.templateDeleteButton {
    display: none;
    position: absolute;
    right: 45px;
    bottom: 10px;
}

.templateCopyButton {
    display: none;
    position: absolute;
    right: 50px;
    top: 20px;
}

.noteDeleteButton {
    display: none;
    position: absolute;
    right: 50px;
    top: 15px;
}

.selfNoteDeleteButton {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
}

.leadNoteDeleteButton {
    display: none;
    position: absolute;
    right: 40px;
    top: 10px;
}

.note-item-content {
    position: relative;
   
    width: 100%;
    min-height: 5px;
    border-radius: 15px;
    display: flex;
    justify-content: flex-end;
}


#formTemplate1 div:last-child,
#formTemplate2 div:last-child,
#formTemplate3 div:last-child,
#formTemplate4 div:last-child,
#formTemplate5 div:last-child,
#formTemplate6 div:last-child,
#formTemplate7 div:last-child,
#formTemplate8 div:last-child,
#formTemplate9 div:last-child,
#formTemplate10 div:last-child,
#textTemplate1 div:last-child,
#textTemplate2 div:last-child
#textTemplate3 div:last-child,
#textTemplate4 div:last-child,
#textTemplate5 div:last-child,
#textTemplate6 div:last-child,
#textTemplate7 div:last-child,
#textTemplate8 div:last-child,
#textTemplate9 div:last-child,
#textTemplate10 div:last-child,
#textTemplate1 div:last-child,
#textTemplate2 div:last-child {
    font-size: 9px;
}

.note-text, .main-note-text, .text-template-text {
    position: relative;
    padding: 20px;
    margin-right: 30px;
    background-color: white;
    width: 380px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    border: 1px solid #CDD3DB;
}

    .note-text.active, .main-note-text.active, .text-template-text.active {
        background-color: #E6E9ED;
    }

.note-date {
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    letter-spacing: -0.015em;
}




.nav-middle-info-box .nav-info-box-item:nth-child(2) img {
    width: 35%;
    display: block;
    margin:   auto;
    margin-left:5px;  /*once ikon sonra sayż*/
    padding: 9px;
}
.nav-middle-info-box .nav-info-box-item:nth-child(2) {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: right;
}

.nav-middle-info-box .nav-info-box-item:nth-child(1) {
    position: absolute;
    left: 51px;
    top: 13px;
    font-size: 15px;
    padding: 2px 4px;
    background: #fafafa;
    border-radius: 100%;
    width: 16px;
    height: auto;
    text-align: center;
}
.nav-middle-info-box {
    position:relative;
}


.nav-info-box-item {
    display: inline-block;
    vertical-align: middle;
}




/* Style the buttons that are used to open and close the accordion panel */
.accordion {
}

    .active, .accordion:hover {
        background-color: white;
    }

.accordion-panel {
    background-color: white;
    display: none;
    overflow: hidden;
}

.accordion-panel-item {
    margin-top: 5px;
    float: left;
    width: 50%;
}

    .accordion-panel-item.left {
        padding-left: 35px;
        box-sizing: border-box;
    }


.tab-media-wrapper {
    position: relative;
    margin-top: 50px;
    border-radius: 10px;
    width: 459px;
    height: 277px;
}

    .tab-media-wrapper .header {
        width: 459px;
        height: 43px;
        background-color: #E6E9ED;
        border-radius: 10px 10px 0px 0px;
    }

    .tab-media-wrapper .content {
        width: 459px;
        height: 254px;
        border: 1px solid #CDD3DB;
        background-color: blue;
    }

        .tab-media-wrapper .content:nth-child(odd) {
            background-color: blue;
        }

        .tab-media-wrapper .content:nth-child(even) {
            background-color: green;
        }

        .tab-media-wrapper .content .item {
            width: 229px;
            height: 254px;
            background-color: red;
        }

            .tab-media-wrapper .content .item .image {
                width: 136px;
                height: 176px;
            }

            .tab-media-wrapper .content .item .text {
                font-weight: 300;
                font-size: 16px;
                line-height: 20px;
                text-align: center;
                letter-spacing: -0.015em;
            }

.smallbox {
    position: relative;
    margin-top: 20px;
    border-radius: 10px;
    width: 459px;
    min-height: 43px;
}



 


.smallbox__header-left {
    position: absolute;
    margin-left: 15px;
    display: flex;
    justify-content: flex-start;
    background-color: red;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.015em;
    width: 460px;
    height: 43px;
    background: #E6E9ED;
    border: 1px solid #CDD3DB;
    box-sizing: border-box;
    border-radius: 10px 10px 0px 0px;
    z-index: 100;
}

    .smallbox__header-left.round {
        border-radius: 10px;
    }

.note-search-input {
    background: url(/images/panel/SEARCH-BUTTON-ICON.png) no-repeat scroll 18px 0px;
}

    .note-search-input::placeholder {
        padding-left: 50px;
    }

.smallbox__header {
    position: absolute;
    margin-left: 15px;
    display: flex;
    justify-content: space-between;
    background-color: red;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.015em;
    width: 459px;
    height: 43px;
    background: #E6E9ED;
    border: 1px solid #CDD3DB;
    box-sizing: border-box;
    border-radius: 10px;
    z-index: 100;
}



    .smallbox__header label {
        margin-top: 10px;
        margin-left: 38px;
    }

.smallbox__header_flat {
    position: absolute;
    margin-left: 15px;
    display: flex;
    justify-content: space-between;
    background-color: red;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.015em;
    width: 460px;
    height: 43px;
    background: #E6E9ED;
    border: 1px solid #CDD3DB;
    box-sizing: border-box;
    border-radius: 10px 10px 0px 0px;
    z-index: 100;
}

    .smallbox__header_flat label {
        margin-top: 10px;
        margin-left: 14px;
    }

.tab-media-content {
    background-color: red;
    padding-top: 55px;
    margin-left: 15px;
    border: 1px solid #CDD3DB;
    border-radius: 10px;
    background-color: white;
    width: 459px;
    height: 277px;
    display: none;
    min-height: 100px;
}

.smallbox__header_flat img {
    width: 30px;
    height: 30px;
    padding-top: 6px;
}

.smallbox__content {
    padding-top: 55px;
    margin-left: 15px;
    border: 1px solid #CDD3DB;
    border-radius: 10px;
    background-color: white;
    width: 459px;
    display: none;
    min-height: 100px;
}

    .smallbox__content.active {
        display: block;
    }

    .smallbox__content .row {
        min-height: 40px;
        width: 100%;
    }

    .smallbox__content label {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        letter-spacing: -0.015em;
    }

    .smallbox__content input {
        background: #FBFCFE;
        border: 1px solid #CDD3DB;
        box-sizing: border-box;
        border-radius: 10px;
        height: 32px;
        width:95%;
    }

.smallbox__contenthelpdeskinput {
    background: #FBFCFE !important;
    border: 1px solid #CDD3DB !important;
    box-sizing: border-box !important;
    border-radius: 10px !important;
    height: 32px !important;
    display: inline !important;
}

.smallbox__content .row .container-15 {
    padding-left: 20px;
    padding-right: 10px;
    width: 10%;
    float: left;
    box-sizing: border-box;
    text-align: right;
}

.smallbox__content .row .container-85 {
    padding-left: 30px;
    box-sizing: border-box;
    width: 90%;
    float: left;
    text-align: left;
}

.smallbox__content .row .container-25 {
    padding-right: 10px;
    width: 35%;
    box-sizing: border-box;
    text-align: left;
}

.smallbox__content .row .container-50 {
    padding-right: 10px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    text-align: right;
}





.smallbox__content .row .container-75 {
    width: 65%;
    float: left;
    text-align: left;
}




.smallbox__content .row .container-30 {
    width: 30%;
    float: left;
    box-sizing: border-box;
}

.smallbox__content .row .container-70 {
    width: 60%;
    float: left;
    text-align: left;
}

.smallbox__content .docItem_floatWrapper {
    width: 459px;
    height: 100px;
    margin-top:35px;
}

.smallbox__content .docItem {
    width: 229px;
    height: 100px;
    float: left;
}

    .smallbox__content .docItem:nth-child(2n) .docItem__innerDiv {
        float: left;
        margin-left: 10px;
        text-align: center;
        margin-right: 84px;
    }

    .smallbox__content .docItem:nth-child(2n+1) .docItem__innerDiv {
        float: left;
        margin-right: 10px;
        text-align: center;
        margin-left: 84px;
    }


.lead-status {
    margin-top: 20px;
}

.lead-error-div {
    color: red;
    margin-left: 150px;
    font-size:13px;
}

self-note-row {
    height: 40px;
    width: 417px;
    margin-bottom: 16px;
    border-radius: 10px;
    background-color: red;
}

.row {
    min-height: 40px;
    width: 100%;
    margin-bottom: 16px;
}

    .row .container-25 {
       
        width: 35%;
        float: left;
        box-sizing: border-box;
        text-align: left;
        padding-left: 18px;
    }

    .row .container-75 {
        width: 65%;
        float: left;
        text-align: left;
    }


  .row .container-33 {
    width: 33%;
    float: left;
    box-sizing: border-box;
    text-align: left;
    padding-left: 18px;
  }

  .row .container-67 {
    width: 67%;
    float: left;
    text-align: left;
  }


  .row .container-40 {
    width: 40%;
    float: left;
    text-align: left;
  }


    .row .container-4-left {
        padding-right: 10px;
        top: 40%;
        width: 5%;
        margin-top: 22%;
        float: left;
        box-sizing: border-box;
        text-align: right;
        position: relative;
    }

    .row .container-4-right {
       
        top: 40%;
        width: 5%;
        margin-top: 22%;
        float: right;
        box-sizing: border-box;
        text-align: right;
        position: relative;
    }


.FileContainer {
    margin-top: 10% !important;
}

    .row .container-82 {
        width: 88%;
        text-align: left;
        position: absolute;
        padding-left: 10px;
        left: 20px;
    }

.lead-window {
    background-color: white;
    width: 495px;
    height: var(--height-without-nav);
    overflow-y: auto;
}


.lead-window-content-form-item-header {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.015em;
}

.lead-window-content-form-input {
    width: 206px;
    height: 32px;
    left: 151px;
    top: 352px;
    background: #FBFCFE;
    border: 1px solid #E13133;
    box-sizing: border-box;
    border-radius: 10px;
}

.lead-window-header {
    padding-top: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
}

    .lead-window-header .text {
        padding-right: 20px;
        width: 130px;
        float: left
    }

        .lead-window-header .text .name {
            margin-left:-2px;
            font-size: 20px;
            line-height: 28px;
            letter-spacing: -0.015em;
        }

        .lead-window-header .text .description {
            font-weight: normal;
            font-size: 13px;
            line-height: 16px;
            letter-spacing: -0.015em;
            color: #545454;
        }

        .lead-window-header .text .active-lead {
            font-weight: normal;
            font-size: 16px;
            line-height: 20px;
            text-align: center;
            letter-spacing: -0.015em;
            color: #6AC497;
        }

.reminder-data-box {
    box-sizing: border-box;
    border-radius: 10px;
    padding: 5px;
    margin-top: 6px;
    margin-left: 30px;
    width: 100px;
    float: left
}

    .reminder-data-box .reminder-date {
        font-size: 11px;
        line-height: 14px;
        text-align: center;
        letter-spacing: -0.015em;
    }

    .reminder-data-box .time {
        font-size: 11px;
        text-align: center;
        letter-spacing: -0.015em;
        font-weight: 600;
        font-size: 16px;
        line-height: 23px;
    }


.history-item {
    width: 100%;
    height: 40px;
}

.history-date {
    margin-left: 45px;
    color: #4F6482;
    font-size: 13px;
}

.history-item-date {
    float: left;
    width: 20%;
    height: 40px;
    line-height: 15px;
    text-align: right;
    letter-spacing: -0.015em;
    color: #4F6482;
    box-sizing: border-box;
    padding-right: 10px;
}

.history-item-icon {
    padding-left: 10px;
    float: left;
    width: 10%;
    height: 20px;
    box-sizing: border-box;
}

.history-item-text {
    float: left;
    width: 70%;
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    letter-spacing: -0.015em;
    color: #000000;
}

.lead-status-bar {
    position: relative;
    text-align: center;
    float: left;
    height: 32px;
}

.lead-status-bar-white-line-up {
    position: absolute;
    background-color: white;
    top: 10px;
    width: 20px;
    height: 1px;
    position: absolute;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.lead-status-bar-white-line-down {
    position: absolute;
    background-color: white;
    bottom: 10px;
    width: 20px;
    height: 1px;
    position: absolute;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.lead-status-bar .number-div {
    margin-left: 30px;
    border: 1px solid #BE4C3D;
    height: 10px;
    border-radius: 50%;
    background-color: #BE4C3D;
    color: white;
}

.tab-lead-history-button-wrapper {
    border-radius: 10px;
    width: 459px;
    min-height: 43px;
}

.tab-lead-history-button {
    position: absolute;
    display: flex;
    justify-content: space-between;
    background-color: red;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.015em;
    width: 490px;
    height: 43px;
    background: #E6E9ED;
    border: 1px solid #CDD3DB;
    box-sizing: border-box;
    border-radius: 10px;
}

    .tab-lead-history-button label {
        margin-top: 10px;
        margin-left: 38px;
        font-size: 22px;
        line-height: 28px;
    }

.lead-window__big-tab {
    position: relative;
    display: none;
    height: calc( var(--height-without-nav) - 4vh ) !important;
}

#notificationsContent {
    z-index: 4000;
    display: block;
    height: calc( var(--height-without-nav) - 4vh ) !important;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 15%);
    border-radius: 10px;
    background: #fafafa;
    margin: 0 0 0 1vw;
}

#calendarContent {
    z-index: 4000;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: calc( var(--height-without-nav) - 4vh ) !important;
/*    overflow-y:scroll;
    overflow-x:hidden;*/
}

.lead-window__big-tab .big-tab__header {
    border-radius: 10px;
    height: 60px;
    background-color: #E6E9ED;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.015em;
    text-align: center;
}

.big-tab__backlink {
    position: absolute;
    top: 15px;
    left: 10px;
}

.big-tab__headertext {
    position: relative;
    top: 15px;
}

.big-tab__content {
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    width: 100%;
    /* min-height: 820px; */
    overflow-y: auto;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.015em;
}

    .big-tab__content .row {
        margin-top: 20px;
        height: 40px;
        width: 100%;
        display: block;
    }

    .big-tab__content label {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        letter-spacing: -0.015em;
    }

    .big-tab__content input {
        background: #FBFCFE;
        border: 1px solid #CDD3DB;
        box-sizing: border-box;
        border-radius: 10px;
        height: 32px;
    }

    .big-tab__content .row .container-25 {
        box-sizing: border-box;
        /* padding-right: 10px; */
        /* width: 182px; */
        /* float: left; */
        box-sizing: border-box;
        text-align: left;
        width: 30%;
        padding: 0;
    }

    .big-tab__content .row .container-75 {
        width: 70%;
        float: left;
        text-align: left;
    }

    .big-tab__content input {
        width: 148px;
        height: 36px;
    }


user {
    color: red;
}

.user-selection {
    position: absolute;
    display: none;
    width: 233px;
    background-color: white;
    border: 1px solid #CDD3DB;
    box-sizing: border-box;
    border-radius: 10px 10px 0px 0px;
}

    .user-selection .user-selection-div {
        padding-left: 10px;
        box-sizing: border-box;
        height: 25px;
        box-sizing: border-box;
        border: 1px solid #CDD3DB;
    }

.ui-datepicker {
    display: none;
    width: 286px;
    height: 237px;
    left: 0px;
    top: 0px;
    background: white;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 10px;
    z-index: 10000 !important;
}

.ui-datepicker-header {
    position: relative;
    width: 283px;
    height: 50px;
    left: 0px;
    padding-top: 20px;
    background: #E6E9ED;
    box-sizing: border-box;
    border-radius: 10px 10px 0px 0px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    width: 1.8em;
    height: 1.8em;
}

/*.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}*/

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

/*.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
*/
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

    .ui-datepicker .ui-datepicker-title select {
        font-size: 1em;
        margin: 1px 0;
    }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    background-color: #E6E9ED;
    border-bottom: 2px solid black;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

    .ui-datepicker td span,
    .ui-datepicker td a {
        display: block;
        padding: .2em;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: -0.015em;
        color: black;
    }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #E6E9ED;
    border: 1px solid #000000;
    border-radius: 5px;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

    .ui-datepicker .ui-datepicker-buttonpane button {
        float: right;
        margin: .5em .2em .4em;
        cursor: pointer;
        padding: .2em .6em .3em .6em;
        width: auto;
        overflow: visible;
    }

        .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
            float: left;
        }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.loginBox {
    display: none;
    box-sizing: border-box;
    position: absolute;
    right: 50px;
    border-radius: 10px;
    font-family: Source Sans Pro;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.015em;
}

    .loginBox.active {
        background: white;
        display: block;
    }

    .loginBox .upperDiv {
        background: white;
        padding-top: 10px;
        width: 134px;
        height: 50px;
        border: 1px solid #CDD3DB;
        border-radius: 10px 10px 0px 0px;
    }

    .loginBox .lowerDiv {
        background: white;
        padding-top: 10px;
        width: 134px;
        height: 50px;
        border: 1px solid #CDD3DB;
        border-radius: 0px 0px 10px 10px;
    }



/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }


/***************** Time-picker ****************/
.time-picker {
    display: none;
    width: 155px;
    border: 1px solid #000000;
    border-radius: 10px;
}

.time-picker__header {
    background: #E6E9ED;
    height: 72px;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #000000;
}

    .time-picker__header .date {
        padding-top: 15px;
        text-align: center;
        font-size: 16px;
        line-height: 23px;
        box-sizing: border-box;
        letter-spacing: -0.015em;
        font-weight: 600;
    }

.time-picker__body .input-header {
    font-weight: 300;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    letter-spacing: -0.015em;
}

.time-selector-wrapper {
    height: 57px;
    width: 100%;
}

.time-selector-hourglass {
    height: 30px;
    text-align: center;
}

.timebox {
    float: left;
    width: 36px;
    height: 32px;
    left: 294px;
    top: 102px;
    background: #E6E9ED;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
}

.box-ampm {
    margin-left: 10px;
    width: 32px;
    height: 36px;
    background-color: #FBFCFE;
    border: 1px solid #CDD3DB;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
}


.box-ampm-smallbox {
    width: 32px;
    height: 18px;
    background: #E6E9ED;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 5px;
}

.box-ampm-smallbox--bottom {
    position: relative;
    width: 32px;
    height: 18px;
    background: #E6E9ED;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 5px;
    bottom: 0px;
}

.timezone {
    margin-left: 10px;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.015em;
}

.timezone-selected {
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.015em;
}

.daterange {
    height: 32px;
    width: 244px;
    border: 1px solid #CDD3DB;
    background: #E6E9ED url(/images/panel/SET-DATE-BUTTON-ICON.png) no-repeat scroll 208px 0px;
    padding-right: 10px;
}


.radio-option-timeFilter {
    float: left;
    cursor: pointer;
    height: 23px;
    width: 23px;
    background: url(/images/panel/SELECT-BOX-SELECTED.png) no-repeat 0px 0px;
}

    .radio-option-timeFilter.click {
        background: url(/images/panel/SELECT-BOX-EMPTY.png) no-repeat 0px 0px;
    }

.radio-option {
    float: left;
    cursor: pointer;
    height: 23px;
    width: 23px;
    background: url(/images/panel/SELECT-BOX-SELECTED.png) no-repeat 0px 0px;
}

    .radio-option.click {
        background: url(/images/panel/SELECT-BOX-EMPTY.png) no-repeat 0px 0px;
    }


.lead-list-searchbox-wrapper {
    z-index: 2000;
    background-color: white;
    position: absolute;
    display: none;
    width: 100%;
    height: 53px;
}

.lead-list-searchbox-input {
  margin-top: 5px;
  margin-left: 10px;
  width: 495px;
  height: 43px;
  background: #FFFFFF;
  border: 1px solid #000000;
  box-sizing: border-box;
  padding-left: 50px;
  border-radius: 15px;
  padding-right: 20px;
  background: url(/images/panel/SEARCH-BUTTON-ICON.png) no-repeat scroll 10px 3px;
  position: absolute;
}

    .lead-list-searchbox-input::placeholder {
        font-family: Source Sans Pro;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.015em;
        color: #A8A8A8;
    }


.nice-button {
    border-radius: 10px;
    height: 32px;
    border: 1px solid #CDD3DB;
    background-color: #E6E9ED;
}

.add-new-text-template-button {
    border-radius: 10px;
    margin-top: 10px;
    width: 72px;
    height: 32px;
    border: 1px solid #CDD3DB;
    background-color: #E6E9ED;
}

.companychatbaloonbutton{
  border-radius: 10px;
  margin-top: 10px;
  height: 32px;
  border: 1px solid #CDD3DB;
  background-color: whitesmoke;
}

.companychatbaloonbutton-left {
  border-radius: 10px;
  margin-top: 10px;
  width: 72px;
  height: 32px;
  border: 1px solid #CDD3DB;
  background-color: #E6E9ED;
}

.companychatbaloonbutton-right {
  border-radius: 10px;
  margin-top: 10px;
  margin-left: 70%;
  width: 72px;
  height: 32px;
  border: 1px solid #CDD3DB;
  background-color: #E6E9ED;
}

#AddTemplateButtonsId {
    float: right;
    padding-right: 50px;
}

.AddTemplateButton {
    display: inline-block;
    margin-right: 5px;
    width: 72px;
    height: 32px;
    border: 1px solid #CDD3DB;
    background-color: #E6E9ED;
    border-radius: 10px;
}
.AddTemplateButtonReset {
    display:none;
}



.add-new-text-template-button-left {
    border-radius: 10px;
    margin-top: 10px;
    width: 72px;
    height: 32px;
    border: 1px solid #CDD3DB;
    background-color: #E6E9ED;
}

.add-new-text-template-button-right {
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 70%;
    width: 72px;
    height: 32px;
    border: 1px solid #CDD3DB;
    background-color: #E6E9ED;
}

.upload-button {
    background-color: white;
    border: 1px dashed #03214C;
    width: 233px;
    height: 35px;
    border-radius: 10px;
}

input {
    background: #FBFCFE;
    border: 1px solid #CDD3DB;
    box-sizing: border-box;
    border-radius: 10px;
    height: 32px;
}

.arrow-right {
    margin-right: 20px;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
}

.arrow-left {
    margin-left: 20px;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #E6E9ED;
}

#leadName {
    border: none;
    font-family: Source Sans Pro;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.015em;
}

#newLeadNameInput, #leadNameInput {
    border: none;
    font-family: Source Sans Pro;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.015em;
}

.template-window {
    position: absolute;
    right: 0px;
    top: 0px;
    overflow-y: auto;
    background-color: white;
    width: 495px;
    float: right;
    display: block;
    z-index: 1000;
}

.new-lead-window {
    position: absolute;
    right: 0px;
    top: 0px;
    overflow-y: auto;
    background-color: white;
    width: 495px;
    float: right;
    display: block;
}

.settings-window {
    z-index: 2000;
    position: absolute;
    top: 0px;
    right: 0px;
    overflow-y: auto;
    background-color: white;
    width: 495px;
    float: right;
    display: block
}

.notifications-window {
    position: absolute;
    top: 0px;
    right: 0px;
    overflow-y: auto;
    background-color: white;
    width: 495px;
    display: block;
    z-index: 2000;
}

#LeadThreeDotPanelId {
    display: none;
    background: #fff;
    width: 71px;
    height: 51px;
    position: relative;
    
    margin-top: 26px;
    border: 0px;
    margin-left: 390px;
}




.LeadDeleteButtonsBottom {
    border-radius: 0px 0px 6px 6px;
    background-color: white;
}

.Confirmation {
    width: 110px !important;
    margin-top: 17px;
    background: #FBFCFE;
}


.LDLabelId {
    position: relative;
    padding-bottom: 10px;
    padding-left: 2px;
    bottom:5px;
}

.LDButtomImageId {
 
    width: 20px;
    padding-left: 19px;
}

#LDButtonsDivId {
    margin-right: 130px;
}

#LDMergeButtonsDivId {
  margin-right: 130px;
}
#DeleteLeadLabelId {
    text-align: center;
    padding-top: 3px;
}

#MergeLeadLabelId {
  text-align: center;
  padding-top: 3px;
}
.DeleteLeadLabe2lId {
    text-align: center;
    font-size: 14px;
}

.LeadDeleteButtons {
    width: 87px;
    height: 22px;
    position: relative;
    background: #E6E9ED;
    border: 1px solid #CDD3DB;
    box-sizing: border-box;
    border-radius: 8px;
    float: right;
    margin-left: 96px;
    margin-top: -10px;
    text-align: center;
}

.LeadDeleteButtons2{
    width: 30px;
    height: 30px;
    position: relative;
    background: #E6E9ED;
    border: 1px solid #CDD3DB;
    box-sizing: border-box;
    border-radius: 8px;
    float: right;
    right:-10px;
    cursor:pointer;
}
.LeadDeleteButtonsConf {
    width: 70px;
    height: 22px;
    position: relative;
    background: #E6E9ED;
    border: 1px solid #CDD3DB;
    box-sizing: border-box;
    border-radius: 8px;
    float: right;
    margin-left: 10px;
}


 
.LeadDeleteButtonsTop {
    border-radius: 6px 6px 6px 6px;
    background-color: white;
}

.TemplatePdfThumb {
    width: 233px;
    height: 301px;
}


.all-item-content {
    position: relative;
    padding-top: 10px;
    width: 100%;
    min-height: 5px;
    border-radius: 15px;
    display: flex;
}

.all-item-content.right {
    justify-content: flex-end;
}
    .all-item-content.left {
        justify-content: flex-start;
    }
        .all-item-content.left .all-text {
            background: #E6E9ED;
        }
.all-text, .main-all-text, .text-template-text {
    position: relative;
    padding: 20px;
   
    background-color: white;
    width: 84.5%;
    border-radius: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
  
}

    .all-text.active, .main-all-text.active {
        background-color: #E6E9ED;
    }

.all-date {
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    letter-spacing: -0.015em;
}


.middle-chat-content{
    width:100%;
    height:100%;
}


.percentage-circle{
    width:12px;
    height:12px;
    border-radius:50%;
    background-color: red;
    float:left;
    margin-left:10px;
    margin-top:3px;
}

.percentage-circle.success {
    background-color: green;
}

.reconnection {
    display: none;
    padding-top: 10px;
    font-size: 20px;
    text-align: center;
    width: 100%;
    height: 50px;
    background-color: Red;
    color: white;
    box-sizing: border-box;
}


.notification-area {
    padding-top: 100px;
    box-sizing: border-box;
    position: absolute;
    right: 80px;
    top: 0px;
    width: 25%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

    .notification-area .notification-box {
        position: relative;
        margin-bottom: 20px;
        border: 1px solid #03214C;
        min-height: 100px;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        background: #E6E9ED;
        z-index: 5000;
        display: flex;
        pointer-events:visible;
    }

.notification-box__imgDiv {
    text-align: center;
    vertical-align: middle;
    width: 10%;
    position: relative;
}

    .notification-box__imgDiv img {
        margin-top:20px;
        width: 32px;
        height: 32px;
    }

.notification-box__textDiv {
    width: 80%;
    top: 20px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left:5px;
}

    .notification-box__textDiv span {
        line-height: normal;
    }

    .notification-box__textDiv .time {
        margin-left: 5px;
        color: #545454;
    }

.notification-box__closeIconDiv {
    width: 10%;
    height: 100%;
    text-align: center;
}

    .notification-box__closeIconDiv button {
        border: none;
        background: #E6E9ED;
        margin-top:20px;
    }

        .notification-box__closeIconDiv button img {
            width: 32px;
            height: 32px;
        }

.clear {
    clear: both;
    height: 0;
}




/* TABLET CSS */

@media (max-width:1024px) {
    .tab-chat-button {
        width: 40px;
    }
}


@media (min-width:654px) and (max-width: 1024px) {
    .nav-left-div {
        left: 0 !important;
    }

    .main-box {
        position: absolute;
        width: 450px !important;
        left: 50% !important;
        margin-left: -225px;
        top: 25vh;
    }
}

.TargetRevenue {
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px;
}

#leadTotalUnread {
    bottom: -2px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.IntegrationButtonsImage {
    vertical-align: middle;
    margin-top: -1px;
    width:23px;
}

.IntegrationButtonsLabel{
    margin-left:5px;
}


.tooltip {
  position: relative;
  cursor: pointer;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  letter-spacing: -0.015em;
  margin-top: -41px;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 105%;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
 
#LogisticDetailsSuccessTextId{
    font-size:12px;
    padding-left:5px;
}
.radio-option-agent-timeFilter {
    float: left;
    cursor: pointer;
    height: 23px;
    width: 23px;
    background: url(/images/panel/SELECT-BOX-SELECTED.png) no-repeat 0px 0px;
}
    .radio-option-agent-timeFilter.click {
        background: url(/images/panel/SELECT-BOX-EMPTY.png) no-repeat 0px 0px;
    }
.radio-option-agent {
    float: left;
    cursor: pointer;
    height: 23px;
    width: 23px;
    background: url(/images/panel/SELECT-BOX-SELECTED.png) no-repeat 0px 0px;
}
    .radio-option-agent.click {
        background: url(/images/panel/SELECT-BOX-EMPTY.png) no-repeat 0px 0px;
    }
/* begin general delete */
#LeadDeleteConfirmationDialogId {
    display: none;
    background: #e4eaf3;
    width: 482px;
    height: 70px;
    float: right;
    border-radius: 5px;
    margin-right: 55px;
    margin-bottom: 1px;
    border: 1px solid #CDD3DB;
    position: absolute;
    bottom: 690px;
    z-index: 9999;
    padding-top: 20px;
}
#LeadMergeConfirmationDialogId {
  display: none;
  background: #e4eaf3;
  width: 482px;
  height: 70px;
  float: right;
  border-radius: 5px;
  margin-right: 55px;
  margin-bottom: 1px;
  border: 1px solid #CDD3DB;
  position: absolute;
  bottom:60%;
  z-index: 9999;
  padding-top: 20px;
}
.DeleteConfirmationDialogId {
    display: none;
    background: #e4eaf3;
    width: 482px;
    height: 70px;
    float: right;
    border-radius: 5px;
    margin-right: 55px;
    margin-bottom: 1px;
    border: 1px solid #CDD3DB;
    position: absolute;
    bottom: 690px;
    z-index: 9999;
    padding-top: 20px;
}
.DeleteLabelId {
    text-align: center;
    padding-top: 3px;
}
.DeleteButtonsDivId {
    margin-right: 130px;
}
.DeleteButtomImageId {
    width: 20px;
    padding-left: 19px;
}
/*  end general delete */


.HubSpotDivId{
  margin-top:5px;
}
.HubSpotInput  {
  width: 60% !important;
}

#whatsappContent {
  background-image: url(/images/channel_messaging_backgrounds/whatsapp_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#telegramContent {
  background-image: url(/images/channel_messaging_backgrounds/telegram_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;  
}

#twitterContent {
  background-image: url(/images/channel_messaging_backgrounds/twitter_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#instagramContent {
  background-image: url(/images/channel_messaging_backgrounds/instagram_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#facebookContent {
  background-image: url(/images/channel_messaging_backgrounds/facebook_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#wholeContent {
  background-image: url(/images/channel_messaging_backgrounds/history_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#phonecode-error{
margin-top:-6px;
}

#DeletedLeadInformations {
  font-size: 12px !important;
  margin-top: -30px;
  margin-left: 190px;
  color: red !important;
  border: 1px solid;
  padding-left: 5px;
  padding-right: 3px;
  border-radius: 3px;
}


#ReearnedLeadInformations {
  font-size: 11px !important;
  margin-top: -54px;
  margin-left: 193px;
  color: red !important;
  border: 1px solid;
  padding-left: 5px;
  padding-right: 3px;
  border-radius: 3px;
}

 

.MergeLeadSearch {
  box-sizing: border-box;
  background-image: url('/images/searchicon.png');
  background-position: 7px 6px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

.MergeLeadSearch:focus {
  outline: 3px solid #ddd;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: block;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
  border-radius:10px;
  margin-top:-15px;
}

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.arrow-right-history {
  width: 0;
  height: 0;
  margin-right:5px;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}

.arrow-left-history {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #E6E9ED;
}

.right1{
  border-top-right-radius:0px ;
}

.left1 {
  border-top-left-radius: 0px;
}

#AgentTargetProgressDivId {
  height: 38px;
  width: 90px;
  background-color: #fff;
  transform: rotate(180deg);
  border: 1px solid;
  line-height: 0px !important;
  font-size: 0px;
  border-radius: 10px;
}

  #AgentTargetProgressDivId:before {
    content: attr(data-label);
    font-size: 0.8em;
    position: absolute;
    text-align: center;
    top: 5px;
    left: 0;
    right: 0;
 
  }

#ProgressBarValId {
  background-color: #7cc4ff;
  display: inline-block;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 100%;
  animation: grow 1.5s ease-out forwards;
}

#AgentTargetContentDivId {
  transform: rotate(180deg);
}


@keyframes grow {
  from {
    transform: scaleY(0);
  }
}

.multiselect-dropdown{
  width:279px !important;
}

#SearchCrossId {
  float: right;
  margin-top: 19px;
  position: relative;
  margin-right: 20px;
  cursor:pointer;
  z-index:1;
  display:none;
}

#IntegrationsResultErrorStrId {
  margin-top: 80px;
  float: right;
  margin-right: 50px;
  font-size: 13px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 18px;
}

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }



.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

  .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 1px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

input:checked + .slider {
  background-color: #4a8869;
}

input:checked + .slider1 {
  background-color: #2ea8b7;
}

input + .slider1 {
  background-color: #03214c;
}

input:checked + .slider1:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(20px);
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

  .slider.round:before {
    border-radius: 50%;
  }


.PendingJobsSelect {
  margin-top: 5px;
  height: 28px;
  padding-left: 5px;
  margin-left:3px;
}

.MessageNotSentInfoButton {
  height: 20px;
  width: 22px;
  border-radius: 10%;
  border: none;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

.LeadLastMessageDiv{
  display:flex;
}

.AgentLastMessageFailedDetail {
  margin-left: 10px;
  font-size: 10px;
  color: red;
  margin-top: 3px;
}

#SamePhoneNumberOtherChannelNamesId{
    font-size:10px;
     color:red;
     margin-left:3px;
     margin-top:3px;
}

#GoogleAuthenticatorImageId {
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-top:-5px;
}