
#inbound-call-modal{
    display: none;
}

#wysiwyg  option {
    background-color: white;
    color: grey;
}

#wysiwyg  select, #wysiwyg  input, #wysiwyg  button {
    background-color: white;
    border: none;
    padding: 0.5em 0.8em;
    border-radius: 4px;
    color: grey;
    cursor: pointer;
    outline-style: none;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}
#wysiwyg  select:hover, #wysiwyg  input:hover, #wysiwyg button:hover {
    background-color: #EFEFEF;
    color: black;
}
#wysiwyg select:not(:last-child), #wysiwyg  input:not(:last-child), #wysiwyg  button:not(:last-child) {
    margin-right: 4px;
}
#wysiwyg  select[type=color], #wysiwyg  input[type=color], #wysiwyg  button[type=color] {
    width: 1.2em;
}
#wysiwyg  select[type=number], #wysiwyg  input[type=number], #wysiwyg  button[type=number] {
    width: 3em;
}

#wysiwyg #editor h1 {
    margin: 0;
}

#wysiwyg {
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

div#inboundcalldemomodal {
    background: transparent !important;
}
div#inboundcalldemomodal .modal-dialog {
    max-width: 490px;
}


#wysiwyg .btns .category {
    display: flex;
    align-items: center;
    border-right: 1px solid #EFEFEF;
    padding: 0 4px;
}
#wysiwyg #editor {
    resize: none;
    background-color: white;
    outline-style: none;
    border: none;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0px;

    overflow: auto;
}
#wysiwyg #editor img {
    max-width: 100%;
}

.sentiment-box {
    display: flex;
    background: #1a1a1a;
    padding: 20px 10px;
    margin-top: 30px;
    border-radius: 10px;
}

.sentiment-box .sentiment-box-inner {
    width: 50%;
}

.sentiment-box .sentiment-box-inner h4.sc-btn {
    font-size: 14px;
    color: #fff;
}

.sentiment-box .sentiment-box-inner p.sts-btn span {
    padding: 3px 5px;
    background: #dddddd;
    border-radius: 5px;
}


.sentiment-box .sentiment-box-inner p i {
    color: #ffa800;
}
.sentiment-box .sentiment-box-inner h4.mn-btn {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.sentiment-box .sentiment-box-inner p i.not-color {
    color: #fff;
}

.card-block-small.inbound-call-details {
    position: fixed;
    right: 31px;
    bottom: 30px;
    z-index: 111;
    /*background: #000;*/
    background: #fff0;
    border-radius: 10px;
    width: 287px;
}

.note-editor.note-frame {
    margin-top: 30px;
}

.digitInbound {
    float: left;
    padding: 10px 21px;
    width: 65px;
    display: flex;
    font-size: 1.2rem;
    cursor: pointer;
    height: 65px;
    background: #ddd;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.botrow {
    margin: 0 auto;
    width: 100%;
    clear: both;
    text-align: center;
    display: flex;
    justify-content: space-between;
}


.dig {
    float: left;
    padding: 10px 30px;
    width: 70px;
    display: inline-block;
    font-size: 2rem;
    cursor: pointer;
}

.sub {
    font-size: 0.8rem;
    color: grey;
}

.dial-code .container {
    background-color: white;
    width: 100%;
    padding: 0px 15px;
    margin: 30px auto;
    height: 390px;
    text-align: center;
}
#outputInbound {
    font-size: 2rem;
    height: 49px;
    font-weight: bold;
    color: #1976d2;
    margin-top: -28px;
    margin-bottom: 21px;
    border-bottom: 2px solid #ddd;
    font-family: "Exo";
}
.dial-code .row {
    margin: 0 auto;
    width: 100%;
    clear: both;
    text-align: center;
    display: flex;
    justify-content: space-between;
}



.botrow i {
    margin: 0;
    float: left;
    padding: 10px 21px;
    width: 65px;
    display: flex;
    font-size: 1.2rem;
    cursor: pointer;
    height: 65px;
    background: #ddd;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.botrow div#call {
    margin: 0;
    padding: 0;
    background: transparent;
    color: #66bb6a;
    border-radius: 100%;
}

#call {
    display: flex;
    background-color: #66bb6a;
    padding: 10px 30px;
    margin: 10px;
    color: white;
    border-radius: 4px;
    float: left;
    cursor: pointer;
    align-items: center;
}

.digitInbound:active,
.dig:active {
    background-color: #e6e6e6;
}

#call:hover {
    background-color: #81c784;
}









.inbound-inner-details .user-option-details .option-collapse div.ellipse-toggle {
    padding: 0;
}

.inbound-inner-details .user-option-details .option-collapse div.ellipse-toggle a.btn {
    padding: 2px 12px;
}


.inbound-inner-details .user-option-details .option-collapse div.ellipse-toggle .dropdown.dropdown-inline p {
    margin-bottom: 10px;
}

.inbound-inner-details .user-option-details .option-collapse div.ellipse-toggle .dropdown.dropdown-inline p label {
    padding-left: 0;
    display: block;
}

.inbound-inner-details .user-option-details .option-collapse div.ellipse-toggle .dropdown.dropdown-inline a {
    line-height: initial;
    display: inline-block;
    width: auto;
    height: auto;
}

.inbound-inner-details .user-option-details .option-collapse div.ellipse-toggle .dropdown.dropdown-inline {
    padding: 0;
}

.inbound-inner-details .user-option-details .option-collapse div.call-timer {
    display: flex;
    padding-top: 2px;
}

/*    .inbound-inner-details .user-option-details .option-collapse div.call-timer i {
        font-size: 16px;
        padding: 9px;
        border-radius: 100%;
        margin-left: 10px;
        transform: rotate(115deg);
        color: #fff;
        position: relative;
        top: -7px;
    }*/


