.col-container {
  max-width: 610px;
  padding: 0 30px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .table-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .table-toolbar > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.root .v-select__selections {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.root .v-select-list .v-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.root .v-select-list .v-list > div {
  min-width: 100%;
}

.root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.root .v-datatable__actions__pagination {
  display: none;
}

.root #company-status .v-datatable__actions__pagination,
.root #org-summary .v-datatable__actions__pagination,
.root #single-use-suppliers .v-datatable__actions__pagination,
.root #new-suppliers .v-datatable__actions__pagination,
.root #top-suppliers .v-datatable__actions__pagination,
.root #new-added-suppliers .v-datatable__actions__pagination {
  display: block !important;
  text-align: center;
  margin: 0 32px 0 24px;
}

.root #news-bulletins table {
  table-layout: fixed;
}

.root ::-webkit-scrollbar {
  width: 9px;
}

.root ::-webkit-scrollbar-thumb {
  border-radius: 9px;
  background: #e4e6ea;
}

.root ::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.root #my-groups tbody,
.root #all-groups tbody,
.root #add-group-members tbody {
  display: block;
  height: 445px;
  overflow: auto;
}

.root #my-groups thead,
.root #my-groups tbody tr,
.root #all-groups thead,
.root #all-groups tbody tr,
.root #add-group-members thead,
.root #add-group-members tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
  /* even columns width , fix width of table too*/
}

.root #my-groups thead,
.root #all-groups thead,
.root #add-group-members thead {
  width: calc(100% - 1em);
}

.root #my-groups .selected-group,
.root #all-groups .selected-group,
.root #add-group-members .selected-group {
  background-color: lightgray;
}

.root .primary {
  background-color: #5e4485 !important;
  border-color: #5e4485 !important;
}

.root .primary--text {
  color: #5e4485 !important;
  caret-color: #5e4485 !important;
}

.root .benefits_btn {
  margin: 65px 25px;
  background: white !important;
  color: #000000 !important;
  padding: 10px 10px 0 10px;
  height: 38px;
  border-radius: 20px;
  border: 3px solid #6b4999 !important;
  text-transform: none;
}

.root .benefits_btn div {
  height: 34px;
  margin: 0;
  padding: 0px 5px;
  font-weight: 400;
  font-size: 16px;
  color: black;
  vertical-align: center;
}

.root .benefits_btn div .separator1 {
  border-right: 3px solid #648444 !important;
}

.root .benefits_btn div .separator2 {
  border-right: 3px solid #846444 !important;
}

.root .benefits_btn div span {
  color: #6b4999;
}

.root .benefits_btn div span i {
  position: relative;
  top: 3px;
}

.root .datatable_container .v-datatable .pl-8 {
  padding-left: 8px;
}

.root .datatable_container .v-datatable .pl-10 {
  padding-left: 10px;
}

.root .datatable_container .v-datatable .pl-12 {
  padding-left: 12px;
}

.root .datatable_container .v-datatable .pl-14 {
  padding-left: 14px;
}

.root .datatable_container .v-datatable .pl-16 {
  padding-left: 16px;
}

.root .datatable_container .v-datatable .pl-18 {
  padding-left: 18px;
}

.root .datatable_container .v-datatable .pl-20 {
  padding-left: 20px;
}

.root .datatable_container .v-datatable .pl-22 {
  padding-left: 22px;
}

.root .datatable_container .v-datatable .pr-8 {
  padding-right: 8px;
}

.root .datatable_container .v-datatable .pr-10 {
  padding-right: 10px;
}

.root .datatable_container .v-datatable .pr-12 {
  padding-right: 12px;
}

.root .datatable_container .v-datatable .pr-14 {
  padding-right: 14px;
}

.root .datatable_container .v-datatable .pr-16 {
  padding-right: 16px;
}

.root .datatable_container .v-datatable .pr-18 {
  padding-right: 18px;
}

.root .datatable_container .v-datatable .pr-20 {
  padding-right: 20px;
}

.root .datatable_container .v-datatable .pr-22 {
  padding-right: 22px;
}

.root .datatable_container p {
  font-size: 1.15rem;
}

.root .datatable_container .note {
  margin-top: 20px;
  font-size: 1rem;
  font-style: italic;
  color: #727174;
  line-height: 1.5rem;
}

.root .datatable_container .note span {
  font-size: 2.4rem;
}

.root .datatable_container tr:hover {
  color: #6b4999;
}

.root .collaborate.datatable_container tr:hover {
  color: #648444;
}

