/* css variables */
:root {
  --ag-cell-font-family: 'Open Sans', sans-serif;
  --ag-header-font-family: 'Open Sans', sans-serif;
  --ag-body-font-family: 'Open Sans', sans-serif;
}

html[theme="dark-mode"] {
  filter: invert(0.94) hue-rotate(180deg) !important;

  .level2-menu {
    background: #c5d3ef !important;
  }
}

html[theme='dark-mode'] img,
html[theme='dark-mode'] video,
html[theme='dark-mode'] picture,
/* html[theme='dark-mode'] canvas, */
html[theme='dark-mode'] iframe,
html[theme='dark-mode'] svg {
  filter: invert(0.95) hue-rotate(180deg) !important;
}

html {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.theme-toggle-btn {
  position: fixed;
  bottom: 36px;
  left: 20px;
  z-index: 10000;
  width: 42px;
  height: 42px;
  padding: 0;
  background: none;
  color: #333;
  border: none;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.theme-toggle-btn:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

html[theme="dark-mode"] .theme-toggle-btn {
  color: #eee;
}

html[theme="dark-mode"] .theme-toggle-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

@font-face {
  src: url("/css/font/muli.woff") format("woff");
  font-family: 'Muli';
  font-style: normal;
  font-weight: normal;
}

body.tab-active {

  button:focus,
  a:focus,
  input:focus,
  textarea:focus {
    box-shadow: 0 0 0 3px rgba(9, 105, 218, 0.15);
  }
}

.itemButton {
  display: flex !important;
}

/* .buttonDefault {
  display: flex;
  gap: 0.2rem;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s ease;
  border-radius: 3rem;
  background: var(--accent-color, rgb(68, 79, 141));
  color: white;

  &:hover {
    background: var(--accent-color-hovered);
  }
} */






:root {
  --bg-surface: #e8efff;
  --bg-accent: #ccdeff;
  --text-main: #334a75;
  --text-muted: #6b7ea3;
  --border-subtle: rgba(204, 222, 255, 0.5);
}

/* --- GENERIC BUTTON SYSTEM --- */
.buttonDefault {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 2rem;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid var(--bg-accent) !important;
  background-color: var(--bg-surface) !important;
  color: var(--text-main) !important;
  transition: var(--transition);
  min-width: 90px;

  background-image: none !important;
  text-shadow: none !important;
  outline: none !important;
  box-shadow: none !important;
}


.buttonDefault:hover {
  background-color: var(--bg-accent) !important;
  border-color: #a7c4ff !important;
}

.buttonDefault:active {
  transform: scale(0.97);
  background-color: #cbd8f5 !important;
}


.fieldValues .multiConditionText {
  float: none;
}

.embeddedObjectBox .component,
.embeddedObjectBox .dummyComponent {
  margin-bottom: 0 !important;
}

.embeddedObjectBox {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  border: 1px solid #ddd;
  padding: 8px;
  padding-right: 34px;
  border-radius: 8px;
}

.rightSidebarComponent .econtent {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  color: black;
  gap: 0.3rem;

  .inputBoxDisplay {
    /* border: 1px solid #dfdfdf; */
    padding: 0.6rem;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    margin: 0 !important;
    overflow: auto;
  }
}

.userImage img {
  width: 50%;
  height: auto;
}

.reportRowIndex {
  float: right;
  background-color: white;
  padding: 4px;
  border-radius: 50%;
  border: 1px solid;
  min-width: 24px;
  min-height: 24px;
  text-align: center;
}

.eachReport .count {
  font-size: medium;
  font-weight: 600;
}

.freeTrialDetails {
  font-weight: bold;
  color: #00a100;
}

.initiallyHiddenMLCsOrSLFs {
  display: none;
}

.displayImage {
  float: left;
}

[id$="QRDisplayDiv"] {
  float: right !important;
}

[id$="QRDisplayDiv"]+div {
  clear: both;
}

#Tweet,
#TweetDM {
  display: none;
}

.childs-in-line .bubble_container {
  display: flex;
  align-items: center;
  padding: 0px 6px;
  background: #e6e6e6 url(images/ui-bg_highlight-hard_75_e6e6e6_1x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}


/* 
.bubble_wrapper, 
.bubble_content, 
.bubble_option, 
.bubbleContentOption,
.bubbleContentOption div,
.bubbleContentOption span {
    all: unset !important;
    box-sizing: border-box !important;
    display: block !important;
    font-family: 'Inter', -apple-system, system-ui, sans-serif !important;
}


.bubble_wrapper {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
  padding: 6px !important;
  min-width: 220px !important;
  position: relative !important;
  left: -125px !important;
  margin: 0 !important;
}

.bubble_content {
    max-height: 350px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}


.bubble_option {
    margin-bottom: 2px !important;
}

.bubble_option:last-child {
    margin-bottom: 0 !important;
}

.bubbleContentOption {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 10px 14px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: background 0.15s ease, color 0.15s ease !important;
    width: 100% !important; 
}


.bubbleContentOption:hover {
    background-color: #f1f5f9 !important;
}

.bubbleContentOption.selected {
    background-color: #eff6ff !important;
}

.bubbleContentOption div {
    display: flex !important;
    align-items: center !important;
    width: 100% !important; 
    height: auto !important;
}

.bubbleContentOption .ui-icon {
    margin-right: 12px !important;
    flex-shrink: 0 !important; 
    display: inline-block !important;
    filter: grayscale(1) brightness(0.5);
}

.bubbleContentOption .displayNameNoBold {
    font-size: 14px !important;
    color: #334155 !important;
    font-weight: 500 !important;
    white-space: nowrap !important; 
    overflow: hidden !important;
    text-overflow: ellipsis !important; 
}


.bubbleContentOption.selected .displayNameNoBold,
.bubbleContentOption.selected .ui-icon {
    color: #2563eb !important;
    filter: none !important;
}

.bubble_content::-webkit-scrollbar {
    width: 6px !important;
}
.bubble_content::-webkit-scrollbar-track {
    background: transparent !important;
}
.bubble_content::-webkit-scrollbar-thumb {
    background: #cbd5e1 !important;
    border-radius: 10px !important;
}
.bubble_content::-webkit-scrollbar-thumb:hover {
    background: #94a3b8 !important;
}

.bubble_pointer,
.bubble_arrow {
    all: unset !important;
    box-sizing: border-box !important;
    display: block !important;
}


.bubble_pointer {
    position: absolute !important;
    top: 2px !important; 
    left: 20px !important; 
    width: 12px !important;
    height: 12px !important;
    z-index: 10 !important;
}

.bubble_arrow {
    width: 12px !important;
    height: 12px !important;
    background-color: #ffffff !important; 
    border-left: 1px solid #e2e8f0 !important; 
    border-top: 1px solid #e2e8f0 !important;  
    
    transform: rotate(45deg) !important;
    
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.02) !important;
}

.bubble_wrapper {
    position: relative !important; 
    margin-top: 8px !important;   
    overflow: visible !important; 
} 

*/

#quickCommunicatorCommand {
  height: auto !important;
  max-height: 200px !important;
  overflow: auto;
}

.rounded {
  border: 1px solid #d6d6d6;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.displayRounded {
  border: 1px solid #ffffff;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.activeRounded {
  border: 1px solid #bdbdbd;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.taskDisplayrounded {
  -moz-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#advancedSearchLink {
  float: left;
  font-size: 14px;
  padding-top: 5px;
  padding-left: 2px;
  font-weight: normal;

}

.noHeading {
  padding-bottom: 5px;
  border-bottom: 1px solid #d6d6d6;
}

.lessPadHeading {
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 16px;
  height: auto;
}

.sidebarContentHead,
.rightSidebarContentHead {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding: 4px;
  margin-bottom: 10px;
  height: 32px;
  clear: both;
}

.component.checkbox label {
  margin-bottom: 0px !important;
}

.dummyComponent.checkbox,
.dragComponent:not(.component.checkbox),
.component.checkbox:not(.socialItemHolder),
.dummyComponent:not(.fields-in-line .dummyComponent):not(.childs-in-line .component):not(.searchbox):not(.checkbox):not(.childs-in-line .dummyComponent),
.component:not(.fields-in-line .component):not(.childs-in-line .component):not(.searchbox):not(.checkbox):not(.childs-in-line .component):not(.rightSidebarContentHead .component):not(.filterComponent .component):not(.sections .component):not(#bulkAction-note-form .component) {
  margin-bottom: 24px;
  width: auto;
}

#findPopularTag>*,
#showMoreTagInTagCloud>* {
  display: inline !important;
  width: auto;
  margin-right: 8px;
}

.sections {
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  background: #ffffff;
  width: 100%;
  padding: 8px 12px;
  clear: both;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.filterComponent .itemLeft {
  float: none !important;
  width: 33%;
}

.filterComponent .component:not(.none) {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.filterComponent .component>* {
  margin-right: 10px;
}

/* End Style for graphs */

.displayFilterOption a.filterOption {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.ddcTagLabel {
  font-size: 18px;
  font-weight: normal;
}

/*.singleUpload { width: 500px; }*/

.singleUploadWithOutLabel {
  width: 400px;
}

/*.singleUploadWithoutOption { width: 350px; }*/
.singleUploadWithoutLabelOption {
  width: 250px;
}

.editor {
  width: calc(100% - 34px);
}

.editor textarea {
  width: 100%;
}

/*
.items {
    padding-left: 15px;
    padding-right: 30px;
    clear: both;
}
*/

/*.siteItem { 
  width: 600px;
  float: right;
}*/

/*
.itemLabel {
  margin-top: -2px;
  font-size: 14px;
  width: 101px;
  //width: 114px;
  float: left;
  text-align: left;
  vertical-align: center;
  font-weight: 600;
  font-family: 'muli';
}
*/

.dragLabel {
  cursor: move;
}

/*.checkboxLabel {
  padding-top: 2px;
  font-size: 14px;
  color: #333333;
  float: left;
  text-align: left;
  color: #2e2e2e;
  font-weight: 600;
  font-family: 'muli';
}*/

/*.textbox, .password, .ddce, .ddc, .combo, .textaream { width: 300px; }*/

/*.editableComboDDCForAssign, .checkboxWithInput, .customElement { width: 350px; }*/
/* .customElement .timeEntry_wrap {
    width: 95px;
    float: left;
} */

.wingManTextbox,
.wingManCombo {
  width: 400px;
}

.wingManTextarea {
  width: 600px;
}

/*.tag { width: 320px; }*/

/*.multiInput, .multiModuleItem { width: 500px; }*/

/*.wingManMultiInput, .wingManCustomInput, .multiDDCEWithInput { width: 650px; }*/
/*.multiUpload, .multiUploadWithoutLabel { width: 414px; //width: 399px; }*/
/*.singleddc, .share, .multiDdc, .multiCombo, .multiExCombo, .multiConditionWidget, .eventBasedMultiConditionWidget, .multiEditableComboDDC, .assign, .editableComboDDCForAssign { width: 400px; //width: 395px; }*/

.multiConditionWidget>div:not(.clear) {
  margin-bottom: 18px;
}

.shareEditLink,
.assignEditLink {
  float: left;
  cursor: pointer;
  color: #2e83ff;
  margin-left: 5px;
}

/* .singleddc { //height: 24px; } */
/*#businessRuleAction, #ebBusinessRuleAction { width: 419px; //width: 399px; }*/
/*#businessRuleAction .multiComboSelects, #ebBusinessRuleAction .multiComboSelects, .multiComboDDCs { width: 319px; //width: 300px; padding: 0px;}*/
/*#businessRuleAction .multiComboSelect, #ebBusinessRuleAction .multiComboSelect, .multiComboDDC { width: 319px; //width: 300px; }*/
.businessRuleActionExComponent {
  width: 319px;
}

.multiConditionWidget,
.eventBasedMultiConditionWidget {
  height: auto;
  clear: both;
}

.singleInput {
  width: 350px;
}

/*.calendarbox { width: 370px; }*/
.calendarboxWitoutLabel {
  width: 250px;
}

/*.calendarboxWithoutTime { width: 300px; }*/
.calendarboxWithoutTimeLabel {
  width: 200px !important;
}

/*.date { width: 400px; }*/

.dateWithoutLabel {
  width: 300px;
}

/*.socialItemHolder { width: 25px; }*/

/*.textboxWithoutLabel, .passwordWithoutLabel, .ddceWithoutLabel, .ddcWithoutLabel, .textareaWithoutLabel { width: 180px; }*/

.editableComboDDCForAssignWithOutLabel {
  width: 230px;
}

/*.comboWithoutLabel { width: 200px; }*/
.tagWithoutLabel {
  width: 200px;
}

/*.singleddcWithoutLabel, .shareWithoutLabel, .multiDdcWithoutLabel, .multiComboWithoutLabel, .multiConditionWidgetWithoutLabel, .multiEditableComboDDCWithOutLabel { width: 300px; //width: 280px; }*/
.multiComboWithoutLabel {
  width: 260px;
}

.singleInputWithoutLabel {
  width: 250px;
}

/*.multiInputWithoutCombo { width: 350px; }*/

.multiInputWithoutLabel {
  width: 400px;
}

.multiInputWithoutComboLabel {
  width: 220px;
}

.shareShowComponent {
  font-size: 14px;
}

/*#remindBy { width: 90px; }*/
/*#remindTime { width: 120px; }*/
#fieldValue,
#ebFieldValue {
  width: 315px;
}

/*
.inputBox {
    width: 150px;
    height: 15px;
    float: left;
    margin-left: 18px;
    padding-left: 5px;
    padding-right: 3px;
}
#guid { width: 370px; }
*/

#footer {
  margin-top: 5px;
  padding-top: 5px;
  font-size: 16px;

}

.filterComponent,
.filterComponent .items,
.notes .items {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
  /* margin: 24px 0px; */
}

.auto-accordion-item {
  .filterComponent {
    .sections {
      padding: 0;
      border-bottom: 0;

      .ddcTagLabel {
        display: inline-block;
        font-size: 1rem !important;
        padding: 0.6rem 0;
      }

      .component {
        flex-direction: column;
        align-items: unset;
      }

    }

    .tagsIncludeExcludeLabel {
      font-size: 1.3rem !important;
      display: block;
      margin-bottom: 1rem;
    }
  }
}

.auto-accordion-body {
  display: none;
}

/** active filter background div in dashboard like "New contacts in last 7 days" in contact dashboard */
.activeOptionText {
  padding: 4px 8px;
  background-color: var(--custom-menu-item-color, #e0e4f9);
  ;
  color: #000;
  border-radius: 2rem;
  font-weight: 470;
  border: 1px solid #dcdcdc;
}

.displayTagFilterOption {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 6px 18px;
}

.opportunitiesBarGraphFilterComponents,
.campaignsBarGraphFilterComponents {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.opportunitiesPieGraphFilterComponents,
.campaignsPieGraphFilterComponents {
  width: 48%;
  margin-right: 18px;
  margin-top: 12px;
  height: 370px;
  float: left;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}

.graphHeading {
  font-size: 1.2rem;
  width: auto !important;
  border-bottom: none;
}

#opportunitiesStageGraph,
#opportunitiesStatusGraph,
#opportunityProfitGraph,
#opportunityRevenueGraph {
  height: 300px;
  width: 90%;
}

.opportunitiesStageGraphDummy,
#opportunitiesStageGraphDummy {
  background-image: url("/images/iscroll_images/opportunity_pipeline_stage.png");
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
}

.opportunitiesStatusGraphDummy {
  background-image: url("/images/iscroll_images/opportunity_pipeline_status.png");
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
}

.opportunityRevenueGraphDummy {
  background-image: url("/images/iscroll_images/opportunity_revenue.png");
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
}

.opportunityProfitGraphDummy {
  background-image: url("/images/iscroll_images/opportunity_profit.png");
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
}

#expectedCloseDateStdDev,
#expectedCloseDateVariance,
#miscalculatedExpectedCloseDate {
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.displayFilterOption,
.displayPreferenceList {
  margin: 4px;
  float: left;
  clear: both;
}

input.writable {
  color: #222222;

}

input.hint {
  color: #a3a3a3;

}

/*.comboSelect { width: 150px; }*/
.multiInputCombo {
  width: 105px;
}

/*.address { width: 725px; }*/

.relationCombo,
.addressTypeCombo,
.optionPipelineCombo,
.opportunityUserCombo {
  width: 105px;
}

.singleInputCombo {
  width: 70px;
}

.namePrefix {
  width: 60px;
}

.registrationCombo {
  width: 160px;
}

.typePriorityCombo {
  width: 100px;
}

.orderbyCombo {
  width: 90px;
}

.orderbyChronologyCombo {
  width: 60px;
}

.noteAssociateField {
  width: 84px;
}

.addressCombo {
  width: 300px;
}

.portBox,
.middleName,
.pipelineStageProbabilitybox {
  width: 50px;
}

.qTaskTitle {
  width: 114px;
}

.ui-icon-progress {
  background-image: url("/images/progress.gif");
  float: left;
  height: 20px;
  width: 43px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -99999px;
}

.addBt,
.editBt,
.removeBt {
  float: right;
}

.personalSettings {
  width: 100%;
  height: auto;
  clear: both;
}

.tagsCloudData {
  padding: 3px;
  margin: 3px;
  width: 100%;
}

.tagsCloudData>ul {
  display: flex;
  justify-content: flex-start;
  background: #fff !important;
  border: 0px !important;
  border-bottom: 1px solid #4297d7 !important;
  padding: 6px !important;
}

/*
.multipleItems, .wingManMultipleItems, .multiDDCEWithInputMultipleItems, .wingManCustomItems, .relations, .adrs, .multiddcBoxes, .multiComboSelects, .multiExComboSelects, .multipleUploads, .pipelineStages, .multiCustomFields, .multiObjFields, .menuWidgetItems, .moduleItems, .multiComboDDCs, .shortcutCommands {
  float: left;
}
*/

/* .multiPipelineStage { //width: 414px; } */
/*.multiComboSelects, .multiExComboSelects, .multiComboDDCs { width: 260px; }*/

/*.pipelineStages { width: 300px; //width: 295px; }*/

/*.relationShip { width: 600px; }*/

/*.multipleUploads { //width: 395px; width: 414px; }*/

/*.uploadFileButton { float: left; width: 40px; }*/

/* .fieldValues,
.ebFieldValues {
    width: 319px;
} */

/*.formFields { //width: 385px; width: 400px; }*/

/*
.multipleItem, .wingManMultipleItem, .multiDDCEWithInputMultipleItem, .wingManCustomItem, .relation, .multiddcBox, .multiComboSelect, .multiExComboSelect, .multiCondition, .fieldValue, .ebFieldValue, .formField, .pipelineStage, .displayMultiCondition, .menuWidgetItem, .notificationTemplateItem, .adr, .multipleUpload, .displayUpload, .moduleItem, .multiCustomField, .multiObjField, .multiComboDDC, .shortcutCommand {
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 2px;
  clear: both;
  height: 20px;
  width: auto;
}
*/

.multiCustomField {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  position: relative;
  padding: 8px;
  padding-right: 12px;
}

.multiCustomField:hover {
  background-color: #ebebeb;
}

#customFields {
  height: 650px;
  overflow: auto;
  position: relative;
}

.multiCustomFieldLabel,
.multiCustomField>*:not(.tool-container):not(.removeBt):not(.editCFValIconContainer):not(.validation-icon):not(.addBt):not(.text_clear_button) {
  flex-grow: 1;
  width: calc(11% - 10px) !important;
  margin: 0 5px;
}

/*.multiCustomField, .multiObjField { width: 700px; }*/

.wingManCustomItem,
.wingManMultipleItem,
.multiDDCEWithInputMultipleItem {
  min-height: 20px;
  height: auto;
}

