html {
  position: relative;
  min-height: 10%;
  letter-spacing: 0.5px !important;
}

body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #000 !important;
  letter-spacing: 0.5px !important;
}

a {
  color: inherit;
}

/* fnt weight */
.fnt_w_600 {
  font-weight: 600 !important;
}

a,
a:hover {
  text-decoration: #000 !important;
}

.navbar-components a:hover,
.nav-item a:hover {
  text-decoration: #000 !important;
}

.fname:hover {
  text-decoration: underline !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}

.form-control {
  color: #9b9b9b;
  font-size: 14px;
  height: calc(41px);
  width: 100%;
  padding: 12px 20px;
  margin-top: 0 !important;
  display: inline-block;
  border: 1px solid #d0cfcf;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: none !important;
}

.form-control:focus {
  border: 1px solid #979797;
}

.navbar-brand {
  width: 174px;
}

.navbar-brand img {
  width: 100%;
}

textarea {
  resize: none;
}

.medium_red {
  color: #d0021b;
}

.btm_line {
  padding-bottom: 10px;
  border-bottom: 1px solid #cacaca;
}

.top_line {
  padding-top: 10px;
  border-top: 1px solid #cacaca;
}

.btm_border {
  border-bottom: 1px solid #e7e5e5;
}

.mb0 {
  margin-bottom: 0px !important;
}

.bg-vry-light-blue {
  background-color: #ebf0f5;
}

.text-vry-light-blue {
  color: #ebf0f5;
}

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

.bg-vry-light-grey {
  background-color: #f5f5f5;
}

.bg-light-grey {
  background-color: #e7e5e5;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
}

.nav-links a {
  color: #000;
  text-decoration: none;
}

.menu {
  display: flex;
  align-items: baseline;
  gap: 1em;
  font-size: 18px;
}

.menu li:hover {
  text-decoration: none;
}

.menu li {
  padding: 5px 14px;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  align-items: center;
  text-decoration: none;
  color: #0f0f0f;
}

.menu li:nth-child(4) {
  margin-top: 5px;
}

.login {
  border: 1px solid #0b6186;
  display: flex;
  padding: 3px 19px;
  background: #0b6186;
  color: #fff !important;
  border-radius: 10px;
}

.signup {
  border: 1px solid #0b6186;
  border-radius: 10px;
  padding: 7px 15px;
  background: #fff;
}

.signup {
  display: flex;
  border-radius: 10px;
  border: 1px solid #0b6186;
  padding: 3px 12px;
}

.hamburger-menu-btn {
  display: none;
  font-size: 24px;
  padding: 0;
}

.nobrdrbtm {
  border-bottom: 0px solid #ddd;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.jumbotron {
  background-color: transparent;
  padding: 3rem 2rem;
}

.innerbg {
  width: 43%;
  float: right;
  height: 603px;
}

.innertext {
  width: 60%;
  margin-left: 8%;
}

.ml-8 {
  margin-left: 8%;
}

@media (max-width: 1199px) {
  .innerbg {
    display: none;
  }

  .bgattorney-img .container .jumbotron,
  .bgexprt-img .container .jumbotron {
    width: 80% !important;
  }
}

.bgexprt-img,
.bgattorney-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover;
}

.bgattorney-img .container .jumbotron,
.bgexprt-img .container .jumbotron {
  width: 65%;
  padding: 3rem 0rem;
}

.bgexprt-img,
.bgattorney-img {
  height: 603px;
}

.crsr-pointer,
.searchbox_type li a {
  cursor: pointer;
}

.marqee-bg-img {
  height: 608px;
  background-size: cover;
  background-repeat: no-repeat;
}

.marqee-bg-img,
.section-p {
  padding: 13rem 2rem;
}

.cmn-shadow {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.89);
}

.cmn-light-bxshadow {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.btn-primary,
.bg-blue {
  background-color: #0b6186 !important;
  border-radius: 4px !important;
  border-color: #0b6186 !important;
}

.form-check-label {
  margin-left: 10px;
}

.btn-secondary {
  border-color: #36495a;
  background-color: #36495a;
  box-shadow: none !important;
}

.text-secondary {
  color: #36495a;
}

.btn-transprent {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #979797;
  color: #ffffff;
}

.brdr-dustygray {
  border-top: 1px solid #979797;
}

.btn-outline-dark {
  color: #616161 !important;
  border: 1px solid #616161 !important;
}

.btn-transprent:hover,
.btn-transprent:focus,
.btn-transprent.active {
  background-color: rgba(74, 144, 226, 0.4) !important;
  border: 1px solid #979797 !important;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
  background-color: transparent !important;
  color: #616161 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #f5f5f5;
  color: #2a6396;
}

.h1_homepage,
.h1_bold_reverse {
  font-size: 52px;
  letter-spacing: 2px;
}

.h2,
.h1_homepage,
.blockquote,
.message_header_bold2,
.message_header_light_2,
.message_main_2,
.bottom_message_type,
.patent_description_type,
.feedbacktype,
.bottom_nav_type,
.drk_grey,
.linkedin_btn .drk_grey:hover {
  color: #4a4a4a;
}

.top_type,
.medium-grey {
  color: #9b9b9b;
}

.h1_bold_reverse,
.subtitle_wht,
.body_white,
.body_white_bold,
.searchbox_type,
.patent_type_bold,
.message_header_bold_wht,
.message_header_light_wht,
.message_main,
.message_body,
.timeline-badge {
  color: #ffffff;
}

.subtitle_wht {
  font-size: 18px;
  letter-spacing: 0.11px;
  line-height: 23px;
}

.media-body.h2,
.fnt_18 {
  font-size: 18px;
}

.h3,
.body_blue,
.info_text_blue,
.caps_row_item,
.case_title_blue,
.publication_count,
.feedbacktype_blue,
.medium_blue {
  color: #0b6186 !important;
}

.medium-color {
  color: #065f85 !important;
}

.medium-black {
  color: #414141 !important;
}

.color-green {
  color: #139f10 !important;
}

.body_grey_14pt,
.info_text_blue,
.searchbox_type,
.patent_type_bold,
.message_type_bold,
.patent_description_type,
.publication_type,
.fnt_14 {
  font-size: 14px;
}

.fnt_16 {
  font-size: 16px;
}

.publication_type,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link.active {
  color: #757e93;
}

.searchresult,
.dragdropfileupload,
.cmn-border {
  border: 1px solid rgba(151, 151, 151, 0.34);
}

.inner-content {
  border: none !important;
}

.profile-img {
  border: none !important;
}

.profile-camera {
  background-color: #0b6186;
  color: #ffffff;
  padding: 8px;
  border-radius: 50px;
  position: absolute;
  margin-top: 6rem;
  margin-left: -2rem;
}

.profile-name .form-inline {
  display: flex;
}

.profile-name .form-inline .form-control {
  padding: 10px;
}

.nav-tabs .nav-link {
  margin-bottom: -5px !important;
  border-left: none;
  border-right: none;
  border-top: none !important;
  background-color: #ececec;
  box-shadow: none !important;
  cursor: pointer;
}

.nav-tabs .nav-link.active {
  border-bottom: 6px solid #0b6186;
  border-top: none !important;
  background-color: #ffffff;
  box-shadow: none !important;
  color: #000000 !important;
  font-weight: bold;
  border-left: none !important;
  border-right: none !important;
}

.letter_type {
  font-size: 22px;
  color: #0b6186 !important;
}

.caps_row_item_publication {
  color: #0b6186 !important;
  border-radius: 25px;
  border: 1px solid #0b6186;
  text-align: center;
  height: 30px;
  font-family: "Arial Rounded MT Bold";
  font-style: normal;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 13px;
  padding: 5px;
}

.caps_row_item {
  width: 100%;
  display: block;
}

.body_blue_bold,
.info_block_title,
.body_white_bold,
.patent_type_bold,
.message_header_bold_wht,
.h1_homepage,
.h1_bold_reverse,
.subtitle_wht,
.h3,
.message_type_bold,
.patent_header,
.publication_count,
.feedbacktype,
.bottom_nav_type,
.fnt_bld,
.timeline-badge {
  font-weight: bold !important;
}

.top_type:hover,
.top_type:focus .top_type.active {
  color: #0b6186;
}

.message_header_bold_wht,
.message_header_light_wht,
.message_header_bold2,
.message_header_light_2,
.contract_header {
  font-size: 32px;
}

.body_black_bold,
.info_block_title,
.message_type_bold {
  color: #434343;
}

.h3,
.contract_main_2,
.message_main_2 {
  font-size: 20px;
  letter-spacing: 0.38px;
}

.patent_header {
  font-size: 18px;
  color: #0b6186;
}

.publication_count {
  font-size: 34px;
}

.blockquote {
  font-style: italic;
}

.phone_number_lrg,
.phone_number,
.dark_blue {
  color: #2a6396;
}

.blockquote,
.phone_number_lrg,
.phone_number,
h4.message_header_light_2 {
  font-size: 36px;
}

.blockquote,
.phone_number,
.message_main {
  font-weight: normal;
}

.h2,
.phone_number,
.message_main,
.bottom_message_type,
.caps_row_item,
.feedbacktype,
.feedbacktype_blue,
.fnt_24 {
  font-size: 24px;
  font-weight: normal;
}

.caps_row_item,
.fnt_w_300 {
  font-weight: 300;
}

.caps_row_item {
  color: #0e9d36 !important;
  border-radius: 25px;
  border: 1px solid #0e9d36;
  text-align: center;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato", sans-serif;
  font-weight: bold !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 17px;
  padding: 5px;
}

.green_pill_margin {
  margin-left: 30px;
  margin-right: 30px;
}

.notify_project_icon {
  align-items: center;
  size: 15px;
  padding: 4px;
  padding-bottom: 9px;
}

.priority_symbol {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
}

.priority_level {
  font-family: "Lato", sans-serif;
  font-size: 12px !important;
}

.red-color {
  color: #da1e1e;
}

.yellow-color {
  color: #eeba15;
}

.green-color {
  color: #57a30c;
}

.grey-color {
  color: #6c757d;
}

.align-center {
  text-align: center;
}

.result-box,
.result-table .resultrows li:first-child,
.result-table li.attorney-panel {
  padding-left: 3rem;
}

ul.resultrows li:nth-child(1) {
  width: 20%;
}

ul.resultrows li:nth-child(2) {
  width: 50%;
}

.result-table ul {
  border-top: 1px solid #e7e5e5;
}

.result-table ul.result-heading :hover {
  background-color: #f5f5f5;
}

.result-table li span.badge {
  padding: 1px 5px;
  font-size: 50%;
}

.nav-tabs .nav-link,
.jumbotron {
  border-radius: 0px;
}

.jumbotron .h1_bold_reverse {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.89);
}

.timeline {
  list-style: none;
  padding: 0px 0 0px;
  position: relative;
  font-size: 18px;
}

/* ----- vertical timeline ----*/
.timeline:before {
  top: 16px;
  bottom: 130px;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #366eb7;
  left: 50%;
  margin-left: -2.8px;
}

.timeline > li {
  margin-bottom: 0px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  padding: 10px;
  position: relative;
}

.timeline > li > .timeline-badge {
  color: #ffffff;
  width: 32px;
  height: 32px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 49%;
  margin-left: -7px;
  background-color: #2a6396;
  z-index: 100;
  border-radius: 50%;
  font-size: 16px;
  padding: 5px;
}

.timeline-heading {
  margin-top: 0;
  color: inherit;
  float: right;
}

br {
  display: block;
  margin-top: 10px;
}

.image-border {
  border-left: 10px solid #0b6186;
}

.timeline-image {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  background-color: #0b6186;
}

.connect-image {
  width: 161px;
  height: 150px;
}

.notification-badge {
  position: absolute;
  top: 20px;
}

.attorney-jumbotron,
.expert-jumbotron,
.work-jumbotron {
  width: 100%;
  min-height: 130px;
  position: relative;
}

.message-jumbotron {
  width: 100%;
  min-height: 110px;
  position: relative;
  background-position: center right;
  background-image: url(/static/frontend_v2/images/bg1.png);
}

.attorney-jumbotron:before,
.work-jumbotron:before,
.expert-jumbotron:before,
.message-jumbotron:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.95;
  position: absolute;
}

.attorney-jumbotron:before {
  background-image: url(/static/frontend_v2/images/attorney_bg_pghdr.png);
  opacity: 0.3;
}

.work-jumbotron:before,
.message-jumbotron:before {
  background-image: linear-gradient(180deg, #e6edf3 0%, #f6f6f6 100%);
}

.expert-jumbotron:before {
  background-image: linear-gradient(180deg, #5da7dc 0%, #083b77 100%);
}

.message_header_bold_wht span {
  font-weight: 300;
}

.work-jumbotron .heading:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #cecece;
  width: 80px;
}

.attorney-jumbotron .h1_bold_reverse {
  text-shadow: none !important;
}

.cmn-border {
  border: 1px solid rgba(151, 151, 151, 0.34);
}

.fa-linkedin {
  color: #0077b5;
}

.psr {
  position: relative;
}

.psa {
  position: absolute;
}

.view-profile {
  padding-right: 135px;
}

.user-avtar-section img,
.user-avtar-section p,
.user-avtar-section form {
  position: absolute;
  display: inline-block;
  cursor: pointer;
}

.user-avtar-section img {
  top: -50px;
  right: 25px;
}

.user-avtar-section p,
.user-avtar-section form {
  top: 5px;
  right: 120px;
  margin-bottom: 0px;
}

.user-avtar-section form {
  opacity: 0 !important;
}

/**
* ----------------------------------------------
* Demo styles
* ----------------------------------------------
**/
.u-position-absolute {
  position: absolute;
}

.u-position-relative {
  position: relative;
}

.accordion__item {
  border-bottom: 1px solid #e7e5e5;
  padding: 15px 0px;
}

.accordion__item--has-icon {
  position: relative;
}

.accordion__title,
.onboarding_title {
  background-color: transparent;
  color: #0b6186;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: 24px;
  text-transform: uppercase;
}

h4.accordion__title,
h4.onboarding_title,
h4.message_header_light_2 {
  font-weight: 400 !important;
}

.accordion__body {
  padding: 0px;
  display: block;
  animation: fadein 0.35s ease-in;
}

.accordion__body--hidden {
  display: none;
  opacity: 0;
  animation: fadein 0.35s ease-in;
}

.accordion__title > *:last-child,
.accordion__body > *:last-child {
  margin-bottom: 0;
}

.accordion__arrow {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}

.accordion__arrow::after,
.accordion__arrow::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 2px;
  background-color: currentColor;
  content: "";
}

.accordion__arrow::before {
  left: 4px;
  transform: rotate(45deg);
}

[aria-expanded="true"] .accordion__arrow::before,
[aria-selected="true"] .accordion__arrow::before {
  transform: rotate(-45deg);
}

.accordion__arrow::after {
  right: 4px;
  transform: rotate(-45deg);
}

[aria-expanded="true"] .accordion__arrow::after,
[aria-selected="true"] .accordion__arrow::after {
  transform: rotate(45deg);
}

.accordion__arrow::before,
.accordion__arrow::after {
  transition:
    transform 0.25s ease,
    -webkit-transform 0.25s ease;
}

/* -------------------------------------------------- */
/* ---------------- Animation part ------------------ */
/* -------------------------------------------------- */
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes move-down {
  0% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(5px);
  }

  30% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes move-up {
  0% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-5px);
  }

  30% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

.accordion__title--animated:hover .accordion__arrow {
  animation-name: move-down;
  animation-duration: 1.5s;
}

.accordion__title--animated[aria-expanded="true"]:hover .accordion__arrow {
  animation-name: move-up;
  animation-duration: 1.5s;
}

.accordion__body {
  display: block;
}

.accordion__body--hidden {
  display: none;
}

.mb-15 {
  margin-bottom: 150px;
}

.chat-msg {
  right: 115px;
  bottom: 55px;
  position: fixed;
}

.result-table .search-panel ul {
  border-top: none;
}

section.findexpert {
  background-image: url("/static/frontend_v2/images/bottom-full-bg.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}

/* footer.other {
  background-image: url("/static/frontend_v2/images/Inside-pgs-bckgrd.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  bottom: 0;
} */

.btn-case {
  background-color: #0b6186 !important;
  color: #ffffff;
}

.dropdown-menu.show {
  max-width: 13rem !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.dropdown-item:not(.searchbox_type li.list-inline-item .dropdown-item) {
  padding: 5px 12px !important;
}

a.dropdown-item {
  color: #757e93 !important;
}

a.dropdown-item:hover {
  color: #ffffff !important;
}

.dropdown-item:hover {
  background-color: #0b6186 !important;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #e8f8fe !important;
}

.dropdown-menu .dropdown-item:hover {
  color: #0081b1 !important;
}

.attorney-dropdown .dropdown-menu .dropdown-item:hover {
  color: #fdd9d9;
}

.backpage a:before {
  content: "<";
  font-size: 52px;
  color: #9b9b9b;
  font-weight: 200;
  vertical-align: middle;
  padding-right: 8px;
}

.nextpage a:after {
  content: none !important;
  font-size: 52px;
  color: #9b9b9b;
  font-weight: 200;
  vertical-align: middle;
  padding-left: 8px;
}

.searchbox_type
  li.list-inline-item
  .sc-TOsTZ.cYwnFG
  div:nth-child(-n + 3):after {
  color: #ffffff;
  content: " \F0DD";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.page_number {
  padding-bottom: 1px;
  position: absolute;
  right: 0px;
  top: 60px;
}

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("/static/frontend_v2/fonts/summernote.eot?4c7e83314b68cfa6a0d18a8b4690044b");
  src:
    url("/static/frontend_v2/fonts/summernote.eot?4c7e83314b68cfa6a0d18a8b4690044b#iefix")
      format("embedded-opentype"),
    url("/static/frontend_v2/fonts/summernote.woff?4c7e83314b68cfa6a0d18a8b4690044b")
      format("woff"),
    url("/static/frontend_v2/fonts/summernote.ttf?4c7e83314b68cfa6a0d18a8b4690044b")
      format("truetype");
}

[class^="note-icon-"]:before,
[class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
}

.note-icon-align-center:before,
.note-icon-align-indent:before,
.note-icon-align-justify:before,
.note-icon-align-left:before,
.note-icon-align-outdent:before,
.note-icon-align-right:before,
.note-icon-align:before,
.note-icon-arrow-circle-down:before,
.note-icon-arrow-circle-left:before,
.note-icon-arrow-circle-right:before,
.note-icon-arrow-circle-up:before,
.note-icon-arrows-alt:before,
.note-icon-arrows-h:before,
.note-icon-arrows-v:before,
.note-icon-bold:before,
.note-icon-caret:before,
.note-icon-chain-broken:before,
.note-icon-circle:before,
.note-icon-close:before,
.note-icon-code:before,
.note-icon-col-after:before,
.note-icon-col-before:before,
.note-icon-col-remove:before,
.note-icon-eraser:before,
.note-icon-font:before,
.note-icon-frame:before,
.note-icon-italic:before,
.note-icon-link:before,
.note-icon-magic:before,
.note-icon-menu-check:before,
.note-icon-minus:before,
.note-icon-orderedlist:before,
.note-icon-pencil:before,
.note-icon-picture:before,
.note-icon-question:before,
.note-icon-redo:before,
.note-icon-row-above:before,
.note-icon-row-below:before,
.note-icon-row-remove:before,
.note-icon-special-character:before,
.note-icon-square:before,
.note-icon-strikethrough:before,
.note-icon-subscript:before,
.note-icon-summernote:before,
.note-icon-superscript:before,
.note-icon-table:before,
.note-icon-text-height:before,
.note-icon-trash:before,
.note-icon-underline:before,
.note-icon-undo:before,
.note-icon-unorderedlist:before,
.note-icon-video:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.note-icon-align-center:before {
  content: "\F101";
}

.note-icon-align-indent:before {
  content: "\F102";
}

.note-icon-align-justify:before {
  content: "\F103";
}

.note-icon-align-left:before {
  content: "\F104";
}

.note-icon-align-outdent:before {
  content: "\F105";
}

.note-icon-align-right:before {
  content: "\F106";
}

.note-icon-align:before {
  content: "\F107";
}

.note-icon-arrow-circle-down:before {
  content: "\F108";
}

.note-icon-arrow-circle-left:before {
  content: "\F109";
}

.note-icon-arrow-circle-right:before {
  content: "\F10A";
}

.note-icon-arrow-circle-up:before {
  content: "\F10B";
}

.note-icon-arrows-alt:before {
  content: "\F10C";
}

.note-icon-arrows-h:before {
  content: "\F10D";
}

.note-icon-arrows-v:before {
  content: "\F10E";
}

.note-icon-bold:before {
  content: "\F10F";
}

.note-icon-caret:before {
  content: "\F110";
}

.note-icon-chain-broken:before {
  content: "\F111";
}

.note-icon-circle:before {
  content: "\F112";
}

.note-icon-close:before {
  content: "\F113";
}

.note-icon-code:before {
  content: "\F114";
}

.note-icon-col-after:before {
  content: "\F115";
}

.note-icon-col-before:before {
  content: "\F116";
}

.note-icon-col-remove:before {
  content: "\F117";
}

.note-icon-eraser:before {
  content: "\F118";
}

.note-icon-font:before {
  content: "\F119";
}

.note-icon-frame:before {
  content: "\F11A";
}

.note-icon-italic:before {
  content: "\F11B";
}

.note-icon-link:before {
  content: "\F11C";
}

.note-icon-magic:before {
  content: "\F11D";
}

.note-icon-menu-check:before {
  content: "\F11E";
}

.note-icon-minus:before {
  content: "\F11F";
}

.note-icon-orderedlist:before {
  content: "\F120";
}

.note-icon-pencil:before {
  content: "\F121";
}

.note-icon-picture:before {
  content: "\F122";
}

.note-icon-question:before {
  content: "\F123";
}

.note-icon-redo:before {
  content: "\F124";
}

.note-icon-row-above:before {
  content: "\F125";
}

.note-icon-row-below:before {
  content: "\F126";
}

.note-icon-row-remove:before {
  content: "\F127";
}

.note-icon-special-character:before {
  content: "\F128";
}

.note-icon-square:before {
  content: "\F129";
}

.note-icon-strikethrough:before {
  content: "\F12A";
}

.note-icon-subscript:before {
  content: "\F12B";
}

.note-icon-summernote:before {
  content: "\F12C";
}

.note-icon-superscript:before {
  content: "\F12D";
}

.note-icon-table:before {
  content: "\F12E";
}

.note-icon-text-height:before {
  content: "\F12F";
}

.note-icon-trash:before {
  content: "\F130";
}

.note-icon-underline:before {
  content: "\F131";
}

.note-icon-undo:before {
  content: "\F132";
}

.note-icon-unorderedlist:before {
  content: "\F133";
}

.note-icon-video:before {
  content: "\F134";
}

.check-times .note-editor {
  width: 100% !important;
}

.note-editor {
  position: relative;
}

.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: #fff;
  opacity: 0.95;
}

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.note-editor .note-dropzone.hover {
  color: #098ddf;
}

.note-editor.dragover .note-dropzone {
  display: table;
}

.note-editor .note-editing-area {
  position: relative;
}

.note-editor .note-editing-area .note-editable {
  outline: 0;
}

.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}

.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}