.root .monitor.datatable_container tr:hover {
  color: #846444;
}

@media all and (-ms-high-contrast: none) {
  .root .container {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .root .fill-height {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
}

.root footer {
  margin: auto 0 0 0;
  background: #f5f3f8;
  color: #370337;
}

.root footer .container {
  background: #f5f3f8;
}

.root footer .logo {
  height: 30px;
  margin-right: 25px;
}

.root footer h1 {
  padding: 3rem 0;
}

.root footer .faq {
  color: #370337 !important;
}

.root footer .faq .v-expansion-panel {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.root footer .faq .v-expansion-panel__container {
  background-color: transparent !important;
  border-top: none;
  border-bottom: 1px solid #4f1e51;
  color: #370337 !important;
}

.root footer .faq .v-expansion-panel__header {
  padding-left: 0;
  padding-right: 0;
}

.root footer .tm {
  font-size: 0.8rem;
  color: black;
}

@media all and (-ms-high-contrast: none) {
  .root footer .tm {
    font-size: 0.9rem;
  }
}

.root header .logo {
  margin-top: 5px;
  margin-left: 5px;
  width: 60px;
}

.root header nav .v-toolbar__content {
  padding: 0;
}

.root header nav .v-toolbar__content .menu_btn {
  height: 100%;
  width: 55px;
  padding-left: 4px;
  background: #624484;
  border-radius: 0;
  margin-right: 8px;
}

.root header nav .v-toolbar__content .menu_btn:before {
  border-radius: 0;
}

.root header nav .v-toolbar__content .menu_btn i {
  font-size: 18px;
}

.root header nav .v-toolbar__content .logout_btn {
  background: #624484;
  min-width: 55px !important;
  padding: 0 !important;
}

.social-logo {
  border: 1px solid #390333;
  border-radius: 20px;
  padding: 3px;
  margin-right: 5px;
}

.text-logo {
  text-decoration: none;
  text-transform: none;
  color: white;
  padding-left: 5px;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 45px;
}

.text-logo span:nth-of-type(1) {
  font-weight: 500;
  line-height: 0.8em;
}

.text-logo span:nth-of-type(2) {
  font-weight: 300;
  font-size: 0.235em;
  line-height: 1.5em;
  text-transform: capitalize;
  padding-left: 3px;
}

img.tab-logo {
  position: relative;
  top: 16px;
  height: 55px;
  width: 66px;
}

.logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo-container a {
  color: inherit;
}

.logo-container .logo {
  margin: 10px 0 0 10px;
  max-width: 50%;
  height: 50px;
}

.app-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 180px;
  border-radius: 4px;
  padding: 24px 0 0 0;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #f2f8f9;
}

.app-card:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 4px 8px rgba(38, 38, 38, 0.2);
          box-shadow: 0 4px 8px rgba(38, 38, 38, 0.2);
  border: 1px solid #cccccc;
}

.app-card .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 210px;
}

.app-card .card-content .card-icon {
  display: inherit;
  margin: 0 auto;
  color: #624484;
  font-size: 100px;
}

.app-card .card-content .card-icon.with-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app-card .card-content .card-icon .text-below {
  font: bold 16px Roboto;
  margin: 5px 0 0 0;
}

.app-card .card-content .card-text {
  height: 100px;
  display: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  padding: 25px 25px 0 25px;
  text-align: center;
}

.app-card .card-content .card-text p {
  margin-bottom: 0;
  color: #000000;
  font-weight: 300;
  font-size: 11px;
  font-style: italic;
  line-height: 2rem;
}

.live-block {
  padding: 16px 16px 16px 16px !important;
}

.ref-block {
  padding: 16px 16px 16px 16px !important;
}

.app-container {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.app-tabs-container {
  -ms-flex: none;
}

.app-tabs-container .v-tabs__item h2 {
  font-weight: 300;
}

.app-tabs-container .v-tabs__item--active h2 {
  font-weight: bold;
}

.app-tabs-container .v-tabs__container div:nth-of-type(2) .v-tabs__item--active {
  border-bottom: 2px solid #7328bf;
  z-index: 2;
}

.app-tabs-container .v-tabs__container div:nth-of-type(3) .v-tabs__item--active {
  border-bottom: 2px solid #648444;
  z-index: 2;
}

.app-tabs-container .v-tabs__container div:nth-of-type(4) .v-tabs__item--active {
  border-bottom: 2px solid #846444;
  z-index: 2;
}

.investigate-info-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  vertical-align: -15px !important;
}

