@font-face {
  font-family: 'Quicksand';
  src: url('/font/Quicksand/Quicksand-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 900;   
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/font/OpenSans/OpenSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 900;  
  font-style: normal;
}

.fas,
.fa-solid,
.far,
.fa-regular{
  font-family: "Font Awesome 6 Free" !important; 
}

.fab, fa-brands {
    font-family: "Font Awesome 6 Brands" !important; 
}
/* end of menu search bar */



/* Advanced Column Filter */
.masterFilterContainer {
    .filterComponent {
        margin-top: 0;
    }
}
    .cboInstanceDetailsIscroll {
        width: 1900px;
        overflow: auto;
    }
    #columnSelectorContainer {
        margin: 0rem 0rem;
        h3 {
            grid-column: 1 / -1;
            font-weight: 600;
            color: black;
            margin: 1rem 0;
        }
        .columnSelectorGrid {
            border-radius: 1rem;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
            gap: 0.6rem;
            overflow: hidden;

            h3{
                margin: 0.2rem;
            }

            label {
                background: #eeefef;
                padding: 0.75rem 0.8rem;
                border-radius: 0.5rem;
                cursor: pointer;
                color: #2f4670;
                display: flex;
                align-items: center;
                font-size: 1rem;
                gap: 0.6rem;

                &:has(input[type="checkbox"]:checked) {
                    background: var(--custom-menu-item-color);
                }
            }
            .adv-filter-container {
                grid-column: 1/ -1;
                margin-top: 0rem;

                button[name="filter"] {
                    margin-top: 1rem;
                }
            }
        }
    }

    .dashboardFilteredColumnHolder {
        display: flex;
        /* width: 2500px; */
        padding: 0.4rem;

        .dashboardFilteredTableLabel {
            display: inline-block;
            border-right: 1px solid #c9c9c9;
            border-left: 1px solid #c9c9c9;
            border-collapse: collapse;
            margin-left: -1px;
            border-top: 1px solid #c9c9c9;
            border-bottom: 1px solid #c9c9c9;
            
            white-space: nowrap;
            width: 9rem;
            min-width: 9rem;
            max-width: 9rem;
            font-weight: bold;
            padding: 0.5rem;
            text-wrap: wrap;
            word-wrap: break-word;
        }
    }
    .slick-cell {
      padding: 0.4rem;
      .filteredItemData {
          display: inline-block;
          width: 9rem;
          min-width: 9rem;
          max-width: 9rem;
          padding: 0.5rem;
          text-wrap: wrap;
          word-wrap: break-word;
          overflow: hidden;
          border: 1px solid #c9c9c9;
          border-collapse: collapse;
          margin-left: -1px;
          white-space: nowrap;
      }
    }
    /* .iscrollHolder {
        width: 2500px;
    } */
    .checkbox-space {
      display: inline-block;
      width: 50px;
    }

    .bulkActionCheckboxContainer {
      display: inline-block;
    }
    
    .cboInstanceDisplay {
      display: flex;
      height: 86px !important;
    }

/* Advanced Column FIlter End*/


.praetorServerMode {
    position: fixed;
    top: 0;
    left: 50%;
    margin: auto;
    padding: 8px;
    width: fit-content;
    color: red;
    border-radius: 4px;
    z-index: 999;
}

.add-form .component:not(#note) {
    position: relative;
}

#customScritpTextarea {
    min-width: 100%;
    max-width: 100%;
    height: 160px;
    font-family: 'Courier New', Courier, monospace !important;
    background: #000 !important;
    color: #fff !important;
    padding: 12px;
}
#customScritpTextarea:focus {
    background: #000 !important;
    color: #fff !important;
}

/* #businessRuleAction .multiComboSelect * {
  background-color: #f7f7f7 !important;
} */
#businessRuleAction .multiComboSelect {
  border: 2px solid #eee;
  background-color: #f9f9f9;
  /* padding: 12px; */
  border-radius: 12px;
}

/* End imports */

.eachReport > *,
.eachDashboard > * {
    max-height: 50%;
    width: 100%;
    overflow-wrap: break-word;
}

.multiReports {
    width: 80%;
}
.multiReport {
    width: fit-content;
    display: flex;
    flex-flow: row nowrap;
    align-items: start;
}
.multiReport > .dummyComponent {
    margin-right: 18px;
}

/* For JQuery validate error show */
.component label.error {
    position: absolute;
    left: 0;
    bottom: -20px;
    color: red;
}

