.fullbg-white{
    z-index: 1000;
    background-color: white !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    transition: all 0.7s linear;
}
.startJob{
    opacity: 0;
}
.font-10 {
    font-size: 12px !important;
}

.text-align-right{
    text-align: right !important;
}
.circliful {
    position: relative; 
}
.item-center{
    display: flex;
    justify-content: center;
}
.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}
.circle-info, .circle-info-half {
	color: #999;
}
.cursor-pointer{
    cursor: pointer;
    text-decoration-line: underline;
}
.copy-intidation{
    opacity: 0;
    position: absolute;
    right: 0.7em;
    font-size: 20px !important;
    color: #7FCD8C;
    animation: tolltipAnimation 1s ease-out backwards;
}
@keyframes tolltipAnimation{
    0%, 100%{
        opacity: 0;
        transform: scale(0)
    }
    30%, 65%{
        opacity: 1;
        transform: scale(1.2)
    }
    85%{
        opacity: 1;
        transform: scale(1.4)
    }
}
.chat-client{
    /* width: fit-content; */
    float: left;
    display: flex;
    flex-direction: row;
    text-align: left;
}
.chat-server{
    /* width: fit-content; */
    float: right;
    display: flex;
    flex-direction: row-reverse;
    text-align: right;
}
.avatar-client{
    margin-left: 2vw;
    margin-right: -2vw;
}
.avatar-server{
    margin-left: 0.2vw;
    margin-right: 2vw;
}
.footer-client{
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
}
.footer-server{
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.footer-server span,
.footer-client span{
    font-size: 0.8em;
    font-style: italic;
}
.comment-body-client{
    margin-left: 3vw !important;
    margin-right: auto !important;
}
.comment-body-server{
    margin-left: auto !important;
    margin-right: 1vw !important;
}
.comment-text{
    overflow-wrap: anywhere;
}
.chatBoxClass{
    display: flex;
    flex-direction: column;
    height: 56vh;
    overflow: auto;
}
.customer-call-description-field::-webkit-scrollbar,
.calls-menu::-webkit-scrollbar,
.open-langs-field::-webkit-scrollbar,
.emoji-field::-webkit-scrollbar,
.chatBoxClass::-webkit-scrollbar {
    width: 5px;
    background-color: #f9f9fd;
}
.customer-call-description-field::-webkit-scrollbar-thumb,
.calls-menu::-webkit-scrollbar-thumb,
.open-langs-field::-webkit-scrollbar-thumb,
.emoji-field::-webkit-scrollbar-thumb,
.chatBoxClass::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(126, 87, 194, 0.45);
}
.customer-call-description-field::-webkit-scrollbar-track,
.calls-menu::-webkit-scrollbar-track,
.open-langs-field::-webkit-scrollbar-track,
.emoji-field::-webkit-scrollbar-track,
.chatBoxClass::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(126,87,194,0.2);
    box-shadow: inset 0 0 6px rgba(126,87,194,0.2);
    border-radius: 5px;
    background-color: #f9f9fd;
}
#downloadItems{
    opacity: 0.2;
}
#downloadItems:hover{
    transition: all 0.3s ease-out;
    opacity: 1;
}
#emojiButtonId{
    color: #999 !important;
    cursor: default;
}
.emojiItem{
    margin: 2px;
    font-size: 20px;
    cursor: pointer;
}
.emoji-menu{
    display: flex;
    flex-direction: row;   
    overflow: auto;
    overflow-y: hidden;
}
.emoji-field{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    overflow: auto;
    padding: 1px !important;
    height:218px;
}
.emoji-container{
    position: absolute;    
    border: 0.5px solid rgb(163, 163, 163);
    border-radius: 5px;
    background-color: #ebeff2;
    width: 270px; 
    height: 270px;
}
.emoji-menu-item{
    padding: 0 2px !important;
}
.profileName{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;

    
}
#editable-input-name,
#editable-input-phone,
#editable-input-email,
#editable-input-lang {
    max-width: 70%;
}
.editable-input-name{
    color: rgba(126, 87, 194, 1);
    margin-left: 10px;
    font-size: 1.8em;
    text-transform: uppercase;
    max-width: 70%;
}
.icon-for-field{
    color: rgba(126, 87, 194, 0.58);
    font-size: 1.8em;
    text-transform: capitalize;
}
.profile-icon-edit{
    margin-left: 15px;
    opacity: 0.2;
}
.profile-icon-edit:hover{
    transition: all 0.2s ease-out;
    opacity: 1;
}
.profileName h2{
    color: #707780;
    margin-left: 1em;
    font-size: 1em;
    text-transform: capitalize;
    flex-wrap: nowrap;
    
}
.profileInfoData{
    width: 8em;
    text-align: left;
}
.left-menu-item{
    display: flex !important;
    flex-direction: row;
}
.icon-in-left-menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.icon-in-left-menu em {
    display: flex !important;
}
.left-menu-customer-info{
    display: flex;
    flex-direction: column;
}
.left-menu-notif{
    position: absolute;
    right: 10px;
    top: 35%;
   
}
.locked{
    user-select: none;
    border: 0 solid grey;
}
.editing{
    padding: 10px;
    border-radius: 4px;
    border: 1px solid grey;
}
.editableButtonsContainer{
    position: sticky;
    display: flex;
    flex-direction: row;
}
.editableButton{
    background-color: white;
    color: rgba(126, 87, 194, 0.58);
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    border: 1px solid rgba(126, 87, 194, 0.58);
}
.save:hover{
    color: white;
    border: 1px solid #53865c;
    background-color:#7FCD8C;
}
.cancel:hover{
    color: white;
    border: 1px solid #bd3f3f;
    background-color:#F05050;
}
.lang-field{
    position:relative;
    margin-top: -40px;
    background-color: white;
    border: 1px solid black;
}
.remove-flex-align{
    align-items: flex-start;
    margin-top: 10px;
}
.remove-flex-align h2{
    margin-top: 0;
}
.open-langs-field{
    margin-top: 0 !important;
    display: flex;
    align-self: flex-start;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid grey;
    height: 200px !important;
    overflow-y: auto !important;
}