.note-editor .note-editing-area img.note-float-left {
  margin-right: 10px;
}

.note-editor .note-editing-area img.note-float-right {
  margin-left: 10px;
}

/* .note-editor.note-frame {
  border: 1px solid rgba(151, 151, 151, 0.34);
} */

.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}

.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}

.note-editor.note-frame .note-editing-area {
  overflow: hidden;
  padding-left: 8px;
}

.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #666666;
  word-wrap: break-word;
  background-color: #fff;
}

.note-editor.note-frame
  .note-editing-area
  .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}

.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}

.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
}

.note-editor.note-frame.fullscreen .note-editable {
  background-color: #fff;
}

.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}

.note-editor.note-frame .note-status-output {
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2;
}

.note-editor.note-frame .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}

.note-editor.note-frame .note-status-output .pull-right {
  float: right !important;
}

.note-editor.note-frame .note-status-output .text-muted {
  color: #777;
}

.note-editor.note-frame .note-status-output .text-primary {
  color: #286090;
}

.note-editor.note-frame .note-status-output .text-success {
  color: #3c763d;
}

.note-editor.note-frame .note-status-output .text-info {
  color: #31708f;
}

.note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b;
}

.note-editor.note-frame .note-status-output .text-danger {
  color: #a94442;
}

.note-editor.note-frame .note-status-output .alert {
  padding: 7px 10px 2px 10px;
  margin: -7px 0 0 0;
  color: #000;
  background-color: #f5f5f5;
  border-radius: 0;
}

.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px;
}

.note-editor.note-frame .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}

.note-editor.note-frame .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}

.note-editor.note-frame .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}

.note-editor.note-frame .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}

.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 9px;
  padding-top: 1px;
  cursor: ns-resize;
}

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}

.note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default;
}

.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}

.note-editor.note-frame .note-placeholder {
  padding: 10px;
}

.note-popover.popover {
  max-width: none;
  display: none !important;
}

.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.note-popover.popover .arrow {
  left: 20px !important;
}

.note-toolbar {
  position: relative;
  z-index: 500;
}

.note-popover .popover-content,
.panel-heading.note-toolbar {
  padding: 0 0 5px 16px;
  margin: 0;
}

.note-popover .popover-content > .btn-group,
.panel-heading.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0;
}

.note-popover .popover-content .btn-group .note-table,
.panel-heading.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px;
}

.note-popover .popover-content .btn-group .note-table .note-dimension-picker,
.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}

.note-popover
  .popover-content
  .btn-group
  .note-table
  .note-dimension-picker
  .note-dimension-picker-mousecatcher,
.panel-heading.note-toolbar
  .btn-group
  .note-table
  .note-dimension-picker
  .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

.note-popover
  .popover-content
  .btn-group
  .note-table
  .note-dimension-picker
  .note-dimension-picker-unhighlighted,
.panel-heading.note-toolbar
  .btn-group
  .note-table
  .note-dimension-picker
  .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC")
    repeat;
}

.note-popover
  .popover-content
  .btn-group
  .note-table
  .note-dimension-picker
  .note-dimension-picker-highlighted,
.panel-heading.note-toolbar
  .btn-group
  .note-table
  .note-dimension-picker
  .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC")
    repeat;
}

.note-popover .popover-content .note-style .dropdown-style blockquote,
.panel-heading.note-toolbar .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre,
.panel-heading.note-toolbar .note-style .dropdown-style pre {
  padding: 5px 10px;
  margin: 0;
}

.note-popover .popover-content .note-style .dropdown-style h1,
.panel-heading.note-toolbar .note-style .dropdown-style h1,
.note-popover .popover-content .note-style .dropdown-style h2,
.panel-heading.note-toolbar .note-style .dropdown-style h2,
.note-popover .popover-content .note-style .dropdown-style h3,
.panel-heading.note-toolbar .note-style .dropdown-style h3,
.note-popover .popover-content .note-style .dropdown-style h4,
.panel-heading.note-toolbar .note-style .dropdown-style h4,
.note-popover .popover-content .note-style .dropdown-style h5,
.panel-heading.note-toolbar .note-style .dropdown-style h5,
.note-popover .popover-content .note-style .dropdown-style h6,
.panel-heading.note-toolbar .note-style .dropdown-style h6,
.note-popover .popover-content .note-style .dropdown-style p,
.panel-heading.note-toolbar .note-style .dropdown-style p {
  padding: 0;
  margin: 0;
}

.note-popover .popover-content .note-color-all .dropdown-menu,
.panel-heading.note-toolbar .note-color-all .dropdown-menu {
  min-width: 337px;
}

.note-popover .popover-content .note-color .dropdown-toggle,
.panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette {
  display: inline-block;
  width: 160px;
  margin: 0;
}

.note-popover
  .popover-content
  .note-color
  .dropdown-menu
  .note-palette:first-child,
.panel-heading.note-toolbar
  .note-color
  .dropdown-menu
  .note-palette:first-child {
  margin: 0 5px;
}

.note-popover
  .popover-content
  .note-color
  .dropdown-menu
  .note-palette
  .note-palette-title,
.panel-heading.note-toolbar
  .note-color
  .dropdown-menu
  .note-palette
  .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.note-popover
  .popover-content
  .note-color
  .dropdown-menu
  .note-palette
  .note-color-reset,
.panel-heading.note-toolbar
  .note-color
  .dropdown-menu
  .note-palette
  .note-color-reset,
.note-popover
  .popover-content
  .note-color
  .dropdown-menu
  .note-palette
  .note-color-select,
.panel-heading.note-toolbar
  .note-color
  .dropdown-menu
  .note-palette
  .note-color-select {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.note-popover
  .popover-content
  .note-color
  .dropdown-menu
  .note-palette
  .note-color-row,
.panel-heading.note-toolbar
  .note-color
  .dropdown-menu
  .note-palette
  .note-color-row {
  height: 20px;
}

.note-popover
  .popover-content
  .note-color
  .dropdown-menu
  .note-palette
  .note-color-reset:hover,
.panel-heading.note-toolbar
  .note-color
  .dropdown-menu
  .note-palette
  .note-color-reset:hover {
  background: #eee;
}

.note-popover
  .popover-content
  .note-color
  .dropdown-menu
  .note-palette
  .note-color-select-btn,
.panel-heading.note-toolbar
  .note-color
  .dropdown-menu
  .note-palette
  .note-color-select-btn {
  display: none;
}

.note-popover
  .popover-content
  .note-color
  .dropdown-menu
  .note-palette
  .note-holder-custom
  .note-color-btn,
.panel-heading.note-toolbar
  .note-color
  .dropdown-menu
  .note-palette
  .note-holder-custom
  .note-color-btn {
  border: 1px solid #eee;
}

.note-popover .popover-content .note-para .dropdown-menu,
.panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}

.note-popover .popover-content .note-para .dropdown-menu > div:first-child,
.panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}

.note-popover .popover-content .dropdown-menu,
.panel-heading.note-toolbar .dropdown-menu {
  min-width: 90px;
}

.note-popover .popover-content .dropdown-menu.right,
.panel-heading.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}

.note-popover .popover-content .dropdown-menu.right::before,
.panel-heading.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}

.note-popover .popover-content .dropdown-menu.right::after,
.panel-heading.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}

.note-popover .popover-content .dropdown-menu.note-check li a i,
.panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  color: deepskyblue;
  visibility: hidden;
}

.note-popover .popover-content .dropdown-menu.note-check li a.checked i,
.panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible;
}

.note-popover .popover-content .note-fontsize-10,
.panel-heading.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}

.note-popover .popover-content .note-color-palette,
.panel-heading.note-toolbar .note-color-palette {
  line-height: 1;
}

.note-popover .popover-content .note-color-palette div .note-color-btn,
.panel-heading.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}

.note-popover .popover-content .note-color-palette div .note-color-btn:hover,
.panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}

.note-dialog > div {
  display: none;
}

.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0;
}

.note-dialog .note-modal-form {
  margin: 0;
}

.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
}

@-moz-document url-prefix() {
  .note-image-input {
    height: auto;
  }
}

.note-placeholder {
  position: absolute;
  display: none;
  color: gray;
}

.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid #000;
}

.note-handle .note-control-selection > div {
  position: absolute;
}

.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30);
}

.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}

.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}

.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 1px solid #000;
}

.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0;
}

.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none;
}

.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0;
}

.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none;
}

.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}

.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}

.note-hint-popover .popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto;
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-link:hover {
  text-decoration: none;
}

div.ReactTags__tags {
  position: relative;
  cursor: text;
}

/* Styles for the input */
.addskills .ReactTags__tagInput {
  width: 100%;
}

div.ReactTags__tagInput {
  width: 255px;
  border-radius: 2px;
  display: inline-block;
}

div.ReactTags__tagInput input.ReactTags__tagInputField,
div.ReactTags__tagInput input.ReactTags__tagInputField:focus {
  height: 31px;
  margin: 0;
  font-size: 12px;
  width: 100%;
  border: none;
  outline: none;
  margin: 0 4px !important;
  color: #666666;
}

.addskills .ReactTags__tagInput input,
.addskills
  .ReactTags__tagInput
  input:focus
  .addskills
  .ReactTags__tagInput
  input:active {
  border: 1px solid #eeeeee !important;
  box-shadow: inset 2px 2px 5px 0 rgba(0, 0, 0, 0.2) !important;
  color: #9b9b9b;
  margin-top: 10px;
}

.ReactTags__tagInput input,
.ReactTags__tagInput input:focus .ReactTags__tagInput input:active {
  border: none !important;
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

/* Styles for selected tags */
.addskills div.ReactTags__selected span.ReactTags__tag {
  border: 1px solid #ddd;
  background: #eee;
  font-size: 12px;
  display: inline-block;
  padding: 3px 5px;
  margin: 2px 5px;
  cursor: move;
  border-radius: 4px;
  color: #aaa;
}

.attorney-tag div.ReactTags__selected span.ReactTags__tag {
  border: 1px solid #ed8334 !important;
  background: #ed8334 !important;
}

div.ReactTags__selected span.ReactTags__tag {
  border: 1px solid #0b6186 !important;
  background: #0b6186 !important;
  font-size: 12px;
  display: inline-block;
  padding: 3px 5px;
  margin: 2px 5px;
  cursor: move;
  border-radius: 4px;
  color: #ffffff;
}

.addskills div.ReactTags__selected a.ReactTags__remove {
  color: #aaa;
  margin-left: 5px;
  cursor: pointer;
}

div.ReactTags__selected a.ReactTags__remove {
  color: #ffffff;
  margin-left: 5px;
  cursor: pointer;
}

/* Styles for suggestions */
div.ReactTags__suggestions {
  position: absolute;
}

div.ReactTags__suggestions ul {
  list-style-type: none;
  box-shadow: 0.05em 0.01em 0.5em rgba(0, 0, 0, 0.2);
  background: white;
  width: 300px !important;
  word-break: break-all;
}

div.ReactTags__suggestions li {
  border-bottom: 1px solid #ddd;
  padding: 5px 10px;
  margin: 0;
}

div.ReactTags__suggestions li mark {
  text-decoration: underline;
  background: none;
  font-weight: 600;
}

div.ReactTags__suggestions ul li.ReactTags__activeSuggestion {
  background: #b7cfe0;
  cursor: pointer;
}

.search-bar {
  width: 89% !important;
  padding: 3px 5px;
  border-radius: 5px !important;
  border: 1px solid #ccc;
  background-color: #fff;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  height: 33.5px;
}

.modal-footer.upload-modal {
  justify-content: flex-start;
}

.txt_underline {
  text-decoration: underline;
}

.bg_circle {
  border-radius: 50%;
  height: 43px;
  width: 43px;
  display: inline-block;
}

.tooltip-arrow {
  border-bottom-color: transparent !important;
}

.tooltipdata.tooltip > .tooltip-inner {
  background-color: #ffffff;
  opacity: 1;
}

.tooltip > .tooltip-inner {
  max-width: 200px;
  padding: 2px;
  text-align: center;
  text-decoration: none;
  background-color: black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none !important;
  border: 0px !important;
}

.tooltip .arrow {
  position: absolute;
  display: none !important;
  width: 0px;
  height: 0px;
}

.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0px;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0px;
}

.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 0px;
  border-top-color: #000;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.addcase .react-bootstrap-daterangepicker-container {
  display: block !important;
}

.addcase-formgroup .bwTeTR {
  border-bottom: 1px solid #6b6b72b3;
}

.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single.ltr .ranges,
  .daterangepicker.single.ltr .drp-calendar {
    float: left;
  }

  .daterangepicker.single.rtl .ranges,
  .daterangepicker.single.rtl .drp-calendar {
    float: right;
  }

  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker.ltr .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.ltr .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker.ltr .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker.ltr .ranges,
  .daterangepicker.ltr .drp-calendar {
    float: left;
  }

  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }

  .daterangepicker.rtl .drp-calendar.left {
    clear: right;
    margin-left: 0;
  }

  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.rtl .drp-calendar.right {
    margin-right: 0;
  }

  .daterangepicker.rtl .drp-calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    padding-left: 12px;
  }

  .daterangepicker.rtl .ranges,
  .daterangepicker.rtl .drp-calendar {
    text-align: right;
    float: right;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker.ltr .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

.css-1b7bwed {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  outline: 0;
  z-index: 1050;
}

.Toastify__toast-container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff;
}

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  margin-left: -160px;
}

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  margin-left: -160px;
}

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }

  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-right {
    top: 0;
  }

  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-right {
    bottom: 0;
  }

  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}

.Toastify__toast {
  position: relative;
  min-height: 50px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow:
    0 1px 10px 0 rgba(0, 0, 0, 0.1),
    0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--default {
  background: #fff;
  color: #aaa;
}

.Toastify__toast--info {
  background: #3498db;
}

.Toastify__toast--success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.Toastify__toast--warning {
  background: #f1c40f;
}

.Toastify__toast--error {
  background: #e74c3c;
}

.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0;
  }
}

.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.Toastify__close-button--default {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button:hover,
.Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left,
.Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right,
.Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left,
.Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right,
.Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left,
.Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right,
.Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left,
.Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}

.Toastify__slide-exit--top-right,
.Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

.br-15 {
  border-radius: 15%;
}

.dropdown .btn.btn-link,
.dropdown .btn.btn-link:hover,
.dropdown .btn.btn-link:active .dropdown .btn.btn-link:focus {
  padding: 0px;
  background-color: transparent;
  border: 0px !important;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none;
  line-height: inherit;
  color: #ffffff;
}

.progress {
  height: 0.5rem;
}

.progress .bg-warning {
  background-color: #f5a623 !important;
}

.arrow-up {
  width: 0;
  height: 0;
  float: left;
  position: absolute;
  transition: left 0.6s ease;
  border-bottom: 10px solid #f5a623;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.check-sign {
  width: 50px;
  height: 50px;
  padding-top: 6px;
  padding-left: 12px;
  color: #ffffff;
  font-size: 27px;
  content: "\F00C";
  font-weight: 600;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #ed8334 !important;
  font-family: "Font Awesome 5 Free";
}

.signup-confirm .checksign-bg-blue {
  width: 50px;
  height: 50px;
  padding-top: 6px;
  padding-left: 12px;
  color: #ffffff;
  font-size: 27px;
  content: "\f00c";
  font-weight: 600;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #0b6186;
  font-family: "Font Awesome 5 Free";
}

.bgoverlay {
  top: 0;
  left: 0;
  right: 0;
  /*bottom: 215px;*/
  outline: 0;
  z-index: 1050;
  position: fixed;
}

.bgoverlay-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  z-index: 800;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
  opacity: 1;
}

.paginationcount .sm-input {
  width: 60px;
}

.shortpitchbox {
  z-index: 1060;
}

.rounded_circle {
  height: 39px;
  width: 42px;
  border-radius: 50%;
  background-color: #0b6186;
  display: inline-block;
}

.fnt_12 {
  font-size: 12px;
}

.checkbox label::after {
  background-color: #fff;
}

.dropdown-menu .alert-notification {
  width: 25rem;
}

.alert-notification .notification_detail .notification_title {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 20rem;
}

.alert-notification:hover {
  background-color: #f5f5f5 !important;
}

.parsley-errors-list {
  padding-left: 0;
  list-style: none;
}

.divtoBlink {
  right: 80px;
  color: #fff;
  padding-block: 12px;
  padding-inline: 14px;
  bottom: 50px !important;
  font-size: 22px;
  border-radius: 50%;
  position: fixed;
  background-color: #0b6186 !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.divtoBlink-attorney {
  right: 80px;
  color: #fff;
  padding: 10px;
  bottom: 50px !important;
  font-size: 22px;
  border-radius: 50%;
  position: fixed;
  background-color: #ed8334;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.chat-content {
  position: fixed;
  right: 130px !important;
  width: 380px;
  padding: 15px;
  bottom: 150px !important;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  background-color: #fbfbfc;
  box-shadow: 0 1px 10px 0 #8d8d92;
  z-index: 9999;
}

.chat-profile {
  width: 46px;
  border-radius: 50%;
}

.expert-advocate {
  color: #434343;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.3px;
}

.ask-me-anything {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.08px;
  color: #4d4d4d !important;
  padding: 5px 0;
}

