@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap);
.ContextCon[data-v-6eaf905f] {
  min-height: 100vh;
  background-color: #fff;
}
.ContextCon .TenentSelection[data-v-6eaf905f] {
    display: none;
}
.ContextCon .ListView[data-v-6eaf905f] {
    background-color: #fff;
    border-radius: 10px;
}
.ContextCon .OrganizationsList[data-v-6eaf905f] {
    max-height: 160px;
    overflow-y: auto;
}
.ContextCon .OrganizationsList .ListItem[data-v-6eaf905f] {
      cursor: pointer;
      padding-left: 10px;
      padding-right: 10px;
      color: #4ba9ba !important;
}
.ContextCon .OrganizationsList .ListItem .ant-list-item-meta-description[data-v-6eaf905f] {
        color: #4ba9ba !important;
}
.ContextCon .OrganizationsList .ListItem[data-v-6eaf905f]:hover {
        background-color: #a4c3c7a1;
}
.ContextCon .OrganizationsList .ListItem[data-v-6eaf905f]:last-child:hover {
        border-radius: 0 0 10px 10px;
}
.ContextCon .OrganizationsList .ListItemActive[data-v-6eaf905f] {
      background-color: #a4c3c7a1;
}
.ContextCon .SubTitle[data-v-6eaf905f] {
    color: #4ba9ba;
    font-weight: 500;
    text-align: center;
    margin: 15px 0;
}
.ContextCon .proceedBtn[data-v-6eaf905f] {
    text-align: right;
}