/*.menuWidgetItem { width: 500px; }*/
/* .notificationTemplateItem { //width: 500px; } */
/* .fieldValue,
.ebFieldValue {
    width: 318px;
    padding: 0px;
} */

/*.formField { width: 399px; //width: 384px; padding: 0px; //height: auto; }*/
/*.multiComboSelect, .multiExComboSelect, .multiComboDDC { width: 250px; }*/
/*.multipleUpload, .displayUpload { //width: 400px; height: 22px; padding: 0px; }*/

.uploadFile {
  position: relative;
}

/*
.imgTypeSelect {
  height: 14px;
  font-size: 14px;
  font-family: 'muli', "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans";
  font-style: italic;
  color: #666;
  float: left;
  padding-bottom: 14px;
  margin-top: -5px;
  width: 140px;
}
*/

.note {
  color: #666;
  font-size: 14px;
  font-style: italic;
  display: block;
  font-family: "muli", "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans";
  text-align: left;
  margin-top: 3px;
  cursor: help;
}

.bigInfoDisplay {
  color: #333;
  font-size: 14px;
  display: block;
  font-family: "muli", "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans";
  text-align: justify;
  margin: 14px 0;
  cursor: help;
  clear: both;
  width: 100%;
}

#social .itemLabel {
  width: 124px;
}

/* menu */
.menuLabel {
  width: 6em;
  height: 3em;
  text-align: center;
  font-size: 16px;
  padding-left: 3px;
  padding-right: 3px;

}

#menuOptions {
  width: fit-content;
}

#menuBar {
  margin: 0px !important;
  display: flex;
  flex-flow: column-reverse nowrap;
  width: 100%;
  height: calc(100% - var(--h-top-nav-bar));
}

#menuBar div.bubble_wrapper {
  max-height: 80vh;
  overflow: auto;
  box-shadow: 0px 8px 18px 8px #ddd;
  border-bottom: 14px solid #eee;
  background: #eee;
}

#globalSearchOptions div.bubble_wrapper {
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0px 8px 18px 8px #ddd;
  border-bottom: 14px solid #fff;
  background: #fff;
}

/*
.menuItems { 
  float: left; 
  padding-right: 5px;
}
*/

/* sidebar components */
.sidebar {
  float: left;
  padding-right: 5px;
  height: 100%;
  margin-top: 24px;
  padding-top: 19px;
  width: 200px;
}

.sidebarDrag {
  width: 200px;
}

.sideBarExpando,
.rightSideBarExpando {
  cursor: pointer;
}

.sidebarText {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  font-family: "muli", "Verdana";
}

.sidebarSections {
  font-size: 14px;
  text-align: left;
  padding-left: 5px;
  padding-top: 3px;
  margin-top: 3px;
  margin-bottom: 2px;
  height: 16px;
  clear: both;
}

.sidebarComponent {
  float: left;
  clear: both;
  width: 190px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.popular,
.quickAdd,
.bookmark,
.dashboard,
.emailSettings,
.recentlyViewed {
  padding: 0.2em;
}

.bookmarkDisplayBox,
.associateDisplayBox {
  height: 150px;
}

#inBM,
#extBM {
  height: 140px;
}

.bookmarkDisplay {
  font-size: 14px;

}

.deleteGroup,
.deletePipeline,
.manageBookmark,
.deleteAssociateCase,
.deleteAssociateOpportunity {
  float: right;
}

.newBookmark,
.advContact,
.advLead,
.advClient,
.advTask {
  float: left;
  font-size: 14px;
  margin-left: 20px;
  margin-top: 8px;
  color: #555555;
}

#welcome .hitem:not(:first-child) {
  float: left;
  margin-left: 7px;
}

.quickSave {
  float: right;
  margin-right: 4px;
}

/*.withTime { 
  width: auto;
  float: left;
  padding-left: 4px;
}*/

.sdob {
  width: 72px;
}

.pclass {
  height: 20px;
}

legend {
  font-size: 14px;

}

.none {
  display: none;
}

.invisible {
  visibility: hidden;
}

.clear {
  clear: both;
}

div.checkbox:not(.none) {
  display: flex;
  align-items: center;
}

div.checkbox>label {
  order: 2;
}

div.checkbox>input {
  order: 1;
}

.component>.ui-icon-info {
  order: 9999;
  /* Pushes this item to the end */
}

/*.checkbox, .radio { float: left; }*/
a {
  text-decoration: none;
  color: #222222;
}

a:hover {
  text-decoration: none;
  color: #4567ef;
}

.reportColumnData a:hover {
  border-bottom: 0;
  color: #4567ef;
}

#quickCloseDate {
  width: 80px;
}

/*.textareaDefault { margin-left: 18px; }*/
.textareaEditing {
  padding: 2px;
  width: 150px;
  height: 60px;
}

.noteEditor {
  width: 380px;
  height: 50px;
}

.communicatorEditor {
  height: 30px;
  width: 100%;
  /*width: 400px;*/
  resize: none;
  padding: 8px;
}

.descriptionEditor {
  width: 570px;
  height: 50px;
}

/*.wingManDescriptionEditor {
  float: left;
  margin-left: 18px;
  width: 370px;
  height: 15px;
}*/
.externalBookmarkDisplay {
  width: 756px;
  height: 700px;
  padding: 2px;
}

/* address item */
#addUpdateAddress {
  width: 100%;
}

.addUpdateAddressBox {
  margin: 2px;
  padding: 0px;
  margin-top: 7px;
  width: 100%;
}

.addUpdateAddressBox .itemLeft,
.addUpdateAddressBox .itemRight {
  width: calc(50% - 8px);
}

.addUpdateAddressBox .itemLeft {
  margin-right: 8px;
}

.addUpdateAddressBox .field-style {
  margin-bottom: 8px;
}

/*
.adr {
  float: left;
  padding-bottom: 5px;
  width: 600px;
  height: auto;
}
*/

.locationDetails {
  min-height: 68px;
  margin-bottom: 4px;
  padding: 2px 6px;
  border: 1px dotted #999898;
  border-radius: 8px;
}

/* Multi condition */
/*.multiConditionLabel, .multiConjuctionLabel {
  font-size: 14px;
  float: left;
  padding-left: 2px;
  font-family: 'muli';
}*/
/* .editCFIconLabel {
  float:left;text-align:center;
} */
.multiCustomFieldLabel {
  /*font-size: 14px;
  float: left;
  font-family: 'muli';
  width: 85px;*/
  text-align: center;
}


/*.multiCustomFieldHeading .helpLabel {
  padding-left: 22px;
}*/
.objSecLabel {
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 15px;
  text-align: center;
  border-bottom: 1px solid #efefef;
  font-family: "muli", "Lucida Grande", "Lucida Sans Unicode", helvetica, arial,
    verdana;
}

.objTableHead .objColTitle,
.objCustomTableHead .objColTitle {
  font-size: 14px;
  padding-left: 30px;
}

.objTableHead .label1 {
  padding-left: 150px;
}

.objTableHead .label2 {
  padding-left: 70px;
}

.objCustomTableHead .label1 {
  padding-left: 90px;
}

.objCustomTableHead .label2 {
  padding-left: 70px;
}

.objLabel {
  width: 100px;
}

.objFieldName {
  width: 90px;
  float: left;
}

.businessObjWidget .customFieldCombo {
  float: left;
  width: 70px;
}

.multiConjuctionLabel {
  border-bottom: 1px dotted #dfdfdf;
}

/*.multiConditionCheckbox, .customFieldCheckbox { float: left; }*/
.customFieldCheckbox {
  margin-left: 40px;
  margin-right: 30px;
}

.customFieldText,
.multiConditionText,
.dynamicOptionElement {
  float: left;
  margin-left: 2px;
  width: 80px;
}

.customFieldText {
  margin-left: 18px;
}

.customFieldHelpArea {
  float: left;
  margin-left: 18px;
  width: 100px;
  height: 15px;
}

.displayColumnSelector:not(.none) {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.multiConditionColumnSorter {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: calc(50% - 14px);
  /*float: left; */
  border: 1px dotted #000;
  padding: 5px;
  background-color: #fff;
  box-shadow: 2px 4px 8px #ddd;
  border-radius: 8px;
}

.columnSelectorHeaderLabel {
  /*width: 90px; */
  /*float: left; */
  padding: 5px;
  /*padding-left: 50px;*/
  font-size: 16px;
  font-weight: 600;
  width: calc(50% - 14px);
}

.multiConditionColumnSorter li {
  margin: 5px;
  padding: 5px;
  font-size: 1.2em;
  /* width: 120px; */
  cursor: move;

  font-size: 14px;
}

/*#conjunctionID { float: left; width: 45px; }*/
#serverType,
#opportunityStatusDiv {
  padding-right: 1px;
  font-size: 14px;
  margin-right: 4px;
}

/*#opportunityStatusDiv { margin-right: 325px; }*/

/* Button css */

.itemButton:not(.no-glow-sticky .itemButton):not(.filterComponent .itemButton):not(.comBelowR2 .itemButton):not(.row .itemButton):not(.rightSidebar .itemButton):not(.items .itemButton),
.itemButtonLeft:not(.filterComponent .itemButtonLeft),
.itemButtonMiddle:not(#mailAccountSetupInFrame .itemButtonMiddle) {
  position: sticky;
  bottom: 24px;
  left: 0;
  z-index: 1;
  /* Changed from 98 to 1. This is currently in experiment phase. */
  background-color: white;
  padding: 12px;
  /* box-shadow: 0px -18px 24px 0px #e9ebec; */
  display: flex;
  gap: 0.6rem;
}

.filterComponent .itemButtonLeft {
  margin-bottom: 8px;
}

.comBelowR2 .itemButton {
  float: right;
}

.itemButtonPreference {
  font-size: 15px;
}

/*
.button {
  font-size: 14px;
  font-family: 'muli';
}
*/

.buttonSmall {
  font-size: 14px;

}

/* Tag add css */
.tagDisplayList span .tagRemoveIcon {
  background-image: url("/images/xit.gif");
  background-repeat: no-repeat;
  background-position: 0 0;
  /* margin: 3px 0pt 0pt -9px; */
  cursor: pointer;
  width: 10px;
  height: 10px;
  /* display: block; */
  text-indent: -9999px;
  /* position: absolute; */
}

.tagDisplayList span a:hover {
  background-position: -10px 0px;
}

.tagDisplayList {
  margin-left: 14px;
  font-size: 14px;
  overflow: auto;
}

.tagDisplayList span {
  margin-right: 25px;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 1.8em;
  white-space: nowrap;
  cursor: default;
}

.tagDisplayList strong {
  text-align: left;
}

fieldset {
  border-style: dotted;
  border-color: #ffffff;
}

/*.displayImage, .userImage {
  float: left;
  clear: right;
}*/
.userImage {
  display: block;
}

.iconBig {
  background-image: url("../images/default.png");
  background-repeat: no-repeat;
  width: 73px;
  height: 73px;
  display: block;
  text-indent: -9999px;
}

.iconThumb {
  background-image: url("../images/default.png");
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  display: block;
  text-indent: -9999px;
}

.iconSmall {
  display: block;
  background-image: url("../images/default.png");
  background-size: 30px;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-indent: -9999px;
  transition: background-image 0.3s ease;
}

.iconIcon {
  background-image: url("../images/default.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
}

.socialIcon {
  background-image: url("../images/social_im_icons.png");
  width: 22px;
  height: 21px;
}

.contactMaleImageBig {
  background-position: -2px -6px;
}

.contactFemaleImageBig {
  background-position: -2px -82px;
}

.clientImageBig {
  background-position: -2px -154px;
}

.caseImageBig {
  background-position: -2px -229px;
}

.supportImageBig {
  background-position: -381px -188px;
}

.supportImageSmall {
  background-position: -431px -8px;
}

.opportunityImageBig {
  background-position: -72px -7px;
}

.campaignImageBig {
  background-position: -75px -85px;
}

.paBig {
  background-position: -80px -165px;
}

.paThumb {
  background-position: -161px -6px;
}

.commandThumb {
  background-position: -380px -141px;
}

.pipelineImageSmall {
  /* background-position: -160px -49px; */
  background-image: url(../images/pipeline.png);
  background-size: cover;
}

.userImageSmall {
  background-position: -161px -94px;
}

.groupImageSmall {
  background-position: -161px -137px;
}

.businessRuleImageSmall {
  background-position: -199px -47px;
}

.webleadImageSmall {
  background-position: -332px -87px;
}

.tagCloudImage {
  background-position: -322px -126px;
  width: 55px;
  height: 24px;
}

.noteImageSmall {
  background-position: -240px -2px;
}

.todoImageSmall {
  background-position: -240px -47px;
}

.doneTodoImageSmall {
  background-position: -459px -182px;
  width: 20px;
  height: 20px;
}

.taskImageSmall {
  background-position: -241px -88px;
}

.taskTypeImageCall {
  background-position: -242px -133px;
}

.taskTypeImageEmail {
  background-position: -242px -172px;
}

.taskTypeImageFax {
  background-position: -286px -2px;
}

.taskTypeImageDemo {
  background-position: -330px -43px;
}

.taskTypeImageConference {
  background-position: -342px -208px;
}

.taskTypeImageEvent {
  background-position: -285px -45px;
}

.taskTypeImageFollowup {
  background-position: -284px -87px;
}

.taskTypeImageBreakfast {
  background-position: -337px -167px;
}

.taskTypeImageBrunch {
  background-position: -343px -247px;
}

.taskTypeImageLunch {
  background-position: -300px -208px;
}

.taskTypeImageDinner {
  background-position: -288px -170px;
}

.taskTypeImageSupper {
  background-position: -376px -7px;
}

.taskTypeImageMeeting {
  background-position: -286px -132px;
}

.taskTypeImageMilestone {
  background-position: -301px -249px;
}

.taskTypeImageSiteVisit {
  background-position: -377px -50px;
}

.taskTypeImagePayOnPurchase {
  background-position: -377px -92px;
}

.taskTypeImageThankyou {
  background-position: -328px -5px;
}

.knowledgeImageSmall {
  background-position: -200px -6px;
}

.faqImageSmall {
  background-position: -200px -169px;
}

.solutionImageSmall {
  background-position: -199px -87px;
}

.proposalImageSmall {
  background-position: -200px -128px;
}

/*
.menuPlusIcon { background-position: -236px -223px; }
.menuPlusIcon:hover { background-position: -256px -223px; }
*/

.twitterIconSmall {
  background-image: url("../images/twitter-low-icon.png");
}

.twitterIconSmallHover {
  background-image: url("../images/twitter-hover-icon.png");
}

.twitterIconSmallActive {
  background-image: url("../images/twitter-checked-icon.png");
}

.twitterDMIconSmall {
  background-image: url("../images/twitterDM-low-icon.png");
}

.twitterDMIconSmallHover {
  background-image: url("../images/twitterDM-hover-icon.png");
}

.twitterDMIconSmallActive {
  background-image: url("../images/twitterDM-checked-icon.png");
}

.facebookIconSmall {
  background-image: url("../images/fb-low-icon.png");
}

.facebookIconSmallHover {
  background-image: url("../images/fb-hover-icon.png");
}

.facebookIconSmallActive {
  background-image: url("../images/fb-checked-icon.png");
}

.facebookDMIconSmall {
  background-position: -234px -270px;
}

.facebookDMIconSmallHover {
  background-position: -255px -251px;
}

.facebookDMIconSmallActive {
  background-position: -469px -102px;
}

.facebookPIconSmall {
  background-image: url("../images/fbPage-low-icon.png");
}

.facebookPIconSmallHover {
  background-image: url("../images/fbPage-hover-icon.png");
}

.facebookPIconSmallActive {
  background-image: url("../images/fbPage-checked-icon.png");
}

.linkedinIconSmall {
  background-image: url("../images/linkedin-low-icon.png");
}

.linkedinIconSmallHover {
  background-image: url("../images/linkedin-hover-icon.png");
}

.linkedinIconSmallActive {
  background-image: url("../images/linkedin-checked-icon.png");
}

.linkedinDMIconSmall {
  background-image: url("../images/linkedinDM-low-icon.png");
}

.linkedinDMIconSmallHover {
  background-image: url("../images/linkedinDM-hover-icon.png");
}

.linkedinDMIconSmallActive {
  background-image: url("../images/linkedinDM-checked-icon.png");
}

.mailIconSmall {
  background-image: url("../images/email-low-icon.png");
}

.mailIconSmallHover {
  background-image: url("../images/email-hover-icon.png");
}

.mailIconSmallActive {
  background-image: url("../images/email-checked-icon.png");
}

.whatsappIconSmall {
  background-image: url("../images/whatsapp-icon.png");
}

.whatsappIconSmallHover {
  background-image: url("../images/whatsapp-icon.png");
}

.whatsappIconSmallActive {
  background-image: url("../images/whatsapp-checked-icon.png");
}

.smsIconSmall {
  background-image: url("../images/messages-low-icon.png");
}

.smsIconSmallHover {
  background-image: url("../images/messages-hover-icon.png");
}

.smsIconSmallActive {
  background-image: url("../images/messages-checked-icon.png");
}

.blogIconSmall {
  background-image: url("../images/blog-low-icon.png");
}

.blogIconSmallHover {
  background-image: url("../images/blog-hover-icon.png");
}

.blogIconSmallActive {
  background-image: url("../images/blog-checked-icon.png");
}

.inprogessDisabled:hover {
  background-position: -339px -25px;
}

.wonDisbled:hover {
  background-position: -423px -29px;
}

.lostDisbled:hover {
  background-position: -384px -28px;
}

.opportunityStatusImageWon {
  background-position: -182px -202px;
  width: 14px;
}

.opportunityStatusImageLost {
  background-position: -166px -202px;
  width: 14px;
}

.opportunityStatusImageProgess {
  background-position: -151px -202px;
  width: 14px;
}

.opportunityStatusImageDisable {
  background-position: -197px -203px;
  width: 16px;
}

.doneIconNormal {
  background-position: -459px -142px;
}

.doneIconHover {
  background-position: -459px -162px;
}

.doneIconChecked {
  background-position: -459px -182px;
}

.doneIconCheckedHover,
.doneTodoImageSmall:hover {
  background-position: -459px -202px;
}

.doneIconDisabled {
  background-position: -459px -222px;
}

.supportIcon {
  background-position: -403px -273px;
}

.defectIcon {
  background-position: -450px -272px;
}

.featureIcon {
  background-position: -426px -273px;
}

.BloggerIcon {
  background-position: -263px -362px;
}

.BeboIcon {
  background-position: -114px -85px;
}

.DeliciousIcon {
  background-position: -342px -6px;
}

.DiggIcon {
  background-position: -8px -45px;
}

.FacebookIcon {
  background-position: -42px -164px;
}

.FlickrIcon {
  background-position: -8px -125px;
}

.FormspringIcon {
  background-position: -376px -6px;
}

.FoursquareIcon {
  background-position: -342px -204px;
}

.FriendFeedIcon {
  background-position: -8px -85px;
}

.FriendsterIcon {
  background-position: -185px -204px;
}

.GowallaIcon {
  background-position: -114px -362px;
}

.Hi5Icon {
  background-position: -149px -125px;
}

.LastfmIcon {
  background-position: -42px -125px;
}

.LinkedinIcon {
  background-position: -341px -322px;
}

.MyspaceIcon {
  background-position: -42px -243px;
}

.OrkutIcon {
  background-position: -185px -362px;
}

.PlaxoIcon {
  background-position: -77px -124px;
}

.PosterousIcon {
  background-position: -114px -399px;
}

.QzoneIcon {
  background-position: -377px -32px;
}

.StumbleuponIcon {
  background-position: -8px -362px;
}

.TaggedIcon {
  background-position: -378px -56px;
}

.TumblrIcon {
  background-position: -148px -283px;
}

.TwitterIcon {
  background-position: -41px -204px;
}

.TypepadIcon {
  background-position: -381px -80px;
}

.VimeoIcon {
  background-position: -263px -164px;
}

.VkontakteIcon {
  background-position: -382px -105px;
}

.WindowsLiveSpacesIcon {
  background-position: -77px -85px;
}

.WordpressIcon {
  background-position: -77px -283px;
}

.YoutubeIcon {
  background-position: -42px -85px;
}

.AIMIcon {
  background-position: -42px -6px;
}

.GtalkIcon {
  background-position: -114px -283px;
}

.MSNIcon {
  background-position: -77px -45px;
}

.SkypeIcon {
  background-position: -114px -322px;
}

.YahooIcon {
  background-position: -77px -322px;
}

.QQIcon {
  background-position: -387px -183px;
}

.ICQIcon {
  background-position: -384px -209px;
}

.IRCIcon {
  background-position: -385px -234px;
}

.MXitIcon {
  background-position: -382px -259px;
}

.MySpaceIMIcon {
  background-position: -383px -285px;
}

.BonjourIcon {
  background-position: -383px -307px;
}

.GadugaduIcon {
  background-position: -383px -333px;
}

.XMPPIcon {
  background-position: -383px -355px;
}

.SametimeIcon {
  background-position: -344px -400px;
}

.YahooJapanIcon {
  background-position: -383px -385px;
}

.GroupWiseIcon {
  background-position: -383px -406px;
}

.SlideShareIcon {
  background-position: -9px -432px;
}

.DefaultSocialIcon {
  background-position: -381px -135px;
}

.DefaultIMIcon {
  background-position: -383px -159px;
}

.ui-icon-skype {
  background-position: -474px -273px;
}

.validation-failed {
  background-image: url("../images/default.png");
  background-repeat: no-repeat;
  background-position: -281px -254px;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  margin-right: 4px;
  display: block;
}

#notificationCount {
  background-image: url("/images/default.png");
  background-position: -181px -251px;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 9px;
  font-weight: bold;
  height: 20px;
  padding-top: 1px;
  position: absolute;
  text-align: center;
  width: 20px;
  cursor: pointer;
}