.inbound-inner-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.inbound-inner-details .user-details {
    display: flex;
    align-items: center;
}


.inbound-inner-details .user-option-details .option-collapse {
    display: flex;
    margin-bottom: 0;
}

.inbound-call-details p.call-member {
    font-size: 18px;
    line-height: initial;
    color: #fff;
}

.user-num {
    color: #fff;
}

.accept-call.reject-call {
    display: flex;
    justify-content: space-between;
}
.accept-call.reject-call .rej-call {
    text-align: center;
}

.accept-call.reject-call .rej-call i {
    font-size: 23px;
    padding: 11px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
    transform: rotate(115deg);
}

.accept-call.reject-call .acc-call i {
    font-size: 23px;
    padding: 11px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
}

p.tel-num.text-center {
    margin-top: 20px;
    font-size: 23px;
    font-weight: 700;
}

.accept-call.reject-call .rej-call {
    text-align: center;
    padding: 0 25px;
    font-weight: 700;
    cursor: pointer;
}

.accept-call.reject-call .acc-call {
    text-align: center;
    padding: 0 25px;
    font-weight: 700;
    cursor: pointer;
}




.container-circle {
    position: relative;
    width: 150px;
    height: 150px;
    margin:0 auto;
    border-radius: 50%;
    background-color: #f2f2f2;
    transform: scale(.8);
}
.container-inner .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-inner .icon:nth-child(1) {
    bottom: 107%;
    left: 50%;
    margin-top: -35px;
    top: inherit;
}

.container-inner .icon:nth-child(2) {
    top: 3%;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
}

.container-inner .icon:nth-child(3) {
    top: 67%;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
}

.container-inner .icon:nth-child(4) {
    margin-left: 0;
    bottom: 100%;
    left: 50%;
    margin-top: 0;
    top: 107%;
    transform: translateX(-50%);
}

.container-inner .icon:nth-child(5) {
    top: 82%;
    right: 100%;
    margin-left: 0;
    left: inherit;
}

.container-inner .icon:nth-child(6) {
    top: 3%;
    left: inherit;
    margin-top: 0;
    margin-left: 0;
    right: 100%;
    animation: pulse-animation 2s infinite;
}




.container-inner .icon i {
    font-size: 28px;
}

.container-inner .icon{
    cursor:pointer;
}

.container-inner .icon.color-danger {
    background:#e04a3a;
    color:#fff;
}

.container-inner .icon {
    box-shadow: 0px 0px 5px #706f6f;
    border: 1px solid #fff;
}

.container-inner {

    width: 150px;
    height: 150px;
    border-radius: 130px;
    animation: rotate-animation 10s infinite linear;
    box-shadow: 0px 0px 5px #706f6f;
    border: 1px solid #fff;
}

.container-circle:hover .container-inner {
    animation: inherit;
}

#inboundcalldemomodal .modal-header{
    display: none;
}


@keyframes rotate-animationa {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



.card-block-small.inbound-call-details-new {
    position: fixed;
    right: 31px;
    bottom: 30px;
    z-index: 111;
    border-radius: 10px;

}


.container-inner .icon.color-success {
    background: #93be52;
}


.container-inner .icon.color-success i {
    color: #fff;
}

div#inboundcalldemomodal .modal-dialog.modal-md.modal-dialog-scrollable {
    padding-top: 56px;
}

.col-md-12.inbound-inner-details-main {
    padding: 0;
}

.inbound-inner-details .user-details p.call-member {
    font-size: 14px;
    line-height: initial;
}

.inbound-inner-details .user-option-details .option-collapse div.top-space {
    padding-top: 2px;
}

.inbound-inner-details .user-option-details .option-collapse div {
    padding: 0 7px;
    cursor: pointer;
}
.inbound-inner-details .user-option-details .option-collapse div i {
    font-size: 16px;
}
.inbound-inner-details .user-option-details .option-collapse div.call-timer.call-timer i {
    margin: -4px 2px 0 2px;
}
.inbound-inner-details .user-option-details .option-collapse div.call-timer .card1-icon {
    font-size: 14px;
    padding: 9px;
    border-radius: 100%;
    color: #fff;
    position: relative;
    top: -1px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inbound-inner-details .user-option-details .option-collapse div.call-timer.call-timer {
    padding: 0;
}
.inbound-inner-details .user-details .ellipse-toggle {
    position: relative;
    top: 19px;
    right: 2px;
}
.inbound-inner-details .user-details .ellipse-toggle .dropdown-menu {
    width: 200px;
    font-size: 14px;
    padding: 10px 10px 3px !important;
}
.inbound-inner-details .user-details .dropdown-menu p {
    margin: 0;
}

.inbound-inner-details .user-details .ellipse-toggle .dropdown-menu label {
    font-size: 14px;
}

.inbound-inner-details .user-details .dropdown-menu p label {
    padding: 0;
    width: 100%;
}



#wysiwyg .btns {
    padding: 0.7em 0em 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 2px solid #EFEFEF;
    background-color: white;
    flex-grow: 2;
}
#wysiwyg select:not(:last-child), #wysiwyg input:not(:last-child), #wysiwyg button:not(:last-child) {
    margin-right: 4px;
}
#wysiwyg select, #wysiwyg input, #wysiwyg button {
    background-color: white;
    border: none;
    padding: 0.5em 0.8em;
    border-radius: 4px;
    color: grey;
    cursor: pointer;
    outline-style: none;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

#editor{
    cursor: auto;
}
.container-inner .icon:hover {
    animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}