@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
.search-box-wrapper {
  margin-bottom: 14px; }
  .search-box-wrapper .search-box {
    width: 100%;
    position: relative;
    max-width: 400px; }
    .search-box-wrapper .search-box i {
      position: absolute;
      right: 15px;
      top: 10px;
      color: #788492;
      font-size: 1.4em; }
  .search-box-wrapper button {
    text-indent: 0;
    min-width: 140px;
    width: 140px;
    margin-left: 12px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
    color: #353C45; }

.alphabet-filter a {
  margin-right: 10px; }
  .alphabet-filter a.active {
    color: #0087E2;
    font-weight: bold; }

.progress {
  height: 5px;
  width: 100%;
  border-radius: 5px;
  background-color: #EBEFF3; }

.comment > img {
  background-color: rgba(0, 0, 0, 0.1); }
.comment strong {
  font-weight: 500; }
.comment small {
  color: #788492; }
.comment .action {
  font-size: 0.85em;
  margin-top: 10px; }
  .comment .action > span {
    margin: 0 5px;
    color: #788492; }
.comment .note-content {
  position: relative;
  height: 50px;
  overflow: hidden; }
  .comment .note-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    background: linear-gradient(0deg, white 0%, white 35%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%); }
  .comment .note-content .readmore {
    position: absolute;
    top: 32px;
    right: 0;
    background-color: #FFFFFF; }
    .comment .note-content .readmore i {
      font-size: 0.9em; }
.comment.active .note-content {
  min-height: 50px;
  height: auto;
  overflow: unset; }
  .comment.active .note-content::before {
    display: none; }
.comment.active .readmore {
  display: none; }

.bg-grey .comment .note-content::before {
  background: white;
  background: linear-gradient(0deg, #F5F7F9 0%, #F5F7F9 30%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0) 100%); }
.bg-grey .comment .note-content .readmore {
  background-color: #F5F7F9; }

.custom-scroll-bar::-webkit-scrollbar {
  width: 10px; }
.custom-scroll-bar::-webkit-scrollbar-track {
  background: #F5F7F9;
  border-radius: 8px; }
.custom-scroll-bar::-webkit-scrollbar-thumb {
  background: #D0D3D6;
  border-radius: 8px; }
.custom-scroll-bar::-webkit-scrollbar-thumb:hover {
  background: #D0D3D6;
  cursor: pointer; }

.video-wrapper {
  position: relative;
  aspect-ratio: 16/9; }
  .video-wrapper .video-action {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 100; }
    .video-wrapper .video-action img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .video-wrapper .video-action .play-btn {
      position: absolute;
      height: 60px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 100; }
      .video-wrapper .video-action .play-btn span {
        font-size: 2.8em;
        font-weight: bold;
        color: #FF6A39; }
      .video-wrapper .video-action .play-btn img {
        width: 60px;
        height: 60px;
        opacity: 1; }

@media screen and (max-width: 767px) {
  .search-box-wrapper .search-box {
    max-width: 100%; }
  .search-box-wrapper button {
    width: 100%;
    margin-left: 0;
    margin-top: 14px; } }
body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #23282E;
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #23282E; }

a {
  text-decoration: none;
  color: #0087E2; }
  a:hover {
    color: #0064BD;
    cursor: pointer; }
  a.disabled {
    pointer-events: none;
    opacity: 0.7; }

.not-scroll {
  overflow-x: hidden;
  overflow-y: hidden; }

.color-default {
  color: #0087E2; }

.color-grey {
  color: #546170; }

.color-green {
  color: #72C040; }

.color-orange {
  color: #FF6A39; }

.color-red {
  color: #D92404; }

.bg-green {
  background-color: #72C040; }

.bg-grey {
  background-color: #F5F7F9; }

.bg-grey-primary {
  background-color: rgba(0, 0, 0, 0.1); }

.bg-white {
  background-color: #FFFFFF; }

.bg-red {
  background-color: #D92404; }

.bg-blue {
  background-color: #0064BD; }

.line {
  background-color: #e3e3e3d4;
  opacity: 1; }

.pre-line {
  white-space: pre-line; }

h1, h2, h3, h4, h5, h6, p, span {
  font-family: "Inter", sans-serif;
  margin-bottom: 0; }

h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600; }

h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600; }

h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600; }

h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600; }

h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600; }

h6 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600; }

p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 6px; }

small {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400; }

.breadcrumb li {
  margin-right: 4px;
  font-weight: 500;
  color: #546170; }
  .breadcrumb li a {
    font-weight: 400; }

.nav-pills {
  background-color: #FFFFFF;
  box-shadow: 0px -1px 0px 0px rgba(176, 182, 189, 0.5) inset;
  margin-bottom: 32px; }
  .nav-pills .nav-item {
    border-bottom: 3px solid transparent; }
    .nav-pills .nav-item .nav-link {
      font-weight: 500;
      color: #788492;
      padding: 20px 24px 12px 24px; }
    .nav-pills .nav-item.active {
      border-color: #0087E2; }
      .nav-pills .nav-item.active .nav-link {
        color: #23282E; }
    .nav-pills .nav-item:hover {
      border-color: #0064BD; }
      .nav-pills .nav-item:hover .nav-link {
        color: #23282E; }

.vertical-nav {
  display: flex;
  flex-wrap: wrap; }
  .vertical-nav .nav {
    flex: 360px;
    max-width: 360px; }
    .vertical-nav .nav small {
      display: block;
      color: #B0B6BD;
      margin-bottom: 12px; }
    .vertical-nav .nav a, .vertical-nav .nav span {
      margin: 1px 0;
      padding: 10px 15px;
      color: #23282E;
      border-left: 4px solid transparent;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
      .vertical-nav .nav a:hover, .vertical-nav .nav a.active, .vertical-nav .nav span:hover, .vertical-nav .nav span.active {
        background-color: #E3F2FC;
        border-color: #3CA4F2;
        color: #63B038; }
      .vertical-nav .nav a button, .vertical-nav .nav span button {
        float: right; }
  .vertical-nav .small-nav {
    flex: 260px;
    max-width: 260px; }
  .vertical-nav .tab-content {
    flex: calc(100% - 400px);
    max-width: calc(100% - 400px);
    margin-left: 40px;
    color: #353C45; }
    .vertical-nav .tab-content h2 {
      font-size: 1.7em;
      color: #23282E;
      margin-bottom: 20px; }
  .vertical-nav .extend-content {
    flex: calc(100% - 300px);
    max-width: calc(100% - 300px); }

.nav-pills-section {
  position: relative;
  padding: 10px 15px;
  margin: 1px 0;
  border-left: 4px solid transparent;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer; }
  .nav-pills-section button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: none; }
  .nav-pills-section.open, .nav-pills-section.active {
    background-color: #E3F2FC;
    color: #63B038;
    border-color: #3CA4F2; }
  .nav-pills-section.open button {
    display: block; }
  .nav-pills-section:last-child {
    box-shadow: none; }

@media screen and (max-width: 1199px) {
  .vertical-nav .nav {
    flex: 300px;
    max-width: 300px; }
  .vertical-nav .tab-content {
    flex: calc(100% - 300px);
    max-width: calc(100% - 300px);
    margin-left: 0; } }
@media screen and (max-width: 991px) {
  .vertical-nav .nav {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 30px; }
  .vertical-nav .tab-content {
    flex: 100%;
    max-width: 100%; } }
@media screen and (max-width: 767px) {
  .nav-pills {
    padding-bottom: 10px; }
    .nav-pills .nav-item {
      width: 100%;
      border-width: 0px; }
      .nav-pills .nav-item .nav-link {
        padding: 10px 0;
        text-align: left; }
      .nav-pills .nav-item.active {
        background-color: #0087e21f;
        padding: 0 20px;
        border-radius: 8px; }
        .nav-pills .nav-item.active .nav-link {
          color: #0087E2; } }
.btn {
  display: inline-block;
  padding: 10px 20px;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 1em;
  font-weight: 500;
  text-transform: capitalize;
  border: 0;
  line-height: 1.43em;
  transition: 0.5s all ease;
  outline: none;
  box-shadow: none;
  white-space: nowrap; }
  .btn.btn-small {
    padding: 4px 20px; }
  .btn.btn-smaller {
    padding: 4px 14px; }
    .btn.btn-smaller.btn-danger {
      border: 1px solid #dc3545; }
  .btn i {
    margin-right: 5px;
    font-size: 1em; }
  .btn:hover {
    cursor: pointer; }
  .btn:focus {
    box-shadow: none; }
  .btn.btn-default {
    background-color: #0087E2;
    border: 1px solid #0087E2;
    color: #FFFFFF; }
    .btn.btn-default:hover {
      background-color: #0064BD;
      border-color: #0064BD; }
  .btn.btn-blue {
    border: 1px solid #0087E2;
    background-color: #FFFFFF;
    color: #0087E2; }
  .btn.btn-delete {
    border: 1px solid #e93e4f;
    background-color: #e93e4f;
    color: #FFFFFF; }
  .btn.btn-white {
    color: #23282E;
    background-color: #FFFFFF;
    border: 1px solid #D0D3D6; }
    .btn.btn-white:hover {
      border-color: #0087E2;
      color: #0087E2; }
  .btn.btn-orange {
    color: #FFFFFF;
    background-color: #FF6A39;
    border: 1px solid #FF6A39; }
  .btn.btn-orange-o {
    color: #FF6A39;
    background-color: #FFFFFF;
    border: 1px solid #FF6A39; }
    .btn.btn-orange-o:hover {
      border-color: #FF6A39; }
  .btn.btn-green {
    color: #FFFFFF;
    background-color: #63B038;
    border: 1px solid #63B038; }
    .btn.btn-green:hover {
      background-color: #72C040;
      border-color: #72C040; }
  .btn.btn-grey {
    color: #0087E2;
    background-color: #F5F7F9;
    border: 1px solid #F5F7F9; }
    .btn.btn-grey:hover {
      background-color: #D7DADD;
      border-color: #D7DADD; }
  .btn.btn-cicle {
    position: relative;
    border-radius: 30px;
    width: 24px;
    height: 24px;
    padding: 0;
    text-align: center; }
    .btn.btn-cicle:hover {
      opacity: 0.9; }
    .btn.btn-cicle i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 0;
      margin: 0;
      font-size: 1em; }
  .btn.btn-square {
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0; }
  .btn.btn-slate {
    padding: 4px 10px;
    color: #FFFFFF;
    background-color: #37474F;
    border: 1px solid #37474F; }
    .btn.btn-slate:hover {
      background-color: #455A64;
      border-color: #455A64; }
  .btn.btn-link {
    color: #0087E2;
    border: 0;
    text-decoration: none;
    padding: 10px 0; }

.toggle-button {
  position: relative;
  width: 56px;
  min-width: 56px;
  height: 24px;
  background-color: #e93e4f;
  border-radius: 20px;
  overflow: hidden;
  display: flex; }
  .toggle-button::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 2px;
    border-radius: 20px;
    background-color: #FFFFFF;
    transition: left 0.3s ease; }
  .toggle-button.active {
    background-color: #63B038; }
    .toggle-button.active .btn-yes {
      z-index: 1;
      opacity: 1; }
    .toggle-button.active .btn-no {
      z-index: 10;
      opacity: 0; }
    .toggle-button.active::before {
      left: 34px; }
  .toggle-button .btn {
    position: absolute;
    width: 100%;
    height: 24px;
    top: 0;
    padding: 0 6px;
    text-indent: 0;
    border-radius: 20px;
    color: transparent;
    font-size: 0.9em;
    color: #FFFFFF;
    opacity: 0; }
  .toggle-button .btn-yes {
    display: block;
    text-align: left;
    padding-left: 7px; }
  .toggle-button .btn-no {
    left: unset;
    padding-right: 10px;
    text-align: right;
    opacity: 1; }

.btn-checkbox {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  border: 1px solid #D0D3D6;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  font-size: 0.95em;
  color: transparent;
  background-color: #FFFFFF;
  padding: 1px 0;
  display: block;
  z-index: 100;
  cursor: pointer; }
  .btn-checkbox.open {
    border-color: #63B038;
    background-color: #63B038;
    color: #FFFFFF; }

select {
  height: 40px;
  width: 100%;
  line-height: 40px;
  border-radius: 8px;
  border: 1px solid #D0D3D6;
  outline: none;
  background-color: #FFFFFF;
  padding: 0 15px 0 10px;
  cursor: pointer; }

.form-control,
input {
  height: 38px;
  line-height: 38px;
  width: 100%;
  text-indent: 10px;
  border-radius: 8px;
  border: 1px solid #D0D3D6;
  padding: 0;
  font-size: 1em; }
  .form-control:focus,
  input:focus {
    border-color: #0087E2;
    box-shadow: none; }

textarea {
  width: 100%;
  min-height: 150px;
  border-radius: 8px;
  border: 1px solid #D0D3D6;
  padding: 10px;
  outline: none; }
  textarea.short {
    min-height: unset;
    padding: 5px 10px; }
  textarea.is-invalid {
    border-color: #C10D00; }
    textarea.is-invalid:focus {
      box-shadow: none; }
  textarea.form-control {
    min-height: 150px; }

input[type="date"] {
  text-indent: 6px;
  padding-right: 10px; }

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 2px;
  border-radius: 4px;
  border-color: #D0D3D6; }

input[type="radio"] {
  height: 20px;
  width: 20px; }

input[type="color"] {
  width: 40px;
  border: 0;
  cursor: pointer; }

.form-label {
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 6px; }

label.error {
  color: #C10D00;
  font-style: italic;
  font-size: 0.9em; }

.form-upload small {
  color: #546170;
  padding-left: 10px; }

.upload-btn {
  position: relative;
  height: 40px;
  line-height: 40px;
  min-width: 120px;
  width: 120px;
  background-color: #FFFFFF;
  text-align: center;
  border: 1px solid #D0D3D6;
  border-radius: 8px; }
  .upload-btn input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }

.radio-inline label {
  position: relative;
  padding-left: 5px;
  top: -5px; }

.checkbox-inline label {
  position: relative;
  padding-left: 5px;
  top: -4px; }

.select2-container {
  position: relative;
  max-width: 100%; }
  .select2-container.select2::after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    background-color: #FFFFFF;
    top: 1px;
    right: 1px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 8px;
    color: #788492;
    font-size: 0.9em; }
  .select2-container.select2.select2-container--open::after {
    transform: rotate(-180deg); }
  .select2-container.select2.select2-container--disabled::after {
    background-color: transparent; }
  .select2-container .select2-selection--single {
    height: 36px;
    border: 0;
    padding: 0 10px;
    background-color: transparent;
    border: 1px solid #D0D3D6;
    background-color: #FFFFFF;
    border-radius: 8px; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      height: 36px;
      line-height: 36px;
      font-size: 0.82em; }
      .select2-container .select2-selection--single .select2-selection__rendered > span {
        display: flex;
        position: relative;
        white-space: nowrap;
        padding-left: 20px; }
      .select2-container .select2-selection--single .select2-selection__rendered .select_color_box {
        position: absolute;
        width: 14px;
        height: 14px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 20px;
        display: block; }
  .select2-container .select2-selection--multiple {
    border-radius: 8px; }

.select2-container--open .select2-dropdown,
.select2-container--open .select2-dropdown--below {
  border-color: #D0D3D6;
  border-top: 1px solid #D0D3D6 !important;
  border-radius: 8px !important; }
.select2-container--open .select2-dropdown {
  border-bottom: 1px solid #D0D3D6 !important;
  position: relative;
  top: -6px; }
.select2-container--open .select2-dropdown--below {
  margin-top: 6px;
  top: 0; }
.select2-container--open .select2-search--dropdown .select2-search__field {
  height: 30px;
  outline: none; }
.select2-container--open .select2-results {
  max-height: 285px;
  overflow-y: auto; }
  .select2-container--open .select2-results .select2-results__options::-webkit-scrollbar {
    width: 4px;
    height: 4px; }
  .select2-container--open .select2-results .select2-results__options::-webkit-scrollbar-track {
    background: #F5F7F9; }
  .select2-container--open .select2-results .select2-results__options::-webkit-scrollbar-thumb {
    background: #D0D3D6; }
  .select2-container--open .select2-results .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #D0D3D6;
    cursor: pointer; }
.select2-container--open .select2-results__option > span {
  display: flex;
  position: relative;
  white-space: nowrap;
  padding-left: 20px; }
.select2-container--open .select2-results__option .select_color_box {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 50%;
  margin-top: -7px;
  border-radius: 20px;
  display: block; }

.select2-container--default .select2-selection--single {
  height: 36px;
  border-color: #D0D3D6; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    width: 38px; }

.select2-container--bootstrap-5 .select2-dropdown .select2-search {
  padding: 5px; }
  .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    padding: 0;
    text-indent: 10px;
    border-radius: 6px; }
    .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
      box-shadow: none; }

.multiple-select .select2-container {
  overflow: hidden; }
  .multiple-select .select2-container::after {
    display: none; }

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  box-shadow: none;
  border-color: #D0D3D6;
  border-top: 1px solid #D0D3D6 !important;
  border-bottom: 1px solid #D0D3D6 !important;
  border-radius: 8px !important; }

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 3px 5px;
  font-size: 0.9em; }

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.6rem;
  height: 0.6rem; }

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  position: relative;
  font-size: 0.9em;
  border: 0;
  padding: 8px 10px;
  margin: 6px;
  border-radius: 8px; }

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option:hover,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  background-color: #E3F2FC;
  color: #0887E2; }

.bootbox .select2-container--default .select2-selection--multiple,
.bootbox .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #D0D3D6; }
.bootbox .select2-container .select2-selection--multiple {
  display: flex; }
.bootbox .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 3px 5px;
  padding-left: 20px;
  border-color: #D0D3D6;
  background-color: #FFFFFF; }
.bootbox .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  height: 25px;
  width: 25px;
  line-height: 25px;
  border: 0; }
  .bootbox .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    font-size: 1.5em;
    font-weight: 400; }
.bootbox .select2-container--default .select2-results__option--selected {
  background-color: #0087E2;
  color: #FFFFFF; }

.table-wrapper {
  overflow-x: auto;
  overflow-y: hidden; }

table {
  width: 100%; }
  table.table-default thead {
    background-color: #F5F7F9;
    border-bottom: 1px solid #DFDFDF; }
    table.table-default thead th {
      padding: 12px 10px; }
  table.table-default tbody tr {
    background-color: #FFFFFF; }
    table.table-default tbody tr:nth-child(2n) {
      background-color: #F5F7F9; }
    table.table-default tbody tr td {
      padding: 12px 10px; }
      table.table-default tbody tr td strong {
        font-weight: 500; }
      table.table-default tbody tr td.action {
        min-width: 80px; }
  table.table-light {
    margin-top: 0;
    color: #353C45; }
    table.table-light thead {
      background-color: #FFFFFF;
      border-bottom: 0; }
      table.table-light thead tr {
        border-bottom: 0; }
        table.table-light thead tr th {
          text-transform: uppercase;
          white-space: nowrap;
          padding: 0 10px;
          padding-bottom: 10px;
          font-size: 0.858em;
          color: #788492; }
          table.table-light thead tr th:first-child {
            padding-left: 0; }
          table.table-light thead tr th:last-child {
            padding-right: 0; }
          table.table-light thead tr th.sorting {
            color: #353C45;
            position: relative; }
            table.table-light thead tr th.sorting::after {
              content: '\f107';
              font-family: FontAwesome;
              margin-left: 10px;
              color: #788492; }
          table.table-light thead tr th.sorting_asc::after {
            content: '\f106'; }
          table.table-light thead tr th.quick-action {
            max-width: 1px; }
            table.table-light thead tr th.quick-action::after {
              display: none; }
          table.table-light thead tr th.lead {
            font-size: 1em;
            font-weight: 500; }
    table.table-light tbody tr {
      background-color: #FFFFFF;
      position: relative;
      box-shadow: 0px -1px 0px 0px rgba(176, 182, 189, 0.5) inset; }
      table.table-light tbody tr:last-child {
        box-shadow: none; }
      table.table-light tbody tr td {
        padding: 12px 10px;
        font-weight: 500; }
        table.table-light tbody tr td:last-child {
          padding-right: 0; }
        table.table-light tbody tr td.select-checkbox {
          position: relative;
          width: 32px;
          min-width: 32px;
          padding: 0 12px; }
          table.table-light tbody tr td.select-checkbox .checkbox {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            border: 1px solid #D0D3D6;
            height: 16px;
            width: 16px;
            border-radius: 4px;
            font-size: 0.95em;
            color: transparent;
            padding: 1px 0;
            display: block;
            cursor: pointer; }
        table.table-light tbody tr td.quick-action {
          position: absolute;
          max-width: 1px;
          left: 80px;
          top: 50%;
          transform: translateY(-50%);
          display: flex;
          z-index: -1; }
      table.table-light tbody tr.selected {
        background-color: #c3e6cb; }
        table.table-light tbody tr.selected td.select-checkbox .checkbox {
          border-color: #63B038;
          background-color: #63B038;
          color: #FFFFFF; }
        table.table-light tbody tr.selected td.quick-action {
          z-index: 1; }
  table.table-accordion {
    min-width: 1080px; }
    table.table-accordion thead tr th {
      padding-bottom: 12px;
      color: #788492;
      font-weight: 600;
      font-size: 0.9em; }
    table.table-accordion tbody {
      border: 0; }
      table.table-accordion tbody tr {
        position: relative;
        background-color: #FFFFFF;
        box-shadow: 0px 0px 1px 0px rgba(35, 40, 46, 0.24), 0px 2px 1px 0px rgba(35, 40, 46, 0.04);
        border-radius: 8px;
        border-bottom: 0;
        overflow: hidden; }
        table.table-accordion tbody tr:first-child td {
          padding: 12px 0; }
          table.table-accordion tbody tr:first-child td:first-child {
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px; }
          table.table-accordion tbody tr:first-child td:last-child {
            min-width: 30px;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px; }
        table.table-accordion tbody tr:nth-last-child(2n) {
          position: relative;
          top: 0;
          max-height: 0;
          overflow: hidden;
          box-shadow: unset;
          z-index: 1; }
          table.table-accordion tbody tr:nth-last-child(2n) td:first-child {
            border-bottom-left-radius: 8px; }
          table.table-accordion tbody tr:nth-last-child(2n) td:last-child {
            border-bottom-right-radius: 8px; }
        table.table-accordion tbody tr:last-child {
          background-color: transparent;
          height: 12px;
          box-shadow: none; }
        table.table-accordion tbody tr td {
          font-weight: 500; }
          table.table-accordion tbody tr td h4 {
            padding: 12px 0; }
          table.table-accordion tbody tr td:first-child {
            padding: 0 24px; }
          table.table-accordion tbody tr td.action > * {
            position: relative;
            z-index: 10; }
          table.table-accordion tbody tr td .capital-call-edit-btn {
            color: white !important; }
        table.table-accordion tbody tr .accordion-collapse {
          border-top: 1px solid #DFDFDF;
          padding: 24px 0; }
        table.table-accordion tbody tr .accordion-button {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          background-color: transparent;
          box-shadow: none; }
      table.table-accordion tbody.show tr:first-child:first-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
        table.table-accordion tbody.show tr:first-child:first-child td {
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0; }
      table.table-accordion tbody.show tr:first-child:last-child {
        border-bottom-right-radius: 0; }
      table.table-accordion tbody.show tr:nth-last-child(2n) {
        max-height: unset;
        overflow: unset;
        box-shadow: 0px 0px 1px 0px rgba(35, 40, 46, 0.24), 0px 2px 1px 0px rgba(35, 40, 46, 0.04); }
      table.table-accordion tbody.show tr td h4 {
        color: #0087E2; }
      table.table-accordion tbody:last-child {
        border-bottom: 0; }
    table.table-accordion table tbody tr {
      box-shadow: none !important;
      border-bottom: 1px solid #DFDFDF; }
      table.table-accordion table tbody tr:first-child td {
        padding: 12px; }
      table.table-accordion table tbody tr:last-child {
        border: 0; }
        table.table-accordion table tbody tr:last-child td {
          border: 0; }
      table.table-accordion table tbody tr td {
        padding: 12px;
        color: #353C45;
        font-weight: 400;
        border-bottom: 1px solid #DFDFDF; }
        table.table-accordion table tbody tr td:first-child {
          padding: 0; }
  table.bg-dark thead {
    background-color: #F5F7F9; }
  table.bg-dark tbody tr {
    background-color: #F5F7F9; }
  table.list {
    margin-top: 16px; }
    table.list tr {
      background-color: #FFFFFF;
      box-shadow: 0px -1px 0px 0px rgba(176, 182, 189, 0.5) inset; }
      table.list tr:last-child {
        box-shadow: none; }
      table.list tr td {
        padding: 14px 0;
        font-weight: 500; }
        table.list tr td h5 {
          color: #72C040; }
  table .disable-sorting::after {
    opacity: 0; }

.dataTables_wrapper .dataTables_info {
  float: right;
  padding-top: 2rem; }

@media (max-width: 768px) {
  .dataTables_wrapper .dataTables_info {
    float: none;
    padding-top: 0; } }
.pagination {
  margin-top: 24px;
  margin-bottom: 5px; }
  .pagination .page-item {
    width: 40px;
    height: 32px;
    margin: 0 4px;
    display: block !important;
    text-align: center;
    border-radius: 4px; }
    .pagination .page-item .page-link {
      border-radius: 2px;
      color: #23282E;
      font-weight: 500;
      outline: none;
      box-shadow: none;
      border-color: #D0D3D6;
      white-space: nowrap; }
    .pagination .page-item:hover .page-link, .pagination .page-item.active .page-link {
      background-color: #FFFFFF;
      border-color: #0087E2;
      color: #0087E2;
      font-weight: 500; }
    .pagination .page-item.previous, .pagination .page-item.next {
      position: relative; }
      .pagination .page-item.previous .page-link, .pagination .page-item.next .page-link {
        white-space: nowrap;
        color: transparent; }
      .pagination .page-item.previous::before, .pagination .page-item.next::before {
        content: '\f053';
        font-family: FontAwesome;
        color: #788492;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        line-height: 1;
        z-index: 10; }
      .pagination .page-item.previous:hover::before, .pagination .page-item.next:hover::before {
        color: #0087E2 !important; }
    .pagination .page-item.next::before {
      content: '\f054'; }
    .pagination .page-item.disabled:hover .page-link {
      border-color: #D0D3D6; }
    .pagination .page-item.disabled:hover::before {
      color: #D0D3D6 !important; }
    .pagination .page-item.disabled::before {
      color: #D0D3D6; }

#toast-container {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  max-width: 600px;
  z-index: 1000; }
  #toast-container .toast {
    position: relative;
    width: 100%;
    padding: 15px 20px 15px 40px;
    border-radius: 4px;
    margin-bottom: 10px; }
  #toast-container .toast-success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724; }
    #toast-container .toast-success::before {
      content: '\f058';
      font-family: FontAwesome;
      position: absolute;
      left: 15px; }
  #toast-container .toast-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24; }
    #toast-container .toast-error::before {
      content: '\f071';
      font-family: FontAwesome;
      position: absolute;
      left: 15px; }

@property --percen {
  syntax: '<number>';
  inherits: true;
  initial-value: 1; }
.pie-chart-sm {
  --percen: 10;
  --bold: 6px;
  --color: #FF6A39;
  --width: 50px;
  width: var(--width);
  aspect-ratio: 1/1;
  position: relative;
  display: inline-grid; }
  .pie-chart-sm:before, .pie-chart-sm:after {
    content: "";
    position: absolute;
    border-radius: 50%; }
  .pie-chart-sm:before {
    inset: 0;
    background: radial-gradient(farthest-side, var(--color) 98%, #0000) top/var(--bold) var(--bold) no-repeat, conic-gradient(var(--color) calc(var(--percen) * 1%), #0000 0);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--bold)), #000000 calc(100% - var(--bold)));
    mask: radial-gradient(farthest-side, #0000 calc(99% - var(--bold)), #000000 calc(100% - var(--bold))); }
  .pie-chart-sm:after {
    inset: calc(50% - var(--bold) / 2);
    background: var(--color);
    transform: rotate(calc(var(--percen) * 3.6deg - 90deg)) translate(calc(var(--width) / 2 - 50%)); }
  .pie-chart-sm.animate {
    animation: animate_chart 2s 0.3s both; }
@keyframes animate_chart {
  from {
    --percen: 0; } }
  .pie-chart-sm .chart-border {
    border: 6px solid #FCE8E6;
    border-radius: 100%; }

.badge {
  color: #353C45;
  padding: 10px 12px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 1em;
  margin-right: 8px;
  margin-bottom: 8px; }
  .badge.badge-small {
    padding: 6px 8px; }
  .badge.badge-light {
    background-color: #EBEFF3; }
  .badge.badge-dark {
    padding: 7px 10px;
    color: #FFFFFF;
    background-color: #37474F;
    border: 1px solid #37474F;
    font-weight: 500; }
    .badge.badge-dark:hover {
      background-color: #455A64;
      border-color: #455A64; }
    .badge.badge-dark mark {
      background-color: transparent;
      color: #FFFFFF; }
    .badge.badge-dark a {
      color: #FFFFFF !important; }
  .badge.badge-primary {
    padding: 6px 10px;
    background-color: #E3F2FC;
    color: #0887E2;
    border-radius: 8px;
    font-size: 0.9em !important;
    font-weight: 500; }
    .badge.badge-primary mark {
      background-color: transparent;
      color: #0887E2; }
  .badge.badge-transparent {
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 0.9em !important;
    font-weight: 500; }
    .badge.badge-transparent mark {
      background-color: transparent;
      color: unset; }
    .badge.badge-transparent a {
      color: unset !important; }

.dot {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 20px; }

.modal-dialog {
  max-width: 600px;
  width: calc(100% - 30px);
  margin: 15px auto; }
  .modal-dialog.modal-xl {
    max-width: 1200px; }
    .modal-dialog.modal-xl .modal-content {
      background-color: #FFFFFF; }
  .modal-dialog .modal-content {
    background-color: #F5F7F9;
    border-radius: 8px;
    border: 0;
    box-shadow: 0px 0px 1px 0px rgba(35, 40, 46, 0.24), 0px 2px 1px 0px rgba(35, 40, 46, 0.04); }
    .modal-dialog .modal-content .modal-footer,
    .modal-dialog .modal-content .modal-body,
    .modal-dialog .modal-content .modal-header {
      padding: 10px 20px;
      border: 0; }
    .modal-dialog .modal-content .modal-body {
      padding-bottom: 0; }
    .modal-dialog .modal-content .modal-footer {
      padding-top: 0;
      padding-bottom: 20px; }
      .modal-dialog .modal-content .modal-footer .btn-primary {
        background-color: #0087E2; }
      .modal-dialog .modal-content .modal-footer .bootbox-cancel {
        background-color: #e93e4f;
        border: 0; }
    .modal-dialog .modal-content .card {
      background-color: transparent;
      box-shadow: unset;
      margin: 0;
      padding: 0; }
      .modal-dialog .modal-content .card .card-body {
        padding: 0; }
    .modal-dialog .modal-content .bootbox-close-button {
      position: absolute;
      right: -10px;
      top: -10px;
      background-color: #e93e4f;
      color: #FFFFFF;
      border: 0;
      width: 22px;
      height: 22px;
      line-height: 20px;
      padding: 0;
      border-radius: 20px;
      font-weight: bold; }
    .modal-dialog .modal-content .nav-tabs .nav-link.active {
      background-color: transparent;
      border-bottom: 1px solid #f5f7f9; }

.chatbox {
  position: fixed;
  right: 20px;
  bottom: 20px;
  max-height: 650px;
  max-width: 400px;
  transition: max-height 0.2s ease-in;
  z-index: 1000; }
  .chatbox .chatbox-editor {
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 1px 0px rgba(35, 40, 46, 0.66), 0px 2px 1px 0px rgba(35, 40, 46, 0);
    margin-bottom: 10px;
    width: 400px;
    max-height: 0;
    overflow: hidden;
    padding: 16px;
    padding-top: 0;
    padding-bottom: 0;
    transition: max-height 0.2s ease-out; }
    .chatbox .chatbox-editor.active {
      padding: 20px 0;
      padding-top: 10px;
      max-height: 650px;
      transition: max-height 0.2s ease-in; }
    .chatbox .chatbox-editor .card-body,
    .chatbox .chatbox-editor .card {
      padding: 0;
      box-shadow: none; }
  .chatbox .heading {
    background-color: lightgoldenrodyellow;
    position: relative;
    border-bottom: 1px solid #e3e3e3d4;
    padding: 0 16px; }
    .chatbox .heading h3 {
      font-size: 1.3em;
      font-weight: 500;
      padding-bottom: 10px;
      color: #23282E; }
      .chatbox .heading h3 i {
        font-size: 0.9em;
        margin-right: 2px; }
    .chatbox .heading .action {
      position: absolute;
      right: 16px;
      top: 4px; }
      .chatbox .heading .action a {
        position: relative;
        margin-left: 10px;
        font-size: 1.2em; }
        .chatbox .heading .action a.expand {
          font-size: 1em;
          top: -1px; }
        .chatbox .heading .action a.close {
          color: #e93e4f; }
  .chatbox #form_note {
    padding: 0 16px; }
  .chatbox.maximum {
    width: 100%;
    max-width: 900px;
    transition: max-width 0.2s ease-out; }
    .chatbox.maximum .chatbox-editor {
      width: 100%; }
  .chatbox.collapse-on {
    max-height: 54px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: 1px solid #DFDFDF;
    box-shadow: none;
    border-radius: 8px; }

@media screen and (max-width: 575px) {
  .chatbox {
    right: 15px;
    bottom: 15px; }
    .chatbox .chatbox-editor {
      width: calc(100% - 15px);
      margin-left: 15px; } }
.multiple-progress,
.custom-progress {
  position: relative;
  width: 100%;
  max-width: 700px;
  height: 10px;
  border-radius: 10px;
  box-shadow: 0px -1px 0px 0px rgba(176, 182, 189, 0.5) inset;
  background-color: #F5F7F9;
  overflow: unset; }
  .multiple-progress .progress-bar,
  .custom-progress .progress-bar {
    height: 10px;
    border-radius: 10px;
    display: block;
    background-image: linear-gradient(to right, #FF6A39, #72C040);
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  .multiple-progress .progress-bag,
  .custom-progress .progress-bag {
    position: absolute;
    padding: 4px 8px;
    min-width: 48px;
    line-height: 1em;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    background-color: #0087E2;
    top: 14px;
    margin-left: -24px; }
    .multiple-progress .progress-bag::before,
    .custom-progress .progress-bag::before {
      content: "";
      display: block;
      position: absolute;
      top: -2px;
      width: 8px;
      height: 8px;
      left: 50%;
      margin-left: -4px;
      transform: rotate(-45deg);
      background-color: #0087E2;
      z-index: 0; }
    .multiple-progress .progress-bag span,
    .custom-progress .progress-bag span {
      position: relative;
      z-index: 1; }

.progress-status {
  color: #63B038;
  margin-top: 5px; }

.multiple-progress {
  height: auto;
  background: transparent;
  box-shadow: none; }
  .multiple-progress .file-upload-container {
    padding: 8px 0; }
    .multiple-progress .file-upload-container span {
      font-size: 14px;
      display: block;
      margin-bottom: 4px; }

.custom-select-box .select2-container .select2-selection--single {
  padding: 0 !important;
  border: 0 !important;
  min-height: unset;
  background: transparent; }
.custom-select-box .select2-container.select2::after {
  display: none; }
.custom-select-box .select2-container .select2-selection__rendered {
  height: 30px;
  line-height: 30px;
  font-weight: 500;
  font-size: 0.8em; }
  .custom-select-box .select2-container .select2-selection__rendered span {
    border-radius: 10px;
    padding-left: 12px;
    padding-right: 14px; }
    .custom-select-box .select2-container .select2-selection__rendered span i.fa {
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -6px; }
  .custom-select-box .select2-container .select2-selection__rendered .option-empty {
    border: 1px solid #ced4da;
    height: 100%;
    background-color: #FFFFFF; }
    .custom-select-box .select2-container .select2-selection__rendered .option-empty i.fa {
      color: #788492; }

.custom-single-select-box .select2-selection__rendered {
  min-height: 38px;
  line-height: 38px !important; }

.custom-multiple-select-box .select2-selection__choice {
  position: relative;
  border: 0 !important;
  padding: 0 !important;
  margin: 0;
  font-size: 0.8em !important;
  font-weight: 500; }
  .custom-multiple-select-box .select2-selection__choice .select2-selection__choice__display {
    position: absolute;
    display: contents;
    top: 0;
    left: 0; }
    .custom-multiple-select-box .select2-selection__choice .select2-selection__choice__display > span {
      padding: 3px 12px;
      padding-left: 24px;
      border-radius: 8px;
      white-space: nowrap; }
  .custom-multiple-select-box .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    left: 10px;
    max-width: 0.6em;
    max-height: 0.6em; }
.custom-multiple-select-box .select2-selection__rendered {
  min-width: 100%; }

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  border: 0;
  padding: 0;
  margin: 10px;
  background-color: white !important; }

.select2-container--open .select2-selection__rendered i.fa {
  transform: rotate(-180deg); }
.select2-container--open .select2-results__option > span {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 10px;
  font-weight: 500; }

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option:hover,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted),
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: white !important; }

.select2-container--bootstrap-5 .select2-selection--single {
  background-image: unset !important; }

.sponsor-adv {
  display: table;
  margin: 0 auto;
  position: relative;
  margin-top: 24px;
  padding: 10px;
  box-shadow: 0px 0px 1px 0px rgba(35, 40, 46, 0.24), 0px 2px 1px 0px rgba(35, 40, 46, 0.04);
  border-radius: 8px;
  background: #020024;
  background: radial-gradient(circle, rgba(2, 0, 36, 0) 0%, rgba(0, 135, 226, 0.0592612045) 100%); }
  .sponsor-adv small {
    position: absolute;
    top: -20px;
    left: 0; }
  .sponsor-adv .sponsor-img {
    margin-right: 20px; }
    .sponsor-adv .sponsor-img small {
      font-weight: 500;
      color: #546170; }
    .sponsor-adv .sponsor-img img {
      height: 100px;
      width: auto;
      max-width: 100%;
      object-fit: contain; }
  .sponsor-adv .sponsor-info {
    margin-right: 40px; }
    .sponsor-adv .sponsor-info h2 {
      color: #23282E;
      font-size: 1.5em; }
    .sponsor-adv .sponsor-info p {
      font-size: 0.9em;
      margin-bottom: 0; }
    .sponsor-adv .sponsor-info strong {
      color: #353C45; }
  .sponsor-adv .action {
    margin-right: 10px; }
    .sponsor-adv .action .btn {
      width: auto;
      display: inline-block;
      height: 38px;
      line-height: 0;
      border-radius: 20px; }

.digital-adv {
  position: relative;
  border-radius: 8px;
  width: 35%;
  background-color: #D0D3D6;
  display: inline-block;
  box-shadow: 0px 0px 1px 0px rgba(35, 40, 46, 0.24), 0px 2px 1px 0px rgba(35, 40, 46, 0.04);
  margin-left: 12px; }
  .digital-adv span {
    white-space: nowrap;
    font-size: 2em;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.investor-dashboard-sponsor {
  width: 75%;
  margin-right: 12px; }

.ad-wrapper {
  margin-top: 24px; }
  .ad-wrapper .sponsor-adv {
    margin: unset;
    margin-right: 12px; }
  .ad-wrapper .digital-adv {
    height: unset;
    width: auto;
    margin-top: 0;
    margin-left: auto; }

@media screen and (min-width: 1399px) {
  .investor-dashboard-sponsor {
    width: 100%;
    margin-right: 0; }
    .investor-dashboard-sponsor .sponsor-img img {
      height: 65px; }
    .investor-dashboard-sponsor .sponsor-info h2 {
      margin: 8px 0;
      font-size: 1.4em;
      line-height: 1.2em; }
    .investor-dashboard-sponsor .sponsor-info p {
      margin-bottom: 5px;
      font-size: 0.9em;
      line-height: 1.2em; }
    .investor-dashboard-sponsor .action {
      margin: 12px 0 10px;
      margin-right: 0; }

  .digital-adv {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
    height: 109px; } }
@media screen and (max-width: 1399px) {
  .sponsor-adv {
    margin-top: 30px; }

  .digital-adv,
  .investor-dashboard-sponsor {
    margin-top: 0; } }
@media screen and (max-width: 1199px) {
  .investor-dashboard-sponsor {
    margin-top: 30px;
    height: auto;
    width: auto;
    margin-right: auto; }

  .digital-adv {
    display: block;
    width: 100%;
    max-width: 762px;
    height: 120px;
    margin: 0 auto;
    margin-top: 24px; } }
@media screen and (max-width: 767px) {
  .sponsor-adv {
    width: 100%;
    text-align: center; }
    .sponsor-adv .sponsor-info,
    .sponsor-adv .sponsor-img {
      margin-right: 0; }
    .sponsor-adv .action {
      margin: 20px 0; } }
.startup-profile {
  margin-top: 24px;
  margin-bottom: 40px; }
  .startup-profile .company-logo {
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    border: 1px solid #D7DADD; }
  .startup-profile a {
    font-weight: 500;
    text-decoration: none;
    color: #0087E2; }
  .startup-profile .action {
    white-space: nowrap; }

.company-info .list h5 {
  margin-bottom: 16px; }
.company-info .list.bg-white {
  background-color: #FFFFFF; }
.company-info .list.bg-grey {
  padding: 8px 24px;
  border-radius: 8px; }
  .company-info .list.bg-grey h5 {
    border-bottom: 1px solid #D0D3D6;
    padding-top: 4px;
    padding-bottom: 10px; }
    .company-info .list.bg-grey h5 a {
      float: right; }
.company-info .list .item {
  display: flex; }
  .company-info .list .item .label,
  .company-info .list .item .value {
    width: 50%;
    padding: 8px 0; }
  .company-info .list .item .label {
    font-weight: 500; }
  .company-info .list .item .value {
    color: #546170; }
.company-info .list a {
  font-weight: 500;
  text-decoration: none;
  color: #0087E2; }
.company-info .list table {
  width: 100%; }
  .company-info .list table thead {
    border: 0;
    background-color: transparent; }
    .company-info .list table thead th {
      padding-left: 10px;
      padding-right: 10px;
      border: 0;
      font-size: 0.95em;
      color: #788492; }
  .company-info .list table tbody {
    border: 0; }
    .company-info .list table tbody tr {
      background-color: transparent;
      box-shadow: none; }
      .company-info .list table tbody tr.selected {
        background-color: #c3e6cb; }
    .company-info .list table tbody td {
      border: 0;
      padding: 12px 10px;
      color: #546170; }
.company-info .video-wrapper {
  position: relative;
  background-color: #F5F7F9;
  aspect-ratio: 16 / 9; }
  .company-info .video-wrapper .no-video {
    position: absolute;
    max-width: 180px;
    text-align: center;
    color: #546170;
    font-weight: 500;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .company-info .video-wrapper .no-video img {
      margin-bottom: 25px; }

.add-btn {
  color: #0087E2; }
  .add-btn .btn {
    color: #0087E2; }

.startup-opportunity .overview,
.startup-opportunity .vision {
  padding-right: 50px; }
.startup-opportunity h5 {
  margin-bottom: 14px; }
.startup-opportunity p {
  line-height: 1.7em;
  margin-bottom: 14px; }
  .startup-opportunity p > span {
    line-height: 1.7em;
    margin-bottom: 14px;
    display: block; }
.startup-opportunity .pitchdeck {
  position: relative; }
  .startup-opportunity .pitchdeck .loading-icon {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
  .startup-opportunity .pitchdeck .action {
    position: relative;
    top: -5px;
    padding: 10px 0;
    text-align: center;
    background-color: #F5F7F9;
    border-radius: 0px 0px 8px 8px; }
    .startup-opportunity .pitchdeck .action > span {
      color: #788492;
      margin: 0 20px; }
    .startup-opportunity .pitchdeck .action a.full-view {
      font-size: 1.4em;
      position: absolute;
      right: 10px;
      color: #B0B6BD;
      top: 50%;
      transform: translateY(-50%); }
      .startup-opportunity .pitchdeck .action a.full-view:hover {
        color: #0087E2; }
    .startup-opportunity .pitchdeck .action button {
      color: #B0B6BD;
      font-size: 1.8em;
      padding: 0 10px;
      outline: none;
      box-shadow: none; }
      .startup-opportunity .pitchdeck .action button i {
        padding: 0;
        margin: 0; }
      .startup-opportunity .pitchdeck .action button:hover {
        color: #0087E2; }
  .startup-opportunity .pitchdeck canvas {
    position: relative;
    z-index: 100; }

.qualification-notes .qualification-note {
  border-bottom: 1px solid #e3e3e3d4;
  padding: 14px 0; }
  .qualification-notes .qualification-note:last-child {
    border: 0; }

.qualification-score-note-container,
.qualification-investor-note-container {
  max-height: 484px;
  overflow-y: auto; }

.qualification-investor-note-modal .modal-dialog .modal-content {
  background-color: #FFFFFF; }

.tab-content .row {
  margin-bottom: 20px; }
  .tab-content .row:last-child {
    margin-bottom: 0; }
.tab-content p {
  line-height: 1.7em;
  margin-bottom: 14px; }
  .tab-content p > span {
    line-height: 1.7em;
    margin-bottom: 14px; }
  .tab-content p > strong {
    margin-bottom: 10px;
    color: #23282E; }
.tab-content ul {
  padding-left: 0; }
  .tab-content ul li {
    margin: 10px 0;
    list-style: none; }
.tab-content .MsoNormal {
  margin-top: 20px; }
  .tab-content .MsoNormal:first-child {
    margin-top: 0; }
  .tab-content .MsoNormal strong {
    display: block; }
.tab-content .MsoListParagraph {
  padding-left: 25px; }
.tab-content .MsoListParagraphCxSpLast,
.tab-content .MsoListParagraphCxSpFirst,
.tab-content .MsoListParagraphCxSpMiddle {
  font-size: 1em !important; }
  .tab-content .MsoListParagraphCxSpLast > span,
  .tab-content .MsoListParagraphCxSpFirst > span,
  .tab-content .MsoListParagraphCxSpMiddle > span {
    font-size: 1em !important; }
  .tab-content .MsoListParagraphCxSpLast > strong,
  .tab-content .MsoListParagraphCxSpFirst > strong,
  .tab-content .MsoListParagraphCxSpMiddle > strong {
    font-size: 1em !important; }
    .tab-content .MsoListParagraphCxSpLast > strong > span,
    .tab-content .MsoListParagraphCxSpFirst > strong > span,
    .tab-content .MsoListParagraphCxSpMiddle > strong > span {
      font-size: 1em !important; }
.tab-content table tr {
  height: unset !important;
  padding: 5px; }
  .tab-content table tr td {
    height: unset !important;
    padding: 10px 12px; }
    .tab-content table tr td p,
    .tab-content table tr td span {
      font-size: 1.1em !important; }

.profile-header {
  max-width: 465px;
  margin-bottom: 40px; }
  .profile-header h2 {
    margin-bottom: 8px;
    position: relative; }
    .profile-header h2 i {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #FF6A39;
      margin-left: 10px;
      font-size: 0.8em; }
  .profile-header p {
    color: #788492; }

.profile-form .col-left {
  padding-right: 40px; }
.profile-form .col-right {
  padding-left: 40px; }
.profile-form .form-btn {
  margin-top: 16px; }

.profile-edit {
  padding: 24px 0; }
  .profile-edit .profile-form-edit {
    margin-top: 40px; }
    .profile-edit .profile-form-edit .upload-avatar {
      position: relative;
      min-width: 320px;
      width: 320px;
      height: 320px;
      border-radius: 8px;
      background-color: #EBEFF3;
      margin-right: 24px; }
      .profile-edit .profile-form-edit .upload-avatar .avatar-img {
        position: relative;
        height: 100%;
        overflow: hidden;
        border-radius: 8px; }
        .profile-edit .profile-form-edit .upload-avatar .avatar-img > img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          top: 0;
          left: 0;
          position: absolute;
          z-index: 10; }
        .profile-edit .profile-form-edit .upload-avatar .avatar-img #preview_avatar {
          aspect-ratio: 1 / 1; }
          .profile-edit .profile-form-edit .upload-avatar .avatar-img #preview_avatar img {
            position: relative;
            width: 100%;
            height: 100%;
            background-color: #EBEFF3;
            z-index: 10; }
      .profile-edit .profile-form-edit .upload-avatar small {
        color: #546170;
        padding-left: 10px;
        margin-top: 3px; }
      .profile-edit .profile-form-edit .upload-avatar .close {
        color: #F53510;
        margin-top: 24px;
        display: block;
        font-weight: 500; }
      .profile-edit .profile-form-edit .upload-avatar .upload-icon {
        position: absolute;
        background-color: #EBEFF3;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding: 86px 70px;
        z-index: 2; }
        .profile-edit .profile-form-edit .upload-avatar .upload-icon img {
          height: 84px; }
        .profile-edit .profile-form-edit .upload-avatar .upload-icon p {
          color: #546170;
          margin-top: 16px; }
          .profile-edit .profile-form-edit .upload-avatar .upload-icon p span {
            color: #0087E2; }
        .profile-edit .profile-form-edit .upload-avatar .upload-icon input {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          opacity: 0; }
      .profile-edit .profile-form-edit .upload-avatar .remove-preview-avatar {
        display: none;
        position: absolute;
        right: -10px;
        top: -10px;
        color: #FF6A39;
        background-color: #F5F7F9;
        font-size: 1.7em;
        line-height: 1;
        padding: 2px;
        border-radius: 40px;
        z-index: 20; }
    .profile-edit .profile-form-edit .update-user-info {
      width: 100%; }
      .profile-edit .profile-form-edit .update-user-info .card {
        padding: 0 24px 50px 24px; }
      .profile-edit .profile-form-edit .update-user-info .nav {
        margin-bottom: 30px; }
        .profile-edit .profile-form-edit .update-user-info .nav .nav-link {
          border: 0;
          border-bottom: 3px solid transparent;
          padding: 20px 24px 10px 24px;
          font-weight: 500;
          color: #788492; }
          .profile-edit .profile-form-edit .update-user-info .nav .nav-link.active {
            color: #23282E;
            border-color: #0087E2; }
      .profile-edit .profile-form-edit .update-user-info .tab-content {
        width: 100%; }
        .profile-edit .profile-form-edit .update-user-info .tab-content .user-info {
          max-width: 600px; }
        .profile-edit .profile-form-edit .update-user-info .tab-content .contact-fullview {
          max-width: none; }

.my-startups {
  margin-top: 24px; }
  .my-startups .action {
    margin-bottom: 40px; }
  .my-startups .filter-startups {
    padding: 20px 24px 10px 24px;
    margin-bottom: 14px; }
    .my-startups .filter-startups .form-label {
      color: #546170;
      margin-bottom: 5px; }
  .my-startups .tables-statups {
    padding: 24px; }
    .my-startups .tables-statups table {
      width: 100%; }
      .my-startups .tables-statups table thead {
        background-color: #FFFFFF;
        border: 0; }
        .my-startups .tables-statups table thead th {
          padding: 12px 10px;
          padding-top: 0;
          color: #788492; }
          .my-startups .tables-statups table thead th.sorting {
            color: #353C45;
            position: relative; }
            .my-startups .tables-statups table thead th.sorting:after {
              content: '\f107';
              font-family: FontAwesome;
              margin-left: 10px;
              color: #788492; }
          .my-startups .tables-statups table thead th.sorting_disabled:after {
            content: ''; }
      .my-startups .tables-statups table tbody tr {
        background-color: #FFFFFF;
        box-shadow: 0px -1px 0px 0px rgba(176, 182, 189, 0.5) inset; }
        .my-startups .tables-statups table tbody tr .Published {
          color: #63B038;
          font-weight: 500; }
        .my-startups .tables-statups table tbody tr .Review {
          color: #788492;
          font-weight: 500; }
        .my-startups .tables-statups table tbody tr .Draft {
          color: #e93e4f;
          font-weight: 500; }

.add-new-startup {
  position: relative;
  margin-top: 30px; }
  .add-new-startup::before {
    content: "";
    position: absolute;
    width: calc(100% + 120px);
    height: 270px;
    background-color: #FFFFFF;
    box-shadow: 0px -1px 0px 0px rgba(176, 182, 189, 0.5) inset;
    top: -145px;
    left: -60px; }
  .add-new-startup .action {
    position: relative;
    margin-bottom: 40px;
    z-index: 1; }
  .add-new-startup .startup-bar {
    position: relative; }
    .add-new-startup .startup-bar::after, .add-new-startup .startup-bar::before {
      content: "";
      position: absolute;
      width: 60px;
      height: 70px;
      left: -60px;
      bottom: 0;
      background-color: #FFFFFF;
      box-shadow: 0px -1px 0px 0px rgba(176, 182, 189, 0.5) inset;
      z-index: 1; }
    .add-new-startup .startup-bar::after {
      right: -60px;
      left: unset; }
    .add-new-startup .startup-bar .nav-item {
      opacity: 0.4; }
      .add-new-startup .startup-bar .nav-item.done, .add-new-startup .startup-bar .nav-item.active {
        opacity: 1; }
      .add-new-startup .startup-bar .nav-item img {
        width: 16px;
        margin-top: -4px; }
  .add-new-startup .text-wrap p {
    color: #546170; }
  .add-new-startup .section-description {
    padding-left: 50px;
    padding-right: 50px; }
  .add-new-startup .card {
    padding: 24px 40px 10px 40px; }
  .add-new-startup .form-label {
    margin-bottom: 8px; }
  .add-new-startup .avatar-preview {
    width: auto;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px; }
    .add-new-startup .avatar-preview img {
      max-width: 100%;
      width: auto;
      height: 100%;
      object-fit: contain;
      object-position: center;
      border: 1px solid #F5F7F9; }
  .add-new-startup hr {
    height: 1px;
    background-color: #D0D3D6;
    border: 0;
    margin: 40px 0; }

.welcome-popup .modal-dialog {
  position: relative;
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-top: 40px; }
  .welcome-popup .modal-dialog .modal-content .modal-body {
    padding: 48px 88px; }
  .welcome-popup .modal-dialog .modal-content .bootbox-close-button {
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 2.2em;
    font-weight: normal;
    border: 0;
    background-color: transparent;
    color: #B0B6BD; }
  .welcome-popup .modal-dialog .modal-content .row {
    margin-top: 40px;
    margin-bottom: 60px; }
  .welcome-popup .modal-dialog .modal-content .col {
    padding: 0 48px;
    border-right: 1px solid #D0D3D6; }
    .welcome-popup .modal-dialog .modal-content .col:first-child {
      opacity: 0.4;
      padding-left: 0; }
    .welcome-popup .modal-dialog .modal-content .col:last-child {
      padding-right: 0;
      border-right: 0; }
    .welcome-popup .modal-dialog .modal-content .col img {
      margin-bottom: 20px; }
    .welcome-popup .modal-dialog .modal-content .col .btn {
      margin-top: 30px; }
  .welcome-popup .modal-dialog .modal-content p {
    color: #546170; }
  .welcome-popup .modal-dialog .modal-content .video {
    margin-top: 40px;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #D0D3D6;
    border-radius: 8px;
    overflow: hidden; }

.notification-popup .modal-dialog {
  position: relative;
  width: calc(100% - 50px);
  max-width: 1080px;
  margin-top: 150px; }
  .notification-popup .modal-dialog .modal-content .modal-body {
    padding: 48px 88px; }
  .notification-popup .modal-dialog .modal-content .bootbox-close-button {
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 2.2em;
    font-weight: normal;
    border: 0;
    background-color: transparent;
    color: #B0B6BD; }
  .notification-popup .modal-dialog .modal-content .row {
    margin-top: 40px;
    margin-bottom: 60px; }
  .notification-popup .modal-dialog .modal-content .col {
    padding: 0 48px;
    border-right: 1px solid #D0D3D6; }
    .notification-popup .modal-dialog .modal-content .col:first-child {
      opacity: 0.4;
      padding-left: 0; }
    .notification-popup .modal-dialog .modal-content .col:last-child {
      padding-right: 0;
      border-right: 0; }
    .notification-popup .modal-dialog .modal-content .col img {
      margin-bottom: 20px; }
    .notification-popup .modal-dialog .modal-content .col .btn {
      margin-top: 30px; }
  .notification-popup .modal-dialog .modal-content p {
    color: #D92404; }

@media screen and (max-width: 1399px) {
  .add-new-startup::before {
    width: calc(100% + 32px);
    left: -16px; }
  .add-new-startup .startup-bar::after, .add-new-startup .startup-bar::before {
    width: 16px;
    left: -16px; }
  .add-new-startup .startup-bar::after {
    right: -16px;
    left: unset; } }
@media screen and (max-width: 1199px) {
  .company-info .list {
    margin-bottom: 20px; }

  .profile-form .col-left {
    padding-right: 20px; }
  .profile-form .col-right {
    padding-left: 20px; }

  .add-new-startup .text-wrap {
    padding-right: 0; }
  .add-new-startup .col-left {
    width: 40%; }
  .add-new-startup .col-right {
    width: 60%; } }
@media screen and (max-width: 991px) {
  .startup-profile {
    display: block !important;
    margin: 20px 0 30px; }
    .startup-profile .action {
      margin-top: 20px;
      overflow-x: auto; }

  .startup-opportunity .overview,
  .startup-opportunity .vision {
    padding-right: 0; }
  .startup-opportunity .pitchdeck {
    margin-top: 30px; }

  #startup_team_member_list {
    overflow-x: scroll; }
    #startup_team_member_list #startup_team_member__table {
      width: 1200px; }

  .MsoListParagraphCxSpLast,
  .MsoListParagraphCxSpFirst,
  .MsoListParagraphCxSpMiddle {
    padding-left: 20px; }

  .profile-form .col-left,
  .profile-form .col-right {
    padding-left: 12px;
    padding-right: 12px; }
  .profile-form .form-btn {
    margin-top: 40px; }

  .welcome-popup .modal-dialog .modal-content .modal-body {
    padding: 30px 20px; }
  .welcome-popup .modal-dialog .modal-content .col {
    padding: 0 10px; }

  .profile-form-inner {
    display: block !important; }
    .profile-form-inner .upload-avatar {
      display: inline-block; }
    .profile-form-inner .update-user-info {
      margin-top: 16px; }

  .add-new-startup .col-left,
  .add-new-startup .col-right {
    width: 100%; }
  .add-new-startup .text-wrap h2 {
    margin-bottom: 20px; }
  .add-new-startup .text-wrap .help-context-content {
    display: none; }
  .add-new-startup .card {
    padding: 16px;
    padding-bottom: 32px; }

  .startup-fund-use-list input {
    margin-bottom: 10px;
    width: calc(100% - 25px); }
  .startup-fund-use-list .nested-fields {
    position: relative; }
    .startup-fund-use-list .nested-fields .btn-delete {
      position: absolute;
      right: 0;
      top: 35px; }

  .qualification-notes .qualification-note {
    margin-right: 0; } }
@media screen and (max-width: 767px) {
  .profile-edit {
    padding-top: 0; }

  .welcome-popup .modal-dialog .modal-content .modal-body {
    padding: 30px 20px; }
  .welcome-popup .modal-dialog .modal-content .col {
    width: 100%;
    padding: 0;
    padding-bottom: 30px;
    border-right: 0;
    margin: 15px 0;
    border-bottom: 1px solid #D0D3D6; }
    .welcome-popup .modal-dialog .modal-content .col:last-child {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }

  .add-new-startup .startup-bar::before, .add-new-startup .startup-bar::after {
    height: 100%; }
  .add-new-startup .startup-bar .nav-item {
    position: relative; }
    .add-new-startup .startup-bar .nav-item img {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      margin: 0; }
  .add-new-startup .startup-bar {
    padding-top: 20px;
    background-color: #FFFFFF; }
    .add-new-startup .startup-bar .nav {
      padding-bottom: 20px; }
  .add-new-startup::before {
    display: none; }
  .add-new-startup .action {
    display: block !important;
    margin-bottom: 20px; }
    .add-new-startup .action h2 {
      width: 100%;
      margin-bottom: 10px; }
    .add-new-startup .action .btn,
    .add-new-startup .action button {
      width: 100%;
      margin-left: 0 !important;
      margin-top: 10px; }

  .form-btn {
    margin-bottom: 10px !important; }
    .form-btn button,
    .form-btn .btn {
      width: 100%;
      margin-left: 0 !important;
      margin-bottom: 10px; } }
@media screen and (max-width: 575px) {
  .startup-profile {
    position: relative; }
    .startup-profile .action img {
      position: absolute;
      top: -15px;
      right: -5px; }
    .startup-profile .action button,
    .startup-profile .action a {
      display: block;
      width: 100%;
      margin-top: 10px;
      margin-left: 0 !important; }

  .company-info .list.bg-grey {
    padding: 8px 16px; }

  .profile-edit .profile-form-edit .upload-avatar {
    width: 100%;
    height: 100%;
    min-width: unset;
    aspect-ratio: 1 / 1;
    margin-right: 0;
    background-color: transparent; }
    .profile-edit .profile-form-edit .upload-avatar .upload-icon {
      height: auto;
      top: 50%;
      transform: translateY(-50%); }
  .profile-edit .profile-form-edit .update-user-info .nav {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .profile-edit .profile-form-edit .update-user-info .nav .nav-link {
      border: 0;
      padding: 10px 0;
      border-radius: 8px; }
      .profile-edit .profile-form-edit .update-user-info .nav .nav-link.active {
        padding: 10px 20px;
        background-color: #0087e21f;
        color: #0064BD; }

  .add-new-startup {
    margin-top: 20px; }
    .add-new-startup .form-group:last-child {
      margin-bottom: 0 !important; }
    .add-new-startup .form-group .col-half {
      width: 100%; }
      .add-new-startup .form-group .col-half:first-child {
        margin-bottom: 24px; }
      .add-new-startup .form-group .col-half:last-child {
        margin-bottom: 0; } }
.investor-dashboard {
  margin-top: 24px; }
  .investor-dashboard .card {
    margin-top: 24px;
    padding: 20px 40px; }
  .investor-dashboard .summary {
    display: flex;
    flex-wrap: wrap; }
    .investor-dashboard .summary .summary-cell h6 {
      color: #788492;
      white-space: nowrap; }
    .investor-dashboard .summary .summary-cell h3 {
      margin-top: 4px;
      font-weight: 700;
      white-space: nowrap;
      font-size: 1.5em; }
    .investor-dashboard .summary .v-line {
      width: 1px;
      background-color: #D0D3D6; }
    .investor-dashboard .summary .pie-chart {
      padding-left: 70px; }
  .investor-dashboard .pie-chart {
    position: relative;
    padding-left: 70px; }
    .investor-dashboard .pie-chart .pie-chart-sm {
      position: absolute;
      left: 0; }
  .investor-dashboard .deal-report {
    margin-bottom: 24px; }
    .investor-dashboard .deal-report .card {
      height: 100%;
      padding-bottom: 0; }
    .investor-dashboard .deal-report .dealflow-chart-container .action {
      display: flex;
      margin-top: 10px;
      margin-bottom: 20px; }
      .investor-dashboard .deal-report .dealflow-chart-container .action select {
        border: 0;
        width: 60px;
        margin-left: 20px;
        padding-left: 0;
        padding-right: 0;
        height: 30px;
        color: #0087E2; }
    .investor-dashboard .deal-report .dealflow-chart-container .dealflow-stats-wrapper {
      display: flex;
      flex-wrap: wrap;
      padding-left: 60px; }
      .investor-dashboard .deal-report .dealflow-chart-container .dealflow-stats-wrapper .v-line {
        width: 1px;
        background-color: #D0D3D6; }
      .investor-dashboard .deal-report .dealflow-chart-container .dealflow-stats-wrapper .dealflow-stats:first-child {
        padding-left: 0; }
      .investor-dashboard .deal-report .dealflow-chart-container .dealflow-stats-wrapper .dealflow-stats:last-child {
        border: 0;
        padding-right: 0; }
      .investor-dashboard .deal-report .dealflow-chart-container .dealflow-stats-wrapper .dealflow-stats .dealflow-stat {
        margin-bottom: 40px; }
        .investor-dashboard .deal-report .dealflow-chart-container .dealflow-stats-wrapper .dealflow-stats .dealflow-stat:last-child {
          margin-bottom: 0; }
        .investor-dashboard .deal-report .dealflow-chart-container .dealflow-stats-wrapper .dealflow-stats .dealflow-stat h6 {
          color: #788492; }
        .investor-dashboard .deal-report .dealflow-chart-container .dealflow-stats-wrapper .dealflow-stats .dealflow-stat h3 {
          color: #546170;
          font-weight: 700; }
    .investor-dashboard .deal-report .startup-demographics h4 {
      margin-top: 10px; }
  .investor-dashboard .other-stats {
    margin-bottom: 20px; }
    .investor-dashboard .other-stats h4 {
      margin-top: 10px; }
  .investor-dashboard .top-quick-action-menu {
    background-color: #FFFFFF;
    padding: 2px;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 0px rgba(35, 40, 46, 0.24), 0px 2px 1px 0px rgba(35, 40, 46, 0.04);
    gap: 4px; }
    .investor-dashboard .top-quick-action-menu .btn {
      padding: 6px 16px;
      color: #788492;
      outline: none;
      transition: 0.3s all ease;
      box-shadow: none; }
      .investor-dashboard .top-quick-action-menu .btn.active {
        background-color: #E3F2FC;
        color: #0087E2; }
        .investor-dashboard .top-quick-action-menu .btn.active:hover {
          color: #0064BD; }
      .investor-dashboard .top-quick-action-menu .btn:hover {
        color: #23282E; }
  .investor-dashboard .dealflow-sidebar {
    width: 380px;
    margin-top: 24px; }
    .investor-dashboard .dealflow-sidebar .sidebar-nav {
      border-radius: 8px;
      background-color: #FFFFFF;
      padding: 24px 20px; }
      .investor-dashboard .dealflow-sidebar .sidebar-nav .sidebar-item {
        list-style: none;
        margin: 1px 0; }
        .investor-dashboard .dealflow-sidebar .sidebar-nav .sidebar-item .sidebar-link {
          display: block;
          padding: 10px 15px;
          color: #23282E;
          border-radius: 4px;
          border-left: 4px solid transparent; }
          .investor-dashboard .dealflow-sidebar .sidebar-nav .sidebar-item .sidebar-link:hover {
            color: #63B038;
            border-color: #3CA4F2;
            background-color: #E3F2FC; }
        .investor-dashboard .dealflow-sidebar .sidebar-nav .sidebar-item.active .sidebar-link {
          color: #63B038;
          border-color: #3CA4F2;
          background-color: #E3F2FC; }
        .investor-dashboard .dealflow-sidebar .sidebar-nav .sidebar-item.has-treeview .sidebar-nav {
          padding: 0;
          padding-left: 10px;
          border-radius: 4px;
          border-left: 4px solid transparent; }
          .investor-dashboard .dealflow-sidebar .sidebar-nav .sidebar-item.has-treeview .sidebar-nav .sub-sidebar-item {
            list-style: none;
            margin: 1px 0; }
            .investor-dashboard .dealflow-sidebar .sidebar-nav .sidebar-item.has-treeview .sidebar-nav .sub-sidebar-item .sidebar-link {
              padding: 8px 15px;
              background-color: transparent;
              border: 0;
              font-weight: 400; }
            .investor-dashboard .dealflow-sidebar .sidebar-nav .sidebar-item.has-treeview .sidebar-nav .sub-sidebar-item.active {
              border-radius: 4px;
              border-left: 4px solid #3CA4F2; }
              .investor-dashboard .dealflow-sidebar .sidebar-nav .sidebar-item.has-treeview .sidebar-nav .sub-sidebar-item.active .sidebar-link {
                color: #63B038;
                background-color: #E3F2FC; }
            .investor-dashboard .dealflow-sidebar .sidebar-nav .sidebar-item.has-treeview .sidebar-nav .sub-sidebar-item:last-child {
              margin-bottom: 6px; }
            .investor-dashboard .dealflow-sidebar .sidebar-nav .sidebar-item.has-treeview .sidebar-nav .sub-sidebar-item:hover {
              background-color: #E3F2FC;
              border-radius: 4px; }
  .investor-dashboard .investor-table {
    width: calc(100% - 404px);
    margin-left: 24px; }
  .investor-dashboard .investor-sponsor {
    width: 380px; }
    .investor-dashboard .investor-sponsor .sponsor-adv {
      width: 100%;
      height: 240px;
      text-align: center; }
      .investor-dashboard .investor-sponsor .sponsor-adv .sponsor-img {
        margin-right: 0; }
        .investor-dashboard .investor-sponsor .sponsor-adv .sponsor-img img {
          height: 70px; }
      .investor-dashboard .investor-sponsor .sponsor-adv .sponsor-info {
        margin-right: 0;
        margin-bottom: 10px; }
        .investor-dashboard .investor-sponsor .sponsor-adv .sponsor-info h2 {
          font-size: 1.5em;
          margin-bottom: 0; }
        .investor-dashboard .investor-sponsor .sponsor-adv .sponsor-info p {
          font-size: 0.9em;
          margin-bottom: 0; }
  .investor-dashboard .investor-stats {
    width: calc(100% - 404px);
    margin-left: 24px; }
  .investor-dashboard .dealflow-table,
  .investor-dashboard .due-diligence-table,
  .investor-dashboard .capital-call-table,
  .investor-dashboard .portfolio-table {
    padding: 24px;
    padding-top: 20px; }
    .investor-dashboard .dealflow-table .pagination,
    .investor-dashboard .due-diligence-table .pagination,
    .investor-dashboard .capital-call-table .pagination,
    .investor-dashboard .portfolio-table .pagination {
      margin-top: 14px; }
    .investor-dashboard .dealflow-table .progress,
    .investor-dashboard .due-diligence-table .progress,
    .investor-dashboard .capital-call-table .progress,
    .investor-dashboard .portfolio-table .progress {
      width: 100%;
      height: 4px;
      margin-left: 8px;
      background-color: #EBEFF3; }
    .investor-dashboard .dealflow-table .assignment_unset,
    .investor-dashboard .due-diligence-table .assignment_unset,
    .investor-dashboard .capital-call-table .assignment_unset,
    .investor-dashboard .portfolio-table .assignment_unset {
      position: relative; }
      .investor-dashboard .dealflow-table .assignment_unset img,
      .investor-dashboard .due-diligence-table .assignment_unset img,
      .investor-dashboard .capital-call-table .assignment_unset img,
      .investor-dashboard .portfolio-table .assignment_unset img {
        background-color: #B0B6BD;
        width: 28px;
        height: 28px;
        border: 1px solid #FFFFFF;
        object-fit: cover;
        object-position: center; }
    .investor-dashboard .dealflow-table .dealflow-favorite-action,
    .investor-dashboard .due-diligence-table .dealflow-favorite-action,
    .investor-dashboard .capital-call-table .dealflow-favorite-action,
    .investor-dashboard .portfolio-table .dealflow-favorite-action {
      width: 32px;
      height: 32px;
      display: block;
      background-image: url(/assets/star-o-f47b3b4f15c7cdcd599749518e871733e109155179d35087b0c876cb685421f9.svg);
      object-fit: contain;
      cursor: pointer; }
      .investor-dashboard .dealflow-table .dealflow-favorite-action.favorited,
      .investor-dashboard .due-diligence-table .dealflow-favorite-action.favorited,
      .investor-dashboard .capital-call-table .dealflow-favorite-action.favorited,
      .investor-dashboard .portfolio-table .dealflow-favorite-action.favorited {
        background-image: url(/assets/star-f46db43b52287269a6139cffda102f6fd6a1eb26f9408eb899c2ca7642c81272.svg); }
    .investor-dashboard .dealflow-table .select2-container,
    .investor-dashboard .due-diligence-table .select2-container,
    .investor-dashboard .capital-call-table .select2-container,
    .investor-dashboard .portfolio-table .select2-container {
      min-width: 180px; }
  .investor-dashboard .portfolio-table {
    padding: 24px;
    box-shadow: 0px 0px 1px 0px rgba(35, 40, 46, 0.24), 0px 2px 1px 0px rgba(35, 40, 46, 0.04);
    border-radius: 8px;
    overflow: hidden; }
    .investor-dashboard .portfolio-table thead tr th {
      white-space: unset;
      padding-top: 20px; }
      .investor-dashboard .portfolio-table thead tr th:first-child {
        padding-left: 24px; }
      .investor-dashboard .portfolio-table thead tr th:last-child {
        padding-right: 24px; }
    .investor-dashboard .portfolio-table tbody tr td.company-portfolios {
      background-image: url(/assets/details_open-c374a68a37bc9955991d3e65afda39ee4f908f357a4c0d5a05dda7d03c8d7e29.png);
      background-repeat: no-repeat;
      background-position: center center;
      cursor: pointer; }
    .investor-dashboard .portfolio-table tbody tr td:first-child {
      padding-left: 24px; }
    .investor-dashboard .portfolio-table tbody tr td:last-child {
      padding-right: 24px; }
    .investor-dashboard .portfolio-table tbody tr.shown {
      background-color: #d4edda; }
      .investor-dashboard .portfolio-table tbody tr.shown td.company-portfolios {
        background-image: url(/assets/details_close-5cabfb28f8df947c7f5289a5ebc3f38262aa693a176afcec93fde3aa7748f46f.png);
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer; }
    .investor-dashboard .portfolio-table tbody tr.child {
      background-color: #ebfff0;
      box-shadow: none;
      border-bottom: 1px solid #e3e3e3d4; }
      .investor-dashboard .portfolio-table tbody tr.child td {
        padding: 10px; }

.capital-call-dashboard .sponsor-adv,
.portfolio-list .sponsor-adv {
  width: 75%;
  margin-left: unset;
  height: 100%; }
  .capital-call-dashboard .sponsor-adv .sponsor-img img,
  .portfolio-list .sponsor-adv .sponsor-img img {
    height: 100px; }
  .capital-call-dashboard .sponsor-adv .sponsor-info h2,
  .portfolio-list .sponsor-adv .sponsor-info h2 {
    font-size: 1.6em; }
  .capital-call-dashboard .sponsor-adv .sponsor-info p,
  .portfolio-list .sponsor-adv .sponsor-info p {
    font-size: 0.95em; }
.capital-call-dashboard .digital-adv,
.portfolio-list .digital-adv {
  display: block;
  width: 35%;
  min-height: 120px;
  margin-bottom: 0;
  margin-left: 12px;
  margin-right: 0; }

.portfolio-profile .sponsor-adv {
  margin-top: 16px; }
.portfolio-profile .mb-banner {
  display: none; }

.fund-tab .bg-grey {
  padding: 20px;
  border-radius: 8px; }
.fund-tab .company-tab-content {
  width: calc(100% - 424px);
  margin-bottom: 10px; }
  .fund-tab .company-tab-content .dt-buttons {
    display: block; }
  .fund-tab .company-tab-content .toolbar {
    margin-bottom: 24px; }
    .fund-tab .company-tab-content .toolbar .dealflow-tracking-toolbar {
      margin: 0;
      padding: 20px 0; }
      .fund-tab .company-tab-content .toolbar .dealflow-tracking-toolbar .summary-cell {
        padding: 0 50px;
        border-left: 1px solid #D0D3D6; }
        .fund-tab .company-tab-content .toolbar .dealflow-tracking-toolbar .summary-cell:first-child {
          padding-left: 20px;
          border-left: 0; }
      .fund-tab .company-tab-content .toolbar .dealflow-tracking-toolbar .summary-text-title {
        color: #788492;
        text-transform: uppercase; }
      .fund-tab .company-tab-content .toolbar .dealflow-tracking-toolbar .pie-chart {
        position: relative;
        padding-left: 100px; }
        .fund-tab .company-tab-content .toolbar .dealflow-tracking-toolbar .pie-chart .pie-chart-sm {
          position: absolute;
          left: 30px; }
  .fund-tab .company-tab-content table thead tr th {
    font-weight: 600;
    padding-bottom: 12px; }
  .fund-tab .company-tab-content table tbody tr td {
    padding: 14px 10px; }
  .fund-tab .company-tab-content .document-list tr.viewing a {
    position: relative;
    display: block;
    font-weight: 700; }
    .fund-tab .company-tab-content .document-list tr.viewing a::after {
      content: '\f07c';
      font-family: FontAwesome;
      position: absolute;
      right: 0; }
  .fund-tab .company-tab-content .document-detail {
    border-left: 1px solid #D0D3D6;
    padding-left: 20px; }
  .fund-tab .company-tab-content #document_container {
    box-shadow: 0px 0px 1px 0px rgba(35, 40, 46, 0.24), 0px 2px 1px 0px rgba(35, 40, 46, 0.04); }
.fund-tab .spv-stats {
  width: 550px;
  margin-left: 24px; }
  .fund-tab .spv-stats .stat {
    margin: 8px 0; }
    .fund-tab .spv-stats .stat:first-child {
      margin-top: 0;
      margin-bottom: 12px; }
    .fund-tab .spv-stats .stat p {
      margin: 0; }
      .fund-tab .spv-stats .stat p strong {
        font-weight: 500;
        color: #23282E; }
      .fund-tab .spv-stats .stat p:first-child {
        color: #546170; }
      .fund-tab .spv-stats .stat p:last-child {
        font-weight: 500; }
    .fund-tab .spv-stats .stat h5 {
      margin-top: 6px; }
    .fund-tab .spv-stats .stat .progress {
      margin-top: 12px; }
  .fund-tab .spv-stats .contact-info {
    margin-top: 30px; }
    .fund-tab .spv-stats .contact-info p {
      margin: 10px 0;
      color: #546170; }
      .fund-tab .spv-stats .contact-info p strong {
        color: #23282E; }
    .fund-tab .spv-stats .contact-info h5 {
      border-bottom: 1px solid #D0D3D6;
      padding-top: 4px;
      padding-bottom: 10px;
      margin-bottom: 16px; }
    .fund-tab .spv-stats .contact-info strong {
      font-weight: 500; }
.fund-tab .fund-stats {
  width: 400px;
  margin-left: 24px; }
  .fund-tab .fund-stats .stat {
    margin: 8px 0; }
    .fund-tab .fund-stats .stat:first-child {
      margin-top: 0;
      margin-bottom: 12px; }
    .fund-tab .fund-stats .stat p {
      margin: 0; }
      .fund-tab .fund-stats .stat p strong {
        font-weight: 500;
        color: #23282E; }
      .fund-tab .fund-stats .stat p:first-child {
        color: #546170; }
      .fund-tab .fund-stats .stat p:last-child {
        font-weight: 500; }
    .fund-tab .fund-stats .stat h5 {
      margin-top: 6px; }
    .fund-tab .fund-stats .stat .progress {
      margin-top: 12px; }
  .fund-tab .fund-stats .contact-info {
    margin-top: 30px; }
    .fund-tab .fund-stats .contact-info p {
      margin: 10px 0;
      color: #546170; }
      .fund-tab .fund-stats .contact-info p strong {
        color: #23282E; }
    .fund-tab .fund-stats .contact-info h5 {
      border-bottom: 1px solid #D0D3D6;
      padding-top: 4px;
      padding-bottom: 10px;
      margin-bottom: 16px; }
    .fund-tab .fund-stats .contact-info strong {
      font-weight: 500; }

.edit-investor {
  margin-top: 30px; }
  .edit-investor .avatar-preview {
    width: auto;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px; }
    .edit-investor .avatar-preview img {
      max-width: 100%;
      width: auto;
      height: 100%;
      object-fit: contain;
      object-position: center;
      border: 1px solid #F5F7F9; }
  .edit-investor .card {
    padding: 24px;
    padding-top: 20px;
    margin-top: 24px; }
  .edit-investor .form-group a {
    display: block;
    margin-bottom: 27px; }
  .edit-investor .form-group .help-context-content a {
    display: inline; }

.portfolio-detail-tab .action h2,
.capital-call-detail .action h2 {
  margin-bottom: 10px; }
.portfolio-detail-tab .action .select2,
.capital-call-detail .action .select2 {
  min-width: 200px; }
.portfolio-detail-tab table tr,
.capital-call-detail table tr {
  border-bottom: 1px solid #e3e3e3d4; }
  .portfolio-detail-tab table tr:last-child,
  .capital-call-detail table tr:last-child {
    border: 0; }
  .portfolio-detail-tab table tr td,
  .capital-call-detail table tr td {
    padding: 5px 0; }
    .portfolio-detail-tab table tr td label,
    .capital-call-detail table tr td label {
      margin: 10px 0; }
.portfolio-detail-tab table.table-light tr,
.capital-call-detail table.table-light tr {
  border: 0; }

.portfolio-detail-tab .card {
  padding: 24px;
  padding-top: 20px;
  margin-top: 24px; }
.portfolio-detail-tab .bg-grey {
  border-radius: 8px;
  height: 100%; }
  .portfolio-detail-tab .bg-grey h5 {
    border-bottom: 1px solid #D0D3D6;
    padding: 10px 0;
    margin-bottom: 32px; }
.portfolio-detail-tab table tr:first-child td {
  padding-top: 0; }
.portfolio-detail-tab table tr:last-child td {
  padding-bottom: 0; }
.portfolio-detail-tab .badge-full {
  position: relative;
  background-color: #e93e4f;
  color: #FFFFFF;
  padding: 4px 14px;
  border-radius: 20px;
  margin: 0;
  top: -1px;
  font-size: 0.94em; }

.money-valuation-histories .dataTables_scrollHeadInner {
  min-width: 100%; }
  .money-valuation-histories .dataTables_scrollHeadInner table {
    min-width: 100%;
    margin: 0; }

.money-valuation-chart {
  height: 300px; }

.company-updates-table {
  min-width: unset !important; }

.company-update .company-update-attachment {
  font-size: 0.9em; }
.company-update .company-update-content {
  position: relative;
  height: 50px;
  overflow: hidden; }
  .company-update .company-update-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    background: linear-gradient(0deg, white 0%, white 35%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%); }
  .company-update .company-update-content .readmore {
    position: absolute;
    top: 32px;
    right: 0;
    background-color: #FFFFFF; }
    .company-update .company-update-content .readmore i {
      font-size: 0.9em; }
.company-update.active .company-update-content {
  height: auto;
  overflow: unset; }
  .company-update.active .company-update-content::before {
    display: none; }
.company-update.active .readmore {
  display: none; }
.company-update:last-child {
  border-bottom: 0; }
.company-update small {
  margin-left: 10px; }
  .company-update small .line {
    background-color: transparent;
    padding: 0 4px; }
  .company-update small .color-red:hover {
    color: #D92404; }
  .company-update small .color-red i {
    position: relative;
    top: 1px;
    font-size: 1.1em; }

@media screen and (max-width: 1650px) {
  .investor-dashboard .card {
    padding: 20px; }
  .investor-dashboard .deal-report .dealflow-chart-container .dealflow-stats-wrapper {
    padding-left: 10px; } }
@media screen and (max-width: 1550px) {
  .portfolio-profile .pc-banner {
    display: none; }
  .portfolio-profile .mb-banner {
    display: block; } }
@media screen and (min-width: 1399px) {
  .capital-call-dashboard .sponsor-adv,
  .portfolio-list .sponsor-adv {
    width: auto;
    margin-right: 24px; }
  .capital-call-dashboard .digital-adv,
  .portfolio-list .digital-adv {
    margin-left: auto; } }
@media screen and (max-width: 1399px) {
  .investor-dashboard .investor-sponsor {
    width: auto; }
    .investor-dashboard .investor-sponsor .sponsor-banner {
      display: flex; }
    .investor-dashboard .investor-sponsor .sponsor-adv {
      height: auto;
      display: table;
      width: auto;
      float: right; }
      .investor-dashboard .investor-sponsor .sponsor-adv .sponsor-info {
        text-align: left;
        margin: 0 20px;
        margin-right: 40px; }
      .investor-dashboard .investor-sponsor .sponsor-adv .sponsor-img img {
        height: 100px; }
  .investor-dashboard .investor-stats {
    width: 100%;
    margin-left: 0; }
  .investor-dashboard .dealflow-sidebar {
    width: 320px; }
  .investor-dashboard .investor-table {
    width: calc(100% - 344px); } }
@media screen and (max-width: 1199px) {
  .investor-dashboard .dealflow-sidebar {
    width: 100%; }
  .investor-dashboard .summary .v-line {
    display: none; }
  .investor-dashboard .summary .summary-cell {
    width: 25%;
    margin: 20px 0; }
  .investor-dashboard .startup-demographics {
    margin-top: 24px; }

  .portfolio-list #portfolio_datatable_filter {
    margin-top: 16px; }
    .portfolio-list #portfolio_datatable_filter label {
      display: block; }
    .portfolio-list #portfolio_datatable_filter input {
      width: 100%; }
  .portfolio-list .sponsor-adv {
    margin: auto;
    height: auto;
    width: auto; }
  .portfolio-list .digital-adv {
    display: block;
    width: 100%;
    max-width: 775px;
    height: 120px;
    margin: 0 auto;
    margin-top: 24px; }

  .capital-call-dashboard .sponsor-adv {
    margin: auto;
    margin-top: 46px;
    height: auto;
    width: auto; }
  .capital-call-dashboard .digital-adv {
    display: block;
    width: 100%;
    max-width: 775px;
    height: 120px;
    margin: 0 auto;
    margin-top: 24px; }

  .fund-tab .syndicate-tab-content,
  .fund-tab .fund-tab-content {
    width: 100%; }
  .fund-tab .fund-stats {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
    margin-bottom: 10px; } }
@media screen and (min-width: 575px) and (max-width: 991px) {
  .portfolio-profile .action {
    display: flex; } }
@media screen and (max-width: 991px) {
  .investor-dashboard {
    margin-top: 10px; }
    .investor-dashboard .deal-report .dealflow-chart-container .dealflow-stats-wrapper {
      margin-top: 30px; }
      .investor-dashboard .deal-report .dealflow-chart-container .dealflow-stats-wrapper .v-line {
        display: none; }
    .investor-dashboard .investor-table {
      width: 100%;
      margin-left: 0; } }
@media screen and (max-width: 767px) {
  .investor-dashboard .summary .summary-cell {
    text-align: center;
    width: 50%; }
    .investor-dashboard .summary .summary-cell.pie-chart {
      padding-left: 30px; }
      .investor-dashboard .summary .summary-cell.pie-chart .pie-chart-sm {
        left: 50%;
        margin-left: -74px; }
  .investor-dashboard .top-quick-action-menu {
    margin: 10px 0 30px;
    width: 100%;
    white-space: nowrap;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .investor-dashboard .top-quick-action-menu::-webkit-scrollbar {
      display: none; }
  .investor-dashboard .investor-sponsor .sponsor-adv {
    width: 100%; }
    .investor-dashboard .investor-sponsor .sponsor-adv .sponsor-info {
      text-align: center; }
  .investor-dashboard .investor-sponsor .sponsor-banner {
    display: block; }

  .fund-tab .company-tab-content .toolbar .dealflow-tracking-toolbar {
    padding: 0;
    text-align: center; }
    .fund-tab .company-tab-content .toolbar .dealflow-tracking-toolbar .summary-cell {
      width: 100%;
      padding: 15px;
      border: 0; }
    .fund-tab .company-tab-content .toolbar .dealflow-tracking-toolbar .pie-chart .pie-chart-sm {
      position: relative;
      left: 0;
      margin-bottom: 20px; }

  .edit-investor {
    margin-top: 10px; }
    .edit-investor .action h2 {
      margin-bottom: 12px; }
    .edit-investor .action .select2 {
      width: 100%;
      margin-bottom: 12px; }
    .edit-investor .action .btn {
      width: 100%;
      margin-left: 0 !important;
      margin-bottom: 12px; }
      .edit-investor .action .btn:last-child {
        margin-bottom: 0; }

  .capital-call-dashboard .sponsor-adv,
  .portfolio-list .sponsor-adv {
    width: 100%; }

  .company-update small {
    display: block;
    margin-left: 0;
    margin-top: 4px; } }
.due-diligence-page {
  margin-top: 24px; }
  .due-diligence-page .btn-link {
    color: #0087E2; }
  .due-diligence-page .action h2 span {
    font-weight: 400;
    color: #546170; }
  .due-diligence-page .action .btn {
    margin-left: 12px; }
  .due-diligence-page .action .right-action {
    color: #788492;
    text-align: right; }
    .due-diligence-page .action .right-action .status {
      margin-right: 40px;
      width: 160px; }
      .due-diligence-page .action .right-action .status .select2-container {
        height: 40px;
        text-align: left; }
        .due-diligence-page .action .right-action .status .select2-container .select2-selection--single {
          height: 40px; }
          .due-diligence-page .action .right-action .status .select2-container .select2-selection--single .select2-selection__rendered {
            border-radius: 4px;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            color: #23282E; }
        .due-diligence-page .action .right-action .status .select2-container.select2::after {
          content: '';
          background-color: transparent;
          width: 40px;
          height: 40px;
          line-height: 40px; }
    .due-diligence-page .action .right-action .assignment .assignment-btn {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center; }
    .due-diligence-page .action .right-action .assignment .assignment-container .assignment_unset {
      position: relative;
      margin-left: 4px;
      line-height: 40px; }
      .due-diligence-page .action .right-action .assignment .assignment-container .assignment_unset img {
        box-shadow: 0px 0px 1px 0px rgba(35, 40, 46, 0.24), 0px 2px 1px 0px rgba(35, 40, 46, 0.04);
        background-color: #B0B6BD; }
      .due-diligence-page .action .right-action .assignment .assignment-container .assignment_unset .remove-member {
        display: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 12px;
        height: 12px;
        line-height: 12px;
        font-size: 1em;
        color: #e93e4f;
        cursor: pointer; }
      .due-diligence-page .action .right-action .assignment .assignment-container .assignment_unset:hover img {
        opacity: 0.8; }
      .due-diligence-page .action .right-action .assignment .assignment-container .assignment_unset:hover .remove-member {
        display: block; }
      .due-diligence-page .action .right-action .assignment .assignment-container .assignment_unset:first-child {
        margin-left: 0; }
  .due-diligence-page .sub-action {
    margin-top: 30px;
    margin-bottom: 40px; }
    .due-diligence-page .sub-action .btn {
      margin-left: 12px; }
  .due-diligence-page .checklist {
    padding-right: 0; }
    .due-diligence-page .checklist label {
      color: #B0B6BD;
      padding-left: 20px; }
    .due-diligence-page .checklist .sidebar-nav {
      padding-left: 0; }
      .due-diligence-page .checklist .sidebar-nav .open-task-summary {
        position: relative;
        top: 22px;
        height: 0;
        width: 0;
        display: block;
        left: calc(100% - 53px);
        color: #3CA4F2;
        z-index: 2;
        cursor: pointer; }
      .due-diligence-page .checklist .sidebar-nav .sidebar-item {
        position: relative;
        list-style: none;
        border-left: 4px solid transparent;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        margin: 1px 0; }
        .due-diligence-page .checklist .sidebar-nav .sidebar-item i {
          margin-right: 4px; }
        .due-diligence-page .checklist .sidebar-nav .sidebar-item .sidebar-link {
          display: block;
          padding: 20px;
          color: #23282E; }
        .due-diligence-page .checklist .sidebar-nav .sidebar-item:hover, .due-diligence-page .checklist .sidebar-nav .sidebar-item.active {
          background-color: #E3F2FC;
          border-left: 4px solid #3CA4F2; }
          .due-diligence-page .checklist .sidebar-nav .sidebar-item:hover::before, .due-diligence-page .checklist .sidebar-nav .sidebar-item.active::before {
            font-family: FontAwesome;
            color: #0087E2;
            font-size: 1.2em;
            position: absolute;
            right: 14px;
            top: 20px;
            rotate: 0deg;
            transition: 0.3s all ease; }
        .due-diligence-page .checklist .sidebar-nav .sidebar-item:hover::before {
          content: '\f107'; }
        .due-diligence-page .checklist .sidebar-nav .sidebar-item.active::before {
          content: '\f106'; }
        .due-diligence-page .checklist .sidebar-nav .sidebar-item._collapse::before {
          rotate: 180deg; }
        .due-diligence-page .checklist .sidebar-nav .sidebar-item.active:hover {
          cursor: pointer; }
        .due-diligence-page .checklist .sidebar-nav .sidebar-item.active .sidebar-link {
          pointer-events: none; }
        .due-diligence-page .checklist .sidebar-nav .sidebar-item.done .sidebar-link {
          color: #63B038; }
      .due-diligence-page .checklist .sidebar-nav .tasks {
        background-color: #f9f9f9;
        padding: 16px;
        border-radius: 8px; }
    .due-diligence-page .checklist .nav-pills {
      box-shadow: none; }
      .due-diligence-page .checklist .nav-pills .nav-link {
        color: #353C45;
        padding: 20px;
        border-left: 4px solid transparent;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin: 1px 0;
        outline: none; }
        .due-diligence-page .checklist .nav-pills .nav-link:hover, .due-diligence-page .checklist .nav-pills .nav-link.active {
          background-color: #E3F2FC;
          border-color: #3CA4F2; }
  .due-diligence-page .tasks {
    padding: 14px; }
    .due-diligence-page .tasks .btn-link,
    .due-diligence-page .tasks a {
      color: #0087E2;
      margin-right: 0; }
    .due-diligence-page .tasks .approved strong {
      margin-right: 10px;
      font-weight: 600; }
    .due-diligence-page .tasks .task-container .task {
      padding: 12px 0; }
    .due-diligence-page .tasks .task-container .task-check {
      margin-right: 10px;
      width: 20px;
      height: 20px;
      text-align: center;
      border: 1px solid #B0B6BD;
      border-radius: 4px;
      margin-top: 2px; }
      .due-diligence-page .tasks .task-container .task-check.active {
        background-color: #0087E2;
        border-color: #0087E2; }
        .due-diligence-page .tasks .task-container .task-check.active i {
          color: #FFFFFF;
          margin: 0;
          font-weight: 600;
          font-size: 1em; }
      .due-diligence-page .tasks .task-container .task-check .btn {
        display: block;
        height: 20px;
        width: 20px;
        line-height: 20px;
        padding: 0;
        box-shadow: none; }
    .due-diligence-page .tasks .task-container .task-name a {
      color: #23282E;
      display: block; }
    .due-diligence-page .tasks .task-container .task-name:hover a {
      color: #0087E2; }
    .due-diligence-page .tasks .task-container .task-btn .btn {
      width: 30px;
      height: 24px;
      line-height: 24px;
      border-radius: 4px;
      box-shadow: 0px 0px 1px 0px rgba(35, 40, 46, 0.24), 0px 2px 1px 0px rgba(35, 40, 46, 0.04);
      background-color: #E3F2FC;
      padding: 0;
      margin-left: 8px;
      opacity: 0.8; }
      .due-diligence-page .tasks .task-container .task-btn .btn i {
        font-size: 0.80em;
        margin: 0; }
      .due-diligence-page .tasks .task-container .task-btn .btn:hover {
        opacity: 1; }
    .due-diligence-page .tasks .task-container .task-btn-sm {
      margin-top: 5px; }
      .due-diligence-page .tasks .task-container .task-btn-sm small {
        color: #0087E2; }
        .due-diligence-page .tasks .task-container .task-btn-sm small a {
          padding: 2px 8px;
          border-radius: 4px;
          color: #0087E2; }
          .due-diligence-page .tasks .task-container .task-btn-sm small a.active {
            background-color: #E3F2FC; }
    .due-diligence-page .tasks .task-container .task-info {
      color: #546170; }
      .due-diligence-page .tasks .task-container .task-info .task-info_note {
        padding-top: 10px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #D0D3D6; }
        .due-diligence-page .tasks .task-container .task-info .task-info_note:last-child {
          border: 0;
          margin-bottom: 0;
          padding-bottom: 0; }
        .due-diligence-page .tasks .task-container .task-info .task-info_note .note-content {
          font-size: 0.95em; }
          .due-diligence-page .tasks .task-container .task-info .task-info_note .note-content p {
            font-size: 0.95em; }
        .due-diligence-page .tasks .task-container .task-info .task-info_note .note-author {
          margin-top: 10px; }
          .due-diligence-page .tasks .task-container .task-info .task-info_note .note-author img {
            background-color: rgba(0, 0, 0, 0.1);
            border-radius: 100%;
            box-shadow: 0px 0px 1px 0px rgba(35, 40, 46, 0.24), 0px 2px 1px 0px rgba(35, 40, 46, 0.04); }
      .due-diligence-page .tasks .task-container .task-info .attached-file {
        padding-left: 0;
        padding-top: 10px;
        margin-bottom: 0; }
        .due-diligence-page .tasks .task-container .task-info .attached-file li {
          list-style: none;
          color: #0887E2;
          margin: 4px 0;
          font-size: 0.95em; }
          .due-diligence-page .tasks .task-container .task-info .attached-file li a {
            color: #0887E2;
            display: inline-block; }
          .due-diligence-page .tasks .task-container .task-info .attached-file li span {
            color: #788492;
            margin-left: 12px;
            font-size: 0.9em; }
    .due-diligence-page .tasks .new-sub-task {
      margin-top: 30px; }
      .due-diligence-page .tasks .new-sub-task h5 {
        margin-bottom: 5px; }
      .due-diligence-page .tasks .new-sub-task .sub-task-form {
        padding: 30px;
        background-color: #E3F2FC;
        border-radius: 4px; }
        .due-diligence-page .tasks .new-sub-task .sub-task-form input {
          border-radius: 4px !important; }
        .due-diligence-page .tasks .new-sub-task .sub-task-form .btn {
          text-indent: 0;
          margin-left: 10px; }
    .due-diligence-page .tasks .dd-summary {
      margin-top: 40px; }
  .due-diligence-page .rating-wrapper {
    width: 100%;
    white-space: nowrap;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .due-diligence-page .rating-wrapper::-webkit-scrollbar {
      display: none; }
    .due-diligence-page .rating-wrapper .btn-rating {
      width: 36px;
      height: 36px;
      line-height: 36px;
      background-color: #F5F7F9;
      margin-right: 8px;
      margin-bottom: 8px;
      padding: 0;
      color: #0087E2;
      box-shadow: none; }
      .due-diligence-page .rating-wrapper .btn-rating:hover, .due-diligence-page .rating-wrapper .btn-rating.rating-color {
        background-color: #0087E2;
        color: #FFFFFF; }
  .due-diligence-page .rating-table thead {
    background-color: #FFFFFF; }
    .due-diligence-page .rating-table thead th {
      padding: 12px 0 20px 0;
      text-align: center; }
      .due-diligence-page .rating-table thead th h5 {
        color: #788492; }
      .due-diligence-page .rating-table thead th:first-child {
        text-align: left; }
  .due-diligence-page .rating-table tbody tr {
    background-color: #FFFFFF;
    border-bottom: 1px solid #DFDFDF; }
    .due-diligence-page .rating-table tbody tr:nth-child(2n) {
      background-color: #FFFFFF; }
    .due-diligence-page .rating-table tbody tr td {
      text-align: center;
      min-width: 105px; }
      .due-diligence-page .rating-table tbody tr td p {
        font-weight: 500; }
      .due-diligence-page .rating-table tbody tr td h2 {
        color: #788492; }
      .due-diligence-page .rating-table tbody tr td:first-child {
        padding-left: 0; }
      .due-diligence-page .rating-table tbody tr td:first-child {
        text-align: left; }
      .due-diligence-page .rating-table tbody tr td.total-score {
        background-color: #788492; }
        .due-diligence-page .rating-table tbody tr td.total-score h2, .due-diligence-page .rating-table tbody tr td.total-score h3, .due-diligence-page .rating-table tbody tr td.total-score h4 {
          color: #FFFFFF; }
      .due-diligence-page .rating-table tbody tr td.odd-column {
        background-color: #EBEFF3; }
      .due-diligence-page .rating-table tbody tr td.even-column {
        background-color: #F5F7F9; }
      .due-diligence-page .rating-table tbody tr td.current-user-column {
        background-color: #d4edda; }
  .due-diligence-page .input-area {
    position: relative;
    background-color: #edf4ff;
    padding: 24px;
    padding-top: 12px;
    border-radius: 10px;
    margin: 0 16px; }
    .due-diligence-page .input-area h3 {
      margin-bottom: 10px;
      color: #353C45; }
    .due-diligence-page .input-area form {
      position: relative;
      margin-top: 10px; }
      .due-diligence-page .input-area form input {
        outline: navajowhite;
        height: 55px;
        border-radius: 10px;
        text-indent: 20px; }
      .due-diligence-page .input-area form button {
        position: absolute;
        right: 6px;
        top: 6px;
        border-radius: 6px; }
    .due-diligence-page .input-area .select2-container::after {
      width: 41px;
      height: 41px;
      line-height: 41px; }
    .due-diligence-page .input-area .select2-container .select2-selection--single {
      height: 43px; }
      .due-diligence-page .input-area .select2-container .select2-selection--single .select2-selection__rendered {
        height: 41px;
        line-height: 41px; }
    .due-diligence-page .input-area .select2-container .select2-selection__choice__remove {
      position: relative;
      top: unset;
      right: unset; }
    .due-diligence-page .input-area .spinner-border {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -20px;
      display: none; }
    .due-diligence-page .input-area.disabled .spinner-border {
      display: block; }
    .due-diligence-page .input-area.disabled form {
      opacity: 0.6;
      pointer-events: none; }
  .due-diligence-page .due-diligence-task {
    width: 100%;
    max-width: calc(100% - 380px); }

.ai-chat-content {
  max-height: calc(100vh - 310px);
  overflow-y: auto;
  outline: none; }
  .ai-chat-content .welcome {
    text-align: center;
    padding: 50px 0; }
    .ai-chat-content .welcome h2 {
      font-size: 2.5em;
      color: #0087E2;
      margin-bottom: 10px; }
    .ai-chat-content .welcome h3 {
      font-size: 2.5em;
      color: #353C45; }
  .ai-chat-content .task-response-message,
  .ai-chat-content .response-message {
    overflow: hidden;
    display: inline-block;
    animation: caret 1s steps(1) infinite;
    width: 100%; }
    .ai-chat-content .task-response-message .typing,
    .ai-chat-content .response-message .typing {
      max-width: 100%; }
    .ai-chat-content .task-response-message:last-child,
    .ai-chat-content .response-message:last-child {
      margin-bottom: 0 !important; }
    .ai-chat-content .task-response-message .ai-icon,
    .ai-chat-content .response-message .ai-icon {
      border: 1px solid #DFDFDF;
      border-radius: 100%; }
    .ai-chat-content .task-response-message .message p,
    .ai-chat-content .response-message .message p {
      margin-bottom: 10px;
      line-height: 1.6em; }
    .ai-chat-content .task-response-message .message li,
    .ai-chat-content .response-message .message li {
      margin-bottom: 6px; }
    .ai-chat-content .task-response-message .message img,
    .ai-chat-content .response-message .message img {
      margin-bottom: 10px;
      border-radius: 10px; }
  .ai-chat-content .user-message:last-child {
    margin-bottom: 0 !important; }
  .ai-chat-content .user-message .message {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 16px 20px;
    border-radius: 12px; }
    .ai-chat-content .user-message .message p {
      margin-bottom: 0; }

.ai-suggestion .input-area {
  position: relative; }
  .ai-suggestion .input-area.disabled {
    opacity: 0.6;
    pointer-events: none; }
  .ai-suggestion .input-area .spinner-border {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
    z-index: 1; }
.ai-suggestion .multi-item hr:last-child {
  display: none; }

.conversation-history {
  width: 100%;
  max-width: 380px;
  margin-left: 12px; }
  .conversation-history .help-searchbox input {
    height: 50px;
    text-indent: 16px;
    border-radius: 8px; }
  .conversation-history .help-searchbox button {
    height: 50px;
    width: 50px; }
  .conversation-history .conversation-item {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 0;
    background-color: white;
    padding: 10px;
    border-left: 4px solid transparent; }
    .conversation-history .conversation-item:hover {
      background-color: #edf4ff; }
    .conversation-history .conversation-item.open {
      background-color: #E3F2FC;
      color: #63B038;
      border-color: #3CA4F2; }
    .conversation-history .conversation-item .rename-conversation {
      position: relative;
      z-index: 100; }
    .conversation-history .conversation-item .save-rename-btn {
      display: block;
      position: absolute;
      right: 14px;
      z-index: 200; }
    .conversation-history .conversation-item .ai-conversation-edit-btn {
      right: 56px; }
    .conversation-history .conversation-item .ai-conversation-export-pdf-btn {
      right: 106px; }
  .conversation-history .conversation-category {
    list-style: none; }
    .conversation-history .conversation-category .conversation-category-name {
      position: relative;
      padding: 10px;
      padding-left: 24px; }
      .conversation-history .conversation-category .conversation-category-name::before {
        content: '\f114';
        font-family: FontAwesome;
        display: block;
        position: absolute;
        left: 0;
        font-size: 1.1em; }
      .conversation-history .conversation-category .conversation-category-name:not(.collapsed)::before {
        content: '\f115'; }
    .conversation-history .conversation-category.highlight .conversation-item:first-child {
      background-color: #edf4ff; }
  .conversation-history .folder-input-container button {
    right: 5px;
    top: 4px; }

.ai-model label {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 14px;
  opacity: 0.4; }
  .ai-model label.active {
    opacity: 1; }
  .ai-model label:hover {
    opacity: 1; }
  .ai-model label input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    cursor: pointer; }

.ai-prompt-wrapper {
  width: calc(100% - 124px); }

.ask-ai-btn {
  top: 0; }

@media screen and (min-width: 1920px) {
  .due-diligence-page .due-diligence-task {
    max-width: calc(100% - 572px); }
    .due-diligence-page .due-diligence-task .checklist {
      max-width: 422px; }
    .due-diligence-page .due-diligence-task .ai-section {
      width: 100%;
      max-width: calc(100% - 422px); }

  .conversation-history {
    max-width: 572px; } }
@media screen and (max-width: 1650px) {
  .due-diligence-page .chat-conversation {
    max-width: 300px; }
  .due-diligence-page .due-diligence-task {
    max-width: calc(100% - 300px); } }
@media screen and (max-width: 1399px) {
  .due-diligence-page .sub-action .progress {
    width: 50%; } }
@media screen and (max-width: 1199px) {
  .due-diligence-page .sub-action {
    text-align: right; }
    .due-diligence-page .sub-action .custom-progress {
      margin-bottom: 40px; }
  .due-diligence-page .input-area {
    margin-right: 0; }
  .due-diligence-page .tasks {
    padding-right: 0; }
  .due-diligence-page .chat-conversation {
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px; }
  .due-diligence-page .due-diligence-task {
    max-width: 100%; } }
@media screen and (max-width: 991px) {
  .due-diligence-page .input-area {
    margin-left: 0; }
  .due-diligence-page .action {
    text-align: center; }
    .due-diligence-page .action h3 {
      margin-bottom: 20px; }
  .due-diligence-page .sub-action {
    text-align: center; }
    .due-diligence-page .sub-action .custom-progress {
      width: calc(100% - 50px);
      margin-left: 25px; }
  .due-diligence-page .checklist {
    padding-left: 0; }
  .due-diligence-page .tasks {
    border-left: 0;
    padding-top: 30px;
    padding-left: 12px; } }
@media screen and (max-width: 767px) {
  .due-diligence-page {
    margin-top: 0; }
    .due-diligence-page .action .btn {
      width: 100%;
      margin: 0;
      margin-bottom: 10px; }
      .due-diligence-page .action .btn:last-child {
        margin-bottom: 0; }
    .due-diligence-page .action .right-action {
      margin-top: 20px;
      justify-content: right; }
      .due-diligence-page .action .right-action .status {
        width: 50%;
        text-align: left;
        margin: 0; }
      .due-diligence-page .action .right-action .assignment {
        width: 50%; }
        .due-diligence-page .action .right-action .assignment > div {
          justify-content: end; }
    .due-diligence-page .sub-action .btn {
      width: 100%;
      margin: 0;
      margin-bottom: 10px; }
      .due-diligence-page .sub-action .btn:last-child {
        margin-bottom: 0; } }
@media screen and (max-width: 575px) {
  .due-diligence-page .action h2 span {
    display: block; }
  .due-diligence-page .tasks .btn-link span {
    display: none; }
  .due-diligence-page .tasks .new-sub-task .sub-task-form {
    padding: 20px;
    padding-right: 30px; } }
.help-searchbox {
  background-color: #353C45;
  padding: 0 60px;
  padding-top: 48px;
  padding-bottom: 75px;
  text-align: center; }
  .help-searchbox h1 {
    color: #FFFFFF; }
  .help-searchbox p {
    color: #FFFFFF; }
  .help-searchbox a {
    color: #FF6A39; }
  .help-searchbox form {
    position: relative;
    width: 100%;
    max-width: 650px;
    margin-top: 24px;
    left: 50%;
    transform: translateX(-50%); }
    .help-searchbox form input {
      outline: none;
      border: 0;
      width: 100%; }
    .help-searchbox form button {
      position: absolute;
      height: 40px;
      width: 40px;
      line-height: 40px;
      background-color: transparent;
      border: 0;
      right: 0;
      top: 0;
      color: #788492;
      font-size: 1.2em; }

.help-content h2 {
  color: #23282E;
  margin-top: 20px;
  margin-bottom: 10px; }
.help-content .help-category {
  margin-top: 20px; }
.help-content .sponsor-adv {
  text-align: left;
  margin-top: 50px; }
  .help-content .sponsor-adv h2 {
    margin-top: 0; }
.help-content .search-results {
  margin: 10px 0; }
  .help-content .search-results h4 {
    margin-bottom: 10px; }
  .help-content .search-results .search-item {
    margin-bottom: 20px;
    padding: 24px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 1px 0px rgba(35, 40, 46, 0.24), 0px 2px 1px 0px rgba(35, 40, 46, 0.04);
    border-radius: 8px; }
    .help-content .search-results .search-item h5 {
      margin-bottom: 10px;
      display: block; }
      .help-content .search-results .search-item h5 a {
        display: block;
        width: 100%; }
.help-content .help-details {
  flex-wrap: wrap; }
  .help-content .help-details .has-sponsor {
    flex: calc(100% - 340px);
    max-width: calc(100% - 340px); }
  .help-content .help-details .no-sponsor {
    flex: 100%;
    max-width: 100%; }
  .help-content .help-details .sponsor {
    flex: 320px;
    max-width: 320px;
    margin-left: 20px; }
  .help-content .help-details .sidebar {
    flex: 290px;
    padding-right: 24px;
    border-right: 1px solid #D0D3D6; }
    .help-content .help-details .sidebar h6 {
      text-transform: uppercase;
      color: #788492;
      padding-left: 12px;
      margin-bottom: 16px; }
    .help-content .help-details .sidebar .sidebar-nav {
      padding: 0; }
      .help-content .help-details .sidebar .sidebar-nav.sticky {
        position: fixed;
        width: 275px;
        height: calc(100vh - 100px);
        overflow-y: auto; }
      .help-content .help-details .sidebar .sidebar-nav .sidebar-item {
        list-style: none;
        margin: 1px 0; }
        .help-content .help-details .sidebar .sidebar-nav .sidebar-item .sidebar-link {
          padding: 10px 15px;
          display: block;
          color: #23282E;
          border-left: 3px solid transparent;
          border-radius: 4px; }
        .help-content .help-details .sidebar .sidebar-nav .sidebar-item .sub-menu {
          padding-left: 0; }
          .help-content .help-details .sidebar .sidebar-nav .sidebar-item .sub-menu li {
            position: relative;
            list-style: none;
            padding-left: 16px;
            border-radius: 4px; }
            .help-content .help-details .sidebar .sidebar-nav .sidebar-item .sub-menu li::before {
              content: '';
              display: block;
              position: absolute;
              top: 0;
              left: 12px;
              height: 100%;
              width: 1px;
              background-color: #B0B6BD; }
            .help-content .help-details .sidebar .sidebar-nav .sidebar-item .sub-menu li::after {
              content: '';
              position: absolute;
              left: 12px;
              top: 14px;
              width: 12px;
              height: 1px;
              background-color: #B0B6BD; }
            .help-content .help-details .sidebar .sidebar-nav .sidebar-item .sub-menu li:first-child {
              padding-top: 14px; }
              .help-content .help-details .sidebar .sidebar-nav .sidebar-item .sub-menu li:first-child::after {
                top: 28px; }
            .help-content .help-details .sidebar .sidebar-nav .sidebar-item .sub-menu li:last-child::before {
              height: 15px; }
            .help-content .help-details .sidebar .sidebar-nav .sidebar-item .sub-menu li.focus, .help-content .help-details .sidebar .sidebar-nav .sidebar-item .sub-menu li:hover {
              color: #63B038; }
              .help-content .help-details .sidebar .sidebar-nav .sidebar-item .sub-menu li.focus a, .help-content .help-details .sidebar .sidebar-nav .sidebar-item .sub-menu li:hover a {
                color: #63B038; }
            .help-content .help-details .sidebar .sidebar-nav .sidebar-item .sub-menu li a {
              font-size: 0.95em;
              display: block;
              padding: 5px;
              padding-left: 12px;
              color: #353C45; }
        .help-content .help-details .sidebar .sidebar-nav .sidebar-item.active {
          position: relative; }
          .help-content .help-details .sidebar .sidebar-nav .sidebar-item.active::before {
            content: '\f077';
            font-family: FontAwesome;
            color: #788492;
            position: absolute;
            right: 10px;
            top: 10px;
            transition: 0.3s all ease; }
        .help-content .help-details .sidebar .sidebar-nav .sidebar-item.hide::before {
          transform: rotate(-180deg); }
        .help-content .help-details .sidebar .sidebar-nav .sidebar-item:hover, .help-content .help-details .sidebar .sidebar-nav .sidebar-item.active {
          border-radius: 4px; }
          .help-content .help-details .sidebar .sidebar-nav .sidebar-item:hover .sidebar-link, .help-content .help-details .sidebar .sidebar-nav .sidebar-item.active .sidebar-link {
            background-color: #E3F2FC;
            border-color: #3CA4F2;
            color: #63B038; }
  .help-content .help-details .content {
    background-color: #FFFFFF;
    flex: calc(100% - 310px);
    padding: 0;
    padding-left: 40px; }
  .help-content .help-details .card {
    padding: 32px 24px; }
  .help-content .help-details .sponsor {
    padding: 0;
    text-align: center; }
    .help-content .help-details .sponsor .sponsor-banner {
      background-color: #FFFFFF;
      border-radius: 8px;
      box-shadow: 0px 0px 1px 0px rgba(35, 40, 46, 0.24), 0px 2px 1px 0px rgba(35, 40, 46, 0.04);
      padding-bottom: 16px; }
      .help-content .help-details .sponsor .sponsor-banner .sponsor-img {
        padding: 16px; }
        .help-content .help-details .sponsor .sponsor-banner .sponsor-img img {
          width: 100%; }
      .help-content .help-details .sponsor .sponsor-banner .sponsor-info {
        margin-bottom: 32px; }
        .help-content .help-details .sponsor .sponsor-banner .sponsor-info h5 {
          margin: 5px 0; }
        .help-content .help-details .sponsor .sponsor-banner .sponsor-info h6 {
          text-transform: uppercase;
          color: #788492; }
      .help-content .help-details .sponsor .sponsor-banner .sponsor-video {
        margin: 0 16px;
        width: calc(100% - 32px);
        aspect-ratio: 16 / 9;
        background-color: #D0D3D6;
        border-radius: 8px;
        overflow: hidden; }

@media screen and (max-width: 1399px) {
  .help-searchbox {
    padding: 0 16px;
    padding-top: 40px;
    padding-bottom: 60px; }

  .help-content .help-details .has-sponsor {
    flex: 100%;
    max-width: 100%;
    order: 2; }
  .help-content .help-details .sponsor {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    order: 1; } }
@media screen and (min-width: 991px) and (max-width: 1399px) {
  .help-content .help-details .sponsor {
    display: inline-flex;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 16px;
    margin-left: 0;
    width: auto;
    flex: 100%;
    max-width: 100%; }
    .help-content .help-details .sponsor .sponsor-banner {
      display: flex;
      padding: 10px; }
      .help-content .help-details .sponsor .sponsor-banner .sponsor-video {
        width: 310px;
        height: auto;
        margin: 0; }
      .help-content .help-details .sponsor .sponsor-banner .sponsor-img {
        margin-bottom: 0; }
        .help-content .help-details .sponsor .sponsor-banner .sponsor-img img {
          height: 120px; }
      .help-content .help-details .sponsor .sponsor-banner .sponsor-info {
        margin-bottom: 0;
        margin: 0 30px; } }
@media screen and (max-width: 991px) {
  .help-content .help-details .sidebar {
    flex: 100%;
    max-width: 100%;
    border-right: 0;
    padding-right: 0;
    margin-bottom: 30px; }
    .help-content .help-details .sidebar .sidebar-nav.sticky {
      position: relative;
      height: auto;
      overflow: unset; }
    .help-content .help-details .sidebar .sidebar-nav .sub-menu {
      display: none; }
  .help-content .help-details .content {
    flex-wrap: 100%;
    max-width: 100%;
    padding-left: 0; } }
@media screen and (max-width: 767px) {
  .help-content .sponsor-adv {
    text-align: center; } }
.edit-sys-admin {
  margin-top: 30px; }
  .edit-sys-admin .card {
    padding: 24px;
    padding-top: 20px;
    margin-top: 24px; }
  .edit-sys-admin .avatar-preview {
    height: 120px;
    width: auto;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px; }
    .edit-sys-admin .avatar-preview img {
      height: 100%;
      width: auto;
      object-fit: contain;
      object-position: center;
      border: 1px solid #F5F7F9; }

@media screen and (max-width: 767px) {
  .edit-sys-admin {
    margin-top: 10px; }
    .edit-sys-admin .action h2 {
      margin-bottom: 12px; }
    .edit-sys-admin .action .btn {
      width: 100%;
      margin-left: 0 !important;
      margin-bottom: 12px; }
      .edit-sys-admin .action .btn:last-child {
        margin-bottom: 0; } }
.not-found .content {
  position: relative;
  background-color: #FFFFFF;
  text-align: center;
  height: 100vh; }
  .not-found .content .notfound-404 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .not-found .content .notfound-404 h1 {
      font-size: 13em;
      font-weight: 900;
      line-height: 1.4em;
      color: #FF6A39; }
    .not-found .content .notfound-404 h2 {
      font-size: 2.5em;
      margin-bottom: 20px; }
    .not-found .content .notfound-404 p {
      font-size: 1.3em;
      line-height: 1.2em;
      margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .not-found .content .notfound-404 h1 {
    font-size: 8em; } }
@media screen and (max-width: 575px) {
  .not-found .content .notfound-404 {
    width: 100%;
    max-width: calc(100% - 30px); }
    .not-found .content .notfound-404 h1 {
      font-size: 6em; }
    .not-found .content .notfound-404 h2 {
      font-size: 1.8em; }
    .not-found .content .notfound-404 p {
      font-size: 1em; } }
.crm-dashboard {
  margin-top: 30px; }
  .crm-dashboard .sidebar {
    flex: 340px;
    max-width: 340px;
    margin-right: 24px; }
    .crm-dashboard .sidebar .sidebar-nav {
      padding: 24px;
      background-color: #FFFFFF;
      border-radius: 8px;
      box-shadow: 0px 0px 1px 0px rgba(35, 40, 46, 0.24), 0px 2px 1px 0px rgba(35, 40, 46, 0.04); }
      .crm-dashboard .sidebar .sidebar-nav .sidebar-item {
        list-style: none;
        margin: 1px 0; }
        .crm-dashboard .sidebar .sidebar-nav .sidebar-item .sidebar-link {
          padding: 8px 12px;
          display: block; }
          .crm-dashboard .sidebar .sidebar-nav .sidebar-item .sidebar-link i {
            margin-right: 5px; }
        .crm-dashboard .sidebar .sidebar-nav .sidebar-item:hover, .crm-dashboard .sidebar .sidebar-nav .sidebar-item.active {
          border-radius: 8px;
          background-color: #E3F2FC; }
        .crm-dashboard .sidebar .sidebar-nav .sidebar-item.active a {
          font-weight: 600; }
    .crm-dashboard .sidebar .sponsor-adv {
      width: 100%;
      text-align: center;
      margin: 0;
      margin-top: 24px;
      padding: 20px; }
      .crm-dashboard .sidebar .sponsor-adv .sponsor-img {
        margin-right: 0; }
      .crm-dashboard .sidebar .sponsor-adv .sponsor-info {
        margin-right: 0; }
        .crm-dashboard .sidebar .sponsor-adv .sponsor-info .btn {
          width: auto;
          display: inline-block;
          height: 38px;
          line-height: 0;
          border-radius: 20px;
          margin-top: 20px !important; }
        .crm-dashboard .sidebar .sponsor-adv .sponsor-info h5 {
          font-size: 2em;
          margin: 4px 0 10px; }
        .crm-dashboard .sidebar .sponsor-adv .sponsor-info h6 {
          color: #788492; }
  .crm-dashboard .person-list {
    flex: calc(100% - 360px);
    max-width: calc(100% - 360px); }
    .crm-dashboard .person-list .custom-sorting span {
      line-height: 40px; }
    .crm-dashboard .person-list .custom-sorting select {
      width: 80px;
      margin: 0 5px; }
    .crm-dashboard .person-list .card {
      padding-top: 20px; }
    .crm-dashboard .person-list .table-wrapper {
      position: relative; }
      .crm-dashboard .person-list .table-wrapper table {
        min-height: 100px; }
        .crm-dashboard .person-list .table-wrapper table td span {
          color: #788492; }
      .crm-dashboard .person-list .table-wrapper #loading_icon {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.7);
        text-align: center; }
        .crm-dashboard .person-list .table-wrapper #loading_icon .spinner-border {
          position: absolute;
          top: 40%;
          width: 3rem;
          height: 3rem; }
  .crm-dashboard .crm-person {
    flex: calc(100% - 320px);
    max-width: calc(100% - 320px);
    flex-wrap: wrap; }
    .crm-dashboard .crm-person .crm-person-info {
      flex: 400px;
      max-width: 400px; }
      .crm-dashboard .crm-person .crm-person-info .action {
        position: relative; }
        .crm-dashboard .crm-person .crm-person-info .action .edit {
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
    .crm-dashboard .crm-person .crm-person-details img {
      aspect-ratio: 1 / 1;
      width: 40px;
      height: 40px;
      border: 1px solid #B0B6BD;
      padding: 2px; }
    .crm-dashboard .crm-person .crm-person-details .user h3 {
      font-weight: 400; }
    .crm-dashboard .crm-person .crm-person-details .owner p {
      margin-bottom: 0;
      font-weight: 500; }
    .crm-dashboard .crm-person .crm-person-details .owner span {
      color: #788492; }
    .crm-dashboard .crm-person .crm-person-form {
      flex: calc(100% - 420px);
      max-width: calc(100% - 420px);
      margin-left: 20px; }
      .crm-dashboard .crm-person .crm-person-form .nav-pills .nav-item {
        border: 0; }
        .crm-dashboard .crm-person .crm-person-form .nav-pills .nav-item .nav-link {
          border-radius: 0;
          background-color: transparent;
          border-bottom: 3px solid transparent;
          padding: 10px 20px;
          padding-top: 14px; }
          .crm-dashboard .crm-person .crm-person-form .nav-pills .nav-item .nav-link i {
            margin-right: 6px; }
          .crm-dashboard .crm-person .crm-person-form .nav-pills .nav-item .nav-link:hover, .crm-dashboard .crm-person .crm-person-form .nav-pills .nav-item .nav-link.active {
            border-color: #0087E2;
            color: #23282E; }
    .crm-dashboard .crm-person .card {
      padding-bottom: 10px; }
      .crm-dashboard .crm-person .card h5 {
        color: #0087E2;
        border-bottom: 1px solid #DFDFDF;
        padding: 10px 0; }
    .crm-dashboard .crm-person table {
      margin-top: 20px; }
      .crm-dashboard .crm-person table tr td {
        border: 0;
        color: #546170; }
        .crm-dashboard .crm-person table tr td.left-column {
          width: 40%;
          font-weight: 600; }
    .crm-dashboard .crm-person .person-notes {
      position: relative;
      margin-top: 40px;
      padding-left: 40px; }
      .crm-dashboard .crm-person .person-notes::before {
        content: "";
        position: absolute;
        left: 16px;
        top: 12px;
        height: calc(100% - 35px);
        width: 1px;
        background-color: #DFDFDF; }
      .crm-dashboard .crm-person .person-notes .note {
        position: relative;
        border: 1px solid #DFDFDF;
        padding: 10px;
        border-radius: 8px;
        margin-bottom: 20px; }
        .crm-dashboard .crm-person .person-notes .note::before {
          content: "\f249";
          font-family: FontAwesome;
          position: absolute;
          left: -40px;
          width: 30px;
          height: 30px;
          text-align: center;
          line-height: 30px;
          border-radius: 30px;
          background-color: #FFFFFF;
          color: #788492;
          border: 1px solid #DFDFDF;
          z-index: 1; }
        .crm-dashboard .crm-person .person-notes .note:last-child::after {
          content: "";
          width: 30px;
          height: calc(100% - 15px);
          position: absolute;
          background-color: #FFFFFF;
          left: -40px;
          top: 15px; }
        .crm-dashboard .crm-person .person-notes .note .date {
          font-size: 0.9em;
          margin-bottom: 10px;
          padding-bottom: 10px;
          border-bottom: 1px solid #DFDFDF; }
          .crm-dashboard .crm-person .person-notes .note .date strong {
            color: #788492; }
    .crm-dashboard .crm-person .person-call {
      max-width: 400px;
      margin: auto; }
      .crm-dashboard .crm-person .person-call .disabled {
        pointer-events: none;
        opacity: 0.5; }
      .crm-dashboard .crm-person .person-call .phone-box {
        width: 100%;
        position: relative; }
        .crm-dashboard .crm-person .person-call .phone-box .phone {
          height: 36px;
          line-height: 36px;
          padding-left: 10px;
          border-radius: 4px;
          border: 1px solid #DFDFDF;
          cursor: pointer; }
          .crm-dashboard .crm-person .person-call .phone-box .phone i {
            color: #0087E2;
            margin-right: 6px; }
        .crm-dashboard .crm-person .person-call .phone-box .select {
          width: 100%;
          position: absolute;
          background-color: #FFFFFF;
          max-height: 0;
          overflow: hidden;
          margin-top: 6px;
          border-radius: 4px;
          transition: max-height 0.2s ease-out;
          z-index: 1; }
          .crm-dashboard .crm-person .person-call .phone-box .select.active {
            max-height: 500px;
            box-shadow: 0px 0px 1px 0px rgba(35, 40, 46, 0.66), 0px 2px 1px 0px rgba(35, 40, 46, 0);
            transition: max-height 0.4s ease-in; }
          .crm-dashboard .crm-person .person-call .phone-box .select .name {
            padding: 4px 10px;
            font-weight: 500;
            font-size: 0.95em;
            background-color: #F5F7F9; }
          .crm-dashboard .crm-person .person-call .phone-box .select .select-phone {
            position: relative;
            padding: 10px;
            cursor: pointer; }
            .crm-dashboard .crm-person .person-call .phone-box .select .select-phone.selected {
              color: #72C040;
              background-color: #E3F2FC;
              font-weight: 500; }
              .crm-dashboard .crm-person .person-call .phone-box .select .select-phone.selected::before {
                content: '\f058';
                font-family: FontAwesome;
                position: absolute;
                right: 15px; }
      .crm-dashboard .crm-person .person-call .phone-copy {
        display: block;
        margin-left: 10px;
        text-align: center; }
        .crm-dashboard .crm-person .person-call .phone-copy a {
          display: block;
          width: 36px;
          height: 36px;
          line-height: 34px;
          border-radius: 4px;
          border: 1px solid #DFDFDF; }
          .crm-dashboard .crm-person .person-call .phone-copy a i {
            font-size: 1.2em; }
      .crm-dashboard .crm-person .person-call .contact-provider-box {
        position: relative;
        width: 100%;
        margin-bottom: 12px; }
        .crm-dashboard .crm-person .person-call .contact-provider-box .provider-selected {
          height: 36px;
          line-height: 36px;
          padding-left: 10px;
          border-radius: 4px;
          border: 1px solid #DFDFDF;
          cursor: pointer; }
        .crm-dashboard .crm-person .person-call .contact-provider-box .provider-select {
          width: 100%;
          position: absolute;
          background-color: #FFFFFF;
          max-height: 0;
          overflow: hidden;
          margin-top: 6px;
          border-radius: 4px;
          transition: max-height 0.2s ease-out; }
          .crm-dashboard .crm-person .person-call .contact-provider-box .provider-select.active {
            max-height: 500px;
            box-shadow: 0px 0px 1px 0px rgba(35, 40, 46, 0.66), 0px 2px 1px 0px rgba(35, 40, 46, 0);
            transition: max-height 0.2s ease-in; }
          .crm-dashboard .crm-person .person-call .contact-provider-box .provider-select .provider {
            position: relative;
            padding: 10px;
            cursor: pointer; }
            .crm-dashboard .crm-person .person-call .contact-provider-box .provider-select .provider.selected {
              color: #72C040;
              background-color: #E3F2FC;
              font-weight: 500; }
              .crm-dashboard .crm-person .person-call .contact-provider-box .provider-select .provider.selected::before {
                content: '\f058';
                font-family: FontAwesome;
                position: absolute;
                right: 15px; }
      .crm-dashboard .crm-person .person-call span.label {
        display: block;
        margin-bottom: 4px;
        font-weight: 500; }
      .crm-dashboard .crm-person .person-call .nav {
        margin-bottom: 0; }
        .crm-dashboard .crm-person .person-call .nav .nav-item {
          width: 50%;
          margin: 0;
          text-align: center;
          border: 1px solid #DFDFDF; }
          .crm-dashboard .crm-person .person-call .nav .nav-item:first-child {
            border-right: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px; }
          .crm-dashboard .crm-person .person-call .nav .nav-item:last-child {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px; }
          .crm-dashboard .crm-person .person-call .nav .nav-item .nav-link {
            padding: 4px;
            border: 0; }
            .crm-dashboard .crm-person .person-call .nav .nav-item .nav-link.active {
              background-color: #E3F2FC;
              color: #0087E2; }
      .crm-dashboard .crm-person .person-call .tab-content select {
        height: 36px; }
      .crm-dashboard .crm-person .person-call .tab-content input {
        outline: none;
        box-shadow: none;
        height: 36px; }
        .crm-dashboard .crm-person .person-call .tab-content input.error {
          border-color: #e93e4f; }
      .crm-dashboard .crm-person .person-call .tab-content .error-message {
        color: #e93e4f; }
    .crm-dashboard .crm-person .person-files .file-drop-area {
      border-radius: 8px;
      border: 2px dashed #DFDFDF;
      padding: 20px;
      text-align: center; }
      .crm-dashboard .crm-person .person-files .file-drop-area p {
        font-weight: 500;
        margin-bottom: 0; }
      .crm-dashboard .crm-person .person-files .file-drop-area a {
        color: #0087E2;
        text-decoration: none; }
      .crm-dashboard .crm-person .person-files .file-drop-area input {
        display: none; }
    .crm-dashboard .crm-person .person-files .person-files-container {
      position: relative;
      margin-top: 40px;
      padding-left: 40px; }
      .crm-dashboard .crm-person .person-files .person-files-container::before {
        content: "";
        position: absolute;
        left: 16px;
        top: 12px;
        height: calc(100% - 45px);
        width: 1px;
        background-color: #DFDFDF; }
      .crm-dashboard .crm-person .person-files .person-files-container .file {
        display: flex;
        position: relative;
        border: 1px solid #DFDFDF;
        padding: 10px;
        border-radius: 8px;
        margin-bottom: 20px; }
        .crm-dashboard .crm-person .person-files .person-files-container .file::before {
          content: "\f0c6";
          font-family: FontAwesome;
          position: absolute;
          left: -40px;
          width: 30px;
          height: 30px;
          text-align: center;
          line-height: 30px;
          border-radius: 30px;
          background-color: #FFFFFF;
          color: #788492;
          border: 1px solid #DFDFDF;
          z-index: 1; }
        .crm-dashboard .crm-person .person-files .person-files-container .file p {
          margin-bottom: 0; }
        .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon {
          position: relative;
          width: 40px; }
          .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon::before {
            content: '\f15b';
            font-family: FontAwesome;
            color: #788492;
            font-size: 1.2em;
            position: absolute;
            left: 40%;
            top: 50%;
            transform: translate(-50%, -50%); }
          .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.mp3::before {
            content: '\f028'; }
          .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.mp4::before {
            content: '\f03d'; }
          .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.img::before {
            content: '\f1c5'; }
          .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.pdf::before {
            content: '\f1c1'; }
          .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.txt::before {
            content: '\f15c'; }
          .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.doc::before, .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.docx::before {
            content: '\f1c2'; }
          .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.xls::before, .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.xlsx::before, .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.xlsm::before {
            content: '\f1c3'; }
          .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.pptx::before, .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.ppsx::before, .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.odp::before, .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.ppt::before {
            content: '\f1c4'; }
          .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.mdb::before, .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.accdb::before {
            content: '\f1c0'; }
          .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.zip::before, .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.rar::before, .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.tar::before, .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.gz::before, .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.bz2::before, .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.xz::before, .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.tar.gz::before, .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.tgz::before {
            content: '\f1c6'; }
          .crm-dashboard .crm-person .person-files .person-files-container .file .file-icon.csv::before {
            content: '\f6dd'; }
        .crm-dashboard .crm-person .person-files .person-files-container .file .file-info a {
          font-weight: 400; }
        .crm-dashboard .crm-person .person-files .person-files-container .file .file-info .info {
          color: #546170; }
          .crm-dashboard .crm-person .person-files .person-files-container .file .file-info .info i {
            margin-left: 10px; }
          .crm-dashboard .crm-person .person-files .person-files-container .file .file-info .info .dot {
            font-size: 1.2em;
            padding: 0 8px; }

#crm_person_details_form .form-input {
  position: relative; }
  #crm_person_details_form .form-input .remove-input {
    color: #e93e4f;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }

@media screen and (max-width: 1199px) {
  .crm-dashboard .crm-person .crm-person-info {
    flex: 100%;
    max-width: 100%; }
  .crm-dashboard .crm-person .crm-person-form {
    flex: 100%;
    max-width: 100%;
    margin-left: 0; } }
@media screen and (max-width: 991px) {
  .crm-dashboard .sidebar .sidebar-content {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .crm-dashboard .sidebar .sidebar-nav {
    padding: 20px 16px;
    order: 2;
    flex: 100%;
    max-width: 100%; }
  .crm-dashboard .sidebar .sponsor-adv {
    order: 1;
    flex: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 20px; }
  .crm-dashboard .sidebar,
  .crm-dashboard .person-list {
    flex: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-right: 0; }
  .crm-dashboard .crm-person {
    flex: 100%;
    max-width: 100%; } }
@media screen and (max-width: 767px) {
  .crm-dashboard {
    margin-top: 10px; }
    .crm-dashboard .custom-sorting {
      margin-top: 14px; } }
@media screen and (max-width: 575px) {
  .crm-dashboard .crm-person .crm-person-details .user {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DFDFDF; } }
.header {
  position: relative;
  padding: 0 60px;
  background-color: #353C45;
  z-index: 100; }
  .header a {
    color: #FFFFFF; }
  .header .logo {
    width: 126px; }
    .header .logo img {
      width: 100%; }
  .header .navbar-nav {
    margin-left: 36px; }
    .header .navbar-nav .nav-link {
      padding: 24px 12px;
      color: #B0B6BD;
      font-size: 0.86em;
      line-height: 1.34em;
      font-weight: 600;
      cursor: pointer; }
      .header .navbar-nav .nav-link .fas {
        margin-right: 5px; }
      .header .navbar-nav .nav-link:active, .header .navbar-nav .nav-link:hover {
        color: #FFFFFF; }
    .header .navbar-nav .dropdown-toggle:after {
      content: '\f078';
      font-family: FontAwesome;
      position: relative;
      font-size: 0.9em;
      border: 0;
      margin-left: 5px;
      bottom: -2px; }
    .header .navbar-nav .dropdown-toggle.show:after {
      transform: rotate(-180deg); }
    .header .navbar-nav .dropdown-menu {
      min-width: 184px;
      padding: 8px 0;
      border-radius: 6px;
      border: 0;
      background-color: #FFFFFF;
      box-shadow: 0px 0px 1px 0px rgba(27, 30, 32, 0.3), 0px 6px 20px -6px rgba(27, 30, 32, 0.25);
      margin-top: 6px; }
      .header .navbar-nav .dropdown-menu li {
        line-height: 1.25em; }
        .header .navbar-nav .dropdown-menu li hr {
          margin: 4px 24px; }
        .header .navbar-nav .dropdown-menu li a {
          display: block;
          padding: 8px 24px;
          white-space: nowrap;
          font-size: 0.88em;
          color: #23282E;
          text-decoration: unset; }
          .header .navbar-nav .dropdown-menu li a:hover {
            color: #0064BD; }
        .header .navbar-nav .dropdown-menu li i {
          font-size: 0.9em;
          margin-left: 5px; }
      .header .navbar-nav .dropdown-menu .dropdown-header {
        padding: 8px 24px;
        background-color: #FFFFFF;
        color: #23282E;
        font-weight: 600;
        font-size: 1.1em; }
      .header .navbar-nav .dropdown-menu .user-info {
        padding: 8px 20px 12px 20px; }
  .header .right-menu {
    margin-left: 0; }
    .header .right-menu .nav-img {
      margin-left: 30px; }
      .header .right-menu .nav-img a {
        padding: 0; }
    .header .right-menu .nav-link {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      line-height: 1;
      padding: 24px 16px; }
      .header .right-menu .nav-link span {
        display: none; }
      .header .right-menu .nav-link .send-message-span {
        display: initial;
        color: orange; }
        .header .right-menu .nav-link .send-message-span img {
          height: 21px; }
      .header .right-menu .nav-link img.send-message-image {
        filter: drop-shadow(0px 100px 0 orange);
        transform: translateY(-100px); }
    .header .right-menu i {
      font-size: 1.3em; }
    .header .right-menu .avatar {
      position: relative;
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 100%;
      overflow: hidden;
      width: 40px;
      height: 40px; }
      .header .right-menu .avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        box-shadow: 0px 0px 1px 0px rgba(35, 40, 46, 0.24), 0px 2px 1px 0px rgba(35, 40, 46, 0.04); }
    .header .right-menu .user-name {
      color: #0087E2;
      font-weight: 600; }
    .header .right-menu .dropdown-toggle {
      position: relative;
      padding-right: 15px; }
      .header .right-menu .dropdown-toggle:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        bottom: unset; }
      .header .right-menu .dropdown-toggle.show:after {
        transform: rotate(-180deg) translateY(50%); }
      .header .right-menu .dropdown-toggle span {
        display: none; }
  .header.help-menu {
    box-shadow: 0px -1px 0px 0px rgba(176, 182, 189, 0.2) inset; }
    .header.help-menu .logo {
      padding: 18px 0; }
    .header.help-menu .container-fluid {
      justify-content: flex-start; }
    .header.help-menu .help-description {
      color: #FFFFFF;
      font-size: 1.8em;
      font-weight: 300;
      margin-left: 10px; }
    .header.help-menu .right-menu .nav-link {
      color: #B0B6BD;
      font-size: 1em;
      font-weight: 400; }

@media screen and (max-width: 1650px) {
  .header {
    padding: 0 16px; }
    .header .navbar-nav {
      margin-left: 20px; }
    .header .right-menu .nav-link {
      padding: 24px 10px; }
    .header .right-menu .nav-img {
      margin-right: 16px; }
    .header.help-menu .logo {
      padding: 0; } }
@media screen and (max-width: 1199px) {
  .header {
    padding: 10px 16px; }
    .header .navbar-nav {
      display: block;
      width: 100%; }
      .header .navbar-nav .dropdown-toggle {
        position: relative; }
        .header .navbar-nav .dropdown-toggle:after {
          position: absolute;
          top: 16px;
          right: 16px;
          height: 10px;
          line-height: 1; }
      .header .navbar-nav .dropdown-menu {
        margin-top: 0;
        background-color: transparent;
        box-shadow: none;
        position: static; }
        .header .navbar-nav .dropdown-menu li {
          padding-left: 20px; }
          .header .navbar-nav .dropdown-menu li hr {
            display: none; }
          .header .navbar-nav .dropdown-menu li a {
            font-size: 0.8em;
            padding: 5px 0px 10px 0 !important;
            color: #FFFFFF; }
        .header .navbar-nav .dropdown-menu .dropdown-header {
          display: none; }

  .navbar-toggler {
    position: absolute;
    display: block !important;
    padding: 0 12px;
    width: 52px;
    height: 52px;
    right: 0;
    top: 0; }
    .navbar-toggler:active, .navbar-toggler:focus {
      outline: 0;
      box-shadow: none; }
    .navbar-toggler.collapsed .line {
      display: block; }
      .navbar-toggler.collapsed .line.first {
        margin-top: 0;
        transform: unset;
        bottom: unset; }
      .navbar-toggler.collapsed .line.second {
        width: 24px; }
      .navbar-toggler.collapsed .line.last {
        margin-bottom: 0;
        transform: unset;
        top: unset; }
    .navbar-toggler .line {
      position: relative;
      display: block;
      height: 2px;
      width: 24px;
      margin: 7px 0;
      background-color: #FFFFFF;
      transition: 0.3s all ease; }
      .navbar-toggler .line.first {
        margin-top: 0;
        transform: rotate(45deg);
        bottom: -9px; }
      .navbar-toggler .line.second {
        width: 0; }
      .navbar-toggler .line.last {
        margin-bottom: 0;
        transform: rotate(-45deg);
        top: -9px; }

  #main_menu {
    display: block !important;
    position: fixed;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    top: 51px;
    background-color: #353C45;
    border-top: 1px solid #41474f;
    padding-top: 10px;
    padding-bottom: 60px;
    overflow-y: auto;
    z-index: 10000;
    transition: 0.3s all ease; }
    #main_menu.show {
      left: 0; }
    #main_menu ul {
      margin-left: 0; }
      #main_menu ul a {
        padding: 14px 15px; }
        #main_menu ul a i {
          width: 15px;
          margin-right: 5px; }
        #main_menu ul a.show {
          color: #FFFFFF;
          background-color: #1a1a1a29; }
    #main_menu .right-menu i {
      font-size: 1em;
      margin-right: 5px;
      width: 15px; }
    #main_menu .right-menu span {
      text-transform: uppercase;
      display: inline;
      font-size: 1em;
      font-weight: 600; }
    #main_menu .right-menu .nav-link {
      transform: unset; }
    #main_menu .right-menu .nav-img {
      margin: 0; }
      #main_menu .right-menu .nav-img img.avatar {
        display: none; }
      #main_menu .right-menu .nav-img li {
        padding-left: 16px;
        color: #FFFFFF; }
    #main_menu .right-menu .dropdown-toggle:after {
      transform: unset;
      margin-top: 2px; }
    #main_menu .right-menu .dropdown-toggle.show:after {
      transform: rotate(-180deg); } }
#sidebar {
  position: fixed;
  min-width: 320px;
  width: 320px;
  height: 100vh;
  left: 0;
  top: 0;
  padding: 40px;
  background-color: #353C45;
  z-index: 2000; }
  #sidebar .close-sidebar {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #FFFFFF;
    background-color: transparent;
    font-size: 1.5em;
    border: 0;
    display: none; }
  #sidebar .site-branding {
    color: #FFFFFF; }
    #sidebar .site-branding a {
      display: block;
      margin-top: 4px; }
      #sidebar .site-branding a img {
        width: 128px; }
  #sidebar .sidebar-nav {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 0; }
    #sidebar .sidebar-nav li {
      list-style: none; }
    #sidebar .sidebar-nav .sidebar-header {
      color: #788492;
      font-weight: 500;
      margin-bottom: 16px; }
    #sidebar .sidebar-nav .sidebar-item {
      position: relative; }
      #sidebar .sidebar-nav .sidebar-item.active {
        margin: 8px 0;
        border-radius: 4px;
        background-color: #FFFFFF; }
        #sidebar .sidebar-nav .sidebar-item.active .sidebar-link {
          color: #353C45; }
      #sidebar .sidebar-nav .sidebar-item .sidebar-link {
        display: block;
        font-weight: 500;
        padding: 10px 16px;
        color: #B0B6BD; }
        #sidebar .sidebar-nav .sidebar-item .sidebar-link.done {
          color: #FFFFFF; }
      #sidebar .sidebar-nav .sidebar-item i {
        font-size: 1.2em;
        color: #9CE26E;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%); }
  #sidebar .sidebar-cta {
    position: absolute;
    bottom: 50px; }
    #sidebar .sidebar-cta small {
      color: #D0D3D6;
      display: block;
      margin-bottom: 4px; }
    #sidebar .sidebar-cta a {
      font-weight: 500;
      color: #FFFFFF; }

@media screen and (max-width: 767px) {
  #sidebar {
    left: -320px;
    transition: 0.5s all ease; }
    #sidebar.active {
      left: 0; }
    #sidebar .close-sidebar {
      display: block; } }
.has-sidebar .main {
  position: absolute;
  width: 100%;
  max-width: calc(100% - 320px);
  right: 0;
  z-index: 100; }

.main {
  position: relative;
  width: 100%; }
  .main .open-sidebar {
    position: absolute;
    top: 25px;
    left: 47px;
    background-color: transparent;
    color: #0087E2;
    font-size: 1.2em;
    border: 0;
    display: none; }

.content {
  background: #F5F7F9;
  padding: 16px 60px;
  min-height: calc(100vh - 130px); }
  .content.full-height {
    min-height: 100vh;
    padding: 40px 80px; }
  .content.help-content {
    min-height: calc(100vh - 384px); }

.card {
  background-color: #FFFFFF;
  padding: 0 24px;
  padding-bottom: 45px;
  border-radius: 8px;
  border: 0;
  box-shadow: 0px 0px 1px 0px rgba(35, 40, 46, 0.24), 0px 2px 1px 0px rgba(35, 40, 46, 0.04); }

@media screen and (max-width: 1650px) {
  .content {
    padding: 16px; } }
@media screen and (max-width: 1199px) {
  .content.full-height {
    padding: 40px; } }
@media screen and (max-width: 767px) {
  .has-sidebar .main {
    max-width: 100%; }

  .main {
    max-width: 100%; }
    .main .open-sidebar {
      display: block; }
    .main .content.full-height {
      padding-top: 80px; }

  .card {
    padding: 20px 16px 24px 16px; } }
@media screen and (max-width: 575px) {
  .main .open-sidebar {
    left: 28px; }
  .main .content.full-height {
    padding: 40px 20px;
    padding-top: 80px; } }
footer {
  background-color: #FFFFFF;
  padding: 20px 60px;
  border: 0; }
  footer a {
    color: #0087E2;
    text-decoration: none; }
  footer .text-start a {
    font-weight: 600; }

@media screen and (max-width: 1399px) {
  footer {
    padding: 20px 16px; } }
@media screen and (max-width: 991px) {
  footer .text-start,
  footer .text-end {
    width: 100%;
    margin: 5px 0;
    text-align: center !important; }
  footer .text-start {
    order: 2; } }