.latLngCompass {
  margin-bottom: -6px;
  cursor: pointer;
  border: 0px;
  width: 24px;
  height: 24px;
}

.sidebar-icon,
.rightSidebar-icon {
  float: left;
  margin-left: 0.3em;
  margin-right: 0.3em;
  cursor: move;
}

.inputBoxDisplay,
.multiInputBoxDisplay {
  /*float: left;*/
  clear: both;
  margin: 10px 0px;
}

.businessObjIscroll,
.contactDetailsIscroll,
.todoDetailsIscroll,
.businessRuleDetailsIscroll,
.noteDetailsIscroll,
.leadDetailsIscroll,
.clientDetailsIscroll,
.caseDetailsIscroll,
.supportDetailsIscroll,
.dtsDetailsIscroll,
.taskDetailsIscroll,
.noteDetailsIscroll,
.knowledgeBaseIscroll,
.opportunityDetailsIscroll,
.campaignDetailsIscroll,
.purchasesDetailsIscroll,
.cboInstanceDetailsIscroll {
  height: 600px;
  width: 100%;
}

.communicatorDetailsIscroll {
  height: auto;
  clear: both;
}

.advancedSearchResultIscroll {
  overflow: auto;
}

.defaultEmailTemplatesIscroll,
.emailTemplatesIscroll {
  height: 570px;
}

.letterHeadsIscroll {
  height: 350px;
}

.reportResultDisplyDiv {
  background: #fff;
  padding: 8px 12px;
  margin-bottom: 72px;
}

.planItemSmall {
  height: 83px;
}

/*Difining the height of the each iscroll box*/
.contactDetailsItem,
.emailTemplatesItem,
.letterHeadsItem,
.clientContactDetailsItem,
.noteDetailsItem,
.noteTaskTodoDetailsItem,
.commentDetailsItem,
.taskEventDetailsItem,
.communicatorDetailsItem,
.knowledgeDetailsItem,
.businessRuleDetailsItem,
.contactRelationDetailsItem,
.caseDetailsItem,
.opportunityDetailsItem,
.campaignDetailsItem,
.caseContactDetailsItem,
.caseClientDetailsItem,
.groupItem,
.userItem,
.userProfileItem,
.pipelineItem,
.webFormItem,
.campaignContactDetailsItem,
.campaignClientDetailsItem,
.campaignCaseDetailsItem,
.campaignOpportunityDetailsItem,
.reportsDetailsItem,
.purchasesDetailsItem {
  width: 100%;
  /*float: left;*/
  overflow: hidden;
}

.noteTaskTodoDetailsItem,
.businessRuleDetailsItem {
  height: 169px;
}

#ctTodo .noteTaskTodoDetailsItem,
.campaignDetailsItem {
  height: 125px;
}

.caseDetailsItem,
.opportunityDetailsItem {
  height: 130px;
}

.clientDetailsItem,
.puchaseDetailsItem {
  height: 112px;
}

.contactDetailsItem {
  height: 250px;
}

.isrollItemElement.latestActivity {
  height: 100px;
}

.userItem,
.userProfileItem {
  height: 160px;
}

.knowledgeDetailsItem,
.webFormItem {
  height: 150px;
}

.pipelineItem,
.groupItem {
  height: 116px;
}

.reportsDetailsItem {
  height: 118px;
}

.moduleItemSmall,
.featureItemSmall {
  height: 90px;
}

/*=====================NEW=======================*/
.socialSearchItem {
  float: left;
  clear: both;
  padding: 8px 8px 8px 0px;
  width: 100%;

  font-size: 14px;
}

.socialSearchItem img {
  margin-right: 5px;
}

.socialSearchItem .about {
  margin-top: 5px;
}

.socialSearchItem .uid {
  color: #aaaaaa;
  padding-left: 3px;
}

.socialSearchItemMO {
  background-color: #fbfbe0;
}

.socialSearchItem a {
  font-size: 14px;

}

.socialSearchItem a:hover {
  border-bottom: 0;
  color: #4567ef;
}

.iscrollItemContainer {
  position: relative;
  width: 100%;
  padding-top: 5px;
  color: #222222;
  font-size: 14px;

}

.iscrollItemContainer .bulkActionCheckboxContainer {
  float: left;
  width: 20px;
}

.iscrollItemContainer .iscrollItemDataContainer {
  /*width: 90%;*/
  /*width: 718px;*/
  /*float: left; */
  padding-left: 5px;
  /*height: 115px;*/
  overflow: hidden;
}

.businessObjItem {
  height: 50px;
}

.businessObjItem .iscrollItemDataContainer {
  height: 50px;
}

.iscrollItemContainer .iscrollImgItemDataContainer {
  width: 632px;
  float: left;
  padding-left: 5px;
  height: 115px;
  overflow: hidden;
}

.iscrollItemContainer .recordImg,
.iscrollItemContainer .recordImgSmall {
  float: left;
}

.iscrollItemContainer .recordImg {
  width: 80px;
  padding-left: 5px;
}

.iscrollItemContainer .actions {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #0a6ed72e;
  border-bottom: 0px;
  border-radius: 0.5em 0 0 0;
  -webkit-border-radius: 0.5em 0 0 0;
  -moz-border-radius: 0.5em 0 0 0;
}

.iscrollItemContainer .actions td {
  padding: 2px 5px;
}

.iscrollItemContainer .recordTitle,
.iscrollItemContainer .recordTitle a {

  line-height: 19px;
}

.iscrollItemContainer .recordTitle a:hover {
  color: #4567ef;
}

.iscrollItemContainer .info {
  float: left;
  clear: both;
  padding-top: 5px;
}

.iscrollItemContainer .info,
.iscrollItemContainer .info a {
  font-size: 14px;
}

.iscrollItemContainer .info .label {
  display: inline-block;
  /*width: 72px;*/
  color: #666666;
}

.iscrollItemContainer .info .ui-icon {
  margin-top: -2px;
}

.iscrollItemHeadDivider {
  clear: both;
  /*padding-bottom: 4px;*/
}

.itemLeft {
  float: left;
}

.itemLeft:not(.iscrollItemContainer .itemLeft):not(.addUpdateAddressBox .itemLeft) {
  width: 33%;
}

.itemRight {
  float: right;
}

.itemRight:not(.iscrollItemContainer .itemLeft) {
  width: 50%;
}

.col1 {
  float: left;
  width: 30%;
}

.col2 {
  float: left;
  width: 25%;
}

.col3 {
  float: left;
  width: 45%;
}

.iscrollItemDataContainer .type {
  color: #666666;
  font-size: 14px;
  font-style: italic;
}

.iconSmall2 {
  background-image: url("../images/default.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 16px;
  display: block;
  cursor: pointer;
}

.editCFValIconContainer {
  float: left;
  width: 18px;
  height: 16px;
}

.searchSocialIcon {
  padding-left: 2px;
  float: left;
}

.dialog-form,
#editCFValForm,
#editFieldPermissionDialogForm {
  display: block;
}

.cfCombo {
  /*float:left;*/
  max-width: 190px;
}

.customPageElement {
  margin-right: 5px;
  /* To give space for custom field display between input data filed and help icon. Unable to get this style using customPageElementInfo class of help icon span element. */
}

.numberCombo {
  width: 65px;
}

.inlineText {
  padding-top: 2px;
  font-size: 14px;
  float: left;

}

.floatLeft {
  float: left;
}

.commItemContent+.itemOtherDetail {
  position: absolute;
  top: 8px;
  right: 8px;
}

/** for comments **/
.communicatorItemDesc .itemDesc,
.itemOtherDetail .itemDesc,
.newCommentDetailsItem .itemDesc {
  padding-bottom: 7px;

  font-size: 16px;
  color: #222222;
  line-height: 19px;
}

.newCommentDetailsItem {
  position: relative;
  width: 100%;
  padding: 2px 2px 0px 5px;
  border-bottom: 1px solid #efefef;
  float: left;
}

.newCommentDetailsItemHover {
  background-color: #fbfbe0;
}

.newCommentDetailsItem a:hover {
  border-bottom: 0;
  color: #4567ef;
}

.manageOptions:hover {
  background: #c3d9ff !important;
}

.manageOptions {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #0a6ed72e;
  border-bottom: 0px;
  border-radius: 0.5em 0 0 0;
  -webkit-border-radius: 0.5em 0 0 0;
  -moz-border-radius: 0.5em 0 0 0;
  height: auto !important;
  font-size: 14px;
}

/*===========================End New=====================*/

.noteTaskTodoDetailsItemSmall {
  padding: 12px;
}

/*.caseContactDetailsItem, .caseClientDetailsItem, .clientContactDetailsItem, .campaignContactDetailsItem, .campaignClientDetailsItem, .campaignCaseDetailsItem, .campaignOpportunityDetailsItem, .noteTaskTodoDetailsItemSmall, .pipelineItemSmall, .webFormItemSmall, .groupItemSmall, .userItemSmall, .letterHeadsItem, .knowledgeDetailsItemSmall, .businessRuleDetailsItemSmall, .reportsDetailsItemSmall, .emailTemplatesItemSmall, .featureItemSmall, .moduleItemSmall, .planItemSmall { 
  width: 314px;
  //width: 290px;
}*/

.pendingTaskHeading {
  font-weight: bold;
  font-size: 14px;
  margin-top: 8px;
  border-bottom: 0;
  color: #0061c8;
  padding: 4px;
  background: #daf3ec;
}

.taskDetailsItem {
  float: left;
  width: 100%;
  margin-top: 14px;
  padding: 8px;
  border-bottom: 1px solid #efefef;
}

.taskDetailsItem:hover {
  background-color: #fbfbe0;
}

.taskDetailsItem .userImage {
  /*width: auto;*/
  margin: 2px 5px 0 0;
}

/*
.imgCollage {
  width: 80px;
  height: 77px;
  overflow: hidden; 
  margin: 2px 5px 0 0;
}
.imgCollage .img1 {
  position: absolute; 
  z-index: 1;
  width: 75px;
  height: 75px;
}
.imgCollage .img2 {
  position: absolute; 
  z-index: 3; 
  margin-top: 38px;
  width: 35;
}
.imgCollage .img3 {
  z-index: 3; 
  position: absolute; 
  margin-top: 38px; 
  margin-left: 38px;
  width: 35;
}
*/
.taskDetailsItem a {
  border: none;
}

.taskDetailsItem .taskTitle {
  float: left;
}

.userItemActive {
  background-color: #cdeb8b;
}

.userItemInActive {
  background-color: #f0f0f0;
}

.userItemOffline {
  background-color: #ffff88;
}

.communicatorDetailsItem {
  position: relative;
  width: 100%;
  min-height: 114px;
  padding: 12px;
  border-bottom: 1px solid #efefef;
}

.commItemContent {
  float: left;
  width: 100%;
}

.communicatorDetailsItemHover {
  background-color: #dddddd;
}

.communicatorDetailsItem a:hover {
  border-bottom: 0;
  color: #4567ef;
}

.commentDetailsItem {
  width: 414px;
  padding: 2px;
  border-bottom: 1px solid #dfdfdf;
}

.commentDetailsItem:hover {
  background-color: #dfdfdf;
}

.clientNoteIscroll,
.contactNoteIscroll,
.commentNoteIscroll,
.eventEventIscroll,
.opportunityNoteIscroll,
.campaignNoteIscroll {
  height: 560px;
}

.clientContactsIscroll,
.contactRelationIscroll,
.featureDetailsIscroll,
.affiliateDetailsIscroll,
.accountDetailsIscroll,
.moduleDetailsIscroll,
.planDetailsIscroll {
  height: 580px;
}

.businessRuleSmallIscroll,
.taskTaskIscroll {
  height: 550px;
}

.dashboardOldTodosIscroll,
.dashboardOldActivitiesIscroll {
  height: 205px;
}

.communicatorOldTodoIscrol {
  height: 400px;
}

#contactNoteList,
.eventEventIscroll,
#clientNoteList {
  height: 570px;
}

#caseNoteList,
#opportunityNoteList {
  height: 305px;
}

#commentsList {
  height: auto;
  clear: both;
}

#communicatorNoteList {
  height: 100vh;
  overflow: auto;
}

#advancedSearchList {
  height: 600px;
  overflow: auto;
}

.associateClientsIscroll,
.associateContactsIscroll,
.associateCasesIscroll,
.associateOpportunitiesIscroll {
  height: 210px;
}

.accGropsIscroll,
.pipelinesIscroll,
.webleadsIscroll,
.accUsersIscroll,
.userProfileIscroll,
.accountProfileIscroll,
.planGroupIscroll {
  height: 446px;
}

/*.customReportIscroll, .standardReportIscroll { height: 200px; }*/

/*.displayName {
  font-family: 'muli';
  font-weight: 800;
  margin: 2px;
}*/
.displayNameMidium {
  font-size: 14px;
}

.adSearchResult {
  /* position: relative; */
  border-bottom: 1px dotted #dfdfdf;
}

.adSearchResult:hover {
  background-color: #dfdfdf;
}

.reportColumnDataHeader {
  font-size: 14px;
  font-weight: bold;
  width: 160px !important;
  padding: 6px 12px;
  text-align: center;
  height: 100%;
  overflow-wrap: break-word;
  border: 1px solid #eee;
}

.reportColumnData {
  overflow: hidden;
}

.iscrollDataOption,
.reportColumnData {
  font-size: 14px;
  width: 160px !important;
  padding: 6px 12px;
  height: 100%;
  border: 1px solid #eee;
  overflow-wrap: break-word;
}

/*.displayNameNoBold{
  font-family: 'muli';
  margin: 8px;
}*/

.isrollItemElement .gs {

  font-size: 14px;
}

.commGSearchRes,
.commGSearchRes a {
  color: #222222;
  font-family: serif;
}

.commGSearchRes .rType {
  color: #666666;
}

.isrollItemElement a.info {
  font-size: 14px;

}

.isrollItemElement span.label {
  color: #666666;
}

/*.iscrollDataOption { width: 50px; }*/
.isrollItemElement .mentionName {
  cursor: pointer;

  color: #222222;
}

.isrollItemElement .itemType {
  cursor: default;
  font-weight: normal;
  display: inline;
}

/*.isrollItemElement .displayName { margin-left: 0px; padding-top:5px; padding-bottom:14px; font-family: 'muli'}*/
.isrollItemElement .displayName a {
  font-size: 16px;
  color: #222222;

}

.isrollItemElement .displayName a:hover,
.mentionName:hover {
  color: #4567ef;
}

.isrollItemElement .displayName,
.isrollItemElement .communicatorDisplayName {
  /*font-family: 'muli';*/
  font-size: 16px;
  color: #222222;
  line-height: 28px;
  /* font-weight: bold; */
  font-style: italic;
}

.isrollItemElementMiddium .displayName a,
.isrollItemElementMiddium .displayName {
  font-size: 15px;
}

.isrollItemElementSmall .displayName a,
.isrollItemElementSmall .displayName {
  font-size: 16px;
}

.isrollItemElementExtraBig,
.isrollItemElementExtraLarge,
.isrollItemElementComment .displayName a,
.isrollItemElementExtraBig,
.isrollItemElementExtraLarge,
.isrollItemElementComment .displayName {
  font-size: 17px;
}

.heading .displayNameNoBold,
.lessPadHeading .displayNameNoBold,
.isrollItemElement,
.isrollItemElementMiddium,
.isrollItemElementCommentBig .displayNameNoBold a,
.isrollItemElement,
.isrollItemElementMiddium,
.isrollItemElementCommentBig .displayNameNoBold {
  font-size: 14px;
}

.latestActivity {
  padding-top: 2px;
  padding-bottom: 2px;
  overflow: hidden;
}

.latestActivity .displayName,
.latestActivity .displayName a {
  font-size: 14px;
}

/* Individual element display */
div.elements {
  margin: 8px;
  clear: right;
}

/*div.elements.displayImage {
    width: 120px !important;
}*/

.customLogo {
  border: 0;
}

.defLogo {
  border: 0;
  margin-top: 14px;
  margin-bottom: 14px;
}

.elementIcon2 {
  float: left;
}

.elementIcon {
  float: left;
  margin-top: -4px;
}

.elementIconFloat {
  float: left;
}

.multiInputLabel+td {
  font-size: 14px !important;
}

.multiInputLabel,
.multiInputLabelSmall {
  font-weight: bold;
  display: inline;
  color: #666666;
  font-family: "muli", "Lucida Grande", "Lucida Sans Unicode", helvetica, arial,
    verdana;
}

/*.multiInputLabelSmall { width: 50px; }*/

.tagUpdateWidget,
.socialProfileWidget,
.linkedin-profileinsider-inline {
  /*float: left;
  width: 300px;*/
  height: auto;
  margin: 1px;
  padding: 1px;
}

#displayMoreItems {
  float: left;
  width: 325px;
  height: auto;
  margin: 3px;
  padding: 2px;
  overflow: auto;
  clear: both;
}