.number {
  color: #0b6186 !important;
  font-size: 24px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.14px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.box_shadow {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.btm_5 {
  bottom: 5px;
}

.linkedin_btn .drk_grey {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-color: #ccc;
}

.white_space_wrap {
  white-space: pre-wrap;
}

.chat-content ul.parsley-errors-list li.parsley-required {
  color: #d0021b;
}

li.keyphrases {
  border: 1px solid #e5e5e5 !important;
  border-radius: 3px;
  padding: 0.5px 10px;
  margin-bottom: 5px;
}

.keyphrases li {
  border: 1px solid #e5e5e5 !important;
  border-radius: 3px;
  padding: 0.5px 10px;
  margin-bottom: 5px;
}

.mg-10 {
  margin-top: 1rem !important;
}

.bwTeTR {
  font-size: 14px !important;
  color: #6d6c6c !important;
  border: 1px solid rgb(118, 118, 118) !important;
}

.iFTwam {
  border-radius: 4px !important;
  height: 39px !important;
}

.hPNCST {
  border-color: #000 !important;
}

/* Attorney Page CSS */

.share-icons-list {
  list-style: none;
  margin-top: 45px;
  padding-inline-start: 0;
}

.share-icons-list li {
  display: inline-block;
  font-size: 25px;
}

.share-icons-list i {
  margin-right: 15px;
}

.data-section {
  margin: 20px 0;
  text-align: initial;
}

.attorney-body {
  height: auto;
  margin-bottom: 125px;
}

.data-label {
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.2em;
  background-color: #5699cd;
  color: #000;
}

.myaccordion {
  max-width: 500px;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.myaccordion ul {
  padding-inline-start: 0;
}

.myaccordion ul li {
  list-style: none;
  text-align: initial;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #edeff0;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #4a9ded;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

.blur {
  filter: blur(6px);
}

/* Message Navbar css */

.msg-navbar .scrollBar {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 84vh;
  overflow-y: scroll;
}

.msg-navbar ul li a {
  display: inline-block;
  font-size: 14px;
  position: relative;
  color: #434343;
  line-height: 2rem;
}

.msg-navbar ul li a .icon {
  display: inline-block;
}

.tray {
  height: auto;
}

.msg-breadcum {
  border-radius: 2px;
  padding: 5px;
  background: #edebeb;
  font-size: 10px;
  border-bottom: none;
}

.msg-breadcum li {
  font-size: 14px;
}

.breadcum-date {
  list-style: none;
  right: 0;
  display: table-row;
}

.msg-block {
  border: 2px solid #dedede;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
}

.msg-block::after {
  content: "";
  clear: both;
  display: block;
}

.msg-block img {
  float: left;
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
  border-radius: 50%;
}

.msg-block img.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

.time-right {
  float: right;
  color: #aaa;
}

.header p {
  font-size: 14px;
  font-weight: 500;
}

.header span {
  float: right;
  margin-right: 30px;
}

.invite {
  margin-top: 10px;
  color: #72a6e4;
}

.invite .fa-keyboard {
  float: right;
  margin-right: 30px;
}

.icon-right {
  float: right;
}

.list-pop {
  padding-inline-start: 0;
  color: #6da3e2;
}

.list-pop li {
  list-style: none;
  padding: 2px;
}

/* Message UI CSS */

.message-box {
  height: 100px;
  padding-top: 10px;
}

.message-box .form-control {
  width: 78%;
  height: 47px;
}

.message-box button {
  margin-right: 10px;
  float: right;
}

#message .accordion-header .accordion-button {
  border: 1px solid #6c757d;
  font-size: 24px;
  background: none;
  text-align: left;
}

.accordion {
  margin-top: 40px;
}

.accordion .card {
  border: none;
  margin-bottom: 20px;
}

.accordion .card p {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png)
    no-repeat calc(100% - 10px) center;
  background-size: 20px;
  cursor: pointer;
  margin-left: 30px;
  font-size: 14px;
  font-weight: 500;
}

.accordion .card p.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}

.accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}

/* Chat Message UI */

#frame {
  width: 100%;
  background: #fff;
  display: flex;
  margin-bottom: 90px;
}

@media screen and (max-width: 360px) {
  #frame {
    width: 100%;
    height: 100vh;
  }
}

#frame #sidepanel {
  min-width: 280px;
  max-width: 340px;
  width: 40%;
  height: 90vh;
  background: #fff;
  color: #4a4a4a;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel {
    width: 58px;
    min-width: 58px;
  }
}

#frame #sidepanel #profile {
  width: 80%;
  margin: 25px auto;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #profile {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: #3d78ae;
  }
}

#frame #sidepanel #profile.expanded .wrap {
  height: 210px;
  line-height: initial;
}

#frame #sidepanel #profile.expanded .wrap p {
  margin-top: 20px;
}

#frame #sidepanel #profile.expanded .wrap i.expand-button {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

#frame #sidepanel #profile .wrap {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  -moz-transition: 0.3s height ease;
  -o-transition: 0.3s height ease;
  -webkit-transition: 0.3s height ease;
  transition: 0.3s height ease;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap {
    height: 55px;
  }
}

#frame #sidepanel #profile .wrap img {
  width: 50px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e74c3c;
  height: auto;
  float: left;
  cursor: pointer;
  -moz-transition: 0.3s border ease;
  -o-transition: 0.3s border ease;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap img {
    width: 40px;
    margin-left: 4px;
  }
}

#frame #sidepanel #profile .wrap img.online {
  border: 2px solid #1e64a5;
}

#frame #sidepanel #profile .wrap img.away {
  border: 2px solid #f1c40f;
}

#frame #sidepanel #profile .wrap img.busy {
  border: 2px solid #e74c3c;
}

#frame #sidepanel #profile .wrap img.offline {
  border: 2px solid #95a5a6;
}

#frame #sidepanel #profile .wrap p {
  float: left;
  margin-left: 15px;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap p {
    display: none;
  }
}

#frame #sidepanel #profile .wrap i.expand-button {
  float: right;
  margin-top: 23px;
  font-size: 0.8em;
  cursor: pointer;
  color: #435f7a;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap i.expand-button {
    display: none;
  }
}

#frame #sidepanel #profile .wrap #status-options {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin: 70px 0 0 0;
  border-radius: 6px;
  z-index: 99;
  line-height: initial;
  background: #435f7a;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options {
    width: 58px;
    margin-top: 57px;
  }
}

#frame #sidepanel #profile .wrap #status-options.active {
  opacity: 1;
  visibility: visible;
  margin: 75px 0 0 0;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options.active {
    margin-top: 62px;
  }
}

#frame #sidepanel #profile .wrap #status-options:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #435f7a;
  margin: -8px 0 0 24px;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options:before {
    margin-left: 23px;
  }
}

#frame #sidepanel #profile .wrap #status-options ul {
  overflow: hidden;
  border-radius: 6px;
}

#frame #sidepanel #profile .wrap #status-options ul li {
  padding: 15px 0 30px 18px;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 35px 22px;
  }
}

#frame #sidepanel #profile .wrap #status-options ul li:hover {
  background: #496886;
}

#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px 0 0 0;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    width: 14px;
    height: 14px;
  }
}

#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li
  span.status-circle:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -3px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}

@media screen and (max-width: 735px) {
  #frame
    #sidepanel
    #profile
    .wrap
    #status-options
    ul
    li
    span.status-circle:before {
    height: 18px;
    width: 18px;
  }
}

#frame #sidepanel #profile .wrap #status-options ul li p {
  padding-left: 12px;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li p {
    display: none;
  }
}

#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-online
  span.status-circle {
  background: #1e64a5;
}

#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-online.active
  span.status-circle:before {
  border: 1px solid #1e64a5;
}

#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-away
  span.status-circle {
  background: #f1c40f;
}

#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-away.active
  span.status-circle:before {
  border: 1px solid #f1c40f;
}

#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-busy
  span.status-circle {
  background: #e74c3c;
}

#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-busy.active
  span.status-circle:before {
  border: 1px solid #e74c3c;
}

#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-offline
  span.status-circle {
  background: #95a5a6;
}

#frame
  #sidepanel
  #profile
  .wrap
  #status-options
  ul
  li#status-offline.active
  span.status-circle:before {
  border: 1px solid #95a5a6;
}

#frame #sidepanel #profile .wrap #expanded {
  padding: 100px 0 0 0;
  display: block;
  line-height: initial !important;
}

#frame #sidepanel #profile .wrap #expanded label {
  float: left;
  clear: both;
  margin: 0 8px 5px 0;
  padding: 5px 0;
}

#frame #sidepanel #profile .wrap #expanded input {
  border: none;
  margin-bottom: 6px;
  background: #3d78ae;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 7px;
  width: calc(100% - 43px);
}

#frame #sidepanel #profile .wrap #expanded input:focus {
  outline: none;
  background: #435f7a;
}

#frame #sidepanel #search {
  font-weight: 300;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #search {
    display: none;
  }
}

#frame #sidepanel #search label {
  position: absolute;
  margin: 10px 0 0 20px;
}

#frame #sidepanel #search input {
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
  padding: 10px 0 10px 46px;
  width: 93%;
  border: 1px solid #acaaaa;
  background: #f9f9f9;
  border-radius: 10px;
}

#frame #sidepanel #search input:focus {
  outline: none;
  background: #f9f9f9;
}

#frame #sidepanel #search input::-webkit-input-placeholder {
  color: #616161;
}

#frame #sidepanel #search input::-moz-placeholder {
  color: #616161;
}

#frame #sidepanel #search input:-ms-input-placeholder {
  color: #616161;
}

#frame #sidepanel #search input:-moz-placeholder {
  color: #616161;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts {
    overflow-y: scroll;
    overflow-x: hidden;
  }

  #frame #sidepanel #contacts::-webkit-scrollbar {
    display: none;
  }
}

#frame #sidepanel #contacts.expanded {
  height: calc(100% - 334px);
}

#frame #sidepanel #contacts::-webkit-scrollbar {
  width: 8px;
  background: #fff;
  border: 1px solid #eee;
}

#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
  background-color: rgb(214, 202, 202);
}

#frame #sidepanel #contacts ul li.contact {
  position: relative;
  padding: 0px 0 0px 0;
  font-size: 0.9em;
  cursor: pointer;
}

#frame #sidepanel #contacts .contact p {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact {
    padding: 6px 0 46px 8px;
  }
}

#frame #sidepanel #contacts ul li.contact:hover {
  background: hsla(120, 12.3%, 71.4%, 0.38);
  border-radius: 5px;
}

#frame #sidepanel #contacts ul li.contact.active {
  background: #3d78ae;
  border-right: 5px solid #435f7a;
  color: #fff;
}

#frame #sidepanel #contacts ul li.contact.active span.contact-status {
  border: 2px solid #3d78ae !important;
}

#frame #sidepanel #contacts ul li.contact .wrap {
  width: 88%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap {
    width: 100%;
  }
}

#frame #sidepanel #contacts ul li.contact .wrap span {
  position: absolute;
  left: 0;
  font-size: 17px;
  border-radius: 50%;
}

#frame #sidepanel #contacts ul li.contact .wrap span.online {
  background: #1e64a5;
}

#frame #sidepanel #contacts ul li.contact .wrap span.away {
  background: #f1c40f;
}

#frame #sidepanel #contacts ul li.contact .wrap span.busy {
  background: #e74c3c;
}

#frame #sidepanel #contacts ul li.contact .wrap img {
  width: 40px;
  border-radius: 50%;
  float: left;
  border: 2px solid #3d78ae;
  margin-right: 10px;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap img {
    margin-right: 0px;
  }
}

#frame #sidepanel #contacts ul li.contact .wrap .meta {
  padding: 6px 0 6px 30px;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap .meta {
    display: none;
  }
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
  margin: 5px 0 0 0;
  padding: 0 0 1px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
  position: initial;
  border-radius: initial;
  background: none;
  border: none;
  padding: 0 2px 0 0;
  margin: 0 0 0 1px;
  opacity: 0.5;
}

#frame #sidepanel #bottom-bar {
  position: absolute;
  width: 94.4%;
  bottom: 0;
  left: 10px;
  right: 0;
}

#frame #sidepanel .user-bottom {
  position: absolute;
  width: 100%;
}

#frame #sidepanel #bottom-bar button {
  float: left;
  border: 1px solid #239fdb;
  border-radius: 10px;
  width: 93%;
  padding: 6px 0;
  background: #ebf8ff;
  color: #086b96;
  cursor: pointer;
  font-size: 0.85em;
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
}

#frame #sidepanel .drafts button {
  width: 100% !important;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
}

#frame #sidepanel #bottom-bar button:focus {
  outline: none;
}

#frame #sidepanel #bottom-bar button:nth-child(1) {
  font-weight: 600;
  font-size: 18px;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #2c3e50;
  }
}

#frame #sidepanel #bottom-bar button i {
  margin-right: 3px;
  font-size: 1em;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button i {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button span {
    display: none;
  }
}

#frame .content {
  float: right;
  width: 60%;
  height: 90vh;
  overflow: hidden;
  position: relative;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-radius: 10px;
  border: 1px solid #000000;
}

@media screen and (max-width: 735px) {
  #frame .content {
    width: calc(100% - 58px);
    min-width: 300px !important;
  }
}

#frame .content .contact-profile {
  width: 100%;
  height: 56px;
  line-height: 60px;
  background: #f5f5f5;
}

#frame .content .contact-profile img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}

#frame .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}

#frame .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}

#frame .content .contact-profile .social-media i:hover {
  color: #435f7a;
}

#frame .content .messages {
  height: 66%;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}

@media screen and (max-width: 735px) {
  #frame .content .messages {
    max-height: calc(100% - 105px);
  }
}

#frame .content .messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}

#frame .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}

#frame .content .messages ul li {
  display: inline-block;
  clear: both;
  margin: 17px 15px -15px 5px;
  width: calc(100% - 25px);
  font-size: 13px;
  margin-bottom: 15px;
  position: relative;
}

#frame .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}

.sent .message {
  padding: 7px 8px;
  overflow-x: auto;
  border: 1px solid;
  background-color: #ffffff;
  color: #719aac;
  border-radius: 14px 14px 14px 0px;
  width: 550px;
}

.sent .message.self {
  background-color: #ebf8ff;
  border-radius: 14px 14px 0px 14px;
}

#frame .content .messages .self .send_p p {
  color: #3a3a3a !important;
}

.sent .msg-icon {
  margin: 2px 7px;
}

#frame .content .messages .send_p p {
  margin-bottom: 0;
  font-size: 15px;
  color: #3a3a3a;
}

#frame .content .messages .msg-time {
  position: absolute;
  bottom: -5px;
  right: 416px;
}

#frame .content .messages .self .msg-time {
  position: absolute;
  bottom: -5px;
  right: 56px;
}

#frame .content .message-input {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 99;
}

#frame .content .message-input .wrap {
  position: relative;
}

#frame .content .message-input .wrap .input-wrap {
  min-height: 35px;
  justify-content: center;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 3px;
  border-radius: 24px;
  box-shadow: 1px 1px 6px rgb(89 89 89 / 25%);
  border: 0.5px solid #7c7c7c;
  border-radius: 24px;
  display: flex;
  height: 40px;
}

#frame .content .message-input .wrap textarea {
  border: none;
  width: 97%;
  background-color: transparent;
  padding: 7px 25px;
  color: #686868;
  font-size: 14px;
}

.filter-sub-user .input-wrap {
  min-height: 35px;
  justify-content: center;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 3px;
  background-color: rgb(241, 241, 244);
}

.filter-sub-user .input-wrap textarea:focus,
textarea:focus,
select:focus {
  outline: none;
}

.filter-sub-user .input-wrap textarea {
  border: none;
  width: 100%;
  background-color: transparent;
  padding: 7px 25px;
  color: #686868;
  font-size: 14px;
}

@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
}

#frame .content .message-input .wrap input:focus {
  outline: none;
}

#frame .content .message-input .wrap .attachment {
  font-size: 14px;
}

#frame .content .message-input .wrap .attachment:hover {
  opacity: 1;
}

#frame .content .message-input .wrap button {
  border: none;
  width: 35px;
  padding: 5px 8px;
  cursor: pointer;
  background: #3d78ae;
  color: #f5f5f5;
  margin-left: 13px;
  border-radius: 25px;
}

@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap button {
    padding: 16px 0;
  }
}

#frame .content .message-input .wrap button:hover {
  background: #435f7a;
}

#frame .content .message-input .wrap button:focus {
  outline: none;
}

#frame .nav-link.active {
  background: #3d78ae;
}

#frame .msg-navbar img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

#frame .msg-navbar li {
  margin: 10px 0;
}

#frame .time {
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
  position: absolute;
  margin-top: 5px;
}

#summerNoteModal .note-editor.note-frame.panel.panel-default {
  width: 100% !important;
}

@media (min-width: 992px) {
  #summerNoteModal .modal-lg {
    max-width: 70% !important;
  }
}

#frame .date-seperater {
  padding-left: 9%;
  padding-right: 9%;
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  user-select: text;
}

#frame .date-insider {
  margin-bottom: 0;
  padding: 5px 12px 6px;
  text-align: center;
  background-color: #c8ddf1;
  box-shadow: 0 1px 0.5px rgba(var(--shadow-rgb), 0.13);
  border-radius: 7.5px;
}

#frame .date {
  visibility: visible;
  color: #4a4a4a;
}

.modal-footer-tags {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.heads-up {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: auto;
  width: 300px;
}

.accordion {
  width: 100%;
  margin: 30px auto 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  list-style: none;
  padding: 0;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #4d4d4d;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 25px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: auto;
  font-size: 16px;
}

.accordion li.open .link {
  color: #3d78ae;
}

.accordion li.open i {
  color: #3d78ae;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu {
  display: none;
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  color: #3d78ae;
}

/* Attorney Expert Quickview */
.attorney-experts .link-btn {
  background-color: #ffe6d8;
  border-radius: 30px;
  border: 1px solid;
  font-size: 14px;
  color: #ed8334 !important;
  padding: 0.2rem 0.5rem;
  line-height: normal;
}

.expertsslide {
  color: #4d4d4d !important;
  padding: 0% !important;
  box-shadow: none !important;
}

.media .e_name {
  margin-bottom: 5px !important;
  font-size: 16px !important;
  padding: 1px 0px 4px;
  font-weight: 400;
}

.e_title {
  margin-bottom: 5px !important;
  font-size: 14px;
  color: #ed8334 !important;
}

.e_des {
  margin-bottom: 20px !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #000000 !important;
}

.media img {
  border-radius: 50%;
  height: 100px;
  width: auto;
}

.progress-bar {
  background-color: #8d949b !important;
}

.user_circle_empty {
  font-size: 5px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 1px 4px;
  margin-right: 5px;
}

.user_circle_online {
  font-size: 5px;
  background-color: green;
  border-radius: 50%;
  padding: 1px 4px;
  margin-right: 5px;
}

.contact[data-scroll="out"] {
  transform: translateY(-100%);
}

[data-scroll-dir-y="-1"] .contact {
  transform: translatey(0);
}

#frame #sidepanel #contacts ul li.contact {
  padding: 1px 0 1px 0 !important;
}

.chat-box-content .alert-danger {
  text-align: center !important;
  z-index: 9;
}

.Name-Stream {
  margin-bottom: 0 !important;
}

.user_circle_empty {
  background-color: #fff;
  border: 1px solid #000;
}

.summer_save {
  font-size: 15px;
}

.summer_save:hover {
  color: #fff !important;
  background-color: #3d78ae !important;
}

.users_block {
  position: relative;
  margin-left: 2rem;
}

.users_block .user_circle {
  position: absolute;
  top: 7px;
  left: -17px;
  margin: -2px 0 0 -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #7c7676;
  background: transparent;
}

.users_block .user_circle.online {
  background: #2ecc71;
  border: 1px solid #2ecc71;
}

.users_block .user_circle.idle {
  background: linear-gradient(to bottom, hsla(0, 0%, 100%, 0) 50%, #ff5e00 50%);
  border: 1px solid #ff5e00;
}

.users_block .User-conent .badge {
  font-size: 7px;
  padding: 5px 10px;
  background-color: #0b6186;
  color: #ffffff;
}

.users_block p {
  margin-left: 7px;
  display: inline-block;
  margin-bottom: 0px;
}

.users_lists li {
  padding: 1px 0 1px 0px;
  font-size: 0.9em;
  cursor: pointer;
}

.users_lists li:hover {
  /* background: hsla(120, 12.3%, 71.4%, .38); */
  border-radius: 5px;
}

#frame .content .messages ul .time_con {
  margin: 15px 0px;
  display: flex;
  justify-content: center;
}