#editable-input-lang{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    height: 30px;
    align-items: flex-start;
    overflow: hidden;
}
#resulLangs{
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(175, 175, 175);
}
.newoperbtn{
    margin-top: 10px;
    margin-bottom: 10px;
}
.td-action{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    min-height: 100%;
    align-self: center;
    font-size:1.2em;
}
.td-enabled{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.operator-edit-btn:hover{
    color:#7FCD8C;
}
.operator-delete-btn:hover,
.operator-restore-btn:hover{
    color:#F05050;
}
#callsDatatable,
#datatable td, th{
    text-align: center;
    vertical-align: middle;
}
.operator-table-row:hover{
    background-color:rgba(113, 62, 201, 0.3) !important;
} 
.new-operators-form{
    margin-right: 10px;
    padding: 20px;
    transition: all 0.3s ease-out;
}
.langs-group{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.dropdown-arrow-langs{
    align-self: flex-start;
    transform: rotateZ(0deg);
    font-size: 1.5em;
    position: sticky;
    margin-top: 5px;
    margin-left: -30px;
    transition: all 0.2s ease-out;
}
.dropdown-arrow-langs-active{
    transform: rotateZ(90deg);
}

.editable-input-newOper-lang{
    width: 100%;
    max-width: 100% !important;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    padding: 7px 12px;
    margin-top: 0 !important;
}
.height-for-field {
    min-height: 38px !important;
}
.close-form{
    width: 10%;
    transform: translateX(-100px);
    opacity: 0;
}
.required-field-no-fill{
    border-color: #F05050;
}
.required-field-no-fill::placeholder{
    color: #F05050;
}
.loading-btn{
    /*width: 62px;*/
    height: 34px;
}
#loadingIndicator,
#loadingBtnText {
    transition: all 0.2s ease-out;
}