.manageCampaignTabs {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

/* Create new note */
.notes,
.users,
.emailTemplates,
.reports,
.webleadForms {
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  clear: both;
}

/*
.import {
  float: left;
}
.importData {
  width: 762px; 
  //width: 752px;
  clear: both;
}
*/
.newUser,
.newTask,
.newEmailTemplate,
.newReport {
  width: 420px;
  margin: 2px;
  padding: 2px;
  float: left;
  clear: both;
}

.newTask,
.newEmailTemplate {
  width: 754px;
  padding-right: 2px;
}

.noteItems {
  width: 100%;
}

/*.noteItems {
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    clear: both;
}*/

.taskItems {
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  float: left;
  clear: both;
  width: 750px;
}

/*.taskItemLeft {
  margin-top: 14px;
}*/

/*.taskItemLeft {
  float: left;
  width: 420px;
}
*/
.taskItemLeft {
  width: 100%;
  margin-bottom: 8px;
}

.taskItemRight {
  float: right;
  width: 329px;
  /* //width: 320px; */
  border-left: 1px solid #a3a3a3;
}

/*.oldTasks, .clientContacts, .contactTweets, .caseClients, .associateContacts, .associateClients, .associateCases, .associateOpportunities, .accountUsers, .reportDisplayDiv {
    width: 330px;
    height: 300px;
    float: right;
}*/

.customReportsDisplayDiv,
.standardReportDisplayDiv {
  height: 484px;
}

.manageCampaignWidget {
  height: auto;
  margin: 1px;
  padding: 1px;
}

.manageCampaignDateLabel {
  float: left;
  clear: both;
  padding-right: 2px;
  margin-top: 5px;

  font-size: 14px;
  width: 44px;
}

.roiAnalysis,
.leadAndOpportunityGeneratedGraph,
.campaignsPieGraphFilterComponents,
.campaignsBarGraphFilterComponents {

  font-size: 14px;
}

#campaignLeadGeneratedGraph,
#campaignOpportunityGeneratedGraph {
  width: 300px;
  height: 130px;
}

.campaignLeadGeneratedGraphDummy {
  background-image: url("/images/iscroll_images/campaign_lead.png");
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
}

.campaignOpportunityGeneratedGraphDummy {
  background-image: url("/images/iscroll_images/campaign_opportunity.png");
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
}

/* .campaignsPieGraphFilterComponents {
    width: 360px;
    margin: 2px;
    padding: 2px;
    height: 250px;
    overflow: hidden;
    float: left;
} */

/* .campaignsBarGraphFilterComponents {
    width: 725px;
    margin: 2px;
    padding: 2px;
    height: 250px;
    overflow: hidden;
    float: left;
} */

.opportunitiesBarGraphFilterComponents .graphHeading,
.campaignsBarGraphFilterComponents .graphHeading {
  margin-bottom: 64px;
}

#campaignStageGraph,
#campaignStatusGraph {
  height: 225px;
  width: 315px;
  float: left;
}

.campaignStageGraphDummy {
  background-image: url("/images/iscroll_images/campaign_pipeline_stage.png");
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
}

.campaignStatusGraphDummy {
  background-image: url("/images/iscroll_images/campaign_pipeline_status.png");
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
}

#campaignRevenueGraph,
#campaignProfitGraph {
  height: 180px;
  width: 315px;
}

.campaignRevenueGraphDummy {
  background-image: url("/images/iscroll_images/campaign_revenue.png");
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
}

.campaignProfitGraphDummy {
  background-image: url("/images/iscroll_images/campaign_profit.png");
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
}

.campaignAssociates {
  width: calc(50% - 20px);
  float: left;
  margin: 10px;
}

.campaignAssociateContactsIscroll,
.campaignAssociateClientsIscroll,
.campaignAssociateCasesIscroll

/* .campaignAssociateOpportunitiesIscroll, */
  {
  height: 180px;
  width: 360px;
}

#caseStatusInCampaign,
#opportunityStatus,
#contactStatus,
#recordStatus {
  font-size: 14px;
}

#opportunityStatus>label {
  padding: 4px 8px;
}

/* .manageCampaignRadioGroupDiv {
    float: right;
} */

.importFieldMap,
.displayFieldMap,
.importDone,
.displayImportCompleteDetails {
  height: auto;
}

.displayImportCompleteDetails {
  margin: 5px;
  padding: 5px;
  font-size: 16px;

}

.associateContacts,
.associateClients,
.associateCases,
.associateOpportunities {
  height: 214px;
}

.oldNotes,
.advancedSearchResult,
.importFieldMap,
.dashBoardTasks {
  height: 600px;
  margin: 2px;
  padding: 2px;
  clear: both;
}

.pageMiddleElementHolder {
  width: 63%;
  height: 100%;
  clear: right;
}

.rightSidebar {
  width: 30%;
  height: 100%;
  background: #fff;
  padding: 18px;
  border-radius: 6px;
  /* height: calc(100vh - 200px); */
  overflow: auto;
}

.manage-section .rightSidebar {
  width: 50%;
}

.manage-section .pageMiddleElementHolder {
  width: 45%;
  order: 1;
}

.rightSidebar>* {
  overflow: hidden;
}

.divider {
  border-bottom: 1px solid #efefef;
  padding-top: 20px;
  clear: both;
}

.communicatorRightSideBarComponent,
.rightSideBarComponentElement {
  margin-bottom: 5px;
  overflow: hidden;
}

.dashBoardTasks {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 16px;
  margin-bottom: 24px;
}

.emailTemplateDisplay {
  height: 240px;
  width: 752px;
}

.defaultEmailTemplateDisplay {
  height: 140px;
  width: 752px;
}

.accountUsers {
  height: 390px;
  border-left: 1px solid #a3a3a3;
}

/* TODO: */
.radioGroupHolder:not(.none) {
  display: flex;
}

/*#outgoingMailServerSecutity .radioGroupHolder { width: 220px; } */

.calendarTextBox,
#calendarInputBox,
#qDueOnCalendarBox,
#qDueEndCalendarBox {
  background: url(../images/calendar.jpg) right no-repeat;
  padding-right: 17px;
  width: 100% !important;
  /*height: 15px;
  float: left;
  margin-left: 18px;
  padding-left: 5px;
  font-family: 'muli';*/
}

/*#qDueon, #qDueEnd { width: 152px; }*/
/* #qDueOnCalendarBox,
#qDueEndCalendarBox {
    width: 60px;
} */

#oppotunityFilterToDt,
#oppotunityFilterFromDt {
  width: 88px;
}

/*.searchBox {
    background: url(../images/search.png) left no-repeat;
    padding-left: 19px;
    padding-left: 2px;
    padding-right: 2px;
    width: 140px;
    height: 15px;
    float: left;
    margin-left: 5px;    
    background-color: #ffffff;
    font-family: 'muli';
}*/
.searchBox .globalSearchBox {
  margin-left: 0px;
}

div.text_clear_button,
span.text_clear_button {
  background-image: url("/images/clear-button.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 24px 18px;
  width: 24px;
  height: 18px;
  margin: 0;
  padding: 0;
  z-index: 1;
  position: absolute;
  cursor: pointer;
}

div.text_clear_button:hover,
span.text_clear_button:hover {
  opacity: 0.6;
}

.menuDelBtn {
  opacity: 0.4;
}

.menuDelBtn:hover {
  opacity: 0.6;
}

.icon-right {
  float: right;
  margin: 0px;
  padding: 0px;
  margin-right: -14px;
  margin-top: -4px;
  margin-left: -6px;
}

.radio {
  font-size: 1.1em;
  /* float: left; */
}

.radioLabel {
  padding-left: 3px;
  font-size: 14px;
  color: #333333;
  text-align: left;

  /* float: left; */
}

.fade {
  color: #dddddd;
  border-color: #dddddd;
}

.recLeft {
  width: 120px;
  border-right: 3px dotted #000000;
  float: left;
  margin-right: 34px;
}

.recRight {
  float: left;
  margin: 2px;
  width: 290px;
}

.interval,
.recurrenceType {
  width: 290px;
}

/* Schedule popup */
.scheduleItems {
  float: left;
  clear: both;
}

.scheduleItemLeft {
  float: left;
  margin: 3px;
  margin-bottom: 5px;
  clear: both;
}

/* select box style */
/*
.selectBox {
  float: left;
  vertical-align: middle;
  background-color: transparent;
  height: 19px;
  font-family: 'muli';
  padding-left: 2px;
  padding-right: 7px;
  margin-left: 18px;
  font-size: 14px;
}
*/

.filterOptionCombo,
.globalSearchCombo {
  float: left;
  background-color: transparent;
  border: 0;
  font-size: 14px;
  padding-right: 2px;
}

/*.multiConditionCombo, .tableFieldSelectorCombo, .customFieldCombo, .ebMultiConditionCombo {
  float: left;
  width: 80px;
  margin-left: 2px;
}*/
.valueSelectorMultiConditionCombo {
  margin-left: 18px;
}

.ebOnChangeCombo {
  width: 115px;
  margin-top: 0px;
  padding-top: 0px;
}

option {
  border-right: 1px solid #d6bb86;
  border-left: 1px solid #d6bb86;
}

option:hover {
  cursor: pointer;
}

/* Login Registration style */
.box {
  padding: 5px;
  height: auto;
  width: 350px;
  margin: 2px;
  float: left;
}

/*.headerLink,*/
.editLink,
.backLink,
/*.addToMenuLink,*/
.manageLink,
.refreshLink {
  float: right;
  /*margin-right: 5px;*/
  /*font-size: 14px;*/

}

.headerLink {
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.headerLink>.ui-icon {
  margin-left: 13px;
}

.ui-icon-saving {
  background-image: url("../images/loading.gif");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -99999px;
}

/** mygrid style **/
/* .cell-location {} */
.loading-indicator {
  display: inline-block;
  padding: 5px;
  background: white;
  opacity: 0.5;
  color: black;
  font-size: 14px;
  z-index: 9999;
  border: 1px solid #aaaaaa;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  box-shadow: 0 0 5px #aaaaaa;
  -moz-box-shadow: 0 0 5px #aaaaaa;
  -webkit-box-shadow: 0px 0px 5px #aaaaaa;
  text-shadow: 1px 1px 1px white;
}

.loading-indicator label {
  padding-left: 20px;
  background: url("../images/loading.gif") no-repeat center left;
}

.iscrollHolder {
  width: 100%;
  height: 100%;
}

.iscroll {
  width: 100%;
  height: 100%;
}

/*.isrollItemElementCSS {
  float: left;  
  font-family: 'muli';
}
*/

.communicatorDetailsItemHover .isrollItemElementCSS {
  clear: both;
}

/*.isrollItemElement, .isrollItemElementComment { width: 295px; }*/
.isrollItemElementSmall {
  width: 185px;
}

.isrollItemElementExtraMidium {
  width: 230px;
}

/*.isrollItemElementMiddium { width: 265px; //width: 245px; }*/

.isrollItemElementCommentBig {
  width: 400px;
}

.isrollItemElementBig {
  width: 500px;
}

.isrollItemElementExtraBig {
  width: 600px;
}

.isrollItemElementExtraLarge {
  width: 650px;
}

.multiInputDisplay {
  /*float: left;*/
  /*width: 200px;*/
  /*padding-left: 4px;*/
  overflow: hidden;
  clear: both;

  /* font-size: 16px; */
  line-height: 19px;
  /*text-align: justify;*/
}

.docBody {
  width: 100%;
  font-size: 14px;
  line-height: 25px;

  padding: 20px;
  border: 1px solid #ddd;
  /* max-height: 400px; */
  overflow-y: auto;
}

.slick-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  cursor: col-resize;
  width: 4px;
  right: 0px;
  top: 0;
  height: 100%;
}

.slick-sortable-placeholder {
  background: silver;
}

.grid-canvas {
  width: 100% !important;
  position: relative;
  outline: 0;
}

.slick-row {
  position: absolute;
  /* this style is very very important. except this you cant see any item on iscroll movement. */
  background: #fdfdfd;
  /*margin-bottom: 4px;*/
  border: 0px;
  width: 100%;
}

/*.slick-cell > div, 
.slick-cell > div > div, 
.slick-cell > div > div > div {
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 5px;
  background: #fff;
}*/

.slick-cell>div:not(.clear) {
  padding: 8px 12px;
}

.slick-cell {
  border-bottom: 1px solid #efefef;
  width: 100% !important;
  height: auto !important;
}

.slick-cell:hover,
.iscrollItemHover {
  background-color: #dddddd;
}

.slick-cell a:hover {
  border-bottom: 0;
  color: #4567ef;
}

.linkedInProfile {
  overflow-x: auto;
}

.timeEntry_control {
  /* IE only */
  vertical-align: middle;
  margin-left: -22px;
  background: url("/images/spinnerOrange.png") 0 0 no-repeat;
}

#comingTaskBox {
  /*float: left;
  margin:2px;
  margin-left: 5px;
  margin-top: 0;*/
  padding: 2px;
  /*padding-top: 2px;
  height: 15px;
  width: 425px;*/
  overflow: hidden;
  cursor: pointer;
}

#comingTaskBoxHide:hover {
  border: 0;
}

/* liScroll styles */

/*.tickercontainer {
height: 20px; 
margin: 0; 
padding: 0;
width: 438px;
//width: 414px;
overflow: hidden;
float: left;
}*/
.tickercontainer .mask {
  /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  left: 14px;
  top: 2px;
  /*width: 438px;*/
  overflow: hidden;
}

ul.newsticker {
  /* that's your list */
  position: relative;
  left: 450px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.newsticker li {
  float: left;
  /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0;
  padding: 0;
  font-size: 14px;

  /*width: 420px;
  //width: 407px;*/
}

ul.newsticker span {
  margin: 0 14px 0 0;
}

.treeSelect {
  width: 220px;
  z-index: 61;
  height: 181px;
  overflow-y: scroll;
  font-size: 1em;
}

.treeSelect ul {
  padding-left: 14px;
}

.treeSelect ul li {
  padding-left: 5px;
}

.treeSelect ul li.option:hover {
  background-color: #00bedf;
}

.treeSelect ul li {
  cursor: default;
  list-style: none;
  width: 175px;
}

.treeSelect ul li.darr {
  background-color: #00b5d5;
}

.noteMoreOptionDisplayer,
.noteMoreOptionSeparator {
  margin-left: 3px;
  font-size: 9px;
  margin-top: 4px;
  float: right;
  color: #666666;

}

.noteFormSwitcher {
  margin-right: 34px;
  font-size: 14px;
  margin-bottom: 4px;
  float: right;
  color: #666666;
  padding: 4px 12px;
}

/*.noteFormSwitcherBasic {
  margin-top: -18px;
}*/
.taskCategory {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin-right: 1px;
  padding: 2px 4px;
  vertical-align: top;
  font-family: "muli", "Lucida Grande", "Lucida Sans Unicode", helvetica, arial,
    verdana;
}

/* Bubble style */

div.bubble {
  position: absolute;
  z-index: 5;
}

div.bubble_pointer {
  position: relative;
  margin-top: 14px;
  top: -14px;
  left: -12px;
  /* //z-index: 3003; */
}

div.bubble_arrow {
  background-image: url("/images/default.png");
  background-position: -274px -226px;
  width: 21px;
  height: 14px;
  z-index: 1002;
  left: 50%;
  top: 2px;
  position: absolute;
  margin: 0 auto;
  cursor: pointer;
}

div.left div.bubble_arrow {
  left: 0;
  margin-left: 30px;
}

div.right div.bubble_arrow {
  background-image: url("/images/default.png");
  background-position: -274px -226px;
  width: 21px;
  height: 14px;
  left: auto;
  right: 0;
  margin-right: 30px;
}

div.bubble_wrapper {
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  z-index: 5;
  background-color: #fff;
  border-top: 14px solid #fff;
  border-radius: 1rem;
  position: absolute;
  left: -12px;
  width: 218px;
}

#menuOptions div.bubble_wrapper {
  border-top: 14px solid #eee;
}

.rightSidebar div.bubble_wrapper {
  right: -12px;
  left: auto;
}

#welcomeOptions div.bubble_arrow {
  left: -14px;
}

#welcomeOptions div.bubble_wrapper {
  margin-left: -120px;
}

div.bubble_content {
  padding: 0 14px;
}

/*#guidSearchOptions div.bubble_content, #globalSearchOptions div.bubble_content {padding: 14px 15px 30px 15px;}*/
/*#guidSearchOptions {margin-left: 40px;}*/
/* #menuOptions div.bubble_content,
#comTypeOptions div.bubble_content {
    width: 200px;
} */

#bulkActionOptions .bubble_option>a>div {
  width: 100% !important;
}

#menuOptions div.bubble_content .bubble_option a {
  width: 100%;
  min-height: 40px;
  max-height: 80px;
  padding: 10px;
  font-size: 14px;
  overflow: hidden;
}

#menuOptions>span {
  width: 31px;
  height: 31px;
  margin: 6px;
  padding: 6px;
  background: #f3faff;
  border: 1px solid #c0bebe;
  box-shadow: -1px 1px 1px 1px #c8c8c8;
}

div.bubble_footer {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #dae2e7;
  background-color: #ecf2f4;
  padding: 14px;
  font-size: 14px;
}

div.bubble_footer h5 {
  font-size: 14px;
  margin: 0;
}

div.bubble_footer h6 {
  font-size: 14px;
  color: #888;
  line-height: 1.2em;
  margin: 4px 0 0 0;
  font-weight: normal;
}

div.bubble_footer a {
  text-decoration: none;
}

div.bubble_flash {
  color: #808080;
  background-color: #d1e7db;
  padding: 5px 15px;
  margin: 14px 0;
  font-size: 14px;
  border-top: 1px solid #c8dbd1;
  border-bottom: 1px solid #c8dbd1;
  line-height: normal;
}

div.bubble_flash strong {
  color: #222;
}

div.bubble p {
  font-size: 14px !important;
  margin: 0 0 14px !important;
}

div.bubble a {
  font-weight: normal !important;
  width: 100%;
  padding: 12px;
}

div.bubble a.admin {
  border: none !important;
  text-decoration: underline !important;
}

div.bubble_menu_center {
  width: 0px;
  margin: 0 auto;
  overflow: visible;
}

.bubble_option {
  font-size: 14px;
  clear: both;
}

/* .bubble_option:nth-child(2n + 1):not(#menuBar .bubble_option) {
  background: #ededed;
}

.bubble_option:nth-child(2n + 2):not(#menuBar .bubble_option) {
  background: #f9f9fc;
} */

.bubble_option a {
  text-decoration: none;
  /*color: #222222;*/
  /*font-family: 'muli';*/
}

.bubble_option a:hover {
  color: #0047b3;
  background-color: #f5f5f5;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.bubble_option a.selected {
  color: #0047b3;
  background-color: #f5f5f5;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.menuTargetText {
  font-size: 16px;
  color: #222222;
  float: left;
  cursor: pointer;
}

.menuTargetText:hover {
  color: #222222;
  border-bottom: 1px dotted #000000;
}

#quickAdd_select .menuTargetText,
#typeSelect {
  border-bottom: 1px dotted #000000;
}

/*.menuTargetText {
  margin-top: 5px;
  margin-left: 5px;
  float: right;
}*/

/*#comTypeOptions { width: 98px; //width: 90px; }*/
#accountSupportFilterOptions {
  width: 65px;
}

/*.comTypeOption { width: 103px; //width: 95px; }*/
.comUserFor {
  float: left;
  /*margin-left:6px;*/
  color: #222222;
  font-size: 16px;
}

#comTypeOptions .menuTargetText,
#accountSupportFilterOptions .menuTargetText {
  font-size: 18px;
  float: left;

}

#accountSupportFilterOptions .menuTargetText {
  border-bottom: 1px dotted #aaaaaa;
}

#userOptions {
  width: 105px;
  margin-top: 0px;
}

#userOptions .communicatorFilterUserCombo {
  margin-left: 2px;
  width: 100px;
  border: 0px;
}

.communicatorSearchhBox {
  width: 225px;
}

#teUserOptions {
  width: 160px;
  margin-top: 0px;
}

/* #teUserOptions .taskEventFilterUserCombo {
  margin-left: 2px;
  border: 0;
} */

/*.rightSideBarExpandoElement .editableComboDDCInputbox { background: #d9d9d9; }*/

#bulkActionOptions {
  float: left;
}

#bulkActionOptions .menuTargetText {
  /*font-family: 'muli';*/
  font-size: 18px;
  float: left;
  border-bottom: 1px dotted #aaaaaa;
}

#bulkActionOptions .menuTargetText:hover {
  color: #222222;
  border-bottom: 1px dotted #000000;
}