#frame .content .messages ul .time_contain {
  margin-bottom: 0 !important;
  font-size: 12px;
  padding: 7px 11px;
  display: inline-block;
  color: #242323;
  background-color: #d5ebf8;
  border-radius: 15px;
}

#frame .content .messages ul .loadBar {
  text-align: center;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tooltipText {
  text-align: center;
  width: 133px;
  padding: 8px 7px;
  position: absolute;
  top: -50px;
  right: 31px;
  background-color: rgb(245 245 245);
  border-radius: 5px;
  font-size: 10px;
  display: none;
  transition: all 0.5s;
  color: black;
  border: 1px solid gray;
}

.tooltipText.attachment-icon {
  top: -50px;
  left: 31px;
}

.input-icon-wrap {
  min-height: 35px;
}

.add-tooltip-btn {
  border: 0.5px solid #7c7c7c !important;
  display: flex;
  height: 37px;
}

.tooltip-btn {
  justify-content: center;
  border-color: #cccccc;
  border-style: solid;
  border-width: 3px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 5px 10px;
  cursor: pointer;
}

.tooltip-btn:hover {
  background-color: #ebf8ff;
}

.tooltip-btn:hover .tooltipText {
  display: inline-block;
  transform: translateY(-10px);
}

.tooltip-btn i {
  color: #0b6186;
  padding: 8px;
}

.stream-icon {
  padding: 5px;
  margin-right: 15px;
}

.sent-btn {
  color: #cccccc;
  padding: 7px 5px;
}

.sent-btn i {
  color: #3298b9;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  padding: 5px 3px;
}

.senttooltip-btn {
  justify-content: center;
  border-color: #3298b9;
  border-style: solid;
  border-width: 1px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  padding: 5px;
}

.message_inline_image img {
  width: 120px;
  margin: 4px;
}

/* Zulip Draft Modal CSS */

#draft_list {
  height: 100vh !important;
  overflow-y: auto;
  overflow-x: hidden;
}

.drafts-list {
  padding: 10px 0;
  overflow: auto;
}

.no-drafts {
  display: block;
  margin-top: calc(45vh - 30px - 1.5em);
  text-align: center;
  font-size: 1.5em;
  color: #aaa;
  pointer-events: none;
}

.draft-info-box {
  width: 100%;
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

.message_header {
  vertical-align: middle;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  line-height: 14px;
  position: relative;
  z-index: 0;
}

.message-header-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #e0e0e0;
  background-color: #e0e0e0;
}

.stream_label {
  display: inline-block;
  padding: 4px 6px 3px 6px;
  font-weight: 400;
  height: 24px;
  line-height: 17px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-width: 0;
  position: relative;
  text-decoration: none;
}

.dark_background {
  color: #fff !important;
}

.stream_topic {
  display: inline-block;
  padding: 3px 3px 2px 9px;
  height: 24px;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recipient_row_date {
  color: #878787;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 11px 2px 10px;
  height: 24px;
  line-height: 17px;
}

.message_row {
  border: 0;
  position: relative;
}

.message_row:hover {
  background: #dbdbdb;
}

.messagebox {
  cursor: auto;
  box-shadow: none;
  position: relative;
  word-wrap: break-word;
  vertical-align: top;
  border: none;
}

.messagebox-content {
  padding: 0 10px;
}

.messagebox-content:hover {
  cursor: pointer;
}

.messagebox .message_top_line {
  position: relative;
}

.draft_controls {
  display: inline-block;
  position: absolute;
  top: 9px;
  right: -100px;
  font-size: 12px;
}

.draft_controls .delete-draft {
  cursor: pointer;
  margin-left: 5px;
  color: #ca585e;
  opacity: 0.7;
}

.draft_controls .restore-draft {
  cursor: pointer;
  margin-right: 5px;
  color: #51c2af;
  opacity: 0.7;
}

.message_content {
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0;
  font-size: 14px;
}

/* follow button */

.follow_button {
  color: #3399ff;
  font-family: "Helvetica";
  font-size: 15pt;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #3399ff;
  border-radius: 3px;
  position: relative;
  width: 100px;
  height: 30px;
  right: 20px;
  top: 8px;
  cursor: pointer;
}

.follow_button:hover {
  background-color: #e2e2e2;
  color: #3399ff;
}

.following_button {
  color: #ffffff;
  font-family: "Helvetica";
  font-size: 15pt;
  background-color: #3399ff;
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 3px;
  position: relative;
  width: 100px;
  height: 30px;
  left: 50px;
  cursor: pointer;
}

.following_button:hover {
  background-color: #228df7;
  color: #ffffff;
  border-color: #228df7;
}

.card {
  padding: 0;
  border: none;
  border-radius: 0.5rem;
}

/* a.active {
  border-bottom: 2px solid #3d78ae;
} */

.file-tab {
  color: rgb(110, 110, 110);
  font-weight: 500;
}

.file-tab:hover {
  color: #3d78ae !important;
}

.nav-pills .file-tab.active {
  color: black;
  background-color: white;
  border-radius: 0.5rem 0.5rem 0 0;
  font-weight: 600;
}

.file-tab {
  background: none !important;
}

.third {
  padding: 0 1.5rem 0 1.5rem;
}

.btn-success {
  float: right;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

ul {
  list-style: none;
  padding-inline-start: 0;
}

.image-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  height: 373px;
  grid-gap: 0.5rem;
}

.image-container .image {
  position: relative;
}

.image-container .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  left: 0;
  position: absolute;
  top: 0;
}

.doc-ul {
  font-size: 18px;
}

.doc-ul li {
  margin-bottom: 1rem;
}

.doc-ul .doc-span {
  margin-top: -3px;
  font-size: 14px;
  position: absolute;
  color: #8b8686;
}

.link-ul li {
  font-size: 16px;
  list-style: disc;
  margin-bottom: 10px;
}

#frame .nav-link.active {
  background: #3d78ae;
}

#frame .msg-navbar img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

#frame .msg-navbar li {
  margin-bottom: 10px;
  padding: 6px 0px;
}

#frame .time {
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
}

#summerNoteModal .note-editor.note-frame.panel.panel-default {
  width: 100% !important;
}

@media (min-width: 992px) {
  #summerNoteModal .modal-lg {
    max-width: 70% !important;
  }
}

#frame .date-seperater {
  padding-left: 9%;
  padding-right: 9%;
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  user-select: text;
}

#frame .date-insider {
  margin-bottom: 0;
  padding: 5px 12px 6px;
  text-align: center;
  background-color: #c8ddf1;
  box-shadow: 0 1px 0.5px rgba(var(--shadow-rgb), 0.13);
  border-radius: 7.5px;
}

#frame .date {
  visibility: visible;
  color: #4a4a4a;
}

.modal-footer-tags {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.contents {
  margin: 50px 0;
  padding-left: 20px;
}

.contents h6 {
  color: green;
  text-transform: uppercase;
}

.contents img {
  border-radius: 100%;
  border: 1px rgb(192, 180, 180);
}

.progresss {
  margin-top: 15px;
}

.attorney-img {
  padding: 48px 10px;
}

.media-sec {
  overflow-y: scroll;
}

.rate_of_pay {
  margin-top: 45px;
}

.attorney_nav .nav-tabs {
  border-bottom: none !important;
  font-size: 14px;
}

.attorney_nav .nav-tabs .nav-link.active {
  border-bottom: 2px solid #0b6186;
  border-top: none !important;
}

.attorney_nav .nav-tabs .nav-link:hover {
  border: none;
  color: inherit;
  border-bottom: 2px solid #d1ddeb;
}

.attorney_nav .nav-tabs .nav-link {
  box-shadow: none !important;
  background: white;
  border-top: none;
}

.attorney_nav .tab-content {
  margin: 50px;
}

.attorney_cards {
  margin-left: 10px;
}

.attorney_cards .card {
  width: 100%;
  margin: 30px 0;
}

.attorney_cards .card:hover {
  cursor: pointer;
  border: 1px solid #949494;
  box-shadow:
    0 2px 6px -4px rgb(0 0 0 / 20%),
    0 8px 10px -4px rgb(0 0 0 / 14%),
    0 8px 12px 4px rgb(0 0 0 / 5%);
}

.attorney_cards ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.subscription-container {
  padding: 50px;
  margin-bottom: 9rem;
}

.subscription-container i {
  color: #0b6186;
}

.subscription-container .accordion {
  margin-top: 30px;
}

.subcription-header {
  border-bottom: 1px solid #333333;
  padding-bottom: 1rem;
  margin-bottom: 2.3rem;
}

.subcription-header h4 {
  margin-bottom: 0;
  color: #5e5e5e;
}

.subcription-header p {
  margin-bottom: 0;
  font-size: 13px;
  color: #777777;
}

.membership-detail {
  border-bottom: 1px solid #a7a6a6;
}

.subscription-container .right-content p {
  color: #0b6186;
}

.subscription-container .right-content p:hover {
  color: #2360a7;
  cursor: pointer;
}

.subscription-container .btn-block {
  width: auto !important;
  color: #0b6186;
}

.subscription-container p {
  color: #5c5c5c;
}

.subscription-container .price-accord {
  border-bottom: 1px solid #a7a6a6;
}

.subscription-container .card {
  background-color: transparent;
}

.subscription-container .subscription-list li {
  list-style: none;
}

.subscription-list {
  padding: 0;
}

.subscription-container .subscription-list li p {
  padding-bottom: 0 !important;
}

.subscription-container .sub-list-details p {
  margin-bottom: 0;
}

.subscription-container .color-red {
  color: red !important;
}

.subscription-container .color-red:hover {
  color: rgb(190, 22, 22) !important;
}

.subscription-container .sub-settings {
  padding: 1.5rem 0;
}

.subscription-list .table-head {
  padding: 1.15rem;
}

.subscription-list .table-head .table-btn a {
  margin: 0 30px;
  font-size: 15px;
  color: #083b77;
}

.subscription-list .table-head .userbtn span {
  font-size: 16px;
  color: #1d1c1c;
  padding: 0px 3px;
}

.subscription-list .table-head {
  background-color: #e4e4e4;
}

.subscription-list .filter-sub-user {
  padding: 12px 0;
}

.subscription-list .table-head .userbtn {
  font-size: 14px;
  color: #575757;
}

.subscription-list thead {
  color: #484848;
  font-size: 15px;
  background-color: #e4e4e4;
}

.subscription-list thead th {
  padding: 1.15rem 0.75rem;
}

.subscription-list tbody {
  color: #5c5c5c;
  font-size: 15px;
}

.subscription-list tbody .name p {
  color: #083b77;
  padding-left: 20px;
}

.subscription-list tbody input {
  margin-top: 8px;
}

.subscription-list .table td {
  vertical-align: middle;
}

.subscription-list tbody tr:hover {
  background-color: #f3f3f3;
}

.redeemModal label {
  color: rgb(58, 58, 58);
  margin-bottom: 0 !important;
}

.redeemModal p label {
  font-size: 16px;
}

.redeemModal .usercheck {
  display: inline-block !important;
}

.redeemModal .form-check-input {
  margin-top: 0.3rem !important;
}

.modal-confirm {
  color: #636363;
  width: 400px;
}

.support {
  width: 850px;
}

.support {
  color: #636363;
}

.modal-confirm .modal-content {
  border-radius: 5px;
  border: none;
  text-align: center;
  font-size: 14px;
}

.support .modal-content {
  border-radius: 5px;
  border: none;
  font-size: 14px;
}

.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}

.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -10px 19px;
}

.support h4 {
  color: #098ddf;
  font-size: 26px;
  margin: 0px 0 -10px 19px;
}

.support h5 {
  position: relative;
  color: #726e6e;
  font-size: 15px;
  margin-bottom: 1.5rem;
  cursor: pointer;
}

.support .card-body {
  margin-top: 9px;
  background-color: rgb(239 239 239);
  padding: 7px 15px;
}

.support .card {
  border: none;
  margin-bottom: 20px;
}

.support .support-con-title {
  color: #414141;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.support .modal-body {
  padding: 2rem 2.3rem 1rem 2.3rem;
}

.modal-confirm .modal-body p {
  color: #999 !important;
}

.support .modal-body p {
  color: #999 !important;
}

.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px 15px 25px;
}

.modal-confirm .btn {
  padding: 0.375rem 2.75rem;
}

#generic_price_table {
  background-color: #ffffff;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content {
  background-color: #fff;
  border: 1px solid #d5d5d5;
}

#generic_price_table .generic_content .generic_head_price {
  background-color: #f6f6f6;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head
  span {
  color: #525252;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .sign {
  color: #414141;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .currency {
  color: #414141;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .cent {
  color: #414141;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .month {
  color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
  color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
  color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
  background-color: #e4e4e4;
  border-left: 5px solid #0b6186;
}

#generic_price_table .generic_content .generic_price_btn a {
  border: 1px solid #0b6186;
  color: #0b6186;
}

#generic_price_table
  .generic_content.active
  .generic_head_price
  .generic_head_content
  .head_bg,
#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-color: #0b6186 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0b6186;
  color: #fff;
}

#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head
  span,
#generic_price_table
  .generic_content.active
  .generic_head_price
  .generic_head_content
  .head
  span {
  color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
  background-color: #0b6186;
  color: #fff;
}

#generic_price_table {
  margin: 50px 0 50px 0;
  font-family: "Raleway", sans-serif;
}

.row .table {
  padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
  overflow: hidden;
  position: relative;
  text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
  margin: 0 0 20px 0;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content {
  margin: 0 0 50px 0;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-style: solid;
  border-width: 90px 1411px 23px 399px;
  position: absolute;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head
  span {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
  padding: 0 0 20px;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price {
  display: block;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .sign {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  vertical-align: middle;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .currency {
  font-family: "Lato", sans-serif;
  font-size: 38px;
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 46px;
  padding: 0;
  vertical-align: bottom;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .cent {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 400;
  vertical-align: bottom;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .month {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  padding: 15px 0;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li .fa {
  padding: 0 10px;
}

#generic_price_table .generic_content .generic_price_btn {
  margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  outline: medium none;
  padding: 12px 30px;
  text-decoration: none;
  text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head_bg,
#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head_bg,
#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head
  h2,
#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head
  h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 320px) {
}

@media (max-width: 767px) {
  #generic_price_table .generic_content {
    margin-bottom: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #generic_price_table .col-md-3 {
    float: left;
    width: 50%;
  }

  #generic_price_table .col-md-4 {
    float: left;
    width: 50%;
  }

  #generic_price_table .generic_content {
    margin-bottom: 75px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .login-section .top h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
}

#generic_price_table_home {
  font-family: "Raleway", sans-serif;
}

.text-center h1,
.text-center h1 a {
  color: #7885cb;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
}

.demo-pic {
  margin: 0 auto;
}

.demo-pic:hover {
  opacity: 0.7;
}

#generic_price_table_home ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: table;
}

#generic_price_table_home li {
  float: left;
}

#generic_price_table_home li + li {
  margin-left: 10px;
  padding-bottom: 10px;
}

#generic_price_table_home li a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0px;
}

#generic_price_table_home .blue {
  background: #3498db;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
  background: #1e64a5;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
  background: #7f8c8d;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
  background: #34495e;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
  background: #e67e22;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
  background: #9b59b6;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
  background: #e74c3c;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
  background: #1abc9c;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .divider {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
}

#generic_price_table_home .divider span {
  width: 100%;
  display: table;
  height: 2px;
  background: #ddd;
  margin: 50px auto;
  line-height: 2px;
}

#generic_price_table_home .itemname {
  text-align: center;
  font-size: 46px;
  padding: 50px 0 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  text-decoration: none;
  font-weight: 300;
}

#generic_price_table_home .itemnametext {
  text-align: center;
  font-size: 18px;
  padding-top: 5px;
  text-transform: uppercase;
  display: inline-block;
}

#generic_price_table_home .footer {
  padding: 40px 0;
}

.price-heading {
  text-align: center;
}

.price-heading h1 {
  color: #666;
  margin: 0;
  padding: 0 0 50px 0;
}

#generic_price_table_home .footer {
  padding: 40px 0;
}

.price-heading {
  text-align: center;
}

.price-heading h1 {
  color: #666;
  margin: 0;
  padding: 0 0 50px 0;
}

.demo-button {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 28px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.bottom_btn {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 24px;
  margin: 60px auto 20px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
}

.demo-button:hover {
  background-color: #666;
  color: #fff;
  text-decoration: none;
}

.demo-button:hover {
  background-color: #666;
  color: #fff;
  text-decoration: none;
}

.message p {
  margin-bottom: 0;
}

.bottom_btn:hover {
  background-color: #666;
  color: #fff;
  text-decoration: none;
}

/* Seach Detail tabs..  */
.searchresult {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #e9e7e7;
}

.serch-detail-tab {
  border-top-left-radius: 10px;
  border: 1px solid #e9e7e7;
  border-top-right-radius: 10px;
}

.serch-detail .nav-link {
  font-size: 18px;
  padding: 0.5rem 1.5rem;
}

.serch-detail .nav-link.active {
  color: #006bb3;
  background: white;
  border-radius: 0;
  border-top: 2px solid #3d78ae;
  border-right: 1px solid rgba(151, 151, 151, 0.34);
  border-left: 1px solid rgba(151, 151, 151, 0.34);
}

.acm-msg-container .content {
  display: none;
}

.active-content {
  display: block;
}

.acm-msg-container .active-content {
  display: block;
}

.acm-msg-container .stream-name li {
  padding: 8px 8px;
  margin-bottom: 5px;
}

.acm-msg-container .member li {
  font-size: 17px;
}

.acm-msg-container .stream-name {
  height: 70vh;
}

.acm-msg-container .message-box {
  height: 71vh;
}

.acm-msg-container .input-icons span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 34px;
  margin-right: 1.4rem;
  font-size: 15px;
}

.acm-msg-container .member-icons span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 34px;
  margin-right: 1.4rem;
  font-size: 17px;
}

#exampleModal .modal .modal-dialog {
  max-width: 400px !important;
}

.acm-msg-container .link-container {
  height: 600px;
}

.acm-msg-container .time_contain {
  margin-bottom: 0 !important;
  font-size: 12px;
  padding: 7px 11px;
  display: inline-block;
  color: #242323;
  background-color: #d5ebf8;
  border-radius: 15px;
}

.acm-msg-container .loadBar {
  text-align: center;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

code {
  font-size: 13px;
}

.message-input {
  position: relative;
}

.bottom-btn {
  opacity: 0.7;
  border-radius: 50%;
  background: rgb(181, 184, 201);
  position: absolute;
  padding: 3px 6px;
  top: -40px;
  right: 2.4%;
}

.bottom-btn {
  color: #0b6186;
}

.unread-msg {
  opacity: 0.7;
  border-radius: 10px;
  position: absolute;
  padding: 8px;
  top: -215%;
  right: 41%;
}

.unread-msg span {
  font-size: 16px;
  color: #4c4b4b;
}

/* New CSS */

.dropdown .name:hover {
  color: #000 !important;
}

.dropdown .name-menu {
  right: -2.7rem;
  top: 3rem;
}

.icon-button__badge {
  position: absolute;
  top: -11px;
  right: -24px;
  width: 26px;
  height: 26px;
  background: red;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 11px;
  margin-right: 10px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

.section {
  margin-bottom: 1px;
}

#profile-page .profile-container {
  background: rgba(216, 243, 255, 0.31);
  border-radius: 7px;
  margin-bottom: 1rem;
  border: 0.3px solid #c1c1c1;
}

#profile-page .profile-details img {
  width: 128px;
  height: 128px;
  border-radius: 100%;
}

#profile-page .profile-header .profile-name {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
}

#profile-page .profile-header .profile-name h2 {
  color: #000000 !important;
  display: inline;
}

#profile-page .profile-header .profile-domain {
  color: #837e7e;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
}

#profile-page .profile-header .profile-experience {
  color: #a5a5a5;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
}

#profile-page .profile-header .plan-description .btn {
  border-radius: 10px;
  background-color: #0376a8;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

#profile-page .profile-header .plan-description i {
  font-size: 20px;
}

#profile-page .profile-header .icon-con {
  color: #0b6186;
}