.loading-text{
    position: absolute;
    display: flex;
    align-items: center;
    align-content: center;
    transform: scale(2,2);
    opacity: 0;
    margin-top: -0.7em;
    margin-left: 0.25em; 
}

.loading-indicator{
    opacity: 1 !important;
    position: absolute;
    display: flex !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 1.8em;
    animation: loading-anim 1s infinite linear;
    margin-top: -0.5em;
    margin-left: 0.2em;
}
@keyframes loading-anim {
    0% {
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(359deg)
    }
}
.inputImageBtn{
    padding: 5px 10px;
    border-radius: 4px;
    display: block;
}
.inputImageBtn span{
    vertical-align: middle;
    font-size: 0.8em;
}
.inputImageBtn:hover{
    background-color:rgb(240, 240, 240);
}
.chatImageBody{
    width: 200px;
    image-orientation: from-image;
    object-fit:scale-down;
}
.photoV{
max-height: 100%;
}
.photoH{
max-width: 100%;
}
.checkbox label::after{
    padding-left: 0 !important;
}
.image-in-message{
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-in-image, .icon-in-image i{
    position: absolute;
    display: flex; 
    justify-content: center;
    align-items: center;
}
.icon-in-image{   
    color:#9a79db57;
    transition: all 0.3s linear;
}
.arrow-border{
    overflow: hidden;
    width: 40px;
    height: 40px;
}
.arrow-border i{
    position: relative;
    transform: translateY(7px);
}
.icon-in-image:hover{
    color:#94DBAF;
}
.downloading-active {
    color: #94DBAF;
}
.start-loading-image{
    animation: loadingImage 1s linear infinite;
}
@keyframes loadingImage {
    0%{
        transform: translateY(7px);
    }
    49.9%{
        display: none;
        transform: translateY(38px);
    }
    50%{
        display: flex;
        transform: translateY(-26px);
    }
    100%{
        transform: translateY(7px);
    }
}
.globalImageField{
    z-index: 1000;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    backdrop-filter: blur(4px);
}
.exitBtn{
    position: absolute;
    top: 10px;
    right: -20px;
    transition: all 0.2s linear;
}

.canvas-place{
    opacity: 0;
    z-index: 1001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.1, 0.1); 
    position: absolute;
    background-color:#ffffff;
    border-radius: 5px;
    border: 1px solid rgb(190, 190, 190);
    transition: all 0.2s linear;
}   
.canvas-place canvas{
    padding: 5px 5px;
}
.openImageField{
    opacity: 1;
    transform: scale(1, 1) translate(-50%, -50%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.rotateBtns {
    position: absolute;
    display: flex;
    margin: 10px;
    font-size: 20px;

}
.rotateBtns > div{
    background-color: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.1);
    padding: 2px 5px;
    border-radius: 6px;
}

.rotateBtns :hover {
    color: #000000;
    background-color: rgba(255, 255, 255, 1);
}
.exitBtn:hover{
    color:#F05050;
    transform: scale(1.5, 1.5);
}
.fullbg{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transition: all 0.3s linear !important;
}
.clearImageBtn{
    border-radius: 4px;
    display: flex;
    padding: 7px 10px 7px 0;
}
.clearImageBtn:hover{
    color:#F05050;
}

/*////////////////////////////////////////////////////////*/

.customer-counts{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.counts-messages,
.counts-calls{
    display: flex;
    flex-direction: column;
    padding: 5px 5px;
    width: 7em;
    color: #9979DB;
  
}
.counts-decs{
    margin-top: -5px;
    font-size: 0.8em;
    color: #98a6b0;
    font-weight: bold;
}
.counts-count{
    font-weight: bolder;
    font-size: 2em;
}

.customer-call-menu{
    height: 3.0em;
    overflow-y: hidden;
    transition: all 0.2s linear;

}
.customer-call-menu-item:hover{
    background-color: #9a79db21;
}
.customer-all-menu-active{
    height: auto !important;
    background-color: #9a79db21 !important;
    border-radius: 4px;
}
.customer-call-menu-header,
.customer-call-menu-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 10px;
    align-items: center;
    border-radius: 4px;
}
.customer-call-menu-header{
    margin-bottom: 10px;
}
.customer-call-menu-body{
    display: flex;
    flex-direction: column;
    margin-top: 0.5em;
}
.customer-call-saveBtn,
.customer-call-description-field{
    margin: 0 5px;
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 100%;
    border-radius: 4px;
}
.customer-call-description-field{
    height: 10em;
    padding: 5px 7px;
    border-color:#b4c0c9;
}
.customer-call-saveBtn{
    color: #ffffff;
    margin-top: 0.2em;
    padding: 3px 0;
    background-color: #7FCD8C;
    margin-bottom: 1.5em;
}
.calls-menu{
    padding-right: 5px;
    height: 24em;
    max-height: 24em;
    overflow-y: auto;
}
.right-bar-calls{
    max-height: 85vh !important;
    height: 85vh !important;
}

.side-bar {
    width: 30em !important;
}
.side-bar.right-bar {
    right: -30em;
}
.audioPlayer{
    min-width: 100%;
    width: 100%;
}
.customer-call-type{
    font-weight: bolder;
    color: #ffffff;
    padding: 2px 5px;
    border-radius: 4px;
    width: 7em;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.cct-accepted{
    background-color: #7FCD8C;
}
.cct-error,
.cct-missed{
    background-color: #bd3f3f;
}
.cct-canceled{
    background-color:rgb(50, 82, 83)
}
.cct-busy{
    background-color: coral;
}
.cct-none{
    background-color: #9979DB;
}
.selectedDateForCalls{
    padding: 5px 7px;
    border: none;
    max-width: 7em;
}
.selectedDateForCalls::-webkit-calendar-picker-indicator{
    opacity: 0;
}
.calendarForCalls{
    margin-left: -1.5em;
}
.confirmationForSaveDescription{
    position: absolute;
    top: 20%;
    left: 50%;
    width: 50px;
    height: 50px;
    z-index: 101;
    opacity: 1;
}
.audioPlayerInBigTable{
    height: 1.5em;
}
.callsTable{
    margin-left: 1.2em;
   
}
.backgroundForAnalitics{
    display: flex;
    flex-direction: row;
}
.dateTimeInCallTable{
    width: 110px;
}
.calendarForCallsInBigTable{
    margin-left: -1.5em;
}
.selectedDateForCallsInBigTable{
    border-radius: 4px;
    border: 1px solid rgb(214, 214, 214) !important;
    padding:5px 6px;
    border: none;
    max-width: 8em;
    color: #525252;
}
.selectedDateForCallsInBigTable::-webkit-calendar-picker-indicator{
    opacity: 0;
}
.dateSelector{
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.fieldForSelectDateForCallTable{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-left: 5px;
}
.modalWithDesc{
    position: absolute;
    background-color: white;
    border: 1px solid rgb(184, 184, 184);
    border-radius: 4px;
    display: flex;
    flex-direction: row;
}
.activeCallRow{
    transition: all 0.2s linear;
    height: 200px;
}
.in-big-table{
    margin-top: 10px;
    margin-left: 5px;
    width: 30em !important;
}
.btn-big-table{
    margin: 10px 5px;
    width: 3em;
    height: 90%;
    align-items: center;
}
.wrapper__commit {
    display: flex;
    width: 150px;
    height: auto;
    align-items:center;
    padding: 2px 5px;
    border-radius: 4px;
    justify-content: center;
    transition: 0.7s all;
}
.wrapper__text {
    width: 100%;
    height: 30px;
    position: relative;
    background-color:#ffffff;
    resize: none;
    padding: 2px 5px;
    border-radius: 4px;
    border: 2px solid #7e57c2;
    overflow: hidden;
}
.button__save {
    width: 60px;
    height: 100%;
    border-radius: 5px;
    background-color: #7FCD8C;
    color: white;
    border: none;
    display: none;
    font-weight: bold;
    margin-left: 5px;
    z-index: 3;
}
.button__close {
    display: none;
    width: 30px;
    height: 100%;
    border-radius: 5px;
    background-color: #bd3f3f;
    color: white;
    border: none;
    font-weight: bold;
    margin-left: 5px;
    z-index: 3;
}
.wrapper__show {
    width: 96%!important;
    position:absolute;
    background-color: #7e57c2;
    z-index: 999;

}
.button__show {
    display: block;
}
.total-right{
    position: absolute;
    right: 4em;
    top: 25%;
} 
.active-with-text {
    height: 100px!important;
}
.active-without-text{
    height: 30px!important;
}
.items-in-row{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.label-for-settings{
    width: 5em;
}
.sysmsg-header{
    justify-content: space-between;
}
.schedularModal,
.selector-language-modal{
    padding: 2em 4em;
    background-color: white;
    border: 1px solid rgb(190, 190, 190);
    border-radius: 4px;
    position: absolute;
    top: 15vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}
.btns-center{
    justify-content: center;
}
.system-message-item-list{
    display: flex;
    flex-direction: column;

}
.system-message-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0.5em 0;
    cursor:default;
    /* padding: 0.5em 0.5em; */
    border: 1px solid rgb(190, 190, 190);
    border-radius: 4px;
}
.system-message-item-name{
    padding-left: 0.5em;
    width: 100%;
}
.system-message-item:hover{
    background-color: #b4c0c950;
}
.system-message-image-preview{
    max-width: 150px;
    max-height: 150px;
}
.deleteBtnSysMsg{
    display: block;
    padding: 5px 1em;
    border-radius: 4px;
    margin-top: -5px;
}
.deleteBtnSysMsg:hover{
    background-color:rgb(240, 240, 240);
}
.system-message-item-trash{
    padding: 5px 10px;
}
.remove-from-queue-trash:hover,
.system-message-delete-lang:hover,
.system-message-item-trash:hover{
    border-radius: 4px;
    color: #bd3f3f;
    background-color: #bd3f3f17;
    opacity: 1;
}
.system-message-delete-lang{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 5px;
    opacity: 0.5;
}
.d-f-jc-sb{
    display: flex;
    justify-content: space-between;
}
.jc-sa{
    justify-content: space-around;
}
.schedularModal{
    padding: 2em 2em;
    min-width: 35em !important;
}
.checkbox-must-be-checked{
    border: 1px solid #f05050;
    border-radius: 4px;
    
}
#schedularSelectorManyContentId{
    padding: 5px 7px;
    margin-left: -5px;
    margin-right: -5px;
}
.scheduler-queue-table-row{
    text-align: center;
    align-items: center;
}
.scheduler-queue-table-row:hover{
    background-color: #b4c0c950;
}
.indicate-template-in-queue{
    animation: indicate 0.8s ease-in-out;
}
@keyframes indicate {
    0%{
        background-color: rgba(126, 87, 194, 0);
    }
    30%{
        background-color:rgba(126, 87, 194, 0.7);
        color: #fff;
    }
    100%{
        background-color: rgba(126, 87, 194, 0);
    }
}
.edit-scheduler-in-queue:hover{
    border-radius: 4px;
    color:#7FCD8C;
    background-color: #7fcd8c42;
    opacity: 1;
}
.edit-scheduler-in-queue,
.remove-from-queue-trash{
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
    z-index: 3;
}
.float-right{
    float: right !important;
}
.changed-checkbox label::after{
    margin-left: -17px !important;
}
.counts-wrapper{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.arrow-up{
    font-size: 3em;
    color: #80ce80;
    margin-left: -0.5em;
}
.arrow-down{
    margin-right:-0.5em;
    font-size: 3em;
    color: #c5807f;
}
.select2-search__field{
    width: 100% !important;
}