/*#welcomeOptions,*/
#typeSelect {
  margin-left: 4px;
}

.adv-note .sections {
  display: flex;
  flex-flow: row wrap;
}

#welcomeOptions .menuTargetText {
  font-size: 14px;
  color: #aaaaaa;
  float: left;
  border-bottom: 1px dotted #aaaaaa;
}

#welcomeOptions .menuTargetText:hover {
  color: #222222;
  border-bottom: 1px dotted #000000;
}

.menuTargetText:hover {
  border: 0;
}

#notificationOptions {
  float: left;
  margin-bottom: 12px;
}

#notificationOptions .menuTargetText:hover {
  border: 0;
}

/*#typeSelect { padding-top: 4px; margin-left: 4px; }*/

/*.ui-state-hover, .ui-widget-header { border: 1px solid #d9d9d9; }*/

/*.ui-widget { font-size: 14px; }*/


.accountSettingsPage {
  .add-section-head {
    margin: 0;
    padding: 0;
  }

  .itemButtonMiddle {
    padding: 0 !important;
  }
}

.configuration-container,
.smsSettings {
  display: flex;
  /* Ensures sidebar and content are side-by-side */
  width: 95%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 24px;
  outline: 1px solid #e2e8f0;
  border-radius: 1rem;
  margin-top: 5px;
  max-height: 500px;
  ;
  overflow: hidden;
  /* Clips the inner scrollable menu to the container's rounded corners */

  &:active {
    .ui-widget :active {
      outline: 1px solid #e2e8f0 !important;
    }
  }
}

.personalSettings .ui-widget :active {
  outline: 1px solid #e2e8f0 !important;
}

.siteItemsMenu,
.emailSettingMenu,
.preferenceItemMenu,
.smsSettingMenu {
  display: flex;
  flex-direction: column;
  width: 280px;

  /* --- SCROLL LOGIC --- */
  max-height: 900px;
  /* Change max-height to height for consistency */
  overflow-y: auto;
  /* Only the menu scrolls */
  overflow-x: hidden;

  border-right: 1px solid #dfebef;
  padding: 1rem;
  /* Re-added full padding as requested */
  box-sizing: border-box;
}

/* Custom Scrollbar for a production-grade feel */
.preferenceItemMenu::-webkit-scrollbar {
  width: 6px;
}

.preferenceItemMenu::-webkit-scrollbar-track {
  background: transparent;
}

.preferenceItemMenu::-webkit-scrollbar-thumb {
  background: #dfebef;
  border-radius: 10px;
}

.preferenceItemMenu::-webkit-scrollbar-thumb:hover {
  background: #ccdeff;
}

/* --- Wrapper & Option Styles --- */
.displayPreferenceList.preferenceItems,
.emailSettingItems,
.siteItems {
  background-color: transparent !important;
  border: none !important;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
  width: 100%;
}

.prefOption,
.emailSettingItems,
.siteItems,
.prefOption {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  margin-bottom: 4px !important;
  text-decoration: none;
  color: #475569;
  font-size: 14px;
  font-weight: 500;
  border-radius: 1rem;
  /* Rounded pill style */
  transition: all 0.2s ease;
  cursor: pointer;
}

/* Hover State */
.prefOption:hover,
.emailSettingItems:hover,
.siteItems:hover {
  background-color: #e8efff;
  color: #1e40af;
}

/* Active State (Updated for your JS .active-nav class) */
.active-nav,
.active-nav .prefOption {
  background-color: #ccdeff !important;
  color: #1e3a8a !important;
  font-weight: 700;
  border-radius: 1rem;
}

/* Right content container */
.prefDisplayFrame {
  flex: 1;
  /* Takes up remaining width */
  height: 500px;
  /* Matches the menu height */
  background: white;
  overflow: scroll;
}

/* --- 4. Hover States --- */
.prefOption:hover,
.emailSettingItems:hover,
.siteItems:hover {
  background-color: #e8efff !important;
  /* Lightest Blue */
}

/* --- 5. Active/Selected State --- */
/* This works with your JS change to .addClass('active-nav') */
.active-nav,
.active-nav .prefOption,
.prefOption.selected {
  background-color: var(--custom-menu-item-color) !important;
  /* Your Theme Blue */
  color: var(--accent-color) !important;
  font-weight: 700 !important;
  position: relative;
}

/* --- 6. Scrollbar Styling (Optional for long menus) --- */
.preferenceItemMenu::-webkit-scrollbar {
  width: 5px;
}

.preferenceItemMenu::-webkit-scrollbar-thumb {
  background: #dfebef;
  border-radius: 10px;
}



/* .preferenceItemMenu {
    width: 124px;
} */
.prefOption {
  width: 100%;
  height: 100%;
  color: var(--accent-color);
}

.emailSettingMenu {
  width: 100%;
  background-color: #ffffff;
}

.siteItems,
.emailSettingItems,
.preferenceItems {
  margin-bottom: 14px;
  /* width: 70px; */
  float: left;

  font-size: 16px;
}

.siteItems {
  clear: both;
}

.preferenceItems {
  width: calc(100% - 4px);
}


#prefDisplay,
#smsSettingsPrefDisplay {
  border: 0;
}

/*#letterHeadsInFrame, #emailTemplatesInFrame, #mailAccountSetupInFrame { width: 730px; }*/

/*#letterHeadsInFrame {
  padding: 50px;
}*/

.emailSettingsFrame body {
  padding: 50px !important;
}

.tabHeading {
  font-size: 14px;
  /*height: 20px;*/
}

.showMoreWidget {
  float: right;
}

.showMoreWidget,
.dynamicAddClient,
.dynamicAddBO {
  cursor: pointer;
  margin-top: 8px;
  padding: 4px 8px;
  background: #eee;
  color: #000000;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px #bbb;
  transition: background-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
}

.dynamicAddClient,
.dynamicAddBO {
  position: absolute;
  right: 34px;
  /* bottom: -24px; */
  bottom: 0;
}

.showMoreWidget:hover,
.dynamicAddClient:hover,
.dynamicAddBO:hover {
  background: #ddd;
  color: #000000;
  border-radius: 6px;
  box-shadow: 0px 1px 2px 2px #aaaaaaa0;
}

#pageErrorDisplay {
  position: fixed;
  top: 70px;
  left: 20%;
  width: 65%;
  height: 0px;
  z-index: 100;
  border: 0;
}

#pageErrorDisplay>div {
  width: 70%;
}

#messageBox {
  margin-top: 2px;
  /*font-family: 'muli', Verdana, Arial, Helvetica;*/
  font-size: 16px;
  box-shadow: 12px 12px 18px 24px #dddddd82;
}

#pageErrorDisplayHide:hover {
  border: 0;
}

ul.auto-list {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1005;
  overflow: auto;
  height: calc(100% - 274px);
}

.guidSugesstionItem {
  padding: 8px 12px;
  width: 100%;
  display: flex;
}

.guidSugesstionItem:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.guidSugesstionItemHover {
  background-color: #dfdfdf;
}

.communicationForGuidHolder {
  /*width: 316px;*/
  height: auto;
}

#ta {
  width: 300px;
  height: 100px;
  font-size: 14px;
  font-family: "muli", "Helvetica Neue", Arial;
  white-space: pre;
}

ul.auto-list>li {
  border-bottom: 1px solid #dfdfdf;
  cursor: pointer;
  padding: 2px;
  /* height: 50px; */
  font-size: 14px;
}

mark {
  font-weight: bold;
}

.ui-state-error {
  border: 1px solid #ffffff;
  font-weight: normal;
  color: #4912aa;
}

.sortable-widget {
  position: relative;
}

.ui-widget button {
  font-size: 14px;

}

.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-size: 14px;

}

p {
  margin-top: 4px;
  margin-bottom: 4px;
}

#qcontactClient,
#qcontactLocation,
#qlocation,
#qcaseCategory,
#qcontact,
#qcloseDate,
#qpipeline,
#qestimatedCost,
#qtype {
  width: 180px;
}

/*.filterPipeline { width: 185px; width: 190px; }*/

.filterUser {
  width: 165px;
}

/*.filterCaseUser { width: 95px; }*/
/*.caseUserCombo { width: 90px; margin-left: 1px; }*/

/*.stageFilter { width: 200px; }*/

/* .flagFilter {
    width: 150px;
} */

/*.orderbyFilter { width: 100px; }*/
/* .orderbyChronologyFilter {
    width: 80px;
} */

.calendricalDatePopup {
  background: white;
  border: solid 1px #999999;
  padding: 2px;
  text-align: center;
  width: 160px;
}

.calendricalDatePopup table {
  border-collapse: collapse;
  width: 160px;
}

.calendricalDatePopup table .monthCell {
  padding: 2px 0;
}

.calendricalDatePopup table .monthCell a {
  display: block;
  float: left;
  line-height: 20px;
}

.calendricalDatePopup table .monthCell .prevMonth,
.calendricalDatePopup table .monthCell .nextMonth {
  width: 24px;
}

.calendricalDatePopup table .monthCell .monthName {
  width: 114px;
}

.calendricalDatePopup table a {
  text-decoration: none;
}

.calendricalDatePopup table th {
  text-align: center;
}

.calendricalDatePopup table td {
  text-align: center;
  font-size: 14px;
  padding: 0;
}

.calendricalDatePopup table td a {
  display: block;
  color: black;
  padding: 2px 3px;
}

.calendricalDatePopup table td a:hover {
  background: #ccccff;
  border: none;
  padding: 2px 3px;
}

.calendricalDatePopup table td.today a {
  background: #eeeebb;
}

.calendricalDatePopup table td.selected a {
  background: #ccccff;
}

.calendricalDatePopup table td.today_selected a {
  background: #eeeebb;
  border: solid 1px #dddd66;
  padding: 1px 2px;
}

.calendricalDatePopup table td.nonMonth a {
  color: #999999;
}

.calendricalTimePopup {
  background: white;
  border: solid 1px #999999;
  width: 114px;
  height: 130px;
  overflow: auto;
  z-index: 1;
}

.calendricalTimePopup ul {
  margin: 0;
  padding: 0;
}

.calendricalTimePopup ul li {
  list-style: none;
  margin: 0;
}

.calendricalTimePopup ul li a,
.calendricalTimePopup ul li a:visited {
  text-indent: 14px;
  padding: 4px;
  display: block;
  color: black;
  text-decoration: none;
}

.calendricalTimePopup ul li a:hover,
.calendricalTimePopup ul li.selected a {
  background: #ccccff;
}

.calendricalEndTimePopup {
  width: 160px;
}

.communicatorGraphDisplayComponents {
  height: auto;
  width: 315px;
}

.upgradesModuleDataHolder,
.upgradesPlanDataHolder {
  float: left;
  width: 230px;
  padding-bottom: 5px;
  margin: 14px;
}

.upgradesModuleDisplay,
.upgradesPlanDisplay {
  float: left;
  width: 220px;
  margin: 4px;
  font-size: 14px;
  clear: both;

  text-align: center;
}

.upgradesDisplayTitle {
  font-size: 18px;
  font-weight: normal;
}

#quickCommunicator {
  float: left;
  cursor: pointer;
}

#associateContact,
#associateClient {
  width: 280px;
}

#associateContact .inputBox,
#associateClient .inputBox {
  width: 250px;
}

#caCon,
#caCln,
#opCon,
#opCln,
#caOpp,
#caCas,
#clCon,
#clCas,
#clOpp {
  height: 150px;
}

#contactList,
#leadList,
#clientList,
#caseList,
#supportList,
#dtsList,
#campaignList,
#opportunityList,
#taskList,
#noteList,
#knowledgeList,
#businessRuleList,
#todoList,
#cusReport,
#purchaseList,
#cboInstanceList,
.cboInstancesDetailsIscroll .vbdIscroll {
  height: 600px;
}

#ctTask,
#ctEvent,
#ctKnowledge,
#busRule {
  height: 550px;
}

#ctTodo {
  height: 284px;
}

.blankIscrollMsg {
  padding-left: 2px;
}

form {
  /* display: none; */
  /* May break praetor */
  width: 100%;
}

.showCommunicatorCommandHelpDiv {
  padding: 2px;
}

*:focus {
  outline: none;
}

.multiModuleItemInputbox {
  width: 60px;
}

.multiModuleItemCombo {
  width: 90px;
}

.communicationInFrame {
  border-left: 1px solid #d6d6d6;
  float: right;
  width: 330px;
}

.taskEventPersonalNotificationReminderType {
  width: 90px;
  margin-left: 2px;
}

.wingManMultiItemInputbox {
  width: 150px;
}

.wingManCustomItemInputbox {
  width: 100px;
}

#description>span.wingManItemDisplay {
  width: 726px !important;
}

.multiDDCEWithInputMultipleItem:not(:last-child) {
  margin-bottom: 24px;
}

.multiDDCEWithInputMultipleItemDisplay,
.multiDDCEWithInputMultipleItemsDisplay {
  display: block !important;
}

.dummyComponent label {
  display: block !important;
  /*width: 100px;*/
  font-weight: 500;
  /*margin-top: 14px;*/
  /*margin-bottom: 4px;*/
}

.items .dummyComponent label {
  display: inline-block;
  /*width: 100px;*/
}

/*.wingManSingleUpload, .wingManSingleUploadDisplay, .wingManTextboxDisplay { width: 650px; }*/

.wingManMultiCustomValueTextarea,
.wingManMultiItemTextarea,
.multiDDCEWithInputMultipleItemTextarea {
  /*width: 120px;
  height: 15px;
   margin-left: 18px;
   margin-bottom: 4px;*/
  resize: none;
  /*float: left;*/
}

.wingManItemDisplay {
  display: inline-block;
  width: 350px;
  margin-left: 18px;
  /*float: left;*/
}

/*.wingManCustomItemsDisplay, .wingManMultipleItemsDisplay, .multiDDCEWithInputMultipleItemsDisplay { float: left; }*/
.multiDDCEWithInputMultipleItemDisplay,
.wingManMultipleItemDisplay,
.wingManCustomItemDisplay,
.wingManDisplayUpload,
.wingManMultipleItemsDisplay {
  /*margin-top: 1px;
  margin-bottom: 1px;
  padding: 2px;
  clear: both;
  min-height: 20px;*/
  display: inline;
  width: auto;
}

.multiDDCEWithInputMultipleItemDisplay>.itemLabel {
  padding-left: 0px !important;
  margin-left: 18px;
}

/* 
.wingManShareRadioGroup {
    float: left;
    display: inline;
} */

.customFieldWidget,
.businessObjWidget {
  /*width: 714px;*/
  height: auto;
  clear: both;
}

.editableComboDDCInputbox {
  /* margin-left: -149px; */
  /* margin-top: 1px;*/
  width: 120px;
  height: 16px;
  border: 0;
  font-size: 14px;
}

.checkboxWithInputCheck {
  margin-left: 18px;
  display: block;
}

.checkboxWithInputText {
  margin-left: 2px;
}

/*#filterClassification { width: 380px; }*/

.LogoContainer1,
.OverlaysBR1 {
  display: none;
}

.dnone {
  display: none;
}

.comBelowR1 {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.comBelowR2 {
  margin-left: 5px;
  margin-top: 15px;
  /*height: 20px;*/
  clear: both;

}

.comBelowR2Left {
  float: left;
}

.comBelowR2Left a {
  font-size: 14px;
  border-bottom: 1px dotted #aaaaaa;
}

#comBelowR #attachment .itemLabel {
  font-weight: normal;
}

#comTypeOptions .menuTargetText:hover {
  color: #222222;
  border: 0;
}

#toolOptions .menuTargetText:hover {
  border: 0;
}

/** To remove space between menu item. */
.ui-buttonset .ui-button {
  margin-right: 0px;
}

#facebookProfile p {
  margin-bottom: 14px;
}

#facebookProfile .elements,
#linkedinProfile .elements,
#twitterProfile .elements {
  border: 1px solid #efefef;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding-left: 5px;
}

#facebookProfile .multiInputLabel,
#linkedinProfile .multiInputLabel,
#twitterProfile .multiInputLabel {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  font-family: "muli", "Lucida Grande", "Lucida Sans Unicode", helvetica, arial,
    verdana;
}

.pKey {
  font-size: 9px;
}

.addStageOpt {
  margin-top: 5px;
}

.stagesDefOpt {
  text-align: center;
  margin-bottom: 7px;
  margin-top: 14px;
  background-color: #eeeeee;
}

#registrationBox {
  margin: auto;
  width: 75%;

}

/*
#registrationBox .title {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 80px;
  clear: both;
  color: #000000;
  font-family: 'muli';
  font-size: 40px; 
}
#registrationBox .title .free {
  color: #6BBA70;
}
#registrationBox .guide {
  color: #666666;
  font-size: 14px;
  margin-right: 155px;
}
*/

#registrationBox .textbox input,
#registrationBox .combo select,
#registrationBox .passwordWithoutSHA1 input {
  /* height: 25px; */
  font-weight: bold;
}

#registrationBox .biginput {
  width: calc(100% - 34px);
  font-weight: bold;
}

.timezoneCombo select option {
  font-weight: normal;
  padding-top: 3px;
  padding-bottom: 3px;
}

#regForm {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 72px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 8px 24px 4px #ddd;
  transition: width 0.3s ease-in-out;
}

#registrationBox .itemLabel {
  font-weight: normal;
  font-size: 16px;
}

#registrationBox .terms {
  color: #666666;
  font-size: 14px;
  margin-top: 20px;
  text-align: justify;
  margin-right: 20px;
  width: 452px;
}

#registrationBox .itemButton {
  width: 100%;
  background-color: #fff;
  box-shadow: none;
  padding: 0;
  padding-bottom: 8px;
}

#certs {
  margin-top: 60px;
}

#certs .seal1 {
  float: left;
  margin-left: 14px;
}

#certs .seal2 {
  float: right;
  margin-right: 20px;
}

#registrationBox #domainPart1 {
  color: #0d5687;
  position: absolute;
  top: 36px;
  left: 10px;
  width: fit-content;
}

#registrationBox .subdomain {
  position: relative;
}

#registrationBox #domainPart2 {
  color: #0d5687;
  position: absolute;
  top: 36px;
  right: 72px;
  width: fit-content;
}

#registrationBox .bigdomaininput {
  padding-left: 72px;
  padding-right: 136px;
}

#registrationBox .treeSelect {
  width: 250px;
  margin-left: 20px;
}

#busy-layering {
  background-color: #dcdcdcb0;
  font-size: 24px;
  font-weight: bold;
}

/* That and down */
@media screen and (max-width: 1360px) {
  #registrationBox {
    width: 70%;
  }
}

/* That and down */
@media screen and (max-width: 936px) {
  #registrationBox {
    width: 80%;
  }
}

/* That and down */
@media screen and (max-width: 900px) {
  #registrationBox {
    width: 95%;
  }

  #regForm {
    padding: 18px;
  }

  #regForm .w-50p {
    width: 100%;
  }

  #couponCode.position-absolute {
    position: relative !important;
    width: auto !important;
  }
}

#registrationBox .title {
  color: #000000;
  margin-bottom: 20px;
  clear: both;
  font-size: 18px;
}

#welcome .regHeader a {
  font-size: 14px;
}

/* #regPay {
    margin-top: 20px;
    margin-left: 150px;
} */

#regPhoto {
  margin-top: 14px;
  margin-left: 2px;
}

.registrationNote {
  width: 250px;
  margin-left: 120px;
  height: 15px;
  margin-top: 14px;
}

#richTag .name,
#richTag .head,
#richTag .val {
  float: left;
}

#richTag {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 16px;
}

#richTag>.clear:not(:first-child) {
  margin-bottom: 18px;
}

#richTag>.head {
  font-weight: bold;
  width: 25%;
  margin-right: 12px;
}

#richTag .name {
  width: 25%;
  margin-right: 12px;
}

