/* gitple custom styles */
.gp-auth-block-header {
  /* background-color: #FF9900 !important; */
}

.gp-header-logo {
  /* height: 15px; */
}

/* main background */
.gp-main {
  /* background-color: #F4F2F0 !important; */
}

/* 상단의 header */
.gp-page-top {
  /* background-color:#FAF9F8 !important; */
}

.gp-menu-mobile-toggle-icon {
  /* color: #FF9900 !important; */
}

.gp-menu-toggle-icon:hover {
  /* color: #FF9900 !important; */
}

.gp-menu-angle-icon {
  /* color: #FF9900 !important; */
}




/* page :  */
/* gp-page-componentname */

/*** session-status ****/

/* session-status is-none-active */
.gp-page-top-session-status-container .gp-page-top-session-status {
  /* color:#968D86 !important; */
}

/* session-status is-active */
.gp-page-top-session-status-container .gp-page-top-session-status.is-active {
  /* border-bottom-color : #FF9900 !important; */
  /* color : #FF9900  !important; */
}

/* session-status is-hover */
.gp-page-top-session-status-container .gp-page-top-session-status:hover {
  /* color : #FF9900 !important; */
}

/* status-count */
.gp-page-top-session-status-container .gp-page-top-session-status-count {
  /* background-color: #968D86 !important; */
}

/* status-count is-hover */
.gp-page-top-session-status-container .gp-page-top-session-status:hover .gp-page-top-session-status-count {
  /* background-color: #FF9900 !important; */
}

/* status-count is-active */
.gp-page-top-session-status-container .gp-page-top-session-status.is-active .gp-page-top-session-status-count {
  /* background-color: #FF9900 !important; */
}


/* left-side-menu */
.gp-sidebar {
  /* background-color: #36261C !important; */
}

/* one-depth side menu */
.gp-sidebar-list-link {
  /* color: #ffffff !important; */
}

/* setting submenu default*/
.gp-sidebar-sub-list-link {
  /* color: #968E86 !important; */
}

/* when menu isn't selected, menu:hover */
.gp-sidebar-list-link:hover,
.gp-sidebar-sub-list-link:hover {
  /* color: #FF9900 !important; */
}

/* when menu is selected, menu and menu:hover */
.gp-sidebar-list-selected .gp-sidebar-list-link,
.gp-sidebar-list-selected .gp-sidebar-list-link:hover,
.gp-sidebar-list-selected .gp-sidebar-sub-list-link,
.gp-sidebar-list-selected .gp-sidebar-sub-list-link:hover {
  /* background-color: #FF9900 !important; */
  /* color: #FFFFFF !important; */
}


/* gp-chat */

/* room */
.gp-chat-room-select {
  /* background-color : #F8F6F3 !important; */
}

/* session-join */
.gp-chat-session-join {
  /* background-color : #F5F3F1 !important; */
}

/* chat */
.gp-chat-message-container {
  /* background-color : #F8F6F3 !important; */
}

.gp-chat-message-sender-agent {
  /* background-color : #EEE8E2 !important; */
}

.gp-chat-message-sender-bot {
  /* background-color : #EEE8E2 !important; */
}

.gp-chat-message-sender-user {
  /* background-color : #EEE8E2 !important; */
}

.gp-chat-message-sender-user-echo {
  /* background-color : #EEE8E2 !important; */
}

/* currently not available */ .gp-chat-message-sender-agent-other {

}

.gp-chat-message-sender-sys {
  /* background-color: #F2EEEA !important; */
}

/* link */

.gp-link {
  /* color: #228be6 !important; */
}

/* ngx-datatable */
.gp-customers-chevron-right {
  /* color:#FF9900 !important;; */
}
