﻿.isyncpannel {
    display: none;
    word-wrap: break-word;
}

.infoMessage {
    color: #084298;
    background-color: #cae5f9;
    border-color: #b6d4fe;
}

.errorMessage {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.infoMessage, .errorMessage {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow-wrap: break-word;
    word-break: break-word;
}

P {
    margin: 0;
}

#isynccif::-webkit-scrollbar {
    display: none;
}

#recordNumbers {
    margin-top: 5px;
    background-color: white;
    color: black;
    width: auto;
    padding: 5px;
    border: 1px solid;
    border-radius: 3px;
}

#extCtn {
    display: inline-block;
    height: 24px;
    width: 22px;
    font-family: monospace;
    color: white;
    padding-left: 3px;
    padding-top: 2px;
    background: grey;
    -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}

hr {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: 1 !important;
    border-top: 1px solid !important;
}

#closeButton {
    border: none;
    margin-top: 7px;
    margin-left: 85%;
}

#recordNumbers > label {
    font-weight: normal !important;
}

img {
    height: 25px;
    padding: 4px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 5;
}

/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    /*max-height: 400px;*/
    overflow-y: auto;
}

.autocompleteitemsdiv {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocompleteitemsdiv:hover {
    background-color: #e9e9e9;
}


#embeddedMainDiv {
    position:absolute;
    top: 0px;
    height:75px;
    z-index: 2;
    width: 100%;
    display: none;
}

#isyncEmbeddedInteractionWindowDiv {
    position: absolute;
    width: 100%;
    height: calc(100% - 190px);
    display: none;
    border-top: 0.5px
    solid black;
    bottom: 35px;
}

#isyncEmbeddedInteractionWindow {
    width: 100%;
    height: 100%;
}

#transcriptSummaryWindow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    padding: 12px;
    display: none;
    flex-direction: column;
    font-family: sans-serif;
    z-index: 9999;
    overflow: hidden;
    gap: 8px;

    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

#transcriptSummaryWindow.active {
    transform: translateY(0);
    opacity: 1;
}

#transcriptSummaryWindow h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

#transcriptSummaryWindow textarea {
    flex-grow: 1;
    width: 100%;
    resize: none;
    font-size: 14px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    overflow-y: auto;
    min-height: 60px;
}

.summary-button-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    margin-top: auto;
}

.summary-btn {
    cursor: pointer;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 4px;
    border: none;
    white-space: nowrap;
}

.summary-btn-primary {
    background-color: #33383d;
    border: 1px solid #33383d;
    color: #fff;
}

.summary-btn-secondary {
    background-color: #6c757d;
    color: #fff;
}

@media (max-width: 420px) {
    .summary-button-container {
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .summary-btn {
      width: 100%;
    }
}

#divChatIconEmbeddedWindow {
    z-index: 9999;
    position: fixed;
    margin-left: 30px;
    bottom: 9px;
    display: none;
}

#openEmbeddedWindow {
    padding: 0;
    border-radius: 10px;
    border: none;
}

#divPopOutIconEmbeddedWindow {
    z-index: 9999;
    position: fixed;
    bottom: 9px;
    margin-left: 50px;
    display: none;
}

#divConferenceButton {
    padding: 0;
    border-radius: 10px;
    border: none;
}

#divConferenceIconEmbeddedWindow {
    padding: 0;
    z-index: 9999;
    position: fixed;
    bottom: 9px;
    margin-left: 90px;
    border-radius: 10px;
}


#popOutEmbeddedWindow {
    padding: 0;
    border-radius: 10px;
    border: none;
}

#divReleaseInfo {
    z-index: 9999;
    position: fixed;
    bottom: 9px;
    display: none;
}

.minimizesoftphonecheckbox {
    vertical-align: sub;
    margin-left: 3px;
    margin-top: 4px;
  }

.marginLeft70 {
    margin-left: 70px;
}

.marginLeft30 {
    margin-left: 30px;
}

#btnReleaseIcon {
    padding: 0;
    border-radius: 10px;
    border: none;
}

#divReleaseInfoPopupWrapper {
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 12px;
}

#divReleaseInfoPopup {
  display: none;
  position: fixed;
  left: 50%;
  top: 72%;
  transform: translate(-50%, 5%);
  border: 1px solid #999999;
  padding:6px;
  z-index: 9;
  border-radius: 10px;
  background-color: #333333;
  color: white;
  font-size: 13px; 
  line-height: 2; 
  white-space: nowrap; 
  text-align: center;
}


#saveLogs {
    color: white;
    text-decoration: underline;
}


.marginLeft50 {
    margin-left: 50px;
}

.marginLeft90 {
    margin-left: 90px;
}


#cifTabs a[href='#softphoneTab'], #cifTabs a[href='#interactionDetailsTab'], #cifTabs a[href='#WEMWidgetTab'], #cifTabs a[href='#EvaluationTab'] {
    display: none;
}
/* Default font size, use relative units */
.tab-header {
  font-size: 3vw;
  /* Set the font size relative to viewport width */
  white-space: nowrap;
  /* Prevent text from breaking */
  overflow: hidden;
  text-overflow: ellipsis;
  /* Show ellipsis for overflowed text */
  display: inline;
  width: 100%;
}

/* Adjust font size for very small screens (e.g., mobile screens) */
@media (max-width: 441px) {
  .tab-header {
    flex: 1;
    font-size: 3vw;
    text-overflow: ellipsis;
    /* Increase font size to 4% of viewport width */
  }
}

/* Adjust the layout and font size for medium screens (tablets) */
@media (min-width: 441px) and (max-width: 800px) {
  .tab-header {
    flex: 1;
    font-size: 3vw;
    text-overflow: ellipsis;
    /* Decrease font size for medium screens */
  }
}

/* Larger screens, keep the font size around 16px or a readable percentage */
@media (min-width: 800px) {
  .tab-header {
    flex: 1;
    font-size: 3vw;
    text-overflow: ellipsis;
    /* This will give a decent readable size on large screens */
  }
}