#richTag .val {
  width: calc(70% - 32px);
}

#richTag .key {
  color: #222;
}

#fpbulkres {
  font-size: 16px;
}

#mobileSMSTemplate #title input {
  margin-left: 0px;
}

#mobileSMSTemplate .save {
  padding-top: 14px;
  margin-left: 100px;
}

#mobileSMSTemplate #template {
  margin-left: -20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#mobileSMSTemplate #template select {
  width: 255px;
}

.dealWonStatus {
  color: #006e2e;
  font-weight: bold;
}

.dealLostStatus {
  color: #ff1a00;
  font-weight: bold;
}

.dealInProgressStatus {
  color: #c79810;
  font-weight: bold;
}

.manageDealStatus {
  margin-bottom: 3px;
}

.iscrollRefresher {
  font-size: 16px;
  cursor: pointer;
  color: #666666;
  margin-right: 8px;
  padding-right: 8px;
  margin-left: 8px;
  padding-left: 8px;
}

/*.iscrollCountHolder {
  float: right; 
  margin-top: 4px;
}
*/

/* Style for graphs */
@media screen and (max-width: 1374px) {

  .itemLeft:not(.iscrollItemContainer .itemLeft):not(.addUpdateAddressBox .itemLeft),
  .opportunitiesBarGraphFilterComponents .itemLeft,
  .campaignsBarGraphFilterComponents .itemLeft {
    width: 48%;
  }
}

@media screen and (max-width: 730px) {

  .itemLeft:not(.iscrollItemContainer .itemLeft):not(.addUpdateAddressBox .itemLeft),
  .opportunitiesPieGraphFilterComponents,
  .campaignsPieGraphFilterComponents,
  .opportunitiesBarGraphFilterComponents .itemLeft,
  .opportunitiesBarGraphFilterComponents .itemRight,
  .campaignsBarGraphFilterComponents .itemLeft,
  .campaignsBarGraphFilterComponents .itemRight,
  .campaignAssociates {
    width: 100%;
  }

  .campaignAssociates {
    margin: 0px;
  }
}

#reportUserDateFilterContainer .component,
#reportUserDateFilterContainer .dummyComponent {
  margin-bottom: 0;
}

#reportUserDateFilterContainer {
  margin-bottom: 24px;
}

#reportUserDateFilterContainer .itemLabel {
  margin: 0 12px;
}

.customCssItem:not(:first-child),
.customJsItem:not(:first-child) {
  margin-top: 10px;
}

#preferenceValue .customCssItem>.inputBox,
#preferenceValue .customJsItem>.inputBox {
  width: calc(30% - 10px);
  margin-right: 10px;
}

#preferenceValue .customCssItem>.textareaBox,
#preferenceValue .customJsItem>.textareaBox {
  resize: vertical;
  width: 70%;
  height: auto;
  min-height: 120px;
}

#preferenceValue .labelContainer>[for="customCssInputBox"],
#preferenceValue .labelContainer>[for="customJsInputBox"] {
  width: 30%;
}

#preferenceValue .labelContainer>[for="customCssTextarea"],
#preferenceValue .labelContainer>[for="customJsTextarea"] {
  width: 70%;
}

[name="countryCodes"] {
  max-width: 142px !important;
}

.popular-cftag-val {
  float: left;
  margin: 2px;
  padding: 4px 8px;
  color: white;
  background-color: #31aae7;
  cursor: pointer;
  border-radius: 8px;
}

.popular-cftag-val:hover {
  background-color: #299ed8;
}

.accordion {
  width: calc(100% - 34px);
}

.accordion .ui-accordion-header {
  background: #ddd;
  padding: 2px 4px;
}

.accordion .ui-accordion-header .ui-icon {
  right: 0;
  left: auto;
}

.accordion .content {
  padding: 4px;
}

.addedTag {
  display: inline-block;
  margin: 4px;
  padding: 4px;
  border: 1px solid #d8d8d8;
  color: black;
}

.addedTag .tagRemoveIcon {
  background-image: url("/images/xit.gif");
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  width: 10px;
  height: 10px;
  display: inline-block;
}

.tag-hightlight {
  background-color: #d86c5f;
  /* Highlight color */
  transition: background-color 0.5s ease-in-out;
  /* Smooth fade-out */
}

.cftag-container {
  .pupular-cftag-container {
    border: 1px solid #9a9c9d61;
    border-radius: 5px;

    .ui-accordion-header {
      background: #fff !important;
      padding: 1rem 1rem;
      border: none;
      transition: 0.4s ease;

      &:hover {
        background-color: #e6ecff !important;
      }
    }

    .ui-accordion-content {
      padding: 1rem;
      height: max-content !important;
      border: none;
    }
  }
}

.popular-cftag-val,
.addedTag {
  box-sizing: border-box;
  background: #e6ecff;
  color: #000;
  padding: 0.6rem 1rem;
  border-radius: 3rem;
  transition: 0.2s ease;
}

.popular-cftag-val {
  padding-left: 2rem;
  position: relative;
}

.popular-cftag-val::before {
  font-family: serif;
  content: "+";
  position: absolute;
  display: inline-block;
  top: 0.4rem;
  left: 0.8rem;
  font-size: 1.4rem;
  font-weight: 300;
  color: #0a5b90;
}

.popular-cftag-val:hover::before {
  font-weight: bold;
}

.addedTag {
  background: #c6d2fa;

  .tagRemoveIcon {
    position: relative;
    background: none;

    &::before {
      content: "×";
      position: absolute;
      top: -0.65rem;
      right: -0.2rem;
      font-size: 1.5rem;
    }

    &:hover::before {
      color: red;
      font-weight: bold;
    }
  }
}

.popular-cftag-val:hover {
  background: #c8d1f1;
}

.tag-hightlight {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.07);
  animation: flicker 0.3s linear infinite;
}

@keyframes flicker {

  0%,
  100% {
    box-shadow: 0 0 2px var(--flicker-color-1), 0 0 5px var(--flicker-color-1),
      0 0 30px var(--flicker-color-1);
    border: 1px solid var(--flicker-border);
  }

  40% {
    box-shadow: 0 0 8px var(--flicker-color-2), 0 0 10px var(--flicker-color-2),
      0 0 28px var(--flicker-color-2);
  }

  60% {
    box-shadow: 0 0 5px var(--flicker-color-3), 0 0 10px var(--flicker-color-3),
      0 0 20px var(--flicker-color-3);
  }

  80% {
    box-shadow: 0 0 6px var(--flicker-color-2), 0 0 12px var(--flicker-color-2),
      0 0 22px var(--flicker-color-2);
    border: 1px solid var(--flicker-border);
  }
}

.filterComponent.excludeTagComponent {
  margin-left: 8px;
}

.dragging {
  background-color: #f8fff4;
  box-shadow: 0px 4px 4px #ddd;
}


.camera-popup {

  .video,
  .snapshot {
    width: 300px;
    height: 300px;
    object-fit: cover;
    /* Ensures the image scales proportionally to fill the div */
    border: 1px solid #ccc;
    /* Optional border for better visibility */
  }
}

.capture-container {
  .final-snapshot {
    width: 100px;
    height: 100px;
    object-fit: cover;
    /* Ensures the image scales proportionally to fill the div */
    display: none;
    /* Default state is hidden */
    border: 1px solid #ccc;
    /* Optional border for better visibility */
  }
}

/* GLOBAL CSS OVERRIDE */

html {
  /* filter: brightness(0.9) contrast(1.3) !important; */
}

:root {
  --hue-rotate-value: 8deg;
  --negative-hue-rotate-value: calc(-1 * var(--hue-rotate-value));

  --input-border-color: #20b8d2;
  --input-background-color: #dbeaec;
  --overall-background-color: white;
  --background-accent-color-dark: #5a6d92;
  --accent-color: var(--background-accent-color-dark);
  --custom-menu-item-color: #e7edff;
  --accent-color-hovered: #405277;
  --accent-color-danger: #ffa2a2;
  --accent-color-danger-saturated: #ff000063;
  --slick-row-bg-hovered: #b8f0ffe0;
  --iScrollItem-background-color: #93a3ff33;

  --childs-in-line-header-color: #c3dfe8f5;
  --row-actions-button-color: #93d4ff;
  --item-button-bg-color: var(--accent-color);
  --accordion-header-bg: #cae1e7a6;
  --accordion-body-bg: var(--accordion-header-bg);
  --right-sidebar-background-color: #e0faff;
  --large-container-background-color: #e4ffff;

  --default-text-color: var(--background-accent-color-dark);
  --accent-color-success: var(--background-accent-color-dark);
  --slick-row-bg-default: var(--custom-menu-item-color);
}

/* URL replace todo */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap");

@import url("/css/editor.main.min.css");
@import url("https://microsoft.github.io/vscode-codicons/dist/codicon.css");

@font-face {
  font-family: "codicon";
  src: url("/css/font/codicon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.view-lines * {
  font-family: "Fira Code", monospace !important;
  font-weight: normal !important;
  font-optical-sizing: auto;
}

.monaco-editor .codicon {
  font-family: "codicon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ibwrapper {
  textarea {
    border-radius: 0 !important;
    border-color: rgb(225, 225, 225) !important;
  }
}

.overflow-guard {
  border-left: 6px solid #4490c2;
  border-bottom-left-radius: 0.8rem !important;
  font-family: "Fira Code", monospace !important;
}

body {
  font-family: "Open Sans", sans-serif;

  button,
  input,
  select,
  textarea {
    font-family: inherit;
  }
}

body {
  background: white !important;
}

/* Target the scrollbar itself */
::-webkit-scrollbar {
  width: 8px;
  /* For vertical scrollbars */
  height: 8px;
  /* For horizontal scrollbars */
}

/* Target the track */
::-webkit-scrollbar-track {
  background: #f7f7f7;
}

/* Target the draggable handle */
::-webkit-scrollbar-thumb {
  background: #dfe0e6;
  border-radius: 10px;
}

/* Change color on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}


.fas,
.fa-solid,
.fab,
.fa-classic,
.fa-brands {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 600 !important;
}


.fa-regular,
.far {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400 !important;
}

.rightSidebarComponent .econtent {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  color: black;
  gap: 0.3rem;

  .inputBoxDisplay {
    padding: 0.6rem;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    margin: 0 !important;

    .multiInputLabel {
      color: var(--accent-color);
    }

    .multiInputDisplay {
      margin: 0;
    }
  }
}

.tagUpdateWidget, #updateNotification-form {
  padding: 0.6rem;
}

.rightSidebarComponent .econtent.none {
  display: none;
}

.level1-menu {
  border-right: 1px dashed rgb(185, 185, 185) !important;
  padding: 1rem;

  h4 {
    border: none !important;
  }

  .section-list {
    li a {
      border-radius: 3rem;
      border: none !important;
      box-shadow: none !important;
      background: #dfebef;
      margin-bottom: 1rem;
    }
  }
}

.pageContent,
.col {
  background: white;
}

.pageContentComponent {
  color: black;

  .rightSidebar {
    border: 1px dashed rgb(185, 185, 185);
    border-radius: 1rem;
    padding: 1rem;
    margin-top: 1rem;
    position: relative !important;

    a[title="QR Code"] {
      position: absolute;
      right: 2rem;

      img {
        height: 30px;
        filter: contrast(2);
      }
    }
  }

  .pageMiddleElementHolder {
    border: 1px dashed rgb(185, 185, 185) !important;
    border-radius: 1rem;
    padding: 2rem;
    margin-top: 1.2rem;
  }

  .ui-widget-header {
    background: #648fa02e;
  }
}

.custom-dropdown {
  position: relative;
  display: inline-block;
}

.custom-dropdown-button {
  padding: 13px 27px;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s ease;
  border-radius: 3rem;
  background: var(--accent-color);
  color: white;
}

.custom-dropdown-button:hover {
  background: var(--accent-color-hovered);
}

.custom-dropdown-content {
  display: none;
  /* Initially hidden */
  position: absolute;
  top: 84px;
  right: 2rem;
  width: 40%;
  max-height: 75vh;
  overflow-y: auto;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 1rem;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 99;
  padding: 1.2rem;
}

.custom-menu-search-dropdown {
  position: fixed !important;
  top: 202.2px;
  width: 262.8px;
  right: unset;
  left: unset;

  .custom-list-item {
    background: none !important;
    text-align: left;
    padding: 10px 10px !important;
    border: none;
    outline: none;
    text-decoration: none;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .custom-list-item.selected {
    background: var(--custom-menu-item-color, #dff9ff) !important;
  }

  .custom-list-item:hover {
    background: var(--custom-menu-item-color, #dff9ff) !important;
    color: black !important;
  }

  .pinned-status-text {
    font-style: italic;
    font-size: 11px;
    color: #888;
    white-space: nowrap;
    margin-left: auto;
  }

  .custom-list-item .pin-icon {
    visibility: hidden;
    opacity: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
    cursor: pointer;
    font-size: 12px;
    color: #666;
  }

  .custom-list-item:hover .pin-icon {
    visibility: visible;
    opacity: 1;
  }

  .custom-list-item .pin-icon:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
  }
}

.custom-menu-dropdown-button {
  position: absolute;
  top: 140px;
  left: 172px;
  background: var(--accent-color);
  height: 45px;
  width: 4.6rem;
  border-radius: 2rem;
  color: white;
}

.custom-dropdown-content.active {
  display: block;
  /* Display dropdown when active */
}

.custom-search-input {
  width: 100%;
  padding: 8px;
  margin: 4px 0;
  box-sizing: border-box;
  border: 2px solid var(--accent-color);
  border-radius: 4px;
  font-size: 14px;
}

.custom-dropdown-content::after {
  font-family: "Font Awesome 6 Free";
  content: "\f002";
  font-weight: bold;
  font-size: 1.2rem;
  pointer-events: none;
  color: gray;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.custom-header-left {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.custom-list-item {
  display: block;
  padding: 1rem;
  cursor: pointer;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.custom-list-item:hover {
  background-color: #dfe6e7;
  color: var(--accent-color);
}

.custom-list-item.selected {
  background-color: #dfe6e7 !important;
  color: var(--accent-color);
}

.custom-list-item:focus {
  outline: none;
  background-color: #dfe6e7;
  color: var(--accent-color);
}

.level1-menu {
  padding-top: 120px;
  /* border-right: 1px dashed var(--accent-color); */

  margin-left: -1.5rem;
  padding-left: 1.5rem;

  &::after {
    content: "Your Customized Menu";
    display: flex;
    position: absolute;
    top: 42px;
    padding-left: 15px;
    height: 50px;
    font-weight: bold;
    font-size: 16px;
    color: black;
    width: 100%;
    align-items: center;
  }

  &::before {
    content: "Drag and drop the menu items to reorder them to your liking.";
    display: flex;
    position: absolute;
    top: 80px;
    padding-left: 16px;
    height: 50px;
    font-size: 12px;
    color: black;
    width: 81%;
    align-items: center;
  }

  h4 {
    display: none;
  }

  #menuBar {
    height: 100%;

    .section-list .menuItems {
      background-color: var(--custom-menu-item-color);
      border: none;
      border-radius: 45px;
      width: 90%;
      margin-left: 16px;
    }

    .section-list .menuItems:hover {
      background-color: #dce8ff;
    }

    .section-list>li>a>span>span>span.ui-icon-close {
      /* background: red; */
      margin-top: 0;
    }

    .section-list li a.ui-state-active {
      background: #ccdeff;
      font-weight: bold;
    }

    .section-list li a.ui-state-active {
      background: #ccdeff;
      font-weight: bold;
    }

    .section-list li a.ui-sortable-helper {
      transform: scale(0.9);
    }

    #menuOptions {
      position: relative;
      border-radius: 50px;
      background: none;
      background-color: var(--background-accent-color-dark);
      border: 2px solid transparent;
      cursor: pointer;
      width: 125px;
      line-height: 13px;
      height: 52px;
      margin: 20px 20px;
    }

    .menuTargetText {
      display: none;
    }

    #menuOptions::after {
      content: "+ More Items";
      width: 100px;
      color: white;
      position: absolute;
      top: calc(34%);
      left: 10%;
    }

    #menuOptions .menuTargetText {
      background: transparent;
      border: none;
      outline: none;
      box-shadow: none;
    }

    .ui-buttonset,
    .ui-sortable {
      background: var(--input-background-color);
    }

    .bubble_content .ui-state-default {
      border-radius: 45px;
      border: none !important;
      background: var(--custom-menu-item-color);
      text-align: left;
      padding: 1rem 1rem !important;
      margin-top: 1rem;

      &:hover {
        background: #ccdeff !important;
      }
    }

    .bubble_wrapper {
      margin-top: 33px;
      left: -78px;
      width: 17.7rem;
      background-color: white;
      border-top: none;
    }

    .bubble_menu_center {
      .bubble_pointer {
        .bubble_arrow {
          top: 35px;
        }
      }
    }

    .bubble_wrapper .bubbleContentOption {
      border: 1px solid #2c5160;
      border-radius: 45px !important;
      cursor: pointer;
    }

    .bubble_wrapper .bubbleContentOption:hover {
      border-radius: 45px;
    }
  }
}

.level2-menu {
  background-color: var(--background-accent-color-dark) !important;
  transition: 0.4s ease;
  padding: 0 0 10px 8px !important;
  width: 5.5rem !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  box-shadow: 0px 0px 8px #317ca673;

  .icon-list {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0rem;
    align-items: flex-end;

    li {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      height: 4rem;
      width: 4rem;
      transition: 0.2s ease;
      padding-right: 0.8rem;
      position: relative;

      &:hover {
        background-color: #8594b9f5 !important;
        border-top-left-radius: 2rem;
        border-bottom-left-radius: 2rem;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding-left: 0rem;
      }

      a img {
        display: none;
      }

      a:hover::after {
        color: white;
      }
    }

    .selected-l2 {
      border-top-left-radius: 2rem;
      border-bottom-left-radius: 2rem;
      background: #e1f5f8;
      margin-right: -0.2rem;
      padding-left: 1rem;

      &:hover {
        padding-left: 0.8rem;
      }

      a::after {
        color: #5a8aa5 !important;
      }

      a:hover::after {
        color: white !important;
      }
    }

    li:first-child {
      a::after {
        font-family: "Font Awesome 6 Free";
        content: "\f0c0";
        font-weight: bold;
        font-size: 2rem;
        pointer-events: none;
        color: white;
      }
    }

    li:nth-child(2) {
      a::after {
        font-family: "Font Awesome 6 Free";
        content: "\f200";
        font-weight: bold;
        font-size: 2rem;
        pointer-events: none;
        color: white;
      }
    }

    li:nth-child(3) {
      a::after {
        font-family: "Font Awesome 6 Free";
        content: "\f46d";
        font-weight: bold;
        font-size: 2rem;
        pointer-events: none;
        color: white;
      }
    }

    li:nth-child(4) {
      a::after {
        font-family: "Font Awesome 6 Free";
        content: "\f0ae";
        font-weight: bold;
        font-size: 2rem;
        pointer-events: none;
        color: white;
      }
    }

    li:nth-child(5) {
      a::after {
        font-family: "Font Awesome 6 Free";
        content: "\f31c";
        font-weight: bold;
        font-size: 2rem;
        pointer-events: none;
        color: white;
      }
    }
  }
}

.level2-menu li {
  transition: 0.04s ease;
}

.level2-menu li:hover {
  background: #2e5e71;
  border-radius: 10px;
  padding: 2px;
}

main.main-section {
  .newLink {
    .ui-state-default {
      background: none;
      background-color: var(--accent-color) !important;
      padding: 0.7rem 1rem;
      border-radius: 4rem;
      font-weight: 500 !important;
      border: 1px solid transparent !important;
      border: none;
      color: white;

      a {
        color: white !important;
      }

      .ui-icon {
        filter: invert(1);
      }

      &:hover {
        background-color: var(--accent-color-hovered) !important;
        border: 1px solid gray;
      }
    }
  }

  .add-section-head {
    display: flex;
    justify-content: space-between;

    & div:first-child {
      flex: 1 !important;
    }

    .new-adder {
      background: unset;

      &:hover {
        background: unset;
      }
    }

    .new-adder .ui-state-default {
      background: none;

      background-color: var(--accent-color) !important;
      padding: 0.7rem 1rem;
      border-radius: 4rem;
      font-weight: normal;
      border: 1px solid transparent !important;
      border: none;

      .ui-icon {
        filter: invert(1);
      }

      a {
        color: white !important;
      }

      &:hover {
        color: white;
        background-color: var(--accent-color-hovered) !important;
        border: 1px solid gray;
      }
    }

    .new-adder {

      .newLink,
      .ui-state-error-text {
        .ui-state-default {
          background: none;

          background-color: var(--accent-color) !important;
          padding: 0.7rem 1rem;

          font-weight: normal;
          border: 1px solid transparent !important;
          color: white;

          .ui-icon {
            filter: invert(1);
          }

          &:hover {
            background-color: var(--accent-color-hovered) !important;
            border: 1px solid gray;
          }
        }
      }

      .ui-state-error-text .ui-state-default {
        background-color: var(--accent-color-danger) !important;

        &:hover {
          background-color: #ff8181e6 !important;
        }
      }
    }
  }
}

div[field="guid"] {
  display: flex;
  align-items: center;
}

.col {
  width: 80% !important;
}

div:has(> .embeddedObjectBoxParent) {
  grid-column: 1 / -1 !important;
}

@import url("/css/codemirror.min.css");
@import url("/css/mdn-like.min.css");
@import url("/css/dialog.min.css");
@import url("/css/foldgutter.min.css");
@import url("/css/show-hint.min.css");

textarea[name="customJsTextarea"],
textarea[name="customCssTextarea"] {
  all: unset;
}

.CodeMirror {
  width: 93%;
  transition: 0.3s ease;
  font-family: consolas, "Courier New" !important;

  * {
    font-family: consolas, "Courier New" !important;
  }
}

.CodeMirror-hints {
  z-index: 9999 !important;
}

#customJsTab,
#customCssTab {
  * {
    z-index: inset;
  }

  .tool-container {
    /* right: 45px !important; */
    display: block;
  }

  .tool-container.display-flex {
    display: flex !important;
    flex-direction: row !important;
  }

  #preferenceValue {
    .multiItemChild {
      margin-top: 2rem;

      &::before {
        position: absolute;
        text-indent: 0 !important;
        border-right: 1px solid #e3e3e3;
        top: 7px;
        left: 15px;
        color: var(--accent-color);
        font-family: "Font Awesome 6 Free";
        content: "\f0ac";
        font-size: 1rem;
        font-weight: bold;
        z-index: 3;
        height: 20px;
        width: 26px;
        padding: 0.2rem 0rem;
      }
    }
  }

  .display-flex {
    flex-direction: column;
  }

  .function-sidebar {
    overflow-x: hidden;

    .function-list-item {
      color: gray;

      &:hover {
        color: var(--accent-color);
      }
    }
  }

  .CodeMirror {
    border-top: 1px dotted rgba(0, 83, 159, 0.65);
    margin-top: -0.4rem;
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
  }

  .CodeMirror:focus {
    height: 50rem !important;
  }

  .CodeMirror-dialog-top {
    background: #e1fffc;
    padding: 0.5rem 4rem;
  }

  .CodeMirror-search-field {
    width: 100% !important;
    padding: 5px;
    border-radius: 0px !important;
    background: #ffffffa3 !important;
    display: block;
  }

  .CodeMirror-search-label {
    font-weight: bold;
  }

  input[name="customJsInputBox"],
  input[name="customCssInputBox"] {
    width: 93% !important;
    border: none !important;
    background: white !important;
    padding: 0 3rem;
    font-family: consolas, monospace !important;
    color: var(--accent-color);
    position: relative;
    text-indent: 0 !important;
    font-weight: bold;
    box-shadow: none;
    border-left: 6px solid rgba(0, 83, 159, 0.65) !important;
  }
}