#profile-page .icon {
  color: #0b6186;
}

#profile-page .profile-tabs ul {
  list-style: none;
}

#profile-page .profile-tabs .tabs-btn {
  position: relative;
  color: #787878;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  background-color: transparent;
  border: none;
  padding: 5px 20px;
}

#profile-page .profile-tabs .tabs-btn.active {
  color: #000000;
  border: none;
}

#profile-page .profile-tabs .tabs-btn.active::after {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 3.5px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #0b6186;
  border: none;
}

#profile-page .tabs-content .content {
  display: none;
}

#profile-page .tabs-content .content {
  display: block;
}

#profile-page .education-con .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 25.5px;
  color: #232222;
  margin-bottom: 4px;
}

#profile-page .bio-details .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 25.5px;
  color: #232222;
  margin-bottom: 4px;
}

#profile-page .education-con .sub-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  color: #a5a5a5;
}

#profile-page .patent-con .title {
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
  color: #232222;
  margin-bottom: 4px;
}

#profile-page .patent-details .btn {
  border-radius: 4px;
  background-color: #0b6186;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

#profile-page .patent-details .btn.skils-btn {
  border-radius: 4px;
  background-color: #0b6186;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

#profile-page .profile-strength {
  background: rgba(216, 243, 255, 0.31);
  border-radius: 7px;
  position: relative;
}

#profile-page .profile-strenght .underline {
  background: #c4c4c4;
  width: 100%;
  height: 2px;
}

#profile-page .profile-strength.social {
  background: transparent;
  border-radius: 7px;
  border: 0.3px solid #c1c1c1;
}

#profile-page .profile-strenght .badge {
  background-color: #5ba697;
  position: absolute;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #ffffff;
  left: 7px;
  top: -12px;
}

#profile-page .profile-strength .trofy {
  background-color: transparent;
}

#profile-page .profile-strength .btn {
  border-radius: 4px;
  background-color: transparent;
  color: #12949d;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  border-radius: 16px;
  border: 1px solid #5ba697;
}

#profile-page .profile-strength .title {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 16px;
}

#profile-page .profile-strength .rate {
  color: #818181;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  border-radius: 16px;
}

#profile-page .profile-strenght .sub-title {
  color: #8b8888;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 16px;
}

#profile-page .profile-strength .title span {
  color: #0b6186;
}

#profile-page .profile-strength .price {
  color: #0b6186;
  font-size: 17px;
}

#profile-page .profile-strenght .price::after {
  content: "";
}

#profile-page .add-more {
  color: #23a2d9;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
}

.profile-tabs {
  border: 0.3px solid #c1c1c1;
  border-radius: 7px;
  margin-top: 39px;
  padding-bottom: 1rem;
}

.availableButton li {
  text-align: center;
  list-style: none !important;
  min-width: 5rem;
  padding: 4px 10px;
  cursor: pointer;
}

@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .plan-description .availableButton {
    width: auto !important;
  }

  .availableButton li {
    white-space: normal;
    word-wrap: break-word;
    min-width: 3.9rem !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
  .plan-description .availableButton {
    width: auto !important;
  }

  .availableButton li {
    white-space: normal;
    word-wrap: break-word;
    min-width: 3.9rem !important;
  }
}

.availableButton li:nth-child(1) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.availableButton li:nth-child(2) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.disableAvailability {
  color: #000 !important;
  background-color: #f3fbff !important;
}

.bg-green {
  color: #ffffff !important;
  background-color: #198754 !important;
  border: 1px solid #198754 !important;
}

.bg-grey {
  color: #ffffff !important;
  background-color: #8d949b !important;
  border: 1px solid #8d949b !important;
}

.nav-link {
  background: rgb(216 243 255 / 0%) !important;
  display: block;
  padding: 0.5rem 1rem;
  color: #848589 !important;
  text-decoration: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.nav-pills .nav-link.active {
  border-bottom: 4px solid #0b6186 !important;
  color: #000 !important;
  border-radius: 0 !important;
}

.tab-profile {
  border-bottom: 0.3px solid #c1c1c1;
}

.tab-profile ul {
  display: flex;
  justify-content: space-evenly;
}

.tab-pane {
  background: none !important;
}

.profile-tabs .fade {
  opacity: 1;
}

#profile-page .profile-header .icon-con {
  column-gap: 1.5rem;
}

.pitch {
  color: #0b6186;
  font-size: 17px;
}

.attorney-pitch {
  color: #ed8334;
  font-size: 17px;
}

.btn.skils-btn {
  text-transform: lowercase;
  background: #5589ab;
  color: #fff;
  width: 100%;
  padding: 7px 7px;
  text-align: center;
  border-radius: 0;
}

.btn.skils-btn:hover {
  color: white !important;
}

.btn.skils-btn:focus {
  color: white !important;
}

.forget-password-section .left-login-img,
.login-section .left-login-img {
  height: 100vh;
  width: 50vw;
  object-fit: cover;
}

.login-section,
.forget-password-section {
  width: 100%;
  height: 100%;
}

.login-row {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.login-section .top h1,
.forget-password-section .top h1 {
  color: #0f80b0;
  font-weight: 700;
}

.login-section .top h1 span,
.forget-password-section .top h1 span {
  color: #064e6d;
}

.login-section .top p,
.forget-password-section .top p {
  color: #727272;
  font-size: 1.5rem;
}

.login-section .three-parts,
.forget-password-section .three-parts {
  justify-content: center;
}

.login-section .three-part {
  justify-content: space-between;
}

.three-parts .top {
  margin-left: auto;
  margin-right: auto;
}

.forms {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  margin-left: 10%;
  margin-right: 10%;
}

.forms .form-control {
  border-radius: 10px;
}

.forms p {
  font-size: 16px;
  color: #6d6b6b;
  margin: 1rem 0 0;
}

.bottom {
  margin-left: 10%;
  margin-right: 10%;
}

.login-text {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.login-text button {
  background: #0376a8;
  color: #ffffff;
  font-size: 24px;
  padding: 10px 35px;
  border-radius: 10px;
  font-weight: 500;
  width: 180px;
  margin: 0 auto;
  border: none;
}

.login-text button:disabled {
  background-color: #d0cfcf;
  color: #252525;
}

.new-here p {
  color: #888686;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0 !important;
  display: block;
}

.new-here p span {
  color: #0b6186;
}

.social-icons {
  column-gap: 4rem;
  justify-content: center;
}

.social-icons img {
  border: 1px solid #cec9c9;
  padding: 10px;
}

/* Forgot Password */
.comfirm-btn button {
  background: #0376a8;
  color: #ffffff;
  font-size: 24px;
  padding: 10px 35px;
  border-radius: 10px;
  font-weight: 500;
  width: 180px;
  margin: 0 auto;
  border: none;
}

.forget-password-section .chat-msg {
  background-color: #0376a8 !important;
}

/* Presentation preview  */
/* navbar */

.navbar {
  height: 90px;
  border-bottom: 1px solid #eee;
  padding-inline: 1rem;
  box-shadow: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar .menu ul {
  margin-top: 20px;
}

.navbar .menu ul li:nth-child(1) .fa-circle-question {
  border-radius: 50%;
  border: 1px solid #eee;
  padding: 10px;
}

.navbar .menu ul li:nth-child(3) .fa-bell {
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 10px;
}

.navbar .menu ul .navbar-dropdown {
  padding: 6px;
  display: flex;
  column-gap: 1rem;
}

.navbar .menu ul li:nth-child(3) span:nth-child(2),
.navbar .menu ul li:nth-child(3) span:nth-child(3) {
  margin-top: auto;
  margin-bottom: auto;
}

.navbar-dropdown .dropdown .notification-show-menu {
  min-width: 21rem !important;
  border-radius: 5px;
}

.navbar-dropdown .dropdown .notification-show-menu a {
  word-wrap: break-word;
  white-space: normal !important;
}

.navbar-dropdown .dropdown .notification-show-menu[data-bs-popper] {
  top: 100%;
  left: -122px;
  margin-top: 0.125rem;
}

.navbar-dropdown .dropdown .dropdown-menu[data-bs-popper] {
  top: 100%;
  margin-top: 0.125rem;
  left: -110px;
}

.navbar-dropdown .dropdown #notificationDropdown.btn {
  border: 1px solid #eee;
  border-radius: 8px;
}

/* patent-details-section */

.patent-section {
  background: rgba(216, 243, 255, 0.31);
  padding: 1.5rem;
  border: 0.3px solid #c1c1c1;
  border-radius: 7px;
}

.patent-img img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  margin-right: 16px;
  margin-top: 16px;
}

.patent-content {
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
}

.patent-content h1 {
  color: #000;
  font-size: 1.5rem;
}

.patent-content p {
  color: #898686;
  margin-bottom: 0 !important;
}

.icons-content {
  margin-top: auto;
  margin-bottom: auto;
}

.button-content {
  color: #1a6b8e;
  font-weight: 600;
}

.icons-con {
  column-gap: 3rem;
  margin-bottom: 1rem;
  justify-content: end;
  margin-right: 1rem;
}

.icons-con .fa-download,
.icons-con .fa-close,
.icons-con .fa-pencil {
  color: #0b6186;
}

.icons-content p {
  color: #1a6b8e;
  font-weight: 600;
  border: 1px solid #0376a8;
  background: #dbf2fd;
  border-radius: 5px;
  padding: 5px 50px;
  font-size: 15px;
}

/* presentation-section */

.presentation-section {
  border: 0.3px solid #c1c1c1;
  border-radius: 7px;
}

/* letter to attorney */

.letter-heading {
  background: rgba(240, 247, 255, 0.66);
  border-radius: 8px 8px 0px 0px;
  padding: 0.5rem;
}

.letter-heading span {
  color: #086b96;
  font-size: 18px;
  font-weight: 500;
}

.letter-heading i {
  color: #717678;
}

.letter-heading p {
  color: #484747;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.letter-content {
  padding: 0.5rem;
}

/* elevator pitch */

.elevator-heading {
  background: rgba(240, 247, 255, 0.66);
  border-radius: 8px 8px 0px 0px;
  padding: 0.5rem;
}

.elevator-heading span {
  color: #086b96;
  font-size: 18px;
  font-weight: 500;
}

.elevator-heading i {
  color: #717678;
}

.elevator-content {
  padding: 0.5rem;
}

.elevator-content p {
  color: #484747;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.express-elevator textarea.form-control {
  min-height: calc(5.5em + (0.75rem + -4px));
}

.express-elevator .form-control {
  padding: 9px 11px;
}

.express-elevator .form-group {
  margin-top: 1rem !important;
}

.wizard-elevator textarea.form-control {
  min-height: calc(5.5em + (0.75rem + -4px));
}

.wizard-elevator .form-control {
  padding: 9px 11px;
}

.wizard-elevator .form-group {
  margin-top: 1rem !important;
}

.elevator-content .check-times .check-times-icon {
  right: 35px !important;
  top: 54.6rem !important;
}

.wizard-elevator .check-times .check-times-icon {
  right: 97px !important;
  top: 25.3rem !important;
}

/* rate of pay */

.pay-heading {
  background: rgba(240, 247, 255, 0.66);
  border-radius: 8px 8px 0px 0px;
  padding: 0.5rem;
}

.pay-heading span {
  color: #086b96;
  font-size: 18px;
  font-weight: 500;
}

.pay-heading i {
  color: #717678;
}

.pay-content {
  padding: 0.5rem;
}

.pay-content p {
  color: #484747;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 0 !important;
  line-height: 35px;
}

.pay-content p span {
  color: #12749e;
  font-size: 17px;
  border-bottom: 2px solid #c4c4c4;
}

.pay-content .form-inline {
  display: flex;
  position: relative;
  left: 1rem;
}

/* patent */

.patentdetails {
  margin-bottom: 1.5rem;
}

.details-heading {
  background: rgba(240, 247, 255, 0.66);
  border-radius: 8px 8px 0px 0px;
  padding: 0.5rem;
}

#attorney-profile .details-heading {
  color: #ed8334 !important;
}

.details-heading span {
  color: #086b96;
  font-size: 18px;
  font-weight: 500;
}

.details-heading i {
  color: #717678;
}

.details-con p {
  color: #7e8182;
  font-size: 14px;
  padding: 0.5rem;
}

.details-content p {
  color: #fff;
  background: #0b6186;
  border-radius: 6px;
  padding: 10px 50px;
  margin-left: auto;
  margin-right: auto;
}

/* skills */

.Skills {
  margin-bottom: 1.5rem;
}

.Skills-heading {
  background: rgba(240, 247, 255, 0.66);
  border-radius: 8px 8px 0px 0px;
  padding: 0.5rem;
}

.Skills-heading span {
  color: #086b96;
  font-size: 18px;
  font-weight: 500;
}

.Skills-heading i {
  color: #717678;
}

.Skills-con p {
  color: #7e8182;
  font-size: 14px;
  padding: 0.5rem;
}

.Skills-content p {
  color: #fff;
  background: #0b6186;
  border-radius: 6px;
  padding: 10px 50px;
  margin-left: auto;
  margin-right: auto;
}

/* tags */

.tags {
  margin-bottom: 1.5rem;
}

.tags-heading {
  background: rgba(240, 247, 255, 0.66);
  border-radius: 8px 8px 0px 0px;
  padding: 0.5rem;
}

.tags-heading span {
  color: #086b96;
  font-size: 18px;
  font-weight: 500;
}

.tags-heading i {
  color: #717678;
}

.tags-con p {
  color: #7e8182;
  font-size: 14px;
  padding: 0.5rem;
}

.tags-content p {
  color: #fff;
  background: #0b6186;
  border-radius: 6px;
  padding: 10px 50px;
  margin-left: auto;
  margin-right: auto;
}

/* Work preference */

.workpreference {
  margin-bottom: 1.5rem;
}

.work-heading {
  background: rgba(240, 247, 255, 0.66);
  border-radius: 8px 8px 0px 0px;
  padding: 0.5rem;
}

.work-heading span {
  color: #086b96;
  font-size: 18px;
  font-weight: 500;
}

.work-heading i {
  color: #717678;
}

.work-content p {
  color: #484747;
  font-size: 17px;
  font-weight: 500;
  padding: 0.5rem;
  margin-bottom: 0 !important;
}

.work-content div {
  padding-left: 0.5rem;
  color: #484747;
}

/* litigation experience */

.litigation-heading {
  background: rgba(240, 247, 255, 0.66);
  border-radius: 8px 8px 0px 0px;
  padding: 0.5rem;
}

.litigation-heading span {
  color: #086b96;
  font-size: 18px;
  font-weight: 500;
}

.litigation-heading i {
  color: #717678;
}

.litigation-content {
  color: #484747;
}

.litigation-content p span {
  color: #6d6969;
  border-bottom: 1px solid rgb(172, 170, 170);
  margin-left: 15px;
}

.litigation-content p:nth-child(2) {
  position: absolute;
  right: 28rem;
  top: 0rem;
}

.litigationexperience input:disabled,
.wizard-litigation input:disabled {
  background-color: #fff !important;
}

.serviceProvideTextArea .form-group textarea,
.roleOfWorkExperience .form-group textarea {
  border: 1px solid #d0cfcf;
  border-radius: 5px;
  padding: 6px 9px;
  margin: 0 !important;
  height: 65px;
  width: 80.4%;
}

.serviceProvideTextArea input,
.roleOfWorkExperience input {
  width: 78.5%;
}

/* Work experience */

.work-experience-content {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  padding: 16px;
  margin-bottom: 1rem;
  margin-top: 13px;
}

.work-input input {
  padding: 5px;
}

.work-button input {
  margin-top: 24px;
}

.work-date input {
  padding: 5px;
}

.work-exp-date {
  margin-left: auto;
  margin-right: auto;
}

.work-response {
  padding: 5px;
  width: 100%;
  border-radius: 5px;
  height: 100% !important;
}

.workexp-heading {
  background: rgba(240, 247, 255, 0.66);
  border-radius: 8px 8px 0px 0px;
  padding: 0.5rem;
}

.workexp-heading span {
  color: #086b96;
  font-size: 18px;
  font-weight: 500;
}

.workexp-heading i {
  color: #717678;
}

.workexp-content p {
  color: #484747;
  font-size: 17px;
}

.workexp-content p span {
  color: #6d6969;
  font-size: 14px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5px;
  margin-left: 15px;
}

.workexp-content p:nth-child(3) span {
  position: absolute;
}

.work-experience-content input:disabled {
  background-color: #fff !important;
}

/* education */

.education-heading {
  background: rgba(240, 247, 255, 0.66);
  border-radius: 8px 8px 0px 0px;
  padding: 0.5rem;
}

.education-heading span {
  color: #086b96;
  font-size: 18px;
  font-weight: 500;
}

.education-heading i {
  color: #717678;
}

.education-section input:disabled {
  background-color: #fff !important;
}

.education-table .table-hover tbody tr:hover,
tr.accordianitem {
  --bs-table-hover-bg: rgba(255, 255, 255);
  background-color: #fff;
}

/* Publication */

.publication-heading {
  background: rgba(240, 247, 255, 0.66);
  border-radius: 8px 8px 0px 0px;
  padding: 0.5rem;
}

.publication-heading span {
  color: #086b96;
  font-size: 18px;
  font-weight: 500;
}

.publication-heading i {
  color: #717678;
}

/* Finalize section */

.finalize div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.finalize-button {
  border: 1px solid #28a143;
  border-radius: 10px;
  color: #096607;
  font-weight: 400;
  font-size: 18px;
  padding: 8px 10px;
  background: rgba(96, 184, 81, 0.17);
}

.side-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 55%;
}

.side-back {
  background: url("/static/frontend_v2/images/Rectangle84.png") no-repeat center;
  background-size: 60%;
}

.find-patent h2 {
  color: #0b1a1f;
  font-size: 50px;
}

.matches {
  font-weight: 400;
  font-size: 24px;
  color: #848589;
}

.find-patent button {
  border-radius: 10px;
  background-color: #0b6186;
  color: #fff;
}