.collaborate-info-icon {
  margin: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 34px;
  width: 34px;
  background-color: #648444;
  border-radius: 34px;
}

.collaborate-info-icon span {
  width: 100%;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  color: white;
  font-size: 1.8rem;
}

.login-page,
.register-page {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 43, 54, 0.9)), to(rgba(57, 43, 54, 0.9))), url("/images/login-background.jpg");
  background: linear-gradient(rgba(57, 43, 54, 0.9), rgba(57, 43, 54, 0.9)), url("/images/login-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px !important;
  color: white;
  display: block !important;
  min-height: calc(100vh - 60px) !important;
}

.login-page .form h1,
.login-page .form p,
.register-page .form h1,
.register-page .form p {
  opacity: 0.90 !important;
}

.login-page .form label,
.register-page .form label {
  font-size: 14px;
  font-family: Roboto, monospace;
  opacity: 0.95 !important;
}

.login-page .form .v-input,
.register-page .form .v-input {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.login-page .form button,
.register-page .form button {
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 10px;
}

.login-page .form .privacy-text,
.register-page .form .privacy-text {
  font-size: 12px;
  text-align: justify;
  font-family: Roboto, sans-serif;
  padding-top: 30px;
}

.login-page .form .login-info,
.register-page .form .login-info {
  line-height: 2.5;
}

.login-page .form .v-label-active,
.register-page .form .v-label-active {
  font-size: 13px !important;
}

.login-page .form .accent--text,
.register-page .form .accent--text {
  color: white !important;
}

.login-page .form .v-input--checkbox,
.register-page .form .v-input--checkbox {
  padding: 0;
}

.login-page .form .v-input--checkbox label,
.register-page .form .v-input--checkbox label {
  font-size: 12px;
}

.login-page .form .v-input--checkbox .v-icon,
.register-page .form .v-input--checkbox .v-icon {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.login-page .form input:-webkit-autofill,
.register-page .form input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.9) !important;
}

div.newsfeed-container,
div.card-app-container {
  border-radius: 10px;
  overflow: hidden;
}

div.newsfeed-container .sort-by,
div.card-app-container .sort-by {
  width: 119px;
}

div.newsfeed-container .sort-by .v-select__selection,
div.card-app-container .sort-by .v-select__selection {
  font-size: 13px;
  color: #d9dee4;
}

div.newsfeed-container .sort-by .v-input__slot:before,
div.card-app-container .sort-by .v-input__slot:before {
  border-width: 0 !important;
}

div.newsfeed-container .sort-by .v-input__slot:after,
div.card-app-container .sort-by .v-input__slot:after {
  -webkit-transform: scaleX(0) !important;
          transform: scaleX(0) !important;
}

div.newsfeed-container .sort-by input,
div.card-app-container .sort-by input {
  display: none !important;
}

div.newsfeed-container .sort-by .v-select__selection,
div.card-app-container .sort-by .v-select__selection {
  max-width: none;
}

div.newsfeed-container .sort-by .v-icon,
div.card-app-container .sort-by .v-icon {
  color: #648444;
}

.newsfeed-tabs,
.card-app-tabs {
  border-bottom: 1px solid #f3f3f5;
}

.newsfeed-tabs .v-tabs__div,
.card-app-tabs .v-tabs__div {
  margin: 0 5px;
}

.newsfeed-tabs .v-tabs__div .v-tabs__item,
.card-app-tabs .v-tabs__div .v-tabs__item {
  color: #cfd5db;
  margin: 0 1px;
}

.newsfeed-tabs .v-tabs__div .v-tabs__item h3,
.card-app-tabs .v-tabs__div .v-tabs__item h3 {
  font-size: 1.1rem;
  font-weight: 400;
}

.newsfeed-tabs .v-tabs__div .v-tabs__item--active,
.card-app-tabs .v-tabs__div .v-tabs__item--active {
  color: #313233;
}

.newsfeed-tabs .v-tabs__div .v-tabs__item--active h3,
.card-app-tabs .v-tabs__div .v-tabs__item--active h3 {
  font-weight: 500;
}

.newsfeed-tabs .v-tabs__div:nth-of-type(2),
.card-app-tabs .v-tabs__div:nth-of-type(2) {
  margin-left: 20px !important;
}

.newsfeed-tabs .v-tabs__slider,
.card-app-tabs .v-tabs__slider {
  height: 4px;
}

.newsfeed-container .subject,
.newsfeed-container .message,
.card-app-container .subject,
.card-app-container .message {
  width: calc(80vw - 150px);
  font-size: 14px;
  padding: 5px 0;
}

