[v-cloak] {
    display: none;
}

.analytics-container {
    width: 100%;
    /* height: calc(100vh - 100px); */
    height: calc(100vh - 107px);
    overflow-y: auto;
}

.menu-list {
    padding-top: 36px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #F0F0F0;
    /* margin-bottom: 24px; */
}

.menu-list ul {
    list-style: none;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    margin: 0;
}

.menu-list ul>li {
    padding: 0 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.menu-list ul>li:first-child {
    padding-left: 0;
}

.menu-list ul>li:last-child {
    padding-right: 0;
}

.menu-list a {
    display: block;
    border-radius: 50px;
    border: 1px solid;
    padding: 4px 20px;
    color: #23b098;
    text-decoration: none;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    cursor: pointer;
}

.menu-list .active>a {
    background: #23b098;
    color: #ffffff;
}

.menu-list [disabled]>a {
    cursor: not-allowed;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.agent-roles-tooltip {
    visibility: hidden;
    padding: 11px 16px;
    position: absolute;
    width: 159px;
    background: #2c353b;
    border-radius: 4px;
    display: block;
    top: 60px;
    right: 0px;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    word-break: break-word;
    z-index: 999;
    white-space: normal;
    text-align: left;
}

.agent-roles-tooltip::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 80px;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #2c353b transparent;
}

.agent-roles:hover .agent-roles-tooltip {
    visibility: visible;
    opacity: 1;
}

.agent-list .agent-roles {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


/* 
.agent-content {
  height: 1300px;
  overflow: auto;
} */

#analytic-section {
    /* height: calc(100vh - 100px); */
    height: calc(100vh - 107px);
    overflow-y: auto;
    background-color: #F2F4F4;
}

.agent-container {
    min-width: 324px;
    -webkit-box-flex: 0;
    -ms-flex: 0 324px;
    flex: 0 324px;
    margin-right: 32px !important;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    height: 80vh;
    overflow: hidden;
}

.agent-room,
.blank-room {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    height: 80vh;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    overflow-y: auto;
}

.blank-room img {
    width: 420px;
    height: auto;
}

.agent-avatar__img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-size: 50px;
    border-radius: 50%;
    text-align: center;
}

.agent-container.show {
    opacity: 1;
    display: block;
}

.agent-container .agent-empty {
    padding: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 200%;
}

.agent-container .agent-list__search {
    padding: 18px 24px 8px;
    position: relative;
}

.agent-container .agent-list__search>svg {
    position: absolute;
    top: 27px;
    left: 40px;
}

.agent-container .agent-list__search .input-search-agent {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    padding-left: 48px;
}

.agent-container .agent-list__search .input-search-agent::-webkit-input-placeholder {
    font-weight: 300;
}

.agent-container .agent-list__search .input-search-agent::-moz-placeholder {
    font-weight: 300;
}

.agent-container .agent-list__search .input-search-agent:-ms-input-placeholder {
    font-weight: 300;
}

.agent-container ul {
    list-style: none;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.agent-container ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #39393a;
    padding: 0px 17px;
}

.agent-container li:hover {
    background-color: #F2F2F6;
}

.agent-container ul li.active {
    background-color: #F2F2F6;
}

.agent-container ul li.empty-state {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: default;
}

.agent-container ul li .agent-avatar__img img {
    -webkit-box-flex: 0;
    -ms-flex: 0 40px;
    flex: 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #c4c4c4;
}

.agent-container ul li .agent-detail__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: transparent;
    padding: 18px 18px 18px 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    width: calc(100% - 80px);
}

.agent-container ul li:last-child .agent-detail__info {
    border-bottom: none;
}

.agent-container ul li .agent-detail__info .agent-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 40px);
    position: relative;
    text-align: left
}

.agent-info a {
    color: #000000;
    text-decoration: none;
    text-transform: capitalize;
    border: none;
    text-align: left;
}

.agent-info a,
.agent-info .agent-roles {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.agent-container li.agent-empty,
.agent-empty {
    position: relative;
    color: #999999;
    font-size: 14px;
    padding: 15px;
    text-align: center;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: default;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.agent-container li.agent-empty,
.agent-empty {
    background-color: transparent;
}

a.load-more {
    line-height: 15px;
    width: 70px;
    margin: 15px auto;
    padding: 4px;
    font-size: 12px;
}