/*.navigation-menu .navigation-menu-icon {*/
/*    display: inline-block;*/
/*}*/

.select2 {
    width: 120px !important;
}
.select2-results__option {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    font-size: 1.3em;
    line-height: 2em;
}

body.select2-overlay .select2-dropdown:before{
    width: calc(100vw) !important;
    height: calc(100vh) !important;
    background-color: #e4e4e4;
    opacity: 0.9;
}
.select2-dropdown {
    width: calc(100vw) !important;
    height: calc(100vh) !important;
    position: fixed;
    top: 0;
    left: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0.5em;
    font-size: 1.5em;
    width: 100%;
}
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
    content: "typing...";
}
.select2-results__options li:nth-child(even) {
    background-color: #f2f2f2;
}

.select2-container--default .select2-results > .select2-results__options {
    /*max-height: none !important;*/
    min-height: 100vh !important;
    padding-bottom: 5rem;
}

.dashboard-wrap.columns .column {
    width: 100% !important;
}
.report-filter-items {
    display: none;
}
.report-filter-icon {
    display: block;
}
.report-filter-items.active {
    position: fixed;
    z-index: 100;
    display: block;
    top: 125px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 0 2rem;
}
.report-filter-items .button {
    display: inline-block;
}
/*body.support .history-container header span.select2 {*/
/*    width: 100px !important;*/
/*}*/
body.support .search .filter-by .filter-buttons a  {
    padding: 0 0.3em;
    font-size: 0.8em;
}
body.support .history {
    height: calc(100vh - 420px);
}

.dropdown-content {
    max-height: none !important;
    overflow-y: auto;
    position: fixed;
    top: 70px; /* header height */
    width: 100%;
    height: 100%;
    left: 0;
}

.labels-menu .dropdown-content{
    max-height: 250px !important;
}

.dropdown-content .dropdown-item {
    font-size: 1rem;
    padding-left: 1.6rem;
}
.conversation-container .conversation-header .columns:after {
    clear: both;
    content: " ";
    display: table;
}
.conversation-container .conversation-header .columns .column:first-child {
    float: left;
}
.conversation-container .conversation-header .columns .column:nth-child(2) {
    float: right;
    top: 2px;
}
.conversation-container .conversation-header > .columns > .column {
    max-width: 175px;
}

.search-field-wrapper .column:nth-child(2) {
    flex: 1 1 150px;
}

.action .label-selection-side  .select2 {
    width: 100%;
}
.support-container .multiple-selection {
    display: none;
}
/*########## dashboard ############*/
/*quick view filter btn*/
#filters-button {
    font-size: 0px;
    min-height: 35px;
    min-width: 35px;
}

#select2-select2-social-account-results .search-icon {
    display: block;
    position: absolute;
    left: 1.5%;
    bottom: 5px;
    width: 95%;
}
header .fa-edit {
    display: none;
}

/*date container*/
.date-container {
    font-size: 11px;
}

.date-range {
    font-size: 12px;
}