.newsfeed-container .subject .v-text-field__details,
.newsfeed-container .message .v-text-field__details,
.card-app-container .subject .v-text-field__details,
.card-app-container .message .v-text-field__details {
  display: none;
}

.newsfeed-container .subject .v-input__slot,
.newsfeed-container .message .v-input__slot,
.card-app-container .subject .v-input__slot,
.card-app-container .message .v-input__slot {
  margin: 0;
}

.newsfeed-container .subject .v-input__slot input,
.newsfeed-container .message .v-input__slot input,
.card-app-container .subject .v-input__slot input,
.card-app-container .message .v-input__slot input {
  padding: 0;
}

.newsfeed-container .subject .v-input__slot:before,
.newsfeed-container .subject .v-input__slot:after,
.newsfeed-container .message .v-input__slot:before,
.newsfeed-container .message .v-input__slot:after,
.card-app-container .subject .v-input__slot:before,
.card-app-container .subject .v-input__slot:after,
.card-app-container .message .v-input__slot:before,
.card-app-container .message .v-input__slot:after {
  border-style: hidden !important;
}

.newsfeed-container .compose-container,
.card-app-container .compose-container {
  margin: 20px 160px 25px 35px;
}

.newsfeed-container .compose-container .v-text-field__slot textarea,
.card-app-container .compose-container .v-text-field__slot textarea {
  border: 2px solid #648444;
  border-radius: 15px;
  line-height: 2rem;
  padding: 15px;
  caret-color: #000;
  font-size: 22px;
}

.card-app-title {
  font-size: 1.75em;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  padding: 0 10px;
  margin: 25px 0;
}

.card-app-title span {
  display: inline-block;
  width: 0.65em;
  height: 0.65em;
  border-radius: 3px;
  background: currentcolor;
  margin-right: 30px;
}

.card-app-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card-app-toolbar .search-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 180px;
          flex: 1 1 180px;
  max-width: 180px;
}

.card-app-toolbar .v-tabs__div:nth-of-type(2) {
  margin-left: 0 !important;
}

.card-app-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-app-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-app-header__main svg {
  margin-left: 0;
}

.card-app-header__main h3 {
  font-size: 2em;
  font-weight: 500;
}

.card-app-header__main .icon {
  margin: 0 10px;
}

.card-app-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-app-header__info .v-divider {
  margin: 0 15px;
}

.card-app-header__info .icon {
  margin-left: 25px;
}

.card-app-header,
.card-app-toolbar {
  padding: 0 16px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta-btn {
  border-width: 2px !important;
  border-radius: 5px !important;
}

.extension {
  display: inline-block;
  height: 52px;
  color: #8acacd;
  border: 1px solid currentColor;
  position: relative;
  bottom: 11px;
  margin: 11px auto 0 auto;
  width: 48px;
  text-transform: uppercase;
}

.extension span {
  display: inline-block;
  width: 47px;
  height: 20px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 11px;
  border: 1px solid #8acacd;
  border-left: none;
  border-right: none;
  padding: 2px;
  position: relative;
  top: 26px;
}

.initial,
.initial-circle {
  background: #648444;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  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;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}

.initial--small,
.initial-circle--small {
  width: 35px;
  height: 35px;
  font-size: 14px;
}

.br {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.bb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.fixed-header .v-table__overflow {
  overflow-y: auto !important;
  max-height: 50vh !important;
}

.fixed-header th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 4;
  background-color: #f8fafc;
}

.fixed-header tr.v-datatable__progress th {
  top: 55px;
  height: 1px;
}

#inputMessage {
  margin-top: 0;
}

.inputValue input[type='number'] {
  -moz-appearance: textfield;
}

.inputValue input::-webkit-outer-spin-button,
.inputValue input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.v-data-iterator__actions {
  display: none !important;
}

.switch-padding .v-input__control .v-input__slot {
  padding: 20px 0 0 20px;
}

.radio-group-margin .v-input--selection-controls {
  margin-top: 0;
  padding-top: 0;
}

.radio-group-margin .v-input--selection-controls__input {
  margin: 0;
}

.radio-group-margin .v-radio.theme--light {
  margin: 0;
}

.total-figure {
  width: 200px;
  white-space: nowrap;
}

.cluster-filter {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.cluster-filter .v-select__selection {
  white-space: nowrap;
}

@media screen and (max-width: 1264px) {
  .newsfeed-container .message,
  .card-app-container .message {
    width: unset !important;
  }
}