#revenue-list li:nth-child(-n+3) .position-icon,
#profit-list li:nth-child(-n+3) .position-icon {
    position: absolute;
    top: 24px;
    left: -28px;
    width: 32px;
    height: 32px;
    transform: rotate(-25deg);
}
#revenue-list li:nth-child(1) .position-icon,
#profit-list li:nth-child(1) .position-icon {
    background: url('/images/first-place.png');
    background-size: 32px 32px;
}
#revenue-list li:nth-child(2) .position-icon,
#profit-list li:nth-child(2) .position-icon {
    background: url('/images/second-place.png');
    background-size: 32px 32px;
}
#revenue-list li:nth-child(3) .position-icon,
#profit-list li:nth-child(3) .position-icon {
    background: url('/images/third-place.png');
    background-size: 32px 32px;
}

/* Communicator dashboard  task and event side button option*/
.manageTaskEvent td {
    padding: 3px;
}

/*Business Rule--->Repeat--->Custom*/
.showTETagFilter {
  font-size: medium;
}
.rightSidebar .sections:not(.showTETagFilter) {
    background-color: #ececec;
}

.rightSidebar .sections:not(first-of-type):not(.showTETagFilter) {
    box-shadow: 0px -4px 32px 4px #ececec;
    position: relative;
}

/* [id^="dialog-"]:not(#dialog-dynamicBO) {
    padding-right: 64px !important;
} */

/* supportive #dialog-bulkActionShare {
    padding-right: 64px;
} */

#recurrence > .radioGroupHolder {
    display: flex;
    margin-bottom: 4px;
    gap: 4px;
}

.add-form .sections:first-of-type {/*This is used to select the first section under any col class*/
    border: none;
}
.recurrenceType > .items > .checkboxSet {
    display: flex;
    flex-wrap: wrap;
}
.tool-container {
    justify-content: center;
    align-content: center;
    align-items: center;
    /* margin: 0 0 8px 0 !important; */
    /* padding: 8px 18px; */
    background: #e0e4f9;
    border-radius: 5px;
    position: absolute;
    box-shadow: 4px 4px 10px #e6e5e5;
    /* border: 1px solid #ccc; */
    /* -webkit-clip-path: polygon(97% 10%, 100% 35%, 100% 70%, 97% 90%, 25% 90%, 0 53%, 25% 8%); clip-path: polygon(97% 10%, 100% 35%, 100% 70%, 97% 90%, 25% 90%, 0 53%, 25% 8%); */
    &:hover {
        scale: 1.2; 
    }
    
    .ui-icon {
        /* filter: invert(1); */
        filter: drop-shadow(5px 5px 10px black);
        position: relative;
    }

}
.tool-container > * {
    margin-top: 10px;
    margin-bottom: 8px;
}
.tool-container > *.none + :nth-child(2) { /* Including this 'cause, there always been a hidden element as a first child with class 'none' */
    margin-left: 12px;
}
.tool-container > *:first-child {
    margin-left: 12px;
}
.tool-container > *:nth-child(n - 1) {
    margin-right: 12px;
}

.tool-container {
    .ui-icon:hover {
      cursor: pointer;
      scale: 1.2;
    }
    .ui-icon-plus {
        margin-top:11px;
        scale: 1.2;
        &:hover {
            scale: 1.4;
        }
    }
    .ui-icon-trash {
        margin-top: 6px !important;
    }
  }

.multiComboDDC.displayMultiComboDDC {
    height: 40px;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    width: fit-content;
    padding-right: 10px;
}

.highlight-discount {
    margin: 4px 0;
    padding: 4px 8px;
    width: 90%;
    background: #ddeaca;
    color: #000;
    font-weight: bold;
    box-shadow: 0px 2px 4px #ddd;
}

.radio-container.checked {
    background: #017d01c6;
    color: white;
}

.radio-container {
    display: inline-block;
    cursor: pointer;
    user-select: none;
    padding: 4px 8px;
    background: #eee;
    color: #454545;
    font-weight: bolder;
    border-radius: 4px;
    width: 92px;
    text-align: center;
    margin: 8px;
    margin-left: 0;
}

.user-upgrade select.field-style:not(#addOnModules .field-style) {
    min-width: 100%;
    max-width: 100%;
}

.user-upgrade #addOnModules .multipleItem {
  display: flex;
  flex-flow: row wrap;
}

.fieldMap {
    display: flex;
    align-content: center;
    align-items: center;
}

.fieldMap > .itemLabel {
    margin-left: 8px;
}

.close > b {
    margin-left: 4px;
}


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

