.name-brand {
  font-family: 'Chathura', sans-serif;
  font-size: 3rem;
}
.file-icon {
  max-width: 150px;
}

.file-logo {
  max-width: 300px;
}

.file-header {
  max-width: 800px;
}

.file-upload {
  width: 100%;
}
.image-cropper {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.brand-initials {
  border:1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  width:25px;
  height: 25px;
  padding: 1em;
  max-width: 25px;
}
.squared {
  border-radius:0 !important
}
i.handle,
.pointer {
  cursor: pointer;
}
.fa-minus-circle:hover {
  color: #F1416C;
}
.btn-group-pad .btn + .btn,
.btn-group-pad .badge + .badge,
.btn-group-pad .btn + .dropdown {
  margin-left: 0.250rem;
}

.btn-outline-blue {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-blue:hover {
  color: #000000;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-red {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-red:hover {
  color: #000000;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-green {
  color: #198754;
  border-color: #198754;
}
.btn-outline-green:hover {
  color: #000000;
  background-color: #198754;
  border-color: #198754;
}


/* SELECT & TIME PICKER CSS OVERRIDES */
.vs__dropdown-menu {
  z-index: 99999 !important;
}
.drop-right .vs__dropdown-menu {
  left: unset;
  right: 0;
  min-width: 300px;
}
.vs--searchable .vs__dropdown-toggle {
  background: #F5F8FA;
  border: none;
  height: 44px;
  min-width: 125px;
  padding: 0;
}
.select-style2 {
  border: 1px solid #ccc;
  margin: 0 0.5em;
}
.select-style2 .vs--searchable .vs__dropdown-toggle {
  background: #FFF;
  height: 40px;
}
.vs__selected {
  color: #5E6278 !important;
  font-weight: 500;
}
.vs__selected-options {
  flex-wrap: nowrap !important;
}
.vs__selected {
  margin: 0 !important;
}
.vs__clear {
  margin-top: -3px;
}
.vs__actions {
  padding-top: 0;
}
.select2-container.select2-container--bootstrap5 .select2-selection--single {
  height: 42px;
}
.select2-container {
  width: 100% !important;
}
.tooltip-inner {
  max-width: 300px;
}
.select2-dropdown {
  z-index: 9999 !important;
}
#create-meeting .vue__time-picker input.vue__time-picker-input {
  line-height: 2.1 !important;
  border-radius: 0.35rem;
}
.tooltip.show p {
   text-align:left;
 }
 .btn-group-pad .btn-xs, .btn-xs, .btn-group-xs > .btn {
  padding: 0.1rem 0.65rem !important;
  font-size: 0.925rem;
  border-radius: 0;
}
#tabstyle-1 .nav-pills .nav-link.active, 
#tabstyle-1 .nav-pills .show > .nav-link {
  color: #20D489;
  background-color: transparent;
  border-radius: 0;
}

#tabstyle-1 .nav .nav-link.active, 
#tabstyle-1 .nav-tabs .nav-link.active, 
#tabstyle-1 .nav-tabs .nav-item.show .nav-link {
  border-bottom: 1px solid #20D489;
  color: #192433
}
#orgnav {
  padding: 0;
}
#orgnav .navbar-toggler,
#orgnav .navbar-toggler:focus {
  transition: none;
  box-shadow: none;
  border: none;
}
#orgnav .dropdown-menu {
  border-radius: 0 0 0.5rem 0.5rem;
  font-size: 1.1rem;
  padding: 1em;
}
/* TOP TASK LISTS */


#topTasks .title {
  width: 30%;
}
#topTasks .details {
    width: 70%;
}
#topTasks .assigned_to {
    width: 10%;
}
#topTasks .current_status {
    width: 35%;
}
#topTasks .next_steps {
    width: 30%;
}
#topTasks .days {
    width: 10%;
}
#topTasks .week {
    width: 10%;
}
#topTasks .done {
    width: 10%;
}

.pdn-list-block {
  cursor: pointer;
}
.pdn-list-block:hover {
  background: rgba(0,0,0,0.1);
}
@media only screen and (min-width: 401px) and (max-width: 767px) {
  #topTasks .title {
    width: 90%;
  }
  #topTasks .details {
      width: 100%;
  }
  #topTasks .assigned_to {
      width: 100%;
  }
  #topTasks .current_status {
      width: 100%;
  }
  #topTasks .next_steps {
      width: 100%;
  }
  #topTasks .days {
      width: 33%;
  }
  #topTasks .week {
      width: 33%;
  }
  #topTasks .done {
      width: 33%;
  }
}
/* PROCESS MAPPING */