.personalSettings {
  padding: 1.4rem 0rem 2rem 0rem !important;
  border-radius: 2rem !important;

  .ui-widget-header {
    background: white;
    top: 3rem;
    padding: 2rem 0;
  }
}

#preferenceValue {

  input[name="customJsInputBox"],
  input[name="customCssInputBox"] {
    border-top-right-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
  }
}

.accordion-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.accordion-header {
  background-color: #f9f9f9;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.accordion-body {
  padding: 10px;
  background-color: #fff;
  border-top: 1px solid #ccc;
}

.accordion-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.edit-button {
  text-decoration: none;
  color: blue;
  font-size: 0.9rem;
}

.pageContentComponent .add-section-head {
  position: static !important;
}

.personalSettings:has(#customCssTab) {
  .ui-tabs-nav {
    position: static !important;
  }
}

.personalSettings:has(#customJsTab) {
  .ui-tabs-nav {
    position: static !important;
  }
}

/* Search Bar Container */
#customJsTab #preferenceValue .labelContainer div,
#customCssTab #preferenceValue .labelContainer div {
  position: relative;
  width: 100%;
  max-width: 93%;
  /* Adjust width as needed */
}

/* Search Input */
#customJsTab #preferenceValue .labelContainer input[type="text"],
#customCssTab #preferenceValue .labelContainer input[type="text"] {
  width: 100%;
  padding: 10px !important;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  transition: border-color 0.3s ease;
}

#customJsTab #preferenceValue .labelContainer input[type="text"]:focus,
#customCssTab #preferenceValue .labelContainer input[type="text"]:focus {
  border-color: var(--accent-color);
  border-width: 2px;
}

/* Result List */
#customJsTab #preferenceValue .labelContainer ul,
#customCssTab #preferenceValue .labelContainer ul {
  position: absolute;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  border-radius: 1rem;
  margin-top: 2px;
  padding: 0;
  height: 250px;
  max-height: 250px !important;
  overflow-y: auto;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  /* Hidden by default */
}

/* Result List Items */
#customJsTab #preferenceValue .labelContainer ul li,
#customCssTab #preferenceValue .labelContainer ul li {
  list-style: none;
  padding: 10px !important;
  font-size: 14px;
  cursor: pointer;
}

#customJsTab #preferenceValue .labelContainer ul li:hover,
#customCssTab #preferenceValue .labelContainer ul li:hover {
  background: #e6e8ff;
  color: var(--accent-color);
}

/* Hide scrollbar for a cleaner look */
#customJsTab #preferenceValue .labelContainer ul::-webkit-scrollbar,
#customCssTab #preferenceValue .labelContainer ul::-webkit-scrollbar {
  width: 5px;
}

#customJsTab #preferenceValue .labelContainer ul::-webkit-scrollbar-thumb,
#customCssTab #preferenceValue .labelContainer ul::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 5px;
}

@keyframes blink-border {

  0%,
  100% {
    border-color: transparent;
  }

  50% {
    border-color: orangered;
  }
}

.cm-fullscreen {
  position: fixed !important;
  top: 20px;
  left: 20vw;
  width: 86vw !important;
  margin: 0 auto;
  height: 95vh !important;
  z-index: 99;
}

.cm-fullscreen .CodeMirror {
  height: 100% !important;
}

.blink {
  border-left: 6px solid orangered !important;
  animation: blink-border 0.2s step-end infinite alternate;
}

.monaco-container {
  width: 100% !important;
}

/* Custom Accordion Styles */
.custom-accordion-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 1rem;
  overflow: hidden;
  background: #fff;
  width: 100%;
}

.custom-accordion-header {
  background-color: #ffffff;
  padding: 12px 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s ease;
  color: var(--accent-color);
}

.custom-accordion-header:hover {
  background-color: #e9e9e9;
}

.custom-accordion-header.expanded {
  background-color: #e9e9e9;
}

.custom-accordion-header.expanded {
  border-bottom: 1px solid #ccc;
}

.custom-accordion-title {
  font-size: 1rem;
  font-weight: 600;
}

.custom-accordion-icon {
  font-size: 1.1rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

.custom-accordion-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.2s ease 0.1s, padding 0.3s ease;
}

.custom-accordion-body.expanded {
  max-height: 1000px;
  /* Adjust based on your content needs */
  opacity: 1;
  padding: 1rem;
  overflow: scroll;
}

.custom-accordion-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s ease;
}

.custom-accordion-item:last-child {
  border-bottom: none;
}

.custom-accordion-item:hover {
  background-color: #f8f8f8;
}

/* Dialog box styles */
.ui-dialog {
  border: none;
  border-radius: 0.6rem !important;
  box-shadow: 0px 0px 7px #5b5b5b;
  padding: 0 !important;

  .ui-dialog-titlebar {
    margin-top: 0rem !important;
    width: 100%;
    margin: 0rem !important;
    background: white;
    color: var(--accent-color);
    padding: 0.7rem 1rem !important;
    line-height: 1.5rem;
    border-radius: 0 !important;

    .ui-dialog-titlebar-close {
      background: #ffd2d2;
      right: 1rem;
      top: 1.68rem;
      border-radius: 4rem;
      line-height: 10px;
      scale: 1.2;
      display: grid !important;
      place-items: center;
      transition: 0.1s ease;

      &:hover {
        background: #ff7878;
        border: none;

        .ui-icon-closethick {
          filter: invert(1) contrast(1.5) brightness(2);
        }
      }

      .ui-icon-closethick {
        margin: 0;
        margin-left: -1px;
        margin-top: -1px;
        scale: 0.9;
        filter: contrast(4) brightness(0.3);
      }
    }
  }

  .ui-dialog-content {
    padding: 2rem !important;

    form {
      width: 100%;
      display: grid !important;
    }
  }

  .ui-dialog-buttonpane {
    margin: 0;
    border-top: 1px solid #e2e2e2;
  }

  .ui-dialog-buttonpane .ui-button {
    border: none;
    background: var(--accent-color) !important;
    color: white;
    border-radius: 6rem !important;
    padding: 0.4rem 0.8rem !important;

    &:hover {
      background: var(--accent-color-hovered) !important;
    }
  }
}

.tippy-tooltip.light-border-theme {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 8, 16, 0.15);
  color: #26323d;
  box-shadow: 0 4px 14px -2px rgba(0, 8, 16, 0.08);
}

.tippy-tooltip.light-border-theme>.tippy-backdrop {
  background-color: #fff;
}

.tippy-tooltip.light-border-theme>.tippy-arrow:after,
.tippy-tooltip.light-border-theme>.tippy-arrow:before,
.tippy-tooltip.light-border-theme>.tippy-svg-arrow:after,
.tippy-tooltip.light-border-theme>.tippy-svg-arrow:before {
  content: "";
  position: absolute;
  z-index: -1;
}

.tippy-tooltip.light-border-theme>.tippy-svg-arrow {
  fill: #fff;
}

.tippy-tooltip.light-border-theme>.tippy-svg-arrow:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEuNDE0IiB2aWV3Qm94PSIwIDAgMTggNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA3czIuMDIxLS4wMTUgNS4yNTMtNC4yMThDNi41ODQgMS4wNTEgNy43OTcuMDA3IDkgMGMxLjIwMy0uMDA3IDIuNDE2IDEuMDM1IDMuNzYxIDIuNzgyQzE2LjAxMiA3LjAwNSAxOCA3IDE4IDd6IiBmaWxsPSIjMzMzIiBmaWxsLW9wYWNpdHk9Ii4yMzUiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  background-size: 18px 7px;
  width: 18px;
  height: 7px;
  left: 0;
  top: 0;
  fill: rgba(0, 8, 16, 0.15);
}

.tippy-tooltip.light-border-theme[data-placement^="top"]>.tippy-svg-arrow:after {
  top: 1px;
  transform: rotate(180deg);
}

.tippy-tooltip.light-border-theme[data-placement^="top"]>.tippy-arrow {
  border-top-color: #fff;
}

.tippy-tooltip.light-border-theme[data-placement^="top"]>.tippy-arrow:after {
  border-top: 7px solid #fff;
  top: -7px;
}

.tippy-tooltip.light-border-theme[data-placement^="top"]>.tippy-arrow:before {
  border-top: 7px solid rgba(0, 8, 16, 0.2);
  bottom: -1px;
}

.tippy-tooltip.light-border-theme[data-placement^="bottom"]>.tippy-svg-arrow:after {
  top: -1px;
}

.tippy-tooltip.light-border-theme[data-placement^="bottom"]>.tippy-arrow {
  border-bottom-color: #fff;
}

.tippy-tooltip.light-border-theme[data-placement^="bottom"]>.tippy-arrow:after {
  border-bottom: 7px solid #fff;
  bottom: -7px;
}

.tippy-tooltip.light-border-theme[data-placement^="bottom"]>.tippy-arrow:before {
  border-bottom: 7px solid rgba(0, 8, 16, 0.2);
  bottom: -6px;
}

.tippy-tooltip.light-border-theme[data-placement^="left"]>.tippy-svg-arrow:after {
  left: 1px;
  top: 0;
  transform: rotate(90deg);
}

.tippy-tooltip.light-border-theme[data-placement^="left"]>.tippy-arrow {
  border-left-color: #fff;
}

.tippy-tooltip.light-border-theme[data-placement^="left"]>.tippy-arrow:after {
  border-left: 7px solid #fff;
  left: -7px;
}

.tippy-tooltip.light-border-theme[data-placement^="left"]>.tippy-arrow:before {
  border-left: 7px solid rgba(0, 8, 16, 0.2);
  left: -6px;
}

.tippy-tooltip.light-border-theme[data-placement^="right"]>.tippy-svg-arrow:after {
  left: -1px;
  top: 0;
  transform: rotate(-90deg);
}

.tippy-tooltip.light-border-theme[data-placement^="right"]>.tippy-arrow {
  border-right-color: #fff;
}

.tippy-tooltip.light-border-theme[data-placement^="right"]>.tippy-arrow:after {
  border-right: 7px solid #fff;
  right: -7px;
}

.tippy-tooltip.light-border-theme[data-placement^="right"]>.tippy-arrow:before {
  border-right: 7px solid rgba(0, 8, 16, 0.2);
  right: -6px;
}

.tippy-tooltip.light-border-theme[data-placement^="bottom"]>.tippy-arrow,
.tippy-tooltip.light-border-theme[data-placement^="bottom"]>.tippy-svg-arrow,
.tippy-tooltip.light-border-theme[data-placement^="top"]>.tippy-arrow,
.tippy-tooltip.light-border-theme[data-placement^="top"]>.tippy-svg-arrow {
  transform: translateX(-1px);
}

.tippy-tooltip.light-border-theme[data-placement^="bottom"]>.tippy-arrow:after,
.tippy-tooltip.light-border-theme[data-placement^="bottom"]>.tippy-arrow:before,
.tippy-tooltip.light-border-theme[data-placement^="top"]>.tippy-arrow:after,
.tippy-tooltip.light-border-theme[data-placement^="top"]>.tippy-arrow:before {
  left: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.tippy-tooltip.light-border-theme[data-placement^="left"]>.tippy-arrow,
.tippy-tooltip.light-border-theme[data-placement^="left"]>.tippy-svg-arrow,
.tippy-tooltip.light-border-theme[data-placement^="right"]>.tippy-arrow,
.tippy-tooltip.light-border-theme[data-placement^="right"]>.tippy-svg-arrow {
  transform: translateY(-1px);
}

.tippy-tooltip.light-border-theme[data-placement^="left"]>.tippy-arrow:after,
.tippy-tooltip.light-border-theme[data-placement^="left"]>.tippy-arrow:before,
.tippy-tooltip.light-border-theme[data-placement^="right"]>.tippy-arrow:after,
.tippy-tooltip.light-border-theme[data-placement^="right"]>.tippy-arrow:before {
  top: -7px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

#tokens.dynamicMultiComponent {
  width: 60%;
  margin-bottom: 140px;

  .multipleItems {
    margin-top: 12px;
  }

  .multipleItem:not(:first-child) {
    .itemLabel {
      display: none !important;
    }
  }

  .dateTime {
    .calendarTextBox {
      width: 50% !important;
    }
  }
}

.field.required>label::after {
  content: " *";
  color: #c00e0e;
}

/* 
#autoSaveListContainer {
  position: fixed;
  right: 24px;
  top: 140px;
} */

/* Floating button */
#autoSaveToggleBtn {
  background: var(--custom-menu-item-color);
  color: var(--accent-color);
  border: none;
  border-radius: 24px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 5;
  cursor: pointer;
  transition: background 0.3s ease;
}

#autoSaveToggleBtn:hover {
  background: #ccdeff;
}

#autoSaveToggleBtn i {
  transition: transform 0.3s ease;
}

#autoSaveToggleBtn.expanded i {
  transform: rotate(180deg);
}

/* Positioning tweaks */
#autoSaveToggleBtn.top-position {
  padding: 11px 16px;
}

/* Draft container shared */
#autoSaveListContainer {
  position: fixed;
  width: 352px;
  max-height: 300px;
  background: #ffffff;
  border: 1px solid #e0e4f9;
  border-radius: 1.3rem;
  padding: 15px;
  overflow-y: auto;
  transition: all 0.25s ease;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

/* Animate from bottom */
#autoSaveListContainer:not(.from-top) {
  right: 75px;
  bottom: 0px;
}

#autoSaveListContainer.show:not(.from-top) {
  bottom: 70px;
  opacity: 1;
  pointer-events: all;
}

/* Animate from top */
#autoSaveListContainer.from-top {
  top: 0px;
  right: 50px;
  bottom: auto;
}

#autoSaveListContainer.show.from-top {
  top: 140px;
  opacity: 1;
  /* right: 1rem; */
  pointer-events: all;
}

/* Rotated only if .from-top is present AND button is NOT .expanded */
#autoSaveListContainer.from-top~#autoSaveToggleBtn:not(.expanded) i {
  transform: rotate(180deg);
}

#autoSaveListContainer.from-top~#autoSaveToggleBtn.expanded i {
  transform: rotate(0deg);
}




/* Style the label */
#autoSaveListContainer label {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

/* Style the UL list */
#autoSaveList {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Each list item */
#autoSaveList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 8px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  border-radius: 6px;
  transition: background 0.2s ease;
}



/* Hover effect */
#autoSaveList li:hover {
  background: var(--custom-menu-item-color);
}

/* The anchor (link) */
#autoSaveList li a {
  text-decoration: none;
  color: #004cff;
  flex-grow: 1;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#autoSaveList li a:hover {
  text-decoration: underline;
}

/* Trash icon */
#autoSaveList li i.fas.fa-trash-can {
  display: inline-flex;
  color: #a16767;
  cursor: pointer;
  padding: 6px;
  font-size: 10px;
  transition: color 0.2s ease;
  height: 24px;
  width: 24px;
  border-radius: 2rem;
  align-items: center;
  justify-content: center;
  background: rgba(255, 0, 0, 0.067);
}

#autoSaveList li i.fas.fa-trash-can:hover {
  color: #dc3545;
  background: rgba(255, 0, 0, 0.159);
}

#autoSaveToggleBtn .notif-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: rgb(255, 106, 106);
  color: white;
  border: 2px solid white;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50%;
  padding: 6px;
  line-height: 1;
  z-index: 1;
  animation: pop 0.3s ease;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notif-exit {
  animation: fadeOutShrink 0.3s ease forwards !important;
}

@keyframes pop {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeOutShrink {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}


#openCssEditorBtn:hover {
  background: #ccdeff !important;
}



/* --- skeleton CSS --- */
.skeleton-wrapper {
  position: absolute;
  inset: 0;
  background: #f5f7fa;
  display: grid;
  gap: 8px;
  padding: 12px;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
}