.multipleItem {
    position: relative;
}

.textarea textarea{
    height: 200px;
}


.bulkActionHolder {
    margin-left: 6px;
    input[type="checkbox"]{
       width: 17px !important;
        height: 17px !important;
        border: 0 !important;
        cursor: pointer;
        margin: 0 4px;
    }
}

.qr-container{
    float:right;
    margin-left:auto;
    width:40%;
}

.wingManShareRadioGroup .radio {
    margin-right: 4px;
}

#preference .items {
    padding: 24px 12px;
    padding-right: 56px;
}

.socialItemHolder {
    margin-right: 12px;
}

.rightsidebar-todo {
    margin-top: 24px;
    margin-bottom: 24px;
}

.communicatorNoteList-item {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.sharing-change-form {
    display: grid !important ;
    grid-template-columns: 2fr 1fr 1fr;
    align-items: center;
    padding: 1rem;
}

#privacy {
.sharing-change-form {
    padding: 0.5rem;
    &:hover {
        background: #e8efff;
        border-radius: 1rem;
    }
}
}

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


/* Graph table legend position */
.opportunitiesBarGraphFilterComponents .jqplot-table-legend {
    top: -56px !important;
}


.pageMiddleElementHolder .ui-button.filterOption{
    margin-bottom: 12px;
}

/*Personal settings : site*/
#site {
    display: flex;
    flex-flow: row nowrap;
}

#site>*:first-child {
    flex-grow: 1;
    max-width: 75px;
}

#site>*:last-child {
    flex-grow: 9;
}

.siteItemsMenu+div {
    margin-left: 24px;
}

.adrs>*:not(:last-child),
.relations>*:not(:last-child),
.multipleItems>*:not(:last-child) {
    margin-bottom: 10px;
}


.globalSearchResult {
    position: fixed;
    top: 70px;
    right: 20px;
    width: 642px !important;
    max-height: calc(100% - 120px);
    overflow: auto;
    border: 1px solid #adadad;
    border-radius: 8px;
    box-shadow: 0px 2px 4px 8px #b6b6b629;
}

/* iframe padding, which ids end with InFrame */
[id$="InFrame"] {
    padding: 0px 24px;
    /* height: 1548px; */
    overflow: auto;
}


/* Shortcut settings */
.shortcutCommand>* {
    padding: 4px 8px;
}

.shortcutCommand {
    margin: 10px 0px;
}

.shortcutCommand .itemLabel {
    display: inline-block;
}

#shortcuts {
    font-size: 14px !important;
}

.lessPadHeading {
    font-size: 16px !important;
    font-weight: 600;
    color: var(--accent-color)
}

/* Personal Settings */
ul.ui-tabs-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    position: sticky;
    top: 60px;
    padding: 1rem;
    background: white !important;
}

/* File, From Web */
.imgTypeSelect tr td:nth-child(2n) {
    width: fit-content;
    padding-right: 10px;
}

/*.noteItems > div {
  margin-bottom: 20px;
}*/


/* Pop up Details */
.ui-dialog-title {
    font-size: 14px !important;
}


.ui-dialog .ui-dialog-buttonpane button {
    margin: 6px !important;
    padding: 4px 6px !important;
    border-radius: 0px !important;
}

/* Tag details */
#tagDetails .multiDDCEWithInputMultipleItem {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
}

.multiDDCEWithInputMultipleItems {
    width: 100% !important;
}

.formFields>.formField.newFormField {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    position: relative;
}

.formFields>.formField.newFormField>*:not(.tool-container):not(span):not(.text_clear_button) {
    width: calc(25% - 4px) !important;
    min-width: calc(25% - 4px) !important;
    margin: 0px !important;
}

.formFields>.formField.newFormField>.addBt {
    position: absolute;
    right: 0px;
    top: 4px;
}

.formFields>.formField.newFormField>.removeBt {
    position: absolute;
    right: 0px;
    top: 18px;
}

.multiConditions > .multiCondition {
    position: relative;
}


.multiConditionHeading>.multiConditionLabel,
.fieldValue > .field-style,
.fieldValue > #valueContainer {
    display: inline-block !important;
    width: calc(25% - 4px) !important;
}

.multiConditionHeading>.multiConditionLabel{
    font-size: 14px;
    text-align: center;
}

.input-border .field-style {
    border: 1px solid #ddd !important;
}


/* Combine Text and Select input fields */
.small-height-combine-text-select .field-style,
.small-height-combine-text-select .combine-text-select {
    height: 22px !important;
}