@media (max-width: 576px) {
  .find-patent h2 {
    font-size: 20px;
  }

  .matches {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .find-patent h2 {
    font-size: 30px;
  }

  .matches {
    font-size: 14px;
  }

  .side-image {
    width: 82%;
  }

  .side-back {
    background-size: 75%;
  }
}

@media screen and (min-width: 991px) and (max-width: 1100px) {
  .find-patent h2 {
    font-size: 30px;
  }

  .matches {
    font-size: 14px;
  }
}

@media screen and (min-width: 1101px) and (max-width: 1250px) {
  .find-patent h2 {
    font-size: 40px;
  }

  .matches {
    font-size: 18px;
  }
}

/* Second section */

.feature-section {
  background-color: #f7fcff;
  padding: 60px;
}

.features {
  padding-bottom: 2rem;
  font-size: 39px;
  text-align: center;
}

.feature-box {
  border: 1px solid #0b6186;
  border-radius: 12px;
}

.feature-box img {
  width: 22%;
  padding: 5px 5px;
}

.feature-box p {
  margin-top: 18px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .feature-box img {
    width: 26%;
    padding: 30px 2px;
  }

  .feature-box p {
    padding: 10px 10px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .feature-box img {
    width: 12%;
  }

  .feature-box {
    column-gap: 2rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 500px) {
  .features {
    font-size: 30px;
  }

  .feature-box {
    margin-top: 1rem;
    width: 100%;
  }

  .feature-box img {
    width: 26%;
  }

  .feature-box p {
    padding: 5px 5px;
    font-size: 12px;
    margin-top: 14px;
  }
}

/* Work section */

.work-section {
  padding: 60px;
}

.icon-content {
  display: flex;
  column-gap: 20px;
}

.work-section .content {
  color: #239fdb;
}

.work-section .content h3 {
  font-size: 24px;
}

.work-section .content p {
  font-size: 17px;
}

.numbers {
  border-radius: 50%;
  border: 1px solid #239fdb;
  color: #239fdb;
  background-color: #f3fbff;
  width: 5%;
  height: fit-content;
  padding: 2px 8px;
}

.work-one,
.work-two,
.work-three {
  padding: 30px;
}

.work-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .work-img {
    width: 100%;
  }

  .icon-content {
    column-gap: 10px;
  }

  .content h3 {
    font-size: 16px;
  }

  .content p {
    font-size: 13px;
  }

  .numbers {
    width: 10%;
    padding: 2px 8px;
  }
}

/* Companies section */

.comp-section {
  padding: 20px;
  background: #f3fbff;
}

.comp-img {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .comp-img img {
    width: 13%;
  }
}

/* testimonial section */

.testimonial-section {
  padding: 50px;
}

.testimonial-wrapper {
  border: 1px solid #a7a1a1;
  padding: 18px;
  margin-bottom: 10px;
}

/* frequently section */

.frequently-section {
  padding: 50px;
  background-color: rgba(249, 253, 255, 0.76);
}

.frequently-section h1 {
  font-weight: 600;
  line-height: 1.5;
}

.accordion-flush .accordion-item {
  margin-bottom: 1.5rem;
  border: 1px solid rgba(170, 166, 166, 0.65) !important;
}

/* Newsletter-section */

.newsletter-section {
  padding: 80px;
}

.newsletter .content {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.newsletter .content h2 {
  color: #134581;
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.newsletter .content p {
  color: #7e7a7a;
}

.newsletter .content .form-control {
  height: 50px;
  background: #ffffff;
  border: 1px solid #239fdb;
  margin-right: 21px;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.newsletter .content .btn {
  min-height: 50px;
  border-radius: 10px;
  background: #239fdb;
  color: #fff;
  font-weight: 600;
}

/* footer-section */

.footer-section {
  padding: 10px;
  background: #47a1c2;
  bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 99;
}

footer ul li {
  color: #fff;
  font-size: 18px;
}

.footer-section .footer-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3rem;
}

.footer-section p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-bottom: 0 !important;
}

/* NavBar with Links */

.navbar-components {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}

.navbar-components a {
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 20px;
  text-align: center;
  height: 30px;
  line-height: 2rem;
  display: flex;
  align-items: center;
  color: #787878;
}

.navbar-components a:hover {
  background-color: #ebf8ff;
  color: #076f9b;
}

.navbar-components-active {
  background-color: #ebf8ff;
  color: #076f9b !important;
}

/* letter to attorney summernote */

.check-times-icon {
  display: flex;
  justify-content: flex-start;
  column-gap: 2rem;
  margin-top: 1rem;
}

.check-times-icon i {
  font-size: 18px;
  color: #076f9b;
}

/* profile card */

.patent-section {
  background: rgba(216, 243, 255, 0.31);
  padding: 1.5rem;
  border: 0.3px solid #c1c1c1;
  border-radius: 7px;
}

.patent-content {
  margin-top: auto;
  margin-bottom: auto;
}

.patent-content h1 {
  color: #000;
  font-size: 1.5rem;
}

.patent-content p {
  color: #898686;
  margin-bottom: 0 !important;
}

.icons-content {
  margin-top: auto;
  margin-bottom: auto;
}

.icons-con .fa-download,
.icons-con .fa-pencil {
  color: #0b6186;
}

.icons-content p {
  color: #1a6b8e;
  font-weight: 600;
  border: 1px solid #0376a8;
  background: #dbf2fd;
  border-radius: 5px;
  padding: 5px 50px;
  font-size: 15px;
}

.pagedescription {
  background-color: #0b6186;
  text-align: center;
  color: #ffffff;
  padding: 0.5%;
}

[aria-expanded="true"] .header_arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* filter-section */

.sidebar-content {
  display: flex;
  flex-direction: column;
  row-gap: 23px;
  margin-top: 1.9rem;
  position: relative;
  top: 0;
  left: -410px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 0.3s ease;
  z-index: 100;
}

.resultrow_list {
  padding: 0 90px;
}

.patent-checkbox,
.lawfirm-checkbox,
.Urgency-checkbox {
  padding: 5px;
}

.checkboxlist {
  width: 14rem;
  row-gap: 8px;
  display: flex;
  flex-direction: column;
  margin-left: 2rem;
  overflow-y: scroll;
  max-height: 200px;
}

.scroll .checkboxlist {
  overflow: hidden;
}

.sidebar_blue {
  color: #085f8b;
}

.patent_area {
  color: #085f8b;
  font-size: 18px !important;
  margin-left: 32px;
  font-weight: 600;
}

.date-range-picker .react-bootstrap-daterangepicker-container {
  font-size: 18px !important;
  margin-left: 32px;
  font-weight: 600;
}

.checkbox-label {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
  align-items: baseline;
}

.checkbox-p {
  color: #626364;
  font-size: 14px;
}

.search-box-bar {
  color: #1887b7 !important;
  padding: 5px 11px !important;
  border: 1px solid #1887b7 !important;
  font-weight: 700;
  position: relative;
}

.clear-a a {
  font-weight: 700;
  right: 11rem;
  color: white;
  border-radius: 5px;
}

/* wizard presentation */

.steps-wizard {
  color: #3d3939;
}

.steps-wizard span {
  color: #127ca9;
}

.left-arrow {
  background: rgba(240, 247, 255, 0.66);
  border: 1px solid #a8abaa;
  border-radius: 50%;
  font-size: 12px;
  padding: 8px 11px;
  color: #086b96;
  position: absolute;
  left: 0rem;
  top: 22rem;
}

.right-arrow {
  background: rgba(240, 247, 255, 0.66);
  border: 1px solid #a8abaa;
  border-radius: 50%;
  font-size: 12px;
  padding: 8px 11px;
  color: #086b96;
  position: absolute;
  right: 0rem;
  top: 22rem;
}

.education-input {
  padding: 6px !important;
}

.rate-pay .rate-color {
  color: #484747 !important;
}

.fa-magnifying-glass {
  left: 8px;
  top: 8px;
  font-size: 17px;
  color: #a8a8a8;
}

.btn-outline-success:hover {
  background-color: #198754 !important;
}

.finalize {
  margin: 0 auto;
}

/* expert search detais tabs section */

.project-case {
  display: flex;
  flex-direction: column;
}

.profile_case_need {
  display: flex;
  justify-content: space-between;
}

.case-need {
  display: flex;
  column-gap: 8px;
}

/* Expert Messaging css */

.nav-pills .stream-button {
  margin: 0 auto;
}

.nav-pills .stream-button.active,
.stream-button-icon.active {
  background-color: #3bb0e1 !important;
  border-radius: 10px !important;
  border-bottom: none !important;
  color: #ffffff !important;
}

.sidepanel-list {
  margin-top: 10px;
}

.nav-fill .nav-item .stream-button,
.nav-justified .nav-item .stream-button,
.stream-button-icon {
  width: 75%;
  border: 1px solid #0b6186;
  border-radius: 10px;
  color: #000;
}

.stream-button {
  color: #101010 !important;
  background-color: #f3fbff !important;
}

.stream-button-icon {
  color: #0b6186 !important;
  padding: 10px 20px;
}

.name {
  color: #000000;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
}

.username {
  color: #a6a4a4;
}

/* project details page chages */
.projectcaseid p {
  color: #535353 !important;
}

.keyphrases li {
  background-color: transparent !important;
}

/* Attorney side css */

.navbar-components .attorney-navbar-components {
  color: #787878 !important;
}

.navbar-components .attorney-navbar-components:hover {
  background-color: #ededed !important;
  color: #393a3a !important;
}

.attorney-navbar-components-active {
  background-color: #ededed !important;
  color: #ed8334 !important;
}

.attorney-search-tab:hover {
  background-color: #ed8334 !important;
  border-color: #7d7d7d !important;
}

.contract-agreement-dropdown a.dropdown-item:hover {
  color: #ed8334 !important;
  background: rgba(78, 73, 77, 0.21) !important;
}

#attorney-case-detail .contract-agreement-dropdown .dropdown-menu.show {
  left: 200px !important;
}

.bg-color-red {
  background-color: #ed8334 !important;
  color: #fff;
}

.color-attorney {
  color: #626364;
}

.text-color-attorney {
  color: #7d7d7d;
}

.text-color-attorney:hover {
  color: #7d7d7d !important;
}

.bg-color-expert-one {
  background: #0b6186;
  border-radius: 5px;
  color: white;
}

.bg-red-borderBottom {
  border-bottom: 6px solid #ed8334;
}

.bg-color-attorney-one {
  background: rgba(78, 73, 77, 0.21) !important;
  border-radius: 5px;
  color: #000 !important;
  border: none !important;
}

.bg-color-attorney-two {
  background: #fff;
  border: 1px solid #7d7d7d;
  border-radius: 5px;
  color: #7d7d7d;
}

.bg-color-attorney-three {
  background: #fff;
  border: 1px solid #7d7d7d;
  border-radius: 5px;
  color: #000;
}

.bg-color-attorney-four {
  color: #fff;
  background-color: #ed8334;
}

.bg-attorney {
  background: rgba(78, 73, 77, 0.21);
}

.contract-agreement-dropdown a.dropdown-item:hover {
  color: #ed8334 !important;
  background: rgba(78, 73, 77, 0.21) !important;
}

.bg-color-attorney-dropdown {
  color: #ed8334 !important;
  background: rgba(78, 73, 77, 0.21) !important;
}

.color-red {
  color: #ed8334 !important;
}

.modal-btn-profile {
  border-radius: 2px !important;
}

.dark-grey {
  color: #606264;
}

.light-red {
  color: #fdd9d9;
}

.color-black-attorney {
  color: #000;
}

.color-black-bold {
  color: #000 !important;
  font-weight: 500;
}

.edit-details a:hover {
  color: #7d7d7d;
}

.slick-slider {
  width: 1100px !important;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  div#attorney-onboarding .searchlist tbody td.text-right {
    padding: 0.5rem !important;
  }

  div#attorney-onboarding .searchlist tbody td.fnt_14 {
    padding: 0 !important;
  }
}