.skeleton-row {
  display: grid;
  grid-template-columns: repeat(var(--col-count), 1fr);
  gap: 12px;
  align-items: center;
  min-height: 38px;
}

.skeleton-cell {
  position: relative;
  overflow: hidden;
  background: #e2e8f0;
  border-radius: 4px;
  height: 14px;
}

.skeleton-cell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-100%);
  animation: shimmer 1.4s infinite;
}

.skeleton-header {
  display: grid;
  grid-template-columns: repeat(var(--col-count), 1fr);
  gap: 12px;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #d1d8e4;
}

.skeleton-header-cell {
  height: 16px;
  background: #d1d8e4;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.skeleton-header-cell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-100%);
  animation: shimmer 1.4s infinite;
}

/* ensure parent container can host absolute overlay */
#customDashboardGrid {
  position: relative;
  height: 70vh;
  width: 100%;
  margin-bottom: 24px
}

@keyframes shimmer {
  to {
    transform: translateX(100%);
  }
}


.user-card {
  display: flex;
  justify-content: space-between;
  /* space between left & right */
  align-items: center;
  padding: 1rem;
  border-radius: 0.75rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  margin-bottom: 0.75rem;
  transition: border-color 0.2s, background-color 0.2s;
}

.user-card:hover {
  border-color: #cbd5e1;
  background-color: #f9fafb;
}

.user-card .left {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 1;
}

.user-card img.avatar {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1.25rem;
  border: 1px solid #e2e8f0;
  background-color: #f1f5f9;
}

.user-card .info {
  flex: 1;
  min-width: 0;
}

.user-card .info .name {
  a {
    font-weight: 600;
  }

  font-size: 1.05rem;
  color: #1e293b;
  margin-bottom: 0.25rem;
}



.user-card .info .email {
  font-size: 0.9rem;
  color: #64748b;
}

.user-card .role-chip {
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  /* pill shape */
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
  color: #2563eb;
  background-color: #e0f2fe;
  border: 1px solid #bfdbfe;
}

/* Add to existing .user-card .info .name */
.user-card .info .name {
  display: flex;
  align-items: center;
  gap: 8px;
}

.status-inactive-text {
  color: red;
}

/* Copy Button Hover */
.copy-btn:hover {
  color: #2563eb !important;
}

/* Optional: Subtle visual for inactive card */
.user-card.is-inactive {
  opacity: 0.6;
  border-color: rgb(255, 217, 217);
  background: rgb(255, 242, 242);
}

/* Split button */
.split-btn-group {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}

.split-main-btn {
  background: var(--accent-color);
  color: white;
  border: 1px solid var(--accent-color-hovered);
  padding: 8px 16px;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  font-size: 14px;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.split-main-btn:hover {
  background: var(--accent-color-hovered);
}

.split-caret-btn {
  background: var(--accent-color);
  color: white;
  border: 1px solid var(--accent-color-hovered);
  border-left: none;
  padding: 8px 10px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  font-size: 10px;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.split-caret-btn:hover {
  background: var(--accent-color-hovered);
}

.split-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 5px 0;
  list-style: none;
  z-index: 1000;
  margin-top: 2px;
}

.split-item {
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  text-align: left;
}

.split-item:nth-child(even) {
  background-color: #f2f2f2;
}

.split-item:hover {
  background: #f8f9fa;
  color: var(--accent-color);
}

.split-item-disabled {
  padding: 10px 15px;
  color: #999;
  font-style: italic;
  font-size: 13px;
}




/* --- 1. THE ACCOUNT SETTINGS --- */
#site,
#site div,
#site a,
#site span,
#site form,
#site input,
#site label {
  box-sizing: border-box;
  float: none !important;
  /* font-family: "Inter", "Segoe UI", Tahoma, sans-serif; */
  line-height: 1.5;
}



#site {
  width: 95%;
  gap: 1rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 24px;
  outline: 1px solid #e2e8f0;
  border-radius: 1rem;
  margin-top: 5px;
  max-height: 900px;
  overflow: scroll;
}

.siteItemsContent {
  overflow-x: scroll;
}

.tabs {
  #privacy,
  #permission,
  #defaultValue,
  #customDashboard,
  #notification:not(#notification.component),
  #customBusinessObject,
  #sboDefinition,
  #customField,
  #metaWhatsApp,
  #shortcuts,
  #email,
  #social {
    padding: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    outline: 1px solid #e2e8f0;
    border-radius: 1rem;
  }
}

#privacy {
  .share-component-wrapper {
    .component {
      margin-bottom: 0;
      margin: 0;
    }
  }
}

/* personal settings */
.theme-selection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  padding: 20px 0;
}


#site .siteItemsMenu {
  display: table-cell;
  vertical-align: top;
  width: 260px;
  min-width: 260px;
  max-width: 260px;
  background: #ffffff;
  border-right: 1px solid #e2e8f0;
  padding: 24px 12px;
}

#site .siteItemsMenu a.siteItems {
  display: glex;
  gap: 1rem;
  padding: 12px 16px;
  margin-bottom: 4px;
  text-decoration: none;
  color: #325381;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#site .siteItemsMenu a.siteItems:hover {
  background-color: #f1f5f9;
}

#site .siteItemsMenu a.siteItems.active-nav {
  background-color: #e8efff;
  color: var(--accent-color, #2563eb);
  font-weight: 600;
}


#site-content-wrapper {
  display: table-cell;
  vertical-align: top;
  padding: 40px;
}

#site .siteItem {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 24px;
}

#site .siteItem.none {
  display: none !important;
}

#site .lessPadHeading {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
}

#site label.itemLabel {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

#site input[type="text"],
#site select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  font-size: 14px;
  color: #1e293b;
  margin-bottom: 15px;
}



#site button,
#site .itemButtonMiddle button,
#site button.save,
#site button.themeChangeUpdate,
#site button.setDefault {
  background: #e8efff;
  color: #435984;
  border: none;

  padding: 9px 14px;

  font-size: 13px;
  font-weight: 600;
  cursor: pointer;

  transition: all 0.2s ease;
  box-shadow: none;
}


#site .itemButtonMiddle {
  padding: 15px 0px 10px 0px !important;
}

#site button:hover,
#site .itemButtonMiddle button:hover {
  background: #dae5ff;
  color: #2e4166;
  border-color: rgba(67, 89, 132, 0.3);
}

#site button:active {
  background: #cfdbf7;
  transform: scale(0.98);
}

#site button[name*="save"],
#site button.save {
  font-weight: 700;
}

#site .display-flex.wrap.jc-sb {
  display: block;
  /* Clearing any old flex interference */
  overflow: hidden;
}

#site .theme-form {
  display: inline-block;
  width: 160px;
  margin-right: 20px;
  margin-bottom: 20px;
  vertical-align: top;
  text-align: center;
}

#site .theme-form img {
  width: 100%;
  height: auto;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  margin-bottom: 10px;
}

#site .theme-form img:hover {
  border-color: #2563eb;
}

#site .tabs ul {
  list-style: none;
  /* border-bottom: 1px solid #e2e8f0; */
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

#site .tabs ul li {
  float: left !important;
}

#site .tabs ul li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #64748b;
  font-size: 14px;
  border-bottom: 2px solid transparent;
}

#site .tabs ul li a:hover {
  color: #2563eb;
}

.ui-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 0 !important;
  margin: 0 0 20px 0 !important;
  background: transparent !important;
  border: none !important;
}

.ui-tabs-nav li.tabHeading {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  list-style: none;
}

.ui-tabs-nav li.tabHeading a {
  display: inline-block;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  border-radius: 100px;
  transition: 0.1s ease;

  /* background-color: #f1f5f9;  */
  color: var(--accent-color-hovered);
  border: 1px solid #e2e8f0;
}

.ui-tabs-nav li.tabHeading a span {
  padding: 0 !important;
}

.ui-tabs-nav li.tabHeading a:hover {
  background-color: #c9e1ff;
  color: #475569;
}

.ui-tabs-nav li.ui-state-active a,
.ui-tabs-nav li.ui-tabs-selected a {
  background-color: #e8efff !important;
  color: #435984 !important;
  font-weight: 600;
  outline: 3px solid #b7d2ff;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

/* .ui-tabs-nav li a:focus {
    outline: none;
} */



/* --- Command Palette Styles --- */
.settings-search-wrapper {
  position: relative;
  padding: 0;
  background: #fff;
}

#settingsSearchInput {
  width: 95%;
  /* max-width: 600px; */
  padding: 12px 20px;
  border: 2px solid #cbd5e1;
  border-radius: 10px;
  font-size: 15px;
  outline: none;
  transition: all 0.2s ease;
}

#settingsSearchInput:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

.search-results-panel {
  position: absolute;
  top: calc(100% + 7px);
  /* width: calc(100% - 50px); */
  /* max-width: 600px; */
  width: 100%;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15);
  max-height: 450px;
  overflow-y: auto;
  display: none;
  z-index: 10000;
}

.search-item {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}

.search-item-icon {
  width: 30px;
  font-size: 1.2em;
  color: #666;
  text-align: center;
  margin-right: 12px;
}

.search-item-content {
  display: flex;
  flex-direction: column;
}

.search-item.is-selected .search-item-icon {
  color: var(--accent-color);
}

/* Keyboard Navigation Selection */
.search-item.is-selected {
  background-color: #eff6ff;
}

.search-item-title {
  display: block;
  font-weight: 600;
  color: #1e293b;
  font-size: 14px;
}

.search-item-path {
  display: block;
  font-size: 11px;
  color: #64748b;
  /* Muted slate */
  margin-top: 4px;
}

@keyframes navFlash {
  0% {
    background-color: transparent;
    /* Start with no shadow */
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
  }

  15% {
    /* Quickly fade in a very light blue background */
    background-color: #eff6ff;
    /* Expand a soft, semi-transparent blue ring */
    box-shadow: 0 0 0 6px rgba(59, 130, 246, 0.25);
  }

  50% {
    /* Hold the highlight */
    background-color: #eff6ff;
    box-shadow: 0 0 0 6px rgba(59, 130, 246, 0.25);
  }

  100% {
    /* Slowly fade back to normal */
    background-color: transparent;
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
  }
}

.nav-highlight-target {
  animation: navFlash 1.5s ease-in-out 2;
  border-radius: 4px;
}

.shortcutCommands {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}

.shortcutCommand {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.shortcutCommand:hover {
  border-color: #cbd5e1;
}


.shortcutInput {
  background-color: #f1f5f9;
  border: 2px solid transparent;
  border-radius: 8px;
  color: #1e293b;
  font-family: 'Courier New', monospace;
  /* Makes the shortcut look like a key */
  font-weight: 700;
  padding: 10px 14px;
  font-size: 0.95rem;
  outline: none;
  transition: all 0.2s ease-in-out;
  text-align: center;
  cursor: pointer;
}

.shortcutInput:focus {
  background-color: #ffffff;
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}

.shortcutInput:hover {
  background-color: #e2e8f0;
}




.personalSettingsPage {
  .personalSettings #email.ui-tabs-panel {
    display: grid;
    grid-template-columns: 250px 1fr;
  }

  #email {
    .emailSettingMenu {
      padding: 1rem;
    }
  }

  .emailSettingsFrame {
    padding: 1rem;
  }
}




/* Container styling */
#customManupulation {
  font-family: sans-serif;
  margin: 0;
  padding: 0 !important;
}

/* Tab Navigation */
#customManupulation ul {
  list-style: none;
  margin: 0;
  display: flex;
}

#customManupulation ul li {
  margin-left: 1rem;
}

#customManupulation ul li a {
  display: block;
  padding: 10px 16px;
  border: 2px solid transparent !important;
  text-decoration: none;
  color: #333;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 10rem;
  transition: background 0.3s;
}

#customManupulation ul li a.active {
  background: #c8d9ff !important;
  border-bottom: 2px solid #fff;
  margin-bottom: -2px;
  /* Overlap the border */
  font-weight: bold;
}

/* Tab Content Visibility */
#customJsTab,
#customCssTab {
  display: none;
  /* Hidden by default */
  padding: 20px;
  border-top: none;

  input[name="customJsInputBox"],
  input[name="customCssInputBox"] {
    padding-left: 3rem;
    margin-bottom: 0 !important;
  }
}

/* Show active tab */
#customJsTab.active-tab,
#customCssTab.active-tab {
  display: block;
}

.customJsItem,
.customCssItem {
  border: 1px solid #2983bd;
  border-radius: 1rem;
  width: 95%;
}

.ui-icon.ui-icon-search {
  background-image: url("/themes/default/css/images/ui-icon-magnifier.svg");
  background-size: 24px;
  width: 24px;
  height: 20px;
}

/* Container - Fixed to bottom with a subtle glass effect */
.powered-by-container {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;

  /* Beautification */
  background-color: rgba(255, 255, 255, 0.9);
  /* Semi-transparent white */
  backdrop-filter: blur(8px);
  /* Modern glassmorphism blur */
  border-top: 1px solid #eaeaea;
  padding: 6px 0;
  text-align: center;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.03);
  /* Soft shadow on top */
}

/* Typography and alignment */
.powered-by-content {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #6b7280;
  /* Subtle grayish text */
  letter-spacing: 0.3px;
}

/* Link styling */
.powered-by-hlink {
  color: #2563eb;
  /* A nice, modern blue */
  text-decoration: none;
  font-weight: 600;
  padding: 2px 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

/* Link hover effect */
.powered-by-hlink:hover {
  background-color: #eff6ff;
  /* Very light blue background on hover */
  color: #1d4ed8;
  /* Darker blue text */
  text-decoration: none;
}












.tasksAndEventsPage {
  .manage-section .rightSidebar {
    width: 60%;
  }

  .manage-section .pageMiddleElementHolder {
    width: 34%;
  }

  .rightSidebar {
    background: #ffffff;
    border: 1px solid #eaedf3;
    border-radius: 16px;
    box-shadow: 0 4px 24px -6px rgba(15, 23, 42, 0.06), 0 2px 4px -2px rgba(15, 23, 42, 0.03);
    padding: 2rem !important;
    margin: 20px;
    max-width: 900px;
    color: #1e293b;
    position: relative;
    overflow: hidden;
  }

  div.elements {
    margin: 0 !important;
  }

  /* Override generic app margins */
  .rightSidebar div.multiInputDisplay {
    margin: 0 !important;
  }

  /* Header flex layout override */
  .rightSidebar>div.displayImage,
  .rightSidebar>div[title="Task"] {
    width: 48px !important;
    height: 48px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    float: left;
    background: #d3e7ffff;
    border-radius: 1rem;
    box-shadow: none;
    border: none;
  }

  .rightSidebar .header-container {
    width: 100%;
  }

  .rightSidebar .taskImageSmall,
  .rightSidebar .userImage {
    display: none !important;
  }

  .rightSidebar>div.displayImage::after,
  .rightSidebar>div[title="Task"]::after {
    content: '\f0ae';
    /* fa-tasks */
    font-family: 'FontAwesome', 'Font Awesome 5 Free', sans-serif;
    font-weight: 900;
    font-size: 32px;
    color: #334155;
  }

  .rightSidebar .isrollItemElementMiddium {
    display: flex;
    justify-content: space-between;
    min-height: 56px;
    margin-bottom: 8px;
    align-items: flex-end;
  }

  .rightSidebar .displayName {
    font-size: 24px !important;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.03em;
    float: none !important;
    margin-bottom: 6px;
    line-height: 1.2;
  }

  .rightSidebar a[title="Print"] {
    display: inline-flex;
    align-items: center;
    float: none !important;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 6px 14px;
    color: #64748b;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease;
    gap: 8px;
    width: fit-content;
  }

  .rightSidebar a[title="Print"]:hover {
    background-color: #f1f5f9;
    color: #0f172a;
    border-color: #cbd5e1;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  }

  .rightSidebar a[title="Print"] .ui-icon,
  .rightSidebar a[title="Print"] .displayNameNoBold {
    float: none !important;
    margin: 0;
  }

  /* Data Grid Container */
  .rightSidebar>.clear {
    clear: both;
  }

  .rightSidebar>.clear+div {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    row-gap: 20px;
    column-gap: 24px;
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
  }

  /* Field Layout */
  .rightSidebar .inputBoxDisplay,
  .rightSidebar .dummyComponent.shareDisplay {
    display: flex !important;
    flex-direction: column;
    padding: 0;
    float: none !important;
    width: auto !important;
    justify-content: flex-start;
    clear: none !important;
  }

  .rightSidebar .multiInputLabel {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #64748b;
    display: block;
  }

  .rightSidebar .multiInputDisplay,
  .rightSidebar .displayNameNoBold {
    font-size: 15px;
    font-weight: 500;
    color: #1e293b;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    line-height: 1.5;
  }

  #taskDescriptionField {
    grid-column: 1 / -1;
  }

  .hidden {
    display: none;
    margin: 0 !important;
  }

  /* Form Elements Styling - Clean Display for Date/Time */
  .rightSidebar .multiInputDisplay input[type="text"].calendarTextBox {
    background: transparent;
    border: none;
    padding: 0;
    font-family: inherit;
    font-size: 15px;
    color: #1e293b;
    font-weight: 500;
    width: auto;
    box-shadow: none;
  }

  .inputBoxDisplay {
    margin: 0 !important;
  }

  .rightSidebar .multiInputDisplay input[type="text"].calendarTextBox:focus {
    outline: none;
    box-shadow: none;
  }

  .rightSidebar .multiInputDisplay .time {
    background: transparent;
    color: #1e293b;
    padding: 0;
    border: none;
    font-size: 15px;
    font-weight: 500;
  }



  /* Modernize Checkbox */
  .rightSidebar .manageBoolean {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    cursor: pointer;
    accent-color: #6366f1;
  }

  /* Links & Interactive Text */
  .rightSidebar a {
    color: #4f46e5;
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }

  .rightSidebar a:hover {
    color: #3730a3;
    text-decoration: none;
  }

  /* Subscribe Section */
  .rightSidebar form#updateSubscribe-form {
    grid-column: 1 / -1;
    border-radius: 14px;
  }

  .rightSidebar form#updateSubscribe-form .component {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .rightSidebar form#updateSubscribe-form .itemLabel {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #475569;
    margin: 0;
  }

  .rightSidebar select.comboSelect {
    appearance: none;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 10px 40px 10px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #0f172a;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2364748b'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    width: 280px;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
  }

  .rightSidebar select.comboSelect:hover {
    border-color: #94a3b8;
  }

  .rightSidebar select.comboSelect:focus {
    outline: none;
    border-color: #8b5cf6;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.15);
  }

  /* Ensure no weird floats override grid items */
  .rightSidebar>.clear+div>div {
    float: none !important;
  }
}

/* WhatsApp Bubble Preview & Param Badges */
.wa-chosen-template-container {
    margin-top: 12px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    font-family: 'Open Sans', sans-serif;
}

.wa-chosen-template-label {
    font-size: 0.75rem;
    font-weight: 800;
    color: #475569;
    text-transform: uppercase;
    padding: 10px 15px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    letter-spacing: 0.05em;
}

.wa-preview-wrapper {
    background: #e5ddd5;
    padding: 20px;
    border-radius: 0 0 12px 12px;
    max-height: 200px;
    overflow-y: auto;
}

.wa-preview-bubble {
    background: white;
    padding: 12px 16px;
    border-radius: 0 12px 12px 12px;
    font-size: 14px;
    line-height: 1.6;
    white-space: pre-wrap;
    color: #1e293b;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    max-width: 90%;
    position: relative;
    word-break: break-word;
}

.wa-preview-bubble::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent white transparent transparent;
}

.wa-param-badge {
    display: inline-block;
    background-color: #dcfce7;
    color: #166534;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    margin: 0 2px;
    border: 1px solid #bbf7d0;
    font-family: 'Fira Code', monospace;
}