.small-height-combine-text-select {
    position: relative;
    bottom: -20px;
    right: -22px;
}

.small-height-combine-text-select .absolute-right-28px {
    position: absolute;
    right: 28px;
}

.combine-text-select {
    position: relative !important;
    height: 40px;
    display: inline-block; /* Later change may have bug */
    width: 100%; /* Later change may have bug */
}

.combine-text-select>input[type=text],
.combine-text-select>select {
    position: absolute !important;
    width: calc(100% - 54px) !important;
}

.combine-text-select>input[type=text] {
    right: 20px !important;
    z-index: 0;
}

.combine-text-select>select {
    right: 0px !important;
    z-index: 0;
    min-width: calc(100% - 34px) !important;
    max-width: calc(100% - 34px) !important;
}

.each-field {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-right: 0 !important;
    position: relative;
}

#businessRuleAction .fields-in-line {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}

#businessRuleAction .fields-in-line>*:not(span):not(.tool-container) {
    width: calc(100% - 34px);
}

.fields-in-line {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.fields-in-line:not(:last-child):not(.fields-in-line .fields-in-line),
.combine-text-select:not(:last-child) {
    margin-bottom: 10px;
}


.validation-failed,
.ui-icon-check {
    position: absolute;
}

/* .addBt {
    top: 0px;
    right: -8px;
}

.removeBt {
    top: 16px;
    right: -8px;
}

.radio {
    top: 2px;
    right: 14px;
}

.editBt {
    top: 16px;
    right: 12px;
} */

.validation-icon {
    top: 12px;
    left: -16px;
}

.fields-in-line > *:not(.checkbox):not(span):not(.radio):not(.submit-button):not(#addUpdateAddress):not(.text_clear_button),
.combine-text-select>*:not(span):not(.rightSidebarContentHead .combine-text-select > *) {
    margin-right: 34px;
    flex-grow: 1;
}

.fields-in-line select.field-style {
    flex-grow: 0;
}

.datalist-input,
select.field-style {
    width: 97.5%;
}

.datalist-combo {
  position: absolute;
  background-color: white;
  border: 1px solid blue;
  border-radius: 0 0 5px 5px;
  border-top: none;
  font-family: sans-serif;
  width: 350px;
  padding: 5px;
  max-height: 10rem;
  overflow-y: auto
  
}

/*textarea.field-style:not(.addUpdateAddressBox textarea) {
  min-height: 80px;
}*/

.field-style {
    border: 1px solid #9a9c9d61;
    border-radius: .25rem;
    height: 40px;
    padding: .6rem .75rem;
    padding-right: 36px;
    background-color: #fff;
    color: #000000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    outline: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, background-color .3s ease-in-out;
}

.field-style:not(.editor textarea):not(.filterComponent .field-style):not(select.field-style) {
    width: calc(100% - 34px);
    max-width: calc(100% - 34px);
}

.add-form .row .field-style:not(.noteItems .field-style),
.wingManShareRadioGroup {
    margin-bottom: 8px;
}

.date > select.field-style {
    width: calc(33% - 12px);
}

.textareaEditing {
    min-height: 40px;
}

.field-style.timer {
    width: calc(100% - 54px);
}

.multiddcBoxes {
    width: unset !important;
}
.multiddcBoxes .ddc,
.calendarbox .timer,
.customElement .timer {
    margin-right: 0px !important;
}

.childs-in-line label:not(#role.childs-in-line label) {
    margin-bottom: 0px !important;
}

.fieldSelectorHolder .itemLabel, .multiConditionLabel, .personalSettings label:not(#blog-form label),
.component label:not(input[type="radio"] + label):not(.multiConditionWidget label):not(.rightSidebar label):not(#blog-form label):not(.checkbox label),
.dragComponent label:not(input[type="radio"] + label):not(.multiConditionWidget label):not(.rightSidebar label):not(#blog-form label):not(.checkbox label) {
    display: block;
    /* margin-bottom: 8px; */
    font-size: 15px;
    font-weight: 500;
}

.checkboxWithInput .itemLabel,
.checkboxWithInput .checkbox {
    display: inline !important;
}

.itemLabel {
    font-weight: 500;
    color: var(--accent-color-success)
}

.row {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    background-color: #fff;
}

.add-form>.row>.col:not(:last-child) {
    margin-bottom: 1.5rem;
}

.add-form .col {
    background: #fff;
    padding: 20px;
    width: 700px;
    height: 100%;
    border-radius: 6px;
}

.pageMiddleElementHolder .col,
.pageMiddleElementHolder .row,
.items {
    width: 100% !important;
}

.add-form {
    height: 100%;
}

.add-form:not(#bulkAction-note-form) {
    margin-bottom: 24px;
}

button.new-adder a {
    display: flex;
    align-items: center;
    padding: 0.3em 0.5em;
    border-radius: 5px;
}

button.new-adder> :not(:last-child) {
    margin-right: 5px;
}

button.new-adder {
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
}

.add-section-head>div>button:not(:first-child) {
    margin-right: 10px;
}

.add-section-head {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 14px;
    padding: 12px;
    /* background: #f1f4f5; */
}

.add-section-head:not(#letterHeadsInFrame .add-section-head):not(#mailAccountSetupInFrame .add-section-head):not(#emailTemplatesInFrame .add-section-head){
    position: sticky;
    top: 60px;
    left: 0;
    /* z-index: 98; */
    /* box-shadow: 0px 12px 18px -8px #e9ebec; */
    flex-grow: 1;
    width: 100%;
    /* justify-content: space-between; */
}

.add-section-head > *:not(:last-child) {
    margin-right: 12px;
}

/* End Add contact page */

/* Help section */
.help-box-container .tile>*:not(figure) {
    margin-bottom: 10px;
}

.help-box-container .tile figure img {
    width: 60px;
    filter: none;
}

.help-box-container .tile figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    margin: -60px auto 30px;
    background-image: linear-gradient(195deg, #42424a 0%, #191919 100%);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(64, 64, 64, 0.4);
}

/* For Dashboard Page */
.dashboard-page.help-box-container .tile figure {
    width: auto;
    height: auto;
    margin: 0 auto 20px;
    background-image: linear-gradient(195deg, #FFF 0%, #FFF 100%) !important;
    box-shadow: none;
}

.help-section h1 {
    font-size: 24px;
    font-weight: 400;
}

/* Help section */

/* Welcome section */
.key-point-3 .circle,
.help-box-2 figure {
    background-image: linear-gradient(195deg, #F1AF30 0%, #724E0A 100%) !important;
}

.key-point-2 .circle,
.help-box-3 figure {
    background-image: linear-gradient(195deg, #84E989 0%, #19521b 100%) !important;
}

.key-point-1 .circle,
.help-box-4 figure {
    background-image: linear-gradient(195deg, #8ecaff 0%, #083F87 100%) !important;
}

[class|="key-point"] .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    margin-top: -50px;
    color: #fff;
    background-image: linear-gradient(195deg, #a4a4ea 0%, #000 100%);
    box-shadow: -8px 8px 16px 0px #bbb;
    font-size: 24px;
}

[class|="key-point"] a h3 {
    font-size: 18px;
    font-weight: 400;

    margin: 10px 0px;
}

[class|="key-point"] a {
    display: flex;
    align-items: center;
}

[class|="key-point"] a,
[class|="help-box"] h3 {
    color: #000;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.key-point-container div {
    width: calc(33.33% - 40px);
    margin: 28px 20px;
}

.help-box-container .tile:last-child {
    margin-right: 0px;
}

.key-point-container div,
.help-box-container .tile {
    flex: 0 0 auto;
    max-width: 100%;
    /* margin: 20px 0; */
    padding: 8px;
    background-color: #fff;
    box-shadow: 0 2px 30px -1px rgba(0, 0, 0, .1);
}

.dashboard-page.help-box-container .tile {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    overflow: hidden;
}

.key-point-container,
.help-box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    align-content: start;
    align-items: center;
}

.welcome-section p,
.help-section p {
    margin-bottom: 1rem;
    overflow: hidden;
    width: 100%;
}

/* Welcome section */

.page-content section h1 {
    margin-bottom: 2px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 30px;
    width: 100%;
}

.page-content section {
    padding: 12px 0;
}

/* Main content */
.page-content {
    width: 100%;
    padding: 0px 50px;
}

.main-section {
    position: absolute;
    top: var(--h-top-nav-bar);
    right: 0;
    width: calc(100% - (var(--w-level2) + var(--w-level1)));
    background: #f1f4f5;
    transition: 0.4s width ease-in-out;
}

/* Main content */

.cart-icon {
    background-image: url('../images/cart.png');
}

.notification-icon {
    background-image: url('../images/notification.png');
}

.quick-note-icon {
    background-image: url('../images/pencil.png');
}

.top-nav-tools [class$="-icon"] {
    background-repeat: no-repeat;
    background-size: 100% 70%;
    background-position: center;
    cursor: pointer;
}

.dropdown-item {
    position: absolute;
    top: 25px;
    left: 10px;
    z-index: 2;
    width: 192px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    user-select: none;
}

.dropdown-icon {
    background-image: url('../images/drop-down.png');
    background-repeat: no-repeat;
    height: 20px !important;
    width: 20px !important;
    margin-right: 30px !important;
}

.top-nav-form .search-submit:hover {
    background-color: #e3e3e3;
    box-shadow: rgba(0, 0, 0, 0.16) 1px 1px 1px;
}

.top-nav-form .search-input:focus,
.field-style:focus {
    border-color: #0969da;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(9, 105, 218, 0.15);
}

textarea#communicatorEditorID:focus {
    height: 145px !important;
}


.top-nav-form .search-submit {
    background: url(../images/search.png) no-repeat center center / 20px;
    width: 48px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    border: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.top-nav-form .search-input {
  border: 2px solid #c6c6c661;
  border-radius: 0.5rem;
  height: 40px;
  padding-left: 1rem;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  outline: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, background-color .3s ease-in-out;
  width: 350px;
}

#isrollSearch .search-input{
    width: 300px;
}

.top-nav-form {
    position: relative;
}

.top-nav-tools {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: end;
    align-items: center;
    align-content: center;
}

.top-nav-tools>*:not(:last-child) {
    margin-right: 12px;
}

.search-container {
    display: flex;
    align-items: baseline;
}

.search-icon,
.close-icon {
    display: none;
}

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

.search-container,
.top-nav-form,
input[type="search"] {
    height: 100%;
}

.top-nav-tools .close-icon,
#welcome .sOpt {
    margin: auto;
    margin-right: 8px;
}

/* Logo container */
.logo-container>span {
    color: var(--c-socielo-title);
    font-family: var(--ff-socielo-title);
    font-size: var(--fs-socielo-title);

    background: -webkit-linear-gradient(-10deg, #0083ab, #b20000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo-container {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 10px;
    text-transform: uppercase;
    text-align: center;
}

/* Logo container */

.hamburger-3-line .line:nth-child(1),
.hamburger-3-line .line:nth-child(3) {
    -webkit-transform: translateX(0) rotate(-0deg) !important;
    -ms-transform: translateX(0) rotate(-0deg) !important;
    -o-transform: translateX(0) rotate(-0deg) !important;
    transform: translateX(0) rotate(-0deg) !important;
    width: 19px !important;
}

.hamburger-3-line .line:nth-child(2) {
    left: 0px !important;
}

.hamburger .line:nth-child(3) {
    -webkit-transform: translate(-3px, -4px) rotate(39deg);
    -ms-transform: translate(-3px, -4px) rotate(39deg);
    -o-transform: translate(-3px, -4px) rotate(39deg);
    transform: translate(-3px, -4px) rotate(39deg);
}

.hamburger .line:nth-child(1),
.hamburger .line:nth-child(3) {
    width: 12px;
}

.hamburger .line:nth-child(2) {
    position: relative;
    left: 4px;
    width: 19px;
}

.hamburger .line {
    display: block;
    width: 100%;
    height: 2px;
    margin: 6px auto;
    margin: 5px auto;
    background-color: #76838f;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.hamburger .line:nth-child(1) {
    -webkit-transform: translate(-3px, 4px) rotate(-39deg);
    -ms-transform: translate(-3px, 4px) rotate(-39deg);
    -o-transform: translate(-3px, 4px) rotate(-39deg);
    transform: translate(-3px, 4px) rotate(-39deg);
}

.hamburger {
    margin: 0 8px;
    cursor: pointer;
}

.headerLogo {
    display: flex;
}

.headerLogo img {
    height: 40px;
}

/* Hamburger button */


.top-nav-content {
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
}

.top-nav-bar {
    z-index: 99;
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px;
    /* border-bottom: 1px solid #aaa; */
    width: calc(100% - (var(--w-level2) + var(--w-level1)));
    height: var(--h-top-nav-bar);
    background: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 1px; */
    transition: 0.4s width ease-in-out;
}

/* Top navigation bar */

/* Level 1 menu */
.level1-menu h4 {
    width: 100%;
    height: var(--h-top-nav-bar);
    padding: 20px 18px;
    border-bottom: 1px solid #aaa;
    color: #2d2d2d;
    background: #fff;
    font-size: var(--fs-section-h4);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* Level 1 menu */

/* 1st level menu */
.section-list li a {
    display: block;
    border-bottom-right-radius: 12px;
    padding: 14px 18px;
    text-align: left !important;
    color: #0a5b90;
    background: #fff;
    /* transition: all 0.4s ease-in; */
}

.section-list li a.ui-state-active {
    background: #e6e6e6 url(images/ui-bg_highlight-hard_75_e6e6e6_1x100.png) 50% 50% repeat-x;
}

/* Add more menu */
#menuOptions .bubble_option a {
    color: #0a5b90;
    background: #fff;
}

.section-list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    margin-bottom: 50px;
    height: 100%;
    overflow: auto;
}

.close-icon {
    background: url("../images/close.png");
    background-repeat: no-repeat;
    width: 14px;
    height: 20px;
    background-size: 100% 70%;
    background-position: center;
}

.small-view .level1-menu .close-icon {
    display: block !important;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all 0.4s ease;
    z-index: 10;
}

.left-panels.small-view .level1-menu {
    width: 208px !important;
    left: 60px !important;
}

.left-panels.small-view .level2-menu {
    width: 60px !important;
}

aside.level1-menu {
    position: fixed;
    top: 0;
    left: 80px;
    z-index: 98;
    width: var(--w-level1);
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    transition: 0.4s width ease-in-out, 0.4s left ease-in-out;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}

/* 1st level menu */

/* Level 2 menu icon */
/*need correction*/
.selected-l2 {
    margin-right: -20px;
    background-color: #fff;
    border-radius: 16px 0 0 16px;
}

.level2-menu img {
    width: 100%;
}

[class$="-icon"] img {
    filter: invert(1);
}

.icon-list li:not(:first-child) {
    margin-top: 15px;
}

.icon-list li {
    width: 50px;
}

.icon-list li a {
    padding: 6px;
}

ul.icon-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: var(--h-top-nav-bar);
}

/* Level 2 menu icon */

/* 2nd level menu */
aside.level2-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: var(--w-level2);
    height: 100%;
    padding: 0 0 10px 10px;
    overflow: auto;
    color: grey;
    background-color: #000000;
    transition: 0.4s width ease-in-out, 0.4s left ease-in-out;
}

/* End 2nd level menu */

.left-panels {
    position: relative;
}

body {
    background: #f1f4f5;
}

html,
body {
    width: 100%;
    height: 100%;
 
    /* font-weight: 300; */
    line-height: 1.3;
    font-size: 14px;
    color: #76838f;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-weight: 400; */
    font-stretch: 100%;
    font-style: normal;
}

/* CSS variable declaration */
:root {
    /* 26-11-2024 | For tag type custom field | Author Mithu Mondal */
    --flicker-color-1: #ffdad6; /* Red-Orange */
    --flicker-color-2: #ffc0b3; /* Light Red */
    --flicker-color-3: #ffb3a7; /* Soft Red */
    --flicker-border: #ffb0a7; /* Dark Red */
    /*  */

    --fs-section-li: 14px;

    --h-top-nav-bar: 60px;
    --w-level2: 80px;
    --w-level1: 288px;

    --fs-section-h4: 15px;
    --fw-section-h4: 500;

    --ff-socielo-title: 'Kalam', cursive;
    --fs-socielo-title: 24px;
    --c-socielo-title: #007092;
}

/* Manage page communicator (activity, comment) and right sidebar: their positions are swaped */
.page-content section {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  position: relative;
}




/* Responsive style */
@media screen and (max-width: 1500px) {
    .help-box-container .tile figure {
        width: 100px;
        height: 100px;
    }

    .user-upgrade.w-80p,
    .multiReports {
        width: 100%;
    }
}

@media screen and (max-width: 1256px) {
    .help-box-container .tile figure {
        width: 90px;
        height: 90px;
    }

    .search-input {
        width: 200px !important;
    }

    .user-upgrade .bd-r-1px.m-64px {
        margin: 24px;
    }

    .w-50p.w-100-1256px {
        width: 100%;
    }
}

@media screen and (min-width: 967px) and (max-width: 1256px) {
    .multiReport {
        flex-flow: column wrap;
    }
}

@media screen and (max-width: 900px) {
    .multiReport {
        flex-flow: column wrap;
    }
}

/* That and up */
@media screen and (min-width: 1500px) {
    .help-box-container .tile {
        width: calc(20% - 40px);
        margin: 28px 20px;
        height: calc(20% - 0px);
    }
}

/* That and up */
@media screen and (max-width: 1500px) {
    .help-box-container .tile {
        width: calc(25% - 40px);
        margin: 28px 20px;
        height: calc(25% - 0px);
    }
}

/* That and down */
@media screen and (max-width: 1199px) {
    .key-point-container div {
        width: 100% !important;
        margin: 20px 0px !important;
    }

    .help-box-container .tile:nth-child(even) {
        margin-right: 0px;
    }

    .help-box-container .tile {
        width: calc(50% - 40px);
        height: calc(25% - 0px);
        margin: 28px 20px;
        margin-bottom: 70px !important;
    }
}

@media screen and (min-width: 1081px) and (max-width: 1500px) {
    .fields-in-line {
        flex-wrap: wrap;
    }

    .pageMiddleElementHolder {
        width: 55%;
    }

    .rightSidebar {
        width: 40%;
    }
}

@media screen and (max-width: 1140px) {
    .level1-menu {
        width: 208px !important;
    }

    #menuBar div.bubble_wrapper {
        width: 192px;
    }

    #menuOptions div.bubble_content {
        width: 178px;
    }

    .top-nav-bar,
    .main-section {
        width: calc(100% - calc(208px + 80px)) !important;
    }

    .level1-menu>.close-icon {
        display: none;
    }
    
    .fields-in-line {
        flex-wrap: wrap;
    }

    .user-upgrade .display-flex {
        flex-flow: column wrap;
    }

    .user-upgrade .w-50p {
        width: 100%;
    }
}

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

    .add-form .col {
        width: 100%;
    }

    .help-box-container .tile {
        width: 100%;
        margin: 50px 0px !important;
    }

    .dropdown-item {
        top: 35px;
        left: -182px;
    }

    .fields-in-line {
        flex-wrap: nowrap;
    }

}