@media (min-width: 1401px) and (max-width: 1630px) {
  .slick-slider {
    width: 910px !important;
  }

  .media-slider .expert-profile-btn {
    left: 33% !important;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .slick-slider {
    width: 750px !important;
  }

  .media .media-slider {
    width: 15rem !important;
    height: 20.3rem !important;
  }

  .media .media-slider img {
    height: 120px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .slick-slider {
    width: 650px !important;
  }

  .media .media-slider {
    width: 13rem !important;
    height: 19.3rem !important;
  }

  .media .media-slider img {
    height: 130px !important;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .slick-slider {
    width: 660px !important;
  }

  .media .media-slider img {
    height: 110px !important;
  }

  .media .media-slider {
    width: 13rem !important;
    height: 18rem !important;
  }

  .expert-profile-btn {
    bottom: 10px !important;
    left: 30% !important;
  }

  .expert-profile-btn a {
    font-size: 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slick-slider {
    width: 830px !important;
  }

  .expert-profile-btn {
    bottom: 10px !important;
    left: 32% !important;
  }

  .media .media-slider img {
    height: 110px !important;
  }

  .expert-profile-btn a {
    font-size: 12px !important;
  }

  .media .media-slider {
    width: 16rem !important;
    height: 17.3rem !important;
  }

  .searchlist {
    overflow-x: scroll;
  }
}

.media-slider {
  width: 18rem;
  margin: 0 auto;
  height: 22.3rem;
  max-height: 22.3rem;
}

.attorney-cases a:hover {
  color: #000 !important;
}

.attorney-count {
  font-weight: bold !important;
  font-size: 34px;
}

.attorney-loading {
  color: #ed8334 !important;
}

.shortpitchbox .btn:focus,
.dropdown_detail a.btn,
.attorneytabs button:focus,
.btn:focus,
#attorney-add-party button:focus,
.attorney-patent-btn:focus {
  box-shadow: none;
}

.shortpitchbox a.bg-color-attorney-four:hover {
  color: #fff !important;
}

table.acronyms.table.table-fixed a:hover {
  color: inherit !important;
}

th.attorney-table span.orderable,
.attorney-table-sort {
  background: url(/static/frontend_v2/images/sort-black-11.png) no-repeat center
    right !important;
  padding-right: 20px !important;
}

th span.asc,
th.asc {
  background: url(/static/frontend_v2/images/sort-up-black-11.png) no-repeat
    center right !important;
}

th span.desc,
th.desc {
  background: url(/static/frontend_v2/images/sort-down-black-11.png) no-repeat
    center right !important;
}

.expert-count:hover {
  color: inherit;
}

.profile-label label {
  margin-top: auto;
  margin-bottom: auto;
}

.nav-results .nav-link.active {
  border-bottom: 6px solid #ed8334 !important;
  border-top: none !important;
  background-color: #ffffff;
  box-shadow: none !important;
  color: #000000 !important;
  font-weight: bold;
  border-left: none !important;
  border-right: none !important;
}

.attorney-presentation-img img {
  border-radius: 50%;
  width: 125px;
  height: 125px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.expert_result a:hover,
.saved-expert-dropdown span {
  color: #ed8334 !important;
}

.saved-expert-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgba(78, 73, 77, 0.21) !important;
  color: #ed8334 !important;
}

.attorney-panel .expert-img {
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
  width: fit-content;
  margin: 0 auto;
}

@media (min-width: 1101px) and (max-width: 1400px) {
  .profile-details {
    padding-inline: 1.5rem;
  }

  .saved-expert-dropdown {
    right: 0 !important;
  }
}

.contractresults {
  border-radius: 10px;
  border: 1px solid #a39898;
  padding: 10px;
}

.expert-profile {
  border-radius: 10px;
  border: 1px solid #a39898;
  padding: 32px;
}

.contract-tabs .attorney-nav-link.active {
  border-bottom: 6px solid #ed8334 !important;
}

.agreement-tabs .nav-items .nav-link.active {
  border-bottom: 6px solid #ed8334 !important;
}

.attions .nav-items .attions-letter.active {
  border-bottom: 6px solid #ed8334 !important;
}

.attions .nav-items .attions-qualify.active {
  border-bottom: 6px solid #ed8334 !important;
}

.attorneytabs button:hover {
  background: rgba(78, 73, 77, 0.21) !important;
}

.case-context-modal .bg-red-borderBottom.active {
  border-bottom: 6px solid #ed8334 !important;
}

.patent-case-btn:focus {
  box-shadow: none !important;
}

.attorney-nav a:hover {
  color: #ed8334 !important;
  background-color: #ededed !important;
}

.attorney-contract-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgba(78, 73, 77, 0.21) !important;
  color: #ed8334 !important;
}

.attorney-side.dropdown-item:hover {
  background-color: rgba(78, 73, 77, 0.21) !important;
}

.attorney-side .attorney.dropdown-item:hover {
  background-color: transparent !important;
  color: #ed8334 !important;
}

.attorney-notification-side .attorney.dropdown-item:hover {
  background-color: rgba(78, 73, 77, 0.21) !important;
  color: #ed8334 !important;
}

.attorney-dropdown .attorney.dropdown-item:hover {
  background-color: rgba(78, 73, 77, 0.21) !important;
  color: #ed8334 !important;
}

.attorney-contract-dropdown {
  color: #ed8334 !important;
}

.attorney-contracts:hover {
  color: inherit;
}

.attorney-search-tab {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.attorneytabs button {
  border-radius: 10px !important;
  border: 1px solid #7d7d7d;
  font-weight: 500;
  color: #7d7d7d;
  padding: 3px 8px !important;
  text-transform: uppercase !important;
}

.accordianitem .slick-next:before,
.accordianitem .slick-prev:before {
  font-size: 30px !important;
  color: #ed8334 !important;
}

.case-name:hover,
a.breadcrumb-item:hover {
  color: inherit !important;
}

.input-addon .add_case_dropdown {
  padding: 12px 24px !important;
}

/* Search Bar Clear btn */
ul.view-history {
  display: flex;
  align-items: center;
  width: max-content;
}

/* Login Page changes */
@media (min-width: 1200px) and (max-width: 1400px) {
  .login-section .top h1,
  .forget-password-section .top h1 {
    font-size: 2.3rem;
  }
}

.bottom p.options {
  color: #888686;
  position: relative;
  margin-top: 1.5rem;
}

.bottom p.options span {
  padding: 0 6px;
  background-color: #fff;
}

.bottom p.options::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  background: rgba(131, 126, 126, 30%);
  height: 2px;
  z-index: -1;
}

/* filtersidebar */
.filter {
  width: 75px;
  text-align: center;
  border: 1px solid #0b6186;
  border-radius: 5px;
  background: rgba(227, 247, 255, 0.68);
  padding: 6px 4px;
  color: #09729f;
  cursor: pointer;
  transition: 0.3s all ease;
}

.col-lg-3 .filter {
  margin-left: 20px;
}

.filter .fa-sliders {
  margin-left: 2px;
}

.filter .fa-close {
  position: relative;
  top: 2px;
  margin-left: 2px;
  font-size: 20px;
}

.sidebar-content.open {
  -webkit-transform: translateX(380px);
  transform: translateX(380px);
}

.changepassword_letter {
  color: #000 !important;
}

/* chatwindox */

.accordion-button {
  background-color: #fbfbfc !important;
}

.accordion-button-chatbox {
  border: none !important;
  font-size: 1rem !important;
}

.accordion-button:not(.collapsed) {
  color: #212529 !important;
}

.accordion-button::after {
  color: #212529 !important;
}

.accordion-button:focus {
  border-color: #fbfbfc !important;
  border: none !important;
  box-shadow: none !important;
}

.chat-content .btn-case:hover {
  color: #fff !important;
}

.chat-content button:focus {
  box-shadow: none;
}

.hover-list li a:hover {
  color: #000 !important;
}

.ex_inv thead th {
  color: #4a4a4a;
  font-weight: 500;
  font-size: 14px;
  padding: 0.5rem 1.3rem;
}

/* hader profile shadow remove */
.fname {
  box-shadow: none !important;
}

/* login password */
.forms #pass-icons,
.forms #confirm-pass-icons {
  position: absolute;
  top: 62%;
  right: 2%;
  font-size: 14px;
  color: #9b9b9b;
  cursor: pointer;
}

.forms label h3 {
  font-size: 20px;
}

.login-row a {
  text-decoration: none;
}

@media (min-width: 1101px) and (max-width: 1400px) {
  .login-text button {
    width: 160px;
    padding: 5px 30px;
    font-size: 22px;
  }

  .top,
  .forms,
  .bottom {
    margin: 0 8.2% !important;
  }

  .bottom p.options {
    margin-top: 1rem;
  }

  .new-here p {
    margin-top: 0.8rem;
  }

  .login-section .left-login-img.signupimg {
    height: 100%;
  }
}

.fname {
  box-shadow: none !important;
}

.tableFnt thead th {
  font-weight: bold !important;
}

.close {
  line-height: inherit;
  width: 35px;
  border: none;
  background-color: #fff;
  font-weight: 100;
  font-weight: 700;
  font-size: 20px;
}

.dropdown-toggle::after {
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.subtitle_font {
  color: #0e9d36 !important;
  border-radius: 25px;
  border: 1px solid #0e9d36;
  text-align: center;
  height: 30px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 17px;
  padding: 5px;
  margin-right: 35px !important;
  margin-left: 1px !important;
  font-weight: bold !important;
}

.form-group .row {
  margin-top: 5px;
}

.passwordform_alignment {
  margin-left: 5rem;
  align-content: center;
  margin-right: -86px;
}

.fname {
  box-shadow: none !important;
}

.publication-edit {
  padding: 21px;
  padding-top: 8px;
  margin-bottom: -6px;
}

.publication {
  flex: 0 0 auto;
  width: 75%;
  margin-bottom: 12px;
}

.attorney-breadcrumb .breadcrumb-item::before {
  color: #ed8334 !important;
}

.password-submargin {
  margin-top: 12px;
}

/* Presentation side bar */

.sidebar-presentation-navtabs {
  width: 25vw;
  position: relative;
  row-gap: 2rem;
}

.nav-pills .express-tabs.active {
  border-bottom: none !important;
}

.option-picker-ul {
  line-height: 30px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.presentation-accordion-item {
  border: none !important;
}

.presentation-accbtn:not(.collapsed) {
  box-shadow: none;
}

.presentation-accbtn {
  background: none !important;
}

.presentation-accbtn::after {
  margin-left: 15px;
  margin-top: 4px;
}

.presentation-express-btn {
  border: 2px solid #005687;
  border-radius: 10px;
  padding: 5px 5px;
  background: none;
}

.presentation-express-btn p {
  margin-bottom: 1px;
  color: #005687;
  font-weight: 500;
}

.presentation-item {
  border: none;
}

.presentation-item li {
  cursor: pointer;
}

.presentation-accordion li i {
  position: relative;
  top: -1px;
  left: -7px;
  font-size: 10px;
  color: #c1c1c1;
}

.presentation-letter {
  padding: 10px !important;
}

.express-presentation-letter {
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 6rem;
  border: 1px solid #c3c2cd;
  border-radius: 10px;
  box-shadow: 2px 3px 0px 0px #c3c2cd;
  display: block;
  margin-inline: auto;
  max-height: 45rem;
  min-height: 45rem;
  max-width: 45rem;
}

.express-presentation-letter .note-editor.note-frame {
  border: none !important;
}

.letter-gallery div {
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 6rem;
  border: 1px solid #c3c2cd;
  border-radius: 10px;
  box-shadow: 2px 3px 0px 0px #c3c2cd;
  overflow-y: scroll;
  display: block;
  margin-inline: auto;
  max-height: 45rem;
  min-height: 45rem;
  max-width: 45rem;
}

.grid-ul {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-gap: 1rem;
}

.grid-ul li,
.gridMore-ul li,
.gridLess-ul li {
  padding: 10px 9px 6px 9px;
  background: #f3f3f3;
  border-radius: 5px;
}

.reuseSearchBar {
  width: 80%;
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 6px 10px 6px 10px;
  margin-bottom: 1rem;
}

.reuseSelect {
  width: 19%;
  height: 38px;
  border-radius: 3px;
  background: #fff;
  padding-left: 6px;
  border: 1px solid #eee;
  font-weight: 600;
}

.grid-ul li .presentationID {
  font-size: 11px;
  margin-bottom: 5px !important;
  margin-left: 3px;
  font-weight: 700;
}

.gridMore-ul li .letterGalleryHeading,
.gridLess-ul li .letterGalleryHeading {
  font-size: 15px;
  text-align: center;
  color: #7d7d7d;
  margin-top: 4px;
}

.grid-ul li .patentNo {
  font-size: 11px;
  font-weight: 700;
  float: right;
  margin-right: 5px;
  margin-top: 5px;
  color: #7d7d7d;
}

.letterNotFound {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42vh;
  font-weight: 700;
  font-size: 2rem;
}

.grid-ul li img,
.gridMore-ul li img,
.gridLess-ul li img {
  width: 170px;
  height: 220px;
  display: block;
  margin-inline: auto;
}

.note-editor.note-frame {
  padding: 10px !important;
}

/* circular progress bar */

.CircularProgressbar {
  width: 115%;
  vertical-align: middle;
}

.CircularProgressbar .CircularProgressbar-path {
  stroke: #5797c3;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.5s ease 0s;
}

.CircularProgressbar .CircularProgressbar-trail {
  stroke: #d9d9d9;
  stroke-linecap: round;
}

.CircularProgressbar .CircularProgressbar-text {
  fill: #abcbe1;
  font-size: 21px;
  dominant-baseline: middle;
  text-anchor: middle;
}

.CircularProgressbar .CircularProgressbar-background {
  fill: #d6d6d6;
}

.CircularProgressbar.CircularProgressbar-inverted
  .CircularProgressbar-background {
  fill: #3e98c7;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text {
  fill: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path {
  stroke: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail {
  stroke: transparent;
}

.heading-title {
  background-image: linear-gradient(180deg, #5da7dc 0%, #083b77 100%);
  padding: 2rem;
}

/* Review the Case Details btn color change */
.btn-outline-primary {
  color: #0b6186;
  border-color: #0b6186;
}

.accordion__title {
  background-color: transparent;
  color: #0b6186 !important;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: 16px !important;
  text-transform: uppercase;
}

.btn-primary:focus,
.btn-primary:active:focus,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  box-shadow: none !important;
}

/* Expert Dashboard */

.dashboard-menu {
  border-radius: 10px !important;
  box-shadow: 0 2px 4px #085f8b40 !important;
  width: 180px;
  height: 150px;
  border: 1px solid #085f8b40;
}

.dashboard-menu span {
  color: #0b6186;
}

.dashboard-menu img {
  width: 60px;
  height: 60px;
}

.dashboard-menu .btn:focus {
  box-shadow: none !important;
}

.dashboard-charts .svg-container {
  margin: 0 auto !important;
}

/* add case in attorney */

.info_block_title {
  margin-top: 8px;
}

/* Expert Document */

.btn-bg-blue {
  background-color: #0b6186 !important;
  border-color: #0b6186 !important;
  color: #fff !important;
}

.search-history:hover {
  color: #076f9b !important;
}

.expert-document-page .caret:after {
  display: inline-block;
  vertical-align: 0.155em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* modal in profile resume upload */

.modal-open div.ReactTags__selected span.ReactTags__tag {
  border: 1px solid #e5e5e5 !important;
  background: #fff !important;
  font-size: 12px !important;
  display: inline-block !important;
  padding: 3px 5px !important;
  margin: 2px 5px !important;
  cursor: move !important;
  border-radius: 4px !important;
  color: #0b6186 !important;
}

/* chart */

.chart-input .bRCfQP {
  width: 50%;
}

.charts-row-col .js-plotly-plot .plotly .user-select-none {
  height: 450px !important;
}

@media screen and (min-width: 1700px) {
  .charts-row-col .js-plotly-plot {
    width: 430px !important;
  }

  .charts-row-col-bar .js-plotly-plot .plotly .main-svg {
    width: 350px !important;
  }

  .charts-row-col .js-plotly-plot .plotly .user-select-none {
    width: 300px !important;
  }

  .charts-row-col .plotly-piechart {
    width: 360px !important;
  }
}

/* Gray color class for history project table */

.history-gray,
.hover-remove:hover {
  color: #909090;
  text-decoration: none;
}

.search-blue,
a:hover {
  color: #0b6186;
}

.color-white {
  color: #fff !important;
}

.expert-search-content {
  background-image: linear-gradient(268deg, #5da7dc 0%, #0b6186 100%);
}

.search-bar-expert {
  left: 0px;
  position: relative;
  top: -1rem;
}

.hr-divider {
  margin: 1px !important;
  color: #fff;
}

/* Attorney side bar buttons */
#attorney-onboarding .button-tabs-attorney {
  left: 1.5rem;
  width: 100%;
  row-gap: 12px;
  flex-direction: column;
}

.attorneytabs {
  justify-content: space-around !important;
  margin: 1.5rem 0 !important;
}

.filter-red {
  border: 1px solid #212529 !important;
  background-color: #ededed !important;
  color: #ed8334 !important;
}

/* search-bar */

@media screen and (min-width: 768px) and (max-width: 991px) {
  .search-bar-expert {
    justify-content: center !important;
  }

  .search-bar-box {
    width: 63% !important;
  }

  #attorney-onboarding .search-bar-box {
    width: 58% !important;
    margin-left: 90px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .search-bar-box {
    width: 74% !important;
  }

  #expert-search-detail .search-bar-box,
  #expert-patent-detail .search-bar-box,
  #expert-case-detail .search-bar-box {
    width: 82% !important;
  }

  #attorney-case-detail .search-bar-expert {
    justify-content: center !important;
  }

  #attorney-case-detail .search-bar-box {
    width: 80% !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #expert-search-detail .search-bar-box,
  #expert-patent-detail .search-bar-box,
  #expert-case-detail .search-bar-box {
    width: 82% !important;
  }

  #attorney-case-detail .search-bar-box {
    width: 80% !important;
  }

  #attorney-case-detail .search-bar-expert {
    justify-content: center !important;
  }
}

@media screen and (min-width: 1400px) {
  #expert-search-detail .search-bar-box,
  #expert-patent-detail .search-bar-box,
  #expert-case-detail .search-bar-box {
    width: 82% !important;
  }

  .search-bar-box {
    width: 76% !important;
  }
}

/* signup confirmation */
.header {
  color: #0f80b0;
  font-size: 3.5rem;
  font-weight: 700;
  font-size: 3.5rem;
}

/*account activation*/
.activation .accactivation {
  line-height: 30px;
  padding: 3px;
  color: #0b6186;
  margin-top: 23% !important;
}

.accountactivation {
  height: 42px;
  border: 1px solid gray;
  left: 43%;
  border-radius: 6px;
}

.accactivation {
  height: 42px;
  border: 1px solid gray;
  margin-bottom: 22px;
  border-radius: "6px";
  background-color: #0b6186;
  color: white;
  width: 146px;
}

.accountactivation {
  line-height: 30px;
  padding: 3px;
  color: #0b6186;
}

.topmargin {
  margin-top: 6rem;
  width: 79%;
  padding: 3px;
  color: #0b6186;
}

/* attorney edit case */
.patent-add-btn {
  padding: 7.6px 10px !important;
}

.input-date-btn {
  padding: 11.5px 10px !important;
}

/* View History search dropdown */

.search-box-bar::after,
.user_name::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.05em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

/* Filter Responsive */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .checkboxlist {
    width: 13rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .checkboxlist {
    width: 13rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .checkboxlist {
    width: 14rem;
  }
}

@media screen and (min-width: 1400px) {
  .checkboxlist {
    width: 17rem;
  }
}

/* timesheet and expenses*/

.timesheet-main-div {
  padding-inline: 1rem;
}

.timesheet-form {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 5rem;
}

.timesheet-form form {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.timesheet-form form input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #afabab;
  padding: 7px 30px;
}

.expenses-main-div {
  padding-inline: 1rem;
}

.expenses-form {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 5rem;
}

.expenses-form form {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.expenses-form form input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #afabab;
  padding: 7px 30px;
}

.expenses-receipt .crsr-pointer {
  position: relative;
  width: max-content;
  top: -8px;
}

.upper-table,
.upper-table .td,
.upper-table .th {
  border: 1px solid gray;
}

.upper-table tr th,
.upper-table tr td {
  border: 1px solid gray;
}

.upper-table th {
  text-align: center;
}

.upper-table {
  border-collapse: collapse;
  width: 100%;
}

.texthover:hover {
  color: white;
}

/* Messaging  */

.position-relative li:nth-child(1) .position-static .dropdown-menu.show {
  transform: translate(213px, 29px) !important;
}

.position-relative li:nth-child(2) .position-static .dropdown-menu.show {
  transform: translate(213px, 75px) !important;
}

.position-relative li:nth-child(3) .position-static .dropdown-menu.show {
  transform: translate(213px, 122px) !important;
}

.position-static .dropdown-menu.show {
  min-width: 7rem !important;
  padding: 0 !important;
}

.invitee-dropdown li {
  margin: 0 !important;
  padding: 0 !important;
}

/* Attorney Pages Color fixes */

.expert-profile-image a:hover {
  color: #000 !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .expert-profile-image img {
    width: 58px !important;
    height: 58px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .expert-profile-image img {
    width: 68px !important;
    height: 68px !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .expert-profile-image img {
    width: 78px !important;
    height: 78px !important;
  }
}

/* Expert UI Fixes */
.clear-a a:hover,
.expert-patent .patent-btn:hover,
.change-password-btn:hover {
  color: #fff;
}

.acronyms.table-fixed td {
  border-bottom: none;
  border: 0.5px solid #ebe7e7;
  border-top: 0px;
}

/* Attorney UI Fixes */
h3.caps_row_item a:hover {
  color: inherit;
}

.help-tooltip {
  position: relative;
}

.tooltip-text {
  display: none;
}

.help-tooltip:hover .tooltip-text {
  transform: translateY(-30px);
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 10px;
  line-height: normal;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 2px 10px;
}

.tags-content .tooltip-text,
.tags-content .tooltip-text {
  background: #fff;
  left: 0 !important;
  border-radius: 4px;
  width: 100%;
  top: -13px !important;
}

/* Dashboard Changes */
.search-option-picker {
  width: 115px;
  background-position: 6.05rem 0.75rem !important;
  padding: 2.5px 8px 3.5px !important;
  font-weight: 500;
  border: 1.5px solid #979797 !important;
  background-color: #ebebeb;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-width: 0px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  height: 39px;
}

.dashboard-search-bar {
  border: 1px solid #979797;
  border-radius: 5px;
  background-color: #fff;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.search-option-picker:focus,
.btn-outline-red:focus {
  box-shadow: none;
}

.priority-pill .help-tooltip:hover .tooltip-text {
  transform: translateY(-30px);
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 32px;
  width: max-content;
  line-height: normal;
  border: none !important;
  padding: 0;
}

.chart-accordion .accordion-button {
  background-color: #0b6186 !important;
  color: #fff !important;
}

.chart-accordion .accordion-button::after {
  background-image: url(../frontend_v2/images/white-arrow.png) !important;
}

.notification-counts {
  background: #cc482e;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
}

.alert-tab .btn:hover {
  background-color: #0b6186;
  color: #fff !important;
}

/* Attorney Dashboard */
.btn-outline-red {
  color: #ed8334;
  border-color: #ed8334;
}

.btn-outline-red:hover {
  background-color: #ed8334;
  color: #fff;
}

/* Terms of Services and Privacy Policy Page */

.terms-of-services-content,
.privay-policy-content {
  width: 55%;
  margin: 0 auto;
}

.terms-of-services-content h3,
.privay-policy-content h3 {
  margin-bottom: 1rem;
}

.terms-of-services-content p,
.privay-policy-content p {
  margin-bottom: 2rem;
}

.privay-policy-content p {
  font-size: 18px;
}

/* Landing Page Responsive */
.hamburger.offcanvas {
  visibility: visible;
  background-color: unset;
  top: 0;
  right: 0;
  width: fit-content;
  border-left: none;
  transform: translateX(0%);
  position: relative;
}

@media (min-width: 320px) and (max-width: 767px) {
  body {
    min-width: 100% !important;
  }

  .container {
    max-width: 80% !important;
  }

  .logo {
    width: 50%;
  }

  .feature-section,
  .work-section,
  .comp-section,
  .frequently-section,
  .newsletter-section {
    padding: 30px 0;
  }

  /* Navbar */

  .navbar-brand {
    margin-right: 0;
  }

  .navbar {
    padding: 0.5rem 1rem;
    height: 60px !important;
  }

  .navbar .hamburger-menu-btn {
    display: block;
  }

  .navbar .menu {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    margin: 0;
    text-align: center;
  }

  .hamburger {
    position: absolute;
    right: 0px;
    top: 58px;
    z-index: 1;
    background-color: #f2f2f2;
    height: 100vh;
    width: 11rem;
  }

  .hamburger.hamburgerClose {
    transform: translateX(180px);
    transition: all 0.3s;
  }

  .hamburger.hamburgerOpen {
    transform: translateX(0px);
    transition: all 0.3s;
  }

  #expert-index .modal-backdrop {
    z-index: -1;
  }

  .login,
  .signup {
    border: none;
    background: none;
    color: #000 !important;
    border-radius: 0;
  }

  .menu li {
    width: 100%;
    margin: 0 !important;
    /* border-top: 1px solid;
    border-bottom: 1px solid; */
  }

  .menu li a {
    display: block;
    padding: 0;
  }

  .navbar-brand img {
    width: 150px !important;
  }

  /* Banner */

  .side-image {
    width: 75%;
  }

  .side-back {
    background-size: 70%;
    padding: 1rem !important;
  }

  .find-patent h2 {
    font-size: 22px;
  }

  .matches {
    font-size: 18px;
  }

  .find-patent {
    order: 2 !important;
  }

  .find-patent button {
    padding: 0.2rem 0.8rem !important;
    font-size: 1rem;
  }

  .find-patent > div {
    padding: 0 !important;
    text-align: center;
  }

  /* Key Features */

  .feature-box {
    margin: 0 0 1rem;
  }

  .feature-box img {
    padding: 5px !important;
    width: 28%;
  }

  .feature-box p {
    font-size: 15px;
    padding: 10px;
  }

  .comp-img {
    flex-direction: column;
  }

  .comp-img img {
    width: fit-content;
    margin: auto;
  }

  .features {
    font-size: 25px;
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  /* How it Works */

  .work-section .col-6 {
    width: 100%;
  }

  .work-section .image {
    order: 1 !important;
  }

  .work-section .content-section {
    order: 2 !important;
  }

  .work-section .content-section .icon-content {
    align-items: baseline;
  }

  .work-one,
  .work-two,
  .work-three {
    padding: 0;
    row-gap: 1.5rem;
  }

  .work-section .content h3 {
    font-size: 18px;
  }

  .work-section .content p {
    font-size: 14px;
  }

  .work-section .numbers {
    width: fit-content;
    padding: 0 6px;
  }

  /* FAQ */

  .frequently-section .col-4,
  .frequently-section .col-8 {
    width: 100%;
  }

  .frequently-section .col-4 {
    text-align: center;
    margin-bottom: 1rem;
  }

  .frequently-section .col-4 img {
    margin-bottom: 0 !important;
    width: 16%;
  }

  .frequently-section h1 {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
  }

  .frequently-section h1 span.d-block-1 {
    display: inline-block !important;
  }

  .frequently-section .accordion-button {
    padding: 0.5rem;
  }

  /* Newsletter */

  .newsletter .content h2 {
    font-size: 24px;
  }

  .newsletter .content p {
    font-size: 18px;
  }

  .newsletter .content .input-group {
    display: block;
  }

  .newsletter .content .input-group .form-control {
    width: 100% !important;
    margin-right: 0px;
    padding: 5px 10px;
    height: 35px;
  }

  .newsletter .content .btn {
    margin: 0px !important;
    font-size: 0.9rem;
    margin: 0px !important;
    min-height: fit-content;
    padding: 0.4rem 1rem;
  }

  .newsletter .content .input-group-btn {
    margin: 10px auto 0;
    display: block;
  }

  /* Footer */

  .footer-section .footer-ul {
    column-gap: 1.2rem;
  }

  footer ul li {
    font-size: 16px;
  }
}

@media (min-width: 500px) and (max-width: 585px) {
  .key-features {
    width: 90%;
    margin: auto;
  }

  .frequently-section .col-4 img {
    width: 10%;
  }

  .side-back {
    background-size: 40%;
  }

  .side-image {
    width: 40%;
  }

  .comp-img {
    justify-content: space-around;
    display: grid;
    grid-template-columns: auto auto;
  }

  .frequently-section .col-4 img {
    width: 14%;
  }

  .comp-img img {
    width: fit-content;
    margin: auto;
  }
}

.patent-charts .js-plotly-plot .plotly .user-select-none {
  height: 350px !important;
}

.patent-charts .js-plotly-plot {
  width: 300px !important;
}

/* Charts text */

.js-plotly-plot .plotly .main-svg text.gtitle {
  font-size: 11px !important;
}

.pie-charts .js-plotly-plot .plotly .main-svg .pielayer {
  transform: translate(0, 60px) !important;
}

.pie-charts .js-plotly-plot g.legend {
  transform: translate(210px, 80px);
}

.invitationMail {
  width: 100%;
  height: 44px;
  border-radius: 5px;
  margin-top: 1rem;
  padding: 0 0 3px 20px;
  border: 1px solid #acaaaa;
}

.invitationMail:focus-visible {
  outline-offset: none !important;
}

/* scroll to top button */

.buttonArrow {
  position: fixed;
  right: 93px;
  bottom: 7rem;
  font-size: 1.2rem;
  border-radius: 50%;
  padding: 2px 8px;
  width: 30px;
  height: 30px;
  z-index: 100;
  cursor: pointer;
}

/* Messaging Profile */
.ToggleSwitch {
  background: linear-gradient(#ccc, #eee);
  height: 1.2em;
  width: 3em;
  border-radius: 1em;
}

.knob {
  position: relative;
  width: 1.8rem;
  height: 1.9rem;
  background: #666;
  border-radius: 50%;
  left: -0.2rem;
  transition: left 0.3s ease-out;
  top: -7px;
}

.knob.active {
  left: 1.5rem;
}

/* Message */
.message-tooltip-text {
  display: none;
}

.help-tooltip:hover .message-tooltip-text {
  background-color: #000;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: -70px;
  line-height: normal;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 5px 10px;
  width: 140px;
  transform: translateY(-90px);
  color: #fff;
  z-index: 1;
}

.sidepanel-list .help-tooltip:hover .message-tooltip-text {
  background-color: #000;
  display: inline-block;
  position: absolute;
  top: 140px;
  right: -44px;
  line-height: normal;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 5px 10px;
  width: 130px;
  transform: translateY(-90px);
  color: #fff;
  z-index: 1;
}

.sidepanel-list .sidepanel-tabs:nth-child(4):hover .message-tooltip-text {
  right: -4px !important;
}

.stream-lists .help-tooltip:hover .message-tooltip-text {
  right: 16px;
}

/* Dashboard color */

.analytics-btn {
  width: 178px;
  color: #428ab0;
  border: 1px solid #428ab0;
}

.analytics-btn:hover {
  background-color: #428ab0;
  color: #fff;
}

/* Claim Construction */
.SpreadsheetGrid__header {
  overflow: hidden !important;
}

.SpreadsheetGrid__header .SpreadsheetGrid__headCell:nth-child(1),
.SpreadsheetGrid__header .SpreadsheetGrid__headCell:nth-child(4),
.SpreadsheetGrid__header .SpreadsheetGrid__headCell:nth-child(5) {
  width: 16.66666667% !important;
}

.SpreadsheetGrid__header .SpreadsheetGrid__headCell:nth-child(2),
.SpreadsheetGrid__header .SpreadsheetGrid__headCell:nth-child(3) {
  width: 25% !important;
}

.SpreadsheetGrid .SpreadsheetGrid__row .SpreadsheetGrid__cell:nth-child(1),
.SpreadsheetGrid .SpreadsheetGrid__row .SpreadsheetGrid__cell:nth-child(4),
.SpreadsheetGrid .SpreadsheetGrid__row .SpreadsheetGrid__cell:nth-child(5) {
  width: 16.66666667% !important;
}

.SpreadsheetGrid .SpreadsheetGrid__row .SpreadsheetGrid__cell:nth-child(2),
.SpreadsheetGrid .SpreadsheetGrid__row .SpreadsheetGrid__cell:nth-child(3) {
  width: 25% !important;
}

.SpreadsheetGrid__cell_active {
  box-shadow: inset 0 0 0 2px #3e80c5 !important;
}

.SpreadsheetGrid__headCell {
  background-color: #0b6186 !important;
  padding: 13px 8px 8px 8px !important;
  display: block !important;
  text-align: center !important;
}

.separatorBox {
  width: fit-content;
  margin-inline: auto;
  border: 1px solid #000;
  padding: 2rem;
  border-radius: 5px;
}

.separatorBox input {
  border-radius: 5px;
  height: 35px;
  border: 1px solid #000;
  padding-left: 10px;
}

.separatorBox input::placeholder {
  padding-left: 3px;
}

.separatorBox input:focus {
  outline: none !important;
}

ul.modalTabNav {
  width: 95%;
  border: 1px solid #000;
  margin-inline: auto;
  border-radius: 5px;
}

ul.modalTabNav li {
  width: 50%;
  padding: 10px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}

ul.modalTabNav li.active {
  background: rgb(11, 97, 134);
  color: #fff;
}

.FirstTab,
.SecondTab {
  padding-inline: 1rem;
}

.FirstTab select:focus,
.SecondTab select:focus {
  border: 1px solid #ced4da;
  box-shadow: none;
}

#expert-claims-construction .modal-dialog {
  max-width: 700px !important;
}

.claimButton:hover {
  color: #fff;
  background-color: #0b6186;
}

.form-group #change_pass_icon,
.form-group #change_confirm_pass_icon {
  color: #9b9b9b;
  position: absolute;
  right: 19px;
  top: 14px;
  font-size: 14px;
}

/* Expert dashboard background*/
.expertdashboard-bg {
  background: #0b6186 !important;
}

.caret-size {
  font-size: 2rem;
}

/* inventor */

.litigatedSelect {
  width: 8rem;
  padding-left: 10px;
  background: #fff;
  border: 1px solid #dfdada;
  border-radius: 2px;
  padding-block: 5px;
}

.inventorSelect select {
  -webkit-appearance: listbox !important;
}

.caseDetailTable {
  text-decoration: underline !important;
  color: #0b6186;
  cursor: pointer;
}

/* New Presentation Page View */

.expressPartition .sideStepper,
.wizardPartition .sideStepper {
  padding-top: 2rem;
  padding-left: 24px !important;
  width: 20% !important;
  background: #f9f9f9;
  height: 855px;
  z-index: 1;
}

.expressPartition .rightSideWidgets,
.wizardPartition .rightSideWidgets {
  width: 79% !important;
  margin-left: 12px;
}

@media screen and (min-width: 1350px) and (max-width: 1550px) {
  .expressPartition .sideStepper,
  .wizardPartition .sideStepper {
    width: 22% !important;
    padding-left: 13px !important;
  }

  .expressPartition .rightSideWidgets,
  .wizardPartition .rightSideWidgets {
    margin-left: 8px;
    width: 77% !important;
  }
}

/* Expert dashboard background */
.expertdashboard-bg {
  background: #428ab0;
}

/* Dashboard SideaNav */
.w-4 {
  width: 4%;
}

.w-94 {
  width: 96%;
}

.w-15 {
  width: 15%;
}

.w-85 {
  width: 85%;
}

.js-plotly-plot .plotly .main-svg {
  background: none !important;
}

/* Attorney dashboard color fix */
.dashboard-bg {
  background: #ed8334 !important;
}

@media screen and (max-width: 1349px) {
  .expressPartition .sideStepper,
  .wizardPartition .sideStepper {
    width: 29% !important;
    padding-left: 17px !important;
  }

  .expressPartition .rightSideWidgets,
  .wizardPartition .rightSideWidgets {
    width: 69% !important;
    margin-left: 14px;
  }
}

.modeList {
  background: #5589ab;
  color: #fff;
  width: 15%;
  padding: 7px 7px;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
}

.modeList a {
  text-decoration: none !important;
  color: #fff;
}

/* Express View css */

.prevBtn {
  border: 1px solid #1c4e6e;
  background: #fff;
  padding: 7px 30px;
  color: #1c4e6e;
}

.prevBtnDisable {
  border: 1px solid #eee;
  background: #fff;
  padding: 7px 30px;
  color: #eee;
}

.prevBtn i {
  margin-right: 10px;
}

.prevBtnDisable i {
  margin-right: 10px;
}

.nextBtn {
  border: 1px solid #1c4e6e;
  background: #fff;
  padding: 7px 43px;
  color: #1c4e6e;
}

.nextBtnDisable {
  border: 1px solid #eee;
  background: #fff;
  padding: 7px 43px;
  color: #eee;
}

.nextBtn i {
  margin-left: 10px;
}

.nextBtnDisable i {
  margin-left: 10px;
}

/* textarea */

.editElevator {
  color: #444444 !important;
}

textarea:focus,
input:focus {
  outline: 0;
}

*:focus {
  outline: 0;
}

.skillList {
  list-style: none;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  padding-left: 0 !important;
  margin-top: 15px;
  margin-left: 24px;
  grid-gap: 10px 10px;
}

.skillList li {
  background: #5589ab;
  color: #fff;
  width: 80%;
  padding: 7px 7px;
  text-align: center;
}

.skillsCheckbox .form-check-input:checked,
.litigationCheckbox .form-check-input:checked,
.workExperienceCheckBox .form-check-input:checked,
.patentsCheckBox .form-check-input:checked,
.tagsCheckbox .form-check-input:checked,
.educationCheckbox .form-check-input:checked,
.workpreferenceCheckBox .form-check-input:checked {
  background-color: #1c4e6e;
  border-color: #1c4e6e;
}

.skillsCheckbox .form-check-input:focus,
.litigationCheckbox .form-check-input:focus,
.workExperienceCheckBox .form-check-input:focus,
.patentsCheckBox .form-check-input:focus,
.tagsCheckbox .form-check-input:focus,
.educationCheckbox .form-check-input:focus,
.workpreferenceCheckBox .form-check-input:focus {
  box-shadow: none !important;
}

.educationWidget tbody,
td,
tfoot,
th,
thead,
tr {
  border-style: none !important;
  border-bottom-width: 0px !important;
}

.table-hover > tbody > .educationCheckbox:hover {
  --bs-table-accent-bg: none !important;
}

/* litigation */

.borderNone {
  border-top: none;
  border-left: none;
  border-right: none;
}

.relevantCases {
  border: 1px solid rgb(82, 131, 92);
  color: rgb(82, 131, 92);
  width: fit-content;
  border-radius: 20px;
  padding: 3px 22px;
  margin-left: -6px;
  margin-top: 7px;
}

.litigationHR {
  margin: 28px 0 0 0 !important;
  color: #aaaaaa;
}

.litigationExperienceWidget .alert,
.workExperienceWidget .alert,
.educationWidget .alert,
.publicationWidget .alert,
.educationSummaryWidget .alert {
  margin-bottom: 0 !important;
}

/* Patents */

.patentList {
  list-style: none;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  padding-left: 0 !important;
  margin-top: 15px;
  grid-gap: 10px 10px;
}

.patentList li {
  background: #5589ab;
  color: #fff;
  width: 80%;
  padding: 7px 7px;
  text-align: center;
}

/* rate of pay */

.hourlyRate .inputBox {
  margin-left: 10px;
  width: 37%;
  color: #2b6083;
}

.hourlyRate .pitch {
  margin-left: 20px;
  margin-top: 4px;
}

.retainerRate .inputBox {
  margin-left: 35px;
  width: 34%;
  color: #2b6083;
}

.retainerRate .pitch {
  margin-left: 45px;
  margin-top: 4px;
}

.testimonyRate .inputBox {
  margin-left: 24px;
  width: 36%;
  color: #2b6083;
}

.testimonyRate .pitch {
  margin-left: 33px;
  margin-top: 4px;
}

.inputBox .iFTwam {
  width: 10.6vw;
}

.inputBox .hPNCST {
  width: 10.6vw;
}

.inputBox .hPNCST:focus {
  border: 1px solid #979797 !important;
}

/* for stepper */

.stepper-container {
  display: flex;
  flex-direction: column;
  margin-left: 21px;
  margin-top: 1rem;
}

.stepper-container .step {
  position: relative;
  margin-top: 25px;
}

.stepper-container .dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #d9d9d9;
  display: inline-block;
}

.stepper-container .step-text {
  position: relative;
  top: -25px;
  left: 51px;
  color: #727678;
  cursor: pointer;
}

.stepper-container .step-text.active {
  font-weight: bold;
  color: #2b6083;
}

.stepper-container .dotted-line {
  width: 2px;
  height: 49px;
  background-color: #d9d9d9;
  position: absolute;
  left: 12px;
  top: 25px;
  z-index: -1;
}

.stepper-container .dotted-line:before {
  content: "";
  width: 2px;
  height: 87px;
  position: absolute;
  left: 0px;
  top: 25px;
  z-index: -1;
}

.stepper-container .dotted-line.active {
  background-color: #2b6083;
}

.stepper-container .step:nth-child(1) .dotted-line.active {
  height: 241px;
}

.stepper-container .dot.active {
  background-color: #2b6083;
}

.stepper-container .hide-line {
  display: none;
}

/* for substepper */

.sub-steps {
  display: flex;
  flex-direction: column;
  margin-left: 48px;
}

.sub-step {
  position: relative;
}

.subDot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #d9d9d9;
  display: inline-block;
}

.subStep-text {
  position: relative;
  top: -26px;
  left: 35px;
  color: #727678;
}

.subStep-text.active {
  color: #2b6083;
}

.subDotted-line {
  width: 2px;
  height: 33px;
  background-color: #d9d9d9;
  position: absolute;
  left: 7px;
  top: 18px;
  z-index: -1;
}

.subDotted-line:before {
  content: "";
  width: 2px;
  height: 87px;
  position: absolute;
  left: 0px;
  top: 25px;
  z-index: -1;
}

.subDotted-line.active {
  background-color: #2b6083;
}

.subDot.active {
  background-color: #2b6083;
}

.subHide-line {
  display: none;
}

/* Letter */

.letterToAttorneyExpress .note-editor.note-frame .note-toolbar {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.patentSearchTable .table-container {
  margin-top: 20px;
}

/* Attorney dashboard color fix */
.dashboard-bg {
  background: #ed8334;
}

.dashboard-txt {
  color: #ed8334;
}

.attorney-analytics-btn {
  width: 178px;
  color: #ed8334;
  border-color: #ed8334;
}

.attorney-analytics-btn:hover {
  background-color: #ed8334;
  color: #fff;
}

/* Attorney presentation buttons */

.attorneyPresentationBtn {
  border: none;
  padding: 8px 30px;
  color: #fff;
  background: #ed8334;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.attorneyPresentationBtn:hover {
  text-decoration: none !important;
  color: #fff !important;
}

.attorneyPresentationRadius {
  border-radius: 20px !important;
}

/*  attorney tabs */

.attorneyTabs .nav-tabs .nav-link.active {
  border-bottom: 6px solid #ed8334;
}

.attorneyTabs .nav-link:hover {
  border-color: #fff;
}

/* Letter of attorner */

.letterToAttorneyPresentation .note-editor.note-frame {
  border: none !important;
  margin-left: 10px;
  margin-top: 2rem;
}

.letterBtnOne,
.letterBtnTwo {
  background: #2b6083;
  color: #fff;
  padding: 7px 23px;
  text-align: center;
  font-size: 18px;
  border: none;
}

.letterToAttorneyExpress .modal.expressLetterGallery,
.letterToAttorneyExpress .modal.reuseLetter {
  right: 0;
  bottom: 0;
  top: 10% !important;
  left: 10% !important;
  width: 80% !important;
  height: 80% !important;
}

.finalizeTagsModal .modal.finalizeTags {
  right: 0;
  bottom: 0;
  top: 26% !important;
  left: 10% !important;
  width: 80% !important;
}

.letterToAttorneyExpress .modal .modal-fullscreen {
  width: 60% !important;
  margin-inline: auto;
}

.finalizeTagsModal .modal .modal-fullscreen {
  width: 72% !important;
  margin-inline: auto;
}

.finalizeTagsModal .modal-fullscreen .modal-content {
  height: fit-content !important;
}

.letterGallery div,
.reuseLetter .setInnerHtml {
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 6rem;
  border: 1px solid #c3c2cd;
  border-radius: 10px;
  box-shadow: 2px 3px 0px 0px #c3c2cd;
  overflow-y: scroll;
  display: block;
  margin-inline: auto;
  max-height: 37rem;
  min-height: 37rem;
  max-width: 45rem;
}

.letterGallery .gridMore-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 992px;
  row-gap: 1rem;
}

.letterGallery .gridLess-ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-inline: 1rem;
  grid-column-gap: 1rem;
}