.process-phase div {
  border: 1px solid #ccc;
  background: #fff;
  padding: 1em;
  margin: 0.25em;
}
.process-phase .index {
  font-weight: 600;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-phase .content {

}
.new-item div {
  border: 2px dashed #ccc;
  background: #fff;
  display: flex;
  padding: 1em;
  margin: 0.25em;
}
.new-item .index {
  font-weight: 600;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 576px) {
  .new-item div {
    height: 50px;
  }
}
/* TIPTAP */
.ProseMirror {
  outline: none;
}
.editor-wrapper {
  border: 2px solid #192433;
  border-radius: 3px;
  padding: 1em;
}
.editor-wrapper-style2 {
  background: #fafafa;
  padding: 1em;
}
/* TABLOID */
#tabloid .wrapper {
  background: #fff;
  box-shadow: 5px 5px 15px #ccc;
  border: 1px solid #ccc;
  padding: 2em;
}
#tabloid .results {
  width: 1800px;
  margin: 0 auto;
}
#tabloid .list-group-item .svg-inline--fa {
  opacity: 0.2;
}
#tabloid .list-group-item:hover .svg-inline--fa {
  opacity: 1;
}
#tabloid .buckets .list-group {
  border: 1px dashed #e5e5e5;
  padding: 1em;
}
#tabloid .results .list-group {
  background: #fafafa;
  padding: 1em;
  margin: 1em 0;
}
#tabloid .summary {
  display: block;
  margin: 1.25em 0;
  border-top: 2px dashed #e5e5e5;
  padding-top: 1em;
}
.list-group-fixed {
  height: 500px;
  overflow-y: scroll;
  margin-bottom: 2em;
}
.list-group-main {
  height: 1000px;
  overflow-y: scroll;
  margin-bottom: 2em;
}
.listable-parent {
  min-width: 400px;
}
.listable .column {
  display: flex;
  align-items: center;
  background-color: #fff;
  min-height: 3.5em;
  padding: 0.5em;
  margin: 0;
  height: 100%;
}
#page .p-datatable .p-datatable-header,
#page .p-datatable .p-datatable-thead > tr > th {
    background: #F8F6F2;
    border-top:none;
}
.column-border {
  border: 1px solid #e5e5e5;
    border-bottom-color: rgb(229, 229, 229);
    border-bottom-style: solid;
    border-bottom-width: 1px;
  border-bottom: none;
}
.column-hover:hover {
  background-color: #F5F8FA;
}
@media (max-width: 991px) {
  .listable {
    background-color: #fff;
    margin-bottom: 0.5em;
    border: 1px solid #e5e5e5;
  }
  .listable .column {
    border: none;
  }
}
.listable .btn {
  min-width: 42px;
  min-height: 42px;
}
.listable:last-child  .column{
  border-bottom: 1px solid #e5e5e5;
}
.listable .column.active {
  background-color: #F5F8FA;
}
#streams {
  /*position: fixed;*/
  background: #fff;
  box-shadow: 5px 5px 15px #ccc;
  border: 1px solid #ccc;
  overflow-x: scroll;
  padding: 2em 2em 2em 4em;
}
.stream-title {
  position: absolute;
  background: rgba(255,255,255,0.85);
  left: 50px;
}
.stream-content {
  margin-top: 3em;
}
.streams-block {
  flex: 0 0 400px;
}
/* WEEKDAY */
.weekday-row .weekday-cell {
  position: relative;
  height: 20px;
  padding: 10px 0;
}
.weekday-row .weekday-cell.active {
  background: blue;
}
.weekday-cell span {
    position:absolute;
    height:100%;
    width:100%;
    top: 50%;
    left: 0;
    height: 3px;
    transform: translateY(-40%);
}
/* DROPZONE */
.drop-area {
  border: 2px dashed #eee;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 2em;
}
/* DRAGBAR */
#dragBar {
  background: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  padding: 0.25em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
#dragBar div {
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  position: relative;
  text-align: center;
  font-weight: 700;
  margin: 1em;
  width: 33%;
}
#dragBar div span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#dragBar div:first-child {
  background: rgba(220, 53, 69, 0.2);
  border: 1px solid #dc3545;
  color: #dc3545;
}
#dragBar div:nth-child(2) {
  background: rgba(13, 110, 253, 0.2);
  border: 1px solid #0d6efd;
  color: #0d6efd;
}
#dragBar div:last-child {
  background: rgba(255, 193, 7, 0.2);
  border: 1px solid #ffc107;
  color: #ffc107;
}
@media only screen and (max-width: 767px) {
  #dragBar {
    display: block;
  }
  #dragBar div {
    width: 100%;
    margin: 0.5em 0;
    padding: 1em 0;
  }
}
/* LIGHTBOX */
#lightbox {
    position: absolute;
    transition: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border: 1px solid #000;
    background: rgba(255,255,255,0.9);
    padding: 1em;
    z-index: 999;
}
.lightbox {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.lightbox.hidden {
  opacity: 0;
  visibility: hidden;
}
.lightbox .close {
  position: absolute;
  right: 2.5%;
  top: 2.5%;
  font-size: 2rem;
  cursor: pointer;
}
.lightbox-content {
  display: flex;
  margin: 5%;
  align-items: center;
  justify-content: center;
}
.lightbox-content img {
  max-width: 100%;
  max-height: 100%;
  border: 5px solid #fff;
}
#kt_toolbar {
  background: #e5e5e5;
  margin: 0 0 1.5em 0;
}
.toolbar .btn:not(:hover) {
  background-color:#fff;
}
/* QUILL EDITOR */
.editor-wrapper {
  background: #fff;
}
.editor-wrapper .h250 .ql-editor {
  min-height: 250px;
}
.editor-wrapper .h500 .ql-editor {
  min-height: 500px;
}
.score-col-desc {
  overflow-y: hidden;
  overflow-y: scroll;
  display: block;
}
.score-col-legend {
  background-color: #F5F8FA;
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
  overflow-y: scroll;
  padding: 0.5rem;
}

@media only screen and (min-width: 767px) {
  .score-col-desc {
    height: 56px;
  }
  .score-col-legend {
    height: 68px;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #EFF2F5;
  border-radius: 0.05rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.65rem - 1px);
  border-top-right-radius: calc(0.65rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.65rem - 1px);
  border-bottom-left-radius: calc(0.65rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #EFF2F5;
}
.card-header:first-child {
  border-radius: calc(0.65rem - 1px) calc(0.65rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border-top: 1px solid #EFF2F5;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.65rem - 1px) calc(0.65rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.65rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.65rem - 1px);
  border-top-right-radius: calc(0.65rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.65rem - 1px);
  border-bottom-left-radius: calc(0.65rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