@media screen and (max-width: 967px) {
    aside.level2-menu {
        width: 0px !important;
        padding: 0px !important;
    }

    aside.level1-menu {
        width: 0px !important;
        padding: 0px !important;
    }

    .top-nav-bar,
    .main-section {
        width: 100% !important;
    }

    .left-panels {
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 999;
        display: flex;
        height: 100vh;
        background-color: #fff;
        transition: 0.4s all ease-in-out;
    }

    .logo-container img {
        width: 152px !important;
        padding: 0 6px;
    }

    .top-nav-tools>[class$="-icon"]:not(.dropdown-icon) {
        height: 28px !important;
        width: 18px !important;
    }
}

@media screen and (max-width: 1080px) {
    .page-content section {
        flex-direction: column;
    }

    .rightSidebar,
    .pageMiddleElementHolder {
        width: 100%;
    }
}

/* Reduce the searchbar */
@media screen and (max-width: 672px) {
    .top-nav-tools .search-input {
        width: 0px !important;
    }

    .logo-container img {
        width: 142px !important;
        padding: 0 6px;
    }

    .fields-in-line {
        flex-wrap: wrap;
    }

    .addUpdateAddressBox .itemLeft,
    .addUpdateAddressBox .itemRight {
        width: 100%;
    }

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

/* Hide searchbar container */
@media screen and (max-width: 671px) {
    .globalSearchResult {
        top: 120px;
        left: 20px;
        right: 20px;
        width: auto !important;
        max-height: calc(100% - 180px);
    }

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

    .search-icon,
    .close-icon {
        display: block;
    }

    .search-container {
        display: none;
        position: fixed;
        top: 70px;
        left: 12px;
        right: 12px;
        width: auto;
        height: 40px;
        margin-right: 0px !important;
        background: #fff;
        border-bottom: 1px solid;
        border-radius: 4px;
        box-shadow: 2px 2px 4px 4px #ddd;
    }

    #globalSearch {
        width: 100%;
    }

    .top-nav-tools .search-input {
        width: 100% !important;
    }

    .date > select.field-style {
        width: calc(100% - 12px);
    }
}

@media screen and (max-width: 552px) {
    .hide-in-small {
        display: none !important;
    }

    .top-nav-form .search-submit {
        width: 32px !important;
        height: 32px !important;
    }

    .top-nav-tools .dropdown-icon {
        width: 16px !important;
        height: 16px !important;
    }
}

@media screen and (max-width: 480px) {
    .add-section-head>*:not(:last-child) {
        margin-bottom: 20px;
    }

    .page-content {
        padding: 0px 28px;
    }

    .page-content section {
        padding: 12px 0px;
    }
}

/* Hide the quick-note and recycle bin */
@media screen and (max-width: 420px) {
    .top-nav-tools .quick-container {
        display: none;
    }
}

/* End Responsive style */
