.agent {
  visibility: hidden;
}

.supervisor {
  visibility: hidden;
}

.startVisible {
  visibility: visible;
}

.startInvisible {
  visibility: hidden;
  display:none;
}

.hide-me{
  visibility: hidden;
}

.overlay_image{
    position: absolute;
    top: 2px;
    right: 2px;
    width: 35px;
    height: 20px;
}
.app-cell-wrapper
{
  padding: 16px 12px;
}

.app-cell-wrapper .app-cell
{
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 122px;
  width: 180px;
  color: #000;
  border: 1px solid #edeff0;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  background-color: #fff;
  transition: box-shadow .2s ease-in-out;
}

.app-cell-wrapper .app-cell,.app-cell-wrapper .app-cell .centered-image
{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.app-cell-wrapper .app-cell .centered-image
{
  height: 81px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f2f4f5;
}

.app-cell-wrapper .app-cell.need-attention
{
  border-color: #f29b05;
  transition: none;
}

.app-cell-wrapper .app-cell:focus .app-cell-appname
{
  color: #585959;
}

.app-cell-wrapper .app-cell .app-cell-description
{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 40px;
  -ms-flex: 1 0 40px;
  flex: 1 0 40px;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1px 7px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 110%;
  text-align: center;
  text-overflow: ellipsis;
}

.app-cell-wrapper .app-cell .app-cell-description.with-expander
{
  margin-right: 20px;
}

.app-cell-wrapper .app-cell .app-cell-edit
{
  display: none;
  text-align: center;
  -webkit-flex: 1 0 40px;
  -ms-flex: 1 0 40px;
  flex: 1 0 40px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #585959;
  padding: 1px 7px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  height: 100%;
}

.app-cell-wrapper .app-cell .app-cell-edit .app-cell-edit-icon
{
  width: 24px;
  height: 24px;
  background: url(imgs/pencil.e47ce18d.svg);
}

.app-cell-wrapper .app-cell .app-cell-edit .app-cell-edit-description
{
  margin-left: 4px;
}

.app-cell-wrapper .app-cell .app-cell-edit:hover
{
  color: #0891bf;
}

.app-cell-wrapper .app-cell .app-cell-edit:hover .app-cell-edit-icon
{
  background: url(imgs/pencil-hover.cdb63a24.svg);
}

.app-cell-wrapper .app-cell .app-cell-edit:active
{
  color: #005875;
}

.app-cell-wrapper .app-cell .app-cell-edit:active .app-cell-edit-icon
{
  background: url(imgs/pencil-active.ef3bb903.svg);
}

.app-cell-wrapper .app-cell:hover
{
  box-shadow: 0 0 12px 0 rgba(45,46,46,.08),0 1px 5px 0 rgba(45,46,46,.12);
  border: 1px solid rgba(0,169,224,.4);
}

.app-cell-wrapper .app-cell:hover.selected
{
  border: 1px solid #00a9e0;
  box-shadow: 0 0 6px 0 rgba(0,169,224,.2),0 1px 4px 1px rgba(0,169,224,.4);
}

.app-cell-wrapper .app-cell:hover .editable-app .app-cell-description
{
  display: none;
}

.app-cell-wrapper .app-cell:hover .editable-app .app-cell-edit
{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.app-cell-wrapper .app-cell:active
{
  transition: none;
  box-shadow: 0 0 5px 0 rgba(45,46,46,.1),0 1px 2px 0 rgba(45,46,46,.2);
  border: 1px solid rgba(0,169,224,.7);
}

.app-cell-wrapper .app-cell .app-cell-footer
{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
}

.app-cell-wrapper .app-cell .app-cell-appname
{
  font-size: 13px;
  line-height: 1.23;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden!important;
  text-overflow: ellipsis;
  color: #727273;
  letter-spacing: .2px;
}

.app-img-onfido
{
  height: 50px;
  -webkit-align-self: left;
  -ms-flex-item-align: left;
  align-self: left;
  display: absolute;
}

.app-img-logout
{
  height: 50px;
  -webkit-align-self: right; 
  -ms-flex-item-align: right;
  align-self: right;
  display: absolute;
} 

.app-img
{
  height: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.app-img.square
{
  width: 50px;
}

.app-img.rectangle
{
  width: 132px;
}

.apps-list
{
  display:inline-block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}


#apps-view-container
{
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
}

#apps-view-container .search-and-tabs-wrap
{
  border-bottom: 1px solid #e8eaeb;
  background: #fff;
}

#apps-view-container .bottom-switcher
{
  border-top: 1px solid #e8eaeb;
  background-color: #f2f4f5;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

#apps-view-container .top-switcher
{
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#apps-view-container .top-switcher.content
{
  margin-bottom: -1px;
}

#apps-view-container .custom-tabs-container
{
  background: #f7f9fa;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

#apps-view-container .scrollable-content
{
  background-color: #f7f9fa;
  overflow-y: auto;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  padding-top: 16px;
  padding-bottom: 16px;
}

#apps-view-container .scrollable-content .apps-container
{
  height: 100%;
  padding: 0 20px;
}

#apps-view-container .custom-tabs-container~.scrollable-content
{
  padding-top: 0;
}

@media screen and (max-width:652px)
{
  #apps-view-container .custom-tabs-container
  {
    background: #fff;
    border-bottom: 1px solid #edeff0;
  }

  #apps-view-container .scrollable-content
  {
    padding-top: 0;
    padding-bottom: 0;
  }

  #apps-view-container .scrollable-content .apps-container
  {
    height: 100%;
    padding: 0;
  }
}

*,:after,:before
{
  box-sizing: inherit;
}

html
{
  box-sizing: content-box;
}

body,html
{
  margin: 0;
  padding: 0;
  font-family: Roboto,"Helvetica Neue",Helvetica,"Segoe UI",Arial,sans-serif;
  font-size: 14px;
  height: 100%;
  overflow: hidden;
  min-width: 320px;
  color: #585959;
  line-height: 1.4285em;
  font-smoothing: antialiased;
}

#root,.container-div
{
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-div
{
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

a
{
  text-decoration: none;
}


.body
{
  background-color: black;
}

.hJdRYq {
    width: 100%;
    overflow-y: scroll;
}

.deTaAc {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
    font-size: 14px;
    user-select: none;
    box-sizing: border-box;
    background-color: rgb(0, 0, 0);
    padding: 0px 32px;
}

.bnePEP {
    margin-top: 52px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    position: relative;
}

.CCDwK {
    margin: auto;
    width: 800px;
    position: relative;
}

.CCDwK2 {
    margin: auto;
    width: 1060px;
    position: relative;
}

.duNpUs {
    width: 100%;
}

.eAgQMY {
    font-size: 16px;
    line-height: 20px;
    padding: 0px 20px;
    margin: 0px;
    height: 48px;
    min-width: 112px;
    font-weight: 400;
    font-family: Roboto, "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    border-radius: 2px;
    letter-spacing: 0.4px;
    box-shadow: none;
    text-shadow: none;
    text-transform: capitalize;
    border: none;
    cursor: pointer;
    outline-offset: -5px;
    color: white;
    background-color: rgb(0, 147, 195);
}

.kGulrQ {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 24px auto;
    width: 376px;
    line-height: 1.5;
    border-radius: 4px;
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(45, 46, 46, 0.08) 0px 4px 16px 0px, rgba(45, 46, 46, 0.1) 0px 0px 4px 0px;
}

.jFRfKw {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    background-color: rgb(0, 0, 0);
    z-index: 2;
    border-bottom: 1px solid rgb(237, 239, 240);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 60px;
}

.bymzDK {
    display: table-cell;
    vertical-align: middle;
}

.euVUjN {
    display: block;
    margin: 0px auto;
    max-width: 280px;
    max-height: 60px;
    width: auto;
    height: auto;
    cursor: pointer;
}
.fhRaDj {
    height: 100%;
    overflow-wrap: break-word;
}

.QzQWh {
    display: flex;
    flex-direction: column;
    margin: 24px;
}

.bbllgR:first-child {
    margin-top: 0px;
}

.bbllgR {
    display: flex;
    flex-direction: column;
    margin: 16px 0px;
    color: rgb(88, 89, 89);
}


.jomEGJ {
    font-size: 14px;
    margin: 0px 0px 8px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    line-height: 20px;
}

.hOobUj {
    color: rgb(114, 114, 115);
    font-weight: 400;
    font-family: Roboto, "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    letter-spacing: 0.4px;
    margin-right: 8px;
}

.gupvKM {
    font-size: 16px;
    height: 48px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgb(222, 224, 224);
    transition: border-color 0.2s ease 0s;
    border-radius: 2px;
    font-family: Roboto, "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    color: rgb(63, 64, 64);
    letter-spacing: 0.2px;
    padding: 0px 12px;
    line-height: normal;
}

.kRvgFH {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 14px;
}

.kEuzIl {
    color: rgb(63, 64, 64);
    font-family: Roboto, "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 4px 0px;
    position: relative;
}

.guYXfX {
    width: 18px;
    height: 18px;
    margin: 0px;
    appearance: none;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(212, 214, 214);
    border-radius: 2px;
    cursor: pointer;
    padding: 1px;
    position: absolute;
    left: 0px;
    top: 5px;
    outline-offset: -5px;
}

.geMbJY {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    line-height: 20px;
    opacity: 1;
}

.fNBmGS {
    display: block;
}

.kjgdrL {
    height: 52px;
    display: flex;
    margin: auto;
    width: auto;
    transition: width 0.1s ease 0s;
    justify-content: space-between;
}