@media screen and (max-width: 1650px) {
  .letterGallery .gridMore-ul {
    justify-content: space-around;
  }
}

.reuseLetter .modal-fullscreen .modal-header {
  border-bottom: 3px solid #d9d9d9 !important;
}

.paddingZero {
  padding-left: 0 !important;
}

/* Finalize button */

.previewFinalizeBtn {
  margin-inline: auto;
  display: block;
  border: 1px solid #52835c;
  background: none;
  font-weight: 600;
  color: #52835c;
  font-size: 18px;
  padding: 10px 50px;
}

/* for presentation and profile components title */

.elevatorPlace .presentationScreen::placeholder {
  color: #c1c1c1;
}

.presentationScreen {
  width: 93%;
  height: 52px;
  margin-left: 24px;
  margin-bottom: 12px;
  margin-top: 15px;
  border: none !important;
}

.previewPresentationScreen {
  width: 93%;
  height: 26px;
  margin-left: 24px;
  margin-bottom: 12px;
  margin-top: 15px;
  border: none !important;
}

.educationPresentationScreen {
  width: 93%;
  height: 40px;
  margin-left: 24px;
  margin-top: 15px;
  border: none !important;
}

.presentationScreen p::-webkit-scrollbar,
.form-group .presentationScreen::-webkit-scrollbar,
.form-group .educationPresentationScreen::-webkit-scrollbar,
.educationPresentationScreen::-webkit-scrollbar,
.profileScreen::-webkit-scrollbar,
.profileScreen p::-webkit-scrollbar,
.tagsInputBox div::-webkit-scrollbar {
  display: none;
}

.profileScreen,
.profileScreen p,
.presentationScreen p,
.form-group .presentationScreen,
.form-group .educationPresentationScreen,
.educationPresentationScreen,
.profileScreen::-webkit-scrollbar,
.profileScreen p::-webkit-scrollbar {
  scrollbar-width: none;
}

.presentationTItleBlock {
  padding: "6px 25px";
  background: "rgb(243, 251, 255)";
}

/* Create Presentation Sidebar */
.presentationCreateSidebar {
  position: fixed;
  top: 0;
  right: -400px;
  background: #fff;
  width: 400px;
  transition: 0.3s linear all;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 16%);
  height: 100%;
}

.presentationCreateSidebar.active {
  right: 0;
}

.presentation-mode-btn {
  color: #086b96;
  background-color: #c9edfc;
  border-color: #8aacbc;
}

.presentationCreateSidebar .btn-outline-primary:hover {
  color: #0d6efd;
  background-color: transparent;
  border-color: #0b6186;
}

.presentation-mode-btn:hover {
  color: #086b96;
}

.tooltipText {
  display: none;
}

.tool:hover .tooltipText {
  display: block;
  width: 340px;
  color: #000;
  z-index: 1;
  right: 20px;
}

/* AttorneySkills */

.AttorneyskillList {
  list-style: none;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  padding-left: 0 !important;
  margin-top: 15px;
  grid-gap: 10px 10px;
}

.AttorneyskillList li {
  background: #ed8334;
  color: #fff;
  width: 80%;
  padding: 7px 7px;
  text-align: center;
}

/* Attorney litigation */

.AttorneyBorderNone {
  border-top: none;
  border-left: none;
  border-right: none;
}

.AttorneyRelevantCases {
  border: 1px solid rgb(82, 131, 92);
  color: rgb(82, 131, 92);
  width: fit-content;
  border-radius: 20px;
  padding: 3px 22px;
  margin-left: -6px;
  margin-top: 7px;
}

/* Attorney patents */

.AttorneyPatentList {
  list-style: none;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  padding-left: 0 !important;
  margin-top: 15px;
  grid-gap: 10px 10px;
}

.AttorneyPatentList li {
  background: #ed8334;
  color: #fff;
  width: 80%;
  padding: 7px 7px;
  text-align: center;
}

/* Attorney Tags */

.AttorneyTagList {
  list-style: none;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  padding-left: 0 !important;
  margin-top: 15px;
  grid-gap: 10px 10px;
}

.AttorneyTagList li {
  background: #ed8334;
  color: #fff;
  width: 80%;
  padding: 7px 7px;
  text-align: center;
  border-radius: 20px;
}

.profileScreen {
  width: 93%;
  height: 52px;
  margin: 10px 25px;
  border: none;
}

.attorney-side-nav a:hover {
  color: #ed8334;
}

/* attorney color */
.red-pill div.ReactTags__selected span.ReactTags__tag {
  background-color: #ed8334 !important;
  border: 1px solid #ed8334 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgb(237, 131, 52) !important;
}

/* Attorney add party icons */
.bg-red {
  background-color: #ed8334 !important;
  border-radius: 4px !important;
  border-color: #ed8334 !important;
}

/* New Search Component */

.searchInputBar {
  font-size: 14px;
  outline: none;
  color: #666666;
  background-color: transparent !important;
  padding: 8px;
}

.searchBox {
  border: 1px solid #979797 !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.searchBox .fa-magnifying-glass {
  color: #a8a8a8 !important;
  font-size: 16px;
  cursor: pointer;
  padding: 8px;
}

.searchBox .search-pill {
  margin: 2px 5px;
  padding: 3px 5px;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
}

.searchBox .blue-pill {
  border: 1px solid #0b6186;
  background-color: #0b6186;
}

.searchBar .red-pill {
  border: 1px solid #ed8334;
  background-color: #ed8334;
}

.remove-pill,
.remove-pill:hover {
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
}

.search-table-body {
  overflow-y: scroll;
  max-height: 100vh !important;
}

/* option picker */
select {
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}

select:focus {
  outline: none;
}

/* postMy Resume button */

.postDisable {
  pointer-events: auto !important;
  cursor: not-allowed !important;
  padding: 8px 69px;
  border-radius: 5px;
  color: #086b96;
  background-color: #c9edfc;
  border: 1px solid #8aacbc;
  width: 300px;
}

.postEnable {
  padding: 8px 69px;
  border-radius: 5px;
  color: #086b96;
  background-color: #c9edfc;
  border: 1px solid #8aacbc;
  width: 300px;
}
